/** INCLUDES FOR ALL CSS STYLES **/
/* line 10, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 46, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

/* line 59, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 71, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 78, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 114, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 915, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 57, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
/* line 59, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}
/* line 60, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}
/* line 142, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* line 152, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 164, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 174, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="date"] {
  line-height: 34px;
}

/* line 184, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 194, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
/* line 200, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

/* line 209, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 214, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 220, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 229, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 244, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 930, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 938, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 944, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 930, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 938, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 944, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 264, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 269, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}
/* line 274, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

/* line 875, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
/* line 879, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 882, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 889, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 895, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 875, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
/* line 879, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 882, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 889, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 895, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 875, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
/* line 879, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 882, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 889, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 895, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 303, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  margin-bottom: 0;
}

/* line 313, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 338, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 345, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 351, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 355, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 364, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  /* line 372, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  /* line 381, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 400, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 408, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 413, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 21, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 25, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-horizontal .form-group:after {
  clear: both;
}
/* line 417, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  /* line 423, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
  }
}
/* line 432, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

/* line 9, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 25, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 31, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus {
  color: #333333;
  text-decoration: none;
}
/* line 37, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 45, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 57, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
/* line 508, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
/* line 513, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
/* line 519, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-default:active, .btn-default.active {
  background-image: none;
}
/* line 522, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 532, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}
/* line 538, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-default .badge {
  color: white;
  background-color: #333333;
}

/* line 60, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: white;
  background-color: #f47a20;
  border-color: #ef6c0c;
}
/* line 508, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: white;
  background-color: #e0660b;
  border-color: #b45209;
}
/* line 513, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-primary.dropdown-toggle {
  color: white;
  background-color: #e0660b;
  border-color: #b45209;
}
/* line 519, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-primary:active, .btn-primary.active {
  background-image: none;
}
/* line 522, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 532, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #f47a20;
  border-color: #ef6c0c;
}
/* line 538, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-primary .badge {
  color: #f47a20;
  background-color: white;
}

/* line 64, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 508, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
/* line 513, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-success.dropdown-toggle {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
/* line 519, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-success:active, .btn-success.active {
  background-image: none;
}
/* line 522, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 532, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 538, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}

/* line 68, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 508, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
/* line 513, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-info.dropdown-toggle {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
/* line 519, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-info:active, .btn-info.active {
  background-image: none;
}
/* line 522, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 532, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 538, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}

/* line 72, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 508, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}
/* line 513, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}
/* line 519, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
/* line 522, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 532, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 538, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}

/* line 76, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 508, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}
/* line 513, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-danger.dropdown-toggle {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}
/* line 519, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
/* line 522, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 532, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 538, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}

/* line 85, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #f47a20;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
/* line 94, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 101, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 105, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #be5609;
  text-decoration: underline;
  background-color: transparent;
}
/* line 113, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

/* line 124, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 128, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 132, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 140, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 148, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 156, ../../../../../../../../bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 1, ../scss/prettify.scss */
.pln {
  color: #000;
}

@media screen {
  /* line 1, ../scss/prettify.scss */
  .str {
    color: #080;
  }

  /* line 1, ../scss/prettify.scss */
  .kwd {
    color: #008;
  }

  /* line 1, ../scss/prettify.scss */
  .com {
    color: #800;
  }

  /* line 1, ../scss/prettify.scss */
  .typ {
    color: #606;
  }

  /* line 1, ../scss/prettify.scss */
  .lit {
    color: #066;
  }

  /* line 1, ../scss/prettify.scss */
  .pun, .opn, .clo {
    color: #660;
  }

  /* line 1, ../scss/prettify.scss */
  .tag {
    color: #008;
  }

  /* line 1, ../scss/prettify.scss */
  .atn {
    color: #606;
  }

  /* line 1, ../scss/prettify.scss */
  .atv {
    color: #080;
  }

  /* line 1, ../scss/prettify.scss */
  .dec, .var {
    color: #606;
  }

  /* line 1, ../scss/prettify.scss */
  .fun {
    color: red;
  }
}
@media print, projection {
  /* line 1, ../scss/prettify.scss */
  .str {
    color: #060;
  }

  /* line 1, ../scss/prettify.scss */
  .kwd {
    color: #006;
    font-weight: bold;
  }

  /* line 1, ../scss/prettify.scss */
  .com {
    color: #600;
    font-style: italic;
  }

  /* line 1, ../scss/prettify.scss */
  .typ {
    color: #404;
    font-weight: bold;
  }

  /* line 1, ../scss/prettify.scss */
  .lit {
    color: #044;
  }

  /* line 1, ../scss/prettify.scss */
  .pun, .opn, .clo {
    color: #440;
  }

  /* line 1, ../scss/prettify.scss */
  .tag {
    color: #006;
    font-weight: bold;
  }

  /* line 1, ../scss/prettify.scss */
  .atn {
    color: #404;
  }

  /* line 1, ../scss/prettify.scss */
  .atv {
    color: #060;
  }
}
/* line 1, ../scss/prettify.scss */
pre.prettyprint {
  padding: 2px;
  border: 1px solid #888;
}

/* line 1, ../scss/prettify.scss */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 1, ../scss/prettify.scss */
li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
  list-style-type: none;
}

