/* Changes to buttons globally */
.fig-btn,.fig-trans-btn,.fig-outline-btn,.fig-outline-btn-forest { padding-right: 41px; position:relative }
.fig-btn::before,.fig-trans-btn::before {
    content:'';
    display:block;
    position:absolute;
    right:20px;
    top:calc(50% - 5px);
    border-right:2px solid #ffffff;
    border-top:2px solid #ffffff;
    width:10px;
    height:10px;
    transform:rotate(45deg);
}
.fig-btn::after,.fig-trans-btn::after {
    content:'';
    display:block;
    position:absolute;
    right:28px;
    top:calc(50% - 5px);
    border-right:2px solid #ffffff;
    border-top:2px solid #ffffff;
    width:10px;
    height:10px;
    transform:rotate(45deg);
}
.fig-outline-btn::before,.fig-outline-btn-forest::before {
    content:'';
    display:block;
    position:absolute;
    right:20px;
    top:calc(50% - 5px);
    border-right:2px solid #003b49;
    border-top:2px solid #003b49;
    width:10px;
    height:10px;
    transform:rotate(45deg);
}
.fig-outline-btn::after,.fig-outline-btn-forest::after {
    content:'';
    display:block;
    position:absolute;
    right:28px;
    top:calc(50% - 5px);
    border-right:2px solid #003b49;
    border-top:2px solid #003b49;
    width:10px;
    height:10px;
    transform:rotate(45deg);
}
.fig-btn-white::before,.fig-btn-white::after {
    border-right:2px solid #003b49;
    border-top:2px solid #003b49;
}
.fig-btn-white:hover::before,.fig-btn-white:hover::after,.fig-outline-btn:hover::before,.fig-outline-btn:hover::after,.fig-outline-btn-forest:hover::before,.fig-outline-btn-forest:hover::after {
    border-right:2px solid #ffffff;
    border-top:2px solid #ffffff;
}

.fig-trans-btn:hover::before,.fig-trans-btn:hover::after {
    border-right:2px solid #003b49;
    border-top:2px solid #003b49;
}

