﻿body {
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    font-size: 16px;
}
h3 {
   font-size: 28px;
}
h2 {
   font-size: 40px;
}

.jumbotron {
    background-color: #3d8ecd;
    background-image: linear-gradient(to right, #37bdee , #4471b8);
}
.btn-primary {
    background-image: linear-gradient(to bottom,#37bdee 0,#4471b8 100%);
}
.btn-primary:focus, .btn-primary:hover {
    background-color: #4471b8;
    background-position: 0 -15px;
    color: #ffffff;
}

.btn-primary:active:focus {
    background-color: #4471b8;
    background-position: 0 -15px;
    color: #ffffff;
}

.firstDisclosureCheckbox {
    margin-top: 16px !important;
}

.checkboxMargins {
    margin: 0px;
}

.disclosureAcceptText {
    position: relative;
    top: -1px;
    padding-left: 4px !important;
}

.customerDocumentLink {
    font-weight: bold;
    text-decoration: underline;
}