.hamburger-btn {
  background-color: #002b49;
}

#header-static {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#logo img {
  padding-left: 10px;
}

#audio-icon-btn {
  cursor: pointer;
  border: unset;
}

#audio-icon-btn:focus, #audio-icon-btn:active:focus {
  outline: unset;
}

#wrapper-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

#nav-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  opacity: 0;
}

.btn.disabled, .btn[disabled] {
  pointer-events: none;
}

a:focus {
  outline: 1px dashed #000;
}

.btn.blue {
  border-color: #00578E;
  background: #00578E;
  color: #fff;
}

#progress-bar-wrapper {
  position: relative;
  z-index: 5;
}

#progress-bar {
  height: 10px;
  width: 0;
  background-color: #237aac;
  position: relative;
  border-top: 3px solid #f5d01d;
  opacity: 0;
}

#progress-bar-container {
  background-color: #e6e7e8;
}

#page-indicator {
  color: var(--txt-blue);
  position: relative;
  font-size: 1.2em;
  top: -6px;
}

#wrapper-submit-btn {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  vertical-align: unset;
  border: 1px solid transparent;
  display: none;
}

#wrapper-submit-btn:hover {
  background-color: #ffffff;
  color: var(--btn-color);
  box-shadow: inset 0 0 0 4px var(--btn-color);
}

#wrapper-submit-btn:focus, #wrapper-submit-btn:active:focus {
  background-color: #ffffff;
  color: var(--btn-color);
  box-shadow: inset 0 0 0 4px var(--btn-color);
}

#wrapper-submit-btn::before {
  content: "";
}

#prev-page {
  background-color: var(--btn-color);
}

#next-page {
  background-color: var(--btn-color);
}

#next-page, #prev-page {
  display: inline-table;
  height: inherit;
  padding: 0px 20px;
  float: right;
  font-size: unset;
  color: #ffffff;
}

#next-page:disabled, #prev-page:disabled {
  background-color: #E6E7E8;
  color: #53565A;
}

#next-page:hover, #prev-page:hover {
  background-color: #ffffff;
  color: var(--btn-color);
  box-shadow: inset 0 0 0 1px;
}

#next-page:focus, #prev-page:focus, #next-page:active:focus, #prev-page:active:focus {
  background-color: #ffffff;
  color: var(--btn-color);
  box-shadow: inset 0 0 0 4px;
}

#next-page i, #prev-page i {
  display: table-cell;
  vertical-align: middle;
}

#page-content-wrap {
  position: relative;
  z-index: 5;
}

#wrapper-submit-btn-wrap {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  z-index: 105;
}

#page-content {
  position: relative;
  width: 100%;
  background-color: rgba(0,0,0,0.05);
}

.modal-content .nav-overlay ul.nav-tabs .active a:focus, .modal-content .nav-overlay ul.nav-tabs .active a:hover, .modal-content .nav-overlay ul.nav-tabs .active a {
  border: 3px solid var(--yellow);
}

ul.nav-tabs .active a:focus:after, ul.nav-tabs .active a:hover:after, ul.nav-tabs .active a:after {
  border-top: 10px solid var(--yellow);
}

.modal-content {
  width: 100%;
}

.main-menu-link {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  border: 1px solid transparent !important;
}

.main-menu-link:hover {
  background-color: #ffffff;
  color: var(--btn-color);
  box-shadow: inset 0 0 0 4px #1B538D;
  border: 1px solid #1B538D !important;
}

.main-menu-link::before {
  content: "";
}

.main-menu-link:focus {
  border: 1px solid #1B538D !important;
  box-shadow: inset 0 0 0 4px #1B538D;
  background-color: #ffffff;
  color: var(--btn-color);
}

.main-menu-link:active:focus {
  border: 1px solid #ffffff !important;
  background-color: #ffffff;
  color: var(--btn-color);
}

.modal-content .nav-overlay {
  height: auto;
}

.modal-content .nav-overlay .nav-body {
  height: auto;
  overflow-y: unset;
}

#controls-btn {
  padding: 15px 0;
  font-size: 2em;
  position: fixed;
  z-index: 5;
  color: #fff;
  text-align: center;
  right: 0;
  background-color: #002b49;
}

