﻿@charset "utf-8";
/* CSS Document */
fieldset legend {
    font-weight: bold;
    padding: 0 0.1875rem;
    margin: 0;
    font-size: 1.5rem;
    font-family: 'Nunito-regular';
}
#container-table {
    background: #F7F5F2;
}
.mca-wrapper {
    box-shadow: none;
    max-width: 450px;
    padding: 1.5rem 1rem;
}
.page_title {
    font-family: 'Nunito-regular';
    font-size: 2.2rem;
    font-weight: bold;
    color: #2a3b6e;
    margin-bottom: 0.9rem;
    padding: 0.25rem 0.25rem 0 0;
    text-align: center;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito-regular';
}
h5 {
    color: #2a3b6e;
    font-weight: bold;
}
    body, button, form {
    font-family: 'Nunito-regular';
    color: #3d3d3d;
}
label {
    font-family: 'Nunito-regular';
    color: #4f4f4f;
    text-align: center;
    height: 40px;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: -10px;

}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    text-align: center;
    height: 50px;
    font-size: 1em;
}
button, .button {
    display: flex;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 8px;
    background: var(--Primary-600, #F27405);
    color: #2a3b6e;
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    text-transform: none;
    width: 100%;
    max-width: 400px;
}
    .button.small {
        max-width: 400px;
    }
#container-nav {
    background: #ffffff;
    border-top: 0;
    box-shadow: none;
    height: 80px;
}
#yourpolicymenu .top-bar {
    height: auto;
}
.top-bar-section ul {
    background: #ffffff;
}
    .top-bar-section ul li > a {
        color: #454545;
        font-family: 'Nunito-regular';
    }
.top-bar-section .has-dropdown > a:after {
    border-color: #FF9800 transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 2.0rem;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    padding-top: 1em;
}

#yourpolicymenu .top-bar-section li:not(.has-form) a:not(.button) {
    padding-top: 0;
    background: #f5f5f5;
    color: #454545;
}
#yourpolicymenu .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 28px;
}

#yourpolicymenu .top-bar-section .has-dropdown > a:after {
    border-color: #FF9800 transparent transparent transparent;
    margin-top: -2.5px;
    top: 1.25em;
}

.top-bar.expanded .title-area {
    background: white;
}
.top-bar-section ul li > a {
    background: #ffffff;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: white;
    color: #3d3d3d;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
    background: white;
    color: #3d3d3d;
}
.title-bar .menu-icon {
    background: url(/Content/images/icon_menu_pet.svg);
    width: 33px;
    height: 34px px;
    top: 2px;
}
li h5.footer-link-title {
    color: #454545;
    font-family: 'Nunito-regular';
    text-decoration: none;
}
ul.footer-links li a {
    color: #c85706;
    font-family: 'Nunito-regular';
    font-size: 1.25em;
}
.footer-text {
    color: #454545;
    font-family: 'Nunito-regular';
}
#container-footer {
    background: #ffffff;
    border-top: 0;
}

.header-logo {
    width: 145px;
    height: 45px;
    margin-right: 2em;
}
.header-logo-mobile {
    width: 145px;
    height: 45px;
    margin-right: 2em;
}

#yourpolicy .tabs dd.active a, .tabs .tab-title.active a {
    font-family: 'Nunito-regular';
}
#yourpolicy .accordion .accordion-navigation > a, .accordion dd > a {
    font-size: 1.3rem;
    font-family: 'Nunito-regular';
}

#yourpolicy .summary-box-brown {
    font-family: 'Nunito-regular';
}
.summary-box-brown {
    font-family: 'Nunito-regular';
    margin-top: 2em;
}
#yourpolicy .accordion .accordion-navigation.active > a span.pol, .accordion dd.active > a span.pol {
    color: #f89829;
}
#yourpolicy .accordion .accordion-navigation.active > a, .accordion dd.active > a {
    background: #ffffff;
    color: #050538;
    font-weight: bold;
}
#yourpolicy .content {
    padding: 1em;
}
.cardUsed {
    background: none;
}
.summary-box {
    font-family: 'Nunito-regular';
 }