@import url(../fonts/fonts.css);
body {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased !important;
  color: #202020;
  background-color: #ffffff;
  font-size: 20px; }

h3, h4 {
  font-weight: 400; }

h1 {
  font-size: 1.5em;
  font-weight: 700; }

h2 {
  text-align: center;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 700; }

h3 {
  font-size: 1.4em;
  line-height: 1.4em; }

p {
  font-size: .9em; }

a {
  text-decoration: none;
  color: #202020; }

img, video {
  max-width: 100%; }

sup {
  font-size: 60%; }

body > div {
  position: relative; }
  body > div > div {
    position: relative; }

.menuoffsetter {
  position: absolute;
  top: -5em; }

.header {
  position: relative;
  color: #ffffff;
  height: 66.66vh;
  margin-top: 3em;
  min-height: 35em; }

.vidHeader {
  position: relative;
  color: #ffffff;
  margin-top: 5em;
  text-align: center; }

.experienceHead {
  min-height: 20em;
  height: 40vh; }

.headTitle {
  margin-top: 3em; }

.promo {
  border: 1em solid #00c3ed;
  border-radius: 3em;
  width: 10%;
  background-color: #00c3ed;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  left: 2em;
  top: -1%;
  font-size: 1.2em; }

.logo {
  display: inline-block; }

.techByAct {
  width: 30% !important;
  display: inline-block; }

.kcLms {
  width: 64% !important;
  display: inline-block;
  margin-right: 0.5em; }

.logo {
  width: 38em;
  top: 1.5em;
  display: inline-block; }
  .logo p {
    display: inline-block;
    position: relative;
    top: 1.5em;
    left: 0.3em;
    font-style: italic;
    font-weight: bold; }
  .logo h1 {
    display: inline-block;
    float: left;
    margin-left: 0.5em;
    position: relative;
    top: 0.5em; }
  .logo a {
    display: inline-block; }
  .logo img {
    width: 100%; }

#complianceheadimg, #onboardingheadimg {
  height: 100%; }

#prodp {
  margin-left: auto;
  margin-right: auto; }

.slides {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%; }
  .slides img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s; }

@-webkit-keyframes fade {
  from {
    opacity: .75; }
  to {
    opacity: 1; } }
@keyframes fade {
  from {
    opacity: .75; }
  to {
    opacity: 1; } }
.nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 5em;
  z-index: 2000;
  color: #ffffff;
  font-size: .9em;
  vertical-align: middle;
  background-color: #000000;
  border-bottom: 0.3em solid #00c3ed; }
  .nav * {
    color: #ffffff; }
  .nav ul {
    list-style-type: none;
    margin: 0;
    padding: 1em 0;
    float: right; }
    .nav ul li {
      display: inline-block;
      padding: 1em; }

.blueHeaderLine {
  border-bottom: 0.3em solid #00c3ed; }

.contentPanel {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 3em; }
  .contentPanel h2 {
    text-align: left;
    font-size: 1.5em; }
  .contentPanel li {
    font-size: .9em; }

#contentLeft {
  width: 60%;
  margin-right: 4%;
  padding-top: 5em; }

#contentTitle h1 {
  color: #00c3ed;
  font-size: 2.3em;
  margin-bottom: 0; }
#contentTitle p {
  font-size: .7em;
  color: #999999;
  font-weight: 700; }

