/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
* {
	font-family: "Red Hat Text", Arial, sans-serif;
	font-weight: 400;
	/*border: 1px solid red;*/
}

body {
	line-height: 1.2;
	background: #f9f9f9;
	font-size: 16px;
}
#page {
	background: #f9f9f9;
	
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Red Hat Display", Arial, sans-serif !important;
	
	
}
a {
	color: #0084d4;
	
}


#content {
    min-height: calc(100vh - 280px);
	margin-top: 130px;
}



.mainHeaderBar {
	z-index: 2;
position: fixed;
    top: 25px;
    width: 100%;
	background: #fff;
	height: 88px
}

#masthead {
	position: relative;
	/*margin-top: 25px;*/
/*height: 69px;*/
	width: 100%;
  margin: 0 auto;
	padding: 0;
	text-shadow: none;
	height: 69px;
	/*display: flex;
	justify-content: center;*/
}

#masthead.scroll-header {
	background: transparent;
/*height: 69px;*/
	box-shadow: none !important;
	padding: 0;
}


.site-branding img {
	/*padding: 15px 0 0px 5px*/
	margin: 8px 0 0 30px;
	padding: 4px;
}

#masthead.scroll-header img.site-logo {
	height: auto !important;
}



/*
#masthead::before {
	content: '';
	display: block;
	height: 25px;
	background: #008ace;
	width: 100%;
	position: absolute;
	top: -25px;
	left: 0;
	box-shadow: inset 0 -16px 17px -19px rgba(0,0,0,0.59);
}
*/

.site-branding.pull-left {
	/*margin-left: -160px;*/
	margin-left: 32px;
}

.site-branding.pull-left a img {
	width: 160px !important;
	height: auto !important;
	margin-top: 10px;
}

#masthead a {
	color: #39354a;
	transition: color .15s;
}
#masthead a:hover {
	color: #888692;
}

.site-header .site-branding {
    max-width: 200px;
}



.main-navigation a {
	font-family: "Red Hat Display", Arial, sans-serif !important;
	line-height: 14px;
	border-radius: 0;
	border: none;
	transition: none;
	margin: 0;
	height: 69px;
	    padding: 35px 20px 33px 20px;
	display: table-cell;
	vertical-align: bottom;
	    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}

.main-navigation > div > ul > li > a {
	font-size: 15px;
  text-transform: uppercase;
  font-weight: 900;
	cursor: pointer;
}


.main-navigation a:hover {
	color: #000;
}





/*
.site-navigation li {
	display: table;
	margin-left: 0;
	width: 108px;
}
*/

.main-navigation li {
	/*display: table;*/
	margin-left: 0;
	width: auto;
	
	
	
}
.main-navigation li:hover {

}




.main-navigation li:last-of-type {
		
}
.main-navigation li:last-of-type:hover {
		
}
#menu-envestnet-website {
	margin-right: 45px;
	
}

#menu-envestnet-website > li > a::after {
    font-family: 'Font Awesome 5 Pro' !important;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f107";
    color: #1098d2;
    /* transition: color .2s; */
	
}







.pull-right {
	float: none !important;
	/*margin-left: 50px;*/
	left: 50px;
  position: relative;
}

#sidebar-button {
 display: none;
}


.main-navigation li.menu-item-has-children > a::after, .main-navigation li.page_item_has_children > a::after {
	display: none;
}



#page .main-navigation ul ul {
	padding: 0;
	/*width: 240px;*/
	white-space: nowrap;
	min-width: 170px;
}
.main-navigation ul ul {
	
box-shadow: 0px 7px 15px -13px rgba(0, 0, 0, 0.6);
    
    background-color: rgba(255,255,255,.9);
    background: rgba(255,255,255,1);
	
}
.main-navigation ul li:hover > ul {
    left: auto;
	  left: 0px;
}


.main-navigation ul ul li {
	background: transparent;
	margin: 0;
	padding: 0;
	min-width: 100px;
	width: auto;
	/*white-space: nowrap;*/
	width: 100%;
}

.main-navigation ul ul li:last-of-type {
	background: transparent;
	border-bottom: none;
	width: 100%;
}

.main-navigation ul ul li:hover, .main-navigation ul ul li:last-of-type:hover {
	
}


.main-navigation ul ul li a {
	height: auto;
	
	text-transform: none;
	    padding: 15px 25px;
    font-size: 16px;
    font-weight: 400;
	width: 100%;
	display: block;
	color: #39354a !important;
	transition: color .2s;
}
.main-navigation ul ul a:hover {
	opacity: 1;
}
.main-navigation ul ul li a:hover {
	color: #888692;
}

.main-navigation ul ul li:hover a, .main-navigation ul ul li:last-of-type:hover a {
	color: #888692;
}


.main-navigation li:last-of-type:hover ul {
	right: 0px;
	left: auto !important;
}










