/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  :after,
  :before {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Gotham SSm A, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.66666667;
  color: #342e1f;
  background-color: #fff;
}

a,
a:focus,
a:hover {
  color: #144733;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}

code {
  color: #c7254e;
  background-color: #f9f2f4;
}

code,
kbd {
  padding: 2px 4px;
  font-size: 90%;
  border-radius: 0;
}

kbd {
  color: #fff;
  background-color: #333;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 12.5px;
  margin: 0 0 13px;
  font-size: 15px;
  line-height: 1.66666667;
  word-break: break-all;
  word-wrap: break-word;
  color: #746745;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #b8ab89;
}

caption,
th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.66666667;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*='col-'] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*='col-'],
table th[class*='col-'] {
  position: static;
  float: none;
  display: table-cell;
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 19.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}

fieldset {
  margin: 0;
  min-width: 0;
}

fieldset,
legend {
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  margin-bottom: 26px;
  font-size: 24px;
  line-height: inherit;
  color: #746745;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type='search'] {
  box-sizing: border-box;
}

input[type='checkbox'],
input[type='radio'] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}

input[type='file'] {
  display: block;
}

input[type='range'] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type='checkbox']:focus,
input[type='file']:focus,
input[type='radio']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  padding-top: 7px;
}

.form-control,
output {
  display: block;
  font-size: 16px;
  line-height: 1.66666667;
  color: #9f8d5f;
}

.form-control {
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fff;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type='date'].form-control,
  input[type='datetime-local'].form-control,
  input[type='month'].form-control,
  input[type='time'].form-control {
    line-height: 40px;
  }
  .input-group-sm input[type='date'],
  .input-group-sm input[type='datetime-local'],
  .input-group-sm input[type='month'],
  .input-group-sm input[type='time'],
  input[type='date'].input-sm,
  input[type='datetime-local'].input-sm,
  input[type='month'].input-sm,
  input[type='time'].input-sm {
    line-height: 33px;
  }
  .input-group-lg input[type='date'],
  .input-group-lg input[type='datetime-local'],
  .input-group-lg input[type='month'],
  .input-group-lg input[type='time'],
  input[type='date'].input-lg,
  input[type='datetime-local'].input-lg,
  input[type='month'].input-lg,
  input[type='time'].input-lg {
    line-height: 49px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label,
.radio label {
  min-height: 26px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-inline input[type='checkbox'],
.checkbox input[type='checkbox'],
.radio-inline input[type='radio'],
.radio input[type='radio'] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px\9;
}

.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type='checkbox'],
fieldset[disabled] input[type='radio'],
input[type='checkbox'].disabled,
input[type='checkbox'][disabled],
input[type='radio'].disabled,
input[type='radio'][disabled] {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 42px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm {
  height: 33px;
  line-height: 33px;
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 40px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}

select.input-lg {
  height: 49px;
  line-height: 49px;
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 46px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 50px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 31px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #84754f;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type='checkbox'],
  .form-inline .radio input[type='radio'] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 33px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.66666667;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.66666667;
  color: #746745;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #64583c;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #144733;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #b8ab89;
}

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.66666667;
  color: #b8ab89;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
  content: '';
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn input[type='radio'],
[data-toggle='buttons'] > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn input[type='radio'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*='col-'] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}

select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}

select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #9f8d5f;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 0;
}

.input-group-addon input[type='checkbox'],
.input-group-addon input[type='radio'] {
  margin-top: 0;
}

.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn,
.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li,
.nav > li > a {
  position: relative;
  display: block;
}

.nav > li > a {
  padding: 10px 15px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #fff;
}

.nav > li.disabled > a {
  color: #b8ab89;
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #b8ab89;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #fff;
  border-color: #144733;
}

.nav .nav-divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.66666667;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #fff #fff #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #9f8d5f;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 0;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #144733;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 26px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: '/\A0';
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #b8ab89;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 26px 0;
  border-radius: 0;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.66666667;
  text-decoration: none;
  color: #144733;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #144733;
  background-color: #fff;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  background-color: #144733;
  border-color: #144733;
  cursor: default;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #b8ab89;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
  pointer-events: none;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pager {
  padding-left: 0;
  margin: 26px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #fff;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #b8ab89;
  background-color: #fff;
  cursor: not-allowed;
  pointer-events: none;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #b8ab89;
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #a59469;
}

.label-primary {
  background-color: #144733;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #091f16;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #b8ab89;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #144733;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #fff;
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #e6e6e6;
}

.container-fluid .jumbotron,
.container .jumbotron {
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container-fluid .jumbotron,
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 26px;
  line-height: 1.66666667;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #144733;
}

.thumbnail .caption {
  padding: 9px;
  color: #342e1f;
}

.alert {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 26px;
  margin-bottom: 26px;
  background-color: #f5f5f5;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background-color: #144733;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 40px 40px;
}

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  background-color: #fff;
  color: #b8ab89;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #b8ab89;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #144733;
  border-color: #144733;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #57d0a0;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 26px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel-heading > .dropdown .dropdown-toggle,
.panel-title {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .panel-collapse > .table caption,
.panel > .table-responsive > .table caption,
.panel > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table-responsive:first-child > .table:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: -1;
}

.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}

.panel > .table-responsive:last-child > .table:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}

.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 26px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #746745;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #746745;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #144733;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #144733;
  border-color: #144733;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #144733;
}

.panel-primary > .panel-heading .badge {
  color: #144733;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #144733;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0;
}

