
/* CSS Restyle Dec 2022
Tim Ball

Overall page layout uses default styling. These changes are overiding the typography and background */

body {
	font-family: DT Flow, Open Sans,sans-serif !important;
}

.textAlignCenter {
	text-align:center;
}

/* Extra grid Columns for wide form */

.column--1-of-12,.column--2-of-12, .column--3-of-12, .column--4-of-12, .column--5-of-12, .column--6-of-12, .column--7-of-12, .column--8-of-12, .column--9-of-12,
.column--10-of-12, .column--11-of-12, .column--12-of-12 {
  width: 100%;
}

@media (min-width:767px){
.section .column--1-of-12{max-width:calc(8.33333% - 24px);-ms-flex:1 0 calc(8.33333% - 24px);flex:1 0 calc(8.33333% - 24px)}
.section .column--2-of-12{max-width:calc(16.66666% - 24px);-ms-flex:1 0 calc(16.66666% - 24px);flex:1 0 calc(16.66666% - 24px)}
.section .column--3-of-12{max-width:calc(25% - 24px);-ms-flex:1 0 calc(25% - 24px);flex:1 0 calc(25% - 24px)}
.section .column--4-of-12{max-width:calc(33.33333% - 24px);-ms-flex:1 0 calc(33.33333% - 24px);flex:1 0 calc(33.33333% - 24px)}
.section .column--5-of-12{max-width:calc(41.66666% - 24px);-ms-flex:1 0 calc(41.66666% - 24px);flex:1 0 calc(41.66666% - 24px)}
.section .column--6-of-12{max-width:calc(50% - 24px);-ms-flex:1 0 calc(50% - 24px);flex:1 0 calc(50% - 24px)}
.section .column--7-of-12{max-width:calc(58.33333% - 24px);-ms-flex:1 0 calc(58.33333% - 24px);flex:1 0 calc(58.33333% - 24px)}
.section .column--8-of-12{max-width:calc(66.66666% - 24px);-ms-flex:1 0 calc(66.66666% - 24px);flex:1 0 calc(66.66666% - 24px)}
.section .column--9-of-12{max-width:calc(75% - 24px);-ms-flex:1 0 calc(75% - 24px);flex:1 0 calc(75% - 24px)}
.section .column--10-of-12{max-width:calc(83.33333% - 24px);-ms-flex:1 0 calc(83.33333% - 24px);flex:1 0 calc(83.33333% - 24px)}
.section .column--11-of-12{max-width:calc(91.66666% - 24px);-ms-flex:1 0 calc(91.66666% - 24px);flex:1 0 calc(91.66666% - 24px)}
.section .column--12-of-12{max-width:calc(100% - 24px);-ms-flex:1 0 calc(100% - 24px);flex:1 0 calc(100% - 24px)}
}

/* ------------------ Navigation styles --------------- */

.nav {
    background-color: #02091B !important;
}
.nav__brand {
	background-color: transparent !important;
}

.nav__list--primary {
    background-color: #02091B !important;
}

.nav__list.nav--expanded {
    background-color: #02091B !important;
}

.nav__list.nav--slim {
    background-color: #02091B !important;
}

.nav a.nav__brand.nav--slim img.nav__logo { display:none !important; }



/* ------------------ Section Layout --------------- */


.content--main {
	background: #ffffff !important;
}

.content--main .section {
	background-color: transparent !important;
	/* color:#ffffff; */
	padding-top:120px;
	padding-bottom:60px;
}

.heroColumnWidth {
	width:100%;
	padding-right: 0px;
}

.column--2-of-3:first-child div, .column--7-of-12:first-child div {
	width:100% !important;
}

.textCopyWidth {
	width:100%;
}

#dt-homepage .section--index--hero {
    min-height: calc(100vh - 50px);
}

.footer {
	background-color:transparent;
	padding:0px;
	margin-top:20px;
	padding-bottom:40px;
}

.footer p {
	color:#ffffff;
	font-weight:400;
}

.footer .mktoSnippet a {
	font-size:14px !important;
}


div#footerCopyright, div#footerAddress, div#footerLegal {
    width: 100%;
    text-align: center;
    color: #ffffff;
	font-weight:400;
}

/* Legacy Footer - Used for pre 2023 templates to change footer to dark text */

.legacy-footer {
	margin-top:40px !important;
	padding-bottom:40px !important;
}