#page-progress {
  font-size: 0.75em;
}

#page-complete {
  font-size: 0.6em;
}

#page-progress {
  opacity: 1! important;
}

#reset-screen-btn .glyphicon {
  position: relative;
  top: 2px;
}

#footer-controls-wrap {
  position: relative;
  z-index: 5;
}

#footer-controls {
  display: flex;
}

.control-btn-item {
  margin: 0;
  cursor: pointer;
  background-color: var(--btn-color);
  border: unset;
  border-right: 2px solid #ffffff;
  color: #ffffff;
}

.control-btn-item:disabled {
  background-color: #E6E7E8;
  color: #53565A;
}

.control-btn-item:last-child {
  border-right: unset;
}

.btn.btn-default.overwrite-default-btn.control-btn-item:hover {
  color: var(--btn-color);
}

.control-btn-item:hover, .control-btn-item.active:hover {
  box-shadow: inset 0 0 0 1px var(--btn-color);
  background-color: #ffffff !important;
  color: var(--btn-color);
}

.control-btn-item:focus {
  box-shadow: inset 0 0 0 1px var(--btn-color);
  background-color: #ffffff !important;
  color: var(--btn-color);
}

.control-btn-item:active {
  box-shadow: inset 0 0 0 1px;
}

.control-btn-item.active, .control-btn-item.active:focus {
  box-shadow: inset 0 0 0 4px var(--btn-color);
  background-color: #ffffff;
  color: var(--btn-color);
}

#audio-bar-wrapper {
  position: relative;
  z-index: 5;
  cursor: pointer;
}

#audio-bar {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  outline: none;
  width: 100%;
  position: relative;
}

#audio-bar:focus::-webkit-slider-thumb, #audio-bar:active:focus::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  background-color: var(--gray);
  cursor: pointer;
  opacity: 1;
  box-shadow: -80px 0 0 80px #EABD0B66;
}

#audio-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  background-color: var(--dark-orange);
  box-shadow: inset 0 0 0 1px var(--yellow);
  cursor: pointer;
}

#audio-bar:focus::-moz-range-thumb, #audio-bar:active:focus::-moz-range-thumb {
  width: 10px;
  height: 10px;
  background-color: var(--yellow);
  box-shadow: inset 0 0 0 3px #085593;
  cursor: pointer;
  opacity: 1;
}

#audio-bar::-moz-range-thumb {
  width: 10px;
  height: 10px;
  background-color: var(--dark-orange);
  cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #audio-bar {
    overflow: hidden;
    -webkit-appearance: none;
    background-color: var(--gray-light);
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #audio-bar::-webkit-slider-runnable-track {
    height: 10px;
    -webkit-appearance: none;
    color: #EABD0B66;
    margin-top: -1px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #audio-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 10px;
    cursor: ew-resize;
    background: var(--dark-orange);
    box-shadow: -80px 0 0 80px #EABD0B66;
  }
}

#audio-bar::-moz-range-progress {
  background-color: #EABD0B66;
}

#audio-bar::-moz-range-track {
  background-color: var(--gray-light);
}

#audio-bar::-ms-fill-lower {
  background-color: #EABD0B66;
}

#audio-bar::-ms-fill-upper {
  background-color: var(--gray-light);
}

#audio-bar-container {
  border: 1px solid var(--btn-color);
  background-color: #e6e7e8;
}

.logo-txt {
  margin-left: 20px;
  display: inline-block;
}

#page-names, #quiz-pages {
  width: 90%;
  font-size: 1.5em;
}

.page {
  display: none;
  width: 100%;
}

.page.active {
  display: block;
}

.page {
  height: inherit;
}

#next-page, #prev-page {
  margin: 0;
  border: unset;
}

#next-page:active, #prev-page:active {
  box-shadow: inset 0 0 0 1px;
}

#next-page:focus, #next-page:active:focus, #prev-page:focus, #prev-page:active:focus {
  outline: unset;
}

#next-page.active, #prev-page.active {
  opacity: 1;
  cursor: pointer;
}