/* line 1, ../scss/prettify.scss */
li.L1, li.L3, li.L5, li.L7, li.L9 {
  background: #eee;
}

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* line 105, ../scss/main.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 {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* line 112, ../scss/main.scss */
body {
  line-height: 1;
}

/* line 115, ../scss/main.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}

/* line 119, ../scss/main.scss */
ol, ul {
  list-style: none;
}

/* line 122, ../scss/main.scss */
blockquote {
  quotes: none;
}

/* line 125, ../scss/main.scss */
blockquote:before, blockquote:after {
  content: '';
  content: none;
}

/* line 129, ../scss/main.scss */
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/* line 133, ../scss/main.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 137, ../scss/main.scss */
a img {
  border: none;
}

/* =Layout
-------------------------------------------------------------- */
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
/* line 149, ../scss/main.scss */
#container {
  float: left;
  margin: 0 -240px 0 0;
  width: 100%;
}

/* line 154, ../scss/main.scss */
#content {
  margin: 0 280px 0 20px;
}

/* line 158, ../scss/main.scss */
#primary,
#secondary {
  float: right;
  overflow: hidden;
  width: 220px;
}

/* line 163, ../scss/main.scss */
#secondary {
  clear: right;
}

/* line 166, ../scss/main.scss */
#footer {
  clear: both;
  width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
/* line 176, ../scss/main.scss */
.one-column #content {
  margin: 0 auto;
  width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/
/* line 186, ../scss/main.scss */
.single-attachment #content {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  /* line 186, ../scss/main.scss */
  .single-attachment #content {
    width: 900px;
  }
}

/* =Fonts
-------------------------------------------------------------- */
/* line 202, ../scss/main.scss */
body,
input,
textarea,
.page-title span,
.pingback a.url {
  font-family: Georgia, "Bitstream Charter", serif;
}

/* line 230, ../scss/main.scss */
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

/* line 233, ../scss/main.scss */
pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

/* line 236, ../scss/main.scss */
code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* =Structure
-------------------------------------------------------------- */
/* The main theme structure */
/* line 250, ../scss/main.scss */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  /* line 250, ../scss/main.scss */
  #access .menu-header,
  div.menu,
  #colophon,
  #branding,
  #main,
  #wrapper {
    width: 940px;
  }
}

/* line 257, ../scss/main.scss */
#wrapper {
  background: #fff;
  margin-top: 20px;
  padding: 0 20px;
}

/* Structure the footer area */
/* line 264, ../scss/main.scss */
#footer-widget-area {
  overflow: hidden;
}

/* line 267, ../scss/main.scss */
#footer-widget-area .widget-area {
  float: left;
  margin-right: 20px;
  width: 220px;
}

/* line 272, ../scss/main.scss */
#footer-widget-area #fourth {
  margin-right: 0;
}

/* line 275, ../scss/main.scss */
#site-info {
  float: left;
  font-size: 14px;
  font-weight: bold;
  width: 700px;
}

/* line 281, ../scss/main.scss */
#site-generator {
  float: right;
  width: 220px;
}

/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
/* line 291, ../scss/main.scss */
body {
  background: #f1f1f1;
}

/* line 296, ../scss/main.scss */
body,
input,
textarea {
  color: #666;
  font-size: 12px;
  line-height: 18px;
}

/* line 301, ../scss/main.scss */
hr {
  background-color: #e7e7e7;
  border: 0;
  clear: both;
  height: 1px;
  margin-bottom: 18px;
}

/* Text elements */
/* line 310, ../scss/main.scss */
p {
  margin-bottom: 18px;
}

/* line 313, ../scss/main.scss */
ul {
  list-style: square;
  margin: 0 0 18px 1.5em;
}

/* line 317, ../scss/main.scss */
ol {
  list-style: decimal;
  margin: 0 0 18px 1.5em;
}

/* line 321, ../scss/main.scss */
ol ol {
  list-style: upper-alpha;
}

/* line 324, ../scss/main.scss */
ol ol ol {
  list-style: lower-roman;
}

/* line 327, ../scss/main.scss */
ol ol ol ol {
  list-style: lower-alpha;
}

/* line 333, ../scss/main.scss */
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

/* line 336, ../scss/main.scss */
dl {
  margin: 0 0 24px 0;
}

/* line 339, ../scss/main.scss */
dt {
  font-weight: bold;
}

/* line 342, ../scss/main.scss */
dd {
  margin-bottom: 18px;
}

/* line 345, ../scss/main.scss */
strong {
  font-weight: bold;
}

/* line 350, ../scss/main.scss */
cite,
em,
i {
  font-style: italic;
}

/* line 353, ../scss/main.scss */
big {
  font-size: 131.25%;
}

/* line 356, ../scss/main.scss */
ins {
  background: #ffc;
  text-decoration: none;
}

/* line 360, ../scss/main.scss */
blockquote {
  font-style: italic;
  padding: 0 3em;
}

/* line 366, ../scss/main.scss */
blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}

/* line 369, ../scss/main.scss */
pre {
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
  margin-bottom: 18px;
  padding: 1.5em;
}

/* line 377, ../scss/main.scss */
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 382, ../scss/main.scss */
sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

/* line 388, ../scss/main.scss */
sup {
  bottom: 1ex;
}

/* line 391, ../scss/main.scss */
sub {
  top: .5ex;
}

/* line 395, ../scss/main.scss */
input[type="text"],
textarea {
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 2px;
}

/* line 403, ../scss/main.scss */
a:link {
  color: #0066cc;
}

/* line 406, ../scss/main.scss */
a:visited {
  color: #743399;
}

