@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

.material-symbols-rounded {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24
}

/* Colors Used 

green: #6FA088, RGB(111 160 136)
orange: #D6832B, RGB(214 141 43) old:#D6832B
red: #C26C5D, RGB(194 108 93)
brown: #8D7961, RGB(141 121 97)
gray: #7A767A, RGB(122 118 122)
yellow: #CCB97E, RGB(204 185 126)
blue: #7AA5BA, RGB(122 165 186)
*/

body {
  padding: 0;
  margin: 0;
  font: 200 1.1em/1em Inter;
}

a {
  color: #5F6DB2;
  text-decoration: none;
}

.findOutMore {
  display: inline-block;
  padding: 8px 13px;
  margin: 10px 0;
  background-color: #D6832B;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

a.findOutMore {
  color: #ffffff;
  font: bold 17px/17px Arial, Helvetica, sans-serif;
}

.twoCol {
  width: 50%;
  float: left;
  margin: 0 20px 0 0;
}

form p label {
  font-size: .8em;
  color: #999999;
}

/* ********************************************************** */
/* *** Home - Top Nav *** */
/* ********************************************************** */

header {
  width: 100%;
  padding: 7px 0;
  display: block;
  position: fixed;
  top: 0;
  z-index: 5;
  box-shadow: 0 2px 3px #666;
  backdrop-filter: blur(10px);
  background-color: rgb(255 255 255 / 70%);
}

#logo {
  width: 90px;
  float: left;
  display: block;
  padding: 5px 0 0 30px;
  margin: 0;
}

#logo a {
  font-size: 0px;
}

nav {
  width: auto;
  float: right;
  padding: 10px 0 0 0;
}

nav ul {
  list-style-type: none;
  font-weight: 200;
  font-size: 1.75em;
  padding: 0 20px 0 0;
  line-height: 0;
}

nav ul li {
  display: inline;
  padding: 0 15px;
}

nav a {
  color: #333;
}

nav a:hover {
  text-shadow: 0 0 4px #ccc;
}

nav a span {
  font-size: .5em;
}

nav a.on {
  color: #033;
  font-weight: 300;
}

#hamburgerIcon {
  display: block;
  float: right;
  margin: 0;
  padding: 23px 20px 0 0;
}

#hamburgerIcon button {
  height: 40px;
  width: 40px;
  background-color: #ddd;
  background: no-repeat url("../images/imgHamburgerMenu.svg") 0 0;
  border: none;
}

#hamburgerMenu {
  min-width: 250px;
  height: auto;
  background-color: rgba(122 118 122 / 90%);
  position: absolute;
  right: 70px;
  top: 70px;
  border: 2px solid #666;
  border-radius: 10px;
  display: none;
}

#hamburgerMenu .top {
  display: none;
}

#hamburgerMenu .bottom {
  display: block;
}

#hamburgerMenu ul {
  list-style-type: none;
  font: 300 1.5em/.8em Inter;
  padding: 15px 20px;
  margin: 0;
}

#hamburgerMenu ul li {
  padding: 10px 0;
}

#hamburgerMenu ul li a {
  color: #eee;
}
/* ********************************************************** */
/* *** Home - Showcase *** */
/* ********************************************************** */

#homeShowcaseContainer {
  width: 100%;
  height: 100%;
  display: block;
  margin: 92px 0 0 0;
  padding: 0;
  background: no-repeat url("../images/home/imgShowcaseBkgrd.webp") #6FA088;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

#homeShowcaseContainer h1 {
  font-size: 6vw;
  line-height: 1em;
  font-weight: 200;
  text-align: center;
  color: #fff;
  letter-spacing: -.05em;
  margin: 0;
  padding: 30px 0 20px 0;
}

#homeShowcaseContainer h2 {
  font-size: 3.5vw;
  line-height: 1em;
  font-weight: 200;
  text-align: center;
  color: #fff;
  letter-spacing: -.05em;
  margin: 0;
  padding: 15px 0 20px 0;
}

#homeShowcase {
  width: 60vw;
  height: auto;
  display: block;
  margin: 10px auto 0 auto;
  padding: 0 0 30px 0;
}

#homeShowcase .text {
  width: auto;
  height: auto;
  border-radius: 1.2vw;
  padding: 1vw 2vw;
  border: 2px solid #fff;
  background-color: rgb(214 141 43 / 70%);
}

#homeShowcase .text p {
  font-size: 1.8vw;
  font-weight: 300;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.1em;
}

#homeShowcase .text p.right {
  text-align: right;
}

#homeShowcase .text.one {
  position: absolute;
  left: 21vw;
  top: 20vw;
  z-index: 1;
}

#homeShowcase .text.two {
  position: absolute;
  left: 67vw;
  top: 27vw;
  z-index: 1;
}

#homeShowcase .text.three {
  position: absolute;
  left: 9vw;
  top: 31vw;
  z-index: 1;
}

#homeShowcase .text.four {
  position: absolute;
  left: 72vw;
  top: 43vw;
  z-index: 1;
}

/* ********************************************************** */
/* *** Home - Call to Action *** */
/* ********************************************************** */

#homeCTAContainer {
  width: 100%;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #666;
  background-size: cover;
}

#homeCTAContainer .contents {
  width: auto;
  height: auto;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
}

#homeCTAContainer .contents .circle {
  display: block;
  width: 40%;
  height: auto;
  margin: 30px 20px;
  padding: 20px 15px;
  border: 2px solid #fff;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}

#homeCTAContainer .contents .circle p {
  font: 200 1.3em/1.2em Inter;
  color: #333;
  text-align: center;
  margin: 0;
  padding: 0;
}

#homeCTAContainer .contents .circle p.big {
  font: 500 2.6em/1em Inter;
  letter-spacing: -.03em;
  color: #fff;
  margin: 3px 0 8px 0;
  display: block;
}

#homeCTAContainer .contents .circle span {
  padding: 0;
  margin: 5px 0 0 0;
  font-size: 2.5em;
  color: #333;
}

