body {
  font-family: 'raleway', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  margin: 0;
}

strong {
  color: #cc5d31;
  font-weight: 500;
}

.bodycontent a {
  color: #00389a;
  text-decoration: none;
}

.bodycontent a:hover {
  color: #0055e8;
  text-decoration: none;
}

.footernav ul {
  list-style: none;
  padding-left: 0;
}

.footernav li {
  margin-bottom: 1.2em;
}

.footernav a {
  color: #ffffff;
  display: block;
  padding: .31em 0;
  text-decoration: none;
}

.footernav a:hover {
  text-decoration: underline;
}

.heading {
  text-align: center;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 14px;
}

.wrapper {
  display: flex;
  flex-direction: column;
}

div.bodycontent {
  margin: 0 auto;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 3em;
  max-width: 1310px;
  z-index: 1;
}

div.bodycontent p {
  font-weight: 200;
}

div.pageheader {
  border-bottom: 1px solid #cfcfcf;
  margin: 0;
  padding: 0;
  position: sticky;
  background-color: rgba(255, 255, 255, .9);
  top: 0;
  z-index: 500;
}

.pageheader .innerheader {
  position: relative;
  margin: 0 auto;
  padding-left: 3em;
  padding-right: 30px;
  max-width: 1310px;
}

.pageheader .menu {
  position: absolute;
  right: 0;
  padding-right: 3em;
  line-height: 88px;
  vertical-align: baseline;
}

.pageheader .menuitem {
  float: left;
  position: relative;
  padding-left: 28px;
  font-weight: 500;
  font-size: 13px;
}

.pageheader .menuitem .label {
  color: #222222;
  cursor: pointer;
}

