/*
Module Name: Home v2 (Main CSS)
Author: Prosoft Phils
Author URL: http://prosoft-phils.com/
*/

/*--------------------------------------------------------------
HOME - General Styles
--------------------------------------------------------------*/
.home-callouts li button,
.home-custom-value button {
  min-width: 180px;
}

.unbreak-mobile {
  display: block;
}

/*--------------------------------------------------------------
HOME - Banner
--------------------------------------------------------------*/
.home-pg-banner {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 0;
  background: #1e2434;
}

.home-pg-banner .vertical-horizontal-center {
  top: 57%;
}

.home-pg-banner-content {
  width: 60%;
}

.home-pg-banner-content main {
	justify-items: center;
}

.home-pg-banner-content p {
  margin-bottom: 45px;
}

.home-pg-banner-content p:last-child {
  margin-bottom: 0;
}

.home-pg-banner-content button {
  height: 70px;
  min-width: 200px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.home-banner-tag span,
.puzzle-tag span {
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
}

.badge-banner {
  position: absolute;
  right: 10px;
  top: 140px;
}

.badge-banner img {
  width: 125px;
}

.telehealth-banner {
  position: absolute;
  left: 16px;
  bottom: 16px;
}

.telehealth-banner img {
  width: 200px;
}

.badge-banner-xs,
.badge-banner-xs-b {
  display: none;
}

/*--------------------------------------------------------------
HOME - Fact
--------------------------------------------------------------*/
.home-fact {
  background: url("../img/v2/bg2.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

.home-fact #msd-fact {
  padding-top: 26px;
}

.home-fact p {
  line-height: 30px;
  margin: 8px;
}

.home-fact .reference {
  margin-bottom: 24px;
  font-family: "NunitoL";
}

.fact-gradient {
  margin-left: 30px;
}

.fact-gradient p {
  line-height: 22px;
}

.fact-gradient p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
HOME - Get Started / Callouts
--------------------------------------------------------------*/
.home-get-started p.h5 {
  line-height: 35px;
}

.home-callouts li {
  float: left;
  width: 33%;
  text-align: center;
  margin-top: 30px;
}

.home-callouts li img {
  max-width: 150px;
  margin: 0 auto;
  -webkit-filter: drop-shadow(3px 3px 3px #888);
  filter: drop-shadow(3px 3px 3px #888);
}

/*--------------------------------------------------------------
HOME - Calculator
--------------------------------------------------------------*/
.calculator-container {
  -webkit-box-shadow: 0px 9px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 9px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 9px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 28px 50px;
  border: 1px solid #eee;
}

.calculator-container .btn,
.reduced-width {
  width: 60%;
}

.form-ahs .reduced-width {
  height: 65px;
}

.home-calculator .form-check {
  margin-top: -56px;
  float: left;
  margin-left: 65%;
}

.home-calculator .form-check label {
  padding-top: 2px;
}

.calculator-container .btn {
  padding: 10px 0px;
  margin: 30px auto 0;
}

/*--------------------------------------------------------------
HOME - About
--------------------------------------------------------------*/
.home-about {
  background: url("../img/v2/bg3.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 60px;
}

.home-about img {
  width: 220px;
}

.home-about p.h5 {
  margin-bottom: 35px;
  line-height: 31px;
}

/*--------------------------------------------------------------
HOME - Puzzle
--------------------------------------------------------------*/
.puzzle-xs {
  display: none !important;
}

.puzzle-heading {
  padding-top: 40px;
  padding-left: 45px;
}

.puzzle-container {
  margin-top: -40px;
  margin-left: 20px;
}

.puzzle-container img {
  float: left;
  -webkit-filter: drop-shadow(3px 3px 3px #777);
  filter: drop-shadow(3px 3px 3px #777);
}

.puzzle-row {
  position: relative;
  display: block;
  width: 100%;
  float: left;
}

.p1l-in {
  transform: translate(-20px, 0px) rotate(15deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p1l-out {
  transform: translate(0px, 70px) rotate(0deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p1m-in {
  transform: translate(0px, -10px) rotate(-25deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p1m-out {
  transform: translate(-19px, 70px) rotate(0deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p1r-in {
  transform: translate(15px, 0px) rotate(-20deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p1r-out {
  transform: translate(-38px, 70px) rotate(0deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p2l-in {
  transform: translate(-30px, 0px) rotate(36deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p2l-out {
  transform: translate(0px, 46px) rotate(0deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p2m-in {
  transform: translate(10px, -18px) rotate(-65deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p2m-out {
  transform: translate(-18px, 52px) rotate(0deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p2r-in {
  transform: translate(15px, 22px) rotate(40deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p2r-out {
  transform: translate(-36px, 45px) rotate(0deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p3l-in {
  transform: translate(-10px, 32px) rotate(-10deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p3l-out {
  transform: translate(0px, 27.5px) rotate(0deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p3m-in {
  transform: translate(50px, -18px) rotate(-20deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p3m-out {
  transform: translate(-18px, 20px) rotate(0deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p3r-in {
  transform: translate(-15px, 10px) rotate(63deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p3r-out {
  transform: translate(-36px, 27px) rotate(0deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p4l-in {
  transform: translate(-22px, 11px) rotate(22deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p4l-out {
  transform: translate(0px, -4px) rotate(0deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p4m-in {
  transform: translate(12px, 32px) rotate(-11deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p4m-out {
  transform: translate(-18px, 1.5px) rotate(0deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p4r-in {
  transform: translate(12px, -10px) rotate(-16deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p4r-out {
  transform: translate(-35.5px, -5px) rotate(0deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p5l-in {
  transform: translate(16px, 10px) rotate(-10deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p5l-out {
  transform: translate(0px, -22px) rotate(0deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p5m-in {
  transform: translate(-12px, 8px) rotate(22deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p5m-out {
  transform: translate(-17px, -30px) rotate(0deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p5r-in {
  transform: translate(15px, 19px) rotate(-46deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p5r-out {
  transform: translate(-35px, -25px) rotate(0deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p6l-in {
  transform: translate(-19px, 19px) rotate(22deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p6l-out {
  transform: translate(0px, -54px) rotate(0deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p6m-in {
  transform: translate(32px, 12px) rotate(-32deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p6m-out {
  transform: translate(-18px, -48px) rotate(0deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p6r-in {
  transform: translate(45px, 12px) rotate(26deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.p6r-out {
  transform: translate(-37.5px, -55.5px) rotate(0deg);
  transition: transform 2.5s ease, opacity 2.5s ease;
}

.puzzle-tag p {
  margin-bottom: 0;
  margin-top: 40px;
}

/*--------------------------------------------------------------
HOME - Client
--------------------------------------------------------------*/
.home-client {
  background: url("../img/v2/bg4.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.home-client-highlight {
  background: url("../img/v2/bg5.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 140px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.home-client table {
  width: 90%;
  margin-left: 13.5%;
  margin-top: 50px;
}

.home-client table tr:last-child td {
  padding-left: 160px;
}

.home-client table tr td:first-child {
  width: 48%;
}

.home-client table tr td:last-child {
  width: 52%;
}

.home-client table p:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: -45px;
  font-size: 30px;
  margin-right: 15px;
  color: var(--color-lblue);
}

.home-client table p span:first-child {
  font-family: "NunitoSB";
}

.home-client .table {
  border-top: 3px solid rgba(0, 0, 0, 0) !important;
}

.home-client .table tr {
  border-bottom: 3px solid rgba(0, 0, 0, 0) !important;
}

/*--------------------------------------------------------------
HOME - Reviews
--------------------------------------------------------------*/
a.solve-home-anchor {
  display: block;
  position: relative;
  top: -175px;
  visibility: hidden;
}

.home-reviews-row {
  margin-top: 40px;
}

.review-section figure {
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 15px;
  background: #004560; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #004560 1%,
    #2989d8 50%,
    #2295c5 50%,
    #003e55 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #004560 1%,
    #2989d8 50%,
    #2295c5 50%,
    #003e55 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    #004560 1%,
    #2989d8 50%,
    #2295c5 50%,
    #003e55 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004560', endColorstr='#003e55',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  width: 200px;
  margin: 0 auto 15px;
  -webkit-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.45);
}

.review-section figure .black-bg {
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 170px;
}

.review-section figure img {
  opacity: 0.4;
  width: 170px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.review-section figure img.full-opacity {
  opacity: 1;
}

.review-section a:hover figure img {
  opacity: 0.8;
}

.watch-tag {
  color: #fff;
  text-align: center;
  font-size: 13px;
  top: 64%;
}

.watch-tag .fas {
  font-size: 32px;
  margin-bottom: 8px;
}

.review-section {
  padding-left: 40px;
  padding-right: 40px;
}

.review-section p.italic {
  margin-top: 40px;
  text-align: justify;
  margin-bottom: 40px;
}

.review-section p:last-child {
  margin-bottom: 0;
}

.graph-link {
  cursor: zoom-in;
}

/*--------------------------------------------------------------
HOME - Client List
--------------------------------------------------------------*/
.client-list-row {
  margin-top: 130px;
}

.past-event__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.past-event__list li {
  width: 140px;
  margin: 16px 8px;
  display: flex;
  align-items: center;
}

.client-list img {
  opacity: 0.75;
  filter: gray; /* IE6-9 */
  filter: grayscale(1);
  -webkit-filter: grayscale(1); /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all 0.6s ease; /* Fade to color for Chrome and Safari */
}

.client-list a:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -webkit-filter: grayscale(0%) !important;
  -moz-filter: grayscale(0%) !important;
  transition: all 0.6s ease;
}

/*--------------------------------------------------------------
HOME - MSD
--------------------------------------------------------------*/
.home-msd {
  background: url("../img/v2/bg6.jpg") no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}

.home-msd p {
  margin-bottom: 45px;
}

.home-msd p:last-child {
  width: 50%;
  margin: 0 auto;
}

/*--------------------------------------------------------------
MODAL - About MSD
--------------------------------------------------------------*/
#popup-msd .fact-gradient {
  margin-left: 0px;
  width: 90%;
  margin-left: 10%;
  padding-top: 80px;
  padding-bottom: 80px;
}

#popup-msd .fact-gradient .vertical-horizontal-center {
  width: 90%;
}

/*--------------------------------------------------------------
MODAL - Article
--------------------------------------------------------------*/
#popup-article .modal-content {
  height: 90vh;
  overflow: scroll;
}
