div#spco-copy-attendee-dv {
display: none;
}


.gform_wrapper .ginput_complex .ginput_left.address_city, .gform_wrapper .ginput_complex .ginput_right.address_state, .gform_wrapper .ginput_complex .ginput_left.address_zip {
	width: 32%;
	float:left;
	margin-right: 2%!important;
}

.gform_wrapper .ginput_complex .ginput_left.address_zip {
	margin-right: 0!important;
}


@media (max-width: 500px) {
	header .top .for-small .cta a {
    padding: 3px 6px;
		font-size: 12px;
		margin-left: 12px;
}
	
	header .top aside.for-small {
			padding: 3px 0;
	}
}

/* Edits on the home page events */
section.events li span:before {
	display:none;
}

section.events li span {
	display: block;
}

section.events li {
	margin-bottom: 10px;
}

.rplg-badge2-score {
color: #444!important;}

.swiper-slide a {
display:block!important;}

.swiper-slide img {
width: 100%!important;}

.alternating p+.button {
	margin-top: 0;
}

.alternating>div .button+span {
margin-top: 10px;}

h1:not(.intro .skrollable) { font-size: 40px!important; }
h2 { font-size: 34px!important; }
h3 { font-size: 28px!important; }
h4 { font-size: 22px!important; }
h5 { font-size: 16px!important; }
h6 { font-size: 14px!important; }

/* Notification Bar Styles */

.nb {
	padding: 5px 0px;
	max-width: 100%; width: 100%;
	text-align: center;
	line-height: 1.6;	
	position: relative;
}

.nb > div::first-line {
	font-weight:bold;
}


.nb a {
	color: inherit;
	text-decoration: underline;
	font-weight: normal!important;
}
.nb > div {
	max-width: 1170px;
	margin: 0 auto;
}

.nb .fa {
	position: absolute;
	right: 10px;
	top: 40%;;
}

/* Clickup CSS */
.cu-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; height: 100vh;
    z-index: 9999;
    display: none;
    overflow: scroll;
    text-align: center;
}

.cu-modal > iframe {
    max-width: 500px;
    border: none!important;
}

.cu-modal:before {
    content: '';
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: -1;
}

body.modal-open {
    overflow: hidden;
}