/*a.iconPost time:before,
.bottomLinks a:after {
    content: "\f10c";
    font-family: fontawesome;
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    color: inherit;
    display: inline-block;
    margin-left: 0.5rem;
}*/
.bottomLinks a:after {
    content: "\f0a9";
    font-family: "Font Awesome 6 Pro";
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    color: inherit;
    display: inline-block;
    margin-left: 0.5rem;
}

main {
    padding: 0;    
}

main .col-sm {
    /* min-width: 58%;     */
    position:relative;
    /*min-height:39rem;*/
}
    main .col-sm.secRegister, main .col-sm.vote {
        min-width: 42%;
        padding-bottom: 3rem;
    }

main .container {
    margin-left: 0;
    margin-right: 0;
}

main .container .row {
    flex-direction: row;
}

header.masterHeader {
    position: absolute !important;
    width: 100%;
}

.frmSearch.carousel-search{
	position:absolute;
	left:10rem;
}

/*.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 #recentEventsCont {
    background: rgb(246,246,246);
    padding: 1.5rem 2rem 0 3rem;
    width: 50%;
    z-index: 2;
}

main #upcomingEventsCont {
    background: #fff;
    padding: 1.5rem 3rem 3rem 2rem;
    width: 50%;
    z-index: 2;
}

#upcomingEventsCont .calendar-wrap {
    display: flex;
    justify-content: left;
    align-items: top;
    flex-flow: row nowrap;
}

main .container #recentEventsCont h3, 
main .container #upcomingEventsCont h3 {
    font-family: 'Kameron', Georgia, serif;
    font-size: 2.25rem;
    font-weight: normal;
    font-style: normal;
    color: rgb(31,34,43);
    letter-spacing: .15rem;
    padding-bottom: 1rem;
    text-transform: uppercase;
}

main .container #recentEventsCont h3 {
    margin-left: .5rem;
}

main .container #recentEventsCont h3 span{
    font-family:'Kameron' Georgia, serif;
    font-weight: 700;
    font-style:normal;
    color:rgb(132,0,52);
}
    main .container #upcomingEventsCont h3 span {
        font-family: 'Kameron' Georgia, serif;
        font-weight: 700;
        font-style: normal;
        color: rgb(21,71,108);
    }

/* main .container .vote h3,
main .container .secRegister h3 {
    font-family: 'Kameron', Georgia, serif;
    font-size: 2.5rem;
    font-weight: normal;
    font-style: normal;
    color: rgb(255,255,255);
    padding-bottom: 2rem;
    text-transform: uppercase;
    line-height: 30px;
    border-bottom: 2px solid rgb(229,149,0);
}
    */

a.iconPost,
a.iconPost:link {
    position: relative;    
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1f222b;
    display: block;
    padding: 1.25rem 0;
    margin-left: 1.5rem;
    border-bottom: 1px solid #b3b3b3;
}

.event-list a.iconPost {
    padding: 1.125rem 0;
}

a.iconPost:first-of-type {
    padding-top: 0px;
}

a.iconPost .col-2 {
    margin-top: 0.5rem;
}

a.iconPost .news-info {
    width: 86%;
}

a.iconPost:last-of-type {
    border: none;
}

    /* a.iconPost:visited {
        color: rgb(31,33,43);
    } */

    #recentEventsCont a.iconPost:hover {
        color: #850035;
    }

    #upcomingEventsCont a.iconPost:hover {
        color: #12486e;
    }

    /* a.iconPost:active {
        color: rgb(229,149, 0);
    } */

    a.iconPost .row {
        display: flex;
        justify-content: left;
        flex-flow: row;
        align-items: center;
    }

