@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

/*ul.newsEventsCol time > span:before,*/
/*ul.newsEventsCol time > span:after,*/
.empty:before,
/*.newsEventsContainer ul.mainCol2 > li:last-child ul.newsEventsCol > li a:before,*/
.newsEventsContainer ul.mainCol2 > li .bottomLinks a:before,
/*.newsEventsContainer ul.mainCol2 > li .bottomLinks a + a:after,*/
.servicesRegisterContainer ul.quickAccssServices a:before {
    content: "\f10c";
    font-family: 'Font Awesome 5 Pro Regular';
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    color: inherit;
    display: inline-block;
}
.topStayConnected {
    display: none;
}
.bodyGradient {
    background: none;
}
.d-show{
		display: none;
}
ul.quickAccssServices,
ul.quickAccssServices > li,
ul.newsEventsCol,
ul.newsEventsCol > li {
    list-style: none;
    padding: 0;
    margin: 0;
}

main {
    width: 100%;
	padding: 2rem 0 0 0;
}

main > li {
    list-style: none;
}
.hideMe {
    position: absolute;
    top: -9999em;
    left: -9999em;
}
.newsEventsContainer h4,
.servicesRegisterContainer h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: .6em;
    color: #488121;
}
.newsEventsContainer h4 > span,
.servicesRegisterContainer h4 > span {
    font-family:'Roboto Slab',serif;
    font-weight: bold;
    font-size: 35px;
    text-transform: capitalize;
    color: #051e55;
}
.newsEventsContainer ul.mainCol2 > li,
.servicesRegisterContainer ul.mainCol2 > li {
    padding: 4em 1em;
}
/*.newsEventsContainer ul.mainCol2 > li:first-child,*/
.servicesRegisterContainer ul.mainCol2 > li:first-child {
    padding-right: 4em;
    background: rgb(244,242,241);
}
/*.newsEventsContainer ul.mainCol2 > li:last-child,*/
.servicesRegisterContainer ul.mainCol2 > li:last-child {
    padding-left: 4em;
    background: rgb(255,255,255);
}
.innerMainCont {
    width: 100%;
    text-align: left;
}
#eventsLists .newsEventsCol li {
    position: relative;
}
#eventsLists .newsEventsCol i {
    position: absolute;
    top: 22%;
    left: 0;
    font-weight: 700;
    color: #488121;
    font-size: 57px;
}
#eventsLists a.iconPost .read i {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto .5rem;
    font-size: 35px;
    color: #051e55;
}
.servicesRegisterContainer .innerMainCont {
    padding-bottom: 0;
}
.newsEventsContainer ul.mainCol2 > li:last-child .innerMainCont,
.servicesRegisterContainer ul.mainCol2 > li:last-child .innerMainCont {
    margin: 0 auto 0 0;
}

.newsEventsContainer ul.mainCol2 > li:first-child {
    /*padding: 0;*/
    margin-right: 1rem;
}
.newsEventsContainer ul.mainCol2 > li:last-child {
    /*padding:0;*/
    margin-left: 1rem;
}

.newsEventsContainer {
    position: relative;
}
.newsEventsContainer ul.mainCol2 {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
	flex-wrap: nowrap;
    padding: 0;
}

.innerHomeCont {
    padding-top: -1em;
    margin-top: 0 !important;
    padding-right: .5em; 
}

.innerHomeCont h3 {
    position: relative;
    font: 600 1.375em 'Roboto', sans-serif;
    color: rgb(255,255,255);
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0.85em 1.5em;
    margin-bottom: 0;
}
.innerHomeCont h3:after  {
    content:"\f138";
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.innerHomeCont i{
    color: rgb(80,121,79);
    font-size: 2.5em;
	position: relative;
	left: -.4em;
	top: .5em
}

.innerHomeCont h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 26px;
    font-weight:300;
    text-transform:uppercase;
    margin-bottom: -.2em;
    color: rgb(68,71,77);
    margin-left: 2em;
}
.innerHomeCont h2 span {
    font-weight: bold;
    font-size: 47px;
    top: -13px;
    position:relative;
    padding-left: 1.6em;
	letter-spacing: 2px;
}
.espan{
    padding-left: 1.5em !important;
}
.pe_line{
    border-bottom: 2px solid rgba(76,89,107,0.5) !important;
    position: relative;
    width: 90%;
    margin-bottom: 1em;
    margin-left: 2em;
}
.innerHomeCont p {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgb(45,57,82);
    text-align: left;
    margin-left: 2em;
    padding-right: 2.5em;
}

