@font-face {
    font-family: 'FS Matthew';
    src: url('../../font/FSMatthew-Light.eot');
    src: url('../../font/FSMatthew-Light.woff') format('woff2'),
        url('../../font/FSMatthew-Light.woff') format('woff'),
        url('../../font/FSMatthew-Light.ttf') format('truetype'),
        url('../../font/FSMatthew-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin-Pro';
    src: url('../../font/Acumin-RPro.eot'),
        url('../../font/Acumin-RPro.ttf') format('truetype'),
        url('../../font/Acumin-RPro.woff') format('woff'),
        url('../../font/Acumin-RPro.svg') format('svg');
  }

Google address autocomplete
.pac-container, .pac-item {
    min-width: 300px !important;
}

body {
    font-family: 'Acumin-Pro', sans-serif;
}

body:before {
    background: linear-gradient(to right, #66C7AE 0%, #D7E332 100%);
}

.link-color {
    color: #071D49 !important;
}

.pac-item {
    border: 0 !important;
    padding: 3px 20px !important;
    cursor: pointer !important;
}

.pac-icon {
    display: none !important;
}

.vyalev-logo {
    width: 280px;
    margin: auto;
}

.pl-5 {
    padding-left: 5px;
}

.align-right {
    text-align: right;
}

#footer a {
    color: #fff !important;
}

table {
    width: 100%;
    text-align: left;
}

table tr {
    border-bottom: 1px solid #9d9e9f;
}

table th {
    font-size: 12px;
    font-weight: normal;
}

table td {
    font-size: 16px;
    font-weight: normal;
    padding: 5px 0;
    vertical-align: top;
}

input[type="text"], input[type="email"], input[type="tel"] {
    color: #000;
}

input[type="text"], input[type="email"], input[type="tel"] {
    font-size: 16px;
    outline: 0;
    border-radius: 0;
}

#search-form input[type="text"] {
    border: none;
    border-bottom: 1px solid #9d9e9f;
    font-size: 16px;
    outline: 0;
    border-radius: 0;
}

.flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.flex-justify-between {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex-align-baseline {
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.check-icon {
    width: 30px;
    height: 13px;
}

#program-search {
    max-width: 775px;
    display: flex;
    margin: auto;
    align-items: center;
    min-height: calc(100vh - 100px);
}

#program-search .program-content {
    padding-top: 120px;
}

#search-form {
    margin: 65px 0 100px;
}

#no_result {
    margin-right: 16px !important;
}

#search-form h1 {
    margin: 0 0 5px 0;
    word-spacing: -3px;
}

#search-form p {
    margin: 0 0 30px 0;
}

#search-form input[type="text"] {
    padding: 15px 0;
    width: 612px;
    float: left;
    margin-right: 10px;
}

#search-form input[type="submit"] {
    width: 145px;
}

#search-form #programId-error {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

#rsvp-form label.error {
    font-weight: 400;
}

#rsvp-error, #search-error {
    display: block;
    margin-bottom: 10px;
}

.bootstrap-select > select {
    width: 1px !important;
    left: 10px;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

#edit-info .bootstrap-select.error .btn.bs-placeholder {
    border: 1px solid #fff !important;
}

.bootstrap-select.error .btn.bs-placeholder {
    color: #970d0d !important;
    border-bottom: 1px solid #970d0d !important;
}

.bootstrap-select.error .bs-caret {
    color: #970d0d;
}

.error, .error input, .error-asterisk {
    color: #970d0d !important;
}

#search_form .custom-input .error input {
    border-bottom: 1px solid #970d0d;
}

.form.error input {
    border-bottom: 1px solid #970d0d;
}

.font-12 {
    font-size: 12px;
}

.footer-copyright {
    font-size: 12px;
    color: #0d5797;
}

.footer-copyright a {
    text-decoration: none;
}

.footer-copyright a:hover {
    text-decoration: underline;
}

.border-bottom-one {
    border-bottom: 1px solid #c0c0c0;
}

#program-id {
    font-size: 14px;
    margin: 56px 5px 0 0;
    color: #9d9e9f;
}

#program-id span {
    color: #000;
}

.custom-input {
    outline: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #9d9e9f;
    font-size: 16px;
    border-radius: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.custom-font {
    font-size: 32px;
    font-weight: 300;
    color: #4a4b4c;
    margin: .67em 0;
}

.custom-select-input {
    outline: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    font-size: 16px;
    border-radius: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-bottom: 15px;
}

#edit-info .custom-select-input.error {
    border: 1px solid #970d0d;
}

.custom-select-input .btn {
    border-radius: 0;
}

.custom-select-input .form-control:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgb(241, 241, 241), 0 0 8px transparent;
}

.custom-select-input .form-control {
    border: 1px solid #9d9e9f;
}

#npi_license_search_note {
    float: left;
}

#hcp_add_new_link {
    font-weight: bold;
}

.form-control:focus {
    border-color: #9d9e9f !important;
}

.custom-input:focus {
    box-shadow: none;
}

.custom-select-input:focus {
    box-shadow: none;
}

.custom-width button.btn.dropdown-toggle.btn-default {
    max-width: 104px;
    border:none;
}

.custom-width-editinfo button.btn.dropdown-toggle.btn-default {
    border-bottom: 1px solid #9d9e9f;
}

.custom-width-editinfo input.form-control {
    width: 100% !important;
}

.btn-group.custom-select-input.open .dropdown-toggle {
    box-shadow: none;
}

.custom-select-input.open > .dropdown-toggle.btn-default {
    background-color: transparent;
}

.bootstrap-select.custom-select-input .btn:focus {
    outline: transparent !important;
}

