@charset "UTF-8";

/* Modal */
.modal {
    background-color: rgb(13,31,44);
    background-color: rgba(13,31,44,0.7);
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal-content {
    background: #8BC448;
	color: #38383c;
    font-weight: 900;
	font-size: 110%;
    width: 800px;
	height: auto;
	left: -100px;
    padding: 0!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 2px solid #ffffff;
    margin: auto;
	text-align: center;
	box-shadow: 0px 5px 25px rgba(0,0,0,0.25);
}

.modal-body {
    padding: 60px;
	pointer-events: none;
}

.close {
    top: 5px;
    right: 10px;
    position: relative;
    color: #ffffff;
	opacity: 1;
	font-size: 100%;
	font-weight: 400;
    transition: all .5s ease;
}
	
.close:hover {
    color: #3db0ee;
    transition: all .5s ease;
}


/* Main Banner */
#mainBanner {
    background-image: url("../images/events_banner.png");
    background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 100vh;
	width: 100vw;
}

#header {
	background-color: #ffffff;
	position: absolute;
	height: auto;
	width: 100%;
	margin: auto;
	text-align: center;
	overflow: hidden;
    z-index: 0;
}

#blank {
	height: 120vh;
	width: 100vw;
    pointer-events: none;
}


/* Sections */
.section1 {
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #e9e9e9, #ffffff);
    background-image: -moz-linear-gradient(top, #e9e9e9, #ffffff);
    background-image: -ms-linear-gradient(top, #e9e9e9, #ffffff);
    background-image: -o-linear-gradient(top, #e9e9e9, #ffffff);
    background-image: linear-gradient(to bottom, #e9e9e9, #ffffff);
    border-top: 2px solid #ffffff;
	z-index: 10;
	position: relative;
	width: 100vw;
	height: auto;
    margin: auto;
	text-align: center;
	overflow: hidden;
	padding: 80px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.15);
}

.section1 p {
    color: #38383c;
	font-size: 100%;
	padding: 60px 20px 50px 20px;
}

.section2 {
    background-color: #3db0ee;
    border-top: 2px solid #ffffff;
	z-index: 10;
	position: relative;
	width: 100vw;
	height: auto;
    margin: -5px 0 0 0;
	text-align: center;
	overflow: hidden;
	padding: 100px 80px 80px 80px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.15);
}

.section2 p {
    color: #ffffff;
	font-size: 120%;
	padding: 20px;
}

.section2 h2 {
    color: #ffffff;
}

.section2 hr.style2 {
	background-color: rgba(255,255,255,0.25)
}

.section2 h13 {
	margin-bottom: 0px;
}

.section2 hr.style1 {  
	width: 90vw;
    border: 0; 
    height: 3px;
    background-color: #042448;
	position: relative;
	z-index: 10;
}

.section2 .link {
    color: #ffffff;
	font-size: 100%;
	font-weight: 700;
	margin-top: 30px;
	position: relative;
	z-index: 100;
}

.section2 .link:hover {
    color: #042448;
}

.serviceArea hr.style4 {
	height: 3px;
}

#whenDetails {
    border: 15px solid #c4eaff;
	padding: 70px;
}

#whenDetails h13 {
    color: #042448;
}

#whenDetails h2 {
    color: #ffffff;
	font-size: 800%;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: -20px;
}

#whenText {
    text-align: left;
}


/* Links */

#date {
    width: 350px;
	position: relative;
	padding: 20px 0;
}

.topics-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.topic-item {
    flex: 0 0 calc(50% - 10px);
    box-sizing: border-box;
    padding: 18px 22px;
    background: #668D38;
	border: 2px solid rgba(0,0,0,0.1);
    text-align: center;
    font-size: 100%;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
    line-height: 1.5;
}



@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) {

.tagLink {
	font-size: 50%!important;
    margin-bottom: 50px;
}

.close {
    top: 5px;
    right: 15px;
    position: relative;
    color: #ffffff;
	opacity: 1;
	font-size: 100%;
	font-weight: 400;
    transition: all .5s ease;
}

#date {
    width: 510px;
	position: relative;
	padding: 20px 0;
}

.section1 {
	margin: 80px 0 0 0;
}

#whenDetails h13 {
    font-size: 200%
}

#whenDetails h2 {
	font-size: 400%;
}

.section2 h13 {
	margin-bottom: 0px;
}

.section2 h2 {
	font-size: 175%;
	padding: 0 20px;
    margin-bottom: 0px;
}

.section2 hr.style1 {  
	width: 90vw;
    border: 0; 
    height: 6px;
    background-color: #042448;
	position: relative;
	z-index: 10;
}

.section2 hr.style2 {  
    height: 6px;
}

hr.style2 {  
    height: 4px !important;
}

h12:before, h12:after {
	border-top: solid 6px rgba(0,0,0,0.1);
}

.section2 p {
	font-size: 120% !important;
	margin-top: 30px;
}

.section2 .link {
    color: #ffffff;
	font-size: 48%;
}

.section2 p {
	font-size: 150%;
	line-height: normal;
}

.topic-item {
	flex: 0 0 100%;
}
}