/*
Theme Name: CFC Pulse on VR
Theme URI: http://twg.io
Author: TWG.io
Author URI: http://twg.io
Description: Custom WordPress theme developed by TWG for CFC
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: CFC, custom
Text Domain: pulse on vr
*/
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}
img {
  max-width: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Roboto', sans-serif;
}
a {
  color: #553c87;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: 'Roboto', sans-serif;
}
h1,
.h1 {
  font-size: 56px;
}
h2,
.h2 {
  font-size: 48px;
}
h3,
.h3 {
  font-size: 36px;
  color: #553c87;
}
h4,
.h4 {
  font-size: 30px;
  color: #553c87;
}
h5,
.h5 {
  font-size: 24px;
}
h6,
.h6 {
  font-size: 18px;
}
p {
  font-size: 18px;
  line-height: 32px;
  color: #676767;
  margin-bottom: 28px;
}
.p--large {
  color: #553c87;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 36px;
}
body,
html {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow-x: hidden;
}
iframe {
  border: 0;
  width: 100%;
  height: 250px;
  background: #eee;
}
.grid {
  font-size: 0;
  margin-left: -16px;
}
.grid > * {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding-left: 16px;
}
.grid-1of1 {
  width: 50%;
}
.grid-1of2 {
  width: 50%;
}
.grid-1of3 {
  width: 33.33%;
}
.grid-1of4 {
  width: 25%;
}
.grid-1of5 {
  width: 20%;
}
.grid-1of6 {
  width: 16.66%;
}
.grid-2of3 {
  width: 66.66%;
}
.grid-3of4 {
  width: 75%;
}
.grid--center > * {
  text-align: center;
}
.grid--wide {
  margin-left: -60px;
}
.grid--wide > * {
  padding-left: 60px;
}
.grid--spaced > * {
  margin-bottom: 30px;
}
.grid--middle > * {
  vertical-align: middle;
}
@media (max-width: 1000px) {
  .grid-1of1--large {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .grid-1of1--portable {
    width: 100%;
  }
  .grid-1of2--portable {
    width: 50%;
  }
  .grid-1of3--portable {
    width: 33.33%;
  }
  .grid-1of4--portable {
    width: 25%;
  }
}
.combo {
  display: table;
  width: 100%;
}
.combo-first,
.combo-last {
  display: table-cell;
  vertical-align: top;
}
.combo-first {
  width: 0;
  white-space: nowrap;
}
.combo-last {
  width: 100%;
}
.combo--rev .combo-first {
  width: 100%;
  white-space: normal;
}
.combo--rev .combo-last {
  width: 0;
  white-space: nowrap;
}
.button {
  padding: 8px 25px;
  background: #00a961;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
}
.button:hover {
  background: #009f5b;
}
.button-icon {
  width: 18px;
  vertical-align: middle;
}
.cards {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}
.card,
.caseStudies-card {
  font-size: 16px;
  border: 1px solid #efefef;
  margin-bottom: 50px;
  width: calc(50% - 20px);
  vertical-align: top;
  margin-left: 20px;
  float: left;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-box-shadow: -2px 20px 45px -16px rgba(0,0,0,0.15);
  box-shadow: -2px 20px 45px -16px rgba(0,0,0,0.15);
}
a.card:hover,
a.caseStudies-card:hover,
a.card:focus,
a.caseStudies-card:focus {
  outline: none;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.card-inner {
  padding: 20px;
}
@media (max-width: 800px) {
  .card-inner {
    padding: 10px;
  }
}
.cards--three > .card {
  width: calc(33.333% - 20px);
}
@media (max-width: 800px) {
  .cards--three > .card {
    width: calc(50% - 20px);
  }
  .cards--three > .card:nth-child(3) {
    display: none;
  }
}
.cards--all > .card {
  display: block !important;
}
.card--secondary {
  background: #553c87;
  color: #fff;
  padding: 50px 75px;
  padding-bottom: 40px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 32px;
  position: relative;
  overflow: hidden;
}
.card--secondary:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/cfcvr-pulse/assets/pattern.jpg");
  opacity: 0.25;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.card--secondary:hover:before {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.card--secondary .card-inner {
  padding: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 768px) {
  .card--secondary {
    padding: 20px;
  }
}
@media (max-width: 560px) {
  .card--secondary {
    width: 100%;
    margin-bottom: 20px;
  }
}
.card--secondary .button {
  background: transparent;
  border: 1px solid #fff;
  margin-top: 28px;
  padding: 3px 30px;
}
.card--secondary .button:hover {
  background: #00a961;
  border-color: #00a961;
}
.card-arrow {
  margin-top: 30px;
}
.caseStudies {
  padding: 50px 0;
  text-align: center;
}
.caseStudies-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.caseStudies-card {
  padding: 100px 20px 20px 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: calc(33.333% - 20px);
  float: none;
  position: relative;
  text-align: left;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-box-shadow: -2px 20px 45px -16px rgba(0,0,0,0.15);
  box-shadow: -2px 20px 45px -16px rgba(0,0,0,0.15);
  transition: all 0.15s ease-in-out !important;
  overflow: hidden;
}
a.caseStudies-card:hover,
a.caseStudies-card:focus {
  outline: none;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
@media (max-width: 800px) {
  .caseStudies-card {
    width: 100%;
    margin-left: 0;
    display: none;
  }
  .caseStudies-card:first-child,
  .caseStudies-card:nth-child(2) {
    display: block;
  }
  .caseStudies--simple .caseStudies-card {
    display: block;
  }
}
.caseStudies-card:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 1;
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.caseStudies-card:hover:before {
  opacity: 0.5;
}
.caseStudies-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #eee;
}
.caseStudies-card:hover .caseStudies-image,
.caseStudies-card:focus .caseStudies-image {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.caseStudies-cardInner {
  position: relative;
  z-index: 2;
}
.caseStudies-cardTitle {
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.caseStudies-cardIntro {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.caseStudies-cardCTA {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 800px) {
  .caseStudies--primary,
  .caseStudies--secondary,
  .caseStudies--tertiary {
    width: 100%;
  }
}
.caseStudies--primary:before,
.caseStudies--secondary:before,
.caseStudies--tertiary:before {
  display: none;
}
.caseStudies--primary .caseStudies-cardTitle,
.caseStudies--secondary .caseStudies-cardTitle,
.caseStudies--tertiary .caseStudies-cardTitle {
  color: #553c87;
}
.caseStudies--primary .caseStudies-cardIntro,
.caseStudies--secondary .caseStudies-cardIntro,
.caseStudies--tertiary .caseStudies-cardIntro {
  color: #5c5c5c;
}
.caseStudies--primary .caseStudies-cardCTA,
.caseStudies--secondary .caseStudies-cardCTA,
.caseStudies--tertiary .caseStudies-cardCTA {
  color: #00a961;
}
.caseStudies--primary .caseStudies-cardInner,
.caseStudies--secondary .caseStudies-cardInner,
.caseStudies--tertiary .caseStudies-cardInner {
  background: #fff;
  padding: 20px;
  margin: -20px;
  max-width: 320px;
}
@media (max-width: 800px) {
  .caseStudies--primary .caseStudies-cardInner,
  .caseStudies--secondary .caseStudies-cardInner,
  .caseStudies--tertiary .caseStudies-cardInner {
    max-width: none;
    position: relative;
    width: calc(100% + 40px);
  }
}
.caseStudies--primary {
  width: calc(66.666% - 20px);
  padding-top: 250px;
}
.caseStudies--secondary {
  padding-top: 250px;
}
.caseStudies--secondary .caseStudies-cardInner {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
}
.caseStudies--tertiary {
  width: calc(66.666% - 20px);
  padding-top: 100px;
}
@media (max-width: 800px) {
  .caseStudies--tertiary {
    padding-top: 250px;
  }
}
.caseStudies--secondary .caseStudies-image {
  height: 50%;
}
@media (max-width: 800px) {
  .caseStudies-card {
    width: 100%;
    padding: 0;
  }
  .caseStudies-card:before {
    display: none;
  }
  .caseStudies-card .caseStudies-image {
    position: relative;
    display: block;
    height: 230px;
  }
  .caseStudies-card .caseStudies-cardInner {
    position: relative;
    margin: 0;
    padding: 20px;
    background: #fff;
    width: 100%;
  }
  .caseStudies-card .caseStudies-cardTitle {
    color: #553c87;
  }
  .caseStudies-card .caseStudies-cardIntro {
    color: #5c5c5c;
  }
  .caseStudies-card .caseStudies-cardCTA {
    color: #00a961;
  }
}
.companies-group {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.companies-groupTitle {
  color: #553c87;
  font-weight: normal;
}
.companies-groupTitle a {
  color: #00a961;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  margin-left: 5px;
}
.companies-groupTitle a:hover {
  color: #008f52;
}
.company-logo {
  display: table;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #efefef;
}
.company-download {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  z-index: 2;
}
.company-logo--sized {
  padding-top: 45.34%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.company-logo--sized:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.company:hover .company-logo--sized:after {
  opacity: 0.5;
}
.company:hover .company-logo--sized .company-download {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.company-icon {
  font-size: 65px;
  color: #000;
  opacity: 0.15;
}
.company-logoInner {
  display: table-cell;
  height: 140px;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  background-color: #fff !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.company-logoInner img {
  max-height: 90px;
  max-width: 210px;
}
.company {
  text-decoration: none;
  background: #fbfbfb;
}
.company-title {
  font-size: 18px;
  color: #553c87;
  margin-bottom: 2px;
}
.company-location {
  color: #676767;
  font-size: 14px;
  text-transform: capitalize;
}
.companies-back {
  color: #00a961;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
}
.companies-back:hover {
  color: #008f52;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 36px;
  padding: 0 60px;
}
@media (max-width: 600px) {
  .container {
    padding: 0 24px;
  }
}
.container--narrow {
  max-width: 875px;
}
.container--xnarrow {
  max-width: 650px;
}
.container--padded {
  margin-top: 80px;
  margin-bottom: 80px;
}
.content {
  position: relative;
  padding-top: 80px;
}
@media (max-width: 500px) {
  .content {
    padding-top: 40px;
  }
}
.content:before {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 500px) {
  .content:before {
    height: 40px;
  }
}
.content > .container {
  position: relative;
  z-index: 1;
}
.content-title {
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
  color: #553c87;
}
.divider {
  background: #553c87;
  padding: 60px 0;
  padding-top: 100px;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 18px;
  -webkit-clip-path: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3CclipPath id='p' clipPathUnits='objectBoundingBox'%3E%3Cpolygon points='0 0.35, 1 0, 1 1, 0 1' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p");
  clip-path: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3CclipPath id='p' clipPathUnits='objectBoundingBox'%3E%3Cpolygon points='0 0.35, 1 0, 1 1, 0 1' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p");
  -webkit-clip-path: polygon(0 60px, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 60px, 100% 0, 100% 100%, 0% 100%);
  margin-top: -60px;
}
.divider:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.25;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/wp-content/themes/cfcvr-pulse/assets/pattern.jpg");
}
.divider .container {
  position: relative;
  z-index: 2;
}
.divider a {
  color: #fff;
}
.divider a:hover {
  opacity: 0.8;
}
.divider .button {
  -webkit-transition: none;
  transition: none;
  border: 1px solid #fff;
  background: transparent;
  margin-top: 5px;
  margin-left: 10px;
}
@media (max-width: 400px) {
  .divider .button {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}
.execSumm-outer {
  position: relative;
  z-index: 9;
}
.execSumm {
  padding: 300px 0 150px 0;
  padding: 200px 0;
  position: relative;
  margin-top: -200px;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
  clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
  background-color: #fff;
}
.execSumm:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url("/wp-content/themes/cfcvr-pulse/assets/pattern.jpg");
  background-size: cover;
  opacity: 0.2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 1000px) {
  .execSumm {
    -webkit-clip-path: polygon(0 0, 100% 3%, 100% 97%, 0% 100%);
    clip-path: polygon(0 0, 100% 3%, 100% 97%, 0% 100%);
    margin-top: -30px;
    padding-top: 60px;
    padding-bottom: 0;
    overflow: hidden;
  }
}
.execSumm-inner {
  padding-left: 45%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1000px) {
  .execSumm-inner {
    padding-left: 0;
  }
}
.execSumm-image {
  position: absolute;
  left: -50px;
  bottom: -200px;
  width: 50%;
  max-width: 640px;
}
@media (max-width: 1000px) {
  .execSumm-image {
    position: static;
    min-width: 100%;
    display: inline-block;
    margin-bottom: -100px;
  }
}
.feature {
  background-position: center center;
  background-size: cover;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 100px 0 175px 0;
  margin: 50px 0;
  -webkit-clip-path: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3CclipPath id='p' clipPathUnits='objectBoundingBox'%3E%3Cpolygon points='0 0, 1 0, 1 1, 0 0.8' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p");
  clip-path: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3CclipPath id='p' clipPathUnits='objectBoundingBox'%3E%3Cpolygon points='0 0, 1 0, 1 1, 0 0.8' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p");
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 80%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 80%);
}
.feature:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
}
.feature-inner {
  position: relative;
  z-index: 2;
  max-width: 660px;
}
.feature-inner:after {
  content: '';
  display: inline-block;
  width: 25%;
  height: 2px;
  background: #fff;
}
.feature-title {
  color: #fff;
}
.feature-text,
.feature-text p {
  color: #fff;
  line-height: 30px;
  margin-bottom: 40px;
  opacity: 0.85;
  font-size: 17px;
}
.fields {
  padding: 30px 0;
}
.fields fieldset {
  margin: 0;
  padding: 20px 0;
  border: 0;
  border-top: 1px solid #ccc;
}
.fields .field {
  font-size: 0;
  margin-bottom: 20px;
}
.fields .field:last-child {
  margin-bottom: 0;
}
.fields .field > label,
.fields .field > .field-group {
  font-size: 18px;
  width: 35%;
  padding-right: 20px;
  display: inline-block;
  color: #553c87;
  font-weight: bold;
  vertical-align: middle;
}
@media (max-width: 700px) {
  .fields .field > label,
  .fields .field > .field-group {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .fields .field > label {
    margin-bottom: 10px;
  }
}
.fields .field > .field-group {
  vertical-align: top;
  width: 50%;
}
@media (max-width: 700px) {
  .fields .field > .field-group {
    width: 100%;
  }
}
.fields .field.recaptcha iframe {
  height: auto;
  background: transparent;
}
.fields .field .errorMessage {
  color: #df0000;
  font-size: 12px;
  font-weight: normal;
  display: none;
}
.fields .field.showError .errorMessage {
  display: block;
}
.fields select,
.fields input[type="text"],
.fields input[type="email"],
.fields input[type="number"],
.fields input[type="tel"] {
  font-size: 16px;
  width: 40%;
  background: #fff;
  padding: 10px;
  outline: 0;
  border-radius: 0;
  border: 1px solid #d7d7d7;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  vertical-align: middle;
}
.fields select:focus,
.fields input[type="text"]:focus,
.fields input[type="email"]:focus,
.fields input[type="number"]:focus,
.fields input[type="tel"]:focus {
  border-color: #553c87;
}
@media (max-width: 700px) {
  .fields select,
  .fields input[type="text"],
  .fields input[type="email"],
  .fields input[type="number"],
  .fields input[type="tel"] {
    width: 100%;
  }
}
.fields select {
  height: 40px;
}
.fields input[type="checkbox"] {
  display: none;
}
.fields input[type="checkbox"] + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
}
.fields input[type="checkbox"] + label:before,
.fields input[type="checkbox"] + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
}
.fields input[type="checkbox"] + label:before {
  background: #fff;
  border: 1px solid #d7d7d7;
}
.fields input[type="checkbox"] + label:after {
  opacity: 0;
  background-color: #00a961;
  background-size: 12px 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/cfcvr-pulse/assets/checkmark.svg");
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fields input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.flash {
  padding: 20px;
  border-radius: 2px;
  font-size: 18px;
  margin: 20px 0 30px 0;
}
.flash--success {
  background: #00a961;
  color: #fff;
}
.divider--gray {
  background: #fbfbfb;
  padding: 100px 0;
  text-align: center;
  margin-top: 50px;
}
.footer-black {
  background: #2b2e30;
  padding: 100px 0 60px 0;
  color: #fff;
}
@media (max-width: 680px) {
  .footer-black {
    padding: 40px 0;
  }
}
.footer-logos {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.footer-logos li {
  display: inline-block;
  vertical-align: middle;
}
.footer-logos li:first-child a {
  border-left: 0;
}
.footer-logos a {
  display: block;
  padding: 10px 15px;
  border-left: 1px solid #fff;
}
.footer-logos a:hover img {
  opacity: 1;
}
.footer-logos img {
  max-width: 90px;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 900px) {
  .footer-logos {
    margin: 30px 0;
  }
  .footer-logos li {
    display: block;
    padding: 0px;
  }
  .footer-logos a {
    border-left: 0;
  }
}
.footer-twg {
  text-align: right;
  color: #929292;
}
.footer-twg a {
  text-decoration: none;
  color: #00a961;
}
@media (max-width: 680px) {
  .footer-twg {
    text-align: center;
  }
}
.footer-social {
  margin: 0;
  margin-bottom: 35px;
  padding: 0;
  font-size: 0;
  list-style-type: none;
  display: inline-block;
}
.footer-social li {
  display: inline-block;
}
.footer-social a {
  padding: 0 5px;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-social a:hover {
  opacity: 1;
}
.footer-small {
  margin-top: 50px;
}
.footer-small .grid > * {
  font-size: 12px;
}
.menu-legal-nav-container ul,
.menu-legal-nav-fr-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.menu-legal-nav-container li,
.menu-legal-nav-fr-container li {
  display: inline-block;
}
.menu-legal-nav-container li:first-child a,
.menu-legal-nav-fr-container li:first-child a {
  border-left: 0;
}
.menu-legal-nav-container a,
.menu-legal-nav-fr-container a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  padding: 0 5px;
  border-left: 1px solid #fff;
}
.menu-legal-nav-container a:hover,
.menu-legal-nav-fr-container a:hover {
  color: #00a961;
}
@media (max-width: 680px) {
  .footer-copyright {
    text-align: center;
  }
}
@media (max-width: 680px) {
  .footer-legalMenu {
    padding: 15px 0;
  }
}
.menu-footer-nav-container ul,
.menu-footer-nav-fr-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 680px) {
  .menu-footer-nav-container li,
  .menu-footer-nav-fr-container li {
    text-align: center;
  }
}
.menu-footer-nav-container a,
.menu-footer-nav-fr-container a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0;
  max-width: 100px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu-footer-nav-container a:hover,
.menu-footer-nav-fr-container a:hover {
  color: #00a961;
}
.gallery {
  font-size: 0;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  max-width: calc(100vw + 40px);
  margin: 50px -20px 0 -20px;
}
.gallery-item {
  font-size: 16px;
  height: 300px;
  min-width: 250px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-transform: skew(-7deg);
  transform: skew(-7deg);
}
@media (max-width: 600px) {
  .gallery-item {
    height: 200px;
  }
}
.gallery-item:hover .gallery-image {
  -webkit-transform: scale(1.3) skew(7deg);
  transform: scale(1.3) skew(7deg);
}
.gallery-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.2) skew(7deg);
  transform: scale(1.2) skew(7deg);
}
.header {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
}
@media (max-width: 400px) {
  .header {
    opacity: 1;
  }
}
.header-logo {
  display: inline-block;
}
@media (max-width: 600px) {
  .header-logo {
    max-width: 70px;
  }
}
.header-hamburger {
  display: none;
}
@media (max-width: 850px) {
  .header-hamburger {
    position: absolute;
    right: 30px;
    top: 30px;
    display: block;
    width: 30px;
    height: 24px;
    z-index: 999;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .header-hamburger:before,
  .header-hamburger:after,
  .header-hamburger span {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: '';
    display: block;
    background: #fff;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
  }
  .header-hamburger:before {
    top: 0;
  }
  .header-hamburger:after {
    bottom: 0;
  }
  .header-hamburger span {
    top: 50%;
    margin-top: -1px;
  }
  .header--navOpen .header-hamburger:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  .header--navOpen .header-hamburger:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
  .header--navOpen .header-hamburger span {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.header-items {
  float: right;
  margin-top: 60px;
}
@media (max-width: 850px) {
  .header-items {
    float: none;
    margin: 0;
    padding-top: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    background: #313131;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .header-items .button {
    color: #00a961;
    background: transparent;
    display: block;
  }
}
@media (max-width: 850px) {
  .header.header--navOpen .header-items {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.header-nav .current-menu-item > a,
.header-nav .current-menu-ancestor > a {
  color: #fff;
  padding: 10px 0;
  padding: 10px 0 5px 0;
  margin: 0 15px 5px 15px;
}
.header-nav .current-menu-ancestor .current-menu-item a {
  padding: 10px 5px;
  border-bottom: 1px solid #eaeaea;
  margin: 0;
  color: #00a961 !important;
}
.header-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-nav ul ul {
  position: absolute;
  top: 100%;
  left: 15px;
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.6);
  box-shadow: 0 0 40px rgba(0,0,0,0.6);
  display: none;
}
@media (max-width: 850px) {
  .header-nav ul ul {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.header-nav ul ul li a {
  text-align: center;
  display: block;
  padding: 10px 5px;
  min-width: 200px;
  background: #fff;
  color: #727272 !important;
  border-bottom: 1px solid #eaeaea;
}
.header-nav ul ul li a:hover {
  color: #000 !important;
  background: #efefef;
}
@media (max-width: 850px) {
  .header-nav ul ul li a {
    background: transparent;
    color: #fff !important;
    border-bottom: 0;
    opacity: 0.8;
  }
}
.header-nav li {
  display: inline-block;
  position: relative;
}
@media (max-width: 850px) {
  .header-nav li {
    display: block;
    text-align: center;
  }
}
.header-nav li:hover ul {
  display: block;
}
.header-nav li:hover a {
  color: #fff;
}
.header-nav li a {
  display: block;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10px 15px;
}
.header-nav .menu-primary-nav-container,
.header-nav .menu-primary-nav-fr-container {
  display: inline-block;
}
@media (max-width: 850px) {
  .header-nav .menu-primary-nav-container,
  .header-nav .menu-primary-nav-fr-container {
    display: block;
  }
}
.header-nav .menu-item-has-children > a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url("/wp-content/themes/cfcvr-pulse/assets/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  width: 10px;
  height: 10px;
}
@media (max-width: 850px) {
  .header-nav .menu-item-has-children > a {
    display: none;
  }
  .header-nav .current-menu-item a:hover,
  .header-nav ul ul li a:hover {
    background: transparent !important;
    color: #fff !important;
  }
  .header-nav .current-menu-item > a,
  .header-nav .current-menu-ancestor > a {
    color: #00a961;
    border-bottom: 0;
  }
  .header-nav .current-menu-ancestor .current-menu-item a {
    color: #00a961;
    border-bottom: 0;
  }
}
.header-lang {
  position: absolute;
  top: 20px;
  right: 60px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 850px) {
  .header-lang {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.header-lang li {
  display: inline-block;
  border-left: 1px solid #fff;
}
.header-lang li:first-child {
  border-left: none;
}
.header-lang li.current-lang a {
  opacity: 1;
}
.header-lang a {
  display: block;
  padding: 0 4px 0 7px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-lang a:hover {
  opacity: 1;
}
.hero {
  padding: 200px 0 160px 0;
  color: #fff;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 500px) {
  .hero {
    padding: 150px 0;
  }
}
.hero--short {
  padding: 150px 0 0 0;
}
.hero-inner {
  max-width: 575px;
}
.hero-stripe,
.hero-stripeAlt {
  position: absolute;
  background: #553c87;
  z-index: 2;
}
.hero-stripeAlt {
  background: #00a961;
  z-index: 1;
}
.hero-title {
  display: inline;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 48px;
  line-height: 59px;
}
@media (max-width: 500px) {
  .hero-title {
    font-size: 38px;
    line-height: 44px;
  }
}
.hero-subtitle {
  margin-top: 40px;
  font-weight: normal;
  max-width: 500px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 500px) {
  .hero-subtitle {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }
}
.hero-outer {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #553c87), to(#291d40));
  background-image: linear-gradient(#553c87 40%, #291d40);
  overflow: hidden;
}
#hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: fadein 3.5s;
  animation: fadein 3.5s;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.insights {
  text-align: center;
  margin-bottom: 150px;
}
@media (max-width: 600px) {
  .insights {
    margin-bottom: 75px;
  }
}
.insights .cards {
  display: none;
}
.insight {
  text-align: left;
  position: relative;
  padding: 40px 60px;
}
@media (max-width: 880px) {
  .insight {
    text-align: center;
    width: 100%;
    padding: 60px;
  }
}
@media (max-width: 400px) {
  .insight {
    padding: 30px;
  }
}
.insight:first-child,
.insight.insight--large {
  width: 100%;
  padding-right: 55%;
}
@media (max-width: 880px) {
  .insight:first-child,
  .insight.insight--large {
    padding-right: 60px;
    padding-top: 230px;
  }
}
@media (max-width: 400px) {
  .insight:first-child,
  .insight.insight--large {
    padding-right: 30px;
  }
}
.insight-image {
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 100%;
}
@media (max-width: 880px) {
  .insight-image {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10px;
    max-height: 220px;
  }
}
.insights-intro {
  font-size: 24px;
  color: #676767;
  margin-bottom: 40px;
}
.insights-picker,
.insights-picker-tmp {
  color: #00a961;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  border: 0;
  border-bottom: 2px solid transparent;
  max-width: calc(100vw - 48px);
  border-radius: 0;
  text-align-last: center;
  -webkit-appearance: none;
  padding: 4px 6px;
  padding-right: 28px;
  margin-left: -3px;
  background-color: #fff;
  background-position: right 4px top 12px;
  background-repeat: no-repeat;
  background-size: 14px 10px;
  background-image: url("/wp-content/themes/cfcvr-pulse/assets/arrow-down-green.svg");
}
.insights-picker:focus,
.insights-picker-tmp:focus,
.insights-picker:active,
.insights-picker-tmp:active {
  outline: 0;
  border-bottom: 2px solid #00a961;
}
@media (max-width: 400px) {
  .insights-picker,
  .insights-picker-tmp {
    font-size: 16px;
    background-position: right 9px top 7px;
  }
}
.insight-title {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}
.insight-content {
  font-size: 18px;
  color: #5c5c5c;
}
.insight-content strong {
  color: #553c87;
}
.insight-source {
  color: #676767;
  font-size: 12px;
  cursor: pointer;
}
.insights-picker-tmp {
  opacity: 0;
  position: absolute;
  top: -99999px;
  left: -99999px;
}
.plainLink {
  color: #00a961;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.plainLink:hover {
  color: #553c87;
}
.commaList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.commaList li {
  display: inline-block;
}
.commaList li:before {
  content: ',';
  display: inline-block;
  margin-left: -3px;
}
.commaList li:first-child:before {
  display: none;
}
.lineList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lineList li {
  padding: 25px 0;
  border-bottom: 1px solid #676767;
}
.lineList li:last-child {
  border-bottom: 0;
}
.meta {
  margin-bottom: 36px;
}
.meta-title {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #553c87;
  font-weight: bold;
  margin-bottom: 5px;
}
.meta-value {
  font-size: 18px;
  color: #676767;
}
.meta-value a {
  color: #00a961;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}
.meta-value a:hover {
  color: #553c87;
}
ul.meta-value {
  padding-left: 20px;
  margin-top: 10px;
}
ul.meta-value li {
  margin-bottom: 8px;
  font-size: 14px;
}
*[data-modal] {
  cursor: pointer;
}
.modal,
.modal-data {
  background: rgba(0,0,0,0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.modal-image,
.modal-video,
.modal-inner {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-video {
  width: 860px;
}
.modal-video:before {
  content: '';
  display: block;
  padding-top: 56%;
}
.modal-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-close {
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  width: 24px;
  z-index: 10;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal-close:hover,
.modal-close:focus {
  opacity: 1;
}
.modal-inner {
  overlow: auto;
  background: #fff;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
}
.modal-inner * {
  height: 100% !important;
  width: 100% !important;
}
.pagination {
  text-align: center;
  margin: 40px 0;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
  background: #fbfbfb;
  color: #553c87;
  margin: 0 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  background: #00a961;
  color: #fff;
}
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots {
  background: transparent;
  color: #553c87;
}
@media (max-width: 640px) {
  .pagination .page-numbers {
    display: none;
  }
  .pagination .page-numbers.current,
  .pagination .page-numbers.next,
  .pagination .page-numbers.prev {
    display: inline-block;
    font-size: 18px;
    padding: 10px 24px;
  }
}
.quote {
  background: #553c87;
  color: #fff;
  margin: 50px 0;
  padding: 75px 0 125px 0;
  -webkit-clip-path: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3CclipPath id='p' clipPathUnits='objectBoundingBox'%3E%3Cpolygon points='0 0, 1 0, 1 0.8, 0 1' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p");
  clip-path: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3CclipPath id='p' clipPathUnits='objectBoundingBox'%3E%3Cpolygon points='0 0, 1 0, 1 0.8, 0 1' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p");
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}
.quote-text {
  font-size: 36px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  max-width: 670px;
  margin-bottom: 30px;
}
.quote-text:before {
  content: open-quote;
  margin-left: -20px;
}
.quote-text:after {
  content: close-quote;
}
.quote-source:before {
  content: '—';
}
.search {
  margin: 20px 0;
  position: relative;
}
.search-field {
  width: 100%;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  border: 0;
  border-bottom: 1px solid #676767;
  padding: 12px 100px 12px 25px;
  outline: none;
}
@media (max-width: 600px) {
  .search-field {
    font-size: 18px;
  }
}
.search-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 600px) {
  .search-button {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.search-icon {
  position: absolute;
  left: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  width: 22px;
}
.stickyWrapper {
  width: 100%;
  height: 100%;
  display: table;
}
.stickyBody {
  height: 100%;
  display: table-row;
}
.stickyFooter {
  display: table-row;
  height: 1px;
}
.wysiwyg {
  color: #676767;
  font-size: 20px;
}
.wysiwyg ul {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
.wysiwyg li {
  padding-bottom: 20px;
  font-size: 18px;
}
.caseStudy-imageLeft,
.caseStudy-imageRight {
  position: absolute;
  top: 50%;
  max-height: 100%;
  max-width: 750px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 900px) {
  .caseStudy-imageLeft,
  .caseStudy-imageRight {
    position: static;
    -webkit-transform: none;
    transform: none;
    max-width: 100%;
    margin: 20px 0 !important;
  }
}
.caseStudy-imageLeft {
  right: 100%;
  margin-right: -200px;
}
.caseStudy-imageRight {
  left: 100%;
  margin-left: -200px;
}
.caseStudy-content h1,
.caseStudy-content h2,
.caseStudy-content h3,
.caseStudy-content h4,
.caseStudy-content h5,
.caseStudy-content h6 {
  font-size: 24px;
  color: #553c87;
  margin-top: 50px;
}
.caseStudy-content ul {
  margin-bottom: 30px;
}
.caseStudy-content li {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
  color: #676767;
}
.caseStudy-content p {
  margin-bottom: 30px;
}
.caseStudy-content img {
  height: auto;
}
.caseStudy-content .wp-caption-text {
  font-size: 14px;
  margin-top: 0;
  opacity: 0.6;
  text-align: right;
}
body.page-homepage .hero {
  padding-top: 300px;
  padding-bottom: 350px;
  margin-bottom: 0;
  background-color: transparent;
}
@media (max-width: 1000px) {
  body.page-homepage .hero {
    padding-bottom: 120px;
    padding-top: 150px;
  }
}
@media (max-width: 520px) {
  body.page-homepage .hero {
    padding-top: 100px;
    text-align: center;
  }
  body.page-homepage .hero .hero-title {
    font-size: 38px;
    line-height: 45px;
  }
}
body.page-homepage .hero-title {
  font-size: 56px;
}
body.page-homepage .hero-subtitle {
  max-width: 400px;
}
.u-relative {
  position: relative !important;
}
.u-overflow {
  overflow: hidden !important;
}
.u-inline {
  display: inline !important;
}
.u-uppercase {
  text-transform: uppercase;
}
.u-hide {
  display: none;
}
.u-block {
  display: block;
}
.u-padded {
  padding: 100px 0;
}
@media (max-width: 500px) {
  .u-padded {
    padding: 50px 0;
  }
}
.u-spacerTop {
  margin-top: 80px;
}
.u-spacer {
  margin-bottom: 15px;
}
.u-spacerLarge {
  margin-bottom: 30px;
}
.u-spacerLine {
  padding-bottom: 50px;
  margin-bottom: 70px;
  border-bottom: 1px solid #efefef;
}
.u-spacerLine:last-child {
  border-bottom: 0;
}
.u-purple {
  color: #553c87;
}
.u-textLeft {
  text-align: left;
}
.u-textRight {
  text-align: right;
}
.u-textCenter {
  text-align: center;
}
.u-wide {
  width: 100%;
}
@media (max-width: 480px) {
  .u-hide--palm {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .u-spacer--large {
    margin-bottom: 15px;
  }
}
@media (max-width: 680px) {
  .u-hide--portable {
    display: none !important;
  }
  .u-spacer--portable {
    margin-bottom: 15px;
  }
  .u-textCenter--portable {
    text-align: center;
  }
}
body.ie .hero {
  padding-bottom: 160px;
}
body.ie.page-homepage .hero {
  padding-bottom: 160px;
  margin-bottom: 0;
}
body.ie .execSumm {
  margin-top: 0;
  padding: 120px 0;
  margin-bottom: 60px;
}
body.ie .execSumm-image {
  width: 40%;
  left: 70px;
}
body.ie .divider {
  padding-top: 60px;
}
body.ie .feature {
  padding: 100px 0;
}
body.ie .quote {
  padding: 75px 0;
}