.sidebar-template .site-body,
.agendas .site-body,
.full-width-template:not(.home):not(.home) .site-body {
	background:url('/_resources/images/bg-wave.png') center -80px no-repeat;
}

/* .sidebar-template .row-background,
.agendas .row-background,
.full-width-template:not(.home) .row-background {
	background: none !important;
} */

/* .sidebar-template .row-background h1,
.agendas .row-background h1,
.full-width-template:not(.home) .row-background h1 {
	padding-bottom:0 !important;
} */

.sidebar-template .row-background-content.content-wrapper.section-row,
.agendas .row-background-content.content-wrapper.section-row,
.full-width-template:not(.home) .row-background-content.content-wrapper.section-row {
	height: 120px !important;
}

/* .sidebar-template .row-background-content.content-wrapper.section-row h1,
.agendas .row-background-content.content-wrapper.section-row h1,
.full-width-template:not(.home) .row-background-content.content-wrapper.section-row h1 {
	color: black !important;
	text-shadow: none !important;
	bottom:0 !important;
} */

/* .sidebar-template .row-heading-section.row-background img,
.agendas .row-background.first-section img,
.full-width-template:not(.home) .row-background.first-section img {
	display: none !important;
} */

.sidebar-template .site-navigation .main-navigation,
.agendas .site-navigation .main-navigation,
.full-width-template:not(.home) .site-navigation .main-navigation {
	float: right !important;
}

/* .sidebar-template .site-navigation .main-navigation .nav .dropdown .nav-link,
.sidebar-template .main-navigation .search button .fas,
.agendas .site-navigation .main-navigation .nav .dropdown .nav-link,
.agendas .main-navigation .search button .fas,
.full-width-template:not(.home) .site-navigation .main-navigation .nav .dropdown .nav-link,
.full-width-template:not(.home) .main-navigation .search button .fas {
	color: black !important;
	text-shadow: none !important;
} */

.sidebar-template .site-logo,
.agendas .site-logo,
.full-width-template:not(.home) .site-logo {
	background: none !important;
	padding: 50px 0 0 0 !important;
	margin-left:-35px !important;
}

/* .sidebar-template img.default-logo,
.agendas img.default-logo,
.full-width-template:not(.home) img.default-logo {
	max-width:180px !important;
} */

/* .sidebar-template .breadcrumb-container,
.agendas .breadcrumb-container,
.full-width-template:not(.home) .breadcrumb-container {
	margin: 15px 0 40px 0 !important;
}

.sidebar-template .row .breadcrumb-container div:first-of-type, 
.agendas .row .breadcrumb-container div:first-of-type, 
.full-width-template:not(.home) .row .breadcrumb-container div:first-of-type {
	margin-top:-10px !important;
} */

.sidebar-template .mobile-header .mobile-search-icon,
.sidebar-template .menuToggle, 
.agendas .mobile-header .mobile-search-icon,
.agendas .menuToggle, 
.full-width-template:not(.home) .mobile-header .mobile-search-icon,
.full-width-template:not(.home) .menuToggle	{
	color: black !important;
}

/* LANDING PAGES */
/* .default-content-breadcrumb .breadcrumb-container {display: none !important;}
.default-content-breadcrumb h1 {margin:0 auto;} */
/* END LANDING PAGES */

@media screen and (min-width: 992px) {
    .sidebar-template .dark-header-bar,
	.agendas .dark-header-bar,
	.full-width-template:not(.home) .dark-header-bar {
        height: 170px !important;
        background: linear-gradient(180deg, #05304F, #05304F 35px, white 35px, white 135px) !important;
    }
}
@media (max-width: 767px) {
	.sidebar-template .mobile-header,
	.agendas .mobile-header,
	.full-width-template:not(.home) .mobile-header {
		background-color: transparent !important; 
		height: 100px !important;
	}
	.sidebar-template .row-background-content.content-wrapper.section-row,
	.agendas .row-background-content.content-wrapper.section-row,
	.full-width-template:not(.home) .row-background-content.content-wrapper.section-row {
		height: 10px !important;
	}
	.sidebar-template .breadcrumb-container,
	.agendas .breadcrumb-container,
	.full-width-template:not(.home) .breadcrumb-container {
		margin-bottom: 0 !important;
	}
	.sidebar-template .site-logo,
	.agendas .site-logo,
	.full-width-template:not(.home) .site-logo {
		padding: 20px 0 0 25px !important;
	}
	.sidebar-template .row-background-content.content-wrapper.section-row h1,
	.agendas .row-background-content.content-wrapper.section-row h1,
	.full-width-template:not(.home) .row-background-content.content-wrapper.section-row h1 {
		margin-left: 0 !important;
	}
}
@media screen and (max-width: 768px) {
	.default-content-breadcrumb .row-background {
		min-height: 100px !important;
	}
}