html, body {
    font-family:"PT Sans";
}
a {
    color:#05537b;
}
a:hover {
    color:#05537b;
    background:transparent;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height:1;
}
.container {
    width:100%;
    padding-right:0;
    padding-left:0;
    margin-right:auto;
    margin-left:auto;
}
#header-body {
    background:#05537b;
    margin:0;
    height:auto;
    border-bottom:0;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1rem;
}
#logo-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top:0;
    margin-bottom:0;
    height:auto;
    float:none;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
#logo-container img {
    width:100%;
    display:block;
    vertical-align:middle;
}

#primary-menu {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
}

#primary-menu ul li a {
    font-size:15px;
    font-family:"PT Sans";
    text-transform:uppercase;
}


#header_right_section {
    width:auto;
    float:none;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top:0;
}
#search-box {
    float:none;
    margin-left: auto;
    border-bottom:1px solid white;
    padding-bottom:25px;
}

#primary-menu ul {
    margin-left: auto;
}

#primary-menu ul li a {
    color:white;
    padding: 0 5px;
}
#primary-menu ul li.current-menu-item a {
    background-color:transparent;
    color:white;
}
#primary-menu ul li.menu-item {
    margin-right: 7px;
}
#primary-menu :not(li) > ul > li.menu-item:last-child {
    margin-right: 0;
    border: 1px solid #fff;
    padding: 0 8px;
    background-color: #fff;
    border-radius: 5px;
    position:relative;
    top: 8px;
}
#primary-menu :not(li) > ul > li.menu-item:last-child a {
    color: #05537b;
    font-size: 15px;
}
#primary-menu ul li.current-menu-parent li.current-menu-item a {
    background-color:transparent;
    color:#555555;
}
#primary-menu ul li a:hover, #primary-menu ul li:hover>a {
    background:transparent;
}
#primary-menu ul li ul a {
    color:#555555;
}
#primary-menu ul li ul a:hover {
    color:#05537b;
}
#search-input-wrap input[type="text"] {
    width: 170px;
    padding: 2px 2px 2px 4px;
    border: 0px;
    color: white;
    margin: 0;
    background-color: transparent;
    height: 18px;
    margin-right: 4px;
    font-size: 12px;
}

#search-box #search-icon-wrap {
    color:white;
}

.news-slider-wrap {
    width:100%;
    padding:0;
    height:auto;
    max-height:450px;
    border:0;
}

.news-slider-image.format-standard {
    width: 100%;
    height: 450px;
    max-height: 450px;
    overflow: hidden;
    margin: 0;
    position: relative;
}

.news-slider-image > a > img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    width: 100%;
    height:auto;
}

.news-slider-content {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,.1), rgba(0,0,0,.3));
    background: rgba(0,0,0,.3);
    width: 100%;
    text-align:center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.news-slider-content h2 a {
    color:#ffffff;
}
div.news-slider-content div.entry_content div.entry_excert {
    color:#ffffff;
    margin-top: 10px;
    display:none;
}
.news-slider-content .entry_content {
    color: white;
}

.news-slider-pagination-wrapper {
    text-align:center;
    padding-top:15px;
}
ul.news-slider-pagination {
    display:inline-block;
    height: 60px;
}

ul.news-slider-pagination li {
    display: block;
    float: left;
    width: 30px;
    text-align: center;
}
ul.news-slider-pagination li a:hover {
    background:transparent;
}
ul.news-slider-pagination li .fa-circle{
    display:inline-block;
}
ul.news-slider-pagination li .fa-circle.active{
    display:none;
}
ul.news-slider-pagination li.slideactive .fa-circle{
    display:none;
}
ul.news-slider-pagination li.slideactive .fa-circle.active{
    display:inline-block;
}
.news-slider-prev, .news-slider-next {
    display:none;
}

#content {
    width:90%;
    padding:0;
    margin-left:auto;
    margin-right:auto;
}

.entry_title a, .post-list .entry .entry_title a, .entry_title a, .hcategory-blockbig .hcategory-first .entry_title a {
    vertical-align:top;
    line-height:1.1;
}
.hcategory-first .entry_image {
    float:none;
    width:100%;
    height:auto;
    display:block;
    margin-right:25px;
}
.hcategory-first .entry_title {
    margin-bottom:0;
    margin-top:15px;
}
#home-category-block .post-list .entry_title {
    margin-bottom:0;
    margin-top:15px;
}

#content .postcontent {
    width:100%;
    margin-right:0;
}

#content .titlebg span {
    margin-left: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 1.6rem; 
}