.legacy-footer div#footerCopyright, .legacy-footer div#footerAddress, .legacy-footer div#footerLegal {
    color: #000000 !important;

}

.legacy-footer div#footerLegal a {
    color: #000000 !important;
}

.legacy-footer p {
		color:#000000 !important;
}

.legacy-footer .mktoSnippet a {
	font-size:14px !important;
}

.legacy-footer .footer__sociallink.footer__sociallink {
    fill: #000000 !important;
}



#wave {
	display:none;
}

#wavefooter {
	display:none;
}



.full-width-section {
	margin:0;
	padding:0;
	width:100% !important;
	display:block;
}

/* ------------------ Typography --------------- */

.content--main h1  {
	font-weight:800 !important;
/* 	color:#0f1419 !important;	------ Dark/Light------- */
	font-size:47px !important;
	line-height:56px !important;
	margin-bottom:24px;
	font-family: DT Flow,Open Sans,sans-serif !important;

}

.content--main h2  {
	font-weight:800 !important;
/* 	color:#0f1419 !important;	------ Dark/Light------- */
	font-size:40px !important;
	line-height:48px !important;
	margin-bottom:22px;

}

.content--main h3 {
	font-size: 25px !important;
	font-weight: 400 !important;
	line-height: 35px !important;
	margin-bottom:20px !important;
/* 	color:#0f1419 !important;	 ------ Dark/Light------- */
}


.content--main h4 {
	font-size: 22px !important;
	font-weight: 400 !important;
	line-height: 32px !important;
	margin-bottom:18px !important;
/* 	color:#0f1419 !important;	 ------ Dark/Light------- */
}

.content--main p {
/* 	color:#0f1419;	------ Dark/Light------- */
	font-weight:400 !important;
	font-size:16px !important;
	margin-bottom:16px !important;
	line-height:24px !important;
}

.content--main .subheader > p {
/* 	color:#0f1419;	------ Dark/Light------- */
	font-weight:400 !important;
	font-size:22px !important;
	margin-bottom:16px !important;
	line-height:31.9px !important;
}

/* .theme--gradients--dark .content--main .section--dark-text, .theme--gradients--light .content--main {
    color: #ffffff !important; 	
} */

.theme--gradients--dark .content--main .section--dark-text a:not(.btn), .theme--gradients--light .content--main a:not(.btn) {
    color: #1966FF;
    text-decoration: underline;
    opacity: 1;
}

.theme--gradients--dark .content--main .section--dark-text a:not(.btn):hover, .theme--gradients--light .content--main a:not(.btn):hover {
    color: #004BE0;
	opacity: 1;
}

/* #mainHeaderCSS {
	font-weight:800 !important;
	font-family: BerninaSans,Open Sans,sans-serif !important;
}

#mainHeaderCSS strong {
	font-weight:800 !important;
} */

#details p a {
	color:#ffffff !important;
}
	
}
#hero-section {
	padding-top:100px;
}

#hero-section h1, #hero-section h2, #hero-section h3, #hero-section h4, #hero-section h5, #hero-section h6, #hero-section p, #hero-section ul, #hero-section li, #hero-section ol {
	color:#ffffff !important;
}
#hero-section h1 {
	margin-bottom:18px;
}

#hero-section h3 {
	font-size: 25px;
	font-weight: 400;
	line-height: 35px;
	margin-bottom:20px;
}

#hero-section a, #hero-section #details p a {

	color: #ffffff !important;
}

#sideContent {
	color:#ffffff !important;
	padding-top:20px;

}

#sideContent p {
	font-weight:400 !important;
	font-size:16px !important;
	line-height:24px !important;
}

#sideContent > div {
	font-weight:400 !important;
	font-size:16px !important;
	line-height:24px !important;
}

#sideContent ul li {
	font-weight:400 !important;
	font-size:16px !important;
	line-height:24px !important;
	/* list-style:disc !important; */
}
	

#dt-fulfillment a, #dt-video a {
	color:#1966ff;
	font-size:16px !important;
}

/* #header:after {
    content: "";
    background: #3481f4;
    position: relative;
    height: 4px;
    width: 125px;
    bottom: 10px;
    left: 0;
    display: block;
	margin:0 auto;
} */

/* --------------- Global Sections ------------------ */

/* coloumn widths */

.width730 {
	max-width: 730px;
    margin-left: auto;
    margin-right: auto;


}