.subBanner {
	z-index:5;
	    position: fixed;
    width: 100%;
    top: 0;
	height: 26px;
background: linear-gradient(to right, rgba(0,123,199,1) 0%,rgba(52,55,65,1) 100%);
}

.subBannerInner {
	height: 27px;
	
	margin: 0 auto;
	padding: 0 0 0 23px;
}

.subBannerInner ul {
	padding: 0;
	margin: 0 20px 0;
	list-style: none;
	
}

.subBannerInner ul:first-of-type {
	display: none;
}
.subBannerInner ul li {
	line-height: 25px;
	list-style: none;
	float: left;
	display: block;
	padding: 0 10px;
	
}

.subBannerInner ul li:hover {
	
}

.subBannerInner ul li a {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 9px !important;
    color: #888692;
    color: #797785;
    color: #39354a;
    color: #fff;
    opacity: .75;
    transition: opacity .2s;
}

.subBannerInner ul li a:hover {
	opacity: 1;
}

.subBannerInner ul li:last-of-type a {
	border-right: none;
}


.linksRight {
	float: right;
	margin-right: 20px;
	
}
.linksRight li a {
	font-size: 11px !important;
}








#primary-header {
	background: transparent;
	background: #fff;
}




.hentry .entry-header .entry-category a {
	font-weight: 500;
	color: #39354a;
	font-size: 12px;
	
	
}
.hentry .entry-header .entry-category a:hover {

	color: #0084d4;
}


.hentry .entry-header .entry-title a {
	font-weight: 700;
	font-size: 24px;
	font-family: "Red Hat Display", Arial, sans-serif !important;
	text-transform: none;
	display: block;
	margin-top: 20px;
}

.hentry .entry-header .entry-title a:hover {
	color: #0084d4;
	
}

.hentry .entry-content .more-link-container a {
	color: #0084d4;
	border: none;
	padding: 10px 10px 10px 0;
	font-size: 16px; 
	text-transform: none;
}

.hentry .entry-content .more-link-container a:hover {
	color: #0084d4;
	text-decoration: underline;
}

.hentry .entry-content .more-link-container a:after {
	content: '>>';
	padding-left: 3px;
}


.entry-category.cat-links.th-text-xs {
	text-align: right;
}


.posted-on::before {
	display: none;
}

article, header {
	position: relative;
}


.posted-on {
	/*margin-top: 8px;*/
	position: absolute;
	top: 0;
	
}

.posted-on a {
	
	color: #343741;
	font-size: 12px;
	
}
.posted-on a time {
	white-space: nowrap;
	font-weight: 500 !important;
}
.posted-on a:hover {
	color: #0084d4 !important;
}

.admin-bar #masthead {
	top: 0;
}


.home .mainHeaderOutter {
	margin-bottom: 50px;
}

#masthead.scroll-header .main-navigation ul ul {
	background: rgba(255,255,255,1);
}




/*
 SUBPAGES
 */

.mainHeaderOutter {
	
	margin: 0 auto;
	margin-bottom: 120px;
	width: 100%;
    max-width: 1300px;
	position: relative;
}

#primary-header {

	width: 100%;
	max-width: 750px;
  height: 270px;
	
	
	
	
}

.cat-links .sep {
	color: #343741;
}


#primary-header .featured-image {
	opacity: 1;
}

#primary-header .container {
	padding: 0px;
	margin-top: 220px;
	text-align: left;
	
}
#primary-header.has-background {
	text-shadow: none;
	border: 1px solid #f9f9f9;
}

#primary-header .entry-cats {
	margin-bottom: 10px;
	position: absolute;
	top: 0px;
	right: 15px;
	font-weight: 500;
	font-size: 12px;
	color: #0084d4;
}
#primary-header .entry-cats::before {
	display: none;
}


#primary-header .entry-cats a {
  font-weight: 500;
	color: #343741;
}
#primary-header .entry-cats a:hover {
	color: #0084d4;
}

#primary-header .entry-cats:before {
	color: #ccc;
}
#primary-header .entry-title {
	font-size: 24px;
	color: #343741;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
	margin: 40px 0 0 15px
}


#primary-header .entry-meta {
	margin-top: 0px;
	position: absolute;
	top: 0px;
	left: 15px
}

#primary-header .entry-meta a {
	color: #444;
}
#primary-header .entry-meta a:hover {
	color: #0084d4;
}


.container {
	/*max-width: 670px;
	padding-right: 300px;*/
	    width: 100%;
    max-width: 1300px;
	position: relative;
}


.entry-meta .posted-on:before {
	color: #969696;
}




.hideMe {
	display: none;
}

.has-small-font-size {
	opacity: .8;
}


.sharedaddy {
	display: none;
}


/* ######  FOOTER    */





#colophon {
	
	background: linear-gradient(to right, rgba(0,123,199,1) 0%,rgba(52,55,65,1) 100%);
  border-top: 2px solid #0174bb;
	padding: 30px 0;
}


