@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: "MYRIADPRO-REGULAR";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/MYRIADPRO-REGULAR.OTF") format("opentype");
}

:root {
    --transition: all 0.5s;
    --button-bg-color: #FFC83B;
    --button-color: #02033B;
    --default-white: #FFFFFF;
    --default-black: #000000;
    --header-link-bg: #212832;
    --text-color: #254150;
    --btn-bg: #005cab;
    --main-bg: #8BC5D2;
    --theme-fade-white: #f5f5f7;
    --theme-Nunito-font: "Nunito", sans-serif;
    --theme-NunitoSans-font: "Nunito Sans", sans-serif;
    --theme-Montserrat-font: "Montserrat", sans-serif;
    --theme-MYRIADPRO-font: "MYRIADPRO-REGULAR", sans-serif;
    --theme-font: var(--theme-Montserrat-font);
    --theme-secondary-font: var(--theme-MYRIADPRO-font);
    --theme-color: #005cab;
}

html,
body {
    font-size: 16px;
    line-height: 1.5;
    font-family: var(--theme-Montserrat-font);
    overflow-x: hidden;
    background-color: var(--default-white);
}

figure {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 20px 0;
}

p a:hover {
    color: var(--text-color);
}

p a:hover i {
    color: var(--text-color);
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    padding: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
}


/* Start Form Input */

input[type=checkbox] {
    position: relative;
    border: 2px solid #000;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: .5;
}

input[type=checkbox]:hover {
    opacity: 1;
}

input[type=checkbox]:checked {
    background-color: #000;
    opacity: 1;
}

input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="number"],
select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
    outline: none !important;
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    color: #000;
    outline: none !important;
}

select {
    width: 100%;
    background: url(../image/aroowdrop.svg) no-repeat calc(100% - 16px) center transparent;
    background-color: #ffffff;
    background-size: 12px;
    padding-right: 30px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #000;
}

::-moz-placeholder {
    opacity: 1;
    color: #000;
}

:-moz-placeholder {
    opacity: 1;
    color: #000;
}

a {
    display: inline-block;
    transition: var(--transition);
    color: var(--default-black);
    text-decoration: none;
}

blockquote {
    margin: 0;
}

a:hover {
    color: var(--icon-bg);
}

button.navbar-toggler:focus-visible,
button.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.bg_con,
.site_header::before,
.banner_sec {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
    color: #000000;
    font-family: var(--theme-Montserrat-font);
}

h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    color: #000000;
    font-family: var(--theme-Montserrat-font);
}

p {
    font-size: clamp(16px, 1.3vw, 18px);
    line-height: 1.5;
    color: #000000;
    font-weight: 400;
    font-family: var(--theme-Montserrat-font);
}

h3 {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-family: var(--theme-Montserrat-font);
}

h4 {
    font-family: var(--theme-Montserrat-font);
    font-size: 17px;
    line-height: 26px;
    color: var(--default-black);
}

h5 {
    font-family: var(--theme-Montserrat-font);
    font-size: 21px;
    line-height: 28px;
    color: var(--default-black);
}

.theme_button {
    padding: 12.5px 22px 12.5px 22px;
    background-color: var(--button-bg-color);
    border-radius: 50px;
    font-size: 18px;
    font-weight: 900;
    color: var(--button-color);
    font-family: var(--theme-Montserrat-font);
    border: 1px solid transparent;
}

.theme_button:hover {
    background: #000000;
    color: #FFFFFF;
}

img {
    max-width: 100%;
    width: 100%;
}


/*Site Header*/

.site_header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 25px 0;
}

.site_header .site_logo img {
    max-width: 175px;
}

.site_header .navigation ul {
    gap: 0 10px;
}

.site_header .navigation ul li a {
    color: #212832;
    font-family: var(--theme-Montserrat-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    transition: var(--transition);
}

.site_header .navigation ul li.dropdown {
    display: flex;
    align-items: center;
}

.site_header .navigation ul li.dropdown .dropdown-menu {
    margin: 0;
    padding: 0;
}

.site_header .navigation ul li.dropdown a::after {
    content: none;
}

.site_header .navigation ul li.dropdown:hover .dropdown-menu {
    top: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 14px -5px #00000020;
    border: none;
    border-radius: 0;
    left: 0;
}

.site_header .navigation ul li.dropdown ul a:hover {
    background: transparent;
}

.site_header .navigation ul li.dropdown button.toggle_drop {
    border: none;
    background: transparent;
    outline: none;
    color: #212832;
    padding: 0;
}

.site_header .navigation ul li a.active,
.site_header .navigation ul li a:hover {
    text-decoration: underline;
}

.site_header .loggin_user a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Montserrat";
    text-transform: uppercase;
}

