/*:root {
    --secondary-color: rgb(255, 92, 53);
    --tile-color: var(--lwc-colorBackgroundButtonBrand, rgb(0, 118, 187));
}*/



body,
html {
    scroll-behavior: smooth;
}

body>* .container[class] {
    max-width: 1440px;
    margin: auto;
    padding-left: 16px;
    padding-right: 16px;
}

body .forceCommunityThemeHeaderCompact .themeHeaderInner {
    padding: 0 !important; /* override inline style */
}

body .siteforceThemeLayoutStarter .header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}

body .forceCommunityThemeHeroStarter .ctaBtnOne {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
/*    background: transparent;*/
    animation: fadeInUp 0.5s 1.5s forwards;
    opacity: 0;
}

body .forceCommunityThemeHeroStarter .ctaBtnTwo {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
/*    background: transparent;*/
    animation: fadeInUp 0.5s 1.5s forwards;
    opacity: 0;
}

body .forceCommunityThemeHeroStarter .ctaBtnOne[class]:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: rotateY(90deg);
    transition: all 0.3s;
/*    background: #12284c;*/
    z-index: -1;
}

body .forceCommunityThemeHeroStarter .ctaBtnOne[class]:hover {
/*    background-color: transparent;*/
}

body .forceCommunityThemeHeroStarter .ctaBtnOne[class]:hover:before {
    transform: rotateY(0deg);
}

body .forceCommunityThemeHeroStarter .ctaBtnOne[class]:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
/*    background: var(--lwc-colorBackgroundButtonBrand, rgb(0, 118, 187));*/
    z-index: -2;
}

/*BTN2*/
body .forceCommunityThemeHeroStarter .ctaBtnTwo {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
/*    background: transparent;*/
    animation: fadeInUp 0.5s 1.5s forwards;
    opacity: 0;
}

body .forceCommunityThemeHeroStarter .ctaBtnTwo[class]:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: rotateY(90deg);
    transition: all 0.3s;
/*    background: #12284c;*/
    z-index: -1;
}

body .forceCommunityThemeHeroStarter .ctaBtnTwo[class]:hover {
/*    background-color: transparent;*/
}

body .forceCommunityThemeHeroStarter .ctaBtnTwo[class]:hover:before {
    transform: rotateY(0deg);
}

body .forceCommunityThemeHeroStarter .ctaBtnTwo[class]:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
/*    background: var(--lwc-colorBackgroundButtonBrand, rgb(0, 118, 187));*/
    z-index: -2;
}
/*BTN2*/

body .forceCommunityThemeNav .mainNavItem .linkBtn {
    font-family: Roboto;
    font-size: 14px;
}

/*HERO BANNER*/
body .forceCommunityThemeHeroBase .contentCaption {
	padding-top: 60px;
}

body .forceCommunityThemeHeroBase .contentTitle {
    font-family: MontserratFont !important;
    font-size: 4rem;
    font-weight: 700 !important;
    animation: fadeInUp 0.5s 1s forwards;
    opacity: 0;
}

body .forceCommunityThemeHeroBase .contentCaption, {
    font-family: Roboto !important;
    font-size: 2.5rem;
    font-weight: 700 !important;
    animation: fadeInUp 0.5s 1s forwards;
    opacity: 0;
}

/* Info Section */
body .info-section[class] {
    padding: 0 16px;

    @media (min-width: 64em) {
        padding-left: 50px;
    }
}


body .info-section__header[class] {
a    padding: 20px 0;
}

body .info-section__header__title[class],
body .info-section__header__title--highlight[class] {
    font-size: 60px;
/*    color: var(--lwc-colorBackgroundButtonBrand, rgb(0, 118, 187));*/
    /* font-weight: bold; */
	font-weight: normal !important;
    letter-spacing: 0px;
    line-height: 48px;
    margin-bottom: 10px;
}

body .info-section__header__title--highlight[class] {
    color: var(--secondary-color, rgb(255, 92, 53));
}

body .forceCommunitySection[class] .cb-section_column:first-child {
    padding: 16px;
}

body .info-section__description {}

body .info-section__description__text {
	font-size: 16px;
}

body .info-section__footer[class] {
    padding-top: 20px;
}

body .info-section__button[class] {
    border-radius: 0;
    padding: 5px 24px;
    text-transform: uppercase;
    position: relative;
}

body .info-section__button[class]:hover {
/*    background-color: var(--lwc-colorTextLink, rgb(0, 118, 187));*/
    text-decoration: none;
}

body .info-section__button:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: rotateY(90deg);
    transition: all 0.3s;
/*    background: #12284c;*/
}

body .info-section__button__text {
    position: relative;
    z-index: 1;
}

body .info-section__button:hover:before {
    transform: rotate(0deg);
}

body .info-section__button__text {
    color: #fff;
}

/* Tiles */

body .tiles-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 50px;
    gap: 10px;

    @media (min-width: 48em) {
        gap: 30px;
    }
    
}

body .tile[class] {
    padding: 25px;
/*    background: var(--tile-color);*/
    color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: all 0.3s;
    animation: tileAnimation forwards;
    opacity: 0;
    animation-timeline: view();
    animation-range: entry;

    @media (min-width: 48em) {
        width: calc((100% - 60px) / 3);
        min-height: 230px;
    }
}

body .tile[class]:hover {
/*    background-color: #797979;*/
}

body .tile__title[class] {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: Roboto;
}

body .tile__description[class] {
    margin-bottom: 0;
    color: #fff;
    flex-grow: 1;
	font-size: 16px;
}

body .tile__cta[class] {
    text-align: right;
}

body .tile__cta__link[class] {
    color: #fff;
    border-bottom: 2px solid #fff;
}

