@media (min-width: 769px) {
    .flex::before,
    .flex::after {
        display: none !important
    }
}

.flex {
    flex-wrap: wrap
}

@media (min-width: 769px) {
    .flex {
        display: flex;
        flex-direction: row
    }
}

.flex:not(.flex--wrap) {
    flex-wrap: nowrap
}

.flex-vc {
    align-items: center
}

.flex-hc {
    justify-content: center
}

@media (min-width: 769px) {
    .flex__col-vs {
        align-self: flex-start
    }
}

@media (min-width: 769px) {
    .flex__col-ve {
        align-self: flex-end
    }
}

@media (min-width: 769px) {
    .flex__col-vc {
        align-self: center
    }
}

@media (min-width: 769px) {
    .flex__col-hs {
        align-self: flex-start
    }
}

@media (min-width: 769px) {
    .flex__col-hc {
        align-self: flex-center
    }
}

@media (min-width: 769px) {
    .flex__col-he {
        align-self: flex-end
    }
}

@media (min-width: 769px) {
    .flex__col-c {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.checkbox input[type=checkbox].css-checkbox,
.radio input[type=radio].css-radio {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.checkbox input[type=checkbox].css-checkbox+label.css-label,
.radio input[type=radio].css-radio+label.css-label {
    padding-left: 25px;
    height: 18px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer
}

.naef-col-sidebar .filterblk span {
    font-size: 14px
}

.checkbox input[type=checkbox].css-checkbox:checked+label.css-label,
.radio input[type=radio].css-radio:checked+label.css-label {
    background-position: 0 -20px
}

.checkbox label.css-label,
.radio label.css-label {
    background-image: url(../images/icon-checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio label.css-label {
    background-image: url(../images/icon-radio.png)
}

.select2-container {
    position: relative;
    z-index: 1051;
    display: inline-block;
    margin: 0;
    box-sizing: border-box;
    vertical-align: middle
}

.select2-container .select2-selection__rendered {
    padding: 1.089rem 15px;
    border-color: #006378;
    text-align: left
}

.select2-container .select2-dropdown {
    padding: 0 0;
    border-radius: 0;
    border-top: 0;
    border-color: #006378;
    background-color: #fff;
    transition: none
}

.select2-container .select2-dropdown:focus,
.select2-container .select2-dropdown:active,
.select2-container .select2-dropdown:active:focus {
    box-shadow: none
}

.select2-container .select2-selection__arrow {
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    border-width: .15rem .15rem 0 0;
    color: #006378
}

.select2-container--open .select2-selection__arrow {
    margin-top: 0.2rem
}

.select2-container .select2-search {
    display: block;
    padding: 10px 10px;
    width: 100%
}

.select2-container .select2-search--dropdown .select2-search__field {
    padding: 10px 15px;
    border: 1px solid #006378;
    box-sizing: border-box;
    color: #006378;
    line-height: 1;
    width: 100%
}

.select2-container .select2-search--dropdown .select2-search__field:focus,
.select2-container .select2-search--dropdown .select2-search__field:active,
.select2-container .select2-search--dropdown .select2-search__field:active:focus {
    border-color: transparent;
    box-shadow: inset 0px 0px 0px 2px #006378;
    color: #006378;
    outline: 0;
    outline-offset: 0
}

.select2-container .select2-results {
    display: block
}

.select2-container .select2-results__options {
    overflow: hidden;
    height: 150px
}

.select2-results__option {
    padding: 10px 15px;
    color: #006378
}

.select2-results__option[aria-selected='true'] {
    background: #006378;
    color: #fff
}

.select2-results__option--highlighted[aria-selected='false'] {
    background: rgba(49, 105, 138, 0.75);
    color: #fff
}

.nicescroll-rails {
    border-radius: 5px
}

.customButton {
    padding: 70px
}

p::-moz-selection {
    color: #fff;
    background-color: #00a1ad;
}

p::selection {
    color: #fff;
    background-color: #00a1ad;
}

::-moz-selection {
    color: #fff;
    background-color: #00a1ad;
}

::selection {
    color: #fff;
    background-color: #00a1ad;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset
}

.btn,
.search input.btn,
.bbp-login-links .bbp-register-link {
    padding: 11px 23px;
    border-radius: 2px;
    font-size: 18px;
    transition: all .2s;
    line-height: 21px
}

.btn-default,
.search input.btn-default,
.bbp-login-links .bbp-register-link {
    background: #006378;
    color: #fff
}

.btn-default:hover,
.search input.btn-default:hover,
.bbp-login-links .bbp-register-link:hover {
    background: #00a1ad;
    color: white;
}

#bbp_user_edit_submit,
#main #comment-submit,
#main .comment-submit,
#reviews input#submit,
.bbp-submit-wrapper .button,
.button-default,
.button.default,
.comment-form input[type="submit"],
.fusion-button,
.fusion-button-default,
.fusion-portfolio-one .fusion-button,
.post-password-form input[type="submit"],
.ticket-selector-submit-btn[type=submit],
.tml-submit-wrap input[type="submit"],
.wpcf7-form input[type="submit"],
.wpcf7-submit,
input.button-default {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px
}

.fusion-login-align-left {
    text-align: left
}

@media (max-width: 767px) {
    .width-100 .fusion-fullwidth {
        width: calc(100% + 60px);
    }
    .fusion-builder-column-0>.fusion-column-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.searchform .search-table .search-button input[type=submit] {
    background-color: #153343 !important
}

.searchform .search-table .search-button input[type=submit]:hover {
    background-color: #00a1ad !important
}

.post .entry-title::before,
.accent-heading::before,
h1:before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    border-bottom: 2px solid;
    margin-bottom: 0.5em;
    box-shadow: 0 3px 6px;
}

.title-heading-center:before {
    margin-left: auto;
    margin-right: auto;
}

.post .entry-title {
    margin-top: 50px;
}

.post .entry-title br {
    display: none;
}

h1 {
    font-family: 'Roboto Condensed';
    color: #00a1ad;
}

.accent-heading.center::before {
    margin-left: auto;
    margin-right: auto;
}

body:not(.page) .post-content h2 {
    font-size: 38px;
}

body:not(.page) .post-content h3 {
    font-size: 32px;
}

body:not(.page) .post-content h4 {
    font-size: 28px;
}

body:not(.page) .post-content h5 {
    font-size: 22px;
}

body:not(.page) .post-content h2,
body:not(.page) .post-content h3,
body:not(.page) .post-content h4,
body:not(.page) .post-content h5 {
    margin-top: 1.5em;
    color: #006378;
    font-family: 'Roboto Condensed';
    font-weight: normal;
    margin-bottom: 0.5em;
}

body:not(.page) .post-content h2:before,
body:not(.page) .post-content h3:before,
body:not(.page) .post-content h4:before,
body:not(.page) .post-content h5:before {
    content: "";
    display: block;
    width: 1.5em;
    height: 1px;
    border-bottom: 2px solid;
    margin-bottom: 0.5em;
    box-shadow: 0 3px 6px;
}

#wrapper .post-content blockquote {
    margin-left: 0;
    background-color: #F2FCFC;
    border-color: #1798A3;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #006378;
    padding: 30px;
}


/* #main .post h2 a,
.about-author .title a,
.bbp-forum-header a.bbp-forum-permalink,
.bbp-reply-header a.bbp-reply-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.fusion-content-widget-area .widget .recentcomments,
.fusion-content-widget-area .widget li a,
.fusion-content-widget-area .widget_categories li,
.fusion-load-more-button,
.fusion-rollover a,
.project-content .project-info .project-info-box a,
.shop_attributes tr th,
.single-navigation a[rel="next"]:after,
.single-navigation a[rel="prev"]:before,
body a,
body a:after,
body a:before,
#wrapper .fusion-footer-widget-area .fusion-tabs-widget .tab-holder .tabs li a,
.fusion-footer-widget-area .fusion-accordian .panel-title a,
.fusion-footer-widget-area .fusion-tabs-widget .tab-holder .news-list li .post-holder a,
.fusion-footer-widget-area .jtwt .jtwt_tweet a,
.fusion-footer-widget-area .widget li a:before,
.fusion-footer-widget-area a,
.fusion-content-boxes-8 .heading h2,
.sidebar .widget .heading h4,
.sidebar .widget h4 {
    color: #153343
}

.fusion-footer-widget-area .widget-title,
.fusion-footer-widget-area h3,
.fusion-footer-widget-column .product-title {
    color: #153343
} */

.fusion-footer-widget-area {
    box-shadow: inset 0 14px 6px -9px rgb(0 0 0 / 8%);
}

.fusion-login-box-1 .fusion-login-heading,
.fusion-login-box .fusion-login-caption,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    color: #fff
}

.fusion-login-box-1 h3.fusion-login-heading {
    font-size: 35px
}

#sidebar .bbp-login-form label {
    width: 100px
}

#sidebar .bbp-submit-wrapper,
#sidebar .bbp-submit-wrapper .button {
    margin: 0;
    display: block
}

.bbp-username,
.bbp-email,
.bbp-password {
    font-weight: bold
}

.bbp-username span,
.bbp-email span,
.bbp-password span {
    font-weight: normal;
    font-size: 13px;
    padding-bottom: 15px;
    display: block;
    line-height: 18px
}

#bbpress-forums ul.bbp-forums {
    font-size: 15px
}