.site_header .loggin_user a:hover {
    color: #000000;
}

.site_header .search_bar {
    margin-right: 25px;
}

.site_header .search_bar span {
    color: #FFFFFF;
    font-size: 18px;
}

.site_header .navbar {
    padding: 0;
}

.header_social_media_list {
    margin-left: auto;
    margin-right: 10px;
}

.header_social_media_list ul {
    display: flex;
}

.site_header div.header_social_media_list ul li a {
    color: #FFFFFF;
    padding: 0;
    border: none;
    font-size: 18px;
}

.common_padding {
    padding: 60px 0;
}

.link_button {
    font-size: 20px;
    font-weight: 400;
    text-decoration: 1px underline;
    color: var(--text-color);
    line-height: 26px;
}

.link_button:hover {
    color: var(--button-bg-color);
}


/* navbar*/

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    border-radius: 0;
}

.main-head .navigation .hs_cos_wrapper_type_menu {
    margin-left: auto;
}

.main-head .navigation .active-branch ul {
    display: flex;
    align-items: center;
}

.main-head .navigation .active-branch ul>li:not(.hs-menu-depth-2) {
    position: relative;
    list-style: none;
}

.main-head .navigation .active-branch ul>li:not(.hs-menu-depth-2) {
    margin: 0 15px;
    padding: 20px 0;
    position: relative;
}

.main-head .navigation .active-branch ul>li:last-child {
    margin-right: 0;
}

.main-head .navigation .active-branch ul>li:first-child {
    margin-left: 0;
}

.main-head .navigation .active-branch ul>li>a {
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #000000;
    line-height: 1.2;
    position: relative;
    font-weight: 400;
    font-family: var(--dmsan-font);
    font-size: 16px;
    padding-bottom: 5px;
}

.main-head .navigation .active-branch ul>li>a:hover {
    color: var(--button-color);
}

.main-head .navigation .active-branch ul>li>a::before,
.main-head .navigation .active-branch ul>li.active>a::before {
    content: "";
    width: 20px;
    height: 1px;
    background: transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-head .navigation .active-branch ul>li.active>a::before {
    background: var(--black-color);
}

.footer_link_list .active-branch ul li.active a {
    color: var(--button-color);
}

.main-head .navigation .active-branch ul>li.active>a::before {
    background: var(--button-color);
}

.main-head .navigation .active-branch .hs-item-has-children:hover .hs-menu-children-wrapper {
    display: block;
}

.main-head .navigation .active-branch ul>li.active>a:hover:before {
    width: 75%;
    background: var(--button-color);
}

.main-head .navigation .active-branch ul>li.active>a,
.main-head .navigation .active-branch ul>li>a:hover,
.main-head .navigation .active-branch ul>li.menu-item-has-children:hover>a {
    color: var(--button-color);
}


/* navbar submenu*/

.main-head .navigation .active-branch ul li.hs-item-has-children>ul {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    border-radius: 0;
    width: 180px;
    padding: 12px 20px;
    display: none;
    border-radius: 5px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
}

.main-head .navigation .active-branch ul li.hs-item-has-children>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
}

.main-head .navigation .active-branch ul li.hs-item-has-children>a:hover,
.main-head .navigation .active-branch ul li.hs-item-has-children:hover>a,
.main-head .navigation .active-branch ul li.hs-item-has-children:hover>a {
    color: var(--button-color);
}

.main-head .navigation .active-branch ul li.hs-item-has-children,
.navigation ul li.dropcustom_minus {
    position: relative;
}

.main-head .navigation .active-branch ul li.hs-item-has-children a {
    padding: 0;
    line-height: 30px;
}

.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}


/* 2nd level submenu */

.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */

.navbar-expand .navbar-toggler {
    display: block;
}

.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0 !important;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.site_header .navbar-toggler-main::before {
    content: "";
    background: #FFFFFF;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -7px;
    left: -7px;
}

