html,
body {
    height: 100%;
}


.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.navbar-hd {
    background-color: #C40001;
}

.navbar-brand {
    height: 115px;


}

.logo {
    height: 75px;
    margin-top: 8px;
    max-width: 100%;
}


footer {
    background-color:#2B2B2B;
    color:#fff;
    padding: 40px 0;
}

.navbar-collapse {
    margin-top: 50px;
}


.navbar-light .navbar-nav .nav-link {
    color: white;
    font-size: 22px;
    font-family: "Futura";
}

.nav-link2 {
    color: white;
    font-size: 22px;
    font-family: "Futura";
}



.content {
    margin-top: 50px;
}

.follow-links > a {
    color: white;
}

body {
    font-family: "Book Antiqua";
    font-size: 1.25rem;
    color: #000000b8;
    letter-spacing: 0.01rem;
}

.headline {
    font-family: "Futura BdCn BT";
    line-height: 1.5em;
    color: black;
    font-size: 30px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}

.headline:after {
    content:' ';
    position: absolute;
    top:150%;
    left:50%;
    width: 85px;
    border:0.5px solid #C10004;
    border-radius:2px;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    transform:translateX(-50%);
}

.section-title {
    margin-top: 50px;
}

.section-block {
    margin-top: 40px;
}

.card-date {
    color: #C10004;
    font-size: 1.1rem;
}

.news-title {
    font-weight: 700;
    font-family: "Futura BdCn BT";
    font-size: 1.7rem;
    text-transform: uppercase;
    letter-spacing: 0
}

@font-face {font-family: "Futura BdCn BT"; src: url("//db.onlinewebfonts.com/t/7ff388711ea337ff996d69e56df9e991.eot"); src: url("//db.onlinewebfonts.com/t/7ff388711ea337ff996d69e56df9e991.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/7ff388711ea337ff996d69e56df9e991.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/7ff388711ea337ff996d69e56df9e991.woff") format("woff"), url("//db.onlinewebfonts.com/t/7ff388711ea337ff996d69e56df9e991.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/7ff388711ea337ff996d69e56df9e991.svg#Futura BdCn BT") format("svg"); }
@font-face {font-family: "Futura"; src: url("//db.onlinewebfonts.com/t/a2b8528baa4428fbeb7a947208bf6b42.eot"); src: url("//db.onlinewebfonts.com/t/a2b8528baa4428fbeb7a947208bf6b42.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/a2b8528baa4428fbeb7a947208bf6b42.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/a2b8528baa4428fbeb7a947208bf6b42.woff") format("woff"), url("//db.onlinewebfonts.com/t/a2b8528baa4428fbeb7a947208bf6b42.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/a2b8528baa4428fbeb7a947208bf6b42.svg#Futura") format("svg"); }



.news-span {
    background-color: #C40001;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px;
    font-size: 1.1875rem;
    font-family: "Futura";
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
    text-transform: uppercase;
}

.news-img {
    position: relative;
    width: 100%;
    margin: auto;
}

.partner-image {
    height: 10rem;
}

.partner-image {
    white-space: nowrap;
    text-align: center; margin: 1em 0;
}

.partner-image > span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.partner-image > img {
    vertical-align: middle;
}

.biography {
    margin-top: -90px;
    background-color: #EFEAE6;
}

.p-t-60 {
    padding-top: 40px !important;
}

.p-b-60, .p-y-60 {
    padding-bottom: 60px !important;
}

.p-t-30, .p-y-30 {
    padding-top: 30px !important;
}

.m-t-40, .m-y-40 {
    margin-top: 40px !important;
}

.m-t-20, .m-y-20 {
    margin-top: 20px !important;
}

@media (min-width:544px) {
    .hidden-sm-up {
        display:none!important
    }
}

.background-red {
    background: #C40001;
}

.footer-address {
    line-height: 1.2rem;
    font-size: 12px;
}


.follow-title {
    font-family: "Futura";
    letter-spacing: 1px;
}

.post-height {
    height: 300px;
    object-fit: cover;
    filter: brightness(50%);
}

a {
    color: #212529;
}


@media only screen and (min-width: 1440px) {
    .section-block {
        margin-top: 90px;
    }
}

@media only screen and (min-width: 768px) {
    .post-height {
        height: 470px;
    }

    .post-title {
        z-index: 100;
        position: absolute;
        color: white;
        top: 170px;
    }

    .section-block {
        margin-top: 70px;
    }

}

.carousel-indicators > li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    margin-left: 6px;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    font-size: 14px;
    margin-left: 0;
    line-height: 1.25;
    color: black;
    background-color: transparent;
    border: 0 solid #dee2e6;
}