#homeCTAContainer .contents p.cts {
  font: 100 1.6em/1.2em Inter;
  color: #fff;
  padding: 20px 0 30px 0;
  margin: 0;
}

#homeCTAContainer .contents .circle.freeTrial {
  background-color: #CCB97E;
}

#homeCTAContainer .contents .circle.privateDemo {
  background-color: #CCB97E;
}
/* ********************************************************** */
/* *** Home - Features *** */
/* ********************************************************** */

#homeFeaturesContainer {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 70px 0 90px 0;
  float: left;
  background-color: #fff;
}

#homeFeaturesContainer h2 {
  font: 200 3.5em/1.1em Inter;
  text-align: center;
  color: #C26C5D;
  letter-spacing: -.05em;
  padding: 10px 0;
  margin: 0;
}

#homeFeaturesContainer h3 {
  width: 90%;
  font: 200 2.2em/1.1em Inter;
  color: #666;
  text-align: center;
  margin: auto;
  padding: 20px 0 0 0;
  letter-spacing: -.04em;
}

#homeFeaturesContainer h3.bold {
  font-weight: 400;
  font-size: 2.5em;
  border-top: solid 2px #ccc;
  border-bottom: solid 2px #ccc;
  margin: 60px auto 60px auto;
  padding-bottom: 25px;
}

#homeFeaturesContainer .homeFeatures {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 40px 40px 0 40px;
}

#homeFeaturesContainer .homeFeatures .block {
  display: block;
  padding: 0 5px;
  margin: auto;
}

#homeFeaturesContainer .homeFeatures .feature {
  width: 375px;
  height: auto;
  min-height: 200px;
  display: block;
  border: solid 3px #333;
  padding: 25px 20px 20px 20px;
  border-radius: 20px;
  background-color: rgba(122, 165, 186, 0.8);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
}

#homeFeaturesContainer .homeFeatures .feature h3 {
  font: 400 2.2em/1em Inter;
  color: #eee;
  text-align: left;
  padding: 0 0 10px 0;
  margin: 0;
  width: 100%;
}

#homeFeaturesContainer .homeFeatures .feature h3.secondary {
  font: 400 2em/1em Inter;
  color: #eee;
  text-align: left;
  padding: 0 0 10px 0;
  margin: 0;
  width: 100%;
}

#homeFeaturesContainer .homeFeatures .feature p {
  font: 400 1.2em Inter;
  color: #000;
  padding: 0;
  margin: 0;
}

#homeFeaturesContainer .homeFeatures .featureIconTop {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 2px #000;
  background-color: #D6832B;
  position: relative;
  left: 185px;
  top: 25px;
  z-index: 1;
  text-align: center;
}

#homeFeaturesContainer .homeFeatures .featureIconTop span {
  padding: 6px 0 0 1px;
  font-size: 1.8em;
  color: #000;
}

#homeFeaturesContainer .learnMore a,
#homePricingContainer .learnMore a {
  font: 600 1.6em/1em Inter;
  width: 100%;
  padding: 30px 0;
  display: block;
  text-align: center;
  clear: both;
  text-decoration: none;
}

/* ********************************************************** */
/* *** Home - Highlights *** */
/* ********************************************************** */

#homeHighlightsContainer {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 25px 0 20px 0;
  float: left;
  background: no-repeat url("../images/home/imgFeaturesBkgrd.jpg") #d4ca9f;
  background-attachment: fixed;
  background-size: cover;
}

#homeHighlightsContainer h2 {
  font: 400 3.2em/1.2em Inter;
  text-align: center;
  color: #6FA088;
  letter-spacing: -.05em;
  padding: 30px 0;
  margin: 0;
}

#homeHighlightsContainer h3 {
  width: 90%;
  font: 200 2.3em/1.1em Inter;
  color: #333;
  text-align: center;
  margin: auto;
  padding: 20px 0 20px 0;
  letter-spacing: -.04em;
}

#homeHighlightsContainer .homeHighlights {
  width: auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 40px 40px 30px 40px;
}

#homeHighlightsContainer .homeHighlights .block {
  display: block;
  padding: 0 5px;
  margin: auto;
}

#homeHighlightsContainer .homeHighlights .highlight {
  width: 600px;
  display: block;
  border: solid 3px #FFFFFF;
  margin: 15px 5px;
  padding: 25px 15px 20px 25px;
  background-color: #fff;
  opacity: .90;
  border-radius: 20px;
}

#homeHighlightsContainer .homeHighlights .highlight h3 {
  font: 300 1.8em/1.2em Inter;
  color: #C26C5D;
  text-align: left;
  padding: 0 0 10px 0;
  margin: 0;
  width: 100%;
}

#homeHighlightsContainer .homeHighlights .highlight ul li {
  font: 200 1.1em/1.2em Inter;
  letter-spacing: -.02em;
  color: #333;
  padding: 0 0 10px 10px;
  margin: 0;
}

#homeHighlightsContainer .homeHighlights .highlight ul {
  list-style-type: none;
}

#homeHighlightsContainer .homeHighlights .highlight ul li::before {
  content: '✔';
  color: #6FA088;
  display: inline-block;
  width: 1em;
  margin-left: -1.4em;
  padding-right: 8px;
}


#homeHighlightsContainer .homeHighlights {
  animation-name: slideUpFadeIn;
  animation-fill-mode: both;
  /* 3. Link the animation to the scroll timeline */
  animation-timeline: view();
  /* The animation progresses as the element enters the viewport */
  animation-range: entry 50% cover 75%;
  /* Adjust the range to control when it starts/ends */
}

/* ********************************************************** */
/* *** Home - How It Works/Interface *** */
/* ********************************************************** */

#homeInterfaceContainer {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  background: #666;
}

#homeInterfaceContainer .homeInterfaceSteps {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 40px 0;
  overflow: hidden;
}

#homeInterfaceContainer .homeInterfaceSteps h2 {
  width: 100%;
  font: 200 4.5em/1em Inter;
  color: #fff;
  text-align: center;
  letter-spacing: -.05em;
  padding: 0 0 20px 0;
  margin: 0;
}

