body.template_pvss .mainSection {
    max-width: 1170px;
    font-size: 16px;
    padding: 20px;
}

/*body.template_pvss */
.mainSection :is(h1, h2, h3, h4) {
    font-family: 'Bebas Neue';
}

body.template_pvss #main-logo, body.TEMPLATE_PVSS #main-logo {
    max-width: 300px;
}

nav.pvss_header_nav {
    align-items: center;
}

a.logo {
    display: grid;
    /*grid-template-columns: 1fr 1fr;*/
    grid-gap: 30px;
    align-items: center;
    text-align: center;
    max-width: 500px;
    margin: 0px auto 30px;
}



h1.internal-heading {
    font-size: 40px;
    color: #b71d21;
    border-left: solid 3px;
    line-height: 1;
    padding: 2px 0px 0px 20px;
}

.internal-page-heading {
    display: grid;
    grid-gap: 20px;
    /*grid-template-columns: 0.6fr 1fr;*/
    font-size: 18px;
    /*justify-items: center;*/
    max-width: 800px;
    color: #b71d21;
    padding: 30px;
    margin-bottom: 30px;
}

.mainSection .internal-page-heading img {
    max-width: 60px;
}

.internal-small-heading, .pvss-reg-section-header{
    color: #b71d21;
    border-left: solid 3px;
    line-height: 1;
    padding: 8px 0px 8px 20px;
    margin-bottom: 30px;
    font-weight: 400;
}

h2.internal-small-heading {

}

strong.internal-small-heading, h4.pvss-reg-section-header {
    font-style: italic;
    display: block;
    font-size: 20px;
    font-style: italic;
}

.internal-page .blue-background {
    padding: 40px;
}

