html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.searchbox {
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    color: gray;
    width: 100%;
    height: 52px;
    padding: 0 1rem;
    border-radius: 4px;
}

.proman-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    padding: 0.25rem 0;
    font-size: 1.2rem;
}

.title-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 15px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1000000004;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.image-title {
    line-height: 1;
    margin: 0 0 1rem;
    color: #000 !important;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
}

.image-description {
    font-size: 14px;
    color: #000 !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.proman-button {
    min-width: auto;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    font-size: 0.875rem;
}

.mb-pager {
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 12px;
    height: 18px;
}

.mb-pager-left-on {
    background-image: url('/assets/img/green-arrow-left.svg');
}

.mb-pager-left-off {
    background-image: url('/assets/img/white-arrow-left.svg');
}

.mb-pager-right-on {
    background-image: url('/assets/img/green-arrow-right.svg');
}

.mb-pager-right-off {
    background-image: url('/assets/img/white-arrow-right.svg');
}

label.required:after {
    content: ' *';
    color: red;
}

