/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* NORMALIZER */
* {
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
	padding: 0;
}


/* Reset Styles */

html {
	color: #58595B;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}

body > img {
	display: none;
}

#webinar-lp {
	background-color: #0A4BB6;
}

div {
	position: relative;
}

footer {
	text-align: center;
}

h1,
.h1-custom {
	color: #2B2B2B;
	font-family: 'Roboto Slab', serif;
	font-size: 3.375rem;
	font-weight: 300;
	line-height: 4rem;
	margin-bottom: 1.5rem;
	position: relative;
}

h2,
.h2-custom {
	font-family: 'Roboto Slab', serif;
	font-size: 1.75rem; /* 28px */
	font-weight: 400;
	line-height: 2.375rem;
	margin-bottom: 1.5rem;
	position: relative;
}

h3,
.h3-custom {
	color: #2B2B2B;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 1.875rem;
	line-height: 2.5rem;
	margin-bottom: 1.5rem;
	position: relative;
}

h4,
.h4-custom {
	color: #9B9B9B;
	font-weight: 700;
	margin: 0 0 1rem 0;
	position: relative;
}

h5,
.h5-custom {
	color: #4A4A4A;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.313rem;
	line-height: 1.938rem;
	position: relative;
}

p  {
	color: #4a4a4a;
	font-size: 1rem;
	line-height: 1.625rem;
	margin-bottom: 1.625rem;
	margin-top: 0;
}

html body#webinar-lp p+p {
	color: #4a4a4a;
	margin-bottom: 1.625rem;
	margin-top: 0;
}

html body#webinar-lp p {
	color: #4a4a4a;
	margin-bottom: 1.625rem;
	margin-top: 0;
}

html body#webinar-lp p:last-of-type {
	margin-bottom: 0;
	margin-top: 0;
}

html body #webinar-lp #section1 ul {
  
}

#webinar-lp #section1 ol,
#webinar-lp #section1  ul {
  margin: 0 0 0 4rem;
  padding: 0 0 0.625rem 0;
}

#webinar-lp #section1 li {
  color: #4a4a4a;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 0 0 1.25rem 0;
  width: 100%;
}

a {
	color: #307FE2;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
}
	
	a:visited {
		color: #307FE2;
	}

	a:hover {
		color: #0A4BB8;
		text-decoration: underline;
	}

	a:active {
		color: #0A4BB8;
		text-decoration: underline;
	}

/* Class Styles */

.background-container {
	background-color: #fff;
}

.main-wrapper {
	position: relative;
	z-index: 10;
}

/* Main Nav */
#main-nav {
	left: 0;
	padding: 3rem 7.125rem 0 7.125rem;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 200;
}

.main-logo {
	width: 11.25rem;
}

/* Header Section */
#header-section {
	min-height: 80vh;
}

.main-logo-link {
	display: block;
}

.full-width {
	width: 100%;
}

.lead-text {
	font-size: 1.5rem;
	line-height: 2.125rem;
	padding-bottom: 2.125rem;
}

.date-container {
	background-color: #fff;
	border: 1px solid #BDDAFB;
	border-radius: 4px;
	padding: 1.5rem;
}

.date-section {
	padding: 0 0 0 1.5rem;
}