.pageheader .menuitem .submenu {
  display: none;
  position: absolute;
  font-weight: 400;
  background-color: white;
  min-width: 3em;
  border-top: 2px solid #31ccaa;
  border-right: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.pageheader .menuitem .submenu div a {
  display: block;
  color: rgb(34, 34, 34);
  white-space: nowrap;
  line-height: 23px;
  padding: 8px 15px;
  font-size: 12px;
  min-height: 23px;
  text-decoration: none;
}

.pageheader .menuitem .submenu div a:hover {
  background-color: #cccccc;
}

.hover_button {
  background-color: #cc5e31;
  border-color: #cc5e31;
  border-radius: 3px;
  color: #ffffff;
  padding: 9px 10px 7px;
  text-decoration: none;
}

.hover_button:hover {
  opacity: 0.9;
}

.hover_button:active {
  border-bottom-width: 0;
  border-top-width: 1px !important;
  border-top-style: solid;
}

/*Footer */
.footernav {
  /*background: #222222 url(/grain_top.png) top center repeat-x scroll;*/
  padding: 15px 50px;
  font-size: 11px;
  margin-top: -1px;
  background-color: #222222;
  color: #eeeeee;
  z-index: 1;
}

.footercopyright {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 11px;
  margin-top: -1px;
  background-color: #222222;
  color: #eeeeee;
  border-color: #161616;
  display: flex;
  border-top-style: solid;
  border-top-width: 1px;
  z-index: 1;
}

.quartercolumn {
  margin: 10px;
  min-height: 1px;
  z-index: 2;
  overflow: hidden;
}

.socialIcon {
  margin-left: 0;
  display: flex;
  flex-direction: row;
}

.socialImage {
  height: auto;
  width: auto;
  padding-right: 5px;
  display: flex;
  left: 0;
  top: 0;
}

.copyright {
  padding: 0 50px;
}

.googlePlayBadge {
  width: 155px !important;
  margin-left: -10px;
}

.appleStoreBadge {
  width: 135px;
  height: auto;
}

@media only screen and (max-width: 806px) {
  .googlePlayBadge {
    width: 140px !important;
  }

  .appleStoreBadge {
    width: 120px !important;
  }
}

/*pricing table specific styling*/
.pricingtable {
  width: 90%;
  min-width: 625px;
  background: #fff;
  border-collapse: collapse;
  border: 1px solid #cfcfcf;
  font-size: 13px;
  margin-right: auto;
  margin-left: auto;
}

.pricingtable tr {
  border: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

.pricingtable th {
  border: 1px solid #cfcfcf;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: left;
  border-top: none;
  border-bottom: 2px solid grey;
  color: white;
  padding: 0.7rem;
}

.pricingtable td {
  border: 1px solid #cfcfcf;
  padding: 0.7rem;
}

.columnheader {
  width: 50%;
}

/*alternating row styling*/
.oddrow {
  background: #ffffff;
}

.evenrow {
  background: #f8f8f8;
}

.dropdown {
  cursor: pointer;
}

.childrow {
  color: #cc5d31;
  background: #ebebeb;
  margin-left: 1rem;
}

.button {
  background: #269e80;
  border-color: #047c60;
  text-align: center;
}

.button:hover {
  opacity: 0.9;
}

.button a {
  color: white;
}

.button a:hover {
  text-decoration: none;
  color: white;
}

.button span {
  display: block;
}

/*.childrow td{
      border: 1px solid #cc5d31 !important;
}
*/
.cellindent {
  padding-left: 2rem !important;
}

/*style arrows and icons */
.arrow {
  width: 18px;
  height: 18px;
}

.icon {
  width: 18px;
  height: 18px;
}

/*Header colors and styles*/
.free {
  background: #a0a0a0;
}

.basic {
  background: #e06400;
}

.pro {
  background: #31ccaa;
}

.desktop {
  background: #316bcc;
}

/*used for top row of header cells*/
.noborder {
  border-bottom: none !important;
}

.datacell {
  width: 12.5%
}

/*row hover colors*/
tr.dropdown:hover {
  color: white;
  background: #cc5d31;
}

/* Tooltip container */
.tooltip {
  position: absolute;
  align-self: flex-end;
  display: inline-block;
}

/* Tooltip text container*/
.tooltip .tooltiptext {
  visibility: hidden;
  text-align: center;
  width: 12rem;
  background-color: #a0a0a0;
  color: #fff;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

/* Set visibility on hover for tooltips */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*flex container for row contents (align the info far right)*/
.flexbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*support splash page*/

.image {
  width: 67%;
  margin: auto;
  min-width: 400px;
}

.image100 {
  width: 100%;
}

/*support page top three help links*/
.flex-container {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  margin: auto;
}

.flex-item-1 {
  padding: 10px 20px;
  flex: 3;
  border-right: solid;
  border-right-color: #31ccaa;
}

.flex-item {
  padding: 10px 20px;
  flex: 3;
}

@media (max-width: 800px) {
  .flex-container {
    width: 100%;
    margin: auto;
  }

  .flex-item {
    flex: 100%;
    text-align: center;
  }
}

/* ***************************************************** */
/* ***************************************************** */
/* ***************************************************** */
/* ABOUT SITE CSS */
/* ***************************************************** */
/* ***************************************************** */
/* ***************************************************** */

/* Breakpoints */
/*
mobile: 500px;
tablet: 768px;
desktop: 1024px;
container: 1140px;
*/

:root {
  --border-radius: 3px;
  --border-radius--large: 5px;
  --breakpoint-container: 1140px;
  --color-background-darkest: #54667a;
  --color-background-lighter: #f4f3f3;
  --color-background-lightgrey: #e6e6e6;
  --color-background: #fdfdfd;
  --color-borders: rgb(207, 207, 207);
  --color-headings-lightest: #fbfbfb;
  --color-headings: #54667a;
  --color-primary-lighter: #e38c60;
  --color-primary: #cc5c2f;
  --color-secondary: #f54e3c;
  --color-tertiary: #269e80;
  --color-shadow: #e1e1e1;
  --color-shadow-lighter: rgba(138, 105, 79, 0.25);
  --color-text-darkest: #222;
  --color-text-lightest: #fff;
  --color-text-lighter: #f1f1f1;
  --color-text: #363636;
  --color-text-2: #646464;
  --padding-horizontal: 1.25rem;
  --padding-vertical: 3.75rem;
  --padding-horizontal--wide: 3.75rem;
  --padding-top-vertical--wide: 5rem;
  --padding-top-vertical--xwide: 5rem;
  --padding-bottom-vertical--wide: 3.75rem;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

/* Typography */

::selection {
  background: var(--color-primary);
  color: var(--color-text-lightest);
}

html {
  text-align: center;
  z-index: -1;
}

img {
  width: 100%;
}

body {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1ch;
  color: var(--color-text);
  background-color: var(--color-background);
}

h1 {
  color: var(--color-headings);
  font-family: "Fira Sans Extra Condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
}

h2 {
  color: var(--color-headings);
  font-family: "Fira Sans Extra Condensed", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 0.625rem;
  line-height: 1.1;
  letter-spacing: -0.05ch;
  text-transform: uppercase;
}

h3 {
  color: var(--color-text-2);
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 0.625rem;
  line-height: 1.1;
  letter-spacing: -0.05ch;
  text-transform: uppercase;
}

h4 {
  color: var(--color-text-2);
  font-family: "Fira Sans Condensed", Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin-bottom: 0.625rem;
  line-height: 1.05;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.65rem;
}

h4 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

a {
  color: var(--color-tertiary);
  text-decoration: none;
}

a:hover {
  opacity: 0.9;
}

@media screen and (min-width: 768px) {
  h1 {
    font-family: "Fira Sans Extra Condensed", Arial, Helvetica, sans-serif;
    font-size: 5rem;
  }

  h2 {
    font-size: 2.5rem;
  }
}

/* Universal Styles */
.border--bottom--light {
  border-bottom: 2px solid var(--color-background-lighter);
}

#about-site .style-padding-bottom--none {
  padding-bottom: 0;
}

.style-margin-bottom--none {
  margin-bottom: 0;
}

/* ***************************************************** */
/* ***************************************************** */
/* ***************************************************** */
/* ************************LAYOUT***************************** */
/* ***************************************************** */
/* ***************************************************** */

/* ****************************************************** */
/* Blocks */
/* ****************************************************** */
.block {
  padding: var(--padding-vertical) var(--padding-horizontal);
}

.block--article {
  padding: 0 var(--padding-horizontal) var(--padding-vertical);
}

.block__header__description {
  padding: 1.5rem;
  background: var(--color-background-lighter);
}

.block__heading {
  margin-top: 0;
}

.block__heading--primary {
  color: var(--color-primary);
}

.block__heading--tertiary {
  color: var(--color-tertiary);
}

.block__heading--text-2 {
  color: var(--color-text-2);
}

.block__heading--lightest {
  color: var(--color-text-lightest);
}

.block--image {
  color: var(--color-headings-lightest);
}

.block--dark {
  background: var(--color-background-darkest);
  color: var(--color-text-lighter);
}

.block--dark h1,
.block--dark h2 {
  color: var(--color-text-lightest);
}

.block--dark h3,
.block--dark h4 {
  color: var(--color-text-lighter);
}

.block--light-gray {
  background-color: var(--color-background-lighter);
}

.block--arrow-down {
  clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 50% 100%, 0% 95%);
}

.block--arrow-up-down {
  padding-bottom: calc(var(--padding-vertical) + 4rem);
  clip-path: polygon(0% 0%, 50% 5%, 100% 0%, 100% 95%, 50% 100%, 0% 95%);
}

.block--arrow-up {
  padding-bottom: calc(var(--padding-vertical) + 2.5rem);
  clip-path: polygon(0% 0%, 50% 5%, 100% 0%, 100% 100%, 0% 100%);
}

.container {
  max-width: var(--breakpoint-container);
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .block {
    padding: var(--padding-top-vertical--wide) var(--padding-horizontal--wide) var(--padding-bottom-vertical--wide);
  }
  .block--article {
    padding: 0 var(--padding-horizontal--wide) var(--padding-bottom-vertical--wide);
  }
}

@media screen and (min-width: 1366px) {
  .block {
    padding-top: var(--padding-top-vertical--xwide);
  }
}

/* ****************************************************** */
/* Grids */
/* ****************************************************** */
.grid {
  display: grid;
}

.grid--1x3 {
  grid-gap: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .grid--1x2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid--1x2--65 {
    grid-template-columns: 65% 35%;
  }

  .grid--1x3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid--1x4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid--1x4--offset {
    grid-template-columns: 29fr 29fr 29fr 13fr;
  }

  .grid--1x5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid--2x3 {
    grid-template-columns: 38fr repeat(2, 31fr);
  }
}

/* ***************************************************** */
/* ***************************************************** */
/* ***************************************************** */
/* ************************COMPONENTS***************************** */
/* ***************************************************** */
/* ***************************************************** */

/* ****************************************************** */
/* Buttons */
/* ****************************************************** */
.btn {
  border-radius: var(--border-radius--large);
  border: 0;
  cursor: pointer;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0.625rem 0;
  outline: 0;
  line-height: 1.15;
  padding: 1.3rem 4vw;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.btn--primary {
  background: var(--color-primary);
  color: var(--color-text-lightest);
}

.btn--primary:hover {
  background: var(--color-primary-lighter);
}

.btn--tag {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  border: none;
  border-radius: var(--border-radius--large);
  margin-left: 0.5ch;
  padding: 0 0.5rem;
}

.btn--stretched {
  padding-left: 6rem;
  padding-right: 6rem;
}

.btn--full {
  width: 100%;
}

.btn--short {
  margin: 0;
  padding: 0.31rem;
  height: 40px;
  justify-self: end;
}

.btn--block {
  width: 100%;
  display: inline-block;
}

.btn-content {
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .btn {
    font-size: 1rem;
  }
}

/* ****************************************************** */
/* Lists */
/* ****************************************************** */
.list {
  list-style: none;
  padding-left: 0;
}

.list--inline .list__item {
  display: inline-block;
  margin-right: 2rem;
}

@media screen and (min-width: 1024px) {
  .list--tick .list__item {
    padding-left: 0;
  }
}

/* ****************************************************** */
/* Forms */
/* ****************************************************** */
input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  border: 1px solid var(--color-text-lighter);
  border-radius: var(--border-radius--large);
  padding: 0.5rem 0.7rem;
  width: 100%;
  transition: border-color 0.15s, box-shadow 0.15s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: var(--color-secondary);
  outline: 0;
  box-shadow: 0 0 4px 4px var(--color-shadow-lighter);
}

.form-group button[type="submit"] {
  margin-top: 2rem;
}

.form-group {
  margin-top: 2rem;
}

/* ****************************************************** */
/* Cards */
/* ****************************************************** */
.card {
  border-radius: var(--border-radius--large);
  box-shadow: 0 0 20px 10px var(--color-background-lighter);
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
}

.card__header,
.card__body {
  padding: 1.25rem 7%;
}

.card__heading {
  font-size: 1.55rem;
  font-weight: 500;
}

.card--primary .card__header {
  background: var(--color-primary);
  color: var(--color-text-lightest);
}

/* ****************************************************** */
/* Icons */
/* ****************************************************** */
.icon {
  width: 40px;
  height: 40px;
}

.icon--darkest {
  fill: var(--color-text-darkest);
}

/* ****************************************************** */
/* Collapsibles */
/* ****************************************************** */
.collapsible__content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.collapsible--expanded .collapsible__content {
  max-height: 100%;
  opacity: 1;
}

/* ****************************************************** */
/* Callouts */
/* ****************************************************** */
.callout-light {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0;
  background: #222222;
}

.callout-light__btn {
  white-space: normal;
  max-width: 80vw;
  background: var(--color-background);
  color: var(--color-primary);
}

.callout-light__btn .btn__icon {
  display: none;
}

@media screen and (min-width: 800px) {
  .callout-light__btn .btn__icon {
    display: inline-block;
    width: 1.85rem;
    height: 1.85rem;
    margin-right: 0.625rem;
    vertical-align: middle;
  }
}

.callout-card__heading {
  color: var(--color-text);
  font-size: 1.25rem;
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .callout-card__content {
    max-width: 70vw;
    min-width: 70%;
    margin: 0 auto;
  }

  .callout__heading {
    margin: 0 20% 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .callout-card__content::before {
    content: "";
    height: 3.75rem;
    width: 3.75rem;
    display: inline-block;
    margin: 0 0 0;
    background-position: center;
    background-size: cover;
  }

  .callout-card__content--plan::before {
    background-image: url("https://s3-us-west-1.amazonaws.com/files.caltopo.com/about/temp--icon-plan.png");
  }

  .callout-card__content--start::before {
    background-image: url("https://s3-us-west-1.amazonaws.com/files.caltopo.com/about/temp--icon-startmapping.png");
  }

  .callout-card__content--demo::before {
    background-image: url("https://s3-us-west-1.amazonaws.com/files.caltopo.com/about/temp--icon-demo.png");
  }

  .callout-card__content--app::before {
    background-image: url("https://s3-us-west-1.amazonaws.com/files.caltopo.com/about/temp--icon-app.png");
  }
}

/* ****************************************************** */
/* Media */
/* ****************************************************** */
.media {
  display: flex;
  margin-bottom: 2.5rem;
  text-align: left;
}

.media--col {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.media__image {
  margin-top: 0.4rem;
  margin-bottom: 1.2rem;
}

.media__image .icon {
  height: 75px;
  width: auto;
}

.media__title {
  margin-top: 0;
  color: var(--color-primary);
}

.media__body {
  text-align: left;
  padding: 3em;
  vertical-align: center;
  margin: 0 1.25rem;
  max-width: 18.75rem;
}

.media--col .media__body {
  text-align: center;
  padding: 1em 0 2em;
}

@media screen and (min-width: 728px) {
  .media--col.media--card {
    flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .media--col .media__body {
    margin: 0;
  }

  .media--col.media--card {
    flex-direction: column;
  }
}

/* ****************************************************** */
/* Examples */
/* ****************************************************** */
.example {
  background-color: var(--color-background-lightgrey);
  padding: 2rem;
  color: var(--color-text-2);
}

.example p {
  margin-bottom: 0;
}

.example p:first-of-type {
  margin-bottom: 1rem;
}

/* ****************************************************** */
/* Text Art */
/* ****************************************************** */
.text-art__container {
  margin: 0 auto;
  width: max-content;
  justify-self: center;
  text-align: center;
}

.text-art__top {
  font-weight: 700;
  font-size: 1.875rem;
  text-align: left;
  line-height: 0.8;
}

.text-art__mid {
  font-weight: 900;
  font-size: 4.5rem;
  line-height: 0.8;
}

.text-art__bot {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 0.8;
  text-align: right;
}

@media screen and (max-width: 570px) {
  .text-art__mid {
    font-size: 3.7rem;
  }
}

@media screen and (min-width: 1024px) {
  .text-art__container {
    text-align: right;
  }

  .text-art__top {
    font-size: 2.5rem;
  }

  .text-art__mid {
    font-size: 5.6rem;
  }

  .text-art__bot {
    font-size: 2.5rem;
  }
}

/* ****************************************************** */
/* Tables */
/* ****************************************************** */

.table__row {
  padding: 1rem 1rem 2rem;
  border: 1px solid var(--color-text);
  color: var(--color-primary);
}

.table__row--header {
  background-color: white;
  color: var(--color-text);
}

@media screen and (min-width: 1024px) {
  .table__row {
    height: 100%;
  }
}

/* ****************************************************** */
/* Articles */
/* ****************************************************** */
.article {
  text-align: left;
  grid-gap: 0.625rem;
  padding: 0 2.5rem;
}

.article header {
  padding-bottom: 1.25rem;
}

.article h1 {
  font-size: 4rem;
}

.article h2 {
  color: var(--color-text);
}

.article a {
  color: var(--color-primary);
}

.article .flex-item-1 {
  border-right-color: var(--color-text);
}

@media screen and (min-width: 728px) {
  .article .media--col .media__body {
    text-align: left;
  }
}

/* ****************************************************** */
/* Request Demo Form */
/* ****************************************************** */

.form--collapsible {
  padding-bottom: .5rem;
  margin-bottom: .5rem;
}

.form--in-main-body {
  background-color: var(--color-background-lightgrey);
  border-radius: var(--border-radius);
  color: var(--color-text);
  padding: 1rem 2rem;
  text-transform: uppercase;
  margin-top: .5rem;
  text-align: left;
}

.form__sub-section {
  margin: 5rem 1rem 1rem;
  padding: 1rem;
  background: var(--color-background);
}

.form__sub-section .sub-heading {
  font-weight: 500;
}

.form--in-main-body ul {
  list-style: none;
}

h3.form--in-main-body__heading {
  color: var(--color-headings);
}

.form--in-main-body__content .form-group {
  margin-top: 1rem;
}

@media screen and (min-width: 1024px) {
  .form--in-main-body {
    text-align: left;
  }

  .success--return {
    text-align: center;
  }
}

/* ****************************************************** */
/* Newsletter Signup Form */
/* ****************************************************** */
.form--in-footer {
  margin-top: 1rem;
}

#mailerlite-signupform #mlb2-3925180.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#mailerlite-signupform #mlb2-3925180.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 0 !important;
}

#mailerlite-signupform #mlb2-3925180.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#mailerlite-signupform #mlb2-3925180.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  font-family: 'Fira Sans Extra Condensed' !important;
  display: none;
}

#mailerlite-signupform #mlb2-3925180.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
#mailerlite-signupform #mlb2-3925180.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p,
#mailerlite-signupform #mlb2-3925180.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.privacy-policy p,
#mailerlite-signupform #mlb2-3925180.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p,
#mailerlite-signupform #mlb2-3925180.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  font-family: 'Raleway' !important;
}

#mailerlite-signupform #mlb2-3925180.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  font-family: 'Fira Sans Condensed' !important;
}


/* ***************************************************** */
/* ***************************************************** */
/* ***************************************************** */
/* ************************BEHAVIORS/ANIMATIONS***************************** */
/* ***************************************************** */
/* ***************************************************** */
.fade--in {
  opacity: 0;
  transition: opacity 250ms ease-in;
}

.fade--from-left {
  opacity: 0;
  transition: opacity 250ms ease-in, transform 400ms ease-in;
  transform: translateX(-50%);
}

.fade--from-right {
  opacity: 0;
  transition: opacity 250ms ease-in, transform 400ms ease-in;
  transform: translateX(50%);
}

.fade--in.appear {
  opacity: 1;
}

.fade--from-left.appear, .fade--from-right.appear {
  opacity: 1;
  transform: translateX(0);
}


/* ***************************************************** */
/* ***************************************************** */
/* ***************************************************** */
/* ************************BLOCKS***************************** */
/* ***************************************************** */
/* ***************************************************** */

/* ***************************************************** */
/* Header Block */
/* ***************************************************** */
.header__block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(253, 253, 253, 0.95);
  border-bottom: 1px solid var(--color-borders);
}