#course-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0,0,0,0.8);
  top: 0;
  left: 0;
  display: none;
}

#course-loader-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: inherit;
}

.screen-elem {
  position: absolute;
}

#dont-use-browser-nav {
  position: absolute;
  top: 5px;
  left: 5px;
}

#dont-use-browser-nav p {
  margin-top: -20px;
  color: #ffffff;
  font-weight: bold;
}

#dont-use-browser-nav-arrows {
  text-align: left;
  margin-top: -15px;
}

#dont-use-browser-nav-arrows .glyphicon {
  color: var(--yellow);
  font-weight: bold;
}

.click-here-to-start-btn {
  margin: 15px;
  padding: 15px 30px;
  font-size: 2em;
  cursor: pointer;
  color: var(--btn-color);
  background-color: #fff;
  border: unset;
  display: block;
  text-align: center;
  border: 1px solid #1B538D;
  box-shadow: inset 0 0 0 4px #1B538D;
}

.click-here-to-start-btn:hover {
  color: #fff;
  background-color: var(--btn-color);
  border: 1px solid transparent;
}

.click-here-to-start-btn:focus {
  border: 1px solid #ffffff;
}

.click-here-to-start-btn:active:focus {
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 4px #1B538D;
  background-color: #ffffff;
  color: var(--btn-color);
}

#course-loader-txt {
  text-align: center;
  font-size: 2em;
  color: #fff;
}

#wrapper-transcript {
  bottom: 85px;
  z-index: 5;
  display: none;
  padding-top: 10px;
}

#wrapper-transcript #transcript-box {
  display: block;
  height: auto;
}

#footer-controls-wrap, #prev-next-btn {
  display: inline-block;
}

.modal button.close {
  border: unset;
}

.modal button.close:focus, .modal button.close:active:focus {
  outline: solid;
  outline-color: #ffffff;
}

#footer-controls-prev-next-btn-wrap {
  display: none;
}

#footer-controls-prev-next-btn-wrap.active {
  display: block;
}

@media (min-width:1200px) {
  .click-here-to-start-btn {
    width: 505px;
  }
}

@media (min-width:1200px) {
  #header-static {
    height: 80px;
  }
}

@media (min-width:1200px) {
  #audio-icon-btn img {
    position: relative;
    width: 32px;
    height: 32px;
  }
}

@media (min-width:1200px) {
  #logo img {
    width: 75px;
    height: inherit;
  }
}

@media (min-width:1200px) {
  #page-content {
    height: calc(100vh - (80px + 75px));
  }
}

@media (min-width:1200px) {
  #nav-footer {
    height: 65px;
  }
}

@media (min-width:1200px) {
  #page-indicator {
    left: 27px;
  }
}

@media (min-width:1200px) {
  #prev-next-btn {
    margin-top: -5px;
    height: 63px;
  }
}

@media (min-width:1200px) {
  #next-page i, #prev-page i {
    font-size: 3em !important;
  }
}

@media (min-width:1200px) {
  .modal-logo img {
    max-width: 90px;
  }
}

@media (min-width:1200px) {
  #computer-icon {
    margin-top: 50px;
    width: 300px;
  }
}

@media (min-width:1200px) {
  #controls-btn {
    top: 80px;
  }
}

@media (min-width:1200px) {
  #menu-audio {
    top: 0;
    right: 0;
    width: 338.14px;
    height: 322.13px;
  }
}

@media (min-width:1200px) {
  #see-more-screen-btn {
    bottom: 150px;
    right: 10px;
    width: 143.72px;
    height: 111.75px;
  }
}

@media (min-width:1200px) {
  #prev-next-screen-btn {
    bottom: 0;
    right: 0;
    width: 167px;
    height: 122px;
  }
}

@media (min-width:1200px) {
  #prev-next-screen-btn-small {
    display: none;
  }
}

@media (min-width:1200px) {
  #slide-indicator-screen {
    bottom: 0;
    left: 0;
    width: 167.056px;
    height: 122.65px;
  }
}

@media (min-width:1200px) {
  #submit-screen-btn {
    bottom: -1px;
    left: 45%;
    width: 162.164px;
    height: 136.094px;
  }
}