.hyperlink {
  font-weight: 300;
  text-decoration: underline;
  color: #00c3ed; }

li.dropdown:hover > .submenu {
  display: block; }

.submenu {
  position: absolute;
  display: none;
  background-color: #000000;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  overflow: auto; }
  .submenu a {
    padding: 1em;
    display: block; }
    .submenu a:hover {
      background-color: rgba(255, 255, 255, 0.5); }

.show, .dropdown:hover .solution-content {
  display: block; }

#demorequest {
  background-color: #00c3ed;
  padding: 0.75em; }
  #demorequest:hover {
    background-color: #2872af; }

.title {
  text-align: center;
  font-size: 1.2em;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 80%; }
  .title h1 {
    font-size: 1.6em;
    line-height: initial;
    padding-top: 2em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0; }
  .title h2 {
    padding-top: 2em;
    text-transform: none;
    font-size: 1.6em;
    margin-left: auto;
    margin-right: auto; }
  .title p {
    font-size: 1em;
    margin-left: auto;
    margin-right: auto; }

#vidButton {
  font-size: 1.2em;
  padding: 0.9em 1.4em;
  width: 7em;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 100;
  background-color: #00c3ed; }

#landingVideoHeight {
  height: 80vh; }

.vidButtonContainer {
  bottom: -1.2em;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  background-color: transparent;
  width: 100%;
  position: absolute;
  bottom: -1.57em; }

section {
  margin: 0 auto;
  padding: 1em 4em; }
  section > p {
    text-align: center; }

.container.clients {
  text-align: center; }

.clients img {
  width: auto;
  margin: 1em 0; }

.about {
  text-align: left; }
  .about section {
    padding: 0em 1.5em; }
  .about img {
    position: relative;
    max-height: 100%;
    display: block;
    margin: auto; }
    .about img:hover {
      cursor: pointer; }

.textPane {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 4em;
  z-index: 5; }

.subsections h5 {
  color: #00c3ed;
  font-size: 1em;
  margin-bottom: 0.1em;
  margin-top: 0.1em; }
.subsections p {
  margin-top: 0;
  line-height: 1.3em; }

.quote {
  color: #ffffff;
  font-size: 1.2em;
  border-bottom: none;
  text-align: right;
  background-color: #00c3ed; }
  .quote section {
    background-image: url("../assets/quote.png");
    background-repeat: no-repeat;
    background-size: 130px;
    background-position: 3em 0.3em;
    max-width: 1000px; }

.quotediv {
  display: inline-block;
  width: 90%;
  text-align: right;
  font-family: 'Borgia Pro';
  font-style: italic; }
  .quotediv img {
    position: relative;
    width: 19%;
    top: 1.3em;
    left: 1em; }
  .quotediv p {
    line-height: 1.2em;
    display: inline-block;
    width: 80%;
    position: relative;
    vertical-align: top;
    font-size: 1.1em; }

#hft {
  width: 10%;
  top: -1em; }

#cotswold {
  width: 16%;
  top: 0.7em; }

#daiichi {
  width: 16%;
  top: -1em; }

#kngfrk {
  top: 0.5em; }

#quotetext {
  width: 83%;
  display: inline-block; }

#quotetextKfh {
  width: 100%; }
  #quotetextKfh p {
    margin-right: 1em; }

#kfhimg {
  top: 0;
  left: 0;
  width: 30%; }

