a:visited {
    color: #222223;
}

a.learn-more:visited {
    color: #efaf1e;
}

.category-name a:visited,
.category-name a {
    color: #fff;
}

.container hr {
    border-top: 1px solid #040404;
}

h3 a:hover {
    border-bottom: 0px;
}

.navigation>li {
    position: relative;
    margin: 0 20px;
}

.navigation>li:first-child {
    margin-left: 0px;
}

.navigation>li>a {
    padding: 0px;
}

.navigation>li>a:hover,
.navigation>li>a.active {
    color: #222223;
}

.navigation>li:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #efaf1e;
    display: block;
    position: absolute;
    bottom: 2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: auto;
}

.navigation>li:hover:before,
.navigation>li.current_page_item:before {
    bottom: 8px;
    opacity: 1;
    visibility: visible;
}

ul.sub-menu {
    position: absolute;
    margin: 0px;
    width: 270px;
    padding-top: 12px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: 20px;
}

.navigation>li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

ul.sub-menu li.menu-item {
    background-color: #efeeea;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

ul.sub-menu li.menu-item:hover {
    background-color: #efaf1e;
}

ul.sub-menu li.menu-item:hover a,
.navigation>li ul.sub-menu ul.sub-menu li:hover a {
    color: #fff;
}

ul.sub-menu li.menu-item a {
    color: #000;
    font-size: 14px;
    display: block;
    line-height: 1.4;
    padding: 8px;
}

ul.sub-menu li.menu-item a:hover {
    color: #fff;
    background-color: #efaf1e;
}

ul.sub-menu ul.sub-menu {
    position: absolute;
    left: 100%;
    padding: 0px;
    top: 0;
    border-top: 3px solid #efaf1e;
}

.navigation>li ul.sub-menu ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: 20px;
}

.navigation>li ul.sub-menu ul.sub-menu a {
    color: #000;
}

.navigation>li ul.sub-menu ul.sub-menu a:hover {
    color: #fff;
}

.navigation>li ul.sub-menu li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: -3px;
}

.header-search-form {
    background-color: #efeeea;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: -78px;
}

.header-search-form.showsearch {
    margin-top: 0px;
}

.header-search-form form {
    margin: auto;
    max-width: 1100px;
    padding: 15px;
    position: relative;
}

.header-search-form form .form-control {
    width: calc(100% - 50px);
    border: 0px;
    padding: 8px 16px;
    font-family: "Nunito", sans-serif;
    font-size: 24px;
    height: auto;
    line-height: 1;
    font-weight: 300;
    font-style: italic;
}

.header-search-form form button.btn {
    position: absolute;
    right: 15px;
    top: 20px;
    background-color: #efaf1e;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.header-search-form form button.btn i {
    color: #fff;
}

.navigation>li ul.sub-menu ul.sub-menu ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: 20px;
}

.navigation>li ul.sub-menu ul.sub-menu li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: -3px;
}

.navigation>li ul.sub-menu ul.sub-menu li ul.sub-menu li a {
    color: #000;
}

.navigation>li ul.sub-menu ul.sub-menu li ul.sub-menu li a:hover {
    color: #fff;
}

.image-withtext .small-text p {
    color: #fff;
}

.admin-bar .header-wrap {
    margin-top: 32px;
}

.admin-bar .navbar-fixed-top {
    top: 32px;
}

.admin-bar .header-search-form {
    margin-top: -110px;
}

.admin-bar .header-search-form.showsearch {
    margin-top: -32px;
}

.product-listing li>a.learn-more {
    display: inline-block;
    box-shadow: none;
}

.product-listing li>a.learn-more:after {
    display: none;
}

.blog-detail .side-content .gray-box img {
    width: auto;
    margin-bottom: 5px;
}

.gray-box hr {
    border-top: 1px solid #23282d;
}

.blog-detail .side-content .gray-box ol,
.blog-detail .side-content .gray-box ul {
    padding-left: 40px;
    margin: 0px;
    overflow: hidden;
}

.blog-detail .side-content .gray-box ol li {
    list-style: decimal;
}

.footer ul {
    margin: 0px;
    margin-bottom: 10px;
}

.post-thumb {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: 0px 0px 10px 1px #ccc;
    background-image: url("../img/thumb.jpg");
}

a:hover,
a:focus,
a:active {
    color: #efaf1e;
}

.small-text.mobile-view {
    color: #000;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 30px;
}

.cta-title.mobile-view {
    margin-bottom: 10px;
}

.mobile-heading {
    padding: 25px 0px;
    color: #efaf1e;
}

.mobile-heading h1 {
    margin: 0px;
    font-weight: normal;
}

button.alm-load-more-btn.loading:before {
    width: 14px;
    height: 14px;
    margin: 3px;
}

button.alm-load-more-btn.loading {
    padding-left: 36px;
}

.asr-container {
    max-width: 1100px;
    padding: 15px;
    position: absolute;
    z-index: 999;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    border: 0px;
}

.result-section {
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.4);
}

.result-section .col-right .post-title a {
    color: #000;
}

.result-section .col-right .post-title a:hover {
    color: #efaf1e;
}

p.more-res {
    text-align: right;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.4);
}

p.more-res a {
    color: #000;
}

.result-section .post-details.img-active .col-left {
    width: 100px;
}

.result-section .post-details.img-active .col-right {
    width: calc(100% - 120px);
    float: right;
}

.result-section .col-right .post-desc {
    border: 0px;
    font-size: 14px;
    margin: 10px 0px;
}

.iAgreePopup .popupContainer .popupContent {
    padding: 0;
}

.iAgreePopup .popupContainer .popupChoices .popupChoiceButton {
    font-family: "Oswald", serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.research-list .rlist-item .rlist-left {
    width: 100%;
    position: relative;
    min-height: 200px;
}

.rlist-left-media {
    position: absolute;
    padding: 0px;
    width: 180px;
    height: 100%;
}

.rlist-left-media .mediaimg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.rlist-body {
    padding-left: 200px;
    width: 100%;
}

.banner-wrapper {
    background-image: url('../img/inner-banner.jpg');
}

.center-textbox ul,
.center-textbox ol {
    list-style-type: initial;
    font-size: 15px;
}

.center-textbox ol {
    list-style-type: decimal;
}

.center-textbox ul li,
.center-textbox ol li {
    margin-bottom: 6px;
}

embed,
iframe,
object {
    width: 100%;
}

.banner-right {
    max-width: 190px;
}

.latest-news .slide-padding {
    min-height: 440px;
    position: relative;
}

.latest-news .slide-padding a.learn-more {
    position: absolute;
    bottom: 0;
    left: 10px;
}

.product-list-block ul.product-listing li.col-sm-4 {
    min-height: 424px;
    padding-bottom: 30px;
}

.product-list-block ul.product-listing li.col-sm-4 a.learn-more {
    position: absolute;
    bottom: 0;
    left: 10px;
}

.bottom-post .recentslider.row .post-list.col-sm-4 {
    min-height: 435px;
}

.bottom-post .recentslider.row .post-list.col-sm-4 a.learn-more {
    position: absolute;
    bottom: 0;
    left: 10px;
}

.blog-detail .side-content .gray-box h4 {
    border: 0px;
    padding-bottom: 0;
}

.banner-wrapper.landing-page-banner .banner-inner {
    padding-bottom: 0px;
}

.blog-detail .container {
    border: 0px;
}

.remove-gray {
    background: transparent;
}

.blog-detail .side-content .gray-box ul ul {
    margin: 10px;
}

.blog-detail .side-content .gray-box ul ul li {
    list-style-type: square;
}

.blog-detail .side-content .bottom-post h3 {
    margin-top: 20px;
}

.blog-detail .side-content .gray-box ul li {
    margin-bottom: 6px;
}

.modal-backdrop.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modal-dialog .modal-content {
    padding: 30px 20px;
}

.modal-content .close {
    position: absolute;
    top: -42px;
    right: -30px;
    background-color: #fff;
    line-height: 0;
    width: 30px;
    height: 30px;
}

#pt-user-modal hr {
    display: none;
}

