html {
  height: 100%;
  min-width: 320px;
}

body {
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}


.site-header {
  margin-top: 0;
  text-align: center;
}

.landing-subtext {
  text-align: center;
}

h1.site-header {
  font-size: 2.5em;
}

p.landing-subtext {
  font-size: 1.30em;
}



/* Pro Upsell on Home Page */

.inner-wrap {
  animation: autoscroll 40s linear infinite;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
code {
  display: block;
  white-space: pre-wrap;
}

@keyframes autoscroll {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(-1127px,0,0);
   }
}

/* Mirrored scroll for RTL: the flex row lays out right-to-left, so the
   duplicate set sits to the left and the loop must travel +1127px. */
[dir="rtl"] .inner-wrap {
  animation-name: autoscroll-rtl;
}

@keyframes autoscroll-rtl {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(1127px,0,0); }
}

/* .navLink, .navLink i {
  color: white !important;
}

#navbar-brand-title span  {
  color: white !important;
} */

.upsell-feature {
  margin-left: 17px;
  margin-right: 17px;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.pro-feature {
  margin-top: 25px !important;
  margin-bottom: 5px !important;
  width: 60px;
  height: 60px;
}


.blog-content ul {
  list-style: disc outside;
  padding-left: 2em;
}

.blog-content ol {
  list-style: decimal outside;
  padding-left: 2em;
}

.blog-content ul li,
.blog-content ol li {
  padding-left: 0.5em;
}




.page-footer {
    background-color: #FFFFFF;
}

p {
  font-size: 1.8rem;
}

#animating-waves {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 130px;
  width: 100%;

}
#animating-waves-2 {
  position: absolute;
  left: 0;
  right: 0;
  
  z-index: 1000;
  height: 100px;
  width: 100%;

}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.post-divider {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

html, body:not(#home) {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body:not(#home) .navbar {
  flex: 0 0 auto;
}

body:not(#home) .container {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

.blog {
  padding-bottom: 3rem;
}

.blog-date {
  color: #969cae;
}

.page-title {
  letter-spacing: 0;
  line-height: 1.3;
}

.page-title--h2 {
  font-size: 3.6rem;
}

.page-title--h3 {
  font-size: 3rem;
}

@media (min-width: 550px) {
  .page-title--h2 {
    font-size: 4.2rem;
  }

  .page-title--h3 {
    font-size: 3.6rem;
  }
}


.tooltip {
  font-size: 0.9em;
  margin-bottom: 0.6em;

}

.tooltip-inner {
  padding: 5px 10px;
  color: #203557;
  text-align: center;
  background-color: #e9f0fa;
  border-radius: 4px;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #e9f0fa !important;
}


.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #e9f0fa !important;
}

hr {
  margin-top: 0px;
  margin-bottom: 20px;
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.regular-font {
  font-weight: 400;
}

.medium-font {
  font-weight: 500;
}

#navbar-brand-title {
	color: #203557;
  font-size: 20px;
  padding-top: 0px;
  display: flex;
  align-items:center;
}



.content-bg {
  background-color: white;
}
#navbar-brand-title img {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  vertical-align:middle;
}

#navbar-brand-title span  {
  color: #203557;
  padding-left: 0px;
  margin-top: 0px;
  padding-top: 0px;
}

.pro {
  background-color: #203557;
  color: #e9f0fa;
  font-size: 85%;
  border-radius: 10px;
  margin: 0 6px;
 	padding: 0 9px 2px 9px;
}

.navLink, .navLink i {
  color: #203557 !important;

  font-size: 19px;
  line-height: 34px;
  font-weight: 400;
  
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}

.blog-post {
  margin-bottom: 2rem;
}

.blog-image {
  margin-top: 2.0em;
  margin-bottom: 1.0em;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.blog-content h6 {
  font-size: 1.8rem;
}

.blog-content h3 {
  margin-bottom: 1.25rem;
}

.blog-content img {
  border-radius: .25rem;
}

.blog-content p, .blog-content ul, .blog-content ol {
  font-size: 18px;
}

.blog-share a i {
    font-size: 23px;
  color: #969cae;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s !important;
}

.blog-share a:hover i {
  color: #6a6e77;
}

.navLink:hover {
  color: #5981C7 !important;
}

.navLink:hover i  {
  color: #5981C7 !important;
}
.navbar-nav {
  padding-right: 20px;
}

.locale-page {
  max-width: 60rem;
}

.locale-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.75rem 2rem;
}