.bootstrap-select.custom-select-input .dropdown-menu li.selected a {
    background: rgba(13, 87, 151, 0.2);
}

#mobileEventInfo {
    font-family: 'FS Matthew', sans-serif !important;
    background: #fff;
    background-size: 100%;
    color: #fff;
    height: 100%;
    margin-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
}

#mobileEventInfo h1 {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 25px;
}

header {
    padding-bottom: 10px;
}

.sidebar {
    background: #14847F;
    background-size: 100%;
    color: #fff;
    padding-top: 10px;
    height: 100%;
}

.sidebar:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.sidebar:after {
    content: '';
    display: block;
    width: 38px;
    height: 66px;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 74px;
    z-index: 2;
}

.sidebar-content, .sidebar-footer {
    width: 80%;
    margin: 10px auto;
    position: relative;
    z-index: 2;
}

.sidebar .sidebar-content {
    min-height: 80vh;
}

.sidebar .sidebar-footer a {
    color: white;
}

.sidebar .sidebar-footer .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.speaker, .speaker-mobile:not(:last-child) {
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 10px;
}

.speaker-info .speaker-details {
    margin-bottom: 15px;
}

.speaker-info .speaker-details .speaker-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.speaker-info .speaker-details .speaker-name-details {
    padding-left: 5px;
    padding-right: 5px;
}

.speaker-info .speaker-details span.name {
    display: block;
    font-weight: 700;
    white-space: nowrap;
}

.speaker-info .speaker-details .location {
    display: block;
    color: #fff;
    line-height: 1.1;
    white-space: nowrap;
}

.speaker-info .speaker-details .address {
    white-space: nowrap;
}

.topics li {
    font-size: 14px;
    line-height: 1.1;
    list-style: none;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(149, 160, 169, 0.5);
    margin-bottom: 5px;
}

.topics li:last-child {
    border-bottom: none;
}

.event-info {
    font-size: 14px;
    line-height: 1.25;
    color: #fff;
}

.event-info a {
    color: #fff;
    text-decoration: none;
}

.event-info h3 {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 4px solid;
    margin-bottom: 10px;
}

.event-info p {
    margin: 0;
}

.event-info h3 a {
    color: #fff;
}

.event-date, .event-coordinator, .event-telecom, .event-hosts, .event-location {
    margin-bottom: 15px !important;
}

.event-date h3 {
    border-bottom: 4px solid #D8F1EB;
}

.event-date .fas {
    color: #D8F1EB;
    margin-right: 3px;
}

.event-location h3 {
    border-bottom: 4px solid #D8F1EB;
}

.event-location .fas {
    color: #D8F1EB;
    margin-right: 3px;
}

.event-location #view_map_link {
    text-decoration: underline;
}

.event-hosts h3 {
    border-bottom: 4px solid #D8F1EB;
}

.event-hosts .fas {
    color: #D8F1EB;
    margin-right: 3px;
}

.event-coordinator h3 {
    border-bottom: 4px solid #fff;
}

.event-coordinator .fas {
    color: #fff;
    margin-right: 3px;
}

.event-telecom h3 {
    border-bottom: 4px solid #fff;
}

.event-telecom .fas {
    color: #fff;
    margin-right: 3px;
}

.event-telecom span {
    display: block;
    font-size: 12px;
    color: #a1a3a6;
    margin-bottom: 5px;
}

.search-page, .attendee-page, .confirm-page {
    padding-top: 15px;
    padding-bottom: 15px;
    height: calc(100vh - 6px);
    overflow-y: auto;
}

.confirm-page #footer {
    display: none;
}

.teleconference-info {
    display: none;
}

.attendee-page .form-group {
    margin-bottom: 7px !important;
}

.attendee-page #footer {
    display: none;
}

.event-section {
    height: calc(100vh - 6px);
    overflow-y: auto;
    background-color: #14847F;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#modal-error {
    float: none;
}

#modal-error.in {
    display: flex !important;
    align-items: center;
}

#modal-error .modal-dialog {
    max-width: 500px;
}

#modal-error .modal-content {
    border-radius: 0;
    padding: 60px 45px;
}

#modal-error .modal-body {
    padding: 0;
}

#modal-error .modal-copy {
    font-weight: bold;
    padding: 0 15px;
}

#modal-error .modal-copy p {
    margin-bottom: 15px;
    font-size: 15px;
}

#modal-error .modal-footer {
    border: 0;
    padding: 30px 15px 0;
    text-align: center;
}

.event-info-mobile-details #event-details-mobile .nav li.active {
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.event-info-mobile-details #event-details-mobile .nav li.active a {
    color: rgba(255, 255, 255, 1);
}

.event-info-mobile-details #event-details-mobile .nav li.date {
    background-color: #2d91d1;
}

.event-info-mobile-details #event-details-mobile .nav li.location,
.event-info-mobile-details #event-details-mobile .nav li.telecom,
.event-info-mobile-details #event-details-mobile .nav li.virtual {
    background-color: #9867b6;
}

.event-info-mobile-details #event-details-mobile .nav li.speakers {
    background-color: #b9a143;
}

.event-info-mobile-details #event-details-mobile .nav li.coordinator {
    background-color: #51b943;
}

.event-info-mobile-details #event-details-mobile .nav li.host {
    background-color: #43b3b9;
}

.event-info-mobile-details #event-details-mobile .nav li a {
    font-size: 36px;
    color: rgba(255, 255, 255, 0.5);
}

.event-info-mobile-details #event-details-mobile h3 {
    font-size: 20px;
    color: #72c8ff;
}

.event-info-mobile-details #event-details-mobile h6 {
    font-size: 14px;
    color: #fff;
}

