/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

/*------------------------------------*\
   RIBBON CSS
\*------------------------------------*/
.ribbon {
	&.ribbon-blue-to-default {
		--ribbon-background-color: #{swatch(fill-gray-quaternary)};
	}
	&.ribbon-outline {
		.ribbon-link {
			outline: 2px solid transparent;

			&:focus {
				outline-color: var(--ribbon-focus-color);
			}
		}
	}

}
.ribbon-container.ribbon-products-alt {
	padding-top: var(--r-localnav-height);
	margin-top: calc(var(--r-localnav-height) * -1 );
}

.ribbon.theme-dark {
    background-color:initial
}

.ribbon.ribbon-blue-to-default {
    --ribbon-background-color:#f5f5f7
}

.ribbon.ribbon-outline .ribbon-link {
    outline:2px solid transparent
}

.ribbon.ribbon-outline .ribbon-link:focus {
    outline-color:var(--ribbon-focus-color)
}

.ribbon-container.ribbon-products-alt {
    padding-top: var(--r-localnav-height);
    margin-top:calc(var(--r-localnav-height) * -1)
}

@keyframes ribbon-drop {
    0% {
        transform:translateY(-100%)
    }

    100% {
        transform:translateY(0)
    }
}

.ribbon {
    overflow: hidden;
    --ribbon-background-color: #f5f5f7;
    --ribbon-text-color: #1d1d1f;
    --ribbon-link-color: #0066cc;
    --ribbon-focus-color:rgba(0, 125, 250, 0.6)
}

.ribbon-content-wrapper {
    text-align:center
}

.ribbon-content {
    margin-left: auto;
    margin-right: auto;
    width:980px
}

@media only screen and (min-width: 1441px) {
    .ribbon-content {
        margin-left: auto;
        margin-right: auto;
        width:980px
    }
}

@media only screen and (max-width: 1068px) {
    .ribbon-content {
        margin-left: auto;
        margin-right: auto;
        width:692px
    }
}

@media only screen and (max-width: 734px) {
    .ribbon-content {
        margin-left: auto;
        margin-right: auto;
        width:87.5%
    }
}

.ribbon-link {
    white-space:nowrap
}

.ribbon-link:focus {
    text-decoration:underline
}

.ribbon .ribbon-content-wrapper {
    padding-top: .9411764706em;
    padding-bottom:.9411764706em
}

.ribbon .ribbon-content {
    font-size: 14px;
    line-height: 1.4285914286;
    font-weight: 400;
    letter-spacing: -0.016em;
    font-family:SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif
}

.ribbon .ribbon-content-wrapper {
    background-color:var(--ribbon-background-color)
}

.ribbon .ribbon-content {
    color:var(--ribbon-text-color)
}

.ribbon .ribbon-link:focus {
    outline-color:var(--ribbon-focus-color)
}

.ribbon .ribbon-link {
    color:var(--ribbon-link-color)
}

.ribbon-blue {
    --ribbon-background-color: #0071e3;
    --ribbon-text-color: white;
    --ribbon-link-color: white;
    --ribbon-focus-color:rgba(255, 255, 255, 0.6)
}

.ribbon-blue .ribbon-content-wrapper {
    background-color:var(--ribbon-background-color)
}

.ribbon-blue .ribbon-content {
    color:var(--ribbon-text-color)
}

.ribbon-blue .ribbon-link:focus {
    outline-color:var(--ribbon-focus-color)
}

.ribbon-blue .ribbon-link {
    color:var(--ribbon-link-color)
}

.ribbon-blue-to-default {
    --ribbon-background-color: #f5f5f7;
    --ribbon-background-color-initial: #0071e3;
    --ribbon-text-color: #1d1d1f;
    --ribbon-text-color-initial: white;
    --ribbon-link-color: #0066cc;
    --ribbon-focus-color: rgba(0, 125, 250, 0.6);
    --ribbon-link-color-initial:white
}

.ribbon-blue-to-default .ribbon-content-wrapper {
    background-color: var(--ribbon-background-color-initial);
    animation:animate-background-0071e3-f5f5f7 1s ease-in-out 1.8s forwards
}

@media (prefers-reduced-motion) {
    .ribbon-blue-to-default .ribbon-content-wrapper {
        background-color: var(--ribbon-background-color);
        animation:none
    }
}

