:root {
	--primary-color:#42572e;
	--secondary-color:#32a4e0;
	--tertiary-color:#2B3C88; 
	--light-color:#FFFFFF;

	--nav-font-color:#42572e;
	--nav-font-color-hover:#32a4e0;
	--page-title-font:'Libre Baskerville', garamond, georgia, 'times new roman', serif; 
	--page-title-font-color:#42572e;
	--header-font:inherit;
	--header-font-color:#42572e;
	--text-font:inherit;
	--text-font-color:#42572e;
	--h1-page-title-size: 5rem;

	--p-font-size: 2.25rem;
	--p-font-size-tablet: 2rem;
	--p-font-size-mobile: 2rem;
	--h1-title-size: 8rem;
	--h1-title-weight: 600;
	--h1-title-size-tablet: 5rem;
	--h1-title-weight-tablet: 600;
	--h1-title-size-mobile: 3rem;
	--h1-title-weight-mobile: 600;
	--h2-title-size: 4rem;
	--h2-title-weight: 500;
	--h2-title-size-tablet: 4rem;
	--h2-title-weight-tablet: 500;
	--h2-title-size-mobile: 4rem;
	--h2-title-weight-mobile: 500;
	--h3-header-size: 4rem;
	--h3-header-weight: 500;
	--h3-header-size-tablet: 4rem;
	--h3-header-weight-tablet: 500;
	--h3-header-size-mobile: 4rem;
	--h3-header-weight-mobile: 500;
	--nav-size: 3rem;
	--nav-weight: 700;
	--nav-size-tablet: 2rem;
	--nav-weight-tablet: 700;
	--nav-size-mobile: 1.75rem;
	--nav-weight-mobile: 700;
	--colored-blocks-h2-size: 5rem;
	--colored-blocks-h2-weight: 700;
	--colored-blocks-h2-size-tablet: 3.5rem;
	--colored-blocks-h2-weight-tablet: 700;
	--colored-blocks-h2-size-mobile: 3rem;
	--colored-blocks-h2-weight-mobile: 700;
	--colored-blocks-p-size: 3rem;
	--colored-blocks-p-weight: 300;
	--colored-blocks-p-size-tablet: 2.5rem;
	--colored-blocks-p-weight-tablet: 300;
	--colored-blocks-p-size-mobile: 2rem;
	--colored-blocks-p-weight-mobile: 300;
}


.global-nav .navbar-bottom .navbar-nav{
	column-gap: 6rem;
}
.global-nav.navbar-expand-lg .navbar-collapse:not(.show).navbar-top {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    padding: 0px;
}
.global-nav.navbar li.nav-item.nav-util-links {
    visibility: visible;
    background: transparent;
    margin-right: 10%;
    margin-left: auto;
    margin-top:-2rem;
}
.global-nav.navbar li.nav-item.nav-util-links a {
    font-size: 2rem;
    font-weight: 400;
}
.global-nav.navbar .navbar-top .nav-link:hover, .global-nav.navbar .nav-item.active .nav-link .top-link-text, .global-nav.navbar .nav-item.show .nav-link .top-link-text, .global-nav.navbar .nav-link .top-link-text:hover, .global-nav.navbar .nav-link .top-link-text:focus{
		color: #42572e;
		text-decoration:underline;
}
.global-nav.navbar .navbar-brand img {
    width: auto;
    height: auto;
    max-width:400px;
    margin-bottom: 25px;
}
.global-nav.navbar .navbar-bottom, .global-nav.navbar .navbar-bottom .navbar-container{
		text-align:center;
		width: 90%;
    margin-left: 2%;
}
a.navbar-brand.d-logo{
	float:left;
}
@media (max-width: 1024px){
	.global-nav.navbar .navbar-brand img {
			height:65px;
			padding-left:2rem;
		}
		.global-nav.navbar .navbar-bottom .navbar-nav.utility-nav {
        background: transparent !important;
    }
		.segmentnavigation .navbar-brand.mobile-logo span.sr-only {
		    height: 0px;
		    width: 0px;
		    clip: rect(0, 0, 0, 0);
		}

}

@media (max-width: 768px){
		.segmentnavigation .navbar-brand.mobile-logo span.sr-only{
			display:none;
		}
		.navbar-mobile-container{
			margin-top: 2rem;
		}}

.cta__color--ghost-light .global-cta-btn a{
	    background-color: rgba(210, 158, 62, .25);
    border: none;
    min-width: 350px;
    font-size:2rem;
}
.cta__color--ghost-light .global-cta-btn a:hover, .cta__color--ghost-light .global-cta-btn a:active {
    background-color: rgba(210, 158, 62, 1);
    color: var(--primary-color);
    border:none;
}

@media (max-width: 768px) {
    .foundations-slider-container {
        display: block !important;
        margin-top: .5rem !important
    }
}