@charset "UTF-8";
/* Adobe DITAWORLD 2022 CSS
   Build 20220421001
   Author: Stefan Gentz, Adobe
   overwrites: https://attendease-theme-resources.s3.amazonaws.com/adobe/aem/css/aem.css
*/

@import url('https://use.fontawesome.com/releases/v6.0.0/css/all.css');

/* img-responsive */
.adw-full-width {
   padding: 0px;
   margin: 0px;
}

/* FIX: main navigation drop down dissapearing */

ul.dropdown-menu {
   margin-top: 0px;
}

.attendease-block-image.block-image-full-width .attendease-block-content {
   overflow: hidden;
}

.attendease-portal-style-nav.navbar {
    z-index: 100000;
    width: 100%;
    min-height: 64px;
    background-color: #2c2c2c;
    border-color: black;
    border-radius: 0;
    margin-bottom: 0;
    max-width: 100%;
}
.attendease-portal-style-nav.navbar .navbar-nav {
    margin-left: 0;
    margin-right: 0;
    background-color: #2c2c2c;
}

.attendease-portal-style-nav.navbar .navbar-collapse li {
    border-bottom: 0;
    text-transform: uppercase;
    list-style: none;
    padding-left: 0px;
}

.attendease-portal-style-nav.navbar .navbar-nav > li ul.dropdown-menu {
   background-color: #2C2C2C;
   border-radius: 8px;
   margin-bottom: 15px;
}

.attendease-portal-style-nav.navbar .navbar-collapse.in li,
.attendease-portal-style-nav.navbar .navbar-collapse.collapsing li {
   text-transform: none;
   border-bottom: 0px solid #404040;
}

.attendease-portal-style-nav.navbar .navbar-nav > li a {
   font-weight: bold;
}

ul.navbar-dropdown-item-list {
   background-color: #2c2c2c;
   list-style-type: none;
   padding-left: 10px;
}

.img-responsive {
   overflow: hidden;
   opacity: 0;
   transform: translateY(20vh);
   visibility: hidden;
   transition: opacity 2.0s ease-out, transform 1.5s ease-out;
   will-change: opacity, visibility;
}

.img-responsive.is-visible {
   overflow: hidden;
   opacity: 1;
   transform: none;
   visibility: visible;
}

.fade-in {
   opacity: 0;
   transform: translateY(20vh);
   visibility: hidden;
   transition: opacity 2.0s ease-out, transform 1.5s ease-out;
   will-change: opacity, visibility;
}

.fade-in.is-visible {
   opacity: 1;
   transform: none;
   visibility: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   line-height: 130%; /* overwrite the stupid % values below 100%  */
}

div.attendease-event-details.col-sm-8.col-sm-pull-4.col-xs-12 > h1 {
   display: none;
} /* hides the automatically generated h1 */

div.attendease-event-description > :first-child {
   margin-top: 0px;
   padding-top: 0px;
} /* sets padding-top / margin-top for any possible first child element to 0  */

.popover-title {
   color: #2C2C2C;
}

.popover-content {
   color: #2C2C2C;
}

.registration-form h2,
.attendease-registration-heading {
   color: #ffffff;
   font-size: xxx-large;
}

.attendease-registration-form .form-group label,
.attendease-registration-form .form-group .control-label,
.legalnotice,
label {
   color: #ffffff;
}

.attendease-registration-form h2 {
   font-size: 1.23em;
   font-weight: 300;
   margin-bottom: 8px;
   color: #ffffff;
}

.attendease-registration-form .attendease-registration-forms-list .form-group .control-label,
.attendease-registration-form .attendease-registration-forms-list .form-group label,
.attendease-registration-forms .attendease-registration-forms-list .form-group .control-label,
.attendease-registration-forms .attendease-registration-forms-list .form-group label {
   color: #ffffff !important;
}

.attendease-registration-form .attendease-registration-country-widget .form-group.has-warning .control-label,
.attendease-registration-forms .attendease-registration-country-widget .form-group.has-warning .control-label {
   color: #ffffff !important;
}

.registration-form h2,
.attendease-registration-heading {
   color: #ffffff;
   font-size: xx-large !important;
}

section.adw-section {
   margin-left: 0px;
   margin-top: 50px;
   margin-right: 0px;
   margin-bottom: 20px;
}

section.adw-section-speaker-nav {
   margin-left: 0px;
   margin-top: 30px;
   margin-right: 0px;
   margin-bottom: 20px;
   text-align: center;
}

