/* Default .Green_ACSS .da_body h1  */

h1 a:link, h1 a:visited {color: #003300;}

/* ------------- News Article View ----------------- */

.Green_ACSS .news-section h1{
	margin-top: 30px;
	font-size: 1.5rem;
	color: #333333;
}

.Green_ACSS h4 {
	color: #333333;
}

.Green_ACSS .date-published {
    letter-spacing: 2.4px;
    font-weight: 700;
    color: #AAC27F;
    text-transform: uppercase;
	margin-top: 30px;
    margin-bottom: 15px;
}

.Green_ACSS .first-image {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
}

.Green_ACSS .first-image img {
	border-radius: 15px;
	max-width: 100%;
}

.Green_ACSS .first-image .title {
	font-style: italic;
    color: #808080;
    font-size: .874rem;
    margin-top: 15px;
    margin-bottom: 30px;
}

.Green_ACSS .gallery-img .title{
	font-style: italic;
	color: #808080;
	font-size: .874rem;
	margin-top: 15px;
}

.Green_ACSS .gallery {
    flex-direction: row;
    column-gap: 30px;
	row-gap: 30px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.Green_ACSS .gallery-img {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.Green_ACSS .gallery-img img {
	border-radius: 15px;
}

.Green_ACSS .social-buttons {
	margin-bottom: 45px;
}

.Green_ACSS .social-buttons ul {
	margin-top: 10px;
    display: flex;
    margin-left: 0px;
    column-gap: 15px;
    padding-left: 0px;
}

.Green_ACSS .social-buttons li {
	list-style: none;
}

.Green_ACSS .social-buttons i {
	font-size: 24px;
    color: #00567D;
}

.Green_ACSS .article-section {
    grid-column: span 8;
}

.Green_ACSS .sidebar-section {
	grid-column: span 4
}

.Green_ACSS span.title {
    font-size: .875rem;
    font-weight: 800;
    color: #333333;
}

.Green_ACSS .tag-items {
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
	column-gap: 15px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.Green_ACSS .tag-items a {
    border-radius: 28px;
    background-color: #E5EEF2;
    color: #00567D;
    padding: 9px 15px;
	font-size: .875rem;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
}

.Green_ACSS .article-buttons {
	margin-top: 45px;
}

.Green_ACSS .article-buttons a.btn {
    border-radius: 25px;
    padding: 13px 25px;
	border: none;
}

.Green_ACSS .article-buttons li {
	list-style: none;
}

.Green_ACSS .article-buttons ul {
	padding-left: 0px;
	margin-left: 0px;
	display: flex;
	column-gap: 15px;
}

.Green_ACSS .article-buttons ul li:last-child {
	padding-left: 0px;
	margin-left: 0px;
	display: flex;
	margin-left:15px;
}

.Green_ACSS .about-box {
    margin: auto;
    padding: 30px;
    text-align: center;
    border-radius: 15px;
    position: relative;
    /* background-image: url("../Portals/0/Images/bg-card-symbol-2.svg"); */
    background-color: #EEF3E5;
    overflow: hidden;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain; 
    height: 100%;
}
.Green_ACSS .about-box h3 {
	position: relative; 
}

.Green_ACSS .about-box-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 15px;
	margin: 15px 0px 45px 0px; 
}

.Green_ACSS .about-box .background-icon {
	height: 154px;
	position: absolute;
	left: -65px;
	top: -15px;
	bottom: 0px; 
}

.Green_ACSS .about-box .small-icon {
	max-height: 40px;
	position: relative; 
}

.Green_ACSS.about-box h5 {
	text-align: left;
	padding-left: 1.875rem; 
	margin-bottom: 0px;
	color: #333333;
}

.Green_ACSS .about-box-flex {
	display: flex; 
	column-gap: 30px;
	align-items: center;
}

.Green_ACSS .about-box-flex a{ 
	text-decoration: none;
}

.Green_ACSS .cta .about-box {	
	margin-bottom: 15px;
}


/* ------------News List View-------------- */

.Green_ACSS .news-list-view {
	display: flex;
	row-gap: 30px;
	grid-column: span 9;
	flex-direction: column;
}

.Green_ACSS .news-list-box {
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(0 141 204 / 30%);
    box-shadow: 0px 5px 30px 0px rgb(0 141 204 / 30%);
    padding: 30px;
    border-radius: 15px;
    position: relative;
}

.Green_ACSS .details h4 a {
    color: #333333;
    text-decoration: none;
}

.Green_ACSS .details .date-published {
    letter-spacing: 2.4px;
    font-weight: 700;
    color: #AAC27F;
    text-transform: uppercase;
	margin: 0px;
}

.Green_ACSS h4 {
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 1rem;
}

.Green_ACSS .acss-logo {
	width: 160px;
}

.Green_ACSS .logos {
	display: flex;
	align-items: center;
	justify-content: space-around;
	position: relative;
	margin-bottom: 30px;
	grid-column: span 3;
}

.Green_ACSS .logos .icon {
	position: absolute;
	max-height: 88px;
	color: #00567D;
}

.Green_ACSS .details {
	grid-column: span 9;
}

.Green_ACSS .details p {
	font-size: .875rem;
}

.Green_ACSS .details .tags-section {
	margin-top: 30px;
	margin-bottom: 0px;
}

.Green_ACSS .details .tags-section .title {
	font-weight: 300;
}

.Green_ACSS .details .tag-items {
	margin-bottom: 0px;
}

.Green_ACSS .article-search input {
    border-radius: 40px;
    border: none;
    background-color: #E6E6E6;
    width: 100%;
    padding: 20px 30px;
    outline: none;
}

.Green_ACSS .article-search div {
    display: flex;
}

.Green_ACSS .article-search div a {
	position: relative;
}

.Green_ACSS img.search-icon {
    width: 20px;
    position: absolute;
    left: -50px;
    top: 20px;
}


.Green_ACSS .filter-sidebar {
    grid-column: span 3;
}

.Green_ACSS .filter-sidebar h6 {
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
	margin-bottom: 0px;
	padding-bottom: 15px;
}

.Green_ACSS .article-filters {
	display: flex;
	flex-direction: column;
	margin-left: 0px;
	padding-left: 0px;
}

.Green_ACSS .article-filters .filter-item {
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 0px;
	list-style: none;
	position: relative;
}

.Green_ACSS .filter-section {
	margin-top: 15px;
	position: relative;
	border-bottom: 1px solid #CCCCCC;
}

.Green_ACSS .filter-title{
    color: #333333;
	font-family: 'century-gothic';
    font-weight: 800;
}

.Green_ACSS .filter-title.active {
    color: #AAC27F;
}

.Green_ACSS .circle-icon {
    position: absolute;
    right: 0;
	padding-top: 5px;
}

.Green_ACSS .filter-title {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}

.Green_ACSS .filter-title.active {
	color: #AAC27F;
}

.Green_ACSS ul.sub-list {
	margin-left: 0px;
	padding-left: 0px;
	display: none;
}

.Green_ACSS ul.sub-list li {
    list-style: none;
    margin-bottom: 10px;
	color: #19191A;
}

.Green_ACSS ul.sub-list li:first-child {
	margin-top: 20px;
}

.Green_ACSS ul.sub-list li a {
    list-style: none;
    margin-bottom: 15px;
	color: #19191A;
	font-weight: 300;
    font-family: 'roboto';
    text-transform: capitalize;
}

.Green_ACSS  table {
	margin-bottom: 15px;
}

.Green_ACSS .recent-news-box {
    grid-column: span 12;
    row-gap: 50px;
    display: flex;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(0 141 204 / 30%);
    box-shadow: 0px 5px 30px 0px rgb(0 141 204 / 30%);
    padding: 60px 30px;
    border-radius: 15px;
    flex-direction: column;
    align-items: center;
	background-color: #fff;
	position: relative;
}

.Green_ACSS .recent-news-box .logos {
	display: flex;
    position: relative;
    grid-column: span 3;
	max-width: 190px;
}

.Green_ACSS.recent-news-list {
	display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-row-gap: 30px;
}

@media (min-width: 576px) {
	.Green_ACSS.recent-news-list {
		grid-column-gap: 30px;
	}
}

.DnnModule-DigArticleDashboard h2.section-header {
	color: #333333;
	text-align: center;
	margin: 60px 0px 45px 0px;
}

.events-news-background-blue {
	background-color: #E5EEF2;
	position: relative;
	margin-top: 100px;
	margin-bottom: 150px;
	padding-bottom: 120px;
}

.events-news-background-blue img.img-background {
	visibility: hidden;
	position: absolute;
	display: inherit;
	top: 15%;
	left: -15%;
}

.Green_ACSS .recent-news-box .summary-text {
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100ch;
}

.DnnModule-DigArticleDashboard {
    z-index: 1;
}

.Green_ACSS .recent-news-box-sidebar {
    display: flex;
    padding: 20px 15px;
    /* row-gap: 15px; */
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(0 141 204 / 30%);
    box-shadow: 0px 5px 30px 0px rgb(0 141 204 / 30%);
    margin-bottom: 15px;
    column-gap: 15px;
}

.Green_ACSS .recent-news-box-sidebar .logos {
    display: flex;
    position: relative;
    grid-column: span 3;
    justify-content: center;
    align-items: center;
	margin-bottom: 0px;
}

.Green_ACSS .recent-news-box-sidebar .logos .acss-logo {
	width: 80px;
}

.Green_ACSS .recent-news-box-sidebar .logos .icon {
    position: absolute;
    height: 40px;
    color: #00567D;
}

.Green_ACSS .recent-news-box-sidebar .details a {
    text-decoration: none;
    color: #333333;
}

/* ----------------- Media Queries --------------------- */

@media only screen and (min-width: 430px) {
	.events-news-background-blue{
		height: 3375px;
	}
}

@media only screen and (min-width: 576px) {
	.Green_ACSS .recent-news-box {
		grid-column: span 12;
	}

	.Green_ACSS .news-section h1{
		font-size: 2rem;
	}

	.Green_ACSS .gallery {
		display: flex;
	}

	.events-news-background-blue img.img-background {
		height: 1000px;
		visibility: visible;
	}
}

@media only screen and (min-width: 768px) {
	.Green_ACSS .recent-news-box {
		grid-column: span 6;
	}

	.Green_ACSS .tag-items a{
		font-size: 1rem;
	}

	.events-news-background-blue{
		height: 2460px;
		margin-bottom: 150px;
	}

	.Green_ACSS .news-list-box {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		column-gap: 30px;
	}

	.Green_ACSS .news-section h1{
		font-size: 2.5rem;
	}

	.Green_ACSS .news-list-view .article-search input {
		width: 50%;
	}

	.Green_ACSS h4 {
		font-size: inherit;
	}

	.Green_ACSS .details p {
		font-size: inherit;
	}
}

@media only screen and (min-width: 992px) {
	.Green_ACSS .recent-news-box {
		grid-column: span 4;
	}

	.Green_ACSS .news-section h1{
		font-size: 3.5rem;
	}

	.Green_ACSS .acss-logo {
		width: 100%;
	}

	.Green_ACSS .logos {
		margin-bottom: 0px;
	}

	.Green_ACSS .logos .icon {
		max-height: 68px;
	}

	.events-news-background-blue {
		height: 1400px;
		margin-bottom: 150px;
	}
}

@media only screen and (min-width: 1200px) {
	.events-news-background-blue {
		height: 1290px;
		margin-bottom: 150px;
	}

	.Green_ACSS .logos .icon {
		max-height: 88px;
	}
}

/* ----- Original CSS --------- */

.Green_ACSS .dig_btn {
	background-color:#57ba11;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #daf4c5;
	display:inline-block;
	color:#fff;
	font-size:15px;
	padding:6px 15px;
	text-decoration:none
}

.Green_ACSS .dig_btn:hover {
	background-color:#ade67d;
	color:#fff
}
.Green_ACSS .dig_btn:active {
	position:relative;
	top:1px;
	color:#fff
}
.Green_ACSS .dig_btn:visited {
	text-decoration:none;
	color:#fff
}
.Green_ACSS .dig_btn:link {
	text-decoration:none;
	color:#fff
}
.Green_ACSS .dig_btn_notsel {
	background-color:#daf4c5;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eee;
	display:inline-block;
	color:#000;
	font-size:15px;
	padding:6px 15px;
	text-decoration:none
}
.Green_ACSS .dig_btn_notsel:hover {
	background-color:#ade67d;
	color:#fff!important
}
.Green_ACSS .dig_btn_notsel:active {
	position:relative;
	top:1px;
	color:#000
}
.Green_ACSS .dig_btn_notsel:visited {
	text-decoration:none;
	color:#000
}
.Green_ACSS .dig_btn_notsel:link {
	text-decoration:none;
	color:#000
}
.Green_ACSS .da_vote_back {
	background:transparent url(voteback.png) no-repeat top left;
	width:50px;
	height:51px
}
.Green_ACSS .da_date_back {
	background:transparent url(dateback.png) no-repeat top left;
	width:55px;
	height:58px
}
.Green_ACSS .da_mark_back {
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ade67d), color-stop(1, #57ba11));
	background-image:-o-linear-gradient(bottom, #ade67d 0, #57ba11 100%);
	background-image:-moz-linear-gradient(bottom, #ade67d 0, #57ba11 100%);
	background-image:-webkit-linear-gradient(bottom, #ade67d 0, #57ba11 100%);
	background-image:-ms-linear-gradient(bottom, #ade67d 0, #57ba11 100%);
	background-image:linear-gradient(to bottom, #ade67d 0, #57ba11 100%);
	border-radius:5px;
	padding:8px 5px;
	-moz-box-shadow:0 0 5px #57ba11;
	-webkit-box-shadow:0 0 5px #57ba11;
	box-shadow:0 0 5px #57ba11;
	color:#fff
}
.Green_ACSS .dig_pager_current {
	background-color:#57ba11;
	font-weight:700;
	color:#fff
}
.Green_ACSS .dig_pager a:hover {
	background-color:#daf4c5;
	font-weight:700;
	color:#000
}
.Green_ACSS .dig_list_sep {
	color:#daf4c5
}
.Green_ACSS .da_vote_name {
	color:#fff
}
.Green_ACSS .pagination_tab {
	background-color:#eee;
	padding-top:4px
}
.Green_ACSS .pagination_tab span {
	margin-left:5px;
	padding:3px 15px;
	display:inline-block;
	background-color:#eee;
	border-top-left-radius:8px;
	border-top-right-radius:8px
}
.Green_ACSS .pagination_tab span.selected {
	border-width:5px 5px 0;
	background-color:#57ba11;
	color:#fff
}
.Green_ACSS .pagination_tab span.selected a {
	color:#fff
}
.Green_ACSS .image_carousel_tab {
	border:5px solid #57ba11;
	padding:10px;
	color:#fff
}
.Green_ACSS .catgrid table table {
	border-collapse:collapse
}
.Green_ACSS .catgrid table table th {
	background-color:#57ba11;
	padding:5px;
	color:#fff
}
.Green_ACSS .catgrid table table td {
	padding:3px
}
.Green_ACSS .catgrid table table {
	border:1px solid #daf4c5
}
.Green_ACSS .catgrid table table table {
	border:0
}
.Green_ACSS .catgrid .spacer {
	width:2%
}
.Green_ACSS .tree {
	list-style-type:none;
	padding-top:0;
	margin-top:0;
	padding-bottom:0;
	margin-bottom:0
}
.Green_ACSS .tree {
	padding-left:0
}
.Green_ACSS .tree ul {
	padding-left:10px
}
.Green_ACSS .tree li {
	list-style-type:none
}
.Green_ACSS .list {
	list-style-type:none;
	padding:0;
	margin:0
}
.Green_ACSS .list ul {
	padding-left:0
}
.Green_ACSS .list li {
	list-style-type:none
}
.Green_ACSS .subscribe {
	border:0 solid
}
.Green_ACSS .subscribe input {
	background:#fff;
	border:1px solid #ccc;
	font-size:15px;
	margin-bottom:10px;
	padding:8px 10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0 2px 2px #ddd;
	-moz-box-shadow:0 2px 2px #ddd;
	-webkit-box-shadow:0 2px 2px #ddd
}
.Green_ACSS .subscribe input {
	background:#fff url(email.png) no-repeat 10px center;
	padding-left:35px
}
.Green_ACSS .subscribe .subscribe-button {
	background:#57ba11;
	border:1px solid #ade67d;
	color:#fff;
	cursor:pointer;
	font-size:18px;
	font-weight:700;
	padding:8px;
	text-shadow:-1px -1px #1c5d28;
	display:inline-block;
	border-radius:3px
}
