body {
    background: #fff top center repeat-x;
}

* {
    font-family: "U.S. Bank Circular Web Book", "Lucida Grande", sans-serif;
    font-size: 21px;
    line-height: 1.4;
}

h1,
h2 {
    font-family: "U.S. Bank Circular Web Regular", "Lucida Grande", sans-serif;
    color: #000;
}

h3,
h4 {
    font-family: "U.S. Bank Circular Web Bold", "Lucida Grande", sans-serif;
    color: #000;
}

h1 {
    font-size: 2.2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.2em;
}

/*
.futura {
    font-family: "U.S. Bank Circular Web Regular";
}

.futura-heavy {
    font-family: "U.S. Bank Circular Web Black";
}

.futura-bold {
    font-family: "U.S. Bank Circular Web Bold"-bold;
}
*/
.error {
    color: #990000 !important;
}

a {
    color: #084BB7;
}

a,
strong,
b,
i,
em,
sup,
u,
span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

strong,
b,
i,
em,
sup,
u,
span {
    color: inherit;
}

sup {
    font-size: 60%;
    line-height: 0;
}

a,
a:hover {
    text-decoration: underline;
    color: #084BB7;
}

.small {
    font-size: 85%;
}

.smaller {
    font-size: 70%;
}

.smallest {
    font-size: 50%;
}

.bold {
    font-weight: bold;
}

.ul {
    text-decoration: underline;
}

img {
    max-width: 100%;
}

a img {
    border: 0 none !important;
    outline: none !important;
}

a:active,
a:focus {
    outline: none;
    -moz-outline-style: none;
}

input[type=image] {
    border: 0 none;
    -moz-border: 0 none;
    -webkit-border: 0 none;
    outline: 0;
}

label {
    font-weight: normal;
}

form[name=registerForm] label {
    color: #ffffff;
}


/* Was 960px */

#page-wrapper {
    min-width: 960px;
    max-width: 100%;
    min-height: 800px;
    margin: auto;
    position: relative;
    background: url(../images/body-background.png) top center no-repeat;
}

.header-container {
    height: 209px;
    width: 960px;
}

.header-frame h1 {
    position: absolute;
    right: 0;
    top: 97px;
    font-size: 18px;
    color: #ffffff;
}

.nav-container {
    height: 41px;
    width: 960px;
}

.logo-header {
    position: absolute;
    right: 0;
    top: 54px;
}

.user-links {
    position: absolute;
    right: 0;
    top: 54px;
}

.user-links,
.user-links a {
    color: #084BB7;
}

.view-container {
    min-height: 400px;
    width: 960px;
    background-color: #ffffff;
    padding: 35px;
    border: 2px solid #000;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
}

.blue {
    color: #084BB7;
}

.lt-blue {
    color: #0558FF;
}

.dk-blue {
    color: #084BB7;
}

.blue-green {
    color: #00b5bc;
}

.green {
    color: #00b74f;
}

.lt-green {
    color: #9ccb3b;
}

.red {
    color: #c32128;
}

.orange {
    color: #f58025;
}

.purple {
    color: #65256d;
}

.white {
    color: #ffffff;
}

.bg-blue {
    background-color: #084BB7;
}

.bg-lt-blue {
    background-color: #0558FF;
}

.bg-dk-blue {
    background-color: #084BB7;
}

.bg-blue-green {
    background-color: #00b5bc;
}

.bg-green {
    background-color: #00b74f;
}

.bg-lt-green {
    background-color: #9ccb3b;
}

.bg-red {
    background-color: #c32128;
}

.bg-orange {
    background-color: #f58025;
}

.bg-purple {
    background-color: #65256d;
}

.bg-white {
    background-color: #ffffff;
}

.large {
    font-size: 24px;
}

.larger {
    font-size: 27px;
}

.largerer {
    font-size: 35px;
}

.largest {
    font-size: 45px;
}

.tip {
    background: transparent url(../images/tip-background.png) 0 0 no-repeat;
    margin: 2em 0;
    min-height: 150px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.tip-text {
    width: 600px;
    margin-left: 104px;
    padding: 24px 0;
}

.callout {
    background-color: #e5f1cc;
    margin: 2em 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.callout-text {
    padding: 24px;
}

ul {
    padding: 0;
}

ul li {
    margin-left: 1em;
}

ol {
    padding: 0;
}

ol li {
    margin-left: 1em;
}

ol.quiz li {
    font-size: 21px;
    color: #000;
}

ol.quiz-results li {
    margin-bottom: 1em;
}

div.has-error label {
    color: #990000;
}

.bullet {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
}

.bullet-green {
    background-color: #7eb900;
    color: #ffffff;
}

.bullet-blue {
    background-color: #084BB7;
    color: #ffffff;
}

.bullet-lt-blue {
    background-color: #00b5bc;
    color: #ffffff;
}

.bullet-sm {
    width: 32px;
    height: 32px;
    font-size: 16px;
}

.bullet-md {
    width: 48px;
    height: 48px;
    font-size: 32px;
}

.bullet-lg {
    width: 64px;
    height: 64px;
    font-size: 48px;
}

#game-wheel-wrapper {
    width: 100%;
    height: 529px;
    position: relative;
    background: transparent url(../images/game-wheel-wrapper-background.jpg) 0 0 no-repeat;
    margin-bottom: 2em;
}

#game-wheel-board {
    position: absolute;
    top: 0;
    right: 0;
    width: 529px;
    height: 529px;
    background: transparent url(../images/game-wheel-background.png) 0 0 no-repeat;
    cursor: pointer;
}

#game-wheel {
    position: absolute;
    top: 0;
    left: 0;
    width: 529px;
    height: 529px;
}

#game-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 529px;
    height: 529px;
}

#game-wheel-wrapper .messages {
    position: absolute;
    top: 250px;
    left: 12px;
    width: 300px;
    display: none;
}

.wheel-colors {
    color: #ee1c25;
    color: #ffc823;
    color: #232020;
    color: #f27795;
    color: #00a79e;
    color: #735aa6;
}

th {
    font-weight: normal;
}

.DataTable {
    margin-bottom: 4px;
}

.DataTable th {
    background-color: #074ab7;
    color: #ffffff;
    border: 2px solid #000;
    text-align: center;
    padding: 4px;
}

.DataTable td {
    background-color: #e6e6e6;
    color: #000;
    border: 2px solid #000;
    text-align: center;
    width: 20%;
    padding: 4px;
}

.bg-success {
    background-color: #0558FF !important;
}

.form-check-label {
    color: #000 !important;
}

.control-button {
    color: #FFF;
    background-color: #0558FF;
    text-decoration: none !important;
    font-family: "U.S. Bank Circular Web Regular", "Arial Bold", "Helvetica Bold", Arial, Helvetica;
    
    font-size: 14pt;
    padding: 13px;
    min-width: 150px;
    display: inline-block;
    border-style: solid;
    border-color: #0558FF;
    border-width: 2px;
    border-radius: 0px !important;
}

.control-button a:hover,
.control-button:hover {
    color: #0558FF !important;
    background-color: #fff !important;
    border-style: solid;
    border-width: 2px;
    border-color: #0558FF;
    text-decoration: none !important;
}

/*
.control-button a:focus,
.control-button:focus {
    color: #333 !important;
    background-color: #9BCB3B !important;
    text-decoration: none !important;
}
*/
.bd {
    border-color: black !important;
    border-width: 2px !important;
    border-style: solid !important;
}