#homeInterfaceContainer .homeInterfaceSteps h3 {
  width: 100%;
  font: 100 2.5em/1em Inter;
  color: #fff;
  text-align: center;
  letter-spacing: -.05em;
  padding: 0 0 20px 0;
  margin: 0;
}

#homeInterfaceContainer .steps {
  width: auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 40px 40px 30px 40px;
}

#homeInterfaceContainer .steps .step {
  width: 250px;
  height: auto;
  min-height: 200px;
  display: block;
  margin: 0 10px;
  border: solid 3px #333;
  padding: 0px 20px 40px 20px;
  border-radius: 20px;
  background-color: rgba(122, 165, 186, 1);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
}
#homeInterfaceContainer .steps .step p {
  font: 300 1.6em/1.2 Inter;
  color: #fff;
  text-align: center;
  margin: 0;
}

#homeInterfaceContainer .steps .step .stepIconTop {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 2px #000;
  background-color: #D6832B;
  position: relative;
  left: 100px;
  top: -23px;
  z-index: 1;
  text-align: center;
}

#homeInterfaceContainer .steps .step .stepIconTop p {
  padding: 5px 0 0 1px;
  font-weight: 800;
  font-size: 1.5em;
  color: #000;
}

#homeInterfaceContainer .steps .step img {
  width: 140px;
  margin-bottom: -4vw;  
  position: relative;
  z-index: 1;
  left: 60px;
  top: 25px;
}
#homeInterfaceContainer .steps .step.step3 img {
  width: 180px;
  left: 40px;
  top: 30px;
}

#homeInterfaceContainer .imgWoman {
  width: 44vw;
  position: relative;
  left: 6.5vw;
  bottom: 32vw;
  margin-bottom: -32vw;
}

#homeInterface {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 80px 0;
  overflow: hidden;
}

#homeInterface .screen {
  width: auto;
  height: auto;
  display: block;
}

#homeInterface .screen img {
  width: 65vw;
  height: auto;
  display: block;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}

#homeInterface .text {
  width: 25vw;
  height: auto;
  display: block;
  padding: 0 40px;
}

#homeInterface .text h2 {
  font: 200 3.5em/1.1em Inter;
  color: #fff;
  letter-spacing: -.05em;
  padding: 0 0 20px 0;
  margin: 0;
}

#homeInterface .text p {
  font: 200 1.5em/1.5em Inter;
  color: #eee;
  padding: 20px 0 0 0;
  margin: 0;
}



/* *** Home - Pricing *** */

#homePricingContainer {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 80px 0;
  float: left;
  background: no-repeat url("../images/home/imgPricingBkgrd.jpg") #d27c6c;
  background-size: cover;
  background-attachment: fixed;
}

#homePricingBoxes {
  display: flex;
  padding: 0;
  margin: 0;
}

#homePricing {
  width: auto;
  height: auto;
  display: flex;
  margin: auto;
}

#homePricing .priceBox {
  width: 350px;
  border: 2px solid #ffffff;
  border-radius: 15px;
  text-align: center;
  color: #ffffff;
  padding: 25px 0;
  margin: auto 0;
}

#homePricing .priceBox h3 {
  font: 200 2.7em/1em Inter;
  letter-spacing: -.05em;
  padding: 0 0 10px 0;
  margin: 0;
}

#homePricing .priceBox a {
  color: #fff;
}

#homePricing .priceBox .users {
  font: 200 1em/1.2em Inter;
  padding: 7px 0;
  margin: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#homePricing .priceBox .from {
  font: 200 1em/1em Inter;
  margin: 0;
  padding: 15px 0 0 0;
}

#homePricing .priceBox .fromPrice {
  font: 500 2.9em/.7em Inter;
  letter-spacing: -.05em;
  margin: 0 0 15px 0;
  padding: 0;
}

#homePricing .priceBox .fromPrice sup,
#homePricing .priceBox .fromPrice span {
  font-size: .5em;
  letter-spacing: 0;
}

#homePricing .priceBox ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font: 200 1.1em/1em Inter;
}

#homePricing .priceBox ul li {
  margin: 0px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 24px;
  padding: 4px 0
}

#homePricing .priceBox ul li.noLine {
  border: none;
}

#homePricing .priceBox.office {
  background-color: #8D7961;
  margin-right: -20px;
}

#homePricing .priceBox.business {
  background-color: #CCB97E;
  z-index: 1;
  border-width: 4px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}

#homePricing .priceBox.corporate {
  background-color: #6FA088;
  margin-left: -20px;
}

#homePricingContainer .learnMore a {
  color: #fff !important;
}

@keyframes slideInRightFade {
  0% {
    transform: translateX(100px);
    /* Start 100px to the right */
    opacity: 0;
    /* Start hidden */
  }

  100% {
    transform: translateX(0);
    /* End at original position */
    opacity: 1;
    /* End visible */
  }
}

@keyframes slideInLeftFade {
  0% {
    transform: translateX(-100px);
    /* Start 100px to the left */
    opacity: 0;
    /* Start hidden */
  }

  100% {
    transform: translateX(0);
    /* End at original position */
    opacity: 1;
    /* End visible */
  }
}

#homePricing .priceBox.corporate {
  animation: slideInRightFade linear forwards;
  /* Use 'forwards' to keep the final state */
  animation-timeline: view();
  /* Link animation to the element's visibility in the viewport */
  /* Optional: Adjust when the animation starts/ends relative to the viewport */
  animation-range: entry 0% cover 40%;
  /* Starts when top of element enters viewport, finishes when 50% is visible */
}

#homePricing .priceBox.office {
  animation: slideInLeftFade linear forwards;
  /* Use 'forwards' to keep the final state */
  animation-timeline: view();
  /* Link animation to the element's visibility in the viewport */
  /* Optional: Adjust when the animation starts/ends relative to the viewport */
  animation-range: entry 0% cover 40%;
  /* Starts when top of element enters viewport, finishes when 50% is visible */
}

