#upcomingEventsCont a.iconPost time:before,
a.iconPost::after,

/* .bottomLinks a:before, */

.homeCatTitle:before {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

main {
    padding: 3rem 0 1rem;
    background-image: url(/Content/images/eventbg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 26rem;
}

main .col-sm {
    min-width: 50%;
    padding-bottom: 4rem;
}

header.masterHeader {
    position: absolute !important;
    width: 100%;
}


/* .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: 1rem 0 1rem 2.5rem;
    text-transform: capitalize;
    font-family: "relationregular";
    font-style: normal;
    font-weight: 600;
    font-size: 2.813rem;
    background: #efefef;
    color: #41413f;
    border-left: 10px solid #104382;
    margin-bottom: 1rem;
}

main .container #upcomingEventsCont h3 {
    border-left: 10px solid #2980b9;
}

.homeCatTitle {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.2rem;
}

.homeCatTitle:before {
    content: "\f01c";
    margin-right: 0.3rem;
}

a.iconPost,
a.iconPost:link {
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.125rem;
    color: #41413f;
    display: block;
    padding: 1.4rem 1rem 1.4rem 5rem;
    border-bottom: 2px solid #efefef;
}

a.iconPost:visited {
    color: #41413f;
}

a.iconPost:hover {
    color: #829bba;
}

a.iconPost:active {
    color: #829bba;
}

a.iconPost:last-of-type {
    border: none;
}

a.iconPost h4 {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	width: 80%;
    text-transform: capitalize;
}

a.iconPost p {
    margin: 0;
    color: #829bba;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
}

a.iconPost time {
    text-transform: capitalize;
    font-size: 0.875rem;
    font-weight: 400;
    color: #41413f;
}

#upcomingEventsCont a.iconPost time:before {
    content: "\f017";
    font-weight: 300;
    margin-right: 0.3rem;
    color: #cc2d32;
}

a.iconPost time span {
    display: inline-block;
    margin-right: 0.3rem;
    color: #cc2d32;
    text-transform: uppercase;
    font-weight: 600;
}

a.iconPost i {
    position: absolute;
    top: 30%;
    left: 0;
    /* -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); */
    font-size: 3.125rem;
    color: #104382;
}

#upcomingEventsCont a.iconPost i {
    color: #2980b9;
}

@-webkit-keyframes hvr-wobble-bottom {
    100% {
        -moz-transform: rotateY(180deg);
    }
}

@keyframes hvr-wobble-bottom {
    100% {
        -webkit-transform: rotateY(180deg);
    }
}

a.iconPost i {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

a.iconPost:hover i {
    -webkit-animation-name: hvr-wobble-bottom;
    animation-name: hvr-wobble-bottom;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

a.iconPost::after {
    content: "\f105";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    color: #829bba;
    font-weight: 400;
    font-size: 1.8rem;
}


/* #recentNewsCont .bottomLinks a:first-of-type:before {
	content: "\f15c";
}
#recentNewsCont .bottomLinks a:last-of-type:before {
	content: "\f040";
}
#upcomingEventsCont .bottomLinks a:first-of-type:before {
	content: "\f271";
}
#upcomingEventsCont .bottomLinks a:last-of-type:before {
	content: "\f073";
} */

#recentNewsCont a.iconPost.postBG,
#recentNewsCont a.iconPost.postBG:link {
    float: left;
    width: 50%;
    height: 200px;
    color: rgb(255, 255, 255);
    padding: 1rem;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#recentNewsCont a.iconPost.postBG:visited {
    color: rgb(255, 255, 255);
}

#recentNewsCont a.iconPost.postBG:hover {
    color: rgb(227, 83, 13);
}

#recentNewsCont a.iconPost.postBG:active {
    color: rgb(227, 83, 13);
}


/* #recentNewsCont a.iconPost.postBG:first-of-type,
#recentNewsCont a.iconPost.postBG:first-of-type:link {
	width: 100%;
	height: 250px;
	clear: both;
	margin-bottom: 1px;
} */

.empty i {
    font-size: 5rem;
    color: rgb(222, 219, 218);
    margin: 1rem 0;
}

.empty p a,
.empty p a:link {
    font-weight: 700;
}

.empty a,
.empty a:link {
    color: rgb(22, 87, 81);
    display: inline-block;
}

.empty a:visited {
    color: rgb(22, 87, 81);
}

.empty a:hover {
    color: rgb(227, 83, 13);
}

.empty a:active {
    color: rgb(227, 83, 13);
}

.empty a:focus {
    color: rgb(227, 83, 13);
}

.bottomLinks {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 1rem;
    margin-bottom: 0;
}

