@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,500,500i,700,700i,900&display=swap");
@import url("https://use.fontawesome.com/releases/v5.0.8/css/all.css");
html,
body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none; }

body {
  background-image: url("../img/Path-2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  margin: 0;
  font-family: 'Roboto',
 sans-serif;
  font-weight: 300;
  font-size: 14px; }
  body a {
    color: #006ED5; }
    body a:hover {
      color: #006ED5;
      text-decoration: underline; }

h1 {
  font-size: 51px;
  line-height: 1.5;
  color: #006ED5;
  font-weight: 800; }

h2 {
  font-size: 35px;
  line-height: 1;
  font-weight: 800; }

h3 {
  font-size: 20px;
  line-height: 1.25; }

h4 {
  font-size: 18px;
  line-height: 1.25; }

p,
span {
  font-size: 16px;
  line-height: 1.65; }

strong {
  font-weight: 400; }

em {
  font-style: italic; }

ol,
ul {
  margin: 0;
  padding: 0 0 20px 20px; }

li {
  line-height: 1.65; }

nav a {
  text-decoration: none; }

.fa {
  font-family: "Font Awesome 5 Free"; }

.container {
  margin: 0 auto;
  max-width: 1050px;
  overflow: hidden; }

.row {
  position: relative;
  width: 100%;
  clear: both; }

.hero .width-sizer {
  max-width: 840px;
  margin: 20px auto;
  padding: 20px;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.25);
  border: rgba(0, 0, 0, 0.25);
  border-radius: 15px; }

.hero .height-sizer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 auto; }

.hero iframe {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  height: 100%; }

.btn,
button {
  cursor: pointer;
  background-color: #006ED5;
  border: 0;
  border-radius: 35px;
  color: #FFFFFF;
  font-weight: 600;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.25);
  margin: 20px 0px;
  padding: 15px 25px;
  display: block; }
  .btn:hover,
  button:hover {
    text-decoration: none; }

.cta {
  cursor: pointer;
  color: #006ED5;
  text-transform: uppercase;
  font-weight: 600; }

header[role="banner"] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  align-items: center;
  padding: 20px;
  font-weight: 500; }
  header[role="banner"] .logo img {
    height: 40px;
    display: flex;
    align-items: center; }
  header[role="banner"] nav[role="menu"] ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0px; }
    header[role="banner"] nav[role="menu"] ul li {
      display: inline-flex;
      list-style: none;
      padding: 5px 15px 5px 15px; }
      header[role="banner"] nav[role="menu"] ul li:last-of-type {
        padding: 5px 0px 5px 15px; }
  header[role="banner"] button {
    margin: 0px; }