figure.adw-speaker-nav-card {
   display: inline-block;
   background-color: #000000;
   border-width: 1px;
   border-color: #000000;
   border-style: solid;
   margin: 2px;
   width: 65px;
   height: 65px;
   cursor: pointer;
}

figure.adw-speaker-nav-card img {
   -webkit-filter: grayscale(100%) opacity(85%);
   filter: grayscale(100%) opacity(85%);
   width: 50px;
   height: 50px;
   background-image: url('https://block-image-uploader-prod.s3.us-west-2.amazonaws.com/b5a6b565-94cd-4a74-84f8-43f3931c3786/Speaker-Headset-Laptop-150x150.png');
   background-repeat: no-repeat;
   background-size: cover;
   transition: all .25s ease-in-out;
}

figure.adw-speaker-nav-card img:hover {
   -webkit-filter: none;
   filter: none;
   transition: all .25s ease-in-out;
   transform: scale(1.25);
}

/* CELEB CARD START -------------------------------------------------------------------- */

section.adw-celeb-card {
   display: block;
   position: relative;
   background-color: #2C2C2C;
   border-style: solid;
   border-width: 0px;
   border-radius: 8px;
   margin-left: 0px;
   margin-top: 50px;
   margin-right: 0px;
   margin-bottom: 50px;
   padding-left: 0px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   transition: all .25s ease-in-out;
   transform: scale(0.975);
}

section.adw-celeb-card h2 {
   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
   background-color: #777;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   text-align: center;
   color: #F5F5F5;
   padding-top: 30px;
   padding-bottom: 30px;
}

section.adw-celeb-card h3 {
   margin-bottom: 30px;
   text-align: center;
   background-color: #777;
   margin-left: 0px;
   margin-top: -1px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding-left: 10px;
   padding-top: 0px;
   padding-right: 10px;
   padding-bottom: 20px;
   color: #F5F5F5;
}

p.adw-celeb-card-session-cat {
   margin-top: -1px;
   margin-left: 0px;
   margin-bottom: 5px;
   position: absolute;
   top: 0;
}

section.adw-celeb-card-body {
   margin-top: 0px;
   margin-bottom: 00px;
}

figure.adw-celeb-card-photo {
   display: flex;
   align-items: flex-start;
   margin-bottom: 0px;
   margin-block-start: 0em;
   margin-block-end: 20px;
   margin-inline-start: 0px;
   margin-inline-end: 0px;
}

img.adw-celeb-card-speaker-image {
   width: 45%;
   background-image: url('https://block-image-uploader-prod.s3.us-west-2.amazonaws.com/b5a6b565-94cd-4a74-84f8-43f3931c3786/Speaker-Headset-Laptop-150x150.png');
   background-repeat: no-repeat;
   background-size: cover;
   border-bottom-left-radius: 8px;
}

figure.adw-celeb-card-photo figcaption {
   margin-left: 20px;
   padding-right: 20px;
}

/* CELEB CARD END ---------------------------------------------------------------------- */

section.adw-info-card {
   display: block;
   position: relative;
   background-color: #2C2C2C;
   border-color: #2C2C2C;
   border-style: solid;
   border-width: 1px;
   border-radius: 8px;
   margin-left: 0px;
   margin-top: 50px;
   margin-right: 0px;
   margin-bottom: 50px;
   padding-left: 15px;
   padding-top: 0px;
   padding-right: 15px;
   padding-bottom: 15px;
   transition: all .25s ease-in-out;
   transform: scale(0.975);
}
/*
section.adw-info-card:hover {
	transition: all .25s ease-in-out;
	transform: scale(1.00);
}
*/

section.adw-info-card h2 {
   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
   background-color: #777;
   border: 1px solid #777;
   margin-bottom: 0px;
   margin-left: -15px;
   margin-top: 0px;
   margin-right: -15px;
   text-align: center;
   color: #F5F5F5;
   padding-top: 30px;
   padding-bottom: 30px;
}

section.adw-info-card h3 {
   margin-bottom: 30px;
   text-align: center;
   background-color: #777;
   margin-left: -15px;
   margin-right: -15px;
   margin-top: 0px;
   padding-left: 10px;
   padding-top: 0px;
   padding-right: 10px;
   padding-bottom: 20px;
   color: #F5F5F5;
}

section.adw-mini-info-card {
   display: inline-grid;
   background-color: #2C2C2C;
   border-width: 1px;
   border-color: #2C2C2C;
   border-style: solid;
   border-radius: 8px;
   margin: 7px;
   padding: 5px;
   width: 200px;
   min-height: 330px;
   text-align: center;
   transition: all .25s ease-in-out;
}