.bbp-login-links {
    float: left
}

.bbp-login-links .bbp-register-link {
    display: inline-block;
    text-transform: uppercase
}

@media (min-width: 800px) and (max-width: 1099px) {
    #sidebar .bbp-submit-wrapper .button {
        padding: 7px 14px
    }
}

@media (min-width: 800px) and (max-width: 1099px) {
    .bbp-login-links .bbp-register-link {
        padding: 7px 14px
    }
}

.bbp-submit-wrapper .button,
.bbp-login-links .bbp-register-link {
    margin: 0
}

@media (min-width: 800px) and (max-width: 1099px) {
    .bbp-submit-wrapper .button,
    .bbp-login-links .bbp-register-link {
        font-size: 14px
    }
}

#bbp_user_edit_submit,
#main #comment-submit,
#main .comment-submit,
#reviews input#submit,
.bbp-submit-wrapper .button,
.comment-form input[type="submit"],
.fusion-button-default-size,
.fusion-portfolio-one .fusion-button,
.post-password-form input[type="submit"],
.ticket-selector-submit-btn[type=submit],
.tml-submit-wrap input[type="submit"],
.wpcf7-form input[type="submit"],
.wpcf7-submit {
    padding: 11px 23px
}

span.wpcf7-list-item {
    display: block
}

.fusion-page-title-bar {
    background-color: #00a1ad !important
}

.fusion-button i {
    transition: transform 0.3s ease;
}

.fusion-button:hover i {
    transform: translateX(10px);
}

.tfs-slider .slide-content-container h2,
.tfs-slider .slide-content-container h3,
.fusion-page-title-bar .fusion-breadcrumbs,
.fusion-page-title-bar .fusion-breadcrumbs a,
.main-flex .slide-content h2,
.fusion-main-menu .fusion-dropdown-menu .sub-menu li a,
.fusion-main-menu .sub-menu li a,
.fusion-megamenu-wrapper li .fusion-megamenu-title-disabled,
#toTop,
#toTop:before {
    color: #fff;
}

#bbpress-forums li.bbp-header ul {
    font-size: 19px;
    font-weight: 400
}

.logout-link {
    background: #006378;
    text-transform: uppercase;
    color: #fff !important;
    transition: all .2s;
    border-width: 0px;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 2px;
    display: inline-block;
    transition: all .2s;
    padding: 0 10px;
    margin-left: 0 !important
}

.logout-link:hover {
    background: #00a1ad;
    color: #fff !important
}

@media (min-width: 768px) {
    .sm-half-width {
        max-width: 480px;
        margin: 0 auto
    }
}

.fusion-login-box .fusion-login-form input[type=email],
.fusion-login-box select,
.fusion-login-box textarea {
    border: 1px solid #d2d2d2
}

.form-join {
    padding: 8% 0
}

.form-join .fusion-login-input-wrapper {
    margin-bottom: 10px
}

#f-expert {
    margin-bottom: 20px;
    background: #eee;
    padding: 20px
}

@media (max-width: 767px) {
    .g-recaptcha>div,
    .g-recaptcha iframe {
        width: 100% !important
    }
}

#sidebar .widget_display_topics li {
    margin: 10px 0 !important;
    padding: 10px 20px !important
}

#sidebar .widget_display_topics li div {
    font-style: italic;
    font-size: 12px;
    text-align: right
}

.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
    background-color: #f3f3f3 !important
}

#bbpress-forums {
    font-size: 13px
}

.bbp-forum-title {
    display: block
}

.topic-author {
    display: block;
    clear: both
}

.topic-author .bbp-author-avatar {
    margin-right: 5px
}

.topic-author .bbp-author-avatar img {
    vertical-align: middle
}

.icon-default {
    background-color: #00a1ad;
    color: #fff
}

