* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

body {
    font-size: 14px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1030;
}
.main-header #logo {
    display: block;
    font-size: 20px;
    line-height: 50px;
    text-align: left;
    width: 230px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
}

.skin-blue .main-header #logo {
    background-color: #00008B;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.main-header > .navbar {
    border: none;
    min-width: 50px;
    height: px;
    border-radius: 0;
}

@media (max-width: 767px) {
    .main-header {
        position: relative;
    }
}

@media (max-width: 767px) {
    .main-header #logo, .main-header .navbar {
        width: 100%;
        float: none;
        text-align: left;
    }
}

.col-md-12, .col-md-3, .col-md-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 20px;
}
 
main {
    display: block;
}

p {
    font-size: 14px;
    line-height: 1.2em;
}

div#siteheader {
    background-color: #ffffff;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
    padding: 0px;
    width: 100%;
}

div#outer {
    width: 900px;
    background-color: #ffffff;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

div#outerNarrow {
    width: 900px;
    background-color: #ffffff;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

div#header {
    padding-left: 18px;
    margin: 0px;
    text-align: left;
    font-size: 11px;
}

div#main {
    margin-top: 1px;
}

div#footer {
    padding: 15px;
    margin: 0px;
}

.roundedBox {
    padding: 5px 20px 5px 20px;
    /*
border-radius: 10px 10px 5px 20px
-moz-border-radius: 10px 10px 10px 10px
-webkit-border-radius: 10px 10px 10px 10px
border: 1px solid;
    */
}

.orange {
    border-color: #ff9900;
}

.grey {
    border-radius: #ddd;
}

.tight {
    margin-top: 3px;
}

.simpleForm label {
    display: block;
    padding: 4px;
    font-weight: bold;
    font-size: 14px;
    color: #525252;
}

.hlink {
    color: #525252;
}

.hlink:hover {
    color: #ff9900;
}

.textField {
    height: 40px;
    padding: 5px 2px 5px 8px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #999999;
    outline: none;
    box-shadow: 0 0 5px #d7d7d7;
    letter-spacing: 1.2px;
}

.textField:hover {
    background-color: #e8f0fe;
}

.textField:focus {
    background-color: #e8f0fe;
}

.large {
    width: 250px;
}

.fullSize {
    width: auto;
}

.small {
    width: 180px;
}

.medsmall {
    width: 130px;
}

.tiny {
    width: 80px;
}

.select {
    height: 30px;
    padding: 5px 5px 5px 5px;
}
h1 {
    font-weight: normal;
    color: #333;
    margin-left: 10px;
}

h2 {
    font-size: 16px;
    line-height: 1.2em;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 20px 0 10px 0;
    color: #333;
    font-weight: normal;
}

h3 {
    margin: 0 0 10px 0;
    color: #525252;
    font-size: 18px;
    font-weight: bold;
}

h4 {
    color: #525252;
    line-height: 20px;
    margin: 0px;
    padding: 2px 0px 2px 0px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding-top: 12px;
}

.smallText {
    color: #525252;
    font-size: 11px;
    font-weight: normal;
}

.error {
    margin-top: 3px;
    color: white;
    width: 40%;
    padding: 5px 5px 5px 5px;
    border: 1px solid red;
    border-radius: 5px 5px 5px 5px;
    background-color: red;
    display: none;
    text-align: center;
}


.narrow {
    width: 60%;
}

.buttonBar {
    height: 40px;
    text-align: right;
    width: 100%;
}

.buttonBarRight {
    float: right;
    text-align: right;
    width: 40%;
}

#evidenceUploadFile {
    filter: alpha(opacity=30);
    height: 30px;
    cursor: inherit;
    padding: 15px;
}

.pageNumbers {
    font-family: sans-serif, Arial, Helvetica;
    font-size: 11px;
}

#testModeDiv {
    position: absolute;
    height: 50px;
    padding: 10px;
    color: red;
    font-weight: bold;
    text-align: center;
    font-size: 50px;
    opacity: 0.25;
    filter: alpha(opacity=25);
}

.downloadMessage {
    position: absolute;
    vertical-align: middle;
    text-align: left;
    padding: 8px 8px 15px 8px;
    display: none;
    margin-left: 156px;
    margin-top: 3px;
    width: 400px;
    color: #000;
    font-size: 13px;
    height: 30px;
    border: 2px solid #525252;
    background-color: #dee5e5;
    z-index: 99999;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

#amazonCheckoutButton {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 2px solid#31227d;
    background-color: #c0b3ff;
}

.methodInput {
    height: 20px;
    width: 20px;
    margin-right: 20px;
    font-size: 14px;
    vertical-align: middle;
}

#logo:hover {
    background-color: white!important;
}

.pSelected {
    border: 2px solid #00a65a!important;
}

.googleTeCombo {
    height: 24px !important;
}

.googleTr {
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    background-color: #436fb5;
    text-align: right;
}

.padded {
    padding: 10px;
    margin: 8px;
    display: flex;

}

.box.boxInfo {
    background-color: #fff;
    border-top: 3px solid #00008B;
}

.box.boxInfo p {
    margin: 10px 0 10px 0;
}

.btn {
    background-color: #00008B;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
}

.btn:hover {
    background-color: #46b8da;
}

.pull-right {
    float: right;
}

.box.boxInfo {
    width: 100%;
}

a.btn.btnPrimary:hover {
    background-color: #3c8dbc;
}
