.hours-clock {
    min-width: 30px;
    display: inline-block;
}

.hours-day {
    min-width: 100px;
    display: inline-block;
}

.hours-time {
    min-width: 140px;
    display: inline-block;
}

.contact-icon {
    min-width: 30px;
    display: inline-block;
}

.contact-item {
    display: inline-block;
}

.bg-white {
    background-color: #fff;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.row-form {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.box-creative-icon-sm {
    font-size: 16px;
    position: relative;
    z-index: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e8e9ee;
    border-radius: 50%;
    line-height: 1;
    color: #c5a15b;
}

.box-creative-title-sm {
    font-size: 18px;
    text-align: left;
}

.box-creative-text-sm {
    text-align: left;
}

.DirectoryEntry {
    margin-bottom: 40px;
}

.DirectoryEntry > p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.section-submenu {
    margin-top: 20px;
}

.map-border {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #c5c6cd;
    border-radius: 6px;
}

.table-cell {
    vertical-align: top !important;
}

.table-head {
    vertical-align: bottom !important;
}

.text-right {
    text-align: right !important;
}

.carouselfont
{
    font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-shadow: -1px 1px 2px #777, 1px 1px 2px #777, 1px -1px 0 #777, -1px -1px 0 #777;
}

.img-circle-small {
    border-radius: 50%;
    Width: 140px;
    Height: 140px;
    border: 2px solid #c5a15b;
    object-fit: cover;
    padding: 5px;
}

.img-circle-xs {
    border-radius: 50%;
    Width: 40px;
    Height: 40px;
    border: 2px solid #c5a15b;
}

.img-framed {
    border-radius: 10px;
    border: 2px solid #c5a15b;
}

.img-inline {
    display: inline-block;
    
}
.title-inline {
    display: inline-block;
}

.prompt-inline {
    display: inline-block;
    width: 120px;
}

table.table-concise td, table.table-concise th {
    padding: 10px 10px 10px 10px !important;
}

.button-icon-table {
   line-height: 1.0; 
   width: 40px;
   text-align: center;
   padding-right: 5px;
   padding-left: 5px;
}

.m-b-20 { margin-bottom: 20px; }
.m-b-10 { margin-bottom: 10px; }
.m-b-5  { margin-bottom: 5px;  }
.m-b-0  { margin-bottom: 0px;  }

.m-t-20 { margin-top: 20px; }
.m-t-10 { margin-top: 10px; }
.m-t-5  { margin-top: 5px;  }
.m-t-0  { margin-top: 0px;  }

.m-l-20 { margin-left: 20px; }
.m-l-10 { margin-left: 10px; }
.m-l-5  { margin-left: 5px;  }
.m-l-0  { margin-left: 0px;  }

.m-r-20 { margin-right: 20px; }
.m-r-10 { margin-right: 10px; }
.m-r-5  { margin-right: 5px;  }
.m-r-0  { margin-right: 0px;  }

.form-message-wrapper {
    display: block;
    width: 100%;
    padding: 11px 19px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #c5c6cd;
}

.form-message-success {
    background-color: #C1FFC1;
    border-color: #00B200;
}

.form-message-success h5 {
    color: #006600;
    font-weight: bold;
}

.form-message-success p {
    color: #006600;
}


.form-message-error {
    background-color: #FFB9B9;
    border-color: #D90000;    
}

.form-message-error h5 {
    color: #8C0000;
    font-weight: bold;
}

.form-message-error p {
    color: #8C0000;
}

.cart-button {
    margin-left: 5px !important;
    height: 48px;
    padding-left: 10px;
    padding-right: 20px;
}

.cart-badge {
    background-color: #f05050;
    color: #fff;
    top: 5px;
    right: 7px;
    position: absolute;
    /*transform: translate(0, -2px);*/
    display: inline-block;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 10px;
    line-height: 1;
    white-space: center;
    vertical-align: middle;
    border-radius: 10px;
}

.cart-badge-active {
    background-color: #f05050;
    color: #fff;
}

.cart-badge-inactive {
    background-color: #c0c0c0;
    color: #fff;
}

.event-button-holder {
}

.event-button-addtocart {
    display: inline-block;
}

.event-button-quantity {
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 6px;
    color: #fff;
    background-color: #c5a15b;
    border-color: #c5a15b;
    margin-right: 0px;
}

.event-button-prompt {
    display: inline-block;
}

.event-button-qtyselector {
    display: inline-block;
}

.event-button-qtyselect {
    text-align: center;
    /*background-color: #c5a15b;*/
}

.event-button-btn {
    margin-left: 0px;
}

.cart-button-qtyselect {
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
}


.fee-panel {
    border: 1px solid #aeb1be;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.fee-title {
    text-align: center;
}

.fee-divider {
    border-bottom: 1px solid #aeb1be;
}

@media (min-width: 768px) {
    .fee-divider, .fee-list, .fee-detail, .fee-cartbutton
    {
        margin-top: 20px;
    }
    
    .fee-detail {
        min-height: 120px;
    }

}

.fee-list {
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -20px;
    margin-right: -20px;
    text-align: center;
}

.fee-list > li {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 18px;
}

.fee-list > * {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.fee-detail {
    margin-top: 20px;
    margin-bottom: 20px;
}

.fee-cartbutton {
    text-align: center;
}

.enc-messagebox-container h1 {
    font-size: 40px;
}

.enc-messagebox-container p {
    font-size: 18px;
}

.enc-messagebox-button {
    padding: 14px 31px;
    background-color: #fff;
    color: #000;
    border-color: #c0c0c0;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.buttonholder {
    padding-top: 0px;
    padding-bottom: 10px;
}

.buttonholder .button {
    margin-top: 10px !important;
}

.documentlink {
    color: blue;
    font-weight: 600;
}

.documentlink: visited {
    color: blue;
    font-weight: 600;
}

.button.button-light, .button.button-light:focus {
	color: #fff;
	background-color: #E1D0AE;
	border-color: #E1D0AE;
}

.button.button-light:hover, .button.button-light:active {
	color: #fff;
	background-color: #BEAC89;
	border-color: #BEAC89;
}

.section-single-inner {
    padding-top: 6vh;
    min-height: 1px;
}

.form-label2 {
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #2b2b2b;
    /*pointer-events: none;*/
    text-align: left;
    z-index: 9;
    transition: .25s;
    /*will-change: transform;*/
    transform: translateY(-50%);
}

.img-service-logo {
    width: 60px;
    height: 60px;
    border: 2px solid #c5a15b;
    object-fit: cover;
    padding: 5px;
}

.service-logo {
    width: 1%;
    min-width: 120px;
}

.service-text {
  width: 99%;
  min-width: 200px;
}

.placeholderselect [value=""] {
    color: gray;
}