@charset "UTF-8";
/* CSS Document */

html,body,page,p,div,img,h1,h2,h3,h4,h5,h6,h7,h8,h9,li,ul,ol,dl,dd,dt,form,table,td,tr{ margin:0px; padding:0px; border:0px; border-collapse:separate; border-spacing:0px; } 
	input,select{ margin:0; padding:0; }

html {
  scroll-behavior: smooth;
}

body {
 margin: 0 auto;
 background: #eaf2f8;
font-family: din-2014, sans-serif;
 min-width: 320px;
	color: #b9c9d3;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 65px;
 font-family: din-2014, sans-serif;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.95;
	text-align: center;
	letter-spacing: 2px;
}

h2 {
  font-size: 30px;
  font-family: agenda, sans-serif;
  color: #ffffff;
  font-weight: 400;
    letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}

h3 {
	font-family: din-2014, sans-serif;
}

h4 {
	font-size: 50px;
	font-family: din-2014, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #29303e;
}

h5 {
	font-size: 16px;
	line-height: 22px;
	font-family: agenda, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	color: #29303e;
}

a {
	color: #5aa2ee;
	font-weight: 700;
}

#header {
	width: 100%;
	background: url("../images/milwaukee_bg.jpg") no-repeat;
	background-size: cover;
	padding-bottom: calc(10vh + 125px);
	min-height: 50vh;
}

#header_splash {
	width: 100%;
	background: url("../images/milwaukee_bg.jpg") no-repeat;
	background-size: cover;
	padding-bottom: calc(10vh + 125px);
	min-height: calc(100vh - 99px);
}

.sponsorpage {
	min-height: 60vh !important;
}

#header_bar {
	height: 100px;
	max-width: 1500px;
	margin:  0 auto;
	padding: 0px 2.5%;
	display: flex;
	flex-wrap: nowrap;
}

#logo_holder {
	padding-top: 15px;
	padding-bottom:  5px;
	height: calc(100% - 20px);
	width: 35%;
}

#headernav {
	width: 75%;
	text-align: right;
	font-size: 20px;
	font-family: "DIN 2014";
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 26px;
	padding: 32px 0px;
}

#header_feature {
	max-width: 1500px;
	margin: 0 auto;
	margin-top:  20vh;
}

.sponsorpage #header_feature {
	margin-top:  10vh !important;
}

.btn {
	padding: 10px 25px;
	margin: 15px;
	background: #5aa2ee;
	color: #ffffff;
	text-align: center;
	display: table;
	min-width: 200px;
	font-size: 20px;
	font-family: din-2014, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 4px;
	cursor: pointer;
		-webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.btn:hover {
	background: #4379BA;
}

.register {
	margin: 0 auto;
	margin-top:  5vh;
}

.divider {
	width: 25%;
	background: #acd6ff;
	height: 3px;
	margin: 0 auto;
	margin-top:  40px;
	margin-bottom:  40px;
}

#header h1 {
	margin-top:  40px;
}

#sponsors {
	width: 90%;
	max-width: 1350px;
	margin: 0 auto;
	margin-top: -95px;
	position: relative;
	margin-bottom:  150px;
}

.sponsors_title {
	font-size: 24px;
	font-family: din-2014, sans-serif;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 0.95;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom:  15px;
}

#sponsors_inner {
    background: #ffffff;
    padding: 10px 10px 45px 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}

.sponsor_level {
    display: flex;
    flex-wrap:  wrap;
    justify-content: center;
}

.sponsor_diamond {
    width: calc(100% / 3);
    padding: 0px 50px;
    margin: 20px 0px;
    border-right: 1px solid #b9c9d3;
    position: relative;
}

.sponsor_gold {
    width: calc(100% / 3);
    padding: 0px 50px;
    margin: 20px 0px;
    border-right: 1px solid #b9c9d3;
    position: relative;
}

.sponsor_gold:nth-child(3n) {
		border-right: 0px solid #b9c9d3;
}

.sponsor_gold:last-of-type, .sponsor_diamond:last-of-type {
		border-right: 0px solid #b9c9d3;
}

.sponsor_silver, .sponsor_bus {
    width: calc(100% / 4);
    padding: 0px 50px;
    margin: 20px 0px;
    border-right: 1px solid #b9c9d3;
    position: relative;
}

.sponsor_silver:last-of-type, .sponsor_bus:last-of-type {
		border-right: 0px solid #b9c9d3;
}