#pt_login_form .form-field input,
#pt_reset_password_form .form-field input,
#pt_registration_form .form-field input {
    padding: 16px;
    box-shadow: none;
    border-color: #e4e4e4;
}

#pt_login_form .form-field .btn,
#pt_reset_password_form .form-field .btn,
#pt_registration_form .form-field .btn {
    border-color: #efaf1e;
}

.modal-dialog .modal-content .modal-footer {
    padding: 0px;
    text-align: center;
    padding-top: 10px;
}

.new-layout {
    max-width: initial;
    overflow: hidden;
}

.new-layout .mediaimg {
    height: 150px;
    width: 100%;
    box-shadow: 0px 0px 10px #ccc;
    background-size: cover;
    background-position: 50% 50%;
}

.new-layout h3 {
    font-size: 20px;
    margin: 20px 0px;
    word-break: break-word;
}

.research-list.brand-tools.new-layout .alm-reveal {
    padding-left: 10px;
    padding-right: 10px;
}

.research-list.brand-tools.new-layout .alm-btn-wrap.row.load-more {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
}

.new-layout-box {
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.new-layout .btn {
    color: #efaf1e;
    padding: 2px 20px;
    position: absolute;
    bottom: 0;
}

.new-layout .btn:hover {
    background-color: #efaf1e;
    color: #fff;
}

.new-layout .alm-btn-wrap.row.load-more {
    width: 100%;
}

.research-list.brand-tools.new-layout .alm-btn-wrap {
    clear: both;
}

.research-list.brand-tools.new-layout .alm-btn-wrap button.alm-load-more-btn {
    min-width: 100px;
}

a.added_to_cart.wc-forward {
    color: #efaf1e;
    padding: 2px 20px;
    position: absolute;
    bottom: 0;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    touch-action: manipulation;
    text-transform: uppercase;
    font-family: "Oswald", serif;
    letter-spacing: 0.5px;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857;
    outline: none;
    right: 10px;
    background-color: #fff;
    border-color: #F7DA96;
}

.tml-login .tml-submit-wrap input,
.tml .tml-submit-wrap input {
    color: #efaf1e;
    padding: 2px 20px;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    touch-action: manipulation;
    text-transform: uppercase;
    font-family: "Oswald", serif;
    letter-spacing: 0.5px;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857;
    outline: none;
    background-color: #fff;
    border-color: #F7DA96;
}

a.added_to_cart.wc-forward:hover,
.tml-login .tml-submit-wrap input:hover,
.tml .tml-submit-wrap input:hover {
    background-color: #efaf1e;
    color: #fff;
}

.tml {
    margin: auto;
    max-width: 100%;
}

.tml .message {
    border: 0px;
    background-color: transparent;
    padding: 0px;
    clear: none;
    margin-bottom: 20px;
    font-size: 28px;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}

.tml .set-width {
    max-width: 320px;
    margin: auto;
}

.tml label {
    margin: 0px;
}

.tml p input {
    margin-bottom: 0px;
}

.summary.entry-summary {
    margin-top: 0px;
}

.woocommerce .gray-box div.product h2 {
    margin-bottom: 40px;
}

.woocommerce .blog-detail .side-content .gray-box h3 {
    margin-bottom: 20px;
}

.summary.entry-summary form.cart {
    position: relative;
    margin: 0px;
    margin-top: 30px;
}

.woocommerce div.product form.cart .button,
a.added_to_cart.wc-forward,
.summary.entry-summary .btn.btn-default {
    background-color: transparent;
    color: #efaf1e;
    border: 1px solid;
    border-radius: 0px;
    padding: 8px 20px;
    font-weight: 100;
    line-height: 1;
}

a.added_to_cart.wc-forward {
    position: initial;
    margin-left: 10px;
}

.woocommerce div.product form.cart .button:hover,
.summary.entry-summary .btn.btn-default:hover {
    background-color: #efaf1e;
    color: #fff;
}

.shop_table .product-price,
.shop_table .product-subtotal {
    display: none;
}

.shop_table .actions .coupon,
.cart_totals h2,
.cart_totals table.shop_table {
    display: none;
}

.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    display: inline-block;
    float: right;
    margin: 0px;
    background-color: transparent;
    color: #efaf1e;
    border: 1px solid;
    border-radius: 0px;
    padding: 8px 20px;
    font-weight: 100;
    line-height: 1;
    font-family: "Oswald", serif;
    text-transform: uppercase;
    font-size: 16px;
}

.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover {
    background-color: #efaf1e;
    color: #fff;
}

.woocommerce table.shop_table .actions input.button {
    display: inline-block;
    float: right;
    margin: 0px;
    background-color: transparent;
    color: #efaf1e;
    border: 1px solid;
    border-radius: 0px;
    padding: 8px 20px;
    font-weight: 100;
    line-height: 1;
    font-family: "Oswald", serif;
    text-transform: uppercase;
    font-size: 16px;
}

.woocommerce table.shop_table .actions input.button:hover {
    background-color: #efaf1e;
    color: #fff;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: auto;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    max-width: 70px;
}

.woocommerce table.shop_table .product-quantity {
    text-align: right;
}

.woocommerce-checkout .woocommerce .woocommerce-info {
    display: none;
}

.woocommerce form .form-row label {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    margin-top: 10px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    padding: 6px 10px;
    border: 1px solid #ccc;
}

.select2-container .select2-selection--single {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    padding: 6px 10px;
    border: 1px solid #ccc;
    height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 16px;
}

.screen-reader-text {
    font-family: "Nunito", sans-serif;
}

.woocommerce-additional-fields {
    margin-bottom: 30px;
}

.woocommerce table.shop_table,
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    background-color: transparent;
    color: #efaf1e;
    border: 1px solid;
    border-radius: 0px;
    padding: 8px 20px;
    font-weight: 100;
    line-height: 1;
    font-family: "Oswald", serif;
    text-transform: uppercase;
    width: 130px;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    background-color: #efaf1e;
    color: #fff;
}

.woocommerce table.shop_table .product-total,
.woocommerce table.shop_table .cart-subtotal,
.woocommerce table.shop_table .order-total {
    display: none;
}

