h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 20px;
}

.pullquote {
    font-size: 36px;
    font-weight: 400;
    font-style: italics;
}

.MainPanel {
    height: 250px;
    width: 350px; 
    margin: auto;
}

.zpdark-section a, .zpdark-section a:hover {
    color: #fff;
}

.GuestPage .OuterPanel .MainPanel > .ContentPanel, .LoginPage .OuterPanel .MainPanel > .ContentPanel, .ChangePasswordPage .OuterPanel .MainPanel > .ContentPanel {
    background-image: none;
}

@media (min-width: 1024px) { 
    .force-height {
    min-height: 200px;
}
}