.innerHomeCont button {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    color: rgb(255,255,255);
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    padding: 0.6em 3em;
    cursor: pointer;
    border: none !important;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    background: rgb(76,89,107);
    width: calc(100% - -2px);
}
.innerHomeCont button:hover {
    border-color: rgb(45,57,82);
    background: rgb(45,57,82);
}
.newsEventsContainer ul.mainCol2 > li {
    position: relative;
    height: auto;
    /*min-height: 40em;*/
    padding: 0 0 4em 0;
}

.newsEventsContainer ul.mainCol2 > li:first-child ul.newsEventsCol > li {
    /*float: left;*/
    width: 100%;
    padding-top:.8em;
    padding-bottom: 1em;
}
@-moz-document url-prefix() {
    .newsEventsContainer ul.mainCol2 > li:first-child ul.newsEventsCol > li {
        padding-bottom: 2em;
    }
}
/*.newsEventsContainer ul.mainCol2 > li:first-child  ul.newsEventsCol > li:nth-child(odd) {
    padding-right: 0.6em;
}
.newsEventsContainer ul.mainCol2 > li:first-child  ul.newsEventsCol > li:nth-child(even) {
    padding-left: 0.6em;
}
ul#listLN li,
ul#listUE li {
    display: none;
}*/
.newsEventsContainer ul.mainCol2 > li:last-child ul.newsEventsCol > li {
    /*position: relative;
    margin-bottom: 3rem;*/
}
.newsEventsContainer ul.mainCol2 > li:last-child  ul.newsEventsCol > li a {
    position: relative;
    font-size: 11px !important;
    /*height: 75px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    display: inline-block;
	padding: 1.5rem 7.5rem 2rem 6rem;
    width: 100%;
    border-bottom: 1px dashed #051e5570;
}
/*.newsEventsContainer ul.mainCol2 > li:last-child ul.newsEventsCol > li a:before {
    position: absolute;
    right: 0;
    content: "\f133";
    font-family: 'Font Awesome 5 Pro' !important;
    font-size: 3em;
    font-weight: 300;
    display: block;
    text-align: center;
    margin-bottom: 0.2em;
}*/
/*#eventsLists ul.newsEventsCol {
    margin-top: 3rem;
}*/

#eventsLists a.iconPost .eventwidth {
    margin-bottom: 3px;
}
#eventsLists a.iconPost .read {
    position: absolute;
    right: 0;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#eventsLists .read-m-txt {
    font-size: 15px;
}
#eventsLists .greentime {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0.9px;
    color: #727070;
	text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
}
#eventsLists ul.newsEventsCol li {
    /*background-image: url(../images/dashed.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    border-bottom: 1px dashed #051e5570;*/
}
#eventsLists ul.newsEventsCol li:last-of-type a.iconPost { 
    border-bottom: none;
	margin-bottom: 0;
}
.newsEventsContainer ul.mainCol2 > li:last-child ul.newsEventsCol > li h5 {
    min-height: 0;
    border-bottom: none;
    margin-bottom: 0;
    font-size: 17px;
    padding-bottom: 0;
}
.newsEventsContainer {
    position: relative;
}
.newsEventsContainer .noticesInfoCon .noticesInfo {
    /*position: absolute;
    left: 19rem;
    bottom: 1.5rem;
    width: 100%;*/
	padding: 1.25rem 0 1.25rem 18rem;
}
.eventtitle > h5, .eventstitle {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap !important;
    overflow: hidden;
}
#eventsLists .eventstitle {
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 10px;
	    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
}
h5 .eventstitle > span {
    white-space: nowrap !important;
    max-width: 40% !important;
}
ul.newsEventsCol h5 {
    position: relative;
    height: auto;
    min-height: 1.1em;
    font-family: 'Roboto Slab', serif !important;
   /* font-size: 22px;*/
    font-weight: bold;
    color: #051e55;
    margin-bottom: 0.5em;
    letter-spacing: 1.1px;
	text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
}

