body {
  font-family: 'Gt america standard', sans-serif;
  color: #777;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.2px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Gt america compressed', sans-serif;
  color: #2a2e30;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  text-transform: none;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Gt america compressed', sans-serif;
  color: #2a2e30;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-decoration: none;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Gt america standard', sans-serif;
  color: #2a2e30;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 30px;
}

img {
  display: block;
  max-width: 100%;
}

.section {
  position: relative;
  padding-right: 8%;
  padding-left: 8%;
}

.section.testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8%;
  padding-bottom: 8%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/testimonialsBg_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/testimonialsBg_1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.latest-news {
  display: none;
  padding-top: 8%;
  padding-bottom: 8%;
  background-image: url('../images/leftGrayTriangle.svg'), url('../images/DarkGrayDots.svg');
  background-position: 0% 0%, 100% 100%;
  background-size: 100%, 30%;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
}

.section.home {
  padding-top: 18%;
  padding-bottom: 12%;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  background-color: #fff;
  background-image: url('../images/rightGrayTriangleSmall.svg'), url('../images/leftGrayTriangle.svg');
  background-position: 100% 100%, 0% -10%;
  background-size: 25%, 55%;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
}

.section.about-content {
  padding-top: 8%;
  padding-bottom: 8%;
}

.section.contact {
  padding-top: 8%;
  padding-bottom: 8%;
  background-image: url('../images/DarkGrayDots.svg'), url('../images/leftGrayTriangle.svg');
  background-position: 100% 100%, 0% 50%;
  background-size: 35%, 35%;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
}

.section.terms {
  padding-top: 8%;
  padding-bottom: 8%;
}

.inner-section-1200 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-2-column {
  position: relative;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: left;
}

.flex-2-column.centered-content {
  text-align: center;
}

.flex-2-column.flex-v-center-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.horiz-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.horiz-flex-wrapper.border-bottom {
  margin-bottom: 8%;
  padding-bottom: 8%;
  border-bottom: 1px solid #e2e2e2;
}

.horiz-flex-wrapper.margin-b-20 {
  margin-bottom: 20%;
}

.flex-2-column-inner {
  padding-right: 5%;
  padding-left: 5%;
}

.flex-2-column-inner.centered-content {
  text-align: center;
}

.primary-button {
  padding: 15px;
  border-bottom: 3px solid #f1dd8c;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #e7c53f;
  -webkit-transition: border 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease, color 200ms ease;
  font-family: 'Gt america standard', sans-serif;
  color: #2a2e30;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
}

.primary-button:hover {
  background-color: #fff;
  color: #2a2e30;
}