figure,
picture,
figcaption {
    margin: 0;
    padding: 0
}

.blog--article picture {
    position: relative;
    display: block;
    overflow: hidden
}

.blog--article picture img {
    transform: scale(1);
    width: 100%;
    transition: transform 0.4s ease
}

.blog--article picture:hover img {
    transform: scale(1.2)
}

.blog--article picture:hover .blog--article__icon {
    width: inherit
}

.blog--article picture:hover .blog--article__ititle {
    opacity: 1;
    left: 0;
    visibility: visible
}

.blog--article__icon {
    position: absolute;
    bottom: 0;
    padding: 0.3rem 1.2rem;
    overflow: hidden;
    width: 53px;
    height: 38px;
    transition: width 0.4s ease
}

.blog--article__icon span {
    padding-top: 7px
}

.blog--article__ititle {
    vertical-align: top;
    opacity: 0;
    visibility: hidden;
    position: relative;
    left: 100%;
    transition: left 0.4s ease
}

.blog--article figcaption {
    background-color: white;
    padding: 1.5rem;
    padding-top: 3.5em;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.page-template-page-blog .blog--article figcaption {
    padding-top: 1.5rem;
}

.blog--article figcaption h3 {
    line-height: 25px
}

.fusion-main-menu {
    padding: 15px 0 0;
    margin-top: 17px !important;
    margin-bottom: -10px;
}

.fusion-main-menu .fusion-arrow-svg {
    display: none !important;
}

.fusion-main-menu>ul.fusion-menu>li>a {
    height: auto;
    line-height: normal
}

.fusion-main-menu .menu-text {
    vertical-align: middle;
    height: 35px;
    line-height: 35px
}

.fusion-main-menu .menu-text.button-default {
    height: auto;
    line-height: normal
}

.fusion-dropdown-svg {
    bottom: 7px
}

.fusion-main-menu .fusion-dropdown-menu>.sub-menu {
    margin-top: 17px
}

.category-experts .post-content p:first-child:first-letter {
    color: #006378;
    float: left;
    font-size: 3em;
    line-height: 0.9em;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}

.experts-img a {
    display: block;
    padding-bottom: 100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.experts-img a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expert-contact {
    display: flex;
    gap: 30px;
    align-items: center;
    color: black;
    margin-top: 20px;
    margin-bottom: 50px;
}

.expert-contact .contact-label {
    color: black;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
}

.expert-contact .contact-methods {
    display: flex;
    gap: 20px;
}

.expert-contact .contact-methods .button-lightgray {
    background-color: #F3F7F8;
    color: black;
    padding: 12px 35px;
}

.expert-contact .contact-methods .button-lightgray:hover {
    background-color: #f0f0f0;
}

@media (min-width: 500px) {
    .fusion-flexslider.flexslider .slides.experts-img {
        width: 100%;
        padding-right: 50px;
        padding-top: 70px;
    }
    .single .webinars-single {
        max-width: 940px !important;
    }
    article.category-experts .post-slideshow {
        float: left;
        width: 32%;
    }
    article.category-experts h2.entry-title {
        float: left;
    }
    .single article.category-experts .post-content {
        width: 68%;
        float: left;
    }
}

#bbp-user-wrapper div.bbp-search-form {
    display: none;
}

.homepage-post-slider .flex-control-nav {
    display: none !important;
}

.homepage-post-slider .slide-excerpt {
    bottom: 0 !important;
    width: 100%;
}

#bbpress-forums #bbp-your-profile fieldset span.description {
    margin: 5px 0 5px 0;
}

#bbpress-forums #bbp-your-profile fieldset span.description {
    margin: 5px 0 5px 0;
    width: auto;
}


/*Added by ranjita*/


/*.fusion-logo img{
    max-width: 95%;
}*/

.logo-right .gardp-logo-link {
    display: block;
    height: 100%;
}

.logo-right .gardp-logo-link img {
    height: 100%;
}


/*.fusion-main-menu > ul > li {
    padding-right: 50px;
}*/

.fusion-main-menu>ul>li {
    padding-right: 20px !important;
    padding-left: 20px !important;
    padding-bottom: 29px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.fusion-main-menu>ul>li a {
    transition: all 0.3s ease;
}

.fusion-main-menu>ul>li:hover a {
    color: #0D1F30 !important;
    transform: translateY(3px);
}

.fusion-main-menu>ul>li:hover {
    background-color: rgba(131, 219, 219, 0.4);
}

.fusion-main-menu>ul>li:last-child {
    padding-right: 20px !important;
}


/*.fusion-main-menu > ul > li:last-child {
    padding-right: 50px !important;
}*/

.h1 {
    font-family: 'Roboto Condensed';
    font-size: 48px;
    color: #00A1AD;
}

.top-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-header-wrapper .header-logo-wrapper {
    flex: 1;
}

.top-header-wrapper #show-newsletter-form {
    border-radius: 50px;
    margin-left: 60px;
    margin-right: 40px;
    padding-top: 19px;
    padding-bottom: 19px;
}

@media screen and (max-width: 768px) {
    #show-newsletter-form {
        display: none;
    }
}

.btn-rounded {
    border-radius: 50px;
    padding-top: 19px;
    padding-bottom: 19px;
}

.top-header-wrapper #show-newsletter-form:hover {
    transform: scale(1.1);
}

#show-newsletter-form:focus:not(:hover) {
    background-color: #00a1ad;
}

@media screen and (min-width: 768px) {
    .fusion-header {
        height: 185px !important;
    }
}

.fusion-is-sticky .top-header-wrapper {
    display: none;
}

.fusion-is-sticky .fusion-header {
    height: 90px !important;
}

.fusion-header .fusion-logo,
.fusion-header .logo-right {
    height: 78px;
    margin-top: 20px;
}

.fusion-header .fusion-logo a {
    height: 100%;
}

.fusion-header .fusion-logo a img {
    object-fit: contain;
    height: 100% !important;
}

.fusion-main-menu {
    width: calc(100% + 40px);
    left: 20px;
}

.fusion-main-menu>ul {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .fusion-header .searchform {
        display: none;
    }
    .fusion-header #join-us {
        display: none;
    }
    .fusion-header .logo-right {
        display: none;
    }
}

@media (max-width:1099px) {
    #wrapper header.fusion-header-wrapper .fusion-logo {
        display: flex;
        justify-content: center;
        margin: auto !important;
    }
    #wrapper header.fusion-header-wrapper .logo-right {
        margin: 0 0 18px 0;
    }
}

