main {
    padding: 0px;
}
main .col-sm {
    padding-bottom: 3rem;
}


.frmSearch {
    position: absolute;
    top: 39%;
    top: 300px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    z-index: 5;
}

main .container h3 {
    padding-bottom: 1rem;
    text-transform: capitalize;
    border-bottom: 1px solid rgb(222,219,218);
}
#recentnewlist .card-group > .card:nth-of-type(2n+1) {
 margin-right:.5rem;
}
#recentnewlist .card-group > .card:nth-of-type(2n) {
    margin-left:.5rem;
}
#recentnewlist .card-group > .card {
    border: 1px solid #c1c7cb;
    margin-bottom: 1rem;
}

#recentnewlist .card-group > .fpost-block.card.empty {
    border: none;
}
#upcomingEventsCont .fpost-block {
    border: 1px solid #c1c7cb;
}

.fpost-block h4, #upcomingEventsCont .fpost-block .cate h4 {
    font-family: inherit;
    font-size: 1.2rem;
    font-weight: inherit;
    font-style: inherit;
    color: #3c454a;
    margin: 5px 0px 20px 0px;
    line-height: 22px;
	padding-top: 0.4rem!important;
}

.fpost-block time {
    font: normal 0.85rem 'Open Sans';
    color: #37474f;
    text-transform: uppercase;
}
.fpost-block time:before {
    content:"\f133";
    margin-left: 0;
    margin-right: 0.5rem;
}
.fpost-block time span {
    display: inline-block;
    margin-right: 0.5rem;
}

.fpost-block i {
    /*-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    display:inline;
    font-size:1rem;
    margin-right: 5px;
}
.fpost-block:nth-of-type(2n+1) i {
    color: #d98c18;
}
.fpost-block:nth-of-type(2n) i {
    color: #88bd53;
}
.fpost-block p {
    color: #65686b;
    font-weight: normal;
    font-size: 0.75rem;
}
#recentEventsCont .fpost-block h4, #recentEventsCont .fpost-block p, #recentEventsCont .fpost-block time, #recentEventsCont .fpost-block a.iconPost{
    padding:2px 10px 0px 10px;
    margin-top: .4rem;
    margin-bottom: .3rem;
}
#recentEventsCont .bottomLinks a:first-of-type:before {
    content:"\f0f6";
}
#recentEventsCont .bottomLinks a:last-of-type:before {
    content: "\f31c";
    font-family: "Font Awesome 5 Pro";
}
#upcomingEventsCont .bottomLinks a:first-of-type:before {
    content:"\f073";
}
#upcomingEventsCont .bottomLinks a:last-of-type:before {
    content:"\f271";
}
#upcomingEventsCont .fpost-block{
    display: table;
    width: 100%;
    background: #fff;
    padding: 1rem;
    margin: 0px 0px 34px 0px;
}
#upcomingEventsCont .fpost-block:nth-of-type(3){
    margin: 0px 0px 12px 0px;
}
#upcomingEventsCont .show-more-blk {
    /*padding-top:0.7rem;*/
}
#upcomingEventsCont .fpost-block .picon, #upcomingEventsCont .fpost-block .cate, #upcomingEventsCont .fpost-block .creadmore{
    display: table-cell;
    vertical-align: top;
}
#upcomingEventsCont .fpost-block a.iconPost {
    display: block;
    position: relative;
    text-align: center;
    padding: 30px 0px 5px 0px;
}
#upcomingEventsCont .fpost-block .cate p, #upcomingEventsCont .fpost-block .cate h4, #upcomingEventsCont .fpost-block .cate time{
    margin: 0px;
    padding: 0px;
}
#upcomingEventsCont .fpost-block i {
    font-size: 3rem;
    margin-right: 0px;
}
#upcomingEventsCont .fpost-block .picon {
    padding: .4rem 1rem 0rem 0;
    width: 90px;
    text-align: center;
}
#upcomingEventsCont .fpost-block .creadmore {
    border-left: 1px solid #daddde;
    width: 105px;
    vertical-align: bottom;
    padding-left: 10px;
}
#upcomingEventsCont .fpost-block .cate time {
    font-weight: bold;
    font-size: 0.80rem;
}
.show-more-blk {
    clear: both;
    text-align: center;
    display: block;
    padding: 15px 0px 20px 0px;
}
.show-more-blk a, .show-more-blk a:link, .show-more-blk a:visited {
    color: #293338;
    text-transform: uppercase;
    display: block;
    line-height: 24px;
    text-align: center;
    font-size: 1.1rem;
    margin-bottom:.2rem;
    font-weight: 600;
}