.todays-news, 
.featured-stories, 
.recipe-feed, 
.sidebar 
.widget, 
.archive 
.post-list {
    margin-bottom: 50px;
    padding: 20px 30px;
    border: 1px solid rgb(247, 247, 247);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.06);
}

.hcategory-first {
    margin-bottom:25px;
    overflow: hidden;
}

.entry_meta {
    color:#555555;
    font-size:12px;
}
.entry_excert {
    color:#555555;
}

#home-category-block .hentry {
    margin-bottom:25px;
    border-top:0;
}

#content .widget {
    width:100%;
}

#subscribe-link {
    margin: 15px 0;
    font-weight: bold;
}

#footer_all {
    border-top: solid 2px #CCCCCC;
    padding: 0;
}

#copyrights {
    width:100%;
    height:auto;
}

.we-are-advocate-health__text 
{
    font-size: 20px;
}

#copyrights .we-are-advocate-health img {
    width: 100%;
    max-width: 400px;
}

#copyrights .col_half {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 11.5px;
}
#copyrights #social {
    font-size: 18px;
    margin-top: 3px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#copyrights #social a {
    line-height:18px;
    margin-left:15px;
}
#copyrights #footer-fb {
    height: 23px;
    margin-bottom: -1.5px;
}
#breadcrumbs {
    width:90%;
    position: relative;
    background: transparent;
    border-top: 0;
    border-bottom: 0;
    font-size: 11px;
    text-shadow: 1px 1px 1px #FFF;
    color: #555555;
    line-height: 21px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left:auto;
    margin-right:auto;
}
#breadcrumbs a {
    border:0;
}
h3.titlebg {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
}

.post-list .entry {
    margin-bottom:20px;
    border:0;
}

.single .entry #page_title h1 {
    font-size: 28px;
    line-height: 26px;
    padding-bottom: 0px;
    color: #05537b;
}

.entry .entry_author span {
    vertical-align: bottom;
    font-size: 14px;
    line-height: 1.1;
}
.entry .entry_author a {
    font-size:14px;
    vertical-align:bottom;
    border-bottom:0;
    text-decoration:underline;
    color:#05537b;
}

.sociable  {
    margin-bottom:20px;
}
.sociable span {
    margin-right:15px;
}
.sociable i {
    font-size:21px;
    margin-right:15px;
}
.pagination a:hover, .pagination .pagi-current {
    background:#05537b;
}

.find-a-doctor .find-a-doctor-links .row {
    margin-top:20px;
}
.find-a-doctor .find-a-doctor-links a {
    border:0;
}
.find-a-doctor .col-4, .find-a-doctor .col-8 {
    height:auto;
}

.hen-subscribe input[type="text"] {
    width: 100%;
    border-radius: 0;
    margin-bottom: 1rem;
    height: 56px;
}
.hen-subscribe input[type="submit"] {
    background: #05537b;
    color: white;
    border-radius: 0;
    width: 100%;
    padding: 15px;
}
::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;  
}
::-moz-placeholder {
   font-style: italic;  
}
:-ms-input-placeholder {  
   font-style: italic; 
}

.postcategoryauthor-widget  .entry_image {
    float:none;
    padding:0;
    margin-bottom:15px;
}
.postcategoryauthor-widget .row {
    margin-left:0;
    margin-right:0;
    margin-bottom:15px;
}
#savicom_signup_form {
    margin-bottom: 0;
}
#search-icon-wrap .fa-search {
    display: block;
}

@media screen and (max-width: 480px) {
	#copyrights a {
		font-size: 10px !important;
	}
}

@media (min-width:576px){
    #content .titlebg span {
        font-size:1.75rem; 
    }

    h3.titlebg {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .container {
        max-width:540px;
        padding-right:15px;
        padding-left:15px;
    }
    
    #logo-container {
        width:270px;
        margin-right:0;
    }

    #primary-menu ul li.current-menu-parent li.current-menu-item a {
        background-color:transparent;
    }	
}

@media (min-width:768px){
    .container {
        max-width:720px;
    }
    
    #content {
        width:100%;
    }
    
    div.news-slider-content div.entry_content div.entry_excert {
        display:block;
    }
    .news-slider-prev, .news-slider-next {
        display:block;
    }
    #breadcrumbs {
        line-height: 40px;
        width:100%;
    }
}

@media (min-width:992px){
    .container {
        max-width:960px;
    }
    .hcategory-first .entry_image {
        float:left;
        width:260px;
        height:auto;
    }
    .hcategory-first .entry_title {
        margin-top:0;
    }
    #home-category-block .post-list .entry_title {
        margin-top:0;
    }
    #copyrights #social {
        justify-content: flex-end;
        align-items: flex-end;
        display: inline-flex;
        float: right;
        clear: both;
    }
}

