@media only screen {
    body {
        font-size: 1.2em;
        line-height: 1.5;
        margin: 0;
        padding: 0;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        background-color: #837e7c
    }

    .site-header,
    .site-content,
    .bb-mobile-panel-inner,
    .bb-mobile-panel-header,
    .search-visible .site-header--bb .header-search-wrap,
    .header-search-wrap input.search-field-top,
    .header-search-wrap .suggestion {
        background: #fff7ee !important;
    }

    .header-search-wrap input.search-field-top {
        font-size: 14px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        border-color: #9495974d !important;
        border-radius: 30px !important;
        padding: 10px 15px 10px 40px;
        background-image: unset !important;
        height: auto !important;
    }

    .site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu {
        min-width: inherit !important;
    }

    .site-header .header-aside i {
        color: #59595a !important;
    }

    .header-search-wrap .search-field-top,
    .header-search-wrap input.search-field {
        border-radius: 5px !important;
    }

    .header-search-wrap .search-field-top:focus,
    .header-search-wrap input.search-field:focus {
        box-shadow: 0px 0px 0px 2px #f3f3f3 !important;
    }

    .header-search-wrap .suggestion .search-list .search-list-title {
        background-color: #008080;
        pointer-events: none;
        color: #ffffff;
        font-family: CL, Trebuchet MS, sans-serif !important;
        font-size: 12pt !important;
        line-height: 1.4 !important;
        border-radius: 3px;
        padding: 8px 5px 8px 15px !important;
    }

    .header-search-wrap .suggestion .search-list.group-opa{
        background-color: #252330;
        border: none !important;
        padding-bottom: 0;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
    .header-search-wrap .suggestion .search-list.group-opa:hover{
        background-color: #252330 !important;
    }
    .header-search-wrap .suggestion .search-list.group-opa .search-list-title {
        background-color: #6b2d94;
    }
    .search-item-opa .result-item {
        display: flex;
        padding: 15px 10px;
        position: relative;
        border-bottom: 1px solid rgba(185, 65, 255, 0.2);
    }
    .search-item-opa .result-item .img-container{
    	width: 45px;
    	height: 45px;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	margin-right: 15px;
    	flex-shrink: 0;
    }
    .search-item-opa .result-item img {
        object-fit: cover;
        border-radius: 50%;
        height: 45px;
        width: 45px;
    }
    .search-item-opa {
        display: block;
        background-color: #252330 !important;
    }
    .search-item-opa:last-of-type {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .site-header .suggestion a.search-item-opa:hover{
        text-decoration: none !important;
        background-color: #2c2a3a !important;
    }
    .search-item-opa .result-details {
        flex-grow: 1;
    	align-content: center;
        font-family: CL, Trebuchet MS, sans-serif !important;
    }
    .search-item-opa .result-title{
    	font-size: 17px;
    	color: #ffffff;
    	margin-bottom: 5px;
    	font-weight: 400;
    	line-height: 1.4;
    }
    .search-item-opa .result-title .user_type{
        display: inline-block;
        vertical-align: super;
        border-radius: 10px;
        width: 35px;
        height: 15px;
        line-height: 15px;
        font-size: 7pt;
        margin-left: 3px;
        font-weight: bolder !important;
        color: #fff;
        background-color: #a837f3;
        text-align: center;
        letter-spacing: 0.4px;
    }
    .search-item-opa p.result-subtitle {
    	padding: 0;
    	font-size: 15px !important;
    	color: #b9bbd0;
    	text-align: left;
    	margin: 3px 0 0 !important;
    	line-height: 1.3 !important;
    	font-weight: normal;
    }
    .search-item-opa .link-icon{
        align-items: center;
        display: flex;
        margin-left: 10px;
    }
    .search-item-opa .link-icon i{
        font-size: 16px !important;
        color: #babbcfc2 !important;
    }
    .header-search-wrap .suggestion .search-list .search-list-title span {
        padding-left: 15px;
        font-family: CL, Trebuchet MS, sans-serif !important;
    }

    .search-list .search-list-post-title {
        margin-left: 17px !important;
        font-family: CL, Trebuchet MS, sans-serif !important;
    }

    .search-list {
        border-bottom: 1px solid #c1c0c021 !important;
    }

    .search-list.no-outline:hover {
        background: #fff0e0 !important;
    }

    .site-content h1 {
        font-family: CL, Trebuchet MS, sans-serif !important;
        font-weight: 400 !important;
        font-size: 2.8em !important;
        position: relative;
        color: inherit !important;
        margin: 45px 0 !important;
    }

    .site-content h2,
    .fnp-names h2 {
        font-family: CL, Trebuchet MS, sans-serif !important;
        font-weight: 400 !important;
        font-size: 1.9em !important;
        margin: 30px 0 !important;
        border-bottom: 1px solid silver;
        position: relative;
        color: teal !important;
        line-height: 1.5 !important;
    }

    .fnp-names h2:after,
    .fnp-names h2::before,
    .site-content h2:after,
    .site-content h2:before {
        content: '';
        border-right: 30px solid #fff1e0;
        border-top: 14.9px solid silver;
        bottom: -15px;
        position: absolute;
        left: 25px
    }

    .notification-dropdown,
    .notification-wrap.menu-item-has-children>a:before,
    .notification-footer,
    .site-header .sub-menu,
    .site-header #primary-navbar .primary-menu .menu-item>.ab-submenu,
    .site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu {
        background: #fff7ee !important;
    }

    .site-header #primary-navbar .primary-menu .menu-item>.ab-submenu:before {
        border-color: #fff7ee #fff7ee transparent transparent !important;
    }

    .site-header a {
        text-decoration: none !important;
    }

    .site-header #primary-navbar .primary-menu .menu-item>.ab-submenu {
        min-width: 220px !important;
        border-radius: 10px !important;
    }

    .site-header a:hover,
    .site-header #primary-navbar .bb-sub-menu a:hover,
    .site-header .primary-menu>li>a:hover {
        color: #4d5c6d !important;
        text-decoration: underline !important;
    }

    .bb-login-section a.sing-up:hover {
        color: #f3f4f4 !important;
    }

    .site-header #primary-navbar .bb-sub-menu a:hover,
    .notification-list li:hover,
    .site-header .sub-menu li:hover>a {
        background: #fff0e0 !important;
    }

    .notification-dropdown {
        border-radius: 10px !important;
    }

    .notification-dropdown .notification-header .title {
        color: #333;
        font-weight: 600;
        font-size: 17px !important;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .notification-dropdown .notification-list a {
        text-decoration: none !important;
    }

    .notification-dropdown .notification-list li,
    .notification-dropdown .notification-header,
    .sub-menu .user-link {
        border: none !important;
    }

    .messages-wrap .notification-dropdown .notification-list li .notification-content,
    .notification-wrap .bs-item-wrap .notification-content {
        font-size: 14px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .notification-dropdown .notification-content .posted {
        font-size: 1.3rem;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .notification-dropdown .notification-footer .delete-all {
        font-size: 1.3rem;
        text-decoration: none;
        font-family: Helvetica Neue", Helvetica, Arial, sans-serif;

    }

    .notification-users a .user_type {
        display: inline-block;
        vertical-align: top;
        width: 16px;
        height: 16px;
        line-height: 16px;
        border-radius: 50%;
        font-size: 8pt;
        font-weight: 600;
        color: #017168 !important;
        background-color: #ebe7ecb8 !important;
        text-align: center;
    }

    .notification-users a .user_type {
        width: 14px !important;
        height: 14px !important;
        line-height: 15px !important;
        font-size: 6pt !important;
        margin-left: 3px !important;
        margin-right: 2px;
    }

    .notification-avatar img {
        width: 36px;
        height: 36px;
        object-fit: cover;
    }

    .site-header .user-wrap.menu-item-has-children .user-link .bb-icon-angle-down,
    .site-header #primary-navbar .primary-menu .menu-item>.ab-submenu:before,
    .user-wrap-container>.sub-menu:before {
        display: none;
    }

    .site-header .user-wrap.menu-item-has-children .user-link .user-name {
        margin-right: 10px;
        font-weight: 600;
        color: #939597;
    }

    .site-header .user-wrap.menu-item-has-children .sub-menu {
        min-width: 250px;
        border-radius: 10px;
    }

    .site-header .sub-menu a {
        display: block;
        border: 0;
        border-radius: 6px;
        margin: 0 8px;
    }

    .user-wrap.menu-item-has-children #header-my-account-menu a {
        padding: 11px 14px 11px 40px;
    }

    .home-page-banner {
        position: relative;
    }

    .home-page-banner img {
        object-fit: cover;
        width: 100%;
    }

    .banner-content {
        position: absolute;
        top: 0;
        width: 60%;
        bottom: 0;
        margin: auto;
        padding: 15% 4%;
        color: #fff;
    }

    .sticky-header .site-content {
        padding-top: 80px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .fnp-names h4:after,
    .site-content h2:after {
        border-top-color: #fff1e0;
        border-right-color: transparent;
        bottom: -13px;
        left: 26px
    }

    h2.index {
        border: none;
        margin: 0 !important;
    }

    h2.index:after,
    h2.index:before {
        border: none
    }

    hr.index {
        width: 30%;
        color: #000;
        text-align: center;
        margin: 5px auto;
        border: 1px solid #000;
    }

    .site-content h3 {
        font-weight: 400;
        display: inline-block;
        line-height: 1.2;
        margin: 0;
    }

    .site-content a {
        color: #04c !important;
    }

    .site-content a:visited {
        color: #04c !important;
    }

    .site-content a:hover {
        color: #f87217 !important;
    }

    .sbody span.s {
        background-color: #fff1e0;
        color: #f87217;
    }

    .header-aside .wrapper .sub-menu-inner {
        width: 250px !important;
    }

    .user-wrap-container>.sub-menu:before {
        border-color: #fff7ee #fff7ee transparent transparent !important;
    }

    .s {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 10px
    }

    a.bc:link {
        text-decoration: none
    }

    a.bc:hover {
        text-decoration: underline
    }

    a.bc:visited {
        text-decoration: none
    }

    a.s:link {
        text-decoration: none;
        background-color: #fff1e0;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 10px;
        font-family: 'Andale Mono', Consolas, monospace;
        font-size: 1em;
        line-height: 2.3;
    }

    a.sm:link {
        color: #00e !important;
        text-decoration: none;
    }

    a.sm:hover {
        color: #00e !important;
        text-decoration: underline;
    }

    a.sm:visited {
        color: #00e !important;
        text-decoration: none;
    }

    a.sf:link {
        color: #903 !important;
        text-decoration: none;
    }

    a.sf:hover {
        color: #903 !important;
        text-decoration: underline;
    }

    a.sf:visited {
        color: #903 !important;
        text-decoration: none;
    }

    a.footer:link {
        color: #000000 !important;
        text-decoration: none;
    }

    a.footer:visited {
        color: #000000 !important;
        text-decoration: none;
    }

    a.footer:hover {
        color: #000000 !important;
        text-decoration: underline;
    }

    sup {
        font-weight: 400;
        line-height: .5em;
        vertical-align: baseline;
        position: relative;
    }

    hr {
        border: 0 !important;
        margin: 30px 0 !important;
        height: 1px !important;
        background-color: silver !important;
    }

    hr.index {
        width: 30%;
        background-color: #000;
        text-align: center;
        margin: 5px auto !important;
    }

    .m {
        color: #00e;
        font-size: 13pt;
    }

    h1 .f {
        color: #903 !important;
    }

    .f {
        color: #903 !important;
    }

    section#A-Z .f,
    section#popularity .f {
        font-size: 13pt;
    }

    .t {
        color: teal
    }

    .shead {
        /* background: url(/img/dark-stripedsuede.png); */
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.2em;
        font-family: CL, Trebuchet MS, sans-serif;
        color: #fff;
        text-align: center;
        background-color: #008080;
    }

    .bb-mobile-panel-inner .main-navigation {
        display: block !important;
        flex: inherit !important;
    }

    .main-navigation .menu-item a {
        font-size: 14px;
        font-weight: 500;
        color: #545454 !important;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .site-header .bb-sub-menu a {
        font-weight: normal;
    }

    .bb-mobile-panel-header a {
        text-decoration: none !important;
    }

    .my-account-link {
        line-height: 0 !important;
    }

    p.splashtext {
        font-size: 28px !important;
    }

    .splashh1 {
        font-family: "Playfair Display", CL !important;
        font-size: 42px;
        display: inline;
        color: #fff;
    }

    p {
        font-size: 1.2em !important;
        line-height: 1.5 !important;
        margin: 1em 0 !important;
    }

    table {
        display: block;
        border: none !important;
        border-radius: 0 !important;
        margin-bottom: 0 !important;
    }

    table.index-page .shadow1 {
        margin: 0px 100px;
    }

    table.index-page .shadow1 .content {
        padding: 0 50px 30px;
    }

    #search table {
        margin-top: 25px !important;
    }

    #content section#search {
        padding: 30px;
    }

    td {
        padding: 0 !important;
        line-height: inherit !important;
    }

    td label {
        color: #4d5c6e;
        font-size: 23px !important;
        font-weight: normal;
        margin-bottom: 0 !important;
        vertical-align: middle;
    }

    input[type="radio" i] {
        background-color: initial;
        cursor: default;
        appearance: auto;
        margin: 3px 3px 0px 5px !important;
        padding: initial !important;
        border: initial;
        height: 41px !important;
    }

    .shadow1 {
        margin-top: 20px;
        margin-bottom: 15px;
        background-color: #444;
    }

    .shadow1 .content {
        -o-box-shadow: 0 0 4px -2px;
        -ms-box-shadow: 0 0 4px -2px;
        -moz-box-shadow: 0 0 4px -2px;
        -webkit-box-shadow: 0 0 4px -2px;
        box-shadow: 0 0 4px -2px;
        -webkit-transition: all 1s linear;
        -o-transition: all 1s linear;
        -moz-transition: all 1s linear;
        -ms-transition: all 1s linear;
        -kthtml-transition: all 1s linear;
        transition: all 1s linear;
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #fff1e0;
    }

    footer nav table {
        text-align: center;
        width: 100% !important;
    }

    #content footer {
        padding-bottom: 0 !important;
    }

    ul.color {
        list-style: none;
        width: 100%;
        height: 10px;
        font-size: 0;
        margin: 0;
        padding: 0;
    }

    li.color {
        display: inline-block;
        width: 20%;
        height: 10px
    }

    li.color:nth-child(1) {
        background: #2ecc71
    }

    li.color:nth-child(2) {
        background: #3498db
    }

    li.color:nth-child(3) {
        background: #f1c40f
    }

    li.color:nth-child(4) {
        background: #e74c3c
    }

    li.color:nth-child(5) {
        background: #9b59b6
    }

    fieldset {
        border: 1px solid silver;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px
    }

    legend {
        font-weight: 700
    }

    .w-12 {
        width: 1200px !important;
    }

    .w-9 {
        width: 900px !important;
    }

    .w-3 {
        width: 300px !important;
    }

    .w-84 {
        width: 840px !important;
    }

    section#search .w-70 {
        width: 700px !important;
        height: 570px;
    }

    .sbody {
        text-align: center;
        font-family: 'Andale Mono', Consolas, monospace;
        font-size: .85em;
        margin-left: 30px;
        margin-right: 20px;
        line-height: 2.3;
    }

    .pl {
        width: 14px;
        height: 11px
    }

    span.sm {
        font-size: smaller;
    }

    #dropcap {
        font-family: GI, Trebuchet MS, sans-serif;
    }

    .shadow1 input[type="submit"] {
        background-color: #385dffe6;
        color: #ffffff;
        border-radius: 5px;
        padding: 4px 15px !important;
        border-color: #385dff;
        height: auto;
        margin: 10px 5px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 5px;
    }

    .shadow1 input[type=submit]:hover {
        background-color: #f87217cf;
        border-color: #f87217cf;
    }

    .shadow1 input[type="submit"][class="b"] {
        display: none;
    }

    #content article {
        margin-bottom: 0 !important;
        margin-right: 15px;
    }

    .index-page article {
        margin-right: 0 !important;
    }

    table nav {
        background-color: #f3dec8;
        padding-bottom: 10px;
        box-shadow: 0 0 4px -2px;
    }

    footer nav table tbody,
    footer nav table tbody tr,
    footer nav table tbody td,
    .text footer table tbody,
    .text footer table tbody tr,
    .text footer table tbody td {
        display: block;
    }

    .bb-header-buttons a.signup,
    .bb-header-buttons a.signup:hover {
        color: #fff !important;
    }

    form.inline td input {
        font-family: inherit !important;
    }

    form.inline td input[type=text] {
        width: 60%;
    }

    .site-content h1 span.m {
        font-size: 1em !important;
    }

    .logo-wrap>a>.bb-mobile-logo {
        width: 170px !important;
    }

    .shadow1 .content .text span table tbody,
    .shadow1 .content .text span table tr {
        display: block;
    }

    .shadow1 .content .text span table tr td {
        display: inline-block;
    }

    .shadow1 .content .text span table tr:last-child td:last-child {
        float: right;
    }

    .chatbot-container .mwai-chat .mwai-content {
        margin-top: 4rem;
    }

    .mwai-chat .mwai-content {
        border: 1px solid #ffffff;
        box-shadow: 1px 0px 6px rgb(229 224 224);
        font-family: CL, Trebuchet MS, sans-serif !important;
    }

    .mwai-chat .mwai-ai,
    .mwai-chat .mwai-system,
    .mwai-input textarea,
    .mwai-chat button:hover {
        background: #fff7ee !important;
        color: #000;
    }

    .mwai-input textarea {
        width: 100%;
    }

    .mwai-chat .mwai-input,
    .mwai-chat .mwai-reply {
        border-color: #ffffff85 !important;
    }

    .mwai-chat .mwai-content,
    .mwai-chat .mwai-user,
    .mwai-chat button {
        background: #f9e7d4 !important;
    }

    .tbn-popup-chatbot-container .mwai-window .mwai-header {
        background: #e5d2bd !important;
    }

    .tbn-popup-chatbot-container .mwai-chat .mwai-content,
    .tbn-popup-chatbot-container .mwai-chat .mwai-user,
    .tbn-popup-chatbot-container .mwai-chat button {
        background: #e5d2bd !important;
    }

    .tbn-popup-chatbot-container .mwai-window {
        border-radius: 10px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }

    .mwai-chat button {
        border-color: #ffffff !important;
    }

    .mwai-text,
    .mwai-text p {
        padding-right: 3rem;
        margin: 0 !important;
        font-size: 1.8rem !important;
    }

    .mwai-copy-button-one {
        background: #ecc59b !important;
    }

    .mwai-copy-button-two {
        background: #a38975 !important;
    }

    .mwai-chat .mwai-input {
        display: none !important;
    }

    .mwai-chat .mwai-compliance {
        opacity: 1 !important;
        margin-top: 0 !important;
        text-align: center !important;
    }

    .mwai-chat .mwai-compliance a {
        position: relative;
        float: right;
        padding: 9px 30px 8px 14px;
        border: 1px solid #4c6cfd;
        font-size: 1.4rem;
        border-radius: 5px;
        color: #fff !important;
        text-decoration: none !important;
        background: #4c6cfd;
    }

    .tbn-popup-chatbot-container .mwai-chat .mwai-compliance a:hover {
        border-color: #f87217cf;
        background: #f87217cf;
    }

    .mwai-chat .mwai-compliance a:hover {
        border-color: #f87217cf;
        background: #f87217cf;
        color: #fff !important;
        text-decoration: none;
    }
}