.sponsor_blue {
	width: calc(100% / 5);
	padding: 0px 50px 15px 50px;
	margin: 20px 0px 30px;
	border-right: 1px solid #b9c9d3;
	position: relative;
}

.sponsor_chapter {
	width: calc(100% / 4);
	padding: 0px 50px 15px 50px;
	margin: 20px 0px 30px;
	border-right: 1px solid #b9c9d3;
	position: relative;
}

.sponsor_diamond:last-of-type, .sponsor_diamond:nth-of-type(2n) {
		border-right: 0px solid #b9c9d3;
}

.sponsor_blue:last-of-type, .sponsor_blue:nth-of-type(5n) {
		border-right: 0px solid #b9c9d3;
}

.sponsor_chapter:last-of-type, .sponsor_chapter:nth-of-type(4n) {
			border-right: 0px solid #b9c9d3;
}

.sponsor_gold img, .sponsor_blue img, .sponsor_green img {
	position: relative;
}

.sponsorcaption {
	color: #141a28;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 20px;
	letter-spacing: 1px;
}


.sponsor_diamond:before {
	content: "";
	position: absolute;
	display: block;
	bottom: -15px;
	height: 1px; 
	width: calc(100% - 100px);
	background: #b9c9d3;	
}


.sponsor_gold:before {
	content: "";
	position: absolute;
	display: block;
	bottom: -15px;
	height: 1px; 
	width: calc(100% - 100px);
	background: #b9c9d3;	
}

.sponsor_silver:before {
	content: "";
	position: absolute;
	display: block;
	bottom: -15px;
	height: 1px; 
	width: calc(100% - 100px);
	background: #b9c9d3;	
}



.sponsor_bus:before {
	content: "";
	position: absolute;
	display: block;
	bottom: -15px;
	height: 1px; 
	width: calc(100% - 100px);
	background: #b9c9d3;	
}

.sponsor_blue:before {
	content: "";
	position: absolute;
	display: block;
	bottom: -15px;
	height: 1px; 
	width: calc(100% - 100px);
	background: #b9c9d3;	
}

.sponsor_chapter:last-of-type:before {
	content: "";
	position: absolute;
	display: block;
	bottom: -15px;
	height: 1px; 
	width: calc(100% - 100px);
	background: #b9c9d3;	
}

.sponsor_chapter:before {
	content: "";
	position: absolute;
	display: block;
	bottom: -15px;
	height: 1px; 
	width: calc(100% - 100px);
	background: #b9c9d3;	
}

.sponsor {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translate(-50%, -0%);
	
}

#gallery_shell {
	width: 90%;
	max-width: 1500px;
	margin:  0 auto;
	margin-top: 5vh;
	margin-bottom: 5vh;
}

#schedule_shell {
	background: url("../images/logo_bg.jpg") no-repeat;
	background-size: contain;
	background-position:  center center;
	width: 90%;
	max-width: 1500px;
	margin:  0 auto;
	margin-top: 5vh;
	margin-bottom: 5vh;
}

.section_title h1, .section_title h2 {
	text-align: left !important;
	color: #30384d;
}

.section_title .divider {
	margin-left: 0 !important;
	margin-top: 10px;
}

.schedule {
	width:  40%;
	position: relative;
	background: #ffffff;
	padding: 30px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
	margin: 0 auto;
	margin-bottom: 2.5vh;
}

.schedule:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.schedule_header {
	font-size: 24px;
    font-family: din-2014, sans-serif;
    font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
	color: #5b768f;
}

.schedule_item {
	padding: 15px 20px 25px 20px;
}

.schedule_item:before {
	content: "";
	position: absolute;
	font-size: 20px;
  font-family: din-2014, sans-serif;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.95;
	text-align: center;
	letter-spacing: 2px;
	z-index: 3;
}

.schedule_time {
	font-size: 18px;
	line-height: 18px;
    font-family: agenda, sans-serif;
    font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	position:  relative;
	display: table;
	background: #ffffff;
	z-index: 3;
	padding: 0px 10px;
	color: #29303e;
}

.schedule_title {
	font-size: 20px;
	line-height: 22px;
	font-family: agenda, sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	position:  relative;
	background: #ffffff;
	margin-top:  15px;
	padding-left:  25px;
	color: #5b768f;
}

.schedule_title span {
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
}

#about {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-top: 10vh;
	margin-bottom: 10vh;
}

