@import url("https://use.typekit.net/oeq7rkp.css");
@import url("https://use.typekit.net/pax1brz.css");
*{
    font-family: "adobe-clean", sans-serif;
}
:root{
    --context:19.2;
}
body{
    color: #2c2c2c;
}
.show-on-mobile{
    display: block !important;
}
header .nav-link{
    color: #2c2c2c;
    font-size: 13px;
}

header .contact-us .btn{
    font-size: 13px;
    border-radius: 30px;
    font-weight: 700;
    padding: 6px 26px;
}
header .logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
header .navbar{
    padding-top: 0;
    padding-bottom: 0;
}
header{
    padding: 16px 0px;
    background: #fff;
}
header.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: fixed-h linear 1 .8s;
    z-index: 999;
}
@keyframes fixed-h{
    0% {
        top: -130px;
    }
    
    100% {
        top: 0;
    }
}
.navbar-nav .nav-link{
    color: #2c2c2c !important;
    transition:all 0.4s ease;
    position: relative;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #2c2c2c;
}

header .navbar> div{
    justify-content: flex-end !important;
}
.navbar-nav .nav-link:hover:after{
    width: 100%;
    right: unset;
    left: 0;
}
.navbar-nav .nav-link.active::after{
    width: 100%;
}
img{
    max-width: 100%;
}
h1{
    font-size: calc(150vw / var(--context));
    font-weight: 300;
    margin: 0;
}
.banner{
    background: #f5f5f5;
    padding-top: 25px;
}
.banner .copy{
    width: 100%;
    display: flex;
    align-items: center;
}
.banner .image{
    padding-top: 20px;
    width: 100%;
}
.banner .copy h1 span{
    display: block;
    color: #EB1000;
    font-weight: 900;
    font-size: calc(150vw / var(--context));
}
.simple-copy-col{
    border-bottom: 1px solid #C1C1C1;
    border-top: 1px solid #C1C1C1;
    box-shadow:inset 0 0 35px 10px #ebebeb;
    padding: 20px 0; 
}

.simple-copy-col p{
    line-height: normal;
    margin: 0;
    font-size: 18px;
}
.simple-copy-col p strong{
    font-weight: 800;
}

.spotlight .copy-box{
    width: 100%;
    padding:20px 20px 25px 20px;
}
.spotlight .copy-box .show-on-mobile{
    margin-bottom: 20px;
}
.spotlight .copy-box *{
    color: #fff;
}
.spotlight {
    margin-top: 40px;
}
.spotlight .inner{
    background: #004ee8;
}
.spotlight .inner h2{
    font-size: 30px;
    font-weight: 700;
}
.spotlight .inner h2 span{
    font-weight: 900;
}
.spotlight p{
    font-size: 16px;
}
.btn{
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 5px 20px;
    font-size: 15px;
    font-weight: 800;
}
.news{
    margin-top: 35px;
}
.heading h2{
    font-size: 26px;
    font-weight: 800;
    color: #000;
    margin-bottom: 15px;
}
.news h3{
    color: #EB1000;
    font-size: 22px;
    font-weight: 800;
}