.well-sm {
  padding: 9px;
  border-radius: 0;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal,
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.66666667;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Gotham SSm A, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.66666667;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  left: 5px;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Gotham SSm A, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.66666667;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: '';
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: ' ';
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: ' ';
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: ' ';
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: ' ';
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container-medium:after,
.container-medium:before,
.container-narrow:after,
.container-narrow:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  content: ' ';
  display: table;
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container-medium:after,
.container-narrow:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 * Bedrock Bootstrap Theme (http://bedrockmgt.com)
 */

*,
:after,
:before {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
html {
  height: 100%;
}

body {
  font-family: Gotham SSm A, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.66666667;
  color: #342e1f;
  background-color: #fff;
  font-weight: 400;
  overflow-x: hidden;
}

body.open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

a,
a:focus,
a:hover {
  color: #144733;
  text-decoration: none;
}

a:focus,
a:hover {
  opacity: 0.75;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

footer a:focus {
  color: #ffffff;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.66666667;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #fff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role='button'] {
  cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: ClaremontMedium, serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #b8ab89;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}

.h1,
h1 {
  font-size: 41px;
}

.h2,
h2 {
  font-size: 34px;
}

.h3,
h3 {
  font-size: 28px;
}

.h4,
h4 {
  font-size: 20px;
}

.h5,
h5 {
  font-size: 16px;
}

.h6,
h6 {
  font-size: 14px;
}

p {
  margin: 0 0 13px;
}

.lead {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

.small,
small {
  font-size: 87%;
}

.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #b8ab89;
}

.text-primary {
  color: #144733;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #091f16;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #144733;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #091f16;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #fff;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 13px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 26px;
}

dd,
dt {
  line-height: 1.66666667;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #b8ab89;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 20px;
  border-left: 5px solid #fff;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.66666667;
  color: #b8ab89;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014   \A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #fff;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: '';
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\A0   \2014';
}

address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.66666667;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid,
.container-medium {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-medium {
  max-width: 960px;
}

.container-narrow {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 750px;
}

.container-spaced {
  padding: 50px 15px 60px;
}

.container-spaced p,
.flex-2,
ul {
  margin-bottom: 20px;
}

.container-spaced p:last {
  margin-bottom: 0;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row-20-top {
  margin-top: 20px;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.66666667;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
  outline-color: transparent;
}

.btn.active,
.btn:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #144733;
  border-color: #0e3325;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #091f16;
  border-color: #000;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #091f16;
  border-color: #010302;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #010302;
  border-color: #000;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #144733;
  border-color: #0e3325;
}

.btn-primary .badge {
  color: #144733;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  border-width: 2px;
}

.btn-white.focus,
.btn-white:focus {
  color: #000;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}

.btn-white.active,
.btn-white:active,
.btn-white:hover,
.open > .dropdown-toggle.btn-white {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}

.btn-white.active.focus,
.btn-white.active:focus,
.btn-white.active:hover,
.btn-white:active.focus,
.btn-white:active:focus,
.btn-white:active:hover,
.open > .dropdown-toggle.btn-white.focus,
.open > .dropdown-toggle.btn-white:focus,
.open > .dropdown-toggle.btn-white:hover {
  color: #000;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}

.btn-white.active,
.btn-white:active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}

.btn-white.disabled.focus,
.btn-white.disabled:focus,
.btn-white.disabled:hover,
.btn-white[disabled].focus,
.btn-white[disabled]:focus,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white.focus,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:hover {
  background-color: #fff;
  border-color: #fff;
}

.btn-white .badge {
  color: #fff;
  background-color: #000;
}

.btn-white:hover {
  background: #fff;
  color: #000;
  opacity: 1;
}

.btn-white-o {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  border-width: 2px;
}

.btn-white-o.focus,
.btn-white-o:focus {
  color: #fff;
  background-color: transparent;
  border-color: #bfbfbf;
}

.btn-white-o.active,
.btn-white-o:active,
.btn-white-o:hover,
.open > .dropdown-toggle.btn-white-o {
  color: #fff;
  background-color: transparent;
  border-color: #e0e0e0;
}

.btn-white-o.active.focus,
.btn-white-o.active:focus,
.btn-white-o.active:hover,
.btn-white-o:active.focus,
.btn-white-o:active:focus,
.btn-white-o:active:hover,
.open > .dropdown-toggle.btn-white-o.focus,
.open > .dropdown-toggle.btn-white-o:focus,
.open > .dropdown-toggle.btn-white-o:hover {
  color: #fff;
  background-color: transparent;
  border-color: #bfbfbf;
}

.btn-white-o.active,
.btn-white-o:active,
.open > .dropdown-toggle.btn-white-o {
  background-image: none;
}

.btn-white-o.disabled.focus,
.btn-white-o.disabled:focus,
.btn-white-o.disabled:hover,
.btn-white-o[disabled].focus,
.btn-white-o[disabled]:focus,
.btn-white-o[disabled]:hover,
fieldset[disabled] .btn-white-o.focus,
fieldset[disabled] .btn-white-o:focus,
fieldset[disabled] .btn-white-o:hover {
  background-color: transparent;
  border-color: #fff;
}

.btn-white-o .badge {
  color: transparent;
  background-color: #fff;
}

.btn-white-o:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
  opacity: 1;
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  border-width: 2px;
}

.btn-black.focus,
.btn-black:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-black.active,
.btn-black:active,
.btn-black:hover,
.open > .dropdown-toggle.btn-black {
  color: #fff;
  background-color: #292929;
  border-color: #292929;
}

.btn-black.active.focus,
.btn-black.active:focus,
.btn-black.active:hover,
.btn-black:active.focus,
.btn-black:active:focus,
.btn-black:active:hover,
.open > .dropdown-toggle.btn-black.focus,
.open > .dropdown-toggle.btn-black:focus,
.open > .dropdown-toggle.btn-black:hover {
  color: #fff;
  background-color: #292929;
  border-color: #292929;
}

.btn-black.active,
.btn-black:active,
.open > .dropdown-toggle.btn-black {
  background-image: none;
}

.btn-black.disabled.focus,
.btn-black.disabled:focus,
.btn-black.disabled:hover,
.btn-black[disabled].focus,
.btn-black[disabled]:focus,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black.focus,
fieldset[disabled] .btn-black:focus,
fieldset[disabled] .btn-black:hover {
  background-color: #292929;
  border-color: #292929;
}

.btn-black .badge {
  color: #fff;
  background-color: #000;
}

.btn-black:hover {
  background: #292929;
  color: #fff;
  opacity: 1;
}

.btn-black-o {
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  border-width: 2px;
}

.btn-black-o,
.btn-black-o.active,
.btn-black-o.active.focus,
.btn-black-o.active:focus,
.btn-black-o.active:hover,
.btn-black-o.focus,
.btn-black-o:active,
.btn-black-o:active.focus,
.btn-black-o:active:focus,
.btn-black-o:active:hover,
.btn-black-o:focus,
.btn-black-o:hover,
.open > .dropdown-toggle.btn-black-o,
.open > .dropdown-toggle.btn-black-o.focus,
.open > .dropdown-toggle.btn-black-o:focus,
.open > .dropdown-toggle.btn-black-o:hover {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

.btn-black-o.active,
.btn-black-o:active,
.open > .dropdown-toggle.btn-black-o {
  background-image: none;
}

.btn-black-o.disabled.focus,
.btn-black-o.disabled:focus,
.btn-black-o.disabled:hover,
.btn-black-o[disabled].focus,
.btn-black-o[disabled]:focus,
.btn-black-o[disabled]:hover,
fieldset[disabled] .btn-black-o.focus,
fieldset[disabled] .btn-black-o:focus,
fieldset[disabled] .btn-black-o:hover {
  background-color: transparent;
  border-color: #000;
}

.btn-black-o .badge {
  color: transparent;
  background-color: #000;
}

.btn-black-o:hover {
  background: #000;
  color: #fff;
  border-color: #000;
  opacity: 1;
}

.btn-link {
  color: #144733;
  font-weight: 400;
  border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #144733;
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #b8ab89;
  text-decoration: none;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type='button'].btn-block,
input[type='reset'].btn-block,
input[type='submit'].btn-block {
  width: 100%;
}

.carousel,
.carousel-inner {
  position: relative;
}

.carousel-inner {
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: left 0.6s ease-in-out;
  transition: left 0.6s ease-in-out;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}

@media (-webkit-transform-3d), all and (transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.0001)
  );
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001)
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001),
    rgba(0, 0, 0, 0.5)
  );
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5)
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203A';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  z-index: 9998;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.trans-fade {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.trans-fade:hover {
  opacity: 0.8;
}

.navbar-bedrock {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 9999;
  background: hsla(0, 0%, 100%, 0);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-align: center;
}

.navbar-bedrock ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.navbar-bedrock ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.navbar-bedrock ul li:not(:last-child) {
  margin-right: 40px;
}

.navbar-bedrock ul li:nth-child(5) {
  margin-right: 0;
}

.navbar-bedrock ul li a {
  display: block;
  transform: translateZ(0);
  color: #342e1f;
  line-height: 100px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.navbar-bedrock ul li .logo {
  height: 80px;
  width: 144.75px;
  margin: 10px 0;
  background: url(../images/bedrock-logo-dark.svg) 50% no-repeat;
  background-size: contain;
}

.navbar-bedrock ul .menu-button-container {
  display: none;
  text-align: right;
  width: 36px;
}

.navbar-bedrock ul .menu-button-container a {
  background: url(../images/hamburger-white.svg) 50% no-repeat;
  display: block;
  height: 26px;
  width: 100%;
  margin-top: 17px;
}

.navbar-bedrock.inverse ul li a,
.navbar-bedrock.inverse ul li a:hover {
  color: #fff;
}

.navbar-bedrock.inverse.scroll a {
  color: #777;
}

.navbar-bedrock.inverse .logo {
  height: 79px;
  width: 144.75px;
  background: url(../images/bedrock-logo-inv.svg) 50% no-repeat;
  background-size: contain;
}

.navbar-bedrock.white {
  background: #dbd9d6;
}

.navbar-bedrock.white ul li a {
  color: #342e1f;
}

.navbar-bedrock.scrolldown {
  height: 60px;
}

.navbar-bedrock.scrolldown ul li a {
  line-height: 60px;
}

.navbar-bedrock.scrolldown ul .menu-button-container a {
  background: url(../images/hamburger-black.svg) 50% no-repeat;
  display: block;
  height: 26px;
  width: 100%;
  margin-top: 17px;
}

.navbar-bedrock.scrolldown .logo {
  height: 40px;
  width: 80px;
  background: url(../images/bedrock-mark.svg) 50% no-repeat;
  background-size: contain;
}

.navbar-bedrock.scrollup {
  height: 60px;
}

.navbar-bedrock.scrollup ul li a {
  line-height: 60px;
}

.navbar-bedrock.scrollup ul .menu-button-container i {
  background: url(../images/hamburger-black.svg) 50% no-repeat;
  display: block;
  height: 26px;
  width: 100%;
  margin-top: 17px;
}

.navbar-bedrock.scrollup .logo {
  height: 40px;
  width: 80px;
  background: url(../images/bedrock-logo.svg) 50% no-repeat;
  background-size: contain;
}

.mobile-menu {
  position: fixed;
  top: 60px;
  height: 0;
  width: calc(100% + 15px);
  overflow: scroll;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 9999;
  font-size: 14px;
  overflow-x: hidden;
}

.mobile-menu ul {
  padding-left: 0;
}

.mobile-menu ul li {
  height: 60px;
  padding-left: 15px;
  background: #dbd9d6;
  list-style-type: none;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.mobile-menu ul li a {
  color: #342e1f;
}

.mobile-menu ul li.sub {
  padding-left: 30px;
  background: #342e1f;
}

.mobile-menu ul li.sub a {
  color: #fff;
}

.mobile-menu.open {
  height: 100%;
  padding-bottom: 33px;
}

.navbar-bedrock .subnav {
  display: none;
  position: fixed;
  top: 100px;
  height: 51px;
}

.navbar-bedrock .subnav ul {
  list-style: none;
}

.navbar-bedrock .subnav ul li {
  display: inline-block;
}

.navbar-bedrock .subnav ul li:not(:last-child) {
  margin-right: 26px;
}

.navbar-bedrock .subnav ul a {
  color: #342e1f;
  font-size: 13px;
  line-height: 50px !important;
}

.navbar-bedrock .subnav ul a:hover {
  color: #342e1f;
}

.navbar-bedrock ul li:nth-child(1):hover:after,
.navbar-bedrock ul li:nth-child(2):hover:after,
.navbar-bedrock ul li:nth-child(4):hover:after {
  content: ' ';
  position: absolute;
  height: 12px;
  width: 5000px;
  bottom: 0;
  margin-left: 50%;
  left: -2500px;
  color: #342e1f;
  background: url(../images/menu-under.png) top no-repeat;
}

.subnav li:hover:after {
  content: '' !important;
  display: none;
}

.navbar-bedrock ul li:hover .subnav,
.navbar-bedrock ul li:hover .subnav-underlay {
  display: block;
}

.navbar-bedrock.inverse .subnav ul li a,
.navbar-bedrock.inverse .subnav ul li a:hover,
.navbar-bedrock.inverse ul li:nth-child(1):hover:after,
.navbar-bedrock.inverse ul li:nth-child(2):hover:after {
  color: #fff;
}

.navbar-bedrock.white ul li:nth-child(1):hover:after,
.navbar-bedrock.white ul li:nth-child(2):hover:after {
  bottom: -2px;
  background: url(../images/menu-under-dark.png) top no-repeat;
}

.navbar-bedrock.white .subnav ul li a,
.navbar-bedrock.white .subnav ul li a:hover {
  color: #dbd9d6;
}

.navbar-bedrock.white .subnav-underlay {
  position: fixed;
  top: 60px;
  left: 0;
  background: #342e1f;
  border-color: #342e1f;
  width: 100%;
  height: 50px;
  z-index: -1;
  display: none;
}

.navbar-bedrock.scrolldown .subnav,
.navbar-bedrock.scrolldown .subnav-underlay {
  top: 60px;
}

.navbar-bedrock.scrollup ul li:nth-child(1):hover:after {
  color: #342e1f;
}

.navbar-bedrock.scrollup .subnav {
  top: 60px;
}

.navbar-bedrock.scrollup .subnav ul li a,
.navbar-bedrock.scrollup .subnav ul li a:hover {
  color: #dbd9d6;
}

.navbar-bedrock.scrollup .subnav-underlay {
  top: 60px;
  border-color: #342e1f;
}

body.touch .mobile-menu {
  top: 40px;
}

body.touch .navbar-bedrock ul li:nth-child(1),
body.touch .navbar-bedrock ul li:nth-child(2),
body.touch .navbar-bedrock ul li:nth-child(4),
body.touch .navbar-bedrock ul li:nth-child(5) {
  display: none;
}

body.touch .logo-container {
  float: left;
}

body.touch .navbar-bedrock ul .menu-button-container {
  display: inline-block;
  float: right;
}

body.touch .navbar-bedrock ul .menu-button-container i {
  margin-top: 14px;
}

body.touch .navbar-bedrock {
  height: 40px;
}

body.touch .navbar-bedrock ul li a {
  line-height: 40px;
}

body.touch .navbar-bedrock ul li .logo {
  height: 20px;
  width: 45px;
  background: url(../images/bedrock-mark.svg) 50% no-repeat;
  background-size: contain;
}

body.touch .navbar-bedrock.inverse {
  height: 40px;
}

body.touch .navbar-bedrock.inverse ul li a {
  line-height: 40px;
}

body.touch .navbar-bedrock.inverse ul li .logo {
  height: 20px;
  width: 45px;
  background: url(../images/bedrock-mark-white.svg) 50% no-repeat;
  background-size: contain;
}

body.touch .navbar-bedrock.white ul li .logo {
  background: url(../images/bedrock-mark.svg) 50% no-repeat;
  background-size: contain;
}

body.touch .navbar-bedrock.inverse.scrolldown ul li .logo {
  height: 20px;
  width: 45px;
  background: url(../images/bedrock-mark.svg) 50% no-repeat;
  background-size: contain;
}

body.touch .navbar-bedrock ul .menu-button-container a {
  display: block;
  height: 20px !important;
  width: 100%;
  margin-top: 10px !important;
}

body.touch .navbar-bedrock.white ul .menu-button-container a {
  background: url(../images/hamburger-black.svg) 50% no-repeat;
}

body.touch .navbar-bedrock.inverse.scrollup {
  background: #dbd9d6;
  border-bottom: 1px solid #dbd9d6;
}

body.touch .navbar-bedrock.inverse.scrollup ul li a {
  color: #342e1f;
  line-height: 40px;
}

body.touch .navbar-bedrock.inverse.scrollup ul .menu-button-container a {
  background: url(../images/hamburger-black.svg) 50% no-repeat;
  display: block;
  height: 20px;
  width: 100%;
  margin-top: 10px;
}

body.touch .navbar-bedrock.inverse.scrollup .logo {
  height: 20px;
  width: 45px;
  background: url(../images/bedrock-mark.svg) 50% no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1150px) {
  .navbar-bedrock .subnav ul {
    margin-left: -105px;
  }
}

@media screen and (max-width: 1024px) {
  .navbar-bedrock.white .subnav ul {
    margin-left: -155px;
  }
  .navbar-bedrock .subnav ul li:not(:last-child),
  .navbar-bedrock.white .subnav ul li:not(:last-child) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-menu {
    top: 40px;
  }
  .navbar-bedrock ul li:nth-child(1),
  .navbar-bedrock ul li:nth-child(2),
  .navbar-bedrock ul li:nth-child(4),
  .navbar-bedrock ul li:nth-child(5) {
    display: none;
  }
  .logo-container {
    float: left;
  }
  .navbar-bedrock ul .menu-button-container {
    display: inline-block;
    float: right;
  }
  .navbar-bedrock ul .menu-button-container i {
    margin-top: 14px;
  }
  .navbar-bedrock {
    height: 40px;
  }
  .navbar-bedrock ul li a {
    line-height: 40px;
  }
  .navbar-bedrock ul li .logo {
    height: 20px;
    width: 45px;
    background: url(../images/bedrock-mark.svg) 50% no-repeat;
    background-size: contain;
  }
  .navbar-bedrock.inverse {
    height: 40px;
  }
  .navbar-bedrock.inverse ul li a {
    line-height: 40px;
  }
  .navbar-bedrock.inverse ul li .logo {
    height: 20px;
    width: 45px;
    background: url(../images/bedrock-mark-white.svg) 50% no-repeat;
    background-size: contain;
  }
  .navbar-bedrock.white ul li .logo {
    background: url(../images/bedrock-mark.svg) 50% no-repeat;
    background-size: contain;
  }
  .navbar-bedrock.inverse.scrolldown ul li .logo {
    height: 20px;
    width: 45px;
    background: url(../images/bedrock-mark.svg) 50% no-repeat;
    background-size: contain;
  }
  .navbar-bedrock ul .menu-button-container a {
    display: block;
    height: 20px !important;
    width: 100%;
    margin-top: 10px !important;
  }
  .navbar-bedrock.white ul .menu-button-container a {
    background: url(../images/hamburger-black.svg) 50% no-repeat;
  }
  .navbar-bedrock.inverse.scrollup {
    background: #dbd9d6;
    border-bottom: 1px solid #dbd9d6;
  }
  .navbar-bedrock.inverse.scrollup ul li a {
    color: #342e1f;
    line-height: 40px;
  }
  .navbar-bedrock.inverse.scrollup ul .menu-button-container a {
    background: url(../images/hamburger-black.svg) 50% no-repeat;
    display: block;
    height: 20px;
    width: 100%;
    margin-top: 10px;
  }
  .navbar-bedrock.inverse.scrollup .logo {
    height: 20px;
    width: 45px;
    background: url(../images/bedrock-mark.svg) 50% no-repeat;
    background-size: contain;
  }
}

.flex-2 {
  -webkit-columns: 2 329px;
  -moz-columns: 2 329px;
  columns: 2 329px;
}

.rule {
  display: block;
  margin: 0;
  padding: 0;
}

.rule-double {
  border-top: 3px double #000;
}

.rule-white {
  border-color: #fff;
}

.rule-about {
  border-color: #dbd9d6;
}

.rule-about,
.rule-margins {
  margin: 20px 0 40px;
}

.rule-lease {
  margin: 10px 0 30px;
}

.rule-50 {
  width: 50%;
}

.rule-gray {
  border-color: #c3c3c3;
}

footer {
  padding: 50px 0 !important;
  font-size: 1.2rem;
}

footer,
footer a,
footer a:hover {
  color: #fff;
}

footer h4 {
  font-size: 24px;
}

footer .rule {
  margin-top: 7px;
}

.list-social {
  padding-left: 0;
  list-style-type: none;
}

.list-social li {
  display: inline-block;
  font-size: 16px;
  line-height: 33px;
}

.list-social li:not(:last-child) {
  margin-right: 10px;
}

.list-social li a {
  display: inline-block;
  margin-top: 1rem;
}

.list-links {
  padding-left: 0;
  list-style-type: none;
}

.list-links li:first-child {
  font-weight: 700;
}

.list-buttons {
  padding-left: 0;
  list-style-type: none;
}

.list-buttons li {
  display: inline-block;
}

.list-buttons li:not(:last-child) {
  margin-right: 10px;
}

.list-lease {
  margin-top: 20px;
}

.list-properties {
  padding-left: 0;
  list-style-type: none;
}

.list-properties li img {
  margin: 5px 15px 0 0;
  float: left;
}

.list-properties li .address {
  font-size: 13px;
}

.list-properties li:not(:last-child) {
  margin-bottom: 20px;
}

.list-properties a,
.list-properties a:hover {
  color: #144733;
  font-weight: 600;
}

.list-features {
  margin: 15px 0 0;
  padding-left: 18px;
  font-weight: 600;
  list-style-type: square;
  line-height: 1.5em;
}

.list-features li:not(:last-child) {
  margin-bottom: 10px;
}

.list-agents img {
  max-width: 80px;
}

@media screen and (max-width: 1023px) {
  .list-buttons li,
  .list-buttons li a {
    display: block;
  }
  .list-buttons li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .list-features {
    margin: 20px 0;
  }
}

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 10000;
  display: none;
}

.preloader .loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader.done {
  opacity: 0;
  visibility: hidden;
}

.fullwidth {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.home-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-video > div video {
  z-index: 9995 !important;
}

.overlay-movie-off {
  display: none;
}

.overlay-movie-off .overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/detroit-skyline.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
  z-index: 9997;
}

.overlay-movie-off .overlay-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.12);
  z-index: 9998;
}