@media (min-width:1200px) {
  #audio-controls-btn {
    bottom: 0px;
    right: 170px;
    width: auto;
    height: auto;
  }
}

@media (min-width:1200px) {
  #wrapper-submit-btn-wrap {
    left: 43.5%;
    bottom: 0px;
  }
}

@media (min-width:1200px) {
  #footer-controls-wrap {
    top: -2px;
  }
}

@media (min-width:1200px) {
  .control-btn-item {
    padding: 7px 12px;
    font-size: 1.75em;
  }
}

@media (max-width:1199px) {
  .click-here-to-start-btn {
    width: 505px;
  }
}

@media (max-width:1199px) {
  #header-static {
    height: 80px;
  }
}

@media (max-width:1199px) {
  #audio-icon-btn img {
    position: relative;
    width: 32px;
    height: 32px;
  }
}

@media (max-width:1199px) {
  #page-content {
    height: calc(100vh - (80px + 75px));
  }
}

@media (max-width:1199px) {
  #logo img {
    width: 65px;
    height: inherit;
  }
}

@media (max-width:1199px) {
  #page-indicator {
    left: 27px;
  }
}

@media (max-width:1199px) {
  #nav-footer {
    height: 60px;
  }
}

@media (max-width:1199px) {
  #prev-next-btn {
    margin-top: -1px;
    height: 59px;
  }
}

@media (max-width:1199px) {
  #next-page i, #prev-page i {
    font-size: 3em !important;
  }
}

@media (max-width:1199px) {
  .modal-logo img {
    max-width: 85px;
  }
}

@media (max-width:1199px) {
  #computer-icon {
    margin-top: 50px;
    width: 300px;
  }
}

@media (max-width:1199px) {
  #controls-btn {
    top: 80px;
  }
}

@media (max-width:1199px) {
  #menu-audio {
    top: 0;
    right: 0;
    width: 338.14px;
    height: 322.13px;
  }
}

@media (max-width:1199px) {
  #see-more-screen-btn {
    bottom: 150px;
    right: 10px;
    width: 143.72px;
    height: 111.75px;
  }
}

@media (max-width:1199px) {
  #prev-next-screen-btn {
    bottom: 0;
    right: 0;
    width: 167px;
    height: 122px;
  }
}

@media (max-width:1199px) {
  #prev-next-screen-btn-small {
    display: none;
  }
}

@media (max-width:1199px) {
  #slide-indicator-screen {
    bottom: 0;
    left: 0;
    width: 159.46px;
    height: 122.65px;
  }
}

@media (max-width:1199px) {
  #submit-screen-btn {
    bottom: -1px;
    left: 26%;
    width: 162.164px;
    height: 136.094px;
  }
}

@media (max-width:1199px) {
  #audio-controls-btn {
    bottom: 0px;
    right: 170px;
    width: auto;
    height: auto;
  }
}

@media (max-width:1199px) {
  #wrapper-submit-btn-wrap {
    left: 43.5%;
    bottom: 0px;
  }
}

@media (max-width:1199px) {
  #footer-controls-wrap {
    top: -2px;
  }
}

@media (max-width:1199px) {
  .control-btn-item {
    padding: 7px 12px;
    font-size: 1.5em;
  }
}

@media (max-width:1024px) {
  .click-here-to-start-btn {
    width: 505px;
  }
}

@media (max-width:1024px) {
  #header-static {
    height: 50px;
  }
}

@media (max-width:1024px) {
  #audio-icon-btn img {
    position: relative;
    width: 32px;
    height: 32px;
  }
}

@media (max-width:1024px) {
  #nav-footer {
    height: 50px;
  }
}

@media (max-width:1024px) {
  #page-indicator {
    left: 27px;
  }
}

@media (max-width:1024px) {
  #prev-next-btn {
    margin-top: -1px;
    height: 54px;
  }
}

@media (max-width:1024px) {
  #next-page i, #prev-page i {
    font-size: 2.24em !important;
  }
}

@media (max-width:1024px) {
  #controls-btn {
    top: 80px;
  }
}

