@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600&display=swap");
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100vw; }

body {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  line-height: 1.5em !important;
  color: #454a4c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  max-width: 100vw; }

a {
  transition: all ease .3s; }
  a:hover {
    opacity: 0.7; }

.text-sm {
  font-size: 1rem; }

h1, h2, h3 {
  line-height: 1.3em !important; }

.bg-red {
  background-color: #e1715e !important; }

.bg-blue {
  background-color: #c2eaf3 !important; }

.bg-tan {
  background-color: #f1f0ec !important; }

.border-grey {
  border-color: #454a4c; }

.statement {
  max-width: 1000px; }

nav#menu {
  text-align: right;
  font-weight: 500;
  z-index: 600; }
  nav#menu li {
    display: inline-block; }
    nav#menu li a {
      color: #fff; }
  nav#menu li + li {
    margin-left: 2em; }
  nav#menu .active {
    border-bottom: 2px solid #fff;
    font-weight: bold; }

.mobile-nav {
  z-index: 900; }
  .mobile-nav a {
    color: #fff; }
  .mobile-nav li + li {
    margin-top: .2em; }

/* Icon 1 */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 50px;
  height: 45px;
  position: fixed;
  z-index: 999;
  top: 20px;
  right: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon1 span:nth-child(1) {
  top: 18px; }

#nav-icon1 span:nth-child(2) {
  top: 18px;
  display: none; }

#nav-icon1 span:nth-child(3) {
  top: 36px; }

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

@media screen and (min-width: 768px) {
  #about {
    padding-top: 80px; } }
.list-2cols {
  column-count: 2;
  column-gap: 40px; }
  .list-2cols li {
    margin-bottom: .5em; }

@media screen and (max-width: 768px) {
  .list-2cols {
    column-count: 1; } }
ul.dashed {
  padding-left: .5em;
  list-style-type: '- '; }
  ul.dashed li {
    margin-bottom: .5em; }

.sectors .active {
  font-weight: bold; }

.slide {
  width: 100%; }

.sectors li, .brands li {
  margin-bottom: .5em; }

.brands {
  display: none; }

.testimonial-pager {
  font-size: 60px; }
  .testimonial-pager span {
    color: #fff;
    cursor: pointer; }
  .testimonial-pager .cycle-pager-active {
    color: #e1715e; }

.contact-pre {
  width: 65px;
  display: inline-block; }

.accordion {
  max-width: 450px;
  border-bottom: 1px solid #fff; }
  .accordion dt, .accordion dd {
    border-bottom: 0;
    border-top: 1px solid #fff; }
    .accordion dt a, .accordion dd a {
      display: block;
      color: #fff;
      position: relative;
      z-index: 100; }
  .accordion dt {
    padding: 10px;
    position: relative; }
    .accordion dt:after {
      content: url("images/arrow.svg");
      position: absolute;
      width: 15px;
      top: 14px;
      right: 10px;
      transition: all ease .3s;
      z-index: 10; }
  .accordion dt.active {
    font-weight: bold; }
    .accordion dt.active:after {
      right: 20px;
      top: 10px;
      transform: rotate(90deg); }
  .accordion dd {
    padding-bottom: 10px;
    border-top: 0;
    padding-left: 1.5em; }

@media screen and (max-width: 768px) {
  .accordion dd a, .accordion dd a:hover, .accordion dt a, .accordion dt a:hover {
    opacity: 1; } }

/*# sourceMappingURL=styles.css.map */
