.validation-summary-valid {
  display: none;
}
#header-banner-wrapper {
  max-width: 100vw;
  overflow-x: hidden;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  padding-bottom: 30px;
}
.form-text {
  font-size: 0.9em;
  color: #54585A;
}
.btn {
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px #898D8D;
          box-shadow: 1px 1px 3px #898D8D;
}
.btn-circle {
  border-radius: 20px;
  background-color: #eeefee;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #54585A;
  padding: 10px 12px;
}
.btn-circle:hover {
  background-color: #e6e7e6;
}
.btn-circle:active,
.btn-circle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-sofo-orange {
  background-color: #ED8B00;
  color: #FFFFFF;
}
.btn-sofo-orange:hover {
  background-color: #fc9400;
  color: #FFFFFF;
}
.btn-sofo-orange:focus {
  background-color: #ED8B00;
  color: #FFFFFF;
}
.btn-sofo-blue {
  background-color: #0057b8;
  color: #FFFFFF;
}
.btn-sofo-blue:hover {
  background-color: #005ec7;
  color: #FFFFFF;
}
.btn-sofo-blue:focus {
  background-color: #0057b8;
  color: #FFFFFF;
}
.btn-contact-us {
  background-color: #FFFFFF;
  border: 2px solid #0057b8;
  color: #0057b8;
  border-radius: 20px;
  padding-right: 25px;
  padding-left: 25px;
}
.btn-contact-us:hover {
  color: #FFFFFF;
  background-color: #0057b8;
}
.btn-log-in {
  background-color: #FFFFFF;
  border: 2px solid #0057b8;
  color: #0057b8;
  border-radius: 20px;
  padding-right: 25px;
  padding-left: 25px;
}
.btn-log-in:hover {
  color: #FFFFFF;
  background-color: #0057b8;
}
.btn-events-connect {
  background-color: #FFFFFF;
  border: 2px solid #0057b8;
  color: #0057b8;
  border-radius: 20px;
  padding-right: 25px;
  padding-left: 25px;
}
.btn-events-connect:hover {
  color: #FFFFFF;
  background-color: #0057b8;
}
.btn-sofo-light-blue {
  background-color: #0086BF;
  color: #FFFFFF;
}
.btn-sofo-light-blue:hover {
  background-color: #0091ce;
  color: #FFFFFF;
}
.btn-sofo-light-blue:focus {
  background-color: #0086BF;
  color: #FFFFFF;
}
.btn-sofo-gray {
  background-color: #898D8D;
  border-color: #636666;
  color: #FFFFFF;
}
.btn-sofo-gray:hover {
  background-color: #919595;
  color: #FFFFFF;
}
.btn-sofo-gray:focus {
  background-color: #898D8D;
  color: #FFFFFF;
}
.btn-sofo-light-gray {
  background-color: #C7C9C7;
  border-color: #b5b7b5;
  color: #FFFFFF;
  -webkit-box-shadow: 1px 1px 3px #b0b3b3;
          box-shadow: 1px 1px 3px #b0b3b3;
}
.btn-sofo-light-gray:hover {
  background-color: #bfc1bf;
  color: #FFFFFF;
}
.btn-sofo-light-gray:focus {
  background-color: #C7C9C7;
  color: #FFFFFF;
}
.alert-sofo-blue {
  background-color: #0063d2;
  border: 1px solid #0057b8;
  color: #FFFFFF;
}
.alert-sofo-blue a {
  color: #40c6ff;
}
.label-sofo-blue {
  background-color: #0057b8;
}
.bg-blue {
  background: #0057b8;
  background-image: url('../../images/60-lines.png');
  background-image: url('../../images/60-lines.png'), linear-gradient(110deg, #0057b8 20%, #0086BF 94%);
}
.blue-bg-gradient {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), to(#C2ECF7));
  background: linear-gradient(0deg, #fff 0, #C2ECF7 100%);
}
.pagination {
  margin-bottom: 5px;
}
.pagination .active {
  background-color: #0057b8;
}
.pagination-records {
  font-size: 0.9em;
  margin-top: 0;
}
.page-header {
  margin: 20px 0 15px;
  border: none;
}
.connect-heading {
  background: #0057b8;
  background-image: url('../../images/60-lines.png');
  background-image: url('../../images/60-lines.png'), linear-gradient(110deg, #0057b8 20%, #0086BF 94%);
  margin-bottom: 3em;
  color: #FFFFFF;
}
.navbar-brand {
  padding: 5px;
}
.navbar-brand img {
  height: 60px;
}
.sofo-switch-green {
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.sofo-switch-green .switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 24px;
  float: right;
}
.sofo-switch-green .switch input {
  display: none;
}
.sofo-switch-green .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #B2B4B2;
  -webkit-transition: .4s;
  transition: .4s;
}
.sofo-switch-green .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 2px;
  background-color: #FFFFFF;
  -webkit-transition: .4s;
  transition: .4s;
}
.sofo-switch-green input:checked + .slider {
  background-color: #1aaa2a;
}
.sofo-switch-green input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #0057b8;
          box-shadow: 0 0 1px #0057b8;
}
.sofo-switch-green input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}
.sofo-switch-green .slider.round {
  border-radius: 34px;
}
.sofo-switch-green .slider.round:before {
  border-radius: 50%;
}
.modal-dialog .modal-content .modal-title {
  font-size: 18px;
}
.modal-dialog .modal-content .modal-body {
  font-size: 14px;
  color: #071D49;
}
.nav-link:hover,
.nav-link:focus {
  background-color: #eeefee;
}
.label {
  font-weight: bold;
}
#header {
  background-color: #FFFFFF;
  border-bottom: 1px solid #eeefee;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 9000;
}
#header .custom-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#header .navbar-header {
  margin-right: 15px;
}
#header .navbar-header .navbar-toggler {
  background-color: #B2B4B2;
}
#header .navbar-header .navbar-toggler .icon-bar {
  background-color: #FFFFFF;
}
#header .navbar-nav {
  text-align: right;
  padding-left: 10px;
}
#header .navbar-nav .active {
  background-color: #e1e2e1;
}
#header .navbar-nav a {
  color: #898D8D;
  font-weight: 400;
  padding-right: 10px;
  padding-left: 10px;
}
#header .navbar-nav a:hover {
  background-color: #eeefee;
}
#watch {
  margin-top: 20px;
}
#watch #player .embed {
  width: 100%;
  height: 60vh;
  border: none;
  max-height: calc(99vw * (9/16));
}
#watch .missing-div {
  text-align: center;
  display: table;
  background-color: black;
}
#watch .missing-text {
  display: table-cell;
  vertical-align: middle;
  color: white;
}
#watch #embed-purchase {
  background-color: #25282A;
  color: #FFFFFF;
  text-align: center;
}
#watch #embed-purchase #purchase-text {
  padding: 20px;
}
#watch #embed-purchase #btn-buy {
  background-color: #25282A;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.8em;
  padding: 10px 20px;
}
#watch #embed-purchase #btn-buy:hover {
  background-color: #313538;
}
#watch #info {
  padding: 5px;
}
#watch #info #presenters {
  margin-bottom: 5px;
}
#watch #info #description {
  white-space: pre-wrap;
}
#watch #other-videos {
  padding-left: 5px;
}
#watch #other-videos #other-heading {
  margin-top: 0;
}
#watch #other-videos table td {
  padding: 8px 8px 8px 0;
  vertical-align: top;
  font-size: 0.9em;
  line-height: 15px;
}
#watch #other-videos table .title a {
  color: inherit;
}
#watch #other-videos table .watch-thumbnail {
  width: 142.16px;
  height: 80px;
  display: block;
}
#watch #other-videos table .watch-thumbnail img {
  width: 142.16px;
  height: 80px;
}
#watch #other-videos #view-all {
  margin-top: 15px;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #898D8D;
  border-color: #636666;
  color: #FFFFFF;
}
#watch #other-videos #view-all:hover {
  background-color: #919595;
  color: #FFFFFF;
}
#watch #other-videos #view-all:focus {
  background-color: #898D8D;
  color: #FFFFFF;
}
#watch #chat-body {
  overflow-y: auto;
  height: 308px;
}
#watch #chat-body p {
  margin-bottom: 5px;
}
#watch #chat-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#watch #chat .card-heading {
  padding: 15px;
  background-color: #f5f5f5;
  border-color: #808080;
}
#watch #chat .card-heading h1,
#watch #chat .card-heading h2,
#watch #chat .card-heading h3,
#watch #chat .card-heading h4,
#watch #chat .card-heading h5 {
  font-weight: 300;
}
#watch #chat .card-footer textarea {
  overflow-y: hidden;
  resize: vertical;
}
#watch #chat .card-footer .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 800px) {
  #watch #player .embed {
    max-height: calc(65vw * (9/16));
  }
}
#browse {
  margin-top: 20px;
}
#browse #filter-sort #filter-sort-btn {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #54585A;
  font-size: 16px;
}
#browse #filter {
  font-size: 1em;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#browse #filter .card-body {
  padding: 10px;
}
#browse #filter .card-body .filter-group {
  margin-bottom: 20px;
}
#browse #filter .card-body .filter-group .checkbox {
  margin: 0;
}
#browse #filter .card-body .filter-group .checkbox input {
  margin-top: 3px;
}
#browse #filter .card-body .filter-group .filter-heading {
  margin-bottom: 5px;
  font-size: 1.1em;
  font-weight: 700;
}
#browse #filter .card-body .filter-group .well {
  padding: 0;
  background-color: transparent;
  border: none;
  margin-bottom: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#browse .presentation-table td {
  border: none;
  padding: 12px;
}
#browse .presentation-table th {
  padding: 0 0 5px 12px;
  border: none;
}
#browse .presentation-table .event-watch {
  width: 1px;
}
#browse .presentation-table .event-watch .watch-thumbnail {
  width: 213.24px;
  height: 120px;
  display: block;
}
#browse .presentation-table .event-watch .watch-thumbnail img {
  width: 213.24px;
  height: 120px;
}
#browse .presentation-table .event-title .title {
  margin-top: -5px;
  font-size: 1.225em;
  font-weight: 500;
}
#browse .presentation-table .event-title .title a {
  color: inherit;
}
#browse .presentation-table .event-title .description {
  font-size: 0.9em;
  white-space: pre-wrap;
}
#browse .presentation-table .event-title .presenters {
  font-size: 0.9em;
  margin-top: 5px;
}
#browse .presentation-table .event-title .time {
  font-size: 0.9em;
  margin-top: 5px;
}
.connect-event-heading h1 {
  font-size: 2rem;
}
.page-header {
  margin: 6px 0 6px;
}
.brand-page-banner img {
  overflow: hidden;
  max-width: 100vw;
  width: 100%;
}
#browsePage #browse-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#browsePage #browse-sidebar {
  min-width: 300px;
  max-width: 300px;
  min-height: 100vh;
  padding-right: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  top: 0;
}
#browsePage #browse-sidebar #ms-filterCol {
  margin-left: auto;
  margin-right: auto;
}
#browsePage #browse-sidebar {
  margin-left: -300px;
}
#browsePage #browse-sidebar.active {
  margin-left: 0;
}
#browsePage #filter-collapse-btn:not(.active) span::after {
  content: "Hide Options";
}
#browsePage #filter-collapse-btn.active::after {
  content: "Display All";
}
#browse-content {
  width: 100%;
  margin-bottom: 8px;
}
#browse-content .videoPreview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#browse-content .videoPreview img {
  width: 213.24px;
  height: 120px;
  display: block;
}
#browse-content .videoPreview img img {
  width: 213.24px;
  height: 120px;
}
#content-table {
  margin-left: auto;
  margin-right: auto;
}
#content-table td,
#content-table th {
  border: 1px solid #ddd;
  padding: 8px;
}
#content-table tr:nth-child(even) {
  background-color: #f2f2f2;
}
#content-table tr:hover {
  background-color: #ddd;
}
#content-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
#chat-body ul {
  list-style-type: none;
}
#content-chat-room .card {
  min-height: 350px;
}
button.favoriteBtn[data-favorited="true"] span::after,
button.favoriteBtn[data-favorited="True"] span::after {
  content: 'Favorited';
}
button.favoriteBtn[data-favorited="false"] span::after,
button.favoriteBtn[data-favorited="False"] span::after {
  content: 'Favorite';
}
div.modal {
  z-index: 9001;
}