.text-link {
  display: inline-block;
  padding: 5px 0px;
  border-bottom: 2px solid #e7c53f;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
  color: #2a2e30;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 80px;
  padding: 0% 8%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-section.about {
  height: 70vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1e283c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/testimonialsBg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/testimonialsBg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-section.contact {
  height: 80vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1e283c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/contact-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/contact-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-section.terms {
  height: 30vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1e283c;
}

.white {
  color: #fff;
}

.white.centered {
  text-align: center;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 80px;
  padding: 18px 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: none;
}

.nav-link {
  margin-left: 30px;
  padding: 15px 0px;
  border-bottom: 2px solid rgba(183, 5, 36, 0);
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #2a2e30;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
}

.nav-link:hover {
  border-bottom-color: #e7c53f;
}

.nav-link.w--current {
  color: #2a2e30;
}

.brand {
  left: 0px;
  right: 0px;
  z-index: 1;
  width: 235px;
  padding-left: 0px;
}

.app-store-link {
  width: 125px;
  margin-right: 10px;
  background-color: transparent;
}

.app-store-link.l-margin-10 {
  margin-right: 0px;
  margin-left: 10px;
}

.app-store-link.in-hero {
  width: 120px;
  margin-right: 10px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.app-store-link.in-hero:hover {
  border-color: #e7c53f;
}

.white-opacity-80 {
  color: hsla(0, 0%, 100%, 0.8);
}

.content-block-600px {
  max-width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mobile-screens-img {
  display: inline-block;
  width: 70%;
  padding-right: 12%;
  padding-bottom: 12%;
  padding-left: 12%;
  background-image: url('../images/DarkGrayDots.svg');
  background-position: 0% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.benefit-list {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-left: 0px;
  text-align: left;
  list-style-type: none;
}

.benefit-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.benefit-list-item.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.benefit-list-item.left.red {
  color: #b40025;
}

.testimonials-slider {
  height: 400px;
  margin-top: 45px;
  background-color: transparent;
}

.testimonials-slide {
  text-align: center;
}

.testimonias-slider-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-navigation {
  font-size: 8px;
}

.red {
  color: #b40025;
}

.slider-arrow {
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 25px;
}

.slider-arrow:hover {
  color: #e7c53f;
}

.testimonial-author {
  margin-top: 50px;
  margin-bottom: 0px;
  color: #fff;
}

.article-link-block {
  display: block;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #777;
  text-decoration: none;
}

.article-thumb-image {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.latest-news-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.article-link-content {
  padding: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left-width: 3px;
  border-left-color: #ccc;
  background-color: #fff;
  text-align: left;
}

.faux-text-link {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-color: #b40025;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
  color: #2a2e30;
  font-size: 15px;
  font-weight: 700;
}

.faux-text-link:hover {
  color: #e7c53f;
}

.article-summary {
  margin-bottom: 10px;
}

.article-post-date {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 19px;
}

.article-title {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 28px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 8%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2a2e30;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  margin-right: 10px;
  margin-left: 10px;
  color: hsla(0, 0%, 100%, 0.55);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-subslogan {
  display: block;
}

.section-thumb {
  position: relative;
  width: 100%;
}

.section-thumb.left {
  padding-bottom: 12%;
  padding-left: 12%;
  background-image: url('../images/DarkGrayDots.svg');
  background-position: 0% 100%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.section-thumb.right {
  padding-right: 12%;
  padding-bottom: 12%;
  background-image: url('../images/DarkGrayDots.svg');
  background-position: 100% 100%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.benefit {
  padding: 10px 5px;
  border-bottom: 2px solid #e7c53f;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
  color: #2a2e30;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
  cursor: pointer;
}

.benefit:hover {
  padding-right: 35px;
}

.text-brow {
  margin-bottom: 30px;
  color: #e7c53f;
  font-size: 11px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  overflow: auto;
  height: auto;
  padding: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(19, 21, 26, 0.93);
}

.modal-block {
  position: relative;
  max-width: 650px;
  padding: 12px;
  background-color: transparent;
}

.modal-block-inner {
  padding: 8%;
  background-color: #fff;
}

.close-modal {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  margin-top: 40px;
  margin-right: 40px;
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7c53f;
  border-radius: 2px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.close-modal:hover {
  border-color: #e7c53f;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.text-list {
  margin-bottom: 0px;
  padding-left: 20px;
  color: #2a2e30;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.text-list-item {
  margin-bottom: 5px;
}

.more-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ccc;
}

.load-more-link {
  padding: 8px 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #e7c53f;
  background-color: #fff;
  color: #2a2e30;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
}

.load-more-link:hover {
  color: #e7c53f;
}

.inner-section-650 {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}

.inline-text-link {
  color: #e7c53f;
  font-weight: 700;
  text-decoration: none;
}

.inline-text-link:hover {
  text-decoration: underline;
}

.contact-form-block {
  border-radius: 3px;
  background-color: #fff;
  background-image: url('../images/diagonal-lines.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}

.contact-form-submit-button {
  display: inline-block;
  margin-top: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7c53f;
  background-color: #2a2e30;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 13px;
}

.contact-form-submit-button:hover {
  background-color: transparent;
}

.field-label {
  margin-bottom: 5px;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

.text-field {
  height: 50px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7c53f;
}

.text-field:focus {
  border-color: #2a2e30;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e7c53f;
}

.text-area {
  min-height: 70px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7c53f;
}

.text-area:focus {
  border-color: #2a2e30;
}

.hero-section-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-slogan {
  font-family: 'Gt america compressed', sans-serif;
  color: #2a2e30;
}

.hero-app-btn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.centered {
  text-align: center;
}

.navigation-inner {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.hero-dog {
  position: absolute;
  z-index: 3;
  width: 350px;
}

.hero-image-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heroyellowcircle {
  position: absolute;
  z-index: 2;
  width: 400px;
}

.hero-line {
  width: 120px;
  height: 2px;
  margin-bottom: 30px;
  background-color: #e7c53f;
}

.home-hero-slogan-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.article-link-block-inner {
  border-style: solid;
  border-width: 3px;
  border-color: #eee;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.article-link-block-inner:hover {
  border-color: #e7c53f;
}

.centered-title-line {
  width: 120px;
  height: 2px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  background-color: #e7c53f;
}

.content-block-650 {
  max-width: 650px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 63px;
  }
  h2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
  }
  .section.testimonials {
    padding-right: 4%;
    padding-left: 4%;
  }
  .section.latest-news {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: 100%, 50%;
  }
  .section.home {
    padding-top: 15%;
    padding-right: 4%;
    padding-left: 4%;
  }
  .white.blogpost {
    margin-bottom: 20px;
  }
  .navigation {
    left: 0px;
    right: 0px;
  }
  .nav-link {
    color: #fff;
  }
  .brand {
    top: 3px;
    width: 200px;
  }
  .mobile-screens-img {
    padding-right: 0%;
    padding-left: 0%;
  }
  .benefit-list {
    margin-top: 0px;
  }
  .article-link-block {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .article-thumb-image {
    width: 200px;
  }
  .latest-news-wrapper {
    margin-top: 0px;
  }
  .article-link-content {
    padding: 25px;
  }
  .article-post-date {
    margin-bottom: 5px;
  }
  .article-title {
    margin-right: 0px;
  }
  .nav-menu {
    padding-top: 20px;
    background-color: #2a2e30;
  }
  .text-brow {
    margin-bottom: 10px;
  }
  .menu-button {
    top: -8px;
    color: #e7c53f;
  }
  .hero-slogan {
    font-size: 40px;
    line-height: 40px;
  }
  .hero-dog {
    width: 200px;
  }
  .heroyellowcircle {
    width: 200px;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 43px;
  }
  .section {
    padding-right: 4%;
    padding-left: 4%;
  }
  .section.testimonials {
    min-height: 100vh;
    padding-right: 4%;
    padding-left: 4%;
  }
  .flex-2-column.centered-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .flex-2-column.flex-v-center-content {
    margin-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .horiz-flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .horiz-flex-wrapper.no-stack-landscape {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .horiz-flex-wrapper.border-bottom {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .horiz-flex-wrapper.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-2-column-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .hero-section.about {
    height: 90vh;
  }
  .hero-section.terms {
    height: 100vh;
  }
  .navigation {
    padding-right: 3%;
  }
  .nav-link {
    color: #fff;
  }
  .brand {
    top: 5px;
    max-width: 180px;
  }
  .app-store-link.in-hero {
    width: 120px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .content-block-600px {
    max-width: 400px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .mobile-screens-img {
    width: 50%;
  }
  .benefit-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .testimonials-slider {
    height: 500px;
  }
  .testimonias-slider-inner {
    padding-right: 0px;
    padding-left: 0px;
  }
  .article-link-block {
    margin-bottom: 30px;
    padding: 0px;
    border-style: none;
  }
  .article-link-block:hover {
    background-color: transparent;
  }
  .article-thumb-image {
    width: 120px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .article-link-content {
    padding-left: 30px;
  }
  .article-summary {
    margin-bottom: 20px;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer-links {
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .nav-menu {
    padding-top: 20px;
  }
  .section-thumb {
    margin-bottom: 60px;
  }
  .section-thumb.left {
    padding-left: 0%;
  }
  .section-thumb.right {
    padding-right: 0%;
  }
  .text-list-item {
    text-align: left;
  }
  .more-button-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact-form-block {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 32px;
  }
  .section.testimonials {
    min-height: 139vh;
    padding-right: 2%;
    padding-left: 2%;
  }
  .section.home {
    background-size: 30%, 80%;
  }
  .inner-section-1200 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .flex-2-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .horiz-flex-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .horiz-flex-wrapper.no-stack-landscape {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .horiz-flex-wrapper.contact {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .flex-2-column-inner {
    padding-right: 0%;
    padding-left: 0%;
  }
  .hero-section.terms {
    height: 70vh;
  }
  .navigation {
    padding-right: 0%;
  }
  .nav-link {
    color: #fff;
  }
  .app-store-link {
    margin-right: 0px;
  }
  .app-store-link.l-margin-10 {
    margin-bottom: 10px;
  }
  .content-block-600px {
    max-width: 280px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .mobile-screens-img {
    width: 100%;
  }
  .testimonials-slider {
    height: auto;
  }
  .slide-navigation {
    bottom: -50px;
  }
  .article-link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .article-thumb-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .latest-news-wrapper {
    margin-top: 0px;
  }
  .article-link-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .article-summary {
    margin-bottom: 10px;
  }
  .article-title {
    margin-right: 0px;
    font-size: 24px;
    line-height: 27px;
  }
  .hero-subslogan {
    line-height: 21px;
    text-align: center;
  }
  .section-thumb.left {
    padding-left: 0%;
  }
  .section-thumb.right {
    padding-right: 0%;
  }
  .contact-form-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .form {
    width: 100%;
    padding: 30px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .hero-section-inner {
    margin-bottom: 180px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-slogan {
    font-size: 35px;
    line-height: 35px;
    text-align: center;
  }
  .hero-image-wrap {
    max-width: 100%;
    margin-top: 166px;
  }
  .home-hero-slogan-block {
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@font-face {
  font-family: 'Gt america standard';
  src: url('../fonts/GT-America-Standard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gt america standard';
  src: url('../fonts/GT-America-Standard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gt america compressed';
  src: url('../fonts/GT-America-Compressed-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}