﻿body {
    font-size: 16px;
}

h3 {
    font-size: 28px;
}

h2 {
    font-size: 40px;
}

.jumbotron {
    background-color: #1b75bc;
    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: #1b75bc;
    background-position: 0 -15px;
    color: #ffffff;
}

.btn-primary:active:focus {
    background-color: #1b75bc;
    background-position: 0 -15px;
    color: #ffffff;
}
.twoColumnList {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.firstDisclosureCheckbox {
    margin-top: 16px !important;
}

.checkboxMargins {
    margin: 0px;
}

.disclosureAcceptText {
    position: relative;
    top: -3px;
    font-size: 0.8em;
}