/** Grids **/
/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/
/* `Containers
----------------------------------------------------------------------------------------------------*/
/* line 12, ../sass/global/grid/_960.scss */
.container_12,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
/* line 36, ../sass/global/grid/_960.scss */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 57, ../sass/global/grid/_960.scss */
.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
  position: relative;
}

/* line 62, ../sass/global/grid/_960.scss */
.container_12 .grid_3,
.container_16 .grid_4 {
  width: 220px;
}

/* line 67, ../sass/global/grid/_960.scss */
.container_12 .grid_6,
.container_16 .grid_8 {
  width: 460px;
}

/* line 72, ../sass/global/grid/_960.scss */
.container_12 .grid_9,
.container_16 .grid_12 {
  width: 700px;
}

/* line 77, ../sass/global/grid/_960.scss */
.container_12 .grid_12,
.container_16 .grid_16 {
  width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
/* line 84, ../sass/global/grid/_960.scss */
.alpha {
  margin-left: 0;
}

/* line 88, ../sass/global/grid/_960.scss */
.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
/* line 95, ../sass/global/grid/_960.scss */
.container_12 .grid_1 {
  width: 60px;
}

/* line 99, ../sass/global/grid/_960.scss */
.container_12 .grid_2 {
  width: 140px;
}

/* line 103, ../sass/global/grid/_960.scss */
.container_12 .grid_4 {
  width: 300px;
}

/* line 107, ../sass/global/grid/_960.scss */
.container_12 .grid_5 {
  width: 380px;
}

/* line 111, ../sass/global/grid/_960.scss */
.container_12 .grid_7 {
  width: 540px;
}

/* line 115, ../sass/global/grid/_960.scss */
.container_12 .grid_8 {
  width: 620px;
}

/* line 119, ../sass/global/grid/_960.scss */
.container_12 .grid_10 {
  width: 780px;
}

/* line 123, ../sass/global/grid/_960.scss */
.container_12 .grid_11 {
  width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/
/* line 130, ../sass/global/grid/_960.scss */
.container_16 .grid_1 {
  width: 40px;
}

/* line 134, ../sass/global/grid/_960.scss */
.container_16 .grid_2 {
  width: 100px;
}

/* line 138, ../sass/global/grid/_960.scss */
.container_16 .grid_3 {
  width: 160px;
}

/* line 142, ../sass/global/grid/_960.scss */
.container_16 .grid_5 {
  width: 280px;
}

/* line 146, ../sass/global/grid/_960.scss */
.container_16 .grid_6 {
  width: 340px;
}

/* line 150, ../sass/global/grid/_960.scss */
.container_16 .grid_7 {
  width: 400px;
}

/* line 154, ../sass/global/grid/_960.scss */
.container_16 .grid_9 {
  width: 520px;
}

/* line 158, ../sass/global/grid/_960.scss */
.container_16 .grid_10 {
  width: 580px;
}

/* line 162, ../sass/global/grid/_960.scss */
.container_16 .grid_11 {
  width: 640px;
}

/* line 166, ../sass/global/grid/_960.scss */
.container_16 .grid_13 {
  width: 760px;
}

/* line 170, ../sass/global/grid/_960.scss */
.container_16 .grid_14 {
  width: 820px;
}

/* line 174, ../sass/global/grid/_960.scss */
.container_16 .grid_15 {
  width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
/* line 182, ../sass/global/grid/_960.scss */
.container_12 .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px;
}

/* line 187, ../sass/global/grid/_960.scss */
.container_12 .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px;
}

/* line 192, ../sass/global/grid/_960.scss */
.container_12 .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
/* line 199, ../sass/global/grid/_960.scss */
.container_12 .prefix_1 {
  padding-left: 80px;
}

/* line 203, ../sass/global/grid/_960.scss */
.container_12 .prefix_2 {
  padding-left: 160px;
}

/* line 207, ../sass/global/grid/_960.scss */
.container_12 .prefix_4 {
  padding-left: 320px;
}

/* line 211, ../sass/global/grid/_960.scss */
.container_12 .prefix_5 {
  padding-left: 400px;
}

/* line 215, ../sass/global/grid/_960.scss */
.container_12 .prefix_7 {
  padding-left: 560px;
}

/* line 219, ../sass/global/grid/_960.scss */
.container_12 .prefix_8 {
  padding-left: 640px;
}

/* line 223, ../sass/global/grid/_960.scss */
.container_12 .prefix_10 {
  padding-left: 800px;
}

/* line 227, ../sass/global/grid/_960.scss */
.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
/* line 234, ../sass/global/grid/_960.scss */
.container_16 .prefix_1 {
  padding-left: 60px;
}

/* line 238, ../sass/global/grid/_960.scss */
.container_16 .prefix_2 {
  padding-left: 120px;
}

/* line 242, ../sass/global/grid/_960.scss */
.container_16 .prefix_3 {
  padding-left: 180px;
}

/* line 246, ../sass/global/grid/_960.scss */
.container_16 .prefix_5 {
  padding-left: 300px;
}

/* line 250, ../sass/global/grid/_960.scss */
.container_16 .prefix_6 {
  padding-left: 360px;
}

/* line 254, ../sass/global/grid/_960.scss */
.container_16 .prefix_7 {
  padding-left: 420px;
}

/* line 258, ../sass/global/grid/_960.scss */
.container_16 .prefix_9 {
  padding-left: 540px;
}

/* line 262, ../sass/global/grid/_960.scss */
.container_16 .prefix_10 {
  padding-left: 600px;
}

/* line 266, ../sass/global/grid/_960.scss */
.container_16 .prefix_11 {
  padding-left: 660px;
}

/* line 270, ../sass/global/grid/_960.scss */
.container_16 .prefix_13 {
  padding-left: 780px;
}

/* line 274, ../sass/global/grid/_960.scss */
.container_16 .prefix_14 {
  padding-left: 840px;
}

/* line 278, ../sass/global/grid/_960.scss */
.container_16 .prefix_15 {
  padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
/* line 286, ../sass/global/grid/_960.scss */
.container_12 .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px;
}

/* line 291, ../sass/global/grid/_960.scss */
.container_12 .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px;
}