body .tile__cta__link[class]:hover {
    text-decoration: none;
    color: #fff;
}

/* Footer */
body .main-footer[class] {
/*    background: #12284c;*/
    color: #fff;
}

body .main-footer__top[class] {
    display: flex;
    margin: auto;
    padding: 50px 16px;
    justify-content: center;
    flex-wrap: wrap;

    @media (min-width: 64em) {
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}

body .main-footer__logo[class] {
    width: 200px;
    margin-right: 30px;
    width: 100%;

     @media (min-width: 48em) {
         width: auto;
     }
}

body .main-footer__logo[class] img {
    max-width: 200px;
}

body .main-footer__links[class] {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;

    @media (min-width: 48em) {
        flex-wrap: nowrap;
    }
}

body .main-footer__column[class] {
    width: 100%;
}

body .main-footer__column__title[class] {
    font-family: Roboto;
    font-size: 14px;
    margin: 20px 0 10px;
}

body .main-footer__column__list[class] {
    list-style: none;
    padding: 0;
}

body .main-footer__column__list__item[class] {
    padding: 0;
    margin-bottom: 10px;
}

body .main-footer__column__list__item[class]:before {
    display: none;
}

body .main-footer__column__list__item__link[class] {
    color: #cfcfcf;
/*    font-family: Roboto, Arial, sans-serif;*/
}

body .main-footer__column__social[class] {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    padding-left: 0;
    margin-top: 20px;
    gap: 30px;
}

body .main-footer__column__social[class] li {
    padding: 0;
}

body .main-footer__column__social[class] li:before {
    display: none;
}

body .main-footer__bottom[class] {}

body .main-footer__copy[class] {
    display: flex;
    gap: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
    justify-content: center;
    font-family: sans-serif;
    padding-bottom: 50px;
    flex-wrap: wrap;
}

body .main-footer__copy[class] li {
    padding: 0;
    font-size: 14px;
}

body .main-footer__copy[class] li:before {
    content: '';
}

body .main-footer__copy[class] li+li {
    margin-left: 8px;
}

body .main-footer__copy[class] li+li a {
    color: #fff;
}

body .main-footer__copy[class] li+li:before {
    content: ' | ';
}

body .main-footer ul.main-footer__column__social {
    padding-left: 0px;
    padding-bottom: 10px;
}

body .main-footer ul.main-footer__column__social li {
    text-align: top;
    display: inline;
    padding-left: 20px;
    padding-bottom: 10px;
}

body .main-footer ul.main-footer__column__social li a img {
    height: 24px;
    width: 24px;
}

c-gdicoe_generic-button {
	padding-left: 50px !important;
}

/* CMS SINGLE ITEM */
.forceCommunityBannerLayout .layout_title {
    font-family: MontserratFont;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
}

/* HERO BANNER TITLE */
.forceCommunityThemeHeroBase .forceCommunityThemeHeroStarter h2{
    font-family: MontserratFont;
    font-size: 4rem !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
}

.forceCommunityThemeHeroBase .contentTitle {
    font-family: MontserratFont;
    font-size: 4rem !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
}

.forceCommunityRichTextInline h1 {
	font-family: MontserratFont;
	font-size: 2.5rem !important;
	font-weight: 700 !important;
}

.forceCommunityRichTextInline h2 {
	font-family: MontserratFont;
	font-size: 2rem !important;
	font-weight: 700 !important;
}

.forceCommunityRichTextInline h3 {
    font-family: MontserratFont;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
}

.forceCommunityRichTextInline h4 {
    font-family: MontserratFont;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
}

.forceCommunityRichTextInline h5 {
    font-family: MontserratFont;
    font-size: 1.125rem !important;
    font-weight: 600 !important;
}

.forceCommunityRichTextInline h6 {
    font-family: MontserratFont;
    font-size: 1rem !important;
    font-weight: 500 !important;
}

.forceCommunityRichTextInline p {
    font-family: Roboto;
    font-size: 1rem !important;
    font-weight: 400 !important;
}

.gdicoe_genericButton {
	padding-left: 50px !important;
}

.go-to-top-button {
    width: 35px;
    height: 35px;
    background: #0076bb;
    position: absolute;
    display: inline-block;
    border-radius: 4px;
    opacity: .4;
    position: fixed;
    z-index: 100;
    bottom: 10px;
    right: 10px;
    transition: all 0.5s;
}

.go-to-top-button:hover {
    opacity: 1;
}

.go-to-top-button:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: 2px solid white;
    border-top: 2px solid white;
    transform: rotate(45deg) translate(17px, 0px);
}

@media only screen and (min-width: 48em) {
    body .forceCommunityThemeNav.jepsonHomeHeader .mainNavItem .linkBtn.comm-navigation__top-level-item-link--active {
        border-bottom: none;
    }

    body .forceCommunityThemeNav .mainNavItem {
        padding-left: 20px;
    }

}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes tileAnimation {
    0% {
        opacity: 0;
        transform: translateY(200px) scale(0.8);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* MOBILE */
@media only screen and (max-width: 767px) {

    body .forceCommunityThemeHeroBase .contentTitle {
        font-size: 2rem !important;
        line-height: 1.1 !important;

    }


}

/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    body .forceCommunityThemeHeroBase .contentTitle {
        font-size: 3rem !important;
        line-height: 1.1 !important;
    }
}

.footer .topFooterHeadingStyle{
    font-family: Roboto !important;
}

.logoImage[c-gdib2b_Footer_gdib2b_Footer] {
    width: 180px !important;
}

.forceCommunityThemeNav.jepsonInnerHeader .mainNavItem .linkBtn {
    font-family: Roboto !important;
    font-weight: 700 !important;
}

.slds-button .slds-button_brand{color: #000000 !important;}