.page-on-demand .large-hero-wrap .large-hero-con {
    margin-bottom:0;
}
.preview-end-prompt {
    display:flex;
    width:100%;
    min-height:200px;
    background:rgba(37, 39, 77, 0.6);
    position:absolute;
    top:0;
    bottom:0;
    z-index:200;
    text-align:center;
    flex-direction:column;
    justify-content:center;
    align-items:center;

}
.preview-end-prompt p { color:#ffffff;}

.scrolling-image-content-wrap {
    padding-top: 5%;
}

/* Could be removed after rolling out of staging changes. check single territories page. popup of chairs */
.bio-con {
    height: 90vh;
}

.chair-members-wrap .bio-img {
    display: none;
    height: 100%;
}
@media (min-width: 768px) {
    .chair-members-wrap .bio-img {
        display: block;
    }   
}
.chair-members-wrap .bio-content {
    height: 100%;
}
/* --- || --- */
.scrolling-image-content-wrap {
    padding-top: 5%;
}

.u-accessible-hide {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.page {
    display: flex;
    flex-direction: column;
}

.outer-container {
    width: 100%;
}

.wrapper {
    flex: 1;
}

.card {
    background-color: #fff;
    box-shadow: 0 0 28px 0 rgb(0 0 0 / 10%);
    max-width: 700px;
    padding: 30px 5%;
    width: 100%;
}

.card .card__subtitle {
    color: #003b49;
    font-size: 18px;
    margin-bottom: 20px;
}

.card .card__subtitle a {
    color: #36606b;
    text-decoration: underline;
}

@media (min-width: 480px) {
    .card {
        padding: 30px;
    }
}

@media (min-width: 770px) {
    .card {
        margin: 60px auto;
        padding: 50px;
    }

    .card--pricing {
        padding: 50px 30px;
    }
}

.card--center {
    text-align: center;
}

.card--login {
    max-width: 500px;
}

.card--pricing {
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, .35);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 100%;
    margin: 0 auto;
    max-width: 297px;
    min-height: 50vh;
    text-align: center;
}

.card--pricing .title {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.card--pricing .text {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.card--pricing .price {
    font-size: 20px;
    margin: 30px 0;
}

.card--pricing .btn {
    font-size: 14px;
}

.card--video {
    color: #fff;
    outline: 1px solid rgba(255, 255, 255, .6);
    outline-offset: -30px;
    position: relative;
    text-align: center;
}

.card--video .image {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60%;
    position: relative;
    z-index: -1;
}

.card--video .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    padding: 50px 40px 20px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.card--video .play {
    cursor: pointer;
    margin-bottom: 10px;
    max-width: 45px;
}

.card--video .summary {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.card--video .content {
    padding: 30px 60px 70px;
}

.card--video .title {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 0;
}

.card--video .title,
.card--video a {
    color: #fff;
}

.card--video .media__wrapper {
    position: relative;
}

.card .logo {
    margin-bottom: 20px;
}

.featured-videos .colset .col {
    padding: 0 20px;
}

.featured-videos {
    margin-bottom: 60px;
}

@media (min-width: 770px) {
    .videos__inner {
        padding: 0 40px;
    }
}

/* Featured Video Single */
.featured-video {
    margin: 40px 0;
}

.featured-video .inner {
    align-items: center;
    border: 2px solid #eff3f5;
    padding: 30px;
}

.featured-video .colset .col {
    padding: 0;
    margin-bottom: 0;
}

.featured-video .image {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60%;
    position: relative;
}

.featured-video .media {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    //position: absolute;
    top: 0;
    width: 100%;
}

.featured-video .play {
    max-width: 60px;
}

/* Cards */
.card--speaker {
    text-align: center;
}

.card--speaker .name {
    font-size: 22px;
}

.card--speaker .tagline {
    margin-bottom: 0;
}

/* Speaker */
.speaker__img {
    height: 150px;
    margin: 0 auto;
    max-width: 150px;
    position: relative;
    width: 150px;
}

.speaker__border {
    //border-radius: 62% 38% 46% 54% / 45% 36% 64% 55%;
    //border: 2px solid #4c9590;
    //position: absolute;
    //top: 0;
    //left: 0;
    //width: 100%;
    //height: 100%;
}

.speaker__img img,
.speaker__img picture {
    border-radius: 50%;
    height: 100%;
    margin: -1px;
    max-width: 150px;
    max-height: 150px;
    object-fit: cover;
    padding: 0 5px;
    position: relative;
    width: 100%;
    z-index: -1;
}

.featured-speakers {
    margin-bottom: 60px;
}

/* Backgrounds */
.bg--gray {
    background-color: #484547;
}

/* Login form */
.container--login {
    text-align: left;
}

.container--login fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Spacing */
.m-auto {
    margin: 0 auto;
}

.mt-auto {
    margin-top: auto;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-80 {
    margin-bottom: 80px;
}

.w--950 {
    max-width: 950px;
}

/* List */
.list--inline {
    list-style: none;
    padding: 0;
}

.list--inline li {
    display: inline-block;
    margin-right: 10px;
}

.list--inline li:last-child {
    margin-right: 0;
}

.list--unstyle {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Typography */
.italic {
    font-style: italic;
}

.semibold {
    font-weight: 500;
}

/* RCP */
input:not([type='checkbox']):not([type='radio']) {
    width: 100%;
}

.rcp_form label {
    text-align: left;
}

.rcp_form legend {
    font-size: 20px;
}

.rcp_form th {
    text-align: center;
}

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

.form__field {
    width: 100%;
}

@media (min-width: 770px) {
    .field__left,
    .field__right {
        max-width: calc(50% - 10px);
    }

    .form__field.field__left {
        margin-right: 10px;
    }
    
    .form__field.field__right {
        margin-left: 10px;
    }
}

.field__checkbox {
    display: flex;
    align-items: center;
}

.rcp_form .field__checkbox input[type=checkbox] {
    margin: 0 8px 0 0;
}

.rcp_form span {
    display: inline-block;
}

.rcp_form  .card__label {
    display: flex;
}

.card__label p,
.card__label br {
    display: none;
}

.card__info {

}

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

.text--left {
    text-align: left;
}

.text--right {
    text-align: right;
}

select {
    width: 100%;
}

label {
    cursor: pointer;
}

input[type="radio"] {
    appearance: none;
    background-color: #fff;
    border: 0.1em solid #003b49;
    border-radius: 50%;
    display: grid;
    height: 1.15em;
    margin: 0 10px 0 0!important;
    width: 1.15em;
    place-content: center;
    transform: translateY(0.1em);
}

input[type="radio"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #003b49;
}

input[type="radio"]:checked::before {
    transform: scale(1);
}

input[type='checkbox'] {
    appearance: none;
    background-color: #fff;
    border: 0.1em solid #003b49;
    cursor: pointer;
    height: 20px;
    position: relative;
    width: 20px;
}

input[type='checkbox']:active,
input[type='checkbox']:focus {
    border-color: #003b49;
    outline: none;
}

input[type='checkbox']:checked {
    background-image: url('../svg/icon-checkbox.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 86%;
}

.form__checkbox {
    align-items: center;
    display: flex;
    position: relative;
}

.form__checkbox input {
    margin: 0 10px 2px 0;
}

.form__title {
    font-size: 32px;
    line-height: 1;
}

.container {
    margin: 0 auto;
    max-width: 800px;
    padding: 0 20px;
    width: 100%;
}

/* Navigation */
.menu--utility .menu-item a {
    padding: 30px 15px;
}

header.navigation .main-menu {
    justify-content: space-between;
}

.hide--mobile {
    display: none;
}

@media (min-width: 1145px) {
    .menu--utility {
        display: flex;
    }

    .hide--mobile {
        display: flex;
    }

    .hide--desktop {
        display: flex;
    }
}

/* Buttons */
.btn,
header.navigation .mobile-menu-con .btn {
    display: inline-block;
    padding: 11px 30px;
    text-align: center;
}

.fig-btn-white {
    background-color: #fff;
    color: #003b49;
}

.btn--small {
    background-color: #36606b;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 6px 12px;
}

/* Layout */
.colset {    
    margin: 0 -10px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.col {
    padding: 0 10px;
    flex: 1;
    position: relative;
}

.colset .col {
    margin-bottom: 40px;
    width: 100%;
}

@media (min-width: 480px) {
    .colset--3,
    .colset--4,
    .colset--5 {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .colset--3 .col,
    .colset--4 .col,
    .colset--5 .col {
        flex: 0 0 calc(100% / 2);
    }
}

@media (min-width: 770px) {
    .colset {    
        flex-direction: row;
        flex-wrap: wrap;
    }

    .colset--2 .col {
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2);
    }

    .colset--3 .col {
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
    }

    .colset--5 .col {
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
    }

    .col--1-3 {
        flex: none;
        max-width: calc(100% / 3);
    }

    .col--1-4 {
        flex: none;
        max-width: calc(100% / 4);
    }

    .col--fit {
        max-width: fit-content;
    }

    .colset--search .col {
        margin-bottom: 5rem;
    }
}

@media (min-width: 950px) {
    .colset--5 .col {
        flex: 0 0 calc(100% / 4);
    }
}

@media (min-width: 1200px) {
    .colset--4 .col {
        flex: 0 0 calc(100% / 4);
    }

    .colset--5 .col {
        flex: 0 0 calc(100% / 5);
    }
}

/* Footer */
.footer h6 {
    color: #003b49;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 33px;
}

.footer .menu-item {
    margin-bottom: 6px;
}

.footer__right {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.footer .copyright-con p {
    line-height: 1.6;
}

@media (min-width: 480px) {
    .footer__right {
        align-items: flex-start;
    }
}

@media (min-width: 770px) {
    .footer__right {
        align-items: flex-end;
    }

    .footer .copyright-con {
        text-align: right;
    }
}

.responsive-media {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.responsive-media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Videos */
.videos .post-image {
    height: auto;
    padding-bottom: 58%;
}
.videos .video-listing .fig-btn {
    margin-right:-40px;
    align-self:flex-end;
}
.videos .video-listing .event-label {
    position:absolute;
    //position:relative;
    //top:-3px;
    display:inline;
    background: #d4994a;
    padding:.25rem;
    font-size:20px;
    font-weight:700;
    text-transform:uppercase;
    top:10%;
    left:0;
    color:#ffffff;
}

/* Search form */
.search-form {
    align-items: center;
    display: flex;
    margin: 0 auto;
    width: 100%;
}
.search-form input[type="text"] {
    flex: 1;
    margin: 0 6px 0 0!important;
}

.search-form input[type="submit"] {
    border: 2px solid #003b49;
    width: auto;
}

.search-form input[type="submit"]:hover {
    border-color: #36606b;
}

.search__img {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
}

.search__img img {
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.search__media {
    max-width: 200px;
    margin: 0 auto;
}

/* My Account area */
.button-bar-wrap.button-bar--sidebar {
    background-color: transparent;
    margin-bottom: 30px;
    padding: 0;
}

.button-bar-wrap.on-demand-pricing-bar {
    margin-bottom:60px;
}

@media (min-width: 1040px) {
    .button-bar-wrap.button-bar--sidebar {
        margin: 0;
        max-width: fit-content;
    }
}

.button-bar-wrap.button-bar--sidebar .btn-wrap {
    align-items: flex-end;
    display: block;
    height: 100%;
    width: auto;
}

.button-bar-wrap.button-bar--sidebar .fig-btn {
    background-color: rgba(240, 243,    245, .5);
    border-bottom: 2px solid transparent;
}

.button-bar-wrap.button-bar--sidebar .fig-trans-btn {
    border-bottom: 2px solid #edeff0;
}
 
.button-bar-wrap.button-bar--sidebar .fig-btn,
.button-bar-wrap.button-bar--sidebar .fig-trans-btn {
    border-width: 0 0 2px 0;
    color: #003b49;
    padding: 20px;
    width: 100%;
}

.button-bar-wrap.button-bar--sidebar .btn-con {
    margin-bottom: 0;
    text-align: left;
    width: auto;
}

.page-register h1 {
    font-size: 32px;
    line-height: 1;
}

.page-register .wysiwyg-content-area {
    width: 100%;
}

.page-register .page {
    padding: 50px 2em 0;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 84em;
}

@media (min-width: 1040px) {
    .page-register .page {
        flex-direction: row;
        margin: 20px auto;
    }
}

.page-register .page .wysiwyg-content-wrap,
.page-register .page .outer-container {
    padding: 0;
}

@media (min-width: 1040px) {
    .page-register .page .outer-container {
        padding: 0 2em;
    }
}

.page-search .wrapper,
.search .wrapper {
    min-height: 35rem;
}

.page-search .container--search {
    padding: 0;
}

@media (min-width: 770px) {
    .page-search .wrapper,
    .search .wrapper {
        min-height: calc(100vh - 120px);
    }
}

.membership {
    padding-bottom: 50px;
}

.secondary-footer-wrap {
    border-top: 1px solid #f0f3f5;
    margin-top: 40px;
}

/* On Demand - custom blockclasses */
.button-bar--linear .outer-container {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    align-items:center;
}
.button-bar--linear .outer-container h3,.button-bar--linear .btn-con {
    margin-bottom:0;
}
.button-bar--linear .outer-container .btn-wrap {
    justify-content:flex-start;
    align-items:flex-start;
}
.button-bar--linear {
    padding:20px 0
}
.lp-hero-overlap-asset-wrap.hero--on-demand {
    padding-top:37px;
}
.lp-hero-overlap-asset-wrap.hero--on-demand h1 {
    font-size:36px;
    line-height:1.2;
}

/* Files */
.files {
    display: flex;
    list-style: none;
}

.files .file {
    background-color: #36606b;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    margin-right: 10px;
    padding: 4px 10px;
}

.files .file a {
    color: #fff;
}

.files .file:last-child {
    margin-right: 0;
}

/* Tags */
.tags .tag {
    line-height: 1;
    margin-right: 0;
}

.tag:after {
    content: ',';
    display: inline-block;
}

.tag:last-child:after {
    display: none;
}

.speaker .colset {
    align-items: center;
    margin: 0;
    padding: 0;
}

.speaker .col {
    margin: 0;
    padding: 0;
}

.speaker__bio {
    padding: 30px 20px;
}

.speaker__bio p,
.speaker__bio .title {
    color: #fff;

}

@media (min-width: 480px) {
    .speaker__bio {
        padding: 60px 40px;
    }
}

.single-videos .footer {
    border: 0;
}

.video__details {
    margin: 0 auto;
    max-width: 1000px;
}

@media (min-width: 770px) {
    .video__text {
        padding-right: 40px;
    }

    .video__details {
        margin-bottom: 80px;
    }
}

.filters {
    margin: 40px auto;
    max-width: 600px;
}

.filters .selects-arrow {
    width: 100%;
}

.filters .category-select select {
    margin: 0!important;
}

.filters .category-select input, .filters .category-select button {
    border: 1px solid #003b49;
}

.filters  .form-wrapper {
    margin-top: 5px;
}
.filters .clear-filters {
    text-indent:-999em;
    width:40px;
    height:40px;
    margin-left:5px;  
    position:relative; 
    display:block;
}
.filters .clear-filters::before {
    content:'';
    width:40px;
    height:2px;
    background:#003b49;
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    top:calc(50% - 1px);
    transform:rotate(45deg);
}
.filters .clear-filters::after {
    content:'';
    width:40px;
    height:2px;
    background:#003b49;
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    top:calc(50% - 1px);
    transform:rotate(-45deg);
}

.filters  .form-wrapper .selects-arrow {
    margin-bottom: 10px;
}

.filters .category-select .postform {
    margin-bottom: 6px!important;
}

@media (min-width: 770px) {
    .filters .form-filters,
    .filters .category-select {
        display: flex;
        align-items: center;
    }

    .filters .form-wrapper {
        flex: 1;
        margin-left: 10px;
    }

    .filters .category-select input, .filters .category-select button {
        flex: 1;
        margin-left: 5px;
    }

    .filters  .form-wrapper .selects-arrow,
    .filters .category-select .postform {
        margin: 0 0 0 10px!important;
    }

    .filters  .form-wrapper {
        margin: 0 0 0 10px;
    }

    .filters .category-select .postform {
        margin: 0 10px 0 0!important;
    }

    .filters .category-select .postform:last-child {
        margin-right: 0!important;
    }

    .filters  .form-wrapper .selects-arrow {
        display: flex;
    }
}

.post-type-archive-videos .filters, .page-my-videos .filters {
    max-width: none;
}

.post-type-archive-videos .small-hero-wrap {
    margin-bottom:0;
}

.active-tab .accordion-content {
    overflow: unset;
}

.speaker {
    position: relative;
    padding: 30px 0;
}

.speaker__inner {
    background-color: #36606b;
    min-height: 380px;
}

.speaker__inner .col--empty {
    min-height: calc(50vw / 2);
}

/* Speakers image */
.pentagon__wrapper {
    bottom: -30px;
    max-width: 50vw;
    position: absolute;
    top: -78px;
}

@media (min-width: 1200px) {
    .pentagon__wrapper {
        max-width: 560px;
    }
}

@media (min-width: 1376px) {
    .pentagon__wrapper {
        left: calc((100% - 1376px) / 2 + 48px);
    }
}

.svg-clipped {    
    width: 100%;
    display:block;
    clip-path: url(#svgPath);
}

.form--light {
    background-color: transparent;
}

.form--light h2 {
    color: #003b49;
}

.form--light .gform_wrapper.gravity-theme .gfield_label {
    color: #484547;
    font-size: 16px;
    margin-bottom: 0;
}

.form--light .gform_button.button {
    background-color: #003b49;
}

.form--light .gform_button.button:hover {
    background-color: #36606b;
    color: #fff;
}

.form--light .gform_confirmation_message {
    color: #484547;
}

.iplayerhd {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
}

.inline-video-con.media .iplayerhd-embed {
    opacity: 0;
}

.inline-video-con.active .iplayerhd-embed {
    opacity: 1;
}

.form-filters .category-select input[type='submit'],.form-filters .category-select button[type='submit'] {
    width: auto;
}

.preheader {
    /*Fallback if gradeints don't work */
    background: #003b49;
    /*Linear gradient... */
    background: 
    #003b49,
      radial-gradient(
        ellipse farthest-corner at top right,
        #165b63, 
        transparent 50%
      ),
      radial-gradient(
        farthest-corner at bottom left,
        #165b63, 
        transparent 20%
      );
}

.preheader .inner {
    display: flex;
    justify-content: flex-end;
    line-height: 1;
    width: 100%;
}

@media (min-width: 1280px) {
    .preheader .inner {
        padding: 10px 0;
    }
}
.preheader {
    display: flex;
    color:#fff;
}
.preheader .account-links::before {
    content:'CURRENT On Demand: ';
    text-transform: uppercase;
    font-weight: 700;
}
.preheader a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 400;
}

.preheader .account-links {
    display: flex;
    justify-content: flex-start;
    line-height: 1;
    width: 100%;
}

.preheader .account-links li {
    margin: 0 18px;
}

.inline-play-btn {
    position: absolute;
    background-size: contain;
    background-image: url('../svg/play-btn.svg');
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80px;
    width: 80px;
    cursor: pointer;
    z-index: 12;
}

.inline-video-con,
.inner-video-player {
    height: 100%;
    width: 100%;
}

.inner-video-player {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.inner-video-player iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 12;
}

.inline-video-con {
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.featured-video .inline-video-con .iplayerhd-embed {
    opacity: 0;
}

.featured-video .inline-video-con.active .iplayerhd-embed {
    opacity: 1;
}

.videos .post-image .event-title {
    background-color: #D4994B;
    padding: 4px;
    color:#fff;
}

.videos .post-image .access-lock {
    float: right;
}

.videos .post-image .access-lock i {
    background-color:#D4994B;
    color: #fff;
    padding: 5px;
}

.viewall-video-link {
    margin-bottom: 50px;
}

.viewall-video-link a, .video-button a, .all-button a {
    background-color: #003b49;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 16px;
    padding: 12px 21px 10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .15s ease;
    user-select: none;
    vertical-align: middle;    
    white-space: normal;
}

.viewall-video-link a:hover {
    background-color: #36606b;
    color: #fff;
    outline: none;
}

.all-button a {
    float: left;
}

.video-button {
    margin-right:1rem;
    float: left;
}

.all-button {
    
    float: left;   
}

.button-bar--sidebar .fig-btn::before, .button-bar--sidebar .fig-trans-btn::before {
    right: 0px;
}

.button-bar--sidebar .fig-btn::after, .button-bar--sidebar .fig-trans-btn::after{
    right: 10px;
}

#rcp_user_login_wrap {
    display: none;
}

.file img {
    width: 30px;
    height: 30px;
    vertical-align: bottom;
}

.files .file {
    padding: 5px 10px 8px;
}

.files .file a {
    display: flex;
    align-items: center;
    height: 100%;
}

.files .file span {
    margin-right: 5px;
}

.icons-resorces .hover-icon {
    display: none;
}

.files .file:hover .main-icon {
    display: none;
}

.files .file:hover .hover-icon {
    display: block;
}