/* ********************************************************** */
/* *** Home - Trial, Demo, Buy *** */
/* ********************************************************** */

#homeTrialDemoContainer {
  width: 100%;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  float: left;
  background: no-repeat url("../images/home/imgTrialDemoBkgrd.jpg") #C8CDD0;
  background-size: cover;
}

#homeTrialDemoContainer .contents {
  margin: 0 auto;
  width: 950px;
  height: 530px;
  padding: 75px 0 0 0;
  position: relative;
}

#homeTrialDemoContainer .contents .circle {
  display: block;
  width: 275px;
  height: 275px;
  border: 8px solid #333;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

#homeTrialDemoContainer .contents .circle p {
  font: 200 1.2em/1.2em Inter;
  color: #eee;
  text-align: center;
  padding: 0 40px;
  margin: 0;
}

#homeTrialDemoContainer .contents .circle p.big {
  font: 300 2.4em/1em Inter;
  letter-spacing: -.05em;
  margin: 5px 0;
  display: block;
}

#homeTrialDemoContainer .contents .circle p.top {
  padding-top: 20px;
}

#homeTrialDemoContainer .contents .circle span {
  padding: 0;
  margin: 5px 0 0 0;
  font-size: 2.5em;
  color: #333;
}

#homeTrialDemoContainer .contents .circle.freeTrial {
  background-color: #6FA088;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
}

#homeTrialDemoContainer .contents .circle.liveDemo {
  background-color: #D6832B;
  position: relative;
  left: 200px;
  top: -125px;
  z-index: 3;
}

#homeTrialDemoContainer .contents .circle.privateDemo {
  background-color: #7A767A;
  position: relative;
  left: 430px;
  top: -550px;
  z-index: 2;
}

#homeTrialDemoContainer .contents .circle.buyNow {
  background-color: #CCB97E;
  position: relative;
  left: 675px;
  top: -750px;
  z-index: 1;
}

#homeTrialDemoContainer .contents .person {
  margin: 0;
  height: 350px;
  background: no-repeat url("../images/home/imgHomePersonOnPhone.svg");
  position: absolute;
  right: 150px;
  bottom: -86px;
  z-index: 4;
  width: 300px;
}

/* ********************************************************** */
/* *** Home - Bottom Nav *** */
/* ********************************************************** */

#links {
  width: auto;
  height: auto;
  background-color: #555;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 10px 20px;
  margin: 0 0 0 0;
}

#links .contents {
  max-width: 250px;
  min-width: 110px;
  padding: 0 0 0 40px;
}

#links .contents p {
  font: 200 .9em/1.9em Inter;
  padding: 0;
  margin: 0;
}

#links .contents h4 {
  font: 500 .9em/1.1em Inter;
  padding: 0 0 10px 0;
  margin: 0;
  color: #fff;
}

#links .contents a {
  color: #fff;
}

/* ********************************************************** */
/* *** Home - Copyright *** */
/* ********************************************************** */

#copyright {
  width: 100%;
  height: 100px;
  padding: 0;
  margin: 0;
  background-color: #555;
  display: block;
}

#copyright p {
  font: 200 .7em/1em Inter;
  color: #fff;
  padding: 30px 0 0 60px;
  margin: 0;
}

/* ********************************************************** */
/* *** Interior - Universal *** */
/* ********************************************************** */

#interiorContainer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  margin: 92px 0 0 0;
  padding: 0;
  /* background: no-repeat url("../images/imgInteriorBkgrd.png") #eee; */
  background-size: cover;
}

#interiorContainer .body {
  width: 75%;
  font: 200 1.1em/1.6em Inter;
  padding: 0 0 4vw 0;
  margin: 0 auto;
}

#interiorContainer h1 {
  font: 200 3.5em/1.0em Inter;
  text-align: center;
  color: #D6832B;
  letter-spacing: -.05em;
  margin: 0;
  padding: 60px 0 20px 0;
}

#interiorContainer h1 .spaced {
  padding-top: 50px;
}

#interiorContainer h2 {
  font: 300 2.0em/1.1em Inter;
  color: #7AA5BA;
  text-align: center;
  letter-spacing: -.03em;
  margin: auto;
  padding: 20px 8vw 60px 8vw;
}

#interiorContainer h4 {
  font-size: 1.2em;
  font-weight: 600;
  color: #666;
  line-height: 1.1em;
  padding: 20px 0 0 0;
}

#interiorContainer p.pdf {
  background: no-repeat url("../images/iconPDF.svg") 0 0;
  background-size: 19px auto;
  none;
  padding: 0 0 0 25px;
  margin: 7px 0;
  font-size: .9em;
}

#interiorContainer p.openInNew {
  background: no-repeat url("../images/iconOpenInNew.svg") 0 0;
  background-size: 18px auto;
  border: none;
  padding: 0 0 0 25px;
  margin: 7px 0;
  font-size: .9em;
}

#interiorContainer .body p.small {
  font-size: .65em;
}

#interiorContainer .body ul {
  color: #333;
  line-height: 1.25em;
  list-style-type: square;
  padding: 0 auto;
  margin: 0 auto;
}

#interiorContainer .body ul li {
  padding: 0 0 15px 0;
}

/* ********************************************************** */
/* *** Interior - Testimonials *** */
/* ********************************************************** */

#interiorContainer .body.testimonials {
  font-size: 1.5em;
  color: #333;
}

#interiorContainer .body.testimonials strong {
  color: #333;
  font-weight: 600;
}

#interiorContainer .body.testimonials p {
  padding: 0;
  margin: .5em 0;
  text-indent: -.3em;
}

#interiorContainer .body.testimonials p.author {
  font-size: .8em;
  text-align: right;
  margin: 0 0 3em 0;
}

#interiorContainer .body.testimonials p.intro {
  font-size: .8em;
  padding: 0 0 20px 0;
}

/* ********************************************************** */
/* *** Interior - Buy *** */
/* ********************************************************** */

#interiorContainer .body.buy {
  width: auto;
}

