/* Main Primary color */
/* Background Text color */
::selection {
  background-color: #b62112;
  color: #FFFFFF;
}
.test {
  border: 1px solid black;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #b62112;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #E6E1E6;
}
.transitionEase,
#searchResults > .card-body > .k-widget > .card,
.k-list-item,
.search-list-mobile-module,
.search-detail-mobile-module,
#backToTopBtn,
.k-listview-content,
.k-pager-sm .k-pager-numbers-wrap,
.btn,
.list-group-item-check,
.list-group-item-check:hover,
.list-group-item-check:focus,
.list-group-item-check:active,
.nav-link,
.form-control,
.k-listview-content {
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
.dropshadow {
  box-shadow: 0 0 0.1rem #8A8A8A !important;
}
.btn {
  appearance: none;
  -webkit-appearance: none;
}
body {
  font-family: Montserrat, "Open Sans", Arial, sans-serif;
  background-color: #FFFFFF;
  font-size: 15px;
  color: #09374d;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-weight: 400;
}
body.boxed-layout {
  background: none;
  background-color: #FFFFFF;
}
.Content {
  margin: 0 auto;
  padding: 25px 0;
}
.navy-bg {
  background-color: #b62112;
  color: #FFFBFF;
}
a {
  color: #b62112;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #b62112;
  text-decoration-style: dotted;
  text-decoration-skip: objects;
}
a .inverted {
  color: #F2EDF2;
}
h1 {
  font-size: 25px;
  font-weight: 700;
}
h1.display-1 {
  font-size: 40px;
  font-weight: 700;
}
h2 {
  font-size: 20px;
  font-weight: 600;
}
h3 {
  font-size: 18px;
}
h3,
h4 {
  font-weight: 600;
  color: #591009;
  line-height: 1.5rem;
}
* ~ h3,
* ~ h4 {
  margin-top: 1.5rem;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 15px;
  font-weight: 700;
}
table,
figure {
  page-break-inside: avoid;
}
.z-index-overlap {
  z-index: 1000;
}
p {
  margin-bottom: 18px;
  font-family: Montserrat, "Open Sans", Arial, sans-serif;
  line-height: 200%;
}
.line-height {
  line-height: 40px;
}
.nav-chevron {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 2rem;
  padding-top: 3px;
  background-color: #FFFFFF;
}
.mobile-nav {
  height: 50px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1020;
}
.mobile-nav-collapse {
  background-color: #FFFFFF;
  z-index: 1010;
  position: absolute;
  width: 100%;
  padding: 20px 32px;
  border-bottom: 1px solid #e52a16;
}
.mobile-nav-collapse svg {
  color: #e52a16;
}
.mobile-nav-collapse-item a {
  background-color: #FFFFFF;
  border: 1px solid #FFFBFF;
  border-radius: 5px;
  padding: 2px 16px;
  margin-bottom: 5px;
}
.mobile-nav-collapse-item > a:first-of-type {
  width: 2.1rem;
  height: 100%;
  border-radius: 20px;
  padding: 2px 8px;
}
.form-control {
  border: 1px solid #E6E1E6;
  font-size: 15px;
  padding: 5px;
}
.nav > li.active {
  border: none;
}
.category .container {
  margin-top: 26px;
  margin-bottom: 26px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #b62112;
}
.category .container .breadcrumb {
  position: relative;
  font-size: 15px;
  background-color: #FFFBFF;
  padding: 6px 15px;
  margin-top: -15px;
  border: solid 1px #b62112;
  top: 33px;
  left: 10px;
}
footer {
  width: 100%;
  margin: 50px 0;
  padding: 0 50px;
}
footer > .container > .row > .col-12 img {
  margin-right: 8rem;
  margin-bottom: 1rem;
}
footer > .container > .row > .col-12 + .col-12 img {
  margin-right: 5rem;
  margin-bottom: 1rem;
}
footer > .container > .row > .col-12 + .col-12 a:last-of-type > img,
footer > .container > .row > .col-12 a:last-of-type > img {
  margin-right: 0;
  margin-bottom: 1rem;
}
footer .justify-content-center > small {
  margin-right: 2rem;
  text-align: center;
}
.head {
  color: #595759;
  border-top: 1px dotted #595759;
  padding-top: 10px;
}
.features-text {
  padding-top: 10px;
}
.fa {
  color: #b62112;
  padding-left: 10px;
}
.fa .fa:hover {
  color: #2b0804;
}
hr {
  margin-top: 20px;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #b62112;
}
.close {
  color: #FFFBFF;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.form-control:focus,
.single-line:focus,
.form-control.pg-state-focus,
.single-line.pg-state-focus {
  border-color: #b62112;
}
.toast-success {
  background-color: #b62112;
}
.required:after {
  content: '*';
  margin-left: 0.2rem;
  color: #D13A2F;
}
.border-bottom {
  border-bottom: 5px solid #FFFBFF !important;
}
.border-primary {
  border-color: #b62112 !important;
}
.border-thin {
  border-width: 1px !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="checkbox"]:checked + label::before {
  background-color: #8cad2d;
}
#toast-container > div {
  border-radius: 0 !important;
  color: #595759;
}
#toast-container > .toast:before {
  color: #595759;
}
#toast-container > .toast-info:before {
  content: "\f019";
}
.toast-info,
.toast-success {
  background-color: #591009;
}
.one-panel-margin {
  margin-left: 7vw;
  margin-right: 7vw;
}
.footer-line-height {
  line-height: 1.5rem;
}
.low-menu {
  margin-left: auto;
  margin-right: auto;
}
.card-header svg {
  transition: 0.3s transform ease-in-out;
}
.collapsed svg {
  transform: rotate(180deg);
}
.card + img + div > h4 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  margin-top: -35px;
  margin-bottom: 0;
}
.shariff-button {
  border-radius: 15px !important;
}
.shariff-button svg {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 4px;
  min-width: 10px;
  max-width: 15px;
}
.shariff-button span {
  margin: 0;
  font-family: Montserrat, "Open Sans", Arial, sans-serif !important;
  font-size: 15px !important;
  padding-bottom: 15px;
}
.shariff-button.twitter svg {
  margin-top: 0;
  padding-top: 3px;
}
ul.link-list {
  list-style-type: none;
}
ul.link-list li::before {
  font-family: FontAwesome;
  color: #b62112;
  font-size: 15px;
  content: "\f061";
  margin-left: -30px;
  margin-right: 10px;
}
.ordered-list-style {
  list-style-type: lower-alpha;
}
.rotate-90 {
  transform: rotate(90deg);
}
#searchResults,
#searchResultsDetails {
  height: 738px;
}
#MapToolbar {
  position: absolute;
  top: 10px;
  right: 40px;
}
#MapToolbar.menu-layer {
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  right: 0;
}
#MapToolbar > .row .col-12 {
  margin-top: 7px;
}
#MapToolbar #putLocation,
#MapToolbar #putFulltextSearch,
#MapToolbar #putSearchRadius,
#MapToolbar #putCategory2 {
  margin: 20px 50px;
  padding-right: 7rem;
}
#MapToolbarMobile {
  position: absolute;
  top: 10px;
  z-index: 1010;
  right: 1.5rem;
}
#MapToolbarMobile.menu-layer {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: -15px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
}
.default-search-view-desktop {
  margin: 20px 50px;
}
.default-search-view-mobile {
  margin: 20px 0 !important;
}
#putCategory2.default-search-view-mobile {
  margin: 20px 10px !important;
  padding: 0 2rem;
}
.default-search-view-mobile.col-12 {
  flex: 0 1 100%;
}
.menu-layer #SearchMenu {
  margin: 10px 25px;
}
#searchResults > .card-body > .k-widget > .card {
  cursor: pointer;
}
#searchResults > .card-body > .k-widget > .card:hover {
  color: #b62112;
}
#searchCriteria {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  height: 39px;
  width: 35vw;
}
#searchCriteria.expanded {
  height: auto;
  width: 98%;
}
#searchCriteria.expanded > .searchCriteriaContainer {
  border-radius: 6px;
  height: auto;
}
.searchCriteriaContainer {
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 5px;
  height: 38px;
}
.searchCriteriaContainer.expanded {
  padding-bottom: 7px;
  border-radius: 6px;
}
.searchCriteriaContainer > #SearchCriteriaPanel .col-10 {
  margin-left: 33px;
}
.k-widget {
  border-color: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-widget > #keywords {
  margin-top: 0 !important;
}
.k-pager-wrap {
  background-color: #FFFFFF !important;
}
div.k-navigator .k-navigator-up,
div.k-navigator .k-navigator-down {
  margin-left: 0;
}
div.k-navigator .k-navigator-right,
div.k-navigator .k-navigator-left {
  margin-top: 0;
}
.dropdown-header {
  background-color: #F2EDF2;
  color: #09374d;
  padding: 0.5rem 1rem;
}
.k-list-md .k-list-item,
.k-list-md .k-list-optionLabel {
  padding: 1px 0 3px;
  border-bottom: 1px dashed #E6E1E6;
}
.k-list-md .k-list-item p,
.k-list-md .k-list-optionLabel p {
  margin-bottom: 0;
}
.k-list {
  color: #09374d;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.k-list.k-list-md {
  line-height: 5px;
}
.k-list-item.k-hover {
  background-color: #F2EDF2;
}
.k-popup {
  border-radius: 6px;
}
.k-grid {
  font-family: Montserrat, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #09374d;
  border-radius: 6px;
  border-color: #FFFBFF;
  background-color: #FFFBFF;
}
.k-grid th,
.k-grid td {
  padding: 10px 15px;
}
.k-grid td {
  border-color: transparent;
  border-bottom: 1px dotted #E6E1E6;
}
.k-grid tr:first-child td {
  border-top: 1px dotted #E6E1E6;
}
.k-grid tbody tr:not(.k-detail-row):hover {
  background-color: #FFFFFF;
}
.k-grid .k-alt {
  background-color: transparent;
}
.k-grid-header {
  font-weight: 700;
  color: #09374d;
  background-color: #E6E1E6;
  padding: 10px;
}
.k-grid-header .k-i-sort-desc-sm,
.k-grid-header .k-i-sort-asc-sm,
.k-grid-header .k-sort-order {
  color: #e52a16;
}
.k-pager-wrap {
  font-family: Montserrat, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #595759;
  background-color: #FFFBFF;
}
.k-pager-numbers {
  padding-left: 0 !important;
  background-color: #FFFBFF;
}
.k-pager-numbers .k-link {
  color: #09374d;
  text-decoration: solid;
  background-color: #FFFBFF;
  border-color: transparent;
  border-radius: 90%;
  margin-right: 2.5px;
  margin-left: 2.5px;
}
.k-pager-numbers .k-link.k-state-selected {
  background-color: #FFFFFF;
  border-color: #FFFBFF;
  color: #09374d;
  font-weight: 700;
}
.k-pager-numbers .k-link:hover {
  background-color: #FFFBFF;
  border-color: #FFFBFF;
  color: #b62112;
}
.k-pager-nav.k-link {
  color: #09374d;
  background-color: #FFFBFF;
  border-color: transparent;
  border-radius: 90%;
}
.k-pager-nav.k-link:hover {
  color: #b62112;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.k-grid-pager {
  border-color: transparent;
}
.k-pager-first {
  border-radius: 6px 0 0 6px;
}
.k-pager-last {
  border-radius: 0 6px 6px 0;
}
.k-pager-info {
  font-size: 15px;
}
.hint {
  padding-top: 23vh;
}
#locationPartialView > .row > .col-12 > .card {
  height: 738px;
}
.detail-icon {
  margin: 50px auto;
}
ol > li {
  line-height: 180% !important;
}
.search-criteria {
  display: block;
  height: 30px;
  overflow: hidden;
}
.email {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 1px;
  height: 1px;
}
.indicator-wrap {
  position: absolute;
  top: 1rem;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 0.5rem 1rem;
}
.indicator {
  background: #e52a16;
  height: 2px;
}
.indicator-text {
  color: #2b0804;
  text-align: right;
}
.search-map-mobile-module,
.search-list-mobile-module,
.search-detail-mobile-module {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.search-map-mobile-module.show,
.search-list-mobile-module.show,
.search-detail-mobile-module.show {
  margin-left: 0;
}
.search-map-mobile-module {
  position: relative;
  display: block;
}
.search-list-mobile-module,
.search-detail-mobile-module {
  position: absolute;
  display: none;
  width: 0;
  left: 100%;
  visibility: hidden;
}
.search-list-mobile-module.show,
.search-detail-mobile-module.show {
  background-color: white;
  width: 100%;
  left: 0;
  top: 0;
  visibility: visible;
  display: block;
}
.search-list-mobile-module {
  z-index: 1020;
}
.search-list-mobile-module > #searchResults {
  height: 100vh;
}
.search-detail-mobile-module {
  z-index: 1030;
}
.search-detail-mobile-module > #searchResultsDetails {
  height: 100vh;
}
.main-btn {
  width: 4.2rem !important;
  height: 4.2rem !important;
}
#backToTopBtn {
  position: fixed;
  bottom: 3vh;
  right: 3vw;
  z-index: 1010;
}
#backToTopBtn.show {
  visibility: visible;
  opacity: 1;
}
#backToTopBtn.hide {
  visibility: hidden;
  opacity: 0;
}
.k-map .k-i-marker-custom-marker {
  background-image: url('https://cdn.geronto.net/gerontonetcdnblobcontainer/servicekatalog/images/map-marker-alt-digena.svg');
  background-repeat: no-repeat;
}
.k-widget.form-control .k-input,
.form-control,
.custom-select-sm {
  font-size: 16px;
}
.k-widget.form-control .k-input {
  height: 2.25rem !important;
}
.k-listview-content .card:hover {
  cursor: pointer;
  border-color: #b62112;
}
.k-listview-content .card-header,
.k-listview-content .card-body div {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.k-listview-content .card-body div {
  min-height: 50px;
  max-height: 50px;
}
.k-pager-sm .k-pager-numbers-wrap {
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #F2EDF2;
}
.k-pager-sm .k-pager-numbers-wrap .k-picker {
  color: #09374d;
}
.k-pager-sm .k-pager-numbers-wrap select.k-dropdown {
  background-color: #FFFFFF;
  border: 1px solid transparent;
}
.k-pager-sm .k-pager-numbers-wrap select.k-dropdown:hover {
  background-image: none;
  background-color: #FFFBFF;
}
.k-pager-sm .k-pager-numbers-wrap select.k-dropdown option {
  border-radius: 5px;
}
select.k-dropdown,
select.k-dropdowntree {
  background-image: none;
}
.k-pager-nav.k-link,
.k-pager-refresh {
  color: #b62112;
}
.k-listview-content > .k-state-selected {
  background-color: #fffcfb;
}
.k-listview {
  border-color: transparent !important;
}
.distanceIndicator {
  font-size: 20px;
  font-weight: 700;
}
.filter-btn {
  background-color: #FFFFFF;
  border-radius: 5px !important;
  border: 1px solid #F2EDF2;
}
.filter-btn[aria-expanded='true'] {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-color: #FFFFFF;
}
kbd {
  border-radius: 0;
  padding: 5px 10px 5px;
  margin-left: 3px;
  -webkit-box-shadow: 0 0 transparent !important;
  box-shadow: 0 0 transparent !important;
  font-family: inherit;
}
.badge {
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.container:not(.registration) {
  padding-top: 10px;
  padding-bottom: 2px;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 80vw;
}
.container.registration {
  padding-top: 8px;
  padding-bottom: 2px;
  margin-top: auto;
  margin-bottom: auto;
}
.container-layout {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
button ~ button {
  margin-left: 10px;
}
button {
  margin-bottom: 5px;
}
.btn-block + .btn-block {
  margin-top: 0;
}
.btn {
  border-radius: 6px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, "Open Sans", Arial, sans-serif;
  font-size: 15px;
}
.btn:focus {
  box-shadow: none;
}
.btn-grid-action {
  background-color: #b62112;
  border-color: #b62112;
  color: #FFFFFF;
}
.btn-grid-action:hover,
.btn-grid-action:focus,
.btn-grid-action:active {
  background-color: #FFFFFF;
  color: #b62112;
}
.btn-list {
  width: 150px;
  padding: 8px 0;
  border-color: #b62112;
  border-bottom: none;
  border-radius: 0;
  color: #b62112;
}
.btn-list:hover,
.btn-list:focus,
.btn-list:active {
  background-color: #b62112;
  color: #FFFFFF;
}
.btn-group .btn {
  font-weight: 600;
}
.btn-link {
  color: #b62112;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  color: #b62112;
}
.btn-filter {
  padding: 2px 15px;
  border-radius: 6px;
  border-color: #E6E1E6;
}
.btn-filter + button {
  border-color: #E6E1E6;
  color: #e52a16;
}
.btn-list-view {
  position: absolute;
  bottom: 10vh;
  left: 10px;
  padding: 0px 20px;
}
.btn-outline-primary {
  background-color: #FFFFFF;
}
.btn-round {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  line-height: 0.5rem;
  text-align: center;
  padding: 0;
}
.btn-round i {
  position: relative;
  top: -1px;
}
.btn-round-small {
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 0.5rem;
  text-align: center;
  padding: 0;
}
.btn-round-small i {
  position: relative;
  top: -1px;
}
.dropup-toggle::after {
  display: none;
}
.list-group {
  font-family: Montserrat, "Open Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.list-group-item {
  padding: 20px 10px 15px;
  border: none;
  line-height: 200%;
}
.list-group-item-primary {
  font-size: 15px;
  cursor: default;
  padding: 10px 50px;
  font-weight: 300;
}
.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0;
}
.list-group-item-active {
  border-left: 15px solid #b62112;
}
.list-group-item-check-out {
  border-left: 15px solid #ED7358;
}
.list-group-item-postponed {
  border-left: 15px solid #BFBBBF;
}
.list-group-item-check {
  border-left: #b62112 4px solid !important;
  padding: 15px 20px;
  color: #b62112 !important;
}
.list-group-item-check:hover,
.list-group-item-check:focus,
.list-group-item-check:active {
  padding: 15px 35px;
  color: #FFFBFF !important;
  background-color: #b62112 !important;
  outline: #88190d 1px solid;
}
li.list-group-item-primary::before {
  content: "\2013";
  font-size: 15px;
  color: #b62112;
  display: inline-block;
  width: 1em;
  margin-left: -2em;
}
li.list-group-item-primary {
  list-style-position: outside !important;
}
.modal {
  text-align: center;
}
.modal-header {
  border-bottom: 1px solid #FFFBFF;
  background-color: #b62112;
  color: #FFFBFF;
}
.modal-content {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid #FFFBFF;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: relative;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
.modal-zoom {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 25vh;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */
  background-color: #FFFFFF;
}
.modal-zoom-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
  animation-name: zoom;
  animation-duration: 0.6s;
}
#imgZoom {
  cursor: pointer;
}
.caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: inherit;
  padding: 10px 0;
  animation-name: zoom;
  animation-duration: 0.6s;
}
.close-zoom {
  position: absolute;
  top: 21vh;
  right: 30px;
  color: #D13A2F;
  font-size: 20px;
  font-weight: 300;
  transition: 0.3s;
  text-shadow: none;
  opacity: 1;
}
.close-zoom:hover,
.close-zoom:focus {
  color: #595759;
  cursor: pointer;
  text-shadow: none;
  opacity: 1;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
label {
  font-family: Montserrat, "Open Sans", Arial, sans-serif;
  padding-top: 3px;
  margin: 0 0 10px;
  display: block;
  font-size: 15px;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #b62112;
  border-color: #E6E1E6;
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #E6E1E6;
}
input[type="checkbox"] + label::before {
  border-color: #E6E1E6;
}
.dropdown > .btn {
  color: #999699;
  border: 2px transparent solid;
}
.dropdown > .btn:hover,
.dropdown > .btn:focus,
.dropdown > .btn:active,
.dropdown > .btn.active {
  color: #595759 !important;
  background-color: #FFFBFF;
  border: 2px #E6E1E6 solid;
}
.dropdown-menu {
  border-radius: 0 !important;
}
.dropdown-menu > li > a {
  background-color: #e7e7e7;
  margin: 0;
  border-radius: 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a {
  background-color: #b62112 !important;
  color: white;
}
.dropdown-menu.show {
  margin-top: 46px;
}
.dropdown-menu-search-option {
  min-width: 25rem;
  padding-right: 1rem;
  padding-left: 1rem;
  top: -4px !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border: 1px solid #F2EDF2;
}
.open .dropdown-toggle.btn-link {
  color: #b62112;
}
.dropdown-toggle {
  z-index: 1010;
}
.nav-item {
  background-color: #FFFBFF;
}
.nav-item.active {
  background-color: #b62112;
}
.nav-item.active a {
  color: #FFFBFF;
}
.nav-fill .nav-item {
  background-color: transparent;
}
.nav-fill:hover .nav-item:hover {
  background-color: #FFFBFF;
}
.nav-link {
  color: #595759;
  font-size: 15px;
}
.nav-link:not([data-toggle="tab"]) {
  border-bottom: 2px transparent solid;
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.nav-link:not([role="tab"]):hover {
  border-bottom: 2px #999699 solid;
}
.navbar-light .navbar-nav .nav-link.active:not([data-toggle="tab"]) {
  border-bottom: 2px #999699 solid;
}
.wrapper {
  display: table;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
.wrapper-inner {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: table-cell;
  vertical-align: middle;
}
.progress {
  border-radius: 0;
}
.progress-bar-success {
  background-color: #38AA3F;
}
.progress-bar-warning {
  background-color: #EAD82F;
}
.progress-bar-danger {
  background-color: #D13A2F;
}
.table > tbody > tr > th {
  border-top: transparent !important;
}
.blockquote {
  border-left: none !important;
  border-top: 2px solid #88190d;
  border-bottom: 2px solid #88190d;
  text-align: center;
  font-size: 15px;
}
.blockquote > p {
  font-family: Montserrat, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.blockquote-footer {
  margin-top: 0.8rem;
  font-size: 15px;
  font-family: Montserrat, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #999699 !important;
  text-align: right;
}
.rounded {
  border-radius: 15px !important;
}
.rounded-top {
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}
.card-columns {
  column-count: 1;
}
.card-content {
  border-color: white;
}
.card-img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  flex-shrink: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
.card-img-overlay-workshop {
  left: 8px;
  top: 310px;
  bottom: unset;
}
.card-img-overlay-workshop-long {
  left: 8px;
  top: 95px;
  bottom: unset;
}
.card-search-result {
  border: 1px solid #F2EDF2;
}
#searchResults .card-search-result > .card-header {
  background-color: #FFFFFF;
  border-bottom-color: #FFFBFF;
  padding: 5px 10px;
}
.card-search-result > .card-header {
  background-color: #FFFFFF;
  border-bottom-color: #FFFBFF;
}
.card-search-result > .card-header .vignette {
  z-index: 1000px;
  box-shadow: inset -35px 0 10px #FFFFFF;
  width: 40px;
  color: white;
  position: absolute;
  right: 5px;
  margin-top: 2px;
}
.card-data .card-header,
.card-data .card-body,
.card-data .card-footer {
  padding: 10px 3rem;
  background-color: #FFFFFF;
}
.card-data h3,
.card-data .card-body {
  margin-top: 0.8rem;
}
.card-data .card-footer {
  border-top-color: #b62112;
}
.carousel-indicators li {
  height: 5px;
  opacity: 1;
}
.carousel-indicators li.active {
  background-color: #b62112;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  height: 30px;
  width: 35px;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}
.form-control {
  height: 2.5rem;
  padding: 10px 20px;
  border-radius: 6px;
  border-color: #F2EDF2;
}
.form-control:focus {
  border-color: #b62112;
}
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 1rem;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link,
#detailTab > .nav-item {
  background-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
  color: #b62112;
  font-weight: 600;
}
#locationViewTabsContent.tab-content {
  margin-top: 20px;
}
.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.k-listview {
  font-family: Montserrat, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.k-widget {
  font-size: 15px;
}
.k-listview-content .card:hover {
  cursor: pointer;
  border-color: #b62112;
}
.k-listview-content .card-header,
.k-listview-content .card-body div {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.k-listview-content .card-body div {
  min-height: 50px;
  max-height: 50px;
}
select.k-dropdown {
  border-radius: 6px;
}
.k-pager-nav.k-link {
  color: #b62112;
}
.k-listview-content > .k-state-selected {
  border: 2px #ED7358 solid;
  background-color: transparent;
}
.k-listview-content > .k-state-selected:hover {
  border: 2px #b62112 solid;
}
.k-dropdown {
  font-family: Montserrat, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.map-detail-card {
  border-radius: 0 15px 15px 0;
}
#TheMap2 ~ div .map-detail-card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#map-detail-btn-container {
  position: absolute;
  bottom: 15px;
  width: 98%;
}
@media print {
  .fadeInDown {
    visibility: visible !important;
  }
  .RecentWorks,
  .social {
    display: none !important;
  }
  .printing {
    display: block !important;
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 100px;
  }
  .teaser {
    color: #e52a16;
    height: 260px;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    background-color: #e52a16;
    border-bottom: 4px solid #E6E1E6 !important;
  }
  .teaser-caption {
    color: #FFFBFF;
    position: relative;
    top: 50px;
    left: 0;
    bottom: auto;
    right: auto;
    text-align: left;
  }
  .teaser-carousel {
    display: none;
  }
  #searchCriteria {
    width: 80vw !important;
  }
}
@media (min-width: 1200px) {
  .teaser {
    color: #e52a16;
    height: 380px;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    background-color: #e52a16;
    border-bottom: 4px solid #E6E1E6 !important;
  }
  .teaser-caption {
    color: #FFFBFF;
    position: relative;
    top: 185px;
    left: 0;
    bottom: auto;
    right: auto;
    text-align: left;
  }
  .teaser-carousel {
    display: block;
    margin-top: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .teaser {
    color: #e52a16;
    height: 240px;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    background-color: #e52a16;
    border-bottom: 4px solid #E6E1E6 !important;
  }
  .teaser .teaser-caption {
    color: #FFFBFF;
    position: relative;
    top: 60px;
    left: 0;
    bottom: auto;
    right: auto;
    text-align: left;
  }
  .teaser .teaser-carousel {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .teaser {
    color: #e52a16;
    height: 250px;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    background-color: #e52a16;
    border-bottom: 4px solid #E6E1E6 !important;
  }
  .teaser .teaser-caption {
    color: #FFFBFF;
    position: relative;
    top: 60px;
    left: 0;
    bottom: auto;
    right: auto;
    text-align: left;
  }
  .teaser .teaser-carousel {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .vertical-timeline-content h2 {
    font-size: 18px;
  }
  .vertical-timeline-content p {
    font-size: 14px;
  }
  .vertical-timeline-content ol {
    font-size: 14px;
    line-height: 150%;
  }
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
@media (max-width: 1499px) {
  .modal-auto-width {
    width: 50%;
  }
  .modal-content {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1500px) {
  .modal-auto-width {
    width: 25%;
  }
}
@media (max-width: 1550px) {
  .container:not(.registration) {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .center-orientation .vertical-timeline-content {
    padding: 0 !important;
  }
  .content-layout {
    height: 100%;
  }
  .container-layout {
    height: 80%;
  }
  #content-row-height-layout {
    height: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .card-columns {
    column-count: 1 !important;
  }
}
@media (max-width: 1199px) {
  .card-img-overlay-workshop {
    top: 250px !important;
  }
  .k-map {
    height: 75vh !important;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
  .one-panel-margin {
    margin-left: 0;
    margin-right: 0;
  }
  body {
    margin-top: 0;
    padding-top: 0;
  }
  .card-img-overlay-workshop {
    top: 180px !important;
  }
  .card-img-overlay-workshop-long {
    top: 180px !important;
  }
}
@media (max-width: 820px) {
  .card-img-overlay-workshop {
    top: 170px !important;
  }
  .card-img-overlay-workshop-long {
    top: 170px !important;
  }
}
@media (max-width: 700px) {
  .card-img-overlay-workshop {
    top: 315px !important;
  }
  .card-img-overlay-workshop-long {
    top: 315px !important;
  }
}
@media (max-width: 660px) {
  .card-img-overlay-workshop {
    top: 250px !important;
  }
  .card-img-overlay-workshop-long {
    top: 250px !important;
  }
}
@media (max-width: 555px) {
  .card-img-overlay-workshop {
    top: 200px !important;
  }
  .card-img-overlay-workshop-long {
    top: 200px !important;
  }
}
@media (max-width: 460px) {
  .card-img-overlay-workshop {
    top: 150px !important;
  }
  .card-img-overlay-workshop-long {
    top: 150px !important;
  }
}
@media (max-width: 400px) {
  .card-img-overlay-workshop {
    top: 100px !important;
  }
  .card-img-overlay-workshop-long {
    top: 100px !important;
  }
}
@media print {
  .col-lg-8 {
    max-width: 100%;
    flex: 100%;
  }
}