.summary.entry-summary .btn.btn-default.loading::after {
    position: initial;
    margin-left: .53em;
    vertical-align: bottom;
}

.wc_payment_methods.payment_methods.methods {
    display: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 0px;
}

.woocommerce-order-overview__total.total,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot {
    display: none;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details~p {
    display: none;
}

.woocommerce-order p,
.woocommerce ul.order_details li,
address {
    font-family: "Nunito", sans-serif;
}

.footer-content .social-icons.social-icons-bottom {
    margin-top: 30px;
}

.blog-detail .side-content .gray-box .summary.entry-summary h4 {
    margin: 0px;
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.gray-box .bottom-post .recentslider.row .post-list.col-sm-4 h3 {
    margin-bottom: 10px;
    min-height: 46px;
}

.cart-link img {
    width: 18px;
}

.nav-right>ul>li:last-child {
    padding-left: 6px;
}

.nav-right>ul>li:last-child:before {
    display: none;
}

.shop_table.shop_table_responsive.cart .product-remove {
    width: 50px;
}

.woocommerce a.remove {
    color: #ef1e1e !important;
    font-size: 18px;
    border: 1px solid;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 0.95;
    padding-left: 1px;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td.product-name {
    font-size: 20px;
}

.woocommerce table.shop_table td.product-name a:hover {
    text-decoration: underline;
}

.woocommerce table.shop_table td.product-name a:active,
.woocommerce table.shop_table td.product-name a:focus {
    text-decoration: none;
    color: #222223;
}

.woocommerce a.remove:hover {
    background: #ef1e1e;
    border-color: #ef1e1e;
}

.woocommerce table.shop_table {
    border: 0px;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    padding: 16px;
}

.woocommerce table.shop_table th {
    text-transform: uppercase;
}

.woocommerce .quantity .qty {
    width: 43px;
    height: 40px;
    text-align: center;
    padding-left: 15px;
}

.woocommerce table.shop_table {
    margin-bottom: 0px;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding-top: 0px;
}

.woocommerce table.shop_table td.actions {
    padding: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.woocommerce table.shop_table .actions input.button {
    margin-right: 61px;
}

#order_review .shop_table.woocommerce-checkout-review-order-table .cart_item td {
    border-bottom: 1px solid #ccc;
}

#payment .form-row.place-order {
    margin-top: 20px;
}

.woocommerce .shop_table .cart_item .product-quantity .quantity {
    position: relative;
}

.woocommerce .shop_table .cart_item .product-quantity .quantity:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .cart_item .product-quantity .quantity:before {
    display: none;
}

.woocommerce .shop_table .cart_item .product-thumbnail {
    width: 130px;
}

.woocommerce table.shop_table td.product-name {
    font-size: 16px;
}

.form-row.place-order {
    clear: both;
    float: right;
}

#payment a.update-cart {
    float: right;
    color: #efaf1e;
    border: 1px solid;
    border-radius: 0px;
    padding: 8px 20px;
    font-weight: 100;
    line-height: 1;
    width: 130px;
    margin-top: 30px;
}

#payment a.update-cart:hover {
    background-color: #efaf1e;
    color: #fff;
}

#order_review .shop_table.woocommerce-checkout-review-order-table .cart_item td .product-quantity {
    display: none;
}

.product .product_meta {
    display: none;
}

/*OLYMPIC CENTER Template css*/
.wysiwyg-content-block {
    padding: 70px 0 25px;
}

.wysiwyg-content-block p {
    font-family: "Nunito", sans-serif;
    /*font-family: 'Avenir LT Std';*/
    margin-bottom: 20px;
}

.wysiwyg-content-block h1,
.wysiwyg-content-block h2,
.wysiwyg-content-block h3,
.wysiwyg-content-block h4,
.wysiwyg-content-block h5,
.wysiwyg-content-block h6 {
    margin-bottom: 20px;
}

/*three-column-cta-block*/
.three-column-cta-block {
    padding: 25px 0 50px;
}

.three-column-cta-block ul.listing {
    position: relative;
    padding: 0;
}

.three-column-cta-block .thumb {
    min-height: 152px;
    margin-bottom: 20px;
    position: relative;
}

.three-column-cta-block .outer_link {
    z-index: 2;
}

.three-column-cta-block .relative:hover h4 a {
    border-color: #efaf1e;
}

.bg-img {
    background-image: url('../img/b.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.three-column-cta-block ul.listing li h4 {
    font-family: "Oswald", serif;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #efaf1e;
}

.three-column-cta-block ul.listing li h4 a {
    color: #efaf1e;
    border-bottom: 3px solid transparent;
    padding-bottom: 3px;
}

.three-column-cta-block ul.listing li h4 a:hover {
    border-color: #efaf1e;
}

.three-column-cta-block ul.listing li p {
    /*font-family: 'Avenir LT Std';*/
    /*font-family: "Nunito", sans-serif;*/
    font-family: 'Avenir Book';
}

/*two-column-media-block*/
.two-column-media-block {
    padding: 50px 0 100px;
    background-color: #fff;
}

.two-column-media-block .product-slider li {
    margin-bottom: 100px;
}

.two-column-media-block .product-slider li:last-child {
    margin-bottom: 0;
}

.two-column-media-block .product-slider li.media-right .media-outer {
    float: right;
}

.two-column-media-block .product-slider .slider-thumb {
    min-height: 250px;
    height: 100%;
    width: 100%;
}

.two-column-media-block .product-slider li.media-left .content,
.two-column-media-block .product-slider li .content {
    padding-left: 50px;
}

.two-column-media-block .product-slider li.media-right .content {
    padding-right: 50px;
    padding-left: 10px;
}

.two-column-media-block .product-slider li.media-right {
    padding-left: 0;
}

.two-column-media-block .product-slider li .content p {
    font-family: 'Avenir Book';
    margin: 0;
    margin-bottom: 20px;
}

.two-column-media-block .product-slider li .content h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.thumb-shadow {
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.14);
}

/*featured-image-promo css*/
.featured-image-promo .promo-banner {
    min-height: 420px;
    padding: 80px 0 100px;
    position: relative;
}

.featured-image-promo .promo-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.featured-image-promo .promo-banner .content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.featured-image-promo .promo-banner .content h3,
.featured-image-promo .promo-banner .content p {
    color: #fff;
}

.featured-image-promo .promo-banner .content h3 {
    font-family: "Oswald", serif;
    margin-bottom: 40px;
    font-size: 45px;
}

.featured-image-promo .promo-banner .content p {
    font-family: 'Avenir Book';
    margin-bottom: 20px;
}

.featured-image-promo .gray-box {
    background-color: #f7f7f4;
    padding: 50px 90px;
    margin-top: -70px;
    position: relative;
    margin-bottom: 0;
}

.featured-image-promo {
    padding-bottom: 160px;
}

.featured-image-promo .gray-box .content {
    font-family: 'Avenir Next';
    font-size: 16px;
}

.featured-image-promo .gray-box .content p {
    margin-bottom: 15px;
    font-family: 'Avenir Next';
}