.pagination > .page-item > .page-link, .pagination > .page-item > span {
    border: 0;
    border-radius: 30px !important;
    transition: all .3s;
    padding: 0 11px;
    margin: 0 3px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #999;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    background: 0 0;
    text-align: center;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}


.pagination > .page-item.active > a, .pagination > .page-item.active > a:focus, .pagination > .page-item.active > a:hover, .pagination > .page-item.active > span, .pagination > .page-item.active > span:focus, .pagination > .page-item.active > span:hover {
    background-color: #C40001;
    border-color: #C40001;
    color: #fff;
    box-shadow: 0 4px 5px 0 rgba(156,39,176,.14),0 1px 10px 0 rgba(156,39,176,.12),0 2px 4px -1px rgba(156,39,176,.2);
}

/* NAVBAR */
.main-navbar {
    background-color: #C40001;
}

.second-navbar {
    background-color: #9B0000;
    margin-top: -8px;
    display: none;
}


.navbar-font {
    color: white;
    font-size: 22px;
    font-family: "Futura";
}

.list-navbar {
    list-style: none;
}

.list-navbar-second {
    list-style: none;
}

.main-nav-link:hover {
    color: black;
    text-decoration: none;
}

.main-nav-link {
    color: white;
    font-size: 22px;
    font-family: "Futura";
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.main-navbar-logo {
    height: 75px;
    margin-top: 5px;
    max-width: 100%;
}



main-nav-item.active::before {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    width: 26px;
    height: 26px;
    margin-left: -13px;
    background-color: #9B0000;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.nav-dropdown-menu {
    display: block;
}

.nav-collapse-menu {
    display: none;
}


@media only screen and (min-width: 768px) {
    .main-navbar {
        height: 130px;
        padding-top: 20px;
    }

    .second-navbar {
        height: 50px;
        display: block;
    }

    .nav-dropdown-menu {
        display: none;
    }

    .nav-collapse-menu {
        display: block;
    }


    .list-navbar {
        -ms-flex-direction: row;
        flex-direction: row;
        display: flex;
        margin-top: 60px;
        margin-bottom: 0;
        float: right;
    }

    .list-navbar-second {
        -ms-flex-direction: row;
        flex-direction: row;
        display: flex;
        margin-top: 8px;
    }

    .main-nav-link {
        color: white;
        font-size: 22px;
        font-family: "Futura";
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }



}





.nav-submenu {
    background-color: #9B0000;
    font-family: "Futura";
    color: white;
}
.nav-submenu-item {
    font-size: 20px;
    font-family: "Futura";
    color: white;
}

.nav-submenu-item:hover {
    color: black;
    text-decoration: none;
}



.homepage-title:hover {
    color: white;
    text-decoration: none;
}

.dc-no:hover {
    text-decoration: none;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}


.news-img img {
    object-fit: cover;
    height: 220px;
}

.card-text {
    color: #000000b5;
    line-height: 1.2;
    font-size: 1.1rem;
}

.position-text {
    font-family: "Futura";
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: .5rem;
}

.post-title {
    z-index: 100;
    position: absolute;
    color: white;
    top: 160px;
}

.homepage-title {
    font-weight: 700;
    color: white;
    text-decoration: none;
    font-family: "Futura BdCn BT";
    text-transform: uppercase;
}

.homepage-title {
    font-weight: 700;
    color: white;
    text-decoration: none;
    font-family: "Futura BdCn BT";
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 1.4rem;
}

.homepage-title:hover {
    color: white;
    text-decoration: none;
}


.homepage-subtitle {
    font-family: "Futura";
    color: white;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.3rem;
}

.homepage-subtitle:hover {
    color: white;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .post-title {
        z-index: 100;
        position: absolute;
        color: white;
        top: 230px;
        font-size: 3rem;
    }

    .homepage-title {
        font-size: 3rem;
    }

    .homepage-subtitle {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

}

a:hover {
    text-decoration: none;
}

.team-name {
    font-size: 2.4rem;
}
.team-position {
    font-size: 1.9rem;
}

.blueimp-gallery {
    background: transparent;

}

.pagination > .page-item.active > a, .pagination > .page-item.active > a:focus, .pagination > .page-item.active > a:hover, .pagination > .page-item.active > span, .pagination > .page-item.active > span:focus, .pagination > .page-item.active > span:hover {
    background-color: #C40001;
    border-color: #C40001;
    color: #fff;/
    box-shadow: unset;
}