@charset "UTF-8";
/*
   TABLE OF CONTENTS
      
      0. FOUNDATION
      1. GENERAL STYLES
         1.1 MISCELLANEOUS
         1.2 LINKS
         1.3 SCREEN READERS
         1.4 POST META
         1.5 ICONS
         1.6 JSCROLLPANE
         1.7 FORM
         1.end HELPER CLASSES
      2. HEADER
      3. NAVIGATION
         3.1 SITE NAVIGATION
         3.2 PRIMARY NAVIGATION
         3.3 PAGINATION
            3.3.1 POST NAVIGATION
            3.3.2 GRID NAVIGATION
            3.3.3 GALLERY NAVIGATION
      4. GRIG VIEW
         4.end GRID HELPER CLASSES
      5. PAGES
         5.1 ABOUT
         5.2 SINGLE POST
         5.3 404 PAGE
         5.4 SEARCH PAGE
         5.5 HOME PAGE
      6. SLIDERS
         6.1 SLIDER WITH DESCRIPTION
         6.2 FULL WIDTH SLIDER
         6.3 MAIN SLIDESHOW
         6.4 HOMEPAGE SLIDER
         6.end SLIDERS HELPER CLASSES
      7. MOSAIC
      8. COMMENTS
      9. WIDGETS
      10. CONTACTS
      11. SHORTCODES
      12. CROWD LAYOUT
      LAST. FOOTER
------------------------------------------- */
/*
   0. FOUNDATION
------------------------------------------- */
/*
	ADDITIONAL VARIABLES
------------------------------------------- */
/* line 316, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.3.3/";
}

/* line 320, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/* line 325, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 330, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em;
}

/* line 335, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

/* line 340, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 345, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 352, ../bower_components/foundation/scss/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 355, ../bower_components/foundation/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 361, ../bower_components/foundation/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 365, ../bower_components/foundation/scss/foundation/components/_global.scss */
body {
  background: white;
  color: #3f3f3f;
  padding: 0;
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: default;
}

/* line 378, ../bower_components/foundation/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 381, ../bower_components/foundation/scss/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 383, ../bower_components/foundation/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 387, ../bower_components/foundation/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 394, ../bower_components/foundation/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 395, ../bower_components/foundation/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 397, ../bower_components/foundation/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 403, ../bower_components/foundation/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 406, ../bower_components/foundation/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 416, ../bower_components/foundation/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 419, ../bower_components/foundation/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Clearing Styles */
/* line 44, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
/* line 50, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
/* line 55, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

/* line 60, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
/* line 69, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 72, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/* line 80, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #aaa;
  font-size: 0.6em;
}

/* line 88, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.visible-img {
  height: 95%;
  position: relative;
}
/* line 92, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

/* line 102, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-caption {
  color: #cccccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

/* line 116, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #cccccc;
  display: none;
}
/* line 125, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

/* line 129, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}
/* line 130, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 134, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-feature li {
  display: none;
}
/* line 136, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 143, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  /* line 149, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }
  /* line 156, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev {
    left: 0;
  }
  /* line 161, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #cccccc;
  }

  /* line 167, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-next {
    right: 0;
  }
  /* line 169, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #cccccc;
  }

  /* line 175, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }

  /* line 180, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  /* line 186, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  /* line 193, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
    clear: none;
  }
  /* line 207, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  /* line 213, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  /* line 219, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  /* line 224, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 225, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  /* line 230, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%;
  }

  /* line 237, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* line 213, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: white;
  border-color: white;
  color: #333333;
  transition: background-color 300ms ease-out;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: white;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: #333333;
}
/* line 220, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
/* line 221, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: inherit;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: inherit;
}
/* line 222, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: inherit;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: inherit;
}
/* line 224, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}
/* line 225, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}
/* line 226, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}
/* line 227, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
/* line 229, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
/* line 230, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
/* line 232, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.radius, .button.radius {
  border-radius: 3px;
}
/* line 233, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.round, .button.round {
  border-radius: 1000px;
}
/* line 235, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: white;
  border-color: white;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: white;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #333333;
}
/* line 174, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: white;
}
/* line 236, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
/* line 174, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
/* line 237, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: inherit;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: inherit;
}
/* line 174, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43ac6a;
}
/* line 238, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: inherit;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: inherit;
}
/* line 174, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}

/* line 243, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 246, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
/* line 366, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1.25rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 86, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.625rem;
}
/* line 88, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.625rem;
}
/* line 92, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 94, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 96, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 102, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.625rem;
}

/* Label Styles */
/* line 372, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
/* line 373, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label.right {
  float: none !important;
  text-align: right;
}
/* line 374, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1.25rem 0;
  padding: 0.6875rem 0;
}
/* line 376, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #676767;
}

/* line 382, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select::-ms-expand {
  display: none;
}

/* Attach elements to the beginning or end of an input */
/* line 387, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.4375rem;
  line-height: 2.4375rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 391, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

/* line 392, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

/* line 394, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button.radius {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 395, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button.radius {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 396, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button.round {
  border-radius: 0;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 397, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button.round {
  border-radius: 0;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 400, ../bower_components/foundation/scss/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}
/* line 401, ../bower_components/foundation/scss/foundation/components/_forms.scss */
span.prefix.radius, label.prefix.radius {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 403, ../bower_components/foundation/scss/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}
/* line 404, ../bower_components/foundation/scss/foundation/components/_forms.scss */
span.postfix.radius, label.postfix.radius {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* We use this to get basic styling on all basic form elements */
/* line 408, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: white;
  font-family: "TrajanPro-Regular", Georgia, serif;
  border: 1px solid #dfdfdf;
  box-shadow: none;
  color: #3f3f3f;
  display: block;
  font-size: 0.625rem;
  margin: 0 0 1.25rem 0;
  padding: 0.625rem;
  height: 2.4375rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear;
}
/* line 128, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: white;
  border-color: #dfdfdf;
  outline: none;
}
/* line 134, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
textarea:disabled {
  background-color: #dddddd;
  cursor: default;
}
/* line 140, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly], fieldset[disabled]
input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly], fieldset[disabled]
input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly], fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly], fieldset[disabled]
input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly], fieldset[disabled]
input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly], fieldset[disabled]
input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly], fieldset[disabled]
input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly], fieldset[disabled]
input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly], fieldset[disabled]
input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly], fieldset[disabled]
input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly], fieldset[disabled]
input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly], fieldset[disabled]
input[type="url"],
textarea[disabled],
textarea[readonly], fieldset[disabled]
textarea {
  background-color: #dddddd;
  cursor: default;
}
/* line 428, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
textarea.radius {
  border-radius: 3px;
}

/* line 433, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/* Respect enforced amount of rows for textarea */
/* line 439, ../bower_components/foundation/scss/foundation/components/_forms.scss */
textarea[rows] {
  height: auto;
}

/* Add height value for select elements to match text input height */
/* line 444, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #fafafa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #dfdfdf;
  padding: 0.625rem;
  font-size: 0.625rem;
  color: #3f3f3f;
  line-height: normal;
  border-radius: 0;
  height: 2.4375rem;
}
/* line 339, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select.radius {
  border-radius: 3px;
}
/* line 340, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select:hover {
  background-color: #f3f3f3;
  border-color: #dfdfdf;
}
/* line 345, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select:disabled {
  background-color: #dddddd;
  cursor: default;
}

/* Adjust margin for form elements below */
/* line 450, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1.25rem 0;
}

/* line 457, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.625rem;
  margin-right: 1.25rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
/* line 467, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
/* line 481, ../bower_components/foundation/scss/foundation/components/_forms.scss */
fieldset {
  border: 1px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
/* line 269, ../bower_components/foundation/scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
/* line 488, ../bower_components/foundation/scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}
/* line 491, ../bower_components/foundation/scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 494, ../bower_components/foundation/scss/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

/* line 499, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
/* line 505, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1.25rem;
}
/* line 510, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #f04124;
}
/* line 515, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}
/* line 520, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
/* line 532, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 537, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

/* line 542, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label.error {
  color: #f04124;
}

/* line 216, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 70.625rem;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 220, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 223, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 226, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 227, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 231, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

/* line 234, ../bower_components/foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 235, ../bower_components/foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-3 {
    width: 25%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-6 {
    width: 50%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-9 {
    width: 75%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-12 {
    width: 100%;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 186, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 189, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 197, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  /* line 203, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  /* line 208, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 186, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 189, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 197, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  /* line 203, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  /* line 208, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  /* line 245, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 248, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 245, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 248, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 245, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 248, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 245, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 248, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 245, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 248, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 245, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 248, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 245, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 248, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 245, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 248, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 245, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 248, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 245, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 248, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 245, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 248, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 245, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 248, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 48.063em) {
  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-3 {
    width: 25%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-6 {
    width: 50%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-9 {
    width: 75%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-12 {
    width: 100%;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 186, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 189, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 197, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  /* line 203, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  /* line 208, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  /* line 256, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 256, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 256, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 256, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 256, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 256, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 256, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 256, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 256, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 256, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 256, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 256, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* line 104, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 110, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #333333;
}
/* line 114, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 118, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
/* line 125, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
/* line 131, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
/* line 137, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

/* line 144, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333333;
  margin-bottom: 0;
}
/* line 153, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 158, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 160, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: 1.8rem;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}
/* line 165, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .button, .top-bar button {
  padding-top: .45rem;
  padding-bottom: .35rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
/* line 176, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
/* line 181, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}
/* line 186, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625rem;
  margin: 0;
}
/* line 190, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: normal;
  color: white;
  width: 75%;
  display: block;
  padding: 0 15px;
}
/* line 201, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 206, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}
/* line 219, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px;
}
/* line 223, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 40px 0 15px;
  color: white;
  position: relative;
}
/* line 125, ../bower_components/foundation/scss/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
  width: 16px;
}
/* line 158, ../bower_components/foundation/scss/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
}
/* line 252, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 256, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #333333;
}
/* line 259, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
/* line 260, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a::after {
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

/* line 272, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
/* line 278, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
}
/* line 287, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 295, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li {
  background: #333333;
}
/* line 297, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: none;
}
/* line 309, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #008cba;
  border-color: #007095;
  color: inherit;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #007095;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: inherit;
}
/* line 315, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #b9b9b9;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #333333;
}
/* line 316, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: inherit;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: inherit;
}
/* line 317, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: inherit;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: inherit;
}
/* line 320, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #008cba;
  border-color: #007095;
  color: inherit;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #007095;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: inherit;
}
/* line 326, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b9b9b9;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333;
}
/* line 327, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: inherit;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: inherit;
}
/* line 328, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: inherit;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: inherit;
}
/* line 332, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  background: #272727;
  color: white;
}
/* line 342, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #008cba;
  color: white;
}
/* line 345, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a:hover {
  background: #0078a0;
  color: white;
}
/* line 353, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 15px;
}
/* line 356, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 360, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 372, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 373, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}
/* line 377, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
/* line 384, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 392, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
/* line 396, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}
/* line 399, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
/* line 404, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
}
/* line 407, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: white;
  line-height: 22.5px;
  display: block;
}
/* line 411, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
/* line 414, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.has-form {
  padding: 8px 15px;
}
/* line 415, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
  top: auto;
}
/* line 418, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625rem;
}

/* line 429, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 434, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: #333333;
    overflow: visible;
  }
  /* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 439, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 441, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 442, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 444, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar input,
  .top-bar .button,
  .top-bar button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
  }
  /* line 452, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #333333;
  }

  /* line 455, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 70.625rem;
    margin: 0 auto;
    margin-bottom: 0;
  }

  /* line 461, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 465, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 470, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 472, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 478, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #272727;
    color: white;
  }
  /* line 487, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #333333;
  }
  /* line 491, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #272727;
  }
  /* line 500, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    color: white;
    background: #008cba;
  }
  /* line 505, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #0078a0;
    color: white;
  }
  /* line 517, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  /* line 519, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }
  /* line 528, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 529, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  /* line 535, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 542, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  /* line 555, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 562, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: white;
    line-height: 45px;
    white-space: nowrap;
    padding: 12px 15px;
    background: #333333;
  }
  /* line 570, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    color: white;
    background: #333333;
  }
  /* line 574, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
    color: white;
    background-color: #555555;
    background: #272727;
  }
  /* line 582, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  /* line 588, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 595, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4e4e4e;
    clear: none;
    height: 45px;
    width: 0;
  }
  /* line 605, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #333333;
    padding: 0 15px;
    height: 45px;
  }
  /* line 613, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 617, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 621, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  /* line 625, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  /* line 635, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #272727;
    color: white;
  }
  /* line 644, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #008cba;
    color: white;
  }
  /* line 652, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}
/* line 155, ../bower_components/foundation/scss/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

/* line 156, ../bower_components/foundation/scss/foundation/components/_type.scss */
.text-right {
  text-align: right !important;
}

/* line 157, ../bower_components/foundation/scss/foundation/components/_type.scss */
.text-center {
  text-align: center !important;
}

/* line 158, ../bower_components/foundation/scss/foundation/components/_type.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 48em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 48.063em) and (max-width: 64em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 48.063em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 999999999999) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
/* line 193, ../bower_components/foundation/scss/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
/* line 217, ../bower_components/foundation/scss/foundation/components/_type.scss */
a {
  color: #008cba;
  text-decoration: none;
  line-height: inherit;
}
/* line 222, ../bower_components/foundation/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #0078a0;
}
/* line 230, ../bower_components/foundation/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 234, ../bower_components/foundation/scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
/* line 242, ../bower_components/foundation/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
/* line 244, ../bower_components/foundation/scss/foundation/components/_type.scss */
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 252, ../bower_components/foundation/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "TrajanPro-Regular", Georgia, serif;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
/* line 262, ../bower_components/foundation/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #595959;
  line-height: 0;
}

/* line 269, ../bower_components/foundation/scss/foundation/components/_type.scss */
h1 {
  font-size: 2.125rem;
}

/* line 270, ../bower_components/foundation/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.6875rem;
}

/* line 271, ../bower_components/foundation/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.375rem;
}

/* line 272, ../bower_components/foundation/scss/foundation/components/_type.scss */
h4 {
  font-size: 1.125rem;
}

/* line 273, ../bower_components/foundation/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.125rem;
}

/* line 274, ../bower_components/foundation/scss/foundation/components/_type.scss */
h6 {
  font-size: 1rem;
}

/* line 276, ../bower_components/foundation/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #595959;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 278, ../bower_components/foundation/scss/foundation/components/_type.scss */
hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 287, ../bower_components/foundation/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 293, ../bower_components/foundation/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 299, ../bower_components/foundation/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 304, ../bower_components/foundation/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
/* line 316, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

/* line 326, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem;
}
/* line 328, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  margin-left: 0;
}
/* line 331, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
/* line 344, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
/* line 353, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 356, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
/* line 357, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
/* line 358, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
/* line 359, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 363, ../bower_components/foundation/scss/foundation/components/_type.scss */
ol {
  margin-left: 1.4rem;
}
/* line 366, ../bower_components/foundation/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 376, ../bower_components/foundation/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
/* line 380, ../bower_components/foundation/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
/* line 384, ../bower_components/foundation/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #3f3f3f;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

/* line 392, ../bower_components/foundation/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 397, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0;
  border-left: none;
}
/* line 402, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: inherit;
}
/* line 406, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 410, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: inherit;
}

/* line 416, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: inherit;
}

/* Microformats */
/* line 423, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem;
}
/* line 429, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 433, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

/* line 440, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 442, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 453, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 454, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.75rem;
  }

  /* line 455, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h2 {
    font-size: 2.3125rem;
  }

  /* line 456, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.6875rem;
  }

  /* line 457, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.4375rem;
  }

  /* line 458, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h5 {
    font-size: 1.125rem;
  }

  /* line 459, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h6 {
    font-size: 1rem;
  }
}
/*
 * 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)
*/
/* line 470, ../bower_components/foundation/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 472, ../bower_components/foundation/scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 479, ../bower_components/foundation/scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 481, ../bower_components/foundation/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 483, ../bower_components/foundation/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 486, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 490, ../bower_components/foundation/scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 496, ../bower_components/foundation/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 498, ../bower_components/foundation/scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 501, ../bower_components/foundation/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 505, ../bower_components/foundation/scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 512, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 515, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 516, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 517, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 518, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* small displays */
@media only screen {
  /* line 244, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }

  /* line 262, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.063em) {
  /* line 244, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }

  /* line 262, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 48.063em) {
  /* line 244, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }

  /* line 262, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 64.063em) {
  /* line 244, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }

  /* line 262, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 90.063em) {
  /* line 244, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
    display: table;
  }

  /* line 262, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 285, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 287, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
/* line 292, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

/* line 296, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 300, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 304, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 309, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
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) {
  /* line 314, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 316, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 321, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  /* line 325, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 329, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 333, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 338, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  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) {
  /* line 344, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 346, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 351, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  /* line 355, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 359, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 363, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 368, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
/* line 374, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 375, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 376, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 377, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
/* line 380, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 381, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

/* line 382, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 383, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 384, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 385, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 386, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 387, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 388, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 389, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 390, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 391, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  /* line 396, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-print {
    display: block;
  }

  /* line 397, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none;
  }

  /* line 399, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table;
  }

  /* line 400, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 401, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 402, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 403, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 404, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }
}
/*Default Wordpress styles*/
/* Images */
/* line 4, _default-wp-elements.scss */
.entry-content img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}

/* line 7, _default-wp-elements.scss */
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
  max-height: 100%;
}

/* line 12, _default-wp-elements.scss */
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* line 18, _default-wp-elements.scss */
pre, code {
  clear: both;
  overflow: auto;
  margin: 1.5em 0em;
  white-space: pre;
  color: inherit;
  line-height: 24px;
}

/* line 27, _default-wp-elements.scss */
img.size-full,
img.size-large {
  max-width: 100%;
  width: auto;
  /* Prevent sPtretching of full-size and large-size images with height and width attributes in IE8 */
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* line 33, _default-wp-elements.scss */
.entry-content img.wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

/* line 39, _default-wp-elements.scss */
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1em;
}

/* line 44, _default-wp-elements.scss */
p img,
.wp-caption {
  margin: 0;
}

/* line 48, _default-wp-elements.scss */
.wp-caption {
  margin-bottom: 1em;
  padding: 5px;
  max-width: 100%;
  border-top: 1px solid black;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 59, _default-wp-elements.scss */
.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* line 65, _default-wp-elements.scss */
.wp-caption .wp-caption-text,
.gallery-caption {
  color: inherit;
  font-size: 12px;
}

/* line 70, _default-wp-elements.scss */
.wp-caption .wp-caption-text {
  position: relative;
  margin-bottom: 0;
  padding: 10px 0 5px 40px;
}

/* line 75, _default-wp-elements.scss */
.wp-caption .wp-caption-text:before {
  position: absolute;
  top: 10px;
  left: 5px;
  margin-right: 5px;
  content: '\2014';
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
}

/* line 85, _default-wp-elements.scss */
.gallery {
  margin: 0;
}

/* line 88, _default-wp-elements.scss */
.gallery a img {
  border: none;
}

/* line 91, _default-wp-elements.scss */
img#wpstats {
  display: block;
  margin: 0 auto 1.625em;
}

/* line 95, _default-wp-elements.scss */
#content .gallery-columns-4 .gallery-item {
  padding-right: 2%;
  width: 23%;
}

/* line 99, _default-wp-elements.scss */
#content .gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto;
}

/* line 104, _default-wp-elements.scss */
.error404 article {
  margin: 60px 0;
  text-align: center;
}

/* line 108, _default-wp-elements.scss */
.error404 .content-title.search {
  font-size: 70px;
  margin-bottom: 15px;
}

/* line 112, _default-wp-elements.scss */
span.error-404 {
  display: block;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 1px;
  text-align: center;
}

/* line 119, _default-wp-elements.scss */
.search-back-button {
  background: none repeat scroll 0 0 #e84c3d;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  color: #FFFFFF;
  margin-top: 30px;
}