#colophon .container {
	display: none;
}


.site-info {
	display: none;
}

.footer-container {
	color:#fff;
	font-size: 12px;
	    width: 1024px;
    margin: 0px auto;
	position: relative;
	height: 150px;
}
.footer-container a {
	color:#fff;
	line-height: 1.4;

}

.footer-container a:hover {
	text-decoration: underline;

}

.footer-container ul {
	list-style: none;
	margin: 0;
  padding: 0;
  border: 0;
}
#block-menu-menu-legal-menu {
	padding-top: 5px;
}
#block-menu-menu-legal-menu ul li {
  display: inline-block;
  border-right: 1px solid #b0b0b0;
  padding: 0 5px;
}




#block-envestnet-global-blocks-legal-disclaimer {
	font-size: 11px;
	width: 335px;
	padding-top: 10px;
}



#block-menu-menu-footer-menu-column-1 {
    position: absolute;
    left: 560px;
    top: 54px;
	border-left: 1px solid #005285;
	padding-left: 15px;
}

#block-menu-menu-footer-menu-column-3 {
    position: absolute;
    left: 715px;
    top: 54px;
	border-left: 1px solid #005285;
	padding-left: 15px;
}


#block-menu-menu-footer-menu-column-4 {
    position: absolute;
    left: 865px;
    top: 54px;
	border-left: 1px solid #005285;
	padding-left: 15px;
}



#block-envestnet-global-blocks-social-media {
    position: absolute;
    top: 10px;
    left: 580px;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
}


#block-envestnet-global-blocks-social-media a.twitter, #block-envestnet-global-blocks-social-media a.linkedin {
    background: url(https://www.envestnet.com/sites/all/themes/envestnet/images/icn_twitter.png) no-repeat 0 0;
    background-size: 19px 16px;
    height: 16px;
    width: 19px;
    display: inline-block;
    text-indent: -99999em;
    vertical-align: bottom;
    position: relative;
    top: 2px;
    margin-left: 15px;
}
#block-envestnet-global-blocks-social-media a.linkedin {
    background: url(https://www.envestnet.com/sites/all/themes/envestnet/images/icn_linkedin.png) no-repeat 0 0;
    background-size: 19px 18px;
    height: 18px;
    width: 19px;
}




/* Remove the border on the images | RG-14885667-hc */
.entry-attachment img, img[class*=wp-image-] {
    border: none;
}


.active-toggle-sidebar #masthead {
	left: 0;
}



.page-header .edit-link {
	margin-left: 130px;
}






@media (max-width: 1080px) {


	#sidebar-button {
	 display: block;
		color: #343741;
		position: absolute;
		right: 25px;
		top: 25px;
	}
	
	#sidebar-button .header-menu {
	 display: none;
	}
	
	.toggle-sidebar-button::before {
    font-family: 'Font Awesome 5 Pro' !important;
    -webkit-font-smoothing: antialiased;
		font-weight: 200;
    content: "\f0c9";
		font-size: 35px;
	}
	
	form.search-form {
		display: none;
	}
	
	#close-toggle-sidebar {
		display: none;
	}
	
	.site-header {
		background: transparent;
	}
	
	#masthead {
		justify-content: flex-start;
	}
	
	
	
	
	
	
	.footer-container {
		width: 100%;
		
	}
	
	#block-envestnet-global-blocks-social-media, #block-menu-menu-footer-menu-column-1, #block-menu-menu-footer-menu-column-3, #block-menu-menu-footer-menu-column-4  {
		display: none;
	}
	
	
	
	
	
	
	
}



@media (min-width: 992px) {
	
	
.main-navigation ul:not(.sub-menu):not(.children) > li {
    /*display: table;*/
    margin-left: 0;
    
}
	
	
	
	
}




@media (max-width: 830px) {
	
	.entry-category.cat-links.th-text-xs {
		text-align: left;
		padding-top: 20px;
	}

	
	
	
	
}


@media (max-width: 767px) {
	#primary-header {
			padding-top: 69px !important;
	}
	
	.container {
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 80px;
	}
	
	
	
}










@media (max-width: 650px) {
	
	
#page .hentry .thumb-link.alignleft {
		float: none;
	}

	
	
	
	
}



@media (max-width: 500px) {
	#primary-header {

			padding-top: 69 !important;
	}
}


@media (max-width: 420px) {
	#primary-header .entry-cats {
		display: none;
	}
}

@media (max-width: 340px) {
	#block-envestnet-global-blocks-legal-disclaimer {
		width: 100%;
	}

}

/* Adjust meta and title for search results page / 25412124-hc JAR */
.search h2.entry-title {
  padding-top: 10px;
}

/* Search results - Hide white header box and white text, add heading / 25412838-hc kp */
.search-results .page-header {
  display: none;
}
.search-results .mainHeaderOutter::before {
  content: "Search results for:";
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 15px;
  color: #0084d4;
}
