h2 {
	font-family: 'Elza Text Bold';
	font-size: 30px;
	color: #606060;
	margin-bottom: 8px;
	padding-top: 15px;
}

:focus-visible {
	outline: 3px solid #005fcc;
	outline-offset: 2px;
}

.newsHeaderGrp {
	display: flex;
	align-items: center;
	gap: 1rem; 
}

	.newsHeaderGrp a.btn img {
		width: 33px; 
		height: 33px; 
		flex-shrink: 0; 
	}

	.newsHeaderGrp h1.sectionTitle {
		flex: 1; 
		word-break: break-word; 
		margin: 0;
	}

.staticBanner .bannerTitle{
	font-size:70px;
	font-family: 'Elza Text Bold';
    color: #606060;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.staticBanner{
	position:relative;
}
.staticBanner .col-12 {
	padding: 0;
}
.staticBanner .imgcontainer img {
	width:100%;
}
.subHeading{
	font-family:'Elza Text Bold';
	font-size:30px;
	color:#606060;
	margin-bottom:0;
}

.searchResultSec{
	padding:30px 0 90px 0;
}
.gridCardCol{
	margin-bottom:20px;
}
.showNavWrapper {
    margin-top: 12px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.showNavWrapper .showEntires{
	color:#454545;
	font-size:14px;
}

h5.title a {
	color: #678F00;
	font-family: 'Elza Text Bold';
	margin-bottom: 8px;
	text-decoration: none;
}
	h5.title a:hover,
	h5.title a:focus {
		text-decoration: underline;
	}

	h5.title a:focus {
		outline: none;
	}


.page-item.active .page-link {
    z-index: 3;
    color: #6A6A6A;
    background-color: #fff;
    border: 1px solid #6A6A6A;
}
.page-item .page-link {
    padding: 8px 15px;
    font-size: 16px;
	border:1px solid transparent;
    display: inline-flex;
    align-items: center;
	cursor:pointer;
}
.page-item.disabled .page-link{
	border:1px solid transparent;
}
.page-item .page-link{
	color: #212721;
}
.page-item .page-link:hover{
	background:#fff;
	color: #212721;
}
.page-link.previousLink, .page-link.nextLink {
	color:#212721;
}
.page-item .page-link:hover, .page-item .page-link:focus{
	color:#212721;
	opacity:0.8;
}
.page-link.previousLink{
	padding-right:28px
}
.page-link.nextLink {
	padding-left:13px;
}
.page-item.disabled .page-link {
    color: #6A6A6A;
}
.page-link.previousLink .text {
    display: inline-block;
    margin-left: 10px;
}
.page-link.nextLink .text {
    display: inline-block;
    margin-right: 10px;
}
.page-link.lastPreviousLink {
    padding: 8px 0;
}
.page-link.lastNextLink {
    padding: 8px 0;
}
.page-item .page-link span{
	display:inline-flex;
}
.page-item .nextIcon {
    background: url(/Master/Design001/assets/images/nextArrow-black.svg)no-repeat;
    width: 15px;
    display: inline-block;
    height: 30px;
}
.page-item.disabled .nextIcon {
    background: url(/Master/Design001/assets/images/nextArrow-grey.svg)no-repeat;
}
.page-item .previousIcon {
    background: url(/Master/Design001/assets/images/previousArrow-black.svg)no-repeat;
    width: 15px;
    display: inline-block;
    height: 30px;
}
.page-item.disabled .previousIcon {
    background: url(/Master/Design001/assets/images/previousArrow-grey.svg)no-repeat;
}
.page-item .lastPreviousIcon {
    background: url(/Master/Design001/assets/images/lastPreviousArrow-black.svg)no-repeat;
    width: 17px;
    display: inline-block;
    height: 30px;
}
.page-item.disabled .lastPreviousIcon {
    background: url(/Master/Design001/assets/images/lastPreviousArrow-grey.svg)no-repeat;
}
.page-item .lastNextIcon {
    background: url(/Master/Design001/assets/images/lastNextArrow-black.svg)no-repeat;
    width: 17px;
    display: inline-block;
    height: 30px;
}
.page-item.disabled .lastNextIcon {
    background: url(/Master/Design001/assets/images/lastNextArrow-grey.svg)no-repeat;
}
.pagination{
	align-items: center;
}
.page-item .page-link, .page-item.disabled .page-link {
    background: transparent;
}
.asideSubtitle {
    color: #606060;
    font-size: 18px;
    font-family: 'Elza Text Bold';
    border-bottom: 1px dashed rgb(1 92 152 / 50%);
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.asideNavSection .ctrlGrp{
	margin-bottom:16px;
}
.asideNavSection .customGrp {
    width: 100%;
    position: relative;
}
.asideNavSection .customGrp .form-control{
	padding-right:40px
}
.asideNavSection .customGrp .imgIcon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    max-width: 24px;
}
.customGroup .prepend .form-control {
    padding-left: 52px;
}
.customGroup .prepend {
    position: relative;
}
.customGroup .prepend .imgIcon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.viewmoreAction .btn-link {
    font-size: 14px;
    color: #606060;
    margin-top: 20px;
}
.viewmoreAction .btn-link:hover, .viewmoreAction .btn-link:focus {
    color: #606060;
}
.viewmoreAction .btn-link i{
    margin-left:12px;
}
.classesEventSec{
	margin-bottom:10px;
}
.contentList {
    color: #606060;
    list-style: none;
    padding: 0;
    font-size: 14px;
	column-count:3;
	margin-top:16px;
}
.contentList li{
    margin-bottom:16px;
	position:relative;
	padding-left:20px;
}
.contentList li::before{
    content:'';
	position:absolute;
	top:6px;
	left:0;
	width:10px;
	height:10px;
	background:#74A333;
	border-radius:50%;
}
.filterAction {
    margin-top: 30px;
}
.headerGrp h5 {
    font-size: 20px;
    color: #606060;
    margin-top: 10px;
	margin-bottom:0;
}
.searchResultRow{
	padding:0 40px;
}
.gridCard {
    background: #fff;
    box-shadow: 0px 10px 20px rgb(12 5 5 / 6%);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.gridCard .imgcontainer img{
    width:100%;
}
.gridCardCol{
	margin-bottom:20px;
}
.gridCard .part1 {
    padding: 20px 20px 0px 20px;
}
.gridCard .content2 {
    padding: 0px 20px 20px 20px;
	color: #015C98 !important;
}
.gridCard .btn-link {
    color: #015C98 !important;
	margin-top:10px;
}
.gridCard .title {
	font-size: 25px;
	color: #015C98;
	font-family: 'Elza Text Bold';
	margin-bottom: 8px;
}
.gridCard .desc {
    font-size: 16px;
    color: #606060;
	margin-bottom: 8px;
}
.gridCard .dateContent {
    display: inline-flex;
    color: #606060;
    font-size: 12px;
	align-items: center;
}
.gridCard .dateContent .imgIcon {
    display: inline-flex;
	margin-right: 6px;
}
.separator {
    border-bottom: 2px dashed rgb(96 96 96 / 20%);
    margin: 16px 0;
}
.btn-tertiary {
    background: #AFD679 !important;
	border-color: #AFD679 !important;
    border-radius: 10px;
    outline: none !important;
    box-shadow: none !important;
    padding: 4px 4px;
}
.btn-tertiary:hover, .btn-tertiary:focus {
    background: #AFD679;
	border-color: #AFD679;
    opacity:0.8;
}
/*news detail*/
.newsDetailSec{
	padding:84px 0px 40px 0px;
}
.newsDetailSec .asideNavTitle {
    font-size: 30px;
    margin-bottom: 28px;
}
.asideGridList .gridCard {
    background: #F7F7F7;
    margin-bottom: 36px;
    box-shadow: none;
}
.asideGridListCol{
	border-left: 1px dashed rgb(1 92 152 / 30%);
}
.newsHeaderGrp {
    display: flex;
    align-items: flex-start;
}
.newsHeaderGrp .btn-tertiary {
    margin-right: 15px;
    margin-top: 6px;
}
.newsHeaderDesc {
    display: flex;
    justify-content: space-between;
    align-items: end;	
    margin-bottom: 36px;
}
.newsHeaderGrp .btn-tertiary {
    padding: 6px 6px;
}
.newssubHeadergrp{
	display: flex;
	align-items: center;
    margin-left: 65px;
}
.newsHeaderDesc .subNewsHeader {
    margin-bottom: 0;
    font-size: 20px;
    color: #606060;
    padding-right: 24px;
    margin-right: 24px;
    border-right: 1px solid #606060;
	font-family: 'Elza Text Medium';
}
.headerDate {
    display: flex;
    font-size: 20px;
    color: #606060;
}
.headerDate .imgIcon {
    position: relative;
    top: -3px;
    margin-right: 12px;
}
.newsHeaderDesc .shareBtn {
    padding: 0;
    max-width: 50px;
}
.newsDetailContent .staticBanner {
    margin-bottom: 32px;
}
.newsDetailContent .staticBanner img{
    width: 100%;
	border-radius: 30px;
}
	.newsDetailContent img {
		border-radius: 30px;
	}
.newsDetailContent {
    font-size: 18px;
    color: #606060;
}
.newsDetailContent .subHeading {
    font-size: 30px;
    font-family: 'Elza Text Bold';
    margin-top: 25px;
    margin-bottom: 20px;
}
.newsDetailContent li .subHeading {
    margin-top: 0px;
    margin-bottom: 18px;
}
.newsDetailContent li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 20px;
}
.newsDetailContent ul li {
    list-style:none;
	position:relative;
}
.newsDetailContent ol {
    padding:0
}
.newsDetailContent ul {
    color: #606060;
    list-style: none;
    padding: 0;
    font-size: 18px;
    margin-top: 16px;
}

.newsDetailContent ul li::before {
    content: '';
    position: absolute;
    top: 9.5px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #74A333;
    border-radius: 50%;
}

.newsDetailContent .listcontentWrapper {
    padding-left: 0px;
}
.newsDetailContent .listcontentWrapper ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: -25px;
    width: 15px;
    height: 15px;
    background: #74A333;
    border-radius: 50%;
}
.newsDetailContent .content a.btn-link {
    font-size: 18px;
    display: inline-flex;
    text-decoration: underline !important;
}
.btn-outline-primary {
    color: #0075A9;
	border:1px solid #0075A9;
    font-size: 18px;
    font-family: 'Elza Text Bold';
    border-radius: 32px;
    padding: 10px 28px;
}
.btn-outline-primary:focus, .btn-outline-primary:hover {
    color: #fff;
	border:1px solid #0075A9;
    border-radius: 32px;
	background:#0075A9;
}
.newsDetailContent .btn-outline-primary{
	margin-top:24px;
}
.asideGridList .gridCard .title {
    font-size: 24px;
}
.newsDetailRow {
    padding: 0 40px;
}
.resultWrapperSec .gridCard .imgcontainer {
    width: 100%;
    height: 300px; /* same height for all images */
    overflow: hidden;
}