/* a.iconPost div:after {
    content: "\f101";
    color: #e69402;
    float: right;
    font-family: "Font Awesome 6 Pro";
} */

    a.iconPost h4 {
        width: 85%;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        font-style: inherit;
        color: #1f222b;  
        -webkit-transition: color 300ms ease 0s;
        -moz-transition: color 300ms ease 0s;
        -o-transition: color 300ms ease 0s;
        transition: color 300ms ease 0s;
        margin-top: 0.4em;
        margin-bottom: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    #recentEventsCont a.iconPost:after {
        position: absolute;
        right: 0;
        top: 40%;
        color: #e69402;
        -webkit-transition: color 300ms ease 0s;
        -moz-transition: color 300ms ease 0s;
        -o-transition: color 300ms ease 0s;
        transition: color 300ms ease 0s;
        content: "\f101";
        font-weight: 500;
        font-family: "Font Awesome 6 Pro";
    }

    #recentEventsCont a.iconPost:hover h4, 
    #recentEventsCont a.iconPost:hover:after {
        color: #850035 !important;
    }

    #upcomingEventsCont a.iconPost:hover h4 {
        color: #15476c !important;
    }

    a.iconPost time,
    a.iconPost .row .col-10 p.homeCatTitle {
        width: 100%;
        font-family: 'Lato', Georgia, serif;
        font-size: .875rem;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        color: #414348;
        /* line-height: 1; */
        /* text-align: center; */
		text-align:left ;
        display: block;
        /* padding: 0.5em 0.4em 0.5em 0; */
		padding-top:.3rem;
        /* margin-left: 1rem; */
        /* border-right: 2px solid rgb(229,149,0); */
        text-transform: none;
    }

    #upcomingEventsCont a.iconPost time {
        font-size: 2.25rem;
        font-weight: 600;
        color: #15476c;
        text-transform: uppercase;
    }

    #recentEventsCont a.iconPost time {
        color: #636363;
    }

    #recentEventsCont a.iconPost time:before {
        color: #e69402;
        content: "\f017";
        font-family: "Font Awesome 6 Pro";
        margin-right: .5rem;
    }

    #upcomingEventsCont a.iconPost p.homeCatTitle i {
        color: #e69402;
        font-weight: 500;
        margin-right: .5rem;
    }

    a.iconPost time span {
        display: block;
        font-family: 'Kameron', Georgia, serif;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 700;
        color: rgb(20,71,108);
        line-height: 5px;
    }

    a.iconPost time .lastWord {
        font-weight: normal;
    }

#recentEventsCont a.iconPost i {
	font-size: 3rem;
    float:left;
    margin-right: 1rem;
	/* width: 100%; */
    text-align: left;
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    color: #850034;
}


    /*a.iconPost time:before {
    content:"\f017";
    margin-left: 0;
    margin-right: 0.5rem;
}
    a.iconPost time span {
    display: inline-block;
    margin-right: 0.5rem;
}
     a.iconPost i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
}
    */
    a.iconPost p {
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 0.9375rem;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-top: 0.25em;
        display: block;
        color: rgb(21,71,108);
    }

    #recentEventsCont a.iconPost p {
        color: #850035;
    }

    a.iconPost p span{
        margin-left:0.5rem;
        color: rgb(229,149,0);
    }

    .event-list .col-10 {
        margin-left: .5rem;
    }

#recentEventsCont .bottomLinks a:first-of-type:after {
    content: "\f055";
}
#recentEventsCont .bottomLinks a:last-of-type:after {
    content: "\f138";
}
#upcomingEventsCont .bottomLinks a:first-of-type:after {
    content: "\f055";
}
#upcomingEventsCont .bottomLinks a:last-of-type:after {
    content: "\f138";
}

.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,
.bottomLinks a,
.bottomLinks a:link {
    color: #fff;
    display: inline-block;
}
    .empty a:visited,
    .bottomLinks a:visited {
        
    }
    .empty a:hover,
    .bottomLinks a:hover {
        color: #fff;
    }
    .empty a:active,
    .bottomLinks a:active {
        color: #fff;
    }
    .empty a:focus,
    .bottomLinks a:focus {
        color: #fff;
    }

