
:root {
	--primary-color:#726658;
	--secondary-color:#7b745d;
	--tertiary-color:#2B3C88; 
	--light-color:#FFFFFF;
	--nav-font-color:#63756e;
	--nav-font-color-hover:#272464;
	--page-title-font:Georgia, Times, 'Times New Roman', serif; 
	--page-title-font-color:#726658;
	--header-font:inherit;
	--header-font-color:#726658;
	--text-font:inherit;
	--text-font-color:#726658;
	--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: 1.5rem;
	--nav-weight: 600;
	--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;
}




h2 {
    font-family: auto;
}
h3 {
    font-family: auto;
    font-size: 3rem !important;
    font-weight: 600;
    margin-bottom: 0px;
}
a {
    color: #a9421e;
    text-decoration: none;
    font-weight: 600;
    font-family: auto;
}
a:hover, a:active, a:focus{
	text-decoration:underline;
}

body {
    background: #97a7b4 url(/content/dam/wealth-foundations/abreufoundation/us/en/images/bg_image.png) 0 0 repeat;
}
div#suntrust-page {
    /*background: #97a7b4 url(/content/dam/wealth-foundations/abreufoundation/us/en/images/bg_image.png) 0 0 repeat;*/
    overflow: hidden;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
.navbar-container {
    background: #97a7b4 url(/content/dam/wealth-foundations/abreufoundation/us/en/images/bg_image.png) 0 0 repeat !important;
}
.global-nav.navbar .navbar-brand {
    background: transparent;
		margin-top: 4rem;
    margin-bottom: 2rem;    
}
.headernavigation {
    width: 100%;
    text-align: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    background: #FFFFFF;
    height:48px;
    align-content: center;
}
div#main-grid {
    background: #FFFFFF;
}

.foundation-footer-login {
    position: absolute;
    margin-top: 0px;
}



.global-nav .nav-item{
	padding: 0px 3rem;
}
.global-nav.navbar .navbar-bottom .navbar-nav .nav-item .nav-link span{
	color:var(--nav-font-color);
	font-size:var(--nav-size);
	font-weight:var(--nav-weight);
	font-family: arial, sans-serif;
	text-transform: none;
	padding-bottom: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.global-nav.navbar .navbar-bottom .navbar-nav .nav-item .nav-link{
	line-height:1.2em;
}
.global-nav.navbar .navbar-bottom .navbar-nav .nav-item .nav-link span:hover, .global-nav.navbar .navbar-bottom .navbar-nav .nav-item .nav-link span:focus, .global-nav.navbar .navbar-bottom .navbar-nav .nav-item .nav-link span:active{
	color:var(--nav-font-color-hover);
}	
.global-nav .navbar-bottom .navbar-nav {
    column-gap: 0px;
        margin-bottom: 0px !important;
}
li.nav-item.secondary-nav-item.foundations-primary-nav:before {
    content: "";
    display: inline-block;
    float: left;
    width: 0em;
    height: 1em;
    border-left: 1px solid ;
    border-color: inherit;
    opacity: .2;
    margin: 0em 0px 0px -1.5em;
}
li.nav-item.secondary-nav-item.foundations-primary-nav:first-child:before {
    border-left:0px;
}


.cta__color--midnight .global-cta-btn a, .cta__color--midnight .global-cta-btn a.modalWindow{
		padding: 1em 2em;
    background-color: #a9421e;
    color: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #a9421e;
}
.cta__color--midnight .global-cta-btn a:hover, .cta__color--midnight .global-cta-btn a:active{
	background-color: transparent;
    text-decoration: none;
    border: 1px solid #a9421e;
    color:#a9421e;
}
.global-cta-external-link{
		background-image:url(/content/dam/truist-bank/us/en/icons/code/icon-external-link-white.png)
}
.cta__color--midnight .global-cta-btn a:hover .global-cta-external-link, .cta__color--midnight .global-cta-btn a:active .global-cta-external-link{
		background-image:url(/content/dam/truist-bank/us/en/icons/code/icon-external-link-purple.png)

}


.author-cta-styling.global-cta-btn.gl-align-center {
    text-align: center;
}

.global-nav.navbar-expand-lg .navbar-collapse:not(.show).navbar-top {
    display: none !important;
}
.global-nav.navbar .navbar-brand img {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    margin-top:0px;
}
.global-nav.navbar .navbar-bottom, .global-nav.navbar .navbar-bottom .navbar-container{
		text-align:center;
}
.home-page-container p {
    font-size: 1.8rem;
    line-height: 1.2em;
}

img.foundations-inline-images {
    float: right;
    margin: 10px 4rem;
}
.border-text-box-container {
    border: 1px solid lightgray;
    border-radius: 10px;
}



.foundation-footer{
	background-color:transparent;
}
.foundation-footer-login a, .foundation-copy-right{
		color: #FFFFFF;
		font-size: 1.2rem;	
}
.foundation-copy-right-container {
    width: 100%;
    text-align: center;
}


@media (max-width: 1024px){
	.global-nav.navbar .navbar-brand{
			height:fit-content;		
	}
	.segmentnavigation .navbar-brand.mobile-logo span.sr-only{
		display:none;
	}
	.global-nav.navbar .tru-burger, .global-nav.navbar .tru-burger:hover, .global-nav.navbar .tru-burger:active {
			background: transparent;
	}
	.navbar-mobile-container {
  	  top: unset;
	}
	.global-nav.navbar {
    background: transparent;
	}
	.navbar-nav {
    background: #FFFFFF;
	}
}

@media (max-width: 768px){
		.segmentnavigation .navbar-brand.mobile-logo span.sr-only{
			display:none;
		}
		.text__align--right{
			text-align:left;
		}
		.global-nav.navbar.is-activate{
			background:#ffffff;
		}
}