.featured-image-promo .gray-box .content a,
.featured-image-promo .gray-box .content p a {
    color: #efaf1e;
}

.featured-image-promo .gray-box .content a:hover,
.featured-image-promo .gray-box .content p a:hover {
    text-decoration: underline;
}

.featured-image-promo .gray-box .content ul li {
    margin-bottom: 10px;
    list-style: disc;
}

.featured-image-promo .gray-box .content ul {
    margin-bottom: 20px;
    padding-left: 40px;
    margin-left: 0px;
}

.inner-section .aside {
    margin-top: -35px;
    position: absolute;
    right: 30px;
}

.blog-detail.inner-section .aside .gray-box {
    padding: 30px;
    max-width: 220px;
}

.blog-detail.inner-section .aside .gray-box.fixed {
    position: fixed;
    right: 30px;
    top: 90px;
    z-index: 10;
}

.blog-detail.inner-section .aside .gray-box.fixed.show {
    top: 130px;
}

.blog-detail.inner-section .aside .gray-box.hide {
    display: block !important;
}

.blog-detail.inner-section .aside .gray-box h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Avenir Next Demi';
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 0;
}

.blog-detail.inner-section .aside .gray-box ul li {
    margin-bottom: 20px;
}

.blog-detail.inner-section .aside .gray-box ul li a {
    font-family: 'Avenir Next';
    font-size: 14px;
    display: block;
}

.blog-detail.inner-section .aside .gray-box ul li a:hover {
    text-decoration: underline;
}

.contant-sm {
    max-width: 910px;
    margin: 0 auto;
}

/*resources-sec*/
.resources-sec {
    background-color: #fbfbf9;
}

.resources-sec .min-height {
    min-height: 500px;
}

.custom-tab-link {
    margin: 0;
    padding: 0;
}

.custom-tab-link li a {
    display: block;
    padding: 13px 20px;
    background-color: transparent;
    color: #3f3f40;
    font-size: 17px;
    font-family: 'Avenir Next';
    text-transform: capitalize;
    -webkit-transition: 0.25s all;
    -ms-transition: 0.25s all;
    -moz-transition: 0.25s all;
    transition: 0.25s all;
}

.custom-tab-link li.active a,
.custom-tab-link li a:hover {
    background-color: #efaf1e;
    color: #fff;
}

.resources-sec .sidebar {
    padding: 60px 0;
    border-right: 2px solid #e1dfd5;
}

.resources-sec .row {
    display: flex;
}

.resources-sec .sidebar h3 {
    font-size: 30px;
    text-transform: uppercase;
    padding-left: 20px;
    font-family: "Oswald", serif;
    margin-bottom: 25px;
}

.custom-tab-content {
    padding: 60px;
    font-family: 'Avenir Next';
}

.custom-tab-content span.heading {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Avenir Next Demi';
    margin-bottom: 10px;
    display: block;
    text-transform: capitalize;
}

.custom-tab-content p,
.custom-tab-content a {
    font-size: 16px;
    font-family: 'Avenir Next';
    margin-bottom: 10px;
}

.custom-tab-content a {
    color: #efaf1e;
    -webkit-transition: 0.25s all;
    -ms-transition: 0.25s all;
    -moz-transition: 0.25s all;
    transition: 0.25s all;
    margin: 0;
    text-shadow: 0 0 0 #efaf1e;
}

.custom-tab-content a:hover {
    text-decoration: underline;
}

.custom-tab-content ul {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 40px;
    margin-left: 0px;
}

.custom-tab-content ul li {
    padding-bottom: 10px;
    list-style: disc;
}

.components.inner-section {
    position: relative;
}

.components.inner-section {
    position: relative;
}

.featured-image-promo .container-sm {
    margin: 0 auto;
}

.two-column-media-block .product-slider li .video-thumb,
.two-column-media-block .product-slider li iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: 1;
    cursor: pointer;
}

.two-column-media-block .product-slider li .youtube .video-thumb {
    z-index: 2;
}

.two-column-media-block .product-slider li .video-thumb:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.two-column-media-block .product-slider li .video-block {
    min-height: 250px;
    position: relative;
    overflow: hidden;
}

.two-column-media-block .product-slider li .video-block video {
    min-height: auto;
    min-width: auto;
    width: 100%;
    height: 100%;
    background-color: #000;
}

button.play-btn {
    outline: none;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}

.two-column-media-block .product-slider li .youtube {
    min-height: 250px;
    width: 100%;
    position: relative;
}

.two-column-media-block .product-slider li.media-right {
    display: block;
}

a.outer_link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.featured-image-promo .promo-banner .mobile-img {
    background-image: none;
}

/*Home page css*/
.font-lg {
    font-family: 'Avenir LT Std';
    font-size: 22px;
    font-weight: 300;
}

.text_promo {
    padding-top: 30px;
}

.text_promo .font-lg {
    margin-bottom: 10px;
}

.three-column-CTA-promo-hm {
    padding-top: 30px;
    padding-bottom: 55px;
}

.three-column-CTA-promo-hm .font-lg {
    font-size: 24px;
    font-weight: bold;
    color: #505050;
    margin-bottom: 20px;
}

.three-column-CTA-promo-hm .pd-none {
    padding: 0;
}

.three-column-CTA-promo-hm .thumb {
    width: 100%;
    min-height: 470px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.three-column-CTA-promo-hm .thumb:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.81)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    z-index: 1;
}

.three-column-CTA-promo-hm .thumb h3 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Oswald", serif;
    font-weight: 600;
    text-align: left;
    padding: 0 20px 20px 50px;
    width: 100%;
}

@media (max-width: 767px) {
    .three-column-CTA-promo-hm .thumb h3 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .three-column-CTA-promo-hm .thumb .data-box {
        min-height: 140px;
    }
}

.three-column-CTA-promo-hm .thumb:hover h3 {
    text-decoration: underline;
}

.three-column-CTA-promo-hm .thumb .data-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.three-column-CTA-promo-hm .thumb .outer_link {
    z-index: 3;
}

.anchor-navigation {
    background-color: #efeee9;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    top: 92px;
}

.anchor-navigation ul {
    margin: 0;
    padding: 0;
}

.anchor-navigation ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-left: -4px;
}

.anchor-navigation ul li a {
    padding: 10px 14px;
    font-family: 'Avenir LT Std';
    font-size: 14px;
    color: #363636;
    -webkit-transition: 0.25s all;
    -ms-transition: 0.25s all;
    -moz-transition: 0.25s all;
    transition: 0.25s all;
    text-transform: capitalize;
    display: block;
}

.anchor-navigation ul li a.active,
.anchor-navigation ul li a:hover {
    background-color: #f1b01b;
    color: #fff;
    text-shadow: 0 0 0 #fff;
}

.anchor-navigation.show {
    display: block;
}

.anchor-navigation.hide {
    display: none;
}

/*Listing page css*/
.post-listing {
    padding: 50px 0;
}

.post-listing ul li {
    width: 19.7%;
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
    margin-bottom: 40px;
}

.post-listing .content-outer {
    position: relative;
}