.tint {
  background-color: #F7F7F7; }

.experienceItem {
  width: 100%;
  display: inline-block; }

.itemDescription {
  width: 50%;
  float: left;
  text-align: center;
  font-size: 120%;
  position: relative;
  left: 3em; }

.itemImage {
  width: 100%; }

.experienceItem .image {
  width: 50%;
  float: left;
  position: relative; }
.experienceItem .itemImage {
  border: solid 1px #303030;
  padding: 0.75em; }

.vidButton {
  margin-top: 1.5em;
  font-size: 1.3em;
  border: 1px solid #303030;
  padding: .5em 1em;
  width: auto;
  display: inline-block;
  color: #303030;
  z-index: 30;
  background: #ffffff; }
  .vidButton:hover {
    background: #303030;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid #ffffff; }

.halves {
  position: relative;
  display: inline-block;
  width: 48%;
  margin: 0 auto;
  vertical-align: middle; }

.angled-background {
  background-position: -15vw center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  overflow: hidden; }
  .angled-background .halves {
    z-index: 10; }
  .angled-background:after {
    content: '';
    display: block;
    width: 70vw;
    height: 130%;
    z-index: 1;
    position: absolute;
    top: -15%;
    left: 45vw;
    background-color: #ffffff;
    transform: rotate(3deg);
    box-shadow: 0px 8px 11px -1px; }

.sectionbackground {
  width: 68vw;
  background-size: cover;
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: -1px;
  left: 0; }

.onboardSectionBackground {
  width: 68vw;
  background-size: cover;
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0; }

.angled-background-flipped {
  background-position: -15vw center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  overflow: hidden; }
  .angled-background-flipped:after {
    content: '';
    display: block;
    width: 70vw;
    height: 130%;
    z-index: 1;
    position: absolute;
    top: -15%;
    left: -15vw;
    background-color: #ffffff;
    transform: rotate(3deg);
    box-shadow: 0px 8px 11px -1px; }

.sectionbackground-flipped {
  width: 68vw;
  background-size: 70%;
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  top: 0;
  left: 35vw; }

.fade-from {
  opacity: 0;
  transition: opacity .7s ease; }

.fade-in {
  opacity: 1; }

.from-bottom {
  transform: translateY(2em);
  transition: all .4s ease; }
  .from-bottom.return {
    transform: translateY(0); }

.thirds {
  display: inline-block;
  width: 31%;
  padding-top: 2em;
  margin: 0 auto;
  vertical-align: top; }

.container .halves:first-child, .container .thirds:not([last-child]) {
  margin-right: 2%;
  vertical-align: middle; }

.anywhere {
  background-image: url("../assets/radial.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center; }
  .anywhere section {
    padding: 3em 2em; }
    .anywhere section > div {
      margin: 0 auto;
      max-width: 1000px; }

#features-list {
  overflow: hidden;
  transition: height .3s ease;
  display: block;
  position: relative;
  z-index: -1; }

.features section {
  padding: 3em 4em;
  padding-top: 0; }
.features a {
  font-size: 1.7em; }

.row {
  width: 100%;
  height: 31%;
  margin-right: 0;
  margin-bottom: 2%; }

.container.features {
  text-align: center; }
  .container.features ul {
    list-style-type: none;
    padding-left: 0;
    text-align: center; }
  .container.features ul > li {
    position: relative;
    background-repeat: no-repeat;
    background-size: 1.5em;
    background-position: 0 1.4em;
    text-align: center;
    width: 20%;
    display: inline-block;
    vertical-align: middle; }
    .container.features ul > li p {
      font-size: .9em;
      margin: 0; }
    .container.features ul > li img {
      width: 70px; }
  .container.features .halves {
    padding: 2em 0; }

a.submitbutton {
  margin-top: 1em;
  font-size: 1.2em;
  border: 1px solid #404040;
  padding: .5em 1em;
  width: auto;
  display: inline-block;
  color: #404040; }
  a.submitbutton:hover {
    background: #303030;
    color: #ffffff;
    cursor: pointer; }

.features a.submitbutton {
  margin-top: 0; }

.support {
  width: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  .support p {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

.portraits img {
  border-radius: 3em; }

.firstrow, .secondrow, .thirdrow, .fourthrow {
  text-align: center;
  position: relative; }

.portraitsMobile {
  display: none; }
  .portraitsMobile img {
    border-radius: 3em;
    width: 20%; }

#workh2, #workp {
  width: 60%;
  margin-left: auto;
  margin-right: auto; }

.ourwork {
  background-color: white; }
  .ourwork section {
    padding: 2em 0em;
    padding-top: 0.5em;
    max-width: none;
    clear: both; }
    .ourwork section > div {
      position: relative;
      width: 25%;
      height: 20em;
      margin: 0;
      padding: 0;
      float: left;
      text-align: center;
      color: #ffffff;
      background-repeat: no-repeat;
      background-position: center right;
      background-size: cover;
      margin: 2em 0 0; }
      .ourwork section > div > div {
        position: relative;
        width: 100%;
        height: 100%;
        transition: all .3s ease;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.8);
        opacity: 0; }
        .ourwork section > div > div:hover {
          opacity: 1;
          font-size: 1em; }
        .ourwork section > div > div p {
          padding: 0 2em;
          margin: 0;
          text-transform: uppercase;
          font-weight: 700; }
        .ourwork section > div > div > div {
          padding: 7.5em 0; }
  .ourwork a.submitbutton {
    font-size: .8em;
    color: #ffffff;
    border-color: #ffffff; }
    .ourwork a.submitbutton:hover {
      color: #202020;
      background-color: #ffffff; }

.logowork {
  position: absolute;
  width: 8em;
  transform: translate(-50%);
  left: 50%; }

#c4logo {
  top: 12em; }

#hamplogo {
  top: 14em; }

#cotslogo, #daiilogo {
  top: 13em; }

.playbut {
  position: absolute;
  width: 4em;
  left: 50%;
  top: 30%;
  transform: translate(-50%, 50%); }

.experienceplaybut {
  position: absolute;
  width: 15%;
  margin-top: -20%;
  margin-left: -50%;
  margin-right: -50%;
  right: 85%;
  top: 60%;
  z-index: 25;
  transform: translate(-50%, 50%);
  cursor: pointer; }

.register {
  background-image: url("../assets/contact_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  text-align: center; }
  .register > div {
    width: 100%;
    height: 100%;
    background-color: rgba(47, 47, 47, 0.8);
    padding: 4em 0; }
  .register h2 {
    padding: 0 0 0.7em 0; }

.form {
  display: inline-block;
  text-align: left;
  width: 65%;
  padding-top: 1.5em;
  border-top: 1px solid rgba(255, 255, 255, 0.7); }

#formSection {
  max-width: 1000px; }
  #formSection h3 {
    padding: 0 1em;
    position: relative;
    top: -2em; }

input {
  display: block;
  width: 96%;
  margin: 1.6em 0;
  padding: 1em .8em;
  font-size: .8em;
  border: 0; }
  input:focus {
    outline: none; }
  input#submitbutton {
    margin: 1.3em auto;
    font-size: .9em;
    border: 1px solid white;
    padding: .7em 0;
    width: 100%;
    display: block;
    color: #ffffff;
    background-color: transparent;
    text-align: center;
    cursor: pointer; }
    input#submitbutton:hover {
      background-color: #ffffff;
      color: #293B47; }

footer {
  background-color: #2f2f2f;
  font-size: .8em;
  text-align: center; }
  footer p {
    color: #ffffff;
    margin: 0; }
  footer a {
    color: #ffffff;
    margin: 0; }
    footer a:hover {
      text-decoration: underline; }
  footer h1 {
    color: #ffffff; }
  footer img {
    width: 2.5em; }
  footer .thirds {
    padding: 3em 0;
    opacity: .9;
    transition: all .1s ease; }
    footer .thirds h1 {
      font-size: 1.1em;
      margin: .6em 0 .4em 0; }
    footer .thirds:hover {
      opacity: 1; }

.fullscreen-bg__video {
  position: relative;
  width: 100vw;
  height: auto;
  display: block; }

.videopopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  text-align: center;
  background-image: url("../assets/close.png");
  background-repeat: no-repeat;
  background-position: right 6em;
  background-size: 90px; }
  .videopopup:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: -0.25em; }
  .videopopup > div {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    background-color: transparent;
    padding: 0; }
  .videopopup.showpopup {
    display: block; }

/*========= Onboarding Campaign Styling ==========*/
#onboardCampHead {
  margin-top: 0;
  height: 80vh; }

#onboardCampTitle {
  left: 20%;
  color: #ffffff;
  top: 20%;
  width: 23em;
  font-size: .9em; }

