body,
html {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  color: #333;
  width: 100%;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 800;
  color: #333;
  line-height: 1.1;
}
.module h1,
.module h2,
.module h3,
.module h4,
.module h5,
.module h6 {
  text-align: left;
}
h1,
h2,
h3 {
  margin: 0 0 25px;
}
h4,
h5,
h6 {
  margin: 0 0 12px;
}
h1 {
  font-size: 54px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
li,
p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 12px;
  color: #333;
}
.module p:last-of-type {
  margin: 0;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
img {
  max-width: 100%;
}
iframe {
  max-width: 100%;
}
header {
  padding: 0;
}
ul.bullet-list {
  list-style-type: disc;
  margin: 25px 0;
  padding-left: 15px;
}
ul.bullet-list li {
  padding-left: 10px;
}
@media screen and (min-width: 800px) {
  h1,
  h2,
  h3 {
    margin: 0 0 50px;
  }
  h4,
  h5,
  h6 {
    margin: 0 0 25px;
  }
  h1 {
    font-size: 88px;
  }
  h2 {
    font-size: 64px;
  }
  h3 {
    font-size: 42px;
  }
  h4 {
    font-size: 22px;
  }
}
.bold {
  font-weight: 800;
}
.aqua {
  color: #4cc2c4;
}
.aqua-bg {
  background-color: #4cc2c4 !important;
}
.aqua-bg,
.aqua-bg p {
  color: #fff;
}
.amber {
  color: #ffb400;
}
.candy {
  color: #ff5580;
}
.white {
  color: #fff;
}
.graphite {
  color: #333;
}
.graphite-bg {
  background-color: #333 !important;
}
.white-bg {
  background-color: #fff !important;
}
.light-grey-bg {
  background-color: #eee !important;
}
.amber-bg {
  background-color: #ffb400 !important;
}
.candy-bg {
  background-color: #ff5580 !important;
}
.aqua-grad {
  background: url(https://beta29.a8websites.co.uk/wp-content/themes/pivot-child/images/gradients//aqua-bg.svg) no-repeat !important;
  background-size: cover !important;
  background-position: right center !important;
}
.amber-grad {
  background: url(https://beta29.a8websites.co.uk/wp-content/themes/pivot-child/images/gradients//amber-bg.svg)
    no-repeat !important;
  background-size: cover !important;
  background-position: right center !important;
}
.graphite-grad {
  background: url(https://beta29.a8websites.co.uk/wp-content/themes/pivot-child/images/gradients//graphite-bg.svg)
    no-repeat !important;
  background-size: cover !important;
  background-position: right center !important;
}
.black-grad {
  background: url(https://beta29.a8websites.co.uk/wp-content/themes/pivot-child/images/gradients//black-bg.svg)
    no-repeat !important;
  background-size: cover !important;
  background-position: right center !important;
}
.flex-four_col:not(:last-of-type) {
  margin-bottom: 25px;
}
@media screen and (min-width: 800px) {
  .flex-four_col:not(:last-of-type) {
    margin-bottom: 0;
  }
  .flex-parent_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .flex-four,
  .flex-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
  }
  .flex-two_col {
    flex: 1 0 48%;
    flex: 1 0 calc(50% - 50px);
    max-width: 48%;
  }
  .flex-two > :first-child {
    margin-right: 25px;
  }
  .flex-two > :nth-child(2) {
    margin-left: 25px;
  }
  .flex-four_col {
    flex: 1 0 24%;
    flex: 1 0 calc(25% - 25px);
    max-width: 25%;
    margin-bottom: 0;
    padding-right: 25px;
  }
}
.btn {
  background-color: #4cc2c4;
  color: #fff;
  margin: 30px 0;
  display: inline-block;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: auto;
  line-height: 1.5;
  min-width: 140px;
  font-weight: 800;
  text-align: center;
}
.btn:hover {
  opacity: 0.75;
}
.btn.btn-graphite,
.btn.btn-graphite:hover {
  background-color: #333;
}
.btn.btn-amber,
.btn.btn-amber:hover {
  background-color: #ffb400;
}
@media screen and (min-width: 800px) {
  .btn {
    margin: 25px 0 0;
  }
}