.marketo-section-row {
	display: block;
    justify-content: space-evenly;
    width: 100%;
	margin-bottom: 50px;
    align-items: center;

	}

.marketo-section-padding {
	padding:20px;
}


.marketo-left-align {
	text-align:center;
}
/* ------------------ Global Lists --------------- */

#sideContent ul, #freetextcopy ul {
	color:#ffffff;	/* ------ Dark/Light------- */
}

/*#sideContent ul li {
    list-style-position: outside;
    list-style: none; 
    text-align: center;
    margin-left: 0;
}
*/

#sideContent ul li:before, #freetextcopy ul li:before {
	background-color:#ffffff !important;
	float:none !important;
	margin-top:0.5em !important;
	margin-right:8px !important;
}

#sideContent ul li, #freetextcopy ul li {
	list-style-position: inside;
	list-style:none;
	text-align:center;
}

.list {
    padding-left: 1.25rem;
}

.mktoSnippet .list {
    padding-left: 0rem;
}

ul.list li:before {
	float:none !important;
}


/* ------------------ Trial Section --------------- */

#trial-section ul.list li:before {
	float:none !important;
	background-color:#000000 !important;
}

#trial-section  {
	padding-top:40px;
	padding-bottom:40px;
}

#trial-section .section {
	padding-top:0px;
	padding-bottom:0px;
}

#trial-section .trial-head {
	padding-top:0px;
	padding-bottom:20px;
}

#trial-section .trial-content {
	padding-top:20px;
	padding-bottom:0px;
}

#trial-section .section ul li {
	color: #000000 !important;
	font-weight:400;
}

#trial-section {
	background-color:#FFFFFF !important;
}

#trial-section h2 {
    font-size: 28px !important;
	color:#000000 !important;
	font-weight:800 !important;
	margin-bottom:20px !important;
	line-height:34px !important;
	text-align:center;
}

#trial-section h4 {
    font-size: 22px !important;
	color:#000000 !important;
	font-weight:800 !important;
	line-height:29px !important;
	text-align:center;
}

.trial-head {
	align-items: flex-start; 
	padding-top: 40px; 
	padding-bottom: 10px;
}

.trial-img img {
	border-radius:8px;
	box-shadow: 0px 8px 20px rgba(2, 9, 27, 0.50);
	/* box-shadow: 12px 12px 0px #3481F4; */
}

.trial-content {
	align-items: flex-start; 
	padding-top: 10px; 
	padding-bottom: 40px;
}

/* ------------------ Snippet Content Sections padding --------------- */

#ContentA .section, #ContentB .section, #contentC .section, #contentD .section, #contentE .section {
	padding-top: 60px;
}

#contentE .section { /* Logo Sign off snippet - Less padding required */
	padding-top: 0px;
	padding-bottom: 0px;
}
	
	
/* ------------------ Snippet Sections --- Speakers | Agenda | Location --------------- */

#snippetContent1 .section, #snippetContent .section  {
	background-color: #ffffff !important;
}

#pageContent1 {
	color:#ffffff;
	text-align:center;
	font-size:18px;
}

#video-multi {

	background-color:transparent !important;
}

#speakers {
	padding-top:40px !important;
	padding-bottom:40px !important;
}

#location {
	padding-top:40px !important;
	padding-bottom:40px !important;
}

#sessions {
	padding-top:40px !important;
	padding-bottom:40px !important;
}

.mktoSnippet #speakers {
	background-color: #transparent !important;
}
.speakers {
	padding-left:1rem;
	padding-right:1rem;
}
	
.speakers__header, .video__header {
	color: #000000  !important;
	font-size: 28px !important;
    font-weight: 800 !important;
    margin-bottom: 60px !important;
    line-height: 34px !important;
    text-align: center;

}
	
.speakers__hr, .video__hr {
	background: #1966ff !important;
	width:125px;
	height:4px;
	margin:0 auto;
	position:relative;
	left:0;
	bottom:-10px;
	display:none;
}

.speakers__item, .video__item {
    box-shadow: none;
	border-radius:0;
}

.speakers__items {
    margin-top: 0px;
}

.speakers__name {
		color: #000000  !important;
	    font-weight: 800 !important;
}

.speakers__title, .video__title  {
		color: #000000  !important;
		font-weight: 400 !important;
}

.speakers__bio {
		color: #000000  !important;
		font-weight: 400 !important;
}


.speakers__cell2--row .speakers__name {
		color: #000000  !important;

}