@media (min-width:1100px) and (max-width:1224px) {
    .fusion-main-menu>ul>li {
        padding-right: 15px !important;
    }
    .fusion-main-menu>ul>li:last-child {
        padding-right: 20px !important;
    }
}

@media (max-width:768px) {
    .fusion-body .fusion-mobile-nav-holder .fusion-selector-down {
        border: none;
    }
    #wrapper header.fusion-header-wrapper .fusion-logo img {
        max-width: 100%;
    }
    #wrapper header.fusion-header-wrapper .logo-right img {
        max-width: 70%;
        float: none;
    }
    .fusion-mobile-nav-holder .fusion-mobile-selector {
        position: absolute;
        z-index: 3;
        left: 10px;
        top: 30px;
        border: none;
        width: 55px;
    }
    .fusion-mobile-selector span {
        display: none;
    }
    .fusion-mobile-menu-design-classic.fusion-header-v1 .fusion-mobile-nav-holder #mobile-menu-main-menu {
        margin-top: 20px;
        width: calc(100% + 60px);
        left: -30px;
        position: relative;
        border: none;
        padding: 0 20px;
    }
    .fusion-mobile-menu-design-classic.fusion-header-v1 .fusion-mobile-nav-holder {
        margin-top: 0;
    }
}

@media (max-width:480px) {
    #wrapper header.fusion-header-wrapper .fusion-logo {
        display: flex;
        justify-content: center;
    }
    #wrapper header.fusion-header-wrapper .fusion-logo,
    #wrapper header.fusion-header-wrapper .logo-right {
        width: 49%;
    }
    #wrapper header.fusion-header-wrapper .fusion-logo img,
    #wrapper header.fusion-header-wrapper .logo-right img {
        width: 100%;
    }
}


/*Home page recent posts*/

.wrap-block-rr {
    padding: 5rem 0;
    margin: 0 -10px;
}

.clearfix:after,
.clearfix:before {
    clear: both;
    content: "";
    display: block;
}

.block-rr {
    padding: 0 10px;
    float: left;
    width: 100%;
}

@media (max-width:1024px) {
    .block-rr {
        margin-bottom: 20px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .block-rr {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media (min-width:1025px) {
    .block-rr {
        width: 25%;
    }
}

.block-rr:hover .block-rr-wrp {
    box-shadow: 5px 5px 5px 0px rgba(57, 57, 57, 0.13);
    transition: box-shadow 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.block-rr-wrp {
    /* min-height: 244px;*/
    min-height: 325px;
    height: auto;
    background-color: #f2f2f2;
    padding: 5% 8% 8% 8%;
    width: 100%;
}

.block-rr .block-rr--title {
    font-weight: bold;
    /*font-size:1.3rem;*/
    font-size: 1rem;
    margin-bottom: 0.5rem;
    border-bottom: 3px solid rgb(40, 175, 195);
}

.block-rr--topic {
    margin-bottom: 0.5rem;
}

.block-rr--avatar {
    margin-top: 1rem;
}

.block-rr--avatar a {
    display: inline-block;
}

.fusion-sharing-box.share-box h4 {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    font-weight: normal;
}

.fusion-sharing-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-top: 0 !important;
    margin-top: 0 !important;
    background-color: transparent;
}

.single-share-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.single-share-box a {
    color: #000;
    background-color: #F3F7F8;
}

.single-post .single-navigation {
    border: none;
    text-align: center;
}


/*for user navigation*/

#bbp-user-navigation a {
    color: #00a1ad;
}

#nav ul li ul li a,
#reviews #comments>h2,
#side-header .fusion-contact-info,
#side-header .header-social .top-menu,
#sticky-nav ul li ul li a,
#wrapper #nav ul li ul li>a,
#wrapper #sticky-nav ul li ul li>a,
.avada-container h3,
.comment-form input[type="submit"],
.ei-title h3,
.fusion-accordian .panel-body,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .price,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content a,
.fusion-main-menu .sub-menu,
.fusion-main-menu .sub-menu li a,
.fusion-megamenu-widgets-container,
.fusion-megamenu-wrapper .fusion-megamenu-submenu>a:hover,
.fusion-megamenu-wrapper li .fusion-megamenu-title-disabled,
.fusion-page-title-bar h3,
.gform_page_footer input[type=button],
.meta .fusion-date,
.more,
.post-content blockquote,
.review blockquote div strong,
.review blockquote q,
.ticket-selector-submit-btn[type=submit],
body {
    line-height: 1.5;
}


/* #main p a {
    text-decoration: underline !important;
} */

.fusion-copyright-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    color: black;
    font-size: 16px;
}

.visible-xs {
    display: none;
}

.hidden-xs {
    display: block;
}

#page-blog .blog--article .article-wrapper figure {
    box-shadow: 4px 6px 10px rgba(142, 169, 169, 0.2);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.article-wrapper figure .article-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.article-wrapper .category-list {
    display: flex;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: -30px;
    margin-bottom: 30px;
    padding: 0;
}

.article-wrapper .category-list span {
    display: inline-block;
    border: 1px solid #00a1ad;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #00a1ad;
    white-space: nowrap;
}

.blog--article picture {
    position: relative;
}

.blog--article figure picture::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #006378;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.blog--article figure:hover picture::before {
    opacity: 0.35;
}

.blog--article figcaption .date {
    font-family: 'Roboto Condensed';
    color: #006378;
    font-size: 18px;
    display: block;
    text-align: right;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.resource-content-wrapper .read-more,
.blog--article .read-more {
    font-family: 'Roboto Condensed';
    color: #006378;
    font-weight: bold;
    text-decoration: underline;
    font-size: 18px;
    transition: transform 0.3s ease;
    will-change: transform;
    display: flex;
    margin-top: auto;
    transform-origin: 2ex center;
    margin-top: 1.5em;
}

.resource-content-wrapper .read-more:hover,
.blog--article .read-more:hover {
    transform: scale(1.1);
}

.resource-content-wrapper .read-more {
    display: inline-block;
}

.resource-content-wrapper .read-more-wrapper {
    background-color: #00a1ad;
    box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.16);
    padding: 8px 15px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.resource-content-wrapper .read-more-wrapper .read-more {
    margin: 0;
    color: white;
    text-decoration: none;
}

.blog--article figcaption h3 a::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    border-bottom: 2px solid;
    margin-bottom: 0.5em;
    box-shadow: 0 3px 6px rgba(0, 151, 163, 0.51);
    position: absolute;
    color: #0097A3;
    left: 0;
    top: -20px;
}

.blog--article figcaption h3 {
    transition: all 0.3s ease;
}