.bottomLinks a,
.bottomLinks a:link {
    float: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    text-transform: uppercase;
    background: #cc2d32;
    padding: 0.6rem 1.9rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    border-radius: 3rem;
    color: #fff;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.bottomLinks a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #992226;
    border-radius: 3rem;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.bottomLinks a:hover::before,
.bottomLinks a:focus::before,
.bottomLinks a:active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


/* .bottomLinks a:visited {
	color: #fff;
} */

.bottomLinks a:last-of-type {
    float: right;
}


/* .bottomLinks a:before {
	font-weight: 300;
	color: rgb(141, 166, 163);
	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: 2.5em 0;
}

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: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.post .post-3 figure {
    background: rgb(0, 148, 218);
    max-width: 416px;
}

.post .post-3 img {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.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) {
    .empty i {
        font-size: 4rem;
    }
    .empty p {
        font-size: 1rem;
    }
    main {
        background-size: 24rem;
    }
    main .container h3 {
        font-size: 2.5rem;
        padding: 1rem 0 1rem 2rem;
    }
    a.iconPost,
    a.iconPost:link {
        padding: 1.25rem 1rem 1.25rem 4.5rem;
        font-size: 1.05rem;
    }
    a.iconPost i {
        font-size: 2.7rem;
    }
    a.iconPost time {
        font-size: 0.83rem;
    }
    a.iconPost p {
        font-size: 0.83rem;
    }
    a.iconPost::after {
        font-size: 1.55rem;
    }
    .bottomLinks a,
    .bottomLinks a:link {
        font-size: 1rem;
        padding: 0.6rem 1.7rem;
    }
}

@media only screen and (max-width: 1330px) {
    main .container h3 {
        font-size: 2.15rem;
        padding: 0.9rem 0 0.9rem 1.5rem;
        margin-bottom: 0.5rem;
    }
    main {
        background-size: 22rem;
    }
    a.iconPost,
    a.iconPost:link {
        padding: 1rem 1rem 1rem 3.8rem;
        font-size: 1rem;
    }
    a.iconPost i {
        font-size: 2.2rem;
    }
    a.iconPost time {
        font-size: 0.78rem;
    }
    a.iconPost p {
        font-size: 0.78rem;
    }
    a.iconPost::after {
        font-size: 1.35rem;
    }
    .bottomLinks a,
    .bottomLinks a:link {
        font-size: 0.9rem;
        padding: 0.6rem 1.7rem;
    }
    /* .activePopupAlert .frmSearch {
		top: 22rem;
	}
	.frmSearch button[type="submit"] {
		right: 0.2rem;
	} */
}

@media only screen and (max-width: 1190px) {
    main {
        background-size: 19rem;
    }
    main .container h3 {
        font-size: 2rem;
        padding: 0.8rem 0 0.8rem 1.2rem;
        margin-bottom: 0.5rem;
    }
    a.iconPost,
    a.iconPost:link {
        padding: 1rem 1rem 1rem 3.5rem;
        font-size: 0.9rem;
    }
    a.iconPost i {
        font-size: 2rem;
    }
    a.iconPost time {
        font-size: 0.73rem;
    }
    a.iconPost p {
        font-size: 0.73rem;
    }
    a.iconPost::after {
        font-size: 1.2rem;
    }
    .bottomLinks a,
    .bottomLinks a:link {
        font-size: 0.83rem;
        padding: 0.5rem 1.5rem;
    }
}

@media only screen and (max-width: 1023px) {
    /* main {
		padding: 2rem 0 1rem;
	} */
}

@media only screen and (max-width: 991px) {
    .container {
        max-width: 100%;
    }
    main {
        padding: 1rem 0 0;
        background-image: url(/Content/images/mobevent-bg.png);
        background-size: 16rem;
    }
    main .col-sm {
        min-width: 100%;
        flex-basis: auto;
        padding: 0 1rem;
    }
    #recentNewsCont {
        margin-bottom: 1rem;
    }
    .bottomLinks {
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
        padding: 1rem 0 1rem 0;
    }
}

@media only screen and (max-width: 850px) {
    /* main .col-sm {
		flex-basis: auto;
	}

	#recentNewsCont {
		margin-bottom: 2rem;
	}
	main .col-sm {
		padding-bottom: 0;
	} */
    .empty i {
        font-size: 3rem;
    }
    /* a.iconPost,
	a.iconPost:link,
	.bottomLinks a,
	.bottomLinks a:link,
	a.iconPost time, */
    .empty p {
        font-size: 0.85rem;
    }
}

@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: 600px) {
    /* .frmSearch input[type="search"] {
		font-size: 0.8rem;
	}
	.frmSearch button[type="submit"] {
		font-size: 0.9rem;
	} */
    #recentNewsCont a.iconPost.postBG,
    #recentNewsCont a.iconPost.postBG:link {
        float: none;
        width: 100%;
        margin-bottom: 1px;
    }
}

@media only screen and (max-width: 500px) {
    main {
        background-size: 12rem;
    }
    main .container h3 {
        font-size: 1.7rem;
        padding: 0.6rem 0 0.6rem 1rem;
        margin-bottom: 0.5rem;
        border-left: 7px solid #104382;
    }
    main .container #upcomingEventsCont h3 {
        border-left: 7px solid #2980b9;
    }
    a.iconPost,
    a.iconPost:link {
        padding: 0.65rem 1rem 0.65rem 3rem;
        font-size: 0.8rem;
    }
    a.iconPost i {
        font-size: 1.6rem;
    }
    a.iconPost time {
        font-size: 0.65rem;
    }
    a.iconPost p {
        font-size: 0.65rem;
    }
    a.iconPost::after {
        font-size: 1rem;
    }
    .bottomLinks a,
    .bottomLinks a:link {
        font-size: 0.66rem;
        padding: 0.4rem 1.4rem;
    }
}

@media only screen and (max-width: 400px) {
    /* .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;
	} */
}