.speakers__cell2--row .speakers__title, .video__cell2--row .video__title {
		color: #000000  !important;
}

.speakers__cell2--row .speakers__bio {
		color: #000000  !important;
}

.speakers__items--row, .video__items--row {
	padding-top: 0px
} 

.speakers__cell2--row {
    background: #f5f5f5;
    border-radius: 8px;
}

.video__cell2--row {
    background: transparent;

}

#sponsors {
	background-color: #ffffff !important;
}

.sponsors-row {
    padding-top:0px;
}

.sponsors-header {
	font-size: 28px !important;
    color: #000000  !important;
    font-weight: 800 !important;
    margin-bottom: 60px !important;
    line-height: 34px !important;
    text-align: center;
}

.sessions-header {
	font-size: 28px !important;
    color: #000000  !important;
    font-weight: 800 !important;
    margin-bottom: 60px !important;
    line-height: 34px !important;
    text-align: center;
}

.sessions-hr, .sponsors-hr {
	background: #1966FF !important;
	width:125px;
	height:4px;
	margin:0 auto;
	position:relative;
	left:0;
	bottom:-10px;
	display:none;
}

.sessions-hr {
	margin-bottom:60px;
}

.sessions-row {
	background:#EBEBEB;
}

.sessions-row .sessions-time { 
	font-weight:800;
	color:#000000;
}

.sessions-row .sessions-title { 
	font-weight:400;
	color:#000000;
}

.sessions-row .sessions-subtitle { 
	font-weight:400;
	color:#000000;
}

.location-header {
	font-size: 28px !important;
    color: #000000  !important;
    font-weight: 800 !important;
    margin-bottom: 0px !important;
    line-height: 34px !important;
    text-align: center;
}

.location-subheader {
	margin-top:30px;
	color:#000000 !important;
	font-weight:400 !important;

}

.location-subheader p {
	margin-bottom: 2px !important;
	color:#000000 !important;
	font-weight:400 !important;
}

.location-hr {
	background: #1966FF !important;
	width:125px;
	height:4px;
	margin:0;
	position:relative;
	left:0;
	bottom:-10px;
	margin:0 auto;
	display:none;
}

#location iframe {
	margin-top:30px;
}

.sessions-hr img, .sponsors-hr img, .location-hr img {
	display:none;
}

.mktoSnippet h2 {
    font-size: 38px !important;
	color:#000000  !important;
	font-weight:800 !important;
	margin-bottom:31px !important;
	line-height:46.5px !important;
	text-align:center;
}

.mktoSnippet h3 {
    font-size: 28px !important;
	color:#000000  !important;
	font-weight:800 !important;
	margin-bottom:20px !important;
	line-height:34px !important;
	text-align:center;
}

.mktoSnippet h4 {
    font-size: 22px !important;
	color:#000000  !important;
	font-weight:800 !important;
	line-height:29px !important;
	text-align:center;
}

.mktoSnippet h5 {
	color:#222;
	font-size:18px !important;
}

.mktoSnippet p {
	font-weight:400 !important;
	font-size:18px !important;
	color:#000000  !important;
	margin-bottom:16px !important;
	line-height:27.9px !important;
}

.mktoSnippet .separator {
    background: #2583ee !important;
	width:125px;
	height:4px;
	display:none;
}

.separator--center {
	margin: 0 auto !important;
}

.vidyard-player-container {
	background: none;
	border-radius:0px:
}

.separator {	
    display: none;
    height: 4px;
    background: #1966FF;
    border: 0;
    width: 125px;
    max-width: 125px;
	bottom: 0px;
	left:0;
    position: relative;
	margin: 0 auto;
}

.separator--left {
    margin-left: auto; 
}

.separator {
    margin-bottom: 18px!important;
	background: #ffffff !important;
}


.article-box {
	background-color:#ffffff;
	border-radius:10px;
	box-shadow: 0px 4px 10px rgba(2, 9, 27, 0.15);
	padding-bottom:20px;
	margin-top:20px !important;
}

.article-box img {
		border-radius:10px 10px 0 0;
}

.article-box h5 {
		margin-top:10px;
		padding:0 10px;
		height:150px;
		max-height:150px;
		overflow: hidden;
		text-overflow: ellipsis; 
		text-align:center;
		font-weight:400;
}

.article-box a {
		padding:0 10px;
		text-align:center;		
}

.radius {
	border-radius:8px;
	
}



