._text-white {
  color: #FFF !important;
}

._text-pink {
  color: #F7642D !important;
}

.section {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #EDEDED;
  color: #000;
}
.section.-tight {
  padding-top: 50px;
  padding-bottom: 0px;
}
.section.-small {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section.-high-top {
  padding-top: 200px;
}
.section.-alternate {
  background-color: #FFF;
}
.section .section-header {
  font-family: "Prompt";
  font-weight: 600;
  font-size: 3rem;
  padding: 10px 0;
}
.section .section-header::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  margin-top: 10px;
  margin-bottom: 50px;
  background-color: #002773;
}
.section .section-header.-plain::after {
  display: none;
}
.section .section-header.-plain + .-separator {
  margin-top: 0px;
  margin-bottom: 25px;
  background-color: #585858;
}
.section .section-header.-accent {
  color: #002773;
}
.section .section-title {
  font-family: "Prompt";
  font-weight: 600;
  font-size: 2.6rem;
}
.section .section-title.-large {
  font-size: 3rem;
}
.section .section-title.-thin {
  font-family: "Prompt";
  font-weight: 400;
}
.section .section-body {
  font-family: "Prompt";
  font-weight: 300;
  font-size: 1.8rem;
  padding: 25px 0;
}
.section .section-body.-large {
  font-family: "Prompt";
  font-weight: 400;
  font-size: 2.4rem;
}
.section .section-more {
  font-family: "Prompt";
  font-weight: 300;
  font-size: 1.6rem;
}
.section .section-more a {
  color: #002773;
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

li#menu-item-how-to a.nav-link {
  color: #F7642D !important;
}

