@import url('//fonts.googleapis.com/css?family=Noto+Sans');
@import url('//fonts.googleapis.com/css?family=Rationale');
@import url('//fonts.googleapis.com/css?family=Arimo:400,700');
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  background-color: #292929;
}
a {
  color: #d39900;
}
a:hover,
a:focus {
  color: #000000;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 22.5px;
  line-height: 33px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 11px 0;
  font-family: "Rationale", sans-serif;
  font-weight: 300;
  line-height: 22px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1,
h2,
h3 {
  line-height: 44px;
}
h1 {
  font-size: 41.25px;
}
h2 {
  font-size: 33.75px;
}
h3 {
  font-size: 26.25px;
}
h4 {
  font-size: 18.75px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 12.75px;
}
h1 small {
  font-size: 26.25px;
}
h2 small {
  font-size: 18.75px;
}
h3 small {
  font-size: 15px;
}
h4 small {
  font-size: 15px;
}
.page-header {
  padding-bottom: 10px;
  margin: 22px 0 33px;
}
ul,
ol {
  margin: 0 0 11px 25px;
}
li {
  line-height: 22px;
}
dl {
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 22px;
}
dd {
  margin-left: 11px;
}
.dl-horizontal dt {
  width: 160px;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 22px 0;
  border-top: 1px solid #eeeeee;
}
blockquote {
  margin: 0 0 22px;
}
blockquote p {
  font-size: 18.75px;
}
blockquote small {
  line-height: 22px;
}
address {
  margin-bottom: 22px;
  line-height: 22px;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 13px;
}
pre {
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 14px;
  line-height: 22px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
pre.prettyprint {
  margin-bottom: 22px;
}
form {
  margin: 0 0 22px;
}
legend {
  margin-bottom: 22px;
  font-size: 22.5px;
  line-height: 44px;
}
legend small {
  font-size: 16.5px;
}
label,
input,
button,
select,
textarea {
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
}
input,
button,
select,
textarea {
  font-family: "Noto Sans", sans-serif;
}
label {
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  height: 22px;
  margin-bottom: 11px;
  font-size: 15px;
  line-height: 22px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
}
select,
input[type="file"] {
  height: 32px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  line-height: 32px;
}
select {
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
.uneditable-input,
.uneditable-textarea {
  background-color: #fcfcfc;
  border-color: #cccccc;
}
.radio,
.checkbox {
  min-height: 22px;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eeeeee;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
.form-actions {
  padding: 21px 20px 22px;
  margin-top: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
}
.help-block,
.help-inline {
  color: #262626;
}
.help-block {
  margin-bottom: 11px;
}
.input-append,
.input-prepend {
  margin-bottom: 11px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 15px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.input-append .add-on,
.input-prepend .add-on {
  height: 22px;
  font-size: 15px;
  line-height: 22px;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
input.search-query {
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  margin-bottom: 0;
}
.control-group {
  margin-bottom: 11px;
}
legend + .control-group {
  margin-top: 22px;
}
.form-horizontal .control-group {
  margin-bottom: 22px;
}
.form-horizontal .control-label {
  width: 160px;
}
.form-horizontal .controls {
  margin-left: 180px;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 11px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  background-color: transparent;
}
.table {
  margin-bottom: 22px;
}
.table th,
.table td {
  line-height: 22px;
  border-top: 1px solid #dddddd;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #292929;
}
.table-bordered {
  border: 1px solid #dddddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
.dropdown-menu {
  z-index: 1000;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 10px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  line-height: 22px;
  color: #333333;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  background-color: #c99100;
  background-image: -moz-linear-gradient(top, #d39900, #b98600);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d39900), to(#b98600));
  background-image: -webkit-linear-gradient(top, #d39900, #b98600);
  background-image: -o-linear-gradient(top, #d39900, #b98600);
  background-image: linear-gradient(to bottom, #d39900, #b98600);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd39900', endColorstr='#ffb98600', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  background-color: #c99100;
  background-image: -moz-linear-gradient(top, #d39900, #b98600);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d39900), to(#b98600));
  background-image: -webkit-linear-gradient(top, #d39900, #b98600);
  background-image: -o-linear-gradient(top, #d39900, #b98600);
  background-image: linear-gradient(to bottom, #d39900, #b98600);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd39900', endColorstr='#ffb98600', GradientType=0);
}
.open {
  *z-index: 1000;
}
.dropdown-submenu > a:after {
  border-left-color: #cccccc;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.typeahead {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.well-large {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.well-small {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.close {
  line-height: 22px;
}
.btn {
  font-size: 15px;
  line-height: 22px;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn-large {
  padding: 22px 30px;
  font-size: 18.75px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 12.75px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11.25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #292929;
  background-image: -moz-linear-gradient(top, #292929, #292929);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#292929), to(#292929));
  background-image: -webkit-linear-gradient(top, #292929, #292929);
  background-image: -o-linear-gradient(top, #292929, #292929);
  background-image: linear-gradient(to bottom, #292929, #292929);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff292929', endColorstr='#ff292929', GradientType=0);
  border-color: #292929 #292929 #030303;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #292929;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #292929;
  *background-color: #1c1c1c;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #101010 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
.btn-link {
  color: #d39900;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #000000;
}
.btn-toolbar {
  margin-top: 11px;
  margin-bottom: 11px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 15px;
}
.btn-group > .btn-mini {
  font-size: 11.25px;
}
.btn-group > .btn-small {
  font-size: 12.75px;
}
.btn-group > .btn-large {
  font-size: 18.75px;
}
.btn-group > .btn:first-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.btn-group > .btn.large:first-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #292929;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 22px;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert .close {
  line-height: 22px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.nav {
  margin-bottom: 22px;
}
.nav-header {
  line-height: 22px;
}
.nav-list {
  margin-bottom: 0;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  background-color: #d39900;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 10px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs > li > a {
  line-height: 22px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background-color: #292929;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  background-color: #d39900;
}
.nav .dropdown-toggle .caret {
  border-top-color: #d39900;
  border-bottom-color: #d39900;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.navbar {
  margin-bottom: 22px;
}
.navbar-inner {
  min-height: 50px;
  background-color: #a9945b;
  background-image: -moz-linear-gradient(top, #ffdb7c, #292929);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffdb7c), to(#292929));
  background-image: -webkit-linear-gradient(top, #ffdb7c, #292929);
  background-image: -o-linear-gradient(top, #ffdb7c, #292929);
  background-image: linear-gradient(to bottom, #ffdb7c, #292929);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffdb7c', endColorstr='#ff292929', GradientType=0);
  border: 1px solid #0a0a0a;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar .brand {
  padding: 14px 20px 14px;
  color: #292929;
  text-shadow: 0 1px 0 #ffdb7c;
}
.navbar-text {
  line-height: 50px;
  color: #292929;
}
.navbar-link {
  color: #292929;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #000000;
}
.navbar .divider-vertical {
  height: 50px;
  border-left: 1px solid #292929;
  border-right: 1px solid #ffdb7c;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 10px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 10px;
}
.navbar-search {
  margin-top: 10px;
}
.navbar-search .search-query {
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
}
.navbar-static-top {
  margin-bottom: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar .nav > li > a {
  padding: 14px 15px 14px;
  color: #292929;
  text-shadow: 0 1px 0 #ffdb7c;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: #ffdb7c;
  color: #000000;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #292929;
  background-color: #ffdb7c;
}
.navbar .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #a48b46;
  background-image: -moz-linear-gradient(top, #ffd462, #1c1c1c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd462), to(#1c1c1c));
  background-image: -webkit-linear-gradient(top, #ffd462, #1c1c1c);
  background-image: -o-linear-gradient(top, #ffd462, #1c1c1c);
  background-image: linear-gradient(to bottom, #ffd462, #1c1c1c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffd462', endColorstr='#ff1c1c1c', GradientType=0);
  border-color: #1c1c1c #1c1c1c #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #1c1c1c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #1c1c1c;
  *background-color: #101010;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #030303 \9;
}
.navbar .nav > li > .dropdown-menu:before {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.navbar .nav > li > .dropdown-menu:after {
  border-bottom-color: #ffffff;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top-color: rgba(0, 0, 0, 0.2);
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top-color: #ffffff;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #ffdb7c;
  color: #292929;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #292929;
  border-bottom-color: #292929;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #292929;
  border-bottom-color: #292929;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  background-color: #515151;
  border-color: #111111;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  background-color: #ffffff;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  margin: 0 0 22px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pagination {
  margin: 22px 0;
}
.pagination ul {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pagination ul > li > a,
.pagination ul > li > span {
  line-height: 22px;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 22px 30px;
  font-size: 18.75px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 12.75px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 2px 6px;
  font-size: 11.25px;
}
.pager {
  margin: 22px 0;
}
.tooltip-inner {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.thumbnails {
  margin-left: -20px;
}
.thumbnails > li {
  float: left;
  margin-bottom: 22px;
  margin-left: 20px;
}
.thumbnail {
  line-height: 22px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #d39900;
}
.label,
.badge {
  font-size: 12.69px;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.progress {
  height: 22px;
  margin-bottom: 22px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.accordion {
  margin-bottom: 22px;
}
.accordion-group {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .dl-horizontal dt {
    width: auto;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .page-header h1 small {
    line-height: 22px;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
}
@media (max-width: 979px) {
  .navbar-fixed-top {
    margin-bottom: 22px;
  }
  .navbar-fixed-bottom {
    margin-top: 22px;
  }
  .nav-collapse .nav {
    margin: 0 0 11px;
  }
  .nav-collapse .nav .nav-header {
    color: #292929;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    color: #292929;
  }
  .nav-collapse .btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #292929;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    padding: 11px 15px;
    margin: 11px 0;
    border-top: 1px solid #292929;
    border-bottom: 1px solid #292929;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
}
[class*="span"].flush {
  margin-left: 0;
}
.row .span12.flush {
  width: 960px;
}
.row .span11.flush {
  width: 880px;
}
.row .span10.flush {
  width: 800px;
}
.row .span9.flush {
  width: 720px;
}
.row .span8.flush {
  width: 640px;
}
.row .span7.flush {
  width: 560px;
}
.row .span6.flush {
  width: 480px;
}
.row .span5.flush {
  width: 400px;
}
.row .span4.flush {
  width: 320px;
}
.row .span3.flush {
  width: 240px;
}
.row .span2.flush {
  width: 160px;
}
.row .span1.flush {
  width: 80px;
}
.row-fluid .span12.flush {
  width: 102.12765957%;
}
.row-fluid .span11.flush {
  width: 93.61702128%;
}
.row-fluid .span10.flush {
  width: 85.10638298%;
}
.row-fluid .span9.flush {
  width: 76.59574468%;
}
.row-fluid .span8.flush {
  width: 68.08510638%;
}
.row-fluid .span7.flush {
  width: 59.57446809%;
}
.row-fluid .span6.flush {
  width: 51.06382979%;
}
.row-fluid .span5.flush {
  width: 42.55319149%;
}
.row-fluid .span4.flush {
  width: 34.04255319%;
}
.row-fluid .span3.flush {
  width: 25.53191489%;
}
.row-fluid .span2.flush {
  width: 17.0212766%;
}
.row-fluid .span1.flush {
  width: 8.5106383%;
}
html,
body {
  height: 100%;
}
#sf-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -4em;
}
#push,
#footer {
  height: 4em;
}
body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}
html.lt-ie7 #wrap {
  display: table;
  height: 100%;
}
/* modify this variable as per theme color */
/*  if required modify this color*/
/*  if required modify this color*/
.primary-color-background {
  background-color: #292929;
  color: #ffffff;
}
.primary-color-text {
  color: #292929;
}
.secondary-color-background {
  background-color: inherit;
  color: #ffffff;
}
.secondary-color-text {
  color: inherit;
}
#nudgeMarketWrap .primary-color-background {
  background-color: #a66026;
  color: #ffffff;
}
h1 {
  font-size: 31.5px;
  line-height: 41.8px;
}
h2 {
  font-size: 24px;
  line-height: 30.8px;
}
h3 {
  font-size: 21px;
  line-height: 28.6px;
}
h4 {
  font-size: 19.5px;
  line-height: 26.4px;
}
h5 {
  font-size: 18px;
  line-height: 24.2px;
}
h6 {
  font-size: 16.5px;
  line-height: 22px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 27.6px;
    line-height: 40.48px;
  }
  h2 {
    font-size: 24px;
    line-height: 35.2px;
  }
  h3 {
    font-size: 20.4px;
    line-height: 29.92px;
  }
  h4 {
    font-size: 18px;
    line-height: 26.4px;
  }
  h5 {
    font-size: 17.25px;
    line-height: 25.3px;
  }
  h6 {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 320px) {
  h1 {
    font-size: 22.425px;
    line-height: 32.89px;
  }
  h2 {
    font-size: 21px;
    line-height: 30.8px;
  }
  h3 {
    font-size: 17.85px;
    line-height: 26.18px;
  }
  h4 {
    font-size: 15.75px;
    line-height: 23.1px;
  }
  h5 {
    font-size: 15.3px;
    line-height: 22.44px;
  }
  h6 {
    font-size: 15px;
    line-height: 22px;
  }
}
.navbar-inner {
  background: none;
  filter: none;
}
#ctmcontentcontainer {
  padding: 0;
}
#ctmcontentcontainer #gallery.carousel {
  height: auto !important;
  width: 100% !important;
}
#ctmcontentcontainer #gallery img {
  max-height: 750px;
  max-width: 100%;
}
#homepage .mainnav ul li ul,
#innerpage .mainnav ul li ul {
  position: absolute;
  display: none;
  visibility: visible;
  z-index: 10000;
  top: 100%;
  width: auto;
  margin: 0;
  background-color: #292929;
}
#homepage .mainnav ul li ul li,
#innerpage .mainnav ul li ul li {
  display: block;
}
#homepage .mainnav ul li.mainnavlink ul li a,
#innerpage .mainnav ul li.mainnavlink ul li a,
#homepage .mainnav ul li.mainnavlinkactive ul li a,
#innerpage .mainnav ul li.mainnavlinkactive ul li a {
  display: block;
  padding: 8px 25px;
  border-bottom: 1px solid #363636;
}
#homepage .mainnav ul li.mainnavlink ul li a:link,
#innerpage .mainnav ul li.mainnavlink ul li a:link,
#homepage .mainnav ul li.mainnavlink ul li a:visited,
#innerpage .mainnav ul li.mainnavlink ul li a:visited,
#homepage .mainnav ul li.mainnavlinkactive ul li a:link,
#innerpage .mainnav ul li.mainnavlinkactive ul li a:link,
#homepage .mainnav ul li.mainnavlinkactive ul li a:visited,
#innerpage .mainnav ul li.mainnavlinkactive ul li a:visited {
  color: #ffcd49;
  display: block;
  font-size: 15px;
  line-height: 22px;
}
#homepage .mainnav ul li.mainnavlink ul li a:hover,
#innerpage .mainnav ul li.mainnavlink ul li a:hover,
#homepage .mainnav ul li.mainnavlinkactive ul li a:hover,
#innerpage .mainnav ul li.mainnavlinkactive ul li a:hover {
  color: #000000;
  background-color: #ffcd49;
  border-bottom: 1px solid #363636;
  text-decoration: none;
}
@media (min-width: 320px) and (max-width: 770px) {
  #homepage .mainnav ul li ul,
  #innerpage .mainnav ul li ul {
    position: relative;
    background-color: transparent;
    z-index: 10000;
  }
  #homepage .mainnav ul li.mainnavlink ul li a,
  #innerpage .mainnav ul li.mainnavlink ul li a,
  #homepage .mainnav ul li.mainnavlinkactive ul li a,
  #innerpage .mainnav ul li.mainnavlinkactive ul li a {
    border-bottom: none;
    font-size: 12px;
    color: #d7d7d7;
  }
  #homepage .mainnav ul li.mainnavlink ul li a:link,
  #innerpage .mainnav ul li.mainnavlink ul li a:link,
  #homepage .mainnav ul li.mainnavlink ul li a:visited,
  #innerpage .mainnav ul li.mainnavlink ul li a:visited,
  #homepage .mainnav ul li.mainnavlinkactive ul li a:link,
  #innerpage .mainnav ul li.mainnavlinkactive ul li a:link,
  #homepage .mainnav ul li.mainnavlinkactive ul li a:visited,
  #innerpage .mainnav ul li.mainnavlinkactive ul li a:visited {
    color: #d7d7d7;
    font-size: 12px;
  }
  #homepage .mainnav ul li.mainnavlink ul li a:hover,
  #innerpage .mainnav ul li.mainnavlink ul li a:hover,
  #homepage .mainnav ul li.mainnavlinkactive ul li a:hover,
  #innerpage .mainnav ul li.mainnavlinkactive ul li a:hover {
    color: #000000;
    border-bottom: none;
    background-color: #4d4d4d;
  }
}
#innerpage .tabs-left > .nav-tabs .active > a,
#rentcafe_residentportal .tabs-left > .nav-tabs .active > a,
#rentcafe_onlineleasing .tabs-left > .nav-tabs .active > a,
#innerpage .tabs-left > .nav-tabs .active > a:hover,
#rentcafe_residentportal .tabs-left > .nav-tabs .active > a:hover,
#rentcafe_onlineleasing .tabs-left > .nav-tabs .active > a:hover,
#innerpage .tabs-left > .nav-tabs .active > a:focus,
#rentcafe_residentportal .tabs-left > .nav-tabs .active > a:focus,
#rentcafe_onlineleasing .tabs-left > .nav-tabs .active > a:focus,
#innerpage .nav-tabs > .active > a,
#rentcafe_residentportal .nav-tabs > .active > a,
#rentcafe_onlineleasing .nav-tabs > .active > a,
#innerpage .nav-tabs > .active > a:hover,
#rentcafe_residentportal .nav-tabs > .active > a:hover,
#rentcafe_onlineleasing .nav-tabs > .active > a:hover,
#innerpage .nav-tabs > .active > a:focus,
#rentcafe_residentportal .nav-tabs > .active > a:focus,
#rentcafe_onlineleasing .nav-tabs > .active > a:focus {
  background-color: #ffffff !important;
}
.nav-list {
  padding-left: 0;
}
.nav-list > li > a {
  text-shadow: none;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
#rsLeftSection {
  float: none;
}
#rentcafe_onlineleasing #ctmcontentcontainer,
#rentcafe_residentportal #ctmcontentcontainer,
#rentcafe_onlineleasing #main-content,
#rentcafe_residentportal #main-content {
  overflow: visible;
}
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .navbar-inner,
#rentcafe_residentportal #ctmcontentcontainer .navbar .navbar-inner {
  min-height: 40px;
}
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav li,
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav li {
  padding: 0;
}
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav > li > a:hover,
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav > li > a:focus,
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav > li > a:hover,
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav > li > a:focus {
  color: #333333;
  text-shadow: none;
  background-color: transparent;
  border-width: 0;
}
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav > .active > a,
#rentcafe_onlineleasing #ctmcontentcontainer.navbar .nav > li > a .navbar .nav > .active > a:hover,
#rentcafe_onlineleasing #ctmcontentcontainer.navbar .nav > li > a .navbar .nav > .active > a:focus,
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav > .active > a,
#rentcafe_residentportal #ctmcontentcontainer.navbar .nav > li > a .navbar .nav > .active > a:hover,
#rentcafe_residentportal #ctmcontentcontainer.navbar .nav > li > a .navbar .nav > .active > a:focus {
  color: #333333;
  text-shadow: none;
  background-color: #eeeeee;
  border-width: 0;
}
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav > .active > a:hover,
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav > .active > a:hover {
  color: #000000;
  background-color: #eeeeee;
}
#rentcafe_onlineleasing #ctmcontentcontainer .navbar .nav li a,
#rentcafe_residentportal #ctmcontentcontainer .navbar .nav li a {
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  line-height: 21px;
}
#rentcafe_onlineleasing .navbar ul.nav i,
#rentcafe_residentportal .navbar ul.nav i {
  line-height: 12px;
}
#rentcafe_onlineleasing .navbar .nav li.dropdown > a:hover .caret,
#rentcafe_residentportal .navbar .nav li.dropdown > a:hover .caret {
  border-bottom-color: #333;
  border-top-color: #333;
}
#rentcafe_residentportal .navbar .nav > li > .dropdown-menu:after,
#rentcafe_onlineleasing .navbar .nav > li > .dropdown-menu:after {
  border-bottom-color: #ffcd49 !important;
  border-top-color: #ffcd49 !important;
}
#rentcafe_residentportal .dropdown-menu,
#rentcafe_onlineleasing .dropdown-menu {
  border-bottom: 2px solid #555555;
  border-top: 2px solid #ffcd49;
}
#rentcafe_residentportal .dropdown-menu li > a,
#rentcafe_onlineleasing .dropdown-menu li > a {
  background-color: #ffffff;
  color: #555555;
}
#rentcafe_residentportal .dropdown-menu li > a:hover,
#rentcafe_residentportal .dropdown-menu li > a:focus,
#rentcafe_residentportal .dropdown-submenu:hover > a,
#rentcafe_onlineleasing .dropdown-menu li > a:hover,
#rentcafe_onlineleasing.dropdown-menu li > a:focus,
#rentcafe_onlineleasing .dropdown-submenu:hover > a {
  background-color: #eeeeee;
  color: #555555;
}
#workflowStepsWrap .ole-scroller,
#workflowStepsWrap .ole-menu-main,
#workflowStepsWrap .ole-menu-main ul {
  background-color: #333333;
}
#workflowStepsWrap .ole-menu-wrapper,
#workflowStepsWrap .ole-menu-main li.ole-trigger {
  box-shadow: 0 0 5px #000000;
}
#workflowStepsWrap .ole-menu-main a {
  color: #cccccc;
}
#workflowStepsWrap .ole-menu-main a:hover,
#workflowStepsWrap .ole-menu li.ole-search-item:hover,
#workflowStepsWrap .ole-menu li.ole-search-item:hover a {
  background-color: #474747;
  color: #ffffff;
}
#workflowStepsWrap .done,
#workflowStepsWrap .done a {
  color: #ffffff;
}
#workflowStepsWrap .current,
#workflowStepsWrap .current a {
  background-color: #ffcd49;
  color: #292929;
}
#workflowStepsWrap .current a:hover {
  background-color: #ffdb7c;
  color: #292929;
}
#workflowStepsWrap .current:after {
  color: #292929;
}
#workflowStepsWrap .ole-menu-main .tbd a:hover {
  color: #cccccc;
  background-color: #474747;
}
#workflowStepsWrap .ole-menu-main > li {
  border-right: 1px solid #474747;
}
#workflowStepsWrap .ole-menu-main > li:last-child {
  border-left: 1px solid #474747;
}
#workflowStepsWrap .ole-menu-wrapper {
  border-top: 1px solid #474747;
}
#workflowStepsWrap .ole-menu {
  border-bottom: 1px solid #474747;
}
#workflowStepsWrap .ole-menu li:not(:first-child),
#workflowStepsWrap .ole-menu li li {
  box-shadow: 0 1px #474747 inset;
}
#workflowStepsWrap .ole-menu-main li.ole-trigger {
  background-color: #333333;
}
#workflowStepsWrap .ole-icon-menu:before {
  color: #cccccc;
}
#workflowStepsWrap .done:after,
#workflowStepsWrap .done:hover::after {
  color: #6c7e0b;
}
#ResServicesContent ul.nav li {
  background-color: transparent;
  margin-bottom: -1px;
}
#rentcafe_residentportal .nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
#rentcafe_residentportal .nav-tabs > .active > a:focus {
  background-color: #ffffff;
}
#ApplicantInformation .ApplicantInfoHeader,
#ApplicantInformation .ApplicantInfoSection h2,
#PetsInformationDiv h2,
#VehicleInformationDiv h2 {
  background-color: #555555;
  color: #ffffff;
  border-width: 0;
  padding-left: 10px;
}
.section-header {
  background-color: #555555;
  color: #ffffff;
  border-width: 0;
  font-size: 18px;
  display: block;
  margin: 40px 0 30px 0;
  padding: 10px;
  position: relative;
}
#rentcafe_residentportal .nav-tabs.nav-stacked > li > a:hover {
  background-color: #eeeeee;
  color: #292929;
}
.table-header {
  background-color: #434343 !important;
  color: #ffffff;
}
.widgets {
  background-color: #ffffff !important;
  margin-top: 0;
  padding-bottom: 15px;
}
.ehColor {
  fill: #292929;
}
.btn-primary {
  color: #ffffff;
}
#top-holder {
  left: 0;
  top: 0;
  margin-bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  margin-top: 0px;
}
.fixed {
  position: fixed;
  height: auto;
  -webkit-animation: moveFromTop 0.3s ease-out;
  -moz-animation: moveFromTop 0.3s ease-out;
  -ms-animation: moveFromTop 0.3s ease-out;
}
.fixed #loginlinkslogosn-holder {
  background: rgba(41, 41, 41, 0.95);
}
.fixed #loginlinkslogosn-holder #logo-container {
  padding: 8px 5px;
}
.fixed #loginlinkslogosn-holder #logo-container img {
  max-height: 74px;
}
.fixed #loginlinkslogosn-holder #login-links {
  margin-top: 33px;
}
.fixed #loginlinkslogosn-holder #snicon-holder {
  margin-top: 30px;
}
.fixed .navbar .nav > li > a {
  padding: 7px 11px;
}
@keyframes moveFromTop {
  0% {
    margin-top: -100px;
  }
  100% {
    margin-top: 0;
  }
}
@-moz-keyframes moveFromTop {
  0% {
    margin-top: -100px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes moveFromTop {
  0% {
    margin-top: -100px;
  }
  100% {
    margin-top: 0;
  }
}
#menu-holder {
  background: #ffcd49;
}
header {
  height: 560px;
}
header #loginlinkslogosn-holder {
  background: #292929;
  background: rgba(41, 41, 41, 0.8);
  border-bottom: 1px solid #ffcd49;
}
header #loginlinkslogosn-holder #logo-container {
  padding: 22px 5px;
  text-align: center;
}
header #loginlinkslogosn-holder #logo-container img {
  height: auto;
  max-height: 84px;
  max-width: 220px;
  width: auto;
}
header #loginlinkslogosn-holder #login-links {
  margin-top: 53px;
}
header #loginlinkslogosn-holder #login-links ul {
  margin: 0;
}
header #loginlinkslogosn-holder #login-links ul li {
  float: left;
  list-style-type: none;
  margin-left: 10px;
}
header #loginlinkslogosn-holder #login-links ul li a {
  font-family: "Noto Sans", sans-serif;
  font-size: 13.995px;
  color: #ffcd49;
  text-transform: uppercase;
  margin: 0;
  padding: 3px 10px;
  overflow: hidden;
  border: 1px solid #ffcd49;
  background-color: transparent;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
}
header #loginlinkslogosn-holder #login-links ul li a:hover {
  color: #101010;
  background-color: #ffcd49;
  border: 1px solid #101010;
}
header #loginlinkslogosn-holder #login-links #rpdiv a:after {
  content: "Residents";
}
header #loginlinkslogosn-holder #login-links #apldiv a:after {
  content: "Applicants";
}
header #loginlinkslogosn-holder #snicon-holder {
  text-align: right;
  margin-top: 50px;
}
header .phone-number-holder {
  text-align: center;
}
header .phone-number-holder .phone-number{
  background-color: #ffcd49;
  width: 25%;
  padding: 12px 18px;
  font-size: 31.995px;
  font-family: "Rationale", sans-serif;
  margin: 0 auto;
  color: #292929;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 22px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  border: 1px solid #ffcd49;
}
header .phone-number-holder .phone-number.callustext {
  display: none;
}
header .phone-number-holder .phone-number:hover {
  background-color: #292929;
  color: #ffcd49;
  border: 1px solid #ffcd49;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  line-height: 23.98px;
}
header .phone-number-holder .phone-number:before {
  content: "\f095";
  font-size: 37.95px;
  font-family: FontAwesome;
  vertical-align: middle;
  padding-right: 5px;
}
#image-slider {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
#banner {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
#marketing-section {
  background-color: #292929;
  padding: 40px 0px;
}
#marketing-section ul {
  margin: 0;
  padding: 0;
}
#marketing-section ul li {
  display: inline-block;
  float: left;
  width: 48%;
  margin: 10px 0px;
}
#marketing-section #box1 .iconholder,
#marketing-section #box3 .iconholder {
  float: right;
  margin-left: 8%;
  margin-right: 4%;
}
#marketing-section #box1 .iconholder:before,
#marketing-section #box3 .iconholder:before {
  content: "\f0d9";
  left: -20px;
}
#marketing-section #box1 .contentholder,
#marketing-section #box3 .contentholder {
  text-align: right;
  float: right;
}
#marketing-section #box2 .contentholder,
#marketing-section #box4 .contentholder {
  margin-left: 8%;
}
#marketing-section #box2 .iconholder:after,
#marketing-section #box4 .iconholder:after {
  content: "\f0da";
  right: -20px;
}
#marketing-section #box1 .contentholder,
#marketing-section #box2 .contentholder,
#marketing-section #box3 .contentholder,
#marketing-section #box4 .contentholder {
  margin-top: 20px;
}
#marketing-section #box1 .contentholder .title,
#marketing-section #box2 .contentholder .title,
#marketing-section #box3 .contentholder .title,
#marketing-section #box4 .contentholder .title {
  font-size: 27px;
  color: #ffcd49;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#marketing-section #box1 .contentholder .content,
