/* Google address autocomplete */
body:before {
    background: #50B948;
}

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

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

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

.salix-logo {
    text-align: center;
}

.salix-logo img {
    width: 300px;
}

header .logo {
    width: 100px !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: 10px 0;
    vertical-align: top;
}

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

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;
}

#search-form input[type="text"]::placeholder {
  color: #006892;
}

.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;
}

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

#program-search .program-content {
    padding-top: 25px;
    flex-grow: 1;
}

#program-search .salix-logo {
    width: 286px !important;
    margin: auto !important;
}

.spotlight span {
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
}

#search-form {
    margin: 60px 0 150px;
}

#search-form h1 {
    margin: 0 0 5px 0;
    word-spacing: -3px;
    color: #000;
    text-align: center;
    font-size: 25px;
}

#search-form p {
    text-align: center;
    color: #000;
    padding-bottom: 80px;
}

#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: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}

.button {
    background: #006892;
    color: #fff !important;
}

.button:hover, .button:focus {
    background: gainsboro;
}

#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;
}

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

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

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

.error input {
    border-bottom : 1px solid #ca3600;
}

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

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

.footer-content {
    font-size: 11px;
}

.footer-content .copyright-info {
    color: #9d9e9f;
}

.footer-copyright {
    font-size: 12px;
    color: #00779b;
}

.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: 40px 0 0;
    color: gray;
}

#program-id span {
    color: #006892;
    font-weight: bold;
}

.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;
}

.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;
}

.form {
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.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 {
    border-bottom: 1px solid #9d9e9f;
}

.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);
}

.sidebar {
    background: #006892  ;
    background-size: 100%;
    color: white;
    padding-top: 20px;
    height: 100%;
}

.sidebar a {
    color: white;
}

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

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

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

.sidebar-content .presented_by_title {
    color: white;
}

#event-heading {
    font-size: 20px;
    font-weight: 900;
}


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

#edit-info button#submit-button:active {
    background-color: #006892;
}

#edit-info button#submit-button:hover {
    background-color: #006892;
}

#edit-info button#submit-button:focus {
    background-color: #006892;
}

#edit-info #is_prescriber_enabled .bootstrap-select {
    width: 100% !important;
}

#edit-info .error input::placeholder {
    color: #ca3600 !important;
}

#edit-info .bootstrap-select .btn {
    font-size: 16px;
}

.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;
    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;
}

.back-link a {
    color: #006892;
}

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

.event-info a {
    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 .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

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

.event-date h3 {
    border-bottom: 2px solid white;
}

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


.event-location h3 {
    border-bottom: 2px solid white;

}

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


.d-none {
    display: none;
}

.event-hosts h3 {
    border-bottom: 2px solid white;
}

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


.event-coordinator h3 {
    border-bottom: 2px solid white;
}

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

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

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

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

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

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

.attendee-page .custom-select-input button {
    height: 30px !important;
    padding: 4px 12px !important;
}

.search-page .custom-select-input .btn {
    border: none;
}

.search-page input {
    font-size: 14px;
    color: #000;
}

.search-page .target-search-form {
    padding-left: 10px;
    padding-right: 10px;
}

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

.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 {
    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: 24px;
    color: white;
}

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

.event-info-mobile-details #event-details-mobile a {
    color: white;
}

.event-info-mobile-details #event-details-mobile a:hover {
    color: #DBDFEC;
}

.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: white;
    font-size: 18px;
}

.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 {
    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: #02CC66;
    /* color: ; */
}

.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: #006892;
}

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

.font-small {
    font-size: small;
}

.font-small p a {
    color: #000;
    font-weight: bold;
}

.footer-content .small-copy, .footer-content .small-copy-margin {
    font-size: small;
}

.footer-content .small-copy, .footer-content .small-copy-margin {
    margin-bottom: 10px;
    text-align: center;
}

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

.attendee-page #submit-button.disabled {
    background: #ADB6C5 !important;
    color: #16202B !important;
}

/*Edit Page Styles*/

#edit-info .back-link a i {
    margin-right: 3px;
}

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

.edit-links p a {
    color: #510c76;
}

#edit-info #is_prescriber_enabled {
    display: flex;
    align-items: flex-end;
}

#edit-info .search_npi {
    float: right;
    color: #006892;
}

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

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


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

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

#search-results .not-you {
    margin: 0;
    margin-top: 20px;
    float: right;
}

.not-you {
    display: grid;
    text-align: end;
}

.not-you a {
    color: #006892;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}

.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: grey !important;
}

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

.select {
    width: 13.5%;
}

table#results th {
    color: #000;
    padding: 0 5px;
}

table#results td {
    padding: 5px 0px;
    color: #000;
    font-weight: normal;
    font-size: 16px;
}

#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;
}

.btn.btn-success {
    background: #006892;
    border-color: #006892;
    color: #fff;
}

.btn.btn-success:hover, .btn.btn-success:active {
    background: #a7a7a7;
    color: #fff;
}

.button:hover, .button:focus {
    background: #a7a7a7;
}

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

.other-container {
    display: none;
}

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

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

#confirmation h2.success {
    color: #02CC66;
}

#confirmation h3 {
    font-size: 18px;
    color: #000;
    margin: 10px 0;
}

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

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

#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: #006892;
    font-weight: unset;
    padding-left: 0;
}

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


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

#confirmation .print-details {
    font-size: 14px;
    color: #16202B;
}

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

#confirmation .event-calendar-options {
    border: 1px solid white;
    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 #006892;
}

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

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

.teleconference-info {
    display: none;
}

.tc-details .label {
    color: #0d5797;
    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;
}

.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: #ffffff;
    padding: 10px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    border-top: 2px solid #e9e2e8;
}

#cookie_consent_section p {
    margin: 0;
}

#cookie_consent_section p a {
    color: #006892;
}

#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;
}

input.error {
    border-bottom: 1px solid #ca3600 !important;
}

input.error::placeholder {
    color :  #ca3600 !important;
}


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

#cookie_consent_section .acceptcookies {
    background: #02CC66;
    border-color: #fff;
    color: #ffffff;
}

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

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

.fs-14 {
    font-size: 14px;
}

.bold-text {
    font-weight: bold;
}

.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%;
    background: #006892;
    color: #fff;
}

#footer .footer-content .small-copy .copyright-links a {
    color: #006892;
}

.header-section{
    border-bottom: 2px solid #c0c0c0;
}

#mobileEventInfo {
    background: #006892 ;
    background-size: 100%;
    color: #fff;
    height: 100%;
    margin-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
}


.modal-footer button {
    background: #006892;
}
.modal-footer button:hover {
    background: #006892;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0 !important;
}

.error .select2-selection.select2-selection--multiple {
    border: 1px solid #ca3600;
}

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

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

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



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

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

@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .search-content {
        width: 83.33333333%;
        margin-left: 8.33333333%;
    }
}

@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;
    }
}

#view_map_link a {
    color:white ;
}

.event-coordinator a {
    color: white;
}

@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 screen and (max-width: 991px) {
    #edit-info {
        margin-top: 20px;
    }
}

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

    .salix-logo img {
        width: 220px;
    }

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

    #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;
    }
}

@media screen and (max-width: 450px) {
    .salix-logo {
        width: 150px !important;
    }

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

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

@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;
    }
}

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