/* ***************************************************** */
/* Navigation Bar */
/* ***************************************************** */

.nav {
  padding: 0 1rem;
}

.nav.grid--1x3 {
  grid-template-columns: 100fr 135px 40px;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
}

.nav__brand__container {
  justify-items: start;
  width: 150px;
}

.nav .btn {
  font-size: 0.81rem;
  border-radius: var(--border-radius);
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
  line-height: 1.2;
  margin-top: auto;
}

.nav__btn {
  justify-self: end;
}

.btn--nav {
  padding: 8px 10px;
  margin: auto;
}

.nav__toggler {
  opacity: 0.5;
  transition: box-shadow 0.15s;
  cursor: pointer;
  justify-self: end;
}

.nav__brand > img {
  transform: translateY(6px);
  width: 150px;
}

.nav__list {
  width: 100%;
  margin: 0;
  grid-column: 1 / 4;
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  display: none;
}

.nav__item {
  padding: 0.5rem 2rem;
  border-bottom: 1px solid var(--color-shadow);
}

.nav__item > a,
.nav__item a {
  color: var(--color-text-darkest);
  transition: color 0.3s;
}

.nav__item > a:hover,
.nav__item a:hover {
  color: var(--color-tertiary);
}

.collapsible--expanded .nav__list.collapsible__content {
  display: block;
}