@media (max-width:1024px) {
  #menu-audio {
    top: -35px;
    right: 0;
    width: 234px;
    height: 291px;
  }
}

@media (max-width:1024px) {
  #see-more-screen-btn {
    bottom: 150px;
    right: 10px;
    width: 99px;
    height: 77px;
  }
}

@media (max-width:1024px) {
  #prev-next-screen-btn {
    bottom: -8px;
    right: 0;
    width: 148px;
    height: 108px;
  }
}

@media (max-width:1024px) {
  #prev-next-screen-btn-small {
    display: none;
  }
}

@media (max-width:1024px) {
  #slide-indicator-screen {
    bottom: 0;
    left: 0;
    width: 118px;
    height: 87px;
  }
}

@media (max-width:1024px) {
  #submit-screen-btn {
    bottom: 0px;
    left: 40%;
    width: 125px;
    height: 105px;
  }
}

@media (max-width:1024px) {
  #audio-controls-btn {
    bottom: 0px;
    right: 148px;
    width: 230px;
    height: auto;
  }
}

@media (max-width:1024px) {
  #wrapper-submit-btn-wrap {
    left: 42.5%;
    bottom: 64px;
  }
}

@media (max-width:1024px) {
  #footer-controls-wrap {
    top: -2px;
  }
}

@media (max-width:1024px) {
  .control-btn-item {
    padding: 7px 12px;
    font-size: 1em;
  }
}

@media (max-width:991px) {
  .click-here-to-start-btn {
    width: 505px;
  }
}

@media (max-width:991px) {
  #header-static {
    height: 54px;
  }
}

@media (max-width:991px) {
  #audio-icon-btn img {
    position: relative;
    width: 32px;
    height: 32px;
  }
}

@media (max-width:991px) {
  #page-content {
    height: calc(100vh - (54px + 60px));
  }
}

@media (max-width:991px) {
  #logo img {
    width: 35px;
    height: inherit;
  }
}

@media (max-width:991px) {
  #nav-footer {
    height: 50px;
  }
}

@media (max-width:991px) {
  #page-indicator {
    left: 27px;
  }
}

@media (max-width:991px) {
  #prev-next-btn {
    margin-top: -6px;
    height: 50px;
  }
}

@media (max-width:991px) {
  #next-page i, #prev-page i {
    font-size: 2.24em !important;
  }
}

@media (max-width:991px) {
  .modal-logo img {
    max-width: 72px;
  }
}

@media (max-width:991px) {
  #computer-icon {
    margin-top: 20px;
    width: 200px;
  }
}

@media (max-width:991px) {
  #controls-btn {
    top: 54px;
  }
}

@media (max-width:991px) {
  #menu-audio {
    top: -35px;
    right: 0;
    width: 234px;
    height: 291px;
  }
}

@media (max-width:991px) {
  #see-more-screen-btn {
    bottom: 150px;
    right: 10px;
    width: 99px;
    height: 77px;
  }
}

@media (max-width:991px) {
  #prev-next-screen-btn {
    bottom: -8px;
    right: 0;
    width: 148px;
    height: 108px;
  }
}

@media (max-width:991px) {
  #prev-next-screen-btn-small {
    display: none;
  }
}

@media (max-width:991px) {
  #slide-indicator-screen {
    bottom: 0;
    left: 0;
    width: 118px;
    height: 87px;
  }
}

@media (max-width:991px) {
  #submit-screen-btn {
    display: none;
  }
}

@media (max-width:991px) {
  #audio-controls-btn {
    bottom: 0px;
    right: 38%;
    width: 230px;
    height: auto;
  }
}

@media (max-width:991px) {
  #wrapper-submit-btn-wrap {
    left: 40.5%;
    bottom: 64px;
  }
}

@media (max-width:991px) {
  #footer-controls-wrap {
    top: -2px;
  }
}

@media (max-width:991px) {
  .control-btn-item {
    padding: 5px 10px;
    font-size: 1.2em;
  }
}

@media (max-width:991px) {
  #prev-next-btn {
    position: absolute;
    right: 0;
  }
}