@media (min-width:1200px){
    .container {
        max-width:1140px;
    }
    
    #content .postcontent {
        width:60%;
        margin-right:5%;
    }

    #content .sidebar {
        width:35%;
    }
}

@media screen and (max-width: 1200px) {

    #toggle {
        float: right;
        position: absolute;
        top: 35px;
        right: 5px;
        width: 80px;
        height: 24px;
    }
    #toggle i {
        display:inline-block;
    }
    #toggle .fa-search {
        margin-right:15px;
    }
    #toggle .fa-search:before {
        color:#ffffff;
        font-size:30px;
    }
    #toggle .fa-bars:before {
        color:#ffffff;
        font-size:30px;
    }
    #logo-container {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    #popout {
        position: fixed;
        height: 100%;
        width: 250px;
        background: rgb(25, 25, 25);
        background: rgba(25, 25, 25, .9);
        color: white;
        top: 0px;
        left: -250px;
        overflow:auto;
        z-index: 999;
    }
    #header-body #primary-menu {
        height:0;
    }
    #search-input-wrap input[type="text"] {
        width:auto;
        height:35px;
        font-size:21px;
    }
    #search-box #search-icon-wrap {
        font-size:26px;
    }
 
    .nav-menu li { 
        border-bottom:1px solid #eee; 
        padding:20px;
        width:100%;
    }
 
    .nav-menu li:hover { 
        background:#CCC;
    }
 
    .nav-menu li a { 
        color:#FFF;
        text-decoration:none;
        width:100%;
    }
    
    #primary-menu ul li {
        float:none;
    }
    #primary-menu ul #menu-item-52 {
        margin-bottom: 10px;
    }
    #primary-menu #menu-main-menu li.menu-item-type-custom:first-child {
        margin:0px 0px 0px 10px;
    }
    #primary-menu #menu-main-menu li.menu-item-type-custom.current-menu-item:first-child a {
        background:transparent;
        text-indent:0;
        padding:0;
    }
    #primary-menu #menu-main-menu li {
        margin-left:10px;
    }
    #primary-menu #menu-main-menu li a {
        padding:0;
        font-weight: 100;
    }
    #primary-menu :not(li) > #menu-main-menu > li.menu-item:last-child a {
        font-weight: 700;
    }
    #primary-menu .menu-item-51.sfHover {
        height:auto;
    }
    #primary-menu .menu-item-51.sfHover ul {
        display:block;
        visibility:visible;
        position: relative;
        max-height: none;
        background: transparent;
        border: 0;
        margin:0;
        padding:0;
    }
    #primary-menu .menu-item-51.sfHover ul li a {
        color:#ffffff;
    }
    #primary-menu ul li.current-menu-parent li.current-menu-item a {
        background-color:transparent;
        color:#ffffff;
    }

    #primary-menu :not(li) > ul > li.menu-item:last-child {
        display: inline;
        border-radius: 10px;
        margin-top: 5px;
        padding: 7.5px 18px;
    }
}

@media screen and (max-width: 1199px) { 
    .hide-nav-items {
        visibility: hidden;
    }
    #header_right_section {
        position: absolute;
        width: 100%;
        max-width: 100% !important;
        margin: 0;
        padding: 0;
        top: 0;
        left: 0;
        background: #05537b;
        z-index: 998;
    }
    #search-box, #search-input-wrap, #search-input-wrap #top-search{
        width: 100%
    }
    #header_right_section #search-box {
        margin-left: auto;
        margin-right: auto;
        margin-top:30px;
        height:40px;
    }
    .hide-mobile-nav-search {
        display:none !important;
    }
    #search-icon-wrap .fa-search {
        position: absolute;
        right: 2px;
        bottom: 12px;
    }
}
/**********************/
/******Mobile Nav******/
/**********************/

@media screen and (min-width: 1200px) { 
    #toggle {
        display:none;
    }
} 
 
@media screen and (max-width: 768px) {
    #header_right_section {
        width: 100%;
    }
    #header_right_section #search-box {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-top:30px;
        padding-bottom:0;
        height:40px;
    }
    #search-icon-wrap .fa-search {
        position: absolute;
        right: 13px;
        bottom: 13px;
        margin-right: 5px;
    }
}
@media screen and (max-width: 480px) {
    #search-icon-wrap .fa-search {
        position: absolute;
        right: 13px;
        bottom: 13px;
    }
}
@media screen and (max-width: 425px) {
    #search-icon-wrap .fa-search {
        position: absolute;
        right: 5px;
        bottom: 13px;
    }
}