.highlight-banner {
  position: relative;
}
.highlight-banner:hover .overlay :not(.-always-show) {
  opacity: 1;
}
.highlight-banner .overlay {
  position: absolute;
  padding: 6px 16px;
  left: 0;
  right: 0;
  bottom: 0;
}
.highlight-banner .overlay div {
  color: white;
}
.highlight-banner .overlay *:not(.-always-show) {
  opacity: 0;
  transition: 0.5s ease;
}
.highlight-banner .content-header {
  padding-bottom: 15px;
}
.highlight-banner .content-title {
  font-family: "Prompt";
  font-weight: 400;
}
@media screen and (max-width: 495px) {
  .highlight-banner .content-title {
    font-size: 2.1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .highlight-banner .content-title {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 350px) {
  .highlight-banner .content-title {
    font-size: 1.3rem !important;
  }
}

.content-title {
  font-family: "Prompt";
  font-weight: 400;
  font-size: 2.5rem;
  color: #313030;
}
.content-title.-small {
  font-size: 1.2rem;
}
.content-title.-large {
  font-size: 2.4rem;
}

.content-subtitle {
  font-family: "Prompt";
  font-weight: 400;
  font-size: 1.6rem;
  color: #313030;
}
.content-subtitle.-small {
  font-size: 1.2rem;
}

.card-download {
  background-color: #FAF7F7;
  box-shadow: 1px 1px 3px #CBCBCB;
  border-radius: 2px;
  padding: 20px 0px;
  margin-bottom: 30px;
}
.card-download.-height-match {
  height: calc(100% - 30px);
}
.card-download .card-download-header {
  height: 110px;
}
.card-download .card-image {
  margin-bottom: 15px;
}
.card-download .card-title {
  font-family: "Prompt";
  font-weight: 600;
  color: black;
  font-size: 1.6rem;
  padding: 0px 25px;
}
.card-download .card-subtitle {
  font-family: "Prompt";
  font-weight: 300;
  color: gray;
  font-size: 1.6rem;
  padding: 15px 25px;
}
.card-download .list-group .list-group-item {
  border: none;
  background-color: transparent;
  padding-top: 12px;
  padding-bottom: 12px;
}
.card-download .list-group .list-group-item:hover {
  background-color: #f4eeee;
}
.card-download .list-group .list-group-item.-block {
  margin: 10px 15px 0px 15px;
  padding: 12px 15px;
  border: 1px solid lightgray;
  border-radius: 5px;
}
.card-download .list-group .list-group-item .list-title {
  font-family: "Prompt";
  font-weight: 300;
  font-size: 1.6rem;
  color: #424242;
  padding-left: 20px;
}

.card-group-blog a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.card-group-blog a label {
  cursor: pointer;
}
.card-group-blog .card {
  border: none;
  border-bottom: 1px dashed lightgray;
  border-radius: 0;
  margin-bottom: 30px;
}
.card-group-blog .card.-height-match {
  height: calc(100% - 30px);
}
.card-group-blog .card .card-body {
  padding: 1.25rem 0;
}
.card-group-blog .card .card-img-top {
  border-radius: 0;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .card-group-blog .card .card-img-top {
    height: 210px;
  }
}
@media (min-width: 992px) {
  .card-group-blog .card .card-img-top {
    height: 186px;
  }
}
@media (min-width: 1200px) {
  .card-group-blog .card .card-img-top {
    height: 227px;
  }
}
.card-group-blog .card .card-title {
  font-family: "Prompt";
  font-weight: 400;
  font-size: 2.5rem;
  color: #313030;
  padding-bottom: 10px;
}
.card-group-blog .card .card-title::after {
  content: " ";
  display: block;
  width: 50px;
  height: 5px;
  background-color: #002773;
  margin-top: 5px;
}
.card-group-blog .card .card-text {
  font-family: "Prompt";
  font-weight: 300;
  font-size: 1.6rem;
  color: gray;
  margin-bottom: 5px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 7.4rem;
}
.card-group-blog .card .blog-date {
  font-family: "Prompt";
  font-weight: 400;
  font-size: 1.4rem;
  color: lightgray;
}
.card-group-blog .card .btn-read-more {
  margin: 10px 0;
}

.highlight-cell-group a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.highlight-cell-group a label {
  cursor: pointer;
}
.highlight-cell-group .highlight-cell {
  padding-bottom: 10px;
  border-bottom: 1px dashed lightgray;
}
.highlight-cell-group .highlight-cell img.left-content {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 109px;
  height: 109px;
  min-width: 109px;
}
@media (max-width: 1199px) {
  .highlight-cell-group .highlight-cell img.left-content {
    width: 90px;
    height: 90px;
    min-width: 90px;
  }
}
.highlight-cell-group .highlight-cell .right-content {
  padding-left: 15px;
}
.highlight-cell-group .highlight-cell .content-subtitle {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5rem;
  margin-bottom: 10px;
}
.highlight-cell-group .highlight-cell .btn-pink.-small {
  font-size: 1.2rem;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}

.playlist-cell-group {
  margin-top: 15px;
  height: 250px;
  overflow: auto;
}
@media (min-width: 768px) {
  .playlist-cell-group {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .playlist-cell-group {
    margin-top: 0px;
    min-height: 85%;
    max-height: 85%;
  }
}
.playlist-cell-group label {
  margin-bottom: 0rem;
}
.playlist-cell-group .playlist-cell {
  cursor: pointer;
}
.playlist-cell-group .playlist-cell * {
  cursor: pointer;
}
.playlist-cell-group .playlist-cell:hover {
  background-color: #E8E8E8;
}
.playlist-cell-group .playlist-cell .left-content {
  min-width: 35%;
  max-width: 35%;
}
.playlist-cell-group .playlist-cell .right-content {
  padding-left: 10px;
}
.playlist-cell-group .playlist-cell .right-content .content-title {
  font-size: 1.6rem;
}
@media (max-width: 575.98px) {
  .playlist-cell-group .playlist-cell .right-content .content-title {
    font-size: 1.4rem;
  }
}
.playlist-cell-group .playlist-cell .right-content .content-subtitle {
  font-family: "Prompt";
  font-weight: 300;
  font-size: 1.4rem;
  color: gray;
}
.playlist-cell-group .playlist-cell .playlist-channel-img {
  width: 11px;
  vertical-align: text-top;
}
.playlist-cell-group .playlist-cell + .playlist-cell {
  margin-top: 10px;
}

.video-embed {
  border-radius: 10px;
  overflow: hidden;
  height: 560px;
}

.section .section-header::after {
  margin-bottom: 25px;
}
.section.-tight {
  padding-top: 35px;
}

@media (min-width: 992px) {
  #about-section #about-content {
    height: 298px;
  }
}
@media (min-width: 1200px) {
  #about-section #about-content {
    height: 357px;
  }
}
#about-section #btn-youtube {
  background-color: #F33535;
}
#about-section #btn-youtube img {
  height: 14px;
  padding-top: 2px;
  vertical-align: baseline;
}
#about-section #btn-youtube:hover {
  background-color: #b70b0b;
}

