/*
Theme Name: Active Insurance 2020
Author: Mouthmedia Inc.
Version: 1.0
*/

img {
    height: auto;
}

div.wpcf7 {
    position: relative !important;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: -20px;
    right: 0;
}

.grecaptcha-badge {
    display: none !important;
}

.wpcf7-not-valid-tip {
    display: none !important;	
    color: white !important;
    background: #c82727 !important;
    font-size:12px !important;
    margin-bottom: 0px !important;
    padding:3px 5px !important;
}

.wpcf7-list-item {
    margin: 0 !important;
}

.wpcf7-response-output {
    width: 100% !important;
    margin: 20px 0 0 !important;
    border: 0 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    color: white !important;
    padding: 10px !important;
    clear: both !important;
}

.sent .wpcf7-response-output {
    background: #398f14 !important;
}

.invalid .wpcf7-response-output {
    background: #c82727 !important;
}

.wpcf7-submit {
    margin-bottom: 0 !important;
}

.wpcf7-form-control.wpcf7-not-valid {
    border-color: #c82727 !important;
}

.hg-glossary .hg-nav {
    justify-content: space-between;
    padding: 20px 0;
    margin: 20px 0;
    border-top: 2px solid #0c2c55;
    border-bottom: 2px solid #0c2c55;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
}

.hg-glossary .hg-nav a {
    padding: 0;
    text-decoration: none;
}

.hg-letter-section {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 4px solid #ecf1f6;
    position: relative;
}

.hg-letter-section .top {
    position: absolute;
    top: 40px;
    line-height: 30px;
    right: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.hg-glossary .hg-content .hg-content__letter {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: rgb(12, 44, 85);
}

.hg-glossary .hg-content dl.hg-item {
    flex-direction: column;
}

/* ALM Styles */

button[disabled] {
    pointer-events: none;
}