.flex-links {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.flex-links a {
    margin: 10px 30px;
}

.spnsrDsc {
    padding-left: 20px;
}

.red-letter-section {
    margin: 20px 0px;
    color: #b71d21;
    padding: 15px 0px;
    max-width: 600px;
    font-size: 36px;
    font-weight: 600;
}

.red-letter-section.right-side {
    display: none;
    max-width: 100%;
    grid-template-columns: 1fr 600px;
    align-content: center;
    text-align: right;
    grid-gap: 80px;
}

.red-letter-section strong, .red-letter-section h2 {
    font-size: 40px;
    margin-bottom: 10px;
    display: block;
    padding: 3px 30px;
    border-left: solid 5px;
}

.red-letter-section.right-side strong {
    border-left: none;
    border-right: solid 5px;
    display: grid;
    align-content: center;
}

.red-letter-section.right-side img {
    transform: rotate(-90deg) translateY(40px);
}

.white-bckgrnd {
    background-color: #fff;
}

.hasMainItemImage {
    background-position: center;
    background-size: cover;
    min-height: 300px;
}

.banner-images img {
    width: 100%;
}

.image-grid {
    display: grid;
    grid-gap: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
}


.image-grid img {
    box-shadow: -15px 15px 0px #b71d21;
}

.image-grid.image-right img {
    box-shadow: 15px 15px 0px #b71d21;
}

ul.grid-list {
    display: grid;
}

.blue-background {
    padding: 40px 20px;
    background-color: #103462;
    color: #fff;
}


.registration-options a.reg-link, .live-stream-action-links button, .live-stream-action-links input[type="submit"] {
    display: block;
    background-color: #103462;
    color: #fff;
    border: solid 2px #fff;
    text-align: center;
    padding: 12px 5px 8px;
    border-radius: 50px;
    font-weight: bold;
    font-family: 'Bebas Neue';
    font-size: 32px;
    transition: all .3s ease;
}

.reg-no-link {
    display: block;
    background-color: #103462;
    color: #fff;
    border: solid 2px #fff;
    text-align: center;
    padding: 12px 5px 8px;
    border-radius: 50px;
    font-weight: bold;
    font-family: 'Bebas Neue';
    font-size: 32px;
    transition: all .3s ease;
}

.live-stream-alert {
    display: none;
    background-color: #cd203f;
    color: #fff;
    max-width: 600px;
    margin: 30px auto;
    padding: 15px 30px;
}

.registration-options a.reg-link.whiteBtn {
    background-color: #fff;
    color: #103462;
    border-color: #103462;
}

.registration-options a.reg-link:hover {
    text-decoration: none;
}

.login-page {
    text-align: center;
}



.login-form-section {
    display: grid;
    /*grid-gap: 5px;*/
}

form.login-form {
    display: grid;
    grid-gap: 30px;
    max-width: 400px;
    margin: 10px auto 40px;
}

form.login-form input {
    width: 100%;
    border-radius: 5px;
    border: solid 1px #ddd;
    padding: 6px 12px;
}

form.login-form label {
    text-align: left;
}

form.login-form .submit_button, .login-page .submit_button {
    display: block;
    background-color: #003265;
    color: #e4f6ff;
    border: solid 1px #e4f6ff;
    text-align: center;
    padding: 12px 25px 8px;
    font-weight: bold;
    border-radius: 60px;
    font-family: 'Bebas Neue';
    font-size: 22px;
    transition: all .3s ease;
    word-wrap: break-word;
    white-space: revert;
}

.red-letter-section {
    margin: 20px 0px;
    color: #b71d21;
    padding: 15px 0px;
    max-width: 600px;
    font-size: 36px;
    font-weight: 600;
}

.red-letter-section strong, .red-letter-section h2 {
    font-size: 40px;
    margin-bottom: 10px;
    display: block;
    padding: 3px 30px;
    border-left: solid 5px;
}

.blue-background {
    padding: 40px 20px;
    background-color: #103462;
    color: #fff;
}


.registration-options a.reg-link {
    display: block;
    background-color: #103462;
    color: #fff;
    border: solid 2px #fff;
    text-align: center;
    padding: 12px 5px 8px;
    border-radius: 50px;
    font-weight: bold;
    font-family: 'Bebas Neue';
    font-size: 32px;
    transition: all .3s ease;
}

.registration-options a.reg-link.whiteBtn {
    background-color: #fff;
    color: #103462;
    border-color: #103462;
}

.registration-options a.reg-link:hover {
    text-decoration: none;
}

body.template_pvss .logo strong, .TEMPLATE_PVSS .logo strong {
    display: block;
    color: #fff;
    font-family: 'Bebas Neue';
    font-size: 30px;
    line-height: 1;
}

ul.desktop-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    grid-row-gap: 5px;
}


ul.desktop-menu li:nth-child(odd) {
    border-right: solid 2px #fff;
    text-align: right;
}

ul.desktop-menu li a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
    padding: 3px 15px 0px;
}

ul.desktop-menu li a:hover {
    text-decoration: none;
    color: #b71d21;
}

.chevron-image {
    display: none;
}

.comment-section {
    display: none;
}

.disclaimer {
    max-width: 100ch;
    margin: 0 auto;
}

/**** BEGIN LIVE STREAM SECTION *****/

.live-stream-action-links {
    display: grid;
    grid-gap: 20px;
    margin: 20px 0px;
}

.live-stream-action-links button, .live-stream-action-links input[type="submit"] {
    width: 100%;
}


/**** END LIVE STREAM SECTION *****/


