h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 10vh;
  line-height: 10vh;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #6b6b6b;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #498ac8;
  background-image: linear-gradient(135deg, #0b5ea1, #498ac8);
}

.section.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 15vh 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section.column.devices {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.column.faq {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #40089c;
}

.section.full-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section.wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 2vh;
  padding-bottom: 2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0d5da1;
}

.section.wide.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: rgba(13, 93, 161, 0.81);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 147, 247, 0.9)), to(rgba(29, 147, 247, 0.9))), url('../images/AOM-Logo-png.png');
  background-image: linear-gradient(180deg, rgba(29, 147, 247, 0.9), rgba(29, 147, 247, 0.9)), url('../images/AOM-Logo-png.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.wide.purple {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.section.grid-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section.address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 4vh;
  padding-bottom: 2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(58%, #1d93f7), to(#0d5da1));
  background-image: linear-gradient(180deg, #1d93f7 58%, #0d5da1);
}

.section.address.img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: rgba(13, 93, 161, 0.81);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 147, 247, 0.9)), to(rgba(29, 147, 247, 0.9))), url('../images/AOM-Logo-png.png');
  background-image: linear-gradient(180deg, rgba(29, 147, 247, 0.9), rgba(29, 147, 247, 0.9)), url('../images/AOM-Logo-png.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.address.purple {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.section.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 2vh;
  padding-bottom: 2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d93f7), to(#0d5da1));
  background-image: linear-gradient(180deg, #1d93f7, #0d5da1);
}

.section.contact.img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: rgba(13, 93, 161, 0.81);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 147, 247, 0.9)), to(rgba(29, 147, 247, 0.9))), url('../images/AOM-Logo-png.png');
  background-image: linear-gradient(180deg, rgba(29, 147, 247, 0.9), rgba(29, 147, 247, 0.9)), url('../images/AOM-Logo-png.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.contact.purple {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
}

