﻿#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;
    }

#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;
}


.enrollmentstyle {
    margin-top: 0.5em;
    margin-bottom: 0.5em
}

.summarystyle {
    color: red;
    display: none
}

.yellow {
    background-color: #FFFF00;
}

.disableTextArea {
    border: 1px solid #C8C8C8;
    padding: 1em 1em 1em 1em;
    background-color: #f2f0ec;
}

.inLineHeight {
    line-height: 6.5;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.disableTextArea {
    border: 1px solid #C8C8C8;
    padding: 1em 1em 1em 1em;
    background-color: #f2f0ec;
}

.inLineHeight {
    line-height: 6.5;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.ipNumberWidth {
    width: 75px;
}

.bottomPadding {
    padding-bottom: 10px;
}
.ipNumberWidth {
    width: 75px;
}
.dropZoneRegular {
    width: 100%;
    height: 70px;
    border-width: 3px;
    border-color: #666;
    border-style: dashed;
    text-align: center;
    border-radius: 5px;
}

.dropZoneActive {
    width: 100%;
    height: 70px;
    border-width: 3px;
    border-color: #0000CD;
    border-style: dashed;
    text-align: center;
    border-radius: 5px
}

.dropZoneMarginTop {
    margin-top: 2%
}

.claimNumberMargin {
    margin-left: -2%
}