/* line 410, ../scss/main.scss */
a:active,
a:hover {
  color: #ff4b33;
}

/* Text meant only for screen readers */
/* line 415, ../scss/main.scss */
.screen-reader-text {
  position: absolute;
  left: -9000px;
}

/* =Header
-------------------------------------------------------------- */
/* line 424, ../scss/main.scss */
#header {
  padding: 30px 0 0 0;
}

/* line 427, ../scss/main.scss */
#site-title {
  float: left;
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 18px 0;
  width: 700px;
}

/* line 434, ../scss/main.scss */
#site-title a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

/* line 439, ../scss/main.scss */
#site-description {
  clear: right;
  float: right;
  font-style: italic;
  margin: 14px 0 18px 0;
  width: 220px;
}

/* This is the custom header image */
/* line 448, ../scss/main.scss */
#branding img {
  border-top: 4px solid #000;
  border-bottom: 1px solid #000;
  clear: both;
  display: block;
}

/* =Menu
-------------------------------------------------------------- */
/* line 459, ../scss/main.scss */
#access {
  background: #000;
  display: block;
  float: left;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  /* line 459, ../scss/main.scss */
  #access {
    width: 940px;
  }
}

/* line 472, ../scss/main.scss */
#access .menu-header,
div.menu {
  font-size: 13px;
  margin-left: 12px;
}
@media (min-width: 1200px) {
  /* line 472, ../scss/main.scss */
  #access .menu-header,
  div.menu {
    width: 928px;
  }
}

/* line 482, ../scss/main.scss */
#access .menu-header ul,
div.menu ul {
  list-style: none;
  margin: 0;
}

/* line 487, ../scss/main.scss */
#access .menu-header li,
div.menu li {
  float: left;
  position: relative;
}

/* line 491, ../scss/main.scss */
#access a {
  color: #aaa;
  display: block;
  line-height: 38px;
  padding: 0 10px;
  text-decoration: none;
}

/* line 498, ../scss/main.scss */
#access ul ul {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  float: left;
  width: 180px;
  z-index: 99999;
}

/* line 510, ../scss/main.scss */
#access ul ul li {
  min-width: 180px;
}

/* line 513, ../scss/main.scss */
#access ul ul ul {
  left: 100%;
  top: 0;
}

/* line 517, ../scss/main.scss */
#access ul ul a {
  background: #333;
  line-height: 1em;
  padding: 10px;
  width: 160px;
  height: auto;
}

/* line 525, ../scss/main.scss */
#access li:hover > a,
#access ul ul :hover > a {
  background: #333;
  color: #fff;
}

/* line 529, ../scss/main.scss */
#access ul li:hover > ul {
  display: block;
}

/* line 535, ../scss/main.scss */
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
  color: #fff;
}

/* line 542, ../scss/main.scss */
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
  color: #fff;
}

/* =Content
-------------------------------------------------------------- */
/* line 550, ../scss/main.scss */
#main {
  clear: both;
  overflow: visible;
  padding: 40px 0 0 0;
}

/* line 555, ../scss/main.scss */
#content {
  margin-bottom: 36px;
}

/* line 560, ../scss/main.scss */
#content,
#content input,
#content textarea {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

/* line 570, ../scss/main.scss */
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
  margin-bottom: 24px;
}

/* line 576, ../scss/main.scss */
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
  margin-bottom: 0;
}

/* line 582, ../scss/main.scss */
#content pre,
#content kbd,
#content tt,
#content var {
  font-size: 15px;
  line-height: 21px;
}

/* line 586, ../scss/main.scss */
#content code {
  font-size: 13px;
}

/* line 590, ../scss/main.scss */
#content dt,
#content th {
  color: #000;
}

/* line 598, ../scss/main.scss */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  color: #000;
  line-height: 1.5em;
  margin: 0 0 20px 0;
}

/* line 603, ../scss/main.scss */
#content table {
  border: 1px solid #e7e7e7;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
}

/* line 610, ../scss/main.scss */
#content tr th,
#content thead th {
  color: #888;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding: 9px 24px;
}

/* line 617, ../scss/main.scss */
#content tr td {
  border-top: 1px solid #e7e7e7;
  padding: 6px 24px;
}

/* line 621, ../scss/main.scss */
#content tr.odd td {
  background: #f2f7fc;
}

/* line 624, ../scss/main.scss */
.hentry {
  margin: 0 0 48px 0;
}

/* line 627, ../scss/main.scss */
.home .sticky {
  background: #f2f7fc;
  border-top: 4px solid #000;
  margin-left: -20px;
  margin-right: -20px;
  padding: 18px 20px;
}

/* line 634, ../scss/main.scss */
.single .hentry {
  margin: 0 0 36px 0;
}

/* line 637, ../scss/main.scss */
.page-title {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 36px 0;
}

/* line 643, ../scss/main.scss */
.page-title span {
  color: #333;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
}

/* line 650, ../scss/main.scss */
.page-title a:link,
.page-title a:visited {
  color: #888;
  text-decoration: none;
}

/* line 655, ../scss/main.scss */
.page-title a:active,
.page-title a:hover {
  color: #ff4b33;
}

/* line 658, ../scss/main.scss */
#content .entry-title {
  color: #000;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 0;
}

/* line 666, ../scss/main.scss */
.entry-title a:link,
.entry-title a:visited {
  color: #000;
  text-decoration: none;
}