#interiorContainer #buyBoxesContainer {
  display: flex;
  flex-wrap: wrap;
}

#interiorContainer .body.trial p {
  font: 200 1em/1.5em Inter;
}

#interiorContainer .body.trial p.readyToBuy strong {
  font-weight: 600;
  font-size: 1.3em;
  color: #6FA088;
}

/* ********************************************************** */
/* *** Interior - Features *** */
/* ********************************************************** */

#interiorContainer .body.features {
  width: 100%;
  margin: auto;
}

#interiorContainer .body.features .featuresContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#interiorContainer .body.features .featuresContainer .feature {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding: 7vw;
  background-color: white;
}

#interiorContainer .body.features .featuresContainer .feature.green { background-color: #6FA088; }
#interiorContainer .body.features .featuresContainer .feature.orange { background-color: #D6832B; }
#interiorContainer .body.features .featuresContainer .feature.yellow { background-color: #CCB97E; }

#interiorContainer .body.features .featuresContainer .feature h2 {
  font: 400 2.0em/1em Inter;
  color: #666;
  text-align: left;
  padding: 10px 30px 5px 0;
  margin: 0;
  letter-spacing: -.03em;
}

#interiorContainer .body.features .featuresContainer .feature h2.white {
  color: #fff;
}

#interiorContainer .body.features .featuresContainer .feature p {
  font: 300 1.2em/1.8em Inter;
  text-align: left;
}

#interiorContainer .body.features .fullFeatureList {
  width: 100%;
  margin: auto;
}

#interiorContainer .body.features .fullFeatureList .feature {
  display: flex;  
  width: 100%;
  box-sizing: border-box;
  /* margin: auto; */
  background-color: #eee;
  padding: 60px;
}

#interiorContainer .body.features .fullFeatureList .feature:nth-child(even) {
  background-color: #fff;

}

#interiorContainer .body.features .fullFeatureList .twoColumn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 70vw;
  margin: auto;
}

#interiorContainer .body.features .fullFeatureList .twoColumn .content {
  flex: 0 0 50%;
}

#interiorContainer .body.features .fullFeatureList h1 {
  padding: 100px 0 0 0;
}


#interiorContainer .body.features .fullFeatureList h2 {
  font: 300 2.0em/1.1em Inter;
  color: #7AA5BA;
  text-align: center;
  letter-spacing: -.03em;
  margin: 10px 0;
}

#interiorContainer .body.features .fullFeatureList h3 {
  font: 300 1.8em/1em Inter;
  color: #D6832B;
  text-align: left;
  padding: 10px 10px 0 0;
  letter-spacing: -.03em;
}

#interiorContainer .body.features .footer p {
  font: 300 .7em/1.2em Inter;
  text-align: left;
  padding: 20px 0 0 5vw;
}

#interiorContainer .splide li img {
  width: 100%;
}

#interiorContainer .splide li div.text {
  background-color: #D6832B;
  border-radius: .416em;
  color: #fff;
  font-size: 1em;
  padding: .5em 1em;
  margin: 0 0 10px 0;
  text-align: center;
}

/* ********************************************************** */
/* *** Interior - Branding *** */
/* ********************************************************** */

#privateBrandingPricingBoxes {
  display: flex;
  padding: 0;
  margin: 0;
}

#privateBrandingPricing {
  width: auto;
  height: auto;
  display: flex;
  margin: auto;
  padding: 10px 40px 0 40px;
}

#privateBrandingPricing .priceBox {
  width: 170px;
  border: 2px solid #ffffff;
  border-radius: 15px;
  text-align: center;
  color: #ffffff;
  padding: 20px 0;
  margin: auto 0;
}

#privateBrandingPricing .priceBox h3 {
  font: 200 2vw/2vw Inter;
  letter-spacing: -.05em;
  padding: 0 0 10px 0;
  margin: 0;
}

#privateBrandingPricing .priceBox .price {
  font: 500 2.5vw/1.5vw Inter;
  letter-spacing: -.05em;
  margin: 0 0 15px 0;
  padding: 0;
}

#privateBrandingPricing .priceBox .price sup,
#privateBrandingPricing .priceBox .price span {
  font-size: .5em;
  letter-spacing: 0;
}

#privateBrandingPricing .priceBox.office {
  background-color: #8D7961;
  margin-right: -10px;
}

#privateBrandingPricing .priceBox.business {
  background-color: #CCB97E;
  padding: 30px 0;
  z-index: 1;
  border-width: 4px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}

#privateBrandingPricing .priceBox.corporate {
  background-color: #6FA088;
  margin-left: -10px;
}

/* ********************************************************** */
/* *** Modules *** */
/* ********************************************************** */

#interiorContainer .module {
  width: 250px;
  position: fixed;
  right: 50px;
  top: 200px;
  font-size: 1em;
  border: 3px solid rgba(111, 160, 136, 0.3);
  border-radius: .75vw 0;
  padding: 10px 15px;
  margin: 0;
  box-shadow: 2px 2px 7px 0px #ddd;
}

#interiorContainer .module p {
  padding: 4px 0;
  margin: 0;
}

#interiorContainer .module p a,
#interiorContainer .module p a span {
  color: #666;
}

#interiorContainer .module p a:hover,
#interiorContainer .module p a:hover span,
#interiorContainer .module p a.on {
  color: #000;
  font-weight: 600;
}

#interiorContainer .module p span {
  padding: 0 8px 3px 0;
  vertical-align: middle;
  color: #000;
}

#interiorContainer .module.white {
  background: rgba(111, 160, 136, 0.1);
}

/* ********************************************************** */
/* Pricing Page */
/* ********************************************************** */


#interiorContainer .body.pricing {
  width: 85%;
  margin: auto;
}

#interiorContainer .body.pricing h4{
  font: 300 1.25em/1.25em Inter;
  color: #666;
  padding: 10px 0 30px 0;
  margin: 0;
  text-align: center;
}
.pricingPlans {
  width: 274px;
  margin: 0 20px 0 0;
  border: solid 1px #666666;
  float: right;
  color: #4d4d4d;
}