.resultWrapperSec .gridCard .imgcontainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.form-check-input:focus {
    outline: 3px solid #005fcc;
    outline-offset: 2px;
}
@media(min-width:768px){
	
}
@media(min-width:992px){
	
}
@media(min-width:1366px){
	


}
@media(min-width:1440px){
	
}
@media(min-width:1536px){
	
}
@media(min-width:1600px){
	
}
@media(min-width:1920px){
	
}
@media(min-width:2560px){
	
}



@media(max-width:1600px){
	
}
@media(max-width:1532px){
	
}
@media(max-width:1440px){
	
}
@media(max-width:1366px){
	.quickSearchWrapper {
		padding: 0 30px;
	}
}
@media(max-width:1280px){
	
}
@media(max-width:1200px){
	
}
@media(max-width:1199px){
	.staticBanner .bannerTitle {
        font-size: 50px;
    }
	.breadcrumbRow {
		padding: 0 15px;
	}
	
	.searchResultRow{
		padding:0 25px;
	}
	.filterKeywordSec {
		margin-bottom: 30px;
	}
	.gridCard .title {
		font-size: 20px;
	}
	.subHeading {
		font-size: 26px;
	}
	.newsDetailContent .subHeading {
		font-size: 26px;
	}
	.gridCard .btn-link {
		font-size: 14px;
	}
	.newsDetailSec {
		padding: 30px 15px;
	}
	.newsHeaderDesc .subNewsHeader, .headerDate {
		font-size: 18px;
	}
	.newssubHeadergrp {
		margin-left: 60px;
	}
	.newsDetailSec .asideNavTitle {
		font-size: 24px;
	}
	.asideSubtitle {
		font-size: 16px;
	}
	.newsDetailRow {
		padding: 0 15px;
	}
}
@media(max-width:1024px){
	
	
}
@media(max-width:1023px){
	.tabHeader a {
        font-size: 18px;
        padding: 20px 28px;
    }
	.tabContent .collapse h1 {
		padding: 24px 0;
	}
	.subSectionTitle {
		font-size: 24px;
	}
	.newsHeaderDesc .shareBtn {
		max-width: 42px;
	}
	.newsHeaderGrp .btn-tertiary {
		padding: 4px 4px;
		max-width: 42px;
	}
	.newsDetailContent {
		font-size: 16px;
	}
	.newsDetailContent .content a.btn-link {
		font-size: 16px;
	}
	.newsDetailContent .listcontentWrapper ul li::before {
		width: 12px;
		height: 12px;
	}
	.btn-outline-primary{
		font-size: 16px;
	}
}
@media(max-width:992px){
	
}
@media(max-width:991px){
	.staticBanner .bannerTitle {
        font-size: 24px;
    }
	.quickSearchWrapper {
        padding: 0 15px;
    }
	.subHeading {
		font-size: 24px;
	}
	.newsDetailContent .subHeading {
		font-size: 18px;
	}
	.resultWrapperCol{
		order:4;
	}
	.headerGrpCol{
		order:3;
	}
	.asideNavSectionCol{
		order:2;
	}
	.searchResultSec {
		padding: 30px 0;
	}
	.filterAction {
		margin-top: 0px;
	}
	.breadcrumbRow {
		top: 12px;
		margin-bottom: 12px;
	}
	
	.searchResultRow{
		padding:0 15px;
	}
	.headerGrp h5 {
		font-size: 18px;
	}
	.newsHeaderGrp .btn-tertiary {
        max-width: 42px;
		 margin-top: 0;
    }
	.newsHeaderDesc .subNewsHeader, .headerDate {
        font-size: 16px;
    }
	.asideGridListCol {
		border-left: none;
		margin-top: 24px;
	}
	.newsDetailRow {
        padding: 0 0px;
    }
}
@media(max-width:768px){
	
	
}
@media(max-width:767px){
	.staticBanner .bannerTitle {
        font-size: 20px;
    }
	.quickSearchWrapper .form-group {
		margin-bottom: 15px;
	}
	.quickSearchWrapper .btn-outline-primary {
		width: 100%;
		margin-bottom: 15px;
	}	
	.breadcrumb a {
		font-size: 14px;
	}
	.breadcrumb-item+.breadcrumb-item::before {
		margin: 6px 6px;
	}
	.breadcrumbRow {
        top: 4px;
        margin-bottom: 4px;
    }
	.headerGrp h5 {
		font-size: 14px;
	}	
	.gridCard .part1 {
		padding: 15px 15px 0px 15px;
	}
	.gridCard .title {
        font-size: 20px;
    }
	.gridCard .desc {
		font-size: 12px;
	}
	.newsHeaderGrp {
		flex-direction: column;
	}
	.newsHeaderGrp .btn-tertiary {
        margin-bottom: 15px;
    }
	.newssubHeadergrp {
		margin-left: 0px;
		flex-direction: column;
        align-items: flex-start;
	}
	.newsHeaderDesc .subNewsHeader {
        border: none;
        margin-right: 0;
        padding-right: 0;
		margin-bottom: 12px;
    }
	.newsDetailRow {
		position:relative;
    }
	.newsHeaderGrp .btn-tertiary {
		margin-top: 0;
	}
	.newsHeaderDesc .shareBtn {
        position: absolute;
        right: 30px;
        top: 0;
    }
	.newsDetailContent .staticBanner {
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.newsDetailSec{
		margin-bottom: 20px;
	}
	.newsDetailContent {
        font-size: 14px;
    }
	.newsDetailContent .content a.btn-link {
		font-size: 14px;
	}
	.newsDetailSec .asideNavTitle {
		font-size: 20px;
	}
	.asideGridList .gridCard {
		margin-bottom: 20px;
		background: #fff;
	}
	.asideGridListCol {
        background: #f7f7f7;
        padding: 30px 30px;
        margin-left: -15px;
        min-width: calc(100% + 30px) !important;
    }
	.newsDetailSec {
        padding: 30px 15px 0px 15px;
    }
	.newsDetailContent .subHeading {
		font-size: 16px;
	}
	
}
@media(max-width:576px){
	.quickSearchWrapper .control-label {
		margin-bottom: 8px;
	}
	.quickSearchWrapper .form-group {
        margin-bottom: 10px;
    }
	.quickSearchWrapper .btn-outline-primary {
		margin-bottom: 10px;
	}
	.quickSearchSec {
		padding: 15px 0;
	}
	.showNavWrapper {
		flex-direction: column;
		align-items: flex-start;
	}
	.showNavWrapper .showEntires {
		margin-bottom: 15px;
	}
	.subHeading {
        font-size: 18px;
    }
	h1 {
        font-size: 18px;
    }
}
@media(max-width:575px){
	
}
@media(max-width:480px){
	
	
}
@media(max-width:420px){
	
	
}
@media (max-width:380px){
	
	
}


/* Tooltip Styles */
.desc {
    position: relative !important;
    display: inline-block !important;
}
.newstooltip {
    position: relative;
    display: inline;
    font-family: 'ProductSansBold';
    color: #606060;
    cursor: pointer;
    padding-left: 2px;
    font-weight: bold;
}

.desc .tooltiptext {
    visibility: hidden;
    background-color: #343a40;
    color: #ffffff;
    border-radius: 7px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1000;
    bottom: 130%;
    left: 0;
    white-space: normal;
    max-width: 350px;
}

.desc .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    border: 6px solid;
    border-color: #343a40 transparent transparent transparent;
}

.newstooltip:hover+.tooltiptext {
    visibility: visible;
}
.news-subscribe-link,
.news-mostrecentnews-link {
    background-image: url(/News/assets/images/rss.png);
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    padding-left: 19px;
    text-decoration: none;
    color: #000;
    padding: 12px 10px 10px 22px;
    text-decoration: underline;
}
 .date-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%236c757d' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    cursor: pointer;
}