/* ------------------ Marketo Form --------------- */

.formSpan form.mktoForm {
    width: 100% !important;
    padding: 20px !important;
}


.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm select {
    float: none !important;
    margin-bottom: 15px !important;
    padding: 10px 10px !important;
    width: 100% !important;
    font-size: 13px !important;
    line-height: 1.2em !important;
    height: auto !important;
	border:2px solid #e5e6e8;
	color:#7F848E;
    border-radius: 5px;
	font-family: DT Flow,Open Sans,sans-serif !important;
}

.mktoForm input[type=text]:focus,
.mktoForm input[type=url]:focus,
.mktoForm input[type=email]:focus,
.mktoForm input[type=tel]:focus,
.mktoForm input[type=number]:focus,
.mktoForm input[type=date]:focus,
.mktoForm select.mktoField:focus,
.mktoForm textarea.mktoField:focus{ 
  border: 2px solid #7f848E !important ;
    outline: 0;
	box-shadow: 0px 0px 8px #3481F4;
}


.mktoForm.mktoForm input[type=date], .mktoForm.mktoForm input[type=email], .mktoForm.mktoForm input[type=number], .mktoForm.mktoForm input[type=tel], .mktoForm.mktoForm input[type=text], .mktoForm.mktoForm input[type=url], .mktoForm.mktoForm select.mktoField, .mktoForm.mktoForm textarea.mktoField {
    border-radius: 5px;
    border: 2px solid #e5e6e8;
	font-family: DT Flow,Open Sans,sans-serif !important;
}

.mktoForm.mktoForm select.mktoField, .mktoForm.mktoForm select.mktoField:active {
	    background-image: url(https://assets.dynatrace.com/marketo/template/br18/assets/chevron-down.svg);
		background-size:14px;
}

.mktoForm.mktoForm .mktoCheckboxList>label:after {
    background-image: url(https://assets.dynatrace.com/marketo/template/br18/assets/checkmark-small.svg);
	background-size:14px;
	background-repeat:no-repeat;
	top:5px
}



#formheader, #buttonheader {
	font-weight:800;
	font-family: DT Flow,Open Sans,sans-serif;
	font-size: 22px !important;
	padding:8px 12px;
    line-height: 29px !important;
	text-align:center;
	color:#000000 !important;
}

#formheader strong, #buttonheader strong {
	font-weight:800 !important;
	color:#000000 !important;
}

#formBackground {
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 8px 20px rgba(2, 9, 27, 0.15);
}

#buttonArea {
	padding: 20px 30px 20px 30px !important;
	font-weight: 400 !important;
}


.mktoForm {
	padding:0 12px;
}

.mktoForm.mktoForm .mktoFormCol {
	padding-bottom: 0px;
}

.mktoButtonRow {
    width: 100% !important;
}

.mktoButtonWrap {
	margin-left:0 !important;
}

.mktoHasWidth {
    width: auto !important;
}

.mktoForm.mktoForm .mktoRequiredField label.mktoLabel, .mktoForm.mktoForm label.mktoLabel {
    font-weight: 400;
    color: #02091B;
    font-size: 12px;
    float: none;
    display: block;
    margin-bottom: 0px;
	line-height:16.5px;
}

.mktoFormRow label {
    padding-bottom: 2px !important;
	color: #0f1419 !important;
}

.mktoForm.mktoForm label.mktoLabel {
 /*   display: none !important; */
    color: #0f1419 !important;
	margin-bottom:2px;
}

.mktoForm.mktoForm .mktoRequiredField label.mktoLabel, .mktoForm.mktoForm label.mktoLabel {
	/* display:none; */
}

.mktoForm.mktoForm .mktoRequiredField label.mktoLabel:after {
    color: #c41425;
	display:none;
}
	

.mktoForm.mktoForm label.mktoLabel {
    font-weight: 400;
    font-size: 12px;
    float: none;
    display: block;
    margin-bottom: 2px;
}

.mktoForm .mktoLabel {
    float: left;
    line-height: 16px;
    padding-top: 0px;
}

.mktoForm.mktoForm .mktoCheckboxList>label:before, .mktoForm.mktoForm .mktoRadioList>label:before {
    border: 2px solid #c5c5c5 !important;
}

.mktoForm.mktoForm .mktoCheckboxList>label:before, .mktoForm.mktoForm .mktoRadioList>label:before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #c5c5c5;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