/*================ Search ================*/
/* line 130, _default-wp-elements.scss */
#searchform {
  margin: 0;
  position: relative;
}
/* line 134, _default-wp-elements.scss */
#searchform .search-container.hidden {
  display: block;
}
/* line 138, _default-wp-elements.scss */
#searchform button {
  position: absolute;
  right: 0;
  top: 0;
  height: 25px;
  line-height: 25px;
  font-size: 11px;
  color: #CFCFCF;
}
/* line 148, _default-wp-elements.scss */
#searchform input[type="text"] {
  height: 36px;
  line-height: 28px;
  border: 1px solid #c7c7c4;
  font-size: 14px;
  margin: 0;
}
/* line 155, _default-wp-elements.scss */
#searchform .search-container {
  width: 30px;
  line-height: 28px;
  height: 30px;
  text-align: right;
  overflow: hidden;
}

/* line 168, _default-wp-elements.scss */
.main-header #searchform input {
  border: 1px solid #ddd !important;
}

/* line 171, _default-wp-elements.scss */
header.main-header {
  position: relative;
}

/* line 175, _default-wp-elements.scss */
.category #searchform .search-container {
  margin-top: -55px;
}

/* line 179, _default-wp-elements.scss */
#searchform .search-container i {
  font-size: 18px;
  z-index: 2;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
}

/* line 187, _default-wp-elements.scss */
#searchform .search-container .input-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -35px;
  padding: 5px 5px;
  width: 200px;
  height: 39px;
  z-index: 1;
}

/* line 198, _default-wp-elements.scss */
#searchform .search-container .input-wrapper input {
  margin: -1px 0 0;
  display: block;
  padding: 0 5px;
  width: 190px;
  height: 20px;
  background-color: #FFF;
  box-shadow: 0 0;
  border-radius: 0;
  border: 0 none;
  font-size: 11px;
  line-height: 20px;
  color: #888;
}

/* Image borders */
/* line 215, _default-wp-elements.scss */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
  padding: 0;
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  border: none;
}

/* line 221, _default-wp-elements.scss */
.wp-caption img {
  border-color: transparent;
}

/* line 224, _default-wp-elements.scss */
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
.gallery .gallery-icon a:focus img,
.gallery .gallery-icon a:hover img,
.gallery .gallery-icon a:active img {
  border-color: #bbb;
  /* Add some useful style to those fancy borders for linked images ... */
  background: transparent;
}

/* line 236, _default-wp-elements.scss */
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
  border-color: transparent;
  /* ... including captioned images! */
  background: transparent;
}

/* Make sure embeds and iframes fit their containers */
/* line 244, _default-wp-elements.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/*body .row{
    width: 870px;
}*/
/* Floated content doesn't work well at this size */
/* line 255, _default-wp-elements.scss */
.alignleft,
.alignright {
  display: block;
  float: none;
  margin-right: 0;
  margin-left: 0;
}

/* Alignment */
/* line 264, _default-wp-elements.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}

/* line 269, _default-wp-elements.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}

/* line 274, _default-wp-elements.scss */
.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

/* line 280, _default-wp-elements.scss */
dl.gallery-item {
  margin: 0;
}

/* line 283, _default-wp-elements.scss */
.align-left {
  text-align: left;
}

/* line 286, _default-wp-elements.scss */
.align-right {
  text-align: right;
}

/* line 289, _default-wp-elements.scss */
.align-center {
  text-align: center;
}

/*----------------------------*/
/* line 299, _default-wp-elements.scss */
body div.post-content .flo-img-text .text-wrapper,
body div.entry-content .flo-img-text .text-wrapper {
  line-height: 1.8em;
}
/* line 300, _default-wp-elements.scss */
body div.post-content .flo-img-text img, body div.post-content .flo-img-text a img,
body div.entry-content .flo-img-text img,
body div.entry-content .flo-img-text a img {
  margin-bottom: 0px;
  display: block;
}
/* line 301, _default-wp-elements.scss */
body div.post-content .flo-img-text a,
body div.entry-content .flo-img-text a {
  position: relative;
  display: block;
  margin-bottom: -2px;
}

/* line 305, _default-wp-elements.scss */
p:empty {
  margin: 0px;
}

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello/font/fontello.eot?35495050");
  src: url("../fonts/fontello/font/fontello.eot?35495050#iefix") format("embedded-opentype"), url("../fonts/fontello/font/fontello.woff?35495050") format("woff"), url("../fonts/fontello/font/fontello.ttf?35495050") format("truetype"), url("../fonts/fontello/font/fontello.svg?35495050#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello/font/fontello.svg?35495050#fontello') format('svg');
  }
}
*/
/* line 25, ../fonts/fontello/css/_fontello.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 56, ../fonts/fontello/css/_fontello.scss */
.icon-close:before {
  content: '\2715';
}

/* '✕' */
/* line 57, ../fonts/fontello/css/_fontello.scss */
.icon-delicious:before {
  content: '\e800';
}

/* '' */
/* line 58, ../fonts/fontello/css/_fontello.scss */
.icon-gplus:before {
  content: '\e801';
}

/* '' */
/* line 59, ../fonts/fontello/css/_fontello.scss */
.icon-pinterest:before {
  content: '\e802';
}

/* '' */
/* line 60, ../fonts/fontello/css/_fontello.scss */
.icon-dribbble:before {
  content: '\e803';
}

/* '' */
/* line 61, ../fonts/fontello/css/_fontello.scss */
.icon-left-open:before {
  content: '\e804';
}

/* '' */
/* line 62, ../fonts/fontello/css/_fontello.scss */
.icon-right-open:before {
  content: '\e805';
}

/* '' */
/* line 63, ../fonts/fontello/css/_fontello.scss */
.icon-skype:before {
  content: '\e806';
}

/* '' */
/* line 64, ../fonts/fontello/css/_fontello.scss */
.icon-twitter:before {
  content: '\e807';
}

/* '' */
/* line 65, ../fonts/fontello/css/_fontello.scss */
.icon-youtube:before {
  content: '\e808';
}

/* '' */
/* line 66, ../fonts/fontello/css/_fontello.scss */
.icon-vimeo:before {
  content: '\e809';
}

/* '' */
/* line 67, ../fonts/fontello/css/_fontello.scss */
.icon-yahoo:before {
  content: '\e80a';
}

/* '' */
/* line 68, ../fonts/fontello/css/_fontello.scss */
.icon-tumblr:before {
  content: '\e80b';
}

/* '' */
/* line 69, ../fonts/fontello/css/_fontello.scss */
.icon-googleplay:before {
  content: '\e80c';
}

/* '' */
/* line 70, ../fonts/fontello/css/_fontello.scss */
.icon-star:before {
  content: '\e80d';
}

/* '' */
/* line 71, ../fonts/fontello/css/_fontello.scss */
.icon-like:before {
  content: '\e80e';
}

/* '' */
/* line 72, ../fonts/fontello/css/_fontello.scss */
.icon-root:before {
  content: '\e80f';
}

/* '' */
/* line 73, ../fonts/fontello/css/_fontello.scss */
.icon-menu:before {
  content: '\e810';
}

/* '' */
/* line 74, ../fonts/fontello/css/_fontello.scss */
.icon-email:before {
  content: '\e811';
}

/* '' */
/* line 75, ../fonts/fontello/css/_fontello.scss */
.icon-quote:before {
  content: '\e812';
}

/* '' */
/* line 76, ../fonts/fontello/css/_fontello.scss */
.icon-video:before {
  content: '\e813';
}

/* '' */
/* line 77, ../fonts/fontello/css/_fontello.scss */
.icon-image:before {
  content: '\e814';
}

/* '' */
/* line 78, ../fonts/fontello/css/_fontello.scss */
.icon-gallery:before {
  content: '\e815';
}

/* '' */
/* line 79, ../fonts/fontello/css/_fontello.scss */
.icon-audio:before {
  content: '\e816';
}

/* '' */
/* line 80, ../fonts/fontello/css/_fontello.scss */
.icon-tag:before {
  content: '\e817';
}

/* '' */
/* line 81, ../fonts/fontello/css/_fontello.scss */
.icon-delete:before {
  content: '\e818';
}

/* '' */
/* line 82, ../fonts/fontello/css/_fontello.scss */
.icon-fullscreen:before {
  content: '\e819';
}

/* '' */
/* line 83, ../fonts/fontello/css/_fontello.scss */
.icon-rss:before {
  content: '\e81a';
}

/* '' */
/* line 84, ../fonts/fontello/css/_fontello.scss */
.icon-flickr:before {
  content: '\e81b';
}

/* '' */
/* line 85, ../fonts/fontello/css/_fontello.scss */
.icon-linkedin:before {
  content: '\e81c';
}

/* '' */
/* line 86, ../fonts/fontello/css/_fontello.scss */
.icon-bottom:before {
  content: '\e81d';
}

/* '' */
/* line 87, ../fonts/fontello/css/_fontello.scss */
.icon-up-open:before {
  content: '\e81e';
}

/* '' */
/* line 88, ../fonts/fontello/css/_fontello.scss */
.icon-facebook:before {
  content: '\e81f';
}

/* '' */
/* line 89, ../fonts/fontello/css/_fontello.scss */
.icon-thumb:before {
  content: '\e820';
}

/* '' */
/* line 90, ../fonts/fontello/css/_fontello.scss */
.icon-instagram:before {
  content: '\e821';
}

/* '' */
/* line 91, ../fonts/fontello/css/_fontello.scss */
.icon-thumbs-down:before {
  content: '\e822';
}

/* '' */
/* line 92, ../fonts/fontello/css/_fontello.scss */
.icon-doc-text:before {
  content: '\e823';
}

/* '' */
/* line 93, ../fonts/fontello/css/_fontello.scss */
.icon-search:before {
  content: '\e824';
}

/* '' */
/* line 94, ../fonts/fontello/css/_fontello.scss */
.icon-video-1:before {
  content: '\e825';
}

/* '' */
/* line 95, ../fonts/fontello/css/_fontello.scss */
.icon-help-circled:before {
  content: '\e826';
}

/* '' */
/* line 96, ../fonts/fontello/css/_fontello.scss */
.icon-youtube-play:before {
  content: '\e827';
}

/* '' */
/* line 97, ../fonts/fontello/css/_fontello.scss */
.icon-th-thumb:before {
  content: '\e828';
}

/* '' */
/* line 98, ../fonts/fontello/css/_fontello.scss */
.icon-circle:before {
  content: '\e829';
}

/* '' */
/* line 99, ../fonts/fontello/css/_fontello.scss */
.icon-popup:before {
  content: '\e82a';
}

/* '' */
/* line 100, ../fonts/fontello/css/_fontello.scss */
.icon-info-circled:before {
  content: '\e82b';
}

/* '' */
/* line 101, ../fonts/fontello/css/_fontello.scss */
.icon-info:before {
  content: '\e82c';
}

/* '' */
/* line 102, ../fonts/fontello/css/_fontello.scss */
.icon-flag-empty:before {
  content: '\e82d';
}

/* '' */
/* line 103, ../fonts/fontello/css/_fontello.scss */
.icon-x-:before {
  content: '\e82e';
}

/* '' */
/* line 104, ../fonts/fontello/css/_fontello.scss */
.icon-Thin88-left:before {
  content: '\e82f';
}

/* '' */
/* line 105, ../fonts/fontello/css/_fontello.scss */
.icon-Thin88-right:before {
  content: '\e830';
}

/* '' */
/* line 106, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-3:before {
  content: '\e831';
}

/* '' */
/* line 107, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-4:before {
  content: '\e832';
}

/* '' */
/* line 108, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-5:before {
  content: '\e833';
}

/* '' */
/* line 109, ../fonts/fontello/css/_fontello.scss */
.icon-square99-left:before {
  content: '\e834';
}

/* '' */
/* line 110, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-7:before {
  content: '\e835';
}

/* '' */
/* line 111, ../fonts/fontello/css/_fontello.scss */
.icon-square99-right:before {
  content: '\e836';
}

/* '' */
/* line 112, ../fonts/fontello/css/_fontello.scss */
.icon-glyph9-right:before {
  content: '\e837';
}

/* '' */
/* line 113, ../fonts/fontello/css/_fontello.scss */
.icon-glyph9-left:before {
  content: '\e838';
}

/* '' */
/* line 114, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-11:before {
  content: '\e839';
}

/* '' */
/* line 115, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-12:before {
  content: '\e83a';
}

/* '' */
/* line 116, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-13:before {
  content: '\e83b';
}

/* '' */
/* line 117, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-14:before {
  content: '\e83c';
}

/* '' */
/* line 118, ../fonts/fontello/css/_fontello.scss */
.icon-arrow99-right:before {
  content: '\e83d';
}

/* '' */
/* line 119, ../fonts/fontello/css/_fontello.scss */
.icon-arrow99-left:before {
  content: '\e83e';
}

/* '' */
/* line 120, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-17:before {
  content: '\e83f';
}

/* '' */
/* line 121, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-18:before {
  content: '\e840';
}

/* '' */
/* line 122, ../fonts/fontello/css/_fontello.scss */
.icon-smallbold-right:before {
  content: '\e841';
}

/* '' */
/* line 123, ../fonts/fontello/css/_fontello.scss */
.icon-smallbold-left:before {
  content: '\e842';
}

/* '' */
/* line 124, ../fonts/fontello/css/_fontello.scss */
.icon-arrthin-left:before {
  content: '\e843';
}

/* '' */
/* line 125, ../fonts/fontello/css/_fontello.scss */
.icon-bold-left:before {
  content: '\e844';
}

/* '' */
/* line 126, ../fonts/fontello/css/_fontello.scss */
.icon-bold-right:before {
  content: '\e845';
}

/* '' */
/* line 127, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-24:before {
  content: '\e846';
}

/* '' */
/* line 128, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-25:before {
  content: '\e847';
}

/* '' */
/* line 129, ../fonts/fontello/css/_fontello.scss */
.icon-glyph27-left:before {
  content: '\e848';
}

/* '' */
/* line 130, ../fonts/fontello/css/_fontello.scss */
.icon-glyph27-right:before {
  content: '\e849';
}

/* '' */
/* line 131, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-28:before {
  content: '\e84a';
}

/* '' */
/* line 132, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-29:before {
  content: '\e84b';
}

/* '' */
/* line 133, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-30:before {
  content: '\e84c';
}

/* '' */
/* line 134, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-31:before {
  content: '\e84d';
}

/* '' */
/* line 135, ../fonts/fontello/css/_fontello.scss */
.icon-down-dir:before {
  content: '\e84e';
}

/* '' */
/* line 136, ../fonts/fontello/css/_fontello.scss */
.icon-left-dir:before {
  content: '\e84f';
}

/* '' */
/* line 137, ../fonts/fontello/css/_fontello.scss */
.icon-right-dir:before {
  content: '\e850';
}

/* '' */
/* line 138, ../fonts/fontello/css/_fontello.scss */
.icon-up-dir:before {
  content: '\e851';
}

/* '' */
/* line 139, ../fonts/fontello/css/_fontello.scss */
.icon-arrthin-right:before {
  content: '\e852';
}

/* '' */
/* line 140, ../fonts/fontello/css/_fontello.scss */
.icon-circle-empty:before {
  content: '\e853';
}

/* '' */
/* line 141, ../fonts/fontello/css/_fontello.scss */
.icon-play:before {
  content: '\e854';
}