@media (max-width: 760px) {
    .tbn-popup-chatbot-container .mwai-chat .mwai-reply {
        flex-direction: inherit !important;
    }

    .mwai-text,
    .mwai-text p {
        padding-right: 0;
    }
    .amp-carousel-button-next {
        right: 5px !important;
    }

    .amp-carousel-button-prev {
        left: 5px !important;
    }
}


.ad_iframe {
    -moz-transform: scale(1.8, 1.8);
    -webkit-transform: scale(1.8, 1.8);
    -o-transform: scale(1.8, 1.8);
    -ms-transform: scale(1.8, 1.8);
    transform: scale(1.8, 1.8);
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    position: relative;
    left: -128px;
    top: -5px
}

@font-face {
    font-family: CL;
    src: url(/img/cl-webfont.woff2) format("woff2")
}

@font-face {
    font-family: GI;
    src: url(/img/goudyini-webfont.woff2) format("woff2")
}

@media screen and (max-width: 993px) {
    body {
        font-size: 2.9em !important;
        line-height: 1.6 !important;
    }

    .sticky-header .site-content {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .site-content h1 {
        font-size: 2.1em !important;
        margin: 15px 0 !important;
    }

    .site-content h2,
    .fnp-names h2 {
        font-size: 1.3em !important;
        margin: 15px 0 30px !important;
    }

    .site-content h3 {
        font-size: 1.2em !important;
    }

    .site-content p {
        font-size: 0.9em !important;
    }

    .header-search-wrap a.close-search {
        right: 3% !important;
        top: calc(50% - 17px) !important;
    }

    .bb-mobile-panel-header .user-wrap div a {
        display: table;
        line-height: 1;
    }

    .bb-mobile-panel-inner .side-panel-menu .menu-item>a {
        padding: 12px 0 12px 15px;
        width: 100%;
    }

    sup {
        font-size: .4em !important;
        top: -.4em !important;
    }

    #content article {
        margin-right: 5px;
    }

    #content section#search {
        padding: 15px 10px 5px !important;
        margin-bottom: 0;
    }

    #search table.w-70 {
        width: 70% !important;
        margin-top: 0 !important;
        height: auto !important;
    }

    .index-page section#search p.splashtext {
        font-size: 0.7em !important;
    }

    .index-page section#search table.splashtext {
        margin-top: 0 !important;
    }

    table.splashtext input[type=radio] {
        height: 10px !important;
        width: 10px !important;
    }

    .sbody span.s {
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 0;
        background-color: #fff1e0;
    }

    table.splashtext td label {
        line-height: 0;
        font-size: 0.7em !important;
    }

    .head {
        font-size: 1.2em !important;
    }

    input[type=radio] {
        height: 20px !important;
        width: 20px !important;
    }

    .ch {
        height: 190px !important;
        width: 285px !important;
    }

    .w-12 {
        width: 100% !important;
    }

    .w-9 {
        width: 75% !important;
    }

    .w-3 {
        width: 25% !important;
    }

    .w-84 {
        width: 100% !important;
    }

    .sbody {
        margin-left: 11px;
        margin-right: 11px;
    }

    a.s:link {
        font-size: 1em;
        margin-right: 0;
        padding-left: 12px;
        padding-right: 12px;
    }

    .shadow1 {
        margin-bottom: 5px;
    }

    .shadow1 .content {
        padding-left: 10px;
        padding-right: 10px;
    }

    table.index-page tbody,
    table.index-page tbody tr,
    table.index-page tbody td {
        display: block;
    }

    form.inline td input[type=text] {
        height: auto;
    }

    form.inline td input[type=submit] {
        padding: 5px 10px;
        line-height: 1;
        height: auto;
    }

    table.index-page .shadow1 {
        margin: 0 20px !important;
    }

    table.index-page .shadow1 .content {
        padding: 0 15px 30px;
    }

    h2.index {
        margin-bottom: 0 !important;
    }

    .shadow1,
    .sidebar {
        margin-top: 5px !important
    }

    .banner-content h1 {
        font-size: 2.5em !important;
    }

    .banner-content p {
        font-size: 1.4em !important;
    }

    .bb-full-link>a {
        text-decoration: none !important;
    }
}

