.mainLogo {
  width: 262px;
}

.mainBanner {
  width: 100%;
  margin-left: 45%;
}
@media screen and (max-width: 736px) {
  .mainBanner {
    width: calc(100vw - 60px);
    margin-left: 0;
  }
}

.bottomBanner {
  width: 100%;
  margin-top: 32px;
}

.sidebarWidget {
  height: 500px;
}

.block b {
  font-size: 22px;
  font-weight: bold;
  color: #f38b00;
}

.block {
  font-size: 20px;
}

.infoTable {
  font-size: 20px;
}

/* Style the tab */
.tab {
  text-align: center;
  display: inline-flex;
  width: 100%;
  height: auto;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .tab {
    flex-direction: column;
  }
}

/* Style the buttons that are used to open the tab content */
.tab button {
  /*box-shadow: 0px;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  /*padding: 14px 16px;*/
  transition: 0.3s;
}

.buttonContainer {
  padding: 0px 10px 0px 10px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #1d3768;
  color: #fff !important;
}

/* Style the tab content */
.tabcontent {
  /*display: none;*/
  padding: 40px 12px 0px;
  border-top: none;
  text-align: center;
  width: 100%;
  display: table;
}

.videoDiv {
  width: 70%;
  display: table-cell;
  vertical-align: top;
}

.chatDiv {
  width: 30%;
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

.tabRow {
  display: table-row;
}

@media screen and (max-width: 1000px) {
  .tabRow {
    display: unset !important;
  }

  .videoDiv {
    display: unset !important;
  }

  .chatDiv {
    display: unset !important;
  }
  .notesDiv {
    width: 80% !important;
  }
}

.videoContainer {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoFrame {
  border: 0;
  height: 100%;
  left: 45%;
  margin-left: -45%;
  position: absolute;
  top: 0;
  width: 100%;
}

.notesDiv {
  display: table-cell;
  margin: 20px;
  width: 30%;
  height: 730px;
  display: inline-flex;
  background: #f38b00;
  box-shadow: 3px 3px 12px #999999;
  transform: skewX(-11deg);
  text-align: -webkit-center;
  min-width: 336px;
}

.innerNotesDiv {
  width: 90%;
}

.notesDiv h3 {
  color: #fff;
  /*padding: 10px;*/
  padding-top: 10px;
}

.notesDiv ul {
  list-style-type: disc;
  text-align: -webkit-left;
  margin-left: 40px;
  color: #fff;
}

.backupContainer {
  padding-top: 20px;
}

ul.icons li .icon:before {
  color: #f38b00;
}

.loginContainer {
  text-align: -webkit-center;
}

.login {
  width: 571px;
  /*height: 754px;*/
  background-color: #f38b0000;
  box-shadow: 0px 0px 28px #f38b00;
  border-radius: 10px;
  margin: 55px 0px 55px 0px;
}

@media screen and (max-width: 500px) {
  .login {
    width: 90vw;
  }
  .innerLogin img {
    width: 80vw;
  }
}

#username,
#name,
#code {
  width: 80%;
  background-color: #fff;
  border: solid 1px #f38b00;
  box-shadow: 0 0 4px #f38b00;
  color: #f38b00 !important;
  border-radius: 50px;
  font-size: 16px;
  transition-duration: 0.5s;
}

.loginForm div {
  padding-top: 20px;
}

.login h2 {
  color: #f38b00;
  padding-top: 50px;
}

.innerLogin img {
  padding-top: 35px;
  width: 60%;
}

.innerLogin {
  position: relative;
  height: 100%;
  display: flex;
}

.innerInnerLogin {
  margin: auto;
}

#submitButton {
  background-color: #fff !important;
  padding-bottom: 35px;
  border-radius: 50px;
  width: 80%;
  background-color: #f38b00 !important;
  color: #fff !important;
  border-radius: 50px;
  font-size: 13px;
}

#submitButton:hover {
  background-color: #fff !important;
  color: #f38b00 !important;
}

.msg {
  color: red !important;
  font-size: 18px;
  padding-top: 8px;
  margin-bottom: -10px;
}

.headshotImage {
  display: inline-block;
  height: 100px;
  width: 100px;
  transform: rotate(45deg);
  overflow: hidden;
}

.headshotImage img {
  transform: rotate(315deg) scale(1.5) TRANSLATEY(2px);
  width: 100%;
}

.headshotContainer {
  padding-right: 53px;
  padding-left: 25px;
  padding-bottom: 27px;
}

