body {
    /*padding-top: 54px;*/
    font-family: 'FFMarkWeb','Helvetica Neue','Helvetica','Arial','Sans-serif';
    color: #212121;
    padding-top: 48px;
    height: 100%;
}


@media (min-width: 992px) {
    body {
        /*padding-top: 78px;*/
    }
}


@media (min-width: 992px) {
    .navbar-brand {
        padding-left: 88px;
    }
}



.cf-header-container {
    /*padding-top: 24px;*/
}


header.masthead {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header.masthead > .overlay {
    /*padding: 4rem 0;*/
    padding: 5rem 0px 2rem 0px;
    text-align: center;
}

@media (min-width: 992px) {
    header.masthead > .overlay {
        /*padding: 4rem 0;*/
        padding: 3rem 0px 3rem 0px;
    }
}


#outer {
    width: 100%;
    text-align: center;
    margin-top: 1REM;
}


@media (min-width: 992px) {
    #outer {
        margin-top: 1.5REM;
    }
}

#inner {
    display: inline-block;
    text-align: left;
    float: none;
}

.swag-line:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    z-index: 2;

    background-color: #0082f4;
    background: -webkit-linear-gradient(45deg, #27a6fe, #0082f4);
    background: linear-gradient(45deg, #27a6fe, #0082f4)
}

.cf-navbar {
    border-bottom: 1px solid #ddd;
    padding-top: 0px;
    padding-bottom: 0px;
}

.grey-border {
    /*border: 1px solid #ddd;*/
    border: 1px solid #e4e5e6;
}

.cf-section {
    margin-top: 1rem;
}

.cf-box {
    /*background-color: #f9f8f7;*/
    background-color: rgba(249, 248, 247, 0.4);
    /*border: 1px solid #e4e5e6;*/
    border: 1px solid rgba(228, 229, 230, 0.5);
}

.cf-ul {
    padding-left: 20px;
}

.cf-hd-attention {
    /*color:#0077bb;*/
    /*border-bottom: 4px solid #f7751f;*/
}


.cf-hd-underline:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    background-color: #f7751f;
    border-radius: 2px;
    width: 50px;
    height: 3px;
}


.cf-header-summary {
    margin-top: 1REM;
}

@media (min-width: 992px) {
    .cf-header-summary {
        margin-top: 2REM;
    }
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    font-weight: 500;
}

.cf-nav-underlined {
    border-bottom: 2px solid rgb(247, 117, 31);
    border-radius: 2px;
}


/*
// Resetting from the mobile up!
//
// Dropping the root* element font size to 14px is something
// I do on almost all projects, a 16px font size on mobiles
// is not normally needed. --> Only my opinion of course!
//
// At mobile size I used the scale "Major Second" from
// type-cale.com to set out the heading sizes as well as the
// "Major Third" scale for the .display-* classes however my
// technique was to begin the scale from the h1's front size.
// To do this simply do the h1 font size * scale size. So in
// in this example it was 1.602 * 1.250 = 2.0025 I went with
// 2em to keep it simple.
//
//------------------------------------------------------------//
*/
html,
body {
    font-size: 14px !important;
}
h1 {
    font-size: 1.602em;
}
h2 {
    font-size: 1.424em;
}
h3 {
    font-size: 1.266em;
}
h4 {
    font-size: 1.125em;
}
h5 {
    font-size: 0.889em;
}
h6 {
    font-size: 0.79em;
}
.display-1 {
    font-size: 3.906em;
}
.display-2 {
    font-size: 3.125em;
}
.display-3 {
    font-size: 2.5em;
}
.display-4 {
    font-size: 2em;
}

/*
// Medium devices (tablets, 48em and up)
//
// At this point you have overridden Bootstraps rem's and are
// into module based font sizes should you require it.
//
// I took a while over this change because I felt that there
// is no reason why I cant use a modified scale on another
// device size. So I did, the headings have now taken on
// "Perfect Fourth" and the dislpay-* has been put to the
// Bootstrap defaults.
//
//------------------------------------------------------------//
*/
@media (min-width: 48em) {
    h1 {
        font-size: 2.441em;
    }

    h1.cf-top-header {
        font-size: 30px;
        font-weight: 500;
        line-height: 1.2;
        color: #26292C;
    }

    h2 {
        font-size: 1.953em;
    }
    h3 {
        font-size: 1.563em;
    }
    h4 {
        font-size: 1.25em;
    }
    .display-1 {
        font-size: 6em;
    }
    .display-2 {
        font-size: 5.5em;
    }
    .display-3 {
        font-size: 4.5em;
    }
    .display-4 {
        font-size: 3.5em;
    }
}

/*Large devices (desktops, 62em and up)*/
@media (min-width: 62em) {
    html,
    body {
        font-size: 16px !important;
    }
}

/*Extra large devices (large desktops, 75em and up)*/
@media (min-width: 75em) {
    html,
    body {
        font-size: 18px !important;
    }
}

