/* Enter Your Custom CSS Here */


/* Events Page Styles */

/* Enter Your Custom CSS Here. */


/* Events Page Styles */

.page-id-616 .divider {
    display: none;
}

.page-id-616 .job-application-form-innerwrap {
    width: 1200px !important;
}

.events-images img {
    width: 100%;      
    height: auto;      
}

#events-page, #events-page h3, #events-page p {
	    font-family: "Protipo";
	    color: #1F0303;
}

#events-page .events-images{
	display: flex; 
	justify-content: center;
}

#events-page h3 strong {
		font-family: "Protipo";
    font-size: 40px;
    color: #1F0303;
    font-weight: 400;
}

#events-page h3 {
    margin-top: 106px !important;
}

#events-page .cols {
    display: flex;
    justify-content: space-around;
    margin-top: 100px;
    margin-bottom: 100px;
	  font-size: 25px;
    font-weight: 400;
    line-height: 120%;
}

#events-page .cols div {
    text-align: center;
}

#events-page p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

#events-page a {
    font-weight: bold;
}

#events-page .button-container {
    display: flex;
    justify-content: center;
}

#events-page a.contact-button {
    display: flex;
    justify-content: center;
    margin: 50px;
    border: solid, black;
		padding: 20px;
		width: 150px;
	font-weight: 400;
}

@media (max-width: 1024px) {

    .events-images {
        max-height: 355px !important;
    }
    .ev-image-1{
        display: none;        
    }
    .events-images.bottom {
        display: flex !important;
        margin-top: 80px;
    }
}

@media (max-width: 600px) {

    #events-page .cols {
        display: block;
        justify-content: space-around;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 25px;
        font-weight: 400;
        line-height: 120%;
    }

    #events-page h3 {
        margin-top: 50px !important;
    }
    .events-images {
        max-height: 215px !important;
    }
    .events-images.bottom {
        margin-top: 50px;
    }
}

/* Thank you Page Styles */

.ty-main-p-container {
    display: flex;
    justify-content: center;
}

.ty-main-p {
    max-width: 900px;
}

.events-images img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.events-images {
    max-height: 500px;
}