:root {
	--primary-color:#28387E;
	--secondary-color:#1A7CAD;
	--tertiary-color:#2B3C88; 
	--light-color:#FFFFFF;
	--nav-font-color:#28387E;
	--nav-font-color-hover:#1A7CAD;
	--page-title-font:'Libre Baskerville', garamond, georgia, 'times new roman', serif; 
	--page-title-font-color:#28387E;
	--header-font:inherit;
	--header-font-color:#444444;
	--text-font:inherit;
	--text-font-color:#444444;
	--p-font-size: 2rem;
	--p-font-size-tablet: 2rem;
	--p-font-size-mobile: 2rem;
	--h1-page-title-size: 5rem;
	--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-expand-lg .navbar-collapse:not(.show).navbar-top {
    display: none !important;
}
.global-nav.navbar .navbar-brand img {
    width: auto;
    height: 130px;
    margin-bottom: 25px;
}
.global-nav.navbar .navbar-bottom, .global-nav.navbar .navbar-bottom .navbar-container{
		text-align:center;
}

@media (max-width: 1024px){
	.global-nav.navbar .navbar-brand img {
			height:65px;
			padding-left:2rem;
		}
}
@media (max-width: 768px) {
    .navbar-mobile-container {
        top: 80px;
        margin-top: 2rem;
    }
}
@media (max-width: 768px){
		.segmentnavigation .navbar-brand.mobile-logo span.sr-only{
			display:none;
		}
}