footer[role="contentinfo"] {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
  padding-left: 0;
  margin-bottom: 0;
  font-weight: 500; }
  footer[role="contentinfo"] .logo img {
    height: 40px;
    display: flex;
    flex: 2;
    align-items: center; }
  footer[role="contentinfo"] nav[role="menu"] {
    display: flex; }
    footer[role="contentinfo"] nav[role="menu"] header {
      color: #006ED5;
      text-transform: uppercase; }
    footer[role="contentinfo"] nav[role="menu"] ul {
      display: flex;
      flex-flow: column;
      padding: 0px; }
      footer[role="contentinfo"] nav[role="menu"] ul li {
        list-style: none;
        padding: 5px 15px 5px 15px; }
        footer[role="contentinfo"] nav[role="menu"] ul li:last-of-type {
          padding: 5px 0px 5px 15px; }
        footer[role="contentinfo"] nav[role="menu"] ul li a {
          color: #000000; }
          footer[role="contentinfo"] nav[role="menu"] ul li a:hover {
            color: #000000;
            text-decoration: underline; }
    footer[role="contentinfo"] nav[role="menu"] button {
      margin: 0px; }

footer[role="banner"] {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0; }
  footer[role="banner"] nav:first-of-type {
    justify-content: start; }
  footer[role="banner"] nav:last-of-type {
    justify-content: end; }
  footer[role="banner"] span {
    display: flex;
    justify-content: flex-end; }
  footer[role="banner"] span img {
    margin: 2.5px; }
  footer[role="banner"] ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0px; }
    footer[role="banner"] ul li {
      display: inline-flex;
      list-style: none; }
      footer[role="banner"] ul li:after {
        content: " | ";
        margin: auto 5px; }
      footer[role="banner"] ul li:last-child:after {
        content: " ";
        margin: auto 0px; }
      footer[role="banner"] ul li a {
        color: #000000; }
        footer[role="banner"] ul li a:hover {
          color: #000000;
          text-decoration: underline; }
  footer[role="banner"] label {
    flex: 1 100%;
    font-weight: 500;
    margin: 5px; }

.rows {
  display: flex;
  flex-flow: column; }

.columns {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row;
  justify-content: space-between;
  align-items: center; }
  .columns div {
    padding: 0 40px; }

.center {
  display: flex;
  justify-content: center;
  text-align: center; }

.grow-2 {
  flex-grow: 2; }

.grow-1 {
  flex-grow: 1; }

.block {
  padding: 80px;
  display: flex;
  align-items: center; }
  .block header {
    font-weight: 700;
    text-transform: uppercase; }
  .block blockquote {
    flex-direction: column;
    align-items: center;
    display: flex;
    max-width: 50%;
    font-size: 25px;
    line-height: 1.25;
    margin: 20px 0px 20px 0px;
    text-align: center; }
    .block blockquote footer {
      font-size: 18px;
      margin: 20px 0px; }

.inverse {
  background: #006ED5; }
  .inverse h1,
  .inverse h2,
  .inverse h3,
  .inverse h4,
  .inverse h5,
  .inverse p,
  .inverse span,
  .inverse blockquote,
  .inverse header {
    color: #FFFFFF; }
  .inverse button {
    color: #006ED5;
    background-color: #FFFFFF; }

.photo-bg {
  position: relative;
  z-index: 1; }
  .photo-bg:after {
    content: "";
    background-image: url("../img/Coles-Dept-Audits@2x.jpg");
    opacity: 0.25;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
    background-position-y: center;
    z-index: -1; }

.cards {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap; }

.usp-intro {
  flex: 0 0 27%;
  align-self: stretch;
  margin: 10px;
  padding: 0 20px;
  justify-content: space-between; }

.usp-card {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  flex: 0 0 27%;
  margin: 10px;
  padding: 20px;
  align-self: stretch;
  align-items: center;
  justify-content: space-between; }
  .usp-card header {
    color: #006ED5;
    text-transform: uppercase; }
  .usp-card span {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25; }
  .usp-card img {
    max-height: 100px; }
  .usp-card:hover {
    box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.1); }

.features {
  align-items: center;
  justify-content: space-between; }

@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-5px); }
  100% {
    transform: translatey(0px); } }

.float {
  animation: float 2s ease-in-out infinite;
  padding: 10px; }

nav.menu {
  display: flex; }

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

#menu-toggle {
  display: none; }

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #006ED5;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px; }

.menu-button::before {
  content: '';
  margin-top: -8px; }

.menu-button::after {
  content: '';
  margin-top: 8px; }

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg); }

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0); }

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg); }


@media (max-width: 1000px) {
  header[role="banner"] nav[role="menu"] ul li:last-of-type {
    display: none;
    }
  }

@media (max-width: 750px) {
  h1 {
    line-height: 1.1;
    margin: 20px auto; }
  h2 {
    line-height: 1;
    margin: 20px auto; }
  h3 {
    line-height: 1.1;
    margin: 15px auto; }
  h4 {
    line-height: 1;
    margin: 10px auto; }
  p,
  span {
    line-height: 1.2; }
  img {
    max-width: 100%; }
  .columns {
    flex-flow: column;
    display: flex;
    justify-content: space-around;
    align-items: stretch; }
  .block {
    padding: 30px 10px;
    justify-content: center; }
    .block blockquote {
      max-width: 100%; }
  .hero .width-sizer {
    margin: 0px; }
  .usp-intro {
    flex-grow: 1;
    flex: 0 0 97%;
    padding: 0 0;
    text-align: center; }
  .usp-card {
    flex-grow: 1;
    flex: 0 0 87%; }
  header[role="banner"] nav[role="menu"] {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center; }
    header[role="banner"] nav[role="menu"] li a {
      justify-content: center;
      margin: 0;
      width: 100%;
      color: white;
      background-color: #006ED5; }
  .menu-button-container {
    display: flex; }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0; }
  #menu-toggle:checked ~ .menu li {
    height: 2.5em;
    padding: 0.5em; }
  footer[role="contentinfo"] {
    padding: 40px 0; }
  footer[role="contentinfo"] nav[role="menu"] {
      align-items: top;
      justify-content: center; }
  footer[role="contentinfo"] nav[role="menu"] ul {
      flex-basis: 100%; }
  footer[role="contentinfo"] nav[role="menu"] header:after {
      content: "\f078";
      justify-content: flex-end; }
  footer[role="contentinfo"] .logo {
      display: none; }
  footer[role="banner"] {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex: 0 0 87%;
    flex-direction: column; }
    footer[role="banner"] span {
      align-items: center;
      justify-content: center; } }