.innerNewsTitle {
    /*position: absolute;
    top: 50%;
    left: 0;*/
    font-size: 22px !important;
    /*transform: translateY(-50%);*/
	text-overflow: ellipsis;
  	white-space: nowrap !important;
  	overflow: hidden;
    /*width: 80%;*/
}

ul.newsEventsCol .smallText {
    font-family: 'Roboto', sans-serif !important;
	font-size: 10px;
    color: rgb(76,89,107);
    text-transform: uppercase;
    display: block;
    margin-bottom: 0;
	
}
ul.newsEventsCol time {
    color: #727070;
    font-family: 'Open Sans', sans-serif;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.3em;
    text-transform: uppercase;
	    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
}

ul.newsEventsCol time > span {
    display: inline-block;
    margin-right: 0.5em;
    text-transform: uppercase;
}

/*ul.newsEventsCol time > span:before {
    content: "\f017";
    margin-right: 0.5em;
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 400;
}*/

ul.mainCol2 > li:first-child ul.newsEventsCol time > span:before {
    content: normal;
}
/*ul.mainCol2 > li:first-child ul.newsEventsCol time > span:after {
    content: "\f017";
    margin-left: 0.2em;
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 400;
}*/
ul.mainCol2 > li:last-child ul.newsEventsCol time > span {
    margin-right: 0;
}
ul.mainCol2 > li:last-child ul.newsEventsCol time > span:after {
    content: normal;
}
/*main .container {
    padding-top: 3em;
    padding-bottom: 3em;
}*/
main {
    width: 100%;
}
main .container-fluid {
    padding-top: 3em;
    width: 90%;
}

ul.mainCol2 > li {    
	width: 100%;
	display: block;
	list-style: none; 
}

.featuredImg {
    display: block;
    margin-bottom: 1em;
}
.featuredImg img {
    display: block;
	max-width: 16rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
	border-radius: 0.5rem;
	position: absolute;
    left: 0;
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
}
/*.empty {
	padding: 0 2em;
}*/
.empty:before {
	content: "\f05e";
	font-family: 'Font Awesome 5 Pro';
	font-size: 6.5em;
	color: rgb(222,219,218);
	text-align: center;
	display: block;
	margin-left: 0;
	margin-bottom: 0.12em;
}
.empty p:first-of-type {
    font: 700 1em 'Roboto', sans-serif;
    color: rgb(55,83,54);
}

ul.newsEventsCol a,
ul.newsEventsCol a:link {
    font-weight: bold;
    font-size: 18px;
    color: #488121;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}
ul.newsEventsCol a .rm:after {
    content: "\f324";
    font-family: 'Font Awesome 5 Pro';
    margin-left: 0.3rem;
}
ul.newsEventsCol a:visited {
    color: rgb(80,121,79);
}
/*ul.newsEventsCol a:hover {
    color: rgb(119,168,224)
}*/
ul.newsEventsCol a:active {
    color: rgb(119,168,224)
}
ul.newsEventsCol a:focus {
    color: rgb(119,168,224);
}

#eventsLists a.iconPost *,
#newsLists .noticesInfoCon * {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s !important;
}
#eventsLists a.iconPost:hover *,
#newsLists .noticesInfoCon:hover * {
    color: #2267ae !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.newsEventsContainer ul.mainCol2 > li .bottomLinks {
    position: absolute;
    bottom: 6em;
    /*min-width: 570px !important;*/
    text-align: center;
    margin: auto;
    width: 100%;
}
div.onegrey{
    position:absolute;
	width: calc(100%);
	margin-top: 3.5em;
}

div.onegrey1{
    position:absolute;
    margin-top: 3.5em;
	width: calc(100%);
}

.greentime{
	color: rgb(55,83,54) !important;
	text-transform: uppercase;
	font-size: 15px !important;
}
.nleft{
	text-align:left !important;
}
.nright{
	text-align: right !important;
}