.event-info-mobile-details #event-details-mobile a {
    color: rgba(255, 255, 255, 0.75);
}

.event-info-mobile-details #event-details-mobile a:hover {
    color: rgba(255, 255, 255, 1);
}

.event-info-mobile-details .remote-speakers {
    margin: 5px 0;
    font-size: 12px;
}

.event-info-mobile-details #event-details-mobile .speaker-mobile .location {
    display: block;
    font-size: 14px;
}

.event-info-mobile-details #event-details-mobile .topics {
    margin: 5px 0 0 0;
    padding: 0;
}

.event-info-mobile-details .event-speakers {
    margin-top: 10px;
    font-size: inherit;
}

.event-info-mobile-details #event-details-mobile .nav li {
    width: 13vw;
    height: 13vw;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 5px;
}

.event-info-mobile-details #event-details-mobile {
    padding: 30px;
    color: #fff;
    font-size: 14px;
}

.event-info-mobile-details #event-details-mobile .product-links-mobile {
    border-top: 1px solid #c0c0c0;
    padding-top: 10px;
    margin-top: 5px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

.event-info-mobile-details .panel-body {
    border: none !important;
    padding: 0;
}

.flex-center {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    font-size: 25px;
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #fff;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.event-info-mobile-details .panel-heading {
    background: #14847F;
}

.event-info-mobile-details .panel-heading h4 {
    text-align: left;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    padding: 0;
}

.event-info-mobile-details .panel-heading i.glyphicon-plus {
    display: inline-block;
    width: 10%;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    text-align: right;
}

.event-info-mobile-details .panel-heading a h3 {
    display: inline-block;
    width: 90%;
    float: left;
    text-align: left;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    padding: 0;
}

#event-details-mobile .fas {
    font-size: 32px;
}

.event-info-mobile-details .event-details {
    background: #14847F;
}

.border-bottom {
    border-bottom: 1px solid #c0c0c0;
}

.left-content {
    min-height: 80vh;
    margin-bottom: 10px;
}

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

.footer-content .small-copy, .footer-content .small-copy-margin {
    margin-bottom: 10px;
    color: #fff;
}

.program-content .footer-content .small-copy {
    margin-top: 50px;
    margin-bottom: 50px;
}

.footer_container {
    background-color: #50555b;
}

.attendee-page .footer-content .small-copy {
    min-height: auto;
}

/*Edit Page Styles*/
#edit-info .input {
    vertical-align: top;
}

#edit-info .edit-links {
    float: right;
}

#edit-info .rsvp-now {
    display: block;
    padding: 15px;
    margin: 25px auto;
}

#edit-info .disclaimer-copy {
    font-size: 11px;
    line-height: 1.5;
    color: #000;
}

#edit-info .dropdown-menu.open input[type="text"] {
    width: 100% !important;
    border: 1px solid #9d9e9f !important;
    font-size: 13px !important;
}

#search-results {
    margin: 0px 20px;
}

#search-results h3 {
    margin-top: 0;
}

#search-results h4 {
    display: inline-block;
    float: left;
}

#search-results .not-you {
    display: inline-block;
    margin: 0;
    float: right;
}

.search-npi {
    font-weight: 100;
}

.not-you a {
    font-size: 18px;
    font-weight: 700;
    color: #14847F;
    text-decoration: underline;
}

.pull-right #dark-gray {
    font-size: 18px;
    text-align: right;
}

.results-table {
    margin-top: 5px;
    max-height: 235px;
    overflow: auto;
}

.mCustomScrollbar {
    width: calc(100% + 15px);
}

.mCustomScrollBox {
    padding-right: 20px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    border-radius: 0;
    background-color: #c0c0c0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    border-radius: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #14847F !important;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0 !important;
    overflow-x: auto !important;
}

.select {
    width: 13.5%;
}

table#results th {
    color: #14847F;
    font-weight: 600;
    padding: 0 10px 0 0;
}

#results .button {
    float: right;
}

.custom-select-input .btn-default:active:focus, .custom-select-input .btn-default:active:hover {
    background-color: transparent;
}

.custom-select-input input.input-block-level.form-control {
    width: 100px !important;
}

#edit-info .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto !important;
}

#edit-info input[type='text'][readonly] {
    border: none;
}

#edit-info.no-editing input[type='text'], #edit-info.no-editing input[type='email'], #edit-info.no-editing input[type='tel'], #edit-info.no-editing .bootstrap-select .btn {
    border: none;
}

.btn.btn-success {
    background: #14847F;
}

.button.btn-success {
    background: #14847F;
    background-color:#14847F;
}

.btn.btn-success:hover,
.btn.btn-success:focus,
.button.btn-success:focus,
.button.btn-success:hover {
    background: #14847F;
}

#prescriber_label {
    font-weight: 700;
    margin-right: 10px;
}

#search-page .prescriber-div label:not(#prescriber_label) {
    margin-right: 15px;
}

#search-page button.btn.dropdown-toggle.bs-placeholder.btn-default {
    padding-left: 0px;
}

#edit-info #are_you_prescriber_label {
    color: red;
    font-weight: normal;
    margin-right: 10px;
}

.search-page #are_you_prescriber_label {
    font-weight: 700;
    margin-right: 10px;
}

#edit-info #is_prescriber_enabled,
.search-page #is_prescriber_enabled {
    display: flex;
    align-items: flex-end;
}

#edit-info .is-prescriber-div label:not(#are_you_prescriber_label),
.search-page .is-prescriber-div label:not(#are_you_prescriber_label) {
    margin-right: 15px;
}

#edit-info #is_prescriber_enabled .bootstrap-select {
    width: 100% !important;
    border: 1px solid #9d9e9f;
}