@media only screen and (max-width: 992px) {

    .site-header .bb-mobile-header-wrapper,
    .site-header .bb-mobile-panel-wrapper {
        display: block !important;
    }
    #blogherads-branding-container .bhaheader a:first-of-type{
        height: 40px !important;
    }
}

.menu-item>a {
    text-decoration: none !important;
}

@media (min-width: 596px) and (max-width: 740px) {
    .banner-content h1 {
        font-size: 2em !important;
    }

    .banner-content p {
        font-size: 1.2em !important;
    }

    .search-list .search-list-title {
        padding: 0 !important;
    }

    td label {
        font-size: 20px !important;
    }
}

@media (min-width: 495px) and (max-width: 540px) {
    .banner-content {
        padding: 5% 3%;
    }

    .banner-content h1 {
        font-size: 2em !important;
    }

    .banner-content p {
        font-size: 1.2em !important;
    }

    .search-list .search-list-title {
        padding: 0 !important;
    }
}
@media only screen and (max-width: 600px){
    .header-search-wrap input.search-field-top {
        font-size: 14px !important;
        padding: 5px 10px!important;
        border-color: #94959766 !important;
        border-radius: 30px !important;
        height: auto !important;
    }
    .header-search-wrap .search-field-top::placeholder{
		font-size: 11px !important;
	}
    .header-search-wrap .search-form .search-icon{
        display: none;
    }
    .header-search-wrap a.close-search{
        right: 7px !important;
    }
}
@media screen and (max-width: 495px) {

    .notification-dropdown .notification-header .title {
        font-size: 14pt !important;
    }

    .messages-wrap .notification-dropdown .notification-list li .notification-content,
    .notification-wrap .bs-item-wrap .notification-content {
        font-size: 12pt !important;
    }

    .notification-dropdown .notification-content .posted {
        font-size: 11pt;
    }

    .banner-content {
        padding: 5% 3%;
    }

    .banner-content h1 {
        font-size: 1.5em !important;
        line-height: 1.3;
    }

    .banner-content p {
        font-size: 0.7em !important;
    }

    .search-list .search-list-title {
        padding: 0 !important;
    }

    td label {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 362px) {
    .header-search-wrap a.close-search {
        right: 0% !important;
    }
}

@media (max-width: 429px) {

    a.s:link,
    .sbody span.s {
        display: inline-block;
        margin: 5px 0;
        vertical-align: top;
        padding-left: 14px;
        padding-right: 14px;
        line-height: 2;
    }
}

.bp-messages-content {
    margin-top: 75px !important;
}

.result {
    margin-top: 10px;
    border-radius: 5px;
    text-align: center;
    padding: 2rem;
    box-shadow: 0 0 3px -2px;
    background-color: #fff7ee;
}

.result .loader-box {
    text-align: center;
}

.result .loader ul {
    display: flex;
    justify-content: center;
    margin: 0;
    list-style: none;
    padding: 0;
}

.result .loader li {
    width: 8px;
    height: 8px;
    background-color: #c5c3c3;
    border-radius: 50%;
    margin: 0 5px;
    animation: bounce 1.5s infinite ease-in-out;
}

.result .answer {
    text-align: left;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(-5px);
    }
}