.mktoRadioList input[type="radio"]:checked + label:after {
    background-color: #0f1419;
}

.mktoForm .mktoButton {
	color:#ffffff !important;
    background-color: #1966FF !important;
	border-radius:8px;
    background-image: none !important;
    border: none !important;
/* width: 100% !important; */
    padding: 7px 30px !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 24px !important;
	height:50px !important;
}

.mktoForm .mktoButton:hover {
	background: #004BE0 !important;
	color: #fff !important;
    transition: all .2s ease;
}

.mktoForm.mktoForm label.mktoLabel {
	font-weight:400;
}

.mktoForm .mktoHtmlText {
	color:#000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.5px;
	
}

div#mktoform a {
    color: #1966FF !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

:-moz-placeholder { /* Firefox 18- */
  color: white;
}


/* ------------------ Buttons --------------- */

.btn.btn--primary {
	color:#ffffff !important;
    background-color: #1966FF !important;
	border-radius:8px !important;
	border-color:none !important;
    background-image: none !important;
    border: 2px solid #1966FF !important;
    padding: 6px 30px !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 36px !important;
	height:50px !important;
	margin-right:10px;
}

.btn.btn--primary:hover {
	color:#ffffff !important;
    background-color: #004be0 !important;
	border-radius:8px !important;
	border-color:none !important;
    background-image: none !important;
    border: 2px solid #004be0 !important;
    padding: 6px 30px !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 36px !important;
	height:50px !important;
	margin-right:10px;
}

.btn.btn--secondary--light {
	color:#000000 !important;
    background-color: #transparent !important;
	border-radius:8px !important;
	border-color:none !important;
    background-image: none !important;
    border: 2px solid #000000 !important;
    padding: 6px 30px !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 36px !important;
	height:50px !important;
	margin-right:10px;
}

.btn.btn--secondary--light:hover {
	color:#ffffff !important;
    background-color: #000000 !important;
	border-radius:8px !important;
	border-color:none !important;
    background-image: none !important;
    border: 2px solid #000000 !important;
    padding: 6px 30px !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 36px !important;
	height:50px !important;
	margin-right:10px;
}

#fulfillmentButton.btn.btn--secondary {
	color:#ffffff !important;
    background-color: #1966FF !important;
	border-radius:8px !important;
	border-color:none !important;
    background-image: none !important;
    border: 2px solid #1966FF !important;
    padding: 6px 30px !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 36px !important;
	height:50px !important;
	margin-right:10px;
}


/* --  flexible iFrame ------ */

.iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 51%; /*  Aspect Ratio */
}

.iframe-container-location {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
	

@media (max-width: 1160px) {
	
.nav__list--primary {
    background-color: transparent !important;
}

.nav__list.nav--expanded {
    background-color: transparent !important;
}

.nav__list.nav--slim {
    background-color: #transparent !important;
}

.content--main {
    margin-top: 0px; 
}

}

@media (min-width: 767px) {
	
	/* --------------- Global Sections ------------------ */

/* coloumn widths */

.width730 {
	max-width: 730px;
    margin-left: auto;
    margin-right: auto;


}

.marketo-section-row {
	display: flex;
    justify-content: space-evenly;
    width: 100%;
	margin-bottom: 50px;
    align-items: flex-start;
    flex-direction: row;
  flex-wrap: nowrap;
  align-items:center;
  align-content: space-evenly;
	}
	

	
.marketo-section-row-text {
	display: flex;
    justify-content: space-evenly;
    width: 100%;
	margin-bottom: 50px;
    align-items: flex-start;
    flex-direction: row;
	flex-wrap: nowrap;

	}
	
	
.marketo-section-row-text-image {
	display: flex;
    justify-content: space-evenly;
    width: 100%;
	margin-bottom: 50px;
    align-items: center;
    flex-direction: row;
	flex-wrap: nowrap;
	gap:8%

	}

.marketo-section-row-logo {
	display: flex;
	flex-flow: row-reverse nowrap;
    width: 100%;
    align-items: center;
	gap:8%
	}

.marketo-section-padding {
	padding:20px;
}

.marketo-column-even {
	flex:50%;
}

.marketo-left-align {
	text-align:left !important;
}

.marketo-flex-text {
	flex:1;
	align-self: flex-start;
}
.marketo-flex-image {
	flex:1;
}

.nav {
    background-color: transparent !important;
}	

.nav__list--primary {
    background-color: transparent !important;
}

.nav__list.nav--expanded {
    background-color: transparent !important;
}

.nav__list.nav--slim {
    background-color: transparent !important;
}


.column--2-of-3:first-child div, .column--7-of-12:first-child div {
	width:92% !important;
}

/* .heroColumnWidth {
	width:100%;
	padding-right: 40px;
} */


.mktoSnippet h4 {
    font-size: 22px !important;
	color:#000000 !important;
	font-weight:800 !important;
	text-align:left;
}

.mktoSnippet h4 strong {
	font-weight:800 !important;
}

.mktoSnippet h5 {
	color:#222;
	font-size: 18px !important;
	font-weight:400;
}

.mktoSnippet a {
	font-size: 18px !important;
	font-weight:400;
}

.mktoSnippet .list {
    padding-left: 1.25rem;
}

#mainHeaderCSS  {
	margin-bottom:16px
}

#wave {
	display:block;
}