.post-listing .content-outer .thumb {
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.14);
    min-height: 135px;
    margin-bottom: 20px;
}

.post-listing .content-outer h3 {
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Avenir LT Std';
    text-shadow: 0 0 1px #222223;
    color: #222223;
    padding-bottom: 3px;
    line-height: 1.3;
}

.post-listing .content-outer p {
    margin-bottom: 15px;
    font-size: 14px;
    font-family: 'Avenir Next';
}

.relative {
    position: relative;
}

.post-listing .content-outer:hover h3 {
    text-decoration: underline;
    text-decoration-color: #efaf1e;
}

.listing-resource-promo {
    margin-top: 35px;
    padding: 25px 0 35px;
    position: relative;
}

.listing-resource-promo:before {
    content: '';
    position: absolute;
    width: 65%;
    left: 35%;
    height: 100%;
    background-color: #f3f2ee;
    top: 0;
    z-index: 1;
}

.media.resource {
    padding-left: 10px;
}

.media.resource .media-left {
    min-width: 500px;
    height: 285px;
    z-index: 2;
    position: relative;
    padding-left: 10px;
}

.media.resource .media-body {
    padding-left: 80px;
    background-color: #f3f2ee;
    vertical-align: middle;
    z-index: 2;
    position: relative;
}

.media.resource .media-body h3 {
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "Oswald", serif;
    font-weight: 400;
}

.media.resource .media-body p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #3f3f3f;
}

.media.resource .media-body a.btn {
    border-color: #efaf1e;
    color: #efaf1e;
}

.media.resource .media-body a.btn:hover {
    color: #fff;
}

.filter-dropdown {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}


.filter-dropdown a,
.filter-strip li .btn {
    height: 24px;
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    text-transform: uppercase;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 2px 10px;
    width: 200px;
    color: #666;
    text-align: left;
    position: relative;
}

.filter-dropdown a:hover,
.filter-strip li .btn:hover,
.filter-strip li .btn:focus,
.filter-strip li .btn.active:focus {
    border-color: #efaf1e;
    background-color: transparent;
}


.filter-dropdown a img,
.filter-strip li .btn img {
    position: absolute;
    max-width: 10px;
    right: 10px;
    top: 9px;
    display: block;
}

.filter-block.active .filter-dropdown a img,
.filter-strip li .custom-dropdown.open .btn img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 8px;
}

.custom-dropdown {
    position: inherit;
}

.custom-dropdown .dropdown-menu {
    width: 100%;
    box-shadow: none;
}