#edit-info #is_prescriber_enabled .bootstrap-select button {
    border: 1px solid #fff !important;
}

#edit-info label {
    color: #000;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 700;
}

#edit-info input[type="text"], #edit-info input[type="email"], #edit-info input[type="tel"], #edit-info select {
    position: relative;
    border: 1px solid #14847F;
    color: #000;
}

#edit-info .error input {
    border: 1px solid #970d0d;
} 

#edit-info .creds {
    margin-top: 5px;
    margin-bottom: 5px;
}

.button.disabled {
    background: #9d9e9f !important;
    cursor: not-allowed;
}

#edit-info.editing label {
    color: #9d9e9f;
}

#edit-info.editing .valid input[type="text"]:not([readonly]), #edit-info.editing .valid input[type="email"], #edit-info.editing .valid input[type="tel"], #edit-info.editing .bootstrap-select.valid .btn, #rsvp-form .bootstrap-select.valid .btn {
    color: #000 !important;
    border-bottom: 1px solid #9d9e9f;
}

#edit-info .bootstrap-select .caret {
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 0 !important;
}

#edit-info input[type='text'][readonly] {
    border: none;
}

#edit-info.no-editing input[type='text'], #edit-info.no-editing input[type='email'], #edit-info.no-editing input[type='tel'], #edit-info.no-editing .bootstrap-select .btn {
    border: none;
}

#edit-info .input:after {
    content: none;
    font-family: 'icons';
    cursor: pointer;
}

#edit-info.no-editing .input:not(.readonly):not(.custom-width):not(.custom-width-editinfo):hover:after {
    content: '\f044';
}

#edit-info .edit-page {
    background: #0d5797;
    color: #fff !important;
    font-size: 12px;
    line-height: 1;
    padding: 9px 14px;
    cursor: pointer;
    border-radius: unset;
    margin-left: 5px;
}

#edit-info .bootstrap-select .btn {
    border-radius: 0;
    border: 1px solid #99B7FF;
    background-color: transparent !important;
    color: #071D49;
    font-size: 16px;
    line-height: 1 !important;
}

#edit-info .bootstrap-select .btn.bs-placeholder {
    color: #9d9e9f;
    border: 1px solid #9d9e9f;
}

#edit-info .bootstrap-select .btn.active {
    outline: none !important;
    box-shadow: none !important;
    color: #4a4b4c;
    opacity: 1;
}

#edit-info .bootstrap-select .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    position: relative;
    line-height: 1;
    vertical-align: middle;
    padding: 0 10px 2px 0;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: inherit;
}

#edit-info .error + .select2-container--default .select2-selection--multiple {
    border: 1px solid #970d0d !important;
    border-radius: 0px;
}

#edit-info .valid + .select2-container--default .select2-selection--multiple {
    border: 1px solid #14847F !important;
    border-radius: 0px;
}

#address2,
#phone,
#licenceState,
#license_number {
    border: 1px solid #9d9e9f !important;
}

.other-container {
    display: none;
}

#confirmation .confirm-title {
    display: inline-block;
    float: left;
}

#confirmation h2 {
    font-size: 22px;
    display: inline-block;
    font-weight: 700;
    margin: 0;
}

#confirmation h2.success {
    color: #14847F;
    font-weight: 700;
}

#confirmation h3 {
    font-size: 15px;
    font-weight: 700;
    color: #5b5b5b;
    margin: 10px 0;
}

#confirmation .waitlist-message h3 {
    color: #970d0d;
}

#confirmation-details {
    font-size: 16px;
    color: #4a4b4c;
    padding: 10px 0 10px;
}

#confirmation-details .detail {
    margin-bottom: 5px;
    margin-right: 25px;
}

#confirmation-details .detail .inline-element {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 5px;
}

#confirmation-details .detail .label-heading {
    display: block;
    font-size: 12px;
    margin-bottom: 0;
    color: #14847F;
    font-weight: 700;
    padding-left: 0;
}

#confirmation .more-info {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
}

#confirmation .confirm-links {
    float: right;
    text-align: center;
    position: relative;
}

#confirmation .print-details {
    font-size: 14px;
    font-weight: 700;
    color: #14847F;
}

#confirmation .event-calendar {
    background: #14847F;
    display: block;
    padding: 6px 20px;
    color: #fff;
    text-decoration: none;
    transition: 0.25s all;
    margin-top: 5px;
}

#confirmation .event-calendar-options {
    border: 1px solid #14847F;
    border-top: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
}

#confirmation .event-calendar-options li {
    padding: 0;
    border-bottom: 1px solid #c0c0c0;
}

#confirmation .event-calendar-options li a {
    color: #14847F;
    padding: 10px 5px;
    display: block;
}

#confirmation .event-calendar-options li button {
    color: #14847F;
    border: 0;
    box-shadow: none;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 10px 5px;
    display: block;
    width: 100%;
}

.teleconference-info {
    padding: 15px 0;
}

.tc-details .label {
    color: #14847F;
    display: block;
    font-size: 12px;
    margin-bottom: 0;
    text-align: left;
    font-weight: 400;
}

.teleconference-info h3 .fas {
    color: #0d5797;
}

.tc-details div {
    font-size: 16px;
}

/* loader */
.loader {
    margin: 10px 0 10px 7px;
    font-size: 3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.btn {
    outline: none !important;
}

.btn.disabled,
.button.disabled {
    background: #66C7AE !important;
    cursor: not-allowed;
    border-color: #66C7AE !important;
    opacity: 1;
}

.bootstrap-select .dropdown-menu .popover-title button {
    float: right;
    background: transparent;
    border: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    line-height: 1;
    font-size: 18px;
    color: #0f5999;
    font-weight: 400;
    opacity: 1;
}

.bootstrap-select .dropdown-menu .popover-title {
    background-color: #fff;
}

#cookie_consent_section {
    background: #009de2;
    padding: 10px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

#cookie_consent_section p {
    margin: 0;
    color: #ffffff;
}