.news  .box{
    display: flex;
    flex-direction: column;
    border: 1px solid #707070;
    height: 100%;
}
.news .row > div{
    margin-bottom: 30px;
}
.news .btn-box{
    margin-top: auto;
}
.news .info{
    padding: 20px 20px 0 20px;
}
.news .btn-box{
    padding: 0 20px 20px 20px;
}
.news .btn-box a{
    font-weight: 800;
    font-size: 15px;
}
.news .info p{
    font-size: 16px;
}
.news .box img{
    width: 100%;
}
.foh-title-rt h1 *,
.foh-title-rt h2 *{
    line-height: 1;
}
.hideme {
    opacity: 0;
}
.hideme.animated {
    animation: animate-in 1s ease 0.4s;
    animation-fill-mode: both;
}
section{
    overflow: hidden;
}
@keyframes animate-in{
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
.navbar .navbar-toggler {
    padding: 0;
    border: unset;
    outline: none;
    box-shadow: unset;
}
.mobile-menu{
    width: 100%;
}
.toggle-btn .container-fluid{
    padding: 0;
} 
.mobile-menu .navbar-collapse{
    padding: 10px 0px 5px 5px !important;
}
.navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
    background-image: url('../images/times.svg');
    background-size: 18px;
}
.btn-primary{
    background: #1473e6 !important;
    border-color: #1473e6 !important;
    position: relative;
    overflow: hidden;
}
.custom-hover-effect {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #0d66d0;
    transition: width .6s ease-in-out,height .6s ease-in-out;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.spotlight .btn{
    overflow: hidden;
    position: relative;
}
.spotlight .btn .custom-hover-effect{
    background: #fff !important;
}
.spotlight .btn .btn-text{
    transition: 0.6s ease;
}
.spotlight .btn:hover .btn-text{
    color: #000 !important;
}
.btn-text{
    position: relative;
    z-index: 3;
}
.btn-box a:hover .custom-hover-effect {
    width: 225%!important;
    height: 562.5px!important;
}
.banner .spotlight .copy-box{
    padding: 25px 0px;
    max-width: 694px;
}
.banner .spotlight{
    margin-top: 0;
}
.banner .spotlight .inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: unset;
}
.bg-gray{
    background: #f5f5f5;
}
.bg-white{
    background: #fff;
}
.who-western-sec .heading h2{
    margin-bottom: 0;
}
.who-western-sec .profile-column{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.who-western-sec .profile-column .profile-image{
    margin-right: 20px;
}
.who-western-sec .info h3{
    font-weight: 800;
    color: #EB1000;
    font-size: 18px;
}
.who-western-sec p{
    font-size: 16px;
}



.who-western-sec .members-list-box .custom-profile-box{
    border: 1px solid #d5d5d5;
}
.members-list-box .custom-profile-box .title{
    background: #EB1000;
    padding: 10px;
    text-align: center;
}
.members-list-box .custom-profile-box .title h3{
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    margin: 0;
}
.members-list-box .custom-profile-box .list-row{
    padding: 20px 15px;
    display: flex;
    flex-wrap: wrap;
}
.members-list-box .custom-profile-box .column{
    width: 50%;
    margin-bottom: 25px;
    text-align: center;
}
.members-list-box .custom-profile-box.width100 .column{
	margin-bottom: 0;
}
.members-list-box .custom-profile-box .img img{
    border-radius: 50%;
    width: 90px;
}
.members-list-box .custom-profile-box{
    margin-top: 35px;
}
.members-list-box{
    padding-top: 15px;
}
.members-list-box .custom-profile-box .info{
    margin-top: 9px;
}
.members-list-box .custom-profile-box p{
    font-weight: 800;
    margin: 0;
	line-height: 1.2;
}
.members-list-box .custom-profile-box span{
    display: block;
    font-size: 16px;
    color: #EB1000;
}
.members-list-box{
    display: flex;
    flex-wrap: wrap;
}

.go-western .heading p {
    font-size: 20px;
}
.go-western .heading p a{
    text-decoration: underline;
    color: #1473E6;
    font-weight: 700;
}
.go-western .box .info{
    background: #EB1000;
    color: #fff;
    padding: 10px;
}
.go-western .box .info a{
    color: #fff;
}
.go-western .box {
    margin-bottom: 25px;
}
.go-western .box .info p{
    margin: 0;
    text-align: center;
}
.go-western .box .image{
    display: flex;
}
.go-western .box .image{
    height: 260px;
    position: relative;
}
.go-western .box .image img,
.go-western .box .image video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.go-western .row{
    margin-top: 24px;
}
.who-western-sec .members-list-box .left-col{
    width: 100%;
}
.who-western-sec .members-list-box .right-col{
    width: 100%;
}
.who-western-sec .members-list-box .right-col .column{
    margin-right: auto;
    margin-left: auto;
}

/* details pages css */
.top-newsSec {
    padding: 30px 0;
}
.EMEA-summit-h5 {
    margin-top: 20px;
    margin-bottom: 0;
    color: #eb1000;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 600;
}
.adobe-services-news p {
    padding-top: 15px;
    margin-bottom: 0;
    max-width: 100%;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 400;
}
.adobe-services-news {
    background-color: #f2f2f2;
    margin-bottom: 20px;
}
.adobe-services-news.inner {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 20px 0;
}
.adobe-services-news.inner img {
    width: 100%;
    /* max-width: 200px;     */
}
.summit2023-details h3 {
    color: #EB1000;
}
.summit2023-details h3.subHeading {
    font-weight: 700;
    color: #2c2c2c;
    font-size: 1.5rem;
    padding-top: 20px;
}

.leoTestimonialSec {
    border: 1px solid #f2f2f2;
    border-radius: 20px;
    position: relative;
    padding: 50px 20px 20px 20px;
    margin-top: 52px;
}
.leoTestimonialSec:after {
    background-image: url(../images/quote1.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    width: 100px;
    height: 100px;
    content: "";
    left: 33px;
    top: -38px;
}
.top-newsSec h3.subHeading, .top-newsSec h3.subHeadingLight {
    font-size: 1.5rem;
    color: #333;
    font-weight: 600;
}
.top-newsSec h3.subHeadingLight {
    font-weight: 100;
    padding-bottom: 0;
}

.noWelcome {
    margin-top: 20px;
} 
.personalization .intro-text h2, #gowestern .intro-text h2 {
    color: #eb1000;
    font-weight: 500;
}
.personalization {
    padding-bottom: 40px;
}
.listSec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 20px 0;
    align-items: center;
    border: solid 1px #e1e1e1;
}
.listSec .listing_icon {
    width: 100%;
    padding: 20px;
    text-align: center;
    height: 100%;
    display: block;
    box-sizing: border-box;
}
.listSec .listing_icon .icon img {
    max-width: 80px;
    max-height: 80px;
}
.listSec .listing_icon p {
    margin: 15px 0 0;
    padding: 0;
    font-weight: 500;
}
.power-personalization {
    margin: 30px 0 30px;
    position: relative;
}
.power-personalization img{
    width: 100%;
    max-height: 330px;
    object-fit: cover;
    object-position: bottom;
}