.nav.collapsible--expanded .nav__toggler {
  opacity: 1;
  box-shadow: 0 0 0 3px var(--color-shadow);
  border-radius: var(--border-radius--large);
}

.nav__list.collapsible__content--sub {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
  text-align: left;
  background-color: var(--color-background-lightgrey);
  font-size: .81rem;
}

.nav__list .collapsible__content--sub li {
  padding: 0.5rem 0 0.5rem 0.5rem;
}

.nav__list .collapsible__content--sub li:hover {
  background-color: var(--color-background-lighter);
}

.nav__item--top {
  color: var(--color-text);
}

.nav .hover-effect:hover {
  color: var(--color-tertiary);
}

@media screen and (max-width: 374px) {
  .nav__brand > img {
    transform: translateY(8px);
    width: 100px;
  }

  .nav__btn-content {
    font-size: 0.6rem;
    font-weight: 400;
  }

  .nav__brand__container {
    width: 100px;
  }
}

@media screen and (max-width: 870px) {
  .nav__list.collapsible--expaneded--mobile {
    max-height: 100%;
    opacity: 1;
    display: block;
    margin-top: 6px;
  }
}

@media screen and (min-width: 870px) {
  .nav.grid--1x3 {
    grid-template-columns: 150px 1fr 140px;
  }

  .nav.nav--team.grid--1x3 {
    grid-template-columns: 150px 1fr 127px;
  }

  .nav__btn {
    grid-column: 3;
    justify-self: center;
  }

  .nav .btn {
    margin-top: -3px;
  }

  .nav__toggler {
    display: none;
    width: 35px;
    height: 35px;
  }

  .nav__list {
    width: auto;
    max-height: 100%;
    opacity: 1;
    font-size: 0.81rem;
    justify-self: end;
    grid-column: 2;
    grid-row: 1;
    display: block;
  }

  .nav__item {
    border: 0;
    display: inline-block;
    padding: 0 .8rem 0 .8rem;
  }

  .nav__item--top {
    line-height: 85px;
    padding-bottom: 3px;
  }

  .nav__list .collapsible__content--sub {
    display: block;
    position: absolute;
    border-top: 3px solid var(--color-tertiary);
    margin-top: -2px;
    background: rgba(253, 253, 253, 0.95);
    border-bottom: 1px solid rgb(207, 207, 207);
    border-left: 1px solid rgb(207, 207, 207);
    border-right: 1px solid rgb(207, 207, 207);
  }

  .nav__list .collapsible__content--sub li {
    padding: 0.5rem 1rem;
    text-align: left;
  }

  .nav__list .collapsible__content--sub li:hover {
    background-color: var(--color-background-lighter);
  }

  .nav .hover-effect:hover {
    cursor: pointer;
    border-bottom: 3px solid var(--color-tertiary);
    padding-bottom: 0;
    color: var(--color-text);
  }

  .collapsible--expanded--sub .nav__list.collapsible__content--sub {
    max-height: 200%;
    opacity: 1;
  }
}