section.adw-mini-info-card:hover {
   transition: all .25s ease-in-out;
   transform: scale(1.05);
}

section.adw-mini-info-card figure {
   margin: 0px;
   padding: 0px;
}

section.adw-mini-info-card figure img {
   max-width: 190px;
   max-height: 190px;
   background-image: url('https://block-image-uploader-prod.s3.us-west-2.amazonaws.com/b99fd299-c48f-4adb-9cdc-8977baf8d22c/Speaker-Headset-Laptop-600x600.png');
   background-repeat: no-repeat;
   background-size: cover;
}

section.adw-mini-info-card figure figcaption {
   text-align: center;
   margin-left: 5px;
   margin-top: 10px;
   margin-right: 5px;
   margin-bottom: 10px;
   font-weight: 600;
}

section.adw-mini-info-card figure p.adw-mini-info-card-speaker-name {
   font-size: 100%;
   text-align: center;
   margin-bottom: 10px;
}

section.adw-mini-info-card figure p.adw-mini-info-card-job-title {
   font-size: 90%;
   color: #8e8e8e;
   margin-top: 10px;
   margin-bottom: 0px;
   text-align: center;
   font-weight: 600;
}

section.adw-mini-info-card figure p.adw-mini-info-card-company-name {
   font-size: 90%;
   color: #8e8e8e;
   margin-top: 0px;
   margin-bottom: 10px;
   text-align: center;
   font-weight: 600;
}

section.adw-mini-toc {
   background-color: #ffffff;
   border-width: 1px;
   border-color: #dcdcdc;
   border-style: solid;
   border-radius: 10px;
   margin-left: 5px;
   margin-top: 20px;
   margin-right: 5px;
   margin-bottom: 30px;
   padding: 15px;
   -webkit-box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2);
   box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

section.adw-info-card-title {
   margin-top: 0px;
   margin-bottom: 20px;
}

section.adw-info-card-body {
   margin-top: 20px;
   margin-bottom: 20px;
}

section.adw-info-card-body-headshots {
   display: flex;
   margin-top: 35px;
   margin-bottom: 35px;
}

figure.adw-info-card-photo {
   display: flex;
   flex-direction: row;
   align-items: center;
}

img.adw-info-card-speaker-image {
   width: 150px;
   min-width: 150px;
   height: 150px;
   background-image: url('https://block-image-uploader-prod.s3.us-west-2.amazonaws.com/b5a6b565-94cd-4a74-84f8-43f3931c3786/Speaker-Headset-Laptop-150x150.png');
   background-repeat: no-repeat;
   background-size: cover;
}

figure.adw-info-card-photo figcaption {
   margin-left: 20px;
}

section.adw-info-card-speaker-bio {
   margin-top: 30px;
   margin-bottom: 20px;
}

section.adw-info-card-session-description {
   margin-top: 30px;
   margin-bottom: 20px;
}

section.adw-info-card-session-takeaways {
   margin-top: 30px;
   margin-bottom: 20px;
}

section.adw-info-card-related-links {
   margin-top: 30px;
   margin-bottom: 0px;
}

p.adw-session-cat {
   margin-top: -1px;
   margin-left: -15px;
   margin-bottom: 5px;
   position: absolute;
   top: 0;
}

span.adw-session-cat {
   padding-left: 5px;
   padding-right: 5px;
   font-weight: bold;
   color: #ffffff;
   border-top-left-radius: 8px;
}

span.adw-session-cat.welcome-note {
   background-color: #ff0000;
}

span.adw-session-cat.keynote {
   background-color: #ff0000;
}

span.adw-session-cat.adobe {
   background-color: #ff0000;
}

span.adw-session-cat.customer {
   background-color: #2b9af3;
}

span.adw-session-cat.partner {
   background-color: #2d6490;
}

span.adw-session-cat.oasis {
   background-color: #3f0071;
   color: #f5a308;
}

p {
   text-align: left;
}

p.adw-jumptotop {
   text-align: center;
   margin-left: 0px;
   margin-top: 15px;
   margin-right: 0px;
   margin-bottom: 15px;
}

nav.main-menu,
nav.inline-menu {
   margin-left: auto;
   margin-top: 25px;
   margin-right: auto;
   margin-bottom: 25px;
}

nav.mini-toc {
   margin-top: 15px;
   margin-bottom: 0px;
}