.show-more-blk a:active, .show-more-blk a:hover {
    color: #d98c18;
}
.show-more-blk a.show-more::before{
    content: "\f055";
    margin-right: 12px;
    font-size: inherit;
    color: #8bbb50;
}
.show-more-blk a.show-less::before{
    content: "\f056";
    margin-right: 12px;
    font-size: inherit;
    color: rgb(217, 140, 24);
}
.empty i {
    font-size: 5rem;
    color: rgb(222,219,218);
    margin: 1rem 0;
}
.empty p {
 text-align:center;
}
.empty p a,
.empty p a:link {
    font-weight: 700;
}

.empty a,
.empty a:link,
.bottomLinks a,
.bottomLinks a:link {
    color: #293338;
    display: inline-block;
}
.empty a:visited{
    color: #293338;
}
.empty a:hover{
	color:#d98c18
}
.empty a:active,.empty a:focus{
	 color: #293338;
}

.bottomLinks a:hover{
    color: rgb(255,255,255);
	background:rgb(1,104,181) !important;
}

.bottomLinks a:active,.bottomLinks a:visited {
	background:#d98c18 ;
}

.bottomLinks a:focus {
    color: rgb(255,255,255);
	background:rgb(201,125,12) ;
}

.bottomLinks {
    /*position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 1rem;
    margin-bottom: 0;*/
    display: inline-block;
    width: 100%;
}

.bottomLinks a,
.bottomLinks a:link {
    float: left;
    font: 700 1rem 'Open Sans';
    text-transform: uppercase;
    background: #d98c18;
    padding: 7px 10px;
    width: 48%;
    text-align: center;
    border-radius: 5px;
    color: #fff;
	-webkit-transition: background 300ms ease 0s;
	-moz-transition: background 300ms ease 0s;
	-o-transition: background 300ms ease 0s;
	transition: background 300ms ease 0s;
}

.bottomLinks a:last-of-type{
    float: right;
}

.bottomLinks a:before {
    color: #fff;
    margin-left: 0;
    margin-right: 0.5rem;
}

/****************************************************************
--------Highlights---------
****************************************************************/


ul.homeCol3,
ul.homeCol3 > li {
    list-style: none;
    margin: 0;
}

ul.homeCol3 {
    margin:0;
    padding:0;
}

.post {
    position: relative;
    /*left: 7%;*/
    width:100%
}

