body {
    background-color: #f0f0f0;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    color: #404041;
    text-decoration: none;
}

h1 {
    font-style: normal;
    font-weight: normal;
    color: #2f4f70;
    padding-top: 0px;
    text-decoration: none;
    margin-bottom: 10px;
    line-height: 28px;
}

h2 {
    color: #8c1855;
    font-size: 16px;
    margin-bottom: 0.4em;
    margin-top: 0;
    line-height: 22px;
}

a:hover {
    color: #ed951f !important;
}

.container {
    background: #FFF !important;
}

.header-banner {
    text-align: right !important;
}

.navbar-default {
    background: none !important;
    border: none !important;
    border-bottom: 1px #aeaeae solid !important;
}

.navbar-default .navbar-nav>li>a {
    color: #8c1855 !important;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #aeaeae !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: none !important;
    color: #aeaeae !important;
}

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}

.dropdown-menu>li>a{
    color: #8c1855;
    font-size: 13px;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

#navbar {
    float: right;
}
.row.article {
    padding: 20px 0 !important;
}

.content-title {
    background-color: silver;
    color: white;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
}

ul.sidebar-list,
ul.sidebar-list-border {
    padding: 0;
}

.sidebar-list,
.sidebar-list-border {
    list-style: none;
}

ul.sidebar-list li a {
    color: #1492E7 !important;
    font-size: 12px;
    font-weight: bold;
}

.sidebar-list-border li {
    padding-top: 10px;
    border-bottom: 1px solid #aeaeae;
}

ul.sidebar-list-border>li>a {
    font-size: 12px;
    font-weight: bold;
    color: #095BAF; 
}

.title {
    margin-bottom: 8px;
    text-transform: uppercase;
}

.title a {
    padding: 5px;
    font-size: 13px;
    color: #FFFFFF;
}

.title a:hover {
    color: #fff !important;
}

.tags ul {
    padding: 0 !important;
    margin: 0;
    font-size: 12px;
}

.tags ul li {
    display: inline-block;
}

.tags a:hover {
    text-decoration: underline;
}

.newsletter-box {
    padding: 10px;
    font-size: 10.5px;
    background-color: #F9F9F9;
    border: 1px solid gray;
}

.newsletter-box h3 {
    margin: 10px 0;
    color: #8c1855;
    font-size: 15px;
    font-weight: bold;
}

.newsletter-box input[type="email"] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.newsletter-box button[type="submit"] {
    color: white;
    background-color: #E08802;
    border: 0px;
    margin: 10px 0;
    font-size: 11px;
    padding: 5px;
    width: 25%;
}

ul.social-icons {
    padding: 0;
}

ul.social-icons li {
    display: inline-block !important;
}

ul.social-icons img {
    width: 26px;
    height: 26px;
}

.row article, .read-more {
    font-size: 12px;
    padding: 0;
}

article h1 {
    font-size: 24px;
    line-height: 28px;
}

article h1 span {
    color: #fff;
    padding: 4px;
}

article {
    font-size: 15px;
}
article .tags .col-md-6 {
    padding: 0;
}

.article {
    margin-bottom: 40px;
}

#featured-post-image {
    margin: 10px 0 20px 0;
}
#featured-post-image img {
    width: 100%;
    padding: 0;
    border:1px solid #BDBDBD;
}
.featured-post-image-small{
    border: 1px solid #BDBDBD;
}

.gradient-top {
    background-image: url(/bundles/blog/images/middle_group_shadow.png);
    background-repeat: repeat-x;
    height: 20px;
    padding: 0 !important;
    /* margin: 0 !important; */
}

.left-pre-menu {
    text-align: right;
    border-bottom: 1px #aeaeae solid;
    font-weight: bold;
    font-size: 12px;
    color: #337ab7;
}

.left-pre-menu ul li {
    display: inline-block !important;
    padding: 0 10px;
}

ul.footer-links {
    padding-left: 0 !important;
    margin-left: 0 !important;
    color: #FFFFFF;
}

.footer-links li {
    font-size: 11px;
    font-weight: bold;
    display: inline-block !important;
}

.footer {
    padding-top: 20px;
    min-height: 115px;
    border-top: 3px #f5822b solid;
    background-color: #6d6e70 !important;
}

.footer a {
    color: #FFF;
}

.footer .disclaimer {
    font-size: 11px !important;
    color: #babcbe !important;
}


/*no borders and no paddings*/

.padding-vertical {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.no-padding-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-padding-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-margin-vertical {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.no-margin-horizontal {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.box-author {
    min-height: 130px;
    background: #d1d1d1;
    padding:25px;
}
.submit {
    color: white;
    background-color: #E08802;
    border: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11px;
    padding: 5px;
}
.breadcrumb {
    color: gray !important; 
    padding: 10px 0px 0px 0px;
    background: none; 
    font-size: 11px;
}
.breadcrumb>ul {
    padding: 0;
    margin: 0;
    list-style: none;

}
.breadcrumb>ul>li {
    color: gray !important;
    display: inline;
}
.breadcrumb>ul>li>a {
    font-weight: bold;
    color: gray;
}
.author-profile-box {
    display: flex; 
    flex-wrap: wrap;
    align-items: center; 
    margin: 10px 0;
    padding: 0;
    background: #F7F7F7;
    border: 1px solid #D1D1D1;
}

.author-image {
    text-align: left; 
    padding: 0;
}

.author-image-overlay {
    width: 16%;
    margin-left: -17%; 
}

.author-description {
    padding: 0px 10px;
    color: #000000;
    font-size: 12px;
}

.author-description a p {
    margin: 5px 0px 0px 0px;
    font-size: 13px;
}

.author-name {
    margin: 0;
    font-size: 24px !important; 
    color: #2f4f70;
}

.author-description {
    color: #000000;
    font-size: 12px;
}

.share-buttons p{
    color: #2f4f70;
    font-size: 11px;
    text-align: right;
}

.published-by {
    margin: 10px 0;
    font-size: 11px;
    color: #989898;
}

.published-by a {
    color: #616161;
}

.published-by a:hover {
    color: #ed951f !important;
}

.author-image-small {
    width: 10px;
    margin-bottom: 2px;
}

.post-views {
    color: #000;
}

.most-popular {
    padding-bottom: 45px;
}

.caret {
    color: #E08802;
}

.navigation {
    padding: 0;
    text-align: right
}