#onboardCampTitle h2 {
  font-size: 3.5em;
  text-align: left;
  padding-top: 4em; }

#onboardCampTitle p {
  font-weight: bold;
  width: 82%;
  font-size: 1.5em;
  line-height: 1.1em;
  text-align: left;
  margin: 0; }

#tbActOnboardCamp {
  min-width: 0;
  min-height: 0;
  display: inline-block;
  width: 20em;
  top: 5%;
  left: 85%; }

#onboardCampAngledBackground {
  background-position: -15vw center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  overflow: hidden; }
  #onboardCampAngledBackground .halves {
    z-index: 10; }
  #onboardCampAngledBackground::after {
    content: '';
    display: block;
    width: 90vw;
    height: 240%;
    z-index: 1;
    position: absolute;
    top: -15%;
    left: 19vw;
    background-color: #ffffff;
    transform: rotate(17deg);
    box-shadow: 0px 8px 11px -1px; }

.caption {
  border: 1em solid #00c3ed;
  border-radius: 4em;
  background-color: #00c3ed;
  color: #ffffff;
  font-size: 1.5em;
  width: 8.8em;
  font-weight: bold;
  position: absolute;
  top: 4em;
  line-height: 1.2em;
  display: inline-block; }

.onboardSubsections {
  width: 46%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%; }