main .post {
    margin:0px;
}
ul.homeCol3 > li {
    position: relative;
    float: left;
    height: auto;
    min-height: 12em;
    margin-right:1em;
    width: 32.4%;
}
ul.homeCol3 > li:last-child{
    margin-right: 0;
}
ul.homeCol3 > li a{
   display:block;
}
main .post h2 {
    font: normal 700 1.375em 'Roboto Slab', serif;
    text-transform: uppercase;
    margin: 1em 0 0;
    letter-spacing: 2px;
}
 .post p {
    font: normal 700 1.063em 'Lato', sans-serif;
    color: rgb(0,35,65);
}
 .post .post-1 h2{
    color:rgb(35,156,123);
}
 .post .post-2 h2 {
    color: rgb(0,73,134);
}
 .post .post-3 h2{
    color: rgb(0,148,218);
    
}
 .post .post-1 figure {
    background: rgb(35,156,123);
    max-width: 416px;
}
 .post .post-1 img {
    /* opacity: 1; */
    /* -webkit-transition: .3s ease-in-out; */
    /* transition: .3s ease-in-out; */
}
 .post .post-2 figure {
    background: rgb(0,73,134);
    max-width: 416px;
}
 .post .post-2 img {    
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
 .post .post-3 figure {
    background: rgb(0,148,218);
    max-width: 416px;
}
 .post .post-3 img {    
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
 .post .post-1:hover img {
    opacity: 0.3;
}
 .post .post-2:hover img {
    opacity: 0.3;
}
 .post .post-3:hover img {
    opacity: 0.3;
}


/****************************************************************
--------End---------
****************************************************************/

/****************************************************************
MEDIA QUERY
****************************************************************/
@media only screen and (max-width: 1680px) {
    main .container h3 {
        font-size: 1.3rem;
    }
    .empty i {
        font-size: 4rem;
    }
    a.iconPost, 
    a.iconPost:link,
    .bottomLinks a, 
    .bottomLinks a:link,
    a.iconPost time,
    .empty p {
        font-size: 1rem;
    }
    a.iconPost, 
    a.iconPost:link {
        padding-left: 2.5rem;
    }
    a.iconPost i {
        font-size: 1.5rem;
    }

}

@media only screen and (max-width:1580px) {
    .fpost-block h4, #upcomingEventsCont .fpost-block .cate h4 {
        font-size: 1rem;
    }
}

@media only screen and (max-width:1330px) {
    .activePopupAlert .frmSearch {
        top: 22rem;
    }
    .frmSearch button[type="submit"] {
        right: 0.2rem;
    }
    .fpost-block h4, #upcomingEventsCont .fpost-block .cate h4 {
        font-size: 1rem;
    }
    #upcomingEventsCont .fpost-block {
    margin: 0px 0px 15px 0px;
    }
}

@media only screen and (max-width:1190px) {
    .frmSearch {
        top: 250px;
    }
    .activePopupAlert .frmSearch {
        top: 20rem;
    }
}

@media only screen and (max-width:1024px) {
    main .container h3 {
        font-size: 1.2rem;
    }
    .fpost-block h4, #upcomingEventsCont .fpost-block .cate h4 {
        font-size: 1rem;
    }
    .show-more-blk a, .show-more-blk a:link, .show-more-blk a:visited {
        font-size: 1rem;
    }
    a.iconPost, a.iconPost:link, .bottomLinks a, .bottomLinks a:link, a.iconPost time, .empty p{font-size: 0.9rem;}
    #upcomingEventsCont .fpost-block {
        padding: 1.2rem;
    }
    #upcomingEventsCont .show-more-blk {
        padding-top: .9rem;
    }

}

@media only screen and (max-width:1023px) {
    .frmSearch button[type="submit"] {
        right: 0.3rem;
    }
}

@media only screen and (max-width: 991px) {
    .container {
        max-width: 100%;
    }
}

@media only screen and (max-width:850px) {
    main .col-sm {
        flex-basis: auto;
    }

    #recentEventsCont {
        margin-bottom: 2rem;
    }
    main .col-sm {
        padding-bottom: 0;
    }
    .bottomLinks {
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        padding-left: 0;
        padding-right: 0;
        margin-top: 1rem;
    }
    .empty i {
        font-size: 3rem;
    }
    a.iconPost, 
    a.iconPost:link, 
    .bottomLinks a, 
    .bottomLinks a:link, 
    a.iconPost time, 
    .empty p {
        font-size: 0.85rem;
    }
    a.iconPost i {
        font-size: 1.1rem;
    }
    .show-more-blk {
        padding:0;
    }
}
@media only screen and (max-width:768px) {
    .fpost-block h4, #upcomingEventsCont .fpost-block .cate h4 {
        font-size: 1rem;
    }
    .show-more-blk a, .show-more-blk a:link, .show-more-blk a:visited {
        font-size: 0.9rem;
    }
}
@media only screen and (max-width:785px) {
    /*header.masterHeader {
        position: static !important;
    }*/

    .frmSearch {
        top: 220px;
    }
    .activePopupAlert .frmSearch {
        top: 240px;
    }
    .frmSearch input[type="search"] {
        font-size: 0.9rem;
    }
    .frmSearch button[type="submit"] {
        font-size: 1rem;
    }
    .frmSearch button[type="submit"] {
        right: 0.6rem;
    }
}