/* Mobile menu */
.bb-mobile-panel-wrapper {
    width: 300px !important;
}

.bb-mobile-panel-wrapper a.bb-close-panel {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0 !important;
    left: 0;
    right: 0;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    background: rgb(255 247 238 / 80%) !important;
    z-index: 1;
}

a.bb-close-panel i {
    background: #fff;
    position: absolute;
    right: 14px;
    top: 21px;
    line-height: 1;
    font-size: 34px;
    color: #000;
    border-radius: 50px;
}

.bb-mobile-panel-wrapper .bb-mobile-panel-header {
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

.bb-mobile-panel-inner .bb-primary-menu a {
    padding-left: 0 !important;
}

.bb-mobile-panel-header+hr,
.bb-mobile-panel-inner hr,
.bb-template-v2 ul.buddypanel-menu>li>a>i~span:not(.count) {
    margin: 15px 0 !important;
}

.bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item>a {
    background: none;
    color: #009688 !important;
}

ul#menu-buddy-panel-logout,
ul#menu-tbn-mobile-menu li a i {
    display: none;
}

.bb-mobile-panel-inner>.bb-mobile-panel-header>.logo-wrap>a>.bb-mobile-logo {
    width: 170px !important;
}

.bb-login-section .sign-in {
    border-color: #444343 !important;
    background: none !important;
    color: #2b2a2a !important;
    padding: 0 22px !important;
}