.bottomLinks {
    /*position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 1rem;
    margin-bottom: 0;*/
    position: relative;
    /* left: 12%; */
    /* bottom: 40px; */
    padding: 0;
    margin-top: 1rem;
    width: 100%;
}

    .bottomLinks a,
    .bottomLinks a:link {
        float: left;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1rem;
        letter-spacing: .075rem;
        text-transform: uppercase;
        border: none;
        border-radius: 5px;
        padding: 0.7rem 1.5rem .8rem;
        box-shadow: 0 0 5px rgba(0,0,0,.33);
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;       
    }

    .bottomLinks a:last-of-type {
        float: right;
    }

    #recentEventsCont .bottomLinks a {
        background: #850035;
    }

    #recentEventsCont .bottomLinks a:hover {
        background: #52001F;
    }

    #upcomingEventsCont .bottomLinks a {
        background: #15476c;
    }

    #upcomingEventsCont .bottomLinks a:hover {
        background: #103552;
    }

    #recentEventsCont .bottomLinks a:visited,
    #upcomingEventsCont .bottomLinks a:visited {
        color: #fff;
    }

.bottomLinks a:last-of-type{
    float: right;
}

        .bottomLinks a:after {
            color: #e69402;
            margin-left: 0.5rem;
            margin-right: 0;
            font-size: 1.25rem;
            position: relative;
            top: 0.1rem;
        }

        #upcomingEventsCont .bottomLinks {
            width: 95%;
        }

/******* Highlights *******/

ul.homeCol3,
ul.homeCol3 > li {
    list-style: none;
    margin: 0;
}

ul.homeCol3 {
    margin: 0;
    padding: 0;
}

.post {
    position: relative;
    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 'Lato', sans-serif;
    text-transform: uppercase;
    margin: 1em 0 0;
    letter-spacing: 2px;
}

.post p {
    font: normal 700 1.063em 'Lato', sans-serif;
    color: #002341;
}

.post .post-1 h2 {
    color: #239C7B;
}

.post .post-2 h2 {
    color: #004986;
}

.post .post-3 h2 {
    color: #0094DA;
}

.post .post-1 figure {
    background: #239C7B;
    max-width: 416px;
}

.post .post-2 figure {
    background: #004986;
    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: #0094DA;
    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,
.post .post-2:hover img,
.post .post-3:hover img {
    opacity: 0.3;
}



/****************************************************************
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: 1600px){
    main .container #recentEventsCont h3, 
    main .container #upcomingEventsCont h3{
        font-size:2.5rem;
    }
    
    
    a.iconPost h4 {
        font-size:1rem;
    }

    a.iconPost time{
        font-size: .8rem;
        color: #636363;
    }

    a.iconPost p{
        font-size: .875rem;
        text-transform: uppercase;
        letter-spacing: .075rem;
    }

    a.iconPost time span {
        font-size: 1.250rem;
    }
	
    main .col-sm {
        min-height: 33rem;
    }
    .bottomLinks a, .bottomLinks a:link{
        font-size:0.85rem;
    }
}
@media only screen and (max-width:1450px){
	/* main #recentEventsCont { */
		/* padding: .9rem 7rem 0 7rem; */
	/* } */
}

@media only screen and (max-width: 1330px) {
    #upcomingEventsCont .calendar-wrap {
        flex-direction: column;
    }

    .home-cal {
        max-width: 570px;
    }

    .event-list a.iconPost {
        margin-left: 0;
        padding: 1rem 0;
    }

    .home-cal .monthly-day .monthly-event-indicator {
        margin: 32% auto;
    }

    main #upcomingEventsCont {
        padding-right: 4rem;
    }
}

@media only screen and (max-width:1190px) {
    .calendar-wrap {
        flex-direction: column;
    }

    main .container #recentEventsCont h3,
    main .container #upcomingEventsCont h3 {
        font-size: 2.25;
    }

    #upcomingEventsCont a.iconPost {
        margin-left: 0;
    }

    .bottomLinks {
        left: 7%;
        width: 85%;
    }

    .bottomLinks a,
    .bottomLinks a:link {
        width: 100%;
        float: none;
        text-align: center;
        display: block;
        margin-bottom: 1rem;
    }
    
    main #recentEventsCont {
        padding: 1.5rem 5rem 8.2rem 3rem;
    }
}