nav.mini-toc ul {
   text-align: left;
   font-size: 0.9em;
   list-style-type: none;
   margin-block-start: 0px;
   margin-block-end: 0px;
   margin-inline-start: 0px;
   margin-inline-end: 0px;
   padding-inline-start: 15px;
}

nav.main-menu ul,
nav.inline-menu ul {
   text-align: center;
   list-style: none;
   font-size: 0.9em;
   text-align: center !important;
   margin-block-start: 0px;
   margin-block-end: 0px;
   margin-inline-start: 0px;
   margin-inline-end: 0px;
   padding-inline-start: 0px;
}

nav.main-menu li,
nav.inline-menu li {
   display: inline-block;
   line-height: 250%;
}

nav.main-menu p,
nav.inline-menu p {
   display: inline-block;
}

nav.main-menu li ul,
nav.inline-menu li ul {
   display: inline-block;
   line-height: 250%;
}

nav.main-menu li ul li,
nav.inline-menu li ul li {
   display: inline-block;
   line-height: 250%;
}

nav.main-menu li ul li p,
nav.inline-menu li ul li p {
   display: inline-block;
   line-height: 250%;
}

a.nav-button {
   background-color: #2C2C2C;
   border-color: #8e8e8e;
   color: #8e8e8e;
   border-style: solid;
   border-width: 2px;
   border-radius: 30px;
   margin: 5px;
   padding-left: 20px;
   padding-top: 5px;
   padding-right: 20px;
   padding-bottom: 5px;
   font-weight: 600;
   white-space: nowrap;
   text-decoration: none;
}

nav.main-menu ul li a:hover,
a.nav-button:hover {
   background-color: #8e8e8e;
   color: #ffffff;
   transition: 2s;
}

a.nav-button-register {
   background-color: #4f98ec;
   border-color: #f5f5f5;
   color: #f5f5f5;
   border-style: solid;
   border-width: 2px;
   border-radius: 30px;
   margin: 5px;
   padding-left: 20px;
   padding-top: 5px;
   padding-right: 20px;
   padding-bottom: 5px;
   font-weight: 600;
   white-space: nowrap;
   text-decoration: none;
}

nav.main-menu ul li a:hover,
a.nav-button-register:hover {
   background-color: #437ec0;
   border-color: #f5f5f5;
   color: #f5f5f5;
   transition: 2s;
}




section.company-logos {
   display: flex;
   flex-wrap: wrap;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   align-content: start;
}

section.company-logos figure {
   display: flex;
   margin: 10px;
   padding-left: 15px;
   padding-top: 15px;
   padding-right: 15px;
   padding-bottom: 15px;
   height: 115px;
   max-height: 115px;
   width: 330px;
   min-width: 330px;
   max-width: 350px;
   text-align: center;
   transition: all .25s ease-in-out;
   align-items: center;
   justify-content: center;
}

section.company-logos figure:hover {
   transition: all .25s ease-in-out;
   transform: scale(1.05);
}

section.company-logos figure img {
   max-height: 85px;
   max-width: 270px;
}



section.sponsors {
   margin-left: 20px;
   margin-top: 50px;
   margin-right: 20px;
   margin-bottom: 50px;
   padding: 0px;
   text-align: center;
}

section.sponsors p {
   text-align: center;
}

section.sponsor-logos {
   display: flex;
   flex-wrap: wrap;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   align-content: start;
}

section.sponsor-logos figure {
   display: flex;
   background-color: #2C2C2C;
   border-width: 1px;
   border-color: #2C2C2C;
   border-style: solid;
   border-radius: 8px;
   margin: 10px;
   padding-left: 15px;
   padding-top: 15px;
   padding-right: 15px;
   padding-bottom: 15px;
   height: 115px;
   max-height: 115px;
   width: 330px;
   min-width: 330px;
   max-width: 350px;
   text-align: center;
   transition: all .25s ease-in-out;
   align-items: center;
   justify-content: center;
}

section.sponsor-logos figure:hover {
   transition: all .25s ease-in-out;
   transform: scale(1.05);
}

section.sponsor-logos figure img {
   max-height: 70px;
   max-width: 270px;
}

/* Sponsor Page */

section.sponsor {
   background-color: #2C2C2C;
   border-width: 1px;
   border-color: #2C2C2C;
   border-style: solid;
   border-radius: 8px;
   margin: 20px;
   padding-left: 15px;
   padding-top: 15px;
   padding-right: 15px;
   padding-bottom: 15px;
   height: 160px;
   text-align: center;
   position: relative;
}