.overlay-muted .sound-icon {
  position: absolute;
  right: 25px;
  bottom: 20px;
  color: #fff;
}

.fullwidth-home-hero .overlay-controls {
  display: none;
  background: -webkit-linear-gradient(
    top,
    transparent,
    transparent 15%,
    rgba(0, 0, 0, 0.3)
  );
  background: linear-gradient(
    180deg,
    transparent 0,
    transparent 15%,
    rgba(0, 0, 0, 0.3)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
}

.overlay-controls .fa-play {
  position: absolute;
  left: 25px;
  bottom: 20px;
  color: #fff;
}

.overlay-controls .fa-pause {
  position: absolute;
  left: 45px;
  bottom: 20px;
  color: #fff;
}

.overlay-controls .fa-arrows-alt {
  position: absolute;
  right: 25px;
  bottom: 20px;
  color: #fff;
}

.music {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.sound-icon i {
  display: block;
  float: right;
  margin-top: 4px;
}

#bar1 {
  left: 0;
}

#bar1,
#bar2 {
  border-style: solid;
  border-color: #fff;
  height: 20px;
  width: 5px;
  position: absolute;
  background: #fff;
  bottom: 0;
}

#bar2 {
  left: 7px;
}

#bar3 {
  border-style: solid;
  border-color: #fff;
  height: 20px;
  width: 5px;
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 14px;
}

.fullwidth-home-hero {
  position: relative;
  height: 85%;
  width: 100%;
  background-position: 50%;
  overflow: hidden;
}

.fullwidth-home-hero h2 {
  margin: 0 0 20px;
  font-size: 60px;
}

.fullwidth-home-hero .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.12);
  z-index: 9998;
}

.fullwidth-home-hero .overlay-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  color: #fff;
  z-index: 9999;
}

.fullwidth-home-hero .play-button {
  padding: 15px 17px 13px 22px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
}

.fullwidth-home-hero .play-button:focus,
.fullwidth-home-hero .play-button:hover {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .fullwidth-home-hero h2 {
    font-size: 38px;
  }
  .overlay-movie-off {
    display: block;
  }
  .overlay-muted {
    display: none;
  }
}

.fullwidth-home-clients,
.fullwidth-home-properties,
.fullwidth-slider,
.fullwidth-image {
  position: relative;
  height: 75%;
  width: 100%;
}

.fullwidth-home-clients h2,
.fullwidth-home-properties h2 {
  font-size: 60px;
  margin: 0 auto 20px;
}

.fullwidth-home-clients .overlay,
.fullwidth-home-properties .overlay,
.fullwidth-slider .overlay,
.fullwidth-image .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.12);
  z-index: 9998;
}

.fullwidth-home-clients .overlay-inner,
.fullwidth-home-properties .overlay-inner,
.fullwidth-slider .overlay-inner,
.fullwidth-image .overlay-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 9999;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .fullwidth-home-clients h2,
  .fullwidth-home-properties h2 {
    font-size: 38px;
  }
}

.fullwidth-home-properties .carousel,
.fullwidth-home-properties .carousel .carousel-inner,
.fullwidth-home-properties .carousel .carousel-inner .item,
.fullwidth-slider .carousel,
.fullwidth-slider .carousel .carousel-inner,
.fullwidth-slider .carousel .carousel-inner .item {
  height: 100%;
}

.fullwidth-home-properties .carousel .carousel-inner .item,
.fullwidth-slider .carousel .carousel-inner .item {
  background-position: 50% !important;
  background-size: cover !important;
}

.fullwidth-home-people {
  height: 300px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.fullwidth-home-people h2 {
  margin-bottom: 30px;
  font-size: 38px;
}

.fullwidth-home-people img {
  max-height: 260px;
  margin-top: 18px;
}

.fullwidth-home-people .slick-next,
.fullwidth-home-people .slick-prev {
  width: 40px;
  height: 50px;
  background: hsla(0, 0%, 76%, 0.85);
  color: #000;
  font-size: 40px;
  line-height: 50px;
  z-index: 9998;
  -webkit-transition: background 0.125s ease-in-out;
  transition: background 0.125s ease-in-out;
}

.fullwidth-home-people .slick-next:hover,
.fullwidth-home-people .slick-prev:hover {
  cursor: pointer;
  background: #c3c3c3;
}

.fullwidth-home-people .slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.fullwidth-home-people .slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}

.people .person.center {
  position: relative;
}

.people .person.center .center-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.people-unslick {
  display: none;
  position: relative;
  height: 300px;
  width: 100%;
  text-align: center;
  color: #000;
  background: rgba(0, 0, 0, 0.35);
}

.people-unslick .inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.people-unslick .inner h2 {
  margin-top: 0;
}

@media screen and (max-width: 588px) {
  .fullwidth-home-people {
    background: url(../images/our-people.jpg) 50% no-repeat;
    background-size: cover;
  }
  .people {
    display: none !important;
  }
  .people-unslick {
    display: block;
    color: #fff;
  }
  .people-unslick .btn {
    border-color: #fff;
    color: #fff;
  }
  .people-unslick .btn:hover {
    color: #000;
    background: #fff;
  }
}

.fullwidth-orange {
  padding: 20px 0;
  background-color: #e15829;
}

.fullwidth-green {
  padding: 20px 0;
  background-color: #144733;
}

.fullwidth-darkgray {
  padding: 20px 0;
  background-color: #4a4a4a;
}

.person {
  display: inline-block;
}

.carousel-control {
  width: 40px;
  height: 50px;
  background: hsla(0, 0%, 76%, 0.85);
  color: #000;
  font-size: 40px;
  line-height: 50px;
  z-index: 9998;
  -webkit-transition: background 0.125s ease-in-out;
  transition: background 0.125s ease-in-out;
  text-shadow: none;
}

.carousel-control:focus,
.carousel-control:hover {
  cursor: pointer;
  background: #c3c3c3;
  color: #000;
}

.carousel-control.left {
  left: 0;
}

.carousel-control.left,
.carousel-control.right {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-image: none;
}

.carousel-control.right {
  right: 0;
}

.spacer {
  height: 85px;
}

.fullwidth-heading {
  padding: 20px 0;
  background: #dbd9d6;
}

.fullwidth-heading h1 {
  margin: 0;
  color: #000;
  text-align: center;
}
.fullwidth-heading h2 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fullwidth-heading h1 {
    font-size: 38px;
  }
}

.featured-clients .featured-client {
  position: relative;
  height: 400px;
  background-position: 50% !important;
  background-size: cover !important;
  color: #fff;
  text-align: center;
}

/*.featured-clients .featured-client a,
.featured-clients .featured-client a:hover .overlay {
    opacity: 1
}*/

.featured-clients .featured-client .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  background: rgba(38, 38, 38, 0.5);
  /*opacity: 0;*/
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.featured-clients .featured-client .overlay h2 {
  font-size: 34px;
}

.featured-clients .featured-client .overlay p {
  font-weight: 200;
  font-size: 12px;
}

.featured-clients .featured-client .overlay .overlay-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .featured-clients .featured-client .overlay {
    opacity: 1;
  }
}

.about-subheading {
  margin-bottom: 20px;
}

.container-text {
  padding: 50px 15px 80px;
}

.container-text .flex-2 p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .container-text .flex-2 p:not(:last-child) {
    margin-bottom: 13px;
  }
}

.row-article {
  margin-bottom: 50px;
}

.row-article:last-child {
  margin-bottom: 0;
}

.row-article .btn {
  margin-top: 0;
}

.property-categories .property-category {
  position: relative;
  height: 400px;
  background-position: 50% !important;
  background-size: cover !important;
  color: #fff;
  text-align: center;
}

.property-categories .property-category:hover .overlay,
.property-categories .property-category a,
.property-categories .property-category a:hover {
  opacity: 1;
}

.property-categories .property-category .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  background: rgba(38, 38, 38, 0.65);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.property-categories .property-category .overlay h2 {
  font-size: 34px;
  letter-spacing: 1px;
}

.property-categories .property-category .overlay p {
  font-weight: 200;
  font-size: 12px;
}

.property-categories .property-category .overlay .overlay-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .property-categories .property-category .overlay {
    opacity: 1;
  }
}

.fullwidth-gold {
  padding: 50px 0;
  color: #fff;
  background-color: #9e760d;
}

.fullwidth-gold p:last-child {
  margin-bottom: 0;
}

.fullwidth-gold h2:first-child {
  margin-top: 0;
}

.fullwidth-gold .btn-white-o:hover {
  color: #342e1f;
}

.container-map {
  padding: 50px 15px 0;
}

.fullwidth-sage {
  padding: 50px 0;
  color: #fff;
  background-color: #607775;
}

.fullwidth-sage p:last-child {
  margin-bottom: 0;
}

.fullwidth-sage h2:first-child {
  margin-top: 0;
}

.map-container {
  position: relative;
  width: 100%;
  height: 334px;
}

.map-properties {
  height: 334px;
}

.row-below-map {
  margin-top: 40px;
}

@media screen and (max-width: 1023px) {
  .map-container,
  .map-properties {
    height: 334px;
  }
}

@media screen and (max-width: 767px) {
  .map-container,
  .map-properties {
    height: 234px;
  }
}

.map-container .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(
    top,
    transparent,
    transparent 15%,
    rgba(0, 0, 0, 0.3)
  );
  background: linear-gradient(
    180deg,
    transparent 0,
    transparent 15%,
    rgba(0, 0, 0, 0.3)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
  opacity: 1;
  visibility: visible;
  z-index: 999;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  z-index: 900;
}

.map-container .overlay.hidden {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0s;
}

.map-container .overlay p {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.properties-controls a,
.properties-controls a:hover {
  color: #000;
  font-size: 18px;
}

.property-category-hero {
  position: relative;
  height: 85%;
  width: 100%;
  background-position: 50%;
}

.property-category-hero.services {
  background-position: bottom;
}

.property-category-hero h1 {
  font-size: 64px;
}

.property-category-hero .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.12);
  z-index: 9998;
}

.property-category-hero .overlay-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .property-category-hero h1 {
    font-size: 38px;
  }
}

.row-lease-split {
  position: relative;
}

.row-lease-split a {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-weight: 700;
  text-align: right;
  width: 50%;
  padding-right: 15px;
  padding-bottom: 13px;
  font-size: 22px;
}

.row-lease-split a:hover {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .row-lease-split a {
    display: block;
    position: static;
    bottom: auto;
    text-align: left;
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 15px;
    font-size: 22px;
  }
}

.fullwidth-map {
  position: relative;
}

