/*** Fonts  ***/

@font-face {
    font-family: 'BarlowBold';
    src: url('../fonts/BarlowBold.eot');
    src: url('../fonts/BarlowBold.eot') format('embedded-opentype'),
        url('../fonts/BarlowBold.woff2') format('woff2'),
        url('../fonts/BarlowBold.woff') format('woff'),
        url('../fonts/BarlowBold.ttf') format('truetype'),
        url('../fonts/BarlowBold.svg#BarlowBold') format('svg');
        font-display: swap;
}

@font-face {
    font-family: 'BarlowRegular';
    src: url('../fonts/BarlowRegular.eot');
    src: url('../fonts/BarlowRegular.eot') format('embedded-opentype'),
        url('../fonts/BarlowRegular.woff2') format('woff2'),
        url('../fonts/BarlowRegular.woff') format('woff'),
        url('../fonts/BarlowRegular.ttf') format('truetype'),
        url('../fonts/BarlowRegular.svg#BarlowRegular') format('svg');
        font-display: swap;
}

@font-face {
    font-family: 'BarlowMedium';
    src: url('../fonts/BarlowMedium.eot');
    src: url('../fonts/BarlowMedium.eot') format('embedded-opentype'),
        url('../fonts/BarlowMedium.woff2') format('woff2'),
        url('../fonts/BarlowMedium.woff') format('woff'),
        url('../fonts/BarlowMedium.ttf') format('truetype'),
        url('../fonts/BarlowMedium.svg#BarlowMedium') format('svg');
        font-display: swap;
}


/*** Color codes  ***/
:root {
    --color-black: #000000;
    --color-base-black: #003F86;
    --color-base-black-1: #012246;
    --color-base-black-2: #2F3671;
    --color-grey-1: #F6F5FF;
    --color-grey-2-2: #E9EBF9;
    --color-grey-2: #D9DBE7;
    --color-grey-3: #D0D5DD;
    --color-grey-4: #96A1B7;
    --color-grey-5: #667085;
    --color-grey-6: #475467;
    --color-grey-7: #4A4D68;
    --primary-color-0: #6C7FE1;
    --primary-color: #003F86;
    --primary-color-2: #2735B3;
    --color-green-2: #57DBAC;
    --color-green-1: #20B982;
    --color-green-3: #169F6E;
    --color-red-1: #DF5834;
    --color-red-2: #CD4D2B;
    --color-white: #fff;
    --color-grey-900: #101828;


}

.container a{
	font-weight: bold !important;
}

.main.articles a,
.main.articles a:link {
    font-weight: 700;
}
.divbox {
    background: #fff;
    padding: 1rem;
}
.lifestages img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: .2rem;
    margin-top: -.3rem;
    color: var(--color-base-black);
}
.current-sentiment textarea {
    display: block;
    resize: none;
    width: 100%;
    margin-top: .5rem;
    padding: .5rem;
}
.cms-fix-paragraph-spacing p {
    margin-bottom: .5rem;
}
.tab a, .tab a:link, .tab a:hover {
    color:#fff !important;
}
.poll-questions {
    display: flex;
    flex-direction: column;
    margin: 1.5rem 0;
}

.poll-questions > label {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    font-weight: 500 !important;

}
.poll-questions input {
    margin-top: 2px;
}
.poll-questions label span {
    font-size: 18px;
    margin-left: .5rem;
    margin-top: -.4rem;
}
p.primary-text-label {
    color: var(--color-base-black);
    font-size: 16px;
    font-weight: 600;
}
.article-hero-img {
    overflow: hidden;    
}
.article-hero-img img {
    object-position: center;
    object-fit: cover;
    height: 475px;

}
.mw-75 {
    max-width: 85%;
}
.lh-xl {
    font-size: 20px;
    line-height: 30px;
}
.text-primary-1 {
    color: var(--color-base-black) !important;
}
.bg-primary {
    background-color: var(--color-base-black) !important;
}


body {
    font-family: 'BarlowRegular';
    font-weight: 400;
    background: var(--color-white);
    color: var(--color-base-black-1);
}

main {
    float: left;
    padding: 2rem 0px;
    width: 100%;
    
}

section {
    float: left;
    padding: 24px 0px 4px 0px;
    position: relative;
    width: 100%;
}


img {
    display: inline-block;
    max-width: 100%;
}

p {
    margin-bottom: 30px;
    color: var(--color-base-black-1)
}

/** Headings  **/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6{
    font-family: 'BarlowBold';
    font-weight: 700;
    color: var(--color-base-black-1)
}

h4,
.h4,
h5,
.h5 {
    margin-bottom: 12px;
    color: var(--color-base-black-1)
}

.body-20,
.body-18,
.body-16,
.body-14,
.body-12,
.form-control {
    font-family: 'BarlowRegular';
    font-weight: 400;

}

.body-16 {
    font-size: 16px;
    line-height: 1.5;
}

.body-14 {
    font-size: 14px;
    line-height: 1.45;
}

.body-12 {
    font-size: 12px;
    line-height: 1.5;
}

.body-14-bold,
.body-16-bold {
    font-family: 'BarlowBold';
    font-weight: 700;
}

.body-14-medium,
.body-16-medium {
    font-family: 'BarlowMedium';
    font-weight: 500;
}



/**** Form control ****/
label {
    font-size: 14px;
    line-height: 1.45;
    color: var(--color-base-black);
    margin-bottom: 8px;
}

.form-control {
    padding: 10px 14px;
    background: var(--color-white);
    border: 1px solid var(--color-grey-3);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    height: 44px;
    border-radius: 0;
    color: var(--color-grey-900);
    font-size: 16px;
    line-height: 24px;
}

.form-control:focus {
    color: var(--color-grey-900);
    background-color: var(--color-black);
    border-color: var(--color-base-black);
    outline: 0;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.dark-bg {
    background-color: var(--color-base-black);
}

.dark-bg .logo path {
    fill: var(--color-base-black);
}


/** Select 2 ***/

.select2-container .select2-selection {
    border-radius: 0;
    color: var(--color-base-black);
    font-size: 16px;
    height: 44px;
    padding: 0;
    width: 100%;
    font-family: 'BarlowRegular';
    font-weight: 400;
    line-height: 1.5;
    background: var(--color-white);
    border: 1px solid var(--color-grey-3);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    width: 100%;

}

.select2-selection__rendered {
    line-height: 1.5;
    padding: 9px 40px 9px 0px;
    color: var(--color-base-black);
    font-family: 'BarlowRegular';
    font-weight: 400;
}

.select2-selection__placeholder {
    color: var(--color-grey-900);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--color-base-black);
}

.select2-selection__arrow {
    height: 100%;
    width: 40px;
    top: 0;
    right: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 20px;
    margin-top: -10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url("../img/chevron-down.svg") no-repeat center;
    border: 0;
    width: 20px;
    height: 20px;
    display: block;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 12px;
    height: 100%;
    transition: all 0.3s ease;
}

.select2-dropdown {
    border-radius: 0;
    border: 1px solid #F2F4F7;
    padding-bottom: 0px;
    z-index: 1029;
    margin-top: 8px;
}

.select2-search__field {
    outline: none;
    border: none;
    margin-bottom: 4px;
    padding: 5px 10px;
    border-radius: 0;

}

.select2-results ul li {
    margin: 0 0 18px 0;
    color: var(--color-base-black);
    font-family: 'BarlowRegular';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.45;
    padding: 8px 12px 8px 12px;
    margin: 0;
    border-bottom: 0;
}

.select2-results ul li:last-child {
    border-bottom: none;
}