.blog--article figcaption h3 a {
    font-weight: normal;
    color: #00A1AD;
    font-size: 30px;
    position: relative;
}

.page-template-page-blog .blog--article figcaption h3 a {
    font-size: 20px;
    color: black;
}

.blog--article figcaption:hover h3 {
    transform: translateY(-10px);
}

.blog--article .job-title,
.blog--article .workplace {
    color: #666666;
}

.blog--article .job-title {
    padding-top: 10px;
}

.blog--article .workplace {
    padding-bottom: 20px;
}

#page-blog {
    padding-top: 70px
}

#page-banner-search {
    padding: 5vw 0;
    padding: max(5vw, 80px) 0;
    text-align: center;
}

#page-banner-search .heading h4 {
    color: white;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 1.5em;
}

#page-banner-search .searchform .fusion-search-form-content .fusion-search-button input[type=submit] {
    filter: invert(1);
    background-color: #000;
    width: 70px;
    height: 70px;
}

#page-banner-search form {
    margin: 0 auto;
    color: white;
    width: 700px;
}

#page-banner-search .fusion-search-form-content {
    border-color: white;
    background-color: transparent;
}

#page-banner-search input[type="search"] {
    border: none;
    background-color: transparent;
    padding-left: 35px;
    color: white;
}

#page-banner-search input[type="search"]::placeholder {
    color: white;
}

@media screen and (max-width: 768px) {
    .visible-xs {
        display: block;
    }
    .hidden-xs {
        display: none;
    }
    .fusion-footer {
        text-align: center;
    }
    .fusion-copyright-content {
        grid-template-columns: auto;
        gap: 30px;
    }
    .fusion-copyright-content .footer-nav {
        order: 2;
        white-space: initial !important;
    }
    .fusion-copyright-content>strong {
        order: 1;
    }
    .fusion-copyright-content .website-by {
        order: 3;
    }
}

.fusion-copyright-content a:hover {
    color: black !important;
    text-decoration: underline !important;
}

.widget .fusion-social-networks.boxed-icons .fusion-social-network-icon {
    background-color: transparent !important;
    position: relative;
}

.widget .fusion-social-networks.boxed-icons .fusion-social-network-icon::before {
    position: relative;
    z-index: 2;
}

.widget .fusion-social-networks.boxed-icons .fusion-social-network-icon {
    border-color: transparent !important;
}

.widget .fusion-social-networks.boxed-icons .fusion-social-network-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: block;
    border: 1px solid #434343;
    width: 70px;
    height: 70px;
    transition: all 0.3s ease;
    background-color: #F3F7F8;
}

.widget .fusion-social-networks.boxed-icons .fusion-social-network-icon:hover::after {
    width: 78px;
    height: 78px;
    background-color: #000;
}

.widget .fusion-social-networks.boxed-icons .fusion-social-network-icon:hover {
    color: #F3F7F8 !important;
}

footer .fusion-social-networks {
    margin-left: -5px;
}

.fusion-copyright-content .footer-nav {
    white-space: nowrap;
    width: 100%;
    opacity: 0.6;
}

.fusion-copyright-content .website-by {
    opacity: 0.6;
}

.fusion-copyright-content strong a,
.fusion-copyright-content .website-by a {
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .fusion-copyright-content .website-by {
        text-align: right;
    }
}

#toTop {
    background: none;
    transition: all 0.3s ease !important;
}

#toTop:active,
#toTop:focus {
    background-color: transparent7;
}

#toTop:hover {
    transform: translateY(-10px);
    background-color: transparent;
}

#toTop::before {
    content: "";
}


/*back button*/

a.back-link {
    background: #006378;
    text-transform: uppercase;
    color: #fff !important;
    transition: all .2s;
    border-width: 0px;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 2px;
    display: inline-block;
    transition: all .2s;
    padding: 5px 10px;
    margin-left: 0 !important;
}


/*CSS FOR SEARCH*/

.searchform {
    width: 300px;
    max-width: 100%;
}

.fusion-footer .searchform {
    width: 100%;
}

.searchform .fusion-search-form-content .fusion-search-button input[type=submit] {
    border-radius: 50px;
    background: #0D1F30 url('../images/search-icon.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center center;
    font-size: 0;
}

.searchform .fusion-search-form-content {
    background-color: #fff;
    border: 1px solid #0D1F30;
    border-radius: 50px !important;
}

.fusion-footer .searchform .fusion-search-form-content,
.fusion-footer .searchform .fusion-search-form-content .fusion-search-field input {
    background-color: #f3f7f8;
}

#advanced_fields {
    text-align: left;
    padding: 2% 2% 0%;
}

#bbpress-forums .bbp-search-form .search-field {
    display: inline-block;
    text-align: left;
    margin-bottom: 15px;
    width: 100%;
}

#bbpress-forums .bbp-search-form .search-field select {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

#bbpress-forums .bbp-search-form .search-field select,
#bbpress-forums .bbp-search-form .search-field input[type="text"] {
    height: 50px !important;
}

#bbpress-forums .bbp-search-form .search-field .fusion-button {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    width: auto;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    padding: 4px 15px !important;
    text-transform: uppercase;
}

#bbpress-forums .bbp-search-form .search-field #bbp_advance_search {
    text-transform: uppercase;
    font-size: 10px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

#bbpress-forums .bbp-search-form .search-field .fusion-button {
    margin-right: 10px !important;
}

#bbpress-forums .bbp-search-form input[type=submit] {
    background: #006378;
    border-radius: 2px;
    font-size: 18px !important;
}

#bbpress-forums .bbp-search-form input[type=submit]:hover {
    background: #00a1ad;
}

@media (min-width:481px) {
    #bbpress-forums .bbp-search-form .search-field {
        width: 48%;
    }
    #bbpress-forums .bbp-search-form .search-field:nth-child(2n) {
        margin-left: 2%;
    }
}

@media (max-width:480px) {
    #bbpress-forums .bbp-search-form .search-field {
        display: block;
    }
    #bbpress-forums .bbp-search-form .search-field .fusion-button,
    #bbpress-forums .bbp-search-form .search-field select,
    #bbpress-forums .bbp-search-form .search-field input[type="text"] {
        height: 42px !important;
    }
    #bbpress-forums .bbp-search-form .search-field .fusion-button {
        font-size: 16px !important;
    }
    #bbpress-forums .bbp-search-form .search-field {
        margin-bottom: 10px;
    }
}

.library-actions {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.library-actions .btn {
    margin: 0 10px;
    text-transform: uppercase;
}
.error-page {
    min-height: 500px;
}
#resource-search-form-container {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    top: -600px;
}

