a:link, a:visited {
    color: #15475F;
}


.navbar-search-container {
    background-color: #15475F;
}

.news-headline a:link, .news-headline a:visited, .article .news-headline {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #15475F;
}

.article .headline {
    margin-top: 20px;
}

.subscribe-masthead {
    height: 60px !important;
}

.second_half .photo, .second_half .news-text {
    display: none;
}

.second_half .news-headline a:link, .second_half .news-headline a:link {
    margin-left: 2rem;
    font-size: 1rem;
    display: list-item;
    list-style-type: square;

}

.fa-search {
    font-size: 16px;
    color: #15475f !important;
    line-height: 1.3 !important;
    margin-bottom: 0 !important;
}

.search-container {
    margin: .725em 0 0 .725em;
}

.form-control {
    height: auto !important;
    border: 0;    
}
.search-container .btn {
    background-color: white;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url('/img/menu.png') !important;
    border: none;
    width: 28px;
    height: 27px;
}

.navbar-toggler {
    border: 0;
}

.dropdown-menu.show {
    width: 100%;
    border: 0;
}

.navbar-nav li, .navbar-nav li a {
    padding-left: 10px !important; 
}

.dropdown {
    border-bottom: 1px solid #eee !important;
}

.navbar-nav .dropdown-menu {
    background-color: #eee;
    border-radius: 0;
}

.header {
    font-family: 'Bree Serif', sans-serif;
    font-size: 24px;
    color: #15475F;
    text-transform: uppercase;

    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: auto;
    line-height: .5;
     margin-bottom: .9375rem;
    /*line-height: .5;
    margin: 1rem; */
    white-space: nowrap;

}

.header:after {
    content: '';
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    background-color: #eee;
    height: 13px;
    margin-left: 10px;
}


.author {
    font-size: 12px;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
    color: gray;
    margin-bottom: 0;
}

.breadcrumb-drinks, .date-author-container {
    font-size: 13px;
}

.comment-headline {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #15475F;
}
.comment-text {
    font-size: 15px;
}

.headline-sub {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #15475F;
    line-height: 1;
    margin-bottom: 1em;
}

.news-text strong {
    font-weight: normal;
}

.more-news-list {
    list-style-type: square;
    line-height: 1;
    color: #767676;
}

.more-news-list li {
    margin-bottom: 1em;
}

.more-news-list li a:link {
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    color:#15475F;
}

.newsletter-signup-container .btn {
    background-color: #15475F;
    color: white;
}

.newsletter-textfield {
    border: 1px solid #ced4da !important;
}

.footer-links-container {
    background-color: #EEEEEE;
    padding-left: 2em;
}

.footer-links-container a {
    display: inline-block;
    width: 100%;
}

.footer-links-container a.footer-link:link, .footer-links-container a.footer-link:visited  {
    font-family: 'Bree Serif', sans-serif;
    font-size: 14px;
    color: #15475F;
    padding: .225em;
}

.footer-links-container a.footer-sublink:link, .footer-links-container a.footer-sublink:visited  {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #15475F;
    text-indent: 10px;
}

#searchtext {
    background-clip: border-box !important;
}
ul.general_ul {list-style: inside disc !important;}
ol.general_ol {list-style: inside decimal !important;}