/* line 671, ../scss/main.scss */
.entry-title a:active,
.entry-title a:hover {
  color: #ff4b33;
}

/* line 674, ../scss/main.scss */
.entry-meta {
  color: #888;
  font-size: 12px;
}

/* line 679, ../scss/main.scss */
.entry-meta abbr,
.entry-utility abbr {
  border: none;
}

/* line 683, ../scss/main.scss */
.entry-meta abbr:hover,
.entry-utility abbr:hover {
  border-bottom: 1px dotted #666;
}

/* line 687, ../scss/main.scss */
.entry-content,
.entry-summary {
  clear: both;
  padding: 12px 0 0 0;
}

/* line 691, ../scss/main.scss */
#content .entry-summary p:last-child {
  margin-bottom: 12px;
}

/* line 694, ../scss/main.scss */
.entry-content fieldset {
  border: 1px solid #e7e7e7;
  margin: 0 0 24px 0;
  padding: 24px;
}

/* line 699, ../scss/main.scss */
.entry-content fieldset legend {
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 0 24px;
}

/* line 705, ../scss/main.scss */
.entry-content input {
  margin: 0 0 24px 0;
}

/* line 709, ../scss/main.scss */
.entry-content input.file,
.entry-content input.button {
  margin-right: 24px;
}

/* line 712, ../scss/main.scss */
.entry-content label {
  color: #888;
  font-size: 12px;
}

/* line 716, ../scss/main.scss */
.entry-content select {
  margin: 0 0 24px 0;
}

/* line 720, ../scss/main.scss */
.entry-content sup,
.entry-content sub {
  font-size: 10px;
}

/* line 723, ../scss/main.scss */
.entry-content blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 24px;
  text-align: right;
  width: 33%;
}

/* line 730, ../scss/main.scss */
.entry-content blockquote.right {
  float: right;
  margin-left: 24px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}

/* line 737, ../scss/main.scss */
.page-link {
  color: #000;
  font-weight: bold;
  margin: 0 0 22px 0;
  word-spacing: 0.5em;
}

/* line 744, ../scss/main.scss */
.page-link a:link,
.page-link a:visited {
  background: #f1f1f1;
  color: #333;
  font-weight: normal;
  padding: 0.5em 0.75em;
  text-decoration: none;
}

/* line 751, ../scss/main.scss */
.home .sticky .page-link a {
  background: #d9e8f7;
}

/* line 755, ../scss/main.scss */
.page-link a:active,
.page-link a:hover {
  color: #ff4b33;
}

/* line 758, ../scss/main.scss */
body.page .edit-link {
  clear: both;
  display: block;
}

/* line 762, ../scss/main.scss */
#entry-author-info {
  background: #f2f7fc;
  border-top: 4px solid #000;
  clear: both;
  font-size: 14px;
  line-height: 20px;
  margin: 24px 0;
  overflow: hidden;
  padding: 18px 20px;
}

/* line 772, ../scss/main.scss */
#entry-author-info #author-avatar {
  background: #fff;
  border: 1px solid #e7e7e7;
  float: left;
  height: 60px;
  margin: 0 -104px 0 0;
  padding: 11px;
}

/* line 780, ../scss/main.scss */
#entry-author-info #author-description {
  float: left;
  margin: 0 0 0 104px;
}

/* line 784, ../scss/main.scss */
#entry-author-info h2 {
  color: #000;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0;
}

/* line 790, ../scss/main.scss */
.entry-utility {
  clear: both;
  color: #888;
  font-size: 12px;
  line-height: 18px;
}

/* line 797, ../scss/main.scss */
.entry-meta a,
.entry-utility a {
  color: #888;
}

/* line 801, ../scss/main.scss */
.entry-meta a:hover,
.entry-utility a:hover {
  color: #ff4b33;
}

/* line 804, ../scss/main.scss */
#content .video-player {
  padding: 0;
}

/* =Asides
-------------------------------------------------------------- */
/* line 812, ../scss/main.scss */
.home #content .category-asides p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 0;
}

/* line 818, ../scss/main.scss */
.home .hentry.category-asides {
  padding: 0;
}

/* line 821, ../scss/main.scss */
.home #content .category-asides .entry-content {
  padding-top: 0;
}

/* =Gallery listing
-------------------------------------------------------------- */
/* line 829, ../scss/main.scss */
.category-gallery .size-thumbnail img {
  border: 10px solid #f1f1f1;
  margin-bottom: 0;
}

/* line 833, ../scss/main.scss */
.category-gallery .gallery-thumb {
  float: left;
  margin-right: 20px;
  margin-top: -4px;
}

/* line 838, ../scss/main.scss */
.home #content .category-gallery .entry-utility {
  padding-top: 4px;
}

/* =Attachment pages
-------------------------------------------------------------- */
/* line 846, ../scss/main.scss */
.attachment .entry-content .entry-caption {
  font-size: 140%;
  margin-top: 24px;
}

/* line 850, ../scss/main.scss */
.attachment .entry-content .nav-previous a:before {
  content: '\2190\00a0';
}

/* line 853, ../scss/main.scss */
.attachment .entry-content .nav-next a:after {
  content: '\00a0\2192';
}

/* =Images
-------------------------------------------------------------- */
/* line 861, ../scss/main.scss */
#content img {
  margin: 0;
  height: auto;
  max-width: 640px;
  width: auto;
}

/* line 867, ../scss/main.scss */
#content .attachment img {
  max-width: 900px;
}

