





.destination-guide-page {
    padding: 75px 0 80px;
    background-color: #f5f7f9;
}

.destination-guide-main {
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 35px rgba(20, 35, 55, 0.08);
}

.destination-guide-image {
    width: 100%;
    height: 430px;
    margin: 0;
    overflow: hidden;
}

.destination-guide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.destination-guide-content {
    padding: 38px;
}

.destination-guide-label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 15px;
    color: #ffffff;
    background-color: #1478ad;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.destination-guide-content h1 {
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 1.25;
}

.destination-guide-meta {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e8eb;
}

.destination-guide-meta span {
    margin-right: 22px;
    margin-bottom: 5px;
    color: #6a7178;
    font-size: 14px;
}

.destination-guide-meta i {
    margin-right: 6px;
    color: #1478ad;
}

.destination-guide-excerpt {
    margin-bottom: 30px;
    color: #555d65;
    font-size: 18px;
    line-height: 1.8;
}

.destination-guide-body {
    color: #4f565d;
    font-size: 16px;
    line-height: 1.85;
}

.destination-guide-body h2 {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 29px;
}

.destination-guide-body h3 {
    margin-top: 28px;
    margin-bottom: 13px;
    font-size: 23px;
}

.destination-guide-body h4 {
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 19px;
}

.destination-guide-body p {
    margin-bottom: 19px;
}

.destination-guide-body ul,
.destination-guide-body ol {
    padding-left: 23px;
    margin-bottom: 22px;
}

.destination-guide-body li {
    margin-bottom: 8px;
}

.destination-guide-body blockquote {
    padding: 20px 24px;
    margin: 25px 0;
    background-color: #f2f7fa;
    border-left: 4px solid #1478ad;
}

.destination-guide-body a {
    color: #1478ad;
    text-decoration: underline;
}

.destination-guide-sidebar {
    position: sticky;
    top: 115px;
}

.destination-guide-widget {
    padding: 27px;
    margin-bottom: 28px;
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0 8px 28px rgba(20, 35, 55, 0.08);
}

.destination-guide-widget h3 {
    padding-bottom: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e7eb;
    font-size: 21px;
}

.destination-guide-facts {
    padding: 0;
    margin: 0;
    list-style: none;
}

.destination-guide-facts li {
    display: flex;
    padding: 13px 0;
    border-bottom: 1px solid #eceef0;
}

.destination-guide-facts li:last-child {
    border-bottom: 0;
}

.destination-guide-facts i {
    flex: 0 0 28px;
    width: 28px;
    margin-top: 4px;
    color: #1478ad;
}

.destination-guide-facts strong {
    display: block;
    margin-bottom: 2px;
    color: #343a40;
}

.destination-guide-facts span {
    color: #687078;
    line-height: 1.6;
}

.destination-guide-accessibility {
    background-color: #eef7fb;
    border-left: 4px solid #1478ad;
}

.destination-guide-accessibility h3 {
    color: #24465b;
}

.destination-guide-accessibility h3 i {
    margin-right: 8px;
    color: #1478ad;
}

.destination-guide-accessibility p {
    margin-bottom: 0;
    color: #526670;
    line-height: 1.75;
}

.destination-guide-quote {
    color: #ffffff;
    background-color: #113b5c;
}

.destination-guide-quote h3 {
    color: #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.destination-guide-quote p {
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.7;
}

.destination-guide-quote .button-primary {
    display: block;
    margin-top: 20px;
    text-align: center;
}

.related-guide-section {
    padding: 75px 0;
    background-color: #ffffff;
}

.related-guide-heading {
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}

.related-guide-heading h2 {
    margin-bottom: 12px;
}

.related-guide-heading p {
    margin-bottom: 0;
    color: #697078;
}

.related-guide-row>div {
    display: flex;
}

.related-guide-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #f6f8fa;
    border: 1px solid #e4e7ea;
    border-radius: 7px;
}