.pricingPlans.right {
  margin: 0;
}

.pricingPlans:hover {
  background-color: #ffc;
}

.pricingPlans h2 {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  color: #e3701e;
  font-size: 30px;
}

.pricingPlans h3 {
  text-align: center;
  color: #888888;
}

.pricingPlans h4 {
  margin: 0 0 5px 0;
  text-align: center;
  font-weight: normal;
  color: #999999;
}

.pricingPlans h4 strong {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  font-size: 55px;
  line-height: 65px;
  letter-spacing: -2px;
  color: #e3701e;
  font-weight: bold;
}

.pricingPlans h4 strong span {
  font-size: .6em;
  position: relative;
  top: -.5em;
}

.pricingPlans .inset {
  padding: 15px;
}

.pricingPlans ul li {
  padding: 0 0 0 12px;
  background: url(../images/bulletBlueTriangle.png) 0 5px no-repeat;
}

.pricingPlans ul li.noArrow {
  padding: 0 0 0 10px;
  background: none;
}

.pricingPlans ul li strong {
  color: #000000;
}

.pricingPlans .seeAll {
  width: 274px;
  height: 50px;
  background-color: #666666;
  background: linear-gradient(#6388c7, #4d75b2);
}

.pricingPlans .seeAll h3 {
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.pricingTable {
  width: 85%;
  margin: auto;
  padding: 40px 0 0 0;
}

.pricingTable table {
  border-collapse: collapse;
  font-size: 1em;
  background-color: #eee;
  border: 2px solid #6FA088;
}

.pricingTable table tr {
  height: 35px;
}

.pricingTable table tr td {
  padding: 3px 5px;
  width: 50%;
  font-weight: 300;
  font-size: .8em;
}

.pricingTable table tr td:nth-child(1) {
  text-indent: 10px;
}

.pricingTable table tr td:nth-child(1n+2) {
  width: 193px;
  text-align: center;
  border-left: 1px solid #ccc;
}

.pricingTable table tr th {
  color: #eee;
  background: #6FA088;
  font: 500 1.1em/1em Inter;
  padding: 15px 0;
}

.pricingTable table tr.compareLabel,
.pricingTable table tr:nth-child(odd).compareLabel {
  width: 100%;
  background-color: #e3d8b7;
  border-top: 1px solid #ccc;
}

.pricingTable table tr.compareLabel td {
  font: 600 .9em/.9em Inter;
  padding: 10px;
}

.pricingTable table tr:nth-child(odd) {
  background: #ffffff;
}

.pricingTable td.yes {
  background: url(../images/pricing/pricingCheckOn.svg) 50% 50% no-repeat;
  background-size: 7%;
}

.pricingTable td.no {
  background: url(../images/pricing/pricingCheckOff.svg) 50% 50% no-repeat;
  background-size: 6%;
}

.pricingTable table tr td strong {
  color: #6FA088;
}

.pricingTable table tr td.blank {
  background: #eee;
}

#interiorContainer .body.pricing ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font: 200 .9em/1em Inter;
  color: #fff;
}

#interiorContainer .body.pricing ul li {
  padding: 4px 0;
}

#interiorContainer .body.pricing ul li button {
  font-size: 1em;
  font-weight: 500;
  background: #D6832B;
  padding: 6px 12px;
  color: #fff;
  opacity: 1;
  border-radius: 6px;
  border: 1px solid #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

#interiorContainer .body.pricing .pricingBoxes {
  margin: 0 auto 20px auto;
  width: 1000px;
}

#interiorContainer .body.pricing .pricingBoxes .pricing {
padding: 0;
}

#interiorContainer .body.pricing .green {
  color: #fff;
  background-color: #6FA088;
}


#modalOfficePricing,
#modalBusinessPricing,
#modalCorporatePricing {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0, );
  background-color: rgba(0, 0, 0, 0.4);
}

/* ********************************************************** */
/* Pricing Modals */
/* ********************************************************** */

.close {
  color: #333;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#modalOfficePricing {
  display: hidden;
}

.modalContent {
  position: relative;
  background-color: #fefefe;
  margin: 150px auto 0 auto;
  padding: 10px 20px;
  border: 3px solid #000;
  width: 75%;
  overflow: hidden;
  border-radius: 1.2vw;
  animation-name: animatetop;
  animation-duration: 0.3s;
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

.modalContent h1 {
  font-size: 2.5em;
  font-weight: 200;
  line-height: 1em;
  text-align: left;
  color: #D6832B;
  letter-spacing: -.05em;
  padding: 20px 0 0 0;
  margin: 0;
}

.modalContent h1.content strong {
  color: #e3701e;
  font-weight: 400;
}

.modalContent table {
  width: 100%;
  border: none;
  font-size: 1em;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.modalContent table tr th {
  background-color: #ced9d4;
}

.modalContent table tr th.top {
  padding: 5px 0 2px 0;
  font-size: .8em;
  font-weight: normal;
}

.modalContent table tr th.bottom {
  padding: 0 0 5px 0;
  font-weight: 600;
}

.modalContent table tr td {
  padding: 5px;
}

.modalContent table tr:nth-child(even) {
  background: #f2f2f2;
}

.modalContent table tr:nth-child(odd) {
  background: #ffffff;
}

.modalContent table tr td:nth-child(1) {
  text-indent: 20px;
}

.modalContent table tr td:nth-child(1n+2) {
  width: 125px;
  text-align: center;
}

.btnGreenTrialBuy {
  width: 225px;
  font-size: 1em;
  border: 2px solid #666;
  background: #6FA088;
  border-radius: .75vw 0;
  padding: 5px 10px;
  margin: 10px;
  float: right;
  box-shadow: 3px 3px 7px 2px #bbb;
}

.btnGreenTrialBuy a {
  width: 225px;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}


p.callout {
  padding: 10px 40px;
  font: normal 22px/32px Arial, Helvetica, sans-serif;
  color: #4d4d4d;
}

p.callout strong {
  color: #4d75b2;
  font-weight: bold;
}

p.freeTrialIntro {
  font-size: .9166em;
  margin: 0 0 1.5em;
  padding: 0;
}


/* ********************************************************** */
/* Why Tuyu */
/* ********************************************************** */


#interiorContainer .body.whyTuyu {
  width: 100%;
  margin: 0 auto;
}

#interiorContainer .body.whyTuyu h2{
  font: 300 2.2em/1em Inter;
  color: #666;
  letter-spacing: -.05em;
  padding: 30px 10vw 20px 10vw;
  margin: 0;
  text-align: center;
}