/* line 871, ../scss/main.scss */
#content .alignleft,
#content img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

/* line 878, ../scss/main.scss */
#content .alignright,
#content img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

/* line 885, ../scss/main.scss */
#content .aligncenter,
#content img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 893, ../scss/main.scss */
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
  margin-bottom: 12px;
}

/* line 896, ../scss/main.scss */
#content .wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
}

/* line 903, ../scss/main.scss */
#content .wp-caption img {
  margin: 5px 5px 0;
}

/* line 906, ../scss/main.scss */
#content .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}

/* line 911, ../scss/main.scss */
#content .wp-smiley {
  margin: 0;
}

/* line 914, ../scss/main.scss */
#content .gallery {
  margin: 0 auto 18px;
}

/* line 917, ../scss/main.scss */
#content .gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

/* line 923, ../scss/main.scss */
#content .gallery img {
  border: 2px solid #cfcfcf;
}

/* line 926, ../scss/main.scss */
#content .gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

/* line 931, ../scss/main.scss */
#content .gallery dl {
  margin: 0;
}

/* line 934, ../scss/main.scss */
#content .gallery img {
  border: 10px solid #f1f1f1;
}

/* line 937, ../scss/main.scss */
#content .gallery br + br {
  display: none;
}

/* line 940, ../scss/main.scss */
#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}

/* =Navigation
-------------------------------------------------------------- */
/* line 949, ../scss/main.scss */
.navigation {
  color: #888;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
}

/* line 956, ../scss/main.scss */
.navigation a:link,
.navigation a:visited {
  color: #888;
  text-decoration: none;
}

/* line 961, ../scss/main.scss */
.navigation a:active,
.navigation a:hover {
  color: #ff4b33;
}

/* line 964, ../scss/main.scss */
.nav-previous {
  float: left;
  width: 50%;
}

/* line 968, ../scss/main.scss */
.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* line 973, ../scss/main.scss */
#nav-above {
  margin: 0 0 18px 0;
}

/* line 976, ../scss/main.scss */
#nav-above {
  display: none;
}

/* line 980, ../scss/main.scss */
.paged #nav-above,
.single #nav-above {
  display: block;
}

/* line 983, ../scss/main.scss */
#nav-below {
  margin: -18px 0 0 0;
}

/* =Comments
-------------------------------------------------------------- */
/* line 990, ../scss/main.scss */
#comments {
  clear: both;
}

/* line 993, ../scss/main.scss */
#comments .navigation {
  padding: 0 0 18px 0;
}

/* line 997, ../scss/main.scss */
h3#comments-title,
h3#reply-title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

/* line 1003, ../scss/main.scss */
h3#comments-title {
  padding: 24px 0;
}

/* line 1006, ../scss/main.scss */
.commentlist {
  list-style: none;
  margin: 0;
}

/* line 1010, ../scss/main.scss */
.commentlist li.comment {
  border-bottom: 1px solid #e7e7e7;
  line-height: 24px;
  margin: 0 0 24px 0;
  padding: 0 0 0 56px;
  position: relative;
}

/* line 1017, ../scss/main.scss */
.commentlist li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* line 1022, ../scss/main.scss */
#comments .comment-body ul,
#comments .comment-body ol {
  margin-bottom: 18px;
}

/* line 1025, ../scss/main.scss */
#comments .comment-body p:last-child {
  margin-bottom: 6px;
}

/* line 1028, ../scss/main.scss */
#comments .comment-body blockquote p:last-child {
  margin-bottom: 24px;
}

/* line 1031, ../scss/main.scss */
.commentlist ol {
  list-style: decimal;
}

/* line 1034, ../scss/main.scss */
.commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 0;
}

/* line 1041, ../scss/main.scss */
.comment-author cite {
  color: #000;
  font-style: normal;
  font-weight: bold;
}

/* line 1046, ../scss/main.scss */
.comment-author .says {
  font-style: italic;
}

/* line 1049, ../scss/main.scss */
.comment-meta {
  font-size: 12px;
  margin: 0 0 18px 0;
}

/* line 1054, ../scss/main.scss */
.comment-meta a:link,
.comment-meta a:visited {
  color: #888;
  text-decoration: none;
}

/* line 1059, ../scss/main.scss */
.comment-meta a:active,
.comment-meta a:hover {
  color: #ff4b33;
}

/* line 1066, ../scss/main.scss */
.reply {
  font-size: 12px;
  padding: 0 0 24px 0;
}

/* line 1071, ../scss/main.scss */
.reply a,
a.comment-edit-link {
  color: #888;
}

/* line 1075, ../scss/main.scss */
.reply a:hover,
a.comment-edit-link:hover {
  color: #ff4b33;
}

/* line 1078, ../scss/main.scss */
.commentlist .children {
  list-style: none;
  margin: 0;
}

/* line 1082, ../scss/main.scss */
.commentlist .children li {
  border: none;
  margin: 0;
}

/* line 1087, ../scss/main.scss */
.nopassword,
.nocomments {
  display: none;
}

/* line 1090, ../scss/main.scss */
#comments .pingback {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

/* line 1095, ../scss/main.scss */
.commentlist li.comment + li.pingback {
  margin-top: -6px;
}

/* line 1098, ../scss/main.scss */
#comments .pingback p {
  color: #888;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}

/* line 1105, ../scss/main.scss */
#comments .pingback .url {
  font-size: 13px;
  font-style: italic;
}