/* ****************************************************** */
/* Footer Block ************************************* */
/* ****************************************************** */
.block--footer {
  background-color: #222222;
}

.footernav {
  text-align: left;
  font-size: .81rem;
  grid-gap: 1rem;
}

.footerwrap h3 {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 1rem;
}

/* ****************************************************** */
/* Hero Split Block ************************************* */
/* ****************************************************** */
.block--hero-split h1,
.block--hero-split h2 {
  color: var(--color-text-lightest);
}

.hero-split {
  display: flex;
  background-blend-mode: overlay;
  background-size: cover;
}

.hero-split__header h2 {
  margin-top: 0;
  color: var(--color-primary);
}

.hero-split__left {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 80%);
  z-index: 1;
  min-height: 600px;
}

.hero-split__right {
  clip-path: polygon(0% 0%, 100% 96%, 100% 100%, 0% 100%);
  margin-top: -110px;
  opacity: 50%;
  min-height: 125px;
}

.container--half {
  height: 100%;
  text-align: left;
  display: flex;
}

.container--half--left {
  margin: 7.5rem auto 1.25rem;
  text-align: center;
  padding: 0 1.25rem;
}

.container--half--right {
  margin: 1.25rem;
}

.hero-split__right h2 {
  display: none;
}

.focus--on .hero-split__left {
  opacity: 50%;
}