.select2-results ul li:before {
    content: normal;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted {
    color: var(--color-base-black);
    background-color: var(--color-grey-1);
}

.mCSB_inside .mCSB_container {
    margin-right: 0px;
}

.mCS_y_hidden {
    margin-right: 0;
}

.mCSB_scrollTools {
    top: 4px;
    right: 11px;
    bottom: 4px;
}

.mCSB_dragger_bar {
    background: var(--color-grey-1);
    border-radius: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    background: url("../img/chevron-up.svg") no-repeat center;
}

.select2-container--focus .select2-selection__rendered {
    color: var(--color-base-black);
}

.select2-container--below .select2-selection__rendered {
    color: var(--color-base-black);
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    color: var(--color-grey-900);
    background-color: var(--color-black);
    border-color: var(--color-base-black);
    outline: 0;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}


.select2-container--default .select2-results>.select2-results__options {
    max-height: 320px;
    padding-top: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    color: var(--color-base-black);
    background-color: var(--color-grey-1);
}

.select2-dropdown {
    background: var(--color-white);
    border: 1px solid #F2F4F7;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 14px;
    padding-right: 30px;
}

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

.mCSB_scrollTools {
    width: 4px;
    opacity: 1;
}

.mCSB_draggerRail {
    background: transparent;
}

.select2-container .select2-dropdown .select2-results ul .mCSB_scrollTools .mCSB_dragger_bar {
    background-color: var(--color-base-black);
    border-radius: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
}

/***  All buttons ***/

.btn{
    border: none;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    outline: none;
    min-width: 170px;
    position: relative;
    border-radius: 0;
    outline: 0;
    padding: 12px 18px;
    font-size: 14px;
    line-height: 1.45;
    font-family: 'BarlowBold';
    font-weight: 700;
}



.btn-primary,
.btn-primary.focus,
.btn-primary:focus  {
    background-color: var(--primary-color);
    color: var(--color-white);
}
.btn-primary-inverted {
    color: var(--primary-color);
    background-color: var(--color-white);
}
.btn-primary:hover{
    background-color: var(--primary-color-2);
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    background-color: var(--primary-color);
    color: var(--color-white);
    box-shadow: none;
    outline: 0;

}

.btn-outline-primary {
    background: var(--color-white);
    border: 1px solid var(--color-base-black);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    padding: 11px 28px;
    font-size: 14px;
    line-height: 1.45;
    color: var(--color-base-black);
    min-width: auto;
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    color: var(--primary-color);
    background: var(--color-white);
    border-color: var(--primary-color);
    box-shadow: none;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: none;
    padding: 11px 28px;
}

.btn-secondary,
.btn-secondary.focus,
.btn-secondary:focus  {
    background-color: var(--color-red-1);
    color: var(--color-white);
}

.btn-secondary:hover{
    background-color: var(--color-red-2);
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    background-color: var(--color-red-1);
    color: var(--color-white);
    box-shadow: none;
    outline: 0;

}
.btn.btn-lg {
    padding: 20px 18px;
}
.btn-link{
    padding: 0px;
    min-width: auto;
    margin: 0;
}
.btn-link,
a,
.btn.btn-link,
.btn-link.focus,
.btn-link:focus,
a:focus {
    color: var(--color-base-black);
    text-decoration: none;
}

.btn-link:hover,
a:hover,
.account-dropdown .dropdown-menu ul li a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.link-revers {
    color: var(--primary-color);
}

.link-revers:focus,
.link-revers:hover {
    color: var(--color-base-black);
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}


/** Listing Style **/
ul {
    margin: 0px 0px 35px;
    padding: 0;
}

ul li {
    list-style: none;
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 32px;
    position: relative;
}

ul li:before {
    content: "";
    position: absolute;
    left: 11px;
    top: 11px;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background: var(--color-base-black);
}

ul ol {
    margin: 8px 0px 0px;
}

ul ul {
    margin: 8px 0px 0px;
}

ul ul li {
    margin: 0px 0px 3px;
}

ul.list-unstyled li,
footer ul li {
    margin: 0px 0px 13px 0px;
    padding: 0px;
    position: relative;
}

ul.list-unstyled li:before,
footer ul li:before {
    content: normal;
}

ol {
    margin: 0px 0px 35px;
    padding: 0px;
    list-style: none;
    counter-reset: av-counter;
}

ol li {
    counter-increment: av-counter;
    margin: 0px 0px 8px;
    padding: 0px 0px 0px 20px;
    position: relative;
}

ol li:before {
    background: transparent;
    content: counter(av-counter) ".";
    counter-increment: none;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    left: 0px;
    top: 0px;
    height: auto;
    width: auto;
}

ol ol {
    margin: 8px 0px 0px;
}

ol ol li {
    margin: 0px;
}

ol ul {
    counter-reset: av-counter;
    margin: 8px 0px 0px;
}

ol ul li {
    margin: 0px;
}

ol ul li:before {
    background: var(--color-base-black);
    content: "";
    top: 11px;
    height: 5px;
    width: 5px;
}

/** header **/

.header-inner {
    background-color: #f5f5f5;
    padding: 28px 0;
}

.logged-in .header-inner {
    background-color: #f5f5f5;
    color: var(--color-black);
}

.header-search-overlay {
    background-color: var(--color-white-1);
    padding: 70px 0;
}

.header-middle img {
    max-width: 250px;
}

.header-search-overlay .form-control {
    background: var(--color-white) url('../img/Icon-Search-Black.svg') no-repeat 32px center;
    background-size: 18px 18px;
    padding: 33px 66px;
    border: 1px solid var(--color-white-2);
    box-shadow: none;
    height: auto;
    width: calc(100% - 65px);
}

.header-search-overlay .form-control:focus {
    border-color: var(--color-base-black);
}

.header-search-overlay-open {
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 2;
    background-color: var(--color-base-black);
    opacity: 0;
    z-index: -999;


}

.header-search,
.search-close {
    height: 20px;
    width: 20px;
    background-size: 100%;
    cursor: pointer;
}

.header-search {
    background: transparent url('../img/Icon-Search-Black.svg') no-repeat center center;
}

.header-search:hover {
    background: transparent url('../img/Icon-Search-blue.svg') no-repeat center center;
}


.header-search-overlay .search-close{
    background: transparent url('../img/search-close.png') no-repeat center center;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
}

.search-close:hover {
    opacity: 0.5;
}

.header-search-overlay {
    background-color: var(--color-grey-1);
    padding: 70px 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: -100%;
    opacity: 0;
    z-index: -999;
    transition: all 0.5s ease;
}

.showSearchBar {
    opacity: 1;
    z-index: 100;
    top: 0;
}

.searchOverldayShow {
    opacity: 0.5;
    z-index: 3;
    top: 0;
}

.overflowHidden {
    overflow: hidden;
}

.more-services .dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: 0 4px 14px rgb(19 23 65 / 18%);
    padding: 0;
    margin-top: 20px;
}

.more-services .dropdown-toggle,
.header-right .dropdown-toggle {
    background: none;
    border: none;

}

.logged-in .more-services .dropdown-toggle,
.logged-in .header-right .dropdown-toggle {
    color: var(--color-black);
}

.more-services .dropdown-menu .recommended-panel {
    min-width: 418px;
    padding: 24px;
}

.more-services .btn {
    padding: 18px 18px;
    text-align: left;

}

.more-services .btn:after {
    content: "";
    width: 4px;
    height: 8px;
    display: inline-block;
    background: transparent url('../img/icon-chevron-left.svg') no-repeat center;
    background-size: auto;
    margin-left: 8px;
    vertical-align: middle;

}

.dropdown-toggle::after {
    content: "";
    width: 4px;
    height: 8px;
    display: inline-block;
    background: transparent url('../img/icon-chevron-left.svg') no-repeat center;
    background-size: auto;
    border: none;
    transform: rotate(90deg);
    vertical-align: middle;
}

.dropdown-toggle::after {
    background: transparent url('../img/icon-chevron-left-black.svg') no-repeat center;
}

.logged-in .dropdown-toggle::after {
    background: transparent url('../img/icon-chevron-left.svg') no-repeat center;
}

.logged-in-logo {
    display: none;
}

.logged-in .logout-in-logo {
    display: none;
}

.logged-in .logged-in-logo {
    display: block;
}

header .header-left-control {
    margin-right: 40px;
    display: flex;
    align-items: center;
}

.header-left-control.show .dropdown-toggle::after {
    transform: rotate(-90deg);
}

header .header-left .header-left-control:last-child {
    margin-right: 0;
    line-height: normal;
}

.gift-wrapper,
.gift-wrapper:focus {
    color: var(--color-white);
}

.gift-wrapper img {
    margin-right: 8px;
}

.header-right .dropdown-menu {
    box-shadow: 0px 4px 14px rgba(19, 23, 65, 0.18);
    padding: 24px;
    border-radius: 0;
    border: none;
    margin-top: 10px;

}

.join-now-btn .btn {
    min-width: auto;
}

.join-now-btn,
.login-btn {
    margin-left: 8px;
}

.my-tools-dropdown .mylinks.model-portfolio {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.header-right .dropdown-toggle {
    padding: 11px 22px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-left: 8px;
}

.header-right .my-tools-dropdown button {
    padding: 11px 22px;
}

.header-right .dropdown-toggle:hover {
    border: 1px solid rgba(255, 255, 255, 1);
}

.header-right .dropdown-toggle:before {
    content: "";
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: -3px center;
    background-size: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.my-tools-dropdown .dropdown-toggle:before {
    background-image: url('../img/hamburger-icon.svg');
}

.account-dropdown .dropdown-toggle:before {
    background-image: url('../img/Icon-Person.svg');
}

.my-tools-dropdown .dropdown-menu {
    min-width: 210px;
}

.header-right .dropdown-toggle[aria-expanded="true"] {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0);
}

.header-right .dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(-90deg);
}

.account-dropdown .dropdown-menu {
    min-width: 176px;
}

.account-dropdown .dropdown-menu ul li a {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'BarlowMedium';
    font-weight: 500;
    color: var(--color-base-black);
}

.account-dropdown .dropdown-menu ul {
    margin-bottom: 0;
}

.account-dropdown .dropdown-menu ul li {
    margin-bottom: 12px;
}

.account-dropdown .dropdown-menu ul li:last-child {
    margin-bottom: 0;
}

.footer-color{
	border-image: linear-gradient(90deg,#05d36b 0%,#efa61c 33%,#cf1c4e 66%,#8c35c6 100%) 1;	
}

.navbar {
    border-image: linear-gradient(90deg,#05d36b 0%,#efa61c 33%,#cf1c4e 66%,#8c35c6 100%) 1;
    border-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-left: 0;
    border-right: 0;
}

.navbar .navbar-nav {
    margin-bottom: 0;
}

.navbar .navbar-nav .nav-item {
    margin: 0;
}

.navbar .nav-item .dropdown-menu {
    background: var(--color-white);
    box-shadow: 0px 4px 14px rgba(19, 23, 65, 0.18);
    border-radius: 0;
    padding: 32px;
    border: none;
    width: 290px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: 'BarlowMedium';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    padding: 20px 16px;

}
.navbar-expand-lg .navbar-nav a.nav-link, 
.navbar-expand-lg .navbar-nav a.nav-link:link {
    color: var(--color-base-black-1) !important;
}
.navbar-expand-lg .navbar-nav .nav-link:focus,.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--color-base-black) !important;
}

.navbar-expand-lg .navbar-nav .dropdown-toggle:after {
    background: transparent url('../img/recommended-arrow-dark-blue.svg') no-repeat center;
    width: 8px;
    height: 10px;
}

.dropdown-menu-top .h6 {
    margin-bottom: 12px;

}

.dropdown-menu-top .h6:after {
    content: "";
    width: 8px;
    height: 10px;
    background: transparent url('../img/icon-chevron-navigation.svg') no-repeat center;
    background-size: 100%;
    position: relative;
    display: inline-block;
    vertical-align: 1px;
    margin-left: 8px;
    margin-right: 1px;
}

.badge {
    border-radius: 16px;
    padding: 1px 8.5px;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    font-family: 'BarlowBold';
    vertical-align: 1px;
    margin-left: 2px;
}

.basic {
    background-color: #E3F9F1;
    color: #088558;
}

.platinum {
    background-color: #FFE7E1;
    color: var(--color-red-2);
}

.plus {
    background-color: #E4E7FF;
    color: var(--primary-color-2);
}

.extra {
    background-color: var(--color-base-black);
    color: var(--color-white);
}