.onboardTextPane {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 0;
  z-index: 5; }

.onboardText {
  padding: 2em;
  width: 70%;
  left: 29%; }

.onboardingTitle {
  width: 48%;
  font-weight: bold;
  color: #00c3ed; }

.onboardingRightTitle {
  font-weight: bold;
  color: #00c3ed;
  text-align: right;
  right: 2em;
  width: 48%;
  position: absolute;
  top: 1em; }

.number {
  border: 0.5em solid #00c3ed;
  border-radius: 1em;
  background-color: #00c3ed;
  color: #ffffff;
  font-size: 3em;
  width: 0.7em;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  margin: 1em; }

.subsectionsOnboard {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-right: 1%; }

.extendOnboard {
  left: 0;
  width: 90%;
  text-align: left;
  padding: 1em; }

.complianceTipsAction {
  color: #00C2EF;
  font-weight: bold; }

/*========= Campaign Template Styling ==========*/
#campaignHead {
  height: 40vh;
  min-height: 0;
  background-image: url("../assets/campaignTemplateHead.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.campaignContent {
  position: relative;
  top: -7em;
  margin-bottom: -5em;
  padding: 0 3em;
  text-align: justify;
  overflow: visible; }
  .campaignContent #campaignLeft, .campaignContent #campaignRight {
    display: inline-block;
    vertical-align: top; }
  .campaignContent > #campaignLeft {
    width: 50%; }
  .campaignContent > #campaignRight {
    padding-top: 5em;
    width: 40%;
    margin-left: 8%; }
  .campaignContent #titleCampaign h1 {
    color: #00c3ed;
    display: block;
    font-size: 2.3em;
    line-height: 1.2em;
    font-weight: 700;
    text-align: left; }
  .campaignContent #titleCampaign h2 {
    font-size: 1.3em;
    font-weight: 700;
    text-align: left; }

.alternateTitle {
  height: 100%;
  color: #ffffff;
  transform: translate(0%, -150%); }

.campaignExtras {
  width: 35%;
  margin-left: 1em; }

.campaignText {
  width: 60%;
  margin-right: 1em; }

.campaignNumber {
  margin: 0;
  font-size: 2em !important;
  border-radius: 2em;
  width: 1.3em;
  margin-bottom: .5em; }

.openingText {
  width: 64%;
  text-align: right;
  display: inline-block; }

#featuresCampaign {
  transform: translate(0%, -7%); }

.downloadForm {
  position: relative; }
  .downloadForm #downloadButton {
    width: 100%;
    background-color: #00c3ed;
    color: #ffffff;
    font-size: .9em;
    position: relative;
    border: solid 1px #00c3ed;
    cursor: pointer; }
  .downloadForm input {
    width: 100%;
    border: solid 1px rgba(47, 47, 47, 0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.validation {
  text-align: center; }
  .validation.error {
    color: #d8251f; }

#thankyouMessage {
  background-color: #efefef;
  padding: 2em; }
  #thankyouMessage h3 {
    margin: 0; }
  #thankyouMessage img {
    width: 1.5em;
    margin-right: 0.9em;
    vertical-align: middle; }
  #thankyouMessage a {
    vertical-align: middle;
    font-weight: 700; }