.fullwidth-map .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(
    top,
    transparent,
    transparent 15%,
    rgba(0, 0, 0, 0.3)
  );
  background: linear-gradient(
    180deg,
    transparent 0,
    transparent 15%,
    rgba(0, 0, 0, 0.3)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
  opacity: 1;
  visibility: visible;
  z-index: 999;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.fullwidth-map .overlay.hidden {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0s;
}

.fullwidth-map .overlay p {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.property-map {
  height: 400px;
  width: 100%;
}

.fullwidth-property-photos .carousel,
.fullwidth-property-photos .carousel .carousel-inner,
.fullwidth-property-photos .carousel .carousel-inner .item,
.fullwidth-slider .carousel,
.fullwidth-slider .carousel .carousel-inner,
.fullwidth-slider .carousel .carousel-inner .item {
  height: 100%;
}

.fullwidth-property-photos
  .carousel
  .carousel-inner
  .item
  .row
  div[class^='col-'] {
  background-position: 50% !important;
  background-size: cover !important;
}

.fullwidth-property-photos .carousel .carousel-inner .item .row,
.fullwidth-property-photos
  .carousel
  .carousel-inner
  .item
  .row
  div[class^='col-'] {
  height: 300px;
}

.fullwidth-property-photos .carousel .carousel-inner .item .row.two-up,
.fullwidth-property-photos
  .carousel
  .carousel-inner
  .item
  .row.two-up
  div[class^='col-'] {
  height: 600px;
}

.property-photos {
  margin-left: 0;
  margin-right: 0;
}

.property-photo {
  position: relative;
}

.property-photo:hover .overlay,
.property-photo a,
.property-photo a:hover {
  opacity: 1;
}

.property-photo .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 15px;
  background: rgba(38, 38, 38, 0.65);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.property-photo .overlay p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-weight: 200;
  font-size: 14px;
  text-align: center;
}

.property-photo .overlay .expand-image-ur {
  position: absolute;
  top: 15px;
  right: 15px;
}

.property-photo .overlay .expand-image-ll {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

@media screen and (max-width: 767px) {
  .fullwidth-property-photos .carousel .carousel-control,
  .fullwidth-property-photos .carousel .carousel-indicators {
    display: none;
  }
  .fullwidth-property-photos .carousel .carousel-inner .item {
    display: block !important;
  }
  .fullwidth-property-photos .carousel .carousel-inner .item .row,
  .fullwidth-property-photos .carousel .carousel-inner .item .row.two-up {
    height: auto;
  }
  .fullwidth-property-photos
    .carousel
    .carousel-inner
    .item
    .row.two-up
    div[class^='col-'],
  .fullwidth-property-photos
    .carousel
    .carousel-inner
    .item
    .row
    div[class^='col-'] {
    height: 200px;
  }
  .property-photos {
    margin-left: 0;
    margin-right: 0;
  }
  .property-photo .overlay:hover {
    opacity: 0;
  }
}

.accent-center .col-sm-6 {
  display: inline-block;
  vertical-align: middle;
}

.accent-center h2 {
  margin: 0 auto;
}

.accent-center .quote {
  text-indent: -20px;
}

@media screen and (max-width: 767px) {
  .accent-center .quote {
    text-indent: 0;
  }
  .accent-center div[class^='col-']:first-child h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .accent-center div[class^='col-']:last-child h2 {
    margin-top: 20px;
    font-size: 28px;
  }
}

.lb-number {
  display: none !important;
}

.fullwidth-gray {
  padding: 30px 0;
  color: #000;
  background-color: #dbd9d6;
}

.fullwidth-darkgray {
  padding: 30px 0 0;
  color: #fff;
  background-color: #4a4a4a;
}

.fullwidth-red {
  padding: 80px 0 70px;
  color: #fff;
  background-color: #974608;
}
.fullwidth-red .rule-double {
  border-color: #fff;
}

.fullwidth-red h2:first-child {
  margin-top: 0;
}

.row-extra-top {
  margin-top: 40px;
}

.services-heading,
.services-heading:active,
.services-heading:focus,
.services-heading:hover {
  color: #342e1f;
}

.fullwidth-gold .services-heading,
.fullwidth-gold .services-heading:active,
.fullwidth-gold .services-heading:focus,
.fullwidth-gold .services-heading:hover {
  color: #fff;
}

.services-heading i {
  font-size: 24px;
}

.row-contact-info {
  margin-top: 30px;
}

.contact-label {
  margin: 0 0 15px;
  padding: 0;
  display: flex;
  align-items: center;
}

.contact-label a {
  color: #ffffff;
}

.contact-label i {
  width: 35px;
}

.contact-label p {
  width: calc(100% - 35px);
  margin: 0;
}

.form-contact input:focus,
.form-contact textarea:focus {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-color: #342e1f;
}

.form-contact .btn {
  margin-top: 15px;
}

div.wpcf7-validation-errors {
  border-color: red;
  text-align: center;
}

div.wpcf7-mail-sent-ok {
  text-align: center;
}

.fullwidth-image {
  min-height: 400px;
  width: 100%;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.fullwidth-image.bottom {
  background-position: bottom !important;
}

.fullwidth-case-photos .carousel,
.fullwidth-case-photos .carousel .carousel-inner,
.fullwidth-case-photos .carousel .carousel-inner .item {
  height: 100%;
}

.fullwidth-case-photos .carousel .carousel-inner .item .row .col-xs-6 {
  background-position: 50% !important;
  background-size: cover !important;
}

.fullwidth-case-photos .carousel .carousel-inner .item .row,
.fullwidth-case-photos .carousel .carousel-inner .item .row .col-xs-6 {
  height: 400px;
}

.fullwidth-case-photos .carousel .carousel-inner .item .row.two-up,
.fullwidth-case-photos .carousel .carousel-inner .item .row.two-up .col-xs-6 {
  height: 800px;
}

.case-photos {
  margin-left: 0;
  margin-right: 0;
}

.case-photo {
  position: relative;
}

.case-photo:hover .overlay,
.case-photo a,
.case-photo a:hover {
  opacity: 1;
}

.case-photo .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 15px;
  background: rgba(38, 38, 38, 0.65);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.case-photo .overlay p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-weight: 200;
  font-size: 14px;
  text-align: center;
}

.case-photo .overlay .expand-image-ur {
  position: absolute;
  top: 15px;
  right: 15px;
}

.case-photo .overlay .expand-image-ll {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.fullwidth-case-study-slideshow {
  position: relative;
  height: 50%;
  width: 100%;
}

.fullwidth-case-study-slideshow h2 {
  font-size: 60px;
  margin: 0 auto 20px;
}

.fullwidth-case-study-slideshow .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9998;
}

.fullwidth-case-study-slideshow .overlay-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 9999;
  width: 100%;
}

.fullwidth-case-study-slideshow .carousel,
.fullwidth-case-study-slideshow .carousel .carousel-inner,
.fullwidth-case-study-slideshow .carousel .carousel-inner .item {
  height: 100%;
}

.fullwidth-case-study-slideshow .carousel .carousel-inner .item {
  background-position: 50% !important;
  background-size: cover !important;
}

.container-detroit-labs {
  padding: 80px 15px;
}

.row-quote h2 {
  text-align: right;
  text-transform: uppercase;
  font-size: 22px;
  font-family: Gotham SSm A, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.row-quote h3 {
  text-align: justify;
  text-indent: -15px;
  line-height: 1.3;
  font-family: ClaremontRR-Light, serif;
}

@media screen and (max-width: 1023px) {
  .fullwidth-image {
    min-height: 300px;
  }
  .fullwidth-case-photos .carousel .carousel-inner .item .row,
  .fullwidth-case-photos .carousel .carousel-inner .item .row .col-xs-6 {
    height: 300px;
  }
  .fullwidth-case-photos .carousel .carousel-inner .item .row.two-up,
  .fullwidth-case-photos .carousel .carousel-inner .item .row.two-up .col-xs-6 {
    height: 600px;
  }
}

@media screen and (max-width: 767px) {
  .fullwidth-image {
    min-height: 260px;
  }
  .fullwidth-case-photos .carousel .carousel-inner .item .row,
  .fullwidth-case-photos .carousel .carousel-inner .item .row .col-xs-6 {
    height: 260px;
  }
  .fullwidth-case-photos .carousel .carousel-inner .item .row.two-up,
  .fullwidth-case-photos .carousel .carousel-inner .item .row.two-up .col-xs-6 {
    height: 520px;
  }
}

.client-logo {
  height: 200px;
  margin-bottom: 30px;
  background-size: contain !important;
}

#greens:hover .client-logo {
  background: url(../images/7greens.png) 50% no-repeat !important;
}

#dime:hover .client-logo {
  background: url(../images/dime.png) 50% no-repeat !important;
}

#nike:hover .client-logo {
  background: url(../images/nike.png) 50% no-repeat !important;
}

.btn[data-toggle='modal'] {
  margin-top: 20px;
}

.modal-agent {
  z-index: 1000000;
}

.modal-agent .modal-body {
  padding: 30px;
  overflow: hidden;
  background: #dbd9d6;
}

.modal-agent .agent-title {
  margin-top: 0;
  font-size: 18px;
}

.modal-agent .rule {
  margin: 20px 0;
  border-color: #342e1f;
}