@media (max-width:991px) {
  #footer-controls-prev-next-btn-wrap {
    width: 60%;
    position: absolute;
    text-align: center;
  }
}

@media (max-width:767px) {
  .click-here-to-start-btn {
    width: 505px;
  }
}

@media (max-width:767px) {
  #header-static {
    height: 40px;
  }
}

@media (max-width:767px) {
  #audio-icon-btn img {
    position: relative;
    width: 24px;
    height: 24px;
  }
}

@media (max-width:767px) {
  #page-content {
    height: calc(100vh - (40px + 50px));
  }
}

@media (max-width:767px) {
  #logo img {
    width: 35px;
    height: inherit;
  }
}

@media (max-width:767px) {
  #nav-footer {
    height: 40px;
  }
}

@media (max-width:767px) {
  #page-indicator {
    left: 10px;
  }
}

@media (max-width:767px) {
  #prev-next-btn {
    margin-top: -6px;
    height: 40px;
  }
}

@media (max-width:767px) {
  #next-page i, #prev-page i {
    font-size: 1.5em !important;
  }
}

@media (max-width:767px) {
  #computer-icon {
    margin-top: 20px;
    width: 150px;
  }
}

@media (max-width:767px) {
  .xs-text-center {
    text-align: center !important;
  }
}

@media (max-width:767px) {
  ul.nav-tabs .active a:focus, ul.nav-tabs .active a:hover, ul.nav-tabs .active a {
    background-color: #666666;
  }
}

@media (max-width:767px) {
  #controls-btn {
    top: 40px;
  }
}

@media (max-width:767px) {
  #menu-audio {
    top: 0;
    right: 0;
    width: 170px;
    height: 162px;
  }
}

@media (max-width:767px) {
  #see-more-screen-btn {
    bottom: 150px;
    right: 10px;
    width: 99px;
    height: 77px;
  }
}

@media (max-width:767px) {
  #prev-next-screen-btn {
    display: none;
  }
}

@media (max-width:767px) {
  #prev-next-screen-btn-small {
    bottom: 0px;
    right: 0;
    width: 131px;
    height: 78px;
    display: inherit;
  }
}

@media (max-width:767px) {
  #slide-indicator-screen {
    bottom: 0;
    left: 0;
    width: 103px;
    height: 76px;
  }
}

@media (max-width:767px) {
  #submit-screen-btn {
    display: none;
  }
}

@media (max-width:767px) {
  #audio-controls-btn {
    bottom: 0px;
    right: 38%;
    width: 194px;
    height: auto;
  }
}

@media (max-width:767px) {
  #wrapper-submit-btn-wrap {
    left: 41.25%;
    bottom: 52px;
  }
}

@media (max-width:767px) {
  #footer-controls-wrap {
    top: -4px;
  }
}

@media (max-width:767px) {
  .control-btn-item {
    padding: 3px 10px;
    font-size: 1.2em;
  }
}

@media (max-width:767px) {
  #footer-controls-prev-next-btn-wrap {
    width: 63%;
    position: absolute;
    text-align: center;
  }
}

@media (max-width:535px) {
  #footer-controls-prev-next-btn-wrap {
    width: calc(100% - 148px);
    position: absolute;
    text-align: center;
  }
}

@media (max-width:440px) {
  #footer-controls-prev-next-btn-wrap {
    width: calc(100% - 105px);
    position: absolute;
    text-align: center;
  }
}

@media (max-width:370px) {
  #footer-controls-prev-next-btn-wrap {
    width: 100%;
    position: absolute;
    text-align: center;
  }
}

@media (max-width:535px) {
  .click-here-to-start-btn {
    width: calc(100% - 30px);
  }
}

@media (max-width:440px) {
  .click-here-to-start-btn {
    width: calc(100% - 30px);
  }
}

@media (max-width:370px) {
  .click-here-to-start-btn {
    width: calc(100% - 30px);
  }
}

#footer-controls-prev-next-btn-wrap.active {
  display: flex;
  align-items: center;
  position: relative;
  top: -2px;
}

#footer-controls-wrap {
  margin-right: 5px;
}