/*========= End of Styling ==========*/
/*========= News Template Styling ==========*/
.newsContent {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 3em; }
  .newsContent a {
    color: #00c3ed;
    font-weight: 700; }

#newsTitle h1 {
  color: #00c3ed;
  font-size: 2.3em;
  margin-bottom: 0; }
#newsTitle h2 {
  text-align: left;
  font-size: 1.1em; }
#newsTitle p {
  font-size: .7em;
  color: #999999;
  font-weight: 700; }

.newsDate {
  color: #999999;
  margin-bottom: -1em;
  margin-top: 1em; }

#newsLeft {
  width: 60%;
  margin-right: 4%; }

#newsRight {
  width: 30%;
  margin-left: 4%;
  padding-top: 5em;
  vertical-align: top; }
  #newsRight img {
    margin-top: 1em; }

#newsLeft, #newsRight {
  display: inline-block;
  position: relative; }

.quoteBox {
  width: 80%;
  font-family: 'Borgia Pro', Times, Serif;
  position: relative;
  padding-top: 4em;
  padding-bottom: 6em;
  text-align: center;
  font-size: 1.4em;
  font-style: italic;
  padding-left: 2em;
  padding-right: 2em; }
  .quoteBox::before {
    content: "";
    position: absolute;
    width: 95%;
    border-top: 2px solid #00c3ed;
    margin-top: -3em;
    right: 2%; }
  .quoteBox::after {
    content: "";
    position: absolute;
    width: 95%;
    border-top: 2px solid #00c3ed;
    margin-top: 4.8em;
    right: 2%; }

/*========= End of Styling ==========*/
/*========= News Hub Styling ==========*/
.newsHubContent {
  padding-top: 5%;
  width: 90%;
  margin: 0 auto; }