.modHeadshotImage {
  display: inline-block;
  height: 100px;
  width: 100px;
  transform: rotate(45deg);
  overflow: hidden;
}

.modHeadshotImage img {
  transform: rotate(315deg) scale(1.5) TRANSLATEY(2px);
  width: 100%;
}

.modHeadshotContainer {
  padding-right: 53px;
  padding-left: 25px;
  padding-bottom: 30px;
  padding-top: 20px;
}

.modArticle {
  display: flex;
}

.content p {
  font-size: 16px;
}

.content h3 {
  font-size: 20px;
  color: #f38b00;
}

.download {
  width: 50px;
}

.major h2 {
  color: #f38b00;
}

.backupText {
  width: 80%;
}

.helpButton {
  width: 100%;
  white-space: pre-wrap;
  height: auto;
  line-height: 26px;
  padding: 10px;
}

.backupContainer {
  text-align: -webkit-center;
}

.vpnMessage {
  /*width: 80ch;*/
  text-align: -webkit-left;
}

@media screen and (max-width: 500px) {
  .vpnMessage {
    width: auto !important;
  }
}

.loginSpacer {
  padding-top: 30px;
}

#liveNow {
  background-color: #f00;
  color: #fff !important;
  box-shadow: inset 0 0 0 2px #f00;
}

.budgetSummary h2 {
  text-align: -webkit-center;
}

.issuesATag {
  border-bottom: dotted 1px;
  color: #f38b00;
}

.tableBreak td {
  text-align: -webkit-center;
}

.tableBreak td div {
  text-align: center;
  transform: skewX(-11deg);
  width: 200px;
  background-color: #f38b00;
  color: #fff;
  padding: 10px;
  box-shadow: 3px 3px 12px #999999;
}

.secondRow td {
  /*border-top: solid 1px rgba(210, 215, 217, 0.75);*/
  padding-top: 29px;
}

.time {
  text-align: center;
}

.timetable th,
td {
  text-align: center;
}

.timetable th {
  width: 33%;
}

.divider {
  width: 30%;
  left: 35%;
  position: relative;
  border-color: #f38b00;
  border-width: 3px;
  box-shadow: 3px 3px 12px #999999;
}

/* fix castr error cover page */

#playback-source-error-wrapper {
  background: 0 !important;
}

#main {
  box-shadow: 0 90px 0 #2f2f2f inset;
}
ul.icons {
  margin: 0.5em 0 1em 0;
}
.profile-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 24px;
}
.profile-container{
  --img-width: 200px;
  --img-top: 145px;

  width: 280px;
  height: 180px;
  background: #fff;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);

  margin-top: calc(var(--img-top) + 15px);
}

.profile-container .profile-img {


  width: var(--img-width);
  height: var(--img-width);
  border-radius: 50%;
  position: absolute;
  top: calc(var(--img-top) * -1);
  left: calc(50% - var(--img-width) / 2);
  border: 5px solid #f38b00;
}

.profile-container .content{
  padding: 65px 20px 20px;
}

.profile-container .content .sub-content{
  text-align: center;
}

.profile-container .content .sub-content h1{
  text-transform: uppercase;
  font-size: 24px;
  color: #f38b00;
  margin-bottom: 0.1em;
}
.profile-container .content .sub-content h3 {
  font-size: 16px;
  color: #2f2f2f;
  margin-bottom: 0.25em;
}

.profile-container .btn {
  display: block;
  clear: both;
  text-align: center;
  width: 100%;
  height: 35px;
  background: #f38b00;
    color: #fff;
  text-transform: uppercase;
  line-height:38px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.profile-container .btn:hover {
  color: #ddd !important;
}

/* #region - Ticker */
#tickerContainer{
  width: 100%;
  height: 68px;
  background: white;
  overflow: hidden;
  color: rgb(34, 34, 34);
  box-shadow: 0px 0px 10px 5px #f38b00;
  display: flex;
  font-size: 24px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;

  text-align: left;
}
#tickerHeader{
  padding: 5px 20px;
  font-weight: 700
}
#tickerContent {
  padding: 5px 20px;
  font-weight: 400
}
#tickerContent b {
  font-weight: 900;
}

#tickerContent p {
  font-size: 18px;
}

.showup{
  animation-name: entering;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: linear
}
@keyframes entering {
  0% {
    opacity: 0;
    padding-top: 30px
  }
  100% {
    opacity: 1;
    padding-top: 0;
  }
}
/* #endregion */
