﻿body.dark .videoList {
  background: #191919;
}
body.dark .videoList .Title h3 {
  color: #bfbfbf;
}
@media (min-width: 1200px) {
  .reset-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .reset-width-1200 {
    max-width: 1200px;
  }

  .navbar {
    padding-top: 1.25rem;
    padding-left: 0.5rem;
  }

  #navbarSupportedContent {
    padding-bottom: 12px;
  }

  #navbarSupportedContent ul li:not(:last-child) {
    display: none;
  }

  .logo {
    content: url("../../Images/logo.png");
  }

  .MiddleNav {
    padding: 1.875rem 0.9375rem 0;
    background-color: white;
    border-radius: 0.25rem;
    margin: -1rem 0 1.25rem 0;
  }

  .MiddleNav .col {
    margin: 0 auto;
    text-align: center;
  }

  .MiddleNav .col div {
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
  }

  .MiddleNav .col span {
    display: inline-block;
    line-height: 1.875rem;
    text-align: center;
    color: #333;
    margin-top: 0.625rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
  }

  /*.MiddleNav .NavIcon0 {*/
  /*    background-position: -576px 0;*/
  /*}*/
  .content {
    margin-left: 0;
    margin-right: 0;
  }

  .content > div {
    margin: 0 1.25rem 0 0;
    border-radius: 0.25rem;
  }

  .content > div:last-child {
    margin-right: 0;
  }

  .videoList {
    margin-bottom: 1.375rem;
    background-color: white;
    border-radius: 0.25rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.9rem;
  }

  .Title {
    padding-top: 1.25rem;
    margin-bottom: 2.5rem;
  }

  .videoList .Title span {
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #09ccb5;
    margin-left: 16px;
    float: left;
    margin-right: 20px;
  }

  .videoList .Title h3 {
    color: #333;
    font-size: 1.125rem;
    font-weight: bold;
    float: left;
    line-height: 1.25rem;
  }

  .videoList .Title > a {
    display: block;
    float: right;
    color: #666;
    font-size: 0.8125rem;
    font-weight: lighter;
    line-height: 1.25rem;
  }

  .videoList .row {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0.5rem;
  }

  .videoList .row .col {
    max-width: 20%;
    flex: auto;
    margin-right: 0;
    margin-left: 0;
    padding: 0.5rem;
  }

  .videoList .row .col div {
    text-align: center;
    background-color: #f5f7f7;
  }

  .videoList .row .col div:hover {
    background: #09ccb5;
  }

  .videoList .row .col div:hover h3,
  .videoList .row .col div:hover span {
    color: white !important;
  }

  .videoList .row .col img {
    width: 100%;
    height: 120px;
    object-fit: cover;
  }

  .videoList .row .col div h3 {
    color: #333;
    font-size: 15px;
    line-height: 30px;
    padding: 0 15px;
    font-weight: lighter;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .videoList .row .col div span {
    display: block;
    height: 20px;
    padding: 0 15px;
    color: #999;
    line-height: 20px;
    font-weight: lighter;
    font-size: 12px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 1199px) {
  .reset-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .navbar {
    padding-top: 1.25rem;
    padding-left: 0.5rem;
  }

  .navbar .navbar-brand {
    width: 80%;
  }

  #navbarSupportedContent {
    padding-bottom: 12px;
  }

  .logo {
    content: url("../../Images/logo.png");
  }

  .mhide {
    display: none;
    width: 0 !important;
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mshow {
      display: block;
      width: 100% !important;
      padding-right: 5px !important;
      margin-bottom: 2.5rem;
    }
  }
  .MiddleNav {
    padding: 1.875rem 0.9375rem 0;
    background-color: white;
    border-radius: 0.25rem;
    margin: -1rem 0 1.25rem 0;
  }

  .MiddleNav .col {
    margin: 0 auto;
    text-align: center;
  }

  .MiddleNav .col div {
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
  }

  .MiddleNav .col span {
    display: inline-block;
    line-height: 1.875rem;
    text-align: center;
    color: #333;
    margin-top: 0.625rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
  }

  .padContent {
    margin-top: -1rem;
  }

  /*.MiddleNav .NavIcon0 {*/
  /*    background-position: -576px 0;*/
  /*}*/
  .content {
    margin-left: 0;
    margin-right: 0;
  }

  .content .col {
    flex-basis: auto;
    padding-right: 0;
  }

  .content > div {
    margin: 0 1.25rem 0 0;
    border-radius: 0.25rem;
  }

  .content > div:last-child {
    margin-right: 0;
  }

  .videoList {
    margin-bottom: 1.375rem;
    background-color: white;
    border-radius: 0.25rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.9rem;
  }

  .Title {
    padding-top: 1.25rem;
    margin-bottom: 2.5rem;
  }

  .videoList .Title span {
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #09ccb5;
    margin-left: 16px;
    float: left;
    margin-right: 20px;
  }

  .videoList .Title h3 {
    color: #333;
    font-size: 1.125rem;
    font-weight: bold;
    float: left;
    line-height: 1.25rem;
  }

  .videoList .Title > a {
    display: block;
    float: right;
    color: #666;
    font-size: 0.8125rem;
    font-weight: lighter;
    line-height: 1.25rem;
  }

  .videoList .row {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0.5rem;
  }

  .videoList .row .col {
    max-width: 25%;
    flex: auto;
    margin-right: 0;
    margin-left: 0;
    padding: 0.5rem;
  }

  .videoList .row .col div {
    text-align: center;
    background-color: #f5f7f7;
  }

  .videoList .row .col div:hover {
    background: #09ccb5;
  }

  .videoList .row .col div:hover h3,
  .videoList .row .col div:hover span {
    color: white !important;
  }

  .videoList .row .col img {
    width: 100%;
  }

  .videoList .row .col div h3 {
    color: #333;
    font-size: 15px;
    line-height: 30px;
    padding: 0 15px;
    font-weight: lighter;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .videoList .row .col div span {
    display: block;
    height: 20px;
    padding: 0 15px;
    color: #999;
    line-height: 20px;
    font-weight: lighter;
    font-size: 12px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .content .col-md-2 {
    max-width: 100% !important;
    flex: auto;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .reset-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .navbar {
    padding-top: 1.25rem;
    padding-left: 0.5rem;
  }

  .navbar .navbar-brand {
    width: 80%;
  }

  #navbarSupportedContent {
    padding-bottom: 12px;
  }

  .logo {
    content: url("../../Images/logo.png");
  }

  .mhide {
    display: none;
    width: 0 !important;
  }

  .MiddleNav {
    padding: 1.875rem 0.9375rem 0;
    background-color: white;
    border-radius: 0.25rem;
    margin: -1rem 0 1.25rem 0;
  }

  .MiddleNav .col {
    margin: 0 auto;
    text-align: center;
  }

  .MiddleNav .col div {
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
  }

  .MiddleNav .col span {
    display: inline-block;
    line-height: 1.875rem;
    text-align: center;
    color: #333;
    margin-top: 0.625rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
  }

  .padContent {
    margin-top: -1rem;
  }

  /*.MiddleNav .NavIcon0 {*/
  /*    background-position: -576px 0;*/
  /*}*/
  .content {
    margin-left: 0;
    margin-right: 0;
  }

  .content .col {
    flex-basis: auto;
    padding-right: 0;
  }

  .content > div {
    margin: 0 1.25rem 0 0;
    border-radius: 0.25rem;
  }

  .content > div:last-child {
    margin-right: 0;
  }

  .videoList {
    margin-bottom: 1.375rem;
    background-color: white;
    border-radius: 0.25rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.9rem;
  }

  .Title {
    padding-top: 1.25rem;
    margin-bottom: 2.5rem;
  }

  .videoList .Title span {
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #09ccb5;
    margin-left: 16px;
    float: left;
    margin-right: 20px;
  }

  .videoList .Title h3 {
    color: #333;
    font-size: 1.125rem;
    font-weight: bold;
    float: left;
    line-height: 1.25rem;
  }

  .videoList .Title > a {
    display: block;
    float: right;
    color: #666;
    font-size: 0.8125rem;
    font-weight: lighter;
    line-height: 1.25rem;
  }

  .videoList .row {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0.5rem;
  }

  .videoList .row .col {
    max-width: 33%;
    flex: auto;
    margin-right: 0;
    margin-left: 0;
    padding: 0.5rem;
  }

  .videoList .row .col div {
    text-align: center;
    background-color: #f5f7f7;
  }

  .videoList .row .col div:hover {
    background: #09ccb5;
  }

  .videoList .row .col div:hover h3,
  .videoList .row .col div:hover span {
    color: white !important;
  }

  .videoList .row .col img {
    width: 100%;
  }

  .videoList .row .col div h3 {
    color: #333;
    font-size: 15px;
    line-height: 30px;
    padding: 0 15px;
    font-weight: lighter;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .videoList .row .col div span {
    display: block;
    height: 20px;
    padding: 0 15px;
    color: #999;
    line-height: 20px;
    font-weight: lighter;
    font-size: 12px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .content .col-md-2 {
    max-width: 100% !important;
    flex: auto;
  }
}

/*// Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
  .navbar {
    padding-top: 1.25rem;
    padding-left: 0.5rem;
  }

  .navbar .navbar-brand {
    width: 80%;
  }

  #navbarSupportedContent {
    padding-bottom: 12px;
  }

  .logo {
    content: url("../../Images/logo.png");
  }

  .mhide {
    display: none;
    width: 0 !important;
  }

  .padContent {
    margin-top: -1rem;
  }

  /*.MiddleNav .NavIcon0 {*/
  /*    background-position: -576px 0;*/
  /*}*/
  .content {
    margin-left: 0;
    margin-right: 0;
  }

  .content .col {
    flex-basis: auto;
    padding-right: 0;
  }

  .content > div {
    margin: 0;
  }

  .content > div:last-child {
    margin-right: 0;
  }

  .videoList {
    margin-bottom: 1.375rem;
    background-color: white;
    border-radius: 0.25rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.9rem;
  }

  .Title {
    padding-top: 1.25rem;
    margin-bottom: 2.5rem;
  }

  .videoList .Title span {
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #09ccb5;
    margin-left: 16px;
    float: left;
    margin-right: 20px;
  }

  .videoList .Title h3 {
    color: #333;
    font-size: 1.125rem;
    font-weight: bold;
    float: left;
    line-height: 1.25rem;
  }

  .videoList .Title > a {
    display: block;
    float: right;
    color: #666;
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }

  .videoList .row {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0.5rem;
  }

  .videoList .row .col {
    max-width: 50%;
    flex: auto;
    margin-right: 0;
    margin-left: 0;
    padding: 0.5rem;
  }

  .videoList .row .col div {
    text-align: center;
    background-color: #f5f7f7;
  }

  .videoList .row .col div:hover {
    background: #09ccb5;
  }

  .videoList .row .col div:hover h3,
  .videoList .row .col div:hover span {
    color: white !important;
  }

  .videoList .row .col img {
    width: 100%;
  }

  .videoList .row .col div h3 {
    color: #333;
    font-size: 15px;
    line-height: 30px;
    padding: 0 15px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .videoList .row .col div span {
    display: block;
    padding: 0 15px;
    color: #999;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .content .col-md-2 {
    max-width: 100% !important;
    flex: auto;
  }

  .LinkIcons {
  }

  .LinkIcons > div {
  }

  .LinkIcons span {
    display: block;
    line-height: 1.5rem;
    font-size: 0.8rem;
    margin-top: 0.5rem;
    color: #0accb5;
  }

  .LinkIcons .col div {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto;
    cursor: pointer;
  }

  .LinkIcons .col {
    margin: 0 auto;
    text-align: center;
    background-color: white;
    margin-bottom: 1.25rem;
    padding: 1rem 0.625rem 1rem;
    border-radius: 0.25rem;
    max-width: 30%;
    margin-left: 0;
  }

  .LinkIcons > div:nth-child(5) {
    /*margin-left: 2rem;*/
    margin-right: 0rem;
  }

  .LinkIcons .LinkIcon1 {
    background: url("../../Images/study1.png");
    background-size: cover;
  }

  .LinkIcons .LinkIcon2 {
    background: url("../../Images/cloud1.png");
    background-size: cover;
  }

  .LinkIcons .LinkIcon3 {
    background: url("../../Images/tool1.png");
    background-size: cover;
  }

  .LinkIcons .LinkIcon1:hover {
    background: url("../../Images/study2.png");
  }

  .LinkIcons .LinkIcon2:hover {
    background: url("../../Images/cloud2.png");
  }

  .LinkIcons .LinkIcon3:hover {
    background: url("../../Images/tool2.png");
  }
}
