/* line 7, /home/deploy/CVM_website/releases/20230201074032/app/assets/stylesheets/pages.scss */
.home-feature h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 1.4em;
}

/* line 18, /home/deploy/CVM_website/releases/20230201074032/app/assets/stylesheets/pages.scss */
.page-content h1 {
  font-size: 1.9em;
  font-weight: 700;
}

/* line 23, /home/deploy/CVM_website/releases/20230201074032/app/assets/stylesheets/pages.scss */
.page-content h2 {
  font-size: 1.4em;
  margin-bottom: 0;
}

/* line 28, /home/deploy/CVM_website/releases/20230201074032/app/assets/stylesheets/pages.scss */
.checkmarks i {
  font-size: 1.4em;
  color: #00AEEF;
}

/* line 33, /home/deploy/CVM_website/releases/20230201074032/app/assets/stylesheets/pages.scss */
.page-content p.lead {
  font-size: 1.1em;
  color: #465051 !important;
}

/* line 38, /home/deploy/CVM_website/releases/20230201074032/app/assets/stylesheets/pages.scss */
.page-header {
  margin: 100px 0;
}

/* line 42, /home/deploy/CVM_website/releases/20230201074032/app/assets/stylesheets/pages.scss */
.inner-pad {
  padding: 50px;
}

/* line 46, /home/deploy/CVM_website/releases/20230201074032/app/assets/stylesheets/pages.scss */
.content-fullwidth {
  background-color: #212338;
  padding: 100px;
  color: #fefefe;
  font-size: 0.8em;
  margin-top: -5px;
  margin-bottom: -70px;
}

/* line 55, /home/deploy/CVM_website/releases/20230201074032/app/assets/stylesheets/pages.scss */
.content-fullwidth h2 {
  font-size: 1.4em;
  font-weight: 700;
}

/* line 60, /home/deploy/CVM_website/releases/20230201074032/app/assets/stylesheets/pages.scss */
.content-fullwidth span {
  color: #F5CF02;
  font-size: 1.4em;
}

/* line 65, /home/deploy/CVM_website/releases/20230201074032/app/assets/stylesheets/pages.scss */
.content-3-cols {
  margin-bottom: 100px;
}

/* line 69, /home/deploy/CVM_website/releases/20230201074032/app/assets/stylesheets/pages.scss */
.content-3-cols h4 {
  font-weight: 400 !important;
  font-weight: 1.2;
  margin-bottom: 10px;
}

/* line 75, /home/deploy/CVM_website/releases/20230201074032/app/assets/stylesheets/pages.scss */
.tile-body {
  padding: 20px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 89, /home/deploy/CVM_website/releases/20230201074032/app/assets/stylesheets/pages.scss */
.tile-body:hover {
  background-color: #212338;
  color: #fefefe;
}

/* line 94, /home/deploy/CVM_website/releases/20230201074032/app/assets/stylesheets/pages.scss */
.page-header .button {
  margin-top: 40px;
}

/* line 99, /home/deploy/CVM_website/releases/20230201074032/app/assets/stylesheets/pages.scss */
.service-nav {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 105, /home/deploy/CVM_website/releases/20230201074032/app/assets/stylesheets/pages.scss */
.service-nav.slide-up {
  margin-top: 0px;
  opacity: 1 !important;
  width: 100%;
  top: -100px;
  position: fixed;
}

/* line 113, /home/deploy/CVM_website/releases/20230201074032/app/assets/stylesheets/pages.scss */
.service-nav.slide-down {
  margin-top: 0px;
  opacity: 1 !important;
  width: 100%;
  top: 0;
  position: fixed;
}

/* line 121, /home/deploy/CVM_website/releases/20230201074032/app/assets/stylesheets/pages.scss */
.service-inner-header-title.slide-service-up {
  margin-top: 0px;
  opacity: 1 !important;
  width: 100%;
  bottom: -1000px;
  position: fixed;
}

/* line 129, /home/deploy/CVM_website/releases/20230201074032/app/assets/stylesheets/pages.scss */
.service-inner-header-title.slide-service-down {
  margin-top: 0px;
  opacity: 1 !important;
  width: 100%;
  bottom: 0;
  position: fixed;
}