.about_left {
	width: 40%;
	background: url("../images/golden_dome.jpg") no-repeat;
	background-size:  cover;
	background-position: top left;
	min-height: 40vh;
}

.about_right {
	max-width: calc((60% + 750px) - 1020px);
	padding: 60px;
	padding-bottom: 375px;
}

.body_text {

}

#about .btn {
	margin-left: 0px !important;
}

.gallery {
	width: 95%;
    max-width: 1500px;
    max-height: 350px;
    min-height: 295px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 15px;
}

.gallery img {
	margin: 10px;
	width: calc((100% / 4)  - 25px);
	box-shadow: 2px 2px 10px rgba(0,0,0,0.25)
}

#hotel_holder {
	width: 90%;
	max-width: 1500px;
	margin: auto;
	margin-top: 5vh;
	margin-bottom: 10vh;
}

.hotel_col {width: 47.5%;}

.hotel_col:nth-of-type(1n) {margin-right: 5%;}
.hotel_col:nth-of-type(2n) {width: 47.5%;}

.hotel_col img {	border-radius: 10px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.15);}


.hotel_single {
	width: 80%;
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
}

.hotel_single:after {
	content: "Click Above To Book Your Room";
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%)
	
}

.hotel_small {
	width: 23%;
	margin: 7vh 5%;
	filter: grayscale(1);
}

.hotel_large {
	width: 33%;
	position: relative;
}

.hotel_large:before, .hotel_single:before  {
    content: "\2605";
    position: absolute;
    top: -15px;
    left: -15px;
    font-size: 35px;
    line-height: .95;
    color: #ffba00;
    padding: 5px;
    border: 3px solid #ffba00;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 25%);
	background: #0e213f;
}

.hotel_large img, .hotel_small img, .hotel_single img {
	border-radius: 10px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
}

.hotel_large, .hotel_small, .hotel_single {
		-webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.hotel_large:hover, .hotel_small:hover, .hotel_single:hover {
	transform: scale(1.05);
	filter: grayscale(0.0);
}

	.hotel_options {          
		width: 100%;
}

#footer {
	width: 100%;
	background: #141A28;
	margin:  40px 0px 0px 0px;
}

#footer_splash {
	width: 100%;
	background: #141A28;
	margin:  0px 0px 0px 0px;
}

#footer_logo {
	width:  300px;
	margin: 0 auto;
	padding: 20px;
}

#registration {
	background: url(../images/logofade.png) no-repeat;
	background-size: contain;
	background-position: left center;
	width: 70%;
	max-width: 900px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

.reg_left {
	width: 48%;
	margin-right:  4%;
	position: relative;
	margin-top: 100px;
}

.reg_left_inner {
}

#registration h2, #registration h3, #registration h4 {
	color: #30384d;
	text-align: center !important;
}

#registration h2 {
	font-weight: 700;
}

#registration .divider {
	width: 90%;
	background: #acd6ff;
	height: 3px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.reg_right {
	width: 48%;
}

#sponsorship_shell {
	width: 80%;
	max-width: 1500px;
	margin: 0 auto;
	margin-top:  5vh;
}

#sponsorship_shell .section_title {
	display: table;
	margin: 0 auto;
	width: auto;
	text-align: center
}

#sponsorship_shell .section_title .divider {
	width: 100%;
}

.sponsor_holder {
	position: relative;
	display:  flex;
	flex-wrap:  wrap;
}

.sponsor_holder .schedule_time {
	text-transform: none;
	font-weight: 400;
	line-height: 1.25;
}

.sponsor_holder .schedule_time:first-of-type {
	text-transform: uppercase;
	font-weight: 900;
}

.sponsoroffer {
	width: 48%;
}

.sponsorship_class {
	background: #ffffff;
	padding: 30px;
	margin: 20px 0px;
	position: relative;
}

.colone {
	margin-right: 4%;
}



body #SFctr a.SFbtn.SFbig, #SFctr button.SFbig {
		font-size: 17px;
		display: block;
		padding: 8px 20px;
		width: calc(100% - 45px);
		text-align: center;
		background: #56a0f1;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-family: din-2014, sans-serif;
		border-radius: 4px;
}

body #SFctr .SF1 #SFevtpaydat, body #SFctr .SF1 #SFevtpayreg, body #SFctr #SFevtpaytkt {
	background: none;
	border: 0px;
	font-family: 'din-2014' !important;
	color: #30384d !important;
	font-weight: 700;
}

