/* _content/orbitz/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-lforec59v9] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-lforec59v9] {
    color: #2cb2e8;
}

.btn-primary[b-lforec59v9] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-lforec59v9], .nav-pills .show > .nav-link[b-lforec59v9] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-lforec59v9] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-lforec59v9] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-lforec59v9] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-lforec59v9] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-lforec59v9] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.orbitz-header .nav-link.active[b-lforec59v9] {
    background: #fff !important;
    color: #00a4e4 !important;
    border-radius: 0.4rem 0.4rem 0 0;
    font-weight: bold;
}

.orbitz-header .nav-link[b-lforec59v9] {
    color: #fff !important;
    font-size: 1.08rem;
    transition: color 0.2s;
}

    .orbitz-header .nav-link:hover[b-lforec59v9] {
        color: #00a4e4 !important;
    }

.footer-logos-row .footer-logo-img[b-lforec59v9] {
    height: 48px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.call-icon[b-lforec59v9] {
    font-size: 1.8em;
    color: #2cb2e8;
    vertical-align: middle;
}
@media (min-width: 768px) {
    .mobile-call-link[b-lforec59v9] {
        display: none !important;
    }
}

>
.orbitz-header .nav-link.active[b-lforec59v9] {
    background: #fff !important;
    color: #00a4e4 !important;
    border-radius: 0.4rem 0.4rem 0 0;
    font-weight: bold;
}

.orbitz-header .nav-link[b-lforec59v9] {
    color: #fff !important;
    font-size: 1.08rem;
    transition: color 0.2s;
}

    .orbitz-header .nav-link:hover[b-lforec59v9] {
        color: #00a4e4 !important;
    }

.footer-logos-row .footer-logo-img[b-lforec59v9] {
    height: 48px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.call-icon[b-lforec59v9] {
    font-size: 1.8em;
    color: #2cb2e8;
    vertical-align: middle;
}

.mobile-call-link[b-lforec59v9] {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.mobile-call-icon[b-lforec59v9] {
    /*  background: #26a69a; */
    color: #3bc9f3;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.mobile-call-number[b-lforec59v9] {
    color: #3bc9f3;
    font-weight: bold;
    font-size: 21px;
    margin-left: 14px;
}

.horizontal-shake[b-lforec59v9] {
    animation: horizontal-shaking-b-lforec59v9 .6s infinite;
}

@keyframes horizontal-shaking-b-lforec59v9 {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

