:root {
  --dkBlue: #005D86;
  --dkGreen: #00AC9B;
  --ltBlue: #3D9CB9;
  --ltGreen: #44CFB6;
  --dkText: #222222;
  --ltText: #fefefe;
  --mdText: #4d4d4d;
  --dkBlue_halpha: rgba(0, 93,134, 0.5);
  --ltGreen_halpha: rgba(84, 216, 188, 0.5);
  --ltGreen_halpha2: rgba(84, 216, 188, 0.4);
  --ltYellow_halpha: rgba(244, 255, 230, 0.5);
}

.logo {
  margin: 10px;
  height: 80px;
}

.btn-finn-default {
  background-color: var(--dkBlue);
  padding: 1rem 3.4rem;
  border: 1px solid;
  border-color: var(--dkBlue);
  border-radius: 20px;
  color: var(--ltText);
}

.btn-finn-default:hover, .btn-finn-default:focus, .btn-finn-default:active {
  background-color: var(--dkBlue_halpha); 
  padding: 1rem 3.4rem;
  border: 1px solid transparent;
  border-radius: 20px;
  color: var(--ltText);
}

.site-header .intro .btn-finn-default-intro {
  padding: 1rem 3.4rem;
  border: 2px solid;
  border-color: var(--dkBlue);
  background-color: var(--dkBlue);
  border-radius: 4rem;
  font-weight: bold;
  color: var(--ltText);
  /*margin-left: 13rem;*/
  float: auto;
  margin-top: 0.6rem;
}

.site-header .intro .btn-finn-default-intro:hover {
  padding: 1rem 3.4rem;
  border: 2px solid transparent;
  color: var(--ltText);
  background-color: var(--dkBlue_halpha);
  border-radius: 4rem;
  /*commenting out margin-left animation for request demo button on intro mobile width:500px*/
  /*margin-left: 13rem;*/
  float: auto;
  margin-top: 0.6rem;
}

.site-header .intro .text {
  margin-bottom: 70px;
  color: var(--mdText);
  width: 90%;
}

.section header p{
  text-transform: none;
  margin-bottom: 40px;
}

.stacked {
  display: block;
}

.valign-center {
  vertical-align: middle;
}


