body {
    margin: 0;
	font-family: "tt-commons-pro", sans-serif;
font-weight: 300;
font-style: normal;
font-size:21px;
	line-height: 1;
color:#050E28;
}

#navwrapper .menu-toggle, #navwrapper .menu-close {
    display: none;
}

#topwrapper {
	width:100%;
}

#topwrapper .top, .main, #footerwrapper .footer {
	width:92%;
	margin:0 auto;
	max-width:1700px;
}

#topwrapper .top{
	justify-content: space-between;

}

#background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;

    right: 0;
    top: 0;
    bottom: 0;
    position:absolute;
    z-index: -1;
}

.head .mobile {
    display: none;

}

#home #topwrapper{
    position:absolute;
    left:0;
    z-index:99;
    top:15px;
	background:transparent;
}

#topwrapper .nav{
    display:flex;
    text-align:center;
    justify-content:center;
}

#topwrapper .logo{
    margin:0 30px;
}

#topwrapper .logo img {
	max-width:125px;
}

#topwrapper .nav li{
    margin:0 30px;
	display:inline-block;
}

#topwrapper .nav .left, #topwrapper .nav .right {
	width:50%;
}

#topwrapper li a{
    color:#fff;
	letter-spacing:3px;
	text-transform:uppercase;
    text-decoration:none;
    font-size:14px;
}

#navwrapper  a.button {
	background-color:transparent;
	margin:0px;
	border: 1px solid #BFE7FB;
	border-radius: 50px;
	color:#BFE7FB;
	font-weight:normal;
}

#navwrapper  a.button:hover {
	background-color:#BFE7FB;
	color:#FFF;
}

#topwrapper li a:hover, #topwrapper li a.lion {
	color:#BFE7FB;
}

#home .head{
    min-height:100vh;
    overflow:hidden;
    text-align:center;
    position:relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#home .head .overlay{
    position:relative;
    z-index:9;
	padding:3vh 0px;
    color:#fff;

}

#home .head .overlay:before, #home .head .overlay:after{
    height:695px;
    width:1px;
    background:#FEDEB6;
    top:0;
    position:absolute;
    content:'';
    display:none;
}

#home .head .overlay:before{
    left:0;
}

#home .head .overlay:after{
    right:0;
}

.bg {
    position: absolute;
    top: 0;
    z-index: 8;
    left: 0;
    width: 100%;
    height: 99.5%;
    background: rgba(0, 0, 0, 0.4);
}


h1{
	font-size:125px;
	line-height:.85;
	color:#FFF;
	font-family: "benton-modern-display-compre", serif;
font-weight: 600;
font-style: normal;

}

h2{
	font-size:75px;
	color:#050E28;
	font-family: "benton-modern-display-compre", serif;
font-weight: 600;
font-style: normal;
}

.title {
	text-transform:uppercase;
	font-weight:400;
	font-size:20px;
	letter-spacing:.3em;
	color:#050E28;
}

.flex{
    flex-wrap:wrap;
    display:flex;
}


.button{
    font-weight:500;
	border:none;
	background:#BFE7FB;
    padding:10px 18px;
    font-size:18px;
	margin:20px 0px 0px 0px;
    color:#050E28;
	display:inline-block;
	border-radius:50px;
    vertical-align:middle;
    text-decoration:none;
	text-transform:uppercase;
	letter-spacing:3px;
}

.button.blue, a.button:hover {
	background-color:#050E28;
	color:#BFE7FB;
}

a.button.blue:hover {
	background:#BFE7FB;
	color:#050E28;
}


button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    -webkit-appearance: none;
    appearance: none;
}


.blue {
	color:#BFE7FB;
}

/*Hero*/
.head h1 {
	margin:30px 0;
}

.head .title {
	color:#FFF;
}


.head .eventlogo {
	width:400px;
	max-width:45%;
	margin:auto;
}

.head .buttons .button{
	margin:0;
}

/*Locations*/
.locations {
	background-color:#eff9fe;
}

.location {
	width:25%;
	padding:5% 2.5%;
	text-align:center;
}
	
.location h2 {
	font-size:100px;
	line-height:.8;
	margin:10px 0 20px;
}

.location .title {
	font-size:18px;
}

.location.larger {
	background-color:#BFE7FB;
	width:35%;
}

.location.larger .title {
	font-size:20px;
}

.location.larger h2 {
	font-size:175px;
	line-height: .78;
}

.location .date {
	font-size:40px;
	font-weight:500;
}

.location.larger a.button {
}