#cookie_consent_section p a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

#cookie_consent_section p a span{
    border-bottom: 1px solid #fff;
}

#cookie_consent_section .read_more_button,
#cookie_consent_section .read_less_button {
    cursor: pointer;
    text-decoration: underline;
}

#cookie_consent_section .read_more,
#cookie_consent_section .read_less_button {
    display: none;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: visible;
}

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

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: -30px;
}
.horizantal-form .row {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    flex-wrap: wrap;
}

.horizantal-form .row > div {
    flex-grow: 1;
    padding: 0 15px;
}

.horizantal-form .row > div.flex2 {
    flex-grow: 2;
    margin-bottom: 0;
}

.horizantal-form .row #search-button {
    width: 100%;
}

#search-results #dark-gray {
    margin:5px 0 0 80px;
}

#dark-gray {
    margin-left: 90px;
}

a#ot-sdk-btn {
    color: #fff !important;
    border: none !important;
    padding: 0 !important;
    font-size: 16px !important;
    background: none !important;
}

a {
    color: #14847F;
}

.prescribing-info {
    color: #1bb1ab;
}

.visit-link {
    color: #000;
}

.footer-info {
    font-family: 'FS Matthew', sans-serif;
}

a:hover{
    color: #1bb1ab;
}

.privacy-notice {
    text-decoration: underline;
}

/* landing page css */
.header-text {
    width: 100%;
    color: #50555b;
    align-self: center;
    justify-self: center;
}

.header-logo-image {
    text-align: center;
}

.text-content {
    margin: auto;
    font-size: 22px;
    font-weight: 600;
    color: #14847F;
    font-family: 'FS Matthew', sans-serif;
}

.prescribe-info {
    font-size: 16px;
    color: #50555b;
}

.prescribe-info:hover{
    color: #50555b;
}

.header-logo {
    margin-top: 5px;
}

/* data table css */
#meetings-table_wrapper {
    padding: 15px !important;
}

.table-header th{
    font-size: 16px;
}

#meetings-table tbody tr {
    font-size: 16px;
    background-color: white;
}

.dt-input {
    margin-right: 10px !important;
}

.child table.dataTable.display>tbody>tr:nth-child(odd)>* {
    box-shadow: none !important;
}

table.dataTable.display>tbody>tr:nth-child(odd)>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr:nth-child(odd)>.sorting_1 {
    box-shadow: none !important;
}

table.dataTable.order-column>tbody tr>.sorting_1,
table.dataTable.order-column>tbody tr>.sorting_2,
table.dataTable.order-column>tbody tr>.sorting_3,
table.dataTable.display>tbody tr>.sorting_1,
table.dataTable.display>tbody tr>.sorting_2,
table.dataTable.display>tbody tr>.sorting_3 {
    box-shadow: none !important;
}

table.dataTable.stripe>tbody>tr:nth-child(odd)>*, table.dataTable.display>tbody>tr:nth-child(odd)>* {
    box-shadow: none !important;
}

table.dataTable.hover>tbody>tr:hover>*, table.dataTable.display>tbody>tr:hover>* {
    box-shadow: none !important;
}

.dt-scroll-body::-webkit-scrollbar-track {
    background-color: lightgray;
    margin-top:5px;
    margin-bottom:5px;
}
  
.dt-scroll-body::-webkit-scrollbar {
    width: 4px;
    background-color: white;
}
  
.dt-scroll-body::-webkit-scrollbar-thumb {
    background-color: #14847F;
    border-radius: 12px;
}
  
.dt-scroll-body{
    overflow-y:scroll;
}

#desktop-content table.dataTable td.dt-type-date,
#desktop-content table.dataTable th.dt-type-date {
    white-space: nowrap !important;
    text-align: left;
}
/* end of data table css */

.vyalev-header {
    display: grid;
    grid-template-columns: 52% 20%;
    margin-top: 20px;
    margin-bottom: 5px;
    justify-content: center;
}

#toggle-search-box .glyphicon {
    font-size: 24px;
}

.box-body {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}

.home-page-body {
    align-items: center;
    display: flex;
    justify-content: center;
}

#error-text {
    text-align: center;
    margin: 10px 0;
}

.vyalev-logo {
    width: 330px;
}

.vyalev-logo.logo {
    width: 300px;
}

#search-text {
    font-size: 18px;
}

.input-form-control {
    padding: 8px !important;
}

.home-page {
    background: url('../../img/vyalev/vyalev_background.png') no-repeat;
    background-position: left;
    background-size: contain;
}

.virtual-toggle {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 10px;
}

.vyalev-main-box {
    box-sizing: border-box;
    margin: 15px 0;
    background-color: rgba(255, 255, 255, .4);
}

/* card meetings css */
.card-register-btn {
    background: #14847F;
    color: white;
    border-radius: 4px;
}

.card-register-btn:hover {
    color: white;
}

.register-row {
    padding-bottom: 15px;
}

#sort-cards {
    width: 20%;
    margin-left: 15px;
    height: 50%;
    padding-left: 4px;
    padding-top: 8px;
}

.sort-dropdown {
    display: flex;
    justify-content: start;
    text-align: center;
    margin-left: 5px;
    margin-bottom: 10px;
}

.sort-label {
    font-size: 14px;
    place-content: end;
}

.box-container .box-content .site-host {
    margin-top:10px ;
}