.btn {
  border-radius: 20px;
  font-size: 15px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.value-item {
  position: relative;
  margin-top: 2rem;
}

.value-item .icon i {
  font-size: 41px;
  /*padding: 0px 0px 0px 105px;*/
  color: var(--ltBlue);
}

.value-item .value-desc {
  padding: 0px 20px;
  margin: 25px 10px 5px 0px;
}

.value-item .value-desc h5 {
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #444;
}

.value-item .value-desc p {
  color: #808080;
}

.cta7-finn .btn{
  padding: 20px;
  font-size: 23px;
  border-radius: 40px;
  margin: 40px;
}

.cta7-finn h5 {
  font-weight: 400;
  margin-top: 50px;
}

.cta7-finn p {
  color: #6B6B6B;
  margin-bottom: 20px;
}

.video-info .btn{
  padding: 20px;
  font-size: 23px;
  border-radius: 40px;
  /*taking out margin right to center demo btn with phone image*/
  /*margin: 0 10px 0px 0px;*/
}

.valign-center-finn {
  vertical-align: middle;
}

.site-header .intro h4 {
  color: var(--dkBlue);
  font-weight: 200;
  margin-top: 30px;
  text-transform: uppercase;
}

.site-header .intro p {
  font-family: "Roboto", sans-serif;
  margin-bottom: 70px;
  color: var(--ltText);
}

.overlay-funfacts::after {
  position: absolute;
  content: '';
  background: var(--ltGreen_halpha2);
  /*background-blend-mode: overlay;*/
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.level .progress-heading-finn {
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--dkBlue);
}

.cta7-finn-finn {
  background: #FFFFFF;
  padding: 40px;
}

.about-finn .section-content p .hang-finn {
  color: var(--dkGreen);
  font-size: 44px;
  position: absolute;
  top: -6px;
  left: -62px;
}

.compatibility-bg {
  background-image: url(../images/bg_compatibility.jpg);
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  size: 100%;
  float: auto;
  background-repeat: no-repeat;
}

/*=================== ABOUT FINN ================*/

.about-finn .section-content {
  margin: 50px 0px;
  padding: 15px;
}

.about-finn .section-content .section-heading {
  margin: 20px 0px;
}

.about-finn .section-content-desc p {
  margin-bottom: 5px;
  color: var(--dkText);
}

.about-finn .section-content .section-heading h4 {
  font-weight: 200;
  margin-top: 0px;
  text-transform: uppercase;
  /*font-weight: 800;*/
  color: var(--dkBlue);
}

.about-finn .section-content .section-heading h6 {
  color: var(--dkText);
}

.about-finn i {
  margin-right: 24px;
  color: var(--ltBlue);
}

.about-finn .custom-list {
  margin-bottom: 44px;
}











/*============ CONTACT SECTION ==============*/

.animated-gradient-bg-finn {
  background: -webkit-linear-gradient(90deg, #005D86, #3D9CB9);
  background: linear-gradient(0deg, #005D86, #3D9CB9);
  background-size: 100% 100%;
  -webkit-animation: bgGradientAnim 8s ease infinite;
  animation: bgGradientAnim 8s ease infinite;
}

.contact-bg-finn {
  background-image: url(../images/contact_bg.jpg);
}

.bg-contact-finn {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}

.contact-box header {
  text-align: center;
  text-transform: uppercase;
}

.contact-info {
  margin-top: 40px;
  display: inline;
}



@media only screen and (max-width: 767px) {
  .bg-contact-finn {
    position: static;
    height: 300px;
  }
   
  /*id added for phone image. responsive phone image for tablet and all phone sizes*/
  #love-us-image {
    margin-top:0%;
  }
}

@media only screen and (max-width: 500px) {

  /*centering button on mobile width 500px and creating space top w/ margin-top*/
  .btn-cal-group {
    margin-left: 4.4em;
    margin-top:2em;
  }
  
  /*centering second to last bottom demo btn*/
  #demo-btn-second-last { 
    position:relative;
    left:3%;
  }
  #demo-btn-last-container {
    margin-left: 0px;
  }

  /*updating icon padding in features section to align in center of view*/
  /*note: the icon-genius is not the same size as other icons in feature section. either resize or will need
  to offset icon-genius. right now only two icons align properly*/
  .icon {
    padding-left:33px;
  }
  /*featured second set of icons*/
  .hang-finn{
    position:relative;
    padding-left:0.7em;
    /*hiding second set of icons. can delete html elements if you really don't want the icons*/
    display:none;
  }

  /*temporary solution to align icons. offsetting icon-genius*/
  #i-genius {
    padding-left:110px;
  }

  .site-header .intro h4 {
    color: var(--dkBlue);
    font-weight: 200;
    margin-top: 100px;
    text-transform: uppercase;
  }

.site-header .intro .text {
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;;
    color: var(--dkText);
  }

/*  .intro-tagline {
    color: var(--ltText);
    font-size: 15px;
    width: 100vw;
    padding-left: 2em;
    font-size: 1.2em;
    text-align: center;
    text-orientation: mixed;
  }*/
  
 
  /*adding css for mobile-intro to get rid of whitespace on right for intro section*/
 /* #mobile-intro {
    max-width: 100vw;
  }*/

  .site-header .intro {
    /*width: 90%;*/
    padding-left: 15px;
  }

.site-header .intro .btn-finn-default-intro {
  margin-top: 0;
}

.site-header .intro .btn-finn-default-intro:hover {
  margin-top: 0;
}
}


.icon-social-facebook {
  background-image: url(../images/logos/icn_social_FB.svg);
}

/*================= DOT NAV ==============================*/
.finndotnav {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -75px;
  z-index: 99;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.finndotnav ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.finndotnav ul li {
  position: relative;
  display: block;
  margin: 10px 6px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
  border-color: var(--dkBlue);
}

.finndotnav ul li a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.finndotnav ul li.active a {
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  background: var(--dkBlue);
}



/*================= END DOT NAV ==============================*/



/*=========== CHAT SCROLLING ANIMATION ==================*/

#text-scroll-anim{
  height: 34rem;
  width: 36rem;
  display: inline-block;
  background-image: url("../images/intro_dialogue.svg");
  background-repeat: repeat-y;
  background-position: 0 0.5%;
  vertical-align: text-bottom;
  margin: 0 1rem;
  -webkit-animation: displace 10s linear infinite;
  animation: displace 10s linear infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  background-size: 100%;
}