.date-info,
html body#webinar-lp p.date-info {
	color: #307FE2;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.cerca-pattern {
	background-image: url("https://s3.amazonaws.com/thinkcerca-prod/assets/images/landing-pages/webinar/cerca-pattern.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Register Container */

.signup-container {
	background-color: #fff;
	box-shadow: 0 19px 60px rgba(0,0,0,.2), 0 15px 20px rgba(0,0,0,.2);
	left: 0;
	margin: auto;
	width: 72%;
	position: absolute;
	right: 0;
	top: 4.875rem;
	z-index: 5;
}

.signup-header {
	background-color: #0A4BB6;
	padding: 1.5rem 2.5rem;
}

	.signup-header h2 {
		color: #fff;
		margin: 0;
	}

.signup-form {
	padding: 2.5rem;
}

.signup-note {
	padding-top: 2rem;
}

.signup-note h3,
.signup-note p {
	color: #58595B;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 0;
	padding: 0;
}

.signup-note h3 {
	font-weight: 700;
}

/* Section 1 */
.offset-img img {
	left: 0;
	position: absolute;
	top: 0;
	width: 48%;
}

.offset-text-wrapper {
	padding-top: 100px;
}

.offset-text {
	background-color: #fff;
	padding: 4.875rem;
	position: relative;
	width: 57%;
	z-index: 4;
}

.offset-text p:last-child {
	margin: 0;
}

/* Section 2 */

	/* Single Speaker */

	.speaker-container {
		box-shadow: 0 19px 60px rgba(0,0,0,.2), 0 15px 20px rgba(0,0,0,.2);
	}

	.speaker-header-container {
		background-color: #307FE2;
		padding: 2rem;
		position: relative;
		text-align: center;
	}

		.speaker-header-container h2 {
			color: #fff;
			margin: 0;
			width: 100%;
		}

	.speaker-img {
		background-color: #000;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 384px;
		overflow: hidden;
		width: 30%;
	}

	.speaker-img img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.speaker-bio-container {
		padding: 2.5rem;
		width: 70%;
	}

		.speaker-bio-container h2 {
			color: #307FE2;
			margin: 0;
		}

		.speaker-bio-container h3 {
			color: #707070;
			font-family: "Roboto", Arial, sans-serif;
			font-size: 1.125rem;
			font-weight: 700;
		}

		.speaker-bio-container p {
			margin-bottom: 0;
		}


/* ---------- Form Styles ----------- */ 

.sign-up-flex {
	align-items: top;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

.sign-up-column-left {
	order: 1;
	width: 32%;
}

.sign-up-column-right {
	order: 2;
	width: 57.5%;
}

.cerca-form label {
	display: none;
}

.cerca-form h3 {
	display: none;
}

.cerca-form h3.h3-custom {
	display: block;
}

.cerca-form input[type="text"],
.cerca-form input[type="email"],
.cerca-form select {
	background-color: #fff;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #707070;
	border-radius: 0;
	display: block;
	font-size: 1.125rem;
	padding: 15px 0;
	margin-bottom: 2rem;
	width: 100% !important;
	-webkit-appearance: none;
}

.cerca-form .input {
	margin: 0 !important;
}

.cerca-form textarea {
	border: 1px solid #707070;
	display: block;
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 2rem;
	outline: none;
	padding: 15px;
	width: 100% !important;
	-webkit-appearance: none;
}

.name-fields {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

.name-fields input[type="text"] {
	width: 47.8%;
	display: block;
}

.additional-fields input[type="text"] {
	width: 100%;
	display: block;
}

.instructions {
	color: #9B9B9B;
	font-size: 1.125rem;
	padding: 16px 0 0 0;
}

.checkbox-fields {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

.checkbox-fields-column {
	width: 47.8%;
}

.checkbox-container {
	padding: 16px 0;
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: left;
	position: relative;
}

input[type="checkbox"] {
	opacity: 0;
}

input::placeholder {
	opacity: 1;
	color: #9B9B9B;
}

.checkbox-container label {
	position: relative;
	cursor: pointer;
	font-size: 1rem;
	line-height: 1.625rem;
	display: block;
}

.checkbox-container label::before {
	content: "";
    display: block;
    height: 16px;
    width: 16px;
    border: 1px solid #707070;
    position: absolute;
    top: 3px;
    left: -12px;
    cursor: pointer;
}

.checkbox-container label::after {
	content: "";
	color: #fff;
    display: inline-block;
    height: 4px;
    width: 8px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    position: absolute;
    left: -8px;
    top: 7px;
}

.checkbox-styles {
	font-size: 1rem;
	padding-left: 32px;
}

.checkbox-container input[type="checkbox"] + label::after {
    content: none;
}

.checkbox-container input[type="checkbox"]:checked + label::after {
    content: "";
}

.checkbox-container input[type="checkbox"] + label::before {
	background-color: #fff;
	border: 1px solid #707070;
}

.checkbox-container input[type="checkbox"]:checked + label::before {
	background-color: #307FE2;
	border: 1px solid #307FE2;
}

.checkbox-container input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

	/* Form Errors */

	.hs-error-msgs {
		list-style: none;
		position: relative;
	}
	
	.cerca-form .hs-error-msgs label {
		color: #de2527;
		display: block;
		font-size: 13px;
		font-weight: 700;
		position: absolute;
		top: -20px;
	}

/* Global */

.column7 {
	position: relative;
	width: 50%;
}

.gray-background {
	background-color: #f5f5f5
}

.blue-background {
	background-color: #307fe2;
}

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

.flex-container {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

.flex-container-bottom {
	align-items: flex-end;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

.flex-container-stretch {
	align-items: stretch;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

.flex-container-center {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

.flex-container-left {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	position: relative;
}

.flex-container-right {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	position: relative;
}

.flex-container-middle {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: relative;
}

.cta-primary,
.cta-primary:visited {
	background-color: #307FE2;
	border: 3px solid #307FE2;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	padding: 17px 36px;
	text-decoration: none;
	text-transform: uppercase;
}

	.cta-primary:hover,
	.cta-primary:active {
		background-color: #0A4BB8;
		border: 3px solid #0A4BB8;
		color: #fff;
		text-decoration: none;
	}

.cta-secondary,
.cta-secondary:visited,
.cerca-form input[type="submit"],
.cerca-form input[type="submit"]:visited {
	background-color: #fff;
	border: 3px solid #307FE2;
	color: #307FE2;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	padding: 17px 36px;
	text-decoration: none;
	text-transform: uppercase;
}

	.cta-secondary:hover,
	.cta-secondary:active,
	.cerca-form input[type="submit"]:hover,
	.cerca-form input[type="submit"]:active {
		background-color: #307FE2;
		border: 3px solid #307FE2;
		color: #fff;
		text-decoration: none;
	}

.wrapper {
	margin: 0 auto;
	max-width: 1600px;
	padding: 0 7.125rem;
	position: relative;
}

.padding100 {
	padding: 6.25rem 0; /* 100px */
}

.padding200 {
	padding: 12.5rem 0; /* 100px */
}

.padding-top48 {
	padding-top: 3em; /* 48px */
}

.padding-top80 {
	padding-top: 5rem; /* 80px */
}

.padding-top100 {
	padding-top: 6.25rem; /* 100px */
}

.padding-top200 {
	padding-top: 12.5rem; /* 200px */
}

.hide {
	display: none;
}


/* Media Queries */

@media screen and (max-width: 1350px) {
	
	html {
		font-size: 15px;
	}

	p {
		font-size: 1.06rem;
		line-height: 1.73rem;
	}

} /* End 1350px */

@media screen and (max-width: 1220px) {

	.wrapper {
		padding-left: 3.73rem;
		padding-right: 3.73rem;
	}

	.padding100 {
		padding: 3.73rem 0;
	}

	#main-nav {
		padding-left: 3.73rem;
		padding-right: 3.73rem;
	}

	#header-section {
		min-height: 70vh;
	}

	.signup-container {
		top: 3.73rem;
		width: 80%;
	}

} /* End 1220px */

@media screen and (max-width: 1000px) {

	h1,
	.h1-custom {
		font-size: 2.66rem;
		line-height: 3.33rem;
	}

} /* End 1000px */

@media screen and (max-width: 900px) {

	#main-nav {
		padding: 1.6rem 7.125rem 0 7.125rem;
		text-align: center;
	}

	.main-logo {
		height: auto;
		width: 9rem;
	}

	.column7 {
		width: 100%;
	}

	.column4 {
		margin: 0 auto 32px auto;
		max-width: 384px;
		width: 100%;
	}

	.wrapper {
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
		width: 85%;
	}

	.gray-background {
		background-color: #fff;
	}

	#header-section.flex-container-stretch {
		display: block;
		min-height: auto;
		text-align: center;
	}

	#header-section .padding-top100 {
		padding-top: 4.86rem;
	}

	.signup-container {
		position: relative;
		width: 100%;
	}

	.offset-img {
		display: none;
	}

	.offset-text-wrapper {
		padding: 0;
	}

	.offset-text-wrapper.flex-container-right {
		display: block;
	}

	.offset-text {
		padding-bottom: 0;
		padding-top: 0;
		width: 100%;
	}

	.offset-text p {
		font-size: 1.2rem;
		line-height: 1.86rem;
	}

	#section1.padding-top200 {
		padding-top: 10rem;
	}

	#section2.padding-top80 {
		padding-top: 6rem;
	}

} /* End 900 */

@media screen and (max-width: 700px) {

	.offset-text {
		padding-left: 0;
		padding-right: 0;
	}

	.speaker-container.flex-container-stretch {
		display: block;
	}

	.speaker-header-container {
		padding: 1rem;
	}

	.speaker-header-container img {
		display: none;
	}

	.speaker-img {
		width: 100%;
		min-height: auto;
	}

	.speaker-bio-container {
		width: 100%;
	}

	.hide {
		display: block;
	}

}