/*------------------------------------------------------------------------- 
	Author : Mithicher Baro
	Twitter: @mithicher
--------------------------------------------------------------------------*/
/*-----------------------------------------------------
	Settings
-----------------------------------------------------*/
/* Width */
/* Break Points */
/* Colors */
/* Base Font-size */
/* Typography */
/* Text color */
/* $global-padding */
/* Selection Color*/
/* Links */
/* hr */
/* Buttons */
/* Base Radius */
/* Transition */
/*-----------------------------------------------------
  Helpers
-----------------------------------------------------*/
@import "http://fonts.googleapis.com/css?family=Muli";
@import "http://fonts.googleapis.com/css?family=Playfair+Display:700";
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.align-left {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em; }

.align-right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em; }

.clearfix {
  overflow: hidden;
  *zoom: 1; }

.radius {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.circled {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.has-padding-tb {
  padding-top: 1.40625em;
  padding-bottom: 1.40625em; }

.has-padding-tb-lg {
  padding-top: 2.8125em;
  padding-bottom: 2.8125em; }

.has-padding-bottom {
  padding-bottom: 2.8125em; }

.has-border-bottom {
  border-bottom: 1px dashed #e6e6e6; }

.margin-top {
  margin-top: 1.40625em; }

.bg-white {
  background-color: #fff; }

/*----------------------------------------------------- 
  Mixins
-----------------------------------------------------*/
/*----------------------------------------------------- 
  Normalize
-----------------------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
  resize: vertical; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Apply a natural box layout model to all elements */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*----------------------------------------------------- 
	Fonts 
-----------------------------------------------------*/
@font-face {
  font-family: "LibreBaskerville-Regular";
  src: url("../fonts/LibreBaskerville-Regular.eot");
  src: url("../fonts/LibreBaskerville-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/LibreBaskerville-Regular.woff") format("woff"), url("../fonts/LibreBaskerville-Regular.ttf") format("truetype"), url("../fonts/LibreBaskerville-Regular.svg#LibreBaskerville-Regular") format("svg"); }
@font-face {
  font-family: "ubunturegular";
  src: url("../fonts/ubuntu-r-webfont.eot");
  src: url("../fonts/ubuntu-r-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-r-webfont.woff") format("woff"), url("../fonts/ubuntu-r-webfont.ttf") format("truetype"), url("../fonts/ubuntu-r-webfont.svg#ubunturegular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*----------------------------------------------------- 
  Foundation 5 Grids
-----------------------------------------------------*/
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row.collapse .row {
  margin-left: 0;
  margin-right: 0; }

.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none; }

.row .row:before, .row .row:after {
  content: " ";
  display: table; }

.row .row:after {
  clear: both; }

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none; }

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table; }

.row .row.collapse:after {
  clear: both; }

.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table; }

[class*="block-grid-"]:after {
  clear: both; }

[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }

  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }

  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }

  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }

  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }

  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }

  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }

  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }

  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }

  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }

  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }

  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }

  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }

  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }

  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }

  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }

  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }

  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }

  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }

  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }

  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }

  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }

  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }

  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }

  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }

  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }

  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }

  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }

  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }

  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }

  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }

  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }

  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }

  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }

  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }

  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }

  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
/*----------------------------------------------------- 
  Breakpoints
-----------------------------------------------------*/
/*----------------------------------------------------- 
  Buttons
-----------------------------------------------------*/
.btn-default, .btn-default-outline {
  display: inline-block;
  margin: 0;
  outline: none;
  padding: 8px 32px;
  border: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1em;
  font-weight: 700;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-transform: capitalize;
  text-decoration: none;
  text-align: center;
  text-shadow: none;
  color: #fff;
  letter-spacing: 1px;
  vertical-align: middle;
  cursor: pointer; }
  .btn-default:hover, .btn-default-outline:hover {
    border: 0;
    outline: none; }

