/* // RESET */
/* Box sizing rules */
*, *::before, *::after {box-sizing: border-box;}

/* Remove default padding */
ul[class], ol[class] {padding: 0;}

/* Remove default margin */
body,h1,h2,h3,h4,p,ul[class],ol[class],li,figure,figcaption,blockquote,dl,dd {margin: 0;}

/* Set core body defaults */
body {min-height: 100vh; scroll-behavior: smooth; text-rendering: optimizeSpeed; line-height: 1.5;}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],ol[class] {list-style: none;}

/* A elements that don't have a class get default styles */
a:not([class]) {text-decoration-skip-ink: auto;}

/* Make images easier to work with */
img {max-width: 100%;}

/* Natural flow and rhythm in articles by default */
article > * + * {margin-top: 1em;}

/* Inherit fonts for inputs and buttons */
input,button,textarea,select {font: inherit;}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important;}
}
/* // RESET END */

	
/* removes clear button appearing on input fields in IE */
::-ms-clear {display: none;}
	
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #333333;
    font-family: "Workday Adelle Sans", sans-serif !important;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 400;
	}

p{margin: 20px 0;}
	
	
/* layout */
.container {
    max-width: 1200px;
    width: calc(100% - 80px);
    height: auto;
	margin: 0 auto;
}
	
		
	
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* CONTENT STYLES */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
	
