.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  color: #128f76;
  opacity: 1;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  font-size: 2.2rem;
  line-height: 1.2rem;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

button.close {
  background-color: transparent;
  border: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.close {
  float: right;
  font-weight: 700;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

button, select {
  text-transform: none;
}

button, input {
  overflow: visible;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
}

button {
  border-radius: 0;
}

hr.star-dark, hr.star-light {
  max-width: 15rem;
  padding: 0;
  text-align: center;
  border: none;
  border-top: .25rem solid;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem!important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.modal-header {
  border-bottom: 0;
}

.modal-description {
  /*display: none;*/
}

.modal p {
  color: #2c3e50;
}

.modal-text {
  margin: 10px 0!important;
}

.video-title {
  margin-top: 5px!important;
  margin-bottom: 30px!important;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
}

.video-show-btn {
  background: 0;
  border: 0;
  outline: none !important;
  color: #1d9b6c;
  display: none;
}

.video-show-btn:hover {
  color: #42dca3;
}

.video-description {
  display: none;
}

.video-description.shown {
  display: block;
}

.video-container:not(:first-child) {
  margin-top: 20px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

