/* Google address autocomplete */
.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;
}

body {
    padding: 0;
}

body:before {
    display: none;
}

.header-section {
    text-align: center;
    padding: 20px;
    background-color: #94e3ff;
}

.header-section h3 {
    color: #000;
    margin-bottom: 0;
}

.abbvie-logo {
    width: 180px;
    margin: auto;
}

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"] {
    border: none;
    border-bottom: 1px solid #9d9e9f;
    font-size: 16px;
    outline: 0;
    border-radius: 0;
}

.check-icon {
    width: 25px;
    height: 25px;
}

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

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

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

.register_block {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.register_block .register_form {
    min-height: 300px;
    margin-bottom: 15px;
}

.register_block form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.register_block form > div {
    width: 50%;
    padding: 5px 15px;
    box-sizing: border-box;
}

.register_block .form_group input {
    display: none;
}

.register_block .form_group label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-bottom: 15px;
}

.register_block .form_group:last-child label {
    margin-bottom: 0;
}

.register_block .form_group label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #aeabab;
    border-radius: 100%;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.register_block .form_group label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #222;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.register_block .form_group input[type="radio"]:checked + label:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.register_block .form_group input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.register_left_block {
    max-height: 320px;
}

/*Custom Scroll Use below class*/
.custom_scrollbar {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #1492e6 #f2f2f2;
}

.custom_scrollbar::-webkit-scrollbar {
    width: 6px;
}

.custom_scrollbar::-webkit-scrollbar-track {
    background: #f2f2f2;
}

.custom_scrollbar::-webkit-scrollbar-thumb {
    background: #1492e6;
}

.custom_scrollbar::-webkit-scrollbar-thumb:hover {
    background: #1492e6;
}

.register_btn {
    text-align: center;
}

.register_btn button {
    background: #1492e6;
    border: 0;
    color: #fff;
    padding: 15px 50px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
}

#footer .footer-content {
    text-align: center;
    padding-bottom: 10px;
}

#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: #970d0d !important;
    border-bottom: 1px solid #970d0d !important;
}

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

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

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

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

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

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

#program-id span {
    color: #38a9e5;
}

.attendee-page .signature {
    margin-top: 15px;
}

.attendee-page .phone_number input {
    width: 150px !important;
}

.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 {
    outline: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    font-size: 16px;
    border-radius: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 1.7;
}

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

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

.form {
    margin-bottom: 10px;
}

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


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

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

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


.border-field {
    border: 1px solid #4a4b4c;
    padding: 5px;
}

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

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

/*Edit Page Styles*/

#edit-info .input {
    display: inline-block;
    margin-right: 25px;
    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 h3 {
    margin-top: 0;
}

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

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

.results-table {
    margin-top: 15px;
    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: #38a9e5 !important;
}

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

.select {
    width: 13.5%;
}

table#results th {
    color: #0d5797;
}

#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 .bootstrap-select .btn {
    width: auto;
    margin-top: 0;
}

#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: #1492e6;
    border: none;
}

.btn.btn-success:hover, .btn.btn-success:focus {
    background: #286090;
    border-color: #204d74;
}

#edit-info .form-fields {
    /*float: left;*/
}

#edit-info label {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: normal;
}

#edit-info input[type="text"], #edit-info input[type="email"], #edit-info input[type="tel"], #edit-info select {
    position: relative;
    width: auto;
    margin-bottom: 10px;
    color: #4a4b4c;
}

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

#edit-info label {
    color: #0d5797;
}

#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: #0f5999 !important;
    border-bottom: 1px solid #0f5999;
}

#edit-info .bootstrap-select .caret {
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 0 !important;
    right: 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 !important;
}

#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;
    padding: 0;
    background-color: transparent !important;
    font-size: 16px;
    line-height: 1 !important;
    margin-top: -1px;
}

#edit-info .bootstrap-select .btn.bs-placeholder {
    color: #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 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto;
}

#edit-info .custom-select-input input.input-block-level.form-control {
    width: 100% !important;
}

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

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

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

#confirmation .more-info {
    font-size: 11px;
    color: #4a4b4c;
    margin-top: 10px;
    display: none;
}

#confirmation .confirm-links {
    text-align: center;
    position: absolute;
    right: 0;
}

#confirmation .print-details {
    font-size: 14px;
    color: #0d5797;
}

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

#confirmation .event-calendar-options {
    border: 1px solid #38a9e5;
    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: #38a9e5;
    padding: 10px 5px;
    display: block;
}

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