.newsEventsContainer ul.mainCol2 > li .bottomLinks a,
.newsEventsContainer ul.mainCol2 > li .bottomLinks a:link {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px !important;
    font-weight: bold;
    color: #051e55;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.9px;
    text-align: center;
    width: 49.5%;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.newsEventsContainer ul.mainCol2 > li .bottomLinks a:visited {
    color: #051e55;
}

.newsEventsContainer ul.mainCol2 > li .bottomLinks a:hover,
.newsEventsContainer ul.mainCol2 > li .bottomLinks a:hover:before,
.newsEventsContainer ul.mainCol2 > li .bottomLinks a:hover:after {
    color: #2267ae !important;
}
/*.newsEventsContainer ul.mainCol2 > li .bottomLinks a:active {
    color: rgb(255,255,255);
    background: rgb(45,57,82) ;
}*/
/*.newsEventsContainer ul.mainCol2 > li .bottomLinks a:focus {
    color: rgb(255,255,255);
    background: rgb(45,57,82);
}*/

.newsEventsContainer ul.mainCol2 > li .bottomLinks a:before {
    margin-right: 0.5em;
	-moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
/*.newsEventsContainer ul.mainCol2 > li .bottomLinks a + a:after {
    content: none !important;
    margin-left: 0.5em;
}*/
.newsEventsContainer ul.mainCol2 > li:first-child .bottomLinks a:before {
    content: "\f044";
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    color: #488121;
}
.newsEventsContainer ul.mainCol2 > li:first-child .bottomLinks a + a:before {
    content: "\f00a";
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    color: #488121;
}
.newsEventsContainer ul.mainCol2 > li:last-child .bottomLinks a:before {
    content: "\f133";
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    color: #488121;
}
.newsEventsContainer ul.mainCol2 > li:last-child .bottomLinks a + a:before {
    content: "\f073";
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
}
ul.mainCol2 > li .bottomLinks a:after {
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    color: #488121;
    margin-left: 0.7rem;
}
.newsCont {
    position: relative;
    min-height: 38em;
    padding-bottom: 5em;
    background: rgb(230,239,242);
}
@-moz-document url-prefix() {
    .newsCont {
        min-height: 39em;
    }
}


.pollCont {
    margin-bottom: 3em;
    background: rgb(232,235,239);
}
.regCont {
   background: rgb(232,235,239);
}
.pollCont p{
    padding-bottom: 1em;
}
.regCont p{
    padding-bottom: 1.6em;
}
.newsCont h3 {
    font: 400 2em 'Roboto', sans-serif;
    color: rgb(255,255,255);
    padding: 0.4em 0.5em 0.4em 1.2em;
    margin-bottom: 0;
    background: rgb(111,170,42);
}

.newsCont a.iconPost,
.newsCont a.iconPost:link {
    position: relative;
    font: 700 1.6em  'Roboto', sans-serif;
    color: rgb(55,83,54) ;
    display: block;
    padding: 1em 1em 0 4.1em;
}
.newsCont a.iconPost:visited {
    color: rgb(55,83,54) ;
}
.newsCont a.iconPost:hover {
    color: rgb(55,83,54) ;
}
.newsCont a.iconPost:active {
    color: rgb(55,83,54);
}
.newsCont a.iconPost:focus {
    color: rgb(55,83,54);
}

.newsCont a.iconPost:before {
    content: "\f0f6";
    position: absolute;
    top: 1em;
    left: 1.2em;
    font-size: 35px;
    color: rgb(111,170,42);
    margin-left: 0;
    margin-right: 0.5em;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}
.newsCont a.iconPost:hover:before {
    color: rgb(55,83,54);
}

.newsCont a.iconPost h4 {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    overflow: hidden;
    white-space:  nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.newsCont a.iconPost time {
    position: relative;
    top: -0.5em;
    font: 400 0.65em 'Roboto',sans-serif;
    color: rgb(53,53,53);
}


.empty a,
.empty a:link {
    font-weight: bold;
    text-decoration: underline;
}


@media all and (-ms-high-contrast:none) and (max-width:768px){
	.newsEventsContainer ul.mainCol2 > li:first-child {
    max-width: 680px;
	min-width: 250px !important;
	}
	.newsEventsContainer ul.mainCol2 > li:last-child {
    background: rgb(255,255,255);
    max-width: 680px !important;
	min-width: 250px;
    margin-left: -1.4em;
    margin-top: 3em;
    padding-top: .2em;
    padding-bottom: 3em;
	}

}

/****************************************************************
MEDIA QUERY
****************************************************************/
@media only screen and (max-width:1800px) {
    /*.newsEventsContainer h4,
    .servicesRegisterContainer h4 {
        font-size: 1.6em;
    }

    ul.newsEventsCol .smallText {
        font-size: 0.8em;
    }
    ul.newsEventsCol h5 {
        font-size: 1.2em;
    }
    ul.newsEventsCol time,
    ul.newsEventsCol a,
    ul.newsEventsCol a:link {
        font-size: 0.8em;
    }
	.newsEventsContainer ul.mainCol2 > li:last-child ul.newsEventsCol > li {
    padding: 1.4em 8em 1.8em 2em;
	 }
    .eventtitle{
    	margin: 1.25em 1em 1em 1em;
    }*/
}
@media only screen and (max-width:1700px){
	/*.regCont p{
		padding-bottom: .3em;
	}
	 div.onegrey{
	width: calc(100% - -150px) !important;
    }
    div.onegrey1{
	width: calc(100% - 100px);
    }*/

}

@media only screen and (max-width: 1600px){
	/*.innerNewsTitle {
  	width: 110%;
	}
    div.onegrey{
	width: calc(100% - -102px) !important;
    }
    div.onegrey1{
	width: calc(100% - 135px);
    }
    .eventtitle{
    	margin: 1.28em 1em 1em 1em;
    }*/
}
@media only screen and (max-width: 1570px){
    /*div.onegrey{
	width: calc(100% - -55px) !important;
    }
    div.onegrey1{
	width: calc(100% - 165px);
    }*/
}

@media only screen and (max-width: 1500px){
	/*.innerNewsTitle{
		font-size: 17px !important;
	}
	.newsEventsContainer ul.mainCol2 > li:last-child  ul.newsEventsCol > li h5 {
    font-size: 17px !important;
	}
	.greentime{
	font-size: 15px !important;
	}
	.newsEventsContainer ul.mainCol2 > li:last-child ul.newsEventsCol > li a:before {
    margin-bottom: 0.1em !important;
	}*/
}

@media only screen and (max-width: 1440px){
	/*.innerNewsTitle {
    font-size: 16px !important;
    width: 100% !important;
	}
    div.onegrey{
	width: calc(100% - -40px) !important;
    }
    div.onegrey1{
	width: calc(100% - 175px);
    }
    li .bottomLinks a:link {
    font-size: 14px;
    }
    .innerHomeCont h2 span {
    font-size: 40px;
    padding-left: 2em;
    }   
    .espan{
        padding-left: 1.8em !important;
    }
    .pollCont p{
    padding-bottom: 1.4em;
    }
    .regCont p{
    padding-bottom: 1em;
    }*/
}

/*@media only screen and (max-width:1340px) {
    .newsEventsContainer ul.mainCol2 > li:first-child {
        padding-right: 2em;
    }
    .newsEventsContainer ul.mainCol2 > li:last-child {
        padding-left: 2em;
    }
}*/

@media only screen and (max-width: 1420px) {

    .featuredImg img {
        max-width: 13rem;
    }

    #eventsLists .newsEventsCol i {
        font-size: 40px;
    }

    #eventsLists a.iconPost .read i {
        font-size: 28px;
    }

    .newsEventsContainer .noticesInfoCon .noticesInfo {
        padding: 0.25rem 0 0.25rem 14.5rem;
    }

    .newsEventsContainer ul.mainCol2 > li:last-child ul.newsEventsCol > li a {
        padding: 1rem 5.5rem 1rem 4rem;
    }

    #eventsLists .read-m-txt {
        font-size: 13px;
        letter-spacing: 1px;
    }

    ul.newsEventsCol time,
    .greentime {
        font-size: 13px !important;
    }

    ul.newsEventsCol a, ul.newsEventsCol a:link {
        font-size: 14px;
    }

    .newsEventsContainer ul.mainCol2 > li .bottomLinks a,
    .newsEventsContainer ul.mainCol2 > li .bottomLinks a:link {
        font-size: 14px !important;
    }

    .innerNewsTitle,
    #eventsLists .eventstitle {
        font-size: 20px !important;
    }

    #eventsLists .eventstitle {
        margin-bottom: 5px;
    }

  
}