#marketing-section #box2 .contentholder .content,
#marketing-section #box3 .contentholder .content,
#marketing-section #box4 .contentholder .content {
  font-size: 15.9px;
  color: #ffffff;
  line-height: 23.98px;
}
#marketing-section #box1 .iconholder,
#marketing-section #box2 .iconholder,
#marketing-section #box3 .iconholder,
#marketing-section #box4 .iconholder {
  background-color: #ffcd49;
  height: 132px;
  text-align: center;
  width: 132px;
  position: relative;
  line-height: 132px;
}
#marketing-section #box1 .iconholder .icon-left:before,
#marketing-section #box2 .iconholder .icon-left:before,
#marketing-section #box3 .iconholder .icon-left:before,
#marketing-section #box4 .iconholder .icon-left:before,
#marketing-section #box1 .iconholder .icon-right:before,
#marketing-section #box2 .iconholder .icon-right:before,
#marketing-section #box3 .iconholder .icon-right:before,
#marketing-section #box4 .iconholder .icon-right:before {
  color: #ffffff;
}
#marketing-section #box1 .iconholder:before,
#marketing-section #box2 .iconholder:before,
#marketing-section #box3 .iconholder:before,
#marketing-section #box4 .iconholder:before,
#marketing-section #box1 .iconholder:after,
#marketing-section #box2 .iconholder:after,
#marketing-section #box3 .iconholder:after,
#marketing-section #box4 .iconholder:after {
  font-family: FontAwesome;
  font-size: 66px;
  position: absolute;
  color: #ffcd49;
}
#marketing-section #box1:hover .iconholder,
#marketing-section #box2:hover .iconholder,
#marketing-section #box3:hover .iconholder,
#marketing-section #box4:hover .iconholder {
  -webkit-animation: rotate ease-in-out 1s;
  -moz-animation: rotate ease-in-out 1s;
  -o-animation: rotate ease-in-out 1s;
  animation: rotate ease-in-out 1s;
}
#marketing-section #box1:hover .iconholder .icon-left:after,
#marketing-section #box2:hover .iconholder .icon-left:after,
#marketing-section #box3:hover .iconholder .icon-left:after,
#marketing-section #box4:hover .iconholder .icon-left:after,
#marketing-section #box1:hover .iconholder .icon-right:after,
#marketing-section #box2:hover .iconholder .icon-right:after,
#marketing-section #box3:hover .iconholder .icon-right:after,
#marketing-section #box4:hover .iconholder .icon-right:after {
  color: #000000;
}
#marketing-section #box1:hover .iconholder .icon-left:before,
#marketing-section #box2:hover .iconholder .icon-left:before,
#marketing-section #box3:hover .iconholder .icon-left:before,
#marketing-section #box4:hover .iconholder .icon-left:before,
#marketing-section #box1:hover .iconholder .icon-right:before,
#marketing-section #box2:hover .iconholder .icon-right:before,
#marketing-section #box3:hover .iconholder .icon-right:before,
#marketing-section #box4:hover .iconholder .icon-right:before {
  color: #ffcd49;
}
#marketing-section #box1:hover .iconholder,
#marketing-section #box2:hover .iconholder,
#marketing-section #box3:hover .iconholder,
#marketing-section #box4:hover .iconholder {
  background-color: #000000;
}
#marketing-section #box1:hover .iconholder:before,
#marketing-section #box2:hover .iconholder:before,
#marketing-section #box3:hover .iconholder:before,
#marketing-section #box4:hover .iconholder:before,
#marketing-section #box1:hover .iconholder:after,
#marketing-section #box2:hover .iconholder:after,
#marketing-section #box3:hover .iconholder:after,
#marketing-section #box4:hover .iconholder:after {
  color: #000000;
}
#marketing-section #box1:hover .contentholder .title,
#marketing-section #box2:hover .contentholder .title,
#marketing-section #box3:hover .contentholder .title,
#marketing-section #box4:hover .contentholder .title {
  color: #ffffff;
}
#marketing-section #box1:hover .contentholder .content,
#marketing-section #box2:hover .contentholder .content,
#marketing-section #box3:hover .contentholder .content,
#marketing-section #box4:hover .contentholder .content {
  color: #ffcd49;
}
#marketing-section #box1 .contentholder .title:before {
  content: "Get Directions";
}
#marketing-section #box1 .contentholder .content:before {
  content: "Find a map and easy directions to locate our community";
}
#marketing-section #box1 .iconholder .icon-left:before {
  font-size: 102px;
  line-height: 132px;
  content: "\f041";
}
#marketing-section #box2 .contentholder .title:before {
  content: "Photo Gallery";
}
#marketing-section #box2 .contentholder .content:before {
  content: "Gallery of images of our amazing community";
}
#marketing-section #box2 .iconholder .icon-right:before {
  content: "\f030";
  font-size: 76.95px;
  line-height: 135.96px;
}
#marketing-section #box3 .contentholder .title:before {
  content: "Our Amenities";
}
#marketing-section #box3 .contentholder .content:before {
  content: "A comprehensive list of our community amenities";
}
#marketing-section #box3 .iconholder .icon-left:before {
  content: "\f0f4";
  font-size: 81.9px;
  line-height: 129.8px;
}
#marketing-section #box4 .contentholder .title:before {
  content: "Floor Plans";
}
#marketing-section #box4 .contentholder .content:before {
  content: "The layouts of our apartment homes are available here";
}
#marketing-section #box4 .iconholder .icon-right:before {
  content: "\f002";
  font-size: 93px;
  line-height: 129.8px;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }
  20% {
    -moz-transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0deg);
  }
  20% {
    -o-transform: rotate(360deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#tagline-holder {
  height: auto;
  background: url("https://sitemanager.rentcafe.com/Themes/canary2/images/tagline_bg.jpg") no-repeat scroll center center transparent;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 2px solid #292929;
  border-top: 2px solid #292929;
  text-align: center;
  padding: 32px 0px 27px 0px;
}
#tagline-holder #tagline:after {
  font-size: 45px;
  line-height: 30px;
  color: #692b16;
  letter-spacing: 9px;
  text-transform: uppercase;
  font-family: "Arimo", sans-serif;
  content: "New Heights in Apartment Living";
}
#aptsearch-holder {
  height: 160px;
  padding: 50px 0px;
  background-color: #ffcd49;
  *background-color: #ffcd49;
  background-image: -moz-linear-gradient(top, #ffe5a0, #ffcd49);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe5a0), to(#ffcd49));
  background-image: -webkit-linear-gradient(top, #ffe5a0, #ffcd49);
  background-image: -o-linear-gradient(top, #ffe5a0, #ffcd49);
  background-image: linear-gradient(to bottom, #ffe5a0, #ffcd49);
}
#aptsearch-holder #aptsearch {
  width: 878px;
  margin: 0 auto;
}
#aptsearch-holder #aptsearch .aptsearch-img {
  background: url("https://sitemanager.rentcafe.com/Themes/canary2/images/aptsearch_bg.png") no-repeat scroll center center transparent;
  height: 142px;
  width: 878px;
}
#testimonial-holder {
  background-color: #292929;
}
#testimonial-holder #testimonial-section #ResQuotesWidget {
  background-color: #313131;
  margin: 20px 0px 0px 0px;
  padding: 20px 0px 30px 0px;
  font-family: "Arimo", sans-serif;
}
#testimonial-holder #testimonial-section #ResQuotesWidget h2 {
  font-size: 33.9px;
  font-style: italic;
  padding-left: 40px;
  font-family: "Arimo", sans-serif;
  line-height: 49.984px;
  color: #ffcd49;
}
#testimonial-holder #testimonial-section #ResQuotesWidget h2:after {
  content: " - From Our Residents!";
  color: #ffcd49;
  font-family: "Arimo", sans-serif;
}
#testimonial-holder #testimonial-section #ResQuotesWidget #testimonial-carousel {
  margin: 0 150px;
}
#testimonial-holder #testimonial-section #ResQuotesWidget #testimonial-carousel p {
  margin-bottom: 0px;
  text-transform: none;
  color: #ffffff;
  font-style: italic;
  font-size: 15.9px;
  line-height: 22px;
}
#testimonial-holder #testimonial-section #ResQuotesWidget #testimonial-carousel .icon-quote-left:before {
  color: #ffcd49;
  font-size: 48px;
  margin-right: 10px;
  margin-top: 12px;
}
#testimonial-holder #testimonial-section #ResQuotesWidget #testimonial-carousel .icon-quote-right:before {
  display: none;
}
#testimonial-holder #testimonial-section #ResQuotesWidget small {
  display: inline-block;
  padding: 10px 20px 5px 20px;
  font-size: 16.95px;
  font-style: italic;
  line-height: 23.98px;
  color: #ffcd49;
  text-transform: none;
}
#testimonial-holder #testimonial-section #ResQuotesWidget small:before {
  content: "-";
}
#homepage #ctmcontentcontainer {
  text-align: center;
  padding: 80px 20px 150px 20px;
}
#homepage #content-section {
  background-color: #ffffff;
}
#homepage #image-slider .carousel-control {
  border-width: 1px;
  border-radius: 3px;
  line-height: 15.9984px;
  display: none;
}
#homepage #image-slider .carousel-control i {
  font-size: 34.95px;
}
#homepage #image-slider .carousel-indicators {
  display: none;
}
a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#FacepileAndTestimonials {
  padding: 30px 0 0 0;
  margin-top: 30px;
}
#innerpage #ctmcontentcontainer {
  text-align: left;
  padding: 40px 20px 120px 20px;
  background-color: #ffffff;
}
#innerpage header {
  height: 280px;
  border-bottom: 1px solid #292929;
}
#innerpage #content-section {
  background-color: #ffffff;
}
#innerpage footer {
  border-top: 0px solid #ffcd49;
}
#rentcafe_residentportal #ctmcontentcontainer,
#rentcafe_onlineleasing #ctmcontentcontainer {
  background-color: #ffffff;
  padding: 60px 20px 80px 20px;
}
#rentcafe_residentportal header,
#rentcafe_onlineleasing header {
  height: 270px;
  margin-top: 5px;
  border-bottom: 1px solid #292929;
}
#rentcafe_residentportal #content-section,
#rentcafe_onlineleasing #content-section {
  background-color: #ffffff;
}
#rentcafe_residentportal footer,
#rentcafe_onlineleasing footer {
  border-top: 0px solid #ffcd49;
}
footer {
  color: #8f8f8f;
  background-color: #292929;
  font-size: 14.49px;
  font-family: "Noto Sans", sans-serif;
  line-height: 22px;
}
footer .footertop {
  padding: 30px 0px 20px 0px;
}
footer .footertop h3 {
  display: none;
}
footer .footertop #footer-links ul {
  padding: 0;
}
footer .footertop #footer-links ul li {
  display: inline;
  padding: 0px 0px 0px 0px;
  font-family: "Noto Sans", sans-serif;
}
footer .footertop #footer-links ul li a:link,
footer .footertop #footer-links ul li a:visited {
  color: #8f8f8f;
  line-height: 22px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