/* 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,
.btn:disabled {
    background: #9d9e9f !important;
    cursor: not-allowed;
    border-color: #9d9e9f !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: #000;
    padding: 10px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
}

#cookie_consent_section .acceptcookies {
    background: #fff;
    color: #000;
}

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

#cookie_consent_section p a {
    color: #ffffff;
    text-decoration: underline;
    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-5 {
    margin-top: 5px;
}

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

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

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

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

    .horizantal-form .row #search-button {
        margin-top: 10px;
    }
}

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

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

@-webkit-keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #9d9e9f, 1.8em -1.8em 0 0em rgba(157, 158, 159, 0.2), 2.5em 0em 0 0em rgba(157, 158, 159, 0.2), 1.75em 1.75em 0 0em rgba(157, 158, 159, 0.2), 0em 2.5em 0 0em rgba(157, 158, 159, 0.2), -1.8em 1.8em 0 0em rgba(157, 158, 159, 0.2), -2.6em 0em 0 0em rgba(157, 158, 159, 0.5), -1.8em -1.8em 0 0em rgba(157, 158, 159, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(157, 158, 159, 0.7), 1.8em -1.8em 0 0em #9d9e9f, 2.5em 0em 0 0em rgba(157, 158, 159, 0.2), 1.75em 1.75em 0 0em rgba(157, 158, 159, 0.2), 0em 2.5em 0 0em rgba(157, 158, 159, 0.2), -1.8em 1.8em 0 0em rgba(157, 158, 159, 0.2), -2.6em 0em 0 0em rgba(157, 158, 159, 0.2), -1.8em -1.8em 0 0em rgba(157, 158, 159, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(157, 158, 159, 0.5), 1.8em -1.8em 0 0em rgba(157, 158, 159, 0.7), 2.5em 0em 0 0em #9d9e9f, 1.75em 1.75em 0 0em rgba(157, 158, 159, 0.2), 0em 2.5em 0 0em rgba(157, 158, 159, 0.2), -1.8em 1.8em 0 0em rgba(157, 158, 159, 0.2), -2.6em 0em 0 0em rgba(157, 158, 159, 0.2), -1.8em -1.8em 0 0em rgba(157, 158, 159, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(157, 158, 159, 0.2), 1.8em -1.8em 0 0em rgba(157, 158, 159, 0.5), 2.5em 0em 0 0em rgba(157, 158, 159, 0.7), 1.75em 1.75em 0 0em #9d9e9f, 0em 2.5em 0 0em rgba(157, 158, 159, 0.2), -1.8em 1.8em 0 0em rgba(157, 158, 159, 0.2), -2.6em 0em 0 0em rgba(157, 158, 159, 0.2), -1.8em -1.8em 0 0em rgba(157, 158, 159, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(157, 158, 159, 0.2), 1.8em -1.8em 0 0em rgba(157, 158, 159, 0.2), 2.5em 0em 0 0em rgba(157, 158, 159, 0.5), 1.75em 1.75em 0 0em rgba(157, 158, 159, 0.7), 0em 2.5em 0 0em #9d9e9f, -1.8em 1.8em 0 0em rgba(157, 158, 159, 0.2), -2.6em 0em 0 0em rgba(157, 158, 159, 0.2), -1.8em -1.8em 0 0em rgba(157, 158, 159, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(157, 158, 159, 0.2), 1.8em -1.8em 0 0em rgba(157, 158, 159, 0.2), 2.5em 0em 0 0em rgba(157, 158, 159, 0.2), 1.75em 1.75em 0 0em rgba(157, 158, 159, 0.5), 0em 2.5em 0 0em rgba(157, 158, 159, 0.7), -1.8em 1.8em 0 0em #9d9e9f, -2.6em 0em 0 0em rgba(157, 158, 159, 0.2), -1.8em -1.8em 0 0em rgba(157, 158, 159, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(157, 158, 159, 0.2), 1.8em -1.8em 0 0em rgba(157, 158, 159, 0.2), 2.5em 0em 0 0em rgba(157, 158, 159, 0.2), 1.75em 1.75em 0 0em rgba(157, 158, 159, 0.2), 0em 2.5em 0 0em rgba(157, 158, 159, 0.5), -1.8em 1.8em 0 0em rgba(157, 158, 159, 0.7), -2.6em 0em 0 0em #9d9e9f, -1.8em -1.8em 0 0em rgba(157, 158, 159, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(157, 158, 159, 0.2), 1.8em -1.8em 0 0em rgba(157, 158, 159, 0.2), 2.5em 0em 0 0em rgba(157, 158, 159, 0.2), 1.75em 1.75em 0 0em rgba(157, 158, 159, 0.2), 0em 2.5em 0 0em rgba(157, 158, 159, 0.2), -1.8em 1.8em 0 0em rgba(157, 158, 159, 0.5), -2.6em 0em 0 0em rgba(157, 158, 159, 0.7), -1.8em -1.8em 0 0em #9d9e9f;
    }
}

@keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #9d9e9f, 1.8em -1.8em 0 0em rgba(157, 158, 159, 0.2), 2.5em 0em 0 0em rgba(157, 158, 159, 0.2), 1.75em 1.75em 0 0em rgba(157, 158, 159, 0.2), 0em 2.5em 0 0em rgba(157, 158, 159, 0.2), -1.8em 1.8em 0 0em rgba(157, 158, 159, 0.2), -2.6em 0em 0 0em rgba(157, 158, 159, 0.5), -1.8em -1.8em 0 0em rgba(157, 158, 159, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(157, 158, 159, 0.7), 1.8em -1.8em 0 0em #9d9e9f, 2.5em 0em 0 0em rgba(157, 158, 159, 0.2), 1.75em 1.75em 0 0em rgba(157, 158, 159, 0.2), 0em 2.5em 0 0em rgba(157, 158, 159, 0.2), -1.8em 1.8em 0 0em rgba(157, 158, 159, 0.2), -2.6em 0em 0 0em rgba(157, 158, 159, 0.2), -1.8em -1.8em 0 0em rgba(157, 158, 159, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(157, 158, 159, 0.5), 1.8em -1.8em 0 0em rgba(157, 158, 159, 0.7), 2.5em 0em 0 0em #9d9e9f, 1.75em 1.75em 0 0em rgba(157, 158, 159, 0.2), 0em 2.5em 0 0em rgba(157, 158, 159, 0.2), -1.8em 1.8em 0 0em rgba(157, 158, 159, 0.2), -2.6em 0em 0 0em rgba(157, 158, 159, 0.2), -1.8em -1.8em 0 0em rgba(157, 158, 159, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(157, 158, 159, 0.2), 1.8em -1.8em 0 0em rgba(157, 158, 159, 0.5), 2.5em 0em 0 0em rgba(157, 158, 159, 0.7), 1.75em 1.75em 0 0em #9d9e9f, 0em 2.5em 0 0em rgba(157, 158, 159, 0.2), -1.8em 1.8em 0 0em rgba(157, 158, 159, 0.2), -2.6em 0em 0 0em rgba(157, 158, 159, 0.2), -1.8em -1.8em 0 0em rgba(157, 158, 159, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(157, 158, 159, 0.2), 1.8em -1.8em 0 0em rgba(157, 158, 159, 0.2), 2.5em 0em 0 0em rgba(157, 158, 159, 0.5), 1.75em 1.75em 0 0em rgba(157, 158, 159, 0.7), 0em 2.5em 0 0em #9d9e9f, -1.8em 1.8em 0 0em rgba(157, 158, 159, 0.2), -2.6em 0em 0 0em rgba(157, 158, 159, 0.2), -1.8em -1.8em 0 0em rgba(157, 158, 159, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(157, 158, 159, 0.2), 1.8em -1.8em 0 0em rgba(157, 158, 159, 0.2), 2.5em 0em 0 0em rgba(157, 158, 159, 0.2), 1.75em 1.75em 0 0em rgba(157, 158, 159, 0.5), 0em 2.5em 0 0em rgba(157, 158, 159, 0.7), -1.8em 1.8em 0 0em #9d9e9f, -2.6em 0em 0 0em rgba(157, 158, 159, 0.2), -1.8em -1.8em 0 0em rgba(157, 158, 159, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(157, 158, 159, 0.2), 1.8em -1.8em 0 0em rgba(157, 158, 159, 0.2), 2.5em 0em 0 0em rgba(157, 158, 159, 0.2), 1.75em 1.75em 0 0em rgba(157, 158, 159, 0.2), 0em 2.5em 0 0em rgba(157, 158, 159, 0.5), -1.8em 1.8em 0 0em rgba(157, 158, 159, 0.7), -2.6em 0em 0 0em #9d9e9f, -1.8em -1.8em 0 0em rgba(157, 158, 159, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(157, 158, 159, 0.2), 1.8em -1.8em 0 0em rgba(157, 158, 159, 0.2), 2.5em 0em 0 0em rgba(157, 158, 159, 0.2), 1.75em 1.75em 0 0em rgba(157, 158, 159, 0.2), 0em 2.5em 0 0em rgba(157, 158, 159, 0.2), -1.8em 1.8em 0 0em rgba(157, 158, 159, 0.5), -2.6em 0em 0 0em rgba(157, 158, 159, 0.7), -1.8em -1.8em 0 0em #9d9e9f;
    }
}

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

    #signature canvas {
        width: 300px !important;
    }
}

@media (max-width: 1200px) {
    .custom-width .bootstrap-select {
        width: 100% !important;
        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 {
        text-align: left;
        position: static;
    }

    #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: 639px) {
    #signature canvas {
        width: 300px !important;
    }
}

@media screen and (max-width: 450px) {
    #program-id {
        margin: 5px 0 10px;
    }

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

@media screen and (max-width: 500px) {
    .register_block form > div {
        width: 100%;
        margin-bottom: 15px;
    }

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