@media only screen and (max-width:640px) {


}

@media only screen and (min-width: 640px) and (max-width:750px) {
    main .container h3 { font-size: 2rem;}
    #recentEventsCont .fpost-block h4, #recentEventsCont .fpost-block p, #recentEventsCont .fpost-block time, #recentEventsCont .fpost-block a.iconPost {
        padding: 2px 10px 0px 10px;
    }
    a.iconPost, a.iconPost:link, .bottomLinks a,
    .bottomLinks a:link, a.iconPost time, .empty p { font-size: 0.85rem; padding: 12px 0; }
    /*#recentEventsCont {padding-bottom: 5rem;}*/
   
}

@media only screen and (min-width: 320px) and (max-width:600px) {
    main .container h3 { font-size:1.2rem;}
    #recentEventsCont .fpost-block h4, #recentEventsCont .fpost-block p, #recentEventsCont .fpost-block time, #recentEventsCont .fpost-block a.iconPost {
        padding: 2px 10px 0px 10px;
    }
    a.iconPost, a.iconPost:link, .bottomLinks a,
    .bottomLinks a:link, a.iconPost time, .empty p { font-size: 0.85rem; padding: 12px 0; }
    h3 span{font-size: 1rem;}
/*    .bottomLinks {
        margin-top: 20px;
        margin-bottom: 40px;
    }*/
   
    .fpost-block h4, #upcomingEventsCont .fpost-block .cate h4 {
        font-size: 0.9rem;
    }
    a.iconPost, a.iconPost:link, .bottomLinks a, .bottomLinks a:link, a.iconPost time, .empty p { font-size: 0.75rem; }
}

@media only screen and (max-width:600px) {
    .frmSearch input[type="search"] {
        font-size: 0.8rem;
    }
    .frmSearch button[type="submit"] {
        font-size: 0.9rem;
    }
    .show-more-blk a, .show-more-blk a:link, .show-more-blk a:visited {
        font-size: 0.8rem;
    }
    #upcomingEventsCont .fpost-block .picon {
        width: 50px;
		vertical-align: middle;
		padding: 0rem 1rem 0rem 0;
    }
    #upcomingEventsCont .fpost-block i {
       font-size: 2rem;
    }
}

@media only screen and (max-width:580px) {
    .frmSearch {
        top: 190px;
    }
    .activePopupAlert .frmSearch {
        top: 230px;
    }
}
@media only screen and (max-width:575px){
	
	#recentnewlist .card-group > .card:nth-of-type(2n){
		margin-left: 0rem;
	}
}
@media only screen and (max-width:440px) {
    .bottomLinks a, .bottomLinks a:link{
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }    
    #upcomingEventsCont .fpost-block .creadmore {
        width: 60px;
    }
/*    .bottomLinks a, 
    .bottomLinks a:link {
        float: none;
        max-width: 200px;
        font-size: 0.7rem;
        color: rgb(255,255,255);
        text-align: center;
        display: block;
        padding: 0.6rem 1.5rem;
        margin: auto;
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        border-radius: 0.5rem;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
        background: rgb(1,138,182);
    }
    .bottomLinks a:visited {
        color: rgb(255,255,255);
    }
    .bottomLinks a:hover {
        background: rgb(252,176,64);
    }
    .bottomLinks a:first-of-type {
        margin-bottom: 0.1rem;
    }
    .bottomLinks a:last-of-type {
        float: none;
    }
    .bottomLinks a:before {
        color: inherit;
    }*/


    .frmSearch {
        top: 170px;
    }
    .activePopupAlert .frmSearch {
        top: 200px;
    }
}
@media only screen and (max-width:350px){
	#upcomingEventsCont .fpost-block .creadmore {
		width: 50px;
	}
}