
:root {
	--primary-color:#006630;
	--secondary-color:#958d70;
	--tertiary-color:#2B3C88; 
	--light-color:#FFFFFF;
	--nav-font-color:#FFFFFF;
	--nav-font-color-hover:#FFFFFF;
	--page-title-font:"Open Sans"; 
	--page-title-font-color:#726658;
	--header-font:inherit;
	--header-font-color:#726658;
	--text-font:inherit;
	--text-font-color:#424242;
	--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: 3.5rem;
	--h2-title-weight: 600;
	--h2-title-size-tablet: 3.5rem;
	--h2-title-weight-tablet: 600;
	--h2-title-size-mobile: 3rem;
	--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.25rem;
	--nav-weight: 500;
	--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;
    font-size: 3.5rem !important;
    font-weight: 600;
}
h3 {
    font-family: auto;
    font-size: 3rem !important;
    font-weight: 600;
    margin-bottom: 0px;
}
a {
    color: #006630;
    text-decoration: none;
    font-weight: 600;
}
a:hover, a:active, a:focus{
	text-decoration:underline;
}

body {
    background: #E9E8E3 url(/content/dam/wealth-foundations/raoulfoundation/us/en/images/bg-1.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: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.raul-home-hero-container .jumbotron{
		min-height:680px;
}
.raul-sub-page-hero-container .jumbotron{
		min-height:500px;
}
.raul-home-hero-container .jumbotron, .raul-sub-page-hero-container .jumbotron{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: solid 2px #006630;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top:2rem;
        margin-bottom: -2px;
}
.raul-home-hero-container .jumbotron > .container, .raul-sub-page-hero-container .jumbotron > .container {
    max-width: 510px;
    margin: unset;
    padding: 0px;
    position: absolute;
    left: 30px;
    top: 400px;
}
.raul-sub-page-hero-container .jumbotron > .container {
    top: 220px;
}
.raul-home-hero-container .global-nav.navbar .navbar-brand {
    position: absolute;
    top: -480px;
    left: 30px;
    width: 510px;
    background: transparent;
}
.raul-sub-page-hero-nav-container .global-nav.navbar .navbar-brand {
    position: absolute;
    top: -470px;
    left: 30px;
    width: 320px;
    background: transparent;
    z-index:2;
}
.raul-sub-page-hero-container>div:first-child {
    position: relative;
}
.raul-sub-page-hero-container>div:first-child>div:first-child {
    height: calc(100% - 2rem);
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to left, transparent 0%, black 150%);
    margin-top:2rem;
}

.raoul-home-hero .jumbotron > .container p, .raoul-sub-page-hero .jumbotron > .container p {
    color: #FFFFFF !important;
    font-style: italic;
    font-size: 2rem !important;
    line-height: 1.25em !important;
}
.raoul-sub-page-hero .jumbotron > .container p{
		font-style:normal;
}
.raoul-sub-page-hero .jumbotron > .container .heading{
		color:#FFFFFF;
		font-size:5rem;
		font-weight:500;
		font-family:auto;
}


.headernavigation {
    width: 100%;
    text-align: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    background: #006630;
    height: 48px;
    align-content: center;
    border: 1px solid #FFFFFF;
}

.global-nav .navbar-bottom .navbar-nav {
    column-gap: 0px;
        margin-bottom: 0px !important;
		height:100%;
}
.global-nav .nav-item{
	padding: 0px 3rem;
	height:100%;
}
.global-nav.navbar .navbar-bottom .navbar-nav .nav-item .nav-link{
	line-height:1.2em;
	height:100%;
}
.global-nav .nav-item:hover {
		background: #005E2B;
}





div#main-grid {
    background: #FFFFFF;
}

.right-rail-header h2{
	font-size:2.5rem !important;
	font-weight:500;
	margin-bottom:0px;
	
}

.pdf-button{
	
}


.foundation-footer-login {
    position: absolute;
    margin-top: 0px;
    right:2rem;
}
.foundation-copy-right {
    position: absolute;
    left: 2rem;
}


.global-nav.navbar .navbar-bottom .navbar-nav .nav-item .nav-link span, .global-nav.navbar .navbar-bottom .navbar-nav .nav-item .nav-link.current-page 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;
    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: .5em 2em;
    background-color: #006630;
    color: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #006630;
    font-weight:500;
}
.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 #006630;
    color:#006630;
    font-weight:500;
}
.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, .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: #909090 !important;
		font-size: 1.2rem !important;	
}
.foundation-copy-right-container {
    width: 100%;
    text-align: center;
    position:relative;
}
@media (max-width: 1200px){
		.global-nav .nav-item {
		    padding: 0px 2rem;
		    height: 100%;
		}
}

@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: #006630;
			display: inline-block;
        position: absolute;
        right: 23px;
        top: 10px;
        line-height: 8px;
        padding: 4px;
        z-index:999999;
	}
	.global-nav.navbar .navbar-bottom .navbar-nav .nav-item:not(.more), .global-nav.navbar .navbar-bottom .utility-nav .more .dropdown-menu .dropdown-item{
			background: #FFFFFF;
	}
	.global-nav.navbar .navbar-bottom .navbar-nav .nav-item .nav-link span, .global-nav.navbar .navbar-bottom .navbar-nav .nav-item .nav-link.current-page span{
		color: #006630;
	}
	.navbar-mobile-container {
  	  top: unset;
	}
	.global-nav.navbar {
    background: #006630;
    height:48px;
	}
	.navbar-nav {
    background: #FFFFFF;
	}
	.global-nav.navbar .tru-burger:hover .tru-burger-inner, .global-nav.navbar .tru-burger:hover .tru-burger-inner::before, .global-nav.navbar .tru-burger:hover .tru-burger-inner::after, .global-nav.navbar .tru-burger.is-active .tru-burger-inner, .global-nav.navbar .tru-burger.is-active .tru-burger-inner::before, .global-nav.navbar .tru-burger.is-active .tru-burger-inner::after, .global-nav.navbar .tru-burger-inner, .global-nav.navbar .tru-burger-inner::before, .global-nav.navbar .tru-burger-inner::after{
			color:#FFFFFF;
			background-color:#FFFFFF;
	}
}

@media (min-width: 0px) and (max-width: 821.98px) {
    .hero-banner-bg-image {
        display: block;
    }
}

@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;
		}
		.raul-home-hero-container .global-nav.navbar .navbar-brand, .raul-home-hero-container .jumbotron > .container{
				width:80%;
				max-width:510px;
		}
		.raul-sub-page-hero-container .jumbotron > .container{
			width:80%;
		}
		.raul-sub-page-hero-nav-container .global-nav.navbar .navbar-brand{
			max-width:320px;
			width:80%;
		}
		.raoul-sub-page-hero .jumbotron > .container .heading{
			font-size:4rem;
		}
}

