body, html {
    background: #efefef;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
}
a, a:active, a:hover {
    color: #F6C510;
    font-weight: bold;
}

#logo, #logo img {
    width: 64px;
}
.navbar-brand-moto {
    margin: 0 13px;
    font-weight: normal;
}
.navbar-brand-moto:hover {
    font-weight: normal;
}
#header-nav {
    background: #585858;
    color: #ffc815;
    text-align: center;
    max-width: 100%;
}
footer ul {
    margin: 13px;
}
.navbar-brand {
    color: #efefef!important;
    margin: 0 5px;
    font-size: 1rem;
}
.news-left {
    overflow-y: auto;
    padding-bottom: 8px;
}
.news-right {
    height:auto;
}
.navbar-nav .nav-item {
    padding: 3px 0;
}

#header-nav-menu .navbar-nav .nav-item:hover, .nav-entry .nav-item:hover {
    border-bottom: 1px solid #3c3c3c;
}
#header-nav-menu .navbar-nav .nav-item a:hover, .nav-entry .nav-item a:hover {
    text-decoration: none;
}
#header-nav-menu .navbar-nav .nav-item, .nav-entry .nav-item {
    border-bottom: 1px solid #585858;
}

.nav-entry {
    width: 100%;
}

.navbar-right {
    margin: auto;
}

.navbar-nav .nav-item.active {
    border-bottom: 1px solid #3c3c3c;
}

.navbar-nav .nav-item.active a {
    font-weight: normal;
}

.navbar-nav .nav-item a {
    line-height: 30px;
    font-weight: normal;
    font-size: 13px;
}
.seminars {
    margin: 0;
}
.seminars tr td:first-child {
    width:200px;
}
.seminars tr td:last-child {
    text-align: center;
}

footer {
    background: #585858;
    color: #ffc815;
    text-align: center;
    padding: 3px;
}

.blog-post img {
    width: 256px;
    margin: 0 13px 13px 0;
}
header nav {
    padding: 0 13%!important;
}
.site-body {
    padding: 21px 13%;
}
@media only screen and (max-width: 992px) {
    .site-body {
        padding: 21px 17px;
    }
    header nav {
        padding: 0 1rem!important;
    }
    #header-nav-menu {
        margin: 0;
    }
    .news-left .media-body {
        padding: 0 5px;
    }
}

.content-box {
    max-width: 400px
}

div > ul > li > p:first-child {
    font-weight: bold;
}

.social-media-icon img {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.smi {
    width: 61.1px;
    height: 61.1px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    font-size: 1.25rem;
    line-height: 1.5;
}
.smi i {
    font-size: 1.625rem;
    line-height: 61.1px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
}

.news-item, .post {
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin:5px;
}

.news-item .media-object {
    height: 150px;
    margin-right: 13px;
}

.post .media-object {
    width: 200px;
    margin-right: 13px;
}
.news-item a {
    color: black;
}
.list-inline li {
    display: inline;
    margin: 0 5px;
}
.news-item .list-inline {
    margin: 0;
}
.news-item .media-heading {
    padding: 5px 0;
}
.news-item p {
    margin: 3px 5px 3px 0;
}

.news-left::-webkit-scrollbar-track, body::-webkit-scrollbar-track, html::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.news-left::-webkit-scrollbar, body::-webkit-scrollbar, html::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

.news-left::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb
{
    background-color: #4B4E30;
    border: 2px solid #4B4E30;
}
.grid-item {
    width: 200px;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin:5px;
}
header, footer {
    border-top: 1px solid #424242;
    border-bottom: 1px solid #424242;
}
iframe {
    width:100%;
    height: 377px;
    border: 0;
}
.schools img {
    max-height: 377px;
}
.schools table td {
    padding-right: 8px;
}