@font-face {
    font-family: "Univers-Bold";
    src: url('../assets/fonts/UniversLTStd-Bold.otf');
    font-weight: normal;
}
@font-face {
    font-family: "Univers-Light";
    src: url('../assets/fonts/UniversLTStd-Light.otf');
    font-weight: normal;
}
@font-face {
    font-family: "Univers";
    src: url('../assets/fonts/UniversLTStd.otf');
    font-weight: normal;
}

html {
    -moz-osx-font-smoothing: grayscale;
    font-family: "Univers",Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.font-weight-normal {
    font-weight: 400;
}
.font-weight-bold {
    font-weight: 700;
}
.pull-left{
    float:left;
}

.full-width {
    width: 100%;
}
.center {
    text-align: center;
}
.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;
}

* {
    box-sizing: border-box;
}

.full-width {
    width: 100%;
}
.center {
    text-align: center;
}
.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;
}


/**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-green-dk{
    background-color: #004f35;
}
.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-green {
    color: #3a913f;
}
.txt-burgundy {
    color: #942645;
}
.txt-slate-dk {
    color: #324b5c;
}
.txt-grey-xlt {
    color: #f4f4f4;
}
.txt-grey-dk {
    color: #4e5052;
}
.txt-orange {
    color: #f29111;
}
.txt-blue {
    color: #00758f;
}
.txt-green {
    color: #3a913f;
}
.txt-burgundy {
    color: #942645;
}
.width-100{
    width:100%;
}
.width-80{
    width:80%;
    display: inline-block;
}
.width-50{
    width:50%;
}