.focus--on .hero-split__right {
  opacity: 100%;
}

@media screen and (min-width: 768px) {
  .hero-split__right {
    clip-path: polygon(0% 0%, 100% 65%, 100% 100%, 0% 100%);
  }
}

@media screen and (min-width: 1024px) {
  .block--hero-split {
    margin-top: 88px;
  }

  .hero-split__left {
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
    margin-right: -10%;
    z-index: 1;
    min-height: 80vh;
    opacity: 100%;
    transition: clip-path 0.3s, opacity 0.3s;
    transition-timing-function: ease-out;
  }

  .hero-split__right {
    clip-path: polygon(34.1% 0%, 100% 0%, 100% 100%, 0% 100%);
    margin-left: -20%;
    margin-top: 0;
    min-height: 80vh;
    opacity: 50%;
    transition: clip-path 0.3s, margin 0.3s, opacity 0.3s;
    transition-timing-function: ease-out;
  }

  .container--half--left {
    max-width: 630px;
    margin: 0 33% 0 auto;
    text-align: left;
    align-items: flex-start;
    padding: 7.5rem 0 0 1.875rem;
  }

  .container--half--right {
    margin: 0 auto 0 20%;
    max-width: 300px;
    margin-top: 100%;
    padding-bottom: 3.75rem;
  }

  .hero-split__right h2 {
    display: block;
  }
}

/* Display Longer Header in Hero Block */
@media screen and (max-width: 1024px) {
  .display-on-wide--block {
    display: none;
  }
}


/* ****************************************************** */
/* Hero Block ************************************* */
/* ****************************************************** */
.block--hero {
  display: flex;
  justify-content: center;
  align-items: center;
  background-blend-mode: overlay;
  background-attachment: fixed;
  background-size: cover;
}

.hero-slide__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 1rem 0;
}