.locale-option {
  display: block;
  min-width: 0;
  color: #5981C7;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.locale-option:hover,
.locale-option:focus {
  color: #5981C7;
  text-decoration: underline;
}

.locale-option:focus-visible {
  outline: 2px solid #5981c7;
  outline-offset: 2px;
}

@media (min-width: 576px) {
  .locale-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .locale-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

[dir="rtl"] .text-left {
  text-align: right !important;
}

.navbar-nav-end {
  margin-inline-start: auto !important;
}

[dir="rtl"] .dropdown-menu-right {
  right: auto;
  left: 0;
}

[dir="rtl"] .mr-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}

[dir="rtl"] .mr-3 {
  margin-right: 0 !important;
  margin-left: 1rem !important;
}

[dir="rtl"] .ml-5 {
  margin-right: 3rem !important;
  margin-left: 0 !important;
}

@media (min-width: 700px) {
  .localized-hero-copy {
    text-align: start !important;
  }
}

a {
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}

a:hover {
  text-decoration: none;
  color: #203557 !important;
}

a.footer-icon:hover {
  text-decoration: none;
  color: #203557 !important;
}


.header {
  position: relative;
  display: table;
  top: 0px;
}

.wave-container {
  top: 0;
  bottom: -20px;
  width: 100%;
  position: relative;

}
.wave-container-2 {
  bottom: 0;
  width: 100%;
  position: absolute;
  /* filter: drop-shadow(0 0 0.4rem #CBD2E3); */

}
/*
.wave-container-2 {
  filter: drop-shadow(0 0 0.4rem #CBD2E3);
}

.wave-container-3 {
  filter: drop-shadow(0 0 0.4rem #CBD2E3);
}
*/
.waves {

  position: relative;
    display: flex;
    background-color: transparent !important;
  justify-content: center;
  /*background: url("/images/wave-tile-slim.png");
    background-position: bottom;

background-repeat: repeat-x;
*/
  height: auto;
	z-index: 0;
  margin-top: 0px;

    color: white;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  text-align: center;

}


/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.phones {
  position: relative;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, .4));
}

.pinned-bottom-phone {
  position: absolute !important;
  left: calc(min((100% - 400px) / 2.0, 0px));
  min-width: 400px !important;
}

.phone {
  position: relative;
  width: 100%;
  
  margin: 0px;
}

.feature {/*
  position: relative;
  width: 80%;
  margin-left: 0%;
  margin-right: 20%;*/
/*3rem auto -12rem;*/
}



.phones {
  height: 600px;
}

.landing-left-half {
  width: 100%;
}

.landing-right-half {
  width: 100%;
  justify-content: center;
}

#carousel {
    padding-top: 3em;
}

footer a {
  display: block;
  margin: 0;
  padding: 0;
  width: 15rem;
  text-decoration: none;

  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}

.testimonial-link {
  color: #3CA9CF;
}

.testimonial-link:hover {
  color: #22647D !important;
}

.testimonial-author {
  position: relative;
    z-index: 10;
}

.footer-icon:hover {
    text-decoration: none;

  color: #5981C7 !important;
}

.pro-link {
  font-size: 1.2em;
}

.pro-link:hover {
  color: #5981C7 !important;
}

@media (min-width: 350px) {
  .pro-link {
    font-size: 1.5em;
  }
}


footer a:hover i  {
}

.footer-icon i {
  font-size: 26px; vertical-align: middle;
}

.footer-icon img {

  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
filter: invert(16%) sepia(8%) saturate(6037%) hue-rotate(183deg) brightness(97%) contrast(88%);

}
.footer-icon:hover img {
	filter: invert(54%) sepia(22%) saturate(1124%) hue-rotate(180deg) brightness(86%) contrast(89%);
}


.navbar-toggler {
  border-radius: 9px;
  padding: 0.9rem 1rem;
}

img {
  pointer-events: none;
}

.footer-section {
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	margin: 0;
	font-size: 18px;
	line-height: 42px;
}