section.sponsor figure {
   display: block;
   background-color: #2C2C2C;
   border-width: 1px;
   border-color: #2C2C2C;
   border-style: solid;
   border-radius: 8px;
   margin-left: auto;
   margin-top: 10px;
   margin-right: auto;
   margin-bottom: 10px;
   padding-left: 15px;
   padding-top: 15px;
   padding-right: 15px;
   padding-bottom: 15px;
   height: 115px;
   max-height: 115px;
   width: 350px;
   max-width: 100%;
   text-align: center;
}

section.sponsor figure img {
   max-height: 70px;
   max-width: 100%;
}

section.sponsor .sponsor-body {
   width: 100%;
   height: 1px;
   opacity: 0;
   overflow: hidden;
   visibility: hidden;
   text-align: left;
   transition: all 1s ease-in-out;
}

section.sponsor:hover {
   height: auto;
   transition: all 1s ease-in-out;
}

section.sponsor:hover .sponsor-body {
   height: auto;
   display: block;
   visibility: visible;
   opacity: 1;
   transition: all 1s ease-in-out;
}

section.sponsors .sponsor-body p {
   text-align: left;
   margin-top: 10px;
   margin-bottom: 10px;
}

section.sponsors .sponsor-body ul {
   margin-left: 15px;
   transition: all 1s ease-in-out;
}

section.sponsor:hover .sponsor-body p {
   height: auto;
   display: block;
   visibility: visible;
   transition: all 1s ease-in-out;
}



section.adw-products-info-card {
   display: inline-grid;
   background-color: #2C2C2C;
   border-width: 1px;
   border-color: #2C2C2C;
   border-style: solid;
   border-radius: 8px;
   margin: 15px;
   padding: 10px;
   width: 310px;
   min-height: 430px;
   text-align: center;
   transition: all .25s ease-in-out;
}

section.adw-products-info-card:hover {
   transition: all .25s ease-in-out;
   transform: scale(1.05);
}


section.adw-products-info-card figure {
   margin: 0px;
   padding: 0px;
}

section.adw-products-info-card figure img {
   max-width: 290px;
   background-repeat: no-repeat;
   background-size: cover;
}

section.adw-products-info-card figure figcaption {
   text-align: center;
   margin-left: 5px;
   margin-top: 10px;
   margin-right: 5px;
   margin-bottom: 10px;
   font-weight: 600;
}

section.adw-products-info-card figure p.adw-products-info-card-product-name {
   font-size: 100%;
   text-align: center;
   margin-bottom: 10px;
}

section.adw-products-info-card figure p.adw-products-info-card-product-title {
   font-size: 90%;
   color: #8e8e8e;
   margin-top: 10px;
   margin-bottom: 0px;
   text-align: center;
   font-weight: 600;
}

section.adw-products-info-card figure p.adw-products-info-card-product-link {
   font-size: 90%;
   color: #8e8e8e;
   margin-top: 20px;
   margin-bottom: 10px;
   text-align: center;
   font-weight: 500;
}


table.adw-agenda {
   width: 100%;
   background-color: transparent;
   border-collapse: separate; /*test*/
   -webkit-border-horizontal-spacing: 0px; /*test*/
   -webkit-border-vertical-spacing: 30px; /*test*/
}

table.adw-agenda thead {
   vertical-align: middle;
   height: 50px;
   transition: all .25s ease-in-out;
   transform: scale(0.975);
}

table.adw-agenda thead tr {
   background-color: #2C2C2C;
   border-bottom: 30px solid #000000;
}

table.adw-agenda thead tr th {
   padding-left: 10px;
   padding-top: 10px;
   padding-right: 10px;
   padding-bottom: 5px;
}

table.adw-agenda > thead > tr > :nth-child(1) {
   width: 70px;
   border-top-left-radius: 8px;
}

table.adw-agenda > thead > tr > :nth-child(2) {
   width: 75px;
}

table.adw-agenda > thead > tr > :nth-child(3) {
   border-top-right-radius: 8px;
}

table.adw-agenda tbody {
   vertical-align: top;
}

table.adw-agenda tbody tr {
   background-color: #2C2C2C;
   border-bottom: 30px solid #000000;
   transition: all .25s ease-in-out;
   transform: scale(0.975);
}

table.adw-agenda tbody tr:hover {
   transition: all .25s ease-in-out;
   transform: scale(1.00);
}

table.adw-agenda tbody tr td {
   background-color: #2C2C2C;
   font-size: 95%;
   padding-left: 5px;
   padding-top: 10px;
   padding-right: 5px;
   padding-bottom: 5px;
   vertical-align: top;
}