/*.custom-dropdown .dropdown-menu:before{
    content:'';
    position: absolute;
    width: 100%;
    height: 100Vh;
    background-color: rgba(0, 0, 0, 0.3);
    top: 100%;
    left: 0;
    }*/

    .filter-item-container,
    .custom-dropdown .dropdown-menu {
        background-color: #ffffff;
        padding: 30px 0 65px;
        border-top: 1px solid #e1e1e1;
        position: absolute;
        width: 100%;
        z-index: 10;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        opacity: 0;
        visibility: hidden;
        top: 86px;
    }

    .filter-block.active .filter-item-container,
    .custom-dropdown .dropdown-menu {
        opacity: 1;
        visibility: visible;
        top: 66px;
    }

    .listing.form-group {
        padding-bottom: 10px;
    }

    /*checkbox*/
    .checkbox-container {
        display: inline-block;
        position: relative;
        padding: 8px 15px;
        margin: 0;
        padding-left: 32px;
        cursor: pointer;
        font-size: 18px;
        color: #262626;
        text-transform: capitalize;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-family: 'Avenir Book';
        word-break: break-all;
        /* Create a custom checkbox */
    }

    .checkbox-container.active {
        color: #be0b0c;
    }

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .checkbox-container .checkmark {
        position: absolute;
        top: 13px;
        left: 0;
        width: 16px;
        height: 16px;
        border: 1px solid #a1a1a1;
        background-color: transparent;
    }

    .checkbox-container:hover {
        color: #efaf1e;
    }

    .checkbox-container:hover .checkmark {
        border-color: #efaf1e;
        background-color: transparent;
    }

    /* On mouse-over, add a grey background color */
    .checkbox-container:hover input~.checkmark {
        background-color: transparent;
        border-color: #efaf1e;
    }

    /* When the checkbox is checked, add a blue background */
    .checkbox-container input:checked~.checkmark {
        background-color: #efaf1e;
        border-color: #efaf1e;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .checkbox-container input:checked~.checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .checkbox-container .checkmark:after {
        left: 5px;
        top: 1px;
        width: 5px;
        height: 10px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .checkbox-container.active:hover input:checked~.checkmark {
        background-color: transparent;
        border-color: #ffffff;
    }

    .checkbox-container.active:hover input:checked~.checkmark:after {
        border: solid #ffffff;
        border-width: 0 1px 2px 0;
    }

    /*checkbox ending*/
    .filter-item-container ul {
        margin: 0;
        padding: 0;
    }

    .filter-item-container ul:before,
    .filter-item-container ul:after,
    .filter-item-container .btn-outer:before,
    .filter-item-container .btn-outer:after,
    .custom-dropdown .dropdown-menu .btn-outer:before,
    .custom-dropdown .dropdown-menu .btn-outer:after {
        content: " ";
        display: table;
    }

    .filter-item-container ul:after,
    .filter-item-container .btn-outer:after,
    .custom-dropdown .dropdown-menu .btn-outer:after {
        clear: both;
    }

    .filter-item-container ul li,
    .custom-dropdown .dropdown-menu li {
        width: 24.7%;
        display: inline-block;
        margin-right: 0;
        vertical-align: top;
    }

    .filter-item-container .btn-outer,
    .custom-dropdown .dropdown-menu .btn-outer {
        position: relative;
        width: 100%;
        padding-top: 10px;
        float: none;
        display: none;
        transition: none;
    }

    .show-clear .custom-dropdown .dropdown-menu .btn-outer {
        display: block;
    }

    .apply-filter,
    .clear-all-data {
        display: none;
    }

    .show-clear .apply-filter,
    .show-clear .clear-all-data {
        display: block;
    }


    .filter-item-container .btn-outer a,
    .custom-dropdown .dropdown-menu .btn-outer a {
        position: absolute;
        width: 24.7%;
        text-align: left;
        right: 0;
        font-size: 18px;
        font-family: 'Avenir Book';
        color: #262626;
        transition: 0.25s all;
    }

    .action-strip {
        padding-top: 15px;
    }

    .action-strip .pd-lf {
        padding-left: 0;
    }

    .action-btn {
        text-align: left;
        right: 0;
        font-size: 18px;
        font-family: 'Avenir Book';
        color: #262626;
        transition: 0.25s all;
    }

    .custom-dropdown .dropdown-menu .btn-outer a:hover,
    .action-btn:hover {
        color: #efaf1e;
    }

    body {
        position: relative;
    }

    body:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 3;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        -ms-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }

    body.filter-active:before,
    body.filter-active1:before,
    body.filter-active2:before {
        opacity: 1;
        visibility: visible;
    }

    .banner-wrapper,
    .filter-block {
        z-index: 5;
        position: relative;
    }

    .filter-block {
        background-color: #fff;
    }

    .research-lib {
        position: relative;
        z-index: 6;
        background-color: #fff;
    }

    .blog-detail {
        position: relative;
        z-index: 6;
    }

    /*Filter strip*/
    .filter-strip {
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .filter-strip li {
        display: inline-block;
        margin-right: 10px;
    }

    .alm-btn-wrap {
        border-top: 1px solid #ccc;
    }

    #frmfilter1 .form-filter {
        padding-bottom: 20px;
    }

    /*Listing page css*/

    @media(min-width: 1400px) {
        .container-xl {
            width: 1280px;
        }
    }

    @media(max-width: 1400px) {
        .blog-detail.inner-section .aside {
            position: inherit;
            right: inherit;
            margin-top: 0;
        }

        .blog-detail.inner-section .aside .gray-box {
            max-width: 450px;
            margin: 0 auto;
            padding: 0;
            text-align: center;
        }

        .blog-detail.inner-section .aside .gray-box h4 {
            font-size: 16px;
            margin-bottom: 0;
            padding: 15px 10px;
            cursor: pointer;
            position: relative;
            color: #222223;
        }

        .blog-detail.inner-section .aside .gray-box h4:before {
            content: "";
            width: 8px;
            height: 8px;
            border-left: 1px solid #222223;
            border-bottom: 1px solid #222223;
            display: block;
            position: absolute;
            top: 37%;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            right: 31%;
        }

        .blog-detail.inner-section .aside .gray-box h4.open:before {
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
            top: 44%;
        }

        .blog-detail.inner-section .aside .gray-box .menu-sidebar-container {
            display: none;
        }

        .blog-detail.inner-section .aside .gray-box .widget {
            margin-bottom: 0;
        }

    /*.blog-detail.inner-section .aside .gray-box.fixed{
        position: fixed;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top:90px;
    }
    .blog-detail.inner-section .aside .gray-box.fixed.show{
        top: 130px;
        }*/
    }

    @media(min-width: 1200px) {
        .container-lg {
            width: 1160px;
        }

        .container-sm {
            width: 900px;
        }
    }

    @media(max-width: 1199px) {

    /* .container-sm{
        width: 720px;
        }*/
    /*.blog-detail.inner-section .aside .gray-box{
            max-width: 220px;
            width: 100%;
            }*/
    /* .blog-detail.inner-section .aside{
            right:30px;
            }*/
            .post-listing ul li {
                width: 24.7%;
            }

            .media.resource .media-left {
                min-width: 400px;
            }

            .filter-item-container ul li,
            .filter-item-container .btn-outer a,
            .custom-dropdown .dropdown-menu li,
            .custom-dropdown .dropdown-menu .btn-outer a {
                width: 33%;
            }
        }

        @media(max-width: 992px) {
            .featured-image-promo .gray-box {
                padding: 50px;
            }

            .custom-tab-content {
                padding: 60px 40px;
            }

            .two-column-media-block .product-slider li.media-left .content,
            .two-column-media-block .product-slider li .content {
                padding-left: 30px;
            }

            .two-column-media-block .product-slider li.media-right .content {
                padding-right: 30px;
                padding-left: 0;
            }

    /*.container-sm{
                width: 100%;
                }*/
                .blog-detail.inner-section .aside .gray-box {
                    max-width: 450px;
                    margin: 0 auto;
                    padding: 0;
                    text-align: center;
                    background-color: #f7f7f4;
                    border: 1px solid #e8e8e8;
                }

                .three-column-CTA-promo-hm .thumb h3 {
                    padding: 0 20px 10px 20px;
                    font-size: 26px;
                }

                .navigation>li {
                    margin-right: 10px;
                }

                .anchor-navigation ul li a {
                    padding: 10px 8px;
                }

                .post-listing ul li {
                    width: 33%;
                }

                .media.resource .media-body {
                    padding-left: 40px;
                }

                .media.resource .media-left {
                    min-width: 300px;
                }
            }

            @media (max-width: 768px) {
                .header-search-form {
                    margin-top: -100px;
                }

                .new-layout .new-layout-box {
                    border-bottom: 1px solid #ccc;
                    padding-bottom: 10px;
                    margin-bottom: 10px;
                }

                .new-layout .btn {
                    margin-bottom: 10px;
                }

                .research-list .load-more {
                    border-top: 0px;
                }
            }

            @media (max-width: 767px) {
                .anchor-navigation {
                    display: none !important;
                }

                .page-template-research .banner-wrapper h1 {
                    padding: 60px 0 60px;
                }

                .show-mobile {
                    background-color: #efaf1e;
                    height: 100%;
                }

                .show-mobile .nav-right {
                    display: none;
                }

                .navbar .navbar-collapse,
                .navbar .navbar-form {
                    border-color: transparent;
                    box-shadow: none;
                    overflow: auto;
                    width: 100%;
                    position: absolute;
                    height: 80%;
                    left: 0;
                    top: 70px;
                    max-height: 100%;
                }

                .navigation>li {
                    margin: 0px;
                    padding: 0px;
                }

                .navigation ul.sub-menu {
                    position: relative;
                    width: 100%;
                    margin: 0px;
                    padding: 0px;
                    opacity: 1;
                    visibility: visible;
                }

                .navigation>li>a {
                    font-size: 18px;
                    color: #fff;
                    border-bottom: 1px solid #fff;
                    padding: 10px 0px;
                }

                #primary-menu {
                    overflow: hidden;
                }

                ul.sub-menu li.menu-item {
                    text-align: left;
                    background-color: transparent;
                }

                ul.sub-menu li.menu-item a {
                    font-size: 18px;
                    padding: 10px 0px;
                    border-bottom: 1px solid #fff;
                    color: #fff;
                    margin-left: 14px;
                }

                .navigation>li ul.sub-menu ul.sub-menu {
                    opacity: 1;
                    visibility: visible;
                }

                .navbar-inverse .navbar-toggle,
                .navbar-inverse .navbar-toggle:hover,
                .navbar-inverse .navbar-toggle:focus {
                    border: 0px;
                    background-color: transparent;
                }

                .navbar-inverse.show-mobile .navbar-toggle:hover,
                .navbar-inverse.show-mobile .navbar-toggle:focus {
                    background-color: transparent;
                }

                .show-mobile .navbar-toggle span:nth-child(2) {
                    -webkit-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    transform: rotate(45deg);
                    position: relative;
                    top: 3px;
                }

                .show-mobile .navbar-toggle span:nth-child(4) {
                    -webkit-transform: rotate(-45deg);
                    -moz-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    -o-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    position: relative;
                    top: -3px;
                }

                .show-mobile .navbar-toggle span:nth-child(3) {
                    display: none;
                }

                .featured-image-promo .promo-banner {
                    background-image: none !important;
                    background-color: #ffffff;
                    padding: 0;
                }

                .featured-image-promo .promo-banner .col-sm-12 {
                    padding: 0;
                }

                .featured-image-promo .promo-banner .mobile-img {
                    background-image: url('../img/lending-img.jpg');
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center;
                    min-height: 200px;
                    position: relative;
                }

                .featured-image-promo .promo-banner .mobile-img:before {
                    content: '';
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    background-color: rgba(0, 0, 0, 0.5);
                }

                .featured-image-promo .promo-banner .mobile-img h3 {
                    margin-bottom: 0;
                    position: absolute;
                    width: 100%;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    padding: 0 20px;
                }

                .featured-image-promo .promo-banner .content {
                    background-color: #fff;
                    margin-bottom: 40px;
                }

                .featured-image-promo .promo-banner .content p {
                    color: #231f20;
                }

                .featured-image-promo .gray-box {
                    margin-top: 0;
                    margin-bottom: 0;
                    padding: 50px 20px;
                }

                .featured-image-promo .promo-banner:before {
                    display: none;
                }

                .featured-image-promo .promo-banner .content .inner-content {
                    padding: 30px 20px 0;
                }

                .featured-image-promo .promo-banner .content p,
                .featured-image-promo .gray-box .content p {
                    font-size: 16px;
                }

                .featured-image-promo .gray-box .content ul {
                    margin-left: 30px;
                }

                .resources-sec .row {
                    display: block;
                }

                .resources-sec {
                    padding: 35px 0;
                }

                .custom-tab-content {
                    padding: 0 20px;
                }

                .resources-sec .sidebar {
                    text-align: center;
                    padding: 0;
                    padding-bottom: 50px;
                }

                .uniq-category-select {
                    max-width: 450px;
                    margin: auto;
                    padding: 10px;
                    background: #efaf1e;
                    color: #fff;
                    width: 100%;
                    font-family: 'Avenir Next Demi';
                    cursor: pointer;
                    font-size: 17px;
                    text-transform: capitalize;
                }

                .custom-tab-content ul {
                    margin-left: 25px;
                }

                .featured-image-promo {
                    padding-bottom: 80px;
                }

                .three-column-cta-block ul.listing li {
                    margin-bottom: 40px;
                    display: block;
                }

                .three-column-cta-block .thumb,
                .two-column-media-block .product-slider li .video-block {
                    height: 181px;
                }

                .two-column-media-block .product-slider .slider-thumb,
                .two-column-media-block .product-slider li .video-block,
                .two-column-media-block .product-slider li .youtube {
                    margin-left: 0;
                    margin-bottom: 40px;
                }

                .two-column-media-block .product-slider li.media-right .media-outer {
                    float: none;
                }

                .two-column-media-block .product-slider li .media-outer {
                    padding: 0;
                }

                .two-column-media-block .product-slider li.media-right .content,
                .two-column-media-block .product-slider li.media-left .content,
                .two-column-media-block .product-slider li .content {
                    padding: 0;
                }

                .two-column-media-block .product-slider li {
                    margin-bottom: 50px;
                }

                .two-column-media-block .product-slider li:last-child,
                .three-column-cta-block ul.listing li:last-child {
                    margin-bottom: 0;
                }

                .two-column-media-block .product-slider li.media-right {
                    display: block;
                }

                .two-column-media-block ul {
                    padding: 0 10px;
                }

                .two-column-media-block {
                    padding-bottom: 50px;
                    padding-left: 20px;
                    padding-right: 20px;
                }

                .wysiwyg-content-block {
                    padding: 70px 20px 25px;
                }

                .three-column-cta-block {
                    padding: 25px 20px 50px;
                }

                .three-column-CTA-promo-hm .thumb {
                    min-height: 420px;
                }

                .three-column-CTA-promo-hm .thumb h3 {
                    padding: 0 20px 0 40px;
                    transform: none;
                    top: inherit;
                    bottom: 40px;
                    font-size: 30px;
                }

                .font-lg {
                    font-size: 18px;
                }

                .text_promo,
                .three-column-CTA-promo-hm p.font-lg {
                    padding-left: 15px;
                    padding-right: 15px;
                }

                .resources-sec .min-height {
                    min-height: auto;
                }

                .post-listing ul li {
                    width: 49.6%;
                }

                .media.resource .media-body,
                .media.resource .media-left {
                    display: block;
                    float: none;
                }

                .media.resource .media-body {
                    width: 100%;
                    padding: 20px;
                }

                .media.resource {
                    padding-left: 0;
                }

                .listing-resource-promo {
                    padding-top: 0;
                }

                .media.resource .media-body h3 {
                    font-size: 24px;
                }

                .media.resource .media-left {
                    min-width: 300px;
                }

                .listing-resource-promo:before {
                    display: none;
                }

                .media.resource .media {
                    padding-left: 0;
                }

                .listing.form-group {
                    margin-bottom: 0;
                }

                .filter-item-container ul li,
                .filter-item-container .btn-outer a,
                .custom-dropdown .dropdown-menu li,
                .custom-dropdown .dropdown-menu .btn-outer a {
                    width: 100%;
                }

    /* .filter-item-container{
                    max-height: 430px;
                    }*/
                    .custom-dropdown .dropdown-backdrop {
                        display: none;
                    }

                    .filter-item-container ul {
                        max-width: 450px;
                        margin: 0 auto;
                        overflow-y: auto;
                        max-height: 430px;
                    }

                    .custom-dropdown .dropdown-menu .overflow-div {
                        max-width: 450px;
                        margin: 0 auto;
                        max-height: 400px;
                        overflow-y: auto;
                    }

                    .custom-dropdown .dropdown-menu:before {
                        display: none;
                    }

                    .filter-item-container ul::-webkit-scrollbar,
                    .custom-dropdown .dropdown-menu .overflow-div::-webkit-scrollbar {
                        width: 8px;
                        border-radius: 8px;
                    }

                    .filter-item-container ul::-webkit-scrollbar-track,
                    .custom-dropdown .dropdown-menu .overflow-div::-webkit-scrollbar-track {
                        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
                        width: 8px;
                        background-color: #e1e1e1;
                        border-radius: 8px;
                        overflow-x: visible;
                    }

                    .filter-item-container ul::-webkit-scrollbar-thumb,
                    .custom-dropdown .dropdown-menu .overflow-div::-webkit-scrollbar-thumb {
                        background-color: #efaf1e;
                        outline: none;
                        border-radius: 8px;
                        width: 12px;
                    }

                    .filter-item-container .btn-outer a,
                    .custom-dropdown .dropdown-menu .btn-outer a {
                        position: inherit;
                        width: 100%;
                        padding: 10px;
                        text-align: center;
                        max-width: 100%;
                        /*max-width: 300px;*/
                        margin: 0 auto;
                    }

                    .filter-block.active .filter-item-container {
                        padding-bottom: 45px;
                    }

                    .filter-dropdown a,
                    .filter-strip li .btn {
                        width: 150px;
                    }

                    .filter-strip .btn-outer a {
                        position: relative;
                    }

    /* .filter-strip .btn-outer a:before{
                        position: absolute;
                        content: '';
                        width: 100%;
                        top:0;
                        left: 0;
                        background: rgba(248, 80, 50, 0.11);
                        background: -moz-linear-gradient(top, rgba(248, 80, 50, 0.11) 0%, rgba(255, 252, 252, 0.36) 66%, rgba(255, 255, 255, 0.38) 67%, rgba(255, 255, 255, 0.62) 80%, white 100%);
                        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 80, 50, 0.11)), color-stop(66%, rgba(255, 252, 252, 0.36)), color-stop(67%, rgba(255, 255, 255, 0.38)), color-stop(80%, rgba(255, 255, 255, 0.62)), color-stop(100%, white));
                        background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0.11) 0%, rgba(255, 252, 252, 0.36) 66%, rgba(255, 255, 255, 0.38) 67%, rgba(255, 255, 255, 0.62) 80%, white 100%);
                        background: -o-linear-gradient(top, rgba(248, 80, 50, 0.11) 0%, rgba(255, 252, 252, 0.36) 66%, rgba(255, 255, 255, 0.38) 67%, rgba(255, 255, 255, 0.62) 80%, white 100%);
                        background: -ms-linear-gradient(top, rgba(248, 80, 50, 0.11) 0%, rgba(255, 252, 252, 0.36) 66%, rgba(255, 255, 255, 0.38) 67%, rgba(255, 255, 255, 0.62) 80%, white 100%);
                        /* background: linear-gradient(to bottom, rgba(248, 80, 50, 0.11) 0%, rgba(255, 252, 252, 0.36) 66%, rgba(255, 255, 255, 0.38) 67%, rgba(255, 255, 255, 0.62) 80%, white 100%); */
                        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#ffffff', GradientType=0);*/
                        /* z-index: 1;*/
                        /*}*/
                        .action-strip .pd-lf {
                            padding-left: 15px;
                        }
                    }

                    @media (max-width: 480px) {
                        .rlist-left-media {
                            width: 120px;
                        }

                        .rlist-body {
                            padding-left: 130px;
                        }

                        .research-list .rlist-item h3 {
                            word-wrap: break-word;
                        }

                        .uniq-category-select {
                            max-width: 300px;
                        }

                        .blog-detail.inner-section .aside .gray-box {
                            max-width: 300px;
                        }

                        .blog-detail.inner-section .aside .gray-box h4:before {
                            right: 26%;
                        }

                        .blog-detail.inner-section .aside .gray-box {
                            max-width: 300px;
                        }

                        .post-listing ul li {
                            width: 100%;
                        }

                        .post-listing ul li {
                            margin-bottom: 30px;
                        }

                        .filter-item-container ul {
                            max-width: 290px;
                            margin: 0 auto;
                        }

                        .custom-dropdown .dropdown-menu .overflow-div {
                            max-width: 100%;
                            padding: 0 20px;
                        }

                        .filter-dropdown a,
                        .filter-strip li .btn {
                            width: 300px;
                        }

                        .filter-strip li {
                            display: block;
                            margin-right: 0;
                            margin-bottom: 15px;
                        }

                        .custom-dropdown .dropdown-menu {
                            top: 150px;
                        }
                    }


                    /* uber menu css */

                    .mobile-small-menu {
                        margin: 0px;
                        padding: 20px;
                        font-family: 'Avenir LT Std';
                        display: none;
                    }

                    .mobile-small-menu li {
                        padding: 6px 0px;
                    }

                    .mobile-small-menu li a {
                        color: #000;
                    }

                    .mobile-small-menu li a:hover {
                        text-decoration: underline;
                    }

                    .mobile-menu-logo {
                        max-width: 135px;
                        margin: auto;
                        display: none;
                        position: absolute;
                        left: 0;
                        right: 0;
                        z-index: 999;
                        padding: 10px;
                    }

                    .mobile-utility li:first-child,
                    .mobile-utility li:nth-child(2) {
                        display: none;
                    }

                    .nav-right>ul.mobile-utility>li>a.search {
                        background: #242021;
                    }

                    .ubermenu .ubermenu-target-text {
                        text-shadow: 0px 0px;
                    }

                    .ubermenu .ubermenu-item.ubermenu-active>a .ubermenu-target-text {
                        text-decoration: underline;
                    }

                    @media (min-width: 960px) {
                        .mobile-small-menu {
                            display: none;
                        }

                        .mobile-menu-logo {
                            display: none;
                        }
                    }

                    @media (max-width: 960px) {
                        .navbar-inverse {
                            background-color: #f6f5f3;
                            border-color: #f6f5f3;
                        }

                        .navbar .ubermenu-skin-minimal.ubermenu-responsive-toggle {
                            position: relative;
                            z-index: 999;
                            font-size: 23px;
                            color: #707070;
                            padding: 15px 6px;
                        }



                        .navbar .ubermenu-skin-minimal.ubermenu-responsive-toggle.ubermenu-responsive-toggle-open i:before {
                            content: "\f00d";
                        }

                        .navbar .ubermenu-main .ubermenu-item-level-0>.ubermenu-target,
                        .navbar .ubermenu-main .ubermenu-item-level-0>.ubermenu-target.ubermenu-item-notext>.ubermenu-icon {
                            line-height: 1;
                        }

                        .navbar .ubermenu .ubermenu-target-text {
                            text-shadow: 0px 0px;
                        }

                        .navbar .ubermenu-main .ubermenu-item-level-0>.ubermenu-target:hover .ubermenu-target-text,
                        .navbar .ubermenu-main .ubermenu-item-level-0.ubermenu-active>.ubermenu-target .ubermenu-target-text {
                            text-decoration: underline;
                        }

                        .navbar .ubermenu .ubermenu-item .ubermenu-submenu-drop {
                            position: initial;
                            box-shadow: none;
                        }

                        .navbar .ubermenu-responsive-default.ubermenu-responsive {
                            max-height: 100%;
                            -webkit-transition: max-height 0s ease-in;
                            transition: max-height 0s ease-in;
                        }

                        .navbar .ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop {
                            margin-top: 0px;
                        }

                        .navbar .ubermenu .ubermenu-submenu .ubermenu-item.ubermenu-item-normal .ubermenu-target,
                        .navbar .ubermenu .ubermenu-submenu .ubermenu-item.ubermenu-item-normal .ubermenu-content-block,
                        .navbar .ubermenu .ubermenu-submenu .ubermenu-item.ubermenu-item-normal .ubermenu-custom-content-padded {
                            padding: 18px 14px;
                        }

                        .navbar .ubermenu .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-item.ubermenu-item-normal .ubermenu-target,
                        .navbar .ubermenu .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-item.ubermenu-item-normal .ubermenu-content-block,
                        .navbar .ubermenu .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-item.ubermenu-item-normal .ubermenu-custom-content-padded {
                            padding: 15px 20px;
                        }

                    }


                    @media (max-width: 480px) {

                        .navbar .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column,
                        .navbar .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
                            min-width: 50%;
                        }

    /*     .navbar .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-submenu-align-full_width .ubermenu-column,
    .navbar .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-submenu-align-full_width .ubermenu-column-auto {
        min-width: 100%;
        } */
    }

    @media (min-width: 768px) {
        .anchor-enabled {
            height: 38px;
            display: block;
            width: 100%;
        }
    }