@charset "UTF-8";
/* Useful with form inputs and textareas */
/* Legacy support for inline-block in IE7 (maybe IE6) */
/*
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, .form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

h1 {
  font-size: 2.2em;
  line-height: 1;
  margin-bottom: 0.25em; }

h2 {
  font-size: 1.6em;
  line-height: 1.1;
  margin-bottom: 0.25em; }

h3 {
  font-size: 1.3em;
  line-height: 1;
  margin-bottom: 0.25em; }

h4 {
  font-size: 1.1em;
  line-height: 1.25;
  margin-bottom: 0.25em; }

h5 {
  font-size: 1em;
  margin-bottom: 0.25em; }

h6 {
  font-size: 1em;
  margin-bottom: 0.25em; }

/* Text elements */
p {
  margin-bottom: 1em; }

p.last {
  margin-bottom: 0; }

p img {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0; }

/* Use this if the image is at the top of the <p>. */
p img.top {
  margin-top: 0; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

address {
  font-style: italic;
  margin-top: 1.5em; }

del {
  color: #666; }

a {
  text-decoration: underline; }

blockquote {
  border-left: 4px solid #d1d1d1;
  color: #666;
  font-style: italic;
  margin: 1.5em 0;
  padding-left: 1em; }

strong {
  font-weight: bold; }

em,
dfn {
  font-style: italic; }

dfn {
  font-weight: bold; }

pre, code {
  margin: 1.5em 0;
  white-space: pre; }

pre, code, tt {
  font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace;
  line-height: 1.5; }

pre.code {
  background: #000;
  color: #fff;
  padding: 20px; }

tt {
  display: block;
  line-height: 1.5;
  margin: 1.5em 0; }

/* Forms */
/*removes dotted outline on submit buttons when clicking in firefox */
input[type="submit"]::-moz-focus-inner {
  border: none; }

form.button_to, .button_to.form, form.button_to div, .button_to.form div {
  display: inline; }

form ol, .form ol {
  list-style: none;
  margin: 0; }

form ol ol, .form ol ol {
  margin-left: 0; }

form ol li, .form ol li {
  list-style-position: outside;
  margin: 0; }

/*list-style-position fixes IE label margin bug*/
form ol ol li, .form ol ol li {
  list-style-position: outside;
  margin: 0 0 .25em 0; }

form ol li.error input, .form ol li.error input {
  background-color: #FBE3E4; }

form ol li.hidden, .form ol li.hidden {
  display: none; }

p.inline-errors {
  color: #D12F19;
  margin-bottom: 0.25em; }

form abbr, .form abbr {
  border-bottom: 0; }

.required label {
  font-weight: bold; }

.checkbox_field label,
.radio_field label {
  font-weight: normal; }

a.cancel {
  color: #7d0d0d; }

.inline-hints {
  color: #666;
  font-size: 0.85em;
  margin-bottom: 0.25em; }

/* Fieldsets */
fieldset {
  margin-bottom: 1.5em; }

legend {
  font-weight: bold; }

.ie6 legend, .ie7 legend {
  margin-left: -7px; }

.radio fieldset {
  margin: 0;
  padding: 0; }

/* Text fields */
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  font-size: inherit;
  padding: 3px 2px;
  width: 300px; }

.ie6 input {
  vertical-align: text-bottom; }

input[disabled='disabled'] {
  background-color: #fcfcfc;
  cursor: default; }

input[type="checkbox"] {
  margin: 0 3px 0 0;
  position: relative;
  top: -2px;
  vertical-align: middle; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

input[type="radio"] {
  margin: 0 3px 0 0;
  position: relative;
  top: -2px;
  vertical-align: middle; }

.check_boxes label {
  display: inline;
  padding: 0;
  vertical-align: middle; }

.radio label {
  padding: 0; }

/* Textareas */
textarea {
  font-size: inherit;
  height: 200px;
  margin: 0 0.5em 0.5em 0;
  padding: 5px;
  width: 440px;
  overflow: auto; }

/* Select fields */
fieldset .select select {
  width: 200px;
  font-size: 0.9em; }

optgroup {
  margin: 0 0 .5em 0; }

/* Date & Time */
form ol li.date ol li, .form ol li.date ol li,
form ol li.time ol li,
.form ol li.time ol li {
  display: inline; }

form ol li.datetime ol li, .form ol li.datetime ol li {
  display: inline-block; }

form ol li.datetime select, .form ol li.datetime select,
form ol li.date select,
.form ol li.date select,
form ol li.time select,
.form ol li.time select {
  display: inline;
  width: auto; }

form ol li.date label, .form ol li.date label,
form ol li.time label,
.form ol li.time label {
  display: none; }

/* Tables */
table {
  margin-bottom: 2em;
  width: 100%; }

th {
  border-bottom: 2px solid #ccc;
  font-weight: bold;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd; }

caption, th, td {
  padding: 4px 10px 4px 0; }

caption {
  background: #f1f1f1;
  margin-bottom: 1em;
  padding: 10px 0; }

tr, td, th {
  vertical-align: middle; }

/* Use this if you use span-x classes on th/td. */
table .last {
  padding-right: 0; }

/* Lists */
ul, ol {
  list-style-position: inside; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

dl dt {
  font-weight: bold; }

dl dd {
  margin-bottom: 0em; }

dd {
  margin-left: 0.5em; }

ol ol, ol ul, ul ul, ul ol {
  margin-left: 1em; }

body {
  background-color: #f2f2f2;
  color: #868686;
  font-family: "GestaRegular", "helvetica neue", Helvetica, arial, sans-serif;
  font-size: 15px;
  line-height: 18px; }

a {
  color: #5691ca; }

a:hover {
  color: #82b0dd; }

h1, h2, h3, h4, h5, h6 {
  color: #363636;
  font-family: "GestaRegular", "helvetica neue", Helvetica, arial, sans-serif; }

/*
a, a:link {
  color: $link_color;
}

a:visited {
  color: $link_color;
}

a:hover {
  color: $link_hover_color;
}

a:active,
a:focus {
  color: $link_active_color;
}
*/
p, ul, ol {
  margin-bottom: 18px; }

img {
  margin: 0 0 18px; }

li {
  line-height: 18px; }

dl {
  line-height: 18px;
  margin-bottom: 18px; }

dl dt {
  margin-top: 18px; }

.hrule {
  background-color: #DDD;
  border: none;
  clear: both;
  float: none;
  height: 1px;
  margin: 0;
  margin-bottom: 1em;
  width: 100%; }

.hrule hr {
  display: none; }

/* for image replacement */
.ir {
  background-repeat: no-repeat;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em; }

.hide {
  display: none; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }

.clearfix:after {
  clear: both; }

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
  zoom: 1; }

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

@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }

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

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

  .ir a:after {
    content: ""; }

  /* Don't show links for images */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid; }

  @page {
    margin: 0.5cm; }

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

  h2, h3 {
    page-break-after: avoid; } }
.align-right {
  text-align: right; }

.form_tall label, form.tall label, .tall.form label {
  display: block; }

.form_tall li, form.tall li, .tall.form li {
  display: block; }

ul.nolist {
  list-style: none;
  list-style-position: outside; }

ul.last {
  margin-bottom: 0; }

.warning, a.warning, a:link.warning {
  color: #9f1f1f; }

img.nopad {
  margin: 0; }

p.subheading {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 1.3em; }

.small {
  font-size: 0.9em; }

.big {
  font-size: 1.5em; }

.bigger {
  font-size: 2em; }

.biggest {
  font-size: 3em; }

.huge {
  font-size: 4em; }

.uppercase {
  text-transform: uppercase; }

/*
.row {
	@include pie-clearfix;
}

.row.spaced .column{
	margin-right:1em;
}

.row.spaced .column.last{
	margin-right:0;
}

.row.spaced .column.right{
	margin-left:1em;
	margin-right:0;
}

.column{
	float:left;
	position:relative;
}

.column.last, .column.right {
	float:right;
}

.column.col2a {
	width:48%;
}

.column.col2b { 
	width:58%; 
}

.column.col2b.last { 
	width:38%; 
}
*/
ul.horizontal {
  display: inline;
  list-style: none;
  list-style-position: outside;
  white-space: nowrap; }

ul.horizontal > li {
  display: inline;
  position: relative; }

.nopad {
  margin-bottom: 0; }

.row {
  *zoom: 1; }
  .row:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

.column {
  float: left;
  position: relative; }

.column.last, .column.right {
  float: right; }

@font-face {
  font-family: 'GestaLight';
  src: url("/fonts/gesta/Gesta-Light-webfont.eot");
  src: local("☺"), url("/fonts/gesta/Gesta-Light-webfont.woff") format("woff"), url("/fonts/gesta/Gesta-Light-webfont.ttf") format("truetype"), url("/fonts/gesta/Gesta-Light-webfont.svg#webfont88Y1n4nt") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GestaRegular';
  src: url("/fonts/gesta/Gesta-Regular-webfont.eot");
  src: local("☺"), url("/fonts/gesta/Gesta-Regular-webfont.woff") format("woff"), url("/fonts/gesta/Gesta-Regular-webfont.ttf") format("truetype"), url("/fonts/gesta/Gesta-Regular-webfont.svg#webfontqwq3os6b") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GestaMedium';
  src: url("/fonts/gesta/Gesta-Medium-webfont.eot");
  src: local("☺"), url("/fonts/gesta/Gesta-Medium-webfont.woff") format("woff"), url("/fonts/gesta/Gesta-Medium-webfont.ttf") format("truetype"), url("/fonts/gesta/Gesta-Medium-webfont.svg#webfontVTMNm0oG") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GestaBold';
  src: url("/fonts/gesta/Gesta-Bold-webfont.eot");
  src: local("☺"), url("/fonts/gesta/Gesta-Bold-webfont.woff") format("woff"), url("/fonts/gesta/Gesta-Bold-webfont.ttf") format("truetype"), url("/fonts/gesta/Gesta-Bold-webfont.svg#webfontg0VbydrB") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'wf-franklingothic-n4';
  src: url("/fonts/franklingothic/franklingothic-dmcd-webfont.eot");
  src: local("☺"), url("/fonts/franklingothic/franklingothic-dmcd-webfont.woff") format("woff"), url("/fonts/franklingothic/franklingothic-dmcd-webfont.ttf") format("truetype"), url("/fonts/franklingothic/franklingothic-dmcd-webfont.svg#webfontzxLD3WQV") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'wf-vollkorn-n4';
  src: url("/fonts/vollkorn/Vollkorn-Regular-webfont.eot");
  src: local("☺"), url("/fonts/vollkorn/Vollkorn-Regular-webfont.woff") format("woff"), url("/fonts/vollkorn/Vollkorn-Regular-webfont.ttf") format("truetype"), url("/fonts/vollkorn/Vollkorn-Regular-webfont.svg#webfonttc6YkatK") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'wf-droidserif-n4';
  src: url("/fonts/droidserif/DroidSerif-Regular-webfont.eot");
  src: local("☺"), url("/fonts/droidserif/DroidSerif-Regular-webfont.woff") format("woff"), url("/fonts/droidserif/DroidSerif-Regular-webfont.ttf") format("truetype"), url("/fonts/droidserif/DroidSerif-Regular-webfont.svg#webfontOAAhrq6s") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'wf-chunkfive-n4';
  src: url("/fonts/chunkfive/Chunkfive-webfont.eot");
  src: local("☺"), url("/fonts/chunkfive/Chunkfive-webfont.woff") format("woff"), url("/fonts/chunkfive/Chunkfive-webfont.ttf") format("truetype"), url("/fonts/chunkfive/Chunkfive-webfont.svg#webfontb5K2fJwj") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'wf-colaborate-n4';
  src: url("/fonts/colaborate/ColabReg-webfont.eot");
  src: local("☺"), url("/fonts/colaborate/ColabReg-webfont.woff") format("woff"), url("/fonts/colaborate/ColabReg-webfont.ttf") format("truetype"), url("/fonts/colaborate/ColabReg-webfont.svg#webfont7n8htCD6") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'wf-merriweatherregular-n4';
  src: url("/fonts/merriweather/Merriweather-webfont.eot");
  src: url("/fonts/merriweather/Merriweather-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/merriweather/Merriweather-webfont.woff") format("woff"), url("/fonts/merriweather/Merriweather-webfont.ttf") format("truetype"), url("/fonts/merriweather/Merriweather-webfont.svg#MerriweatherRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'wf-museo500-n4';
  src: url("/fonts/museo/Museo500-Regular-webfont.eot");
  src: url("/fonts/museo/Museo500-Regular-webfont.eot?iefix") format("eot"), url("/fonts/museo/Museo500-Regular-webfont.woff") format("woff"), url("/fonts/museo/Museo500-Regular-webfont.ttf") format("truetype"), url("/fonts/museo/Museo500-Regular-webfont.svg#webfontQF7qPaga") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'wf-opensansregular-n4';
  src: url("/fonts/open-sans/OpenSans-Regular-webfont.eot");
  src: url("/fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/open-sans/OpenSans-Regular-webfont.woff") format("woff"), url("/fonts/open-sans/OpenSans-Regular-webfont.ttf") format("truetype"), url("/fonts/open-sans/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'wf-opensansbold-n4';
  src: url("/fonts/open-sans/OpenSans-Bold-webfont.eot");
  src: url("/fonts/open-sans/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/open-sans/OpenSans-Bold-webfont.woff") format("woff"), url("/fonts/open-sans/OpenSans-Bold-webfont.ttf") format("truetype"), url("/fonts/open-sans/OpenSans-Bold-webfont.svg#OpenSansBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'wf-pacificoregular-n4';
  src: url("/fonts/pacifico/Pacifico-webfont.eot");
  src: url("/fonts/pacifico/Pacifico-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/pacifico/Pacifico-webfont.woff") format("woff"), url("/fonts/pacifico/Pacifico-webfont.ttf") format("truetype"), url("/fonts/pacifico/Pacifico-webfont.svg#PacificoRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'wf-titilliumtext22lregular-n4';
  src: url("/fonts/titillium-text/TitilliumText22L003-webfont.eot");
  src: url("/fonts/titillium-text/TitilliumText22L003-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/titillium-text/TitilliumText22L003-webfont.woff") format("woff"), url("/fonts/titillium-text/TitilliumText22L003-webfont.ttf") format("truetype"), url("/fonts/titillium-text/TitilliumText22L003-webfont.svg#TitilliumText22LRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'wf-adellebasicbold-n4';
  src: url("/fonts/adellebasic/adellebasic_bold-webfont.eot");
  src: url("/fonts/adellebasic/adellebasic_bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/adellebasic/adellebasic_bold-webfont.woff") format("woff"), url("/fonts/adellebasic/adellebasic_bold-webfont.ttf") format("truetype"), url("/fonts/adellebasic/adellebasic_bold-webfont.svg#AdelleBasicBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'wf-classicroundmedium-n4';
  src: url("/fonts/classicround/classicround-medium-webfont.eot");
  src: url("/fonts/classicround/classicround-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/classicround/classicround-medium-webfont.woff") format("woff"), url("/fonts/classicround/classicround-medium-webfont.ttf") format("truetype"), url("/fonts/classicround/classicround-medium-webfont.svg#ClassicRoundMedium") format("svg");
  font-weight: normal;
  font-style: normal; }

  @font-face {
    font-family: 'Roboto Slab';
    src: url('/fonts/robotoslab/RobotoSlab-Bold.eot');
    src: url('/fonts/robotoslab/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/robotoslab/RobotoSlab-Bold.woff2') format('woff2'),
        url('/fonts/robotoslab/RobotoSlab-Bold.woff') format('woff'),
        url('/fonts/robotoslab/RobotoSlab-Bold.ttf') format('truetype'),
        url('/fonts/robotoslab/RobotoSlab-Bold.svg#RobotoSlab-Bold') format('svg');
    font-weight: normal;
    font-style: normal; 
  }

h1, h2 {
  font-family: "GestaLight", "helvetica neue", Helvetica, arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a {
  text-decoration: none; }

th {
  background-color: #5691ca;
  border: none;
  color: white;
  font-size: 13px;
  font-weight: normal; }

/*tr:nth-child(even) {
	background-color:$background_color;
}*/
td {
  padding-bottom: 10px;
  padding-top: 10px; }

label {
  color: #363636;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 3px; }

.required label {
  font-weight: normal; }

legend {
  font-weight: normal; }

label abbr {
  display: none; }

form ol li.error input, .form ol li.error input {
  background-color: #FBE3E4 !important; }

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #D0D0D0;
  border-top: 1px solid #B9B9B9;
  color: #363636;
  font-size: 1.2em;
  padding: 7px 9px; }

textarea {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #D0D0D0;
  border-top: 1px solid #B9B9B9;
  color: #363636;
  width: auto; }

/* `Widths
----------------------------------------------------------------------------------------------------*/
.input_tiny {
  width: 50px; }

.input_small {
  width: 100px; }

.input_medium {
  width: 150px; }

.input_large {
  width: 200px; }

.input_xlarge {
  width: 250px; }

.input_xxlarge {
  width: 300px; }

.input_full {
  width: 100%; }

/*
  Added via JS to <textarea> and class="input_full".
  Applies only to IE7. Other browsers don't need it.
*/
.input_full_wrap {
  display: block;
  padding-right: 8px; }

/* `UI Consistency
----------------------------------------------------------------------------------------------------*/
::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

input,
button,
.link_button,
select,
textarea {
  margin: 0;
  vertical-align: middle; }

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  vertical-align: top;
  top: 3px;
  /* IE8, IE9, IE10 */
  top: 0\0;
  /* IE7 */
  *top: -3px; }

/* iPad */
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 2px; } }
/* iPhone 3 */
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0; } }
/* iPhone 4 */
@media (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0; } }
button, .link_button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background: #dddddd url("/images/button.png") repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #dddddd));
  background: -moz-linear-gradient(top center, white 0%, #dddddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  /*
    Helvetica Neue present, because it works better
    for line-height on buttons than Arial, on OS X.
  */
  font: bold 14px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 3px 10px;
  text-shadow: #fff 0 1px 1px;
  width: auto;
  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 0px; }

button, .link_button {
  /* IE7 */
  *padding-top: 1px;
  *padding-bottom: 1px; }

select {
  -webkit-appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid;
  border-color: #B9B9B9 #D0D0D0 #D0D0D0;
  color: #363636;
  outline: 0;
  padding: 2px 3px;
  font-size: 14px;
  line-height: 1.3;
  /*
    Leaving out Helvetica Neue, to not throw off size="..."
    on inputs. Arial is more reliable, on Windows and OS X.
  */
  font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
  height: 1.8em;
  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto; }

textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #B9B9B9 #D0D0D0 #D0D0D0;
  color: #363636;
  outline: 0;
  padding: 7px 9px;
  /*
    Leaving out Helvetica Neue, to not throw off size="..."
    on inputs. Arial is more reliable, on Windows and OS X.
  */
  /* IE7 */
  *padding-top: 7px;
  *padding-bottom: 6px;
  *height: auto; }

/*
  Separate rule for Firefox.
  Separate rule for IE, too.
  Cannot stack with WebKit's.
*/
::-webkit-input-placeholder {
  color: #888; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888; }

input.placeholder_text,
textarea.placeholder_text {
  color: #888; }

:invalid {
  /*
    Suppress red glow that Firefox
    adds to form fields by default,
    even when user is still typing.
  */
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

button:focus, .link_button:focus,
button:active,
.link_button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  -moz-box-shadow: #06f 0 0 7px;
  -webkit-box-shadow: #06f 0 0 7px;
  box-shadow: #06f 0 0 7px;
  /* for Opera */
  z-index: 1; }

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eee; }

button[disabled], [disabled].link_button,
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #888;
  cursor: default; }

textarea,
select[size],
select[multiple] {
  height: auto; }

/* Tweaks for Safari + Chrome. */
@media (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-image: url("/images/select_arrow.gif");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px; }

  select[size],
  select[multiple] {
    background-image: none;
    padding: 0; }

  ::-webkit-validation-bubble-message {
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: #fff;
    font: 11px/1 "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    padding: 15px 15px 17px;
    text-shadow: #000 0 0 1px; }

  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    display: none; } }
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%; }

optgroup {
  color: #000;
  font-style: normal;
  font-weight: normal; }

/* `IE6
----------------------------------------------------------------------------------------------------*/
/*
  Everything below this line is for IE6.
  Delete it if you don't support it! :)

  Classes are added dynamically via JS,
  because IE6 doesn't support attribute
  selectors: .ie6_button, .ie6_input, etc.

  Note: These style rules are somewhat
  duplicated because IE6 bombs out when
  it sees attribute selectors. Example:

  .ie6_button {
    This works in IE6.
  }

  .ie6_button,
  input[type=submit] {
    This doesn't work.
  }
*/
.ie6_button,
* html button,
* html .link_button {
  background: #dddddd url("/images/button.png") repeat-x;
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 14px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto; }

* html button, * html .link_button {
  padding-top: 1px;
  padding-bottom: 1px; }

.ie6_input,
* html textarea,
* html select {
  background: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top; }

* html select {
  margin-top: 1px; }

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888; }

.ie6_input_disabled {
  background: #eee; }

.row.spaced .column.last, .row.spaced .column.right {
  margin-left: 20px;
  margin-right: 0; }

.row.spaced .column {
  margin-right: 20px; }

.column.col2a {
  width: 48%; }

.column.col2b {
  width: 58%; }

.column.col2b.last {
  width: 38%; }

.box {
  background-color: white;
  position: relative;
  margin-bottom: 25px; }

.innertube {
  padding: 25px; }

.innertube.thin {
  padding-bottom: 12.5px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 12.5px; }

.box.shadow {
  background: white url("/images/box-bg.gif") right top no-repeat; }

.box.dark {
  background-color: none;
  background: url("/images/dark_bg.png") repeat;
  border: #DDD 1px solid;
  border-top: #CCC 1px solid; }

.table-boxy-cell {
  border-bottom: #eee 1px solid;
  margin: 0;
  padding-bottom: 16.667px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 16.667px; }

table.boxy td {
  border-bottom: #eee 1px solid;
  margin: 0;
  padding-bottom: 16.667px;
  padding-top: 16.667px; }

table.boxy td:first-child, table.boxy th:first-child {
  padding-left: 25px; }

table.boxy td:last-child, table.boxy th:last-child {
  padding-right: 25px; }

table.boxy td.action {
  text-align: right;
  white-space: nowrap; }

.mod-modal-panel {
  left: 50%;
  margin-left: -250px;
  max-height: 500px;
  overflow: auto;
  position: absolute;
  top: 2em;
  width: 500px;
  z-index: 796; }

.mod-modal-overlay {
  background: url("/images/fg-modal-overlay.png") repeat;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 795; }

.mod-modal-close {
  background: url("/images/app_sprite.png") no-repeat 0 -192px;
  display: block;
  height: 24px;
  position: absolute;
  right: 22px;
  top: 15px;
  width: 24px; }

.mod-modal-close:hover {
  background-position: 0px -144px; }

.mod-uploadify-button-wrapper {
  display: inline;
  position: relative; }

.mod-uploadify-button-wrapper:hover .mod-uploadify-button-link {
  color: #82b0dd; }

.mod-uploadify-button-container {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0; }

div.uploadifyQueueItem {
  text-shadow: white 0 1px 0px;
  border-bottom: #E4E4E4 1px solid;
  border-top: #fff solid 1px;
  font-size: 13px;
  padding: 1.3em 25px; }
  div.uploadifyQueueItem div.cancel {
    float: right; }

div.uploadifyQueueItem:first-child {
  border-top: none; }

div.uploadifyQueueItem:last-child {
  border-bottom: none; }

div.uploadifyError {
  background-color: #FDE5DD !important;
  border: 2px solid #FBCBBC !important; }

div.uploadifyProgress {
  background-color: #eaeaea;
  border-top: #d1d1d1 solid 1px;
  height: 3px;
  margin-top: 10px;
  overflow: hidden;
  width: 100%; }

div.uploadifyProgressBar {
  background-color: #749fca;
  height: 3px;
  width: 1px; }

.mod-message-panel {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: white 0 1px 0px;
  color: #868686;
  border: #DDD solid 1px;
  margin: 100px auto 0;
  padding: 20px;
  text-align: center;
  width: 400px; }

.mod-message-panel-title {
  color: #AAA;
  font-size: 2.5em;
  font-weight: normal; }

.mod-message-panel-text {
  color: #888; }

.mod-message-panel-text strong {
  font-family: "GestaRegular", "helvetica neue", Helvetica, arial, sans-serif; }

.text_button {
  font-family: "GestaBold", "helvetica neue", Helvetica, arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase; }

.button-text-icon {
  font-size: 20px;
  line-height: 0; }

.inline-block {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto; }

select.commit_options {
  margin-right: 5px; }

form.boxy fieldset, .boxy.form fieldset {
  background-color: white; }
form.boxy fieldset.nopad, .boxy.form fieldset.nopad {
  margin-bottom: 0; }
form.boxy fieldset li, .boxy.form fieldset li {
  border-bottom: #eee 1px solid;
  list-style-position: outside;
  margin: 0;
  padding-bottom: 16.667px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 16.667px; }
form.boxy fieldset fieldset li, .boxy.form fieldset fieldset li {
  border-bottom: none;
  margin: 0;
  padding: 0; }
form.boxy select, .boxy.form select {
  background-color: #f2f2f2 !important; }
form.boxy textarea, .boxy.form textarea,
form.boxy input[type="color"],
.boxy.form input[type="color"],
form.boxy input[type="date"],
.boxy.form input[type="date"],
form.boxy input[type="datetime"],
.boxy.form input[type="datetime"],
form.boxy input[type="datetime-local"],
.boxy.form input[type="datetime-local"],
form.boxy input[type="email"],
.boxy.form input[type="email"],
form.boxy input[type="month"],
.boxy.form input[type="month"],
form.boxy input[type="number"],
.boxy.form input[type="number"],
form.boxy input[type="password"],
.boxy.form input[type="password"],
form.boxy input[type="range"],
.boxy.form input[type="range"],
form.boxy input[type="search"],
.boxy.form input[type="search"],
form.boxy input[type="tel"],
.boxy.form input[type="tel"],
form.boxy input[type="text"],
.boxy.form input[type="text"],
form.boxy input[type="time"],
.boxy.form input[type="time"],
form.boxy input[type="url"],
.boxy.form input[type="url"],
form.boxy input[type="week"],
.boxy.form input[type="week"] {
  background-color: #f2f2f2 !important;
  border: 1px solid #EEE;
  border-top: 1px solid #CCC;
  width: 430px; }

form.boxy.dark fieldset, .boxy.dark.form fieldset {
  background-color: none;
  background: url("/images/dark_bg.png") repeat;
  border: #DDD 1px solid;
  border-top: #CCC 1px solid; }
form.boxy.dark fieldset li, .boxy.dark.form fieldset li {
  border-bottom: #CCC 1px dotted; }

form.boxed ol, .boxed.form ol, form.boxed fieldset, .boxed.form fieldset, .form_boxed ol, .form_boxed fieldset {
  margin-bottom: 0; }
form.boxed ol li, .boxed.form ol li, form.boxed ol li.file, .boxed.form ol li.file, .form_boxed ol li, .form_boxed ol li.file {
  border-bottom: #eee 1px solid;
  list-style-position: outside;
  margin: 0;
  padding: 1em 0; }
form.boxed ol li.error input, .boxed.form ol li.error input, .form_boxed ol li.error input {
  background-color: #FBE3E4; }
form.boxed ol ol li, .boxed.form ol ol li, form.boxed ol ol li.file, .boxed.form ol ol li.file, .form_boxed ol ol li, .form_boxed ol ol li.file {
  border-bottom: none;
  margin: 0;
  padding: 0; }
form.boxed li.commit, .boxed.form li.commit, .form_boxed li.commit {
  border-bottom: none;
  padding-bottom: 0; }
form.boxed textarea, .boxed.form textarea,
form.boxed input[type="color"],
.boxed.form input[type="color"],
form.boxed input[type="date"],
.boxed.form input[type="date"],
form.boxed input[type="datetime"],
.boxed.form input[type="datetime"],
form.boxed input[type="datetime-local"],
.boxed.form input[type="datetime-local"],
form.boxed input[type="email"],
.boxed.form input[type="email"],
form.boxed input[type="month"],
.boxed.form input[type="month"],
form.boxed input[type="number"],
.boxed.form input[type="number"],
form.boxed input[type="password"],
.boxed.form input[type="password"],
form.boxed input[type="range"],
.boxed.form input[type="range"],
form.boxed input[type="search"],
.boxed.form input[type="search"],
form.boxed input[type="tel"],
.boxed.form input[type="tel"],
form.boxed input[type="text"],
.boxed.form input[type="text"],
form.boxed input[type="time"],
.boxed.form input[type="time"],
form.boxed input[type="url"],
.boxed.form input[type="url"],
form.boxed input[type="week"],
.boxed.form input[type="week"], .form_boxed textarea, .form_boxed input[type="color"], .form_boxed input[type="date"], .form_boxed input[type="datetime"], .form_boxed input[type="datetime-local"], .form_boxed input[type="email"], .form_boxed input[type="month"], .form_boxed input[type="number"], .form_boxed input[type="password"], .form_boxed input[type="range"], .form_boxed input[type="search"], .form_boxed input[type="tel"], .form_boxed input[type="text"], .form_boxed input[type="time"], .form_boxed input[type="url"], .form_boxed input[type="week"] {
  background-color: #f2f2f2;
  border: 1px solid #EEE;
  border-top: 1px solid #CCC;
  width: 430px; }

form.elastic textarea, .elastic.form textarea,
form.elastic input[type="color"],
.elastic.form input[type="color"],
form.elastic input[type="date"],
.elastic.form input[type="date"],
form.elastic input[type="datetime"],
.elastic.form input[type="datetime"],
form.elastic input[type="datetime-local"],
.elastic.form input[type="datetime-local"],
form.elastic input[type="email"],
.elastic.form input[type="email"],
form.elastic input[type="month"],
.elastic.form input[type="month"],
form.elastic input[type="number"],
.elastic.form input[type="number"],
form.elastic input[type="password"],
.elastic.form input[type="password"],
form.elastic input[type="range"],
.elastic.form input[type="range"],
form.elastic input[type="search"],
.elastic.form input[type="search"],
form.elastic input[type="tel"],
.elastic.form input[type="tel"],
form.elastic input[type="text"],
.elastic.form input[type="text"],
form.elastic input[type="time"],
.elastic.form input[type="time"],
form.elastic input[type="url"],
.elastic.form input[type="url"],
form.elastic input[type="week"],
.elastic.form input[type="week"], .form_elastic textarea, .form_elastic input[type="color"], .form_elastic input[type="date"], .form_elastic input[type="datetime"], .form_elastic input[type="datetime-local"], .form_elastic input[type="email"], .form_elastic input[type="month"], .form_elastic input[type="number"], .form_elastic input[type="password"], .form_elastic input[type="range"], .form_elastic input[type="search"], .form_elastic input[type="tel"], .form_elastic input[type="text"], .form_elastic input[type="time"], .form_elastic input[type="url"], .form_elastic input[type="week"] {
  width: 95%; }

form.dark textarea, .dark.form textarea,
form.dark input[type="color"],
.dark.form input[type="color"],
form.dark input[type="date"],
.dark.form input[type="date"],
form.dark input[type="datetime"],
.dark.form input[type="datetime"],
form.dark input[type="datetime-local"],
.dark.form input[type="datetime-local"],
form.dark input[type="email"],
.dark.form input[type="email"],
form.dark input[type="month"],
.dark.form input[type="month"],
form.dark input[type="number"],
.dark.form input[type="number"],
form.dark input[type="password"],
.dark.form input[type="password"],
form.dark input[type="range"],
.dark.form input[type="range"],
form.dark input[type="search"],
.dark.form input[type="search"],
form.dark input[type="tel"],
.dark.form input[type="tel"],
form.dark input[type="text"],
.dark.form input[type="text"],
form.dark input[type="time"],
.dark.form input[type="time"],
form.dark input[type="url"],
.dark.form input[type="url"],
form.dark input[type="week"],
.dark.form input[type="week"] {
  background-color: white; }

a.link_group {
  text-shadow: white 0 1px 0px; }

a.link_group.selected {
  color: #363636; }

td.action {
  text-align: right; }

ul.flash {
  display: none;
  list-style: none;
  padding: 1.5em;
  text-align: center; }

ul.flash.error {
  background-color: #a20000; }

ul.flash.notice {
  background-color: #aea50e; }

ul.flash.success {
  background-color: #439131; }

ul.flash.info {
  background-color: #5588ba; }

ul.flash > li {
  text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 0px;
  color: white;
  font-size: 1.4em;
  padding: 5px 0; }

.fg-colorpicker {
  cursor: crosshair;
  position: relative;
  height: 195px;
  overflow: hidden;
  width: 195px; }
  .fg-colorpicker .wheel, .fg-colorpicker .swatch, .fg-colorpicker .marker {
    position: absolute; }
  .fg-colorpicker .wheel {
    background: url("/images/jquery/colorwheel/fg-colorwheel-wheel.png") no-repeat;
    height: 195px;
    left: 0;
    top: 0;
    width: 195px; }
  .fg-colorpicker .swatch {
    background: url("/images/jquery/colorwheel/fg-colorwheel-swatch.png") no-repeat;
    height: 100px;
    left: 47px;
    top: 47px;
    width: 100px; }
  .fg-colorpicker .marker {
    width: 17px;
    height: 17px;
    margin: -8px 0 0 -8px;
    overflow: hidden;
    background: url("/images/jquery/colorwheel/fg-colorwheel-marker.png") no-repeat; }

html, body {
  height: 100%; }

#wrapper {
  min-width: 1050px;
  width: 100%; }

#innerwrapper {
  margin: 0 auto;
  padding: 100px 0;
  width: 450px; }
