/* primaryColorBlue: rgb(0,75,141);
primaryColorYellow: rgb(225,176,116);
$secondaryColorOrange: rgb(204,115,94);
$secondaryColorGrey: rgb(188,187,186);
$secondaryColorSilver: rgb(206,217,229);*/

/* FONT RULES
Main Headers (h1): 24pt
Sub Headers (h2): 20pt
Sub Sub Headers (h3): 14pt
Menu/Button: 20pt
Body Text: 14pt
Card Content: 14pt
Agency Element: 12pt */

html {
    min-height: 100%;
    position: relative;
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: white;
    font-family: "Calibri", Arial, sans-serif;
}
h1{
    font-size: 24pt;
    font-weight: bold;
}
h2{
    font-size: 20pt;
}
h3{
    font-size: 14pt;
}

p.important{
    margin-top: 20px;
    background-color: rgba(225,176,116,0.15);
    padding: 10px;
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
}
.registered-mark{
    font-weight: 200;
}
.horizontal-break{
    background-color:rgb(225,176,116);
    height: 3px;
    border-radius: 50px;
    width: 90%;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 10px ;
}
.header{
    text-align: center;
    background-color: rgb(225,176,116);
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 10px;
}
@media (max-width: 767px){
    .header-img{
        width: 200px;
        margin-right: 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px){
    .header-img{
        width: 250px;
        margin-right: 100%;
        max-width: 100%;
    }
}
.header-btn-img-container{
    display: flex;
    justify-content: right;
    align-items: center;
    padding-right: 0px;
}
.header-btn-img-background{
    background-color: white;
    width: 60px;
    height: 60px;
    border-radius: 50px;
}
.header-btn-img{
    width: 60px;
}
.header-wide-btn-img-background{
    background-color: white;
    width: 260px;
    height: 60px;
    border-radius: 50px;
    margin-left: 20px;
}
.header-wide-btn-img{
    width: 260px;
}
.header-btn-img:hover, .header-wide-btn-img:hover{
    cursor: pointer;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: opacity;
}

.dropdown ul{
    background-color: rgb(0,75,141);
}
.dropdown-vertical-break{
    background-color: rgb(225,176,116);
    width: 5px;
    height: 100%;
    border-radius: 50px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
    margin-right: 15px;
}
.dropdown a{
    color: white;
    font-size: 20pt;
}

.offcanvas{
    background-color: rgb(225,176,116);
    color: white;
    font-size: 20pt;
}
.list-group-item{
    background-color: rgb(225,176,116);
    border-color: rgb(0, 75, 141);
    color: white;
}

.tagline-img{
    width: 100%;
}

.nav-btn{
    background-color: rgb(0, 75, 141);
    padding: 20px;
    border-radius: 20px;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-btn:hover{
    cursor: pointer;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: opacity;
}
.nav-btn-img-container{
    display: flex;
}
.nav-btn-img{
    width: 50px;
    margin-right: 10px;
    margin-bottom: auto;
}
.nav-btn-txt{
    color: white;
    font-size: 20pt;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: left;
}

.body-txt{
    color: rgb(0,75,141);
    font-size: 14pt;
    margin-left: 10%;
    margin-right: 10%;
}
.body-line-break{
    width: 100%;
    background-color: rgb(0, 75, 141);
    height: 5px;
}
.legal-txt{
    color: rgb(0, 75, 141);
    margin-left: 2%;
    margin-right: 2%;
}

.carousel-inner{
    width: 90%;
    margin: auto;
}
.carousel-control-next{
    transform: translateX(50px);
}
.carousel-control-prev{
    transform: translateX(-50px);
}
.carousel-indicators{
    transform: translateY(40px);
}
@media (max-width: 991px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}
@media (min-width: 992px) {
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }
    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
    .carousel-inner .carousel-item-end,
    .carousel-inner .carousel-item-start { 
    transform: translateX(0);
    }   
}

@media (min-width: 576px) and (max-width: 767px) {
    .insurance-option-box {
        height: 600px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .insurance-option-box {
        height: 520px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .insurance-option-box {
        height: 620px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .insurance-option-box {
        height: 540px;
    }
}
@media (min-width: 1400px) {
    .insurance-option-box {
        height: 520px;
    }
}

.insurance-option-box{
    border: 5px solid rgb(0, 75, 141);
    background-color: white;
    position: relative;
}
.insurance-option-img-container{
    display: flex;
    justify-content: right;
    align-items: center;
}
.insurance-option-header{
    color: rgb(0,75,141);
    font-size: 24pt;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100px;
}
.insurance-option-indent{
    background-color: rgb(225,176,116);
    margin-left: -4px;
}
.insurance-option-txt{
    color: rgb(0, 75, 141);
    font-size: 14pt;
}
.insurance-option-btn-spacer{
    height: 50px;
    margin: 5px;
}

.footer {
    text-align: center;
    background-color: rgb(0,75,141);
    width: 100%;
    color: white;
    padding: 15px;
    padding-top: 20px;
}
.footer-horizontal-break{
    background-color:white;
    height: 3px;
    border-radius: 50px;
    width: 90%;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 10px ;
}
.footer a{
    color: rgb(225,176,116);
}

.footer .social-icon{
    margin: 5px;
}

.info-card{
    border: 5px solid rgb(0,75,141);
    padding: 16px;
    margin-bottom: 10px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .info-card {
        height: 620px;
    }
}
@media (min-width: 1400px) {
    .info-card {
        height: 590px;
    }
}
.info-card-indent{
    background-color: rgb(225,176,116);
    margin-left: -4px;
}
.info-card-title{
    font-weight: bold;
}
.info-card-txt{
    font-size: 14pt;
}
.info-card-image{
    display: flex;
    justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .info-card-image img{
        width: 70%;
        object-fit: cover;
    }
}
@media (max-width: 991px) OR (min-width: 1200px) {
    .info-card-image img{
        width: 100%;
        object-fit: cover;
    }
}

.agent-card{
    border: 5px solid rgb(0,75,141);
    margin: 5px;
    max-width: 300px;
    max-height: 137px;
    transition-duration: 500ms;
    transition-property: border;
}

.agent-card:hover{
    border: 5px solid rgb(225,176,116);
    transition-duration: 500ms;
    transition-property: border;
}

.agent-card:hover{
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: opacity;
}

.agent-card-body{
    font-size: 12pt;
    padding: 10px;
}
.agent-card-image-container{
    padding: 0px;
}
.agent-card-image{
    width: 100%;
}
.agent-card-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.agent-card-container a{
    text-decoration: none;
    padding: 0px;
    color: rgb(0, 75, 141);
}

.agency-grid{
    column-width: 11em;
}
.agency-element{
    page-break-inside: avoid;
    break-inside: avoid-column;
    width: 100%;
    padding: 10px;
    font-size: 12pt;
    border: 0px solid rgb(0, 75, 141);
    border-bottom-width: 2px;
}

.agent-page-body{
    margin-left: 5%;
    margin-right: 5%;
    color: rgb(0,75,141);
    justify-content: center;
    font-size: 14pt;
}
@media (max-width: 414px){
    .agent-page-body{
        margin-left: 0%;
        margin-right: 0%;
        font-size: 12pt;
    }
    .agent-page-body h2{
        font-size: 18pt;
    }
}

.agent-page-body a{
    text-decoration: none;
}

.agent-page-photo-container{
    border: 2px solid rgb(0, 75, 141);
    height: 100%;
    padding: 0px;
    margin-top: auto;
    margin-bottom: auto;
}
@media (max-width: 767px) {
    .agent-page-photo{
        height: 200px;
    }
    .agent-page-photo-container{
        margin: auto;
    }
    .agent-page-circle-icon{
        height: 50px;
    }
    .agent-page-circle-icon-container{
        padding: 0px;
    }
    .agent-page-circle-icons-row{
        font-size: 10pt;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .agent-page-photo{
        height: 200px;
    }
    .agent-page-circle-icon{
        height: 75px;
    }
    .agent-page-circle-icon-container{
        padding-right: 5px;
    }
    .agent-page-circle-icons-row{
        font-size: 10pt;
    }
}
@media (min-width: 992px) {
    .agent-page-photo{
        height: 234px;
    }
    .agent-page-circle-icon{
        height: 100px;
    }
    .agent-page-circle-icon-container{
        padding-right: 30px;
    }
    .agent-page-circle-icons-row{
        margin: 10px;
        font-size: 12pt;
    }
}

.agent-page-title{
    margin-top: 10px;
    margin-left: 10px;
    border: 0px solid rgb(225,176,116);
    border-right-width: 2px;
}

@media (max-width: 550px){
    .agent-page-title{
        padding-right: 7px;
    }
    .agent-page-title h1{
        font-weight: bold;
        font-size: 16pt;
    }
    
    .agent-page-title h2{
        font-size: 10pt;
    }
    .agent-page-socials{
        margin-left: -5px;
    }
    .agent-page-socials img{
        height: 27px;
    }
}
@media (min-width: 551px){
    .agent-page-title{
        padding-right: 15px;
    }
    .agent-page-title h1{
        font-weight: bold;
        font-size: 24pt;
    }
    
    .agent-page-title h2{
        font-size: 16pt;
    }
    .agent-page-socials img{
        margin: 5px;
    }
}

.agent-page-insurance-icon{
    width: 100px;
    margin: auto;
}

.get-a-quote-form{
    background-color: rgba(225,176,116,0.15);
    color: rgb(0, 75, 141);
    padding: 20px;
}

.get-a-quote-form h2{
    text-align: center;
    font-weight: bold;
}

.get-a-quote-form h3{
    text-align: center;
}

.form-body {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 14pt;
}

.form-subheader{
    font-weight: bold;
    padding-top: 20px;
}

.form-field input[type=text], input[type=tel], input[type=email]{
    border: 2px solid rgb(225,176,116);
    width: 100%;
}

.form-field input[type=radio], input[type=checkbox]{
    margin-left: 20px;
}

.submit-button{
    background-color: rgb(0, 75, 141);
    color: white;
    font-weight: bold;
    font-size: 20pt;
    padding: 5px;
    border-radius: 10px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: none;
}

.submit-button:disabled{
    background-color: gray;
}

.form-error-msg{
    color: red;
    font-size: 10pt;
}

.form-thank-you-message{
    display: none;
    font-style: italic;
    text-align: center;
    padding-top: 10px;
    font-size: 14pt;
    font-weight: bold;
}

.form-api-error-message{
    color: red;
    display: none;
    text-align: center;
    font-size: 14pt;
}