.dropdown-divider {
    margin: 24px 0;
    border: 1px solid var(--color-grey-2);
}

.dropdown-divider+.dropdown-menu-top {
    margin-bottom: 12px;
}

.dropdown-menu .dropdown-divider+.dropdown-menu-top:last-child {
    margin-bottom: 0;
}

.article-name {
    margin-bottom: 12px;
}

.navbar .nav-item .dropdown-menu ul {
    margin-bottom: 0;
    margin-top: 0;
}

.navbar .nav-item .dropdown-menu ul li {
    margin-bottom: 8px;
}

.navbar .nav-item .dropdown-menu ul li:last-child {
    margin-bottom: 0;
}

.navbar .nav-item .dropdown-menu ul li a {
    font-size: 14px;
    line-height: 1.45;
    font-family: 'BarlowMedium';
    font-weight: 500;
}

.premium-products .recommended-panel ul {
    column-count: 2;
}

.premium-products .dropdown-menu {
    width: 592px;
}
.premium-products .recommended-panel ul li {
    border-bottom: none;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
/*** ticker ***/
.ticker {
    background-color: var(--color-white);
    padding: 16px 20px;
    margin-bottom: 12px;
    height: calc(100% - 12px);
}

.ticker h6,
.ticker .movement-percentage {
    font-family: 'BarlowBold';
    font-weight: 700;
}

.ticker h6 {
    margin-bottom: 2px;
    position: relative;
    padding-left: 25px;
}

.ticker h6:before {
    content: "";
    width: 14px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 8px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.ticker-bottom {
    padding-left: 25px;
}

.ticker.down .movement-percentage {
    color: var(--color-red-1);
}

.ticker.up .movement-percentage {
    color: var(--color-green-3);
}

.ticker.down h6:before {
    background-image: url('../img/down-arrow.svg');
}

.ticker.up h6:before {
    background-image: url('../img/up-arrow.svg');
}

.ticker-wrapper {
    margin-left: -6px;
    margin-right: -6px;
}

.ticker-wrapper .ticker-col {
    flex: 1;
    padding: 0 6px;

}

.ticker-wrapper {
    margin-bottom: 28px;
}


.right-0 {
    right: 0 !important;
}

/*** Your Feed ***/
.your-feed-section {
    padding-top: 44px;
    padding-bottom: 48px;
}

.card-feed {
    background-color: var(--color-white);
    border: none;
    border-radius: 0;
}

.card-feed .card-img-top,
.card-feed .card-img,
.card-feed .card-img-top {
    margin-bottom: 20px;
    border-radius: 0;
}

.card-feed .card-body {
    padding: 0;
}

.main-feed-img {
    max-width: 522px;
}

.main-feed-img-small {
    max-width: 294px;
}

.your-feed-section .divImg {
    height: 272px;
}

.divImg {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-feed .card-feed-date,
.card-feed  .card-feed-by {
    color: var(--color-base-black-1);


}

.card-feed  .card-feed-by {
    position: relative;
    z-index: 2;
    cursor: pointer;
    font-weight: 900 !important;
}


.card-feed .card-feed-by:hover span {
    color: var(--primary-color);
}

.card-feed  .card-feed-date {
    margin-left: 5px;
    color: var(--color-base-black);
    font-weight: 900;
}

.card-feed  .card-feed-by {
    margin-right: 5px;
}


.card-feed  .card-feed-by a {
    position: relative;
    z-index: 2;
    font-family: "BarlowMedium";
    font-weight: 500;
    color: #4A4D68;
}
.card-feed .card-feed-by a:hover {
    color: var(--primary-color);
}
.card-feed .card-feed-by span,
.card-feed .card-feed-sub-headline {
    color: var(--color-base-black-1);
}

.card-feed-bottom {
    color: var(--color-grey-3);
}

.card-feed-list .card-feed {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--color-grey-2);
}

.card-feed-list>.card-feed:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.card-feed h1 {
    margin-bottom: 16px;
}

.card-feed .card-feed-sub-headline {
    margin-bottom: 6px;
}


/*** Current Sentiment ***/

.current-sentiment {
    padding: 22px 40px 28px 40px;
    background-color: var(--color-white);
}
.current-sentiment ul li::before {
    height: 0;
    width: 0;
}
.current-sentiment ul li {
    padding: 0;
    margin: 0 0 .25rem 0;
}
.current-sentiment-title {
    font-family: "BarlowMedium";
    font-weight: 500;
}

.current-sentiment h5 {
    /* color: var(--color-red-1); */

}

.current-sentiment h5 span {
    color: var(--color-base-black);
}

.current-sentiment h6 {
    font-family: 'BarlowBold';
    font-weight: 700;
    margin-bottom: 12px;
}

.custom-radio label {
    border: 1px solid var(--color-grey-3);
    background-color: var(--color-white);
    border-radius: 6px;
    padding: 12px;
    font-family: "BarlowMedium";
    font-weight: 500;
    transition: all 0.5s ease;
    cursor: pointer;
    margin-bottom: 12px;
}

.custom-radio label:hover {
    border: 1px solid var(--color-grey-2);
    background-color: var(--color-grey-3);
}

.custom-radio .form-check-input {
    display: none;
}

.custom-radio .form-check-input:checked+label {
    border: 1px solid var(--color-base-black);
    background-color: var(--color-base-black);
    color: var(--color-white);
}

.current-sentiment .form-check-inline {
    margin-right: 3px;
}

.market-btn-wrap .btn {
    min-width: auto;
}

.map-wrap {
    margin-top: 36px;
    margin-bottom: 20px;
}
.map-wrap{
    text-align: center;
}

.map-wrap img {
    max-width: 322px;
}

/*** recommended ***/
.recommended-panel {
    background-color: var(--color-white);
    padding: 40px;
}

.recommended-panel ul li {
    color: var(--color-grey-7);
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--color-grey-2);

}

.recommended-panel ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.recommended-panel ul li a {
    font-family: 'BarlowBold';
    font-weight: 700;
    background: url('../img/recommended-arrow-dark-blue.svg') no-repeat right center;
    background-size: 8px;
    padding-right: 16px;
    display: inline-block;

}

.recommended-panel ul li:hover a {
    background: url('../img/recommended-arrow-blue.svg') no-repeat right center;
    background-size: 8px;
    color: var(--primary-color);
}

.recommended-panel ul {
    margin-bottom: 0;
}

.recommended-panel .common-widget-title {
    margin-bottom: 24px;
}

/*** My AAII ***/
.myaii-section {
    padding-bottom: 4px;
}

.myaii-section hr {
    margin: 0 0 48px 0;
    border-bottom: 1px solid var(--color-base-black);
}

.mylinks {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--color-grey-2);
}

.mylinks h6 {
    margin-bottom: 16px;
}

.mylinks-link {
    font-family: "BarlowMedium";
    font-weight: 500;
}

.mylinks img {
    margin-right: 12px;
}

.mylinks .my-aaii-links li {
    margin-bottom: 6px;
}

.mylinks .my-aaii-links li:last-child {
    margin-bottom: 0;
}

/*** My AAII ***/

/*** upsell-product ***/
.upsell-product {
    background-color: var(--color-grey-2-2);
    padding: 24px;
    color: var(--color-grey-6);
    min-height: 190px;
}

.upsell-product-head {
    color: var(--color-grey-5);
    margin-bottom: 12px;
}

.upsell-product-title {
    margin-bottom: 4px;
    color: var(--color-base-black);
}

.upsell-product .carousel-indicators li {
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 50%;
    border: none;
    padding: 0;
    background-color: var(--color-base-black);
    margin-bottom: 0;
    margin-right: 6px;
    margin-left: 6px;
}

.upsell-product .carousel-indicators li:first-child {
    margin-left: 0;
}

.upsell-product .carousel-indicators li:hover {
    background-color: var(--primary-color);
}

.upsell-product .carousel-indicators li.active {
    background-color: var(--color-grey-2);
    border: 2px solid var(--color-base-black);
    width: 6px;
    height: 6px;
}

.upsell-product .carousel-indicators {
    margin: 0 0 -22px 0;
    justify-content: left;
}