#resource-searchform .resource-search-field {
    width: 220px;
    height: 43px;
    margin: 0;
    float: left;
}

#resource-searchform {
    display: inline-block;
    margin-right: 30px;
    padding-left: 50px;
    background: url('../images/icon-search.png') no-repeat left center;
    background-size: 40px;
}

#show-advanced-search-form {
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
    font-family: 'Roboto Condensed';
    border-bottom: 2px solid white;
}

#show-all-tags {
    padding-left: 50px;
    margin-right: 30px;
    height: 43px;
    display: inline-block;
    line-height: 45px;
    cursor: pointer;
    background: url('../images/icon-filter-tags.png') no-repeat left center;
    background-size: 40px;
}

#resource-searchform .btn,
.advanced-form-submit-wrapper .btn {
    border: none;
}

#resource-advanced-search-overlay {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 50px 100px;
    z-index: 20;
    width: 80vw;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#resource-advanced-search-overlay .advanced-search-container {
    color: #666666;
}

#advanced-resource-searchform .searchform {
    width: 700px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#advanced-resource-searchform .searchform .fusion-search-form-content {
    border-width: 2px;
    border-color: #5BBFC7;
}

#advanced-resource-searchform .searchform .fusion-search-form-content input[type="search"] {
    border: none;
    background-color: transparent;
    padding-left: 35px;
}

#advanced-resource-searchform .searchform .fusion-search-form-content input[type="submit"] {
    width: 70px;
    height: 70px;
    background-color: #5BBFC7;
}

#close-advanced-search,
#close-all-tags {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
}

#resource-advanced-search-overlay .section-title {
    text-align: center;
}

#resource-advanced-search-overlay .field-groups {
    display: flex;
    flex-wrap: wrap;
}

#resource-advanced-search-overlay .field-group {
    padding: 20px;
    margin-bottom: 20px;
    width: 25%;
}

#resource-advanced-search-overlay .field-group h4 {
    font-family: 'Roboto Condensed';
    color: #006378;
    text-transform: uppercase;
}

#resource-advanced-search-overlay .field-choices {
    /* max-height: 500px;
    transition: max-height 0.3s ease;
    overflow: hidden; */
}

#resource-advanced-search-overlay .field-choices.masked {
    max-height: 0;
}

#resource-advanced-search-overlay .field-group .toggle {
    float: right;
    color: black;
    border: 2px solid black;
    border-radius: 50px;
    width: 21px;
    height: 21px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    margin-left: 20px;
}

#resource-advanced-search-overlay .field-group label {
    display: block;
}

#resource-advanced-search-overlay .field-group label input[type="checkbox"] {
    display: inline;
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-right: 10px;
}

label[for="acinetobacter-baumannii"],
label[for="enterobacteriaceae"],
label[for="enterococcus-faecium"],
label[for="escherichia-coli"],
label[for="klebsiella-pneumoniae"],
label[for="pseudomonas-aeruginosa"],
label[for="staphylococcus-aureus"] {
    font-style: italic;
}


/* #resource-advanced-search-overlay .field-group.content-format {
    background-image: url('../images/resource_icon_content.png');
}

#resource-advanced-search-overlay .field-group.resource-type {
    background-image: url('../images/resource_icon_type.png');
}

#resource-advanced-search-overlay .field-group.drug-development {
    background-image: url('../images/drugs.svg');
    background-size: 40px;
}

#resource-advanced-search-overlay .field-group.indication {
    background-image: url('../images/resource_icon_indication.png');
}

#resource-advanced-search-overlay .field-group.microbe {
    background-image: url('../images/microb.svg');
    background-size: 35px;
}

#resource-advanced-search-overlay .field-group.antibiotics-class {
    background-image: url('../images/formula.svg');
    background-size: 40px;
} */

.resource-item-wrapper {
    padding: 10px;
    border-bottom: 1px solid #1798A3;
    background-color: #fff;
    position: relative;
}

.resource-item-wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: transparent;
    left: 0;
    top: -1px;
    box-shadow: 0 3px 6px rgb(0 151 163 / 49%);
}

.resource-item-wrapper:nth-child(2) {
    border-top: 1px solid #1798A3;
}

.resource-item-wrapper:nth-child(even) {
    background-color: #F3F7F8;
}

.resources-list {
    margin-bottom: 50px;
}

#resource-all-tags-overlay {
    display: none;
    position: absolute;
    background-color: rgba(44, 154, 191, 0.95);
    border-radius: 10px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px;
    z-index: 20;
    width: 80vw;
}

#resource-all-tags-overlay .tag-filter {
    color: white;
    text-decoration: underline;
    padding: 10px;
}

.resource-tags-container {
    display: flex;
    flex-wrap: wrap;
}

.encyclopedia-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33% 10px 33% 10px 33%;
    grid-template-columns: 33% 33% 33%;
    -ms-grid-rows: max(23vw, 240px);
    grid-template-rows: max(23vw, 240px);
    grid-gap: 10px;
    margin-bottom: 10px;
    position: relative;
}

.encyclopedia-row>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.encyclopedia-row>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.encyclopedia-row>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.encyclopedia-row .color-1,
.encyclopedia-row .color-2,
.encyclopedia-row .color-3,
.encyclopedia-row .color-4 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    word-break: break-word;
}

.encyclopedia-row>div[class^="color-"]>i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.encyclopedia-row .fa-info-circle {
    left: 5px;
    font-size: 32px;
}

.encyclopedia-row .fa-play {
    right: 40px;
    color: white;
    font-size: 7px;
    border: 1px solid white;
    padding: 4px 3px 4px 5px;
    border-radius: 10px;
    opacity: 0.7;
}

.encyclopedia-row .color-1 {
    background-image: url('../images/encyclopaedia_bg1.jpg');
}

.encyclopedia-row .color-1 .fa-info-circle {
    color: #153345
}

.encyclopedia-row .color-2 {
    background-image: url('../images/encyclopaedia_bg2.jpg');
}

.encyclopedia-row .color-2 .fa-info-circle {
    color: #2c9abe
}

.encyclopedia-row .color-3 {
    background-image: url('../images/encyclopaedia_bg3.jpg');
}

.encyclopedia-row .color-3 .fa-info-circle {
    color: #006378;
}

.encyclopedia-row .color-4 {
    background-image: url('../images/encyclopaedia_bg4.jpg');
}

.encyclopedia-row .color-4 .fa-info-circle {
    color: #153345
}

.resource-encyclopedia-wrapper {
    height: 100%;
    position: relative;
}