.related-guide-image {
    height: 210px;
    margin: 0;
    overflow: hidden;
}

.related-guide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.related-guide-card:hover .related-guide-image img {
    transform: scale(1.05);
}

.related-guide-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 23px;
}

.related-guide-content h3 {
    margin-bottom: 9px;
    font-size: 21px;
}

.related-guide-content h3 a {
    color: #262c31;
}

.related-guide-location {
    margin-bottom: 12px;
    color: #1478ad;
    font-size: 13px;
    font-weight: 700;
}

.related-guide-location i {
    margin-right: 5px;
}

.related-guide-content p {
    flex-grow: 1;
    margin-bottom: 16px;
    color: #626970;
    line-height: 1.7;
}

.related-guide-content .button-text {
    margin-top: auto;
}

.destination-guide-callback {
    padding: 80px 0;
    background-position: center;
    background-size: cover;
}

.destination-guide-callback-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.destination-guide-callback-content h2 {
    color: #ffffff;
}

.destination-guide-callback-content p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.8;
}

@media screen and (max-width: 991px) {
    .destination-guide-sidebar {
        position: static;
        margin-top: 35px;
    }
}

@media screen and (max-width: 767px) {
    .destination-guide-page {
        padding: 55px 0;
    }

    .destination-guide-image {
        height: 280px;
    }

    .destination-guide-content {
        padding: 25px;
    }

    .destination-guide-content h1 {
        font-size: 30px;
    }

    .destination-guide-meta {
        display: block;
    }

    .destination-guide-meta span {
        display: block;
        margin-right: 0;
        margin-bottom: 8px;
    }
}

@charset "UTF-8";

.quote-page-section {
    padding: 80px 0;
    background: #f5f7f9;
}

.quote-intro {
    max-width: 780px;
    margin: 0 auto 45px;
    text-align: center;
}

.quote-intro .dash-style {
    margin-bottom: 10px;
}

.quote-intro h2 {
    margin-bottom: 15px;
    font-size: 36px;
}

.quote-intro p {
    margin-bottom: 0;
    color: #5f6670;
    font-size: 17px;
    line-height: 1.8;
}

.quote-form-shell {
    overflow: hidden;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 12px 40px rgba(20, 35, 55, 0.09);
}

.quote-form-header {
    padding: 30px 35px;
    color: #ffffff;
    background: #113b5c;
}

.quote-form-header h3 {
    margin-bottom: 8px;
    color: #ffffff;
}

.quote-form-header p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.85);
}

.quote-form-body {
    padding: 0px;
}

.quote-account-message {
    display: flex;
    align-items: flex-start;
    padding: 18px 20px;
    margin-bottom: 28px;
    background: #eef7fc;
    border-left: 4px solid #1478ad;
    border-radius: 4px;
}

.quote-account-message i {
    margin-top: 4px;
    margin-right: 13px;
    color: #1478ad;
    font-size: 20px;
}

.quote-account-message p {
    margin-bottom: 0;
    line-height: 1.7;
}

.quote-account-message a {
    font-weight: 700;
}

.quote-section-card {
    padding: 25px;
    margin-bottom: 25px;
    background: #ffffff;
    border: 1px solid #e5e8ec;
    border-radius: 7px;
}

.quote-section-heading {
    display: flex;
    align-items: center;
    padding-bottom: 17px;
    margin-bottom: 22px;
    border-bottom: 1px solid #e8eaed;
}

.quote-section-number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin-right: 14px;
    color: #ffffff;
    background: #1478ad;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 700;
}

.quote-section-heading h4 {
    margin-bottom: 3px;
    font-size: 21px;
}

.quote-section-heading p {
    margin-bottom: 0;
    color: #777777;
    font-size: 14px;
}

.quote-form-body .form-group {
    margin-bottom: 21px;
}

.quote-form-body label {
    display: block;
    margin-bottom: 8px;
    color: #30343a;
    font-weight: 700;
}