.three-footer .footer-section {
  width: 15rem;
}

.footer-copyright {
  color: #8d8d8d;
  font-weight: 500;
  padding-top: 20px;
}

a {
    color: #5981C7;
}

a:hover {
    color: white;
}



.navbar-toggler {
  margin-top: 5px !important;
}

.pro-feature {
  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* Bigger than 576 */
@media (min-width: 576px) {
  #navbar-brand-title {
    color: #203557;
    font-size: 20px;
    line-height: 30px;
    padding-left: 20px;
  }
  .navLink {
    padding-left: 18px !important;
  }
}

.container.step {
  max-width: 1200px !important;
  width: 90%;
}

.pro-container {
  width: calc(100% - 30px);
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .blog-image {
    margin: 0;
  }
  .feature.left {
    padding: 0% !important;
  }
  .feature.right {
    margin-left: 4% !important;
    padding: 0% !important;

  }
  .phones {
    top: auto;
    margin-top: 20px;
  }
  .section {
    padding: 0rem;
    margin: 0rem;
  }


  .hero-heading {
    font-size: 2.4rem;
  }
  .header {
  }

  .features .row:nth-child(even) {
    flex-direction: row-reverse;
  }

  .features .row:nth-child(even) .right {
    text-align: right !important;
    margin-left: 0% !important;
    margin-right: 4% !important;
  }

  .features .row {
    padding-top: 3rem;
  }

.blog {
  padding: 0 0rem 2rem 0rem;
}
}


/* Bigger than 660 */
@media (min-width: 660px) {
  .three-footer {
    display: flex !important;
  }
  .two-footer {
    display: none !important;
  }
}


/* Bigger than 750 */
@media (min-width: 650px) {


  .section {
  }
  .waves {
    padding: 0;

    text-align: left;
  }
  
  .pinned-bottom-phone {
    margin-right: 0;
    left: auto;
    /*max-height: 510px;*/

  }


  .features {
    padding-top: 1rem;
  }
  .features .row {
    padding-top: 2rem;
  }

.waves * .row {
      margin-left: 0px !important;
      margin-right: 0px !important;

}

h1 {
  font-size: 44px;
  font-weight: 300;
}

.pro-section h1 br {
  display: none;
}

.pro-section h1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro {
  margin: 0 10px;
}
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .testimonial-author {
    float: left;
    width: 146px;
    padding-right: 1em;
  }
  .blockquote {
    margin-left: 146px; 
  }
  .waves.left {
  }
  .section {
  }


  
  .phones {
  }
  

  .features .row {
    padding-top: 0rem;
  }


.container.header {
  max-width: 1188px !important;
  width: 84%;
}

}

.landing {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 15px;
}



@media (min-width: 700px) {
  .landing {
    align-items: start;
    padding: 0px;

  }


.phones {
  margin-right: -23px;
}


  .site-header {
    text-align: left;
  }
  
  .landing-subtext {
    text-align: left;
  }
  
  .site-header {
    margin-top: -20px; 
  }
	.landing-container  {
		width: 90%;
    display: flex;
    max-width: calc(790px * 0.90);
	}

	.landing-left-half {
		width: 56%;
	}
	.landing-right-half {
    justify-content: end;
		width: 44%;
	}

  .phones {

  }

	.shift-step {
		margin-top: 0% !important;
	}

  .waves {
    height: 650px;
    margin-top: -40px;

  }

  .phones {
    height: 600px;
}
}



@media (min-width: 790px) {
  h1.site-header {
    font-size: 3.65em;
  }
  p.landing-subtext {
    font-size: 1.55em;
  }
  
  .waves {
    margin-top: 0px;

  }
  


  .phones {
    height: 700px;
}
	.landing-container  {
		width: 90%;
    max-width: calc(970px * 0.85);
	}

	.landing-left-half {
		width: 56%;
    margin-top: -30px;
	}
	.landing-right-half {
		width: 44%;
	}


}
@media (min-width: 970px) {
  

	.landing-container  {
		width: 85%;
		max-width: 1100px;
	}

	.landing-left-half {
		width: 56%;
	}
	.landing-right-half {
		width: 44%;
	}


}