.box-container .box-content .location {
    margin-top:10px ;
}

.box-container .box-content label {
    color: #14847F;
}

.box-container .box-content .event-details {
    margin-top:5px ;
}

.box-header-container {
    font-size: 14px;
    height: 30px;
    background-color: #14847F;
    color: white;
    text-align: center;
    padding: 5px;
}

.box-container {
    border: 1px solid #14847F;
    margin-bottom: 15px;
    background: white;
    margin-left: auto;
    margin-right: auto;
}

.box-container .box-content {
    padding: 6px 10px;
    margin-bottom: 10px;
    height: 230px;
}
/* end of card meetings css */

.vyalev-miles-box {
    margin-top: 15px;
    align-content: center;
}

#programs-content {
    margin-left: auto;
    margin-right: auto;
}

/* virtual programs toggle css */
.switch {
    margin-left: 10px;
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}
  
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
  
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
  
.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 2px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
  
input:checked + .slider {
    background-color: #26c831;
}
  
input:focus + .slider {
    box-shadow: 0 0 1px #26c831;
}
  
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
  
.slider.round {
    border-radius: 30px;
}
  
.slider.round:before {
    border-radius: 50%;
}

.toggle-filter {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: end;
}
/* end of virtual programs toggle css */

.vyalev-title-box {
    color: white;
    padding: 12px;
    margin: 0 auto;
    background-color: #14847F;
    font-size: 16px;
    display: grid;
    align-items: center;
    grid-template-columns: 96% 3%;
}

.title-text {
    margin-right: 10px;
}

.glyphicon-chevron-down {
    margin-left: 5px;
}

#toggle-search-box {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    text-align: end;
}

.input-form-control {
    box-shadow: none;
    padding: 8px 12px 9px;
}

.input-form-control::placeholder {
    color: rgb(185, 184, 184);
}

.vyalev-search-btn {
    border-color: #14847F !important;
    background-color: #14847F !important;
    color: white !important;
    border-radius: 4px;
    height: 43px;
    width: 108px;
    margin: 0px;
    padding: 0px;
}

#card-content {
    margin-left: auto;
    margin-right: auto;
}

.vyalev-search-btn:hover {
    color: white;
}

.vyalev-search-btn:disabled  {
    color: lightgray !important;
    opacity: 1 !important;
}

#zip-code {
    border: 2px solid #14847F;
    border-radius: 6px;
    height: 43px;
    width: 160px;
    font-size: 16px;
}

.mb-0 {
    margin-bottom: 0;
}

.vyalev-zip-search {
    width: auto;
    text-align: center;
    display: grid;
    justify-content: end;
    grid-template-columns: 25% 30%;
}

.vyalev-distance-list {
    display: flex;
    align-items: center;
    gap: 15px;
}

.radio-button-group {
    margin: 5px 10px;
    font-size: 16px;
}

.radio-button {
    height: 18px;
    width: 18px;
    margin: 0px 5px 0px 0px !important;
}

.radio-button-group label {
    vertical-align: bottom;
}

.home-page .register {
    background: #14847F;
    color: white;
    border-radius: 4px;
}

#view_map_link a {
    font-size: 10px;
}

.box_container .speaker {
    border: none !important;
}

.pac-icon {
    display: none !important;
}

input[type=checkbox], input[type=radio] {
    margin: 0px;
}

@media only screen and (min-width: 1300px) {
    .horizantal-form .row {
        flex-wrap: nowrap;
    }

    .horizantal-form .row > div {
        min-width: 130px;
    }
}

@media print {
    #mobileEventInfo {
        display: none !important;
    }

    .confirm-links {
        display: none !important;
    }
}

@media (max-width: 1440px) {
    .sidebar:after {
        width: 31px;
        height: 54px;
        top: 80px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .search-content {
        width: 83.33333333%;
        margin-left: 8.33333333%;
    }
    
    .vyalev-header {
        grid-template-columns: 55% 22%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1100px) {
    .custom-font {
        font-size: 28px;
    }
}

@media (max-width: 1200px) {
    .custom-width .bootstrap-select {
        width: 100% !important;
        max-width: none;
    }

    .custom-width button.btn.dropdown-toggle.btn-default {
        max-width: none;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
    .speaker-details-padding {
        padding-left: 10px !important;
    }
}

@media screen and (max-width: 1150px) {
    #confirmation .confirm-title {
        display: block;
        float: none;
    }

    #edit-info .edit-links {
        float: none;
        text-align: right;
        right: auto;
        position: relative;
    }

    #confirmation .confirm-links {
        float: none;
        text-align: left;
    }

    #confirmation .print-details {
        display: block;
        margin: 0 0 10px;
        text-align: right;
    }

    #confirmation .event-calendar-options {
        position: relative;
    }

    #confirmation .event-calendar-options li button, #confirmation .event-calendar-options li a {
        padding-left: 20px;
        padding-right: 20px;
    }

    #confirmation .event-calendar-options li button {
        text-align: left;
    }
}

@media only screen and (min-width: 1440px) {
    #program-id {
        margin: 72px 5px 0 0;
    }
}

@media only screen and (max-width: 1024px) {
    .horizantal-form .row > div {
        flex: 0 0 100%;
    }

    .vyalev-logo.logo {
        width: 280px;
    }

    .vyalev-header {
        grid-template-columns: 58% 31%;
    }

    #program-id {
        margin: 65px 5px 0 0;
    }
}

