body { background:#003264; background: radial-gradient(circle, rgba(0,34,84,1) 0%, rgba(0,70,145,1) 100%); }
form label { font-weight: 600; } 
input.form-control { -webkit-box-shadow: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: none; }
.form-control, .form-control .btn { font-size: 16px;  min-height: 36px; }
.container { min-height: 100vh; position: relative; display: table; }
.in-wrapper { display: table-cell; vertical-align: middle; }
.module-incipit { text-align: center; }
.module-title { color:#003264; }
.module-explanation, .module-giver { font-size: 16px; }
.module-explanation { color: #000000; padding-top: 1rem; padding-bottom: 1rem; }
.module-giver { color:#003264; }
.module-image { min-height: 50px; }
.module-image img { width: 100%; }
.module-container { background-color: #FFFFFF; padding: 2rem 2rem 4rem; }
.module-disclaimer { color: #777777; font-size: 75%; font-weight: 300; }
#stage-thanks { display: none; }

.btn-blue { color: #fff !important; background-color: #004691; border-color: #003681; }
.btn-blue:hover { color: #fff !important; background-color: #0056b1; }
.btn-red { color: #fff !important; background-color: #eb0028; border-color: #db0018; }
.btn-red:hover { color: #fff !important; background-color: #fe0048; }
.btn-dark-blue { color: #fff !important; background-color: #003264; border-color: #002254; }
.btn-dark-blue:hover { color: #fff !important; background-color: #004284; }
.btn-dark-gray { color: #fff !important; background-color: #222222; border-color: #151515; }
.btn-dark-gray:hover { color: #fff !important; background-color: #333333; }
.btn-azure { color: #fff !important; background-color: #00b5dd; }
.btn-azure:hover { color: #fff !important; background-color: #0095bd; }

.color-blue { color: #004691; }
.color-red { color: #eb0028; }
.color-dark-blue { color: #003264; }
.color-dark-gray { color: #222222; }

.full-width { width: 100%; }

.blink { animation: blinker 2s linear infinite; }
@keyframes blinker { 50% { opacity: 0.4; } }

@media (min-width: 768px) 
{
    .module-container { border-radius: 5px; }
}