.event-box .content-box h4 {
    padding: 20px;
    text-align: center;
    line-height: 18px;
}

.event-box .content-box a {
    text-align: center;
    height: 100%;
    padding-bottom: 20px;
}

.event-box .imageBackground {
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    transition: all .3s ease-in-out;
}

.event-box .outerImageBackground {
    height: 105px;
    overflow: hidden;
}

.event-box .content-box:hover .imageBackground {
    transform: scale(1.1);
}

.event-box .desc {
    text-align: center;
    font-size: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    color: black;
}

.event-box a:hover {
    text-decoration: none;
}

.title-bar-grey a:hover {
    text-decoration: none;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.column {
    flex-basis: 100%;
    flex-direction: column;
}

.content-container {
    display: flex;
    flex-wrap: wrap;
}

.content-container .content-box a {
    height: 100%;
    padding-bottom: 20px;
}

.content-box {
    padding: 0;
    border-radius: 5px;
    justify-content: flex-start;
}

.content-title {
    margin: 0;
    padding: 20px;
    padding-bottom: 5px;
}

.content-subtitle {
    margin: 0;
    padding: 0 20px;
    color: black;

}

.content-box a:hover,
.also-issue a:hover {
    text-decoration: none;
}

.content-box:hover .imageBackground {
    transform: scale(1.05);
}

.content-box:hover .imageBackground2 {
    transform: scale(1);
}

.imageBackground {
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position-y: center !important;
    background-position-x: center !important;
    transition: all .3s ease-in-out;
}

.imageBackground2 {
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position-y: center !important;
    background-position-x: center !important;
    transition: all .3s ease-in-out;
}

.outerImageBackground {
    height: 200px;
    overflow: hidden;
}

.see-all {
    width: 22%;
    border-bottom: 4px solid #4f2583;
}

/* Bottom Options */
.options {
    justify-content: space-between;
    /* flex-wrap: initial; */
}

.options .content-box {
    box-shadow: none;
    display: block;
    width: 30%;
    text-align: center;
}

i.icon {
    background: #4f2583;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50px;
    font-size: 30px;
    color: white;
    margin-bottom: 10px;
    -webkit-transition: font-size 400ms;
}


/* Modal Start  */
.animated-modal {
    display: none;
    width: 94%;
    max-width: 1170px;
    /* height: 90%; */
    overflow: auto;
}

#modal .content-container {
    height: 100%;
}

/* Start state */
.animated-modal {
    overflow: hidden;

    transform: translateY(-50px);
    transition: all .7s;
}

.animated-modal .see-all,
.animated-modal h1,
.animated-modal h2,
.animated-modal p,
.animated-modal img {
    transform: translateY(-50px);
    opacity: 0;

    transition-property: transform, opacity;
    transition-duration: .4s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h1,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p,
.fancybox-slide--current .animated-modal img,
.fancybox-slide--current .animated-modal .see-all {
    transform: translateY(0);
    opacity: 1;
}

/* Modal End  */


/* Media Queries */
@media screen and (max-width: 800px) {
    .row {
        display: block;
    }


    .content-box,
    .options .content-box {
        width: 47%;
    }

    .see-all {
        width: 47%;
    }
}

@media screen and (max-width: 1164px) {
    #content {
        width: 96%;
        margin: 0 auto;
    }

    .options {
        /* flex-wrap: wrap; */
    }

    @media screen and (max-width:510px) {

        .content-box,
        .options .content-box {
            width: 97%;
            margin-bottom: 20px;

        }

    }
    
/* grid_3 inline code */ 
.grid_3, .grid_9 {
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}
/* grid_12  code */ 
.grid_12 {
    width: 23%;
    min-width: 265px;;
}
/*purple section*/
.bg-purple{
	background-color:#4f2683
}
.bg-purple-content{
	background-color:#663399
}
.bg-mint{
	background-color:#57822B
}
.bg-grey{
	background-color:#231f20;
}
.bg-overlay{
	background-color:rgb(80,77,75,.625)
