#title-bar {
    background-color: #4789b6;
    margin: 0;
}

#title-bar .h1, #title-bar h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 125%;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 2rem;
}

.bottomPadding {
    padding-bottom: 10px;
}

#primary-footer #footer-links-social a:hover.icon-facebook {
    background-color: #556fa5;
}

#primary-footer #footer-links-social a:hover.icon-twitter {
    background-color: #64b3f0;
}


#primary-footer #footer-links-social a:hover.icon-instagram {
    background: radial-gradient(ellipse at 20% 128%, #FEDA78 20%, #E23467 60%, #AC2BB3 90%);
    background-image: radial-gradient(at 20% 128%, #feda78 20%, #e23467 60%, #ac2bb3 90%);
}

#primary-footer #footer-links-social a:hover.icon-linkedin {
    background-color: #0077B5;
}

#primary-footer #footer-links-social a:hover.icon-youtube {
    background-color: #cc1a20;
}

.welcomePageButton {
    height: 68px !important;
    line-height: 6.3rem !important;
    width: 100%;
}

.common-questions-squares .square {
    width: 315px !important;
}

.link--primary {
    cursor: pointer;
}

.dropZoneRegular {
    width: 100%;
    height: 150px;
    border-width: 3px;
    border-color: #666;
    border-style: dashed;
    text-align: center;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.dropZoneActive {
    width: 100%;
    height: 150px;
    border-width: 3px;
    border-color: #0000CD;
    border-style: dashed;
    text-align: center;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.errorMessage {
    color: #b6091a;
}

.indent {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.textJustify {
    text-align: justify !important;
}

.table thead th {
    padding-left: 0 !important;
}

.table tbody td {
    padding-left: 0 !important;
}

.customMultiSelect .availableHighlighted {
    background: #556fa5;
    align-items: center;
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
}
.customMultiSelect {
    padding-top: 20px;
    width: 50%;
    padding-bottom: 20px;
    font-size: 13px;
}

.selected {
    padding: 4px 10px;
    background: #556fa5;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
}


.optionListContainer {
    background: #fff;
    margin-top: 1px;
    z-index: 2;
    display: flex;
    height: 150px;
    flex-direction: column;
    overflow: auto;
}

.displayBlock {
    display: block;
}

.displayNone {
    display: none;
}

.optionContainer {
    border: 1px solid #ccc;
    /*overflow-y: scroll;*/
}

.optionContainer li {
    padding: 10px 10px;
    cursor: pointer;
}

.geico-icon.geico-icon--smaller {
    border-width: .1rem;
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
    line-height: 3rem;
}

.searchBox {
    margin: 0 !important;
    width: 100%
}

.dropZoneMarginTop {
    margin-top: 2%
}

.disabled {
    pointer-events: none;
    opacity : 0.7
}