.newsHubStory {
  width: 70%;
  background-image: url("../assets/icon-article.png");
  background-repeat: no-repeat;
  background-size: 6%;
  background-position: left top;
  padding-left: 5%;
  margin-bottom: 4.5em; }
  .newsHubStory h1 {
    font-size: 2.2em;
    text-transform: none;
    margin-bottom: 0.1em;
    color: #000000;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 0; }
  .newsHubStory h5 {
    font-size: 1.2em;
    color: #999999;
    margin-bottom: 0.5em;
    font-weight: 700;
    margin-top: 0; }
  .newsHubStory p {
    font-size: 1.5em;
    margin-bottom: 1em;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 0; }
  .newsHubStory a {
    font-size: 1.4em;
    display: block;
    margin-top: -0.3em;
    margin-bottom: 1em;
    color: #00c3ed;
    text-transform: uppercase;
    font-weight: bold; }

.header h1 {
  width: 77%;
  margin: 0% auto;
  color: #ececec;
  font-size: 7em;
  letter-spacing: -1px;
  padding-top: 9vh;
  font-weight: 300;
  line-height: 1.2; }

/*========= End of Hub Styling ==========*/
@media only screen and (max-width: 880px) {
  #onboardCampTitle {
    padding-top: 0em !important; }

  #vidButton {
    font-size: 0.7em;
    padding: 0.7em 1.2em; }

  p {
    font-size: 0.8em; }

  .support, #workp, #workh2 {
    width: 80%; }

  .halves {
    display: block;
    width: 100%; }

  img, video {
    max-width: 100%; }

  .quotediv {
    width: 100%;
    text-align: center; }
    .quotediv img {
      top: 0;
      left: 0;
      width: 40%; }

  .quote {
    text-align: center; }

  section {
    padding: 0.1em 0.7em; }

  section {
    padding: 1.5em 1.5em; }

  .vidSection {
    padding: 2em 0.7em; }

  .container section {
    position: relative; }

  .container {
    border-bottom: 1px solid rgba(32, 32, 32, 0.15); }
    .container.features.extendSection {
      height: 1800px; }

  .features a {
    position: relative;
    right: 1em; }

  #features-list {
    bottom: 2em;
    padding-top: 1em; }

  .ourwork section > div {
    margin: 0; }

  .thirds {
    width: 100%;
    padding-top: 0.2em; }

  .title {
    position: relative;
    top: 0%;
    left: 0%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    width: 85%; }
    .title a.submitbutton {
      margin-top: 0em;
      margin-bottom: 3em; }
    .title h1 {
      margin-left: auto;
      margin-right: auto;
      margin-top: 0em;
      padding-top: 4.1em; }

  .nav {
    padding: 0em 0em; }

  .title h2 {
    padding-top: 6em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0em; }

  .form input {
    margin-left: auto;
    width: 90%;
    margin-right: auto; }

  .ourwork section > div > div p {
    padding: 0em 0em;
    font-size: 0.7em; }
  .ourwork section > div > div > div {
    padding: 0em 0; }

  .about {
    text-align: center; }
    .about img {
      top: 0;
      max-width: 60%;
      cursor: auto; }
    .about section {
      padding-top: 1em; }

  .anywhere section img {
    max-width: 100%;
    cursor: auto; }

  .subsections {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
    text-align: left;
    display: inline; }

  .textPane {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    left: 0;
    padding-bottom: 0; }

  .angled-background:after {
    content: none; }

  .sectionbackground {
    display: none; }

  .angled-background-flipped:after {
    content: none; }

  .sectionbackground-flipped, .sectionbackground-compliance {
    display: none; }

  #quotetextKfh p {
    margin-right: 0; }

  #kfhimg {
    width: 65%; }

  #kngfrk {
    top: 0; }

  #cotswold {
    top: 0;
    width: 30%; }

  #hft {
    width: 25%;
    top: 0; }

  #onboardCampTitle {
    top: 0 !important;
    left: 0 !important;
    position: relative;
    display: block;
    width: 100% !important;
    text-align: center;
    margin: 0 auto; }
    #onboardCampTitle h2 {
      text-align: center; }
    #onboardCampTitle p {
      text-align: center;
      margin: 0 auto; }

  .promo {
    width: 20% !important;
    font-size: 0.7em;
    top: 2vw !important; }

  .headTitle {
    margin-top: 1em; } }
@media only screen and (max-width: 753px) {
  .nav ul li {
    padding-top: 1em; }

  .container.features ul > li {
    width: 100%;
    margin-bottom: 2em;
    display: block; }

  .logowork {
    width: 5em; } }
@media only screen and (max-width: 1100px) {
  .logo {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1em; }
    .logo p {
      top: 0.5em; }

  .nav {
    text-align: center; }
    .nav ul {
      float: none;
      display: inline-block;
      padding-top: 1em;
      padding-bottom: 0em; }
    .nav h1 {
      top: 0;
      margin-left: 0; } }
@media only screen and (max-width: 1280px) {
  .experienceItem .itemDescription {
    font-size: 90%;
    line-height: normal; } }
@media only screen and (max-width: 1020px) {
  .experienceItem .itemDescription {
    font-size: 120%;
    line-height: inherit; }

  .itemDescription {
    width: 100%;
    left: 0; }

  .experienceItem .image {
    width: 100%; } }
@media only screen and (max-width: 1048px) {
  .nav h1 {
    float: none; } }
@media only screen and (max-width: 840px) {
  .title h1, .title h2 {
    width: 70%; }
  .title p {
    width: 80%; } }
@media only screen and (max-width: 900px) {
  .portraits img {
    width: 13%; } }