@media only screen and (max-width:1190px){

    .newsEventsContainer ul.mainCol2 {
        flex-direction: column;
        align-items: center;
    }
	
	.featuredImg img {
		max-width: 11.5rem;
	}
	
	.newsEventsContainer .noticesInfoCon .noticesInfo {
		padding: 0.25rem 0 0.25rem 12.5rem;
	}


    .newsEventsContainer ul.mainCol2 > li:last-child ul.newsEventsCol > li a {
        padding: 1rem 91px 1rem 3.75rem;
    }
	
	#eventsLists .eventstitle {
		margin-bottom: 0;
	}
	
	#eventsLists .eventstitle,
	.innerNewsTitle {
    	font-size: 19px !important;
	}
    div.onegrey,
    div.onegrey1 {
        width: calc(98%);
    }

	.newsEventsContainer ul.mainCol2 > li:first-child {
		margin-right: 0;
		margin-bottom: 2rem;
	}
	
	.newsEventsContainer ul.mainCol2 > li:last-child {
		margin-left: 0;
	}
	
}

@media only screen and (max-width:785px){
	
	.frmSearch {
		display: block;
		position: absolute;
		bottom: auto;
    	top: -3.5rem;
		left: 0;
		right: 0;
		width: 100%;
		margin: 0;
		max-width: 100%;
		background: #488121;
		padding: 0;
	}
	
	.frmSearch input[type="search"] {
		font-size: 1.15em;
		color: #fff;
		opacity: 1;
		padding: 1rem 3.5rem 1rem 4rem;
	}
	
	.frmSearch:after {
		content: normal;
	}
	
	.frmSearch button[type="submit"] {
		font-size: 1em;
		padding-top: 0.68em;
		padding-bottom: 0.68em;
		top: 0.5rem;
    	right: 3.5rem;
		left: auto;
		color: #fff;
	}
 
	
	.frmSearch fieldset {
		padding-top: 0;
	}
	
	
}