table.adw-agenda > tbody > tr > :nth-child(1) {
   width: 70px;
   border-top-left-radius: 8px;
   border-bottom-left-radius: 8px;
}

table.adw-agenda > tbody > tr > :nth-child(2) {
   width: 75px;
}

table.adw-agenda > tbody > tr > :nth-child(3) {
   border-top-right-radius: 8px;
   border-bottom-right-radius: 8px;
}

table.adw-agenda p.timezone-mobile {
   display: none;
}

table.adw-agenda figure {
   margin-block-start: 0px;
   margin-block-end: 20px;
   margin-inline-start: 0px;
   margin-inline-end: 0px;
}

table.adw-agenda figure img {
   width: 50px;
   height: 50px;
}

table.adw-agenda figure figcaption {
   display: none;
}

table.adw-agenda tbody tr td span.adw-session-cat {
   font-size: 90%;
}

span.timezone {
   background-color: #777;
   color: #F5F5F5;
   font-size: 80%;
   margin-left: 0px;
   margin-top: 10px;
   margin-right: 0px;
   margin-bottom: 10px;
   padding-left: 5px;
   padding-right: 5px;
   white-space: nowrap;
}

.attendease-registration-form .registration-message {
   width: 85%;
   margin-left: auto;
   margin-right: auto;
}

.attendease-registration-form .registration-message p {
   color: rgb(245, 245, 245);
   text-align: left;
}

div.registration-message section.adw-info-card {
   border-color: #2C2C2C;
}

/* table recordings */

table.adw-recordings {
   width: 100%;
}

table.adw-recordings thead {
   vertical-align: middle;
   height: 50px;
}

table.adw-recordings thead tr {
   background-color: #f5f5f5;
}

table.adw-recordings thead tr th {
   padding-left: 10px;
   padding-top: 10px;
   padding-right: 10px;
   padding-bottom: 5px;
}

table.adw-recordings tbody {
   vertical-align: top;
}

table.adw-recordings tbody tr {
   border-bottom: 2px solid #777;
}

table.adw-recordings tbody tr td {
   font-size: 95%;
   padding-left: 5px;
   padding-top: 25px;
   padding-right: 15px;
   padding-bottom: 20px;
   vertical-align: top;
   text-align: center;
}

table.adw-recordings > tbody > tr > :nth-child(1) {
   width: 70px;
}

table.adw-recordings > tbody > tr > :nth-child(2) {
   width: auto;
}

table.adw-recordings figure {
   margin-block-start: 0px;
   margin-block-end: 20px;
   margin-inline-start: 0px;
   margin-inline-end: 0px;
}

table.adw-recordings figure img {
   width: 50px;
   height: 50px;
}

table.adw-recordings figure figcaption {
   display: none;
}

table.adw-recordings tbody tr td span.adw-session-cat {
   font-size: 90%;
}

table.adw-recordings h3 {
   background-color: transparent;
   text-align: left;
   margin-bottom: 0px;
   font-size: xxx-large;
}

table.adw-recordings h4 {
   background-color: transparent;
   text-align: left;
   margin-top: 00px;
   margin-bottom: 20px;
   font-size: x-large;
}

table.adw-recordings iframe {
   margin-top: 20px;
   margin-left: 0px;
   margin-right: 0px;
   width: 1280px;
   height: 720px;
   max-width: 100%;
   border-left-width: 0px;
   padding-left: 0px;
}

/* table recordings end*/

ol.pagetoc {
   list-style-type: none;
   margin-top: 25px;
   margin-right: 5px;
   margin-bottom: 10px;
   text-indent: -29px;
   padding-left: 40px;
}

ol.pagetoc li {
   margin-top: 5px;
   margin-bottom: 5px;
}

ol.pagetoc li::before {
   content: "\f15c";
   font-family: "Font Awesome 5 Pro";
   padding: 0 15px 0 0;
   font-weight: bold;
}

ol.pagetoc li a {
   text-decoration: none;
   color: #F5F5F5;
}

/*  
<i class="fas fa-file-alt" aria-hidden="true"></i>
*/