.modal-agent img {
  max-width: 120px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.featured-clients .featured-client.placeholder {
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  text-align: center;
}

.featured-clients .featured-client.leader {
  position: relative;
  height: 300px;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  text-align: center;
}

.featured-clients .featured-client.leader:hover .overlay {
  opacity: 1;
}

.featured-clients .featured-client.leader .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  background: rgba(38, 38, 38, 0.65);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.featured-clients .featured-client.leader .overlay-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.leader p {
  font-size: 13px;
}

.modal-leader {
  z-index: 10000;
}

.modal-leader .modal-body {
  padding: 30px;
  overflow: hidden;
  background: #dbd9d6;
  font-size: 14px;
}

.modal-leader .agent-title {
  margin-top: 0;
  font-size: 18px;
}

.modal-leader .rule {
  margin: 30px 0;
  border-color: #342e1f;
}

.modal-leader img {
  float: left;
  max-width: 220px;
  margin: 0 30px 30px 0;
}

@media screen and (max-width: 767px) {
  .featured-clients .featured-client.leader {
    background-size: cover !important;
  }
  .featured-clients .featured-client.leader.agent {
    background-size: contain !important;
  }
  .featured-clients .featured-client.leader .overlay {
    opacity: 1;
    background: -webkit-linear-gradient(
      top,
      transparent,
      transparent 15%,
      rgba(0, 0, 0, 0.3)
    );
    background: linear-gradient(
      180deg,
      transparent 0,
      transparent 15%,
      rgba(0, 0, 0, 0.3)
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
  }
  .featured-clients .featured-client.leader .overlay .overlay-inner {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
    padding: 20px;
  }
  .featured-clients .featured-client.leader .overlay .overlay-inner h2 {
    font-size: 26px;
  }
  .featured-clients .featured-client.leader .overlay .overlay-inner p {
    margin-bottom: 0;
  }
}

.row-timeline h3 {
  margin-top: 40px;
  margin-bottom: 0;
}

.row-timeline li {
  margin-top: 20px;
}

.rule-timeline {
  margin: 20px 0;
}

.fullwidth-articles {
  background-size: 100% !important;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.fullwidth-articles:hover {
  background-size: 105% !important;
}

.fullwidth-gold a,
.fullwidth-gold a:active,
.fullwidth-gold a:focus,
.fullwidth-gold a:hover {
  color: #fff;
}

.about-subheading a {
  opacity: 0.65;
}

.about-subheading a:hover {
  opacity: 1;
}

.fullwidth.fullwidth-articles {
  overflow: hidden;
}

.scaleDiv.fullwidth-articles {
  background-position: 50%;
  background-size: cover !important;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}

.scaleDiv.fullwidth-articles:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.scaleDiv.fullwidth-articles .overlay {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.scaleDiv.fullwidth-articles:hover .overlay {
  transform: scale(0.90909);
  -webkit-transform: scale(0.90909);
  -moz-transform: scale(0.90909);
  -ms-transform: scale(0.90909);
}

.scaleDiv.fullwidth-articles .overlay * {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.services-heading .pull-right {
  pointer-events: none;
}

.navbar-bedrock.white ul li a:hover {
  color: #342e1f;
}

#controlsOn {
  display: none;
  z-index: 9997 !important;
}

@media screen and (max-width: 831px) {
  .fullwidth-home-hero {
    background: #000;
  }
  .overlay-movie-off {
    display: block;
  }
  .overlay-muted {
    display: none;
  }
  .home-video div video {
    width: 100% !important;
  }
  #controlsOn {
    display: block;
  }
}

@media screen and (max-width: 699px) {
  .overlay-movie-off h2 span {
    display: block;
  }
  footer p.text-right {
    text-align: left;
  }
}

#grid-tab a:hover {
  opacity: 1;
}

.grid-project {
  margin-bottom: 30px;
}

.grid-project:hover .overlay {
  opacity: 1;
}

.grid-project span {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px;
  font-size: 12px;
  text-align: center;
  z-index: 8000;
}

.grid-project .overlay,
.grid-project span {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.grid-project span.now-leasing {
  top: 0;
  bottom: auto;
  font-family: ClaremontMedium, serif;
  font-size: 15px;
  background: rgba(20, 71, 51, 0.7);
}

.grid-project .overlay {
  top: 0;
  background: rgba(38, 38, 38, 0.65);
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  z-index: 9000;
}

.grid-project .overlay-inner {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar-bedrock ul li:nth-child(4):hover:after {
  content: ' ';
  position: absolute;
  height: 12px;
  width: 5000px;
  bottom: 0;
  margin-left: 50%;
  left: -2500px;
  color: #342e1f;
  background: url(../images/menu-under.png) top no-repeat;
}

.navbar-bedrock.white ul li:nth-child(4):hover:after {
  background: url(../images/menu-under-dark.png) top no-repeat;
}

@media screen and (max-width: 831px) {
  .grid-project:hover .overlay {
    opacity: 0;
  }
}

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:after,
.slick-track:before {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.search-input {
  width: 100%;
  position: relative;
}
.search-input input {
  width: 100%;
  border: 1px solid #342e1f;
  background-color: transparent;
  transition: background-color 0.5s;
  font-size: 13px;
  padding: 2px 5px;
}
/*.search-input input:focus {*/
/*background-color: #f1f1f1;*/
/*}*/
.search-input .search-input-btn {
  background: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 1px;
  padding-bottom: 0px;
  outline: 0;
}

/* city guide posts */
.hero-caption {
  padding: 20px 0;
}
.hero-caption p {
  margin-bottom: 0;
}

.content-columns {
  margin-top: 20px;
}

.fullwidth-slider {
  margin-bottom: 50px;
}

.fullwidth-image.main-featured {
  height: 55%;
}

.press-room-search-form .search-input {
  margin-top: 30px;
}

.modal .modal-body h2 {
  margin: 0;
}
.modal .modal-body h3 {
  margin-top: 2px;
  font-size: 22px;
}

.modal .modal-body .modal-list {
  display: flex;
  flex-wrap: wrap;
}
.modal .modal-body .modal-list .modal-list-heading {
  flex: 1 1 100%;
  margin: 25px 0 5px;
}
.modal .modal-body .modal-list .modal-list-heading h3 {
  margin: 0;
}
.modal .modal-body .modal-list .modal-list-item {
  flex: 1 0 50%;
}
@media screen and (min-width: 1200px) {
  .press-room-modal .modal-dialog {
    width: 800px;
  }
}
@media screen and (max-width: 1199px) {
  .modal .modal-body .modal-list .modal-list-item {
    flex: 1 0 100%;
  }
}

.fullwidth-green .search-field,
.fullwidth-red .search-field {
  color: #ffffff;
}

.dropdown-content .rule {
  margin: 20px 0 !important;
}
.dropdown-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.press-release-label,
.blog-post-label {
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
  font-style: italic;
}
.press-release-label {
  color: #144733;
}
.blog-post-label {
  color: #974608;
}

/* PRESS ROOM SEARCH RESULTS */
.fullwidth-green .search-input,
.fullwidth-red .search-input {
  margin: 40px 0;
}
.fullwidth-green #press-room-search,
.fullwidth-green #press-release-search,
.fullwidth-red #blog-post-search {
  border: 1px solid #ffffff;
}
.fullwidth-green .search-input-btn,
.fullwidth-red .search-input-btn {
  color: #ffffff;
}

.press-room-caption,
.press-release-caption,
.blog-posts-caption {
  color: #ffffff;
  padding: 40px 15px;
}
.press-room-caption p,
.press-release-caption p,
.blog-posts-caption p {
  margin: 0;
}

.press-room-search-results .search-heading {
  padding-bottom: 30px;
}
.press-room-search-results .search-heading h2 {
  font-size: 38px;
}

.press-room-excerpt {
  margin-bottom: 30px;
}
.press-room-excerpt h3 {
  margin-top: 0;
}
.press-room-excerpt .date {
  display: block;
  text-align: right;
}
.press-room-excerpt .excerpt {
  padding: 0 30px;
}

/* PRESS ROOM - MEDIA CONTACTS */
.media-contacts {
  margin-top: 60px;
}
.media-contacts .contact {
  margin-top: 20px;
}
.media-contacts .contact .name {
  font-weight: bold;
}

/* PRESS RELEASE / BLOG BUTTONS */
.pressrelease-blog-button-group {
  margin-right: 40px;
}
.pressrelease-blog-button-group.last {
  margin-right: 0;
}
.pressrelease-blog-button-group.btn-group.open .dropdown-menu {
  display: block;
}
.pressrelease-blog-button-group .dropdown-menu {
  background-color: transparent;
  left: -2px;
  padding: 0;
  border: 2px solid #ffffff;
  min-width: auto;
}
.pressrelease-blog-button-group .dropdown-menu a {
  text-align: center;
  font-size: 14px;
  padding: 10px 30px;
  font-weight: 600;
  color: #f2f2f2;
  border-bottom: 2px solid #ffffff;
  background-color: #000000;
  opacity: 0.7;
}
.pressrelease-blog-button-group .dropdown-menu li:last-child a {
  border-bottom: none;
}
.pressrelease-blog-button-group .dropdown-menu a:hover {
  background-color: #ffffff;
  color: #000000;
  opacity: 1;
}
.pressrelease-blog-button-group .dropdown-menu .divider {
  margin: 0;
  height: 2px;
  background-color: #ffffff;
}

.pressrelease-blog-button-group .dropdown-menu .blog-social-buttons {
  display: flex;
}
.pressrelease-blog-button-group .dropdown-menu .blog-social-buttons a {
  padding: 10px 22px;
}

/* PRESS RELEASES */
h2.default-heading {
  font-size: 51px;
}
.press-release-hero {
  position: relative;
  height: 50%;
  width: 100%;
  background-position: 50% 75%;
}
.press-release-hero .overlay-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  z-index: 9999;
}
.press-release-year {
  margin-top: 30px;
  margin-bottom: 30px;
}
.press-release-year:first-child {
  margin-top: 0;
}
.press-release-month {
  margin-bottom: 20px;
  margin-top: 30px;
}
.press-release-month h3 {
  margin: 0;
}

.press-release {
  padding-left: 30px;
}
.press-release:before {
  content: '\00bb';
  display: inline-block;
  margin-right: 15px;
}

.press-release-header,
.blog-header {
  padding: 30px 0;
  color: #ffffff;
}
.press-release-header h1,
.blog-header h1 {
  margin: 0;
}
.press-release-header .date,
.blog-header .date {
  display: block;
  margin-top: 18px;
  text-align: right;
}

.press-release-content h3.subtitle {
  margin: 28px 0;
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .press-release-header .date,
  .blog-header .date {
    text-align: left;
  }
}
@media screen and (max-width: 402px) {
  .press-release-header .pressrelease-blog-button-group .dropdown-menu,
  .blog-header .pressrelease-blog-button-group .dropdown-menu {
    left: 0;
    width: 100%;
  }
  .press-release-header .btn,
  .blog-header .btn {
    display: block;
    width: 100%;
    float: none;
  }
  .press-release-header .pressrelease-blog-button-group,
  .blog-header .pressrelease-blog-button-group {
    display: block;
    margin: 0 0 15px;
  }
}

/* BLOG POSTS */
.blog.fullwidth-red {
  padding: 30px 0;
}
.blog-post {
  margin-bottom: 40px;
}
.blog-post h2 {
  margin: 0;
}
.blog-post hr {
  margin: 20px 0;
}
.blog-post h3 {
  font-size: 24px;
  margin-top: 0;
}
.blog-post .date {
  display: block;
  text-align: right;
  margin-top: 10px;
}

.blog-content .carousel {
  margin: 30px 0 50px;
}
.blog-content .carousel .carousel-inner .item {
  background-position: 50% !important;
  background-size: cover !important;
  min-height: 400px;
}

@media screen and (max-width: 991px) {
  .blog-post .date {
    text-align: left;
  }
}

a.btn-green {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.66666667;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-green {
  opacity: 1;
  background-color: #144733;
  color: #fff;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.btn-green:hover {
  opacity: 0.75;
  color: #fff;
}

/* GIFT CARD SHOP */
.shop-hero-caption h1,
.shop-hero-caption p {
  color: #fff !important;
}
.shop-hero-caption .rule-double {
  border-color: #fff;
}
.shop-hero-caption p {
  margin: 16px 0 20px;
}

.gift-card-shop form {
  margin-top: 30px;
}
.gift-card-shop .input-label {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  padding-left: 1px;
}
.gift-card-shop .nyp,
.gift-card-shop .quantity-container {
  width: 145px;
  display: inline-block;
}

.gift-card-shop .nyp-input-container .input-container {
  position: relative;
}
.gift-card-shop .nyp-input-container .nyp-input {
  padding-left: 18px;
  line-height: 51px;
  font-size: 24px;
  border: 1px solid #144733;
  font-weight: normal !important;
}
.gift-card-shop .nyp-input-container .dollar-sign {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 24px;
}
.gift-card-shop .nyp-input-container .plus-button,
.gift-card-shop .nyp-input-container .minus-button {
  position: absolute;
  left: 118px;
  display: block;
  width: 26px;
  text-align: center;
  border: 1px solid #144733;
  background: #fff;
  z-index: 100;
}
.gift-card-shop .nyp-input-container .plus-button:hover,
.gift-card-shop .nyp-input-container .minus-button:hover {
  cursor: pointer;
}
.gift-card-shop .nyp-input-container .plus-button {
  top: 0;
}
.gift-card-shop .nyp-input-container .minus-button {
  top: 27px;
}

.gift-card-shop .quantity-container {
  margin-bottom: 1.625em;
  margin-left: 30px;
  overflow: hidden;
}
.gift-card-shop .quantity-container .quantity input[type='number'] {
  width: 144px;
  line-height: 51px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #144733;
}

.gift-card-shop .product-button-container {
  display: inline-block;
  width: 33.33%;
  text-align: right;
}
.gift-card-shop .product-button-container button,
.gift-card-shop .product-button-container a {
  margin-top: 20px;
}

.gift-card-shop .btn-green {
  text-align: center;
  width: 156px;
}

.gift-card-shop .product_meta .sku_wrapper {
  display: none;
}

.woocommerce .additional-info {
  margin-top: 65px;
}

.return-to-shop-button-container {
  float: left;
  margin-top: 30px;
}

@media screen and (max-width: 360px) {
  .gift-card-shop .nyp,
  .gift-card-shop .quantity-container {
    width: 100%;
    display: block;
  }
  .gift-card-shop .quantity-container {
    margin-left: 0;
  }

  .gift-card-shop .product-button-container,
  .gift-card-shop .quantity-container .quantity input[type='number'],
  .gift-card-shop .btn-green {
    width: 100%;
  }
  .gift-card-shop .nyp-input-container .nyp-input {
    width: 100%;
  }
  .gift-card-shop .nyp-input-container .plus-button,
  .gift-card-shop .nyp-input-container .minus-button {
    left: auto;
    right: 0;
  }
}

/* WOOCOMMERCE CUSTOMIZATIONS */
.woocommerce form table.shop_table,
.woocommerce form table.shop_table td,
.woocommerce .cart_totals table.shop_table,
.woocommerce .cart_totals table.shop_table td,
.woocommerce .cart_totals table.shop_table th {
  border: none;
}

.woocommerce form table.shop_table th,
.woocommerce form table.shop_table tbody tr:last-child td {
  border-bottom: 3px double #000;
}
.woocommerce form table.shop_table tbody tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce form table.shop_table tbody tr:nth-last-child(2) td {
  border-bottom: none;
}
.woocommerce form table.shop_table tbody tr:first-child td {
  padding-top: 50px;
}
.woocommerce form table.shop_table tbody tr:last-child td {
  padding-bottom: 30px;
}

.woocommerce .cart_totals table.shop_table {
  margin-top: 30px;
  padding-left: 10px;
  border-left: 1px solid #000;
  border-radius: 0;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 38%;
}

.woocommerce-message {
  border-top-color: #144733 !important;
}
.woocommerce-message:before {
  color: #144733 !important;
}

.woocommerce a.remove {
  background: #e15829 !important;
  color: #fff !important;
  line-height: 0.8 !important;
  opacity: 1;
}
.woocommerce a.remove:hover {
  opacity: 0.5;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select,
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-width: 1px !important;
}

.woocommerce form .woocommerce-billing-fields .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: 30px;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
}

.woocommerce form .woocommerce-checkout-review-order table.shop_table {
  border-left: 1px solid #000;
  border-radius: 0;
  margin-top: 30px;
}
.woocommerce form .woocommerce-checkout-review-order table.shop_table th {
  border-bottom: none;
}
.woocommerce
  form
  .woocommerce-checkout-review-order
  table.shop_table
  tbody
  tr:last-child
  td {
  border-bottom: none;
}
.woocommerce form .woocommerce-checkout-review-order table.shop_table tfoot th {
  border-top: none;
}

.woocommerce
  form
  .woocommerce-checkout-review-order
  table.shop_table
  tbody
  tr:first-child
  td {
  padding-top: 6px;
}

.woocommerce-checkout
  #payment
  div.payment_box
  input.js-sv-wc-payment-gateway-credit-card-form-input[type='tel'],
.woocommerce-checkout
  #payment
  div.payment_box
  input.js-sv-wc-payment-gateway-credit-card-form-input[type='text'],
.woocommerce-checkout
  #payment
  div.payment_box
  input.js-sv-wc-payment-gateway-echeck-form-input[type='tel'],
.woocommerce-checkout
  #payment
  div.payment_box
  input.js-sv-wc-payment-gateway-echeck-form-input[type='text'],
#add_payment_method
  input.js-sv-wc-payment-gateway-credit-card-form-input[type='tel'],
#add_payment_method
  input.js-sv-wc-payment-gateway-credit-card-form-input[type='text'],
#add_payment_method
  input.js-sv-wc-payment-gateway-echeck-form-input[type='tel'],
#add_payment_method
  input.js-sv-wc-payment-gateway-echeck-form-input[type='text'] {
  font-size: 14px;
}
.woocommerce-checkout
  #payment
  div.payment_box
  input.js-sv-wc-payment-gateway-credit-card-form-account-number,
#add_payment_method
  input.js-sv-wc-payment-gateway-credit-card-form-account-number {
  background-image: none;
}
.woocommerce-checkout #payment {
  background: none;
  border-radius: 0px;
}
.woocommerce-checkout #payment div.payment_box {
  font-size: 14px;
  background-color: #f1f1f1;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  content: '';
  display: block;
  border: 1em solid #f1f1f1;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

@media screen and (max-width: 767px) {
  .woocommerce form table.shop_table th,
  .woocommerce form table.shop_table tbody tr:last-child td {
    border: none;
  }
  .woocommerce form table.shop_table tbody tr td {
    border: none;
  }
  .woocommerce form table.shop_table tbody tr td:first-child,
  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .woocommerce form table.shop_table tbody tr:first-child td {
    padding-top: 6px;
  }
  .woocommerce form table.shop_table tbody tr:last-child td {
    padding-bottom: 6px;
  }

  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
  }
}

/* APP DOWNLOAD PAGE */
.install-button-container {
  margin-top: 40px;
}
.install-btn {
  text-transform: uppercase;
}
.app-store-badge {
  width: 200px;
}
.app-instructions .heading h2 {
  text-transform: uppercase;
  color: #144733;
}
.app-instructions .heading.outro h2 {
  text-align: center;
}
.app-instructions .heading.intro {
  border-bottom: 3px solid #dad9d7;
}

.app-instruction {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
.instruction-image {
  text-align: center;
}
.instruction-number {
  vertical-align: middle;
  text-align: center;
  font-size: 60px;
  font-family: ClaremontMedium;
  color: #144733;
}
.instruction-text {
  vertical-align: middle;
}

.fullwidth-padded {
  padding: 60px 0;
}

.app-hero-container {
  height: 85%;
  color: #fff;
  background-position: 50% 0%;
}
.app-hero-container .app-info-text-lg {
  margin-top: 150px;
}

.app-instructions .orange {
  color: #e15829;
}

@media screen and (min-width: 769px) {
  .app-info-text-lg {
    display: block;
  }
  .app-info-text-sm {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .app-hero-container {
    height: 40%;
    background-position: 0%;
  }
  .app-info-text-lg {
    display: none;
  }
  .app-info-text-sm {
    display: block;
    margin-bottom: 30px;
  }
  .app-info-text-sm h3 {
    font-size: 24px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .app-hero-container {
    height: 40%;
    background-position: 0%;
  }
  .app-info-text-lg {
    display: none;
  }
  .app-info-text-sm {
    display: block;
    margin-bottom: 30px;
  }
  .app-info-text-sm h3 {
    font-size: 24px;
  }
}

/* RSVP Form */
.container-text.form-container.rsvp {
  padding-top: 0;
}
.container-text.form-container.rsvp input:focus,
.container-text.form-container.rsvp .form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: #342e1f;
}
#additional-guest-form {
  margin-top: 30px;
}

.container-text.form-container.rsvp .submit-container {
  padding: 15px 0;
}

.container-text.thank-you-container {
  padding: 80px 15px 105px;
}
.container-text.attendance-button-container {
  padding: 0 15px 105px;
}
.container-text.attendance-button-container button {
  margin: 0 15px;
}

.form-container.rsvp .btn.btn-black-o[disabled] {
  border-color: #e5e5e5;
  color: #e5e5e5;
}
.form-container.rsvp .btn.btn-black-o[disabled]:hover {
  color: #e5e5e5;
}

/* EVENING ON THE AVE */
.overlay-inner.logo-title {
  height: 60%;
  top: 55%;
}
.overlay-inner.logo-title img {
  height: 100%;
}

/* CAREERS */

/* CAREERS - main title */
#main-title {
  margin: 100px auto 40px;
}
#main-title h1 {
  font-size: 80px;
  color: #144733;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  #main-title h1 {
    font-size: 70px;
  }
}