@media only screen and (max-width: 600px){
	
	.frmSearch input[type="search"] {
		padding: 1rem 3.5rem 1rem 2rem;
	}
	
	.frmSearch button[type="submit"] {
		right: 1.5rem;
	}
}

@media only screen and (max-width:500px){
    .newsEventsContainer ul.mainCol2 > li .bottomLinks a,
    .newsEventsContainer ul.mainCol2 > li .bottomLinks a:link {
        width: 100%;
        text-align: center !important;
        border: 2px solid #051e55;
        margin: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 3px;
    }
    .newsEventsContainer ul.mainCol2 > li {
        margin-bottom: 4em;
    }
    .newsEventsContainer ul.mainCol2 > li:last-child,
    .newsEventsContainer ul.mainCol2 > li:first-child {
        margin-left: 0;
		margin-right: 0;
    }
	
	.newsEventsContainer ul.mainCol2 > li:first-child {
		margin-bottom: 5rem;
	}
	
	.newsEventsContainer h4,
	.servicesRegisterContainer h4 {
		font-size: 16px;
	}
	
	.newsEventsContainer h4 > span,
	.servicesRegisterContainer h4 > span {
		font-size: 30px;
	}

}

@media only screen and (max-width:480px) {
	
	.featuredImg img {
		max-width: 9rem;
	}
	
	.newsEventsContainer .noticesInfoCon .noticesInfo {
		padding: 0.25rem 0 0.25rem 10rem;
	}
	
	ul.newsEventsCol time,
	.greentime {
		font-size: 11px !important;
	}
	
	ul.newsEventsCol a,
	ul.newsEventsCol a:link {
		font-size: 13px;
	}
	
	#eventsLists .eventstitle,
	.innerNewsTitle {
		font-size: 15px !important;
	}
	
	ul.newsEventsCol time {
		margin-bottom: 0;
	}
	
	ul.newsEventsCol h5 {
		margin-bottom: 0.25em;
	}
	
	.newsEventsContainer ul.mainCol2 > li:first-child ul.newsEventsCol > li {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	
	#eventsLists a.iconPost .read i {
		font-size: 22px;
		margin: 0 auto 0.25rem;
	}
	
	#eventsLists .read-m-txt {
    	font-size: 10px;
	}
	
	
	
}



	/*.newstitle{
		margin-left: -1em !important;
		width: 102% !important;
	}
	.eventtitle{
		margin-left: 1.6em !important;
		width: 83% !important;
	}
	
	.newsEventsContainer ul.mainCol2 > li:first-child ul.newsEventsCol > li {
    width: 130% !important;
    margin-left: -3em;
 	}
	.bottomLinks{
		display: inline-block !important;
		float: left !important;
	}
 	div.onegrey{
		width: 72.5% !important;
    }
    div.onegrey1{
    	width: 72.5% !important;
    }
    .nleft{
    	width: 100% !important;
     	text-align: center !important;

    }
    .nright{
    	width: 100%!important;
    	text-align: center !important;
 
    }
    div.onegrey1{

    }
    .newsEventsContainer ul.mainCol2 > li:last-child  ul.newsEventsCol > li a {
    padding: 0 3.8em 0 1em;
	}
    .newsEventsContainer ul.mainCol2 > li:last-child ul.newsEventsCol > li {
    padding: 2em 0 2em 2.5em !important;
	}
	.pe_line{
    width: 85% !important;
    margin-bottom: .5em;
    margin-top: .5em;
    margin-left: 2em;
	}
	.eventtitle > h5 , .eventstitle{
	 width: 180px;
	}
	.espan{
	left: 10px !important;	
	}

}
@media only screen and (max-width:450px){
	div.onegrey{
	width: calc(100% - 190px) !important;
    }
    div.onegrey1{
	width: calc(100% - 190px) !important;
    }
	.newsEventsContainer ul.mainCol2 > li .bottomLinks a,
	.newsEventsContainer ul.mainCol2 > li .bottomLinks a:link {
    font-size: 14px !important;
    }
}


@media only screen and (max-width:430px){
	.newstitle{
		width: 108% !important;
	}
	.eventtitle > h5 , .eventstitle{
	 width: 160px;
	}
}
@media only screen and (max-width:400px) {
	div.onegrey{
	width: calc(100% - 255px) !important;
    }
    div.onegrey1{
	width: calc(100% - 255px) !important;
    }
	.newsEventsContainer ul.mainCol2 > li .bottomLinks a,
	.newsEventsContainer ul.mainCol2 > li .bottomLinks a:link {
    font-size: 11px !important;
    }
	.innerHomeCont i{
    font-size: 2.6em;
	}
	.innerHomeCont h2{
		font-size: 16px;
		margin-left: 40px !important;
	}
	.innerHomeCont h2 span {
		font-size: 27px;
		left: -3px !important;
		letter-spacing: 2px;
	}
	.espan{
	margin-left: 12px !important; 
	position:relative !important;
    }
	.pollCont p{
   	font-size: 15px;
   	padding: 1em 2em 1em 1em;
	}
	.regCont p{
    font-size: 15px;
    padding: 1em 2em 1em 1em;
	}
	ul.newsEventsCol a,
    ul.newsEventsCol a:link {
     font-size: 11px;
    }
    .newsEventsContainer ul.mainCol2 > li:last-child  ul.newsEventsCol > li a {
    padding: 0 1.8em 1em .5em;
	}
    .newsEventsContainer ul.mainCol2 > li:last-child ul.newsEventsCol > li {
    padding: 2em 0 2em 1.5em !important;
	}
    .newsEventsContainer ul.mainCol2 > li:first-child ul.newsEventsCol > li {
    width: 155% !important;
    padding-bottom: 1em !important;
    margin-left: -4em;
	}
	.newsEventsContainer ul.mainCol2 > li:first-child  ul.newsEventsCol > li:nth-child(odd) {
    padding: 2em 4em 0 5em;
	}
	.newsEventsContainer ul.mainCol2 > li:first-child  ul.newsEventsCol > li:nth-child(even) {
    padding: 2em 4em 0 5em;
 	}
}

@media only screen and (max-width:375px){
	.newstitle{
		width: 115% !important;
	}
	.pe_line{
    width: 80% !important;
	}
	div.onegrey{
	width: calc(100% - 265px) !important;
    }
    div.onegrey1{
	width: calc(100% - 265px) !important;
    }
	.newsEventsContainer ul.mainCol2 > li .bottomLinks a,
	.newsEventsContainer ul.mainCol2 > li .bottomLinks a:link {
    font-size: 10px !important;
    }
    ul.newsEventsCol a,
    ul.newsEventsCol a:link {
        font-size: 12px;
    }
	.innerNewsTitle {
    font-size: 14px !important;
	}
    ul.newsEventsCol time{
    font-size: 11px;
    }
    .greentime{
    font-size: 11px !important;
    }
    .newsEventsContainer ul.mainCol2 > li:last-child  ul.newsEventsCol > li a {
    font-size: 9px !important;
	}
	.newsEventsContainer ul.mainCol2 > li:first-child ul.newsEventsCol > li {
    width: 115%;
    padding-bottom: 1em !important;
    margin-left: -2em;
	}
	.newsEventsContainer ul.mainCol2 > li:first-child  ul.newsEventsCol > li:nth-child(odd) {
    padding: 2em 4em 0 2em;
	}
	.newsEventsContainer ul.mainCol2 > li:first-child  ul.newsEventsCol > li:nth-child(even) {
    padding: 2em 4em 0 2em;
 	}
	.innerHomeCont h2{
		font-size: 13px;
	}
	.innerHomeCont h2 span {
		font-size: 22px;
		padding-left: 1.8em !important;
		letter-spacing: 2px;
	}
	span.espan{
        right: .4em !important;
        position: relative !important;
    }
    .pollCont p{
   	font-size: 14px;
   	padding: 1em 2em 0 0 !important;
	}
	.regCont p{
    font-size: 14px;
    padding: 1em 2em 0 0 !important;
	}
	.espan{
	margin-left:-6px !important; 
	position:relative !important;
    }
}

@media only screen and (max-width:360px){
	div.onegrey{
	width: calc(100% - 280px) !important;
    }
    div.onegrey1{
	width: calc(100% - 280px) !important;
    }
    .espan{
	margin-left:-3px !important; 
    }
}

@media only screen and (max-width:350px){
	div.onegrey{
	width: calc(100% - 300px) !important;
    }
    div.onegrey1{
	width: calc(100% - 300px) !important;
    }
	.newsEventsContainer ul.mainCol2 > li .bottomLinks a,
	.newsEventsContainer ul.mainCol2 > li .bottomLinks a:link {
    font-size: 9px !important;
    }
    .newsEventsContainer h4,
    .servicesRegisterContainer h4 {
        font-size: 1em;
    }
	.innerNewsTitle {
    font-size: 12px !important;
	}
	.newsEventsContainer ul.mainCol2 > li:last-child  ul.newsEventsCol > li h5 {
    font-size: 13px;
	}
    ul.newsEventsCol time{
    font-size: 10px;
    }
    .greentime{
    font-size: 10px !important;
    }
    .newsEventsContainer ul.mainCol2 > li:last-child  ul.newsEventsCol > li a {
    font-size: 8px;
	}

	.newsEventsContainer ul.mainCol2 > li:first-child  ul.newsEventsCol > li:nth-child(even) {
    padding: 2em 4em 3em 2em;
 	}
	.innerHomeCont h2{
		font-size: 13px;
	}
	.innerHomeCont h2 span {
		font-size: 20px;
		padding-left: 1.8em !important;
	}
	span.espan{
        right: .2em !important;
    }
    .pollCont p{
   	font-size: 12px;
   	padding: 1em 2em 0 0 !important;
	}
	.regCont p{
    font-size: 12px;
    padding: 1em 1em 0 0 !important;
	}
	.innerHomeCont button {
	font-size: 11px !important;
	}
	.eventtitle > h5 , .eventstitle{
	 width: 130px;
	}
 
}

@media only screen and (max-width:320px){
	div.onegrey{
	width: calc(100% - 317px) !important;
    }
    div.onegrey1{
	width: calc(100% - 317px) !important;
    }
	.newsEventsContainer ul.mainCol2 > li .bottomLinks a,
	.newsEventsContainer ul.mainCol2 > li .bottomLinks a:link {
    font-size: 8px !important;
    }

}*/