body {
  font-size: 14px;
}

p {
  font-size: 14px;
}

.sidebar[data-color="black"]:after,
.bootstrap-navbar[data-color="black"]:after {
  background: #333;
  background: -moz-linear-gradient(top, rgba(15, 15, 15, 0.2) 0%, #222 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(15, 15, 15, 0.2)),
    color-stop(100%, #222)
  );
  background: -webkit-linear-gradient(top, rgba(15, 15, 15, 0.2) 0%, #222 100%);
  background: -o-linear-gradient(top, rgba(15, 15, 15, 0.2) 0%, #222 100%);
  background: -ms-linear-gradient(top, rgba(15, 15, 15, 0.2) 0%, #222 100%);
  background: linear-gradient(to bottom, rgba(15, 15, 15, 0.2) 0%, #222 100%);
  background-size: 150% 150%;
}

.checkbox label,
.radio label {
  padding-left: 0px;
}

.platform-x {
  text-transform: lowercase;
  font-family: "Times New Roman", georgia;
  color: #9a9a9a;
  font-style: italic;
  font-size: 1.3em;
  letter-spacing: 2px;
}

.logo-text {
  font-family: "Lato", sans-serif !important;
  text-transform: uppercase;
  font-weight: 300 !important;
}

.navbar-brand {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 300 !important;
}

.footer {
  font-family: "Lato", sans-serif;
  font-weight: 300 !important;
  font-size: 0.8em;
}

.sidebar .nav i {
  font-size: 18px;
  width: 14px;
}

small {
  text-transform: uppercase;
}

table.datatable ul.dropdown-menu li a {
  padding-left: 10px;
}

.table .td-actions {
  min-width: 90px;
  width: 143px;
  white-space: nowrap;
}

.table-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.table-pad-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.margin-top-0 {
  margin-top: 0 !important;
}

/*

Login

*/
.full-page::before {
  background: none;
}

.full-page::after {
  background: none;
}

/*

No wrap
*/

.no-wrap {
  white-space: nowrap !important;
}

/*

Form Overrides

*/
.tagsinput-add {
  padding-top: 5px !important;
}

#tags_tag {
  padding-top: 5px;
}

.note-editor .panel-heading .caret {
  float: none !important;
  margin-right: 0px !important;
  margin-top: 0px !important;
}

.note-editable p {
  font-size: 14px;
}

ul.nav ul.nav i {
  margin-top: -5px;
}

ul.nav ul.nav i {
  margin-top: -5px;
}

ul.nav li ul.nav li a {
  padding-left: 30px !important;
  text-transform: uppercase;
  font-size: 90%;
}

ul.nav ul.nav i {
  text-transform: uppercase;
}

.select .btn {
  border-color: #ccc !important;
}

.radio-inline {
  vertical-align: inherit;
  margin-top: 0px;
}

/* 

Parsley 

*/
.parsley-errors-list {
  display: none;
}

.parsley-errors-list.filled {
  position: relative !important;
  display: inline-block !important;
  margin-top: -2px !important;
  margin-bottom: -8px !important;
  color: #fff !important;
  font-weight: normal !important;
  font-size: 11px !important;
  padding: 5px 8px !important;
  background: red !important;
  border-radius: 4px !important;
  list-style: none;
  font: "Lato", sans-serif;
  color: #fff;
}

.parsley-errors-list.valid {
  display: none !important;
}

.parsley-errors-list:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: red;
  border-width: 5px;
  left: 30px;
  margin-left: -5px;
  font: "Lato", sans-serif;
}

/* 

stats

*/

h2.stat {
  margin: 0px;
}

/*

Wizard

*/
.wizard-step {
  display: none;
}

.wizard-step.current {
  display: inherit;
}

.nav-wizard > li.active > a,
.nav-wizard > li.active > a:hover,
.nav-wizard > li.active > a:focus {
  color: #ffffff;
  background-color: #7cbc20;
}

.nav-wizard > li.active > a:after {
  border-left-color: #7cbc20;
}

.nav-wizard > li.active > a .badge {
  color: #7cbc20;
  background-color: #ffffff;
}

.nav-wizard > li > a {
  padding-right: 35px;
  padding-left: 56px;
  text-align: center;
}

.nav-wizard {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.form-navigation {
  margin-top: 45px;
}

/*

Select Picker Height

*/
.btn-group.select .btn {
  height: 40px !important;
}

.height-40 {
  height: 40px !important;
}

/*

Typeahead

*/

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

.tt-hint {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #999;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #428bca;
}

.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}

.tt-suggestion p {
  margin: 0;
}

.twitter-typeahead {
  display: inherit !important;
}

/*

Survey

*/
.survey-question {
  border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  padding-bottom: 10px;
  padding-top: 10px;
}

/*

Card

*/

.card .title {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #777;
}

.card .header {
  padding-top: 5px !important;
}

/*

Algolia

*/
.algolia_label_count {
  margin-top: 5px;
}

.algolia_label {
  display: block;
  font-size: 0.9em;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.algolia_checkbox {
  margin-right: 6px !important;
}

.algolia_header {
  text-transform: uppercase;
  padding-bottom: 6px;
}

.tabs_wrapper {
  padding-bottom: 20px;
}

/*

Timeline

*/

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

/* Number Widget */

.x_number_widget_wrapper {
  border-left: 1px solid #ddd;
  padding-left: 7px;
  position: relative;
  padding-top: 42px;
  padding-bottom: 10px;
}

.x_number_widget_wrapper .x_number_widget_value {
  color: #777;
  font-family: "Lato", sans-serif;
  font-weight: 300 !important;
  text-transform: uppercase;
  font-size: 32px;
  margin-top: -40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.x_number_widget_wrapper .x_number_widget_label {
  color: #666;
  font-family: "Lato", sans-serif;
  font-weight: 300 !important;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: -5px;
  /*padding-left: 5px;*/
  padding-right: 0;
}

.x_number_widget_wrapper .x_number_widget_label i {
  color: #999;
  font-size: 13px;
}

.x_number_widget_wrapper_inversed {
  border-left: 1px solid #ddd;
  padding-left: 7px;
  position: relative;
  padding-bottom: 10px;
}

.x_number_widget_wrapper_inversed .x_number_widget_value {
  color: #777;
  font-family: "Lato", sans-serif;
  font-weight: 300 !important;
  text-transform: uppercase;
  font-size: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.x_number_widget_wrapper_inversed .x_number_widget_label {
  color: #565656;
  font-family: "Lato", sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: -5px;
  /* padding-left: 5px; */
  padding-right: 0;
}

.x_number_widget_wrapper_inversed .x_number_widget_label i {
  color: #999;
  font-size: 12px;
}

.card .title_right {
  margin-top: 6px;
}

/* Summernote */
.note-editor.note-frame {
  border: none;
}

.note-editor.note-frame .note-editing-area .note-editable {
  height: 400px;
}

.note-editor .btn {
  color: #333;
}

.note-btn {
  color: #333;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 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 {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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 {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* Tabs Left */
/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.input-group .input-group-addon:last-child {
  border-left: 1 solid #e3e3e3;
}

.isotope_container,
.isotope_container .isotope_selector {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope_container {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope_container .isotope_selector {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope_container.no-transition,
.isotope_container.no-transition .isotope_selector,
.isotope_container .isotope_selector.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

#isotope_container {
}

.conversation_timeline {
  list-style: none;
}

.conversation_timeline > li {
  margin-bottom: 60px;
}

.main-panel > .content {
  padding: 30px 15px;
  min-height: calc(100% - 58px) !important;
}

table.table-condensed .form-group {
  margin-bottom: 0px !important;
}

table.table-condensed .td-pad {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.widget-sm .x_number_widget_value {
  font-size: 20px !important;
}

.widget-sm .x_number_widget_label {
  font-size: 12px !important;
}

.widget-sm .x_number_widget_wrapper {
  margin-bottom: 0px;
}

/* for Desktop */
@media (min-width: 640px) {
  .conversation_timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }

  .conversation_timeline-date {
    width: 110px;
    float: left;
    margin-top: 0px;
  }

  .conversation_timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }

  .conversation_timeline-content:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}

.thumbnail .caption {
  font-weight: 300;
  /*text-transform: uppercase;*/
  color: #b1a9a9;
  padding: 8px 5px 5px 5px;
}

.thumbnail .caption p {
  font-size: 12px;
  margin-bottom: 0px !important;
}

.image-photo {
  width: 250px !important;
  /* height: 100px !important; */
  background-size: cover;
  cursor: pointer;
}

.currentmonth {
  color: red !important;
}
.paid-off-row {
  color: #0080bd !important;
}
.property-photo {
  width: 166px !important;
  height: 100% !important;
}

.servicing-th {
  width: 20% !important;
}

.navbar .btn {
  margin: 6px 3px !important;
}

.table-condensed td {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

/* Vue Header */
.property-header-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  text-transform: uppercase;
  color: #777;
  font-weight: 300;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  display: block;
}

.property-header-subtitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #777;
  font-weight: 300;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  display: block;
  margin-bottom: 15px;
}

.property-detail-table {
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
}

.property-detail-table td {
  padding-bottom: 14px;
}

.client_value {
  font-size: 15px;
  font-weight: 300;
}

.thin-hr {
  margin-top: 8px;
  margin-bottom: 8px;
}

.table > tbody > tr > td {
  vertical-align: top !important;
}

/* ----------------------------------------------------- TOP RAIL ----------------------------------------------- */

.section.top-rail {
  background-color: #ffffff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  color: #666666;
}

.section.top-rail .contact a.phone {
  background-image: url(../images/icon-phone.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 45px;
  line-height: 31px;
  display: inline-block;

  /* Decorate the text. */
  text-decoration: none;
  color: #323232;
  font-weight: bold;
}

.section.top-rail .contact a.button {
  background-color: #7cbc20;
  border-radius: 4px;
  color: #ffffff;
  padding: 8px 18px;

  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
}

.section.top-rail .contact .or {
  color: #b0b0b0;
  margin-left: 8px;
  margin-right: 8px;
}

.section.top-rail .contact .button-container {
  /* Padding is used instead of margin because margin doesn't seem to work.
	 *   That means there is probably some better CSS out there I don't know yet.
	 */
  padding-top: 8px;
  padding-bottom: 8px;
}

/* ---- Text styling which applies to multiple pages. ---- */

.section.main h2.green,
.section.main h2.gray,
.section.main h2.blue {
  font-family: "Roboto";
  font-size: 40px;
  line-height: 125%;
  font-weight: 300;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
}

.section.main h2.green {
  color: #91cc12;
}

.section.main h2.gray {
  color: #7b7b7b;
}

.section.main h2.blue {
  color: #00a8ff;
}

/* ---- Veristone Horizontal Rule ---- */
/* originally from the VeristoneCapital.com main site. */
div.veristone_hr {
  /* height of Veristone symbol */
  height: 18px;

  /* The gap in the line is the image itself. */
  background-image: url("images/veristone-hr-line.png");
  background-repeat: repeat-x;
  background-position: center center;
}

div.veristone_hr:before {
  /* Necessary. Don't know why. */
  content: "";
  display: block;

  background-image: url("images/veristone-hr-symbol.png");
  background-repeat: no-repeat;
  background-position: center center;

  /* height of Veristone symbol */
  height: 18px;

  /* center */
  margin-left: auto;
  margin-right: auto;
}

/* Add some bottom spacing. */
div.veristone_hr {
  margin-bottom: 1em;
}

/* ---- FOOTER ---- */

@import url("css/icomoon.css");
/* Import Vector Icons Stylesheet */

.footer-color {
  width: 100%;
  padding: 10px 0 0 0;
  background: #2d2d2d;
  border-top: 8px solid #91cc12;
}

footer .footer-in {
  margin: 0 auto;
  padding-bottom: 50px;
  color: #ccc;
  position: relative;
}

footer .container:before,
footer .container:after {
  content: " ";
  display: table;
}

footer .container:after {
  clear: both;
}

footer .col-md-6 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

footer .widget {
  height: auto;
  padding: 0px;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  clear: both;
}

footer .widget ul,
footer .widget ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: 0;
}

footer .widget ul {
  margin-bottom: 10px;
}

footer .widget ul.menu li {
  font-weight: 300;
  list-style: none;
  letter-spacing: 0;
  padding: 8px 0;
  border-color: #414141;
  color: #aaaaaa;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  width: 44%;
  min-width: 180px;
  margin-right: 30px;
  border-bottom: 1px solid #212121;
  -webkit-box-shadow: 0 1px #373737;
  -moz-box-shadow: 0 1px #373737;
  box-shadow: 0 1px #373737;
}

footer .footer-in .widget ul li:hover {
  background: #272727;
}

footer .widget ul.menu li:nth-child(1),
footer .widget ul.menu li:nth-child(2) {
  background-image: url(../images/border-and-shadow.jpg);
  background-repeat: repeat-x;
  background-position: left top;
}

footer .widget ul li a:hover {
  padding-left: 6px;
  background: none;
  color: #d9d9d9;
}

footer h5 {
  font-weight: 200;
}

footer .footer-in h5.subtitle {
  color: #91cc12;
  font-family: "Roboto";
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 35px;
  margin: 35px 0 0 0;
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

footer .widget ul li a {
  padding: 8px 5px 8px 0;
  text-decoration: none;
  background: none;
  color: #a9a9a9;
}

footer .contact-inf span {
  color: #aaaaaa;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  padding: 10px 0;
  border-bottom: 1px solid #212121;
  -webkit-box-shadow: 0 1px #373737;
  -moz-box-shadow: 0 1px #373737;
  box-shadow: 0 1px #373737;
  display: block;
}

footer .contact-inf span:first-child {
  color: #aaaaaa;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  padding: 10px 0;
  border-bottom: 1px solid #212121;
  display: block;
  background-image: url(../images/border-and-shadow.jpg);
  background-repeat: repeat-x;
  background-position: left top;
}

footer .contact-inf i {
  margin-right: 5px;
  color: #aaaaaa;
}

footer .footbot {
  margin: 0 auto;
  position: relative;
  background: #222;
  padding: 18px 0px;
  text-align: left;
  border-top-right-radius: 2px;
  border-top-left-radius: 1px;
}

footer .footer-navi {
  float: left;
  line-height: 38px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #606060;
  text-transform: capitalize;
}

footer .footer-navi a {
  text-decoration: none;
  outline: 0;
  color: #a9b2b4;
  margin: 0 4px;
}

footer .menu .arrow {
  background-image: url(../images/circle-right.png);
  background-position: right 6px center;
  background-repeat: no-repeat;
}

footer .copyright {
  color: #ffffff;
  line-height: 1em;
  margin-top: 12px;
}

footer .footbot .outbound_link {
  margin-left: 0;
}

/* ---- Footer CSS3 Animateion ---- */
footer .widget ul.menu li {
  transition: all 0.21s ease;
}

footer .widget ul.menu li a {
  transition: all 0.07s ease;
}

.section.top-rail .logo,
.section.top-rail .contact {
  margin-top: 8px;
  margin-bottom: 8px;
}

.section.top-rail .contact a.phone {
  /* pseudo vertical centering */
  margin-top: 10px;
}

/* ---- Move Logo and Contact onto the same line ---- */

.section.top-rail .logo {
  float: left;
}

.section.top-rail .contact {
  text-align: right;
}

/* ---- Control Width of Header ---- */

.section.top-rail .container {
  max-width: 1116px;

  /* center */
  margin-left: auto;
  margin-right: auto;
}

/* Special breakpoint for content width. */
@media screen and (min-width: 1149px) {
  /* eyeball */

  .section.main .container {
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
  }

  .section.main .container.limit_width {
    max-width: 750px;
  }
}

.section.main {
  background-color: #f8f8f8;
  background-position: left 10% bottom;
  /* eyeball; Space Needle remains in left of center */
  background-repeat: no-repeat;

  padding-top: 20px;
  padding-bottom: 60px;

  /* We use PNG so that we can change the background more conveniently.
	 * Also, the PNG were generally smaller than their JPG equivalents.
	 */
  background-image: url(../images/cityscape.png);
  background-position: left 90% bottom;
}

@media screen and (min-width: 769px) {
  .section.main {
    padding-top: 60px;
    padding-bottom: 0;
    /* cancel */
    min-height: 623px;

    background-image: url(../images/cityscape.png);
    background-position: left 90% bottom;
  }
}

@media screen and (min-width: 1280px) {
  .section.main {
    background-image: url(../images/cityscape.png);
    background-position: center bottom;
  }
}

/* ---- the_content ---- */

.the_content {
  text-align: center;

  padding-left: 16px;
  padding-right: 16px;

  font-weight: 300;
}

@media screen and (min-width: 769px) {
  .the_content {
    padding-left: 82px;
    padding-right: 82px;
  }
}

@media screen and (min-width: 1281px) {
  .the_content {
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
  }
}

.section.main .the_content h2.green {
  font-weight: 300;
  font-size: 35px;
}

.section.main .the_content div {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  color: #666666;
}

footer .footer-in h5.subtitle {
  color: #91cc12;
  font-family: "Roboto";
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 35px;
  margin: 35px 0 0 0;
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#protocol_carousel {
  padding-top: 60px;
}

.section.main .pseudo-step {
  border: 1px solid #e1e1e1;
  background-color: #ffffff;

  box-sizing: border-box;
  padding: 16px;

  width: 548px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}

.body {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  color: #666666;
}

@media screen and (min-width: 769px) {
  .section.main .pseudo-step {
    padding: 32px;
  }
}

#protocol_carousel label {
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

#protocol_carousel select {
  width: 100%;
  /* Setting a background color here is ignored by Chrome and causes
	 *   Firefox to switch to a less-appealing select box.
	 */

  /* Styling dropdown menus is hard. They look different on each browser. */
  font-size: 14px;
}

#protocol_carousel .buttons {
  padding-top: 16px;
}

#protocol_carousel .next_button,
#protocol_carousel .submit_button {
  background-color: #7cbc20;
  color: #ffffff;
  width: 60%;

  /* TODO: this doesn't seem right, on its own. */
  float: right;
}

#protocol_carousel .longer {
  width: 100%;
}

p {
  display: block;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-size: 19px;
}

.disable_button {
  opacity: 0.5 !important;
  pointer-events: none;
}

.section.main .thank-you {
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;

  max-width: 528px;
  margin-left: auto;
  margin-right: auto;
}

h2.header-of-box {
  background-color: #415167;
  color: #ffffff;
  font-size: 33px;
  margin: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-family: Roboto;
  font-weight: normal;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}

.thank-you-image {
  text-align: center;
  padding-top: 16px;

  /* Adding this fixes a ~5px padding-bottom which appears otherwise. */
  line-height: 100%;
}

.the_content {
  padding: 16px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .the_content {
    padding: 32px;
    padding-top: 16px;
  }
}

/* CSS for responsive iframe */
.responsive-wrapper {
  position: relative;
  height: 0;
}

.responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
}

.responsive-wrapper-wxh-572x612 {
  padding-bottom: 107%;
}

.set-border {
  border: 5px inset #4f4f4f;
}