a {color: #0875E1;}
a:hover {color: #0875E1; text-decoration: underline;}
	
	#logo-section {background: #ffffff;}
	#logo-row { text-align: center; padding: 25px 0;}
	#logo-row img {width: 180px; height: auto;}
	
	#header-section, #follow-up-header-section {background: #ffffff; padding: 90px 0 70px; border-top: solid 1px #dfe2e6;}

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

	.headline {margin-bottom: 25px;}
	.headline h1 {color: #000000; font-size: 40px; line-height: 1.25; font-weight: 700;}
	.subhead {margin-bottom: 50px;}
	.subhead h2 {color: #000000; font-size: 24px; line-height: 1.25; font-weight: 700;}
	.hero-image {text-align: center;}
	.hero-image img {width:100%; max-width: 560px; height: auto;}
	.follow-up-header-btn a {font-size: 18px; font-weight: 700; padding: 12px 36px 10px; background: #0875e1; color: #ffffff; text-decoration: none; border-radius: 35px;}

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

	.mktoHtmlText {color: #7a848e !important; width:100% !important; font-size: 16px; }
	.mktoHtmlText a {color: #7a848e; text-decoration: underline;}
	.mktoHtmlText a:hover {color: #40B4E5;}
	
	#copy-section {background: #f4f4f4; padding: 50px 0;}
	#copy-section .row a:focus {color:#0875E1;}
	#copy-subhead-row h3 {color:#000000; font-size: 32px; line-height: 1.4; font-weight: 700;} 
	#copy-row {font-size: 18px; line-height: 1.6; font-weight: 400; display: flex; justify-content: space-between;}
	.copy-left {margin-right: 20px;}
	.copy-right {margin-left: 20px;}
	#copy-row-fullwidth {font-size: 18px; line-height: 1.6; font-weight: 400;}

	#social-subhead-row h3 {color:#000000; font-size: 32px; line-height: 1.4; font-weight: 700; text-align: center;} 
	#social-row-fullwidth {font-size: 18px; line-height: 1.6; font-weight: 400;}
	.social-fullwidth {text-align: center; margin: 10px 0 20px;}

	.resources-wrapper {display: flex; width: 720px; margin: 40px auto 40px; justify-content: center;}
	.resources-wrapper>div {margin: 0 20px;}
	.resources-image {text-align: center;}
	.resources-image img {max-width: 189px;}
	.resources-subhead {color:#000000; font-size: 30px; line-height: 1.4; font-weight: 700; text-align: left;}
	.resources-copy {font-size: 18px; line-height: 1.6; font-weight: 400;}
	.resources-cta a {color: #0875E1; text-decoration: none;}
	.resources-cta a:hover {text-decoration: underline;}


	ul.social-icon-list {text-align: center;}
	ul.social-icon-list li {display: inline-block; margin: 0 10px;}
	ul.social-icon-list li:first-of-type {margin-left: 0;}
	ul.social-icon-list li:last-of-type {margin-right: 0;}
	ul.social-icon-list li a img { width: 40px; height: auto;}
	
	#speaker-section-title {font-size: 28px; line-height: 1.2; font-weight: 700; margin-bottom: 20px;}
	.speakers {padding: 50px 0;}
	
	.speaker-row-flex {display: flex; justify-content: center; margin:0 -10px 20px; flex-direction: row; flex-wrap: wrap; }
	
	.speaker-item {text-align: center; margin: 0 40px 20px;}
	.speaker-img img { max-width: 100%; height: auto;}
	.speaker-name { font-size: 20px; font-weight: 700;}	


	#footer-section { background: #f4f4f4; padding: 50px 0;}
	.footer-wrapper { text-align: center; font-size: 16px; line-height: 1.8;}
	.footer-wrapper a {color: #333333; text-decoration: none;}
	.footer-wrapper a:hover {text-decoration: underline;}
	

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MARKETO FORM STYLES */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.mktoForm {font-family: "Workday Adelle Sans", sans-serif !important; width: 100% !important;}
.mktoForm .mktoOffset {display: none;}
.mktoForm .mktoGutter {display: none !important;}

/* Marketo Label Styles*/
.mktoForm label {
    display: none !important;
	}

/* Marketo Input Text/Tel Field Styles*/
.mktoForm input[type="email"], .mktoForm input[type="text"], .mktoForm input[type="tel"] {
    font-family: "Workday Adelle Sans", sans-serif !important;
    width: 400px !important;
    height: 45px !important;
	border: solid 1px #333333 !important;
	background: #f9f9f9;
    border-radius: 7px;
    font-size: 16px !important;
	font-weight: 500 !important;
    padding: 2px 15px !important;
	color: #7a848e !important;
	-webkit-appearance: none;
    position: relative;
    z-index: 100;
}
.mktoForm textarea {
    font-family: "Workday Adelle Sans", sans-serif !important;
    width: 400px !important;
	border: solid 1px #333333 !important;
	background: #f9f9f9;
    border-radius: 7px;
    font-size: 16px !important;
	font-weight: 500 !important;
    padding: 2px 15px !important;
	color: #7a848e !important;
	-webkit-appearance: none;
    position: relative;
    z-index: 100;
}
.mktoForm [name="Email"].customInvalid ~ .mktoError {
    display: block !important;
    opacity: 1 !important;
}
/* Marketo Select Field Styles*/
.mktoForm select.mktoField {
    font-family: "Workday Adelle Sans", sans-serif !important;
	display: block;
	font-size: 16px !important; 
	font-weight: 500 !important;
	color: #7a848e !important;
    padding: 2px 15px !important;
    width: 400px !important;
    height: 45px !important;
	box-sizing: border-box;
	margin: 0;
    border: solid 1px #333333 !important;
    border-radius: 7px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #f9f9f9;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23005cb9%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
	position: relative;
	z-index: 110;
}
.mktoForm select.mktoField::-ms-expand {
	display: none;
}
.mktoForm select.mktoField option {
	font-weight:normal;
}

.mktoForm input:focus {
	-moz-outline: 1px solid #ffffff;
	-webkit-outline: 1px solid #ffffff;
}

.mktoForm input:focus {-webkit-border: 1px solid #ffffff;}

.mktoForm #Country {
	padding: 2px 30px 2px 15px !important;
  }

/* Marketo Radio/Checkbox Field Styles*/
.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {width: 400px !important; position: relative; z-index: 110;}
.mktoForm label.radio-checkbox-styles {color: #7a848e; font-size: 16px; font-weight: 500; width: 100% !important; padding: 0 0 10px !important; display: block !important;}
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {color: #7a848e; font-size: 16px; line-height: 1.6 !important; font-weight: 400; margin: 0 0 10px 1.5em !important; max-width: 90% !important; display: block !important;}
.mktoForm .mktoRadioList > input, .mktoForm .mktoCheckboxList > input {margin:3px 0 0 ;}


.mktoRadioList .mktoField {width: 15px; float: left; clear: left;}
.mktoRadioList label { float: left; clear: right; display: block !important;}
.mktoCheckboxList .mktoField[id^="mktoCheckbox"] {width: 15px; float: left; clear: left;}
.mktoCheckboxList label[for^="mktoCheckbox"] {float: left; clear: right;}
.mktoFormRow {clear: both;}
.mktoButtonRow {clear: both; width: 100% !important;}	

.mktoForm .mktoFormRow {width: 400px; margin-bottom: 15px;}


/* Marketo Input Hint Text Styles*/
::-webkit-input-placeholder {font-weight: 500 !important;}
::-moz-placeholder {color: #000000 !important; font-weight: 500 !important;}
:-ms-input-placeholder {color: #000000 !important; font-weight: 500 !important;}
:-moz-placeholder {color: #000000 !important; font-weight: 500 !important;}

/* Marketo Button Styles*/
.mktoButtonWrap {
    margin: 0 !important;
}
.mktoButtonRow {
    margin: 0 !important;
}
.mktoForm .mktoButton {
    color: #ffffff !important;
    background-color: #0875e1 !important;
    background-image: none !important;
    border: none !important;
    font-size: 18px !important;
	padding: 12px 36px 10px !important;
    font-weight: 700 !important;
    border-radius: 35px;
}
.mktoForm .mktoButton:hover {
    border: none;
}

/* Marketo Error Styles */
.mktoErrorArrowWrap {
    display: none;
}
.mktoError {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    top: 0 !important;
}
.mktoErrorMsg {
    margin-top: 25px !important;
    max-width: 100% !important;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background: #fcefed !important;
    border: solid 1px #f3c3bf !important;
    color: #cc3f2f !important;
    padding: 1.4em !important;
}
.mktoErrorDetail {
    display: initial !important;
}
.mktoForm .mktoRequiredField .mktoAsterix {display: none !important;}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* RESPONSIVE STYLES */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 720px) {
	.mktoErrorMsg {width: 250px;}
	.mktoForm, .mktoForm * {padding: 0 !important;}
	.mktoErrorMsg {padding: 0.4em 0.6em !important;}
	.mktoErrorMsg {
		padding: 1.4em !important; 
		width: inherit !important;
	}
}
@media only screen and (max-width: 992px) {
	.table100 {clear: both; width: 100%;}
	.header-left {padding: 0;}
	.header-right {padding: 20px 0 0;}
	.resources-wrapper {width: 100%;}	
	.form-wrapper {margin-bottom: 35px;}
}
@media only screen and (max-width: 768px) {
	.hideMobile {display: none;}
	.container {padding: 0;}
	.row {padding: 0 40px;}
	.mktoForm .mktoFormCol, .mktoForm .mktoFieldWrap {width: 100%;}
	.mktoForm input[type="email"], .mktoForm input[type="text"], .mktoForm input[type="tel"], .mktoForm select.mktoField, .mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {width: 100% !important;}
	.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {max-width: 85% !important;}
	.mktoButtonRow {width: 100% !important; text-align: center!important;}	
	#logo-row {padding: 15px 0;}
	#logo-row img {width: 130px; height: auto;}
	#header-section, #follow-up-header-section {padding: 40px 0;}
	.subhead {margin-bottom: 0;}
	#copy-row {flex-direction: column;}
	.copy-left {margin-right: 0;}
	.copy-right {margin-left: 0;}
	.resources-wrapper {flex-direction: column;}
	.resources-image {margin-bottom: 20px !important;}
	.mktoForm .mktoFormRow {width: 100% !important;}
	.follow-up-header-btn {margin: 40px 0;}
}
@media only screen and (max-width: 480px) {
	.container {width: calc(100% - 40px);}
	.row {padding: 0 20px;}
	.headline {margin-bottom: 25px;}
	.headline h1 {font-size: 30px;}
	.subhead h2 {font-size: 21px;}
	#social-subhead-row h3 {font-size: 34px;} 
	#social-row-fullwidth {font-size: 16px;}
	ul.social-icon-list li {display: inline-block; margin: 0 5px;}
	ul.social-icon-list li a img { width: 35px; height: auto;}
	.mktoForm textarea {height: inherit !important;}
}