.common_banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: clamp(60px, 7.6vw, 110px) 0;
    min-height: clamp(450px, 54.5vw, 600px);
    z-index: 0;
    align-content: end;
    border-image: fill 1 linear-gradient(180deg, #06060626 50%, #060606d1 110%);
    border-image-width: 100px;
}


/* .common_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(#06060626, #060606);
  width: 100%;
  height: 100%;
  z-index: -1;
} */


/* SAM CSS  */

.common_bg {
    background-color: var(--theme-fade-white);
}

.common_Vpadding {
    position: relative;
    padding: clamp(60px, 7.6vw, 110px) 0;
}

.common_btn {
    background-color: var(--btn-bg);
    padding: 10px 20px;
    text-transform: uppercase;
    line-height: 1.5;
    color: var(--default-white);
    font-weight: 700;
    border-radius: 30px;
    border: 1px solid var(--btn-bg);
    font-size: 14px;
    text-align: center;
}

.common_btn:hover {
    background-color: transparent;
    color: var(--btn-bg);
}

.common_banner * {
    color: var(--default-white);
}

.left_design_title :is(h1,
    h2,
    h3,
    h4,
    h5,
    h6) {
    position: relative;
    padding-left: clamp(20px, 4vw, 40px);
}

.left_design_title :is(h1,
    h2,
    h3,
    h4,
    h5,
    h6)::before {
    content: "";
    width: 10px;
    height: 100%;
    background-color: #70cbd5;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.common_banner .common_title_area p {
    padding-left: clamp(20px, 4vw, 40px);
}

.common_title_area :is(h1,
    h2,
    h3,
    h4,
    h5,
    h6) span {
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: #ffcc61;
    line-height: 1.5;
    text-transform: uppercase;
}

.common_title_area h1 {
    font-size: clamp(32px, 5.3vw, 56px);
    font-weight: 700;
    margin-bottom: 0.5em;
}

.common_title_area h2 {
    font-size: clamp(24px, 2.5vw, 32px);
    margin-bottom: 1em;
}


/* our_story_wrapper  */

.our_story_wrapper {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 42% 95%;
}

.upcoming_events_box_wrapper {
    background-color: #f5f9fd;
    padding: 50px 40px;
}

.upcoming_events_box h3 {
    font-size: clamp(20px, 1.8vw, 24px);
    font-weight: 600;
    color: var(--theme-color);
    margin-bottom: 1em;
    text-transform: uppercase;
}

.upcoming_events_box p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.events_showcase {
    font-weight: 700;
}

.events_showcase span {
    font-weight: 400;
    display: block;
    font-style: italic;
}

.events_showcase:not(:last-child) {
    margin-bottom: 25px;
}


/* Article Card  */

.article_box_wrapper {
    border: 1px solid #d8d8d8;
    border-radius: 12px 12px 36px 12px;
    background-color: var(--default-white);
    height: 100%;
    position: relative;
    padding-bottom: 60px;
    width: 100%;
}

.article_box_wrapper img {
    width: 100%;
    aspect-ratio: 4/2;
    object-fit: cover;
    border-radius: 12px 12px 36px 12px;
}

.article_box_wrapper h3 {
    font-size: clamp(20px, 1.8vw, 24px);
    font-weight: 600;
    color: var(--theme-color);
    margin-bottom: 0.8em;
    text-transform: uppercase;
}

.article_box_content {
    padding: 40px 40px 10px;
}

.article_box_content p {
    font-family: var(--theme-secondary-font);
}

.article_box_content .common_btn {
    position: absolute;
    bottom: 20px;
    left: 0;
    margin-inline: 40px;
}

.news_logo_showcase_area {
    height: 100%;
    background-color: #002545;
    border-radius: 38px 0 38px 0;
    align-content: center;
    padding: 30px 40px;
}


/* News Showcase  */

.big_news_wrapper {
    padding-right: 40px;
    border-right: 1px solid #4d8cc3;
}

.theme_border_none {
    border: none;
}

.theme_border_box {
    border-left: 1px solid #4d8cc3;
}

.news_logo_showcase_area img {
    width: 100%;
}

.big_news_wrapper>.row:not(:last-child) {
    margin-bottom: 80px;
}

.big_news_wrapper>.row:nth-child(even) {
    flex-direction: row-reverse;
}
.popular_topics_wrapper .big_news_wrapper>.row:nth-child(even) {
    flex-direction: row;
}