.ribbon-blue-to-default .ribbon-content {
    color: var(--ribbon-text-color-initial);
    animation:animate-color-white-1d1d1f 1s ease-in-out 1.8s forwards
}

@media (prefers-reduced-motion) {
    .ribbon-blue-to-default .ribbon-content {
        color: var(--ribbon-text-color);
        animation:none
    }
}

.ribbon-blue-to-default .ribbon-link:focus {
    outline-color:var(--ribbon-focus-color)
}

.ribbon-blue-to-default .ribbon-link {
    color: var(--ribbon-link-color-initial);
    animation:animate-color-white-0066cc 1s ease-in-out 1.8s forwards
}

@media (prefers-reduced-motion) {
    .ribbon-blue-to-default .ribbon-link {
        color: var(--ribbon-link-color);
        animation:none
    }
}

.ribbon-drop-wrapper {
    animation: ribbon-drop .8s ease-in-out forwards;
}

@media (prefers-reduced-motion) {
    .ribbon-drop-wrapper {
        animation:none
    }
}

@keyframes animate-background-0071e3-1d1d1f {
    0% {
        background-color:var(--ribbon-background-color-initial)
    }

    100% {
        background-color:var(--ribbon-background-color)
    }
}

@keyframes animate-color-white-f5f5f7 {
    0% {
        color:var(--ribbon-text-color-initial)
    }

    100% {
        color:var(--ribbon-text-color)
    }
}


@keyframes animate-color-white-2997ff {
    0% {
        color:var(--ribbon-link-color-initial)
    }

    100% {
        color:var(--ribbon-link-color)
    }
}

@keyframes animate-background-0071e3-f5f5f7 {
    0% {
        background-color:var(--ribbon-background-color-initial)
    }

    100% {
        background-color:var(--ribbon-background-color)
    }
}


@keyframes animate-color-white-1d1d1f {
    0% {
        color:var(--ribbon-text-color-initial)
    }

    100% {
        color:var(--ribbon-text-color)
    }
}


@keyframes animate-color-white-0066cc {
    0% {
        color:var(--ribbon-link-color-initial)
    }

    100% {
        color:var(--ribbon-link-color)
    }
}

/*------------------------------------*\
   END RIBBON CSS
\*------------------------------------*/ 







.scroll-gallery .scroll-container { overflow-y: hidden }

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 


/*------------------------------------*\
   EXPERTS GALLERY 2 TILES CSS
\*------------------------------------*/


#experts-gallery-container .scroll-gallery .gallery-copy-container {
	width: 447px;
	max-width: unset
}

@media only screen and (max-width: 1068px) {
	#experts-gallery-container .scroll-gallery .gallery-copy-container {
		width: 465px;
		max-width: unset
	}
}

@media only screen and (max-width: 734px) {
	#experts-gallery-container .scroll-gallery .gallery-copy-container {
		width: 250px;
		max-width: unset
	}
}


#experts-gallery-container .scroll-gallery .gallery-item {
	--item-width: 468px
}

@media only screen and (max-width: 1068px) {
	#experts-gallery-container .scroll-gallery .gallery-item {
		--item-width: 516px
	}
}

@media only screen and (max-width: 734px) {
	#experts-gallery-container .scroll-gallery .gallery-item {
		--item-width: 250px
	}
}

@media only screen and (max-width: 1068px) {
	#experts-gallery-container .scroll-gallery .gallery-item:last-child {
    	width: calc(100vw - var(--gallery-gutter) * 1.5);
	}
}

@media only screen and (min-width: 1069px) {
	#experts-gallery-container .scroll-gallery .item-container {
		--gallery-gutter: calc(50vw - 480px);
	}
}

#experts-gallery-container .scroll-gallery .gallery-item {
    --item-width: 480px;
}

@media only screen and (max-width: 1068px) {
    #experts-gallery-container .scroll-gallery .gallery-item {
        --item-width: 375px;
    }
}
@media only screen and (max-width: 734px) {
    #experts-gallery-container .scroll-gallery .gallery-item {
        --item-width: 296px;
    }
}

@media only screen and (max-width: 1068px) {
    #experts-gallery-container .scroll-gallery .gallery-copy-container {
        width: 300px;
        max-width: unset;
    }
}


/*------------------------------------*\
   END EXPERTS GALLERY 2 TILES CSS
\*------------------------------------*/ 