.hide-overlay .vjs-overlay {
  display: none;
}
.outer-videowrapper {
    display: block;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #bebebe;
}
.inner-videowrapper {
    padding-top: 56.25%;
    display: block;
    position: relative;
    height: 792px;
}
#cta-index {
    position: absolute;
    right: -18em;
    top: 0px;
    padding: 0 0 0 5px;
    z-index: 1000;
    height: 100%;
    width: 18em;
    background: url(/content/dam/static/videos/bc-rendition-selector/css/UBSlogo.svg);
    background-color: white;
    background-position: bottom right;
    background-repeat: no-repeat;
    border: 1px solid #ebebeb;
    border-top: 0;
    border-bottom: 0;
    /* display: none; */
    background-size: contain;
    /*overflow-y: auto;*/
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
.video-overlay-content {
    margin: 0.5em 00;
    background: white;
    border: 1px solid #ebebeb;
    padding: 0.5em;
}
.video-overlay-content:after, .dismisslink:after {
    content: "";
    display: table;
    clear: both;
}
.video-overlay-content:first-of-type {
    margin-top: 5em;
}    
.video-overlay-content h2 {
    font: 300 1.4em/1.1 Frutiger,Arial,Helvetica,sans-serif;
    color: #1c1c1c;
    margin: 0.5em 0 0 0;
}
.video-overlay-content p {
    font: 300 .875em/1.42857 Frutiger,Arial,Helvetica,sans-serif;
    color: #1c1c1c;
    margin: 0.5em 0;
}
.video-overlay-content button {
    font: 300 1em/1.22222 Frutiger,Arial,Helvetica,sans-serif;
    color: #1c1c1c;
    margin: 1em 0 0 0;
    float: left;
}
.video-overlay-content button:hover, .video-overlay-content button:focus {
    text-decoration: underline;
}
ul.custom-bullet {
    list-style: none;
    display: inline-block;
    padding: 0;
}
ul.custom-bullet li {
    font: 300 .875em/1.42857 Frutiger,Arial,Helvetica,sans-serif;
}
ul.custom-bullet > li {
    clear: left;
}
ul.arrowstyleubs > li:before {
    background-image: url(/content/dam/static/scripts/keyclub-calculator/svg/link.svg);
    background-size: 13px;
    background-position: center;
}
ul.custom-bullet > li:before {
    content: "";
    height: 0.8em;
    width: 0.9em;
    display: block;
    float: left;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100%:;
    margin-top: 4px;
    margin-right: 5px;
}
ul.arrowstyleubs > li a {color: #427C99;}
ul.arrowstyleubs > li a:hover {text-decoration: underline;}
.redtext{color: #ef0000;}
.dismisslink {
    height: 4em;
    padding: 0.5em 0;
    margin: 0;
    top: 0;
    background: white;
    border-bottom: 1px solid #ebebeb;
}
.dismisslink.js-is-sticky {
  top: 0;
}
.dismisslink h3 {
    font: 300 2em/1 Frutiger,Arial,Helvetica,sans-serif;
    position: absolute;
    top: 2%;
    left: 4%;
}
.close-icon {
    position: relative;
    margin: 2%;
    float: right;
    z-index: 1000;
    height: 80%;
    width: 80%;
    background: url(/content/dam/static/videos/bc-rendition-selector/images/close.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}
.close-icon:hover, .close-icon:focus, .close-icon:active {
    cursor: pointer;
}
.slide-in {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
}
.chapterHandle {
    position: absolute;
    font: .875em/1.2142857143 Frutiger,Arial,Helvetica,sans-serif;
    background: #e60000;
    padding: .5em 1em;
    color: white;
    top: 50%;
    left: -4em;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.chapterHandle:hover, .chapterHandle:active, .chapterHandle:focus {
    background: #646464;
    cursor: pointer;
}
.chapterHandle:before {
    content: "Chapters";
} 
.slide-out {
    animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out 0.5s forwards;
}
@keyframes slide-out {
    100% { transform: translateX(0%); }
}
@-webkit-keyframes slide-out {
    100% { -webkit-transform: translateX(0%); }
}
@keyframes slide-in {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}
@-webkit-keyframes slide-in {
    0% { -webkit-transform: translateX(0%); }
    100% { -webkit-transform: translateX(-100%); }
}
/* Chapters */
ol#chapterList, ol#chapterListMobile {
	width: 100%;
	height: auto;
    margin: .5em 0 0 0;
}    
#chapterList li, #chapterListMobile li {
    counter-increment: chapter-counter;
}
ol > li {
    position: relative;
    margin: 0 0 .2em 2em;
    padding: 5px 8px;
    list-style: none;
    font-family: "Frutiger", Arial, sans-serif;
    font-size: 14px;
    color: #000;
    height: auto;
    width: 87%;
    cursor: pointer;
}
ol > li:before {
    content: counter(chapter-counter);
    position: absolute;
    top: -2px;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    margin: 2px 8px 7px 0;
    padding: 5px 4px;
    color: #000;
    background: #f2f2f2;
    font-weight: bold;
    font-family: "Frutiger", Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    height: 30px;
    width: 24px;
    border-bottom: 3px solid white;
}
.liInActiveBold {
    font-weight: bold;
}
/*ol > li:before {background-color: white;}*/
ol > li:hover, ol > li:hover:before {
	background-color: #f8f8f8;
	color: black;
}
.liInActive {
    background-color: transparent;
    color: #000000;
    font: .875em/1.2142857143 Frutiger,Arial,Helvetica,sans-serif;
}
.liActive {
    background-color: #f2f2f2;
    color: black;
    font: .875em/1.2142857143 Frutiger,Arial,Helvetica,sans-serif;
}
.liActiveBold {
    background-color: #f2f2f2;
    color: black;
    font-weight: bold;
}
.videoPlayer {
    position: absolute;
    bottom: 2%;
    left: 1%;
    width: 16em;
    height: 12em;
    z-index: 100;
    border: 1px solid #bebebe;
}
.slideContainer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#sizeToggleL, #sizeToggleS {
    display: block;
    width: 1.3em;
    height: 1.3em;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin: .8em .6em;
    z-index: 1000;
    background: url(/content/dam/static/generic/enlarge.svg)
}
#sizeToggleL:hover, #sizeToggleS:hover {cursor:pointer;}
.sizeEnlarge {background: url('/content/dam/static/generic/maximize.svg') !important;}
.sizeMinimize {background: url('/content/dam/static/generic/resize.svg') !important;}
.scrollableContent {
    overflow-y: scroll;
	position: relative;
    height: 100%;
}
    
.video-js .vjs-volume-panel, .video-js .vjs-mute-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal,  .video-js .vjs-progress-control, .video-js .vjs-time-control, .vjs-volume-bar.vjs-slider-horizontal, .video-js .vjs-fullscreen-control, .bc-player-default_default.vjs-mouse .vjs-big-play-button {display: none !important;}    
    
.mobileOnly {display: none;} 
    
/* Collapsible chapters */
.collapsible {
    font: 300 1.125em/1.22222 Frutiger,Arial,Helvetica,sans-serif;
    color: #1c1c1c;
    cursor: pointer;
    width: 100%;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    text-align: left;
    outline: none;
    padding: 1em;
}
/*.active, .collapsible:hover {
    background-color: #555;
}*/
.collapsible:after {
    content: '\002B';
    color: #1c1c1c;
    float: right;
    margin-left: 5px;
}
.active:after {
    content: "\2212";
}
.content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.bc-player-default_default.video-js:active .vjs-big-play-button, .bc-player-default_default.video-js:hover .vjs-big-play button {display: none !important;}
@media only screen and (max-device-width : 767px) {
    #cta-index, .bc-player-default_default .vjs-big-play-button, #sizeToggleL, #sizeToggleS, #videoPlayer, .vjs-control .vjs-button,vjs-big-play-button, .bc-player-default_default.video-js:active .vjs-big-play-button, .bc-player-default_default.video-js:hover .vjs-big-play button {display: none !important;}
    .mobileOnly {display: block !important; min-height: 0;}
    .inner-videowrapper {padding-top: 0; height: 100% !important;}
    .videoPlayer {position: relative; padding-bottom: 47.25%; padding-top: 25px; width: 100%; height: 0; border: 0; left: 0;}
    .slideContainer {position: relative;}
    .collabsible {height: 3em; padding: 0.5em; margin-bottom: 3px; border-bottom: 1px solid #ebebeb; border-top: 1px solid #ebebeb;}
    .collabsible h3 {position: relative; font: 300 1.625em/1.15385 Frutiger,Arial,Helvetica,sans-serif; top: 0; left: 0;}
}

@media only screen and (max-width: 74.999em) and (min-width: 20em) and (orientation: portrait) {    
    /*.inner-videowrapper {height: auto !important; padding: 0;} */
}