@media only screen and (max-width:1085px){
    main .container #recentEventsCont h3,
    main .container #upcomingEventsCont h3 {
        font-size: 2rem;
    }
   
   
    
    .bottomLinks a, .bottomLinks a:link {
        font-size: 0.75rem;
    }
        .bottomLinks a::after {           
            font-size: 1rem;            
        }
    .bottomLinks {
        left: 5%;
        width: 95%;
    }
    main .col-sm {
        min-height: 29rem;
    }
    
    main .vote {
        padding: 1.5rem 0 0 3rem;        
    }
    main .secRegister {
        padding: 2rem 0 2rem 3rem;       
    }
    
    main #recentEventsCont {
        padding: 1.5rem 4rem 0 3rem;
    }
}
@media only screen and (max-width:1024px) {
   
}

@media only screen and (max-width:1023px) {
    #recentEventsCont a.iconPost h4 {
        white-space: normal;
    }
}

@media only screen and (max-width: 991px) {
    header.masterHeader {
        position: relative !important;
    }

    .container {
        max-width: 100%;
    }
    main .col-sm {
        flex-basis: auto;
    }
    main .col-sm {
        padding-bottom: 0;
    }
    .bottomLinks {
        bottom:auto;
        padding-left: 0;
        padding-right: 0;
        margin-top: 1.5rem;
    }
    main .col-sm.secRegister, main .col-sm.vote{
        display:none;
    }
}


@media only screen and (max-width:850px) {
   
    main .container .row.mainrow {
        flex-direction: column;
    }

    main #recentEventsCont,
    main #upcomingEventsCont {
        width: 100%;
    }

    main #upcomingEventsCont {
        padding: 1.5rem 3rem 0 4rem;
    }
   
    .empty i {
        font-size: 3rem;
    }   
    .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:680px) {
   
}

@media only screen and (max-width:600px) {
    /* .frmSearch input[type="search"] {
        font-size: 0.8rem;
    }
    .frmSearch button[type="submit"] {
        font-size: 0.9rem;
    }*/
}

@media only screen and (max-width:580px) {
    /* .frmSearch {
        top: 190px;
    }
    .activePopupAlert .frmSearch {
        top: 230px;
    }*/
}
@media only screen and (max-width:550px){
    /* main #recentEventsCont {
        padding: 1.5rem 2rem 0 2rem;
    }
    main #upcomingEventsCont {
        padding: 1.5rem 2rem 0 2rem;
    } */

    a.iconPost time {
       /* text-align: center; */
    }
	
    a.iconPost .row {
        padding-left: 0;
		/* text-align: center; */
		padding-right: 0;
    }
    
    a.iconPost .row .col-10 {
        padding-left:1rem;
        padding-right:0;
    }
    main .container #recentEventsCont h3,
    main .container #upcomingEventsCont h3{
        margin-bottom:0;
    }
}
@media only screen and (max-width:400px) {
    .bottomLinks a, 
    .bottomLinks a:link {
        float: none;
        max-width: 200px;
        font-size: 0.7rem;        
        text-align: center;
        display: block;
        padding: 0.5rem 1rem;
        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;        
    }
   
    .bottomLinks a:first-of-type {
        margin-bottom: 0.5rem;
    }
    .bottomLinks a:last-of-type {
        float: none;
    }
    .bottomLinks a:before {
        color: inherit;
    }


    /* .frmSearch {
        top: 170px;
    }
    .activePopupAlert .frmSearch {
        top: 200px;
    }*/
    main #upcomingEventsCont {
        padding: 1rem 2rem;
    }
    main #recentEventsCont {
        padding: 1rem 2rem;
    }
    a.iconPost time {
        font-size: 1.5rem;
        padding: 0.6em 0.4em;
    }
        a.iconPost time span {
            font-size: 0.85rem;
        }
    main .container #recentEventsCont h3, main .container #upcomingEventsCont h3 {
        font-size: 1.650rem;
    }
}