/** LaunchPad
 **************************************************************** **/
.navbar-expand-md .navbar-toggler {
  display: none;
}

/** Alert Banner
 **************************************************************** **/
#special-alert {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0 0 -0.125rem 0;
  font-size: 1vmax;
}
 
#special-alert a {
  color: #ffffff;
}

.wl-instructor {
   display: flex;
   align-items: center;
   height: 100%;
   justify-content: space-between;
 }

.wl-instructor span {
  font-size: 0.8rem;
  text-align: left; 
  padding-right: 0.5rem;
 }

 .wl-instructor i {
  font-size: 0vmin;
  font-size: 2vmax;
 }

/** Jumbotron
 **************************************************************** **/

.jumbotron {
  background-image: url(../images/coh_dusk_argyros_16_4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0rem;
  position: relative;
}

.card-launch {
  background-color: rgba(232, 232, 232, 0.88);
  min-height: 18rem;
  margin-top: 1rem;
}

.deploy-header {
  /*margin-bottom: 0px;*/
  color: white;
  text-shadow: black 0.3em 0.3em 0.3em;
}

#deploy-platform {
  display: flex;
  flex-direction: row;
  margin-top: -1rem;
  justify-content: flex-end;
}

/** Login Path
**************************************************************** **/

.login-content {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.login-links {
  display: flex;
  flex-direction: row;
}

.link-block {
  display: block;
  width: 49%;
  text-align: left;
  padding-left: 2px;
  padding-right: 2px;
}

.link-block a {
  max-width: 16rem;
}

.link-block.left {
  float: left;
}

.link-block.right {
  float: right;
}

.link-description {
  font-size: 1em;
  text-align: left;
}

.card-body {
  padding-bottom: 0.5rem !important;
}

.card-text {
  margin-top: 0.5rem;
}

#img-genius-lb-logo {
  margin-right: 0.5rem;
  width: 4rem;
}

#img-canvas-logo {
  margin-right: 0.25rem;
  width: 8rem;
}

#login-sis-logo {
  align-items: baseline;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  background-color: rgba(255,255,255,.64);
}

#login-lms-logo {
  align-items: center;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  background-color: rgba(255,255,255,.64);
}

/** Main Content
**************************************************************** **/

#primary-content {
  margin-bottom: 2rem;
}


#img-utility-top {
  margin-top: 1rem;
  text-align: center;
  max-width: 30rem;
}

.thumbnail {
  float: left;
  vertical-align: top;
  margin: 0.5rem 0.5rem 0 0;
}

.self-service-help, #old-form-help {
  font-size: 0.92rem;
}

/** Service Desk Dashboard
**************************************************************** **/

.vsd-topic.active {
  position: relative;
} 

.vsd-topic.active::before {

  content: attr(data-topic-close);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  color: white;
  background: #5BC2E7;
  position: absolute;
  top: -0.5rem;
  right:-0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;

}

div#list-help-topic > button.btn.btn-outline-dark:focus {
  outline: none;
  box-shadow: none;
}

.vsd-topic.active::before {
   font-weight: 600;
}


.btn.btn-outline-dark.llp-kb {
  margin-bottom: 0.4rem;
}

/** KB Modal Window
**************************************************************** **/
#kb-window {
  top: 8rem;
  height: 80%;
}

#kb-player-toolbox {
  float: right; 
  margin: 0 0 0.5rem 1rem;
  width: 50%;
}

#kb-player-toolbox figure {
  margin: 0;
}

#kb-player-toolbox video {
  width: 100%;
  max-height: 100%;
}

.modal-header {
  display:block;
}

.modal-footer {
  padding:0.25rem;
  font-size: smaller !important;
}



/** What's New Section
**************************************************************** **/

#whats-new {
  padding: 2rem 0;
}

#whats-new-header {
  display: flex;
  padding: 0 1rem;
}

#whats-new-header h3 {
  font-weight: 800;
}

#whats-new-header p {
  margin-bottom: 1rem;
}

/** Distance Learning Section
**************************************************************** **/

#distance-learning {
  padding: 2rem 0;
}

#distance-learning-header {
  display: flex;
  padding: 0 1rem;
}

#distance-learning-header h3 {
  font-weight: 800;
}

#distance-learning-header p {
  margin-bottom: 0;
}



/** About Team Section
**************************************************************** **/

#about-team {
  padding: 2rem 0;
}

#about-team-header {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

#about-team-header h4 {
  font-weight: 700;
}

/** Responsive
 **************************************************************** **/

@media only screen and (max-width: 960px) {
  .login-links {
    flex-direction: column;
    align-content: space-between;
  }
  .link-block {
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;
  }
  .link-block:first-child {
    margin-top: 0;
  }

  .link-block a {
    max-width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  #deploy-platform {
    flex-direction: column-reverse;
  }
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 2rem 1rem;
  }
}

@media only screen and (max-width: 384px) {
 
  #login-lms-logo {
    font-size: 1.125;
    font-weight: 0;
  }

  #img-canvas-logo {
    width: 6rem;
  }
 
  .card-launch h4 {
    font-size: 1.25rem;
 }
}