body #SFctr #SFevtpay div.SFbox {
    background-color: rgba(255,255,255,0.5);
	padding-top: 15px;
}

body #SFctr .SF1 #SFevtpaydat {
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

body #SFctr .SF1 #SFevtpayreg {
	padding-top: 0px;
	margin-top: 25px;
}

body #SFctr .SF1 table.SFfrm tr {
	font-family: din-2014, sans-serif;
	color: #56a0f1;
	text-transform: uppercase;
	letter-spacing: 2px;
}

body #SFctr .SF1 table.SFfrm tr>td:first-child {
	padding-top: 8px;
	padding-bottom: 4px;
	text-transform: uppercase;
	font-family: din-2014, sans-serif;
	letter-spacing: 2px;
	font-weight: 700;
	color: #30384d;
	font-size: 12px;
}

body #SFctr .SF1 table.SFfrm input[type=text], body #SFctr .SF1 table.SFfrm select {
	width: calc(100% - 20px);
	max-width: 100%;
	padding: 10px 10px;
	border: none;
	border-radius: 4px;
}

body #SFctr .SF1 table.SFfrm div.SFfri+div.SFfri, #SFctr table.SFfrm.SFblc div.SFfri+div.SFfri {
	margin-top: 10px;
}

body #SFctr table.SFfrm span.SFerr {
	margin-top: 7px;
	white-space: nowrap;
	right: 7px;
	position: absolute;
	border-radius: 4px;
	letter-spacing: 0px;
}

body #SFctr #SFevtpaytkt tfoot {
	 display: none;
}

body #SFctr #SFevtpaytkt thead {
	display: none;
}

body #SFctr .SF1 #SFevtpaytkt td select {
	width: 50px;
	padding: 10px;
	border: 0px;
	border-radius: 4px;
	font-family: din-2014, sans-serif;
}

.floating_cta {
	position: absolute;
	
}

    .left:before {display: none;}
    .left:after {display: none;}
    .right:before  {display: none;}
    .right:after  {display: none;}


@media only screen and (max-width: 1600px) { 
	#header_feature {margin-top: 13vh;}
	.divider {margin-top: 30px; margin-bottom: 30px;}
	.register {margin-top: 4vh;}
	.about_right {width: 55%; padding: 60px 0px 375px 60px; max-width: inherit;}
	.about_left {background-position: 40% 0%;}
}

@media only screen and (max-width: 1200px) {
	h1 {font-size: 55px;}
	#header h1 {margin-top: 25px;}
	h2 {font-size: 25px;}
	.divider {margin-top: 20px; margin-bottom: 20px;}
    .sponsor_silver, .sponsor_bus {margin: 30px 0px;}
    .sponsor_silver:before, .sponsor_bus:before {bottom: -30px;}
    .sponsor_silver:after, .sponsor_bus:after {bottom: -25px;padding-bottom: 10px;}
	.schedule {width: 55%;}
	.about_right {padding: 60px 0px 275px 60px;}
	.gallery {min-height: 225px;}
	.hotel_small {width: 27.5%; margin: 5vh 2.5%;}
	.hotel_large {width: 35%;}
	}