#wavefooter {
	display:block;
}

.separator {	
	margin: 0;
}

.separator--left {
    margin-left: 0; 
}

#speakers {
	padding-top:60px !important;
	padding-bottom:60px !important;
}

#location {
	padding-top:60px !important;
	padding-bottom:60px !important;
}

#sessions {
	padding-top:60px !important;
	padding-bottom:60px !important;
}

.speakers__item {
	box-shadow: 0px 4px 10px rgba(2, 9, 27, 0.15);
	border-radius:8px;
}

#speakersRow .speakers__image {
    border-radius: 8px 8px 0px 0px;
} 

#speakersCol .speakers__image {
    border-radius: 8px 0px 0px 8px;
} 


/* .speakers__image {
    border-radius: 8px 8px 0px 0px;
} */


.speakers__cell2--row {
    background: #ffffff;
    border-radius: 0px 0px 8px 8px;
}

.location-header {
	font-size: 28px !important;
    color: #000000 !important;
    font-weight: 800 !important;
    margin-bottom: 0px !important;
    line-height: 34px !important;
    text-align: left;
}

.location-subheader {
	margin-top:40px;
	color:#000000 !important;
	font-weight:400 !important;
}

.location-subheader p {
	margin-bottom: 2px !important;
	color:#000000 !important;
	font-weight:400 !important;
}

.location-hr {
	background: #1966FF !important;
	width:125px;
	height:4px;
	margin:0;
	position:relative;
	left:0;
	bottom:-10px;
	display:none;
}

#location iframe {
	margin-top:0px;
}

.article-box {
	margin-top:0px !important;
	text-align:left !important;
}

.article-box h5 {
		padding:0 20px;
		text-align:left;
}

.article-box a {
		padding:0 20px;
		text-align:left;		
}

#trial-section h4 {
    font-size: 22px !important;
	color:#000000 !important;
	font-weight:800 !important;
	line-height:29px !important;
	text-align:left;
}


#sideContent ul li, #freetextcopy ul li {
    list-style-position: outside;
    list-style: none; 
    text-align: left;
    margin-left: 1em;
}

.formSpan form.mktoForm {
    width: 100% !important;
    padding: 20px 40px 30px 40px !important;
}

.mktoForm .mktoButton {
	color:#ffffff !important;
    background-color: #1966FF !important;
	border-radius:8px;
    background-image: none !important;
    border: none !important;
	/* width: 50% !important; */
    padding: 7px 30px !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 24px !important;
	height:50px !important;
	margin-top: 1rem !important;
}
	
.mktoButtonRow {
  /*  width: 50% !important; */
	margin-bottom:1em !important;
}

#formheader {
	text-align:left;
}

#formBackground {
	background: #ffffff;
	/* box-shadow: 12px 12px 0px #3481F4; */
	border-radius: 8px;
	box-shadow: 0px 8px 20px rgba(2, 9, 27, 0.15);
}

#formheader, #buttonheader {
	padding:30px 30px 10px 30px;

}

#sideContent ul li {
	list-style-position: outside;
	list-style:none;
	text-align:left;
	margin-left:1em;
}

.textCopyWidth {
	width:85%;
}

h1 {
	font-size:39px;
	line-height:48px;
	}

p {
	font-size:16px;
	line-height:22px;
	}
	

.vidyard-player-container {
	/* box-shadow: 12px 12px 0px #3481F4; */
	border-radius: 8px;
}

.img-align {
	margin:0 auto;
	display:block;
}

}