a.bb-close-panel i {
    background: #fff7ee !important;
}

.bb-login-section .sing-up,
.bb-login-section .sign-out {
    color: #fff !important;
}

.chatbot-content {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    max-width: 650px;
    margin: 0 auto 2rem;
    background: #f9e7d4;
    color: #000000;
    font-size: 16px;
    overflow: hidden;
    border: 1px solid #ffffff;
    box-shadow: 1px 0px 6px rgb(229 224 224);
    font-family: CL, Trebuchet MS, sans-serif !important;
}

.chatbot-content .chatbot-conversation {
    overflow: auto;
}

.chatbot-content .chatbot-ai {
    display: flex;
    padding: 15px;
    position: relative;
    line-height: 1.5;
    background: #fff7ee;
    color: #000;
}

.chatbot-content .chatbot-name {
    color: #000000;
    margin-right: 5px;
}

.chatbot-content .chatbot-avatar {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
}

.chatbot-content .chatbot-avatar img {
    max-width: 100%;
    max-height: 100%;
}

.chatbot-content .chatbot-text {
    flex: auto;
    line-height: 1.5;
    color: #000000;
    text-align: left;
    padding-right: 3rem;
    font-size: 1.8rem;
}

.chatbot-content .chatbot-form {
    padding: calc(15px / 1.5) 15px;
    font-size: smaller;
    color: #000000;
    text-align: center;
}