/* Comments form */
/* line 1111, ../scss/main.scss */
input[type=submit] {
  color: #333;
}

/* line 1114, ../scss/main.scss */
#respond {
  border-top: 1px solid #e7e7e7;
  margin: 24px 0;
  overflow: hidden;
  position: relative;
}

/* line 1120, ../scss/main.scss */
#respond p {
  margin: 0;
}

/* line 1123, ../scss/main.scss */
#respond .comment-notes {
  margin-bottom: 1em;
}

/* line 1126, ../scss/main.scss */
.form-allowed-tags {
  line-height: 1em;
}

/* line 1129, ../scss/main.scss */
.children #respond {
  margin: 0 48px 0 0;
}

/* line 1132, ../scss/main.scss */
h3#reply-title {
  margin: 18px 0;
}

/* line 1135, ../scss/main.scss */
#comments-list #respond {
  margin: 0 0 18px 0;
}

/* line 1138, ../scss/main.scss */
#comments-list ul #respond {
  margin: 0;
}

/* line 1141, ../scss/main.scss */
#cancel-comment-reply-link {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}

/* line 1146, ../scss/main.scss */
#respond .required {
  color: #ff4b33;
  font-weight: bold;
}

/* line 1150, ../scss/main.scss */
#respond label {
  color: #888;
  font-size: 12px;
}

/* line 1154, ../scss/main.scss */
#respond input {
  margin: 0 0 9px;
  width: 98%;
}

/* line 1158, ../scss/main.scss */
#respond textarea {
  width: 98%;
}

/* line 1161, ../scss/main.scss */
#respond .form-allowed-tags {
  color: #888;
  font-size: 12px;
  line-height: 18px;
}

/* line 1166, ../scss/main.scss */
#respond .form-allowed-tags code {
  font-size: 11px;
}

/* line 1169, ../scss/main.scss */
#respond .form-submit {
  margin: 12px 0;
}

/* line 1172, ../scss/main.scss */
#respond .form-submit input {
  font-size: 14px;
  width: auto;
}

/* =Widget Areas
-------------------------------------------------------------- */
/* line 1181, ../scss/main.scss */
.widget-area ul {
  list-style: none;
  margin-left: 0;
}

/* line 1185, ../scss/main.scss */
.widget-area ul ul {
  list-style: square;
  margin-left: 1.3em;
}

/* line 1189, ../scss/main.scss */
.widget_search #s {
  /* This keeps the search inputs in line */
  width: 60%;
}

/* line 1192, ../scss/main.scss */
.widget_search label {
  display: none;
}

/* line 1195, ../scss/main.scss */
.widget-container {
  margin: 0 0 18px 0;
}

/* line 1198, ../scss/main.scss */
.widget-title {
  color: #222;
  font-weight: bold;
}

/* line 1203, ../scss/main.scss */
.widget-area a:link,
.widget-area a:visited {
  text-decoration: none;
}

/* line 1207, ../scss/main.scss */
.widget-area a:active,
.widget-area a:hover {
  text-decoration: underline;
}

/* line 1210, ../scss/main.scss */
.widget-area .entry-meta {
  font-size: 11px;
}

/* line 1213, ../scss/main.scss */
#wp_tag_cloud div {
  line-height: 1.6em;
}

/* line 1216, ../scss/main.scss */
#wp-calendar {
  width: 100%;
}

/* line 1219, ../scss/main.scss */
#wp-calendar caption {
  color: #222;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 4px;
  text-align: left;
}

/* line 1226, ../scss/main.scss */
#wp-calendar thead {
  font-size: 11px;
}

/* line 1231, ../scss/main.scss */
#wp-calendar tbody {
  color: #aaa;
}

/* line 1234, ../scss/main.scss */
#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  padding: 3px 0 2px;
  text-align: center;
}

/* line 1240, ../scss/main.scss */
#wp-calendar tbody .pad {
  background: none;
}

/* line 1243, ../scss/main.scss */
#wp-calendar tfoot #next {
  text-align: right;
}

/* line 1246, ../scss/main.scss */
.widget_rss a.rsswidget {
  color: #000;
}

/* line 1249, ../scss/main.scss */
.widget_rss a.rsswidget:hover {
  color: #ff4b33;
}

/* line 1252, ../scss/main.scss */
.widget_rss .widget-title img {
  width: 11px;
  height: 11px;
}

/* Main sidebars */
/* line 1258, ../scss/main.scss */
#main .widget-area ul {
  margin-left: 0;
  padding: 0 20px 0 0;
}

/* line 1262, ../scss/main.scss */
#main .widget-area ul ul {
  border: none;
  margin-left: 1.3em;
  padding: 0;
}

/* Footer widget areas */
/* =Footer
-------------------------------------------------------------- */
/* line 1280, ../scss/main.scss */
#footer {
  margin-bottom: 20px;
}

/* line 1283, ../scss/main.scss */
#colophon {
  border-top: 4px solid #000;
  margin-top: -4px;
  overflow: hidden;
  padding: 18px 0;
}

/* line 1289, ../scss/main.scss */
#site-info {
  font-weight: bold;
}

/* line 1292, ../scss/main.scss */
#site-info a {
  color: #000;
  text-decoration: none;
}

/* line 1296, ../scss/main.scss */
#site-generator {
  font-style: italic;
  position: relative;
}