#interiorContainer .body.whyTuyu .whyTuyuContainer .choicesContainer {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 50px 0 0 0;
}

#interiorContainer .body.whyTuyu .whyTuyuContainer .choicesContainer .choiceBox {
  width: 25%;
  min-width: 290px;
  border: solid 2px #7AA5BA;
  padding: 0 30px 20px 30px;
  margin: 15px auto;
  border-radius: 20px;
  background: no-repeat url("../images/whytuyu/imgWhyTuyuBackgroundNumbers.svg") 250px 325px rgba(122, 165, 186, .8);;
  background-size: 250%;
  /* box-shadow: 2px 2px 2px #888; */
}

#interiorContainer .body.whyTuyu .whyTuyuContainer .choicesContainer .choiceBox.two { background-position: -150px 325px; }
#interiorContainer .body.whyTuyu .whyTuyuContainer .choicesContainer .choiceBox.three { background-position: -550px 325px; }
#interiorContainer .body.whyTuyu .whyTuyuContainer .choicesContainer .choiceBox.four { background-position: 240px -200px; }
#interiorContainer .body.whyTuyu .whyTuyuContainer .choicesContainer .choiceBox.five { background-position: -150px -200px; }
#interiorContainer .body.whyTuyu .whyTuyuContainer .choicesContainer .choiceBox.six { background-position: -550px -200px; }

#interiorContainer .body.whyTuyu .whyTuyuContainer .choicesContainer .choiceBox h2 {
  padding: 20px 0 15px 0;
  margin: 0;
  color: #fff;
  font: 300 2em/1em Inter;
  text-align: left;
}

#interiorContainer .body.whyTuyu .whyTuyuContainer .choicesContainer .choiceBox h3 {
  padding: 0 0 5px 0;
  margin: 0;
  color: #555;

}

#interiorContainer .body.whyTuyu .whyTuyuContainer .choicesContainer .choiceBox p {
  font: 300 1.1em/1.2em Inter;
  padding: 0 15px;
  color: #fff;
}

#interiorContainer .body.whyTuyu .caseStudiesContainer {
  margin: 40px auto 0 auto;
  padding: 0 0 40px 0;
  background-color: #C26C5D;
  width: 100%;
}

#interiorContainer .body.whyTuyu .caseStudiesContainer .caseStudies {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
#interiorContainer .body.whyTuyu .caseStudiesContainer h1 {
  color: #fff;
  padding: 60px 0;
}
#interiorContainer .body.whyTuyu .caseStudiesContainer h2 {
  font: 300 2.5em/1em Inter;
  text-align: left;
  color: #7AA5BA;
  letter-spacing: -.05em;
  padding: 0;
  margin: 20px 0 0 0;
}

@keyframes slide-in-right {
  from {
    transform: translateX(190px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  from {
    transform: translateX(-200px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

#interiorContainer .body.whyTuyu .caseStudiesContainer .caseStudies .caseStudy {
  background-color: rgba(255, 255, 255, 1.0);
  width: auto;
  max-width: 75%;
  text-align: left;
  padding: 0 30px 20px 180px;
  margin: 15px auto 15px 0;
  /* border-radius: 20px; */
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  animation: slide-in-right 5s ease-out both;
  animation-timeline: view();
  animation-range: entry 0% contain 60%;
}

#interiorContainer .body.whyTuyu .caseStudiesContainer .caseStudies .caseStudy.right {
  max-width: 65%;
  margin: 15px 0 15px auto;
  padding: 0 180px 20px 30px;
  transform: translateX(-100px);
  animation: slide-in-left 5s ease-out both;
  animation-timeline: view();
  animation-range: entry 0% contain 60%;  
}

#interiorContainer .body.whyTuyu .caseStudiesContainer .caseStudies .caseStudy.animate {
  opacity: 1;
  transform: translateX(0);
}

#interiorContainer .body.whyTuyu .caseStudiesContainer .caseStudies .caseStudy.government {
  background: no-repeat url("../images/whytuyu/imgWhyTuyuGovernment.svg") #fbfbfb;
  background-size: 13%;
  background-position: left 15px top 20px;
  
}

#interiorContainer .body.whyTuyu .caseStudiesContainer .caseStudies .caseStudy.healthcare {
  background: no-repeat url("../images/whytuyu/imgWhyTuyuHealthcare.svg") #fbfbfb;
  background-size: 14%;
  background-position: right 20px top 20px;
}

#interiorContainer .body.whyTuyu .caseStudiesContainer .caseStudies .caseStudy.law {
  background: no-repeat url("../images/whytuyu/imgWhyTuyuLaw.svg") #fbfbfb;
  background-size: 10%;
  background-position: left 30px top 20px;
}
#interiorContainer .body.whyTuyu .caseStudiesContainer .caseStudies .caseStudy.cpas {
  background: no-repeat url("../images/whytuyu/imgWhyTuyuCPA.svg") #fbfbfb;
  background-size: 14%;
  background-position: right 0 top 20px;
}

#interiorContainer .body.whyTuyu .caseStudiesContainer .caseStudies .caseStudy.aec {
  background: no-repeat url("../images/whytuyu/imgWhyTuyuAEC.svg") #fbfbfb;
  background-size: 14%;
  background-position: left 10px top 20px;
}

#interiorContainer .body.whyTuyu .caseStudiesContainer .caseStudies .caseStudy.profServices {
  background: no-repeat url("../images/whytuyu/imgWhyTuyuProfessionalServices.svg") #fbfbfb;
  background-size: 16%;
  background-position: right 20px top 20px;
}