.quote-form-body .form-control {
    min-height: 52px;
    padding: 11px 14px;
    border: 1px solid #d9dde2;
    border-radius: 4px;
    background-color: #ffffff;
}

.quote-form-body .form-control:focus {
    border-color: #1478ad;
    box-shadow: 0 0 0 3px rgba(20, 120, 173, 0.12);
}

.quote-form-body textarea.form-control {
    min-height: 145px;
    resize: vertical;
}

.quote-form-body .required {
    color: #bd1f2d;
}

.quote-checkbox {
    display: flex;
    align-items: flex-start;
}

.quote-checkbox input {
    width: auto;
    margin-top: 6px;
    margin-right: 11px;
}

.quote-checkbox label {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.7;
}

.quote-submit-area {
    padding-top: 5px;
    text-align: center;
}

.quote-submit-area .button-primary {
    min-width: 250px;
    border: 0;
}

.quote-submit-area p {
    margin: 14px 0 0;
    color: #777777;
    font-size: 13px;
}

.quote-submit-area i {
    margin-right: 5px;
}

.quote-submit-button:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

.quote-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

#quote-form-message {
    margin-bottom: 25px;
}

#quote-form-message:empty {
    display: none;
}

.quote-sidebar-card {
    padding: 28px;
    margin-bottom: 25px;
    background: #ffffff;
    border-radius: 7px;
    box-shadow: 0 8px 28px rgba(20, 35, 55, 0.08);
}

.quote-sidebar-sticky {
    position: sticky;
    top: 115px;
}

.quote-sidebar-card h3 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e8ec;
    font-size: 22px;
}

.quote-sidebar-card ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.quote-sidebar-card li {
    position: relative;
    padding: 0 0 16px 29px;
    color: #50565d;
    line-height: 1.6;
}

.quote-sidebar-card li:last-child {
    padding-bottom: 0;
}

.quote-sidebar-card li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #1478ad;
}

.quote-process-item {
    display: flex;
    margin-bottom: 19px;
}

.quote-process-item:last-child {
    margin-bottom: 0;
}

.quote-process-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-right: 13px;
    color: #ffffff;
    background: #1478ad;
    border-radius: 50%;
}

.quote-process-content h5 {
    margin-bottom: 4px;
    font-size: 16px;
}

.quote-process-content p {
    margin-bottom: 0;
    color: #6a7077;
    font-size: 14px;
    line-height: 1.6;
}

.quote-contact-card {
    color: #ffffff;
    background: #113b5c;
}

.quote-contact-card h3 {
    color: #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.quote-contact-card p {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.88);
}

.quote-contact-card p:last-child {
    margin-bottom: 0;
}

.quote-contact-card a {
    color: #ffffff;
}

.quote-contact-card i {
    width: 23px;
}

.quote-security-note {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    margin-top: 20px;
    background: #f7f8fa;
    border-radius: 4px;
}

.quote-security-note i {
    margin-top: 3px;
    margin-right: 10px;
    color: #1478ad;
}

.quote-security-note p {
    margin-bottom: 0;
    color: #666666;
    font-size: 13px;
    line-height: 1.6;
}

@media screen and (max-width: 991px) {
    .quote-sidebar-sticky {
        position: static;
        margin-top: 35px;
    }
}

@media screen and (max-width: 767px) {
    .quote-page-section {
        padding: 55px 0;
    }

    .quote-intro h2 {
        font-size: 30px;
    }

    .quote-form-header,
    .quote-form-body {
        padding: 25px;
    }

    .quote-section-card {
        padding: 20px;
    }
}

@media screen and (max-width: 575px) {

    .quote-form-header,
    .quote-form-body {
        padding: 20px;
    }

    .quote-section-heading {
        align-items: flex-start;
    }

    .quote-section-number {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .quote-submit-area .button-primary {
        width: 100%;
        min-width: 0;
    }
}