/* Normal Buttons */
.btn-default {
  border-color: #3f7ce9;
  background-color: cornflowerblue;
  color: #fff; }
  .btn-default:hover {
    background-color: #3f7ce9;
    color: #fff; }
  .btn-default:active {
    background-color: #2d70e7;
    color: #fff; }

/* Ghost Buttons */
.btn-default-outline {
  -moz-box-shadow: 0 0 0 1px #3f7ce9 inset;
  -webkit-box-shadow: 0 0 0 1px #3f7ce9 inset;
  box-shadow: 0 0 0 1px #3f7ce9 inset;
  color: cornflowerblue;
  background: transparent; }
  .btn-default-outline:hover {
    background-color: #3f7ce9;
    color: #fff; }
  .btn-default-outline:active {
    background-color: #2d70e7;
    color: #fff; }

/* Button Sizes */
.btn-small {
  padding: 5px 20px; }

.btn-medium {
  padding: 8px 32px; }

.btn-large {
  padding: 12px 40px; }

/* Button Block */
.btn-full {
  width: 100%; }

/* Button Pill */
.btn-pill {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; }

/*----------------------------------------------------- 
  Divider
-----------------------------------------------------*/
hr {
  display: block;
  height: 1px;
  margin: 0.225em 0 1.40625em;
  border: none;
  background-color: #e6e6e6; }

hr.small {
  display: block;
  height: 2px;
  margin: 0.225em 0 1.40625em;
  border: none;
  background-color: #e6e6e6;
  width: 25%; }

.dashed {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dashed #e6e6e6;
  margin: 0.225em 0 1.40625em;
  padding: 0; }

/*-----------------------------------------------------
  Typography
-----------------------------------------------------*/
html,
button,
input,
select,
textarea {
  color: #444444; }

body,
button,
input {
  -webkit-font-smoothing: antialiased; }

img {
  max-width: 100%;
  height: auto; }

/* Selection */
::-webkit-selection {
  background: cornflowerblue;
  text-shadow: none; }

::-moz-selection {
  background: cornflowerblue;
  text-shadow: none; }

::selection {
  background: cornflowerblue;
  text-shadow: none; }

html {
  font-size: 80%; }
  @media only screen and (min-width: 30.063em) {
    html {
      font-size: 100%; } }

body {
  color: #444444;
  font-size: 0.9375em;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  line-height: 1.4; }

p, ul li, ol li {
  font-family: "Muli", Helvetica, Arial, sans-serif;
  line-height: 1.4; }

p {
  font-size: 0.9375em;
  margin-bottom: 1.40625em; }

a {
  color: cornflowerblue;
  text-decoration: none;
  border-bottom: 1px solid #ebebeb;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  a:hover {
    color: #5b8fec;
    border-bottom: 1px solid #5b8fec; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.4em; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.17em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 0.83em; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

blockquote {
  margin: 0;
  -moz-box-shadow: 0 0 2px #ddd;
  -webkit-box-shadow: 0 0 2px #ddd;
  box-shadow: 0 0 2px #ddd;
  color: #999999;
  font-size: 1.3rem;
  white-space: spacewrap; }
  blockquote:before {
    content: "\201C";
    display: inline-block;
    padding-right: .4em;
    font-family: "Playfair Display", Georgia, serif; }
  blockquote cite {
    display: block;
    font-size: 0.85rem;
    font-style: normal;
    color: #999999;
    margin-top: 0.825em;
    letter-spacing: 1px; }
    blockquote cite:before {
      content: "- "; }

.lead {
  font-size: 1.3rem; }

.dropcap:first-letter {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 700;
  font-size: 3.5rem;
  float: left;
  margin: 0.13em 0.1em 0 0;
  line-height: 0.7;
  color: #444444; }

.intro:first-line {
  text-transform: uppercase;
  letter-spacing: 2px; }

/*-----------------------------------------------------
	Lists
-----------------------------------------------------*/
ul, ol {
  padding: 0;
  margin: 0;
  font-size: 0.9375em; }

/* No bullets lists */
.no-bullets {
  margin: 0;
  padding-left: 0; }
  .no-bullets li {
    margin: 0;
    padding-left: 0;
    list-style-type: none; }

/* Inline lists */
.inline-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.inline-list li {
  display: inline;
  list-style-type: none;
  margin-right: 1.5%; }

/* Square lists */
.square {
  list-style-type: square; }

/* Circle lists */
.circle {
  list-style-type: circle; }

/* Disc lists */
.disc {
  list-style-type: disc; }

.square,
.circle,
.disc,
.no-bullets {
  margin-bottom: 1em; }

ol {
  padding-left: 1em; }

.square li,
.circle li,
.disc li,
ul li,
ol li {
  margin-left: 1em; }

/* List with border */
.list-has-border li {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 0.2em;
  padding-bottom: 0.2em; }

/*----------------------------------------------------- 
	Navigation
-----------------------------------------------------*/
.nav ul {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  background-color: white; }

.nav li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  display: inline;
  border-bottom: 1px solid #ededed;
  width: 50%; }

.nav li a {
  display: block;
  padding: 0.825em 1em;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  font-family: inherit;
  font-size: 0.9em;
  color: #444444;
  background-color: #ffffff;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out; }

.nav li a:hover {
  border: 0;
  box-shadow: none;
  color: cornflowerblue; }

.nav li a:active {
  outline: none; }

.nav .active {
  color: cornflowerblue;
  text-decoration: none; }

/* Toggle menu */
.toggle-menu {
  width: 42px;
  height: 40px;
  line-height: 40px;
  display: block;
  position: absolute;
  right: 0.125em;
  top: 0.6em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
  color: #999999;
  border: 0;
  background-color: whitesmoke;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.toggle-menu:hover {
  border: 0; }

@media only screen and (min-width: 48.063em) {
  .nav {
    margin-top: 1.40625em; }

  .nav ul {
    width: 100%;
    clear: both;
    overflow: hidden;
    display: block;
    position: static; }

  .nav li {
    display: inline;
    border: 0;
    width: auto;
    text-align: center; }
    .nav li:not(:last-child) {
      margin-right: 1.2em; }

  .nav li a {
    font-size: 0.85em;
    color: #444444;
    display: block;
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 0; }
    .nav li a:hover {
      color: cornflowerblue;
      -moz-box-shadow: 0 -3px 0 cornflowerblue inset;
      -webkit-box-shadow: 0 -3px 0 cornflowerblue inset;
      box-shadow: 0 -3px 0 cornflowerblue inset; }

  .nav .active {
    color: cornflowerblue;
    -moz-box-shadow: 0 -3px 0 cornflowerblue inset;
    -webkit-box-shadow: 0 -3px 0 cornflowerblue inset;
    box-shadow: 0 -3px 0 cornflowerblue inset; }

  /* Toggle-menu */
  .toggle-menu {
    display: none; } }
/*----------------------------------------------------- 
	hero styles
-----------------------------------------------------*/
/*-----------------------------------------------------
	Theme
-----------------------------------------------------*/
body {
  background-color: #f9f9f8; }

html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 80px; }

/*--------------------------------------------------
	Typography
----------------------------------------------------*/
h1 {
  color: cornflowerblue; }

h4 {
  text-transform: uppercase;
  letter-spacing: 1px; }

/*--------------------------------------------------
	Site Header
----------------------------------------------------*/
.site-header {
  position: relative;
  border-top: 3px solid cornflowerblue;
  background-color: #ffffff; 
  padding-top: 1.40625em; }
  .site-header img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .site-header .brand {
    text-align: center; }
  .site-header .contact {
    padding-top: 1.40625em;
    position: relative; }
  @media only screen and (min-width: 48.063em) {
    .site-header img, .site-header .brand {
      float: left; }
    .site-header .contact {
      float: right;
      text-align: left; }
    .site-header img {
      margin-right: 2%; }
    .site-header .brand {
      text-align: left; } }
  .site-header h2 {
    margin-top: 0.83em;
    margin-bottom: 0; }
    .site-header h2 a {
      text-decoration: none;
      border: 0; }
      .site-header h2 a:hover {
        border: 0; }
  .site-header p {
    margin: 0;
    padding-bottom: 0.325em;
    border-bottom: 1px solid #b3b3b3; }



/* Lists */
.disc li {
  color: cornflowerblue; }
  .disc li p {
    font-size: 0.875rem;
    color: #444444;
    margin-top: 0; }

/* Multi columns */
@media (min-width: 480px) {
  .multi-column {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em; } }
/*--------------------------------------------------- 
	Events 
---------------------------------------------------*/
.label {
  padding: 0.2em 1em;
  border-radius: 3px;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  text-transform: capitalize; }

.label-red {
  background-color: #E74C3C;
  color: white; }

.events span {
  display: block;
  color: cornflowerblue;
  font-size: 0.8em;
  margin-top: 0.6em; }

/*--------------------------------------------------- 
	Gallery
---------------------------------------------------*/
.gallery {
  display: block;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .gallery img {
    width: 100%;
    height: 400px; }

/*------------------------------------------------- 
	Aside 
-------------------------------------------------*/
.aside {
  padding: 0.825em 0; }
  .aside h5 {
    text-transform: uppercase;
    padding-bottom: 0.6em;
    border-bottom: 2px solid #e6e6e6;
    letter-spacing: 1px; }
  .aside .list-has-border a {
    border: 0;
    display: block;
    color: #999999; }
    .aside .list-has-border a:hover {
      color: #5b8fec; }
  .aside .no-bullets li {
    margin-bottom: 0.2em; }

/*--------------------------------------------------- 
	PhotoShow
---------------------------------------------------*/
.photoShow {
  position: relative;
  width: 230px;
  height: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.photoShowItem {
  position: absolute;
  z-index: 0; }

.photoShowItem img {
  width: 230px;
  height: 200px; }

.photo-previous {
  z-index: 1; }

.photo-current {
  z-index: 2; }

/*--------------------------------------------------- 
	Footer 
---------------------------------------------------*/
.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  background-color: #ffffff;
  border-top: 1px solid #fafafa; }
  .footer .site-info {
    margin: 0;
    line-height: 80px;
    font-size: 0.875rem;
    color: #999999; }

/*----------------------------------------------------- 
	conference styles
-----------------------------------------------------*/
.conference {
  background-color: whitesmoke;
  line-height: 1.5; }
  .conference .rwd-break {
    display: block; }
    @media only screen and (min-width: 30.063em) {
      .conference .rwd-break {
        display: inline; } }
  .conference h2 {
    overflow: hidden;
    text-align: center; }
  .conference h2::before,
  .conference h2::after {
    background-color: #999999;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 25%; }
  .conference h2::before {
    right: 0.5em;
    margin-left: -50%; }
  .conference h2::after {
    left: 0.5em;
    margin-right: -50%; }
  .conference .conference-hero {
    background-color: #222;
    text-align: center;
    padding-top: 7.03125em;
    padding-bottom: 7.03125em;
    position: relative; }
    .conference .conference-hero:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: url(../img/bg.jpg) no-repeat bottom center;
      -webkit-background-size: cover;
      background-size: cover;
      opacity: 0.6; }
    .conference .conference-hero .row {
      position: relative;
      z-index: 2; }
    .conference .conference-hero h1 {
      margin: 0.2em 0;
      color: #fff;
      font-size: 2.074em; }
    .conference .conference-hero h3 {
      margin: 0;
      color: #e74c3c;
      font-family: "Muli", Helvetica, Arial, sans-serif;
      font-weight: 400; }
    .conference .conference-hero img {
      display: inline-block;
      margin-top: 1.40625em;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
  .conference .no-bullets strong {
    text-transform: uppercase;
    margin-right: 3%; }
  .conference .text-dotted {
    color: #e74c3c;
    border-bottom: 1px dashed #e74c3c; }
