@import url("https://use.typekit.net/mcs1iiy.css");


/* Resets */
html {
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: "filson-soft",sans-serif;
    color: #3a3a3a;
    font-size: .8em;
}

a {
    -webkit-transition: color .25s, background-color .25s, padding .25s, margin .25s, height .25s, width .25s, opacity .25s;
    -moz-transition: color .25s, background-color .25s, padding .25s, margin .25s, height .25s, width .25s, opacity .25s;
    -ms-transition: color .25s, background-color .25s, padding .25s, margin .25s, height .25s, width .25s, opacity .25s;
    transition: color .25s, background-color .25s, padding .25s, margin .25s, height .25s, width .25s, opacity .25s;
}

    a:hover {
        text-decoration: none;
    }

.padding-0 {
    padding-left: 0;
    padding-right: 0;
}


/* Theme */
body {
    
    background-size: cover;
    background-color: #8BA6C4;
}

.dark-bg {
    color: #fff;
    filter: brightness(100%);
}

.btn {
    font-size: .9em
}

.btn-default {
    background: #002144;
    color: #fff;
    border-radius: 50px;
    font-size: .7em;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700
}

    .btn-default:hover {
        background: #7091b6;
        color: #fff;
    }

a {
    color: #7091b6;
    font-weight: 700;
}

h1,h2 {
    font-size: 2em;
}

h4 {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 20px;
}

h6 {
    font-size: .6em;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
}

/* Header */
.header {
    background: #fff;
}
.header .banner-margin {
    margin-right: -15px;
    margin-left: -15px;
}
.update-section {
    background-size: cover !important;
    background-position: center !important;
    padding: 30px;
    min-height: 290px;
    margin-left: -3px;
    filter: brightness(100%);
}

.update-section h1 {
    margin-bottom: 30px;
}

.update-section h1 a {
    color: #fff;
}

.div-outline {
    border: 1px solid;
    border-radius: 0;
    padding: 10px 15px;
}
.select-news {
    margin-right: -3px;
}
.news-header {
    background: #d65f31;
    padding: 20px 30px;
}

    .news-header h6 {
        margin: 0;
    }

.news-items {
    padding: 20px 30px;
}

    .news-items h6 {
        margin: 0;
    }

.news-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.news-link {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration:none;
}


/* Mid */
.mid {
    padding: 50px 30px;
    background: #eee;
}

.section-body {
    padding-top: 30px;
}

.link-box {
    background: #fff;
    border: 1px solid #7091b6;
    padding: 20px;
    height: 100%;
}

    .link-box h4 {
        margin-top: 15px;
    }

/* Footer */
.footer {
    padding: 50px 30px;
}

    .footer .btn {
        margin-top: 10px;
    }


/* Media Queries */
@media (max-width:767px) {
    .link-box {
        margin-bottom: 30px;
    }
}

@media (max-width:1200px) and (min-width: 990px) {
    .link-box a {
        position: relative;
        left: -30px;
        top: 10px;
    }
}
