body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 23px;
	color: #484848;
	font-family: 'DM Sans', sans-serif;
}

header {
	min-height: 44vw;
	width: 100vw;
	background: url(../images/header.png);
	background-position: center center;
	background-size: cover;
/* 	background-attachment: fixed; */
	color: #fff;

}

.headerheight {
	min-height: 45vw;
	padding: 100px 0;
}

@media screen and (max-width: 768px) {
	.headerheight {
		padding: 50px 0;
	}
}

.flex-center {
	display: flex;
	align-items: center;
}

.justify-center {
	justify-content: center;
}

.header_logos {
	width: 80%;
	margin: 0 auto;
	height: auto;
}
.uppercase {text-transform: uppercase; letter-spacing: 1px;}
.grey {color: #ABABAB;}
.bold {font-weight: bold;}
.medium {font-weight: 500;}
.text60 {font-size: 60px; line-height: 1em; letter-spacing: -2px;}
.text50 {font-size: 50px; line-height: 1em; letter-spacing: -2px;}
.text40 {font-size: 40px; line-height: 1em; letter-spacing: -2px;}

.text55 {font-size: 55px; line-height: 1em; letter-spacing: -2px;}
.text32 {font-size: 32px;line-height: 1.1em; letter-spacing: -1px; }
.text30 {font-size: 30px;line-height: 1.1em; letter-spacing: -1px; }
.text20 {font-size: 20px; line-height: 1em}

a {
	transition: all 0.3s;
}
.btn {
  background: #17BBE0;
  color: #fff;
  text-align: center;
  padding: 12px 45px 13px 45px;
  line-height: 1em;
  min-width: 91px;
  border: 1px solid #17BBE0;
  border-radius: 10px;
  display: inline-block;
  font-size: 18px;
  z-index: 1;
  -webkit-appearance: none;
  font-family: "Circular", sans-serif;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-weight: bold;
}

.btn:hover {
	background: #020827;
	border: 1px solid #020827;
}

p {
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
}


.padx45 {
	padding-left: 40px;
	padding-right: 40px;
}



.formframe {

	background: url(../images/formbg.jpg);
	background-position: center center;
	background-size: cover;
	width: 100%;
	min-height: 400px;
	border-radius: 15px;
	color: #fff;
}


input[type=text],input[type=email] {
	background: rgba(35, 85, 132, 0.5);
	border-radius: 10px;
	font-size: 16px;
	width: 100%;
	border: 0;
	height: 52px;
	line-height: 22px;
	color: #fff;
	padding: 15px;
	margin-bottom: 12px
}

input[type=submit] {
	background: #17BBE0;
  color: #fff;
  text-align: center;
  padding: 12px 45px 13px 45px;
  line-height: 1em;
  min-width: 200px;
  border: 1px solid #17BBE0;
  border-radius: 10px;
  display: inline-block;
  font-size: 18px;
  z-index: 1;
  -webkit-appearance: none;
  font-family: "Circular", sans-serif;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  margin-top: 12px;
  transition: all 0.3s;

}


input[type=submit]:hover {
	background: #020827;
	border: 1px solid #020827;
}

::placeholder {
  color: #fff;
  opacity: 1;
}

:-ms-input-placeholder {
	  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}



footer {
	width: 100vw;
	padding: 70px 0;
	background: #020A32;
	color: #fff;
}

.social a {
	display: inline-block;
	margin: 0 20px;
}


label {display: none}

label.hs-error-msg {display: block;}

.no-list.hs-error-msgs.inputs-list {margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 25px;}

.hs_error_rollup {display: none !important}
@media only screen and (max-width: 767px) {
  .text60 {font-size: 10vw}
  .text50 {font-size: 8vw}
  .text40 {font-size: 6.5vw}
  .text20 {font-size: 4vw}
  .header_logos ,
  .footerlogo, .logo {width:90%; margin: 0 auto;  }
  .speakers img.image100 {width:220px; margin:  0 auto; margin-top: 50px;}
  .copy{font-size: 12px;}
  .formframe {padding: 10px 40px}
}


footer a {
	color: #fff;
	text-decoration: none;
}
