:focus {
    outline:none;
}
.uppercase {
    text-transform: uppercase;
}

.no-margin {
    margin: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0;
}
.no-margin-top {
    margin-top: 0;
}
.no-padding {
    padding: 0 !important;
}

.no-shadow {
    box-shadow: none !important;
}
.blue {
    background: #0c6ab5 !important;
}
.green {
    background: #4f8008 !important;
}
.yellow {
    background: #b3a100 !important;
}
.orange {
    background: #c18328 !important;
}
.purple {
    background: #82488c !important;
}

.dark-blue {
    background: #37474f;
}
.black {
    background: #01151c !important;
}

.text-center {
    text-align: center;
}
.fs-bigger {
    font-size: 115%;
}
.fs-smallest {
    font-size: 85%;
}

.underline {
    text-decoration: underline;
}

.text-black {
    color: #333 !important;
}
.text-white, .white-text {
    color: white !important;
}
strong, b {
    font-family: "Oxygen Bold";
}
.strong {
    font-weight: bold
}
.block {
    padding: 3rem 0 !important;
    overflow: hidden;
}
.bg-cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.nowrap {
    white-space: nowrap;
}
.overflow {
    overflow: hidden;
}
.white {
    background-color: white
}
a img:focus, a img:active {
    outline: none;
}
.w100 {
    width: 100%;
}
hr.hidden {
    height: 0;
    margin: 3rem 0;
}
.mtb-5rem {
    margin: 4rem 0;
}
.hidden {
    visibility: hidden;
    height: 0;
}
.pr-150px {
    position: relative;
    top: -150px;
}
.no-list li {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: .15rem;
}
table.autoWidth {
    width: auto;
}