
.foundation-header-container {
    background-color: var(--truPurple800);
}
nav.foundatin-nav {
    width: 91.66666667%;
    margin-left: 4.16666667%;
    display:flex;
}
nav.foundatin-nav .foundation-nav-container>div{
		display:flex;
		float:right;
		height:100%;
		    align-items: center;
}
.foundation-header-title {
    min-width: fit-content;
}
.foundation-nav-container {
    width: 100%;
}
.foundation-nav-item-container {
    height: fit-content;
}
.foundation-nav-item-container a {
    display: block;
    padding: 13px 20px;
        font-size: 1.75rem;
}
.foundation-nav-item-container a:after{
	  content: "";
    height: 3px;
    display:block;
 
}
.foundation-nav-item-container .current-page:after {
		background-color: #B0E0E2;
    content: "";
    bottom: -10px;
    height: 3px;
    left: -12%;
    width: 124%;
    position: relative;
    z-index: 0;
    transform: scale(1);
    transition: .3s;
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
    display: block;
}


.foundation-header-title h1 {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    font-size: 2rem;
    line-height: 1.5em;
}   
.foundation-header-title h1 a, .foundation-nav-item-container a {
    color: #FFFFFF;
    text-decoration:none;
}
.foundation-nav-item-container{
	
}

@media (max-width: 1024px){
		nav.foundatin-nav{
			display:inline-block;
		}
		nav.foundatin-nav .foundation-nav-container>div {
		    float: none;
		    align-items: center;
		    justify-content: center;
		}
		.foundation-nav-item-container a {
		    padding-top: 0px;
		    margin-bottom: 15px;
		}
}
@media (max-width: 762px){
		.foundation-header-title{
				text-align:center;
		}
}

/*footer*/

.foundation-footer {
    background-color: var(--truPurple800);
    height:80px;
    align-content: center;
}
.foundation-footer .foundation-footer-container {
    width: 80%;
    margin-left: 10%;
    display:flex;
}

.foundation-copy-right-container, .foundation-footer-logo{
	width:50%;
	align-content: center;
}
img.foundation-footer-logo-img {
    height: 30px;
}
a.foundation-footer-logo-link {
    float: right;
}

@media (max-width: 768px){
		.foundation-footer{
				height:136px;
		}
		.foundation-footer .foundation-footer-container {
		      display: flex;
  		flex-direction: column-reverse;
		}

		.foundation-copy-right-container, .foundation-footer-logo{
			width:100%;
			align-content: center;
			padding-bottom: 1rem;
        padding-top: 2rem;
		}
		p.foundation-copy-right {
    		text-align: right;
		}
}




/*page styles*/
.page-title-eyebrow h2 {
    color: #B0E0E2 !important;
    font-family: "Open Sans", Sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    margin: 0;
    line-height: 1.5em;
}

.page-title-heading h3 {
    font-size: 5.5rem;
    line-height: 1.25em;
    font-weight: 400;
    font-family: "EB Garamond", Sans-serif;
    margin: 0 auto 5rem;
}

h3.content-heading {
    font-size: 2rem;
    font-weight: 500;
    margin: 3rem 0 1rem 0;
}

/*
.tp__margin-top--xxl {
    margin-top: 8rem;
}

.tp__margin-top--lg{
		margin-top:6rem;
} 
.tp__margin-bottom--lg{
		margin-bottom:6rem;	
}
*/