/* line 89, ../sass/_custom.scss */
.chevron::before {
  border-style: solid;
  border-width: 0.5em 0.5em 0 0;
  content: '';
  display: inline-block;
  height: 1em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 1em;
}

/* line 103, ../sass/_custom.scss */
.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}

/* line 108, ../sass/_custom.scss */
.chevron.bottom:before {
  top: 0;
  transform: rotate(135deg);
}

/* line 113, ../sass/_custom.scss */
.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}

/* line 120, ../sass/_custom.scss */
.arrow-down {
  float: right;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid white;
  transition: all 0.6s;
}
/* line 131, ../sass/_custom.scss */
.arrow-down.open {
  transform: rotate(180deg);
}

/* line 139, ../sass/_custom.scss */
.columnwidth {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  /* line 139, ../sass/_custom.scss */
  .columnwidth {
    width: 1024px;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 139, ../sass/_custom.scss */
  .columnwidth {
    width: 1024px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 139, ../sass/_custom.scss */
  .columnwidth {
    width: 96%;
  }
}

/* line 155, ../sass/_custom.scss */
.headers {
  font-family: "Poppins", sans-serif;
}

/* line 158, ../sass/_custom.scss */
.chevronlist li {
  list-style: none;
  padding-left: 0em;
  margin-bottom: 1.5em;
}
/* line 163, ../sass/_custom.scss */
.chevronlist li:before {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-left: -1em;
  width: 1em;
  font-size: 2em;
}

/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
/* Increase the body font size on small devices */
/* line 16, ../sass/responsive.tablet.portrait.scss */
html {
  font-size: 81.3%;
}