.col.sideimg {
  width: 25vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.padding {
  max-width: 50%;
  padding-right: 9vw;
  padding-left: 9vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
}

.col.bg {
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
}

.col.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col.team {
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.col.img {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 10vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px none #000;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.body {
  background-color: transparent;
  font-family: 'Gothic A1', sans-serif;
}

.heading {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 10vh;
  line-height: 9vh;
  font-weight: 500;
}

.div-block-2 {
  position: relative;
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  max-width: 650px;
  padding-right: 1vw;
  padding-left: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  max-width: none;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.feature-content.icons.numbers {
  width: 25%;
}

.feature-content.icons.left {
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-content.corp {
  padding-right: 2vw;
  padding-left: 2vw;
}

.feature-content.services {
  width: 50vw;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}

.button {
  display: inline-block;
  margin-right: 0px;
  padding: 15px 30px;
  border-radius: 3px;
  background-color: #0d5da1;
  -webkit-transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fff;
  color: #6b6b6b;
}

.button.outline {
  margin-left: 10px;
  border: 1px solid #6e6e6e;
  background-color: transparent;
  color: #5a5a5a;
}

.button.contact {
  margin-left: 10px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.2);
}

.button.contact:hover {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  height: 60px;
  padding-right: 30px;
  padding-left: 30px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  background-color: #000;
  color: #fff;
}

.h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 44px;
  line-height: 56px;
  font-weight: 300;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0px;
}

.div-block-3 {
  height: 8600px;
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0px;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  height: 6000px;
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  max-width: 440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4.left {
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  margin-bottom: 20px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  padding-top: 30px;
  padding-bottom: 60px;
  text-align: center;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.welcome {
  position: relative;
  z-index: 90;
  width: 100vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap {
  max-width: 900px;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}

.title {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px none #2e2e2e;
  font-family: Lato, sans-serif;
  color: #0d5da1;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.title.white {
  border-bottom-color: hsla(0, 0%, 100%, 0.4);
  color: hsla(0, 0%, 100%, 0.6);
}

.image-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-7.team {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 5vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-3 {
  padding: 10px 30px 30px 0px;
}

.thumb-food {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-color: #c6ced3;
}

.thumb-food._01 {
  border-radius: 12px;
  background-image: url('../images/bg-001.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._02 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  margin-bottom: 10px;
  color: #fff;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  position: relative;
  display: inline-block;
  height: 100%;
  margin: auto 5px;
  padding-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  color: #272727;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #1d93f7;
  color: #fff;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-color: #acb1b4;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-newsletter {
  width: 340px;
  height: 80px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 20px;
  border: 1px solid #300479;
  border-radius: 10px;
  background-color: #300479;
  color: #fff;
  font-size: 16px;
}

._w-img {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-4 {
  display: block;
  width: 100%;
}

.icon {
  height: 25px;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-image {
  position: absolute;
  right: 3vw;
  bottom: 0px;
  height: 85vh;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
  font-weight: 600;
}

.hero-content {
  position: relative;
  z-index: 100;
  display: block;
  width: 100%;
  padding-right: 5vh;
  padding-left: 5vw;
  text-align: center;
}

.feature-wrap {
  display: block;
  width: 90vw;
  margin-top: 3vh;
  margin-bottom: 5vh;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.feature-wrap.reverse {
  margin-top: 3vh;
  margin-bottom: 3vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  border-style: none;
}

.feature-wrap.icons {
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-wrap.pull-quote {
  width: 100vw;
  margin-top: 0vh;
  margin-bottom: 10vh;
  padding: 5vh 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #498ac8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0b5ea1), to(#498ac8)), -webkit-gradient(linear, left top, left bottom, from(#498ac8), to(#498ac8));
  background-image: linear-gradient(180deg, #0b5ea1, #498ac8), linear-gradient(180deg, #498ac8, #498ac8);
}

.feature-wrap.corporate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65vw;
  margin-bottom: 3vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  border-style: solid;
  border-color: rgba(88, 86, 86, 0.47);
  border-radius: 10px;
}

.feature-wrap.corporate.half {
  width: 65vw;
}

.feature-wrap.pic {
  width: 100vw;
  height: 350px;
  margin-top: 5vh;
  margin-bottom: 0px;
  padding: 5vh 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #498ac8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.55)), to(rgba(39, 39, 39, 0.55))), url('../images/banner-feature.jpg');
  background-image: linear-gradient(180deg, rgba(39, 39, 39, 0.55), rgba(39, 39, 39, 0.55)), url('../images/banner-feature.jpg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, cover;
}

.feature-wrap.desk {
  width: 100vw;
  height: 450px;
  margin-top: 5vh;
  margin-bottom: 0px;
  padding: 5vh 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #498ac8;
  background-image: url('../images/banner-desk.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.feature-wrap.cassette {
  width: 100vw;
  height: 450px;
  margin-top: 5vh;
  margin-bottom: 0px;
  padding: 5vh 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #498ac8;
  background-image: url('../images/banner-cassette.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.feature-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 20px;
  background-image: url('../images/education.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.feature-image.global {
  background-image: url('../images/global-media2.jpg');
}

.black {
  font-family: Lato, sans-serif;
  color: #0d5da1;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 1px;
}

.black.left {
  margin-top: 0px;
  color: #1d93f7;
  line-height: 1.4em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.black.intro {
  font-size: 16px;
}

.hero-subhead {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #272727;
}

.bottom-image-wrap {
  position: relative;
  overflow: hidden;
  height: auto;
  max-width: 100%;
}

.black-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100px;
  background-color: #2a2326;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #272727;
}

.footer-link {
  margin-right: 15px;
  margin-left: 15px;
  color: #6b6b6b;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-2 {
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 12px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.input {
  height: 60px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 20px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 0 0 0 #fc0a7e;
  -webkit-transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  color: #000;
}

.input:hover {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::-webkit-input-placeholder {
  color: #555;
}

.input:-ms-input-placeholder {
  color: #555;
}

.input::-ms-input-placeholder {
  color: #555;
}

.input::placeholder {
  color: #555;
}

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.quote-slider {
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
  background-color: transparent;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  display: block;
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.quote-attribution {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-dash {
  width: 30px;
  height: 1px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #d3d3d3;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  position: relative;
  left: 567px;
  top: 200px;
  width: 40vw;
  height: 50vh;
  border: 4px solid #09a4ec;
}

.nav-logo-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu-2 {
  display: inline-block;
  height: 80px;
  padding-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.brand {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-licensing {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 24px;
}

.image-licensing-wrap {
  max-width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slidermain {
  position: absolute;
  width: 100%;
  height: 650px;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  display: none;
}

.slide-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/men-playing-rubgy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/men-playing-rubgy.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/camera.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/camera.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bannerimg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bannerimg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/tablemountain.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/tablemountain.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.heading-4 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: #272727;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 1px;
}

.heading-4.blue {
  font-family: 'Gothic A1', sans-serif;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}

.paragraph-2 {
  font-family: Lato, sans-serif;
  color: #585656;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 400;
}

.paragraph-2.lighter {
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.paragraph-2.lighter.left {
  font-weight: 300;
  text-align: left;
}

.list-2 {
  padding-left: 20px;
  color: #0b5ea1;
  font-size: 18px;
  font-weight: 300;
}

.list-3 {
  color: #0b5ea1;
  font-size: 18px;
}

.section-corporate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-corporate.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #498ac8;
  background-image: linear-gradient(135deg, #0b5ea1, #498ac8);
}

.section-corporate.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 15vh 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-corporate.column.devices {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-corporate.column.faq {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section-corporate.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #40089c;
}

.section-corporate.full-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section-corporate.wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

.section-corporate.wide.img {
  padding-bottom: 0vh;
}

.section-corporate.wide.purple {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.section-corporate.grid-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 100px 10vw 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 42%, 0.14);
}

.section-services.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #498ac8;
  background-image: linear-gradient(135deg, #0b5ea1, #498ac8);
}

.section-services.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 15vh 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-services.column.devices {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-services.column.faq {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section-services.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #40089c;
}

.section-services.full-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section-services.wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

.section-services.wide.img {
  padding-bottom: 0vh;
}

.section-services.wide.purple {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.section-services.grid-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-wrap-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-top: 3vh;
  margin-bottom: 0vh;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.feature-wrap-phone.reverse {
  margin-top: 5vh;
  margin-bottom: 5vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.feature-wrap-phone.logos {
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  border-style: none;
}

.feature-wrap-phone.icons {
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-wrap-phone.pull-quote {
  width: 100vw;
  margin-top: 0vh;
  margin-bottom: 10vh;
  padding: 5vh 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #498ac8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0b5ea1), to(#498ac8)), -webkit-gradient(linear, left top, left bottom, from(#498ac8), to(#498ac8));
  background-image: linear-gradient(180deg, #0b5ea1, #498ac8), linear-gradient(180deg, #498ac8, #498ac8);
}

.feature-wrap-phone.corporate {
  margin-bottom: 3vh;
}

.feature-wrap-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 3vh;
  margin-bottom: 2vh;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.feature-wrap-top.reverse {
  margin-top: 3vh;
  margin-bottom: 3vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.feature-wrap-top.logos {
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  border-style: none;
}

.feature-wrap-top.icons {
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-wrap-top.pull-quote {
  width: 100vw;
  margin-top: 0vh;
  margin-bottom: 10vh;
  padding: 5vh 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #498ac8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0b5ea1), to(#498ac8)), -webkit-gradient(linear, left top, left bottom, from(#498ac8), to(#498ac8));
  background-image: linear-gradient(180deg, #0b5ea1, #498ac8), linear-gradient(180deg, #498ac8, #498ac8);
}

.feature-wrap-top.corporate {
  margin-bottom: 3vh;
}

.feature-wrap-top._3 {
  margin-top: 2vh;
}

.image-2-no-space {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.feature-image-no-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 20px;
  background-image: url('../images/monitoring2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.small-footer-text {
  color: #6b6b6b;
  font-size: 12px;
  letter-spacing: 1px;
}

.paragraph-4 {
  color: #6b6b6b;
}

.heading-5 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-address-text {
  font-family: Lato, sans-serif;
  color: #272727;
  text-align: center;
  letter-spacing: 1px;
}

.heading-6 {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #272727;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-3 {
  font-family: Lato, sans-serif;
  color: #272727;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.slide-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/football-women_banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/football-women_banner.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.heading-7 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.emailwrapdiv {
  max-width: none;
  padding: 0px 30px;
  text-align: center;
}

.bannerdiv {
  height: 550px;
  padding-top: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 147, 247, 0.45)), color-stop(52%, rgba(49, 49, 49, 0.88)), to(rgba(88, 86, 86, 0.36))), url('../images/bannerimg.jpg');
  background-image: linear-gradient(180deg, rgba(29, 147, 247, 0.45), rgba(49, 49, 49, 0.88) 52%, rgba(88, 86, 86, 0.36)), url('../images/bannerimg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.bold-text-2 {
  font-family: Lato, sans-serif;
  color: #272727;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.bold-text-3 {
  font-family: Lato, sans-serif;
  color: #1d93f7;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.columns {
  width: 900px;
  margin-top: 20px;
}

.pillardiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  font-family: Lato, sans-serif;
  color: #272727;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.heading-8 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #272727;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.keyicon {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: transparent;
  background-image: url('../images/video-camera.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.keyicon.camera {
  background-size: 28px;
}

.keyicon.data {
  background-image: url('../images/data.svg');
  background-size: 40px;
}

.keyicon.learn {
  background-image: url('../images/learning.svg');
}

.keyicon.markerting {
  background-image: url('../images/marketing.svg');
  background-size: 35px;
}

.text-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.bold-text-4 {
  font-size: 18px;
  line-height: 1.3em;
}

.linediv {
  width: 55px;
  height: 2px;
  margin: 10px auto 20px;
  background-color: rgba(255, 255, 255, 0.59);
}

.linediv.blue {
  background-color: #0d5da1;
}

.feature-wrap-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-top: 3vh;
  margin-bottom: 0vh;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.feature-wrap-data.reverse {
  width: 100vw;
  margin-top: 2vh;
  margin-bottom: 2vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.feature-wrap-data.logos {
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  border-style: none;
}

.feature-wrap-data.icons {
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-wrap-data.pull-quote {
  width: 100vw;
  margin-top: 0vh;
  margin-bottom: 10vh;
  padding: 5vh 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #498ac8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0b5ea1), to(#498ac8)), -webkit-gradient(linear, left top, left bottom, from(#498ac8), to(#498ac8));
  background-image: linear-gradient(180deg, #0b5ea1, #498ac8), linear-gradient(180deg, #498ac8, #498ac8);
}

.feature-wrap-data.corporate {
  margin-bottom: 3vh;
}

.feature-wrap-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-top: 3vh;
  margin-bottom: 0vh;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.feature-wrap-4.reverse {
  width: 100vw;
  margin-top: 2vh;
  margin-bottom: 8vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.feature-wrap-4.logos {
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  border-style: none;
}

.feature-wrap-4.icons {
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-wrap-4.pull-quote {
  width: 100vw;
  margin-top: 0vh;
  margin-bottom: 10vh;
  padding: 5vh 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #498ac8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0b5ea1), to(#498ac8)), -webkit-gradient(linear, left top, left bottom, from(#498ac8), to(#498ac8));
  background-image: linear-gradient(180deg, #0b5ea1, #498ac8), linear-gradient(180deg, #498ac8, #498ac8);
}

.feature-wrap-4.corporate {
  margin-bottom: 3vh;
}

.feature-image-marketing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 20px;
  background-image: url('../images/aom-hands.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.title-h2 {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px none #2e2e2e;
  font-family: Lato, sans-serif;
  color: #1d93f7;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.title-h2.white {
  border-bottom-color: hsla(0, 0%, 100%, 0.4);
  color: hsla(0, 0%, 100%, 0.6);
}

.title-h2.center {
  margin-bottom: 0px;
  font-size: 19px;
  font-weight: 400;
}

.title-h2.center {
  padding-bottom: 20px;
  text-align: center;
}

.bold-text-5 {
  font-size: 20px;
  line-height: 1.3em;
}

.section-corp-highlights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 10vw 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(39, 39, 39, 0.95);
}

.bold-text-blue {
  font-family: Lato, sans-serif;
  color: #1d93f7;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 1px;
}

.feature-corp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 250px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 20px;
  background-image: url('../images/education.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bold-text-6 {
  font-size: 18px;
  font-weight: 300;
}

.big-intro-text {
  font-family: Lato, sans-serif;
  color: #272727;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
}

.bold-text-11 {
  font-weight: 400;
}

.bold-text-12 {
  color: #363535;
  font-size: 28px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }
  h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .section.center {
    height: 500px;
    padding-top: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.wide.about {
    padding: 25px 20px 40px;
  }
  .section.address {
    padding-top: 5vh;
  }
  .section.address.img {
    padding: 25px 20px 40px;
  }
  .section.contact.img {
    padding: 25px 20px 40px;
  }
  .hero {
    padding-top: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .nav {
    width: 100vw;
  }
  .nav-inner {
    width: 100vw;
  }
  .feature-content {
    width: 60%;
    max-width: 90%;
  }
  .feature-content.corp {
    width: 80%;
  }
  .title {
    margin-bottom: 10px;
  }
  .nav-link {
    width: 100%;
    margin-right: 0px;
    margin-left: auto;
    padding-top: 20px;
    padding-left: 40px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #fff #fff #0d5da1;
  }
  .nav-link:hover {
    box-shadow: none;
  }
  .nav-menu {
    position: absolute;
  }
  .hero-image {
    position: relative;
    left: 0vw;
    top: auto;
    right: 0vw;
    bottom: 0px;
    display: block;
    width: 70%;
    height: auto;
    margin-right: auto;
    margin-bottom: 7vw;
    margin-left: auto;
  }
  .black-text {
    font-size: 28px;
    line-height: 1.4em;
  }
  .hero-content {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .feature-wrap {
    margin-top: 0vh;
    margin-bottom: 2vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .feature-wrap.reverse {
    margin-top: 2vh;
  }
  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }
  .feature-wrap.pull-quote {
    margin-bottom: 5vh;
  }
  .feature-wrap.corporate {
    width: 80vw;
  }
  .feature-wrap.corporate.half {
    width: 80vw;
  }
  .feature-wrap.pic {
    height: 300px;
    margin-bottom: 0vh;
  }
  .feature-wrap.desk {
    height: 300px;
    margin-bottom: 0vh;
  }
  .feature-wrap.cassette {
    height: 300px;
    margin-bottom: 0vh;
  }
  .feature-image {
    width: 400px;
    height: 250px;
    margin-left: auto;
  }
  .black {
    font-size: 14px;
    text-align: center;
  }
  .black.left {
    text-align: left;
  }
  .hero-subhead {
    max-width: 90%;
    font-size: 24px;
    line-height: 1.3em;
  }
  .bottom-image-wrap {
    height: auto;
    background-image: none;
  }
  .feature-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .input {
    font-size: 10px;
  }
  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .quote-wrap {
    width: 70vw;
  }
  .menu-icon {
    color: #272727;
    font-size: 40px;
  }
  .menu-button.w--open {
    background-color: #1d93f7;
  }
  .nav-menu-2 {
    height: auto;
    min-width: 240px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #1d93f7;
  }
  .brand {
    padding-left: 18px;
  }
  .heading-3 {
    font-size: 8vw;
  }
  .slidermain {
    height: 550px;
  }
  .heading-4 {
    font-size: 16px;
    line-height: 1.4em;
  }
  .paragraph-2 {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .section-corporate.center {
    height: 550px;
    padding-top: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-corporate.wide.img {
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-services.center {
    height: 550px;
    padding-top: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-services.wide.img {
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .paragraph-3 {
    font-size: 14px;
    line-height: 1.8em;
  }
  .feature-wrap-phone {
    margin-top: 5vh;
    margin-bottom: 2vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .feature-wrap-phone.reverse {
    margin-top: 2vh;
  }
  .feature-wrap-phone.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }
  .feature-wrap-phone.pull-quote {
    margin-bottom: 5vh;
  }
  .feature-wrap-top {
    width: 90vw;
    margin-top: 5vh;
    margin-bottom: 2vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .feature-wrap-top.reverse {
    margin-top: 2vh;
  }
  .feature-wrap-top.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }
  .feature-wrap-top.pull-quote {
    margin-bottom: 5vh;
  }
  .feature-image-no-space {
    width: 400px;
    height: 250px;
  }
  .footer-address-text {
    font-size: 14px;
    line-height: 1.8em;
  }
  .link-3 {
    font-size: 16px;
  }
  .bannerdiv {
    height: 500px;
  }
  .bold-text-2 {
    font-size: 26px;
  }
  .columns {
    width: auto;
  }
  .text-block-3 {
    font-size: 13px;
  }
  .heading-8 {
    font-size: 14px;
  }
  .keyicon {
    width: 40px;
    height: 40px;
  }
  .text-block-4 {
    height: 40px;
    font-size: 15px;
  }
  .bold-text-4 {
    font-size: 14px;
    line-height: 1.4em;
  }
  .feature-wrap-data {
    margin-top: 5vh;
    margin-bottom: 2vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .feature-wrap-data.reverse {
    width: 90vw;
    margin-top: 2vh;
  }
  .feature-wrap-data.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }
  .feature-wrap-data.pull-quote {
    margin-bottom: 5vh;
  }
  .feature-wrap-4 {
    margin-top: 5vh;
    margin-bottom: 2vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .feature-wrap-4.reverse {
    width: 90vw;
    margin-top: 2vh;
  }
  .feature-wrap-4.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }
  .feature-wrap-4.pull-quote {
    margin-bottom: 5vh;
  }
  .feature-image-marketing {
    width: 400px;
    height: 250px;
  }
  .title-h2 {
    margin-bottom: 10px;
  }
  .title-h2.center {
    font-size: 16px;
  }
  .bold-text-blue {
    font-size: 26px;
  }
  .feature-corp {
    width: 400px;
    height: 250px;
  }
  .bold-text-7 {
    font-size: 16px;
  }
  .bold-text-8 {
    font-size: 16px;
  }
  .bold-text-9 {
    font-size: 16px;
  }
  .bold-text-10 {
    font-size: 16px;
  }
  .bold-text-12 {
    color: #363535;
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .section.center {
    height: 400px;
  }
  .nav-inner {
    padding-top: 5px;
  }
  .feature-content.icons {
    width: auto;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .feature-content.icons.numbers {
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .feature-content.icons.left {
    padding-bottom: 0px;
  }
  .button {
    padding: 10px 20px;
    font-size: 10px;
  }
  .button.form-button {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
  }
  .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #585656;
  }
  .nav-link {
    width: 100%;
  }
  .hero-image {
    margin-bottom: 10vw;
  }
  .hero-content {
    margin-bottom: 0vh;
  }
  .feature-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .feature-wrap.icons {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature-wrap.icons.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-wrap.pull-quote {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature-wrap.pull-quote.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-wrap.pic {
    display: block;
    height: 250px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature-wrap.pic.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-wrap.desk {
    display: block;
    height: 200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature-wrap.desk.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-wrap.cassette {
    display: block;
    height: 200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature-wrap.cassette.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-image {
    height: 200px;
  }
  .black {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.4em;
  }
  .black.left {
    text-align: left;
  }
  .black.intro {
    font-size: 14px;
  }
  .hero-subhead {
    font-size: 22px;
  }
  .footer-link {
    display: inline-block;
    margin-bottom: 10px;
  }
  .form-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .input {
    padding-right: 22px;
    padding-left: 22px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    text-align: center;
  }
  .quote-attribution {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-icon {
    font-size: 30px;
  }
  .menu-button.w--open {
    background-color: #1d93f7;
  }
  .nav-menu-2 {
    background-color: #1d93f7;
  }
  .form-block {
    width: 100%;
  }
  .slide-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/men-playing-rubgy.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/men-playing-rubgy.jpg');
    background-position: 0px 0px, 50% 0%;
  }
  .slide-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/fighting.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/fighting.jpg');
    background-position: 0px 0px, 50% 0%;
  }
  .heading-4 {
    font-size: 14px;
  }
  .list-2 {
    padding-left: 20px;
  }
  .list-3 {
    padding-left: 20px;
  }
  .section-services {
    padding-top: 60px;
  }
  .paragraph-3 {
    font-size: 13px;
  }
  .feature-wrap-phone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .feature-wrap-phone.icons {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature-wrap-phone.icons.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-wrap-phone.pull-quote {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature-wrap-phone.pull-quote.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-wrap-top {
    margin-top: 2vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .feature-wrap-top.icons {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature-wrap-top.icons.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-wrap-top.pull-quote {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature-wrap-top.pull-quote.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-image-no-space {
    height: 200px;
  }
  .heading-6 {
    font-size: 12px;
  }
  .link-3 {
    font-size: 16px;
  }
  .slide-5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/fighting.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/fighting.jpg');
    background-position: 0px 0px, 50% 0%;
  }
  .heading-7 {
    font-size: 16px;
  }
  .bannerdiv {
    height: 400px;
    padding-top: 140px;
  }
  .bold-text-2 {
    font-size: 23px;
  }
  .pillardiv {
    margin-bottom: 20px;
  }
  .heading-8 {
    margin-bottom: 0px;
  }
  .keyicon.camera {
    width: 45px;
    height: 45px;
  }
  .keyicon.data {
    width: 45px;
    height: 45px;
  }
  .keyicon.learn {
    width: 45px;
    height: 45px;
  }
  .keyicon.markerting {
    width: 45px;
    height: 45px;
  }
  .bold-text-4 {
    font-size: 13px;
    line-height: 1.2em;
  }
  .linediv.blue {
    margin-bottom: 10px;
  }
  .feature-wrap-data {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .feature-wrap-data.icons {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature-wrap-data.icons.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-wrap-data.pull-quote {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature-wrap-data.pull-quote.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-wrap-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .feature-wrap-4.reverse {
    margin-bottom: 5vh;
  }
  .feature-wrap-4.icons {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature-wrap-4.icons.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-wrap-4.pull-quote {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature-wrap-4.pull-quote.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-image-marketing {
    height: 200px;
  }
  .title-h2 {
    font-size: 14px;
  }
  .title-h2.center {
    font-size: 14px;
    font-weight: 700;
  }
  .section-corp-highlights {
    padding-top: 60px;
  }
  .bold-text-blue {
    font-size: 23px;
  }
  .bold-text-6 {
    font-size: 16px;
  }
  .big-intro-text {
    font-size: 15px;
  }
  .bold-text-12 {
    font-size: 23px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
  h3 {
    font-size: 16px;
  }
  .section.center {
    height: 340px;
    padding-bottom: 0vh;
  }
  .section.wide {
    padding-top: 5vh;
  }
  .section.wide.about {
    padding: 10px 10px 20px;
  }
  .section.address {
    padding-top: 2vh;
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .section.address.img {
    padding: 10px 10px 20px;
  }
  .section.contact {
    padding-top: 2vh;
  }
  .section.contact.img {
    padding: 10px 10px 20px;
  }
  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .nav-inner {
    width: 100vw;
    margin-bottom: 0px;
  }
  .feature-content {
    width: auto;
  }
  .feature-content.icons.numbers {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .feature-content.icons.left {
    width: 200px;
    padding-bottom: 0px;
  }
  .feature-content.corp {
    padding-right: 1vw;
    padding-left: 1vw;
  }
  .feature-content.services {
    width: auto;
  }
  .button {
    padding: 10px 18px;
    font-size: 9px;
  }
  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }
  .wrap {
    width: auto;
    margin-top: 20px;
    padding: 0px 5vw 10px;
  }
  .title {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.3em;
  }
  .title.services {
    font-size: 20px;
    font-weight: 300;
  }
  .title.corporate {
    font-size: 20px;
  }
  .image-2 {
    width: 100%;
  }
  .button-wrap {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-link {
    display: block;
  }
  .nav-link:hover {
    border-bottom: 1px solid #0b5ea1;
  }
  .hero-image {
    width: 80%;
  }
  .black-text {
    margin-top: 10px;
    font-size: 21px;
    line-height: 1.3em;
    font-weight: 700;
  }
  .hero-content {
    margin-bottom: auto;
    padding-top: 40px;
  }
  .feature-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2vh;
    margin-bottom: 2vh;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature-wrap.reverse {
    margin-top: 1vh;
    margin-bottom: 1vh;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-wrap.pull-quote {
    margin-bottom: 5vh;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }
  .feature-wrap.corporate {
    margin-top: 2vh;
    margin-bottom: 1vh;
    padding-top: 2vh;
    padding-left: 0vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature-wrap.pic {
    height: 200px;
    margin-bottom: 0vh;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }
  .feature-wrap.desk {
    height: 200px;
    margin-bottom: 0vh;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }
  .feature-wrap.cassette {
    height: 200px;
    margin-bottom: 0vh;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }
  .feature-image {
    display: block;
    width: 250px;
    height: 180px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .feature-image.global {
    height: 180px;
  }
  .black {
    font-size: 13px;
  }
  .black.left {
    font-size: 12px;
    line-height: 1.3em;
  }
  .black.intro {
    font-size: 13px;
  }
  .hero-subhead {
    max-width: 95%;
    font-size: 18px;
    line-height: 1.2em;
  }
  .feature-icon {
    margin-bottom: 20px;
  }
  .footer-list {
    padding-bottom: 0px;
  }
  .form-2 {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .input {
    font-size: 12px;
  }
  .quote-slider {
    width: 100vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .slider-arrow {
    font-size: 24px;
  }
  .left-arrow {
    width: 15vw;
  }
  .right-arrow {
    width: 15vw;
  }
  .number {
    font-size: 40px;
  }
  .menu-button.w--open {
    background-color: #1d93f7;
  }
  .nav-menu-2 {
    height: auto;
    min-width: auto;
    background-color: #1d93f7;
  }
  .brand {
    width: 75%;
  }
  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }
  .slidermain {
    height: 350px;
  }
  .slide-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/men-playing-rubgy.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/men-playing-rubgy.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .slide-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/fighting.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/fighting.jpg');
    background-position: 0px 0px, 50% 0%;
  }
  .heading-4 {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.4em;
  }
  .heading-4.blue {
    font-size: 16px;
  }
  .mask {
    height: 350px;
  }
  .paragraph-2 {
    font-size: 12px;
  }
  .list-2 {
    padding-left: 20px;
  }
  .section-corporate.center {
    height: 350px;
    padding-bottom: 0vh;
  }
  .section-corporate.wide.img {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-services {
    padding-top: 40px;
  }
  .section-services.center {
    height: 350px;
    padding-bottom: 0vh;
  }
  .section-services.wide.img {
    padding-right: 10px;
    padding-left: 10px;
  }
  .bold-text {
    font-size: 18px;
  }
  .paragraph-3 {
    font-size: 13px;
    line-height: 1.6em;
  }
  .feature-wrap-phone {
    margin-top: 2vh;
    margin-bottom: 2vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-wrap-phone.reverse {
    margin-top: 1vh;
    margin-bottom: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-wrap-phone.pull-quote {
    margin-bottom: 5vh;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }
  .feature-wrap-phone.corporate {
    margin-top: 2vh;
    margin-bottom: 1vh;
  }
  .feature-wrap-top {
    margin-top: 2vh;
    margin-bottom: 2vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-wrap-top.reverse {
    margin-top: 1vh;
    margin-bottom: 1vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-wrap-top.pull-quote {
    margin-bottom: 5vh;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }
  .feature-wrap-top.corporate {
    margin-top: 2vh;
    margin-bottom: 1vh;
  }
  .image-2-no-space {
    width: 100%;
  }
  .feature-image-no-space {
    width: 250px;
    height: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .small-footer-text {
    font-size: 10px;
  }
  .heading-5 {
    font-size: 18px;
    line-height: 1.3em;
  }
  .footer-address-text {
    font-size: 13px;
    line-height: 1.6em;
  }
  .footer-address-text._2 {
    width: 260px;
  }
  .link-3 {
    font-size: 14px;
  }
  .slide-5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/fighting.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/fighting.jpg');
    background-position: 0px 0px, 50% 0%;
  }
  .heading-7 {
    margin-bottom: 0px;
    font-size: 15px;
  }
  .emailwrapdiv {
    padding-top: 0px;
  }
  .bannerdiv {
    height: 340px;
    padding-top: 80px;
  }
  .bold-text-2 {
    font-size: 18px;
  }
  .text-block-3 {
    font-size: 12px;
  }
  .heading-8 {
    font-size: 13px;
  }
  .keyicon {
    margin-bottom: 10px;
  }
  .text-block-4 {
    font-size: 13px;
  }
  .bold-text-4 {
    font-size: 13px;
  }
  .feature-wrap-data {
    margin-top: 2vh;
    margin-bottom: 2vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-wrap-data.reverse {
    margin-top: 1vh;
    margin-bottom: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-wrap-data.pull-quote {
    margin-bottom: 5vh;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }
  .feature-wrap-data.corporate {
    margin-top: 2vh;
    margin-bottom: 1vh;
  }
  .feature-wrap-4 {
    margin-top: 2vh;
    margin-bottom: 2vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-wrap-4.reverse {
    margin-top: 1vh;
    margin-bottom: 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-wrap-4.pull-quote {
    margin-bottom: 5vh;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }
  .feature-wrap-4.corporate {
    margin-top: 2vh;
    margin-bottom: 1vh;
  }
  .feature-image-marketing {
    display: block;
    width: 250px;
    height: 180px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .title-h2 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.3em;
  }
  .section-corp-highlights {
    padding-top: 60px;
  }
  .bold-text-blue {
    font-size: 18px;
  }
  .feature-corp {
    display: block;
    width: 260px;
    height: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .bold-text-6 {
    font-size: 13px;
  }
  .big-intro-text {
    font-size: 13px;
  }
  .bold-text-7 {
    font-size: 14px;
  }
  .bold-text-8 {
    font-size: 14px;
  }
  .bold-text-9 {
    font-size: 14px;
  }
  .bold-text-10 {
    font-size: 14px;
  }
  .bold-text-12 {
    font-size: 18px;
  }
}