.resource-encyclopedia-wrapper:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease;
}

.resource-encyclopedia-wrapper:hover:after {
    opacity: 0.35;
}

.resource-content-wrapper {
    margin-bottom: 10px;
    position: absolute;
    background: white;
    left: calc(33% + 10px);
    height: 100%;
    z-index: 9;
    transition: width 0.35s ease;
    width: 0;
    overflow: hidden;
}

.resource-content h4 {
    font-family: 'Roboto Condensed';
    font-weight: normal;
    font-size: 50px;
    color: #00A1AD;
}

.resource-content-wrapper.active {
    width: calc(66% + 10px);
}

.resource-content-wrapper .resource-content-wrapper-inner {
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 100%;
}

.resource-content-wrapper.loaded .resource-content-wrapper-inner {
    opacity: 1;
}

.resource-content-wrapper .close {
    cursor: pointer;
    opacity: 1;
    color: #00A1AD;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.resource-content {
    padding: 20px;
    overflow-y: auto;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .resource-content {
        padding-bottom: 60px;
    }
}

.encyclopedia-row-wrapper {
    padding-top: 70px;
}

.encyclopedia-row .opening {
    animation: pulse 0.7s infinite;
    animation-direction: alternate;
}

.encyclopedia-row .item-1,
.encyclopedia-row .item-2,
.encyclopedia-row .item-3 {
    transition: all 0.3s ease;
}

.encyclopedia-row .item-2.active {
    transform: translateX(calc(-100% - 10px));
    z-index: 2;
}

.encyclopedia-row .item-3.active {
    transform: translateX(calc(-200% - 20px));
    z-index: 2;
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.resource-encyclopedia-wrapper a {
    padding: 50px;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-size: 24px;
    line-height: 1.25em;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.resource-encyclopedia-wrapper a:hover {
    color: white;
    transform: translateY(-2px);
}

.table-1 table th {
    font-family: 'Roboto Condensed';
    font-weight: normal;
    text-transform: uppercase;
    color: #006378;
    background-color: transparent;
    border: none;
    padding-bottom: 40px;
}

.table-1 table thead tr {
    background-color: transparent;
}

.table-1 tr td,
.table-1 table {
    border: none;
}

.table-1 table tbody tr td:nth-child(2) {
    background-color: rgba(13, 31, 48, 0.6);
    color: white;
    box-shadow: inset -5px 0 white;
}

.table-1 td:nth-child(2):before {
    width: calc(100% + 5px);
}

.table-1 table tbody tr td:nth-child(3) {
    background-color: rgba(0, 161, 173, 0.2);
}

.table-1 {
    padding-bottom: 20px;
}

.table-1 tbody tr:first-child td:nth-child(2):after,
.table-1 tbody tr:last-child td:nth-child(2):after {
    content: "";
    position: absolute;
    width: calc(100% - 5px);
    background: rgba(13, 31, 48, 0.6);
    height: 20px;
    left: 0;
    top: -21px;
}

.table-1 tbody tr:last-child td:nth-child(2):after {
    top: auto;
    bottom: -21px;
}

.table-1 tbody tr:first-child td:nth-child(3):after,
.table-1 tbody tr:last-child td:nth-child(3):after {
    content: "";
    position: absolute;
    width: 100%;
    background-color: rgba(0, 161, 173, 0.2);
    height: 20px;
    left: 0;
    top: -21px;
}

.table-1 tbody tr:last-child td:nth-child(3):after {
    top: auto;
    bottom: -21px;
}

.table-1 table tbody tr:last-child td {
    border-bottom: 1px solid #1798A3;
}

.table-1 td {
    position: relative;
    color: #666666;
}

.table-1 td:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #1798A3;
    left: 0;
    top: -1px;
    box-shadow: 0 3px 6px rgb(0 151 163 / 49%);
}

@media screen and (max-width: 768px) {
    .table-1 {
        font-size: 12px;
        white-space: pre-wrap;
    }
    .table-1 tr td:first-child {
        width: 250px;
        display: block;
        white-space: pre-wrap;
    }
}

#antibiotics-db {
    font-size: 16px;
}

#antibiotics-db p {
    margin-bottom: 0;
}

#antibiotics-db td {
    padding: 10px 15px;
    position: relative;
}

#antibiotics-db tbody td:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #1798A3;
    left: 0;
    top: -1px;
    box-shadow: 0 3px 6px rgb(0 151 163 / 49%);
}

#antibiotics-db_filter {
    float: none;
    text-align: left;
    padding-bottom: 50px;
}

body.page-template-page-encyclopedia .fusion-breadcrumbs,
body.page-template-page-resources .fusion-breadcrumbs,
body.resource-library .fusion-breadcrumbs {
    padding-top: 20px;
    padding-bottom: 20px;
}

body.page-template-page-encyclopedia .fusion-breadcrumbs span:nth-of-type(4) a,
body.page-template-page-resources .fusion-breadcrumbs span:nth-of-type(4) a,
body.resource-library .fusion-breadcrumbs span:nth-of-type(4) a {
    padding: 6px 13px;
    border: 1px solid white;
    font-size: 18px;
}

body.page-template-page-encyclopedia .fusion-breadcrumbs span:nth-of-type(4) a:hover,
body.page-template-page-resources .fusion-breadcrumbs span:nth-of-type(4) a:hover,
body.resource-library .fusion-breadcrumbs span:nth-of-type(4) a:hover {
    color: #2c9abf !important;
    background-color: #fff;
}

body.page-template-page-encyclopedia .fusion-page-title-bar,
body.page-template-page-resources .fusion-page-title-bar,
body.resource-library .fusion-page-title-bar {
    height: auto;
}

.single-resource-title-wrapper {
    /* display: flex;
    height: 120px;
    align-items: center;
    background: url('../images/resource_header.jpg') no-repeat;
    background-size: cover;
    background-position: center right;
    color: white; */
}

.single-resource-title-wrapper i {
    font-size: 50px;
    padding-left: 50px;
    padding-right: 120px;
}

.single-resource-title {
    font-family: 'Roboto Condensed';
    font-weight: normal;
    color: #00A1AD;
    font-size: 40px;
}

.single-resource #main {
    margin-top: 50px;
}

.single-resource .single-navigation {
    display: flex;
    justify-content: center;
    border: none;
    font-family: 'Roboto Condensed';
    gap: 80px;
    text-transform: uppercase;
}

.resource-content-row {
    position: relative;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.resource-content-row::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #1798A3;
    box-shadow: 0 3px 6px rgb(0 151 163 / 49%);
}