@media screen and (max-width: 767px) {
  #main-title h1 {
    font-size: 65px;
  }
}
@media screen and (max-width: 670px) {
  #main-title {
    margin: 50px auto 30px;
  }
  #main-title h1 {
    font-size: 60px;
    text-align: left;
  }
}
@media screen and (max-width: 425px) {
  #main-title {
    margin: 55px auto 30px;
  }
  #main-title h1 {
    font-size: 50px;
  }
}
/* end - CAREERS - main title */

/* CAREERS - mission statement */
#mission-statement {
  margin: 0 auto 50px;
}
#mission-statement h2 {
  margin-top: 0;
  color: #9e760d;
}
/* end - CAREERS - mission statement */

/* CAREERS - culture photo gallery */
#culture-photo-gallery {
  display: flex;
  flex-flow: row wrap;
  height: auto;
  margin: 20px auto 60px;
}
#culture-photo-gallery > * {
  flex: 1 100%;
}
#culture-photo-gallery .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  border: 3px solid #ffffff;
  transition: 0.2s all;
}
/*#culture-photo-gallery .image:hover {*/
/*cursor: pointer;*/
/*}*/
@media all and (min-width: 768px) {
  #culture-photo-gallery .image {
    height: 300px;
  }
  #culture-photo-gallery .image:nth-child(2),
  #culture-photo-gallery .image:nth-child(3) {
    flex: 0 1 50%;
  }
  #culture-photo-gallery .image {
    border: none;
  }
}
/* end - CAREERS - culture photo gallery */

/* CAREERS - evp statement */
#evp-statement h2 {
  margin-top: 0;
  color: #144733;
}
/* end - CAREERS - evp statement */

/* CAREERS - core values */
#core-values {
  margin: 60px auto 80px;
}
#core-values .core-value {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#core-values .core-value .icon {
  height: 100px;
  width: auto;
}
#core-values .core-value .title {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  #core-values .core-value {
    margin: 20px auto;
  }
}
/* end - CAREERS - core values */

/* CAREERS - CTA - image */
#cta-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f1f1f1;
  padding: 40px 0 60px;
  color: #ffffff;
}
#cta-image .btn {
  text-transform: uppercase;
}
/* end - CAREERS - CTA - image */

/* CAREERS - CTA - no image */
#cta-no-image {
  padding: 40px 0;
}
#cta-no-image h2 {
  color: #144733;
}
#cta-no-image .btn {
  background-color: #607775;
  border-color: #607775;
  text-transform: uppercase;
}
/* end - CAREERS - CTA - no image */

/* CAREERS - CTA - basic */
#cta-basic {
  margin: 100px 0;
}
#cta-basic h2 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #144733;
}
#cta-basic .btn {
  text-transform: uppercase;
  font-size: 20px;
  color: #9e760d;
}

#cta-basic .button-container {
  text-align: center;
}

#cta-basic .show-for-sm {
  display: none;
}
#cta-basic .hide-for-sm {
  display: block;
}
@media screen and (max-width: 767px) {
  #cta-basic {
    margin: 20px 0;
  }
  #cta-basic .show-for-sm {
    display: block;
  }
  #cta-basic .hide-for-sm {
    display: none;
  }
}
/* end - CAREERS - CTA - default */

/* CAREERS - benefits grid */
#benefits-grid {
  margin: 120px auto 60px;
  display: flex;
  flex-wrap: wrap;
}
#benefits-grid .benefit {
  display: inline-block;
  flex-grow: 1;
  height: 200px;
  width: 25%;
  position: relative;
  overflow: hidden;
}
#benefits-grid .benefit .card {
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 100%;
  transition: all 0.3s;
}
#benefits-grid .benefit.active .card {
  top: -200px;
}
#benefits-grid .benefit .card:hover {
  cursor: pointer;
}
#benefits-grid .benefit .main,
#benefits-grid .benefit .details {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 200px;
}
#benefits-grid .benefit .main > *,
#benefits-grid .benefit .details > * {
  width: 100%;
}
#benefits-grid .benefit .details {
  padding: 0 8px;
}
#benefits-grid .benefit:nth-child(1) .main,
#benefits-grid .benefit:nth-child(7) .main {
  background-color: #1f4633;
}
#benefits-grid .benefit:nth-child(2) .main,
#benefits-grid .benefit:nth-child(8) .main {
  background-color: #974608;
}
#benefits-grid .benefit:nth-child(3) .main,
#benefits-grid .benefit:nth-child(5) .main {
  background-color: #9e760d;
}
#benefits-grid .benefit:nth-child(4) .main,
#benefits-grid .benefit:nth-child(6) .main {
  background-color: #607775;
}

#benefits-grid .benefit .main img {
  width: auto;
  height: 70px;
  display: block;
}
#benefits-grid .benefit .main h3 {
  font-family: Gotham SSm A, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.3;
  display: block;
  color: #ffffff;
}

#benefits-grid .benefit .details {
  background-color: #ffffff;
}

#benefits-grid .benefit .details,
#benefits-grid .benefit .details h3 {
  color: #000000;
}

@media screen and (max-width: 991px) {
  #benefits-grid .benefit {
    width: 50%;
  }
  #benefits-grid .benefit:nth-child(1) .main,
  #benefits-grid .benefit:nth-child(6) .main {
    background-color: #1f4633;
  }
  #benefits-grid .benefit:nth-child(2) .main,
  #benefits-grid .benefit:nth-child(5) .main {
    background-color: #974608;
  }
  #benefits-grid .benefit:nth-child(3) .main,
  #benefits-grid .benefit:nth-child(8) .main {
    background-color: #9e760d;
  }
  #benefits-grid .benefit:nth-child(4) .main,
  #benefits-grid .benefit:nth-child(7) .main {
    background-color: #607775;
  }

  #benefits-grid .benefit .details h3 {
    font-size: 26px;
  }
  #benefits-grid .benefit .details p {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  #benefits-grid .benefit .main h3 {
    font-size: 16px;
  }
  #benefits-grid .benefit .main img {
    height: 60px;
  }
  #benefits-grid .benefit .details h3 {
    font-size: 24px;
  }
  #benefits-grid .benefit .details p {
    font-size: 13px;
  }
}
/* end - CAREERS - benefits grid */

/* CAREERS - sustainability callout */
#sustainability-callout {
  margin: 60px auto;
}
#sustainability-callout div[class^='col'] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  position: relative;
}
#sustainability-callout .sustainability-info {
  position: relative;
}
#sustainability-callout .sustainability-info .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  z-index: 5;
}
#sustainability-callout .sustainability-info .rule.short {
  width: 40px;
  margin: 0 auto 20px;
  border-color: #f1f1f1;
}
#sustainability-callout .sustainability-info .overlay-green {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 71, 51, 0.9);
  z-index: 0;
}
#sustainability-callout .sustainability-example .caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #ffffff;
  font-family: ClaremontMedium, serif;
  font-style: italic;
  z-index: 5;
}
#sustainability-callout .sustainability-example .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+24,0.67+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 24%,
    rgba(0, 0, 0, 0.67) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 24%,
    rgba(0, 0, 0, 0.67) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 24%,
    rgba(0, 0, 0, 0.67) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ab000000',GradientType=0 ); /* IE6-9 */
}
/* end -CAREERS - sustainability callout */

/* CAREERS - team grid */
#team-grid {
  margin: 40px auto 60px;
}
.team-category-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.team-category-container .team-category-block {
  display: flex;
  width: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  /*padding: 20px;*/
  position: relative;
  background-color: #f1f1f1;
  color: #f1f1f1;
}

.team-category-container .team-category-block:hover {
  cursor: pointer;
}
.team-category-block .open {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 20px;
  color: #f1f1f1;
  z-index: 1;
}
.team-category-block .block-content-container {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 1;
  transition: 0.3s all;
}
.team-category-container
  .team-category-block.team-category-index-0
  .block-content-container,
.team-category-container
  .team-category-block.team-category-index-5
  .block-content-container {
  background: rgba(96, 119, 117, 1);
}
.team-category-container
  .team-category-block.team-category-index-1
  .block-content-container,
.team-category-container
  .team-category-block.team-category-index-4
  .block-content-container {
  background: rgba(158, 118, 13, 1);
}
.team-category-container
  .team-category-block.team-category-index-2
  .block-content-container,
.team-category-container
  .team-category-block.team-category-index-7
  .block-content-container {
  background: rgba(151, 70, 8, 1);
}
.team-category-container
  .team-category-block.team-category-index-3
  .block-content-container,
.team-category-container
  .team-category-block.team-category-index-6
  .block-content-container {
  background: rgba(20, 71, 51, 1);
}

.team-category-container
  .team-category-block.team-category-index-0
  .block-content-container:hover,
.team-category-container
  .team-category-block.team-category-index-5
  .block-content-container:hover {
  background: rgba(17, 49, 47, 0.6);
}
.team-category-container
  .team-category-block.team-category-index-1
  .block-content-container:hover,
.team-category-container
  .team-category-block.team-category-index-4
  .block-content-container:hover {
  background: rgba(99, 73, 6, 0.8);
}
.team-category-container
  .team-category-block.team-category-index-2
  .block-content-container:hover,
.team-category-container
  .team-category-block.team-category-index-7
  .block-content-container:hover {
  background: rgba(97, 43, 0, 0.8);
}
.team-category-container
  .team-category-block.team-category-index-3
  .block-content-container:hover,
.team-category-container
  .team-category-block.team-category-index-6
  .block-content-container:hover {
  background: rgba(0, 45, 27, 0.8);
}

.team-category-block .block-content-container .block-content {
  align-self: center;
}
.team-category-block h2 {
  font-family: Gotham SSm A, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0 0 20px 0;
}
.team-category-block .rule.short,
.team-category-detail .rule.short {
  width: 40px;
  margin: 0 0 20px 5px;
  border-color: #f1f1f1;
}
.team-category-detail .rule.short {
  border-color: #000000;
}
.team-category-block .short-description {
  font-family: ClaremontMedium, serif;
  font-style: italic;
}
.team-category-block .team-list {
  display: block;
  margin: 0;
  padding: 0;
}
.team-category-block .team-list li {
  display: inline-block;
  list-style: none;
  font-family: ClaremontMedium, serif;
}
.team-category-block .team-list li:hover {
  cursor: pointer;
}
.team-category-block .team-list li::before {
  content: '\000BB';
  display: inline-block;
  margin-right: 8px;
  margin-left: 5px;
  vertical-align: text-bottom;
  font-size: 12px;
  font-weight: bold;
}
.team-category-container
  .team-category-block
  .team-list
  li:first-child::before {
  content: '';
  margin-right: 0;
  margin-left: 0;
}

.team-category-detail {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  background: #ffffff;
  border: 1px solid #000;
  padding: 40px 30px 30px;
  font-family: ClaremontMedium, serif;
}
.team-category-detail .loading-screen {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 250px 0;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-category-detail.loading {
  min-height: 100%;
}
.team-category-detail .title-container h2 {
  font-family: Gotham SSm A, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.team-category-detail .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  float: none;
  text-shadow: none;
  opacity: 1;
}
.team-category-detail .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.team-category-detail .video-container iframe,
.team-category-detail .video-container object,
.team-category-detail .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team-category-detail .video-caption {
  font-size: 15px;
  font-style: italic;
}
.team-category-detail #team-title {
  font-family: Gotham SSm A, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #144733;
  margin-top: 20px;
}
.team-category-detail #team-category-description {
  margin-bottom: 20px;
}
.team-category-detail .team-category-content-container {
  margin-top: 20px;
  font-style: italic;
}
.team-category-detail .team-category-content-container .team-jobs-link {
  font-family: Gotham SSm A, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #974608;
  display: inline-block;
}
.team-category-detail .team-category-content-container .teams-list {
  list-style: none;
  font-family: Gotham SSm A, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
}
.team-category-detail .team-category-content-container .teams-list li {
  border-bottom: 1px solid #000;
  background-color: #ffffff;
  transition: background-color 0.2s linear;
  padding: 5px;
}
.team-category-detail .team-category-content-container .teams-list li.active {
  background-color: #f1f1f1;
}
.team-category-detail .team-category-content-container .teams-list li span {
  display: block;
  font-size: 16px;
}
.team-category-detail
  .team-category-content-container
  .teams-list
  li:last-child {
  border-bottom: none;
}
.team-category-detail
  .team-category-content-container
  .teams-list
  li.slick-active {
  background-color: #ffffff;
}
.team-category-detail .team-category-content-container .teams-list li.active {
  background-color: #f1f1f1 !important;
}
.team-category-detail .team-category-content-container .teams-list li:hover {
  cursor: pointer;
  background-color: #f1f1f1;
}
.team-category-detail
  .team-category-content-container
  .teams-list
  li
  span:hover {
  cursor: pointer;
}