@media (min-width: 600px) {
    .live-stream-action-links {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 768px) {
    .hasMainItemImage {
         min-height: 450px;
    }
    .internal-page table {
        margin-left: 40px;
    }
    .comment-section {
        display: grid;
    }
    .red-letter-section.right-side {
        display: grid;
    }
    .chevron-image {
        display: inline-block;
    }
    a.logo {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        margin: 0 auto;
    }
    .image-grid {
        grid-template-columns: 2fr 3fr;
        grid-gap: 80px;
        margin-bottom: 80px;
        margin-top: 80px;
    }
    .image-grid.image-right {
        grid-template-columns: 3fr 2fr;
    }
    ul.grid-list {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 80px;
    }
}

@media (min-width: 1200px) {
    ul.desktop-menu {
        text-align: right;
        display: block;
    }

    ul.desktop-menu li {
        display: inline-block;
        border-right: solid 2px #fff;
    }
    .hasMainItemImage {
        min-height: 600px;
    }
    ul.desktop-menu li a {

    }
}

body.item_PG21H06 .mainSection p {
    /*padding: 30px 0;*/
}

a.logo:hover {
    text-decoration: none;
}

ul.pvss_navigation {
    display: none;
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px;
    list-style: none;
    grid-gap: 10px;
}

ul.pvss_registration {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 0 20px;
    list-style: none;
    display: grid;
    grid-gap: 10px;
    }

@media (min-width: 400px) {
    ul.pvss_navigation {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (min-width: 768px) {
    ul.pvss_navigation {
        display: grid;
        grid-template-columns: repeat(7,1fr);
    }
}

ul.pvss_navigation li a {
    display: block;
    background-color: #003265;
    color: #e4f6ff;
    border: solid 1px #e4f6ff;
    text-align: center;
    padding: 12px 5px 8px;
    font-weight: bold;
    font-family: 'Bebas Neue';
    font-size: 22px;
    transition: all .3s ease;
}



ul.pvss_registration li a span {
    display: block;
    transition: all .3s ease;
}

ul.pvss_registration li a:hover {
    text-decoration: none;
    background-color: #7d92af;
}

ul.pvss_registration li a:hover span {
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

ul.pvss_registration li a {
    display: block;
    background-color: #003265;
    color: #e4f6ff;
    border: solid 1px #e4f6ff;
    text-align: center;
    padding: 12px 5px 8px;
    font-weight: bold;
    font-family: 'Bebas Neue';
    font-size: 22px;
    transition: all .3s ease;
    }



ul.pvss_registration li a span {
    display: block;
    transition: all .3s ease;
    }

ul.pvss_registration li a:hover {
    text-decoration: none;
    background-color: #7d92af;
    }

ul.pvss_registration li a:hover span {
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    }

.form-container {
    max-width: 500px;
    margin: 0 auto;
}

.logout-wrapper {
    max-width: 400px;
    margin: 60px auto;
}

.logout-wrapper a {
    display: block;
    background-color: #003265;
    color: #e4f6ff;
    border: solid 1px #e4f6ff;
    text-align: center;
    padding: 12px 5px 8px;
    font-weight: bold;
    font-family: 'Bebas Neue';
    font-size: 22px;
    transition: all .3s ease;
}

.logout-wrapper a:hover {
    text-decoration: none;
    background-color: #7d92af;
}

.schedule-wrapper {

}

.schedule-wrapper tr td:nth-child(2) {
    width: 30px
}

.schedule-wrapper h2 {
    font-size: 30px;
    border-bottom: solid 1px #7693b2;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.event-session-section {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 50px;
}

.event-session-details h3 {
    margin-top:  0px;
    font-size: 20px;
}

.event-session-speaker-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 15px;
}

.event-session-speaker-detail {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 10px;
    justify-content: center;
    justify-items: center;
    text-align: center;
    align-content: start;
}
.event-session-speaker-image img {
    border-radius: 50%;
}


@media (min-width: 768px) {
    body.template_pvss .logo strong, .TEMPLATE_PVSS .logo strong {
        text-align: left;
        font-size: 24px;
    }

}

@media (min-width: 992px) {
    body.template_pvss .logo strong, .TEMPLATE_PVSS .logo strong {
        font-size: 30px;
    }
}

.item_PG21J04 .speakers_container {
    background-color: #ad2243;
    color: #fff;
    padding: 2rem 0;
    margin: 0;
    }

.item_PG21J04 h1 {
    text-align: center;
    margin: 0 auto;
    }
.item_PG21J04 p {
    margin: 0 auto;
    }