.power-personalization h5 {
    background: #f00;
    padding: 10px 0;
    color: #fff;
    left: 0;
    text-align: center;
    font-size: 1.2rem;
}
.news .image-with-space{
    padding: 20px;
}
.news .image-with-space img{
    max-width: 150px;
}

footer {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #242944;
}

footer *{
    color: #ccc;
	font-size: 0.85rem;
}



footer .copy-box *:nth-last-child(1){
    margin-bottom: 0;
}

.twoSections h4{
	font-size: 1.35rem;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-weight: 900;
	width: 100%;
	text-align: center;
}









@media(min-width:576px){
    .spotlight .copy-box{
        padding: 20px 40px 40px 40px;
    }
    .spotlight p{
        font-size: 18px;
    }
    h1,
    .banner .copy h1 span{
        font-size: calc(100vw / var(--context));
    }
    .members-list-box .custom-profile-box .img img{
        border-radius: 50%;
        width: 130px;
    }
    .members-list-box .custom-profile-box .list-row{
        padding: 30px 25px;
    }
	.members-list-box .custom-profile-box.width100 .list-row{
		padding-top: 30px;
	}
	.members-list-box .custom-profile-box.width100 .list-row{
		padding-bottom: 0;	
	}
	
	.members-list-box .custom-profile-box.width100 .twoSections .list-row{
		padding-bottom: 25px;	
	}
	
    .who-western-sec p{
        font-size: 20px;
    }
    .who-western-sec .info h3{
        font-size: 22px;
    }
	
}
@media(min-width:768px){
    .spotlight .inner h2{
        font-size: 35px;
    }
    .banner .image{
        width: 73%;
    }
    .banner .copy{
        width: 27%;
    }
    .banner{
        padding-top: 0;
    }
    .banner .copy h1 span{
        font-size: calc(65vw / var(--context));
    }
    h1{
        font-size: calc(50vw / var(--context));
    }
   /* 01-16-2023 -- open -- */
   .summit2023-details h3.subHeading {
    padding: 0;
}
.adobe-services-news.inner {
    padding: 20px 0;
}
.EMEA-summit-h5 {
    margin: 0;
}
.top-newsSec .storyContent .thumbnail {
    padding: 0;
}
.listSec {
    flex-wrap: nowrap;
}
.listSec .listing_icon {
    border-right: solid 1px #e1e1e1;
}
.banner .spotlight .copy-box{
    padding: 30px 0px;
}
.news .image-with-space{
    padding: 20px;
}
.power-personalization img{
    max-height: 420px;
}
}
@media(min-width:992px){
    .show-on-mobile{
        display: none !important;
    }
    .spotlight .copy-box {
        padding: 61px 50px 60px 77px;
        max-width: 593px;
    }
    .spotlight .inner h2{
        font-size: 40px;
    }
    .spotlight p{
        font-size: 20px;
    }
    .heading h2{
        font-size: 30px;
    }
    .news .image-with-space{
        padding: 25px 32px 0px 32px
    }
    .news .info{
        padding: 25px 30px 0 30px;
    }
    .news .btn-box{
        padding: 0 30px 25px 30px;
    }
    .spotlight {
        margin-top: 30px;
    }
    .simple-copy-col p{
        font-size: 25px;
    }
    .simple-copy-col{
        padding: 20px 0px;
    }
    .news .box img{
        width: unset;
    }
    .news .box .image-with-space img{
        width: 138px;
    }
    header .nav-link{
        margin-left: 30px;
    }
    .navbar-nav .nav-link::after{
        content: "";
        display: block;
        position: absolute;
        width:0;
        height: 2px;
        background: #2c2c2c;
        bottom: -1rem;
        right: 0;
        transition:all 0.4s ease;
    }
    .spotlight .inner{
        background: url('../images/spotlight-bg-image-5-1-2024.webp') no-repeat;
        background-position: left;
        background-size: cover;
    }
    header .contact-us{
        margin-left: 30px;
    }
    .mobile-menu{
        width: unset;
    }
    .mobile-menu .navbar-collapse{
        padding: 0 !important;
    }
    .who-western-sec .members-list-box .left-col{
        width: 50%;
    }
    .who-western-sec .members-list-box .right-col{
        width: 50%;
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
    }
    .members-list-box .right-col{
        padding-left: 35px;
    }
    .who-western-sec .members-list-box .right-col .custom-profile-box{
        width: 100%;
    }
    .who-western-sec .members-list-box .left-col .custom-profile-box{
        height: calc(100% - 35px);
    }
    .power-personalization img {
        max-height: 275px;
    }
	
}
@media(min-width:1200px) {
    /* Nitish - 01-16-2023 -- open -- */
    .adobe-services-news.inner .col-sm-12 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
		padding-right: 35px;
    }
    .leoTestimonialSec {
        padding: 40px 20px 20px 150px;
    }
    .power-personalization img {
        max-height: 325px;
    }
	
	.twoSections{
		display: flex;
		align-items: center;
		margin: 0 10px;
	}
}
@media(min-width:1280px){
    .spotlight .inner h2{
        font-size: 45px;
    }
    .heading h2{
        font-size: 36px;
    }
    .who-western-sec .members-list-box .left-col{
        width: 34%;
    }
    .who-western-sec .members-list-box .right-col{
        width: 66%;
    }
    .members-list-box .right-col{
        padding-left: 35px;
    }
    .who-western-sec .members-list-box .right-col .custom-profile-box{
        width: calc(50% - 17.5px);
    }
	
	.who-western-sec .members-list-box .right-col .custom-profile-box.width100{
        width: 100%;
    }
    /* Nitish - 01-16-2023 -- open -- */
    .adobe-services-news {
        background-color: #f2f2f2;
        margin-bottom: 40px;
        min-height: 10px;
        margin-left: -60px;
        margin-right: -60px;
    }
}
@media(min-width:1366px){
    .spotlight .inner h2{
        font-size: 50px;
    }
}
@media(min-width:1400px) {
    .power-personalization img {
        max-height: 380px;
    }
}
@media(min-width:1921px){
    .banner .copy h1 span{
        font-size: 60px;
    }
    h1{
        font-size: 50px;
    }
}



 