.btn {
  cursor: pointer;
}

.btn-gray {
  font-family: "Prompt";
  font-weight: 400;
  font-size: 18px;
  color: #FFF;
  border-radius: 10px;
  background-color: #514f4f;
  padding-left: 40px;
  padding-right: 40px;
}
.btn-gray:hover {
  background-color: #777676;
}

.btn-pink {
  font-family: "Prompt";
  font-weight: 400;
  font-size: 18px;
  color: #FFF;
  border-radius: 10px;
  background-color: #F7642D;
  padding-left: 40px;
  padding-right: 40px;
}
.btn-pink:hover {
  background-color: #b73707;
}
.btn-pink.-small {
  font-size: 14px;
}
.btn-pink.-large {
  font-family: "Prompt";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 31px;
  border-radius: 5px;
  padding-left: 50px;
  padding-right: 50px;
}
.btn-pink.-outline {
  background-color: transparent;
  border: 1px solid #F7642D;
  color: #F7642D;
}
.btn-pink.-outline:hover {
  border: 1px solid #000;
  color: #000;
}
.btn-pink.-round {
  border-radius: 9999px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-raised {
  font-family: "Prompt";
  font-weight: 400;
  font-size: 15px;
  box-shadow: 1px 2px 5px #CBCBCB;
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.btn-raised.-white {
  background-color: #FFF;
  color: #514f4f;
}
.btn-raised.-white:hover {
  background-color: #cccccc;
}
.btn-raised.-pink {
  background-color: #F7642D;
  color: #FFF;
}
.btn-raised.-pink:hover {
  background-color: #b73707;
}

.loader {
  border: 5px solid #f3f3f3;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.longdocard-header {
  font-family: "Prompt";
  font-weight: 400;
  font-size: 1.4rem;
  height: 25px;
  background: #DF5986;
  color: white;
}
.longdocard-header .link {
  color: white;
}
.longdocard-header .link + .link {
  margin-left: 10px;
}
.longdocard-header .link.active {
  text-decoration: underline;
}

.section-contact {
  font-family: "Prompt";
  font-weight: 400;
  font-size: 1.8rem;
  background-color: #5b5758;
  color: #FFF;
}
.section-contact hr {
  margin-top: 3rem;
  border: 1px solid #FFF;
  background-color: #FFF;
  height: 1px;
}
.section-contact a {
  color: #FFF;
}
.section-contact .contact-form {
  font-size: 1.8rem;
  background-color: #5b5758;
  color: #FFF;
}
.section-contact .contact-form .form-control {
  font-size: unset;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.5rem;
}
.section-contact .contact-form .form-control::-moz-placeholder {
  color: rgb(112, 112, 112);
}
.section-contact .contact-form .form-control::placeholder {
  color: rgb(112, 112, 112);
}
.section-contact .nav-zone {
  font-family: "Prompt";
  font-weight: 300;
  font-size: 16px;
}

.contact img + span {
  margin-left: 10px;
}
.contact .d-block + .d-block {
  margin-top: 5px;
}

.icon-tel-front::before {
  content: "";
  display: inline-block;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  vertical-align: middle;
  background-image: url("../../../../themes/longdocardtheme/assets/footer/icon-tel.svg");
}

.icon-face-front::before {
  content: "";
  display: inline-block;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  vertical-align: middle;
  background-image: url("../../../../themes/longdocardtheme/assets/footer/icon-face.svg");
}

.icon-mail-front::before {
  content: "";
  display: inline-block;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  vertical-align: middle;
  background-image: url("../../../../themes/longdocardtheme/assets/footer/icon-mail.svg");
}

.rights-reserved {
  font-family: "Prompt";
  font-weight: 400;
  font-size: 1.4rem;
  padding: 1rem;
  background-color: #313131;
  color: #FFF;
}

@media screen and (max-width: 414px) {
  .icon-play-store, .icon-app-store {
    width: 130px;
    height: 39px;
  }
}