@media only screen and (max-width: 570px) {
  .header {
    margin-top: 0; }
    .header h1 {
      font-size: 1.5em; }
    .header h2 {
      font-size: 1.3em; }
    .header p {
      font-size: 0.8em;
      line-height: 1.3em; }

  .vidHeader {
    margin-top: 0; }

  .nav {
    position: relative; }

  .menuoffsetter {
    top: 0; }

  .titleVideoButton {
    float: none; }

  .titleButtonContainer {
    width: 10em; }

  .title a#but {
    float: none; } }
@media only screen and (max-width: 690px) and (min-width: 571px) {
  .logo {
    width: 30em; } }
@media only screen and (max-width: 570px) and (min-width: 400px) {
  .logo {
    width: 22em; } }
@media only screen and (max-width: 399px) {
  .logo {
    width: 18em; }

  .portraits {
    display: none; }

  .portraitsMobile {
    display: inline-block; } }
@media only screen and (max-width: 1425px) {
  .logo {
    width: 30em;
    top: 1.9em; }

  .onboardTextPane {
    width: 90%;
    margin-right: 0; } }
@media only screen and (max-width: 1180px) {
  #onboardCampTitle {
    left: 24%; }

  .onboardSectionBackground {
    display: none; }

  #onboardCampAngledBackground:after {
    content: none; } }
@media only screen and (max-width: 1140px) {
  #contentLeft {
    padding-top: 6em; } }
@media only screen and (max-width: 920px) {
  .onboardTextPane {
    width: 100%;
    margin-right: auto;
    margin-left: auto; }

  .onboardText {
    width: 100%;
    left: 0;
    padding: 0;
    text-align: left; }
    .onboardText p {
      font-size: .7em; }
    .onboardText h2 {
      font-size: 1.1em; }

  .caption {
    position: relative;
    width: initial;
    top: 0;
    font-size: 1.2em; }

  .extendOnboard {
    width: 90%; }

  .textPane h3 {
    font-size: 1em; }
  .textPane .subsectionsOnboard {
    width: 100%; }

  .onboardingRightTitle {
    top: -2em;
    width: 100%;
    right: .5em; }

  .onboardingTitle {
    width: 100%; }

  .number {
    position: relative;
    top: 0.5em;
    margin: 0 auto;
    margin-bottom: 1em;
    margin-top: 1em;
    display: block; }

  #onboardCampTitle {
    left: 26%; }
    #onboardCampTitle h2 {
      font-size: 2.5em !important; }
    #onboardCampTitle p {
      font-size: 1.1em !important;
      width: 79%; }

  #contentLeft {
    width: 100%; } }
@media only screen and (max-width: 1285px) {
  .logo {
    width: 26em;
    top: 1.9em; }

  #onboardCampTitle {
    color: #ffffff;
    top: 25%;
    width: 23em; }
    #onboardCampTitle h2 {
      font-size: 2.8em; }
    #onboardCampTitle p {
      font-size: 1.2em; } }
@media only screen and (max-width: 1210px) {
  .logo {
    width: 21em;
    top: 1.9em; } }
@media only screen and (max-width: 1460px) {
  #onboardCampTitle {
    top: 26%; }
    #onboardCampTitle h2 {
      font-size: 3em; }
    #onboardCampTitle p {
      font-size: 1.4em; } }
@media only screen and (max-width: 1150px) {
  .promo {
    border: 1em solid #00c3ed;
    width: 35%;
    position: relative;
    top: 7vw;
    left: 0;
    margin: 0 auto; } }
@media only screen and (max-width: 700px) {
  .campaignContent #campaignRight {
    display: none; }
  .campaignContent > #campaignLeft {
    display: block;
    width: 100%; }

  .newsContent #newsRight {
    display: none; }
  .newsContent > #newsLeft {
    display: block;
    width: 100%; } }
@media only screen and (max-width: 580px) {
  #contentLeft {
    padding-top: 0; } }

/*# sourceMappingURL=style.css.map */
