@font-face {
  font-family: 'Klavika Light';
  src: url("../fonts/KlavikaWebBasicLight/KlavikaWebBasicLight.eot");
  src: url("../fonts/KlavikaWebBasicLight/KlavikaWebBasicLight.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicLight/KlavikaWebBasicLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika Regular';
  src: url("../fonts/KlavikaWebBasicRegular_EOT/KlavikaWebBasicRegular.eot");
  src: url("../fonts/KlavikaWebBasicRegular_EOT/KlavikaWebBasicRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicRegular_WOFF/KlavikaWebBasicRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika Medium';
  src: url("../fonts/KlavikaWebBasicMedium/KlavikaWebBasicMedium.eot");
  src: url("../fonts/KlavikaWebBasicMedium/KlavikaWebBasicMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicMedium/KlavikaWebBasicMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika Bold';
  src: url("../fonts/KlavikaWebBasicBold/KlavikaWebBasicBold.eot");
  src: url("../fonts/KlavikaWebBasicBold/KlavikaWebBasicBold.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicBold/KlavikaWebBasicBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika Light';
  src: url("../fonts/KlavikaWebBasicLight/KlavikaWebBasicLight.eot");
  src: url("../fonts/KlavikaWebBasicLight/KlavikaWebBasicLight.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicLight/KlavikaWebBasicLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika Regular';
  src: url("../fonts/KlavikaWebBasicRegular_EOT/KlavikaWebBasicRegular.eot");
  src: url("../fonts/KlavikaWebBasicRegular_EOT/KlavikaWebBasicRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicRegular_WOFF/KlavikaWebBasicRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika Medium';
  src: url("../fonts/KlavikaWebBasicMedium/KlavikaWebBasicMedium.eot");
  src: url("../fonts/KlavikaWebBasicMedium/KlavikaWebBasicMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicMedium/KlavikaWebBasicMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika Bold';
  src: url("../fonts/KlavikaWebBasicBold/KlavikaWebBasicBold.eot");
  src: url("../fonts/KlavikaWebBasicBold/KlavikaWebBasicBold.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicBold/KlavikaWebBasicBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Layout
 * ------
 * Using a negative margin technique, adapted from ZEN. The page is loaded by this order:
 *
 * 1. Header
 * 2. Content
 * 3. Navigation menus
 * 4. Sidebar Left
 * 5. Sideabr Right */
/* remove 'auto' and the width to switch to a fluid width */
/* line 15, ../scss/layout.scss */
#page {
  max-width: 1130px;
  margin: 0 auto;
}

/* Layout rules. (Disclaimer: do not change if you're not sure you know what you're doing.) */
/* line 21, ../scss/layout.scss */
#content {
  float: left;
  width: 100%;
  margin-right: -100%;
  padding: 0;
}
/* line 27, ../scss/layout.scss */
#content #content-inner {
  padding-left: 27px;
  padding-right: 27px;
}

/* line 33, ../scss/layout.scss */
.sidebar {
  float: left;
}

/* line 37, ../scss/layout.scss */
#sidebar-first {
  background: url("../images/vertical_sidebar_separator.png") right top repeat-y;
  margin-top: 63px;
}
/* line 41, ../scss/layout.scss */
#sidebar-first #sidebar-first-inner {
  padding-left: 23px;
  padding-right: 27px;
}
/* line 44, ../scss/layout.scss */
#sidebar-first #sidebar-first-inner .block {
  margin-bottom: 20px;
}

/* line 50, ../scss/layout.scss */
#sidebar-second {
  float: right;
  background: url("../images/vertical_sidebar_separator.png") left top repeat-y;
  margin-top: 63px;
}
/* line 55, ../scss/layout.scss */
#sidebar-second #sidebar-second-inner {
  padding-right: 23px;
  padding-left: 27px;
}
/* line 58, ../scss/layout.scss */
#sidebar-second #sidebar-second-inner .block {
  margin-bottom: 20px;
}

/* line 64, ../scss/layout.scss */
#footer {
  float: none;
  clear: both;
}

/* Layout Helpers */
/* line 74, ../scss/layout.scss */
#header,
#footer,
.mission,
.breadcrumb,
.node {
  clear: both;
}

/* Sidebars width
 * --------------
 * Changing the width of the sidebars is dead easy, just change the
 * values below corresponding to the sidebar you want to modify.
 * Make sure you keep negative values as negative values.
 * For example, if I want to increase the width of the left sidebar
 * to 300px, I would have to change each '190' to '300'. */
/* line 89, ../scss/layout.scss */
.two-sidebars .center,
.sidebar-first .center {
  margin-left: 24.34%;
}

/* line 95, ../scss/layout.scss */
#sidebar-first {
  width: 24.34%;
  margin-right: -24.34%;
}

/* line 102, ../scss/layout.scss */
.two-sidebars .center,
.sidebar-second .center {
  margin-right: 24.34%;
}

/* line 109, ../scss/layout.scss */
#sidebar-second {
  width: 24.34%;
}

/* Columns Inner
 * -------------
 * You can change the padding inside the columns without changing the
 * width of them by just usinbg the INNER div of each column */
/* line 117, ../scss/layout.scss */
.inner {
  padding: 0;
}

/* Navigation styles
 * -----------------
 * The navigation is loaded after the content, so we need to make space
 * for it, equal to its height, so if you change the height of the navigation,
 * remember to adapt the margin top of the content and sidebars. */
/* line 126, ../scss/layout.scss */
#navigation {
  float: left;
  margin-left: 0;
  margin-right: -100%;
  padding: 0;
  width: 100%;
  height: 40px;
}

/* line 138, ../scss/layout.scss */
.with-navigation #content,
.with-navigation .sidebar {
  margin-top: 40px;
}