.upsell-product .slick-dots {
    margin: 20px 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.upsell-product .slick-dots li {
    padding: 0;
    margin: 0 16px 0 0;
    line-height: 0;
}

.upsell-product .slick-dots li::before {
    content: normal;
}

.upsell-product .slick-dots li button {
    background-color: var(--color-base-black);
    height: 10px;
    width: 10px;
    box-shadow: none;
    outline: none;
    border-radius: 100px;
    font-size: 0;
    display: block;
    padding: 0;
    border: 2px solid var(--color-base-black);
}

.upsell-product .slick-dots li button:hover {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.upsell-product .slick-dots .slick-active button {
    background-color: transparent;
}

/*** Trending ***/
.trending {
    padding-bottom: 28px;
}

.trading-card {
    padding: 32px;
    background-color: var(--color-white);
    height: 100%;

}

.trading-card-top a {
    margin-right: 8px;
}

.trading-card-top {
    margin-bottom: 20px;
}

.trading-percentage,
.trading-card ul li a {
    font-family: 'BarlowBold';
    font-weight: 700;
}

.trading-percentage {

    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 21px;
}

.trading-percentage.up {
    background-image: url('../img/up-arrow.svg');
    color: var(--color-green-1);
}

.trading-percentage.down {
    background-image: url('../img/down-arrow.svg');
    color: var(--color-red-1);
}

.trading-card ul li {
    padding: 12px 0;
    margin: 0;
    border-top: 1px solid var(--color-grey-2);
}

.trading-card ul li a {
    font-size: 16px;
    line-height: 1.5;
}

.trading-card ul li:last-child {
    padding-bottom: 0;
}

.custom-row-4-col {
    margin-right: -24px;
    margin-left: -24px;
}

.custom-row-4-col>[class^="col-"] {
    padding-right: 24px;
    padding-left: 24px;
    margin-bottom: 20px;
}

.custom-row-4-col>[class^="col-"] {
    border-left: 1px solid var(--color-grey-2);
}

.custom-row-4-col>[class^="col-"]:first-child {
    border-left: none;
}

/*** Trending ***/

/*** Explore ***/
.explore-section {
    background-color: var(--color-base-black);
    color: var(--color-white);
    padding: 100px 0;
}

.explore-block {
    margin-bottom: 40px;
}

.explore-block .explore-icon {
    flex: 0 0 32px;
    max-width: 32px;
    margin-right: 20px;
}

.explore-block .explore-icon img {
    max-width: 32px;
}

.explore-content {
    margin-top: 4px;
}

.explore-content h6 {
    margin-bottom: 8px;
}

.explore-content span {
    opacity: 0.9;
}

.explore-section .btn-lg {
    min-width: 301px;
}

/*** Community ***/
.icon-wi-text .community-icon {
    flex: 0 0 60px;
    max-width: 60px;
    margin-right: 24px;
}

.icon-wi-text .community-icon img {
    max-width: 60px;
}

.icon-wi-text .community-icon-text {
    color: var(--color-base-black);
}

.find-community-form>.form-group {
    margin-right: 24px;
}

.find-community-form .btn {
    min-width: auto;
}

.find-community-form-wrapper {
    padding-top: 8px;
    padding-bottom: 5px;
}

.find-community-form-wrapper .column-1 {
    max-width: 39%;
    flex: 0 0 39%;
    padding-right: 35px;
}

.find-community-form-wrapper .column-2 {
    max-width: 61%;
    flex: 0 0 61%;

}

.zip-code-group {
    max-width: 29%;
    flex: 0 0 29%;
}

.topic-group {
    max-width: 45%;
    flex: 0 0 45%;
}

.find-community-form>.form-group.btn-community {
    max-width: 20%;
    flex: 0 0 20%;
    margin-right: 0px;
}

.common-widget-title-w-link .btn.btn-link.view-more-btn {
    right: 15px;
    top: 0;
    margin: 3px 0 0 0;
}

.event-row .discussion-card .discussion-by,
.event-row .discussion-card .discussion-posted {
    color: var(--color-base-black);
}

.custom-row {
    margin-right: -24px;
    margin-left: -24px;
}

.custom-row>[class^="col-"] {
    padding-right: 24px;
    padding-left: 24px;
    margin-bottom: 20px;
}

.custom-row.row>[class^="col-"] {
    border-left: 1px solid var(--color-grey-2);
}

.custom-row.row>[class^="col-"]:first-child,
.custom-row.row>[class^="col-"]:nth-child(3n + 4) {
    border-left: none;
}
.community-section{
    background-color: #D6DAF0;
}


.community-section .common-section-inner {
    padding: 48px 40px 28px 40px;
}

/*** Discover ***/
.common-section-padding {
    padding: 60px 0;
}

.discover-section {
    background: var(--color-base-black-2);
}

.common-section-inner {
    background-color: var(--color-white);
    padding: 48px 40px 40px 40px;
}

.common-section-title {
    margin-bottom: 60px;
}

.common-widget-title {
    padding-bottom: 12px;
    border-bottom: 1px solid var(--color-base-black);
    margin-bottom: 32px;
}


.ideas-wrapper .cmn-select {
    margin-bottom: 12px;
}

.ideas-wrapper .body-16 {
    color: var(--color-base-black);
    margin-bottom: 24px;
}

.ideas-wrapper .btn {
    min-width: auto;
}

/*** contributer & video ***/
.contributer-card .contributer-img-block {
    flex: 0 0 80px;
    max-width: 80px;
    margin-right: 20px;
}
.contributer-img-wrap{
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: #ADB4C2;
    overflow: hidden; 
}
.contributer-card .contributer-img-block img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    /* filter: grayscale(100%); */
    mix-blend-mode: luminosity;
    -webkit-mix-blend-mode: luminosity;
    -moz-mix-blend-mode: luminosity;
    transition: all 0.5s ease;
}

.contributer-card .contributer-content h6 {
    margin-bottom: 4px;
    transition: all 0.5s ease;
}

.contributer-card .contributer-content span,
.contributer-card .contributer-content span a {
    color: var(--color-grey-7);

}

.contributer-card .contributer-content span a {
    font-family: "BarlowMedium";
    font-weight: 500;
    transition: all 0.5s ease;
}

.contributer-card .contributer-content span a:hover {
    color: var(--primary-color);
}

.contributer-card .follow-link {
    background-color: var(--color-grey-2);
    font-family: 'BarlowBold';
    font-weight: 700;
    color: var(--color-base-black);
    padding: 2px 8px 4px 8px;
    margin-top: 12px;
    transition: all 0.5s ease;

}

.contributer-card {
    margin: 24px 0 0 0;
    transition: all 0.5s ease;
    padding-bottom: 15px;
}

.contributer-card .follow-link,
.contributer-card .contributer-content span a {
    position: relative;
    z-index: 2;
}

.contributer-content {
    padding-right: 9px;
}

.contributer-card .follow-link:hover {
    background-color: var(--primary-color);
    color: var(--color-white);
}

.contributer-card h6:hover {
    color: var(--primary-color);
}

.contributer-card:hover img {
    mix-blend-mode: normal;
    -webkit-mix-blend-mode: normal;
    -moz-mix-blend-mode: normal;
}

.contributers-row.row>[class^="col-"] {
    border-left: 1px solid var(--color-grey-2);
    margin-bottom: 24px;
}

.contributers-row.row>[class^="col-"]:first-child {
    border-left: none;
}

.contributers-row.row {
    position: relative;
    margin-bottom: 24px;
}

.contributers-row.row:before {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid var(--color-grey-2);
    height: 1px;
    width: calc(100% - 30px);
    left: 50%;
    transform: translateX(-50%);
}

.webinars-card .contributer-img-block {
    background-color: var(--color-grey-2);
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.webinars-card:hover .contributer-img-block {
    background-color: var(--color-base-black);
}

.webinars-card:hover .contributer-img-block svg path {
    fill: var(--color-white);
}
.webinars-card .contributer-img-block svg {
    margin-left: 6px;
}

.btn.btn-link.view-more-btn {
    font-size: 16px;
    line-height: 1.5;
    color: var(--primary-color);
    background: url('../img/icon-chevron.svg') no-repeat right 8px;
    background-size: 8px;
    padding-right: 15px;
    margin-top: -40px;

}
.cmn-tabs .tab-content .btn.btn-link.view-more-btn{
    margin-top: 0;
    right: 0;
}
.btn.btn-link.view-more-btn:hover {
    color: var(--color-base-black);
    background: url('../img/icon-chevron-black.svg') no-repeat right 8px;
    background-size: 8px;
}

.contributer-video-tab {
    padding-top: 48px;
}

/** Common tab**/
.cmn-tabs .nav-tabs .nav-item {
    margin: 0;

}

.cmn-tabs .nav-tabs .nav-item .nav-link {
    padding: 0 0 15px 0;
    margin-right: 40px;
    border: none;
    position: relative;
    color: var(--color-base-black);
}

.cmn-tabs .nav-tabs {
    border-bottom: 1px solid var(--color-base-black);
}

.cmn-tabs .nav-tabs .nav-item .nav-link:hover {
    color: var(--primary-color);
}
.cmn-tabs .nav-tabs .nav-item.show .nav-link,
.cmn-tabs .nav-tabs .nav-link.active,
.cmn-tabs .nav-tabs .nav-link.active:hover {
    color: var(--color-base-black);
    background-color: transparent;
    border: none;
}

.nav-tabs .nav-link.active:after {
    content: "";
    height: 6px;
    width: 100%;
    background-color: var(--color-green-1);
    position: absolute;
    bottom: -3px;
    left: 0px;
}

.cmn-tabs .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
}

.cmn-tabs .tab-content {
    padding: 43px 0 20px 0;

}

.image-ad-wrapper {
    padding-bottom: 0;
    padding-top: 0;
}

.image-ad-wrapper img {
    max-height: 160px;
}

/** Hero Banner **/
.logout-hero-banner {
    /* background-color: var(--color-base-black); */
    /* color: var(--color-white); */
    padding: 0px 0 60px 0;
    position: relative;
}

.logout-hero-banner .container {
    position: relative;
    z-index: 3;
}

.logout-hero-banner .bg-img {
    position: absolute;
    z-index: 0;
    right: 20px;
    top: -50px;
 
    width: auto;
}

.logout-hero-banner p {
    opacity: 0.9;
}

.logout-hero-banner .btn {
    min-width: 220px;
    margin: 6px 0 20px 0;
}

.logout-hero-banner small {
    font-size: 11px;
    line-height: 18px;
    color: var(--color-grey-3);
    display: block;
}

.subscription-card {
    margin-right: 1rem;
    max-width: 400px;
}
@media screen and (max-width: 992px){
    .subscription-card {
        max-width: 100%;
        margin-bottom: 1rem;
        margin-right: 0;
    }
}
div.subscription-card:last-of-type {
    background-color: var(--color-base-black);
    margin-right: 0;
}
div.subscription-card:last-of-type p {
    color: #ffffff !important;

}
div.subscription-card:last-of-type h5 {
    color: #ffffff !important;

}
div.subscription-card:last-of-type .subscription-card--price {
    color: #ffffff !important;

}
div.subscription-card:last-of-type .h3 {
    color: #ffffff !important;

}

.logout-hero-banner .graph-img img {
    max-width: 526px;
    width: auto;
}

/** Investments **/
.individual-investor {
    background-color: var(--color-base-black);
    color: var(--color-white);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.individual-investor h2 {
    margin-bottom: 32px;
}

.individual-investor p {
    margin-bottom: 18px;
    opacity: 0.9;
}

.individual-investor form {
    position: relative;
    margin-top: 32px;
}

.individual-investor form img {
    position: absolute;
    left: 17px;
    top: 25px;
    z-index: 1;
    max-width: 14px;
}

.individual-investor form input {
    background: var(--color-white);
    border: 1px solid var(--color-grey-3);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    padding: 17px 14px 17px 42px;
    height: auto;
    width: calc(100% - 180px);
}

.individual-investor form button {
    width: 180px;
}

.individual-investor .bg-img {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    max-width: 820px;
    max-height: 630px;
    width: auto;
}

.individual-investor::after {
    content: "";
    width: 172px;
    height: 100%;
    background: rgb(19, 23, 65);
    background: -moz-linear-gradient(90deg, rgba(19, 23, 65, 1) 0%, rgba(19, 23, 65, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(19, 23, 65, 1) 0%, rgba(19, 23, 65, 0) 100%);
    background: linear-gradient(90deg, rgba(19, 23, 65, 1) 0%, rgba(19, 23, 65, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#131741", endColorstr="#131741", GradientType=1);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    position: absolute;
    right: 0;
    z-index: 2;
    top: 125px;
}

.investor-slider-wrap {
    background-color: var(--color-white);
    padding: 60px 48px;
    position: relative;
    margin-top: 22px;
    z-index: 3;
}

.investor-slider-wrap .investor-slider {
    opacity: 0;
    visibility: hidden;
}

.investor-slider-wrap .slick-initialized {
    opacity: 1;
    visibility: visible;
}

.investor-slider-wrap img {
    max-width: 24px;
    display: block;
    margin-bottom: 40px;
}

.investor-slider-wrap .investor-item {
    color: var(--color-base-black);
}

.investor-slider-wrap .investor-item p {
    opacity: 1;
    margin-bottom: 16px;
}

.investor-slider-wrap .investor-item strong,
.investor-slider-wrap .investor-item span {
    color: var(--color-grey-7);
}

.investor-slider-wrap .slick-dots {
    margin: 40px 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.investor-slider-wrap .slick-dots li {
    padding: 0;
    margin: 0 16px 0 0;
    line-height: 0;
}

.investor-slider-wrap .slick-dots li::before {
    content: normal;
}

.investor-slider-wrap .slick-dots li button {
    background-color: var(--color-base-black);
    height: 10px;
    width: 10px;
    box-shadow: none;
    outline: none;
    border-radius: 100px;
    font-size: 0;
    display: block;
    padding: 0;
    border: 2px solid var(--color-base-black);
}

.investor-slider-wrap .slick-dots li button:hover {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.investor-slider-wrap .slick-dots .slick-active button {
    background-color: transparent;
}

.investor-slider-wrap:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: var(--color-white);
    border-bottom: 0;
    border-right: 0;
    margin-bottom: -20px;
}

.investments-cta {
    background-color: var(--primary-color-2);
    padding: 120px 0 90px 0;
    color: var(--color-white);
    text-align: center;
}

.investments-cta p {
    opacity: 0.9;
}

.investments-cta ul li {
    width: 180px;
    height: 110px;
    margin: 0 0 30px 0;
}

.investments-cta ul li img {
    width: auto;
    max-width: 180px;
    max-height: 110px;
    display: block;
}


/** Cta Section **/
.cmn-cta {
    background: var(--color-base-black);
    color: var(--color-white);
    padding: 0;
}

.cmn-cta .cta-text {
    padding-top: 120px;
    padding-bottom: 120px;
}

.cmn-cta .h1 {
    margin-bottom: 32px;
}

.cmn-cta img {
    max-width: 636px;
    width: auto;
    display: block;
}

.cmn-cta .cta-text p {
    color: var(--color-white);
    opacity: 0.9;
}

.cmn-cta .btn {
    min-width: 265px;
}

footer hr {
    margin-top: 48px;
}

.investor-title{
    padding: 48px 0px 24px;
}
.investor-title h1, .investor-title p:last-child{
    margin-bottom: 0px;
}

.cmn-tabs.investor-tab .tab-content{
    padding: 60px 0px;
}

.cmn-content{
    margin-bottom: 40px;
}

.tooltip .tooltip-inner{
    background-color: var(--color-white);
    color: var(--color-base-black);
    box-shadow: 0px 0px 8px 0px #dcdcdc;
    font-size: 14px;
}
.bs-tooltip-bottom .arrow::before{
    border-bottom-color: var(--color-white);
}
.investor-tab-inner, .create-own-screen{
    padding: 24px;
    background-color: var(--color-white);
}
.investor-tab-inner .movers-list{
    margin-bottom: 20px;
}
.cmn-tabs.investor-tab .tab-content .investor-tab-inner .tab-content{
    padding: 20px 0px 0px;
}
.tab-content .tbl-title{
    color: #4A4D68;
}
.investor-tab-inner .stock-portfolio-table .table td:first-child{
    width: 100px;
}
.investor-tab-inner .stock-portfolio-table .table td .movement-down {
    color: #DF5834;
}
.investor-tab-inner .stock-portfolio-table .table td .movement-up {
    color: #169F6E;
}
.investor-tab-inner .stock-portfolio-table .table td:nth-child(2) {
    width: 200px;
    text-align: right;
}
.investor-tab-inner .stock-portfolio-table .table td:last-child{
    font-size: 12px;
    line-height: 1.5;
    font-family: 'BarlowRegular';
    font-weight: 400;
}
.investor-tab-inner .stock-portfolio-table .table td .grad-alpha{
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-left: 10px;
    color: var(--color-white);
}
.investor-tab-inner .stock-portfolio-table .table td .d-grade{
    background-color: #FF8A00;
}
.investor-tab-inner .stock-portfolio-table .table td .c-grade{
    background-color: #FFB800;
}
.investor-tab-inner .stock-portfolio-table .table td .b-grade{
    background-color: #169F6E;
}
.investor-tab-inner .stock-portfolio-table .table td .a-grade{
    background-color: #4ACE9F;
}
.investor-tab-inner .stock-portfolio-table .table td .plus-icon{
    border: 1px solid #D9DBE7;
    background: url('../img/plus-icon-d.svg') no-repeat center center;
    display: inline-block;
    padding: 0;
    height: 20px;
    width: 20px;
    position: relative;
    margin-left: 3px;
    cursor: pointer;
    top: 5px;
    left: 3px;
}
.investor-tab-inner .stock-portfolio-table .table td .plus-icon:hover{
    background: url('../img/plus-icon-h.svg') no-repeat center center;
    background-color: var(--color-base-black);
    border-color: var(--color-base-black);
}
.quick-search, .portfolio-tips{
    background-color: var(--color-white);
    padding: 24px;
}
.quick-search .form-group{
    position: relative;
}
.quick-search .form-group .form-control{
    padding-right: 40px;
}
.quick-search .form-group .btn{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 44px;
    height: 44px;
    min-width: auto;
    z-index: 1;
}

.cmn-tabs.investor-tab .tab-content .portfolio-tips .tab-content{
    padding: 0px;
}


.cmn-tabs .tab-content.border-bottom {
    border-color: #D9DBE7 !important;
}
.stock-slider-box {
    background: #E9EBF9;
    padding: 0 0 27px 0;
}
.stock-slider-box span.body-16 {
    background: var(--color-base-black-2);
    display: block;
    color: var(--color-white);
    padding: 3px 24px 5px 24px;
}

.slider-wrapper {
    padding: 24px 24px 0 24px;
}
.graph-slider {
    margin-top: 24px;
}
.graph-slider .grap-item img {
    height: auto;
    width: 100%;
}
.slider-wrapper h6 {
    margin: 0 0 8px 0;
    color: var(--color-base-black);
}
.slider-wrapper a.btn-link {
    margin-right: 12px;
    color: var(--primary-color);
    background: url('../img/icon-chevron.svg') no-repeat right 6px;
    background-size: 8px;
    padding-right: 15px;
}
.slider-wrapper a:last-child {
    margin-right: 0;
}
.slider-wrapper a.btn-link:hover {
    color: var(--color-base-black);
    background: url('../img/icon-chevron-black.svg') no-repeat right 6px;
    background-size: 8px;
}
.slider-wrapper.upsell-product .slick-dots{
    justify-content: flex-end;
    margin-top: 35px;
}
.slider-wrapper.upsell-product .slick-arrow {
    width: 18px;
    height: 16px;
    padding: 0;
    box-shadow: none;
    outline: none;
    position: absolute;
    bottom: 0;
    border: 0;
    font-size: 0;
}
.slider-wrapper.upsell-product .slick-arrow.slick-next{
    background: url('../img/next-arrow.svg') no-repeat center;
    left: 29px;
}
.slider-wrapper.upsell-product .slick-arrow.slick-next:hover{
    background: url('../img/next-arrow-hover.svg') no-repeat center;
    left: 29px;
}
.slider-wrapper.upsell-product .slick-arrow.slick-prev{
    background: url('../img/prev-arrow.svg') no-repeat center;
}
.slider-wrapper.upsell-product .slick-arrow.slick-prev:hover{
    background: url('../img/prev-arrow-hover.svg') no-repeat center;
}
.link-loop-wrapper {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.link-loop {
    position: relative;
    display: flex;
    width: 48.344%;
    padding: 14px 0;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #D9DBE7;
}
.link-loop span {
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.link-loop.guru span {
    height: 40px;
    width: 40px;
    min-width: 40px;
}
.link-loop.factor span {
    height: 20px;
    width: 20px;
    min-width: 20px;
}
.link-loop span img {
    border-radius: 100%;
    width: auto;
    height: auto;
}
.link-loop.guru span img {
    max-height: 40px;
}
.link-loop.factor span img {
    max-height: 20px;
}
.link-loop a{
    font-family: 'BarlowBold';
    font-weight: 700;
    background-size: 8px;
    padding-right: 16px;
    background: url('../img/recommended-arrow-dark-blue.svg') no-repeat right 7px;
}
.link-loop  a:hover {
    background: url('../img/recommended-arrow-blue.svg') no-repeat right 7px;}
.view-all {
    margin-top: 20px;
}
.view-all a.btn-link{
    color: var(--primary-color);
    background: url('../img/icon-chevron.svg') no-repeat right 6px;
    background-size: 8px;
    padding-right: 15px;
}
.view-all a.btn-link:hover {
    color: var(--color-base-black);
    background: url('../img/icon-chevron-black.svg') no-repeat right 6px;
    background-size: 8px;
}
.search-wrapper {
    border-top: #D9DBE7 1px solid;
    margin-top: 12px;
    padding-top: 32px;
}
.search-section .search-section-wrapper {
    background: var(--color-white);
    padding: 24px;
}
.search-section .search-section-wrapper .search-left h5{
    margin-bottom: 12px;
}
.search-section .search-section-wrapper .search-left p {
    margin: 0;
}
.search-section .search-section-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-section .search-section-wrapper .search-left ,
.search-section .search-section-wrapper .search-right{
    width: 48.12%;
}
.search-section .search-section-wrapper .search-right form{
    position: relative;
}
.search-section .search-section-wrapper .search-right form img {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.search-section .search-section-wrapper .search-right form input[type="text"] {
    padding-right:40px;
}
.search-section .search-section-wrapper .search-right form input[type="submit"] {
    display: none;
}

.dark-green {
    background: #169F6E;
}
.light-green {
    background: #4ACE9F;
}
.stock-grades .stock-portfolio-table .table tr:last-child td {
    font-weight: 400;
    font-size: 12px;
    font-family: 'BarlowRegular';
    line-height: 18px;
}

.stock-ideas .common-widget-title {
    border-color: #D9DBE7 !important;
}
.stock-ideas.your-feed-section .divImg {
    height: 196px;
    margin: 0;
    width: 294px;
}
.stock-ideas.your-feed-section .card-feed.with-card {
    flex-direction: row;
}
.stock-ideas.your-feed-section .card-feed.with-card .card-body {
    padding-left: 24px;
    padding-right: 24px;
}

.font-700{
    font-family: 'BarlowBold';
    font-weight: 700;
}

.hot-tips h4{
    padding: 8px 28px;
    background-color: #E9EBF9;
    margin-bottom: 0px;
    font-family: 'BarlowBold';
    font-weight: 700;
}
.investor-tab .tab-content hr{
    margin-top: 24px;
    margin-bottom: 24px;
}
.hot-tips .hot-body{
    padding: 40px 24px;
    background-color: var(--color-white);
}
.hot-tips .hot-body p{
    margin-bottom: 24px;
}
.hot-tips .hot-body .hot-tips-listing{
    border-top: 1px solid var(--color-base-black);
    padding-top: 24px;
}
.hot-tips .hot-body .hot-tips-listing h5{
    margin-bottom: 24px;
}
.hot-tips .hot-body .hot-tips-listing .tips-items{
    padding: 14px 0px 12px;
    display: flex;
    width: 100% !important;
}
.hot-tips .hot-body .hot-tips-listing .tips-items + .tips-items{
    border-top: 1px solid #D9DBE7;
}
.hot-tips .hot-body .hot-tips-listing .tips-items .icon{
    flex: 0 0 30%;
    max-width: 30%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center left;
}
.hot-tips .hot-body .hot-tips-listing .tips-items .icon::before{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
}
.hot-tips .hot-body .hot-tips-listing .tips-items .icon.icon-true{
    color: #169F6E;
}
.hot-tips .hot-body .hot-tips-listing .tips-items .icon.icon-true:before{
    background-image: url(../img/icon-true-green.svg);
}
.hot-tips .hot-body .hot-tips-listing .tips-items .icon.icon-false{
    color: #DF5834;
}
.hot-tips .hot-body .hot-tips-listing .tips-items .icon.icon-false::before{
    background-image: url(../img/icon-false-red.svg);
}
.hot-tips .hot-body a.showMore {
    text-decoration:none;
    min-width: auto;
}
.hot-tips .hot-body a.showMore img{
    transform: rotate(90deg);
    margin-left: 5px;
}
.hot-tips .hot-body a.showLess img{
    transform: rotate(270deg);
}
.hot-tips .hot-body a.showMore::before {
    content:'Show More';
}
.hot-tips .hot-body a.showLess::before {
    content:'Show Less';
}
.bg-shadow{
    position: relative;
}
.bg-shadow::before{
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 82px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    z-index: 0;
}
.create-own-screen img{
    margin-bottom: 24px;
}
.create-own-screen h5{
    margin-bottom: 12px;
}
.create-own-screen span{
    margin-bottom: 24px;
    color: #4A4D68;
}
.popular-screens {
    background: var(--color-white);
    padding: 24px;
    color: #4A4D68;
}
.popular-screens h5 {
    color: var(--color-base-black);
    margin-bottom: 12px;
}
.popular-screens p {
    margin-bottom: 12px;
}
.pop-screen-listing {
    padding-top: 12px;
    border-top: 1px solid var(--color-base-black);
}
.pop-screen-listing .link-loop {
    padding: 18px 0;
}
.funds-table-slider {
    background: var(--color-white);
    margin-bottom: 24px;
    padding: 0;
}
.funds-feat span {
    background: var(--color-base-black-2);
    display: block;
    color: var(--color-white);
    padding: 3px 24px 5px 24px;
}
.fund-slider {
    padding: 24px;
}
.fund-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.fund-desc h5{
    margin: 0;
    max-width: 384px;
    color: var(--color-base-black);
}
.funds-slider-wrapper {
    background: none;
    padding: 0;
    border-top: 1px solid var(--color-base-black);
}
.funds-slider-wrapper .stock-investor-table table th + th, 
.funds-slider-wrapper .stock-investor-table table td + td{
    text-align: left;
}

.funds-slider-wrapper .stock-investor-table .plus-link .plus-icon {
    border: 1px solid #D9DBE7;
    background: url('../img/plus-icon-d.svg') no-repeat center center;
    display: inline-block;
    padding: 0;
    height: 20px;
    width: 20px;
    position: relative;
    top: 5px;
    margin-left: 3px;
    cursor: pointer;
    left: 3px;
}
.funds-slider-wrapper .stock-investor-table .plus-link .plus-icon:hover {
    background: url('../img/plus-icon-h.svg') no-repeat center center;
    background-color: var(--color-base-black);
    border-color: var(--color-base-black);
}
.funds-slider-wrapper .stock-investor-table tr td.text-center span {
    display: inline-block;
    padding: 1px 0 0 0;
    font-size: 14px;
    line-height: 1.45;
    height: 24px;
    color: var(--color-white);
    width: 24px;
}
.funds-slider-wrapper .stock-investor-table table th:nth-child(4),
.funds-slider-wrapper .stock-investor-table table td:nth-child(4) {
    min-width: 75px;
    text-align: center;
}
.funds-slider-wrapper .stock-investor-table table th:nth-child(4) span  ,
.funds-slider-wrapper .stock-investor-table table td:nth-child(4) span {
    display: inline-block;
    vertical-align: middle;
}
.foot-note em {
    display: inline-block;
    margin-bottom: 12px;
}
.foot-note em {
    display: block;
}

/*** Media Queries ***/

@media(min-width:375px) {
    body{
        font-size: calc(18px + 6 * ((100vw - 320px) / 680));
    }
    
    /** Headings  **/
    h1,
    .h1 {
        font-size: calc(34px + 6 * ((100vw - 320px) / 680));
        line-height: 1.24;
        letter-spacing: -0.02em;
        margin-bottom: 20px;
    }

    h2,
    .h2 {
        font-size: calc(30px + 6 * ((100vw - 320px) / 680));
        line-height: 1.17;
        letter-spacing: -0.02em;
        margin-bottom: 30px;
    }

    h3,
    .h3 {
        font-size: calc(26px + 6 * ((100vw - 320px) / 680));
        line-height: 1.2;
        margin-bottom: 20px;
    }

    h4,
    .h4 {
        font-size: calc(22px + 6 * ((100vw - 320px) / 680));
        line-height: 1.28;
    }

    h5,
    .h5 {
        font-size: calc(20px + 6 * ((100vw - 320px) / 680));
        line-height: 1.25;
    }

    h6,
    .h6 {
        font-size: calc(16px + 6 * ((100vw - 320px) / 680));
        line-height: 1.4;
    }


    .body-20 ,.investor-slider-wrap .investor-item{
        font-size: calc(18px + 6 * ((100vw - 320px) / 680));
        line-height: 1.56;
    }

    .body-18 ,.btn.btn-lg,.individual-investor form button {
        font-size: calc(16px + 6 * ((100vw - 320px) / 680));
        line-height: 1.5;
    }


}

@media (min-width: 992px) {
    .growth-grap-section .col-lg-5 {
        border-left: 1px solid var(--color-grey-2);
    }

    .navbar .nav-item .dropdown-menu,
    .header-left .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .dropdown-menu,
    .header-left-control:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
        margin-left: -16px;
    }

    .header-left-control:hover .dropdown-menu {
        transform: none !important;
        top: 22px !important;
        will-change: unset !important;
    }

    .navbar-toggler,
    .mobile-append-element {
        display: none;
    }

    .navbar-expand-lg .navbar-collapse>ul.navbar-nav>li:first-child>a {
        padding: 20px 16px 20px 0;
    }

    .recommended-panel ul li a {
        font-size: 18px;
        line-height: 1.56;
    }

    .navbar-expand-lg .navbar-collapse>.navbar-nav>li:last-child .dropdown-menu {
        width: 245px;
    }

    .navbar-expand-lg .navbar-collapse>.navbar-nav>li:first-child .dropdown-menu {
        margin-left: -30px;
    }

    .my-tools-dropdown .dropdown-menu {
        margin-left: 8px;
    }

    .more-services .dropdown-menu {
        margin-left: -16px;
    }

    .header-left-control button:hover {
        opacity: 0.7;
    }

    .gift-wrapper:hover {
        color: var(--color-white);
        opacity: 0.7;
    }

    .header-left-control button.dropdown-toggle:before {
        content: "";
        height: 30px;
        position: absolute;
        bottom: -23px;
        width: 100%;

    }

    .header-left-control:hover .dropdown-toggle::after {
        transform: rotate(-90deg);
    }

    .logout-hero-banner {
        margin-top: 20px;
    }

    .mt-35 {
        margin-top: 35px !important;
    }

    .discover-section .common-section-title,.community-section .common-section-title{
        margin-bottom: 60px;
    }

    .footer-links ul {
        margin-bottom: 0;
    }
    .your-feed-section .custom-row.row>[class^="col-"]{
        margin-bottom: 0;   
    }
    .premium-products .recommended-panel ul {
        position: relative;
        margin-left: -24px;
        margin-right: -24px;
    }
    .premium-products .recommended-panel ul li {
        border-bottom: none;
        padding-bottom: 12px;
        margin-bottom: 12px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .premium-products .recommended-panel ul:after {
        content: "";
        position: absolute;
        left: 50%;
        height: 100%;
        background-color: #ddd;
        width: 1px;
        top: 0;
        margin-left: -0.5px;
    }
}

@media (min-width:1440px) {
    /** Headings  **/
    body{
        font-size: 18px;
        line-height: 1.56;
    }
    h1,
    .h1 {
        font-size: 54px;
        line-height: 1.15;
        letter-spacing: -0.02em;
        margin-bottom: 36px;
    }

    h2,
    .h2 {
        font-size: 44px;
        line-height: 1.19;
        letter-spacing: -0.02em;
        margin-bottom: 32px;
    }

    h3,
    .h3 {
        font-size: 38px;
        line-height: 1.22;
        margin-bottom: 28px;
    }

    h4,
    .h4 {
        font-size: 30px;
        line-height: 1.27;
    }

    h5,
    .h5 {
        font-size: 24px;
        line-height: 1.25;
    }

    h6,
    .h6 {
        font-size: 18px;
        line-height: 1.34;
    }


    .body-20 ,.investor-slider-wrap .investor-item{
        font-size: 20px;
        line-height: 1.6;
    }

    .body-18,.btn.btn-lg,.individual-investor form button {
        font-size: 18px;
        line-height: 1.12;

    }
    .overflowHidden {
        padding-right: 15px;
    }

}

@media (min-width: 1200px) {
    .container {
        max-width: 1350px;
    }

    .custom-row.event-row.row>[class^="col-"] {
        border-left: 1px solid var(--color-grey-2);
    }

    .custom-row.event-row.row>[class^="col-"]:nth-child(4n + 1) {
        border-left: none;
    }

    .explore-list>.explore-block:last-child {
        margin-bottom: 0;
    }

    ul.learmore-list li:nth-child(3) {
        border-bottom: none;

    }
 
}

@media(max-width:1325px) {
    .topic-group {
        max-width: 40%;
        flex: 0 0 40%;
    }

    .find-community-form>.form-group.btn-community {
        max-width: 25%;
        flex: 0 0 25%;
    }
}

@media (max-width: 1199.98px) {
    .fund-desc h5 {
        max-width: 344px;
    }
    .investor-tab table th{
        min-width: 90px;
    }
    .hot-tips .hot-body .hot-tips-listing .tips-items{
        display: block;
    }
    .hot-tips .hot-body .hot-tips-listing .tips-items .icon{
        display: block;
        margin-bottom: 10px;
        max-width: 100%;
    }
    .cmn-tabs.investor-tab .tab-content {
        padding: 48px 0px 30px;
    }
    .portfolio-tips .dropdown .dropdown-toggle{
        min-width: 140px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 20px 10px;
    }

    .contributers-row.row>[class^="col-"]:nth-child(2n + 1) {
        border-left: none;
    }

    ul.learmore-list {
        column-count: auto;
    }

    .find-community-form-wrapper .column-1,
    .find-community-form-wrapper .column-2 {
        max-width: 100%;
        flex: 0 0 100%;
        padding-right: 0;
    }

    .find-community-form {
        padding-top: 40px;
    }

    .upsell-product {
        min-height: 250px;
    }

    .logout-hero-banner .graph-img img {
        width: 100%;
    }

    .portfolio-panel {
        height: 100%;
    }

    .cmn-cta img {
        max-width: 100%;
    }

    .cmn-cta .cta-text {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .map-wrap img{
        width: 100%;
    }

    .contributer-card:after {
        content: "";
        width: 100%;
        position: absolute;
        height: 1px;
        background-color: var(--color-grey-2);
        bottom: -12px;
        left: 0;
    }
    .contributers-row.row:before{
        display: none;
    }
    .contributers-row.row{
        margin-bottom: 0;
    }
}

@media(max-width: 991.98px) {
    body.overflow-hidden header.logged-in {
        position: fixed;
        left: 0;
        right: 0;
        z-index: 9;
    }
    .search-section .search-section-wrapper .search-left,
    .additional-stock-data .add-desc h5 {
        margin-bottom: 20px;
    }
    .search-section .search-section-wrapper .search-left, 
    .search-section .search-section-wrapper .search-right ,
    .additional-stock-data .add-desc *{
        width: 100%;
    }
    .search-section .search-section-wrapper ,
    .additional-stock-data .add-desc{
        flex-wrap: wrap;
    }
    .copyright ul {
        margin-top: 32px;
    }

    .custom-row.row>[class^="col-"],
    .custom-row-4-col>[class^="col-"]:nth-child(2n + 1) {
        border-left: none;
    }

    .custom-row.row>[class^="col-"]:nth-child(even) {
        border-left: 1px solid var(--color-grey-2);
    }
    
    .current-sentiment .img-fluid {
        width: 100%;
    }

    .ticker-wrapper .ticker-col {
        flex: 0 0 50%;
        max-width: 50%;

    }

    .upsell-product {
        min-height: 200px;
    }

    .upsell-product .carousel-item-slide-content {
        min-height: auto;
    }

    .upsell-product .carousel-indicators {
        margin: 20px 0 0 0;
        position: relative;
    }

    .featured-screen {
        margin-bottom: 20px;
    }

    .header-middle {
        order: 0;
    }

    .header-left {
        order: 1;
        margin-left: auto;
    }

    .navbar-toggler {
        order: 2;
    }

    .header-right,
    .gift-wrapper,
    .more-services {
        display: none !important;
    }

    .mobile-append-element .header-right,
    .mobile-append-element .gift-wrapper,
    .mobile-append-element .more-services {
        display: block !important;
    }

    .navbar-toggler {
        background: url('../img/hamburger-mobile.svg') no-repeat center center;
        width: 40px;
        height: 40px;
        background-size: 20px;
    }

    .logged-in .navbar-toggler {
        background: url('../img/hamburger-mobile-black.svg') no-repeat center center;
    }

    .navbar-toggler[aria-expanded="true"] {
        background: url('../img/nav-close-black.svg') no-repeat center center;
    }

    .logged-in .navbar-toggler[aria-expanded="true"] {
        background: url('../img/nav-close.svg') no-repeat center center;
    }

    .header-left-control {
        margin-right: 25px;
    }

    .header-inner {
        padding: 15px 0;
    }

    header .navbar {
        position: fixed;
        top: 70px;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        box-shadow: none;
        z-index: 11;
        height: calc(100vh - 70px);
        background-color: var(--color-grey-1);
        border: none;
        transition: all .3s ease;
        display: none;
        align-items: flex-start;
    }

    header .navbar.navbar-show {
        display: block;
    }

    header .navbar-collapse {
        padding: 0 16px;
        margin-bottom: 120px;
        transition: all .3s ease;
    }

    .mobile-append-element .header-left-control {
        margin-right: 0;
    }

    .mobile-append-element {
        padding-top: 16px;
        padding-bottom: 32px;
        margin-left: -16px;
        margin-right: -16px;

    }

    .logged-in .mobile-append-element {
        background-color: var(--color-base-black);
        color: var(--color-black);
    }

    .mobile-append-element-inner {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
    }

    .mobile-append-element .header-right .dropdown-toggle {
        margin-left: 0;
    }

    .header-right .dropdown-toggle {
        width: 100%;
    }

    .my-tools-dropdown {
        margin-bottom: 8px;
    }

    .more-services,
    .gift-wrapper {
        margin-top: 32px;
    }

    .account-dropdown,
    .my-tools-dropdown {
        position: relative;
    }

    .header-right .dropdown-menu,
    .dropdown-menu,
    .navbar .nav-item .dropdown-menu {
        position: relative;
        margin-bottom: 10px;
        width: 100%;
        box-shadow: none;
        min-width: auto;
        left: 0;
        transition: all .3s ease;
    }

    .navbar .navbar-nav {
        max-width: 720px;
        margin: 0 auto !important;
        padding: 8px 0 0;
        border-top: 1px solid var(--color-grey-2);
        border-bottom: 1px solid var(--color-grey-2);
    }

    .navbar .nav-item .dropdown-menu {
        padding: 20px 16px;
        margin-bottom: 8px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 14px 16px;
    }

    .more-services .dropdown-menu .recommended-panel {
        min-width: auto;
        width: 100%;
    }

    .header-search-overlay .form-control {
        padding: 20px 10px 20px 40px;
        background-position: 10px center;
        width: calc(100% - 35px);
    }

    .showSearchBar {
        z-index: 999;
    }

    .header-search-overlay {
        padding: 12px 0;
    }

    section {
        overflow: hidden;
    }

    .join-now-btn,
    .login-btn {
        margin-left: 0;
    }

    .join-now-btn {
        margin-bottom: 8px;
    }

    .join-now-btn a,
    .login-btn a {
        width: 100%;
    }

    .premium-products .dropdown-menu {
        width: 100%;
    }

    .premium-products .recommended-panel ul {
        column-count: 1;
    }

    .more-services .dropdown-menu {
        width: calc(100% + 32px);
        box-shadow: none;
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: 0;
        margin-top: 32px;
    }

    .mobile-append-element .recommended-panel ul li {
        border-bottom: none;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .mobile-append-element .recommended-panel ul li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .navbar .navbar-nav .nav-item.dropdown.show .dropdown-toggle:after {
        transform: rotate(-90deg);
    }

    .common-section-padding {
        padding: 60px 0;
    }

    .logout-hero-banner {
        padding: 60px 0;
    }

    .logout-hero-banner .bg-img {
        bottom: 0;
        top: auto;
        width: 100%;
        height: auto;
    }

    .myaii-section .custom-row.row>[class^="col-"]:nth-child(even) {
        border: 0;
    }

    .individual-investor {
        font-size: 16px;
        line-height: 24px;
        padding: 60px 0 88px;
    }

    .individual-investor h2 {
        margin-bottom: 20px;
    }

    .individual-investor .container {
        position: relative;
        z-index: 3;
    }

    .investor-slider-wrap {
        margin-top: 60px;
    }

    .individual-investor form {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .investments-cta p {
        margin-bottom: 20px;
    }

    .investments-cta {
        padding: 60px 0 30px 0;
    }

    .portfolio-accordian {
        padding: 60px 0;
    }

    .cmn-cta .cta-text {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .cmn-cta img {
        width: 100%;
        max-width: 500px;
    }
    .portfolio-panel {
        position: relative;
        margin-top: 24px;
        padding-bottom: 12px;
    }

    .portfolio-panel::before {
        content: "";
        background-color: var(--color-grey-2);
        height: 1px;
        width: 100%;
        display: block;
        position: absolute;
        top: -24px;
        left: 0;
        right: 0;
        z-index: 1;
    }
    .main-feed-section {
        padding-bottom: 0;
    }

    .main-feed-section .custom-row>[class^="col-"]:last-child {
        margin-bottom: 0;
    }

    .myaii-section {
        padding-top: 0;
    }

    .current-sentiment {
        padding-bottom: 32px;
    }
    .cmn-tabs .nav-tabs .nav-item .nav-link,
    .cmn-tabs .nav-tabs .nav-item .nav-link:hover{
        color: var(--color-base-black) !important;
    }
    .portfolio-tips .dropdown .dropdown-toggle{
        width: 100%;
    }
}

@media(max-width:767.98px) {
    .portfolio-alerts .stock-portfolio-table .table td .plus-link {
        min-width: 80px;
        display: block;
    }
    .stock-portfolio-table .table td .movement {
        display: block;
        min-width: 110px;
    }
    .stock-portfolio-table .table>tbody>tr:last-child td{
        padding-bottom: 12px;
    }
    .fund-desc {
        flex-wrap: wrap;
    }
    .fund-desc h5 {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .stock-ideas.your-feed-section .card-feed.with-card .card-body {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar .navbar-nav {
        max-width: 540px;
        margin: 0 auto;
    }

    .navbar .navbar-nav .nav-item {
        margin: 0 -16px;
    }

    .header-middle img {
        max-width: 132px;
    }

    .footer-logo {
        margin-top: 44px;
        margin-bottom: 60px;
    }

    .footer-links ul {
        margin-bottom: 60px;
    }

    .footer-links {
        margin-bottom: 30px;
    }

    footer .copyright {
        padding-bottom: 24px;
    }

    .cmn-tabs .nav-tabs .nav-item .nav-link {
        margin-right: 10px;
    }

    .contributers-row.row:before {
        display: none;
    }

    .contributer-card .contributer-img-block {
        flex: 0 0 48px;
        max-width: 48px;
    }
    .contributer-img-wrap{
        border-radius: 50%;
        width: 48px;
        height: 48px;
        background: #ADB4C2;
        overflow: hidden; 
    }

    .contributer-card .contributer-img-block img {
        width: 48px;
        height: 48px;
    }

    .contributer-card {
        border-bottom: 1px solid var(--color-grey-2);
        padding-bottom: 28px;
        margin-top: 0;
    }

    .contributers-row.row {
        margin-bottom: 0;
    }

    .cmn-tabs .tab-content {
        padding: 40px 0;
    }

    .contributers-row.row>[class^="col-"] {
        border: none;
    }

    .webinars-card .contributer-img-block {
        height: 48px;
    }

    .common-section-inner {
        padding: 36px 24px;
    }

    .discover-section h2 {
        margin-bottom: 36px;
    }

    .learmore-list li a .learmore-list-icon {
        margin-right: 12px;
    }

    ul.learmore-list li {
        margin-bottom: 20px;
    }

    ul.learmore-list {
        margin-bottom: 48px;
    }

    .zip-code-group,
    .topic-group,
    .find-community-form>.form-group.btn-community {
        max-width: 100%;
        flex: 0 0 100%;
        margin-right: 0px !important;

    }

    .custom-row.row>[class^="col-"],
    .custom-row.row>[class^="col-"]:nth-child(even),
    .custom-row-4-col>[class^="col-"] {
        border-left: none;

    }

    .custom-row>[class^="col-"] {
        margin-bottom: 24px;
    }

    .community-section .common-section-inner {
        padding: 36px 24px 12px 24px;
    }

    .discussion-card-link {
        position: relative;
        height: auto;
    }

    .discussion-card-link:after {
        content: "";
        width: 100%;
        bottom: -12px;
        height: 1px;
        background-color: var(--color-grey-2);
        position: absolute;
    }

    .custom-row.row>[class^="col-"]:last-child .discussion-card-link:after {
        display: none;
    }

    .common-widget-title-w-link .common-widget-title {
        padding-bottom: 40px;
    }

    .common-widget-title-w-link .btn.btn-link.view-more-btn {
        right: auto;
        top: auto;
        bottom: 40px;
    }

    .common-section-title {
        margin-bottom: 36px;
    }

    .no-brk-mobile .common-widget-title {
        padding-bottom: 12px;
    }

    .no-brk-mobile a.view-more-btn.btn.btn-link {
        right: 15px;
        bottom: auto;
        top: 0;
        margin-top: 0;
    }

    .card-feed {
        background-color: var(--color-grey-1);
        border: none;
        padding-bottom: 24px;
        margin-bottom: 0;
        border-bottom: 1px solid var(--color-grey-2);
    }

    .card-feed-list .card-feed {
        padding-bottom: 24px;
    }
    .card-feed-list>.card-feed:last-child{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .current-sentiment,
    .featured-screen,
    .stock-portfolio {
        padding: 36px 24px 36px 24px;
    }

    .trading-card,
    .discussion-card .card-body {
        padding: 32px 24px;
    }

    .ticker-wrapper .ticker-col {
        flex: 0 0 100%;
        max-width: 100%;

    }

    .ticker-wrapper {
        margin-bottom: 8px;
    }

    .explore-section {
        padding: 50px 0 30px 0;
    }

    .recommended-panel,
    .daily-movers {
        padding: 36px 24px;
    }

    .investor-slider-wrap {
        padding: 36px 24px;
    }

    .investor-slider-wrap img {
        margin-bottom: 24px;
    }

    .investments-cta ul li img {
        max-width: 134px;
        max-height: 50px;
    }

    .investments-cta ul li {
        width: 150px;
        height: 50px;
    }

    .investor-slider-wrap .slick-dots {
        margin: 24px 0 0 0;
    }

    .individual-investor .bg-img {
        width: 375px;
        height: 251.22px;
    }

    .investments-cta {
        padding: 60px 0 15px 0;
    }

    .cmn-cta {
        font-size: 16px;
        line-height: 24px;
    }

    .cmn-cta .btn {
        min-width: 241px;
        font-size: 16px;
        line-height: 24px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .cmn-cta img {
        max-width: 100%;
    }

    a.discussion-card-link,
    .discussion-card {
        height: auto;
        margin-bottom: 0;
    }

    footer hr {
        margin-top: 24px;
    }
    .your-feed-section{
        padding-bottom: 0px;
    }
    .contributer-card:after {
        display: none;
    }
    .investor-tab.cmn-tabs .nav-tabs .nav-item .nav-link{
        margin-right: 30px;
    }
    .stock-investor-table table tbody tr:last-child td, .stock-grades .stock-portfolio-table .table tr:last-child td{
        padding-bottom: 12px;
    }
    .investor-tab .cmn-tab-links .btn-outline-primary{
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .investor-tab .cmn-tab-links .btn-primary{
        padding-left: 10px;
        padding-right: 10px;
        min-width: auto;
    }
}

@media(max-width:575.98px) {
    .link-loop {
        width: 100%;
    }
    .logout-hero-banner {
        font-size: 16px;
        line-height: 24px;
    }

    .logout-hero-banner .btn {
        min-width: 200px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .portfolio-panel {
        padding: 25px;
    }

    .investments-cta ul li {
        height: 110px;
        margin-bottom: 45px;
    }

    .individual-investor form input {
        width: 100%;
    }

    .individual-investor form button {
        width: 166px;
        line-height: 24px;
        padding-top: 16px;
        padding-bottom: 16px;
        min-width: 1px;
    }
    .investments-cta ul li {
        height: 110px;
        margin-bottom: 45px;
        width: 100%;
    }
    .investments-cta ul li img {
        max-width: 175px;
        max-height: 110px;
    }

    .portfolio-panel {
        padding: 36px 24px;
    }

    .portfolio-accordian h3 {
        margin-bottom: 30px;
    }

    .portfolio-panel .btn {
        font-size: 16px;
        line-height: 24px;
        min-width: 160px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .portfolio-accordian .card .card-header button img {
        max-width: 20px;
        margin-right: 12px;
    }

    .portfolio-accordian .card .card-body {
        padding-left: 32px;
        padding-bottom: 0;
    }

    .portfolio-accordian .btn-primary {
        min-width: 1px;
        font-size: 16px;
        min-width: 350px;
    }
    .investor-tab-inner.cmn-tabs .nav-tabs .nav-item{
        margin-bottom: 10px;
    }
    .stocks-inner-tab.cmn-tabs .nav-tabs .nav-item{
        margin-bottom: 0px;
    }
}

@media(max-width: 380px){
    .cmn-tabs .nav-tabs .nav-item .nav-link{
        font-size: 16px;
    }
}

@media(max-width: 374px){
    .copyright ul li a{
        font-size: 12px;
    }
    .portfolio-accordian .btn-primary {
        padding: 20px 12px;
        min-width: auto;
        font-size: 14px;
    }
    .common-widget-title{
        font-size: 16px;
    }
    .explore-section .btn-lg{
        min-width: auto;
    }
    .investor-tab.cmn-tabs .nav-tabs .nav-item .nav-link{
        margin-right: 20px;
    }
}