@media screen and (max-width: 991px) {
    #program-search {
        max-width: 100%;
        min-height: calc(100vh - 50px);
    }

    .home-page-footer {
        max-width: 100%;
    }

    #edit-info #is_prescriber_enabled {
        display: block;
    }

    #search-form input[type="text"] {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }

    #search-form button {
        width: 100%;
    }

    #footer .footer-copyright .pull-left, #footer .footer-copyright .pull-right {
        float: none !important;
        text-align: center;
    }

    #footer .footer-copyright {
        margin: 50px 0;
    }

    .vyalev-distance-list {
        gap: 0px !important;
    }

    .input-form-control {
        padding: 9px 8px 9px !important;
    }

    .prescribe-info {
        font-size: 12px
    }
}

@media screen and (max-width: 500px) {
    .event-info-mobile-details #event-details-mobile .nav li {
        margin-right: 5px;
    }

    #event-details-mobile .fas {
        font-size: 21px;
        line-height: 3;
    }

    #modal-error .modal-dialog {
        margin: 30px;
    }

    #modal-error .modal-content {
        padding: 30px 15px;
    }

    #modal-error .modal-copy {
        text-align: center;
    }

    #modal-error .modal-footer {
        padding-top: 15px;
    }

    #title-section, #title-section div {
        display: block !important;
        float: none !important;
    }

    .footer-links {
        text-align: center;
    }

    .box-container .box-content .event-details {
        margin-top: 5px;
        font-size: 11px;
    }
    
    .box-container .box-content .event-content {
        font-size: 12px;
    }

    .card-register-btn {
        font-size: 12px;
    }

    .register-row {
        padding-bottom: 10px;
    }

    .prescribe-info {
        font-size: 10px
    }

    .sort-label {
        font-size: 12px;
    }

    #sort-cards {
        font-size: 12px;
        width: 30%
    }
}

@media screen and (max-width: 450px) {
    a#ot-sdk-btn {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 470px) {
    .vyalev-logo {
        width: 186px;
    }

    .vyalev-logo.logo {
        width: 170px;
    }

    #edit-info .creds .input {
        display: block;
        margin-bottom: 10px;
    }

    .vyalev-miles-box {
        margin-top: 10px;
    }
}

@media screen and (min-width: 425px) and (max-width: 768px) {
    .vyalev-header {
        grid-template-columns: 40% 41%;
        margin-top: 15px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 375px) and (max-width: 425px) {
    .vyalev-header {
        grid-template-columns: 42% 47%;
        margin-top: 15px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 360px) {
    .event-info-mobile-details #event-details-mobile .nav li {
        margin-right: 2px;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .vyalev-logo {
        width: 240px;
    }

    .text-content {
        font-size: 20px;
    }

    .vyalev-header {
        grid-template-columns: 46% 23%;
    }

    .vyalev-title-box {
        padding: 10px;
        font-size: 14px;
    }

    #zip-code {
        height: 41px;
        font-size: 14px;
    }

    .vyalev-search-btn {
        height: 41px;
    }

    #search-text {
        font-size: 16px;
    }

    .box-body {
        grid-template-columns: 39% 57%;
        grid-gap: 25px;
    }

    .radio-button {
        height: 17px;
        width: 17px;
    }

    .radio-button-group {
        margin: 5px 7px;
    }

    .vyalev-zip-search {
        grid-template-columns: 46% 40%;
    }

    #toggle-search-box .glyphicon {
        font-size: 22px;
    }
}

@media only screen and (min-width: 690px) and (max-width: 768px) {
    .vyalev-logo {
        width: 260px;
    }

    .text-content {
        font-size: 16px;
    }

    .home-page-body .container {
        width: 680px !important;
    }

    .vyalev-header {
        grid-template-columns: 49% 32%;
    }

    .vyalev-title-box {
        padding: 10px;
        font-size: 14px;
    }

    #zip-code {
        height: 38px;
        font-size: 14px;
    }

    .vyalev-search-btn {
        height: 38px;
        width: 95px;
    }

    #search-text {
        font-size: 16px;
    }

    .box-body {
        grid-template-columns: 35% 60%;
        grid-gap: 0px;
    }

    .radio-button {
        height: 17px;
        width: 17px;
        margin: 0px !important;
    }

    .radio-button-group {
        font-size: 14px;
    }

    .vyalev-zip-search {
        grid-template-columns: 46% 40%;
    }

    #toggle-search-box .glyphicon {
        font-size: 20px;
    }

    .vyalev-distance-list {
        justify-content: end;
    }

    .switch {
        width: 41px;
        height: 18px;
        margin-left: 10px;
    }

    .virtual-toggle label {
        margin-bottom: 0px !important;
    }

    .slider:before {
        height: 13px;
        width: 13px;
        left: 1px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 768px) {
    .box-container .box-content .event-details {
        margin-top: 5px;
        font-size: 12px;
    }
    
    .box-container .box-content .event-content {
        font-size: 14px;
    }

    #mobile-content {
        padding: 0px 5px;
    }

    .card-register-btn {
        font-size: 12px;
    }

    .register-row {
        padding-bottom: 10px;
    }
    
    #card-content .col-sm-6 {
        width: 50% !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 690px) {
    .vyalev-logo {
        width: 210px;
    }

    .text-content {
        font-size: 17px;
    }

    .home-page-body .container {
        width: 680px !important;
    }

    .vyalev-header {
        grid-template-columns: 53% 32%;
    }

    .vyalev-title-box {
        padding: 10px;
        font-size: 14px;
    }

    #zip-code {
        height: 38px;
        font-size: 14px;
        width: 150px;
    }

    .vyalev-search-btn {
        height: 38px;
        width: 90px;
    }

    #search-text {
        font-size: 16px;
    }

    .box-body {
        display: block;
        margin-top: 10px;
    }

    .radio-button {
        height: 17px;
        width: 17px;
    }

    .vyalev-zip-search {
        margin-bottom: 10px;
        grid-template-columns:  20% 48%;
    }

    #toggle-search-box .glyphicon {
        font-size: 20px;
    }

    .vyalev-distance-list {
        justify-content: center;
    }

    .virtual-toggle {
        font-size: 11px;
    }

    .virtual-toggle label {
        margin-bottom: 0px !important;
    }

    .switch {
        width: 30px;
        height: 14px;
      }
    
    .slider:before {
        height: 10px;
        width: 10px;
        left: 2px;
        bottom: 2px;
    }
    
    input:checked + .slider:before {
        transform: translateX(16px);
    }
}