@media only screen and (max-width: 968px) { 
	h1 {font-size: 45px;}
    .sponsor_gold {width: calc(100% / 2);}
    .sponsor_gold:nth-child(3n) {border-right: 1px solid #b9c9d3;}
    .sponsor_gold:nth-child(2n) {border-right: 0px solid #b9c9d3;}
    .sponsor_gold:last-of-type {border-right: 0px solid #b9c9d3;}
    .sponsor_silver, .sponsor_bus {width: calc(100% / 3); margin: 30px 0px;}
    .sponsor_blue {width: calc(100% / 3);}
    .sponsor_green {width: calc(100% / 3);}
    .sponsor_blue:nth-of-type(3n) {border-right: 0px;}
    .sponsor_green:nth-child(3) {border-right: 0px;}
    .sponsor_blue:nth-of-type(4) {border-right: 1px solid #b9c9d3;}
    .sponsor_blue:nth-of-type(5n) {border-right: 1px solid #b9c9d3;}
    .sponsor_blue:last-of-type {border-right: 0px;}
    .sponsor_green:nth-child(4n) {border-right: 1px solid #b9c9d3;}
	.schedule {width: 70%; margin-bottom: 30px;}
	.left {margin-left: 15%;}
	.right {margin-left: 15%}
	.gallery {width: 80%; left: 50%; max-height: none;}
	.gallery img {margin: 5px; width: calc((100% / 2) - 15px)}
	.about_right {padding: 60px 0px 515px 60px;}
	.sponsor_gold:after {width: calc(100% - 30px);}
	#registration {width: 90%;}
	#sponsorship_shell {width: 90%;}
	
	.left:after {
    content: "Mike Golic - Dinner Speaker";
    width: calc(70% - 20px);
    position: absolute;
    left: 15%;
    bottom: -280px;
    z-index: 4;
    background: #acd6ff;
		margin-left: 0px;
	}
	
	}

@media only screen and (max-width: 768px) { 
	h2 {font-size: 20px;}
	h4 {font-size: 40px;}
    #header_feature {margin-top: 10vh; width: 85%;}
    .sponsor {bottom: -36px; left: calc(50% - 20px); transform: translate(-50%, -0%);}
    .sponsor_gold {padding: 0px 15px; margin: 15px 0px;}
    .sponsor_gold:before {width: calc(100% - 30px);}
    .about_left {width: 100%;}
    .about_right {width: 90%; background: #eaf2f8; padding: 25px 5% 25px 5%; margin: -50px 5% 50px 5%;}
    .schedule {width: 70%; margin-bottom: 25px;}
    .schedule_item {padding: 15px 10px 25px 10px;}
    .schedule_title {padding-left: 0px;}
    .gallery {position: inherit; width: 90%;}
    #registration {width: 70%; min-width: 300px;}
    .reg_left {width: 100%; margin-right: 0%; position: relative; margin-top: 0px;}
    .reg_right {width: 100%; padding-top: 50px;}
    #sponsorship_shell {width: 70%;}
    #sponsors_inner {padding-bottom: 70px;}

    .sponsor_chapter {width: calc(100% / 3);}
    .sponsor_chapter:nth-of-type(3n)  {border-right: 0px solid #b9c9d3;}
    .sponsor_chapter:nth-last-of-type(4)  {border-right: 1px solid #b9c9d3;}
    .sponsor_chapter:nth-of-type(4)  {border-right: 1px solid #b9c9d3;}
	
	.sponsoroffer {width: 100%;}
	.colone {margin-right: 0px;}
	.sponsorpage {min-height: 50vh !important;}
	.left:after {bottom: -215px;}
	#hotel_holder {width: 90%; flex-direction: row;}
	.hide_desktop {display: block !important;}
	.hide_mobile {display: none !important;}
	
	.hotel_options {flex-wrap:  wrap;}
    .hotel_options :nth-child(1) { order: 2; }
    .hotel_options :nth-child(2) { order: 1; }
    .hotel_options :nth-child(3) { order: 3; }
	
.hotel_small {
	width: 45%;
	margin: 2.5vh 2.5% 0vh;
}

.hotel_large {
	width: 60%;
	margin: 5vh 20% 0vh;
}
	
	
	}

@media only screen and (max-width: 480px) { 
	h1 {font-size: 30px;}
	h2 {font-size: 18px;}
	h4 {font-size: 28px;}
	#headernav {display: none;}
	#logo_holder { width: 70%; margin: 0px 15%;}
	#logo_holder img {width: 100%; height: auto;}
	#sponsors {width: 70%;}
	.sponsor_gold { width: calc(100% - 20px); padding: 0px 10px; border-left: 0px !important; margin: 10px 0px 25px 0px;}
	.sponsor_gold:nth-child(3n) {border-right: 0px solid #b9c9d3;}
	.sponsor_gold:nth-child(1n) {border-right: 0px solid #b9c9d3;}
	.sponsor_gold:last-of-type:before{height: 0px;}
	.sponsor {left: calc(50% - 15px);}
	.schedule {width: 85%; margin-bottom: 40px; padding: 20px;}
	.left {margin-left: 7.5%;}
	.right {margin-left: 7.5%}
	.schedule_title {font-size: 16px;}
	.left:before, .right:before {display: none;}
	.schedule_header {font-size: 20px;}
	.gallery {width: 80%; margin: 0px 10%; position: unset; transform: none;}
	.gallery img {width: 66%; margin-top: -35px;}
	.gallery img:nth-of-type(2n){margin-left: 34%;}
	#sponsorship_shell {width: 85%;}
	.left:after {display: none;}
	}
	
	
	
	
	