@keyframes displace {
  0% {
    background-position: 0 0%;
  }
  4% {
    background-position: 0 0%;
  }
  7% {
    background-position: 0 18.2%;
  }
  25% {
    background-position: 0 18.2%;
  }
  28% {
    background-position: 0 22%;
  }
  35% {
    background-position: 0 22%;
  }
  38% {
    background-position: 0 28.5%;
  }
  52% {
    background-position: 0 28.5%;
  }
  55% {
    background-position: 0 32.8%;
  }
  62% {
    background-position: 0 32.8%;
  }
  65% {
    background-position: 0 42.2%;
  }
  78% {
    background-position: 0 42.2%;
  }
  81% {
    background-position: 0 46%;
  }
  88% {
    background-position: 0 46%;
  }
  91% {
    background-position: 0 50%;
  }
  99.9% {
    background-position: 0 50%;
  }
  100% {
    background-position: 0 100%;
  }
}
@-webkit-keyframes displace {
  0% {
    background-position: 0 0%;
  }
  4% {
    background-position: 0 0%;
  }
  7% {
    background-position: 0 18.2%;
  }
  25% {
    background-position: 0 18.2%;
  }
  28% {
    background-position: 0 22%;
  }
  35% {
    background-position: 0 22%;
  }
  38% {
    background-position: 0 28.5%;
  }
  52% {
    background-position: 0 28.5%;
  }
  55% {
    background-position: 0 32.8%;
  }
  62% {
    background-position: 0 32.8%;
  }
  65% {
    background-position: 0 42.2%;
  }
  78% {
    background-position: 0 42.2%;
  }
  81% {
    background-position: 0 46%;
  }
  88% {
    background-position: 0 46%;
  }
  91% {
    background-position: 0 50%;
  }
  99.9% {
    background-position: 0 50%;
  }
  100% {
    background-position: 0 100%;
  }
}
@media only screen and(max-width: 500px) {
  #text-scroll-anim{
    height: 28rem;
    width: 26.75rem;
  }
  @keyframes displace {
    0% {
    background-position: 0 0%;
  }
  4% {
    background-position: 0 0%;
  }
  7% {
    background-position: 0 5%;
  }
  25% {
    background-position: 0 5%;
  }
  28% {
    background-position: 0 10%;
  }
  35% {
    background-position: 0 10%;
  }
  38% {
    background-position: 0 18.5%;
  }
  52% {
    background-position: 0 18.5%;
  }
  55% {
    background-position: 0 22.8%;
  }
  62% {
    background-position: 0 22.8%;
  }
  65% {
    background-position: 0 32.2%;
  }
  78% {
    background-position: 0 32.2%;
  }
  81% {
    background-position: 0 36%;
  }
  88% {
    background-position: 0 36%;
  }
  91% {
    background-position: 0 40%;
  }
  99.9% {
    background-position: 0 40%;
  }
  100% {
    background-position: 0 100%;
  }
  }
  @-webkit-keyframes displace {
    0% {
    background-position: 0 0%;
  }
  4% {
    background-position: 0 0%;
  }
  7% {
    background-position: 0 5%;
  }
  25% {
    background-position: 0 5%;
  }
  28% {
    background-position: 0 10%;
  }
  35% {
    background-position: 0 10%;
  }
  38% {
    background-position: 0 18.5%;
  }
  52% {
    background-position: 0 18.5%;
  }
  55% {
    background-position: 0 22.8%;
  }
  62% {
    background-position: 0 22.8%;
  }
  65% {
    background-position: 0 32.2%;
  }
  78% {
    background-position: 0 32.2%;
  }
  81% {
    background-position: 0 36%;
  }
  88% {
    background-position: 0 36%;
  }
  91% {
    background-position: 0 40%;
  }
  99.9% {
    background-position: 0 40%;
  }
  100% {
    background-position: 0 100%;
  }
  }
}


/*=========== END CHAT SCROLLING ANIMATION ==================*/