@media screen and (max-width : 599px) {
   section.adw-info-card * {
      text-align: center;
   }

   section.adw-info-card-body-headshots {
      display: flex;
      flex-direction: column;
   }

   igure.adw-info-card-photo {
      display: flex;
      flex-direction: column;
      align-items: center;
   }

   img.adw-info-card-speaker-image {
      margin-left: auto;
      margin-right: auto;
   }

   figure.adw-info-card-photo figcaption {
      display: block;
      margin-left: 0px;
      margin-top: 20px;
      margin-right: 0px;
      margin-bottom: 20px;
   }

   figure.adw-info-card-photo figcaption > p {
      margin-left: 0px;
      min-height: 5px;
      text-align: center;
   }

   section.adw-info-card-body p {
      text-align: left;
   }

   /* CELEB CARD START -------------------------------------------------------------------- */

   section.adw-celeb-card {
   }

   section.adw-celeb-card-body {
      margin-top: 0px;
      margin-bottom: 0px;
   }

   section.adw-celeb-card h2 {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      background-color: #777;
      margin-bottom: 0px;
      margin-left: 0px;
      margin-top: 0px;
      margin-right: 0px;
      text-align: center;
      color: #F5F5F5;
      padding-top: 60px;
      padding-bottom: 30px;
   }

   p.adw-celeb-card-session-cat {
      margin-top: -1px;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 5px;
      padding: 5px;
      position: absolute;
      top: 0;
      width: 100%;
      background-color: #ff0000;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      text-align: center;
   }

   figure.adw-celeb-card-photo {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 0px;
      margin-block-start: 0em;
      margin-block-end: 20px;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
   }

   img.adw-celeb-card-speaker-image {
      width: 100%;
      background-image: url('https://block-image-uploader-prod.s3.us-west-2.amazonaws.com/b5a6b565-94cd-4a74-84f8-43f3931c3786/Speaker-Headset-Laptop-150x150.png');
      background-repeat: no-repeat;
      background-size: cover;
      border-bottom-left-radius: 0px;
   }

   figure.adw-celeb-card-photo figcaption {
      margin-left: 20px;
      padding-right: 20px;
   }

   /* CELEB CARD END ---------------------------------------------------------------------- */

   section.adw-mini-info-card {
      margin: 7px;
      padding: 0px;
      width: 125px;
      min-height: 230px;
      overflow: hidden;
   }

   section.adw-mini-info-card figure {
      margin: 0px;
      padding: 0px;
      width: 125px;
   }

   section.adw-mini-info-card figure img {
      max-width: unset;
      max-height: unset;
      width: 165px;
      height: 110px;
      margin-left: -20px;
      margin-top: 0px;
      object-fit: cover;
   }

   section.adw-mini-info-card figure figcaption {
      font-size: 75%;
      font-style: normal;
      text-align: left;
      margin-left: 5px;
      margin-top: 10px;
      margin-right: 5px;
      margin-bottom: 10px;
   }

   section.adw-mini-info-card figure p.adw-mini-info-card-speaker-name {
      text-align: left;
      font-weight: 600;
      margin-bottom: 0px;
   }

   section.adw-mini-info-card figure p.adw-mini-info-card-job-title {
      text-align: left;
      font-weight: 500;
   }

   section.adw-mini-info-card figure p.adw-mini-info-card-company-name {
      text-align: left;
      color: #8e8e8e;
      font-weight: 500;
   }

   section.adw-products-info-card {
      display: inline-grid;
      background-color: #2C2C2C;
      border-width: 1px;
      border-color: #2C2C2C;
      border-style: solid;
      border-radius: 8px;
      margin: 15px;
      padding: 10px;
      width: 290px;
      min-height: 430px;
      text-align: center;
      transition: all .25s ease-in-out;
   }

   section.adw-products-info-card:hover {
      transition: all .25s ease-in-out;
      transform: scale(1.05);
   }

   section.adw-products-info-card figure {
      margin: 0px;
      padding: 0px;
   }

   section.adw-products-info-card figure img {
      max-width: 270px;
      background-repeat: no-repeat;
      background-size: cover;
   }

   section.adw-products-info-card figure figcaption {
      text-align: center;
      margin-left: 5px;
      margin-top: 10px;
      margin-right: 5px;
      margin-bottom: 10px;
      font-weight: 600;
   }

   section.adw-products-info-card figure p.adw-products-info-card-product-name {
      font-size: 100%;
      text-align: center;
      margin-bottom: 10px;
   }

   section.adw-products-info-card figure p.adw-products-info-card-product-title {
      font-size: 90%;
      color: #8e8e8e;
      margin-top: 10px;
      margin-bottom: 0px;
      text-align: center;
      font-weight: 600;
   }

   section.adw-products-info-card figure p.adw-products-info-card-product-link {
      font-size: 90%;
      color: #8e8e8e;
      margin-top: 20px;
      margin-bottom: 10px;
      text-align: center;
      font-weight: 500;
   }

   table.adw-agenda {
      border-collapse: separate;
      border-spacing: 0 20px;
      background-color: transparent;
   }

   table.adw-agenda > thead {
      display: none;
   }

   table.adw-agenda > tbody > tr {
      background-color: transparent;
      text-align: center;
   }

   table.adw-agenda > tbody > tr > td {
      background-color: #2C2C2C;
      display: block;
      width: 100%;
      text-align: center;
   }

   table.adw-agenda > tbody > tr > :nth-child(1) {
      width: 100%;
      background-color: #777;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      border-bottom-left-radius: 0px;
   }

   table.adw-agenda > tbody > tr > :nth-child(2) {
      width: 100%;
      text-align: center;
   }

   table.adw-agenda > tbody > tr > :nth-child(3) {
      width: 100%;
      text-align: center;
      padding-bottom: 30px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
   }

   table.adw-agenda > tbody > tr > td > p {
      text-align: center;
   }

   table.adw-agenda p.timezone-desktop {
      display: none;
   }

   table.adw-agenda p.timezone-mobile {
      display: block;
   }

   table.adw-agenda p.timezone-mobile span.timezone {
      background-color: #777;
      color: white;
   }

   table.adw-agenda > tbody > tr > td > figure {
      display: inline-block;
      text-align: center;
      max-width: 75%;
      margin-left: 10px;
      margin-right: 10px;
      vertical-align: top;
   }

   table.adw-agenda > tbody > tr > td > figure > img {
      width: 50%;
      height: auto;
   }

   table.adw-agenda figure figcaption {
      display: block;
      margin-top: 10px;
   }

   table.adw-agenda p.adw-agenda-speaker {
      display: none;
   }

   table.adw-agenda p.adw-agenda-session-info-link {
      margin-top: 20px;
      margin-bottom: 5px;
   }

   table.adw-agenda p.adw-agenda-tweet-this {
      margin-top: 5px;
      margin-bottom: 5px;
   }

   /* ---------------------------- */

   .attendease-registration-form .registration-message p {
      color: rgb(245, 245, 245);
      text-align: center;
   }

   table.adw-recordings {
      border-collapse: separate;
      border-spacing: 0 20px
   }

   table.adw-recordings > tbody > tr {
      border-width: 1px;
      border-color: #E6E6E6;
      border-style: solid;
      border-radius: 10px;
      text-align: center;
      box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2);
   }

   table.adw-recordings > tbody > tr > td {
      display: block;
      width: 100%;
      text-align: center;
   }

   table.adw-recordings > tbody > tr > td > p {
      text-align: center;
   }

   table.adw-recordings > tbody > tr > :nth-child(1) {
      width: 100%;
      border-left: 1px #E6E6E6 solid;
      border-top: 1px #E6E6E6 solid;
      border-right: 1px #E6E6E6 solid;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
   }

   table.adw-recordings > tbody > tr > :nth-child(2) {
      width: 100%;
      text-align: center;
      padding-bottom: 30px;
      border-left: 1px #E6E6E6 solid;
      border-right: 1px #E6E6E6 solid;
      border-bottom: 1px #E6E6E6 solid;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
   }

   table.adw-recordings > tbody > tr > td > figure {
      display: inline-block;
      text-align: center;
      max-width: 75%;
      margin-left: 10px;
      margin-right: 10px;
      vertical-align: top;
   }

   table.adw-recordings > tbody > tr > td > figure > img {
      width: 50%;
      height: auto;
   }

   table.adw-recordings figure figcaption {
      display: block;
      margin-top: 10px;
      color: rgb(245, 245, 245);
   }

   table.adw-recordings p.adw-agenda-speaker {
      display: none;
   }

   table.adw-recordings p.adw-agenda-session-info-link {
      margin-top: 20px;
      margin-bottom: 5px;
      color: rgb(245, 245, 245);
   }

   table.adw-recordings h3 {
      background-color: transparent;
      text-align: center;
      margin-bottom: 0px;
      color: rgb(245, 245, 245);
      font-size: xxx-large;
   }

   table.adw-recordings h4 {
      background-color: transparent;
      text-align: center;
      margin-top: 00px;
      margin-bottom: 20px;
      font-size: x-large;
   }

   table.adw-recordings iframe {
      margin-top: 20px;
      margin-left: 0px;
      margin-right: 0px;
      max-width: 100%;
      max-height: 270px;
      border-left-width: 0px;
      padding-left: 0px;
   }
}