.team-category-detail .video-carousel #team-videos {
  margin: 0;
  padding: 0;
}
.team-category-detail .video-carousel .video:active,
.team-category-detail .video-carousel .video:focus {
  outline: 0;
}
.team-category-detail .video-carousel .video img {
  width: 150px;
  height: 100px;
  overflow: hidden;
  border: 1px solid #ffffff;
  transition: border-color 0.2s linear 0.5s;
}
.team-category-detail .video-carousel .video.active-team img {
  border-color: #000000;
  /*transition:  border-color .2s linear 1s;*/
}
.team-category-detail .video-carousel .video img:hover {
  cursor: pointer;
}
.team-category-detail .video-carousel .next-arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30px;
  background-color: #ffffff;
}
.team-category-detail .video-carousel .next-arrow:hover {
  cursor: pointer;
}
.team-category-detail .video-carousel .next-arrow svg {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .team-category-detail {
    min-height: inherit;
  }
  .team-category-detail .team-category-content-container .description {
    margin: 0 0 40px;
  }
  .team-category-detail .team-category-content-container .video-carousel {
    margin: 20px 0 30px;
  }
  .team-category-detail .team-category-content-container .teams-list-container {
    margin: 20px 0 0;
  }
  .team-category-detail .team-category-content-container .teams-list {
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .team-category-container .team-category-block {
    width: 100%;
  }
  .team-category-container .team-category-block:nth-child(even) {
    background-color: #cccccc;
  }
  .team-category-container .team-category-block:nth-child(3) {
    background-color: #f1f1f1;
  }
  .team-category-container .team-category-block {
    height: 100px;
  }
  .team-category-block h2 {
    margin: 0;
  }
  .team-category-block .block-content-container .rule,
  .team-category-block .block-content-container .short-description {
    display: none;
  }

  .team-category-detail {
    position: relative;
  }
  .team-category-detail #team-category-title {
    display: none;
  }
  .team-category-detail .close {
    display: none;
  }

  .team-category-block .open {
    height: 23px;
    transition: all 0.3s;
  }
  .team-category-block.active .open {
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 424px) {
  .team-category-container .team-category-block {
    height: 75px;
  }
  .team-category-block h2 {
    font-size: 14px;
  }
  .team-category-block .open {
    top: 10px;
    right: 10px;
  }
  .team-category-block .open svg {
    width: 18px !important;
    height: 18px !important;
  }
}
/* end - CAREERS - team grid */

/* CAREERS - team member image carousel */
#team-member-carousel {
  margin: 40px auto 0;
}
#team-member-carousel .carousel-inner .item {
  min-height: 95vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #team-member-carousel .carousel-inner .item {
    min-height: 400px;
  }
}
@media screen and (max-width: 600px) {
  #team-member-carousel .carousel-inner .item {
    min-height: 300px;
  }
}
@media screen and (max-width: 425px) {
  #team-member-carousel .carousel-inner .item {
    min-height: 250px;
  }
}
/* end - CAREERS - team member image carousel */

/* CAREERS - team member video */
.team-member-video {
  position: relative;
}
.team-member-video .overlay-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  color: #fff;
  z-index: 9999;
}
.team-member-video .overlay-inner .play-button {
  padding: 15px 17px 13px 22px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
}
.team-member-video .overlay-inner .play-button:hover,
.team-member-video .overlay-inner .play-button:focus {
  color: #fff;
}
.team-member-video .overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
/* end CAREERS - team member video */

/* CAREERS - CTA - cities */
#cta-cities {
  margin: 60px auto 80px;
}
#cta-cities div[class^='col'] {
  min-height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  position: relative;
}
#cta-cities .btn {
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
#cta-cities .btn:hover {
  background: #f1f1f1;
  color: #144733;
  opacity: 1;
}
#cta-cities .content-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
#cta-cities .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 425px) {
  #cta-cities div[class^='col'] {
    min-height: 250px;
  }
}
/* end - CAREERS - CTA - cities */

/* CAREERS - connect with us */
#connect-with-us {
  margin: 40px auto 80px;
}
#connect-with-us .row.flex-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}
#connect-with-us .border-left {
  border-left: 1px solid #cccccc;
}
#connect-with-us h2,
#connect-with-us h3 {
  text-align: center;
}
#connect-with-us .social .description {
  padding-right: 15px;
}
#connect-with-us .social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#connect-with-us .social-list li {
  display: inline-block;
  margin: 0 20px 0 0;
  width: auto;
  height: 40px;
}
#connect-with-us .social-list li:last-child {
  margin-right: 0;
}
#connect-with-us .social-list li img {
  width: auto;
  height: 40px;
}

@media screen and (max-width: 767px) {
  #connect-with-us .row.flex-centered {
    display: block;
  }
  #connect-with-us .border-left {
    border: none;
  }
  #connect-with-us .social-list {
    margin-top: 20px;
  }
  #connect-with-us .description {
    padding-left: 0;
    margin: 25px 0;
  }
}
/* end - CAREERS - connect with us */

/* CAREERS - eoe */
#connect-with-us .rule.short {
  display: block;
  width: 50%;
  margin: 80px auto;
}
#connect-with-us .eoe .description {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  /* #connect-with-us .eoe {
    margin: 120px 0 60px;
  } */
  #connect-with-us .eoe .description {
    padding-left: 0;
  }
}
/* end - CAREERS - eoe */

/* CAREERS - fixed apply button */
#fixed-apply {
  display: block;
  position: absolute;
  top: calc(85% + 20px);
  right: 20px;
  z-index: 9998;
  background-color: #9e760d;
  color: #ffffff;
  text-transform: uppercase;
}
#fixed-apply.fixed {
  position: fixed;
  top: 80px;
}
@media screen and (max-width: 767px) {
  #fixed-apply {
    display: none;
  }
}
/* end - CAREERS - fixed apply button */

/* CAREERS - team member video */
video#team-member-video {
  width: 100% !important;
  height: auto !important;
}
video#team-member-video:focus {
  outline: none;
}
/* #team-member-video-controls {
} */
/* end - CAREERS - team member video */

/* end - CAREERS */

/* PARKING & MOBILITY */
#pm-grid {
  margin-top: 50px;
  margin-bottom: 50px;
}
.pm-grid-container {
  display: flex;
  flex-wrap: wrap;
}
.pm-grid-container .pm-grid-block {
  flex-grow: 1;
  width: 50%;
  height: 250px;
  overflow: hidden;
  position: relative;
  color: #f1f1f1;
}
.pm-grid-container .pm-grid-block:hover {
  cursor: pointer;
}
.pm-grid-container .pm-grid-block .open {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 20px;
  color: #f1f1f1;
  z-index: 1;
}
.pm-grid-container .pm-grid-block h2 {
  font-family: Gotham SSm A, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0 0 20px 0;
}
.pm-grid-container .pm-grid-block .block-content-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 500px;
  transition: all 0.3s;
}
.pm-grid-container .pm-grid-block.text .block-content-container.active {
  top: -250px;
}
.pm-grid-container .pm-grid-block .block-content-main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
  display: flex;
  position: relative;
  z-index: 1;
  transition: 0.3s all;
}
.pm-grid-container .pm-grid-block .block-content-main .overlay {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 1;
  transition: 0.3s all;
}
.pm-grid-container .pm-grid-block:nth-child(1) .block-content-main .overlay {
  background: rgba(96, 119, 117, 0.8);
}
.pm-grid-container
  .pm-grid-block:nth-child(1):hover
  .block-content-main
  .overlay {
  background: rgba(96, 119, 117, 1);
}
.pm-grid-container .pm-grid-block:nth-child(2) .block-content-main .overlay {
  background: rgba(158, 118, 13, 0.8);
}
.pm-grid-container
  .pm-grid-block:nth-child(2):hover
  .block-content-main
  .overlay {
  background: rgba(158, 118, 13, 1);
}
.pm-grid-container .pm-grid-block:nth-child(3) .block-content-main .overlay {
  background: rgba(151, 70, 8, 0.8);
}
.pm-grid-container
  .pm-grid-block:nth-child(3):hover
  .block-content-main
  .overlay {
  background: rgba(151, 70, 8, 1);
}
.pm-grid-container .pm-grid-block:nth-child(4) .block-content-main .overlay {
  background: rgba(20, 71, 51, 0.8);
}
.pm-grid-container
  .pm-grid-block:nth-child(4):hover
  .block-content-main
  .overlay {
  background: rgba(20, 71, 51, 1);
}

.pm-grid-container .pm-grid-block a:hover {
  opacity: 1;
}

.pm-grid-container .pm-grid-block:first-child:nth-last-child(3),
.pm-grid-container
  .pm-grid-block:first-child:nth-last-child(3)
  ~ .pm-grid-block {
  width: 33%;
}

.pm-grid-container .pm-grid-block .block-content-detail {
  height: 250px;
  color: #000;
  font-size: 14px;
  padding: 20px;
  border: 1px solid #f1f1f1;
}
.pm-grid-container .pm-grid-block .block-content-detail .block-content ul {
  padding-left: 20px;
}

.pm-grid-container .pm-grid-block .block-content-container .block-content {
  align-self: flex-end;
}
.pm-grid-container .pm-grid-block a .block-content-container .block-content h2,
.pm-grid-container .pm-grid-block a .block-content-container .block-content p {
  color: #f1f1f1;
}
.pm-grid-container
  .pm-grid-block
  .block-content-container
  .block-content
  .rule.short {
  width: 40px;
  margin: 0 0 20px 5px;
  border-color: #f1f1f1;
}

@media screen and (max-width: 767px) {
  .pm-grid-container .pm-grid-block:first-child:nth-last-child(3),
  .pm-grid-container
    .pm-grid-block:first-child:nth-last-child(3)
    ~ .pm-grid-block {
    width: 100%;
  }
  .pm-grid-container .pm-grid-block {
    width: 100%;
  }
}

.pm-grid-button {
  appearance: none;
  background-color: #4a4a4a;
  color: #ffffff;
  padding: 5px 8px;
}

.pm-grid-button-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
}

#pm-partnerships-apps-title {
  margin-top: 100px;
}
#pm-partnerships-apps-grid {
  margin-top: 50px;
}
#pm-partnerships-apps-grid .pm-grid-container {
  display: flex;
}
.pm-grid-container .pm-grid-pa-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  flex-wrap: wrap;
  width: 33%;
  height: 150px;
}
.pm-grid-container .pm-grid-pa-block img {
  height: 100px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .pm-grid-container .pm-grid-pa-block {
    width: 50%;
  }
}

#pm-map {
  margin: 150px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

/* PM Property Detail */
.pm-key-facts {
  margin-top: 30px;
  margin-bottom: 50px;
}
/* end - PM Property Detail */

/* end - PARKING & MOBILITY */

.map-section figure.fullwidth {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 400px) {
  .map-section figure.fullwidth img {
    width: 100%;
    height: calc(0.625 * 100vw);
  }
}

/* TENANT SERVICES */
#tenant-services .featured-client .overlay-inner {
  padding: 0;
}
@media screen and (max-width: 900px) {
  #tenant-services .featured-client .overlay-inner h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #tenant-services .featured-client {
    height: 300px;
  }
}
/* end - TENANT SERVICES */

/* LANDING PAGE */
.comm-leasing-hero-logo {
  width: 400px;
  height: auto;
  margin-left: 5rem;
  margin-top: 15rem;
}
.container.full-width {
  width: 100%;
}
.landing-page-grid-image {
  min-height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing-page-feature-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 800px;
}
#comm-leasing-feature-content-container {
  padding: 20px;
}
#comm-leasing-landing-page-form {
  margin-top: 2rem;
  /* padding-left: 60px; */
}
#comm-leasing-landing-page-form input:not([type='submit']) {
  margin: 5px 0;
  padding: 8px 15px;
}
#comm-leasing-landing-page-form input:focus {
  border-color: #000000;
}
#comm-leasing-landing-page-form [name='phone'] {
  margin-bottom: 2rem !important;
}
.checkbox-group {
  margin-top: 3rem;
  display: flex;
}
/* #comm-leasing-landing-page-form #retail-container {
  margin-right: 200px;
} */
#comm-leasing-landing-page-form .btn-container {
  width: 150px;
  margin: 0 auto;
  margin-top: 4rem;
}
#comm-leasing-landing-page-form [type='submit'] {
  width: 150px;
}
#comm-leasing-landing-page-form [type='submit'].hidden,
#comm-leasing-landing-page-form.hidden {
  display: none;
}
#comm-leasing-landing-page-form-container .success-message,
#comm-leasing-landing-page-form-container .error-message {
  margin-top: 3rem;
  padding: 0 15px;
  display: none;
}
#comm-leasing-landing-page-form-container .success-message .success {
  border: 2px solid #144733;
  padding: 10px;
  display: inline-block;
}
#comm-leasing-landing-page-form-container .error-message {
  color: red !important;
}
#comm-leasing-landing-page-form-container .error-message .error {
  border: 2px solid #ff0000;
  padding: 10px;
  display: inline-block;
}
#comm-leasing-landing-page-form-container .error-message.show,
#comm-leasing-landing-page-form-container .success-message.show {
  display: block;
}
#comm-leasing-landing-page-hero-mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  .comm-leasing-hero-logo {
    width: 300px;
  }
}
@media screen and (max-width: 639px) {
  #comm-leasing-landing-page-hero {
    display: none;
  }
  #comm-leasing-landing-page-hero-mobile {
    display: block;
    background-position: 50%;
  }
  .comm-leasing-hero-logo {
    width: 50vw;
    height: auto;
    margin-left: 25vw;
    margin-top: 8rem;
  }
  #comm-leasing-landing-page-form {
    margin-top: 2rem;
    padding-left: 0;
  }
  #comm-leasing-landing-page-form input:not([type='submit']) {
    margin: 5px 0;
    padding: 8px 15px;
  }
  #comm-leasing-landing-page-form input:not([type='submit']) {
    border-width: 1px;
    border-style: solid;
    border-color: #cfcfcf;
  }
  #comm-leasing-landing-page-form input:focus {
    border-color: #000000;
  }
  #comm-leasing-landing-page-form #retail-container {
    margin-right: 0;
  }
  .modal-leader img {
    float: none;
    max-width: 100%;
    margin: 0 30px 30px 0;
  }
}
/* end - LANDING PAGE */

