
html {
    -moz-osx-font-smoothing: grayscale;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}
.test{
    background-color: hotpink;
}

.background-image{
    background-repeat: no-repeat;
    background-size: contain;
}

.bottom{
    position: absolute;
    bottom:0px;
}
.pull-left{
    float: left;
}
.pull-right{
    float:right;
}
/**widths**/
.width-30{
    width:30%;
}
.width-40{
    width:40%;
}
.width-45{
    width:45%;
}
.width-50{
    width:50%;
}
.width-55{
    width:55%;
}
.width-60{
    width:60%;
}
.width-65{
    width:65%;
}
.width-70{
    width:70%;
}
.width-75{
    width: 75%;
}
.width-80{
    width: 80%;
}
.width-85{
    width: 85%;
}
.width-90{
    width: 90%;
}

/***Text sizes***/
.bolder{
    font-family: Univers-Bold, Arial, Helvetica, sans-serif;
}
.txt-96{
    font-size: 96px;
}
.txt-72{
    font-size: 72px;
}
.txt-60{
    font-size: 60px;
}
.txt-56{
    font-size: 56px;
}
.txt-46{
    font-size: 46px;
}
.txt-48{
    font-size: 48px;
}
.txt-36{
    font-size: 36px;
}
.txt-32{
    font-size: 32px;
}
.txt-28{
    font-size: 28px;
}
.txt-26{
    font-size: 26px;
}
.txt-24{
    font-size: 24px;
}

.txt-21{
    font-size: 21px;
}
.txt-19{
    font-size: 19px;
}
.txt-18{
    font-size: 18px;
}
.txt-16{
    font-size: 16px;
}

.txt-14{
    font-size: 14px;
}
.txt-12{
    font-size: 12px;
}


.txt-centered{
    text-align: center;
}
/**cheats**/
.top-five{
    margin-top: 5px;
}
.top-ten{
    margin-top: 10px;
}
.top-fifteen{
    margin-top: 15px;
}
.top-twenty{
    margin-top: 20px;
}
.top-thirty{
    margin-top: 30px;
}
.top-forty{
    margin-top: 40px;
}
.top-75{
    margin-top: 75px;
}
.top-100{
    margin-top: 100px;
}
.top-120{
    margin-top: 120px;
}
.bold_blue{
    font-weight: bold;
    color: #003b4d;
}
.bottom-twenty{
    margin-bottom: 20px;
}
.cheat-ten-up{
    margin-top: -10px;
}
.cheat-forty-up{
    margin-top: -40px;
}

.full-width {
    width: 100%;
}
.center {
    text-align: center;
}
.centered{
    margin-right: auto;
    margin-left: auto;
}
.overlay-open {
    overflow-y: hidden;
}
.background-fillimage {
    background-position: 50% center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.hide {
    display: none;
}
.disabled {
    opacity: 0.5;
}
.hide-text {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.no-scroll {
    overflow-y: hidden;
}
.clear::after {
    clear: both;
    content: "";
    display: block;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}


* {
    box-sizing: border-box;
}


/**Took out bcvideo stuff for now***/

.bg-red {
    background-color: #e50000;
}
.bg-black {
    background-color: #000;
}
.bg-white {
    background-color: #fff;
}
.bg-slate {
    background-color: #8aadbf;
}
.bg-blue-lt{
    background-color: #bde6ee;
}
.bg-orange {
    background-color: #f29111;
}
.bg-blue {
    background-color: #00758f;
}
.bg-blue-link{
    background-color: #1f4f82;
}
.bg-green {
    background-color: #3a913f;
}
.bg-burgundy {
    background-color: #942645;
}
.bg-slate-dk {
    background-color: #324b5c;
}
.bg-grey-xlt {
    background-color: #f4f4f4;
}
.bg-grey-dk {
    background-color: #4e5052;
}
.bg-orange {
     background-color: #f29111;
 }
.bg-blue-dk {
    background-color: #003b4d;
}
.bg-blue {
    background-color: #00758f;
}
.bg-green {
    background-color: #3a913f;
}
.bg-burgundy {
    background-color: #942645;
}
/**text**/
.txt-red {
    color: #e50000;
}
.txt-black {
    color: #000;
}
.txt-white {
    color: #fff;
}
.txt-slate {
    color: #8aadbf;
}
.txt-orange {
    color: #f29111;
}
.txt-blue {
    color: #00758f;
}
.txt-blue-link{
    color:#1f4f82;
}
.txt-blue-lt{
    color: #bde6ee;
}
.txt-blue-dk{
    color: #003b4d;
}
.txt-green {
    color: #3a913f;
}
.txt-burgundy {
    color: #942645;
}
.txt-slate-dk {
    color: #324b5c;
}
.txt-grey-xlt {
    color: #f4f4f4;
}
.txt-grey-lt{
    color: #dee0e0;
}
.txt-grey-med{
   color:#939699;
}
.txt-grey-dk {
    color: #4e5052;
}
.txt-orange {
    color: #f29111;
}
.txt-blue {
    color: #00758f;
}
.txt-green {
    color: #3a913f;
}
.txt-burgundy {
    color: #942645;
}
.txt-clear{
    color: transparent;
}

.white{
    color: #ffffff;
}
.black{
    color:#000000;
}