.hero-slide__container .hero-slide__content {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.hero-slide__content .text-art__container {
  margin: 0;
  align-self: center;
}

.hero-slide__tagline {
  color: var(--color-text-lightest);
}

.hero-slide__btn__containter {
  margin-top: 1.875rem;
}

.hero-slide__container h1,
.hero-slide__content h2 {
  color: var(--color-text-lightest);
}

.hero-slide__btn__containter .contact--collapsible {
  padding-bottom: 0;
  margin-bottom: 0;
}

.hero-slide__btn {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0.625rem auto 0;
  display: block;
  padding: 0.3125rem;
}

.hero-slide__btn {
  width: 50%;
  margin: 0.625rem auto 0;
  border-radius: var(--border-radius);
}

@media screen and (min-width: 768px) {
  .hero-slide__container {
    margin: 5.6rem 0.625rem;
  }

  .hero-slide__content {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .block--hero {
    margin-top: 88px;
  }
}

/* ****************************************************** */
/* Page Title Block */
/* ****************************************************** */

.block--page-title {
  padding-bottom: 0;
}

/* ****************************************************** */
/* Showcase Block */
/* ****************************************************** */
.showcase__body {
  text-align: left;
  padding: 0;
  max-width: 600px;
  justify-self: center;
  padding-bottom: 1rem;
}

.block-showcase .showcase__body {
  margin-bottom: .75rem;
}

.showcase.grid {
  text-align: center;
  align-items: center;
  margin-top: 0;
}

.block-showcase__image > img {
  width: auto;
  max-width: 60vw;
}

.showcase__highlight p {
  padding-bottom: 0;
}

div.showcase__extra {
  margin-bottom: 0.94rem;
}

@media screen and (min-width: 400px) {
  .block-showcase {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 550px) {
  .block-showcase {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .block-showcase {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .showcase__body {
    padding-bottom: 7.5rem;
  }

  .block-showcase .showcase__body {
    border-bottom: none;
    margin-bottom: 0;
  }

  .showcase.grid {
    margin-bottom: 6.25rem;
  }

  .showcase.grid.showcase--main {
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
  }

  .block-showcase__image {
    justify-self: center;
  }

  .block-showcase__image > img {
    width: auto;
    max-width: 16vw;
  }

  .showcase__body--switch {
    grid-template-columns: 60% 40%;
  }

  .showcase__body--switch .showcase__body--rt {
    grid-row: 1;
  }

  .showcase__body {
    padding: 0 3rem;
  }
}

/* ****************************************************** */
/* Showcase Highlights Block ************************************* */
/* ****************************************************** */
.block--showcase--highlights .showcase {
  margin-bottom: 0;
}

.block--showcase--highlights .grid {
  padding-bottom: 0.5rem;
  grid-gap: 1.25rem;
}

.block--showcase--highlights .text-art__container {
  max-width: 75%;
}

.block--showcase--highlights .text-art__container.text-art--wide-content {
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .block--showcase--highlights .showcase__body--switch {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ****************************************************** */
/* Features Block */
/* ****************************************************** */

.block--features-grid .features-grid__media {
  margin-top: 9rem;
}

@media screen and (min-width: 1024px) {
  .block--arrow-up-down.block--features-grid {
    clip-path: polygon(0% 0%, 28% 5%, 100% 0%, 100% 95%, 50% 100%, 0% 95%);
  }

  .block--features-grid .features-grid__media {
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 1400px) {
  .block--arrow-up-down.block--features-grid {
    clip-path: polygon(0% 0%, 33% 5%, 100% 0%, 100% 95%, 50% 100%, 0% 95%);
  }
}

/* ****************************************************** */
/* Featured Block With Background Image */
/* ****************************************************** */
.featured--bg-image {
  background-blend-mode: overlay;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured--bg-image__content {
  margin-bottom: 0;
}

.featured--bg-image__tagline {
  color: var(--color-text-lightest);
  margin: 1.25rem 0;
}

@media screen and (min-width: 768px) {
  .featured--bg-image__heading {
    font-size: 3.125rem;
  }
}

@media screen and (min-width: 1024px) {
  .featured--bg-image__content {
    text-align: left;
    align-self: center;
  }
}

/* ****************************************************** */
/* Callout Block with Cards */
/* ****************************************************** */
.block--callout {
  background: var(--color-background-lighter);
}

.callout__heading {
  padding: 0 2.5rem 1.25rem;
  margin: 0 0 2.5rem;
}

.block--callout .callout-card__container {
  grid-gap: 1.875rem;
}

.callout-card__content--app .app-badges {
  display: flex;
  justify-content: space-between;
}

.callout-card__content--app .app-badge {
  display: inline-block;
  width: 49%;
}

.app-badge img {
  height: 40px;
  width: auto;
}

/* ****************************************************** */
/* Stories Block */
/* ****************************************************** */
.stories-block {
  background: var(--color-background-lighter);
}

.stories-block .grid--2x3 {
  grid-gap: 1.25rem;
  align-items: center;
}

.stories-block .left-col {
  grid-row: 1 / 3;
  padding: 1.875rem 1.25rem;
}

.left-col .subheading {
  margin-bottom: 0;
  color: var(--color-text-lighter);
}

.left-col .heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-size: 3.125rem;
}

.left-col .heading::after {
  content: "";
  display: block;
  width: 5rem;
  margin-top: 3rem;
  border-bottom: 0.7rem solid var(--color-text-darkest);
}

.stories__text::after {
  content: "...";
  margin-left: -0.5rem;
}

.story__container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vw;
  background-size: cover;
  border-radius: var(--border-radius--large);
  box-shadow: 0 0 20px 10px var(--color-background-lighter);
  overflow: hidden;
  transition: transform 0.2s ease-out;
}

.story__title {
  color: var(--color-headings-lightest);
  text-transform: uppercase;
  font-size: 1.6rem;
}

.story__container:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px 10px var(--color-background-lighter);
}

@media screen and (min-width: 1024px) {
  .stories-block .left-col {
    text-align: left;
  }

  .story__container {
    height: 25vw;
    max-height: 25rem;
  }
}

/* ****************************************************** */
/* ****************************************************** */
/* ****************************************************** */
/* ****************************************************** */
/* ******************* PAGE SPECIFIC STYLES *********************************** */
/* ****************************************************** */
/* ****************************************************** */
/* ****************************************************** */

/* ****************************************************** */
/* ****************************************************** */
/* ******************* /about/ *********************************** */
/* ****************************************************** */
/* ****************************************************** */

/* Hero Split */
.hero-split__left__bg--about {
  background-image: url("https://s3-us-west-1.amazonaws.com/files.caltopo.com/about/caltopo_header_home.webp"),
  linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
  background-position: bottom center;
  background-image: image-set(
      url("https://s3-us-west-1.amazonaws.com/files.caltopo.com/about/temp--caltopo_header_home.jpg") 1x
  ),
  linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)) /* Safari */
}

.hero-split__right__bg--about {
  background-image: url("https://s3-us-west-1.amazonaws.com/files.caltopo.com/about/temp--team-helicopter.jpg"),
  linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-position: bottom left;
}

/* Featured Block Background Image */
.featured--bg-image--about {
  background-image: url("https://s3-us-west-1.amazonaws.com/files.caltopo.com/about/about--bg--offline.jpg"),
  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: center;
}

.featured--bg-image--discount {
  background-image: url("https://s3-us-west-1.amazonaws.com/files.caltopo.com/about/temp--first-responder-colorado.jpg"),
  linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background-position: center left;
}

.hero-slide__heading--narrow {
  margin-top: 23%;
}

.hero-slide__heading--narrow .text-art__top,
.hero-slide__heading--narrow .text-art__bot {
  font-size: 2.5rem;
}

.hero-slide__heading--narrow .text-art__mid {
  font-size: 7rem;
}

@media screen and (max-width: 590px) {
  .hero-slide__heading--narrow {
    margin-top: 40%;
  }

  .hero-slide__heading--narrow .text-art__top,
  .hero-slide__heading--narrow .text-art__bot {
    font-size: 1.8rem;
  }

  .hero-slide__heading--narrow .text-art__mid {
    font-size: 4.6rem;
  }

  .container--half--right .hero-split__header h1 {
    margin: 1em auto auto;
  }
}

@media screen and (min-width: 1024px) {
  .featured--bg-image--about {
    background-image: url("https://s3-us-west-1.amazonaws.com/files.caltopo.com/about/about--bg--offline.jpg"),
    linear-gradient(90deg, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.5) 55%);
    background-position: center;
  }

  .featured--bg-image--discount {
    background-image: url("https://s3-us-west-1.amazonaws.com/files.caltopo.com/about/temp--first-responder-colorado.jpg"),
    linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3) 60%);
  }
}

/* Get Off the Beaten Trail Block ************************************* */
.block__header--about {
  margin-bottom: 4rem;
}

.block-showcase__heading {
  margin-bottom: 0;
  font-size: 3.8rem;
}

.block-showcase__tagline {
  margin-top: 0;
  font-size: 1.5rem;
  color: var(--color-text-2);
  font-weight: 300;
}

@media screen and (min-width: 680px) {
  .block-showcase__heading {
    font-size: 4rem;
  }
}

@media screen and (min-width: 1024px) {
  .block-showcase__heading {
    margin-top: 0;
  }
}

/* ****************************************************** */
/* ****************************************************** */
/* ******************* /teams/ *********************************** */
/* ****************************************************** */
/* ****************************************************** */

/* ****************************************************** */
/* Team Block Styles */
/* ****************************************************** */

/* Team Hero Block ************************************* */
.block--hero__bg--teams {
  background-image: url("https://s3-us-west-1.amazonaws.com/files.caltopo.com/helicopter.jpg"),
  linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-blend-mode: overlay;
  background-position: bottom center;
}

@media screen and (max-width: 570px) {
  .block--hero__bg--teams .text-art__mid {
    font-size: 2.5rem;
  }

  .hero-slide__tagline {
    font-size: 1.4rem;
  }
}

/* Team Highlights Block ************************************* */

.block--team--highlights .text-art__mid {
  font-size: 6rem;
}

/* Team Features Grid Block */

.card--team .card {
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .block--team-features-grid .card__body {
    min-height: 11.5625rem;
  }
}

@media screen and (min-width: 1230px) {
  .block--team-features-grid .card__body {
    min-height: 9.125rem;
  }
}

.block--team--highlights .grid--1x3 {
  padding-top: 2.5rem;
}

@media screen and (min-width: 1024px) {
  .block--team--highlights .showcase__body--switch {
    grid-template-columns: repeat(2, 1fr);
  }
}

.story--one {
  background-image: url("https://s3-us-west-1.amazonaws.com/files.caltopo.com/about/temp--story-one.jpg"),
  linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-blend-mode: overlay;
  background-position: center;
}

.story--two {
  background-image: url("https://s3-us-west-1.amazonaws.com/files.caltopo.com/about/temp--story-two.jpg"),
  linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-blend-mode: overlay;
  background-position: center;
}

.story--three {
  background-image: url("https://s3-us-west-1.amazonaws.com/files.caltopo.com/about/temp--story-three.jpeg"),
  linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-blend-mode: overlay;
  background-position: center;
}

.story--four {
  background-image: url("https://s3-us-west-1.amazonaws.com/files.caltopo.com/about/temp--story-four.jpg"),
  linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-blend-mode: overlay;
  background-position: center;
}

/* ****************************************************** */
/* ****************************************************** */
/* /who-we-are/  ************************************* */
/* ****************************************************** */
/* ****************************************************** */
.block--who-we-are .grid {
  grid-gap: 1.25rem;
}

.block__who-we-are .media__body p {
  padding-top: 1.25rem;
}

/* ****************************************************** */
/* ****************************************************** */
/* support splash page  ************************************* */
/* ****************************************************** */
/* ****************************************************** */
.image {
  width: 67%;
  margin: auto;
  min-width: 400px;
}

.image100 {
  width: 100%;
}

/* ****************************************************** */
/* ****************************************************** */
/* /help/  ************************************* */
/* ****************************************************** */
/* ****************************************************** */

/*support page top three help links*/
.flex-container {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  margin: auto;
}

.flex-item-1 {
  padding: 10px 20px;
  flex: 3;
  border-right: solid;
  border-right-color: #31ccaa;
}

.flex-item {
  padding: 10px 20px;
  flex: 3;
}

@media (max-width: 800px) {
  .flex-container {
    width: 100%;
    margin: auto;
  }

  .flex-item {
    flex: 100%;
    text-align: center;
  }
}

/* ****************************************************** */
/* ****************************************************** */
/* /privacy policy/  ************************************* */
/* ****************************************************** */
/* ****************************************************** */

@media screen and (min-width: 1024px) {
  .california-data .table__row--header {
    height: 13rem;
  }

  .california-data {
    margin-bottom: 14rem;
  }
}

/* ****************************************************** */
/* ****************************************************** */
/* /partnerships and sponsorships/  ************************************* */
/* ****************************************************** */
/* ****************************************************** */

.block--sponsorship-logos .grid {
  background: white;
}

.block--sponsorship-logos img {
  width: 80%;
}

/* ****************************************************** */
/* ****************************************************** */
/* /terms-of-use/  ************************************* */
/* ****************************************************** */
/* ****************************************************** */
.terms-of-use strong {
  font-weight: 700;
}