.helpDropdown {
    width: 263px;
    height: 229px;
    position: absolute;
    right: 250px;
    border: 1px solid #CCCCCC;
    text-align: center;
    border-radius: 4px;
    top: 50px;
    z-index: 1010;
    background-color: white;
    cursor: default;
}

.helpDropdown.hide {
    display: none;
}

.helpDropdown .helpTitle {
    width: 233px;
    text-align: left;
    font-weight: bold;
    color: #3F3F3F;
    font-size: 18px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #D4D7DC;
    padding: 11px 15px 9px;
}

.helpDropdown .trainingContainer {
    font-size: 16px;
    padding: 12px 12px 8px 12px;
}

.helpDropdown .trainingContainer:hover {
    color: #BB0D17;
    cursor: pointer;
}

.helpDropdown .trainingContainer md-icon {
    width: 27px;
    height: 27px;
    font-size: 27px;
    color: #2D5E96;
    display: inline-block;
}

.helpDropdown .trainingContainer .trainingText {
    display: inline-block;
    height: 22px;
    padding: 5px 0 0 0;
    vertical-align: top;
}

.helpDropdown .trainingContainer:hover md-icon {
    color: #BB0D17;
}

.helpDropdown .trainingContainer:hover .trainingText {
    text-decoration: underline;
}

.helpDropdown .questionsContainer {
    height: 92px;
    font-size: 15px;
    color: #3F3F3F;
    border-top: 2px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
    display: flex;
    justify-content: center;
    align-items: center;
}

.helpDropdown .questionsText {
    display: inline-block;
    padding: 10px 19px 0 0;
    vertical-align: top;
}

.helpDropdown .questionsLine {
    margin: 0 0 8px 0;
}

.helpDropdown .questionsNumber {
    font-weight: bold
}

.helpDropdown .questionsImage {
    background: url(/images/matt.png) no-repeat;
    width: 62px;
    height: 62px;
    display: inline-block;
}

.helpDropdown .contactContainer {
    height: 43px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.helpDropdown .contactContainer a {
    text-decoration: none;
    color: #2D5E96;
    cursor: pointer;
}

.helpDropdown .contactContainer a:hover {
    text-decoration: underline;
    color: #BB0D17;
    cursor: pointer;
}
