.main-foundation-container h2{
	font-size:3.8rem;
	line-height:4.4rem;
	font-weight:500;
}
.main-foundation-container h3{
	font-size:2.6rem;
	line-height:3rem;
	font-weight:500;
}
.main-foundation-container .gl-align-center, .main-foundation-container .gl-align-left {
    display: flex;
}
.main-foundation-container .gl-align-center a {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
.main-foundation-container .gl-align-left a {
    display: inline-block;
}

.foundation-header-truist-logo{
	width:125px;
}
nav.foundatin-nav {
		width:100%;
		display:block;
		margin-left:0px;
}
nav.foundatin-nav .foundation-nav-top-bar{
		background-color: var(--truPurple800);
		width:100%;
}
nav.foundatin-nav .foundation-nav-top-bar .foundation-header-top-bar, nav.foundatin-nav .foundation-nav-second-bar .foundation-header-second-bar{
		width: 91.66666667%;
    margin-left: 4.16666667%;
    min-height:50px;
}
nav.foundatin-nav .foundation-nav-top-bar .foundation-header-top-bar a{
		display:flex;
		float:right;
		margin-top:10px;
}
nav.foundatin-nav .foundation-nav-second-bar{
		background-color: #FFFFFF;
		width:100%;
		    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
}
nav.foundatin-nav .foundation-nav-second-bar .foundation-header-second-bar{
		width: 91.66666667%;
    margin-left: 4.16666667%;
    display:inline-block;
}
.foundation-header-title {
    min-width: fit-content;
    width:fit-content;
    display:inline-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 {
    text-decoration:none !important;
        color: #2E1A47;
}
.foundation-header-nav{
			display:flex;
		float:right;
		height:100%;
		    align-items: center;
		    width:fit-content;
}


.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 a:hover::after, .foundation-nav-item-container .current-page:after{
		background-color: #2E1A47;
    content: "";
    bottom: -4px;
    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;
}



@media (max-width: 1024px){
	.foundation-header-title {
  	  width: 100%;
	}
	.foundation-header-nav {
  	  float: none;
    	margin-left: auto;
    	margin-right: auto;
    	margin-bottom:10px;
	}
	.foundation-header-title h1 {
  	  margin-bottom: 0px;
	}
}
@media (max-width: 762px){
		.foundation-header-title{
				text-align:center;
		}
}

/*

.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: 5rem;
    line-height: 1.25em;
    font-weight: 400;
    font-family: "EB Garamond", Sans-serif;
    margin: 0 auto 5rem;
    color: #FFFFFF;
}

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;	
}
*/