@media only screen and (min-width: 481px) and (max-width: 580px) {
    .vyalev-logo {
        width: 175px;
    }

    .text-content {
        font-size: 14px;
    }

    .vyalev-header {
        grid-template-columns: 51% 28%;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .vyalev-title-box {
        font-size: 13px;
    }

    #toggle-search-box .glyphicon {
        font-size: 16px;
    }

}

@media only screen and (min-width: 375px) and (max-width: 481px) {
    .vyalev-logo {
        width: 180px;
    }

    .border-bottom {
        padding-bottom: 10px;
    }

    .vyalev-logo.logo {
        width: 200px;
    }

    #program-id {
        font-size: 10px;
        margin: 45px 0 0 0;
    }

    .text-content {
        font-size: 12px;
    }

    .home-page-body {
        padding: 0px !important;
    }

    #toggle-search-box .glyphicon {
        font-size: 16px;
    }

    .vyalev-title-box {
        padding: 6px;
        font-size: 12px;
    }

    #zip-code {
        height: 30px;
        font-size: 13px;
        width: 110px;
    }

    .vyalev-search-btn {
        height: 30px;
        width: 75px;
        padding: 5px 12px !important;
    }

    #search-text {
        font-size: 14px;
    }

    .box-body {
        display: block;
    }

    .radio-button {
        height: 17px;
        width: 17px;
    }

    .vyalev-zip-search {
        margin-bottom: 7px;
        grid-template-columns:  25% 48%;
    }

    #toggle-search-box .glyphicon {
        font-size: 14px;
    }

    .vyalev-distance-list {
        justify-content: center;
    }

    .virtual-toggle {
        font-size: 11px;
    }

    .virtual-toggle label {
        margin-bottom: 0px !important;
    }

    .switch {
        width: 30px;
        height: 14px;
      }
    
    .slider:before {
        height: 10px;
        width: 10px;
        left: 2px;
        bottom: 2px;
    }
    
    input:checked + .slider:before {
        transform: translateX(16px);
    }

    .radio-button-group {
        margin: 0px 5px;
        font-size: 13px;
    }

    .radio-button {
        height: 14px;
        width: 14px;
        margin: 0px;
    }

    .box-container {
        margin: 15px;
    }

    #error-text {
        font-size: 12px;
    }

    .loader-img {
        width: 16px !important;
        height: 16px !important;
    }

    .box-header-container {
        font-size: 12px !important;
    }

    #mobileEventInfo h1 {
        font-size: 22px;
    }

    .panel-title > a {
        font-size: 22px;
    }
}

@media only screen and (max-width: 375px) {
    .vyalev-logo {
        width: 137px;
    }

    .border-bottom {
        padding-bottom: 10px;
    }

    #program-id {
        margin: 40px 0 0;
        font-size: 10px;
    }

    .text-content {
        font-size: 8px;
    }

    .vyalev-header {
        grid-template-columns: 46% 41%;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .home-page-body {
        padding: 0px !important;
    }

    #toggle-search-box .glyphicon {
        font-size: 10px;
    }

    .vyalev-title-box {
        padding: 6px;
        font-size: 10px;
    }

    .input-form-control {
        padding: 5px !important;
    }

    #zip-code {
        height: 22px;
        font-size: 8px;
        width: 85px;
        border-radius: 3px;
    }

    .vyalev-search-btn {
        height: 22px;
        width: 60px;
        padding: 0px 6px !important;
        border-radius: 3px;
    }

    #search-text {
        font-size: 11px;
    }

    .box-body {
        display: block;
    }

    .vyalev-zip-search {
        margin-bottom: 7px;
        grid-template-columns:  20% 48%;
    }

    #toggle-search-box .glyphicon {
        font-size: 10px;
    }

    .vyalev-distance-list {
        justify-content: center;
    }

    .virtual-toggle {
        font-size: 9px;
    }

    .virtual-toggle label {
        margin-bottom: 0px !important;
    }

    .switch {
        width: 24px;
        height: 13px;
    }

    .slider:before {
        height: 9px;
        width: 9px;
        left: 1px;
        bottom: 2px;
    }

    input:checked + .slider:before {
        transform: translateX(13px);
    }

    .radio-button-group {
        margin: 0px 5px;
        font-size: 11px;
    }

    .radio-button {
        height: 14px;
        width: 14px;
    }

    .vyalev-main-box {
        margin: 10px 0;
    }

    .loader-img {
        width: 12px !important;
        height: 12px !important;
    }

    .box-container {
        margin: 15px;
    }

    #error-text {
        font-size: 10px;
    }

    .prescribe-info {
        font-size: 8px
    }

    .header-logo {
        margin-top: 10px;
    }

    .sort-label {
        font-size: 10px;
    }

    .box-header-container {
        font-size: 12px;
    }

    #mobileEventInfo h1 {
        font-size: 20px;
    }

    .panel-title > a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 320px) {
    .box-header-container {
        font-size: 10px;
    }

    a#ot-sdk-btn {
        font-size: 10px !important;
    }
}