footer .footertop #footer-links ul li a:link:hover,
footer .footertop #footer-links ul li a:visited:hover {
  color: #ffcd49;
}
footer .footertop #officeHourWrap,
footer .footertop #footer-links,
footer .footertop #address,
footer .footertop .phone-number{
  margin-left: 24%;
  margin-bottom: 20px;
}
footer .footertop #officeHourWrap:before,
footer .footertop #footer-links:before,
footer .footertop #address:before,
footer .footertop .phone-number:before {
  float: left;
  font-family: FontAwesome;
  font-size: 42.9px;
  margin-left: -4%;
  position: absolute;
  color: #828282;
  margin-top: 16px;
}
footer .footertop #officeHourWrap:before {
  content: "\f017";
}
footer .footertop #footer-links:before {
  content: "\f0c1";
}
footer .footertop #address .phoneNumber {
  display: none;
}
footer .footertop #address:before {
  content: "\f015";
}
footer .footertop .phone-number{
  font-size: 18px;
}
footer .footertop .phone-number.callustext {
  display: block;
  margin-bottom: 6px;
}
footer .footertop .phone-number a {
  color: #8f8f8f;
}
footer .footertop .phone-number:before {
  content: "\f095";
}
footer .footerbottom {
  padding: 15px 0px;
  background-color: #ffcd49;
  color: #292929;
  font-family: "Arimo", sans-serif;
  font-size: 16.065px;
}
footer .footerbottom .copyright {
  text-align: center;
}
footer .footerbottom #ehlicon {
  display: inline-block;
  height: 13px;
  padding: 0px 4px 0 0;
  width: 16px;
}
#rentcafe_residentportal,
#rentcafe_onlineleasing {
  background-color: #ffcd49;
}
#rentcafe_residentportal .navbar .nav > li.active a:before,
#rentcafe_onlineleasing .navbar .nav > li.active a:before,
#rentcafe_residentportal .navbar .nav > li.active:after,
#rentcafe_onlineleasing .navbar .nav > li.active:after {
  border: none;
}
#rentcafe_residentportal #MenuButtonHolder .nav-btn,
#rentcafe_onlineleasing #MenuButtonHolder .nav-btn {
  padding: 2px 0;
}
#rentcafe_residentportal #ctmcontentcontainer,
#rentcafe_onlineleasing #ctmcontentcontainer {
  padding: 20px;
}
#rentcafe_residentportal #logologinlinksphone-holder,
#rentcafe_onlineleasing #logologinlinksphone-holder {
  margin-top: 0px;
  border-top: 10px solid #292929;
}
#rentcafe_residentportal #loginlinks-phone,
#rentcafe_onlineleasing #loginlinks-phone {
  float: right;
}
#rentcafe_residentportal #loginlinks-phone li,
#rentcafe_onlineleasing #loginlinks-phone li {
  list-style-type: none;
}
#rentcafe_residentportal #footer,
#rentcafe_onlineleasing #footer {
  padding: 10px 0px;
}
#rentcafe_residentportal #footer .footer-top,
#rentcafe_onlineleasing #footer .footer-top {
  padding-bottom: 0;
}
#rentcafe_residentportal #footer .footer-bottom,
#rentcafe_onlineleasing #footer .footer-bottom {
  background-color: #ffcd49;
  padding: 10px 0px;
  color: #292929;
}
#rentcafe_residentportal #footer .footer-bottom .copyright,
#rentcafe_onlineleasing #footer .footer-bottom .copyright {
  padding: 0;
  width: 100%;
  text-align: center;
}
#rentcafe_residentportal .navbar .nav > li > a:after,
#rentcafe_onlineleasing .navbar .nav > li > a:after {
  border-bottom: none;
}
#rentcafe_residentportal #scroll-top,
#rentcafe_onlineleasing #scroll-top {
  margin-top: 50px;
}
#rentcafe_residentportal #scroll-top a:before,
#rentcafe_onlineleasing #scroll-top a:before {
  color: #292929;
}
#rentcafe_residentportal #scroll-top a:hover:before,
#rentcafe_onlineleasing #scroll-top a:hover:before {
  color: url("https://sitemanager.rentcafe.com/Themes/canary2/images/tagline_bg.jpg");
}
#rentcafe_onlineleasing.v2 header {
  height: auto;
  margin-top: 0;
  border-bottom: 0;
}
#rentcafe_onlineleasing.v2 #logo-container {
  text-align: center;
}
#rentcafe_onlineleasing.v2 .full-height-bg {
  min-height: 100%;
  height: 100%;
  background-color: #ffffff;
}
#rentcafe_onlineleasing.v2 .full-height {
  min-height: 100%;
  height: 100%;
}
#rentcafe_onlineleasing.v2 .olemenubody .full-height,
#rentcafe_onlineleasing.v2 .olemenubody .full-height-bg {
  min-height: auto;
  height: auto;
}
.btn-primary,
.btn-primary:focus {
  -webkit-transition: all 0.3s ease-out !important;
  -moz-transition: all 0.3s ease-out !important;
  -o-transition: all 0.3s ease-out !important;
  -ms-transition: all 0.3s ease-out !important;
  font-weight: 300;
  background-image: none;
}
.btn-primary:hover {
  background: #e9ad0e;
}
.btn .caret {
  margin-top: 10px;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1 {
  font-size: 39.9px;
  color: #292929;
  margin-bottom: 20px;
}
h2 {
  font-size: 27.9px;
  color: #f1af00;
}
h3 {
  font-size: 24px;
  color: #f1af00;
}
h4 {
  font-size: 21px;
  color: #f1af00;
}
h5 {
  font-size: 20.25px;
  color: #f1af00;
}
h6 {
  font-size: 18.9px;
  color: #f1af00;
}
#homepage .mainnav ul li.mainnavlink ul,
#innerpage .mainnav ul li.mainnavlink ul,
#homepage .mainnav ul li.mainnavlinkactive ul,
#innerpage .mainnav ul li.mainnavlinkactive ul {
  margin-top: 0px;
}
#nav-links-bar {
  text-transform: uppercase;
  position: absolute;
  max-height: 62px;
  z-index: 3;
  top: 0;
}
.navbar {
  margin: 0;
}
.navbar .nav,
.navbar .nav > li {
  float: none;
}
.navbar .nav {
  margin-right: 0px;
  text-align: center;
}
.navbar .nav > li {
  display: inline-block;
}
.navbar .nav > li ul li {
  text-align: left;
}
.navbar .nav > li > a {
  font-family: "Noto Sans", sans-serif;
  color: #292929;
  padding: 12px 11px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  font-size: 15px;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  box-shadow: none;
}
.navbar .nav > li.active:after {
  content: "";
  width: 100%;
  left: 0;
  float: left;
  display: block;
  bottom: -10px;
  height: 0px;
}
.navbar .nav > li > a.active:hover,
.navbar .nav > li > a.active {
  color: #000000;
}
#MenuButtonHolder .nav-btn {
  padding: 8px 0 8px 10px;
  color: #292929;
  font-size: 15.99px;
  text-transform: uppercase;
}
.navbar-inner {
  min-height: 30px;
  box-shadow: none;
  padding: 0px;
  border: none;
}
.breadcrumb > li > .divider {
  color: #000000;
}
@media (min-width: 980px) and (max-width: 1270px) {
  header #loginlinkslogosn-holder #logo-container {
    padding: 20px 0px;
  }
  #homepage #ctmcontentcontainer,
  #innerpage #ctmcontentcontainer,
  #rentcafe_residentportal #ctmcontentcontainer,
  #rentcafe_onlineleasing #ctmcontentcontainer {
    padding: 25px 20px;
  }
  #homepage #testimonial-holder #testimonial-section #ResQuotesWidget h2 {
    font-size: 28.95px;
    padding-left: 30px;
    line-height: 37.84px;
  }
  #homepage #testimonial-holder #testimonial-section #ResQuotesWidget #testimonial-carousel .icon-quote-left:before {
    font-size: 37.95px;
  }
  #homepage header {
    height: 360px;
  }
  #homepage #marketing-section {
    padding: 30px 0px;
  }
  #homepage #marketing-section ul li {
    float: none;
  }
  #homepage #marketing-section #box1 .contentholder .title,
  #homepage #marketing-section #box2 .contentholder .title,
  #homepage #marketing-section #box3 .contentholder .title,
  #homepage #marketing-section #box4 .contentholder .title {
    margin-bottom: 12px;
  }
  #homepage .phone-number-holder .phone-number,
  #innerpage .phone-number-holder .phone-number{
    width: 30%;
    padding: 8px 0px;
    font-size: 27px;
    margin: 4px auto;
  }
  #homepage .phone-number-holder .phone-number:before,
  #innerpage .phone-number-holder .phone-number:before {
    font-size: 30px;
  }
  #homepage .phone-number-holder a,
  #innerpage .phone-number-holder a {
    color: #292929;
  }
  #homepage header #loginlinkslogosn-holder #login-links,
  #innerpage header #loginlinkslogosn-holder #login-links {
    margin-top: 50px;
  }
  #homepage header #loginlinkslogosn-holder #snicon-holder,
  #innerpage header #loginlinkslogosn-holder #snicon-holder {
    margin-top: 40px;
  }
  #homepage .fixed,
  #innerpage .fixed {
    position: fixed;
    height: auto;
  }
  #homepage .fixed #loginlinkslogosn-holder #logo-container,
  #innerpage .fixed #loginlinkslogosn-holder #logo-container {
    padding: 5px 5px;
  }
  #homepage .fixed #loginlinkslogosn-holder #login-links,
  #innerpage .fixed #loginlinkslogosn-holder #login-links {
    margin-top: 31px;
  }
  #homepage .fixed #loginlinkslogosn-holder #snicon-holder,
  #innerpage .fixed #loginlinkslogosn-holder #snicon-holder {
    margin-top: 28px;
  }
  #homepage #tagline-holder,
  #innerpage #tagline-holder {
    height: auto;
    padding: 20px 0px 16px 0px;
  }
  #homepage #tagline-holder #tagline:after,
  #innerpage #tagline-holder #tagline:after {
    font-size: 29.97px;
  }
  #innerpage header,
  #rentcafe_residentportal header,
  #rentcafe_onlineleasing header {
    height: 220px;
  }
  #rentcafe_residentportal .phone-number-holder .phone-number,
  #rentcafe_onlineleasing .phone-number-holder .phone-number{
    width: 30%;
    padding: 8px 0px;
    font-size: 27px;
  }
  #rentcafe_residentportal .phone-number-holder .phone-number:before,
  #rentcafe_onlineleasing .phone-number-holder .phone-number:before {
    font-size: 30px;
  }
  #rentcafe_residentportal .phone-number-holder a,
  #rentcafe_onlineleasing .phone-number-holder a {
    color: #292929;
  }
  footer .footertop #officeHourWrap:before,
  footer .footertop #footer-links:before,
  footer .footertop #address:before,
  footer .footertop .phone-number:before {
    font-size: 36.9px;
    margin-left: -5%;
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  #homepage header {
    height: 560px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
  #top-holder.fixed {
    position: static;
  }
  header .phone-number-holder {
    padding-top: 0 !important;
  }
  h1 {
    font-size: 34.95px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 24.9px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 19.95px;
  }
  h6 {
    font-size: 18.9px;
  }
  header #loginlinkslogosn-holder #logo-container {
    padding: 12px 0px;
  }
  #homepage #tagline-holder {
    padding: 18px 0px 14px 0px;
    height: auto;
  }
  #homepage #tagline-holder #tagline:after {
    font-size: 24.885px;
    letter-spacing: 5px;
  }
  #homepage header {
    height: 290px;
    margin-top: 0px;
  }
  #homepage header .phone-number-holder .phone-number{
    width: 37%;
    padding: 8px 0px;
    font-size: 27px;
  }
  #homepage header .phone-number-holder .phone-number:before {
    font-size: 30px;
  }
  #homepage header .phone-number-holder a {
    color: #292929;
  }
  #homepage #marketing-section ul li {
    width: 50%;
  }
  #homepage #marketing-section #box1 .contentholder,
  #homepage #marketing-section #box2 .contentholder,
  #homepage #marketing-section #box3 .contentholder,
  #homepage #marketing-section #box4 .contentholder {
    margin-top: 10px;
  }
  #homepage #marketing-section #box1 .contentholder .title,
  #homepage #marketing-section #box2 .contentholder .title,
  #homepage #marketing-section #box3 .contentholder .title,
  #homepage #marketing-section #box4 .contentholder .title {
    font-size: 21.9px;
    margin-bottom: 10px;
  }
  #homepage #marketing-section #box1 .contentholder .content,
  #homepage #marketing-section #box2 .contentholder .content,
  #homepage #marketing-section #box3 .contentholder .content,
  #homepage #marketing-section #box4 .contentholder .content {
    font-size: 15px;
  }
  #homepage #testimonial-holder #testimonial-section #ResQuotesWidget {
    padding: 15px 0px;
  }
  #homepage #testimonial-holder #testimonial-section #ResQuotesWidget h2 {
    font-size: 28.95px;
    padding-left: 30px;
    line-height: 37.84px;
  }
  #homepage #testimonial-holder #testimonial-section #ResQuotesWidget #testimonial-carousel {
    margin: 0 60px;
  }
  #homepage #testimonial-holder #testimonial-section #ResQuotesWidget #testimonial-carousel .icon-quote-left:before {
    font-size: 37.95px;
  }
  #innerpage header {
    margin-top: 0px;
    height: 208px;
  }
  #innerpage #banner {
    top: 40px;
  }
  #homepage #menu-holder,
  #innerpage #menu-holder {
    position: static;
  }
  #homepage #aptsearch-holder,
  #innerpage #aptsearch-holder {
    display: none;
  }
  #homepage header #loginlinkslogosn-holder #login-links,
  #innerpage header #loginlinkslogosn-holder #login-links {
    margin-top: 42px;
  }
  #homepage header #loginlinkslogosn-holder #snicon-holder,
  #innerpage header #loginlinkslogosn-holder #snicon-holder {
    margin-top: 40px;
  }
  #homepage footer .footertop #officeHourWrap,
  #innerpage footer .footertop #officeHourWrap,
  #homepage footer .footertop #footer-links,
  #innerpage footer .footertop #footer-links,
  #homepage footer .footertop #address,
  #innerpage footer .footertop #address,
  #homepage footer .footertop .phone-number,
  #innerpage footer .footertop .phone-number{
    margin-left: 29%;
  }
  #homepage #ctmcontentcontainer,
  #innerpage #ctmcontentcontainer,
  #rentcafe_residentportal #ctmcontentcontainer,
  #rentcafe_onlineleasing #ctmcontentcontainer {
    padding: 20px 20px;
  }
  #innerpage .phone-number-holder .phone-number,
  #rentcafe_residentportal .phone-number-holder .phone-number,
  #rentcafe_onlineleasing .phone-number-holder .phone-number{
    width: 34%;
    padding: 8px 0px;
    font-size: 24px;
    margin-top: 4px;
    margin-bottom: 7px;
  }
  #innerpage .phone-number-holder .phone-number:hover,
  #rentcafe_residentportal .phone-number-holder .phone-number:hover,
  #rentcafe_onlineleasing .phone-number-holder .phone-number:hover {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #innerpage .phone-number-holder .phone-number:before,
  #rentcafe_residentportal .phone-number-holder .phone-number:before,
  #rentcafe_onlineleasing .phone-number-holder .phone-number:before {
    font-size: 33px;
  }
  #innerpage .phone-number-holder a,
  #rentcafe_residentportal .phone-number-holder a,
  #rentcafe_onlineleasing .phone-number-holder a {
    color: #292929;
  }
  #rentcafe_residentportal #nav .nav-btn,
  #rentcafe_onlineleasing #nav .nav-btn {
    background-color: #ffcd49;
    padding: 7px 10px;
  }
  #rentcafe_residentportal header,
  #rentcafe_onlineleasing header {
    margin-top: 5px;
    height: 159px;
  }
  #rentcafe_residentportal #banner,
  #rentcafe_onlineleasing #banner {
    top: 0px;
  }
  #rentcafe_residentportal footer .footertop #officeHourWrap,
  #rentcafe_onlineleasing footer .footertop #officeHourWrap,
  #rentcafe_residentportal footer .footertop #footer-links,
  #rentcafe_onlineleasing footer .footertop #footer-links,
  #rentcafe_residentportal footer .footertop #address,
  #rentcafe_onlineleasing footer .footertop #address,
  #rentcafe_residentportal footer .footertop .phone-number,
  #rentcafe_onlineleasing footer .footertop .phone-number{
    margin-left: 18%;
  }
  footer {
    font-size: 12.99px;
  }
  footer .footertop {
    padding: 30px 0px 30px 0px;
  }
  footer .footertop #footer-links ul li a:link,
  footer .footertop #footer-links ul li a:visited {
    font-size: 12.99px;
  }
  footer .footertop #officeHourWrap,
  footer .footertop #footer-links,
  footer .footertop #address,
  footer .footertop .phone-number{
    margin-bottom: 20px;
  }
  footer .footertop #officeHourWrap:before,
  footer .footertop #footer-links:before,
  footer .footertop #address:before,
  footer .footertop .phone-number:before {
    font-size: 30px;
    margin-left: -5%;
    margin-top: 5px;
  }
  footer .footertop .phone-number{
    font-size: 15.9px;
  }
  footer .footertop .phone-number.callustext {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
  #top-holder.fixed {
    position: static;
  }
  header .phone-number-holder {
    padding-top: 0 !important;
  }
  h1 {
    font-size: 30.9px;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 19.5px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16.95px;
  }
  header #loginlinkslogosn-holder {
    border-bottom: none;
    background: none;
  }
  header #loginlinkslogosn-holder #logo-container {
    padding: 15px 0px;
  }
  header #loginlinkslogosn-holder #logo-container img {
    background: #292929;
    background: rgba(41, 41, 41, 0.8);
    padding: 5px;
  }
  header #loginlinkslogosn-holder #login-links {
    margin-top: 15px;
  }
  header #loginlinkslogosn-holder #login-links ul {
    text-align: center;
  }
  header #loginlinkslogosn-holder #login-links ul li {
    float: none;
    display: inline-block;
    margin-left: 4px;
    background: #292929;
    background: rgba(41, 41, 41, 0.8);
  }
  header #loginlinkslogosn-holder #snicon-holder {
    text-align: center;
    margin: 10px 0px;
  }
  header .phone-number-holder .phone-number{
    min-width: 230px;
    padding: 8px 10px;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  header .phone-number-holder .phone-number:hover {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  header .phone-number-holder .phone-number:before {
    font-size: 24px;
  }
  header .phone-number-holder a {
    color: #292929;
  }
  footer {
    font-size: 12.99px;
  }
  footer .footertop {
    padding: 20px 0px 20px 0px;
  }
  footer .footertop #footer-links ul li a:link,
  footer .footertop #footer-links ul li a:visited {
    font-size: 12.99px;
  }
  footer .footertop #officeHourWrap,
  footer .footertop #footer-links,
  footer .footertop #address,
  footer .footertop .phone-number{
    margin-bottom: 20px;
    margin-left: 55px;
    margin-right: 15px;
  }
  footer .footertop #officeHourWrap:before,
  footer .footertop #footer-links:before,
  footer .footertop #address:before,
  footer .footertop .phone-number:before {
    font-size: 30px;
    margin-left: -40px;
    margin-top: 10px;
  }
  footer .footertop .phone-number{
    font-size: 12.99px;
  }
  footer .footertop .phone-number.callustext {
    margin-bottom: 0px;
  }
  footer .footerbottom .copyright {
    font-size: 13.995px;
  }
  #homepage #marketing-section,
  #homepage #testimonial-holder {
    display: none;
  }
  #homepage #tagline-holder {
    padding: 10px 0px;
    height: auto;
  }
  #homepage #tagline-holder #tagline:after {
    font-size: 19.935px;
    letter-spacing: 2px;
    line-height: 27.99px;
  }
  #homepage header,
  #innerpage header {
    margin-top: 0px;
    height: auto;
  }
  #homepage #aptsearch-holder,
  #innerpage #aptsearch-holder {
    display: none;
  }
  #homepage #menu-holder,
  #innerpage #menu-holder {
    position: static;
    background: rgba(255, 205, 73, 0.7);
  }
  #innerpage #banner,
  #rentcafe_residentportal #banner,
  #rentcafe_onlineleasing #banner {
    display: none;
  }
  #homepage #ctmcontentcontainer,
  #innerpage #ctmcontentcontainer,
  #rentcafe_residentportal #ctmcontentcontainer,
  #rentcafe_onlineleasing #ctmcontentcontainer {
    padding: 20px 20px;
  }
  #rentcafe_residentportal #nav .nav-btn,
  #rentcafe_onlineleasing #nav .nav-btn {
    background-color: #ffcd49;
    padding: 7px 10px;
  }
  #rentcafe_residentportal header,
  #rentcafe_onlineleasing header {
    height: auto;
  }
  #rentcafe_residentportal header #loginlinkslogosn-holder,
  #rentcafe_onlineleasing header #loginlinkslogosn-holder {
    background: #292929;
  }
  #rentcafe_residentportal header .phone-number-holder,
  #rentcafe_onlineleasing header .phone-number-holder {
    background: #292929;
  }
}
@media (min-width: 320px) and (max-width: 568px) {
  a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
  h1 {
    font-size: 30.9px;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 19.5px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16.95px;
  }
  header #loginlinkslogosn-holder {
    border-bottom: none;
  }
  header #loginlinkslogosn-holder #logo-container {
    padding: 15px 0px;
  }
  header #loginlinkslogosn-holder #login-links {
    margin-top: 15px;
  }
  header #loginlinkslogosn-holder #login-links ul {
    text-align: center;
  }
  header #loginlinkslogosn-holder #login-links ul li {
    float: none;
    display: inline-block;
    margin-left: 4px;
  }
  header #loginlinkslogosn-holder #snicon-holder {
    text-align: center;
    margin: 10px 0px;
  }
  header .phone-number-holder .phone-number{
    min-width: 230px;
    padding: 8px 10px;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  header .phone-number-holder .phone-number:hover {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  header .phone-number-holder .phone-number:before {
    font-size: 24px;
  }
  header .phone-number-holder a {
    color: #292929;
  }
  footer {
    font-size: 12.99px;
  }
  footer .footertop {
    padding: 20px 0px 20px 0px;
  }
  footer .footertop #footer-links ul li a:link,
  footer .footertop #footer-links ul li a:visited {
    font-size: 12.99px;
  }
  footer .footertop #officeHourWrap,
  footer .footertop #footer-links,
  footer .footertop #address,
  footer .footertop .phone-number{
    margin-bottom: 20px;
    margin-left: 55px;
    margin-right: 15px;
  }
  footer .footertop #officeHourWrap:before,
  footer .footertop #footer-links:before,
  footer .footertop #address:before,
  footer .footertop .phone-number:before {
    font-size: 30px;
    margin-left: -40px;
    margin-top: 10px;
  }
  footer .footertop .phone-number{
    font-size: 12.99px;
  }
  footer .footertop .phone-number.callustext {
    margin-bottom: 0px;
  }
  footer .footerbottom .copyright {
    font-size: 13.995px;
  }
  #homepage #marketing-section,
  #homepage #testimonial-holder {
    display: none;
  }
  #homepage #tagline-holder {
    padding: 10px 0px;
    height: auto;
  }
  #homepage #tagline-holder #tagline:after {
    font-size: 24.885px;
    letter-spacing: 2px;
    line-height: 27.99px;
  }
  #homepage header,
  #innerpage header {
    margin-top: 0px;
    height: auto;
  }
  #homepage #aptsearch-holder,
  #innerpage #aptsearch-holder {
    display: none;
  }
  #innerpage #banner,
  #rentcafe_residentportal #banner,
  #rentcafe_onlineleasing #banner {
    display: none;
  }
  #rentcafe_residentportal #nav .nav-btn,
  #rentcafe_onlineleasing #nav .nav-btn {
    background-color: #ffcd49;
    padding: 7px 10px;
  }
  #rentcafe_residentportal header,
  #rentcafe_onlineleasing header {
    height: auto;
  }
  #rentcafe_residentportal header #loginlinkslogosn-holder,
  #rentcafe_onlineleasing header #loginlinkslogosn-holder {
    background: #292929;
  }
  #rentcafe_residentportal header .phone-number-holder,
  #rentcafe_onlineleasing header .phone-number-holder {
    background: #292929;
  }
}
@media (max-width: 568px) {
  #homepage header #loginlinkslogosn-holder {
    margin-top: 71px;
  }
}