.chatbot-content .chatbot-form button {
    position:relative;
    float: right;
    padding: 9px 30px 8px 14px;
    border: 1px solid #4c6cfd;
    font-size: 1.4rem;
    border-radius: 5px;
    color: #fff;
    background: #4c6cfd;
}
.mwai-chat .mwai-compliance a .user_type,
.chatbot-content .chatbot-form button .user_type{
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 6pt;
    font-weight: 600;
    color: #375dff;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    line-height: 13px;
    background-color: #ffffff;
    text-align: center;
}
.chatbot-content .chatbot-form button:hover {
    border-color: #f87217cf;
    background: #f87217cf;
}

.fnp-names {
    margin-bottom: 4rem;
}

.fnp-names h2 {
    margin-top: 0 !important;
}

.fnp-names .fnp-slider {
    position: relative;
    /* min-width: 180px; */
    text-align: center;
    margin-left: 5px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    background-color: #fff7ee;
    padding-bottom: 10px;
}
.fnp-names .fnp-slider:hover {
    transform: translateY(1px);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    background-color: #0000003d;
}
.fnp-img {
    position: relative;
    overflow: hidden;
    height: 160px;
    margin: 0px auto;
    color: #484848;
}
.fnp-img img {
    object-fit: cover;
    height: 100%;
    width: 140px;
    transition: transform 0.3s ease;
}
.fnp-names .fnp-slider:hover .fnp-img img{
    transform: scale(1.05);
    filter: brightness(0.5);
}
.fnp-names .fnp-slider a,
.fnp-names .fnp-slider a:hover{
    text-decoration:none;
}
.fnp-names .fnp-slider .view-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #395dff;
    color: #fff;
    padding: 4px 13px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.fnp-names .fnp-slider:hover .view-overlay {
    opacity: 1;
    box-shadow: 0px 0 1px #ffffff91;
}
.fnp-carousel,
.i-amphtml-scrollable-carousel-container {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.fnp-slider {
  flex: 0 0 auto;
  max-width: 150px; /* or another fixed width suitable for your layout */
  overflow: hidden;
  box-sizing: border-box;
}

.fnp-person-name {
  white-space: normal; /* force wrapping */
  overflow-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  max-width: 100%;
}
.opa-pedia-carousel-container .fnp-names .fnp-slider{
    min-width: 160px;
}
span.fnp-person-name {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #883bbd;
    text-align: center;
    white-space: normal;
    line-height: 1.3;
    justify-content: center;
    padding: 20px 4px 0;
    margin: 0 !important;
}
p.fnp-greeting{
    color: #4d5c6e;
    font-size: 13px !important;
    line-height: 1.4 !important;
    word-wrap: break-word;
    white-space: normal;
    padding: 0 10px !important;
}
span.opa-subttl{
    color: #fff;
    margin-top: 5px;
    margin-bottom: 15px;
    display: inline-block;
    font-family: CL, Trebuchet MS, sans-serif !important;
    font-weight: bolder;
    font-size: 1.7rem;
    background-color: #672992d9;
    padding: 2px 10px 4px;
}
@media screen and (min-width: 768px) {
    .apester-fill-content{
        min-width: 400px !important;
    }
}
body.bp-nouveau.page-template-default,
#blogherads-branding,
.bhaheader{
    background-color: #fff7ee !important;
}
body.bp-nouveau #blogherads-branding-container{
    margin: 0 auto !important;
    padding-bottom: 10px !important;
}
#blogherads-branding-container.bhbranding-badge #blogherads-branding{
    min-width: 130px !important;
}
#blogherads-branding-container #blogherads-branding .bhaheader{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 90px !important;
    height: auto !important;
}
#blogherads-branding-container .bhaheader a:first-of-type{
    height: 25px;
    display: block;
    width: 100%;
}
/* Profile menu dropdown */
ul.bb-my-account-menu li.menu-item a{
    padding-left: 30px !important;
    font-size: 14px;
}
ul.bb-my-account-menu li.menu-item.grp-head-menu a{
    color: #333333 !important;
    padding: 0px 14px !important;
    border-radius: 3px !important;
    font-size: 13px;
}
ul.bb-my-account-menu li.menu-item.grp-head-menu{
    margin: 20px 0 8px;
}
ul.bb-my-account-menu li:first-of-type{
    margin-top: 10px !important;
}
.bb-mobile-panel-inner #menu-tbn-mobile-menu li.grp-head-menu:hover a{
    color: #545454 !important;
    text-decoration: none !important;
}
.mobile-menu button.bb-menu-toggle,
.site-header .primary-menu button.bb-menu-toggle{
    background: none;
    border: none;
    color: #545454;
    padding-right:0;
}
.mobile-menu button.bb-menu-toggle{
    padding-left: 0;
}
.menu-item-has-children a.user-link,
ul.sub-menu-inner  a{
    text-decoration: none !important;
}
ul#header-my-account-menu li.grp-head-menu:hover>a{
    text-decoration: none !important;
    background-color: transparent !important;
}
.bb-mobile-panel-inner #menu-tbn-mobile-menu li:first-of-type{
    margin-top: 0 !important;
}
.bb-mobile-panel-inner #menu-tbn-mobile-menu li.grp-head-menu{
    min-height: 35px;
    margin: 15px 0 5px;
}
.bb-mobile-panel-inner #menu-tbn-mobile-menu li.grp-head-menu a{
    padding: 0 !important;
    font-size: 14px !important;
}
.bb-mobile-panel-inner .buddypanel-menu li {
    min-height: 45px;
}
.bb-mobile-panel-inner #menu-tbn-mobile-menu li a{
    padding-left: 20px !important;
    font-weight: normal;
}
.bb-mobile-panel-inner #menu-tbn-menu li a{
    font-weight: normal;
}
.search-box {
	width: max-content;
	border: 1px solid #008080;
	border-radius: 30px;
	padding: 10px 15px 10px 38px !important;
	color: #fffffff5 !important;
	font-size: 14px;
	transition: all 0.3s ease;
	outline: none;
	margin-right: 7px;
	min-width: 110px;
	max-width: 200px;
	background-color: #008080;
}
.header-search-link.search-box:hover{
	text-decoration:none !important;
	color: #017168 !important;
	box-shadow: rgb(1 113 104 / 22%) 0px 0px 4px;
	background-color: #fff7ee;
}
.search-box:hover .search-icon {
	color: #017168;
}
.header-search-wrap .search-form .search-icon{
   	color: #017168;
}
.search-icon {
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	color: rgb(255 255 255);
	cursor: pointer;
	transition: all 0.3s ease;
}
#navbar-collapse .sub-menu ul li{
	border: 1px solid transparent;
	border-radius: 7px;
}
.mobile-logo-wrapper{
    padding: 0 !important;
}
.bb-mobile-header-wrapper .search-box {
	height: auto;
	padding: 5px 20px 5px 28px !important;
	margin-right: 15px !important;
	min-width: 125px;
	max-width: 135px !important;
	border-color: #5a59594f !important;
}
@media screen and (max-width: 767px){
   .bb-mobile-header-wrapper .search-box{
		margin-right: 1rem !important;
		margin-left: 0 !important;
		font-size: 14px;
	}
}
@media screen and (max-width: 550px) {
    .mobile-logo-wrapper{
        flex: unset !important;
    }
    .header-search-wrap .search-field-top{
        background-image: none !important;
    }
}