/* line 296, ../sass/global/grid/_960.scss */
.container_12 .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
/* line 303, ../sass/global/grid/_960.scss */
.container_12 .suffix_1 {
  padding-right: 80px;
}

/* line 307, ../sass/global/grid/_960.scss */
.container_12 .suffix_2 {
  padding-right: 160px;
}

/* line 311, ../sass/global/grid/_960.scss */
.container_12 .suffix_4 {
  padding-right: 320px;
}

/* line 315, ../sass/global/grid/_960.scss */
.container_12 .suffix_5 {
  padding-right: 400px;
}

/* line 319, ../sass/global/grid/_960.scss */
.container_12 .suffix_7 {
  padding-right: 560px;
}

/* line 323, ../sass/global/grid/_960.scss */
.container_12 .suffix_8 {
  padding-right: 640px;
}

/* line 327, ../sass/global/grid/_960.scss */
.container_12 .suffix_10 {
  padding-right: 800px;
}

/* line 331, ../sass/global/grid/_960.scss */
.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
/* line 338, ../sass/global/grid/_960.scss */
.container_16 .suffix_1 {
  padding-right: 60px;
}

/* line 342, ../sass/global/grid/_960.scss */
.container_16 .suffix_2 {
  padding-right: 120px;
}

/* line 346, ../sass/global/grid/_960.scss */
.container_16 .suffix_3 {
  padding-right: 180px;
}

/* line 350, ../sass/global/grid/_960.scss */
.container_16 .suffix_5 {
  padding-right: 300px;
}

/* line 354, ../sass/global/grid/_960.scss */
.container_16 .suffix_6 {
  padding-right: 360px;
}

/* line 358, ../sass/global/grid/_960.scss */
.container_16 .suffix_7 {
  padding-right: 420px;
}

/* line 362, ../sass/global/grid/_960.scss */
.container_16 .suffix_9 {
  padding-right: 540px;
}

/* line 366, ../sass/global/grid/_960.scss */
.container_16 .suffix_10 {
  padding-right: 600px;
}

/* line 370, ../sass/global/grid/_960.scss */
.container_16 .suffix_11 {
  padding-right: 660px;
}

/* line 374, ../sass/global/grid/_960.scss */
.container_16 .suffix_13 {
  padding-right: 780px;
}

/* line 378, ../sass/global/grid/_960.scss */
.container_16 .suffix_14 {
  padding-right: 840px;
}