/*Event*/
.event {
	background-image:url(images/event_bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}

.event .main .info {
	max-width: 520px;
	padding:100px;
	color:#FFF;
}

.event .main .info h2 {
	line-height: .9;
	padding:0px 0px 25px 0px;
	color:#FFF;
	width:80%;
}

.event .main .info .text {
	line-height:1.35;
	font-size:16px;
}

.event .main .info .blue {
	margin:10px 0px 0px 0px;
	font-size:16px;
}


/*Form*/
.form {
	clear:both;
	background-image:url(images/form_bg.jpg);
	padding:100px 0px;
	background-size:contain;
	background-repeat:no-repeat;
}

.form h2 {
	color:#FFF;
	text-align:center;
}

.form .text {
	text-align:center;
	padding:0px 0px 15px 0px;
	line-height: 1.2;
}

.form .blue {
	text-transform:uppercase;
	font-weight:400;
	color:#4EC2EE;
	text-align:center;
	padding:0px 0px 5px 0px;
}

.form #form {
	background-color:#FFF;
	border-radius:10px;
	padding:60px;
	max-width:450px;
	margin:30px auto 0;
	box-shadow: 0px 0px 20px #00000017;
}

#dn-center {
	max-width: 350px;
	margin:0 auto;
}


#dn-center  .select2-container {
	width:100% !important;
}

.select2-container--default .select2-selection--single {
	border-color:#DBDBDB !important;
	border-radius: 10px !important;
}

#dn-center .dn-title.rel{
	position:relative;
	pointer-events: auto;
}

#dn-center .checkbox{
	vertical-align:middle;
}


#dn-center .dn-field {
	position: relative;
	margin:0 0 15px 0;
	color:#000;
	font-size:14px;		 
}

#dn-center select {
	color:#000;
}

#dn-center .dn-field.float{
	float:left;
	width:50%;
}

#dn-center .dn-field.float.half{	 
	width:50%;
}
 
#dn-center .dn-field.float.third{	 
	width:32%;
}

#dn-center .dn-field.float.third.center{
	margin-right:1.33%;
	margin-left:1.33%;
}
	
#dn-center .dn-field .dn-textfield {
	width: 100%;
	outline: none;
	font-size:14px;
	color:#000;
	border-radius: 10px;
	padding:8px 0;
	border: 1px solid #DBDBDB;
			 
}

#dn-center .dn-field .dn-textarea {
	min-height:125px;
}

#dn-center .dn-field .dn-textfield.longer{
	margin:10px 0;
}
		
#dn-center .dn-field .dn-textfield:focus {
	border-color: #022859;
	border-width: medium medium 2px;	 
}


#dn-center .textarea{
	resize:none;
}

#dn-center .dn-title{
	position: absolute;
    pointer-events: none;
    top: 14px;
    left: 10px;
    letter-spacing: 0.65px;
    color: #000;
    transition: 0.2s ease all;
}

#dn-center .dn-field input:focus ~ .dn-title,
#dn-center .dn-field input:not([value='']) ~ .dn-title {
	top: -13px;
	left: 0px;
	opacity: 1;
	font-size:10px;
}

#dn-center .dn-field textarea:focus ~ .dn-title,
#dn-center .dn-field textarea:not([value='']) ~ .dn-title {
	top: -15px;
	left: 0px;
	opacity: 1;
	font-size:10px;
}

#dn-center .dn-spacer {
	clear:both;
	height:15px;
}

#dn-center .dn-smalltext {
	font-size:12px;
}

#dn-center .edit{
	display:block;
	margin:10px 0 0 0;
	color: #284264;
}

.dn-clear {
	clear:both;
}

#resultMessage font {
	display:none;
}
	
/*About*/
.about .box {
	background-color: #eff9fe;
	padding:100px;
	max-width: 1200px;
	margin:0 auto;
	text-align:center;
}

.about .text {
	line-height:28px;
}

.about .box h2 {
	padding:0px 0px 30px 0px;
}

.photos {
	margin:0px 0px 8vh 0px;
}

.photos.flex {
	flex-wrap:nowrap;
	gap:.33%;
}

.photos img {
	width:33%;
  height: auto;           
  object-fit: cover;       
}

#leadership {
	margin:0px 0px 25px 0px;
}

#leadership .flex {
	align-items:baseline;
	gap:1%;
}

#leadership .name {
	text-transform:uppercase;
	color:#86b3ca;
	    font-weight: 400;
	flex-grow:1;
	margin:0px 0px 10px 0px;
}

#leadership .title {
	margin:5px 0px 0px 0px;
	font-family: "benton-modern-display-compre", serif;
    font-weight: 600;
	text-transform:none;
	letter-spacing:.05em;
}

/*Footer*/
#footerwrapper{
	font-weight:400;
    color:#fff;
    padding:30px 0;
	font-size:15px;
    background:#050E28;
}

#footerwrapper .footer {
    text-align:center;
	align-items: center;
	gap:40px;
}

#footerwrapper .logo{
    max-width:122px;
}

#footerwrapper .copy, #footerwrapper .error {
	margin-top:auto;
}

#footerwrapper a {
	color:#FFF;
	text-decoration:none;
}

#footerwrapper .contactinfo {
	text-transform:uppercase;
	letter-spacing:3px;
	margin-left: auto;
}

#footerwrapper .line{
	display: inline-block;
	margin:5px 10px;
}