.resource-content-row a {
    text-decoration: underline;
}

.resource-content-row p {
    margin-bottom: 1.5em;
}

.resource-content-row p:last-child {
    margin-bottom: 0;
}

.resource-content-row .attribute-title {
    padding: 20px;
    width: 240px;
    font-weight: bold;
    color: #006378;
}

.resource-content-row .attribute-value {
    padding: 20px;
    flex: 1;
}

.resource-navigation {
    text-align: center;
    margin-top: 80px;
}

.resource-navigation .btn-rounded {
    width: auto !important;
    padding: 14px 40px;
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    height: 59px;
    line-height: 29px;
}

.resources-pagination nav {
    justify-content: center;
}

.paging-navigation {
    font-family: sans-serif;
    padding: 1em;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.paging-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.paging-navigation li {
    display: inline;
}

.encyclopedia-view-more {
    width: auto !important;
    text-decoration: none !important;
    padding: 3px 16px;
}

li .page-numbers {
    border-radius: 35px;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #fff;
    border: 1.5px solid #1798A3;
    font-family: 'Roboto Condensed';
    color: #1798A3;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease;
}

li .page-numbers.prev,
li .page-numbers.next {
    width: 50px;
    border: none;
    box-shadow: none;
    background-color: transparent !important;
}

li .page-numbers.prev svg,
li .page-numbers.next svg {
    fill: #83DBDB;
    transition: all 0.3s ease;
}

li .page-numbers.prev:hover svg,
li .page-numbers.next:hover svg {
    fill: #1798A3;
}

li .page-numbers.current,
li .page-numbers:hover {
    background-color: #83DBDB;
    border-color: #83DBDB;
    box-shadow: none;
}

#about-links-bg>div {
    background-position: right -60px top 30px !important;
    background-size: 900px !important;
    margin: 0;
}

#activities-wrapper>div {
    max-width: 1734px !important;
}

.button-pill {
    font-family: 'Roboto Condensed';
    width: 430px;
    text-transform: uppercase;
    max-width: 100%;
    padding: 10px 70px;
    display: flex;
    background: rgb(146, 146, 146);
    margin-bottom: 11px;
    border-radius: 50px;
    text-decoration: none !important;
    height: 70px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white !important;
}

.button-pill.color-1 {
    background-color: #66C6CE;
}

.button-pill.color-2 {
    background-color: #00A1AD;
}

.button-pill.color-3 {
    background-color: #006378;
}

.btn-rounded {
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    max-width: 100%;
    padding: 10px 70px;
    border-radius: 50px !important;
    text-decoration: none !important;
    height: 70px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white !important;
    border: none !important;
}

.btn-outline {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    border: 2px solid #00a1ad !important;
    background-color: #fff;
    color: #00a1ad !important;
}

.btn-outline:focus,
.btn-outline:active,
.btn-outline:hover {
    background-color: #fff !important;
}

.btn-outline i {
    transition: transform 0.3s ease;
    margin-left: 40px;
}

.btn-outline:hover i {
    transform: translateX(10px);
}

.nl-modal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10011;
    background-color: rgba(13, 31, 48, 0.85);
    justify-content: center;
    align-items: center;
    display: none;
}

.nl-modal-overlay.active {
    display: flex;
}

.nl-modal {
    background-color: #fff;
    width: 500px;
    max-width: 90%;
    position: relative;
    padding: 35px;
    max-height: 90vh;
    overflow: scroll;
}

.nl-modal .nl-close {
    position: absolute;
    padding: 10px;
    right: 10px;
    top: 10px;
    background-color: #fff;
    font-weight: bold;
    color: #00A1AD;
    cursor: pointer;
    font-family: sans-serif;
}

.nl-modal input[type="submit"] {
    display: flex;
    background-color: rgba(0, 161, 173, 1);
    width: 100%;
}

.nl-modal input[type="submit"]:hover {
    background-color: #fff;
    background-color: rgba(0, 161, 173, 1);
    font-size: 1em;
}

.nl-modal label {
    font-size: 14px;
    color: #006378;
}

.nl-modal-content {
    padding: 20px 0;
}

.nl-modal input[type="text"],
.nl-modal input[type="email"] {
    border-radius: 50px;
    border-color: #707070;
    height: 48px;
}

.search #content {
    padding-top: 50px;
}

.search-results.category-experts .article-wrapper .date {
    display: none;
}

@media screen and (max-width: 768px) {
    #resource-search-form-container {
        display: block;
    }
    #resource-searchform {
        margin-bottom: 40px;
    }
    #resource-searchform .resource-search-field {
        width: calc(100% - 105px);
        font-size: 15px;
    }
    #resource-advanced-search-overlay .field-groups {
        display: block;
    }
    #resource-advanced-search-overlay {
        width: 95vw;
        padding: 30px;
    }
    #resource-advanced-search-overlay .field-group {
        width: 100%;
    }
    .resource-content-row {
        display: block;
    }
    .resource-content-row .attribute-title {
        width: auto;
        padding-bottom: 0;
        font-weight: bold;
    }
    .single-resource-title-wrapper i {
        padding-right: 30px;
    }
    .resource-navigation a.button-default {
        margin-bottom: 20px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: 15px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 30px;
        padding-right: 30px;
    }
    .resource-navigation .btn-outline i {
        margin-left: auto;
    }
    .page-template-page-encyclopaedia #main,
    .single-resource #main {
        padding-top: 20px;
    }
    .encyclopedia-row {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }
    .encyclopedia-row div[class ^='color-'] {
        margin-bottom: 10px;
    }
    .resource-encyclopedia-wrapper a {
        margin-bottom: 0px;
        min-height: 250px;
    }
    .page-template-page-encyclopaedia .fusion-page-title-bar .fusion-breadcrumbs {
        display: block !important;
    }
    .resource-content-wrapper {
        position: relative;
        left: 0;
    }
    .resource-content-wrapper.active {
        width: 100%;
        left: 0;
    }
    .encyclopedia-row .item-1.active,
    .encyclopedia-row .item-2.active,
    .encyclopedia-row .item-3.active {
        transform: none;
    }
    .encyclopedia-row .item-1,
    .encyclopedia-row .order-1 {
        order: 1;
    }
    .encyclopedia-row .item-2,
    .encyclopedia-row .order-2 {
        order: 2;
    }
    .encyclopedia-row .item-3,
    .encyclopedia-row .order-3 {
        order: 3;
    }
    .encyclopedia-row .resource-content {
        padding: 0 0 60px 0;
    }
    .resource-content-wrapper .read-more-wrapper {
        left: 0;
    }
}