.big_news_wrapper>.row:nth-child(even) .news_logo_showcase_area {
    background-color: transparent;
    border: 1px solid #002545;
}

.home_pg_news_wrapper .common_title_area h2 {
    font-size: clamp(24px, 2.5vw, 28px);
    line-height: 1.2;
}

.home_pg_news_wrapper .common_title_area p {
    font-size: 16px;
}


/* Cta section  */

.cta_wrapper {
    padding-block: 40px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.cta_wrapper * {
    color: var(--theme-fade-white);
}

.cta_wrapper .common_btn {
    background-color: var(--theme-fade-white);
    color: var(--theme-color);
}

.cta_wrapper .common_btn:hover {
    background-color: transparent;
    color: var(--theme-fade-white);
    border-color: var(--theme-fade-white);
}


/* Footer  */

.site_footer {
    background-color: #002545;
    padding-block: 0 50px;
    color: var(--theme-fade-white);
    position: relative;
}

.site_footer::before {
    content: "";
    width: 100%;
    height: 50px;
    background-color: var(--default-white);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.site_footer * {
    color: var(--theme-fade-white);
}

.footer_logo {
    width: 130px;
    height: 130px;
}

.footer_logo img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.footer_menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.footer_menu ul li a {
    color: var(--theme-fade-white);
    font-size: clamp(14px, 1.8vw, 16px);
    line-height: 24px;
    font-weight: 500;
    transition: var(--transition);
}

.footer_menu ul li a:hover {
    text-decoration: underline;
}

.footer_social_media ul {
    column-gap: 10px !important;
}

.footer_social_media i {
    font-size: 20px;
    transition: var(--transition);
}

.footer_social_media ul li a:hover i {
    scale: 1.2;
}

.footer_content>* {
    margin-bottom: 25px;
}

.form_inner_area {
    display: flex;
}

.newsletter_wrapper {
    max-width: 400px;
    margin-inline: auto;
}

.form_inner_area input {
    border: none;
    font-size: 14px;
    padding: 6px 12px;
    color: #000000;
}

.form_inner_area input::placeholder {
    color: #6c757d;
}

.form_inner_area input[type="submit"] {
    color: var(--theme-fade-white);
    font-size: 14px;
    background-color: var(--theme-color);
}

.copyright_text_wrapper * {
    color: #8292a3;
}

.copyright_text_wrapper p {
    margin-bottom: 0.5em;
}

.copyright_text_wrapper p a:hover {
    color: inherit;
    text-decoration: underline;
}


/* Cannabis Bank  */

.article_box_content2 {
    padding: 15px;
}

.article_box_content2 h3 {
    font-size: clamp(17px, 1.7vw, 17px);
    margin-bottom: 1em;
    text-transform: uppercase;
}

.article_box_content2 *:last-child {
    margin-bottom: 0;
}

.article_box_wrapper:has(.article_box_content2) {
    padding-bottom: 0;
}

.article_box_wrapper:has(.article_box_content2) img {
    aspect-ratio: 2/1.5;
}

.arrow_number_card_area img {
    width: 160px;
    height: 160px;
    object-fit: scale-down;
    margin-bottom: 20px;
}

.arrow_number_card_content h3 {
    text-transform: uppercase;
    color: var(--theme-color);
    font-weight: 600;
}

.testimonial_box_area {
    border: 10px solid var(--theme-color);
    border-radius: 36px;
    background-color: var(--default-white);
    padding: 40px;
    padding-bottom: 130px;
    background-image: url('../images/cannabis/testi_bg.png');
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: 20px 20px;
    height: 100%;
}

.review_person_info {
    position: absolute;
    bottom: 40px;
    right: 40px;
    padding-left: 40px;
}

.review_person_info * {
    color: var(--theme-color);
    text-align: right;
}

.review_person_info h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.review_person_info p {
    font-size: 14px;
    margin-bottom: 0.5em;
}

.testimonial_box_area p:last-child {
    margin-bottom: 0;
}

.swiper_pb {
    padding-bottom: 60px;
}

.swiper_pb .swiper-slide {
    height: unset;
}

.swiper_pb .swiper {
    position: unset;
}

.custom_pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 14px;
    height: 14px;
    background-color: var(--theme-color);
    transition: var(--transition);
}

.did_you_know_wrapper .home_pg_news_area {
    margin-bottom: clamp(50px, 5.5vw, 100px);
}

.bm_page_did_wrapper {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top 20% center;
}


/* Resources Page  */

.resources_news_wrapper .news_logo_showcase_area {
    padding: 0;
    border-radius: 38px 0 38px 0;
    overflow: hidden;
    border: none;
    background-color: transparent;
}

.resources_news_wrapper .news_logo_showcase_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resources_content_area {
    margin-bottom: 80px;
}

.resources_news_wrapper .article_box_content {
    padding: 20px;
    padding-bottom: 0;
}

.resources_news_wrapper .article_box_wrapper img {
    aspect-ratio: 2/1.5;
}

.resources_news_wrapper .article_box_content .common_btn {
    margin-inline: 20px;
    left: unset;
    right: 0;
}


/* Become member  */

.member_benefit_image_area {
    width: 100%;
    height: 100%;
}

.member_benefit_image_area img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.blue_box_area {
    background-color: #002545;
    padding: 50px;
    border-radius: 38px 0 38px 0;
    height: 100%;
}

.working_group_wrapper .member_benefit_image_area img {
    object-fit: cover;
}

.working_group_wrapper .member_benefit_image_area {
    border-radius: 38px 0 38px 0;
    overflow: hidden;
    border: none;
    background-color: transparent;
}


/*other css*/

.newsletter-input {
    padding: 8px 16px;
    border: 1px solid gray;
}

.c-text {
    font-size: clamp(20px, 1.8vw, 24px);
    font-weight: 600;
    color: var(--theme-color);
    margin-bottom: 4px;
    text-transform: uppercase;
}

.state_image_wrapper img {
    box-shadow: 2px 2px 7px 5px #00000035;
    border: 10px solid #FFFFFF;
}

.cfpb_wrapper .news_logo_showcase_area {
    background: transparent;
    border: 1px solid #002545;
}

.logo_article_wrapper img {
    max-width: 85%;
    margin: 0 auto;
}

.us_teasury_image {
    text-align: center;
}

.us_teasury_image img {
    max-width: 85%;
    margin: 20px auto;
}

.ffiec_block .ffiec_image_wrapper {
    background-color: #002545;
    padding: 25px;
    border-radius: 10px 10px 45px 10px;
    text-align: center;
}

.ffiec_block .ffiec_image_wrapper img {
    max-width: 85%;
    height: auto;
    object-fit: contain;
    max-height: 200px;
    margin: 0 auto;
}

.upcoming_event_box .date_wrapper {
    padding: 15px;
    border-radius: 15px 15px 0 0;
    background-color: #00437c;
    color: #FFFFFF;
    font-style: italic;
}

.upcoming_event_box {
    box-shadow: 0 0 24px -6px #00000025;
    border-radius: 15px;
    height: 100%;
}

.upcoming_event_box .upevent_title {
    padding: 15px;
    background-color: #FFFFFF;
    border-radius: 0 0 15px 15px;
}

.upcoming_event_box .upevent_title h3,
.upcoming_event_box .upevent_title h3 a {
    font-size: 28px;
    line-height: 36px;
    color: #005cab;
    font-weight: 700;
}

.upcoming_event_box .upevent_title h3 a:hover {
    color: #000000;
}

.upcoming_after_wrapper {
    margin-top: 60px;
}

.event_ffiec_block .article_box_wrapper {
    padding-bottom: 0;
}


/*other css*/
.has_slider_banner .banner_content {
    width: 100%;
    height: 100%;
}

.bannerSwiper {
    position: unset;
}

.bn_slider_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.bn_slider_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner_slider {
    padding: clamp(60px, 7.6vw, 110px) 0;
    min-height: clamp(450px, 54.5vw, 600px);
    align-content: end;
}

.banner_slider * {
    color: #ffffff;
}

.bannerSwiper .custom_pagination {
    bottom: -40px;
}

.why_cannabis_wrapper .our_story_content_area {
    padding-bottom: 60px;
}
.regulatory_resources_wrapper.resources_news_wrapper .news_logo_showcase_area {
        border-radius: 0 38px 0 38px;
}
.resources_news_wrapper .article_box_content p{
    font-family: var(--theme-font);
}