/* line 382, ../sass/global/grid/_960.scss */
.container_16 .suffix_15 {
  padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/
/* line 390, ../sass/global/grid/_960.scss */
.container_12 .push_3,
.container_16 .push_4 {
  left: 240px;
}

/* line 395, ../sass/global/grid/_960.scss */
.container_12 .push_6,
.container_16 .push_8 {
  left: 480px;
}

/* line 400, ../sass/global/grid/_960.scss */
.container_12 .push_9,
.container_16 .push_12 {
  left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
/* line 407, ../sass/global/grid/_960.scss */
.container_12 .push_1 {
  left: 80px;
}

/* line 411, ../sass/global/grid/_960.scss */
.container_12 .push_2 {
  left: 160px;
}

/* line 415, ../sass/global/grid/_960.scss */
.container_12 .push_4 {
  left: 320px;
}

/* line 419, ../sass/global/grid/_960.scss */
.container_12 .push_5 {
  left: 400px;
}

/* line 423, ../sass/global/grid/_960.scss */
.container_12 .push_7 {
  left: 560px;
}

/* line 427, ../sass/global/grid/_960.scss */
.container_12 .push_8 {
  left: 640px;
}

/* line 431, ../sass/global/grid/_960.scss */
.container_12 .push_10 {
  left: 800px;
}

/* line 435, ../sass/global/grid/_960.scss */
.container_12 .push_11 {
  left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
/* line 442, ../sass/global/grid/_960.scss */
.container_16 .push_1 {
  left: 60px;
}

/* line 446, ../sass/global/grid/_960.scss */
.container_16 .push_2 {
  left: 120px;
}

/* line 450, ../sass/global/grid/_960.scss */
.container_16 .push_3 {
  left: 180px;
}

/* line 454, ../sass/global/grid/_960.scss */
.container_16 .push_5 {
  left: 300px;
}

/* line 458, ../sass/global/grid/_960.scss */
.container_16 .push_6 {
  left: 360px;
}

/* line 462, ../sass/global/grid/_960.scss */
.container_16 .push_7 {
  left: 420px;
}

/* line 466, ../sass/global/grid/_960.scss */
.container_16 .push_9 {
  left: 540px;
}

/* line 470, ../sass/global/grid/_960.scss */
.container_16 .push_10 {
  left: 600px;
}

/* line 474, ../sass/global/grid/_960.scss */
.container_16 .push_11 {
  left: 660px;
}

/* line 478, ../sass/global/grid/_960.scss */
.container_16 .push_13 {
  left: 780px;
}

/* line 482, ../sass/global/grid/_960.scss */
.container_16 .push_14 {
  left: 840px;
}

/* line 486, ../sass/global/grid/_960.scss */
.container_16 .push_15 {
  left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/
/* line 494, ../sass/global/grid/_960.scss */
.container_12 .pull_3,
.container_16 .pull_4 {
  left: -240px;
}

/* line 499, ../sass/global/grid/_960.scss */
.container_12 .pull_6,
.container_16 .pull_8 {
  left: -480px;
}

/* line 504, ../sass/global/grid/_960.scss */
.container_12 .pull_9,
.container_16 .pull_12 {
  left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
/* line 511, ../sass/global/grid/_960.scss */
.container_12 .pull_1 {
  left: -80px;
}

/* line 515, ../sass/global/grid/_960.scss */
.container_12 .pull_2 {
  left: -160px;
}

/* line 519, ../sass/global/grid/_960.scss */
.container_12 .pull_4 {
  left: -320px;
}

/* line 523, ../sass/global/grid/_960.scss */
.container_12 .pull_5 {
  left: -400px;
}

/* line 527, ../sass/global/grid/_960.scss */
.container_12 .pull_7 {
  left: -560px;
}

/* line 531, ../sass/global/grid/_960.scss */
.container_12 .pull_8 {
  left: -640px;
}

/* line 535, ../sass/global/grid/_960.scss */
.container_12 .pull_10 {
  left: -800px;
}

/* line 539, ../sass/global/grid/_960.scss */
.container_12 .pull_11 {
  left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
/* line 546, ../sass/global/grid/_960.scss */
.container_16 .pull_1 {
  left: -60px;
}

/* line 550, ../sass/global/grid/_960.scss */
.container_16 .pull_2 {
  left: -120px;
}

/* line 554, ../sass/global/grid/_960.scss */
.container_16 .pull_3 {
  left: -180px;
}

/* line 558, ../sass/global/grid/_960.scss */
.container_16 .pull_5 {
  left: -300px;
}

/* line 562, ../sass/global/grid/_960.scss */
.container_16 .pull_6 {
  left: -360px;
}

/* line 566, ../sass/global/grid/_960.scss */
.container_16 .pull_7 {
  left: -420px;
}

/* line 570, ../sass/global/grid/_960.scss */
.container_16 .pull_9 {
  left: -540px;
}

/* line 574, ../sass/global/grid/_960.scss */
.container_16 .pull_10 {
  left: -600px;
}

/* line 578, ../sass/global/grid/_960.scss */
.container_16 .pull_11 {
  left: -660px;
}

/* line 582, ../sass/global/grid/_960.scss */
.container_16 .pull_13 {
  left: -780px;
}

/* line 586, ../sass/global/grid/_960.scss */
.container_16 .pull_14 {
  left: -840px;
}

/* line 590, ../sass/global/grid/_960.scss */
.container_16 .pull_15 {
  left: -900px;
}

/** Normalize **/
/*
 RESET STYLESHEET V1.1 | 2012-10-29

 reset.css contains a reset, font normalization and some base styles.

 much inspiration was taken from these projects:
 http://meyerweb.com/eric/tools/css/reset/
 yui.yahooapis.com/2.8.1/build/base/base.css
 camendesign.com/design/
 praegnanz.de/weblog/htmlcssjs-kickstart
 normalize.css - http://github.com/necolas/normalize.css
 */
/*
 * Reset
 */
/* line 18, ../sass/global/_reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*
 * always force a scrollbar in non-IE:
 */
/* line 32, ../sass/global/_reset.scss */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/*
 * `HTML5 display definitions
 * ----------------------------------------------------------------------------------------------------*/
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 46, ../sass/global/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 54, ../sass/global/_reset.scss */
audio, canvas, video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 63, ../sass/global/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 72, ../sass/global/_reset.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
 Typography
 ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 85, ../sass/global/_reset.scss */
h1 {
  font-size: 2em;
}

/*
 * Sets consistent quote types.
 */
/* line 93, ../sass/global/_reset.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 97, ../sass/global/_reset.scss */
abbr, acronym {
  border: 0;
  font-variant: normal;
}

/* line 102, ../sass/global/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 111, ../sass/global/_reset.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 120, ../sass/global/_reset.scss */
dfn {
  font-style: italic;
}

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, F3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 130, ../sass/global/_reset.scss */
img {
  border: 0;
  /* 1. */
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  /* 2. */
}

/*
 * Correct overflow not hidden in IE9
 */
/* line 140, ../sass/global/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/*
 * remember to highlight inserts somehow!
 */
/* line 148, ../sass/global/_reset.scss */
ins {
  text-decoration: none;
}

/* line 152, ../sass/global/_reset.scss */
del {
  text-decoration: line-through;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 160, ../sass/global/_reset.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, ../sass/global/_reset.scss */
sup {
  top: -0.5em;
}

/* line 171, ../sass/global/_reset.scss */
sub {
  bottom: -0.25em;
}

/*
 * www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/
 */
/* line 179, ../sass/global/_reset.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
  padding: 15px;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 191, ../sass/global/_reset.scss */
small {
  font-size: 80%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
/* line 201, ../sass/global/_reset.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 206, ../sass/global/_reset.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* `Links
 ----------------------------------------------------------------------------------------------------*/
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 218, ../sass/global/_reset.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 226, ../sass/global/_reset.scss */
a:active, a:hover {
  outline: 0;
}

/*
 * placeholder
 */
/* line 234, ../sass/global/_reset.scss */
::-webkit-input-placeholder {
  color: white;
}

/* line 237, ../sass/global/_reset.scss */
:-moz-placeholder {
  color: white;
}

/* line 240, ../sass/global/_reset.scss */
::-moz-placeholder {
  color: white;
}

/* line 243, ../sass/global/_reset.scss */
:-ms-input-placeholder {
  color: white;
}

/*
 * placeholderhack for chrome
 */
/* line 252, ../sass/global/_reset.scss */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

/* line 257, ../sass/global/_reset.scss */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

/* line 262, ../sass/global/_reset.scss */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* line 267, ../sass/global/_reset.scss */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

/* `Forms
 ----------------------------------------------------------------------------------------------------*/
/*
 * Corrects margin displayed oddly in IE6/7
 */
/* line 278, ../sass/global/_reset.scss */
form {
  margin: 0;
}

/*
 * Define consistent margin and padding
 */
/* line 286, ../sass/global/_reset.scss */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
/* line 296, ../sass/global/_reset.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
  /* 2 */
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
/* line 308, ../sass/global/_reset.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* line 313, ../sass/global/_reset.scss */
input, select {
  vertical-align: middle;
}

/* line 317, ../sass/global/_reset.scss */
input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* line 323, ../sass/global/_reset.scss */
input, textarea, select {
  *font-size: 100%;
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 */
/* line 332, ../sass/global/_reset.scss */
input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
}

/* line 338, ../sass/global/_reset.scss */
label, select {
  cursor: pointer;
  *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 347, ../sass/global/_reset.scss */
button[disabled], input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 356, ../sass/global/_reset.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *width: 13px;
  *height: 13px;
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 369, ../sass/global/_reset.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
/* line 382, ../sass/global/_reset.scss */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
 * 2. Corrects inner spacing displayed oddly in IE6/7
 */
/* line 394, ../sass/global/_reset.scss */
button, input {
  line-height: normal;
  /* 1 */
  *overflow: visible;
  /* 2 */
}

/*
 * make buttons play nice in IE:
 * www.viget.com/inspire/styling-the-button-element-in-internet-explorer/
 */
/* line 404, ../sass/global/_reset.scss */
button {
  width: auto;
  overflow: visible;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
/* line 413, ../sass/global/_reset.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * Corrects overlap and whitespace issue for buttons and inputs in IE6/7
 * Known issue: reintroduces inner spacing
 */
/* line 423, ../sass/global/_reset.scss */
table button, table input {
  *overflow: auto;
}

/*
 * Re-set default cursor for disabled elements
 */
/* line 431, ../sass/global/_reset.scss */
button[disabled], input[disabled] {
  cursor: default;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 440, ../sass/global/_reset.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* `Table
 ----------------------------------------------------------------------------------------------------*/
/* Remove most spacing between table cells.
 * Tables still need 'cellspacing="0"' in the markup
 */
/* line 451, ../sass/global/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* line 457, ../sass/global/_reset.scss */
td {
  vertical-align: top;
}

/* line 461, ../sass/global/_reset.scss */
caption, th {
  text-align: left;
}

/* `Table of Content
 ----------------------------------------------------------------------------------------------------
 #Typography
 #Links
 #Lists
 #Images
 #Misc */
/* `Basic HTML
 ----------------------------------------------------------------------------------------------------*/
/* line 105, ../../../../../../../fire.app/lib/ruby/compass_0.13/compass-0.13.alpha.4/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 87.5%;
  line-height: 1.42857em;
}

/* font normalization inspired by  from the YUI Library's fonts.css: developer.yahoo.com/yui/ */
/* line 17, ../sass/global/_basic.scss */
body {
  font-family: Arial, Helvetica, sans-serif;
  *font-size: small;
  color: white;
}

/* normalize monospace sizing
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
/* line 25, ../sass/global/_basic.scss */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* `Links
 ----------------------------------------------------------------------------------------------------*/
/* line 32, ../sass/global/_basic.scss */
a {
  color: white;
  text-decoration: underline;
}

/* line 37, ../sass/global/_basic.scss */
a:hover {
  color: white;
  text-decoration: none;
}

/* line 42, ../sass/global/_basic.scss */
hr {
  border: 0 white solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* line 49, ../sass/global/_basic.scss */
::-webkit-input-placeholder {
  color: white;
}

/* line 52, ../sass/global/_basic.scss */
:-moz-placeholder {
  color: white;
}

/* `Headings
 ----------------------------------------------------------------------------------------------------*/
/* line 59, ../sass/global/_basic.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: normal;
  color: white;
  word-wrap: break-word;
  text-rendering: optimizelegibility;
  margin-bottom: 35px;
}
/* line 66, ../sass/global/_basic.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  color: white;
}
/* line 69, ../sass/global/_basic.scss */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: white;
  text-decoration: none;
}

/* line 76, ../sass/global/_basic.scss */
h1 {
  font-size: 1.5em;
  line-height: 23px;
}

/* line 81, ../sass/global/_basic.scss */
h2 {
  font-size: 1.35714em;
  line-height: 21px;
}

/* line 86, ../sass/global/_basic.scss */
h3 {
  font-size: 1.21429em;
  line-height: 19px;
}

/* line 91, ../sass/global/_basic.scss */
h4 {
  font-size: 1.07143em;
  line-height: 17px;
}

/* line 96, ../sass/global/_basic.scss */
h5 {
  font-size: 1em;
  line-height: 16px;
}

/* line 101, ../sass/global/_basic.scss */
h6 {
  font-size: 0.92857em;
  line-height: 15px;
}

/* `Spacing
 ----------------------------------------------------------------------------------------------------*/
/* line 109, ../sass/global/_basic.scss */
ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0;
  margin-left: 20px;
}

/* line 114, ../sass/global/_basic.scss */
li {
  margin-left: 30px;
}

/* line 118, ../sass/global/_basic.scss */
p, dl, hr, ol, ul, pre, table, address, fieldset {
  margin-bottom: 15px;
  line-height: 1.42857em;
}

/* line 123, ../sass/global/_basic.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.35714em;
}

/* `Lists
 ----------------------------------------------------------------------------------------------------*/
/* line 132, ../sass/global/_basic.scss */
dl {
  margin-bottom: 20px;
}

/* line 136, ../sass/global/_basic.scss */
dt, dd {
  line-height: 1.35714em;
}

/* line 140, ../sass/global/_basic.scss */
dt {
  font-weight: bold;
}

/* line 144, ../sass/global/_basic.scss */
dd {
  margin-left: 10px;
}

/* line 148, ../sass/global/_basic.scss */
ol {
  list-style: decimal;
}

/* line 152, ../sass/global/_basic.scss */
ul {
  list-style: disc;
}

/** Helper Classes **/
/* line 2, ../sass/global/_helper.scss */
.pull-left,
.float-left {
  float: left;
}

/* line 7, ../sass/global/_helper.scss */
.pull-right,
.float-right {
  float: right;
}

/* line 11, ../sass/global/_helper.scss */
.group:before, .group:after {
  content: "";
  display: table;
}

/* line 12, ../sass/global/_helper.scss */
.group:after {
  clear: both;
}

/* line 13, ../sass/global/_helper.scss */
.ie6 .group {
  zoom: 1;
}

/* line 14, ../sass/global/_helper.scss */
.ie7 .group {
  zoom: 1;
}

/* line 16, ../sass/global/_helper.scss */
.strong {
  font-weight: bold;
}

/*
 * Faded out hr
 */
/* line 25, ../sass/global/_helper.scss */
hr.soften {
  height: 1px;
  margin: 70px 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00e6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 0;
}

/*
 * unstyled list items
 */
/* line 41, ../sass/global/_helper.scss */
ul.unstyled, ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/*
 * Chrome Frame Prompt
 */
/* line 50, ../sass/global/_helper.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*
 * Image replacement
 */
/* line 61, ../sass/global/_helper.scss */
.ir {
  border: 0;
  margin: 0;
  border: 0;
  font-size: 0 !important;
  line-height: 0 !important;
  text-shadow: none;
  color: transparent;
  background-color: transparent !important;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 76, ../sass/global/_helper.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 85, ../sass/global/_helper.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 102, ../sass/global/_helper.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 115, ../sass/global/_helper.scss */
.invisible {
  visibility: hidden;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
/* line 124, ../sass/global/_helper.scss */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
/* line 135, ../sass/global/_helper.scss */
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
/* line 151, ../sass/global/_helper.scss */
* html .clearfix,
*:first-child + html .clearfix {
  zoom: 1;
}

/** Sprites **/
/** Patterns **/
/** Table Styles **/
/* `Forms
 ----------------------------------------------------------------------------------------------------*/
/* line 18, ../sass/global/_forms.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  height: 32px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85714em;
  line-height: 1.42857em;
  color: white;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -moz-inline-stack;
  *zoom: 1;
  *display: inline;
  border-size: 1px;
  border-color: #494949;
  border-style: solid;
}

/*
 * hack retained to preserve specificity
 */
/* line 43, ../sass/global/_forms.scss */
select,
input,
textarea,
button {
  font: 99% sans-serif;
}

/* line 47, ../sass/global/_forms.scss */
select {
  width: 220px;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #494949;
}

/* line 57, ../sass/global/_forms.scss */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 63, ../sass/global/_forms.scss */
textarea {
  width: 580px;
  height: 150px;
  resize: vertical;
}

/* 
 * Warnings 
 */
/* line 73, ../sass/global/_forms.scss */
.form_warning {
  border-color: #FF0000 !important;
}

/* line 76, ../sass/global/_forms.scss */
label.form_warning {
  color: #FF0000 !important;
}

/* line 120, ../sass/global/_mixins.scss */
input.form_warning:-moz-placeholder {
  color: red;
}

/* line 121, ../sass/global/_mixins.scss */
input.form_warning::-moz-placeholder {
  color: red;
}

/* line 122, ../sass/global/_mixins.scss */
input.form_warning:-ms-input-placeholder {
  color: red;
}

/* line 123, ../sass/global/_mixins.scss */
input.form_warning::-webkit-input-placeholder {
  color: red;
}

/* line 124, ../sass/global/_mixins.scss */
textarea.form_warning:-moz-placeholder {
  color: red;
}

/* line 125, ../sass/global/_mixins.scss */
textarea.form_warning::-moz-placeholder {
  color: red;
}

/* line 126, ../sass/global/_mixins.scss */
textarea.form_warning:-ms-input-placeholder {
  color: red;
}

/* line 127, ../sass/global/_mixins.scss */
textarea.form_warning::-webkit-input-placeholder {
  color: red;
}

/* `CSS object classes 
----------------------------------------------------------------------------------------------------*/
/** the nav object **/
/* line 6, ../sass/global/objects/_nav.scss */
.nav ul {
  margin-bottom: 0;
}

/* line 7, ../sass/global/objects/_nav.scss */
.nav li {
  list-style: none;
  list-style-image: none;
  margin-left: 0;
}

/** nav object for horizontal navigations **/
/* line 14, ../sass/global/objects/_nav.scss */
.nav.horizontal ul,
.nav.horizontal li {
  display: inline;
}

/** nav object for horizontal navigations with divider
 *   1. divider style
 *   2. IE6, IE7 & IE8 content hack  
 */
/* line 21, ../sass/global/objects/_nav.scss */
.nav.horizontal.divider li:after,
.lt-ie9 .nav.horizontal.divider li .ie-after {
  content: "|";
  /* 1. */
  padding: 0 10px;
  display: inline-block;
  display: -moz-inline-stack;
  zoom: 1;
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = "|");
  /* 2. */
  *display: inline;
  font-style: normal;
}

/* line 32, ../sass/global/objects/_nav.scss */
.nav.horizontal.divider li:last-child:after,
.lt-ie9 .nav.horizontal.divider li:last-child .ie-after {
  content: "";
  background: none repeat scroll 0 0 transparent;
  padding-left: 0;
  /* IE6, IE7 & IE8 dont display content Hack ;)  */
  *color: transparent;
  *background-color: transparent;
  *font-size: 0;
  *line-height: 0;
}

/** nav object for breadcrumb, with divider **/
/* line 44, ../sass/global/objects/_nav.scss */
.nav.breadcrumb li {
  display: inline;
  margin-left: 20px;
}

/** 
 *  1. divider 
 *  2. IE6, IE7 & IE8 content hack  
 */
/* line 53, ../sass/global/objects/_nav.scss */
.nav.breadcrumb li:after,
.lt-ie9 .nav.breadcrumb li .ie-after {
  content: "\25B8";
  /* 1. */
  display: inline-block;
  display: -moz-inline-stack;
  zoom: 1;
  *display: inline;
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = "\25B8");
  /* 2. */
  font-size: 1.5em;
  font-style: normal;
  padding: 0 0 0 20px;
  vertical-align: middle;
}

/* line 66, ../sass/global/objects/_nav.scss */
.nav.breadcrumb li:last-child:after,
.lt-ie9 .nav.breadcrumb li:last-child .ie-after {
  content: "";
  /* IE6, IE7 & IE8 dont display content Hack ;)  */
  *color: transparent;
  *background-color: transparent;
  *font-size: 0;
  *line-height: 0;
}

/* line 74, ../sass/global/objects/_nav.scss */
.nav.breadcrumb li a {
  color: #2c4460 !important;
}

/** nav object for pagination **/
/* line 77, ../sass/global/objects/_nav.scss */
.nav.pagination {
  margin: 20px 0;
}

/* line 78, ../sass/global/objects/_nav.scss */
.nav.pagination ul {
  display: inline-block;
  display: -moz-inline-stack;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 92, ../sass/global/objects/_nav.scss */
.nav.pagination ul > li {
  display: inline;
}

/* 1. & 2. override with your color value */
/* line 94, ../sass/global/objects/_nav.scss */
.nav.pagination ul > li > a {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  /* 1. */
  border: 1px solid #dddddd;
  /* 2. */
  border-left-width: 0;
}

/* line 104, ../sass/global/objects/_nav.scss */
.nav.pagination ul > li > a:hover,
.nav.pagination ul > .active > a {
  background-color: #f5f5f5;
}

/* line 107, ../sass/global/objects/_nav.scss */
.nav.pagination ul > .active > a {
  color: #999999;
  cursor: default;
}

/* `IE6, IE7 & IE8 ::after polyfill ============================================= */
/* line 115, ../sass/global/objects/_nav.scss */
.lt-ie9 .nav.horizontal.divider li,
.lt-ie9 .nav.breadcrumb li {
  zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="ie-after" );
}

/* jQuery UI - v1.11.1 - 2014-10-07
* http://jqueryui.com
* Includes: core.css, accordion.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
/* line 8, ../sass/global/objects/_jquery-ui.scss */
.ui-helper-hidden {
  display: none;
}

/* line 11, ../sass/global/objects/_jquery-ui.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 21, ../sass/global/objects/_jquery-ui.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 32, ../sass/global/objects/_jquery-ui.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 37, ../sass/global/objects/_jquery-ui.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 40, ../sass/global/objects/_jquery-ui.scss */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

/* line 43, ../sass/global/objects/_jquery-ui.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

/* line 53, ../sass/global/objects/_jquery-ui.scss */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 60, ../sass/global/objects/_jquery-ui.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 69, ../sass/global/objects/_jquery-ui.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 81, ../sass/global/objects/_jquery-ui.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 88, ../sass/global/objects/_jquery-ui.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%;
}

/* line 97, ../sass/global/objects/_jquery-ui.scss */
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 100, ../sass/global/objects/_jquery-ui.scss */
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 103, ../sass/global/objects/_jquery-ui.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

/* line 109, ../sass/global/objects/_jquery-ui.scss */
.ui-accordion .ui-accordion-content {
  border-top: 0;
  overflow: auto;
}

/** Sections **/
/** Wrapper Styles **/
/* line 3, ../sass/global/wrapper/_wrapper.scss */
.wrapper {
  margin: 0 auto;
  max-width: 1920px;
}

/** Header Section Styles
 ---------------------------------------------------------------------------------------------------- **/
/* line 7, ../sass/global/header/_header.scss */
.header-inner {
  padding: 34px 0 22px;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}

/* line 12, ../sass/global/header/_header.scss */
.farbdesigner-logo {
  float: right;
}

/** Lang Switch Styles **/
/** Search Form Styles **/
/** Main Navigation Styles **/
/* line 4, ../sass/global/header/_nav.scss */
.accordion.main-menu h3.title {
  line-height: 34px;
  margin: 0;
}
/* line 7, ../sass/global/header/_nav.scss */
.accordion.main-menu h3.title.home {
  background-color: #16807f;
}
/* line 10, ../sass/global/header/_nav.scss */
.accordion.main-menu h3.title.leistungen {
  background-color: #625da0;
}
/* line 13, ../sass/global/header/_nav.scss */
.accordion.main-menu h3.title.referenzen {
  background-color: #e5bd00;
}
/* line 16, ../sass/global/header/_nav.scss */
.accordion.main-menu h3.title.kontakt {
  background-color: #d11b4b;
}
/* line 20, ../sass/global/header/_nav.scss */
.accordion.main-menu .accordion-headline {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}
/* line 26, ../sass/global/header/_nav.scss */
.accordion.main-menu .accordion-inner {
  background-color: #16807f;
  margin: 40px;
  padding: 28px;
  float: right;
  width: 588px;
}

/** Main Section Styles 
 ---------------------------------------------------------------------------------------------------- **/
/** Slider Styles **/
/** Content Styles **/
/** Sidebar Styles **/
/** Footer Section Sytles
 ---------------------------------------------------------------------------------------------------- **/
/* line 4, ../sass/global/footer/_footer.scss */
.footer {
  background-color: #16807f;
}

/* line 8, ../sass/global/footer/_footer.scss */
.footer-inner {
  padding: 24px 0 14px;
  font-size: 13px;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}

/* line 14, ../sass/global/footer/_footer.scss */
.copyright {
  padding-bottom: 21px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}

/* line 20, ../sass/global/footer/_footer.scss */
.footer-col2.colum-2 > a {
  margin-right: 33px;
  text-decoration: none;
}

/** Footer Navigation Styles **/
/** Redaxo **/
/** Redaxo Modul Styles **/
/** Text Eingabe Modul Styles **/
/* line 2, ../sass/redaxo/module/text_bild/_text_bild.scss */
.floatLeft {
  float: left;
  margin-right: 6px;
  margin-bottom: 4px;
}

/* line 7, ../sass/redaxo/module/text_bild/_text_bild.scss */
.floatRight {
  float: right;
  margin-left: 8px;
  margin-bottom: 5px;
}

/* line 12, ../sass/redaxo/module/text_bild/_text_bild.scss */
.normal {
  clear: both;
  margin-top: 10px;
}

/* line 16, ../sass/redaxo/module/text_bild/_text_bild.scss */
.floatLeft, .floatRight {
  margin-top: 0;
  vertical-align: text-bottom;
}

/* line 20, ../sass/redaxo/module/text_bild/_text_bild.scss */
.floatLeft, .floatRight, .normal {
  border: medium none;
}

/* line 25, ../sass/redaxo/module/text_bild/_text_bild.scss */
.grid-2-colum .colum-1 {
  width: 45%;
  float: left;
}
/* line 29, ../sass/redaxo/module/text_bild/_text_bild.scss */
.grid-2-colum .colum-2 {
  width: 45%;
  float: right;
}

/** TinyMCE Styles **/
/* line 3, ../sass/redaxo/module/tinymce/_tinymce.scss */
.fett {
  font-weight: bold;
  color: white;
}

/** XForm Styles **/
/** Overrides **/
/** Shame CSS Styles **/
/* line 3, ../sass/global/_shame.scss */
body.window {
  padding: 20px;
}
/* line 5, ../sass/global/_shame.scss */
body.window * {
  color: #000000;
}