/* PADDING */
.ptb-3 {
  padding: 3rem 0;
}
.ptb-4 {
  padding: 4rem 0;
}

/* INFO BOX */
.info-boxes {
  display: flex;
}
.info-box {
  border: 1px solid #fff;
  display: flex;
  flex: 1;
  margin: 0 15px 20px;
}
.info-box-left {
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
  padding: 10px;
  background: #fff;
  font-size: 50px;
}
.info-box-right {
  display: flex;
  align-items: flex-start;
  padding: 10px;
}

.info-box-icon img {
  width: 45px;
}
.info-box-content h3 {
  font-size: 22px;
  margin: 10px 0 20px;
  padding: 0 15px;
}
.info-box-content ul {
  margin-bottom: 10px;
  padding-left: 15px;
}
.info-box-content ul li {
  list-style: none;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .info-boxes {
    display: block;
  }
}

/* EVENT VENUE */
.event-venue.fullwidth {
  color: #fff;
}
.event-venue .event-space-label {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  font-size: 14px;
  line-height: 1;
}

.fullwidth.event-map-and-floorplan {
  height: 400px;
}
.event-map-and-floorplan .map {
  position: relative;
  padding: 0;
}
.event-map-and-floorplan .map .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(
    top,
    transparent,
    transparent 15%,
    rgba(0, 0, 0, 0.3)
  );
  background: linear-gradient(
    180deg,
    transparent 0,
    transparent 15%,
    rgba(0, 0, 0, 0.3)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
  opacity: 1;
  visibility: visible;
  z-index: 999;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.event-map-and-floorplan .map .overlay p {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.event-map-and-floorplan .floorplan-photo,
.event-map-and-floorplan .map-photo {
  height: 400px;
  background-position: 50% !important;
  background-size: cover !important;
}

.event-venue .button-container {
  margin: 20px 0 0;
}
.event-venue .button-container .btn {
  text-transform: uppercase;
  margin: 10px;
  width: 175px;
}
.event-venue .pressrelease-blog-button-group {
  margin-right: 0;
}
.event-venue .dropdown-backdrop {
  height: 0;
}
.floorplan-photo .overlay,
.map-photo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  opacity: 1;
  transition: all 0.2s ease-in-out;
  z-index: 100;
}
.floorplan-photo .overlay h3,
.map-photo .overlay h3 {
  color: #fff;
  font-size: 38px;
  text-align: center;
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
}
.floorplan-photo a:hover .overlay,
.map-photo a:hover .overlay,
.floorplan-photo a:hover .overlay h3,
.map-photo a:hover .overlay h3 {
  opacity: 0;
  background: none;
  filter: none;
  transition: all 0.2s ease-in-out;
}

.map-photo .map-bg,
.floorplan-photo .floorplan-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  font-size: 10em;
  z-index: 1;
  transition: all 0.3s ease;
}
.map-photo .map-bg:hover,
.floorplan-photo .floorplan-bg:hover {
  opacity: 0.6;
}
.floorplan-photo .floorplan-bg {
  font-size: 16em;
}
.floorplan-photo .floorplan-bg span.icon-floor-plan,
.map-photo .map-bg span.icon-location {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.floorplan-photo .floorplan-bg h4,
.map-photo .map-bg h4 {
  font-family: Gotham SSm A, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .fullwidth.event-map-and-floorplan {
    height: 600px;
  }
  .event-map-and-floorplan .floorplan-photo,
  .event-map-and-floorplan .map-photo {
    height: 300px;
  }
}

/* EVENT CONTACT MODAL */
#eventsModal #message-container .success-message,
#eventsModal #message-container .error-message {
  padding: 20px;
  text-align: center;
  font-size: 24px;
}
#eventsModal #message-container .success-message h2 {
  margin-bottom: 15px;
}

#event-lead-form .success-message,
#event-lead-form .error-message {
  display: none;
}
#event-lead-form .success-message.show,
#event-lead-form .error-message.show {
  display: block;
}

.help-block.events {
  font-size: 12px;
  font-style: italic;
}

/* end - EVENT VENUE */

/* PO TERMS */
.po-terms li {
  margin-bottom: 30px;
}
.po-terms h4 {
  text-decoration: underline;
}
.po-terms p {
  line-height: 1.2;
  margin-bottom: 10px;
}
.po-end {
  text-transform: uppercase;
  text-align: center;
}
.po-terms-download .btn {
  margin: 30px 0;
}
/* end - PO TERMS */

/* ICONS */
@font-face {
  font-family: 'bedrock-icons';
  src: url('fonts/bedrock-icons.eot?y5c9li');
  src: url('fonts/bedrock-icons.eot?y5c9li#iefix') format('embedded-opentype'),
    url('fonts/bedrock-icons.ttf?y5c9li') format('truetype'),
    url('fonts/bedrock-icons.woff?y5c9li') format('woff'),
    url('fonts/bedrock-icons.svg?y5c9li#bedrock-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
  font-family: 'bedrock-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: '\e900';
}
.icon-floor-plan:before {
  content: '\e901';
}
.icon-instagram:before {
  content: '\e902';
}
.icon-location:before {
  content: '\e903';
}
.icon-ruler:before {
  content: '\e904';
}
.icon-teamwork:before {
  content: '\e905';
}

/* end - ICONS */

/* TENANT RESOURCE INFORMATION PAGE */
#tenant-resource-info .intro {
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 20px;
}
#tenant-resource-info h2.category-title {
  background: #144733;
  color: white;
  padding: 20px;
  font-family: Gotham SSm A, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
}
#tenant-resource-info h3.sub-category-title {
  font-family: ClaremontMedium, serif;
  font-size: 25px;
  padding: 10px 20px 0;
  margin-bottom: 0;
}
#tenant-resource-info .category-content ul {
  padding: 0;
  margin: 0 30px 30px;
}
#tenant-resource-info .category-content ul li {
  padding: 25px 8px;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #c1c1c1;
}
#tenant-resource-info .category-content ul li:last-child {
  border-bottom: none;
}
#tenant-resource-info .category-content ul ul {
  margin-bottom: 0;
}
#tenant-resource-info .category-content ul ul li {
  list-style-type: disc;
  border-bottom: none;
  padding: 12.5px 8px;
}
#tenant-resource-info .category-content ul ul li:first-child {
  padding-top: 25px;
}
#tenant-resource-info .category-content ul ul li:last-child {
  padding-bottom: 0;
}

#tenant-resource-info li a,
#tenant-resource-info p a {
  font-weight: 500;
}
/* end - TENANT RESOURCE INFORMATION PAGE */

/* SMALL BUSINESS RESOURCE INFO PAGE */
#sb-resource-info .intro {
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 20px;
}

#resource-grid {
  margin: 120px auto 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#resource-grid .resource {
  display: inline-block;
  flex-grow: 1;
  flex: 0 50%;
  height: 200px;
  width: 25%;
  position: relative;
  overflow: hidden;
}
#resource-grid .resource .card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s;
}
#resource-grid .resource .card:hover {
  cursor: pointer;
}
#resource-grid .resource .card:hover .main {
  opacity: 0.95;
}
#resource-grid .resource .main,
#resource-grid .resource .details {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 200px;
  transition: all 0.3s ease;
}
#resource-grid .resource .main > *,
#resource-grid .resource .details > * {
  width: 100%;
}
#resource-grid .resource .details {
  padding: 0 8px;
}
#resource-grid .resource:nth-child(1) .main,
#resource-grid .resource:nth-child(6) .main {
  background-color: #1f4633;
}
#resource-grid .resource:nth-child(2) .main,
#resource-grid .resource:nth-child(5) .main {
  background-color: #974608;
}
#resource-grid .resource:nth-child(3) .main,
#resource-grid .resource:nth-child(8) .main {
  background-color: #9e760d;
}
#resource-grid .resource:nth-child(4) .main,
#resource-grid .resource:nth-child(7) .main {
  background-color: #607775;
}

#resource-grid .resource .main img {
  width: auto;
  height: 70px;
  display: block;
}
#resource-grid .resource .main h3 {
  font-family: Gotham SSm A, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.3;
  display: block;
  color: #ffffff;
}

#resource-grid .resource .details {
  background-color: #ffffff;
}

#resource-grid .resource .details,
#resource-grid .resource .details h3 {
  color: #000000;
}

@media screen and (max-width: 991px) {
  #resource-grid .resource {
    width: 50%;
  }
  #resource-grid .resource:nth-child(1) .main,
  #resource-grid .resource:nth-child(6) .main {
    background-color: #1f4633;
  }
  #resource-grid .resource:nth-child(2) .main,
  #resource-grid .resource:nth-child(5) .main {
    background-color: #974608;
  }
  #resource-grid .resource:nth-child(3) .main,
  #resource-grid .resource:nth-child(8) .main {
    background-color: #9e760d;
  }
  #resource-grid .resource:nth-child(4) .main,
  #resource-grid .resource:nth-child(7) .main {
    background-color: #607775;
  }

  #resource-grid .resource .details h3 {
    font-size: 26px;
  }
  #resource-grid .resource .details p {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  #resource-grid .resource .main h3 {
    font-size: 16px;
  }
  #resource-grid .resource .main img {
    height: 60px;
  }
  #resource-grid .resource .details h3 {
    font-size: 24px;
  }
  #resource-grid .resource .details p {
    font-size: 13px;
  }
}

#sb-resource .row .resource-content {
  padding: 25px 8px;
  margin: 20px 0 0;
  border-bottom: 1px solid #c1c1c1;
}
#sb-resource .row:last-child .resource-content {
  border-bottom: none;
}
#sb-resource .back {
  margin: 30px 0 0;
}

#sb-resource-hero h2 {
  font-family: Gotham SSm A, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 8px;
}
#sb-resource-hero h1 {
  margin-top: 0;
}
/* end - SMALL BUSINESS RESOURCE INFO PAGE */

/* ALERT MESSAGE */
.alert-message {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 50px 30px 40px;
  background: #e15829;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
}
.alert-message .message-container {
  padding-right: 30px;
}
.alert-message .message-container p {
  margin-bottom: 10px;
}
.alert-message .message-button-container {
  padding: 20px;
}
.alert-message .message-container h2 {
  font-size: 20px;
  font-family: Gotham SSm A, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 15px;
}
.alert-message .close-alert-message {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 30px;
  height: 22px;
  cursor: pointer;
}
.alert-message .close-alert-message:before,
.alert-message .close-alert-message:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 22px;
  width: 2px;
  background-color: white;
}
.alert-message .close-alert-message:before {
  transform: rotate(45deg);
}
.alert-message .close-alert-message:after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .alert-message {
    flex-direction: column;
  }
}
/* end - ALERT MESSAGE */

/* HEADER MESSAGE */
.header-message {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100vw;
  color: white;
  text-align: center;
  /* transition: height 0.1s; */
}
.header-message .message-container {
  flex: 1;
  padding: 0 15px;
}
.header-message .message-container h2 {
  font-family: Gotham SSm A, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.header-message .message-container .button-container {
  margin: 20px 0 10px;
}
.header-message .message-container .button-container .btn {
  margin: 0 15px;
}

.header-message .toggle-message-button-container {
  padding: 0 10px;
}
.header-message .toggle-message-button-container .toggle-message {
  display: block;
  width: 30px;
  height: 24px;
  cursor: pointer;
}
.header-message .toggle-message-button-container .toggle-message:before,
.header-message .toggle-message-button-container .toggle-message:after {
  display: inline-block;
  position: relative;
  content: ' ';
  height: 22px;
  width: 2px;
  background-color: white;
  transition: 0.2s all ease-in-out;
}
.header-message.expanded
  .toggle-message-button-container
  .toggle-message:before {
  transform: rotate(45deg);
  left: 1px;
}
.header-message.expanded
  .toggle-message-button-container
  .toggle-message:after {
  transform: rotate(-45deg);
  right: 1px;
}
.header-message.collapsed
  .toggle-message-button-container
  .toggle-message:before {
  transform: rotate(45deg);
  left: 8px;
}
.header-message.collapsed
  .toggle-message-button-container
  .toggle-message:after {
  transform: rotate(-45deg);
  right: 8px;
}

@media screen and (max-width: 767px) {
  .header-message .message-container .button-container .btn {
    margin: 10px 15px;
  }
}
@media screen and (max-width: 500px) {
  body {
    transition: 0.1s;
    margin-top: 105px;
  }
  body .navbar-bedrock {
    transition: 0.1s;
    top: 105px;
  }
  body .mobile-menu {
    top: 145px;
  }
  body .mobile-menu.open {
    height: calc(100% - 90px);
  }
  body.expanded {
    margin-top: 375px;
  }
  body.expanded .navbar-bedrock {
    top: 375px;
  }
  body.expanded .mobile-menu.open {
    height: calc(100% - 360px);
  }
  body.expanded .navbar-bedrock .subnav {
    top: 415px;
  }
  body.expanded .mobile-menu {
    top: 415px;
  }
  .header-message {
    overflow: hidden;
    transition: 0.1s;
  }
  .header-message.expanded {
    height: 375px;
  }
  .header-message.collapsed {
    height: 105px;
  }
  .header-message.collapsed .message-body {
    opacity: 0;
  }  
  .header-message .message-container,
  .header-message .toggle-message-button-container {
    padding: 0 5px;
  }
  .link-btn {
    width: 260px;
  }
  .privacy-policy {
    margin-top: -15px !important;
  }
}
/* end - HEADER MESSAGE */