/* line 1300, ../scss/main.scss */
#site-generator a {
  background: url(images/wordpress.png) center left no-repeat;
  color: #666;
  display: inline-block;
  line-height: 16px;
  padding-left: 20px;
  text-decoration: none;
}

/* line 1308, ../scss/main.scss */
#site-generator a:hover {
  text-decoration: underline;
}

/* line 1311, ../scss/main.scss */
img#wpstats {
  display: block;
  margin: 0 auto 10px;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
/* line 1320, ../scss/main.scss */
pre {
  -webkit-text-size-adjust: 140%;
}

/* line 1323, ../scss/main.scss */
code {
  -webkit-text-size-adjust: 160%;
}

/* line 1330, ../scss/main.scss */
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
  -webkit-text-size-adjust: 120%;
}

/* line 1333, ../scss/main.scss */
#site-description {
  -webkit-text-size-adjust: none;
}

/* =Print Style
-------------------------------------------------------------- */
@media print {
  /* line 1342, ../scss/main.scss */
  body {
    background: none !important;
  }

  /* line 1345, ../scss/main.scss */
  #wrapper {
    clear: both !important;
    display: block !important;
    float: none !important;
    position: relative !important;
  }

  /* line 1351, ../scss/main.scss */
  #header {
    border-bottom: 2pt solid #000;
    padding-bottom: 18pt;
  }

  /* line 1355, ../scss/main.scss */
  #colophon {
    border-top: 2pt solid #000;
  }

  /* line 1359, ../scss/main.scss */
  #site-title,
  #site-description {
    float: none;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
  }

  /* line 1365, ../scss/main.scss */
  #site-title {
    font-size: 13pt;
  }

  /* line 1368, ../scss/main.scss */
  .entry-content {
    font-size: 14pt;
    line-height: 1.6em;
  }

  /* line 1372, ../scss/main.scss */
  .entry-title {
    font-size: 21pt;
  }

  /* line 1382, ../scss/main.scss */
  #access,
  #branding img,
  #respond,
  .comment-edit-link,
  .edit-link,
  .navigation,
  .page-link,
  .widget-area {
    display: none !important;
  }

  /* line 1387, ../scss/main.scss */
  #container,
  #header,
  #footer {
    margin: 0;
    width: 100%;
  }

  /* line 1392, ../scss/main.scss */
  #content,
  .one-column #content {
    margin: 24pt 0 0;
    width: 100%;
  }

  /* line 1396, ../scss/main.scss */
  .wp-caption p {
    font-size: 11pt;
  }

  /* line 1400, ../scss/main.scss */
  #site-info,
  #site-generator {
    float: none;
    width: auto;
  }

  /* line 1404, ../scss/main.scss */
  #colophon {
    width: auto;
  }

  /* line 1407, ../scss/main.scss */
  img#wpstats {
    display: none;
  }

  /* line 1410, ../scss/main.scss */
  #site-generator a {
    margin: 0;
    padding: 0;
  }

  /* line 1414, ../scss/main.scss */
  #entry-author-info {
    border: 1px solid #e7e7e7;
  }

  /* line 1417, ../scss/main.scss */
  #main {
    display: inline;
  }

  /* line 1420, ../scss/main.scss */
  .home .sticky {
    border: none;
  }
}
/* line 1426, ../scss/main.scss */
p code {
  padding: 1px 5px 1px 5px;
}

/* line 1430, ../scss/main.scss */
code {
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  background-color: #EEE;
}

/* line 1436, ../scss/main.scss */
pre {
  padding: 5px;
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  margin-bottom: 10px;
  background-color: #EEE;
  overflow: auto;
  width: auto;
}

/* line 1448, ../scss/main.scss */
table.most-common-user-agents .user_agent_string_md5 {
  display: none;
}

/* line 1453, ../scss/main.scss */
ins {
  background: white !important;
}

/* line 1462, ../scss/main.scss */
body.postid-2229 textarea.get-the-list {
  color: #111;
  background: #e7e7e7;
  border: 1px solid #999;
  width: 100%;
  height: 180px;
  margin-bottom: 0px;
  font-size: 12px;
  font-family: Courier New, Courier New, monospace;
  border-bottom: 0;
}
/* line 1476, ../scss/main.scss */
body.postid-2229 p.your-useragent {
  margin-bottom: .25em;
}
/* line 1481, ../scss/main.scss */
body.postid-2229 small.last-updated {
  text-align: right;
  display: block;
}

/*#content{

  div
  {
    .related_post
    {
      display:none;
    }
    .related_post_title
    {
      display:none;
    }
    .entry-utility
    {
      display:none;
    }
  }


  #nav-below
  {
    display:none;
  }

}
*/
/* line 1521, ../scss/main.scss */
div.horz-ad {
  height: 120px;
  position: relative;
}
/* line 1525, ../scss/main.scss */
div.horz-ad > .inside {
  position: absolute;
  top: -7px;
  left: -38px;
}

/* line 1533, ../scss/main.scss */
#branding img {
  height: 110px;
}

/* line 1538, ../scss/main.scss */
#access {
  background: #222;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}

/* line 1546, ../scss/main.scss */
#site-description {
  display: none;
}

/* line 1551, ../scss/main.scss */
#search-5 {
  top: 45px;
  position: absolute;
}