/* '' */
@font-face {
  font-family: 'im-fell-french-canon-pro-regular';
  src: url("../fonts/im-fell-french-canon-pro/IM_FELL_French_Canon_PRO_Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/im-fell-french-canon-pro/IM_FELL_French_Canon_PRO_Roman.svg#IM_FELL_French_Canon_PRO_Roman") format("svg"), url("../fonts/im-fell-french-canon-pro/IM_FELL_French_Canon_PRO_Roman.otf") format("opentype"), url("../fonts/im-fell-french-canon-pro/IM_FELL_French_Canon_PRO_Roman.woff") format("woff"), url("../fonts/im-fell-french-canon-pro/IM_FELL_French_Canon_PRO_Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'im-fell-french-canon-pro-italic';
  src: url("../fonts/im-fell-french-canon-pro/IM_FELL_French_Canon_PRO_Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/im-fell-french-canon-pro/IM_FELL_French_Canon_PRO_Italic.svg#IM_FELL_French_Canon_PRO_Italic") format("svg"), url("../fonts/im-fell-french-canon-pro/IM_FELL_French_Canon_PRO_Italic.otf") format("opentype"), url("../fonts/im-fell-french-canon-pro/IM_FELL_French_Canon_PRO_Italic.woff") format("woff"), url("../fonts/im-fell-french-canon-pro/IM_FELL_French_Canon_PRO_Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TrajanPro-Regular';
  src: url("../fonts/trajan-pro/TrajanPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/trajan-pro/TrajanPro-Regular.otf") format("opentype"), url("../fonts/trajan-pro/TrajanPro-Regular.svg#TrajanPro-Regular") format("svg"), url("../fonts/trajan-pro/TrajanPro-Regular.woff") format("woff"), url("../fonts/trajan-pro/TrajanPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TrajanPro-Bold';
  src: url("TrajanPro-Bold.eot?#iefix") format("embedded-opentype"), url("TrajanPro-Bold.ttf") format("truetype"), url("TrajanPro-Bold.svg#TrajanPro-Bold") format("svg"), url("TrajanPro-Bold.otf") format("opentype"), url("TrajanPro-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
   1. GENERAL STYLES
------------------------------------------- */
/* ---------- 1.1 MISCELLANEOUS ---------- */
/* line 105, style.scss */
html.fancybox-lock {
  height: auto;
}

/* line 108, style.scss */
body {
  margin-left: auto;
  margin-right: auto;
  position: static;
}

/* line 114, style.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello" !important;
}

/* line 118, style.scss */
.site-header,
.main-content,
.site-footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 125, style.scss */
.page-title,
.page-header {
  text-align: center;
  margin-bottom: 50px;
}

/* line 132, style.scss */
[class*="column"] + [class*="column"]:last-child {
  float: left;
}

/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.flo-entry-content:before, .flo-entry-content:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.flo-entry-content:after {
  clear: both;
}

/* line 140, style.scss */
blockquote {
  padding-left: 0;
  padding-right: 0;
  border-left: none;
}
/* line 145, style.scss */
blockquote p {
  font-family: "im-fell-french-canon-pro-italic", Georgia, serif;
  font-size: 14px;
}
/* line 150, style.scss */
blockquote cite {
  padding-left: 25%;
  text-align: right;
  margin-top: 5px;
  font-style: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
}

/* for passwrord protected galleries */
/* line 161, style.scss */
.post-password-form {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

/* ---------- 1.2 LINKS ---------- */
/* line 170, style.scss */
a {
  color: #9e9e9e;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
/* line 176, style.scss */
a:hover, a:focus {
  color: #6b6b6b;
}
/* line 181, style.scss */
a:focus {
  background-color: none;
}

/* line 186, style.scss */
h1, h2, h3,
h4, h5, h6 {
  text-transform: uppercase;
}
/* line 190, style.scss */
h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
  font-family: inherit;
  color: inherit;
}
/* line 194, style.scss */
h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover {
  color: inherit;
}

/* ---------- 1.3 SCREEN READERS ---------- */
/* line 201, style.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -9999px;
}

/* ---------- 1.4 POST META ---------- */
/* line 216, style.scss */
.post-tag span,
.post-tag a,
.share-link,
.comment-item,
.social-text {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "TrajanPro-Regular", Georgia, serif;
}

/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.post-meta:before, .post-meta:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.post-meta:after {
  clear: both;
}
/* line 232, style.scss */
.post-meta a,
.post-meta span {
  display: inline-block;
  line-height: normal;
}

/* line 240, style.scss */
.post-date time,
.post-category .category-item {
  font-size: 13px;
  font-family: "im-fell-french-canon-pro-italic", Georgia, serif;
}

/* line 249, style.scss */
.post-tag a {
  margin-right: 5px;
}

/* line 254, style.scss */
.post-tag-entry {
  margin-right: 5px;
}

/* line 261, style.scss */
.socials .social-text,
.socials .icon-holder {
  display: none;
}
/* line 266, style.scss */
.socials .social-item {
  font-size: 100%;
  margin-left: 20px;
}
/* line 270, style.scss */
.socials .social-item:first-child {
  margin-left: 0;
}

/* line 276, style.scss */
.share-link {
  position: relative;
  display: inline-block;
}
/* line 280, style.scss */
.share-link .flo-icon {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -6px;
  display: none;
}

/* ---------- 1.5 ICONS ---------- */
/* line 292, style.scss */
.flo-icon {
  display: inline-block;
}

/* line 296, style.scss */
.flo-icon-share {
  width: 11px;
  height: 11px;
  background: url("../images/flo-sprite.png") -50px -50px no-repeat;
}

/* line 302, style.scss */
.flo-icon-next {
  width: 44px;
  height: 44px;
  background: url("../images/flo-sprite.png") -50px 0 no-repeat;
}

/* line 308, style.scss */
.flo-icon-prev {
  width: 44px;
  height: 44px;
  background: url("../images/flo-sprite.png") 0 0 no-repeat;
}

/* line 314, style.scss */
.post-decoration {
  max-width: 150px;
}

/* line 318, style.scss */
.info {
  width: 27px;
  height: 27px;
  background: url("../images/flo-sprite.png") 0 -100px no-repeat;
  text-indent: -9999em;
}

/* line 325, style.scss */
.close {
  height: 9px;
  width: 9px;
  background: url("../images/flo-sprite.png") -50px -100px no-repeat;
  text-indent: -9999em;
}

/* line 332, style.scss */
.pin-button {
  display: inline-block;
  width: 12px;
  height: 25px;
  background: url("../images/flo-sprite.png") 0 -150px no-repeat;
}

/* ---------- 1.6 JSCROLLPANE ---------- */
/* line 341, style.scss */
.jspVerticalBar {
  width: 6px;
}

/* line 345, style.scss */
.jspTrack {
  background: #ccc;
}

/* line 349, style.scss */
.jspDrag {
  background: gray;
}

/* ---------- 1.7 FORM ---------- */
/* line 354, style.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"] {
  height: 44px;
}

/* line 370, style.scss */
textarea {
  resize: none;
}

/* line 374, style.scss */
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  border-width: 0;
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 10px;
  font-family: "TrajanPro-Regular", Georgia, serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
   1.end HELPER CLASSES
------------------------------------------- */
/* line 401, style.scss */
.has-separator-colon:after {
  content: ",";
}

/*
   2. HEADER
------------------------------------------- */
/* line 410, style.scss */
.site-header {
  position: relative;
  background-color: white;
  z-index: 100;
}

/* line 418, style.scss */
.f-topbar-fixed .fixed .site-header {
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

/* line 423, style.scss */
.site-identity {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 25px;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.site-identity:before, .site-identity:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.site-identity:after {
  clear: both;
}
/* line 429, style.scss */
.site-identity.site-logo {
  padding-top: 25px;
}

/* line 434, style.scss */
.site-logo {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 440, style.scss */
.site-logo .logo {
  padding: 0;
}
/* line 444, style.scss */
.site-logo .site-name {
  display: none;
}
/* line 448, style.scss */
.site-logo .site-title {
  margin-bottom: 0;
  margin-top: 0;
}

/* line 454, style.scss */
.nav-wrapper {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}

/* line 461, style.scss */
.menu-toggle-wrap {
  text-align: center;
}
/* line 467, style.scss */
.menu-toggle-wrap .menu-toggle span,
.menu-toggle-wrap .menu-toggle .icon-menu {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
/* line 474, style.scss */
.menu-toggle-wrap .menu-toggle span {
  font-size: 16px;
}

/* line 480, style.scss */
.menu-toggle {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  cursor: pointer;
  height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: auto;
  border: 0;
}
/* line 492, style.scss */
.menu-toggle:hover, .menu-toggle:focus {
  background: transparent;
}
/* line 497, style.scss */
.menu-toggle:focus {
  outline: 0;
}
/* line 500, style.scss */
.menu-toggle span {
  font-size: 310%;
  color: #3f3f3f;
  margin-right: 10px;
}
/* line 505, style.scss */
.menu-toggle i:before {
  width: auto;
  line-height: normal;
  color: #3f3f3f;
  font-size: 310%;
  margin-left: 0;
  margin-right: 0;
}

/* ---------- Logo Inside Menu ---------- */
/* line 518, style.scss */
.logo-inside-menu .logo-inside {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/*
   3. NAVIGATION
------------------------------------------- */
/* ---------- 3.1 SITE NAVIGATION ---------- */
/* line 533, style.scss */
.nav-menu,
.nav-menu ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

/* line 544, style.scss */
.nav-menu li a {
  font-size: 14px;
  color: black;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  cursor: pointer;
}
/* line 552, style.scss */
.nav-menu li a > span {
  display: block;
  font-family: "im-fell-french-canon-pro-italic", Georgia, serif;
  font-size: 12px;
  text-transform: lowercase;
}
/* line 560, style.scss */
.nav-menu li ul {
  display: none;
}
/* line 565, style.scss */
.nav-menu li.menu-lang-switcher ul {
  display: block;
}
/* line 567, style.scss */
.nav-menu li.menu-lang-switcher ul.qtrans_language_chooser {
  background: transparent;
  left: 0px;
  position: relative;
}
/* line 572, style.scss */
.nav-menu li.menu-lang-switcher ul.qtrans_language_chooser li {
  display: inline-block;
  float: none;
  padding: 3px;
}
/* line 578, style.scss */
.nav-menu li.menu-lang-switcher ul.qtrans_language_chooser li a span {
  margin-left: 10px;
}
/* line 583, style.scss */
.nav-menu li.menu-lang-switcher select {
  margin-bottom: 0px;
}

/* ---------- 3.2 PRIMARY NAVIGATION ---------- */
/* line 592, style.scss */
.primary-navigation {
  text-align: center;
  background-color: white;
  position: relative;
  /* ---------- Menu Functionality ---------- */
  /* first level */
  /* second level */
}
/* line 598, style.scss */
.primary-navigation li {
  white-space: nowrap;
}
/* line 601, style.scss */
.primary-navigation li a {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 611, style.scss */
.primary-navigation > ul {
  background-color: white;
  padding-top: 25px;
  padding-bottom: 25px;
  position: absolute;
  left: 0;
  right: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
/* line 622, style.scss */
.primary-navigation > ul > li {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 643, style.scss */
.nav-menu .logo-inside span {
  display: block;
}
/* line 648, style.scss */
.nav-menu .menu-item-has-children {
  position: relative;
}
/* line 651, style.scss */
.nav-menu .menu-item-has-children > .submenu-toggle {
  padding: 20px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-size: 16px;
  line-height: normal;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
}
/* line 662, style.scss */
.nav-menu .menu-item-has-children > .submenu-toggle i {
  font-style: normal;
}
/* line 669, style.scss */
.nav-menu .menu-item-has-children.active > .submenu-toggle {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 676, style.scss */
.mobile-menu-is-open {
  padding-top: 40px;
}
/* line 679, style.scss */
.mobile-menu-is-open > ul {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  pointer-events: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
/* line 688, style.scss */
.mobile-menu-is-open > ul:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  border-top: 1px dotted #e9e9e9;
}

/* ---------- Mobile Menu ---------- */
/* line 700, style.scss */
.mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  background: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  z-index: 200;
  padding-bottom: 40px;
}
/* line 715, style.scss */
.mobile-menu .mobile-menu-inner {
  position: absolute;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 105%;
  height: 100%;
  padding-right: 5%;
  padding-top: 80px;
  padding-bottom: 40px;
}
/* line 726, style.scss */
.mobile-menu .nav-menu {
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 30px;
}
/* line 738, style.scss */
.mobile-menu .nav-menu a {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 746, style.scss */
.mobile-menu .menu-item-has-children > .submenu-toggle {
  right: -30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 753, style.scss */
.mobile-menu .submenu-open {
  background: white;
  z-index: 5;
}
/* line 762, style.scss */
.mobile-menu .mobile-menu-toggle {
  position: absolute;
  top: 30px;
  right: 60px;
  cursor: pointer;
  font-size: 150%;
  color: #3f3f3f;
}

/* line 777, style.scss */
.mobile-menu-active .mobile-menu {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* line 786, style.scss */
.admin-bar .mobile-menu-inner {
  margin-top: 46px;
}

/*
   3.3 PAGINATION
------------------------------------------- */
/* line 799, style.scss */
.pagination {
  margin-bottom: 50px;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.pagination:before, .pagination:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.pagination:after {
  clear: both;
}
/* line 803, style.scss */
.pagination a {
  color: #3f3f3f;
}

/* line 808, style.scss */
.page-item,
.grid-pagination .next,
.grid-pagination .prev,
.next-post-title,
.prev-post-title,
.less-than,
.greater-than {
  font-size: 13px;
  display: inline;
}

/* line 819, style.scss */
.page-item {
  font-family: "im-fell-french-canon-pro-italic", Georgia, serif;
}

/* ---------- 3.3.1 POST PAGINATION ---------- */
/* line 824, style.scss */
.post-pagination {
  position: relative;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.post-pagination .pagination-wrapper:before, .post-pagination .pagination-wrapper:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.post-pagination .pagination-wrapper:after {
  clear: both;
}
/* line 834, style.scss */
.post-pagination .next-post .inner,
.post-pagination .prev-post .inner {
  background: #fff;
}
/* line 839, style.scss */
.post-pagination .next-post {
  float: right;
}
/* line 843, style.scss */
.post-pagination .prev-post {
  float: left;
}
/* line 847, style.scss */
.post-pagination .next-post-inner,
.post-pagination .prev-post-inner {
  position: relative;
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
}
/* line 854, style.scss */
.post-pagination .next-post-inner img,
.post-pagination .prev-post-inner img {
  display: block;
}
/* line 859, style.scss */
.post-pagination .next-post-title,
.post-pagination .prev-post-title {
  display: block;
  max-width: 100px;
}
/* line 865, style.scss */
.post-pagination .next,
.post-pagination .prev {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 10px;
  z-index: 1;
  font-family: "TrajanPro-Regular", Georgia, serif;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 90px;
  text-transform: uppercase;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 884, style.scss */
.post-pagination .next:hover,
.post-pagination .prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* ---------- 3.3.2 GRID PAGINATION ---------- */
/* line 891, style.scss */
.grid-pagination {
  text-align: center;
}
/* line 894, style.scss */
.grid-pagination .next {
  margin-left: 79px;
}
/* line 898, style.scss */
.grid-pagination .prev {
  margin-right: 79px;
}

/* ---------- 3.3.3 GALLERY PAGINATION ---------- */
/* line 906, style.scss */
.gallery-pagination .prev-gallery,
.gallery-pagination .next-gallery {
  width: 40%;
  float: left;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.gallery-pagination .prev-gallery:before, .gallery-pagination .prev-gallery:after,
.gallery-pagination .next-gallery:before,
.gallery-pagination .next-gallery:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.gallery-pagination .prev-gallery:after,
.gallery-pagination .next-gallery:after {
  clear: both;
}
/* line 914, style.scss */
.gallery-pagination .prev-gallery {
  padding-right: 15px;
}
/* line 918, style.scss */
.gallery-pagination .next-gallery {
  padding-left: 15px;
  text-align: right;
}
/* line 923, style.scss */
.gallery-pagination .less-than {
  float: left;
  margin-right: 15px;
}
/* line 928, style.scss */
.gallery-pagination .greater-than {
  float: right;
  margin-left: 15px;
}
/* line 933, style.scss */
.gallery-pagination .prev-text,
.gallery-pagination .next-text {
  display: block;
  overflow: hidden;
}
/* line 939, style.scss */
.gallery-pagination .prev-post-title,
.gallery-pagination .next-post-title {
  display: none;
}
/* line 945, style.scss */
.gallery-pagination .back-to-galleries {
  width: 20%;
  float: left;
  text-align: center;
}
/* line 950, style.scss */
.gallery-pagination .back-to-galleries .back {
  padding-top: 15px;
  position: relative;
}
/* line 954, style.scss */
.gallery-pagination .back-to-galleries .back:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: 50%;
  margin-left: -5px;
  background: url("../images/flo-sprite.png") 0 -50px no-repeat;
}

/*
   4.0 GRID VIEW
------------------------------------------- */
/* line 981, style.scss */
.grid-view {
  margin-bottom: 20px;
}
/* line 986, style.scss */
.grid-view .post-preview-image img {
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 994, style.scss */
.grid-view .post-preview-image:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 1001, style.scss */
.post-preview {
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 1008, style.scss */
.post-preview-inner {
  position: relative;
}

/* line 1012, style.scss */
.post-preview-hidden {
  position: relative;
  background-color: #fff;
}
/* line 1016, style.scss */
.post-preview-hidden .post-preview-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

/* line 1026, style.scss */
.post-preview-hidden-child {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 1034, style.scss */
.post-title {
  font-size: 20px;
}
/* line 1037, style.scss */
.post-title a {
  display: block;
}
/* line 1041, style.scss */
.post-title .post-title-before,
.post-title .post-title-after {
  display: block;
}
/* line 1046, style.scss */
.post-title .post-title-before {
  text-transform: uppercase;
  /*font-size: 0.6em;*/
}
/* line 1051, style.scss */
.post-title .post-title-after {
  font-family: "im-fell-french-canon-pro-italic", Georgia, serif;
  font-size: 0.65em;
  text-transform: none;
  color: #666666;
}

/* line 1061, style.scss */
.list .post-article-inner {
  border-top: 1px solid #e9e9e9;
  padding-top: 60px;
}

/* ---------- 4.end GRID HELPER CLASSES ---------- */
/* line 1073, style.scss */
.type-video .post-preview-image {
  position: relative;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* line 1077, style.scss */
.type-video .post-preview-image:before {
  content: '\e854';
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: perspective(0) translate(-50%, -50%);
  -ms-transform: perspective(0) translate(-50%, -50%);
  -webkit-transform: perspective(0) translate(-50%, -50%);
  transform: perspective(0) translate(-50%, -50%);
  font-family: fontello;
  font-size: 400%;
  color: #fff;
  z-index: 9;
}

/* line 1092, style.scss */
.gutter-0 {
  margin-bottom: 50px;
}
/* line 1095, style.scss */
.gutter-0 > .row {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 1100, style.scss */
.gutter-0 .post-preview {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

/* line 1108, style.scss */
.gutter-2 {
  margin-bottom: 48px;
}
/* line 1111, style.scss */
.gutter-2 > .row {
  margin-left: -1px;
  margin-right: -1px;
}
/* line 1116, style.scss */
.gutter-2 .post-preview {
  padding-left: 1px;
  padding-right: 1px;
  margin-bottom: 2px;
}

/* line 1124, style.scss */
.gutter-5 {
  margin-bottom: 45px;
}
/* line 1127, style.scss */
.gutter-5 > .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
/* line 1132, style.scss */
.gutter-5 .post-preview {
  padding-left: 2.5px;
  padding-right: 2.5px;
  margin-bottom: 5px;
}

/* line 1140, style.scss */
.gutter-10 {
  margin-bottom: 40px;
}
/* line 1143, style.scss */
.gutter-10 > .row {
  margin-left: -5px;
  margin-right: -5px;
}
/* line 1148, style.scss */
.gutter-10 .post-preview {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

/* line 1156, style.scss */
.gutter-20 {
  margin-bottom: 30px;
}
/* line 1159, style.scss */
.gutter-20 > .row {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 1164, style.scss */
.gutter-20 .post-preview {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

/* line 1188, style.scss */
.gutter-40 {
  margin-bottom: 10px;
}
/* line 1191, style.scss */
.gutter-40 > .row {
  margin-left: -20px;
  margin-right: -20px;
}
/* line 1196, style.scss */
.gutter-40 .post-preview {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}

/* line 1204, style.scss */
.gutter-50 {
  margin-bottom: 0;
}
/* line 1207, style.scss */
.gutter-50 > .row {
  margin-left: -25px;
  margin-right: -25px;
}
/* line 1212, style.scss */
.gutter-50 .post-preview {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 50px;
}

/* line 1250, style.scss */
.title-bordered-bottom .post-preview-hidden {
  border: 1px solid #e9e9e9;
  border-top-color: transparent;
  margin-top: -1px;
}

/* line 1259, style.scss */
.title-bordered-right .post-preview-hidden {
  border: 1px solid #e9e9e9;
  border-left-color: transparent;
  margin-left: -1px;
}

/* line 1269, style.scss */
.title-next .post-preview-inner {
  background: #fafafa;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.title-next .post-preview-inner:before, .title-next .post-preview-inner:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.title-next .post-preview-inner:after {
  clear: both;
}
/* line 1274, style.scss */
.title-next .post-preview-image,
.title-next .post-preview-hidden {
  width: 50%;
  float: left;
}
/* line 1279, style.scss */
.title-next .post-preview-hidden {
  background: transparent;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
}
/* line 1289, style.scss */
.title-next .post-preview-hidden-child {
  position: absolute;
  width: 100%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*
   5. PAGES
------------------------------------------- */
/* line 1301, style.scss */
.page-entry {
  margin-bottom: 55px;
}
/* line 1304, style.scss */
.page-entry .content-title {
  text-align: center;
}
/* line 1308, style.scss */
.page-entry .post-header {
  text-align: center;
  margin-bottom: 50px;
}

/* line 1316, style.scss */
.page .post-header {
  margin-bottom: 0;
}
/* line 1320, style.scss */
.page .page-header {
  margin-bottom: 50px;
}
/* line 1324, style.scss */
.page .post_content {
  margin-top: 50px;
}

/* line 1329, style.scss */
.posts-container {
  margin-bottom: 55px;
}
/* line 1332, style.scss */
.posts-container .entry-title {
  text-align: center;
}

/* line 1337, style.scss */
.layout-width,
.single-layout-width {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  /* line 1349, style.scss */
  .single-layout-width .main-slideshow img, .page-template-template-latest-galleries .main-slideshow img, .page-template-template-latest-videos .main-slideshow img {
    margin: 0 auto !important;
    max-width: 100% !important;
    height: auto !important;
  }

  /* line 1355, style.scss */
  .crowd-nearby-slider .rsSlide img {
    margin: 0 auto !important;
    max-width: 100% !important;
    height: auto !important;
  }
}
/* line 1365, style.scss */
.post-header .post-meta > span {
  margin-right: 3px;
}
/* line 1369, style.scss */
.post-header .post-meta .post-decoration {
  margin-bottom: 15px;
  margin-right: 0;
}

/* line 1378, style.scss */
.post-title .post-title-before,
.post-title .post-title-after {
  display: block;
}
/* line 1383, style.scss */
.post-title .post-title-before {
  margin-bottom: 5px;
}
/* line 1387, style.scss */
.post-title .post-title-after {
  margin-top: 5px;
}

/* ---------- 5.1 ABOUT ---------- */
/* line 1396, style.scss */
.about-us .about-intro {
  text-align: center;
}
/* line 1400, style.scss */
.about-us .cosmo-one-half,
.about-us .cosmo-one-third,
.about-us .cosmo-two-third,
.about-us .cosmo-one-fourth,
.about-us .cosmo-three-fourth,
.about-us .cosmo-one-fifth,
.about-us .cosmo-two-fifth,
.about-us .cosmo-three-fifth,
.about-us .cosmo-four-fifth,
.about-us .cosmo-one-sixth,
.about-us .cosmo-five-sixth {
  width: 100%;
}
/* line 1417, style.scss */
.about-us .cosmo-team-member .featimg {
  margin-bottom: 25px;
}
/* line 1421, style.scss */
.about-us .cosmo-team-member .entry-content-job {
  margin-bottom: 27px;
}

/* ---------- 5.2 SINGLE POST ---------- */
/* line 1433, style.scss */
.single .flo-gallery-shortcode img {
  margin-bottom: 0px !important;
}

/* line 1441, style.scss */
.single-post .layout-width,
.single-post .single-layout-width {
  padding-top: 40px;
}
/* line 1445, style.scss */
.single-post .layout-width:before,
.single-post .single-layout-width:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  border-top: 1px solid #e9e9e9;
}

/* line 1456, style.scss */
.post-article {
  margin-bottom: 45px;
}
/* line 1459, style.scss */
.post-article .post-article-inner {
  /*max-width: 700px;*/
  margin-left: auto;
  margin-right: auto;
}
/* line 1465, style.scss */
.post-article .post-image {
  margin-bottom: 20px;
}
/* line 1469, style.scss */
.post-article .post-header {
  text-align: center;
  margin-bottom: 45px;
}
/* line 1474, style.scss */
.post-article .post-title {
  margin-bottom: 1px;
}
/* line 1477, style.scss */
.post-article .post-title .post-title-after {
  margin-bottom: 4px;
}
/* line 1482, style.scss */
.post-article footer {
  margin-top: 10px;
}
/* line 1485, style.scss */
.post-article footer .meta-wrap {
  margin-bottom: 43px;
}
/* line 1491, style.scss */
.post-article footer .post-meta .left,
.post-article footer .post-meta .right {
  width: 100%;
}
/* line 1498, style.scss */
.post-article footer .post-meta .right .meta-wrap {
  padding-left: 45px;
  position: relative;
}
/* line 1502, style.scss */
.post-article footer .post-meta .right .meta-wrap:before {
  position: absolute;
  content: "\e829";
  font-family: fontello;
  font-size: 14%;
  left: 20px;
  top: 55%;
}
/* line 1511, style.scss */
.post-article footer .post-meta .right .meta-wrap:first-of-type {
  padding-left: 0;
}
/* line 1514, style.scss */
.post-article footer .post-meta .right .meta-wrap:first-of-type:before {
  display: none;
}
/* line 1523, style.scss */
.post-article p {
  margin-bottom: 35px;
}

/* line 1530, style.scss */
.post-article-title-left .post-meta {
  margin-bottom: 40px;
}
/* line 1537, style.scss */
.post-article-title-left .socials .share-link {
  display: none;
}
/* line 1541, style.scss */
.post-article-title-left .socials .icon-holder {
  display: inline-block;
}
/* line 1545, style.scss */
.post-article-title-left .socials .social-item {
  margin-left: 0;
  margin-right: 25px;
}

/* line 1559, style.scss */
.single-video .main-slideshow {
  margin-bottom: 50px;
}

/* line 1564, style.scss */
.related-box {
  padding-bottom: 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
/* line 1570, style.scss */
.related-box .block-title {
  margin-bottom: 40px;
}
/* line 1574, style.scss */
.related-box article {
  padding-bottom: 20px;
}
/* line 1578, style.scss */
.related-box .entry-content {
  margin-top: 20px;
}

/* ---------- 5.3 404 PAGE ---------- */
/* line 1586, style.scss */
.error404 .content-title.search {
  margin-bottom: 55px;
  text-align: center;
  font-size: 70px !important;
}

/* ---------- 5.4 SEARCH PAGE ---------- */
/* line 1596, style.scss */
.search-results .content-title,
.search-no-results .content-title {
  text-align: center;
  margin-bottom: 55px;
}

/* ---------- 5.5 HOME PAGE ---------- */
/* line 1603, style.scss */
.has-slideshow .home-one,
.has-slideshow .home-two {
  position: relative;
  z-index: 100;
}
/* line 1608, style.scss */
.has-slideshow .home-one .header-main,
.has-slideshow .home-two .header-main {
  background: #e9e9e9;
}
/* line 1612, style.scss */
.has-slideshow .home-one .header-main-inner,
.has-slideshow .home-two .header-main-inner {
  position: relative;
}
/* line 1617, style.scss */
.has-slideshow .home-one .site-identity,
.has-slideshow .home-two .site-identity {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  width: 100%;
  top: 45%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 1628, style.scss */
.has-slideshow .home-one .menu-toggle-wrap,
.has-slideshow .home-two .menu-toggle-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  margin-bottom: 20px;
}
/* line 1636, style.scss */
.has-slideshow .home-one .nav-menu,
.has-slideshow .home-two .nav-menu {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 0;
  margin-right: 0;
}

/* line 1646, style.scss */
.has-slideshow .home-one .nav-wrapper {
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
}

/*
   6. SLIDERS
------------------------------------------- */
/* line 1663, style.scss */
.gallery-slider {
  position: relative;
  margin-bottom: 50px;
}

/* line 1668, style.scss */
.gallery-description {
  text-align: center;
  margin-bottom: 50px;
}
/* line 1674, style.scss */
.gallery-description .flo-icon {
  display: block;
  top: auto;
  bottom: -20px;
}

/* line 1683, style.scss */
.image-desc-container p {
  margin-bottom: 35px;
}
/* line 1687, style.scss */
.image-desc-container .image-desc-inner {
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
/* line 1693, style.scss */
.image-desc-container .image-desc-title {
  margin-bottom: 30px;
}

/* line 1700, style.scss */
.main-slideshow .royalSlider, .gallery-slider .royalSlider {
  width: 100%;
  display: none;
}

/* line 1706, style.scss */
.rsDefaultInv,
.rsDefaultInv .rsOverflow,
.rsDefaultInv .rsSlide,
.rsDefaultInv .rsVideoFrameHolder,
.rsDefaultInv .rsThumbs {
  background: transparent;
}

/* line 1715, style.scss */
.rsDefaultInv {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* line 1719, style.scss */
.rsDefaultInv .rsArrow {
  width: auto;
}
/* line 1725, style.scss */
.rsDefaultInv .rsArrowLeft .rsArrowIcn {
  left: 0;
}
/* line 1732, style.scss */
.rsDefaultInv .rsArrowRight .rsArrowIcn {
  left: auto;
  right: -1px;
}
/* line 1739, style.scss */
.rsDefaultInv .rsArrowIcn {
  background: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-top: auto;
  line-height: normal;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 1749, style.scss */
.rsDefaultInv .rsArrowIcn:hover {
  background: none;
}

/* line 1759, style.scss */
.arrow-border-glyph9 .rsArrowLeft .rsArrowIcn {
  left: 2px;
}
/* line 1766, style.scss */
.arrow-border-glyph9 .rsArrowRight .rsArrowIcn {
  right: 2px;
}

/* line 1776, style.scss */
.slide-border .rsArrowLeft .rsArrowIcn {
  left: -7px;
}
/* line 1783, style.scss */
.slide-border .rsArrowRight .rsArrowIcn {
  right: -5px;
}
/* line 1792, style.scss */
.slide-border.arrow-arrow99 .rsArrowLeft .rsArrowIcn {
  left: -5px;
}
/* line 1802, style.scss */
.slide-border.arrow-bold .rsArrowLeft .rsArrowIcn {
  left: -2px;
}
/* line 1809, style.scss */
.slide-border.arrow-bold .rsArrowRight .rsArrowIcn {
  right: -6px;
}
/* line 1819, style.scss */
.slide-border.arrow-smallbold .rsArrowLeft .rsArrowIcn {
  left: -5px;
}
/* line 1830, style.scss */
.slide-border.arrow-square99 .rsArrowLeft .rsArrowIcn, .slide-border.arrow-border-glyph9 .rsArrowLeft .rsArrowIcn {
  left: 11px;
}
/* line 1837, style.scss */
.slide-border.arrow-square99 .rsArrowRight .rsArrowIcn, .slide-border.arrow-border-glyph9 .rsArrowRight .rsArrowIcn {
  right: 11px;
}
/* line 1847, style.scss */
.slide-border.arrow-glyph27 .rsArrowLeft .rsArrowIcn {
  left: -6px;
}
/* line 1854, style.scss */
.slide-border.arrow-glyph27 .rsArrowRight .rsArrowIcn {
  right: -9px;
}

/* line 1866, style.scss */
.bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 1875, style.scss */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  background: none;
}

/* line 1883, style.scss */
.arrow-square99 .bx-prev {
  left: 0;
}
/* line 1887, style.scss */
.arrow-square99 .bx-next {
  right: 0;
}

/* ---------- 6.1 SLIDER WITH DESCRITPION ---------- */
/* line 1896, style.scss */
.simple-slider .rsSlide {
  text-align: center;
}
/* line 1900, style.scss */
.simple-slider .slide {
  display: inline-block;
}
/* line 1903, style.scss */
.simple-slider .slide img {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* line 1909, style.scss */
.simple-slider .slide.gallery-entry {
  display: block;
}
@media only screen and (min-width: 40.063em) {
  /* line 1913, style.scss */
  .simple-slider .slide.gallery-entry img {
    margin-left: 0 !important;
  }
}
/* line 1920, style.scss */
.simple-slider .pin-button {
  width: 33px;
  height: 33px;
  position: absolute;
  left: 20px;
  bottom: 25px;
  z-index: 30;
  background-position: 10px -145px;
}

/* line 1931, style.scss */
.gallery-slider {
  /* Slides */
}
/* line 1934, style.scss */
.gallery-slider .slide {
  position: relative;
}

/* ---------- 6.2 FULL WIDTH SLIDER ---------- */
/* line 1941, style.scss */
.full-width-slider {
  display: none;
}
/* line 1945, style.scss */
.full-width-slider .bx-viewport {
  height: 390px !important;
  box-shadow: none;
  border: none;
  left: 0;
  background: transparent;
}
/* line 1952, style.scss */
.full-width-slider .bx-viewport .slide {
  width: auto !important;
  height: 100%;
  overflow: hidden;
}
/* line 1958, style.scss */
.full-width-slider .bx-viewport img {
  max-height: 100%;
  width: auto;
  max-width: none;
}
/* line 1965, style.scss */
.full-width-slider .bxslider {
  min-width: 2000%;
  height: 100%;
}
/* line 1970, style.scss */
.full-width-slider .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 400px;
  max-width: 80%;
  height: 100%;
  background: #fff;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  padding: 20px 20px 30px 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
/* line 1984, style.scss */
.full-width-slider .slide-content .info {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  pointer-events: auto;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 1990, style.scss */
.full-width-slider .slide-content.slide-content-open {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* line 1993, style.scss */
.full-width-slider .slide-content.slide-content-open .info {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
/* line 2000, style.scss */
.full-width-slider .slide-content-inner {
  overflow-y: auto;
  height: 95%;
  width: 105%;
  padding: 0;
  top: 0;
  left: 0;
}
/* line 2008, style.scss */
.full-width-slider .slide-content-inner .post-article {
  padding: 30px 40px 0 30px;
  margin-bottom: 0;
}

/* line 2017, style.scss */
.slide-content .info,
.slide-content .close {
  position: absolute;
  z-index: 1;
}
/* line 2023, style.scss */
.slide-content .info {
  top: 0;
  left: -27px;
}
/* line 2028, style.scss */
.slide-content .close {
  top: 20px;
  right: 20px;
}

/* line 2034, style.scss */
.gallery-image-description {
  margin-bottom: 50px;
}
/* line 2037, style.scss */
.gallery-image-description ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid #e9e9e9;
}
/* line 2044, style.scss */
.gallery-image-description li {
  display: none;
}
/* line 2048, style.scss */
.gallery-image-description .post-article {
  margin-bottom: 50px;
}
/* line 2052, style.scss */
.gallery-image-description .post-header {
  text-align: left;
}

/* ---------- 6.3 MAIN SLIDESHOW ---------- */
/* line 2061, style.scss */
.main-content .main-slideshow {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 2067, style.scss */
.main-slideshow {
  margin-bottom: 60px;
}
/* line 2070, style.scss */
.main-slideshow .rsOverflow {
  width: 100% !important;
}
/* line 2074, style.scss */
.main-slideshow .rsBullets {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 35px;
  line-height: normal;
  padding-top: 0;
}
/* line 2083, style.scss */
.main-slideshow .rsBullet {
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
/* line 2089, style.scss */
.main-slideshow .rsBullet span {
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 8px;
}
/* line 2101, style.scss */
.main-slideshow .rsBullet.rsNavSelected span {
  background-color: #fff;
}

/* line 2108, style.scss */
.slide-video {
  height: 100%;
  width: 100%;
}
/* line 2112, style.scss */
.slide-video .rsVideoFrameHolder {
  width: 100% !important;
  height: 100% !important;
}

/* ---------- 6.end SLIDER HELPER CLASSES ---------- */
/* line 2125, style.scss */
.gallery-entry .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  padding: 30px 44px 70px 30px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
/* line 2140, style.scss */
.gallery-entry .slide-content article {
  text-align: center;
  position: relative;
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  overflow: hidden;
}
/* line 2154, style.scss */
.gallery-entry .slide-content .gallery-article-inner {
  margin-right: -25px;
  padding-right: 25px;
  height: 100%;
  overflow-y: auto;
}
/* line 2161, style.scss */
.gallery-entry .slide-content .gallery-sharing {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
/* line 2169, style.scss */
.gallery-entry .slide-content .socials {
  margin-bottom: 0;
}
/* line 2174, style.scss */
.gallery-entry .share-link {
  position: relative;
  padding-bottom: 20px;
}
/* line 2178, style.scss */
.gallery-entry .share-link .flo-icon {
  display: inline-block;
  top: auto;
  bottom: 0;
}

/* line 2187, style.scss */
.slide-border {
  position: relative;
}
/* line 2190, style.scss */
.slide-border .slide:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background: transparent;
  border: 1px solid #fff;
}

/* line 2203, style.scss */
.rsBtnCenterer {
  z-index: 2;
}

/* line 2208, style.scss */
.has-image-title {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 15px;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 2220, style.scss */
.slide-content-inner {
  position: absolute;
  padding: 20px;
  text-align: center;
}

/* line 2226, style.scss */
.bx-wrapper .bx-controls-direction a {
  z-index: 21;
}

/* line 2238, style.scss */
.arrow-glyph9 .bx-wrapper .bx-controls-direction a,
.arrow-glyph9 .rsArrowIcn,
.arrow-glyph9 .slick-next, .arrow-glyph9 .slick-prev,
.arrow-arrow99 .bx-wrapper .bx-controls-direction a,
.arrow-arrow99 .rsArrowIcn,
.arrow-arrow99 .slick-next,
.arrow-arrow99 .slick-prev,
.arrow-bold .bx-wrapper .bx-controls-direction a,
.arrow-bold .rsArrowIcn,
.arrow-bold .slick-next,
.arrow-bold .slick-prev,
.arrow-smallbold .bx-wrapper .bx-controls-direction a,
.arrow-smallbold .rsArrowIcn,
.arrow-smallbold .slick-next,
.arrow-smallbold .slick-prev,
.arrow-square99 .bx-wrapper .bx-controls-direction a,
.arrow-square99 .rsArrowIcn,
.arrow-square99 .slick-next,
.arrow-square99 .slick-prev,
.arrow-glyph27 .bx-wrapper .bx-controls-direction a,
.arrow-glyph27 .rsArrowIcn,
.arrow-glyph27 .slick-next,
.arrow-glyph27 .slick-prev,
.arrow-border-glyph9 .bx-wrapper .bx-controls-direction a,
.arrow-border-glyph9 .rsArrowIcn,
.arrow-border-glyph9 .slick-next,
.arrow-border-glyph9 .slick-prev {
  font-family: 'fontello';
  font-size: 400%;
  color: #fbfafa;
}
/* line 2245, style.scss */
.arrow-glyph9 .slick-next, .arrow-glyph9 .slick-prev,
.arrow-arrow99 .slick-next,
.arrow-arrow99 .slick-prev,
.arrow-bold .slick-next,
.arrow-bold .slick-prev,
.arrow-smallbold .slick-next,
.arrow-smallbold .slick-prev,
.arrow-square99 .slick-next,
.arrow-square99 .slick-prev,
.arrow-glyph27 .slick-next,
.arrow-glyph27 .slick-prev,
.arrow-border-glyph9 .slick-next,
.arrow-border-glyph9 .slick-prev {
  width: 44px;
  height: 44px;
}

/* line 2252, style.scss */
.rsDefaultInv .rsArrow {
  top: 0;
}
/* line 2254, style.scss */
.rsDefaultInv .rsArrow.rsArrowRight {
  right: 0;
}

/* line 2258, style.scss */
.rsArrowIcn {
  z-index: 21;
}

/* line 2263, style.scss */
.arrow-glyph9 .rsArrowLeft .rsArrowIcn:before,
.arrow-glyph9 .bx-wrapper .bx-prev:before, .arrow-glyph9 .slick-prev:before {
  content: '\e838';
}
/* line 2268, style.scss */
.arrow-glyph9 .rsArrowRight .rsArrowIcn:before,
.arrow-glyph9 .bx-wrapper .bx-next:before, .arrow-glyph9 .slick-next:before {
  content: '\e837';
}

/* line 2276, style.scss */
.arrow-arrow99 .rsArrowLeft .rsArrowIcn:before,
.arrow-arrow99 .bx-wrapper .bx-prev:before, .arrow-arrow99 .slick-prev:before {
  content: '\e83e';
}
/* line 2281, style.scss */
.arrow-arrow99 .rsArrowRight .rsArrowIcn:before,
.arrow-arrow99 .bx-wrapper .bx-next:before, .arrow-arrow99 .slick-next:before {
  content: '\e83d';
}

/* line 2289, style.scss */
.arrow-bold .rsArrowLeft .rsArrowIcn:before,
.arrow-bold .bx-wrapper .bx-prev:before, .arrow-bold .slick-prev:before {
  content: '\e844';
}
/* line 2294, style.scss */
.arrow-bold .rsArrowRight .rsArrowIcn:before,
.arrow-bold .bx-wrapper .bx-next:before, .arrow-bold .slick-next:before {
  content: '\e845';
}

/* line 2302, style.scss */
.arrow-smallbold .rsArrowLeft .rsArrowIcn:before,
.arrow-smallbold .bx-wrapper .bx-prev:before, .arrow-smallbold .slick-prev:before {
  content: '\e842';
}
/* line 2307, style.scss */
.arrow-smallbold .rsArrowRight .rsArrowIcn:before,
.arrow-smallbold .bx-wrapper .bx-next:before, .arrow-smallbold .slick-next:before {
  content: '\e841';
}

/* line 2315, style.scss */
.arrow-square99 .rsArrowLeft .rsArrowIcn:before,
.arrow-square99 .bx-wrapper .bx-prev:before, .arrow-square99 .slick-prev:before {
  content: '\e834';
}
/* line 2320, style.scss */
.arrow-square99 .rsArrowRight .rsArrowIcn:before,
.arrow-square99 .bx-wrapper .bx-next:before, .arrow-square99 .slick-next:before {
  content: '\e836';
}

/* line 2328, style.scss */
.arrow-glyph27 .rsArrowLeft .rsArrowIcn:before,
.arrow-glyph27 .bx-wrapper .bx-prev:before, .arrow-glyph27 .slick-prev:before {
  content: '\e848';
}
/* line 2333, style.scss */
.arrow-glyph27 .rsArrowRight .rsArrowIcn:before,
.arrow-glyph27 .bx-wrapper .bx-next:before, .arrow-glyph27 .slick-next:before {
  content: '\e849';
}

/* line 2341, style.scss */
.arrow-border-glyph9 .bx-wrapper .bx-controls-direction a,
.arrow-border-glyph9 .rsArrowIcn, .arrow-border-glyph9 .slick-next, .arrow-border-glyph9 .slick-prev {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: #fbfafa;
  color: #999;
  font-size: 300%;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
}
/* line 2353, style.scss */
.arrow-border-glyph9 .rsArrowLeft .rsArrowIcn:before,
.arrow-border-glyph9 .bx-wrapper .bx-prev:before, .arrow-border-glyph9 .slick-prev:before {
  content: '\e838';
}
/* line 2358, style.scss */
.arrow-border-glyph9 .rsArrowRight .rsArrowIcn:before,
.arrow-border-glyph9 .bx-wrapper .bx-next:before, .arrow-border-glyph9 .slick-next:before {
  content: '\e837';
}
/* line 2363, style.scss */
.arrow-border-glyph9 .rsArrowLeft .rsArrowIcn:before,
.arrow-border-glyph9 .rsArrowRight .rsArrowIcn:before,
.arrow-border-glyph9 .bx-wrapper .bx-prev:before,
.arrow-border-glyph9 .bx-wrapper .bx-next:before,
.arrow-border-glyph9 .slick-prev:before, .arrow-border-glyph9 .slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-51%, -44%);
  -ms-transform: translate(-51%, -44%);
  -webkit-transform: translate(-51%, -44%);
  transform: translate(-51%, -44%);
}

/*
   7. MOSAIC
------------------------------------------- */
/* line 2379, style.scss */
.mosaic {
  max-width: 1100px;
  overflow: hidden;
}

/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.mosaic-wrap:before, .mosaic-wrap:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.mosaic-wrap:after {
  clear: both;
}

/* line 2388, style.scss */
.mosaic-column {
  float: left;
}

/* line 2392, style.scss */
.mosaic-item {
  position: relative;
  overflow: hidden;
}
/* line 2396, style.scss */
.mosaic-item .mosaic-item-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 1px;
}

/* line 2409, style.scss */
.mosaic-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 2416, style.scss */
.mosaic-content img {
  height: 100%;
}

/* line 2425, style.scss */
a.mosaic-content img {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 2436, style.scss */
a.mosaic-content:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 2444, style.scss */
.mosaic-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 2453, style.scss */
.mosaic-content-inner {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px;
}

/* line 2462, style.scss */
.w25 {
  width: 25%;
}

/* line 2463, style.scss */
.w50 {
  width: 50%;
}

/* line 2469, style.scss */
.n-25x25 {
  padding-top: 50%;
}

/* line 2470, style.scss */
.n-25x75 {
  padding-top: 150%;
}

/* line 2471, style.scss */
.n-25x50 {
  padding-top: 100%;
}

/* line 2472, style.scss */
.n-25x100 {
  padding-top: 200%;
}

/* line 2474, style.scss */
.n-50x50 {
  padding-top: 50%;
}

/* line 2475, style.scss */
.n-50x100 {
  padding-top: 100%;
}

/*
   8. COMMENTS
------------------------------------------- */
/* line 2484, style.scss */
.cosmo-comments ul,
.cosmo-comments ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 2490, style.scss */
.cosmo-comments ul .children,
.cosmo-comments ol .children {
  margin-left: 20px;
}
/* line 2495, style.scss */
.cosmo-comments p {
  margin-bottom: 10px;
}
/* line 2499, style.scss */
.cosmo-comments .form-submit {
  margin-bottom: 0;
}
/* line 2503, style.scss */
.cosmo-comments textarea {
  height: 172px;
  resize: none;
  overflow: auto;
}

/* line 2510, style.scss */
.comment-body {
  margin-bottom: 45px;
}

/* line 2514, style.scss */
.comment-meta {
  margin-bottom: 0.5rem;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.comment-meta:before, .comment-meta:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.comment-meta:after {
  clear: both;
}

/* line 2519, style.scss */
.comment-author-name {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  text-transform: capitalize;
  float: left;
  clear: left;
  width: 80%;
}
/* line 2527, style.scss */
.comment-author-name span {
  text-transform: none;
}

/* line 2532, style.scss */
.comment-period {
  font-size: 11px;
}

/* line 2536, style.scss */
.reply-wrap {
  float: right;
  clear: right;
  width: 15%;
  margin-top: -4px;
  text-align: right;
}
/* line 2543, style.scss */
.reply-wrap span {
  line-height: normal;
  font-weight: normal;
}
/* line 2548, style.scss */
.reply-wrap a {
  font-weight: normal;
}

/* line 2555, style.scss */
.comment-content p {
  font-size: 12px;
}

/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.comment-respond:before, .comment-respond:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.comment-respond:after {
  clear: both;
}
/* line 2564, style.scss */
.comment-respond .button-wrap {
  text-align: center;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.comment-respond .button-wrap:before, .comment-respond .button-wrap:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.comment-respond .button-wrap:after {
  clear: both;
}
/* line 2569, style.scss */
.comment-respond button {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  color: #000;
  margin-bottom: 0;
}

/*
   9. WIDGETS
------------------------------------------- */
/* line 2585, style.scss */
.content-sidebar .widget {
  margin-bottom: 45px;
}
/* line 2589, style.scss */
.content-sidebar .widget-title {
  text-align: center;
}

/* line 2594, style.scss */
.widget-title {
  letter-spacing: 0.3em;
  margin-bottom: 15px;
}

/* line 2599, style.scss */
.widget-delimiter {
  display: none;
}

/* line 2605, style.scss */
.widget ul, .widget ol {
  margin-bottom: 0;
  margin: 0;
  list-style: none;
}
/* line 2610, style.scss */
.widget ul li, .widget ol li {
  margin-bottom: 7px;
}

/* line 2616, style.scss */
.button-title-link {
  font-family: "im-fell-french-canon-pro-italic", Georgia, serif;
}

/* line 2622, style.scss */
.footer-sidebar .widget {
  margin-bottom: 40px;
}
/* line 2627, style.scss */
.footer-sidebar .widget {
  position: relative;
  text-align: center;
}
/* line 2634, style.scss */
.footer-sidebar .widget-delimiter {
  display: block;
  width: 44px;
  height: 1px;
  background: #e9e9e9;
  margin-top: 11px;
  margin-left: auto;
  margin-right: auto;
}

/* line 2653, style.scss */
.footer-sidebar .flo-image-inner {
  position: relative;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* line 2659, style.scss */
.footer-sidebar .flo-image-text {
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  width: 100%;
}
/* line 2672, style.scss */
.footer-sidebar .flo-no-image .flo-image-text {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  position: static;
}

/* line 2679, style.scss */
.flo-widget-title-img {
  display: block;
  margin: 0 auto 15px;
}

/* line 2686, style.scss */
.widget_search fieldset {
  border: none;
  padding: 0;
}
/* line 2693, style.scss */
.widget_search #searchform button {
  height: 34px;
  line-height: normal;
  top: 1px;
  right: 1px;
  background: transparent;
  margin-bottom: 0;
}
/* line 2702, style.scss */
.widget_search #searchform input[type="text"] {
  padding-top: 12px;
  padding-bottom: 10px;
  padding-right: 64px;
  line-height: 20px;
}
/* line 2710, style.scss */
.widget_search button {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 2715, style.scss */
.widget_search .icon-search {
  font-size: 200%;
  color: #000;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  margin-right: 16px;
}

/* line 2729, style.scss */
.widget_archive ul {
  text-align: center;
}
/* line 2732, style.scss */
.widget_archive ul li {
  margin-bottom: 17px;
}
/* line 2736, style.scss */
.widget_archive ul a {
  font-family: "im-fell-french-canon-pro-italic", Georgia, serif;
  font-size: 14px;
}

/* line 2745, style.scss */
.widget_calendar table {
  margin-left: auto;
  margin-right: auto;
}
/* line 2750, style.scss */
.widget_calendar th,
.widget_calendar td {
  padding: 3px;
}

/* line 2756, style.scss */
.widget_categories,
.widget_nav_menu,
.widget_meta,
.widget_pages,
.widget_about,
.widget_recent_entries {
  text-align: center;
}

/* line 2768, style.scss */
.widget_about .about-author-bg {
  margin-bottom: 30px;
}
/* line 2772, style.scss */
.widget_about header {
  margin-bottom: 34px;
}

/* line 2779, style.scss */
.widget_flickr_photos .flickr {
  max-width: 265px;
  margin-left: auto;
  margin-right: auto;
}
/* line 2786, style.scss */
.widget_flickr_photos .flickr_badge_image {
  float: left;
  margin: 4px;
}

/* line 2798, style.scss */
.content-sidebar .flo_images .widget-title {
  text-align: left;
  margin-top: 18px;
  margin-bottom: 21px;
}

/* line 2810, style.scss */
.widget_socialicons .social a {
  margin-right: 20px;
}
/* line 2813, style.scss */
.widget_socialicons .social a:last-of-type {
  margin-right: 0;
}

/* line 2825, style.scss */
.widget_rss ul li {
  margin-bottom: 17px;
}
/* line 2830, style.scss */
.widget_rss .rsswidget,
.widget_rss .rss-date {
  margin-bottom: 10px;
}
/* line 2835, style.scss */
.widget_rss .rsswidget {
  text-transform: uppercase;
  font-size: 12px;
}

/* line 2845, style.scss */
.widget_tag_cloud .tagcloud a {
  font-size: 13px !important;
  margin-right: 10px;
}

/* line 2854, style.scss */
.vfb_widget_class fieldset {
  background: transparent;
  border: none;
}
/* line 2859, style.scss */
.vfb_widget_class input.vfb-checkbox, .vfb_widget_class input[type="checkbox"].vfb-checkbox,
.vfb_widget_class input.vfb-radio, .vfb_widget_class input[type="radio"].vfb-radio {
  display: inline-block;
}
/* line 2864, style.scss */
.vfb_widget_class .visual-form-builder label.vfb-choice {
  width: auto;
  margin: 0 0 0 15px;
  padding: 0;
}
/* line 2870, style.scss */
.vfb_widget_class .vfb-section-div {
  background: transparent;
}
/* line 2874, style.scss */
.vfb_widget_class .vfb-submit,
.vfb_widget_class input[type="submit"].vfb-submit {
  background: #000;
  color: #fff;
  border-color: #000;
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 10px !important;
  font-family: "TrajanPro-Regular", Georgia, serif;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 2892, style.scss */
.header-main-inner .inner {
  position: relative;
}

/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.site-header .flo-lang-switcher:before, .site-header .flo-lang-switcher:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.site-header .flo-lang-switcher:after {
  clear: both;
}
/* line 2901, style.scss */
.site-header .flo-lang-switcher .widget {
  float: right;
}
/* line 2905, style.scss */
.site-header .flo-lang-switcher select {
  min-width: 100px;
  margin-bottom: 0;
  margin-top: 10px;
}
/* line 2911, style.scss */
.site-header .flo-lang-switcher option {
  font-size: 16px;
}
/* line 2918, style.scss */
.site-header .qtrans_language_chooser li {
  float: left;
  margin-left: 15px;
  margin-bottom: 0;
}
/* line 2923, style.scss */
.site-header .qtrans_language_chooser li:first-of-type {
  margin-left: 0;
}
/* line 2928, style.scss */
.site-header .qtrans_language_chooser a {
  color: #3f3f3f;
}
/* line 2932, style.scss */
.site-header .qtrans_language_chooser .qtrans_flag {
  margin-top: 10px;
}
/* line 2936, style.scss */
.site-header .qtrans_language_chooser .qtrans_flag_and_text {
  background-position: 0 50%;
}

/*
   10. CONTACTS
------------------------------------------- */
/* line 2949, style.scss */
.page-template-templatestemplate-contact-form-php .content {
  max-width: 975px;
  margin-left: auto;
  margin-right: auto;
}
/* line 2955, style.scss */
.page-template-templatestemplate-contact-form-php .flo-entry-content {
  margin-bottom: 40px;
}

/* line 2960, style.scss */
.page-template-template-contact-form .contact-form {
  margin-bottom: 60px;
  /*input::-webkit-input-placeholder { line-height: 1.2em; }
  input:-moz-placeholder { line-height: 20px; }
  input::-moz-placeholder { line-height: 20px; }
  input:-ms-input-placeholder { line-height: 20px; }
  textarea::-webkit-input-placeholder { line-height: 20px; }
  textarea:-moz-placeholder { line-height: 20px; }
  textarea::-moz-placeholder { line-height: 20px; }
  textarea:-ms-input-placeholder { line-height: 20px; }*/
}
/* line 2963, style.scss */
.page-template-template-contact-form .contact-form p {
  font-family: "im-fell-french-canon-pro-italic", Georgia, serif;
}
/* line 2967, style.scss */
.page-template-template-contact-form .contact-form form,
.page-template-template-contact-form .contact-form .button-holder input[type="button"] {
  margin-bottom: 0;
}
/* line 2972, style.scss */
.page-template-template-contact-form .contact-form input[type="text"],
.page-template-template-contact-form .contact-form input[type="password"],
.page-template-template-contact-form .contact-form input[type="date"],
.page-template-template-contact-form .contact-form input[type="datetime"],
.page-template-template-contact-form .contact-form input[type="datetime-local"],
.page-template-template-contact-form .contact-form input[type="month"],
.page-template-template-contact-form .contact-form input[type="week"],
.page-template-template-contact-form .contact-form input[type="email"],
.page-template-template-contact-form .contact-form input[type="number"],
.page-template-template-contact-form .contact-form input[type="search"],
.page-template-template-contact-form .contact-form input[type="tel"],
.page-template-template-contact-form .contact-form input[type="time"],
.page-template-template-contact-form .contact-form input[type="url"] {
  height: 30px;
  padding-top: 6px;
  padding-bottom: 5px;
}
/* line 2990, style.scss */
.page-template-template-contact-form .contact-form input[type="text"],
.page-template-template-contact-form .contact-form input[type="password"],
.page-template-template-contact-form .contact-form input[type="date"],
.page-template-template-contact-form .contact-form input[type="datetime"],
.page-template-template-contact-form .contact-form input[type="datetime-local"],
.page-template-template-contact-form .contact-form input[type="month"],
.page-template-template-contact-form .contact-form input[type="week"],
.page-template-template-contact-form .contact-form input[type="email"],
.page-template-template-contact-form .contact-form input[type="number"],
.page-template-template-contact-form .contact-form input[type="search"],
.page-template-template-contact-form .contact-form input[type="tel"],
.page-template-template-contact-form .contact-form input[type="time"],
.page-template-template-contact-form .contact-form input[type="url"],
.page-template-template-contact-form .contact-form textarea {
  margin-bottom: 30px;
}
/* line 3006, style.scss */
.page-template-template-contact-form .contact-form input[type="text"].invalid,
.page-template-template-contact-form .contact-form input[type="password"].invalid,
.page-template-template-contact-form .contact-form input[type="date"].invalid,
.page-template-template-contact-form .contact-form input[type="datetime"].invalid,
.page-template-template-contact-form .contact-form input[type="datetime-local"].invalid,
.page-template-template-contact-form .contact-form input[type="month"].invalid,
.page-template-template-contact-form .contact-form input[type="week"].invalid,
.page-template-template-contact-form .contact-form input[type="email"].invalid,
.page-template-template-contact-form .contact-form input[type="number"].invalid,
.page-template-template-contact-form .contact-form input[type="search"].invalid,
.page-template-template-contact-form .contact-form input[type="tel"].invalid,
.page-template-template-contact-form .contact-form input[type="time"].invalid,
.page-template-template-contact-form .contact-form input[type="url"].invalid,
.page-template-template-contact-form .contact-form textarea.invalid {
  color: #da3b3b;
}
/* line 3020, style.scss */
.page-template-template-contact-form .contact-form input[type="button"] {
  width: 100%;
  border: 2px solid #000;
}

/* line 3033, style.scss */
#cosmo_contact_response {
  margin-left: 0;
  margin-right: 0;
}
/* line 3037, style.scss */
#cosmo_contact_response p {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 3041, style.scss */
#cosmo_contact_response p:last-of-type {
  margin-bottom: 0;
}
/* line 3046, style.scss */
#cosmo_contact_response .text-error {
  color: #da3b3b;
}

/* line 3051, style.scss */
input::-webkit-input-placeholder {
  color: #000;
  font-size: 10px;
  display: block;
}

/* line 3057, style.scss */
input:-moz-placeholder {
  color: #000;
  font-size: 10px;
  display: block;
}

/* line 3064, style.scss */
input::-moz-placeholder {
  color: #000;
  font-size: 10px;
  display: block;
}

/* line 3071, style.scss */
input:-ms-input-placeholder {
  color: #000;
  font-size: 10px;
  display: block;
}

/* line 3079, style.scss */
textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 10px;
  display: block;
}

/* line 3086, style.scss */
textarea:-moz-placeholder {
  color: #000;
  font-size: 10px;
  display: block;
}

/* line 3093, style.scss */
textarea::-moz-placeholder {
  color: #000;
  font-size: 10px;
  display: block;
}

/* line 3100, style.scss */
textarea:-ms-input-placeholder {
  color: #000;
  font-size: 10px;
  display: block;
}

/* line 3109, style.scss */
.contact-wrap {
  position: relative;
}

/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.contact-inner:before, .contact-inner:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.contact-inner:after {
  clear: both;
}

/* line 3117, style.scss */
.contact-subtitle {
  margin-bottom: 0;
}

/* line 3123, style.scss */
.contact-phone p {
  font-family: "TrajanPro-Regular", Georgia, serif;
}

/* line 3130, style.scss */
.contact-social .widget-delimiter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 1px;
  background: #e9e9e9;
}
/* line 3139, style.scss */
.contact-social .share-link {
  display: none;
}
/* line 3143, style.scss */
.contact-social .icon-holder {
  display: block;
}
/* line 3147, style.scss */
.contact-social .social-item {
  margin-left: 50px;
}

/* line 3154, style.scss */
.contact-form textarea {
  height: 150px;
}

/* line 3162, style.scss */
.contact-form-one .contact-wrap {
  border: 1px solid #e9e9e9;
}
/* line 3166, style.scss */
.contact-form-one .contact-left,
.contact-form-one .contact-right {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
/* line 3177, style.scss */
.contact-form-one .contact-left .contact-title {
  display: none;
}
/* line 3182, style.scss */
.contact-form-one .contact-right {
  border-bottom: 1px solid #e9e9e9;
}
/* line 3186, style.scss */
.contact-form-one .contact-title {
  margin-bottom: 50px;
}
/* line 3190, style.scss */
.contact-form-one .contact-email {
  margin-bottom: 42px;
}
/* line 3193, style.scss */
.contact-form-one .contact-email .contact-subtitle {
  margin-bottom: 12px;
}
/* line 3198, style.scss */
.contact-form-one .contact-phone {
  margin-bottom: 50px;
}
/* line 3201, style.scss */
.contact-form-one .contact-phone .contact-subtitle {
  margin-bottom: 15px;
}
/* line 3208, style.scss */
.contact-form-one .contact-social p {
  margin-bottom: 33px;
}
/* line 3212, style.scss */
.contact-form-one .contact-social .widget-delimiter {
  margin-bottom: 37px;
}
/* line 3217, style.scss */
.contact-form-one .form-entry {
  margin-bottom: 53px;
}
/* line 3221, style.scss */
.contact-form-one .button-holder {
  margin-top: 55px;
}

/* line 3227, style.scss */
.contact-form-two {
  margin-bottom: 0;
}
/* line 3230, style.scss */
.contact-form-two .contact-wrap {
  padding-top: 30px;
}
/* line 3235, style.scss */
.contact-form-two .contact-title {
  margin-bottom: 42px;
  text-align: center;
}
/* line 3240, style.scss */
.contact-form-two .contact-right {
  margin-bottom: 50px;
}
/* line 3244, style.scss */
.contact-form-two .contact-text {
  margin-bottom: 40px;
}
/* line 3247, style.scss */
.contact-form-two .contact-text p {
  margin-bottom: 51px;
}
/* line 3254, style.scss */
.contact-form-two .contact-email p {
  margin-bottom: 33px;
}
/* line 3259, style.scss */
.contact-form-two .contact-phone {
  margin-bottom: 40px;
}
/* line 3263, style.scss */
.contact-form-two .contact-social {
  margin-bottom: 40px;
}
/* line 3267, style.scss */
.contact-form-two textarea {
  height: 150px;
}

/* line 3273, style.scss */
.contact-form-three {
  text-align: center;
}
/* line 3276, style.scss */
.contact-form-three .contact-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  border: 1px solid #e9e9e9;
}
/* line 3282, style.scss */
.contact-form-three .contact-top,
.contact-form-three .contact-bottom {
  padding-left: 30px;
  padding-right: 30px;
}
/* line 3288, style.scss */
.contact-form-three .contact-bottom {
  border-top: 1px solid #e9e9e9;
  padding-top: 33px;
}
/* line 3293, style.scss */
.contact-form-three .contact-title {
  margin-bottom: 22px;
}
/* line 3297, style.scss */
.contact-form-three .form-entry {
  margin-bottom: 57px;
}
/* line 3301, style.scss */
.contact-form-three .contact-form {
  margin-bottom: 40px;
}
/* line 3305, style.scss */
.contact-form-three .contact-email {
  margin-bottom: 43px;
}
/* line 3308, style.scss */
.contact-form-three .contact-email .contact-subtitle {
  margin-bottom: 14px;
}
/* line 3313, style.scss */
.contact-form-three .contact-phone {
  margin-bottom: 38px;
}
/* line 3316, style.scss */
.contact-form-three .contact-phone .contact-subtitle {
  margin-bottom: 17px;
}
/* line 3323, style.scss */
.contact-form-three .contact-social .contact-subtitle {
  margin-bottom: 17px;
}
/* line 3328, style.scss */
.contact-form-three input::-webkit-input-placeholder {
  text-align: center;
}
/* line 3329, style.scss */
.contact-form-three input:-moz-placeholder {
  text-align: center;
}
/* line 3330, style.scss */
.contact-form-three input::-moz-placeholder {
  text-align: center;
}
/* line 3331, style.scss */
.contact-form-three input:-ms-input-placeholder {
  text-align: center;
}
/* line 3332, style.scss */
.contact-form-three textarea::-webkit-input-placeholder {
  text-align: center;
}
/* line 3333, style.scss */
.contact-form-three textarea:-moz-placeholder {
  text-align: center;
}
/* line 3334, style.scss */
.contact-form-three textarea::-moz-placeholder {
  text-align: center;
}
/* line 3335, style.scss */
.contact-form-three textarea:-ms-input-placeholder {
  text-align: center;
}

/*
   11. SHORTCODES
------------------------------------------- */
/* line 3342, style.scss */
.gallery-shortcode {
  width: 100%;
  margin-bottom: 0.75rem;
}

/* line 3347, style.scss */
.flo-custom-fancybox .fancybox-title {
  color: #030303;
}

/*
   LAST. FOOTER
------------------------------------------- */
/* line 3353, style.scss */
.footer-top-inner {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding-top: 40px;
}

/* line 3358, style.scss */
.footer-full-scren-width-area {
  padding-top: 30px;
}
/* line 3360, style.scss */
.footer-full-scren-width-area .flo-instagram_widget .widget-title {
  margin-bottom: 30px;
}
/* line 3362, style.scss */
.footer-full-scren-width-area .flo-instagram_widget .widget-title .below-title-inst {
  font-family: 'Verdana';
  text-transform: lowercase;
}

/* line 3369, style.scss */
.footer-full-width .widget-title, .footer-full-scren-width-area .widget-title {
  text-align: center;
}

/* line 3373, style.scss */
.footer-full-width,
.footer-sidebar {
  margin-bottom: 40px;
}

/* line 3382, style.scss */
.widget-bordered .widget-container:nth-child(2) .widget:first-of-type {
  border-top: 1px dotted #e9e9e9;
  padding-top: 40px;
}
/* line 3387, style.scss */
.widget-bordered .widget-container:nth-child(2) .widget:last-of-type {
  border-bottom: 1px dotted #e9e9e9;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

/* line 3395, style.scss */
.site-info {
  padding-top: 30px;
  padding-bottom: 30px;
}

/*
   12. CROWD LAYOUT
------------------------------------------- */
/* line 3404, style.scss */
.crowd-site-identity {
  position: absolute;
  z-index: 11;
}
/* line 3408, style.scss */
.crowd-site-identity .site-identity {
  position: relative;
  max-width: none;
  text-align: center;
  margin-right: 0;
  padding: 15px;
}

/* line 3419, style.scss */
.crowd-layout .crowd-site-identity {
  display: none;
}
/* line 3423, style.scss */
.crowd-layout .site-header {
  height: 94px;
  padding: 15px 0;
}
/* line 3436, style.scss */
.crowd-layout .site-header .site-identity {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 3448, style.scss */
.crowd-layout .mobile-menu .nav-menu {
  text-align: center;
}
/* line 3455, style.scss */
.crowd-layout.crowd-simple-menu .crowd-site-identity {
  display: block;
}
/* line 3464, style.scss */
.crowd-layout.crowd-double-menu .logo img {
  max-height: 94px;
}
/* line 3473, style.scss */
.crowd-layout.crowd-double-menu .crowd-site-identity .logo img {
  max-height: none;
}
/* line 3481, style.scss */
.crowd-layout .crowd-nearby-slider {
  margin: 0 auto;
}
/* line 3483, style.scss */
.crowd-layout .crowd-nearby-slider .rsOverflow {
  overflow: visible;
}

/* line 3492, style.scss */
.crowd-full-screen .crowd-push {
  display: none;
}

/* line 3497, style.scss */
.crowd-full {
  position: relative;
  height: 500px;
}
/* line 3501, style.scss */
.crowd-full .crowd-overlay,
.crowd-full .main-slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
/* line 3513, style.scss */
.crowd-full .crowd-overlay {
  z-index: 10;
}
/* line 3517, style.scss */
.crowd-full .main-slideshow {
  margin-bottom: 0;
  z-index: 0;
}
/* line 3521, style.scss */
.crowd-full .main-slideshow .royalSlider,
.crowd-full .main-slideshow .rsOverflow {
  height: 100%;
}

/* line 3531, style.scss */
.top-left {
  top: 15px;
  left: 15px;
}

/* line 3532, style.scss */
.top-center {
  top: 15px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 3533, style.scss */
.top-right {
  top: 15px;
  right: 15px;
}

/* line 3535, style.scss */
.middle-left {
  top: 50%;
  left: 15px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 3536, style.scss */
.middle-center {
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 3537, style.scss */
.middle-right {
  top: 50%;
  right: 15px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 3539, style.scss */
.bottom-left {
  bottom: 50px;
  left: 15px;
}

/* line 3540, style.scss */
.bottom-center {
  bottom: 50px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 3541, style.scss */
.bottom-right {
  bottom: 50px;
  right: 15px;
}

/*
   RESPONSIVE STYLES
------------------------------------------- */
@media only screen and (min-width: 601px) and (max-width: 782px) {
  /* line 3557, style.scss */
  .admin-bar .sticky.fixed {
    margin-top: 46px;
  }
  /* line 3561, style.scss */
  .admin-bar .crowd-push {
    margin-bottom: -130px;
  }
}
@media only screen and (min-width: 783px) {
  /* line 3572, style.scss */
  .admin-bar .sticky.fixed {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 480px) {
  /*
     7. MOSAIC
  ------------------------------------------- */
  /* line 3585, style.scss */
  .w25 {
    width: 50%;
  }

  /* line 3586, style.scss */
  .w50 {
    width: 100%;
  }

  /*
     12. CROWD LAYOUT
  --------------------------------------- */
  /* line 3592, style.scss */
  .crowd-nearby-slider {
    width: 100% !important;
  }
  /* line 3595, style.scss */
  .crowd-nearby-slider .rsImg {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 481px) {
  /*
     7. MOSAIC
  ------------------------------------------- */
  /* line 3609, style.scss */
  .mosaic {
    max-height: 550px;
  }
}
/* Define mobile styles */
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
  /*
     2. HEADER
  ------------------------------------------- */
  /* ---------- Mobile header One ---------- */
  /* line 3630, style.scss */
  .mobile-header-one .menu-toggle-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 3638, style.scss */
  .mobile-header-one.f-topbar-fixed .site-identity {
    display: none;
  }
  /* line 3642, style.scss */
  .mobile-header-one.f-topbar-fixed .menu-toggle-wrap {
    margin-top: 12px;
  }

  /* line 3653, style.scss */
  .mobile-header-two .sticky .site-identity,
  .mobile-header-three .sticky .site-identity {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  /* line 3662, style.scss */
  .mobile-header-two .header-main-inner .inner {
    position: relative;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  /* line 3677, style.scss */
  .mobile-header-two .site-identity {
    text-align: left;
    margin-left: 0;
    margin-right: 20%;
  }
  /* line 3688, style.scss */
  .mobile-header-two .menu-toggle-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: 0;
  }

  /* ---------- Mobile header Two ---------- */
  /* line 3702, style.scss */
  .mobile-header-three .header-main-inner .inner {
    position: relative;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  /* line 3717, style.scss */
  .mobile-header-three .site-identity {
    text-align: right;
    margin-right: 0;
    margin-left: 20%;
  }
  /* line 3728, style.scss */
  .mobile-header-three .site-identity.site-logo {
    margin-left: auto;
  }
  /* line 3733, style.scss */
  .mobile-header-three .menu-toggle-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: 0;
  }

  /*
     11. SHORTCODES
  ------------------------------------------- */
  /* line 3748, style.scss */
  .flo-gallery-shortcode.grid-masonry .post-preview {
    width: 100%;
  }

  /* line 3752, style.scss */
  .cosmo-one-half,
  .cosmo-one-third,
  .cosmo-two-third,
  .cosmo-one-fourth,
  .cosmo-three-fourth,
  .cosmo-one-fifth,
  .cosmo-two-fifth,
  .cosmo-three-fifth,
  .cosmo-four-fifth,
  .cosmo-one-sixth,
  .cosmo-five-sixth {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /*
     12. CROWD LAYOUT
  ------------------------------------------- */
  /* ---------- Crowd mobile header ---------- */
  /* line 3773, style.scss */
  .crowd-mobile-menu {
    margin-top: 94px;
  }
  /* line 3776, style.scss */
  .crowd-mobile-menu .sticky-holder {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 21;
  }
  /* line 3782, style.scss */
  .crowd-mobile-menu .sticky-holder.sticky {
    position: fixed;
  }
  /* line 3787, style.scss */
  .crowd-mobile-menu .site-main {
    padding-top: 45px;
  }
  /* line 3792, style.scss */
  .crowd-mobile-menu .main-slideshow .crowd-site-identity {
    display: none;
  }
  /* line 3797, style.scss */
  .crowd-mobile-menu.f-topbar-fixed {
    margin-top: 0 !important;
  }
  /* line 3801, style.scss */
  .crowd-mobile-menu.mobile-header-one {
    /*.site-identity {
       display: block;
    }*/
  }
  /* line 3802, style.scss */
  .crowd-mobile-menu.mobile-header-one .site-header {
    height: auto;
  }
  /* line 3814, style.scss */
  .crowd-mobile-menu.mobile-header-one .nav-wrapper .primary-navigation {
    padding-top: 0;
  }
  /* line 3820, style.scss */
  .crowd-mobile-menu.mobile-header-one .nav-menu:before {
    display: none;
  }
  /* line 3858, style.scss */
  .crowd-mobile-menu .flo-lang-switcher {
    position: absolute;
    z-index: 2;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 3863, style.scss */
  .crowd-mobile-menu .flo-lang-switcher .qtrans_language_chooser .qtrans_flag {
    margin-top: 0px;
  }
  /* line 3868, style.scss */
  .crowd-mobile-menu.mobile-header-three .flo-lang-switcher {
    left: 45px;
  }
  /* line 3873, style.scss */
  .crowd-mobile-menu.mobile-header-two .flo-lang-switcher {
    right: 45px;
  }

  /* line 3882, style.scss */
  .flo-custom-fancybox .fancybox-wrap {
    width: 99% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 3886, style.scss */
  .flo-custom-fancybox .fancybox-wrap .fancybox-inner {
    width: 100% !important;
    height: auto !important;
    margin-left: 0px !important;
  }

  /* line 3895, style.scss */
  .testimonials-container .testimonial-content {
    padding: 0 20px;
  }

  /*fix for full screen slideshow on mobiles*/
  /* line 3900, style.scss */
  .crowd-full {
    position: relative;
    height: auto;
  }

  /* line 3905, style.scss */
  .crowd-full .crowd-overlay, .crowd-full .main-slideshow {
    position: relative;
  }

  /* EOF fix for full screen slideshow on mobiles*/
}
/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  /*
     1. GENERAL STYLES
  ------------------------------------------- */
  /* ---------- 1.1 MISCELLANEOUS ---------- */
  /* line 3920, style.scss */
  .site-header,
  .main-content,
  .site-footer {
    padding-left: 25px;
    padding-right: 25px;
  }

  /*
     2. HEADER
  ------------------------------------------- */
  /* line 3930, style.scss */
  .site-header {
    margin-bottom: 0;
  }

  /* line 3934, style.scss */
  .nav-wrapper {
    position: static;
    width: auto;
    border-top-color: transparent;
  }

  /* line 3940, style.scss */
  .site-logo {
    max-width: 40%;
  }

  /* line 3944, style.scss */
  .menu-toggle-wrap {
    display: none;
  }

  /* line 3949, style.scss */
  .crowd-mobile-logo {
    display: none;
  }

  /* ---------- Logo Left ---------- */
  /* line 3958, style.scss */
  .logo-left .site-identity,
  .logo-left .nav-wrapper,
  .logo-right .site-identity,
  .logo-right .nav-wrapper {
    display: inline-block;
    vertical-align: middle;
  }
  /* line 3964, style.scss */
  .logo-left .site-identity,
  .logo-right .site-identity {
    width: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  /* line 3971, style.scss */
  .logo-left .nav-wrapper,
  .logo-right .nav-wrapper {
    width: 70%;
    border-bottom-color: transparent;
  }
  /* line 3976, style.scss */
  .logo-left .primary-navigation,
  .logo-right .primary-navigation {
    border-bottom-color: transparent;
  }
  /* line 3981, style.scss */
  .logo-left .primary-navigation > ul > li,
  .logo-right .primary-navigation > ul > li {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 35px;
  }
  /* line 3987, style.scss */
  .logo-left .primary-navigation > ul > li:last-of-type,
  .logo-right .primary-navigation > ul > li:last-of-type {
    margin-right: 35px;
  }
  /* line 3991, style.scss */
  .logo-left .primary-navigation > ul > li ul,
  .logo-right .primary-navigation > ul > li ul {
    margin-top: 0;
  }
  /* line 3999, style.scss */
  .logo-left .primary-navigation .nav-menu > li:last-of-type a,
  .logo-right .primary-navigation .nav-menu > li:last-of-type a {
    padding-right: 10px;
  }
  /* line 4002, style.scss */
  .logo-left .primary-navigation .nav-menu > li:first-of-type a,
  .logo-right .primary-navigation .nav-menu > li:first-of-type a {
    padding-left: 10px;
  }

  /* line 4010, style.scss */
  .logo-right .site-identity {
    text-align: right;
    margin-left: -4px;
  }
  /* line 4017, style.scss */
  .logo-right .primary-navigation > ul {
    text-align: left;
    margin-left: -10px;
  }

  /* line 4026, style.scss */
  .logo-left .site-identity {
    text-align: left;
    margin-right: -6px;
  }
  /* line 4033, style.scss */
  .logo-left .primary-navigation > ul {
    text-align: right;
    margin-right: -45px;
  }

  /* ---------- Menu One Column ---------- */
  /* line 4050, style.scss */
  .menu-one-column.logo-left .primary-navigation > ul > li, .menu-one-column.logo-right .primary-navigation > ul > li {
    float: none;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 4058, style.scss */
  .menu-one-column.logo-left .primary-navigation > ul > li:last-of-type, .menu-one-column.logo-right .primary-navigation > ul > li:last-of-type {
    margin-right: 0;
  }
  /* line 4062, style.scss */
  .menu-one-column.logo-left .primary-navigation > ul > li > a, .menu-one-column.logo-right .primary-navigation > ul > li > a {
    padding-bottom: 4px;
    padding-top: 4px;
  }
  /* line 4071, style.scss */
  .menu-one-column.logo-left .primary-navigation li ul,
  .menu-one-column.logo-left .primary-navigation li ul:first-of-type, .menu-one-column.logo-right .primary-navigation li ul,
  .menu-one-column.logo-right .primary-navigation li ul:first-of-type {
    top: 0;
  }
  /* line 4076, style.scss */
  .menu-one-column.logo-left .primary-navigation li a, .menu-one-column.logo-right .primary-navigation li a {
    font-family: "im-fell-french-canon-pro-italic", Georgia, serif;
  }
  /* line 4085, style.scss */
  .menu-one-column.logo-left .primary-navigation {
    float: right;
  }
  /* line 4088, style.scss */
  .menu-one-column.logo-left .primary-navigation > ul {
    margin-right: -10px;
  }
  /* line 4091, style.scss */
  .menu-one-column.logo-left .primary-navigation > ul > li {
    text-align: right;
  }
  /* line 4098, style.scss */
  .menu-one-column.logo-left .primary-navigation li ul,
  .menu-one-column.logo-left .primary-navigation li ul:first-of-type {
    top: 0;
    right: 100%;
    left: auto;
  }
  /* line 4110, style.scss */
  .menu-one-column.logo-right .primary-navigation {
    float: left;
  }
  /* line 4115, style.scss */
  .menu-one-column.logo-right .primary-navigation li ul,
  .menu-one-column.logo-right .primary-navigation li ul:first-of-type {
    left: 100%;
  }
  /* line 4120, style.scss */
  .menu-one-column.logo-right .primary-navigation li a {
    font-family: "im-fell-french-canon-pro-italic", Georgia, serif;
  }

  /* ---------- Logo Inside Menu ---------- */
  /* line 4132, style.scss */
  .logo-inside-menu .nav-wrapper {
    border-bottom-color: transparent;
  }
  /* line 4140, style.scss */
  .logo-inside-menu .primary-navigation li ul {
    margin-top: 0;
  }

  /*
     3. NAVIGATION
  ------------------------------------------- */
  /* ---------- PPRIMARY NAVIGATION ---------- */
  /* line 4154, style.scss */
  .primary-navigation {
    /*  border-bottom: 1px dotted $site-border-color;*/
    /* ---------- Menu Functionality ---------- */
    /* second level */
  }
  /* line 4158, style.scss */
  .primary-navigation li {
    position: relative;
    text-align: left;
  }
  /* line 4162, style.scss */
  .primary-navigation li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 4172, style.scss */
  .primary-navigation > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 10px;
  }
  /* line 4188, style.scss */
  .primary-navigation li ul {
    position: absolute;
    top: 0;
    left: 100%;
  }
  /* line 4193, style.scss */
  .primary-navigation li ul li {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 4201, style.scss */
  .primary-navigation > ul {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    pointer-events: auto;
    font-size: 0px;
  }
  /* line 4214, style.scss */
  .primary-navigation > ul > li {
    overflow: visible;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 4223, style.scss */
  .primary-navigation > ul > li:last-of-type {
    margin-right: 0;
  }
  /* line 4228, style.scss */
  .primary-navigation > ul > li ul {
    z-index: 1;
  }
  /* line 4238, style.scss */
  .primary-navigation > ul > li ul ul {
    border-top-color: transparent;
  }
  /* line 4253, style.scss */
  .primary-navigation .nav-menu > li:last-of-type > a {
    padding-right: 0px;
  }
  /* line 4256, style.scss */
  .primary-navigation .nav-menu > li:first-of-type > a {
    padding-left: 0px;
  }
  /* line 4263, style.scss */
  .primary-navigation li:hover > ul {
    display: block;
  }

  /* line 4273, style.scss */
  .menu-item-has-children > .submenu-toggle {
    display: none;
  }

  /* line 4283, style.scss */
  .double-menu .primary-navigation > ul > li {
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  /* line 4286, style.scss */
  .double-menu .primary-navigation > ul > li > ul {
    left: 50%;
    -moz-transform: translateX(-51%);
    -ms-transform: translateX(-51%);
    -webkit-transform: translateX(-51%);
    transform: translateX(-51%);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  /*
     3.3 PAGINATION
  ------------------------------------------- */
  /* ---------- 3.3.2 GRID PAGINATION ---------- */
  /* line 4304, style.scss */
  .grid-pagination .next {
    margin-left: 54px;
  }
  /* line 4308, style.scss */
  .grid-pagination .prev {
    margin-right: 54px;
  }

  /* ---------- 3.3.3 GALLERY PAGINATION ---------- */
  /* line 4316, style.scss */
  .gallery-pagination .prev-text,
  .gallery-pagination .next-text {
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
    clip: auto;
  }
  /* line 4325, style.scss */
  .gallery-pagination .prev-text {
    margin-left: 15px;
  }
  /* line 4329, style.scss */
  .gallery-pagination .next-text {
    margin-right: 15px;
  }
  /* line 4333, style.scss */
  .gallery-pagination .prev-post-title,
  .gallery-pagination .next-post-title {
    display: inline;
  }

  /*
     4. GRID VIEW
  ------------------------------------------- */
  /* ---------- 4.end GRID HELPER CLASSES ---------- */
  /*
     5. PAGES
  ------------------------------------------- */
  /* ---------- 5.1 ABOUT ---------- */
  /* line 4399, style.scss */
  .about-us .cosmo-one-half {
    width: 50%;
  }
  /* line 4400, style.scss */
  .about-us .cosmo-one-third {
    width: 33.33%;
  }
  /* line 4401, style.scss */
  .about-us .cosmo-two-third {
    width: 66.66%;
  }
  /* line 4402, style.scss */
  .about-us .cosmo-one-fourth {
    width: 25%;
  }
  /* line 4403, style.scss */
  .about-us .cosmo-three-fourth {
    width: 75%;
  }
  /* line 4404, style.scss */
  .about-us .cosmo-one-fifth {
    width: 20%;
  }
  /* line 4405, style.scss */
  .about-us .cosmo-two-fifth {
    width: 40%;
  }
  /* line 4406, style.scss */
  .about-us .cosmo-three-fifth {
    width: 60%;
  }
  /* line 4407, style.scss */
  .about-us .cosmo-four-fifth {
    width: 80%;
  }
  /* line 4408, style.scss */
  .about-us .cosmo-one-sixth {
    width: 16.66%;
  }
  /* line 4409, style.scss */
  .about-us .cosmo-five-sixth {
    width: 83.33%;
  }

  /* ---------- 5.2 SINGLE POST ---------- */
  /* line 4417, style.scss */
  .post-article footer .post-meta {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  /* line 4421, style.scss */
  .post-article footer .post-meta .left,
  .post-article footer .post-meta .right {
    width: auto;
  }

  /* line 4431, style.scss */
  .post-article-title-left .socials {
    text-align: left;
  }
  /* line 4435, style.scss */
  .post-article-title-left .socials .social-text {
    display: inline-block;
    margin-right: 25px;
  }
  /* line 4440, style.scss */
  .post-article-title-left .socials .social-item {
    margin-right: 50px;
  }

  /* line 4448, style.scss */
  .related-box article {
    padding-bottom: 0;
  }

  /* ---------- 5.5 HOME PAGE ---------- */
  /* line 4458, style.scss */
  .has-slideshow .home-one .site-identity,
  .has-slideshow .home-two .site-identity {
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 4463, style.scss */
  .has-slideshow .home-one .nav-menu,
  .has-slideshow .home-two .nav-menu {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  /* line 4474, style.scss */
  .has-slideshow .home-one .primary-navigation,
  .has-slideshow .home-one .primary-navigation > ul {
    background: transparent;
  }

  /*
     6. SLIDERS
  ------------------------------------------- */
  /* line 4484, style.scss */
  .gallery-slider {
    position: relative;
  }
  /* line 4487, style.scss */
  .gallery-slider .gallery-description {
    display: none;
  }

  /* line 4492, style.scss */
  .gallery-description {
    display: none;
  }
  /* line 4495, style.scss */
  .gallery-description.gallery-description-bottom {
    display: block;
  }

  /* ---------- 6.2 FULL WIDTH SLIDER ---------- */
  /* line 4504, style.scss */
  .full-width-slider .bx-viewport {
    height: 445px !important;
  }

  /* ---------- 6.end SLIDER HELPER CLASSES ---------- */
  /* line 4515, style.scss */
  .gallery-entry .slide-content {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    pointer-events: auto;
  }
  /* line 4520, style.scss */
  .gallery-entry .slide-content article {
    width: 75%;
  }
  /* line 4525, style.scss */
  .gallery-entry .slide-content .post-article-inner {
    padding-right: 20px;
  }
  /* line 4530, style.scss */
  .gallery-entry img {
    margin-left: 0 !important;
  }

  /* line 4536, style.scss */
  .slide-border {
    position: relative;
  }
  /* line 4539, style.scss */
  .slide-border .slide:after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
  /* line 4548, style.scss */
  .slide-border .rsArrowLeft .rsArrowIcn {
    left: 13px;
  }
  /* line 4555, style.scss */
  .slide-border .rsArrowRight .rsArrowIcn {
    right: 15px;
  }
  /* line 4564, style.scss */
  .slide-border.arrow-arrow99 .rsArrowLeft .rsArrowIcn {
    left: 15px;
  }
  /* line 4574, style.scss */
  .slide-border.arrow-bold .rsArrowLeft .rsArrowIcn {
    left: 18px;
  }
  /* line 4581, style.scss */
  .slide-border.arrow-bold .rsArrowRight .rsArrowIcn {
    right: 14px;
  }
  /* line 4591, style.scss */
  .slide-border.arrow-smallbold .rsArrowLeft .rsArrowIcn {
    left: 15px;
  }
  /* line 4602, style.scss */
  .slide-border.arrow-square99 .rsArrowLeft .rsArrowIcn, .slide-border.arrow-border-glyph9 .rsArrowLeft .rsArrowIcn {
    left: 31px;
  }
  /* line 4609, style.scss */
  .slide-border.arrow-square99 .rsArrowRight .rsArrowIcn, .slide-border.arrow-border-glyph9 .rsArrowRight .rsArrowIcn {
    right: 31px;
  }
  /* line 4619, style.scss */
  .slide-border.arrow-glyph27 .rsArrowLeft .rsArrowIcn {
    left: 14px;
  }
  /* line 4626, style.scss */
  .slide-border.arrow-glyph27 .rsArrowRight .rsArrowIcn {
    right: 11px;
  }

  /* ---------- 6.3 MAIN SLIDESHOW ---------- */
  /*
     8. COMMENTS
  ------------------------------------------- */
  /* line 4661, style.scss */
  .comment-respond .button-wrap {
    text-align: left;
  }
  /* line 4664, style.scss */
  .comment-respond .button-wrap .post-comment {
    float: right;
  }

  /*
     9. WIDGETS
  ------------------------------------------- */
  /* line 4677, style.scss */
  .logo-left .flo-lang-switcher {
    margin-bottom: 15px;
  }

  /*
     10. CONTACTS
  ------------------------------------------- */
  /* line 4687, style.scss */
  .contact-form {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 4693, style.scss */
  .contact-form input[type="button"] {
    min-width: 200px;
    width: auto;
  }

  /* line 4702, style.scss */
  .contact-form-one .contact-wrap {
    position: relative;
  }
  /* line 4705, style.scss */
  .contact-form-one .contact-wrap:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #e9e9e9;
    top: 0;
    left: 50%;
  }
  /* line 4716, style.scss */
  .contact-form-one .contact-left,
  .contact-form-one .contact-right {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 50%;
  }
  /* line 4723, style.scss */
  .contact-form-one .contact-left {
    float: left;
    clear: left;
  }
  /* line 4727, style.scss */
  .contact-form-one .contact-left .contact-title {
    display: block;
    margin-bottom: 110px;
  }
  /* line 4733, style.scss */
  .contact-form-one .contact-right {
    float: right;
    clear: right;
    border-bottom-width: 0;
  }
  /* line 4738, style.scss */
  .contact-form-one .contact-right .contact-title {
    display: none;
  }
  /* line 4743, style.scss */
  .contact-form-one .contact-phone {
    margin-bottom: 100px;
  }
  /* line 4747, style.scss */
  .contact-form-one input::-webkit-input-placeholder {
    text-align: center;
  }
  /* line 4748, style.scss */
  .contact-form-one input:-moz-placeholder {
    text-align: center;
  }
  /* line 4749, style.scss */
  .contact-form-one input::-moz-placeholder {
    text-align: center;
  }
  /* line 4750, style.scss */
  .contact-form-one input:-ms-input-placeholder {
    text-align: center;
  }
  /* line 4751, style.scss */
  .contact-form-one textarea::-webkit-input-placeholder {
    text-align: center;
  }
  /* line 4752, style.scss */
  .contact-form-one textarea:-moz-placeholder {
    text-align: center;
  }
  /* line 4753, style.scss */
  .contact-form-one textarea::-moz-placeholder {
    text-align: center;
  }
  /* line 4754, style.scss */
  .contact-form-one textarea:-ms-input-placeholder {
    text-align: center;
  }

  /* line 4760, style.scss */
  .contact-form-two .contact-title {
    margin-bottom: 88px;
  }
  /* line 4764, style.scss */
  .contact-form-two .contact-inner {
    display: table;
    width: 100%;
  }
  /* line 4770, style.scss */
  .contact-form-two .contact-left,
  .contact-form-two .contact-right {
    width: 50%;
    display: table-cell;
  }
  /* line 4776, style.scss */
  .contact-form-two .contact-left {
    padding-right: 20px;
    float: left;
    clear: left;
  }
  /* line 4783, style.scss */
  .contact-form-two .contact-right {
    padding-left: 20px;
    float: right;
    clear: right;
  }
  /* line 4790, style.scss */
  .contact-form-two .contact-text {
    margin-bottom: 71px;
  }
  /* line 4794, style.scss */
  .contact-form-two .contact-phone {
    margin-bottom: 68px;
  }
  /* line 4798, style.scss */
  .contact-form-two .contact-social {
    margin-bottom: 0;
  }
  /* line 4802, style.scss */
  .contact-form-two .button-holder {
    text-align: right;
    margin-top: 40px;
  }

  /* line 4811, style.scss */
  .contact-form-three .contact-wrap {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  /* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
  .contact-form-three .contact-form:before, .contact-form-three .contact-form:after {
    content: " ";
    display: table;
  }
  /* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
  .contact-form-three .contact-form:after {
    clear: both;
  }
  /* line 4821, style.scss */
  .contact-form-three .contact-top,
  .contact-form-three .contact-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 4827, style.scss */
  .contact-form-three .contact-bottom {
    padding-top: 63px;
  }
  /* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
  .contact-form-three .contact-bottom:before, .contact-form-three .contact-bottom:after {
    content: " ";
    display: table;
  }
  /* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
  .contact-form-three .contact-bottom:after {
    clear: both;
  }
  /* line 4832, style.scss */
  .contact-form-three .contact-left,
  .contact-form-three .contact-right {
    width: 50%;
    float: left;
  }
  /* line 4838, style.scss */
  .contact-form-three .contact-left {
    padding-right: 20px;
  }
  /* line 4842, style.scss */
  .contact-form-three .contact-right {
    padding-left: 20px;
    border-left: 1px solid #e9e9e9;
  }
  /* line 4847, style.scss */
  .contact-form-three .contact-email,
  .contact-form-three .contact-phone,
  .contact-form-three .contact-social {
    float: left;
    width: 33.3333%;
    margin-bottom: 0;
  }

  /*
     11. SHORTCODES
  ------------------------------------------- */
  /* line 4861, style.scss */
  .gallery-2-columns .gallery-shortcode-wrap {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  /* line 4869, style.scss */
  .gallery-3-columns .gallery-shortcode-wrap {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  /* line 4877, style.scss */
  .gallery-4-columns .gallery-shortcode-wrap {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }

  /* line 4885, style.scss */
  .gallery-5-columns .gallery-shortcode-wrap {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }

  /* line 4893, style.scss */
  .gallery-6-columns .gallery-shortcode-wrap {
    margin-left: -0.35rem;
    margin-right: -0.35rem;
  }

  /* line 4901, style.scss */
  .gallery-7-columns .gallery-shortcode-wrap {
    margin-left: -0.35rem;
    margin-right: -0.35rem;
  }

  /* line 4909, style.scss */
  .gallery-8-columns .gallery-shortcode-wrap {
    margin-left: -0.3em;
    margin-right: -0.3rem;
  }

  /* line 4917, style.scss */
  .gallery-9-columns .gallery-shortcode-wrap {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  /* line 4925, style.scss */
  .gallery-shortcode.flo-1-columns {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  /* line 4926, style.scss */
  .gallery-shortcode.flo-2-columns {
    width: 50%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
  /* line 4932, style.scss */
  .gallery-shortcode.flo-3-columns {
    width: 33.33%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
  /* line 4938, style.scss */
  .gallery-shortcode.flo-4-columns {
    width: 25%;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    margin-bottom: 0.8rem;
  }
  /* line 4945, style.scss */
  .gallery-shortcode.flo-5-columns {
    width: 20%;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    margin-bottom: 0.8rem;
  }
  /* line 4951, style.scss */
  .gallery-shortcode.flo-6-columns {
    width: 16.66%;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    margin-bottom: 0.7rem;
  }
  /* line 4957, style.scss */
  .gallery-shortcode.flo-7-columns {
    width: 14.28%;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    margin-bottom: 0.7rem;
  }
  /* line 4963, style.scss */
  .gallery-shortcode.flo-8-columns {
    width: 12.5%;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    margin-bottom: 0.6rem;
  }
  /* line 4969, style.scss */
  .gallery-shortcode.flo-9-columns {
    width: 11.11%;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-bottom: 0.5rem;
  }

  /*
     12. CROWD LAYOUT
  ------------------------------------------- */
  /* line 4983, style.scss */
  .crowd-layout .crowd-push,
  .crowd-layout .crowd-full {
    z-index: -1;
  }
  /* line 4988, style.scss */
  .crowd-layout .site {
    height: 100%;
  }
  /* line 4992, style.scss */
  .crowd-layout .site,
  .crowd-layout .site-main,
  .crowd-layout .site-footer {
    position: relative;
    z-index: 5;
  }
  /* line 4999, style.scss */
  .crowd-layout .site-main,
  .crowd-layout .site-footer {
    background-color: white;
  }
  /* line 5007, style.scss */
  .crowd-layout .primary-navigation,
  .crowd-layout .primary-navigation > ul {
    background-color: transparent;
  }
  /* line 5012, style.scss */
  .crowd-layout .header-main,
  .crowd-layout .header-main > .row,
  .crowd-layout .header-main > .row > .columns,
  .crowd-layout .header-main-inner,
  .crowd-layout .header-main .inner {
    height: 100%;
    max-height: 100%;
  }
  /* line 5027, style.scss */
  .crowd-layout .header-main-inner .inner {
    display: table;
    width: 100%;
  }

  /* line 5046, style.scss */
  .crowd-nearby-slider {
    width: 600px;
  }
  /* line 5049, style.scss */
  .crowd-nearby-slider .rsOverflow {
    overflow: visible;
  }
  /* line 5053, style.scss */
  .crowd-nearby-slider .rsContent {
    text-align: center;
  }
  /* line 5057, style.scss */
  .crowd-nearby-slider .rsSlide {
    padding: 0 2px;
  }
  /* line 5060, style.scss */
  .crowd-nearby-slider .rsSlide img {
    margin: 0px !important;
    max-width: 100%;
    max-height: 100%;
  }

  /* ---------- Crowd simple menu ---------- */
  /* line 5077, style.scss */
  .crowd-simple-menu .header-main-inner .site-identity {
    display: none;
  }
  /* line 5082, style.scss */
  .crowd-simple-menu .nav-wrapper {
    width: 100%;
  }
  /* line 5086, style.scss */
  .crowd-simple-menu .logo-left .nav-menu,
  .crowd-simple-menu .logo-right .nav-menu {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 5092, style.scss */
  .crowd-simple-menu .logo-left .nav-menu > li,
  .crowd-simple-menu .logo-right .nav-menu > li {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 50px;
  }
  /* line 5097, style.scss */
  .crowd-simple-menu .logo-left .nav-menu > li:last-of-type,
  .crowd-simple-menu .logo-right .nav-menu > li:last-of-type {
    margin-right: 0;
  }

  /* line 5106, style.scss */
  .crowd-layout .flo-lang-switcher {
    display: none;
  }

  /* line 5112, style.scss */
  .crowd-full-screen,
  .crowd-full-width {
    /*full screen & no paralax*/
  }
  /* line 5115, style.scss */
  .crowd-full-screen .crowd-push,
  .crowd-full-width .crowd-push {
    display: block;
    position: relative;
    width: 100%;
  }
  /* line 5123, style.scss */
  .crowd-full-screen .crowd-full,
  .crowd-full-width .crowd-full {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }
  /* line 5134, style.scss */
  .crowd-full-screen .crowd-full.no-paralax,
  .crowd-full-width .crowd-full.no-paralax {
    position: absolute;
  }
  /* line 5138, style.scss */
  .crowd-full-screen.flo-no-paralax.f-topbar-fixed,
  .crowd-full-width.flo-no-paralax.f-topbar-fixed {
    padding-top: 0px !important;
  }
  /* line 5141, style.scss */
  .crowd-full-screen.flo-no-paralax .site,
  .crowd-full-width.flo-no-paralax .site {
    padding-top: 0px !important;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 641px) and (max-width: 1024px) {
  /*full wisth slideshow & no paralax*/
  /* line 5150, style.scss */
  .crowd-full-width .crowd-full.no-paralax {
    position: relative;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 5158, style.scss */
  .crowd-full-screen .crowd-push,
  .crowd-full-screen .crowd-full {
    height: 100%;
  }
  /* line 5163, style.scss */
  .crowd-full-screen .children {
    background: #fff;
  }

  /* ---------- Crowd header top ---------- */
  /* line 5186, style.scss */
  .crowd-header-top .crowd-full {
    top: 94px;
  }
  /* line 5190, style.scss */
  .crowd-header-top .site {
    padding-top: 94px;
  }
  /* line 5194, style.scss */
  .crowd-header-top .site-main,
  .crowd-header-top .site-footer {
    position: relative;
  }
  /* line 5199, style.scss */
  .crowd-header-top .site-main {
    padding-top: 30px;
  }
  /* line 5203, style.scss */
  .crowd-header-top .sticky-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  /* line 5209, style.scss */
  .crowd-header-top .sticky-holder.fixed {
    position: fixed;
    margin-top: 0px !important;
  }
  /* line 5215, style.scss */
  .crowd-header-top.f-topbar-fixed .site {
    padding-top: 0 !important;
  }

  /* ---------- Crowd header bottom ---------- */
  /* line 5224, style.scss */
  .crowd-header-bottom.crowd-full-screen .crowd-push,
  .crowd-header-over .crowd-push {
    margin-bottom: -94px;
  }

  /* line 5231, style.scss */
  .crowd-header-bottom.crowd-full-screen .crowd-full {
    bottom: 94px;
  }
  /* line 5236, style.scss */
  .crowd-header-bottom.crowd-full-screen.crowd-double-menu .crowd-full {
    bottom: 115px;
  }

  /* line 5244, style.scss */
  .crowd-header-over .site {
    background-color: transparent;
  }
  /* line 5248, style.scss */
  .crowd-header-over .site-main {
    padding-top: 30px;
  }
  /* line 5252, style.scss */
  .crowd-header-over .site-header {
    background-color: transparent;
  }
  /* line 5256, style.scss */
  .crowd-header-over .sticky.fixed {
    background-color: #fff;
  }

  /* ---------- Crowd double menu ---------- */
  /* line 5270, style.scss */
  .double-menu .site-header .nav-menu > li,
  .crowd-double-menu .site-header .nav-menu > li {
    text-align: center;
  }

  /* line 5279, style.scss */
  .crowd-double-menu .site-header {
    height: 115px;
  }
  /* line 5284, style.scss */
  .crowd-double-menu .site-header .nav-menu > li {
    vertical-align: top;
  }
  /* line 5293, style.scss */
  .crowd-double-menu .logo-inside-menu .nav-menu > li {
    vertical-align: middle;
  }
  /* line 5302, style.scss */
  .crowd-double-menu.crowd-header-over .crowd-push {
    margin-bottom: -115px;
  }
  /* line 5306, style.scss */
  .crowd-double-menu.crowd-header-over .crowd-full {
    bottom: 0;
  }
  /* line 5315, style.scss */
  .crowd-double-menu.crowd-header-top .site {
    padding-top: 115px;
  }
  /* line 5319, style.scss */
  .crowd-double-menu.crowd-header-top .crowd-full {
    top: 115px;
  }

  /* line 5330, style.scss */
  .crowd-full-screen.crowd-header-over.f-topbar-fixed .crowd-push,
  .crowd-full-screen.crowd-header-bottom.f-topbar-fixed .crowd-push {
    margin-bottom: 0 !important;
  }
}
/* min-width 641px and max-width 768px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 48em) {
  /* line 5342, style.scss */
  .sticky-holder.fixed .site-identity {
    display: none;
  }
}
/* min-width 769px, Tablet */
@media only screen and (min-width: 48.063em) {
  /*
     1. GENERAL STYLES
  ------------------------------------------- */
  /* ---------- 1.1 MISCELLANEOUS ---------- */
  /* line 5360, style.scss */
  .site-header,
  .main-content,
  .site-footer {
    padding-left: 35px;
    padding-right: 35px;
  }

  /*
     2. HEADER
  ------------------------------------------- */
  /* ---------- Logo Inside Menu ---------- */
  /* line 5372, style.scss */
  .logo-inside-menu {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 5376, style.scss */
  .logo-inside-menu .primary-navigation {
    border-bottom-color: transparent;
  }
  /* line 5380, style.scss */
  .logo-inside-menu .logo-inside {
    position: static;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-left: 1px dotted #e9e9e9;
    border-right: 1px dotted #e9e9e9;
  }
  /* line 5395, style.scss */
  .logo-inside-menu.no-logo-border .logo-inside {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
  }
  /* line 5405, style.scss */
  .logo-inside-menu .site-identity {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /*
     4. GRID VIEW
  ------------------------------------------- */
  /*
     4.end GRID HELPER CLASSES
  ------------------------------------------- */
  /*
     5. PAGES
  ------------------------------------------- */
  /* ---------- 5.2 SINGLE POST ---------- */
  /* line 5437, style.scss */
  .post-article-title-left .post-article-inner {
    max-width: none;
    position: relative;
    padding-left: 205px;
    margin-right: 0;
  }
  /* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
  .post-article-title-left .post-article-inner:before, .post-article-title-left .post-article-inner:after {
    content: " ";
    display: table;
  }
  /* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
  .post-article-title-left .post-article-inner:after {
    clear: both;
  }
  /* line 5447, style.scss */
  .post-article-title-left .post-header {
    width: 190px;
    text-align: left;
    float: left;
    margin-left: -205px;
    margin-bottom: 0;
  }
  /* line 5457, style.scss */
  .post-article-title-left .post-header .meta-wrap {
    display: block;
    margin-right: 0;
    margin-bottom: 17px;
  }
  /* line 5465, style.scss */
  .post-article-title-left .post-content-wrap {
    overflow: hidden;
  }
  /* line 5470, style.scss */
  .post-article-title-left .post-meta:last-of-type {
    margin-bottom: 0;
  }
  /* line 5476, style.scss */
  .post-article-title-left .socials .social-item {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  /* line 5482, style.scss */
  .post-article-title-left .socials .social-text {
    margin-right: 0;
    width: 80px;
    padding-right: 10px;
  }

  /* ---------- 5.5 HOME PAGE ---------- */
  /* line 5494, style.scss */
  .has-slideshow .home-one .site-identity,
  .has-slideshow .home-two .site-identity {
    padding-left: 35px;
    padding-right: 35px;
  }
  /* line 5499, style.scss */
  .has-slideshow .home-one .nav-menu,
  .has-slideshow .home-two .nav-menu {
    padding-left: 50px;
    padding-right: 50px;
  }

  /*
     6. SLIDERS
  ------------------------------------------- */
  /* line 5509, style.scss */
  .image-desc-container {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  /* ---------- 6.2 FULL WIDTH SLIDER ---------- */
  /* line 5519, style.scss */
  .full-width-slider .bx-viewport {
    height: 540px !important;
  }
  /* line 5523, style.scss */
  .full-width-slider .slide-content {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    pointer-events: auto;
  }

  /* line 5529, style.scss */
  .image-desc-container,
  .gallery-image-description {
    display: none;
  }

  /* ---------- 6.end SLIDER HELPER CLASSES ---------- */
  /* line 5539, style.scss */
  .gallery-entry .slide-content {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  /* line 5543, style.scss */
  .gallery-entry .slide-content .gallery-sharing {
    bottom: 30px;
  }

  /*
     9. WIDGETS
  ------------------------------------------- */
  /* line 5559, style.scss */
  .footer-sidebar .widget {
    margin-top: 35px;
  }

  /*
     10. CONTACTS
  ------------------------------------------- */
  /* line 5571, style.scss */
  .contact-form-one .contact-left,
  .contact-form-one .contact-right {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* line 5581, style.scss */
  .contact-form-two .contact-left {
    padding-right: 40px;
  }
  /* line 5585, style.scss */
  .contact-form-two .contact-right {
    padding-left: 40px;
  }

  /* line 5593, style.scss */
  .contact-form-three .contact-top,
  .contact-form-three .contact-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }
  /* line 5599, style.scss */
  .contact-form-three .contact-left {
    padding-right: 40px;
  }
  /* line 5603, style.scss */
  .contact-form-three .contact-right {
    padding-left: 40px;
  }

  /*
     LAST. FOOTER
  ------------------------------------------- */
  /* line 5615, style.scss */
  .widget-bordered .widget-container:nth-child(2) {
    border-left: 1px dotted #e9e9e9;
    border-right: 1px dotted #e9e9e9;
    padding-top: 0;
    margin-bottom: 0;
  }
  /* line 5621, style.scss */
  .widget-bordered .widget-container:nth-child(2) .widget:first-of-type {
    border-top: none;
    padding-top: 0;
  }
  /* line 5625, style.scss */
  .widget-bordered .widget-container:nth-child(2) .widget:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }

  /* line 5632, style.scss */
  .site-info {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
/* min-width 769px and max-width 1024px, use when QAing large screen-only issues */
/* min-width 1025px, xlarge screens */
@media only screen and (min-width: 64.063em) {
  /*
     1.4 POST META
  ------------------------------------------- */
  /* line 5656, style.scss */
  .socials .social-item {
    font-size: 80%;
    margin-left: 10px;
  }

  /*
     2. HEADER
  ------------------------------------------- */
  /* ---------- Logo inside menu ---------- */
  /*
     3. PAGINATION
  ------------------------------------------- */
  /* ---------- 3.3.1 POST PAGINATION ---------- */
  /* line 5679, style.scss */
  .post-pagination {
    z-index: 99;
    margin-bottom: 0;
  }
  /* line 5683, style.scss */
  .post-pagination .next-post,
  .post-pagination .prev-post {
    position: fixed;
    height: 100%;
    top: 0;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  /* line 5691, style.scss */
  .post-pagination .next-post .inner,
  .post-pagination .prev-post .inner {
    padding-top: 15px;
    padding-bottom: 8px;
    position: relative;
    top: 45%;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  /* line 5701, style.scss */
  .post-pagination .next-post:hover .inner,
  .post-pagination .prev-post:hover .inner {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 5707, style.scss */
  .post-pagination .next-post {
    padding-right: 15px;
    padding-left: 15px;
    right: 0;
  }
  /* line 5712, style.scss */
  .post-pagination .next-post .inner {
    padding-left: 15px;
    border-left: 1px solid #e9e9e9;
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
  /* line 5719, style.scss */
  .post-pagination .prev-post {
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
  }
  /* line 5724, style.scss */
  .post-pagination .prev-post .inner {
    padding-right: 15px;
    border-right: 1px solid #e9e9e9;
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
  }

  /*
     3. NAVIGATION
  ------------------------------------------- */
  /* ---------- 3.1 SITE NAVIGATION ---------- */
  /* line 5741, style.scss */
  .nav-menu li a {
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  /* line 5744, style.scss */
  .nav-menu li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    visibility: visible;
  }
  /* line 5753, style.scss */
  .nav-menu .site-title a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  /*
     4. GRID VIEW
  ------------------------------------------- */
  /*
     4.end GRID HELPER CLASSES
  ------------------------------------------- */
  /* line 5791, style.scss */
  .title-below-hidden .post-preview-inner {
    overflow: hidden;
  }
  /* line 5795, style.scss */
  .title-below-hidden .post-preview-hidden,
  .title-below-hidden .attachment-post-thumbnail {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 5800, style.scss */
  .title-below-hidden .post-preview-hidden {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }

  /* line 5811, style.scss */
  .title-over .post-preview-hidden {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /* line 5822, style.scss */
  .title-over .post-preview-hidden-child {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 5830, style.scss */
  .title-over .post-preview-hidden:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /* line 5836, style.scss */
  .title-over.show-title .post-preview-hidden {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  /*
     5. PAGES
  ------------------------------------------- */
  /* ---------- 5.2 SINGLE POST ---------- */
  /* line 5856, style.scss */
  .post-article-title-left .post-article-inner {
    max-width: 1005px;
    margin-right: auto;
    padding-left: 305px;
  }
  /* line 5862, style.scss */
  .post-article-title-left .post-header {
    width: 290px;
    margin-left: -305px;
  }

  /*
     6. SLIDERS
  ------------------------------------------- */
  /* ---------- 6.2 FULL WIDTH SLIDER ---------- */
  /* line 5877, style.scss */
  .full-width-slider .bx-viewport {
    height: 650px !important;
  }

  /* ---------- 6.3 MAIN SLIDESHOW ---------- */
  /* line 5886, style.scss */
  .main-slideshow .rsBullets {
    bottom: 45px;
  }

  /* ---------- 6.end SLIDER HELPER CLASSES ---------- */
  /* line 5897, style.scss */
  .gallery-entry .slide-content {
    padding-top: 80px;
    padding-bottom: 110px;
  }
  /* line 5901, style.scss */
  .gallery-entry .slide-content .gallery-sharing {
    bottom: 50px;
  }

  /*
     10. CONTACTS
  ------------------------------------------- */
  /* line 5915, style.scss */
  .contact-form-one .contact-left,
  .contact-form-one .contact-right {
    padding-left: 60px;
    padding-right: 60px;
  }

  /* line 5925, style.scss */
  .contact-form-two .contact-left {
    padding-right: 60px;
  }
  /* line 5929, style.scss */
  .contact-form-two .contact-right {
    padding-left: 60px;
  }

  /* line 5937, style.scss */
  .contact-form-three .contact-top,
  .contact-form-three .contact-bottom {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 5943, style.scss */
  .contact-form-three .contact-left {
    padding-right: 60px;
  }
  /* line 5947, style.scss */
  .contact-form-three .contact-right {
    padding-left: 60px;
  }

  /* line 5952, style.scss */
  .footer-full-scren-width-area {
    margin-left: -30px;
    margin-right: -30px;
  }
}
/* min-width 1025px and max-width 1440px, use when QAing xlarge screen-only issues */
/* min-width 1441px, xxlarge screens */
@media only screen and (min-width: 90.063em) {
  /*
     3. PAGINATION
  ------------------------------------------- */
  /* ---------- 3.3.1 POST PAGINATION ---------- */
  /* line 5974, style.scss */
  .post-pagination .prev-post {
    padding-right: 150px;
  }
  /* line 5978, style.scss */
  .post-pagination .next-post {
    padding-left: 150px;
  }
}
/*
   RETINA MEDIA QUERY
   NOTE: Small screen, retina.
------------------------------------------- */
/* line 6196, style.scss */
.flo-modal {
  position: fixed;
  z-index: 9;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
}
/* line 6206, style.scss */
.flo-modal .thx-msg {
  width: 300px;
  height: 200px;
  text-align: center;
  padding: 20px;
  vertical-align: middle;
  margin: 0 auto;
  top: 50%;
  margin-top: -180px;
  position: absolute;
  left: 50%;
  margin-left: -170px;
  background-color: #fff;
  border: 2px solid #e5e5e5;
}
/* line 6222, style.scss */
.flo-modal .content {
  margin-top: 50px;
  font-size: 16px;
  line-height: 20px;
}
/* line 6228, style.scss */
.flo-modal .icon-close {
  position: absolute;
  top: 3px;
  right: 2px;
  font-size: 10px;
  cursor: pointer;
}

/* line 6236, style.scss */
.cosmo-team-member {
  text-align: left;
}

/* END STYLES BY SLIVA*/
/* line 6241, style.scss */
.mosaic-title {
  font-family: "TrajanPro-Regular", Georgia, serif;
  font-size: 20px;
  margin-bottom: 6px;
}

/* line 6246, style.scss */
.mosaic-description {
  font-family: "im-fell-french-canon-pro-italic", Georgia, serif;
  font-size: 13px;
}

/* line 6250, style.scss */
.clear {
  clear: both;
}

/* line 6253, style.scss */
.below-page-content {
  margin-bottom: 30px;
}

/* line 6258, style.scss */
.below-header-full-width .row {
  width: 100%;
  max-width: none;
  padding: 0px;
}
/* line 6264, style.scss */
.below-header-full-width section {
  margin-bottom: 0px;
}

/*Custom Fancy box styles*/
/* line 6276, style.scss */
.flo-custom-fancybox .fancybox-default a.fancybox-nav span {
  background: transparent;
  line-height: 46px;
}
/* line 6280, style.scss */
.flo-custom-fancybox .fancybox-default a.fancybox-nav span:before {
  font-family: 'fontello';
  font-size: 30px;
  color: #464646;
}
/* line 6286, style.scss */
.flo-custom-fancybox .fancybox-default a.fancybox-nav.fancybox-prev span:before {
  content: '\e838';
}
/* line 6292, style.scss */
.flo-custom-fancybox .fancybox-default a.fancybox-nav.fancybox-next span:before {
  content: '\e837';
}
/* line 6300, style.scss */
.flo-custom-fancybox .fancybox-default a.fancybox-close {
  background: transparent;
  text-align: center;
  right: -38px;
}
/* line 6304, style.scss */
.flo-custom-fancybox .fancybox-default a.fancybox-close:before {
  content: '\e82e';
  font-family: 'fontello';
  font-size: 30px;
  font-weight: 100;
  color: #000;
}

/* line 6315, style.scss */
.fancybox-default-overlay.flo-fancy-overlay {
  background: #F1F1F1;
}

/*testimonials slider*/
/* line 6320, style.scss */
.testimonials-container {
  text-align: center;
  width: 100%;
  height: auto;
}
/* line 6326, style.scss */
.testimonials-container .rsDefault {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 6330, style.scss */
.testimonials-container .testimonial-title {
  margin-bottom: 20px;
}
/* line 6333, style.scss */
.testimonials-container .testimonial-content {
  padding: 0 50px;
}
/* line 6334, style.scss */
.testimonials-container .testimonial-delimiter {
  display: block;
  width: 30px;
  margin: 30px auto;
  border-bottom: 1px solid #000;
}
/* line 6340, style.scss */
.testimonials-container .testimonial-author {
  text-transform: uppercase;
  display: block;
}
/* line 6344, style.scss */
.testimonials-container .testimonial-author-title {
  font-style: italic;
  display: block;
  font-size: 11px;
}
/* line 6351, style.scss */
.testimonials-container .rsArrow {
  z-index: 9;
  position: absolute;
  top: 60px;
}
/* line 6356, style.scss */
.testimonials-container .rsArrow.rsArrowRight .rsArrowIcn:before, .testimonials-container .rsArrow.rsArrowLeft .rsArrowIcn:before {
  color: #c4c4c4;
  width: 30px;
  height: 30px;
  font-size: 30px;
}
/* line 6362, style.scss */
.testimonials-container .rsArrow.rsArrowLeft .rsArrowIcn:before {
  left: 0px;
}
/* line 6366, style.scss */
.testimonials-container .rsArrow.rsArrowRight {
  right: 0px;
}
/* line 6369, style.scss */
.testimonials-container .rsArrow.rsArrowRight .rsArrowIcn:before {
  right: 0px;
}

/* line 6376, style.scss */
.widget.full-width .widget-title {
  text-align: center;
}

/* line 6380, style.scss */
.rsVideoContainer video.flo_video {
  z-index: 0;
}
/* line 6385, style.scss */
.rsVideoContainer.active-me-player .rsBtnCenterer {
  display: none;
}
/* line 6388, style.scss */
.rsVideoContainer .mejs-container {
  width: 100% !important;
  height: 100% !important;
}
/* line 6391, style.scss */
.rsVideoContainer .mejs-container .mejs-controls {
  max-width: 1200px !important;
  margin-right: auto;
  margin-left: auto;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 6400, style.scss */
.rsVideoContainer .mejs-container .mejs-overlay {
  width: 100% !important;
  height: 100% !important;
}

/* line 6412, style.scss */
.crowd-full-screen-slider .slide-video.fullslider .flo_video, #main-slideshow .royalSlider .slide-video.fullslider .flo_video {
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 6417, style.scss */
.crowd-full-screen-slider .slide-video:not(.fullslider) .flo_video, #main-slideshow .royalSlider .slide-video:not(.fullslider) .flo_video {
  margin: auto;
}

/*Static Twitter widget*/
/* line 6427, style.scss */
.tweet_item {
  display: none;
  margin-bottom: 1px;
  opacity: 0;
}

/* line 6428, style.scss */
.static .flo_twitter .tweet_item {
  padding: 1px 0 5px 0;
  opacity: 1;
  display: block;
}

/* line 6429, style.scss */
.static .flo_twitter .tweet_item:first-child {
  padding-top: 0;
}

/* line 6430, style.scss */
.static .flo_twitter p {
  width: auto;
  max-width: none;
}

/* line 6431, style.scss */
.static .slides_container {
  padding: 0;
}

/* line 6432, style.scss */
.tweet_item .tweet-time {
  display: block;
}

/* instagram wdget */
/* line 6435, style.scss */
.insta-profile-btn {
  font-family: 'Georgia';
}

@media only screen and (max-width: 641px) {
  /* line 6441, style.scss */
  .crowd-descktop-logo {
    display: none;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* min-width 641px, medium screens */
  /* line 6450, style.scss */
  .crowd-full-screen .crowd-push, .crowd-full-width .crowd-push {
    display: none;
  }
  /* line 6454, style.scss */
  .crowd-full-screen .crowd-full, .crowd-full-width .crowd-full {
    position: relative;
  }

  /* line 6459, style.scss */
  .logo-inside-menu .site-identity {
    width: auto;
    height: auto;
    position: relative;
  }

  /* line 6466, style.scss */
  .crowd-full-screen.f-topbar-fixed {
    margin-top: 0px !important;
  }
  /* line 6470, style.scss */
  .crowd-full-screen.crowd-header-over .crowd-push {
    margin-bottom: 30px !important;
  }

  /* line 6477, style.scss */
  .crowd-full-screen.header_style4 .crowd-push {
    display: block;
  }
  /* line 6480, style.scss */
  .crowd-full-screen.header_style4 .crowd-full {
    position: fixed;
  }
  /* line 6484, style.scss */
  .crowd-full-screen.header_style4.flo-no-paralax .crowd-full {
    position: absolute;
  }
  /* line 6488, style.scss */
  .crowd-full-screen.header_style4.crowd-header-over.f-topbar-fixed .sticky-holder {
    margin-top: 0px !important;
  }

  /* line 6494, style.scss */
  .menu-item.logo-inside {
    display: none;
  }

  /* line 6498, style.scss */
  .f-topbar-fixed.mobile-header-two.crowd-mobile-menu.crowd-header-over .sticky-holder,
  .mobile-header-two.crowd-mobile-menu.crowd-header-top .sticky-holder,
  .f-topbar-fixed.crowd-header-bottom .sticky-holder {
    margin-top: 0px !important;
  }
}
/*phones - portrait*/
@media only screen and (max-device-width: 400px) and (orientation: portrait) {
  /* line 6511, style.scss */
  .crowd-full-screen .sticky-holder, .crowd-full-width .sticky-holder {
    margin-top: 0px !important;
  }
}
/* =======================Bof Slick slider  =======================*/
/* Slider */
/* Slider */
/* line 6519, style.scss */
.slick-loading .slick-list {
  background: white url("../slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 6534, style.scss */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 6556, style.scss */
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
}

/* line 6561, style.scss */
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

/* line 6565, style.scss */
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 6569, style.scss */
.slick-prev {
  left: 25px;
}

/* line 6573, style.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: 25px;
}

/* line 6580, style.scss */
.slick-next {
  right: 25px;
}

/* line 6584, style.scss */
[dir="rtl"] .slick-next {
  left: 25px;
  right: auto;
}

/* Dots */
/* line 6590, style.scss */
.slick-slider {
  margin-bottom: 30px;
}

/* line 6594, style.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 6610, style.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}

/* line 6619, style.scss */
.slick-list:focus {
  outline: none;
}

/* line 6623, style.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 6628, style.scss */
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 6634, style.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
}

/* line 6642, style.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 6647, style.scss */
.slick-track:after {
  clear: both;
}

/* line 6651, style.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 6655, style.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 6662, style.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 6666, style.scss */
.slick-slide img {
  display: block;
}

/* line 6670, style.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 6674, style.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 6678, style.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 6682, style.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 6686, style.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 6692, style.scss */
.flo-slick-slider {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  height: 500px;
  /*change this hardcoded value*/
}

/* line 6700, style.scss */
.slider .slide {
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  height: inherit;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  text-align: center;
}

/* line 6710, style.scss */
.slider .slide img {
  display: inline-block;
  width: auto;
  max-height: 100%;
}

/* line 6716, style.scss */
.slick-slide .info {
  display: none;
}
@media only screen and (min-width: 1025px) {
  /* line 6721, style.scss */
  .slick-slide.slick-active.slick-center .info {
    display: block;
  }
}

/* line 6727, style.scss */
.slide-content-inner .post-content {
  word-wrap: break-word;
}

/* =======================  EOF Slick slider  =======================*/