#page-content-col.side-layout {
  display: inline-block;
  width: calc(100% - 300px);
}

#wrapper-transcript-col.side-layout {
  display: inline-block;
  width: 295px;
  vertical-align: top;
}

#wrapper-transcript-col.side-layout {
  background: repeat-x left top url('../img/essentials/bg/side-bar-triangle-top.svg'), repeat-x left bottom url('../img/essentials/bg/side-bar-triangle-bottom.svg'), #0c2138;
}

#transcript-cc-layout {
  position: absolute;
  color: #ffffff;
  right: 27px;
  border-radius: unset;
}

#transcript-cc-layout:hover, .blue-close-btn:hover {
  outline: unset;
  background-color: #ffffff;
  color: var(--btn-color) !important;
  box-shadow: inset 0 0 0 1px #1B538D;
}

#transcript-cc-layout:focus, #transcript-cc-layout:active:focus {
  outline: unset;
  background-color: #ffffff;
  color: var(--btn-color);
  box-shadow: inset 0 0 0 4px #1B538D;
}

#wrapper-transcript-col.side-layout.horizontal {
  padding: 0 15px 15px 15px;
  display: block;
  width: 100%;
  height: auto;
}

#wrapper-transcript-col.side-layout.horizontal #transcript-show {
  height: 250px;
}

@media (min-width:1200px) {
  #wrapper-transcript {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width:1200px) {
  #wrapper-transcript-col.side-layout {
    height: calc(100vh - (80px + 75px));
  }
}

@media (min-width:1200px) {
  #page-content-col.side-layout #page-content {
    display: block;
    width: 100%;
    height: calc(100vh - (80px + 75px));
  }
}

@media (min-width:1200px) {
  #page-content-col.side-layout.horizontal {
    display: block;
    width: 100%;
  }
}

@media (min-width:1200px) {
  #page-content-col.side-layout.horizontal #page-content {
    display: block;
    width: 100%;
    height: calc(100vh - (50px + 362px + 60px));
  }
}

@media (max-width:1199px) {
  #wrapper-transcript {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width:1199px) {
  #wrapper-transcript-col.side-layout {
    height: calc(100vh - (80px + 75px));
  }
}

@media (max-width:1199px) {
  #page-content-col.side-layout.horizontal {
    display: block;
    width: 100%;
  }
}

@media (max-width:1199px) {
  #page-content-col.side-layout #page-content {
    display: block;
    width: 100%;
    /*height: calc(100vh - (50px + 316px + 60px));*/
  }
}

@media (max-width:1199px) {
  #page-content-col.side-layout.horizontal #page-content {
    display: block;
    width: 100%;
    height: calc(100vh - (50px + 360px + 60px));
  }
}

@media (max-width:1024px) {
  #page-content-col.side-layout {
    display: block;
    width: 100%;
  }
}

@media (max-width:1024px) {
  #wrapper-transcript-col.side-layout, #wrapper-transcript-col.side-layout.horizontal {
    padding: 0 15px 15px 15px;
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1024px) {
  #wrapper-transcript-col.side-layout #transcript-show {
    height: 250px;
  }
}

@media (max-width:1024px) {
  #page-content-wrap {
    display: block;
  }
}

@media (max-width:1024px) {
  #page-content-col.side-layout.horizontal {
    display: block;
    width: 100%;
  }
}

@media (max-width:1024px) {
  #page-content-col.side-layout #page-content {
    display: block;
    width: 100%;
    height: calc(100vh - (50px + 320px + 60px));
  }
}

@media (max-width:1024px) {
  #page-content-col.side-layout.horizontal #page-content {
    display: block;
    width: 100%;
    height: calc(100vh - (50px + 320px + 60px));
  }
}

@media (max-width:991px) {
  #page-content-col.side-layout #page-content {
    display: block;
    width: 100%;
    height: calc(100vh - (50px + 322px + 60px));
  }
}

@media (max-width:767px) {
  #page-content-col.side-layout #page-content, #page-content-col.side-layout.horizontal #page-content {
    display: block;
    width: 100%;
    height: calc(100vh - (50px + 296px + 60px));
  }
}

