html {
    font-family: ProximaNova-Regular,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body, html {
    height: 100%;
    min-height: 100%
}

body {
    margin: 0;
    background-color: #efefef
}

body, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0
}

header {
    display: block
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-style: none
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 .5rem;
    color: #000;
    font-weight: 500
}

h1 {
    font-size: 2.25rem
}

p {
    font-size: .875rem
}

p, strong {
    color: #000
}

a {
    transition: color .15s ease-in-out;
    background-color: transparent;
    color: #bf2716;
    text-decoration: none;
    cursor: pointer;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects
}

    a:hover {
        color: #831a0e;
        text-decoration: none
    }

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, :after, :before {
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

@media (min-width:576px) {
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.c-navbar {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    min-height: 70px;
    padding: 13px 30px;
    border-bottom: 1px solid #e6eaee;
    background-color: #fff
}

@media (max-width:768px) {
    .c-navbar {
        padding: .625rem .9375rem
    }
}

.c-navbar__brand {
    display: inline-block;
    width: 120px;
    height: 35px;
    margin: 0 20px 0 0
}

@media (max-width:768px) {
    .c-navbar__brand {
        margin-right: auto
    }
}

.c-card {
    position: relative;
    border: 1px solid #efefef;
    border-radius: 4px;
    background-color: #fff
}

.c-card__body {
    padding: 1.875rem
}

.o-page {
    position: relative;
    height: 100%
}

.u-h4 {
    font-size: 1.25rem
}

.u-text-large {
    font-size: 1rem !important
}

.u-text-right {
    text-align: right !important
}

.u-float-left {
    float: left !important
}

.u-float-right {
    float: right !important
}

.u-clearfix:after {
    display: table !important;
    clear: both !important;
    content: "" !important
}

.u-m-zero {
    margin: 0 !important
}

.u-mr-zero {
    margin-right: 0 !important
}

.u-ml-auto {
    margin-left: auto !important
}

.u-mt-small {
    margin-top: .9375rem !important
}

.u-mb-small {
    margin-bottom: .9375rem !important
}

.u-ml-medium {
    margin-left: 1.875rem !important
}

.u-mb-large {
    margin-bottom: 3.125rem !important
}

