body {
    background: #fff;
    font-family: 'Red Hat Text';
    font-style: normal;
    font-weight: normal;
    color: #4e4e4e;
    line-height: 22px
}

.btn-dash {
    color: #fff;
    background-color: #000;
    border: 1px solid #c91616;
    border-radius: 6px;
    margin: 5px 5px
}

.btn-dash:hover {
    color: #fff;
    background-color: #c91616;
    border-color: #000
}

.btn-dash-active {
    color: #fff;
    background-color: #420405;
    border-color: #000
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Red Hat Text';
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

h4 {
    font-size: 16px
}

a {
    color: #c52d2f;
    -webkit-transition: color .3s, background-color .3s;
    -moz-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s
}

a:focus,
a:hover {
    color: #d43133
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff
}

.btn-primary {
    padding: 8px 20px;
    background: #c52d2f;
    color: #fff;
    border-radius: 4px;
    border: none;
    margin-top: 10px
}

.btn-primary:focus,
.btn-primary:hover {
    background: rgba(75, 2, 3, 1);
    outline: 0;
    box-shadow: none
}

.btn-transparent {
    border: 3px solid #fff;
    background: 0 0;
    color: #fff
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, .5)
}

a:focus,
a:hover {
    color: #111;
    text-decoration: none;
    outline: 0
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 180px
}

.ffs h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px
}

.center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px
}

.media>.pull-left {
    margin-right: 20px
}

.media>.pull-right {
    margin-left: 20px
}

body>section {
    padding: 70px 0
}

.center {
    text-align: center;
    padding-bottom: 55px
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn
}

.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0
}

.bg-bluelight {
    background-color: #01a5d7
}

.bg-blueCocky {
    background-color: rgba(6, 109, 122, 1)
}

.bg-black {
    background-color: #000
}

.bg-gold {
    background-color: gold
}

.bg-blue {
    background-color: #243e8b
}

.bg-green {
    background-color: rgba(12, 122, 38, 1)
}

.bg-white {
    background-color: #fff
}

.bg-white-dark {
    background-color: rgba(247, 247, 247, 1)
}

.cl-white {
    color: #fff
}

.cl-white-cream {
    color: rgba(220, 220, 220, 1)
}

.cl-black {
    color: #000
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.no-margin {
    margin: 0
}

.no-padding {
    padding: 0
}