/* line 1557, ../scss/main.scss */
body.postid-1516 {
  background: #777;
}
/* line 1562, ../scss/main.scss */
body.postid-1516 .widget_ad_widget, body.postid-1516 #branding img {
  display: none;
}
/* line 1568, ../scss/main.scss */
body.postid-1516 #comments-title {
  border-top: 1px solid #e7e7e7;
  font-size: 18px;
}
/* line 1575, ../scss/main.scss */
body.postid-1516 .entry-content h4 {
  font-weight: bold;
  font-family: Arial;
}
/* line 1584, ../scss/main.scss */
body.postid-1516 ol.commentlist > li.comment {
  border-bottom: none;
  padding-left: 0;
}
/* line 1588, ../scss/main.scss */
body.postid-1516 ol.commentlist > li.comment > div {
  border-left: 6px solid #e7e7e7;
  padding-left: 13px;
}
/* line 1596, ../scss/main.scss */
body.postid-1516 .entry-utility, body.postid-1516 #nav-below, body.postid-1516 #nav-above, body.postid-1516 .entry-meta {
  display: none;
}
/* line 1602, ../scss/main.scss */
body.postid-1516 #li-comment-5224, body.postid-1516 #li-comment-5227, body.postid-1516 #li-comment-5229, body.postid-1516 #li-comment-5227 {
  display: none;
}
/* line 1608, ../scss/main.scss */
body.postid-1516 #text-6, body.postid-1516 #categories-454644021 {
  display: none !important;
}
/* line 1614, ../scss/main.scss */
body.postid-1516 #content {
  float: left;
  margin-right: 0 !important;
  width: 640px;
}
/* line 1622, ../scss/main.scss */
body.postid-1516 #content #gform_wrapper_1 {
  color: #555;
}
/* line 1627, ../scss/main.scss */
body.postid-1516 #content #gform_wrapper_1 .gform_title {
  color: #F1750B;
  font-family: arial;
  font-size: 20px;
  padding-bottom: 0em;
  margin-bottom: 0em;
  margin-top: 1em;
  border-bottom: 1px solid #eee;
}
/* line 1637, ../scss/main.scss */
body.postid-1516 #content #gform_wrapper_1 input[type=text] {
  margin-bottom: .5em;
  padding: .2em;
  font-family: arial;
  color: #555;
}
/* line 1645, ../scss/main.scss */
body.postid-1516 #content #gform_wrapper_1 select {
  font-size: 16px;
}
/* line 1651, ../scss/main.scss */
body.postid-1516 #content #gform_wrapper_1 .gform_footer.top_label {
  margin-top: .5em;
  margin-bottom: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
}
/* line 1659, ../scss/main.scss */
body.postid-1516 #content #gform_wrapper_1 .gform_footer.top_label input[type=submit] {
  color: white !important;
  border: #f47a20;
}
/* line 1669, ../scss/main.scss */
body.postid-1516 #content #gform_wrapper_1 #field_1_3 {
  padding-top: .7em;
}
/* line 1672, ../scss/main.scss */
body.postid-1516 #content #gform_wrapper_1 #field_1_3 .gfield_label {
  display: none;
}

/* line 1700, ../scss/main.scss */
.commentlist .avatar {
  top: 0px;
  left: -25px;
}

/* line 1711, ../scss/main.scss */
#content table.keycode-table tr td {
  border: 1px solid #E7E7E7;
  border-collapse: collapse;
  padding: 1px 10px 1px 10px;
  line-height: 1.4em;
  margin: 0;
  font-family: courier;
  font-size: 15px;
}
/* line 1723, ../scss/main.scss */
#content table.keycode-table tr td.mac {
  background: #efefef;
}

/* line 5, ../scss/partials/_mobile.scss */
#access {
  background: #000;
  min-height: 30px;
  width: 100%;
}

/* line 14, ../scss/partials/_mobile.scss */
#branding .header-img-wrap {
  background: #444;
  clear: both;
}
/* line 18, ../scss/partials/_mobile.scss */
#branding .header-img-wrap img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  background: #444;
}

@media (max-width: 779px) {
  /* line 32, ../scss/partials/_mobile.scss */
  body {
    -ms-overflow-x: hidden;
    overflow-x: hidden;
  }

  /* line 40, ../scss/partials/_mobile.scss */
  .entry-content img {
    max-width: 100% !important;
    height: auto;
  }

  /* line 53, ../scss/partials/_mobile.scss */
  #access {
    float: none;
    clear: both;
  }

  /* line 59, ../scss/partials/_mobile.scss */
  #wrapper {
    margin-top: 0;
  }

  /* line 81, ../scss/partials/_mobile.scss */
  #access #menu-home li {
    float: none;
  }

  /* line 97, ../scss/partials/_mobile.scss */
  #header {
    padding-top: 15px;
  }

  /* line 104, ../scss/partials/_mobile.scss */
  #branding img {
    display: none;
  }
  /* line 109, ../scss/partials/_mobile.scss */
  #branding #site-title {
    font-size: 20px;
    line-height: 1.0em;
    margin-bottom: 15px;
    padding: 0;
  }
  /* line 117, ../scss/partials/_mobile.scss */
  #branding #site-description {
    display: none;
  }

  /* line 124, ../scss/partials/_mobile.scss */
  .widget-area {
    border: 1px solid red;
    display: none;
  }

  /* line 130, ../scss/partials/_mobile.scss */
  #content {
    margin-right: 0;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 780px) {
  /* line 146, ../scss/partials/_mobile.scss */
  #masthead, #masthead * {
    display: block;
    width: auto !important;
    max-width: 100%;
    overflow: hidden;
  }
}