#interiorContainer .body.whyTuyu .securityContainer .securityFeatures {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 60px 0 0 0;
}

#interiorContainer .body.whyTuyu .securityContainer .securityFeatures .securityFeature {
  width: auto;
  max-width: 21%;
  border-right: solid 1px #ccc;
  padding: 0 20px 0 20px;
  margin: 0 auto;

}
#interiorContainer .body.whyTuyu .securityContainer .securityFeatures .securityFeature h3 {
  padding: 20px 0 15px 0;
  margin: 0;
  color: #7AA5BA;
  font: 300 1.6em/1.2em Inter;
  text-align: center;
  letter-spacing: -.03em;
}

#interiorContainer .body.whyTuyu .securityContainer .securityFeatures .securityFeature p {
  color: #333;
  font: 200 1em/1.4em Inter;
}

#interiorContainer .body.whyTuyu .securityContainer .securityFeatures .securityFeature img {
  width: auto;
  height: 150px;
  display: block;
  margin: 0 auto 10px auto;

}

/* ********************************************************** */
/* Support */
/* ********************************************************** */

#interiorContainer .body.support {
  width: 100%;
  margin: auto;
  padding: 0;
  background-color: #C26C5D;
}

#interiorContainer .body.support h1, #interiorContainer .body.support h2 {
  color: #fff;
} 

#interiorContainer .body.support .supportContainer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  color: #fff;
}

#interiorContainer .body.support .supportContainer ul li {
  color: #fff;
  padding: 0;
}

#interiorContainer .body.support .supportContainer .supportPoints {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#interiorContainer .body.support .supportContainer .supportPoint {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding: 3vw 7vw 4vw 7vw;
  background-color: #7A767A;
}

#interiorContainer .body.support .supportContainer .supportPoint.blue {
  background-color: #7AA5BA;
}

#interiorContainer .body.support .supportContainer .supportCustomer {
  width: 100%;
  margin: auto;
  background-color: #C26C5D;
  padding: 4vw 7vw;
}

#interiorContainer .body.support .supportContainer .supportCustomer a:link, #interiorContainer .body.support .supportContainer .supportCustomer a:visited {
  color: #fff;
  border-bottom: 2px dotted #fff;
  font-weight: 500;
}

#interiorContainer .body.support .supportContainer .supportCustomer .disclaimer {
  font-size: .7em;
  color: #eee;
  padding: 40px 0 0 0;
}

#interiorContainer .body.support .supportContainer h3 {
 font: 200 2.2em/1em Inter;
 letter-spacing: -.05em;
}



/* ********************************************************** */
/* About */
/* ********************************************************** */


#interiorContainer .body.about {
  width: 100%;
  margin: auto;
  padding: 0;
  background-color: #6FA088;
}

#interiorContainer .body.about .aboutContainer {
  width: 95%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  padding: 0 0 40px 0;
}

#interiorContainer .body.about .aboutContainer .section {
  flex: 0 0 25%;
  min-width: 300px;
  box-sizing: border-box;
  padding: 2vw 2vw;
  background-color: #6FA088;
  color: #fff;
}

#interiorContainer .body.about h1 { 
  color: #fff;
}

#interiorContainer .body.about .aboutContainer .section h2 {
  font: 300 1.8em/1.2em Inter;
  text-align: left;
  color: #fff;
  letter-spacing: -.03em;
  padding: 0 0 10px 0;
}

#interiorContainer .body.about .aboutContainer .section ul li {
  color: #fff;
  padding: 0 0 3px 0;
}


/* ********************************************************** */
/* Contact */
/* ********************************************************** */

#interiorContainer .body.contact  {
  width: 100%;
  margin: auto;
  padding: 0;
}

#interiorContainer .body.contact .contactInfo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  padding: 0 3vw 80px 3vw;
  gap: 15px;
}

#interiorContainer .body.contact .contactInfo .contactItem {
  flex: 0 0 30%;
  min-width: 350px;
  box-sizing: border-box;
  padding: 5px 2vw 20px 2vw;
  border: solid 2px #6FA088;
  border-radius: 20px;
  background-color: RGBA(111, 160, 136, 30%);
  /* color: #fff; */
}

#interiorContainer .body.contact .contactInfo .contactItem h3 {
 font: 200 1.8em/1em Inter;
 color: #333;
 letter-spacing: -.05em;
 margin: 20px 0 0 0;
}

#interiorContainer .body.contact .contactInfo .contactItem p {
  padding: 0;
  margin: 10px 0 15px 0;
  line-height: 1.4em;
}

#interiorContainer .body.contact .contactInfo .contactItem p strong.red {
  color: rgb(200, 0, 0);
}

/* ********************************************************** */
/* Library */
/* ********************************************************** */

#interiorContainer .body.library  {
  width: 100%;
  margin: auto;
  padding: 0;
}

#interiorContainer .body.library .twoColumn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  padding: 0 3vw 40px 3vw;
  gap: 15px;
}
#interiorContainer .body.library .twoColumn .content {
  flex: 0 0 23%;
  min-width: 250px;
  box-sizing: border-box;
  padding: 20px 2vw;
}
#interiorContainer .body.library .twoColumn .content p {
  padding: 0 0 5px 30px;
  line-height: 1.2em;
}

/* ********************************************************** */
/* Privacy */
/* ********************************************************** */

#interiorContainer .body.privacy h3  {
 font: 200 2.0em/1em Inter;
 color: #6FA088;
 letter-spacing: -.05em;
 margin: 40px 0 0 0;
}

/* Colors Used 

green: #6FA088, RGB(111 160 136)
orange: #D6832B, RGB(214 141 43) old:#D6832B
red: #C26C5D, RGB(194 108 93)
brown: #8D7961, RGB(141 121 97)
gray: #7A767A, RGB(122 118 122)
yellow: #CCB97E, RGB(204 185 126)
blue: #7AA5BA, RGB(122 165 186)
*/