/* ----------------------------------------------------------------
BODY
-----------------------------------------------------------------*/
img#insta-icon:hover {
  filter: brightness(100);
}

body {
  margin: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #4a4e57;
  background: #fff;
  position: relative;
  right: 0;
  -moz-transition: right .3s ease;
  -o-transition: right .3s ease;
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
}
@media (max-width: 959px) {
  body.mobileMenuPopUpOpen {
    right: 220px;
    overflow: hidden;
  }
}

/* ----------------------------------------------------------------
ALERT BANNER
-----------------------------------------------------------------*/
.alertBanner {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 15px 30px;
  text-align: center;
  background: #3698e4;
}
.alertBanner p,
.alertBanner a {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #fff;
}
.alertBanner a {
  text-decoration: underline!important;
}
.alertBanner a:hover {
  text-decoration: none!important;
}

/* ----------------------------------------------------------------
COOKIE CONSENT
-----------------------------------------------------------------*/
.cookieConsentBanner {
  position: fixed;
  z-index: 4;
  left: 15px;
  right: 15px;
  bottom: 15px;
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #e5e7ee;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  opacity: 1;
}
.cookieConsentBanner i {
  display: inline-block;
  position: relative;
  float: left;
  top: 8px;
  margin-right: 10px;
  font-size: 24px;
  color: #3698e4;
}
.cookieConsentBanner p {
  display: inline-block;
  position: relative;
  float: left;
  top: 8px;
  margin: 0;
}
.cookieConsentBanner .consentButtonWrap {
  display: inline-block;
  float: right;
}
.cookieConsentBanner .consentButtonWrap a.button.buttonRaised {
  float: left;
  min-height: 38px;
  height: 38px;
  line-height: 38px;
  padding: 0 45px;
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 0;
  border-radius: 3px;
}
.cookieConsentBanner .consentButtonWrap a.button.buttonRaised.buttonWBorder {
  border-color: #ddd;
}
@media screen and (max-width: 959px) {
  .cookieConsentBanner i,
  .cookieConsentBanner p {
    top: 0;
  }
  .cookieConsentBanner .consentButtonWrap {
    float: left;
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .cookieConsentBanner i {
    display: none;
  }
  .cookieConsentBanner p {
    text-align: center;
  }
  .cookieConsentBanner .consentButtonWrap {
    width: 100%;
  }
  .cookieConsentBanner .consentButtonWrap a.button.buttonRaised {
    width: 48%;
    min-width: 48%;
    margin: 0 1%;
  }
}

/* ----------------------------------------------------------------
LAYOUTS/GRID
-----------------------------------------------------------------*/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
* html .clearfix{zoom: 1;}
*:first-child+html .clearfix{zoom: 1;}
main {
  display: block;
}
section {
  display: block;
  padding: 80px 0;
}
section.sectionPB35 {
  padding-bottom: 35px!important;
}
section.sectionPB50 {
  padding-bottom: 50px!important;
}
section.sectionPB80 {
  padding-bottom: 80px!important;
}
section.bgGray {
  background: #f5f8fa;
}
.row {
  margin: 0 -15px;
}
.container {
  display: block;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
main:after,
section:after,
article:after,
.container:after,
.row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
img {
  max-width: 100%;
}
.verticalAlign {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media screen and (max-width: 959px) {
  section {
    padding: 60px 0;
  }
  section.sectionPB35 {
    padding-bottom: 15px!important;
  }
  section.sectionPB50,
  section.sectionPB80 {
    padding-bottom: 30px!important;
  }
}
@media screen and (max-width: 699px) {
  .verticalAlign {
    display: block;
    align-items: none;
    -webkit-align-items: none;
    justify-content: none;
    -webkit-justify-content: none;
    flex-direction: none;
    -webkit-flex-direction: none;
  }
}

/* ----------------------------------------------------------------
TYPOGRAPHY
-----------------------------------------------------------------*/
a {
  color: #3698e4;
  outline:0!important;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  text-decoration: none!important;
}
h1, h2, h3, h4, h5, h6, p {
  display: block;
  margin: 0 0 20px;
  line-height: 1.8;
  text-rendering: optimizelegibility;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #17191d;
  -webkit-font-smoothing: antialiased;
}
p {
  margin: 0 0 20px;
  font-weight: 400;
}
p.lead {
  font-size: 16px;
  letter-spacing: -.4px;
}
small {
  display: inline-block;
  font-size: 12px;
  line-height: 1.6;
}
.sectionHeader {
  display: block;
  max-width: 980px;
  margin: 0 auto 60px;
  padding: 0 15px;
  text-align: center;
}
.sectionHeader.sectionHeaderLeft {
  max-width: 100%;
  text-align: left;
}
.sectionHeader h2,
.sectionHeader h3 {
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: -1px;
}
.sectionHeader h3 {
  font-size: 28px;
}
ul.checklist {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
.featureBreakdown .featureBreakdownContent ul.checklist {
  margin: 20px 0 -10px;
}
.signUpMeta {
  text-align: left;
}
.footerCallToAction .signUpMeta {
  margin-top: 30px;
  text-align: center;
}
.signUpMeta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.signUpMeta ul li {
  display: inline-block;
  margin-top: 5px;
  font-size: 13px;
  position: relative;
  vertical-align: middle;
}
.signUpMeta ul li+li {
  margin-left: 8px;
  padding-left: 8px;
}
.signUpMeta ul li+li:before {
  display: inline-block;
  content: '\2022';
  position: absolute;
  top: 0;
  left: -2px;
}
ul.checklist li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 25px;
  font-size: 13px;
  line-height: 24px;
  text-align: left;
}
figure.heroImage .container ul.checklist li {
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 16px;
  color: #fff;
}
ul.checklist li:before {
  content: "\e932";
  position: absolute;
  top: 0;
  left: 0;
  font-family: ResovaIcons;
  font-size: 16px;
  color: #52B266;
}
figure.heroImage .container ul.checklist li:before {
  font-size: 20px;
  color: #fff;
}
ul.checklist li.planFeaturesSeparator {
  margin: 15px 0;
  border-top: 1px solid #e4e4e4;
}
ul.checklist li.planFeaturesLabel {
  margin-bottom: 10px;
  padding-left: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #323a45;
}
ul.checklist li.planFeaturesSeparator:before,
ul.checklist li.planFeaturesLabel:before,
ul.checklist li.noCheck:before {
  display: none;
}
@media screen and (max-width: 599px) {
  .sectionHeader h2,
  .sectionHeader h3 {
    font-size: 24px;
  }
  .sectionHeader h3 {
    font-size: 22px;
  }
}

/* ----------------------------------------------------------------
EMAIL SIGN UP WRAPPER
-----------------------------------------------------------------*/
.emailSignUpWrapper {
  display: block;
  float: left;
  width: 100%;
  max-width: 460px;
}
app-signup-form {
  float: none!important;
}
figure.heroImage .emailSignUpWrapper {
  margin: 10px 0 30px;
}
.emailSignUpWrapper input {
  float: left;
  width: 60%;
  height: 52px;
  padding: 0 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 300;
  border-right: none;
  border-color: #dde5ed;
  border-radius: 6px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.emailSignUpWrapper .button.buttonRaised {
  float: left;
  min-height: 52px;
  max-height: 52px;
  width: 40%;
  min-width: 40%;
  padding: 0 15px;
  font-size: 13px;
  line-height: 36px;
  text-transform: capitalize;
  border-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 849px) {
  figure.heroImage .emailSignUpWrapper {
    display: inline-block;
    float: none;
  }
}

/* ----------------------------------------------------------------
HEADER
-----------------------------------------------------------------*/
header.mainHeader {
  position: absolute;
  z-index: 4;
  top: 20px;
  width: 100%;
  height: 80px;
  font-size: 0;
  background: transparent;
}
body.alertBannerActive header.mainHeader  {
  top: 70px;
}
header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
header.mainHeader.fixedMainHeader {
  position: fixed;
  top: -82px!important;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 20px 40px;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0s ease;
  -o-transition: opacity 0s ease;
  -webkit-transition: opacity 0s ease;
  transition: opacity 0s ease;
}
header.mainHeader.fixedMainHeader.fixedMainHeaderScrolled {
  top: 0!important;
  opacity: 1;
  visibility: visible;
  -moz-transition: top .4s ease,right .3s ease;
  -o-transition: top .4s ease,right .3s ease;
  -webkit-transition: top .4s ease,right .3s ease;
  transition: top .4s ease,right .3s ease;
}
header.mainHeader:hover {
  z-index: 6;
}
header.mainHeader .container {
  max-width: 100%;
  padding: 0 60px;
}
header.mainHeader .logo {
  float: left;
  margin: 25px 0;
}
header.mainHeader .logo,
header.mainHeader .logo a,
header.mainHeader .logo a img {
  display: inline-block;
  width: 120px;
  max-width: 120px;
  height: 34px;
  outline: none;
}
header.mainHeader .logo a {
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
header.mainHeader .logo.fixedMainHeaderLogo,
header.mainHeader.fixedMainHeader .logo.mainHeaderLogo {
  display: none;
}
header.mainHeader.fixedMainHeader .logo.fixedMainHeaderLogo {
  display: inline-block;
}
header.mainHeader .logo a:hover {
  opacity: 0.8;
}
header.mainHeader .logo a .st3 {
    fill: #3698e4!important;
}
nav.mainMenu {
  display: inline-block;
  margin-left: 45px;
  position: relative;
  float: left;
}
nav.mainMenu.mainMenuRight {
  float: right;
  margin-left: 0;
}
nav.mainMenu.mainMenuRight ul,
nav.mainMenu .menuEmailSignUp,
nav.mainMenu .menuButtonSignUp {
  float: left;
}
nav.mainMenu .mainMenuRight {
  padding-left: 48px;
}
nav.mainMenu .menuEmailSignUp,
nav.mainMenu .menuButtonSignUp {
  padding: 21px 0 21px 30px;
}
nav.mainMenu .menuButtonSignUp {
  display: none;
  float: left;
}
nav.mainMenu ul {
  display: inline-block;
  float: right;
  margin: 20px 0;
  padding: 0;
  text-align: right;
  list-style: none;
}
nav.mainMenu ul li {
  display: inline-block;
  position: relative;
  float: left;
}
nav.mainMenu ul li a {
  display: block;
  padding: 0 12px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: .4px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
header.mainHeader.fixedMainHeader nav.mainMenu ul li a,
header.mainHeader nav.mainMenu a.mobileMenuButton {
  color: #4a4e57;
  border-color: #4a4e57;
}
header.mainHeader nav.mainMenu ul li:last-child a {
  padding-right: 0;
}
nav.mainMenu ul li a:hover {
  opacity: 0.8;
}
header.mainHeader.fixedMainHeader nav.mainMenu ul li a:hover {
  opacity: 1;
  color: #13b4ea;
}
nav.mainMenu ul li a i {
  position: relative;
  top: 2px;
  margin-right: 2px;
  font-size: 18px;
  font-style: normal;
}
nav.mainMenu ul li a i.icon-angledown {
  top: 1px;
  margin-right: 0;
  font-size: 13px;
}
nav.mainMenu ul li a:hover i.icon-angledown:before {
  content: "\e956";
}
nav.mainMenu ul li a i.currencyIcon {
  top: 2px;
  line-height: 1;
}
nav.mainMenu ul li a i.icon-globe {
  top: 3px;
}
nav.mainMenu ul li .mainMenuDropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 120%;
  left: 12px;
  z-index: 9;
  width: 600px;
  margin: 0;
  padding: 0;
  -webkit-transform: rotateX(-10deg);
  transform: rotateX(-10deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
nav.mainMenu ul li:hover .mainMenuDropdown,
nav.mainMenu ul li.activeMainMenuDropdown .mainMenuDropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownWrapper {
    width: auto;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2), 0px 1px 50px 2px rgba(0,0,0,0.05);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2), 0px 1px 50px 2px rgba(0,0,0,0.05);
    position: relative;
    float: left;
    z-index: 9;
}
nav.mainMenu ul li:hover .mainMenuDropdown .mainMenuDropdownWrapper,
nav.mainMenu ul li.activeMainMenuDropdown .mainMenuDropdown .mainMenuDropdownWrapper {
  visibility: visible;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownWrapper:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top-left-radius: 4px;
  left: 0;
  right: 0;
  display: block;
  background: white;
  top: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
  margin: 0;
  margin-left: 30px;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownColumn {
  display: inline-block;
  float: left;
  margin: 20px 0;
  margin-left: -1px;
  padding: 0 20px;
  text-align: left;
  border-right: 1px solid #e5e7ee;
  border-left: 1px solid #e5e7ee;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownColumn:nth-child(1) {
  border-left: none;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownColumn:nth-child(2) {
  border-right: none;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownColumn.mainMenuDropdownSolutionsLinkColumn {
  width: 380px;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownColumn h6 {
  margin-bottom: 10px;
  line-height: 1;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  letter-spacing: .4px;
  -webkit-font-smoothing: subpixel-antialiased;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownColumn.mainMenuDropdownStandardLinkColumn ul {
  display: block;
  float: none;
  margin: 0;
  text-align: left;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownColumn.mainMenuDropdownStandardLinkColumn ul li {
  display: block;
  float: none;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownColumn.mainMenuDropdownStandardLinkColumn ul li.listSeparator {
  height: 1px;
  margin: 10px 0;
  background: #eee;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownColumn.mainMenuDropdownStandardLinkColumn ul li.viewAllLink {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px dotted #e5e7ee;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownColumn.mainMenuDropdownStandardLinkColumn ul li a,
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownColumn.mainMenuDropdownStandardLinkColumn p {
  white-space:nowrap;
  margin: 0;
  padding: 0!important;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #4a4e57;
  border-radius: 3px;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownColumn.mainMenuDropdownStandardLinkColumn ul li a:hover,
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownColumn.mainMenuDropdownStandardLinkColumn ul li a:active {
  opacity: 1;
  color: #3698e4;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownColumn.mainMenuDropdownStandardLinkColumn ul li a:active {
  font-family: proxima-nova, sans-serif;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownColumn.mainMenuDropdownStandardLinkColumn ul li.viewAllLink a i {
  top: 2px;
  margin: 0;
  font-size: 14px;
  color: #3698e4;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownSolutionsBox {
  display: block;
  position: relative;
  margin-bottom: 24px;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownSolutionsBox a {
  padding: 0;
  line-height: 1;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownSolutionsBox a:hover {
  opacity: 1;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownSolutionsBox:last-child {
  margin-bottom: 0;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownSolutionsBox i {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 30px;
  color: #3698e4;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownSolutionsBox img {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 45px;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownSolutionsBoxContent {
  display: block;
  padding-left: 60px;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownSolutionsBoxContent h5 {
  margin-bottom: 6px;
  font-family: proxima-nova, sans-serif;
  line-height: 1;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
  -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownSolutionsBoxContent h5 em {
  -webkit-font-smoothing: subpixel-antialiased;
}
nav.mainMenu ul li .mainMenuDropdown a:hover .mainMenuDropdownSolutionsBoxContent h5 {
  color: #3698e4;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownSolutionsBoxContent p {
  margin-bottom: 6px;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #4a4e57;
  text-transform: none;
  letter-spacing: 0;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownSolutionsBoxContent span.learnMoreLink {
  display: inline-block;
  position: relative;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  letter-spacing: 0;
  color: #3698e4;
  -webkit-transition: padding .3s ease;
  -moz-transition: padding .3s ease;
  -o-transition: padding .3s ease;
  transition: padding .3s ease;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownSolutionsBoxContent:hover span.learnMoreLink {
  padding-right: 26px;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownSolutionsBoxContent span.learnMoreLink:after {
  display: inline-block;
  content: "\e90d";
  position: absolute;
  top: -5px;
  right: 0;
  font-family: ResovaIcons;
  font-size: 24px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
nav.mainMenu ul li .mainMenuDropdown .mainMenuDropdownSolutionsBoxContent:hover span.learnMoreLink:after {
  opacity: 1;
}
nav.mainMenu .menuEmailSignUp input {
  float: left;
  width: 160px;
  height: 38px;
  padding: 0 15px;
  border-right: none;
  border-color: #fff;
  border-radius: 3px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

header.mainHeader.fixedMainHeader nav.mainMenu .menuEmailSignUp input {
  border-color: #dcdcdd;
}
nav.mainMenu .menuEmailSignUp .button,
nav.mainMenu .menuButtonSignUp .button {
  float: left;
  min-height: 38px;
  max-height: 38px;
  padding: 0 15px;
  font-size: 13px;
  line-height: 38px;
  text-transform: capitalize;
  border-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
nav.mainMenu .menuButtonSignUp .button {
  border-radius: 3px;
}
header.mainHeader nav.mainMenu a.mobileMenuButton {
  display: none;
  margin: 20px 0;
  margin-left: 15px;
  padding: 8px 0;
  float: right;
}
header.mainHeader nav.mainMenu a.mobileMenuButton .hamburgerMenu {
  font-size: 30px;
  position: relative;
  display: inline-block;
  width: .8em;
  height: .8em;
  cursor: pointer;
}
header.mainHeader nav.mainMenu a.mobileMenuButton .hamburgerMenu span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 0.05em;
  background-color: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
header.mainHeader.fixedMainHeader.fixedMainHeaderScrolled nav.mainMenu a.mobileMenuButton .hamburgerMenu span {
  background-color: #4a4e57;
}
header.mainHeader nav.mainMenu a.mobileMenuButton .hamburgerMenu span:after,
header.mainHeader nav.mainMenu a.mobileMenuButton .hamburgerMenu span:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
header.mainHeader.fixedMainHeader.fixedMainHeaderScrolled nav.mainMenu a.mobileMenuButton .hamburgerMenu span:after,
header.mainHeader.fixedMainHeader.fixedMainHeaderScrolled nav.mainMenu a.mobileMenuButton .hamburgerMenu span:before {
  background: #4a4e57;
}
header.mainHeader nav.mainMenu a.mobileMenuButton .hamburgerMenu span:before {
  -webkit-transform: translateY(-0.25em);
  transform: translateY(-0.25em);
}
header.mainHeader nav.mainMenu a.mobileMenuButton .hamburgerMenu span:after {
  -webkit-transform: translateY(0.25em);
  transform: translateY(0.25em);
}
body.mobileMenuPopUpOpen header.mainHeader nav.mainMenu a.mobileMenuButton .hamburgerMenu span:before {
  -webkit-transform: translateY(0.14em) translateX(0.24em) rotate(-45deg) scaleX(0.5);
  transform: translateY(0.14em) translateX(0.24em) rotate(-45deg) scaleX(0.5);
}
body.mobileMenuPopUpOpen header.mainHeader nav.mainMenu a.mobileMenuButton .hamburgerMenu span:after {
  -webkit-transform: translateY(-0.14em) translateX(0.24em) rotate(45deg) scaleX(0.5);
  transform: translateY(-0.14em) translateX(0.24em) rotate(45deg) scaleX(0.5);
}
@media (max-width: 1199px) {
  header.mainHeader .container {
    padding: 0 15px;
  }
  nav.mainMenu .menuEmailSignUp {
    display: none;
  }
  nav.mainMenu .menuButtonSignUp {
    display: inline-block;
  }
}
@media (max-width: 959px) {
  body.mobileMenuPopUpOpen header.mainHeader.fixedMainHeader.fixedMainHeaderScrolled {
    right: 220px;
    left: auto;
  }
  nav.mainMenu {
    margin-left: 20px;
  }
  nav.mainMenu.mainMenuLeft {
    display: none;
  }
  nav.mainMenu ul li a {
    padding: 0 10px;
  }
  header.mainHeader nav.mainMenu a.mobileMenuButton {
    display: inline-block;
  }
}
@media (max-width: 599px) {
  header.mainHeader {
    top: 0;
  }
  header.mainHeader .logo a {
    overflow: hidden;
    width: 34px;
  }
  nav.mainMenu .mainMenuRight {
    padding-right: 0;
    padding-left: 0;
  }
  nav.mainMenu .menuButtonSignUp .button.buttonRaised {
    min-width: auto;
  }
}

/* ----------------------------------------------------------------
MOBILE MENU
-----------------------------------------------------------------*/
aside.mobileMenuPopUp {
  position: fixed;
  top: 0;
  right: -220px;
  bottom: 0;
  z-index: 6;
  height: 100%;
  width: 220px;
  background: #1d222e;
  /* box-shadow: 0 5px 18px rgba(0,0,0,.15), 0 0 3px 0 rgba(0,0,0,.10); */
  -moz-transition: right .3s;
  -o-transition: right .3s;
  -webkit-transition: right .3s;
  transition: right .3s;
}
aside.mobileMenuPopUp header.mobileMenuHeader {
  display: block;
  position: relative;
  padding: 30px 20px 15px;
  display: none;
}
aside.mobileMenuPopUp header.mobileMenuHeader a,
aside.mobileMenuPopUp header.mobileMenuHeader img {
  display: inline-block;
  width: 99px;
  height: 28px;
}
aside.mobileMenuPopUp header.mobileMenuHeader .button.iconButton.mobileMenuClose {
  display: inline-block;
  position: absolute;
  top: 32px;
  right: 20px;
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  font-size: 26px;
  line-height: 1;
  color: #f9f9fb!important;
}
aside.mobileMenuPopUp nav.mobileMenu {
  display: block;
  padding-top: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 146px;
  left: 0;
  overflow-y: scroll;
}
aside.mobileMenuPopUp nav.mobileMenu ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
aside.mobileMenuPopUp nav.mobileMenu ul li {
  display: block;
}
aside.mobileMenuPopUp nav.mobileMenu ul li a,
aside.mobileMenuPopUp nav.mobileMenu ul li.mobileMenuDropdown ul li.linkState {
  display: block;
  padding: 0 20px;
  font-size: 12px;
  line-height: 40px;
  text-transform: uppercase;
  color: #a2aabd;
  cursor: pointer;
}
aside.mobileMenuPopUp nav.mobileMenu ul li a i.icon-angledown {
  margin-left: 2px;
}
aside.mobileMenuPopUp nav.mobileMenu ul li.mobileMenuDropdownActive {
  background: #242a38;
}
aside.mobileMenuPopUp nav.mobileMenu ul li.mobileMenuDropdown ul {
  display: none;
  margin-top: -5px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
}
aside.mobileMenuPopUp nav.mobileMenu ul li.mobileMenuDropdown.mobileMenuDropdownActive ul {
  display: block;
}
aside.mobileMenuPopUp nav.mobileMenu ul li.mobileMenuDropdown ul li.listSeparator {
  display: block;
  margin: 8px 20px 6px;
  border-top: 1px dotted #4f5768;
}
aside.mobileMenuPopUp nav.mobileMenu ul li.mobileMenuDropdown ul li a,
aside.mobileMenuPopUp nav.mobileMenu ul li.mobileMenuDropdown ul li.linkState {
  padding: 4px 30px;
  line-height: 1.4;
  text-transform: capitalize;
}
aside.mobileMenuPopUp footer.mobileMenuFooter {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 20px;
}
aside.mobileMenuPopUp footer.mobileMenuFooter .button.buttonRaised {
  min-height: 38px;
  max-height: 38px;
  line-height: 38px;
  padding: 0;
}
aside.mobileMenuPopUp footer.mobileMenuFooter .button.buttonRaised+.button.buttonRaised {
  margin: 0;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  body.mobileMenuPopUpOpen aside.mobileMenuPopUp {
    right: 0;
  }
}

/* ----------------------------------------------------------------
HERO IMAGE
-----------------------------------------------------------------*/
.heroLogosWrapper {
  position: relative;
}
figure.heroImage {
  display: block;
  position: relative;
  width: 100%;
  height: 320px;
  margin: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #eeeeee;
  overflow: hidden;
}
figure.heroImage.homeHeroImage {
  height: 100vh;
  min-height: 720px;
}
body.alertBannerActive figure.heroImage.homeHeroImage {
  height: calc(100vh - 50px);
}
figure.heroImage.heroImageWStrapline {
  height: 400px;
}
figure.heroImage.tourHeroImage {
  height: auto;
  min-height: 480px;
}
figure.heroImage.pricingHeroImage {
  /* height: 420px; */
}
figure.heroImage:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #353b47;
  opacity: .92;
  z-index: 2;
}
figure.heroImage.homeHeroImage:before,
figure.heroImage.tourHeroImage:before {
  background: linear-gradient(135deg,#1f2532,#272e3e,#3b4356);
}
figure.heroImage.homeHeroImage.museumHeroImage:before,
figure.heroImage.tourHeroImage.museumHeroImage:before,
figure.heroImage.tourHeroImage.landingPageImage:before {
  background: unset;
}
figure.heroImage.noImage:before {
  background: #1f2532;
}
figure.heroImage .container {
  position: relative;
  z-index: 2;
  top: 50%;
  max-width: 1010px;
  padding: 80px 15px 0;
  text-align: center;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

figure.heroImage.museumHeroImage .container {
  text-align: left;
}
figure.heroImage.homeHeroImage .container {
  max-width: 1200px;
  padding-top: 0;
}
figure.heroImage.tourHeroImage .container {
  max-width: 1200px;
  padding-bottom: 60px;
  transform: none;
}
figure.heroImage.pricingHeroImage .container {
  /* padding: 45px 15px; */
}
figure.heroImage .container h1,
figure.heroImage .container p {
  color: #fff;
}
figure.heroImage .container h1 {
  font-size: 34px;
  line-height: 1.2;
}
figure.heroImage .container p {
  font-size: 16px;
  line-height: 2;
}
figure.heroImage.homeHeroImage .container p {
  font-size: 18px;
}
figure.heroImage .tourWrapper {
  display: inline-block;
  position: absolute;
  float: left;
  top: 50%;
  left: 0;
  width: 48%;
  padding: 120px 15px 0;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
}
figure.heroImage.homeHeroImage .tourWrapper {
  width: 50%;
  padding-top: 0;
}
figure.heroImage .tourWrapper .tourContent h6 {
  margin-bottom: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #747c83;
}
figure.heroImage .tourWrapper .tourContent h1,
figure.heroImage .tourWrapper .tourContent h2,
figure.heroImage .tourWrapper .tourContent h3 {
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: -.8px;
  text-align: left;
  color: #fff;
}
figure.heroImage  .tourWrapper .tourContent p,
figure.heroImage  .tourWrapper .tourContent small,
.signUpMeta ul li {
  text-align: left;
  color: #fff;
}
figure.heroImage.homeHeroImage .tourWrapper .tourContent h1 {
  padding-right: 30px;
  font-size: 40px;
}

figure.heroImage.landingPageImage .tourWrapper .tourContent h1,
figure.heroImage.landingPageImage .tourWrapper .tourContent p,
figure.heroImage.landingPageImage .tourWrapper .tourContent li {
  color: #171717;
}

figure.heroImage.landingPageImage .tourWrapper .tourContent .checklist {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  color: #171717;
}

figure.heroImage.landingPageImage .tourWrapper .tourContent .checklist li:before {
  color: #3698E4;
}

figure.heroImage .tourImage {
  display: inline-block;
  position: relative;
  float: left;
  z-index: 2;
  float: left;
  top: 150px;
  left: 50%;
  width: 60%;
  padding: 0;
  overflow: hidden;
}

figure.heroImage.museumHeroImage .tourImage {
  visibility: hidden;
}
figure.heroImage .tourImage img,
figure.heroImage .tourImage svg {
  display: inline-block;
  position: relative;
  float: left;
}
figure.heroImage.homeHeroImage .container .tourContent {
  margin-top: -60px;
  padding-top: 0;
}
@media screen and (max-width: 1199px) {
  figure.heroImage.tourHeroImage {
    min-height: auto;
  }
  figure.heroImage .tourWrapper.tourWrapperWEmailSignup {
    padding-top: 120px;
  }
  figure.heroImage .tourWrapper .tourContent h1,
  figure.heroImage .tourWrapper .tourContent h2,
  figure.heroImage .tourWrapper .tourContent h3 {
    margin-bottom: 10px;
  }
  figure.heroImage.homeHeroImage .tourWrapper .tourContent h1 {
    padding-right: 0;
  }
  figure.heroImage .tourWrapper.tourWrapperWEmailSignup .emailSignUpWrapper {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1099px) {
  figure.heroImage .tourWrapper {
    width: 52%;
    padding-top: 120px;
  }
  figure.heroImage .tourWrapper.tourWrapperWEmailSignup {
    width: 52%;
  }
  figure.heroImage .tourWrapper .tourContent h1,
  figure.heroImage .tourWrapper .tourContent h2,
  figure.heroImage .tourWrapper .tourContent h3 {
    font-size: 28px;
  }
  figure.heroImage .tourWrapper .tourContent p.lead {
    font-size: 16px;
  }
  figure.heroImage .tourImage {
    left: 54%;
    width: 60%;
  }
}
@media screen and (max-width: 1019px) {
  figure.heroImage.homeHeroImage .tourWrapper {
    width: 60%;
  }
}
@media screen and (max-width: 849px) {
  figure.heroImage.homeHeroImage,
  body.alertBannerActive figure.heroImage.homeHeroImage {
    height: auto;
    min-height: auto;
    margin-bottom: 0;
  }
  figure.heroImage.tourHeroImage {
    height: auto;
  }
  figure.heroImage.tourHeroImage .container {
    padding: 100px 15px 0;
  }
  figure.heroImage.homeHeroImage .container {
    top: 0;
    padding: 100px 15px 30px;
    transform: none;
  }
  figure.heroImage.museumHeroImage .container {
    text-align: center;
  }
  figure.heroImage.homeHeroImage .tourWrapper {
    top: 0;
    width: 100%;
    height: auto;
    transition: none;
  }
  figure.heroImage .tourWrapper,
  figure.heroImage .tourWrapper.tourWrapperWEmailSignup {
    position: relative;
    top: 0;
    width: 100%;
    padding-top: 0;
    transform: none;
  }
  figure.heroImage .tourWrapper.tourWrapperWEmailSignup {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }
  figure.heroImage.homeHeroImage .container .tourContent {
    margin-top: 0;
  }
  figure.heroImage   .tourWrapper .tourContent h1,
  figure.heroImage.homeHeroImage .tourWrapper .tourContent h1 {
    font-size: 28px;
    text-align: center;
  }
  figure.heroImage  .tourWrapper .tourContent p,
  figure.heroImage  .tourWrapper .tourContent small,
  .signUpMeta {
    text-align: center;
  }
  figure.heroImage .tourImage {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  figure.heroImage .tourWrapper {
    position: relative;
    top: 0;
    width: 100%;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  figure.heroImage .container p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 599px) {
  figure.heroImage .container h1 {
      font-size: 32px;
      line-height: 1.2;
  }
}

/* ----------------------------------------------------------------
TABS
-----------------------------------------------------------------*/
.fixedNavTabs {
  height: 84px;
  background: #fff;
  border-bottom: 1px solid #e5e7ee;
  -webkit-position: sticky;
  position: sticky;
  top: 0;
  z-index: 5;
}
.fixedNavTabs .fixedNavTabsWrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
}
.fixedNavTabs .fixedNavTabsWrapper:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  border-bottom: 1px solid #e5e7ee;
}
nav.tabs {
  display: block;
  position: relative;
  margin: 0 0 60px;
  padding: 0 15px;
}
.fixedNavTabs nav.tabs {
  margin: 0;
  padding: 0 15px;
}
nav.tabs ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.tabs.centerTabs ul {
  text-align: center;
}
nav.tabs ul:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
nav.tabs ul li {
  display: inline-block;
  position: relative;
  float: left;
  z-index: 4;
  cursor: pointer;
}
nav.tabs.centerTabs ul li {
  float: none;
}
.fixedNavTabs nav.tabs ul li a {
  line-height: 80px;
}
nav.tabs ul li a {
  display: block;
  z-index: 2;
  padding: 0 10px;
  line-height: 56px;
  font-weight: 400;
  text-align: center;
  color: #4a4e57;
  border-bottom: 4px solid transparent;
}
nav.tabs ul li a:hover {
  color: #16b4ea;
}
nav.tabs ul li.active a {
  color: #4a4e57!important;
  border-bottom-color: #3698e4;
}
.tabbedContent {
  position: relative;
}
@media screen and (max-width: 959px) {
  nav.tabs ul li a {
    padding: 0 10px;
  }
}

/* ----------------------------------------------------------------
FEATURE BREAKDOWNS
-----------------------------------------------------------------*/
section.keyFeaturesSection {
  overflow: hidden;
}
.keyFeatureSelectorWrapper,
.keyFeaturesImageWrapper {
  display: inline-block;
  position: absolute;
  float: left;
  top: 50%;
  left: 0;
}
.keyFeatureSelectorWrapper {
  position: absolute;
  width: 40%;
  padding: 0 15px;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
}
section.keyFeaturesSectionIntegrations .keyFeatureSelectorWrapper {
  width: 34%;
}
.keyFeatureSelectorWrapper h2,
.keyFeatureSelectorWrapper h3 {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1;
}
.keyFeatureSelectorWrapper p.lead {
  margin-bottom: 45px;
}
.keyFeaturesSectionIntegrations .keyFeatureSelectorWrapper p.lead {
  margin-bottom: 30px;
}
.keyFeatureSelectorWrapper .keyFeatureSelector {
  display: block;
  position: relative;
  width: 100%;
  height: 82px;
  margin-bottom: 45px;
  padding-right: 40px;
  padding-left: 60px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: height .3s ease;
  -moz-transition: height .3s ease;
  -o-transition: height .3s ease;
  transition: height .3s ease;
}
.keyFeatureSelectorWrapper .keyFeatureSelector:last-child {
  margin-bottom: 0;
}
.keyFeatureSelectorWrapper .keyFeatureSelector.keyFeatureSelectorActive {
  height: 108px;
  cursor: default;
}
section.keyFeaturesSectionIntegrations .keyFeatureSelectorWrapper .keyFeatureSelector {
  height: auto;
  margin-bottom: 40px;
  padding-left: 0;
  cursor: default;
}
.keyFeatureSelectorWrapper .keyFeatureSelector:after {
  display: inline-block;
  content: "\e90e";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -20px;
  font-family: ResovaIcons;
  font-size: 40px;
  line-height: 1;
  color: #3698e4;
  opacity: 0;
  -webkit-transition: right .2s ease,opacity .3s ease;
  -moz-transition: right .2s ease,opacity .3s ease;
  -o-transition: right .2s ease,opacity .3s ease;
  transition: right .2s ease,opacity .3s ease;
}
.keyFeatureSelectorWrapper .keyFeatureSelector.keyFeatureSelectorActive:after {
  right: 0;
  opacity: 1;
}
.keyFeatureSelectorWrapper .keyFeatureSelector i {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 40px;
  text-align: center;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
.keyFeatureSelectorWrapper .keyFeatureSelector h3, .keyFeatureSelectorWrapper .keyFeatureSelector h6 {
  margin-bottom: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
.keyFeatureSelectorWrapper .keyFeatureSelector:hover h3,
.keyFeatureSelectorWrapper .keyFeatureSelector:hover h6,
.keyFeatureSelectorWrapper .keyFeatureSelector.keyFeatureSelectorActive h3,
.keyFeatureSelectorWrapper .keyFeatureSelector.keyFeatureSelectorActive h6,
.keyFeatureSelectorWrapper .keyFeatureSelector:hover i,
.keyFeatureSelectorWrapper .keyFeatureSelector.keyFeatureSelectorActive i {
  color: #3698e4;
}
section.keyFeaturesSectionIntegrations .keyFeatureSelectorWrapper .keyFeatureSelector:hover h3,
section.keyFeaturesSectionIntegrations .keyFeatureSelectorWrapper .keyFeatureSelector:hover h6 {
  color: #637280;
}
.keyFeatureSelectorWrapper .keyFeatureSelector p {
  margin-bottom: 0;
}
.keyFeatureSelectorWrapper .keyFeatureSelector a.learnMoreLink {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  padding-right: 28px;
  font-size: 14px;
  line-height: 1;
  color: #637280;
}
section.keyFeaturesSectionIntegrations .keyFeatureSelectorWrapper .keyFeatureSelector a.learnMoreLink {
  color: #3698e4;
}
.keyFeatureSelectorWrapper .keyFeatureSelector a.learnMoreLink:after {
  display: inline-block;
  content: "\e90d";
  position: absolute;
  top: -6px;
  right: 0;
  font-family: ResovaIcons;
  font-size: 24px;
  line-height: 1;
}
.keyFeatureSelectorWrapper .keyFeatureSelector a:hover {
  color: #13b4ea;
}
.keyFeaturesImageWrapper {
  position: relative;
  top: 0;
  left: 44%;
  width: 60%;
  overflow: hidden;
}
section.keyFeaturesSectionIntegrations .keyFeaturesImageWrapper {
  left: 38%;
  width: 47%;
}
.keyFeaturesImageWrapper img,
.keyFeaturesImageWrapper svg {
  display: inline-block;
  position: relative;
  float: left;
}
@media screen and (max-width: 1299px) {
  .keyFeaturesImageWrapper {
    left: 40%;
    width: 82%;
  }
  section.keyFeaturesSectionIntegrations .keyFeatureSelectorWrapper {
    width: 36%;
  }
  section.keyFeaturesSectionIntegrations .keyFeaturesImageWrapper {
    left: 38%;
    width: 58%;
  }
}
@media screen and (max-width: 1199px) {
  .keyFeatureSelectorWrapper {
    width: 40%;
  }
  .keyFeaturesImageWrapper {
    left: 40%;
    width: 82%;
  }
  section.keyFeaturesSectionIntegrations .keyFeaturesImageWrapper {
    width: 78%;
  }
  .keyFeatureSelectorWrapper .keyFeatureSelector.keyFeatureSelector,
  .keyFeatureSelectorWrapper .keyFeatureSelector.keyFeatureSelectorActive {
    height: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 959px) {
  .keyFeaturesImageWrapper {
    left: 44%;
    width: 100%;
  }
  .keyFeatureSelectorWrapper {
    width: 44%;
  }
  section.keyFeaturesSectionIntegrations .keyFeaturesImageWrapper {
    width: 88%;
  }
}
@media screen and (max-width: 799px) {
  .keyFeaturesImageWrapper,
  .keyFeatureSelectorWrapper,
  section.keyFeaturesSectionIntegrations .keyFeatureSelectorWrapper,
  section.keyFeaturesSectionIntegrations .keyFeaturesImageWrapper {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
  }
  .keyFeaturesImageWrapper {
    margin-bottom: 30px;
  }
  .keyFeatureSelectorWrapper {
    padding: 0;
    text-align: center;
  }
  section.keyFeaturesSectionIntegrations .keyFeaturesImageWrapper {
    text-align: center;
  }
  section.keyFeaturesSectionIntegrations .keyFeaturesImageWrapper img {
    display: inline-block;
    float: none;
    max-width: 600px;
  }
  .keyFeatureSelectorWrapper .keyFeatureSelector,
  .keyFeatureSelectorWrapper .keyFeatureSelector.keyFeatureSelectorActive {
    display: inline-block;
    float: left;
    width: 33.33%;
    height: auto;
    margin-bottom: 45px;
    padding: 0 15px;
  }
  .keyFeatureSelectorWrapper .keyFeatureSelector i {
    display: none;
  }
  .keyFeatureSelectorWrapper .keyFeatureSelector.keyFeatureSelectorActive:after {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .keyFeaturesImageWrapper,
  .keyFeatureSelectorWrapper,
  section.keyFeaturesSectionIntegrations .keyFeatureSelectorWrapper,
  section.keyFeaturesSectionIntegrations .keyFeaturesImageWrapper {
    padding: 0 15px;
    text-align: left;
  }
  .keyFeatureSelectorWrapper .keyFeatureSelector,
  .keyFeatureSelectorWrapper .keyFeatureSelector.keyFeatureSelectorActive {
    width: 100%;
    padding-left: 60px;
    text-align: left;
  }
  .keyFeatureSelectorWrapper .keyFeatureSelector i {
    display: inline-block;
  }
}

/* ----------------------------------------------------------------
BIG FEATURE BREAKDOWNS
-----------------------------------------------------------------*/
.container.featureBreakdownContainer {
  max-width: 1010px;
}
.featureBreakdown {
  display: block;
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 40px;
}
.container.featureBreakdownContainer .featureBreakdown:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.featureBreakdown:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  border-bottom: 1px solid #e5e7ee;
}
.container.featureBreakdownContainer .featureBreakdown:last-child:after {
  border-bottom: none;
}
.featureBreakdown .featureBreakdownBlock {
  display: table;
  position: relative;
  float: left;
  min-height: 248px;
  margin-bottom: 20px;
  padding: 0 15px;
  text-align: left;
}
.container.featureBreakdownContainer .featureBreakdown:nth-child(odd) .featureBreakdownBlock.featureBreakdownContent,
.container.featureBreakdownContainer .featureBreakdown:nth-child(even) .featureBreakdownBlock+.featureBreakdownImage, {
  float: left;
}
.container.featureBreakdownContainer .featureBreakdown:nth-child(odd) .featureBreakdownBlock+.featureBreakdownImage,
.container.featureBreakdownContainer .featureBreakdown:nth-child(even) .featureBreakdownBlock.featureBreakdownContent,
.container.featureBreakdownContainer .featureBreakdown .featureBreakdownBlock.featureBreakdownContent.right {
  float: right;
}
.container.featureBreakdownContainer .featureBreakdown:nth-child(odd) .featureBreakdownBlock+.featureBreakdownImage {
  text-align: right;
}
.container.featureBreakdownContainer .featureBreakdown .featureBreakdownImage.featureBreakdownImageCloverDevice {
  text-align: center!important;
}
.featureBreakdown .featureBreakdownContent {
  width: 50%;
}
.featureBreakdown .featureBreakdownContent .contentAlign {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.featureBreakdown .featureBreakdownImage {
  width: 48%;
}
.featureBreakdown h2, .featureBreakdown .h2 {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: -.6px;
}
.featureBreakdown .featureBreakdownContent .contentAlign p:last-child,
.featureBreakdown .featureBreakdownContent .contentAlign p:nth-last-of-type(1) {
  margin: 0;
}
.featureBreakdown .button.buttonRaised {
  height: 48px;
  min-height: 48px;
  margin: 30px 0 0;
  padding: 0 45px;
  line-height: 48px;
  border-radius: 48px;
}
.featureBreakdown .integrateWithWrapper {
  display: inline-block;
  margin: 30px 0 0;
  font-size: 0;
}
.featureBreakdown .integrateWithWrapper label {
  display: inline-block;
  margin: 0;
  padding: 0!important;
  font-size: 11px;
  text-transform: uppercase;
  vertical-align: middle;
}
.featureBreakdown .integrateWithWrapper ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  font-size: 0;
  vertical-align: middle;
}
.featureBreakdown .integrateWithWrapper ul li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
}
.featureBreakdown .integrateWithWrapper ul li:last-child {
  margin-right: 0;
}
.featureBreakdown .integrateWithWrapper ul li img {
  float: left;
  height: 28px;
}
.featureBreakdown .integrateWithWrapper ul li.google_integration img {height: 22px;}
.featureBreakdown .integrateWithWrapper ul li.outlook_integration img {height: 24px;}
.featureBreakdown .integrateWithWrapper ul li.facebook_integration img {height: 18px;}
.featureBreakdown .integrateWithWrapper ul li.twitter_integration img {height: 20px;}
.featureBreakdown .integrateWithWrapper ul li.ta_integration img {height: 18px;}
.featureBreakdown .integrateWithWrapper ul li.mailchimp_integration img {height: 24px;}
.featureBreakdown .integrateWithWrapper ul li.groupon_integration img {height: 14px;}
.featureBreakdown .integrateWithWrapper ul li.livingsocial_integration img {
  height: 40px;
  margin-top: -12px;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.featureBreakdown .integrateWithWrapper ul li.wowcher_integration img {height: 46px;margin-top: -2px;}
.featureBreakdown .integrateWithWrapper ul li.apple_integration img {height: 24px;margin-top: -2px;}
.featureBreakdown .integrateWithWrapper ul li.paypal_integration img {
  height: 24px;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.featureBreakdown .integrateWithWrapper ul li.stripe_integration img {height: 20px;}
.featureBreakdown .integrateWithWrapper ul li.square_integration img {height: 20px;}
.featureBreakdown .integrateWithWrapper ul li.authorizenet_integration img {height: 14px;}
.featureBreakdown .integrateWithWrapper ul li.wordpress_integration img {height: 26px;}
.featureBreakdown .integrateWithWrapper ul li.squarespace_integration img {height: 22px;}
.featureBreakdown .integrateWithWrapper ul li.wix_integration img {height: 14px;}
.featureBreakdown .integrateWithWrapper ul li.weebly_integration img {height: 22px;}
.featureBreakdown .integrateWithWrapper ul li.google_analytics_integration img {height: 24px;}
.featureBreakdown .integrateWithWrapper ul li.android_integration img {height: 26px;}
.featureBreakdown .integrateWithWrapper ul li.windows_integration img {height: 22px;}
.featureBreakdown .featureBreakdownImage img {
  display: inline-block;
  float: left;
}
.featureBreakdown .featureBreakdownImage.featureBreakdownImageCloverDevice img {
  float: none;
  width: 80%;
}
.featureBreakdown .featureBreakdownImage img.wShadow {
  border-radius: 6px;
  box-shadow: 0 2px 30px 0 rgba(0,0,0,.12);
}
@media screen and (max-width: 1009px) {
  .featureBreakdown h2 {
    font-size: 26px;
  }
  .featureBreakdown img {
    height: auto;
  }
}
@media screen and (max-width: 899px) {
  .featureBreakdown .integrateWithWrapper ul li.authorizenet_integration,
  .featureBreakdown .integrateWithWrapper ul li.weebly_integration,
  .featureBreakdown .integrateWithWrapper ul li.groupon_integration.groupon_integration_booking_site,
  .featureBreakdown .integrateWithWrapper ul li.wowcher_integration,
  .featureBreakdown .integrateWithWrapper ul li.google_integration_promotion_tools {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .featureBreakdown .integrateWithWrapper ul li.mailchimp_integration {display: none;}
}
@media screen and (max-width: 699px) {
  .featureBreakdown .integrateWithWrapper ul li.square_integration,
  .featureBreakdown .integrateWithWrapper ul li.squarespace_integration,
  .featureBreakdown .integrateWithWrapper ul li.livingsocial_integration {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .featureBreakdown {
    display: block;
    align-items: none;
    justify-content: none;
    flex-direction: none;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .featureBreakdown .featureBreakdownContent,
  .featureBreakdown .featureBreakdownImage {
    width: 100%;
    min-height: auto;
    padding: 0 15px;
    text-align: left!important;
  }
  .featureBreakdown h2 {
    margin-bottom: 10px;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  .featureBreakdown .integrateWithWrapper ul li.squarespace_integration,
  .featureBreakdown .integrateWithWrapper ul li.mailchimp_integration,
  .featureBreakdown .integrateWithWrapper ul li.square_integration,
  .featureBreakdown .integrateWithWrapper ul li.google_integration_promotion_tools,
  .featureBreakdown .integrateWithWrapper ul li.livingsocial_integration {
    display: inline-block;
  }
  .featureBreakdown .featureBreakdownImage img {
    display: block;
    width: 100%;
    height: auto;
  }
}

/* ----------------------------------------------------------------
FEATURE BOXES
-----------------------------------------------------------------*/
.featureBoxWrapper {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 0 15px;
}
.twoGridWrapper .featureBoxWrapper {
  padding: 0;
}
.featureBoxWrapper.featureBoxWrapper50 {width: 50%;}
.featureBoxWrapper.featureBoxWrapper50:nth-child(2n+1) {
  clear:left
}
.featureBoxWrapper.featureBoxWrapper33 {width: 33.33%;}
.featureBoxWrapper.featureBoxWrapper33:nth-child(3n+1) {
  clear:left
}
.featureBoxWrapper.featureBoxWrapper25 {width: 25%;}
.featureBoxWrapper.featureBoxWrapper20 {width: 20%;}
.featureBoxWrapper .featureBox {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.featureBoxWrapper .featureBox.featureBoxRaised {
  margin-bottom: 30px;
  padding: 30px 30px 10px;
  background: #f5f8fa;
  border-radius: 3px;
  box-shadow: 0 6px 10px rgba(71,80,89,.05);
}
section.bgGray .featureBoxWrapper .featureBox.featureBoxRaised {
  background: #fff;
}
.twoGridWrapper .featureBoxWrapper .featureBox.featureBoxRaised {
  margin-bottom: 0;
  border-bottom: 1px solid #e5e7ee;
}
.twoGridWrapper .featureBoxWrapper:last-child .featureBox.featureBoxRaised {
  border-bottom: none;
}
.featureBoxWrapper .featureBox.featureBoxIconLeft {
  /* padding-top: 0; */
  text-align: left;
}
.featureBoxWrapper .featureBox.featureBoxRaised.featureBoxIconLeft {
  /* padding-left: 85px; */
}
.featureBoxWrapper .featureBox.featureBoxCenter img {
  display: inline-block;
  height: 40px;
  margin-bottom: 10px;
}
.featureBoxWrapper .featureBox.featureBoxCenter img.paymentGatewayImage {
  height: 48px;
  margin-bottom: 20px;
}
.featureBoxWrapper .featureBox.featureBoxCenter i {
  display: inline-block;
  height: 48px;
  margin-bottom: 20px;
  font-size: 50px;
  color: #13b4ea;
}
.featureBoxWrapper .featureBox.featureBoxIconLeft i {
  position: relative;
  width: 32px;
  height: 32px;
  font-size: 32px;
  text-align: center;
  color: #4a4e57;
  margin-bottom: 10px;
  display: inline-block;
}
.featureBoxWrapper .featureBox.featureBoxRaised.featureBoxIconLeft i {
  /* top: 40px; */
  /* left: 30px; */
}
.featureBoxWrapper .featureBox.featureBoxRaised.featureBoxIconLeft i.icon-questioncircle {
  display: none;
}
.featureBoxWrapper .featureBox h3,
.featureBoxWrapper .featureBox h4 {
  margin-bottom: 5px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}
.featureBoxWrapper .featureBox h5 {
  margin-bottom: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: -.2px;
}
.featureBoxWrapper .featureBox img.statsIconImage {
  height: 48px;
  margin-bottom: 15px;
}
.featureBoxWrapper .featureBox span.featureBoxStat {
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1;
  text-transform: capitalize;
  letter-spacing: -.6px;
  color: #323a45;
}
.featureBoxWrapper .featureBox span.featureBoxStat small {
  position: relative;
  margin-left: 5px;
  top: -2px;
  font-size: 20px;
  line-height: 1;
}
.featureBoxWrapper .featureBox span.featureBoxStat small.mRight {
  margin-right: 5px;
  margin-left: 0;
}
.featureBoxWrapper .featureBox span.featureBoxStatDescription {
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .8px;
  line-height: 1;
}
.featureBoxWrapper .featureBox a.learnMoreLink {
  display: inline-block;
  position: relative;
  top: -5px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: padding .3s ease;
  -moz-transition: padding .3s ease;
  -o-transition: padding .3s ease;
  transition: padding .3s ease;
}
.featureBoxWrapper .featureBox a.learnMoreLink:hover {
  padding-right: 26px;
}
.featureBoxWrapper .featureBox a.learnMoreLink:after {
  display: inline-block;
  content: "\e90d";
  position: absolute;
  top: -5px;
  right: 0;
  font-family: ResovaIcons;
  font-size: 24px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.featureBoxWrapper .featureBox a.learnMoreLink:hover:after {
  opacity: 1;
}
.featureBoxWrapper .featureBox .newTag {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 8px 15px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
}
section.bgGray .featureBoxWrapper .featureBox .newTag {
  background: #eee;
}
@media screen and (max-width: 959px) {
  .featureBoxWrapper.featureBoxWrapper33 {width:50%;}
  .featureBoxWrapper.featureBoxWrapper33:nth-child(3n+1) {
    clear:none;
  }
  .featureBoxWrapper.featureBoxWrapper33:nth-child(2n+1) {
    clear:left;
  }
}
@media screen and (max-width: 859px) {
  .featureBoxWrapper.featureBoxWrapper20 {width:33.33%;}
  .featureBoxWrapper.featureBoxWrapper20:nth-child(5n+1) {
    clear:none;
  }
  .featureBoxWrapper.featureBoxWrapper20:nth-child(3n+1) {
    clear:left;
  }
}
@media screen and (max-width: 699px) {
  .featureBoxWrapper.featureBoxWrapper50 {
    width: 100%;
  }
  .featureBoxWrapper.featureBoxWrapper50:nth-child(2n+1) {
    clear:none;
  }
  .featureBoxWrapper.featureBoxWrapper50:nth-child(1n+1) {
    clear:left;
  }
  .featureBoxWrapper .featureBox {
    margin-bottom: 30px;
  }
  .featureBoxWrapper .featureBox.featureBoxRaised {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .featureBoxWrapper.featureBoxWrapper33 {width:100%;}
  .featureBoxWrapper.featureBoxWrapper33:nth-child(2n+1) {
    clear:none;
  }
  .featureBoxWrapper.featureBoxWrapper33:nth-child(1n+1) {
    clear:left;
  }
  .featureBoxWrapper.featureBoxWrapper20 {width:50%;}
  .featureBoxWrapper .featureBox.featureBoxRaised.featureBoxIconLeft {
    padding-left: 70px;
  }
  .featureBoxWrapper .featureBox.featureBoxRaised.featureBoxIconLeft i {
    left: 15px;
  }
  .featureBoxWrapper .featureBox h5 {
    font-size: 16px;
  }
}

/* ----------------------------------------------------------------
CUSTOMER REVIEWS
-----------------------------------------------------------------*/
/*
section.customerReviews {
  background-image: url(../../assets/images/backgrounds/misc/world_map.svg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
*/
.customerReviewWrapper {
  display: inline-block;
  position: relative;
  float: left;
  width: 33.33%;
  padding: 0 15px;
}
.customerReviewWrapper .customerReviewBox {
  margin-bottom: 30px;
  padding: 30px 20px;
  background: #fff;
  text-align: center;
  border-top: 6px solid #3698e4;
  box-shadow: 0 6px 10px rgba(71,80,89,.05);
  border-radius: 6px;
}
.customerReviewWrapper .customerReviewBox img {
  display: inline-block;
  height: 68px;
  margin-bottom: 5px;
}
.customerReviewWrapper .customerReviewBox p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}
.customerReviewWrapper .customerReviewBox h5,
.customerReviewWrapper .customerReviewBox h6 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
}
.customerReviewWrapper .customerReviewBox h5 {
  margin-bottom: 5px;
  font-size: 14px;
  color: #3698e4;
}
.customerReviewWrapper .customerReviewBox h6 {
  margin-bottom: 0;
  font-size: 12px;
  color: #a2aabd;
}
@media (max-width: 959px) {
  .customerReviewWrapper {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .customerReviewWrapper {
    width: 100%;
  }
}

/* ----------------------------------------------------------------
INDUSTRY GRID
-----------------------------------------------------------------*/
.industryGridWrapper {
  display: inline-block;
  position: relative;
  float: left;
  width: 33.33%;
  padding: 0 15px;
}
.industryGridWrapper .industryGridInner {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.industryGridInner:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(25, 29, 34, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(25, 29, 34, 0.4)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(25, 29, 34, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(25, 29, 34, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(25, 29, 34, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(25, 29, 34, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c222e', endColorstr='#292929', GradientType=0);
  pointer-events: none;
}
.industryGridWrapper .industryGridInnerTitle {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 5;
  text-align: center;
}
.industryGridWrapper .industryGridInnerTitle h5,
.industryGridWrapper .industryGridInnerTitle .title,
.industryGridWrapper .industryGridInnerTitle span.learnMoreTag {
  position: relative;
  margin: 0;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.industryGridWrapper .industryGridInnerTitle h5,
.industryGridWrapper .industryGridInnerTitle .title {
  display: block;
  top: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.industryGridWrapper a .industryGridInnerTitle h5, .industryGridWrapper a .industryGridInnerTitle .title {
  top: 20px;
}
.industryGridWrapper:hover .industryGridInnerTitle h5, .industryGridWrapper:hover .industryGridInnerTitle .title {
  top: 0;
}
.industryGridWrapper .industryGridInnerTitle span.learnMoreTag {
  display: inline-block;
  margin-top: 5px;
  padding-right: 25px;
  font-size: 14px;
  opacity: 0;
}
.industryGridWrapper .industryGridInnerTitle span.learnMoreTag:after {
  display: inline-block;
  content: "\e90d";
  position: absolute;
  top: -3px;
  right: 0;
  font-family: ResovaIcons;
  font-size: 22px;
  line-height: 1;
}
.industryGridWrapper:hover .industryGridInnerTitle span.learnMoreTag {
  opacity: 1;
}
.industryGridWrapper .industryGridInnerTitle span {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .industryGridWrapper {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .industryGridWrapper {
    width: 100%;
  }
}

/* ----------------------------------------------------------------
TWO GRID WRAPPER
-----------------------------------------------------------------*/
.twoGridWrapper {
  display: inline-block;
  position: relative;
  float: left;
  width: 50%;
  padding: 0 15px;
}
.twoGridWrapper .twoGridWrapperContent  {
  padding-right: 15px;
}
.twoGridWrapper .twoGridWrapperContent h3  {
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .twoGridWrapper {
    width: 100%;
  }
}

/* ----------------------------------------------------------------
NOTIFICATION CENTER
-----------------------------------------------------------------*/
.notificationCenterContainer {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px;
}
.notificationCenterWrapper {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.notificationCenterWrapper .notificationCenterHeader  {
  margin-bottom: 30px;
  text-align: left;
}
.notificationCenterWrapper .notificationCenterHeader h3  {
  margin-bottom: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  -webkit-font-smoothing: subpixel-antialiased;
}
.notificationCenterWrapper .notificationCenterHeader p  {
  margin-bottom: 0;
}
.notificationCenterWrapper .checkboxWrapper h5  {
  line-height: 1.4;
  font-size: 14px;
}
.notificationCenterWrapper .checkboxWrapper p  {
  font-size: 13px;
}
@media screen and (max-width: 599px) {
  .notificationCenterWrapper {
    width: 100%;
  }
}

/* ----------------------------------------------------------------
STATS
-----------------------------------------------------------------*/
section.featureBoxesGridStats {
  margin-top: -15px;
  padding: 0 0 35px;
}
@media screen and (max-width: 599px) {
  .featureBoxWrapper .featureBox span.featureBoxStat {
    font-size: 28px;
  }
}

/* ----------------------------------------------------------------
INTEGRATION LOGOS BANNER
-----------------------------------------------------------------*/
section.integrationLogosBanner {
  padding: 20px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.heroLogosWrapper section.integrationLogosBanner {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
section.integrationLogosBanner label {
  margin-bottom: 15px;
}
section.integrationLogosBanner.industryLogosBanner label {
  margin-bottom: 30px;
}
section.integrationLogosBanner ul {
  margin: 0 auto;
  padding: 0;
}
section.integrationLogosBanner.industryLogosBanner ul {
  max-width: 870px;
}
section.integrationLogosBanner ul li {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  padding: 0 20px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
section.integrationLogosBanner ul li a {
  display: inline-block;
  position: relative;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
section.integrationLogosBanner ul li img {
  height: 30px;
}
section.integrationLogosBanner.industryLogosBanner ul li img {
  height: 42px;
}
section.integrationLogosBanner ul li.wordpress_integration img {height: 28px;}
section.integrationLogosBanner ul li.googleCal_integration img {height: 24px;}
section.integrationLogosBanner ul li.outlook_integration img {height: 28px;}
section.integrationLogosBanner ul li.stripe_integration img {height: 24px;}
section.integrationLogosBanner ul li.paypal_integration img {
  height: 26px;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  }
section.integrationLogosBanner ul li.square_integration img {height: 22px;width: auto;max-width: none;}
section.integrationLogosBanner ul li.facebook_integration img {height: 18px;}
section.integrationLogosBanner ul li.twitter_integration img {height: 22px;}
section.integrationLogosBanner ul li.mailchimp_integration img {height: 24px;}
section.integrationLogosBanner ul li.wix_integration img {height: 16px;}
section.integrationLogosBanner ul li.breakout_logo img {height: 28px;}
section.integrationLogosBanner ul li.escape_the_room_logo img {height: 38px;}
section.integrationLogosBanner ul li.great_escape_logo img {height: 42px;}
section.integrationLogosBanner ul li.maze_rooms_logo img {height: 34px;}
section.integrationLogosBanner ul li.panic_room_logo img {height: 26px;}
@media screen and (max-width: 1109px) {
  section.integrationLogosBanner ul li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 959px) {
  section.integrationLogosBanner ul li.mailchimp_integration {display:none;}
  section.integrationLogosBanner ul li.wix_integration {display:none;}
  section.integrationLogosBanner ul li.great_escape_logo {display:none;}
}
@media screen and (max-width: 849px) {
  .heroLogosWrapper section.integrationLogosBanner {
    position: relative;
  }
}
@media screen and (max-width: 769px) {
  section.integrationLogosBanner ul li {
    padding: 0 10px;
  }
  section.integrationLogosBanner ul li.outlook_integration {display:none;}
  section.integrationLogosBanner ul li.panic_room_logo {display:none;}
}
@media screen and (max-width: 599px) {
  section.integrationLogosBanner ul li.square_integration {width: 14px;margin-right: 10px;overflow: hidden;}
  section.integrationLogosBanner ul li.stripe_integration {display:none;}
  section.integrationLogosBanner ul li.twitter_integration {display:none;}
  section.integrationLogosBanner ul li.breakout_logo a img {height: 28px;}
  section.integrationLogosBanner ul li.escape_the_room_logo a img {height: 36px;}
  section.integrationLogosBanner ul li.maze_rooms_logo a img {height: 32px;}
}

/* ----------------------------------------------------------------
PREMIUM SOFTWARE SECTION
-----------------------------------------------------------------*/

.premiumSoftware {
  text-align: center;
}

.premiumSoftware p {
  font-size: 18px;
  line-height: 1.8;
}

.premiumSoftware h2 {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1;
}

.premiumSoftware .subheader {
  margin: 0 auto 20px;
}

.premiumSoftware .listSection {
  display: flex;
  text-align: left;
  justify-content: center;
  gap: 18px;
  text-transform: capitalize;
}

@media only screen and (max-width: 768px) { 
  .premiumSoftware {
    padding: 0;
  }
}


/* ----------------------------------------------------------------
HOME GRID
-----------------------------------------------------------------*/
.homeGridWrapper {
  display: inline-block;
  position: relative;
  float: left;
  width: 33.33%;
  padding: 0 15px;
}
.homeGridWrapper.resovaPayGridWrapper {
  padding: 0 30px;
}
.homeGridWrapper .homeGridBox {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.homeGridWrapper.resovaPayGridWrapper .homeGridBox {
  text-align: left;
}
.homeGridWrapper.resovaPayGridWrapper .homeGridBox .homeGridBoxMediaContainer {
  display: inline-block;
  width: 160px;
  height: 160px;
  padding: 30px;
  margin-bottom: 20px;
  background: #f9f9fb;
  border-radius: 50%;
  display: none;
}
.homeGridWrapper .homeGridBox img {
  display: inline-block;
  height: 160px;
  margin-bottom: 20px;
  border-radius: 50%;
}
.homeGridWrapper.resovaPayGridWrapper .homeGridBox img {
  height: 80px;
  margin: 0;
  border-radius: 0;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  
}
.homeGridWrapper .homeGridBox h2,
.homeGridWrapper .homeGridBox h4 {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -.4px;
}
.homeGridWrapper.resovaPayGridWrapper .homeGridBox h4 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -.2px;
}
.homeGridWrapper .homeGridBox p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.8;
}
.homeGridWrapper .homeGridBox a {
  display: inline-block;
  position: relative;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .2px;
  color: #3698e4;
  -webkit-transition: padding .3s ease;
  -moz-transition: padding .3s ease;
  -o-transition: padding .3s ease;
  transition: padding .3s ease;
}
.homeGridWrapper .homeGridBox a:hover {
  padding-right: 26px;
}
.homeGridWrapper .homeGridBox a:after {
  display: inline-block;
  content: "\e90d";
  position: absolute;
  top: -6px;
  right: 0;
  font-family: ResovaIcons;
  font-size: 24px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.homeGridWrapper .homeGridBox a:hover:after {
  opacity: 1;
}
@media (max-width: 959px) {
  .homeGridWrapper {
    width: 100%;
  }
  .homeGridWrapper .homeGridBox {
    min-height: 100px;
    padding-left: 130px;
    text-align: left;
  }
  .homeGridWrapper .homeGridBox img {
    position: absolute;
    top: 10px;
    left: 0;
    height: 100px;
    margin-bottom: 0;
  }
  .homeGridWrapper .homeGridBox h2,
  .homeGridWrapper .homeGridBox h4 {
    margin-bottom: 5px;
  }
  .homeGridWrapper .homeGridBox p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
}
@media (max-width: 599px) {
  .homeGridWrapper .homeGridBox {
    padding-left: 100px;
  }
  .homeGridWrapper .homeGridBox img {
    height: 80px;
  }
}

/* ----------------------------------------------------------------
ALL FEATURES/INTEGRATIONS
-----------------------------------------------------------------*/
.allFeaturesIntegrationsWrapper {
  display: block;
  position: relative;
  margin-bottom: 80px;
  padding-bottom: 30px;
}
.allFeaturesIntegrationsWrapper.showTab {
  display: block;
}
.allIntegrationsWrapper {
  padding-bottom: 30px;
}
.allFeaturesIntegrationsWrapper:after {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  content: '';
  border-bottom: 1px solid #e5e7ee;
}
.allFeaturesIntegrationsWrapper:last-child:after {
  border-bottom: none;
}
.allFeaturesIntegrationsWrapper:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.allFeaturesIntegrationsWrapper aside,
.allFeaturesIntegrationsWrapper article {
  display: inline-block;
  float: left;
  padding: 0 15px;
}
.allFeaturesIntegrationsWrapper aside {
  width: 28%;
  margin-bottom: 30px;
}
.allFeaturesIntegrationsWrapper article {
  float: right;
  width: 68%;
}
.allFeaturesIntegrationsWrapper aside h3 {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: -.6px;
}
.allFeaturesIntegrationsWrapper aside h3 {
  margin-bottom: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .4px;
  text-transform: uppercase;
}
@media (max-width: 799px) {
  .allFeaturesIntegrationsWrapper aside,
  .allFeaturesIntegrationsWrapper article {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .allFeaturesIntegrationsWrapper {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  .allFeaturesIntegrationsWrapper .featureBoxWrapper50 {
    width: 100%;
  }
}

/* ----------------------------------------------------------------
PRICING
-----------------------------------------------------------------*/
section.pricingPlansGrid {
  position: relative;
  z-index: 3;
  padding-top: 30px;
}
.priceChangeSelector {
  position: relative;
  display: block;
  padding-bottom: 30px;
  text-align: center;
}
.priceChangeSelector select {
  display: inline-block;
}
.resovaBookingsPlanContainer {
  display: inline-block;
  float: left;
  width: 75%;
  padding: 0 15px;
}
.resovaEngagePlanContainer {
  display: inline-block;
  float: left;
  width: 25%;
  padding: 0 15px;
}
.resovaBookingsPlanContainer h3,
.resovaEngagePlanContainer h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -.8px;
}
.planGridWrapper {
  display: inline-block;
  float: left;
  padding: 0;
}
.resovaBookingsPlanContainer .planGridWrapper {
  width: 33.33%;
}
.resovaEngagePlanContainer .planGridWrapper {
  display: block;
  width: 100%;
}
.planGridWrapper .planGridBox {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 40px 20px;
  text-align: center;
  background: #fff;
  border-top: 6px solid #596377;
  border-radius: 3px;
  box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05), 0 1px 2px 0 rgba(0,0,0,.2);
  -webkit-transition: border .3s ease,box-shadow .3s ease;
  transition: border .3s ease,box-shadow .3s ease;
  cursor: pointer;
}
.planGridWrapper .planGridBox:hover {
  border-top-color: #3698e4;
  box-shadow: 0 4px 16px 0 rgba(0,0,0,.2);
}
.planGridWrapper .planGridBox .featuredPlanLabel {
  position: absolute;
  overflow: hidden;
  top: -6px;
  right: 0;
  height: 70px;
  width: 70px;
}
.planGridWrapper .planGridBox .featuredPlanLabel span {
  position: absolute;
  top: 15px;
  right: -22px;
  width: 92px;
  padding-top: 2px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #3698e4;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.planGridWrapper .planGridBox h6 {
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.planGridWrapper .planGridBox p {
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  line-height: 2;
  font-weight: 300;
}
.planGridWrapper .planGridBox .planPricingWrapper {
  margin-top: 30px;
  color: #8C96A9;
  display: none;
}
.planGridWrapper .planGridBox .planPricingWrapper.showPricing {
  display: block;
}
.planGridWrapper .planGridBox .planPricingWrapper .sup,
.planGridWrapper .planGridBox .planPricingWrapper .planPrice {
  color: #323a45;
  line-height: 1;
}
.planGridWrapper .planGridBox .planPricingWrapper sup {
  position: relative;
  top: -14px;
  font-size: 16px;
}
.planGridWrapper .planGridBox .planPricingWrapper .planPrice {
  padding: 0 2px;
  font-size: 48px;
  letter-spacing: -4px;
}
.planGridWrapper .planGridBox .button.buttonRaised.buttonBlock {
  min-height: 42px;
  max-height: 42px;
  width: 92%;
  min-width: 92%;
  padding: 0 15px;
  line-height: 42px;
  margin-top: 20px;
  border-radius: 42px;
}
.enterprisePlanCTA {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.enterprisePlanCTA:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.enterprisePlanCTA .enterprisePlanCTAMessage,
.enterprisePlanCTA .enterprisePlanCTAButton {
  display: inline-block;
  padding: 0 15px;
}
.enterprisePlanCTA .enterprisePlanCTAMessage {
  float: left;
  width: 70%;
  margin-top: 10px;
}
.enterprisePlanCTA .enterprisePlanCTAMessage h3 {
  font-size: 26px;
}
.enterprisePlanCTA .enterprisePlanCTAMessage p {
  margin: 0;
}
.enterprisePlanCTA .enterprisePlanCTAButton {
  float: right;
  width: 24%;
  padding: 0 15px;
}
.enterprisePlanCTA .enterprisePlanCTAButton .button.buttonRaised {
  padding: 0 15px;
}
@media screen and (max-width: 959px) {
  .resovaBookingsPlanContainer,
  .resovaEngagePlanContainer{
    width: 100%;
  }
  .resovaBookingsPlanContainer .planGridWrapper {
    width: 33.33%;
  }
  .planGridWrapper {
    width: 50%;
  }
  .enterprisePlanCTA .enterprisePlanCTAMessage {
    width: 68%;
  }
  .enterprisePlanCTA .enterprisePlanCTAButton {
    width: 32%;
    padding-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .planGridWrapper {
    width: 100%;
  }
  .resovaBookingsPlanContainer,
  .resovaEngagePlanContainer {
    width: 100%;
  }
  .resovaBookingsPlanContainer .planGridWrapper {
    width: 100%;
  }
  .enterprisePlanCTA .enterprisePlanCTAMessage {
    width: 100%;
  }
  .enterprisePlanCTA .enterprisePlanCTAButton {
    float: left;
    width: 100%;
  }
  .enterprisePlanCTA .enterprisePlanCTAButton .button.buttonRaised.buttonBlock {
    width: auto;
    min-width: auto;
    max-width: auto;
    padding: 0 60px;
  }
}

/* ----------------------------------------------------------------
BLOG
-----------------------------------------------------------------*/
.blogGridWrapper {
  display: inline-block;
  position: relative;
  float: left;
  width: 33.33%;
  padding: 0 15px;
}
.blogGridContainerRelated .blogGridWrapper {
  width: 25%;
}
.blogGridWrapper .blogGrid {
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 6px 10px rgba(71,80,89,.05);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}
.blogGridWrapper .blogGrid:hover {
  box-shadow: 0 10px 15px -5px rgba(71,80,89,.15), 0 1px 2px 0 rgba(71,80,89,.15);
}
.blogGridWrapper .blogGrid a {
  display: block;
  color: #637280;
}
.blogGridWrapper .blogGrid a img {
  display: block;
  float: left;
  width: 100%;
}
.blogGridWrapper .blogGrid a .blogGridContent {
  display: block;
  float: left;
  width: 100%;
  padding: 30px 10px;
}
.blogGridContainerRelated .blogGridWrapper .blogGrid a .blogGridContent {
  padding: 20px 5px;
}
small.blogCategory {
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .4px;
}
figure.heroImage small.blogCategory,
figure.heroImage small.blogDate {
  font-size: 12px;
  color: #fff;
}
.blogGridContainerRelated .blogGridWrapper .blogGrid a .blogGridContent small.blogCategory {
  font-size: 10px;
}
.blogGridWrapper .blogGrid a .blogGridContent h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.4;
}
.blogGridContainerRelated .blogGridWrapper .blogGrid a .blogGridContent h3 {
  font-size: 18px;
  line-height: 1.2;
}
.blogGridWrapper .blogGrid a .blogGridContent p {
  font-size: 13px;
  line-height: 1.6;
}
article.blogArticle {
  display: block;
  max-width: 830px;
  margin: 0 auto;
  padding: 0 15px;
}
article.blogArticle p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 2;
}
article.blogArticle img {
  display: block;
  margin: 40px 0;
}
@media (max-width: 959px) {
  .blogGridWrapper,
  .blogGridContainerRelated .blogGridWrapper {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .blogGridWrapper,
  .blogGridContainerRelated .blogGridWrapper {
    width: 100%;
  }
  article.blogArticle p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
}

/* ----------------------------------------------------------------
PRESS RESOURCES
-----------------------------------------------------------------*/
.pressResourcesWrapper {
  display: block;
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 10px;
}
.pressResourcesWrapper.pressResourcesWrapperNBorder {
  margin-bottom: 0;
  padding-bottom: 0;
}
.pressResourcesWrapper:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.pressResourcesWrapper:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  border-bottom: 1px solid #e5e7ee;
}
.pressResourcesWrapper:last-child:after,
.pressResourcesWrapper.pressResourcesWrapperNBorder:after {
  border-bottom: none;
}
.pressResourcesWrapper aside,
.pressResourcesWrapper article,
.pressResourceGrid {
  display: inline-block;
  float: left;
  margin-bottom: 30px;
  padding: 0 15px;
}
.pressResourcesWrapper aside {
  width: 32%;
}
.pressResourcesWrapper article {
  float: right;
  width: 62%;
}
.pressResourcesWrapper h6 {
  margin-bottom: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.pressResourcesWrapper a.downloadLink {
  display: inline-block;
  position: relative;
  top: -5px;
  padding-right: 26px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: padding .3s ease;
  -moz-transition: padding .3s ease;
  -o-transition: padding .3s ease;
  transition: padding .3s ease;
}
.pressResourcesWrapper a.downloadLink:after {
  display: inline-block;
  content: "\e905";
  position: absolute;
  top: -20px;
  right: 0;
  font-family: ResovaIcons;
  font-size: 24px;
  line-height: 1;
  opacity: 0;
}
.pressResourcesWrapper a.downloadLink:hover:after {
  top: -5px;
  opacity: 1;
  -webkit-transition: top .4s ease,opacity .4s ease;
  -moz-transition: top .4s ease,opacity .4s ease;
  -o-transition: top .4s ease,opacity .4s ease;
  transition: top .4s ease,opacity .4s ease;
}
.pressResourceGrid50 {
  width: 50%;
}
.pressResourceGrid33 {
  width: 33.33%;
}
.pressResourceGrid25 {
  width: 25%;
}
.pressResourceGrid h6 {
  margin: 15px 0  0;
  color: #a2aabd;
}
@media (max-width: 799px) {
  .pressResourcesWrapper aside,
  .pressResourcesWrapper article {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .pressResourcesWrapper {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  .pressResourceGrid50,
  .pressResourceGrid33 {
    width: 100%;
  }
}

/* ----------------------------------------------------------------
LEGAL CONTENT
-----------------------------------------------------------------*/
section.legalContent .container {
  max-width: 1030px;
}
section.legalContent aside,
section.legalContent article {
  display: inline-block;
  float: left;
}
section.legalContent aside {
  width: 30%;
  padding: 30px;
  background: #f5f8fa;
  border-radius: 6px;
}
section.legalContent article {
  float: right;
  width: 64%;
}
section.legalContent aside ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
section.legalContent aside ul li,
section.legalContent aside ul li a {
  display: block;
}
section.legalContent aside ul li a {
  padding: 4px 0;
  line-height: 1.8;
  color: #747c83;
}
section.legalContent aside ul li a:hover {
  color: #16b4ea;
}
section.legalContent article hr {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin: 25px 0 40px;
  border: none;
  border-top: 1px solid #EFEFEF;
}
section.legalContent article ul,
section.legalContent article ol {
  margin: 0 0 30px;
}
section.legalContent article ul li,
section.legalContent article ol li {
  margin-bottom: 15px;
  line-height: 1.6;
}
section.legalContent article h4 {
  margin-bottom: 10px;
  font-size: 24px;
}
section.legalContent article h5 {
  margin: 25px 0 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}
@media (max-width: 959px) {
  section.legalContent aside {
    width: 28%;
  }
  section.legalContent article {
    width: 68%;
  }
}
@media (max-width: 599px) {
  section.legalContent aside {
    display: none;
  }
  section.legalContent article {
    float: left;
    width: 100%;
  }
  section.legalContent article hr {
    margin: 15px 0 30px;
  }
}

/* ----------------------------------------------------------------
APP STATUS
-----------------------------------------------------------------*/
article.appStatus {
  display: block;
  max-width: 830px;
  margin: 60px auto 0;
  padding: 0;
}
article.appStatus .mainstatusBar {
  display: block;
  margin-bottom: 45px;
  padding: 15px 30px;
  border-radius: 3px;
}
article.appStatus .mainstatusBar.mainstatusBarSuccess {
  background: #52B266;
}
article.appStatus .mainstatusBar.mainstatusBarDanger {
  background: #ed344e;
}
article.appStatus .mainstatusBar p,
article.appStatus .mainstatusBar small {
  display: inline-block;
  margin: 0;
  color: #fff;
}
article.appStatus .mainstatusBar p {
  font-size: 16px;
}
article.appStatus .mainstatusBar small {
  position: relative;
  top: 5px;
  float: right;
}
article.appStatus .systemStatusWrapper {
  display: block;
  margin-bottom: 30px;
}
article.appStatus .systemStatusWrapper .systemStatusHeader,
article.appStatus .systemStatusWrapper .systemStatusBody {
  display: block;
  border: 1px solid #e5e7ee;
}
article.appStatus .systemStatusWrapper .systemStatusHeader {
  position: relative;
  margin-bottom: -1px;
  padding: 16px 30px;
  background: #f5f8fa;
  border-radius: 3px 3px 0 0;
}
article.appStatus .systemStatusWrapper .systemStatusHeader h3 {
  display: inline-block;
  margin: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}
article.appStatus .systemStatusWrapper .systemStatusBody {
  overflow: hidden;
  border-radius: 0 0 3px 3px;
}
article.appStatus .systemStatusWrapper .systemStatusBody .systemStatusSingle {
  position: relative;
  padding: 15px 30px;
  border-bottom: 1px dotted #e5e7ee;
}
article.appStatus .systemStatusWrapper .systemStatusBody .systemStatusSingle:last-child {
  border-bottom: none;
}
article.appStatus .systemStatusWrapper .systemStatusBody .systemStatusSingle p {
  display: inline-block;
  margin: 0;
  font-size: 13px;
}
article.appStatus .systemStatusWrapper .systemStatusBody .systemStatusSingle p em {
  letter-spacing: -.2px;
  -webkit-font-smoothing: antialiased;
}
article.appStatus .systemStatusWrapper span.systemStatusTag {
  display: inline-block;
  position: relative;
  top: 6px;
  float: right;
  font-size: 13px;
}
article.appStatus .systemStatusWrapper .systemStatusBody .systemStatusSingle span.systemStatusTag {
  top: 4px;
}
article.appStatus .systemStatusWrapper span.systemStatusTag.systemStatusTagSuccess {
  color: #52B266;
}
article.appStatus .systemStatusWrapper span.systemStatusTag.systemStatusTagDanger {
  color: #ed344e;
}
@media screen and (max-width: 599px) {
  article.appStatus .mainstatusBar small {
    display: none;
  }
}

/* ----------------------------------------------------------------
FOOTER CALL TO ACTION
-----------------------------------------------------------------*/
section.footerCallToAction {
  padding: 60px 0;
  text-align: center;
  background: #3698e4;
}
section.footerCallToAction .container {
  max-width: 950px;
  padding: 0 15px;
}
section.footerCallToAction h6,
section.footerCallToAction .footerHeader,
section.footerCallToAction p,
section.footerCallToAction small {
  display: block;
  color: #fff;
}
section.footerCallToAction h6, section.footerCallToAction .footerHeader {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.6;
}
section.footerCallToAction .button.buttonRaised.buttonWBorder {
  color: #fff!important;
  border-color: #fff;
}
section.footerCallToAction .button.buttonRaised.buttonWhite {
  color: #13b4ea!important;
}
section.footerCallToAction span.orTag {
  display: inline-block;
  padding: 0 10px 0 8px;
  color: #fff!important;
}
section.footerCallToAction p {
  margin: 30px 0 0;
}
@media screen and (max-width: 599px) {
  section.footerCallToAction h6, section.footerCallToAction .footerHeader {;
    font-size: 24px;
  }
  section.footerCallToAction span.orTag {
    display: block;
    padding: 10px 0;
  }
}

/* ----------------------------------------------------------------
FOOTER
-----------------------------------------------------------------*/
footer.mainFooter {
  position: relative;
  display: block;
  width: 100%;
  padding: 80px 0 50px;
  background: #1c222e;
}
footer.mainFooter .footerLinkBlocks {
  display: inline-block;
  float: left;
  width: 16%;
  padding: 0 15px;
}
footer.mainFooter .footerLinkBlocks.footerLinkBlocksLogo {
  width: 30%;
}
footer.mainFooter .footerLinkBlocks.footerLinkBlocksFeatures {
  width: 22%;
}
footer.mainFooter .footerLinkBlocks a.footerLogo,
footer.mainFooter .footerLinkBlocks a.footerLogo img {
  display: inline-block;
  width: 106px;
  height: 30px;
}
footer.mainFooter .footerLinkBlocks a.footerLogo {
  margin-bottom: 15px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
footer.mainFooter .footerLinkBlocks p {
  margin-bottom: 30px;
  font-size: 13px;
  color: #a2aabd;
}
footer.mainFooter .footerLinkBlocks nav.footerLinks {
  display: block;
  margin-bottom: 30px;
}
footer.mainFooter .footerLinkBlocks nav.footerLinks:last-child {
  border-bottom: none;
}
footer.mainFooter .footerLinkBlocks nav.footerLinks h6 {
  margin-bottom: 6px;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f9f9fb;
}
footer.mainFooter .footerLinkBlocks nav.footerLinks ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.mainFooter .footerLinkBlocks nav.footerLinks ul.socialMediaIcons {
  margin-top: 8px;
}
footer.mainFooter .footerLinkBlocks nav.footerLinks:after,
footer.mainFooter .footerLinkBlocks nav.footerLinks ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
footer.mainFooter .footerLinkBlocks nav.footerLinks ul li,
footer.mainFooter .footerLinkBlocks nav.footerLinks ul li a {
  display: block;
  padding: 5px 0;
  font-size: 13px;
  color: #a2aabd;
}
footer.mainFooter .footerLinkBlocks nav.footerLinks ul.socialMediaIcons li {
  display: inline-block;
  width: auto;
  margin-right: 16px;
  float: left;
}
footer.mainFooter .footerLinkBlocks nav.footerLinks ul li.menuSeparator {
  height: 1px;
  margin: 8px 0;
  padding: 0;
  background: #6c6260;
}
footer.mainFooter .footerLinkBlocks nav.footerLinks ul.socialMediaIcons li:last-child {
  margin: 0;
}
footer.mainFooter .footerLinkBlocks nav.footerLinks ul li a {
  display: inline-block;
  padding: 0;
}
footer.mainFooter .footerLinkBlocks nav.footerLinks ul.socialMediaIcons li a {
  font-size: 18px;
  line-height: 1;
}
footer.mainFooter .footerLinkBlocks nav.footerLinks ul li a:hover {
  color: #f9f9fb;
}
@media screen and (max-width: 959px) {
  footer.mainFooter .footerLinkBlocks.footerLinkBlocksLogo {
    width: 100%;
  }
  footer.mainFooter .footerLinkBlocks.footerLinkBlocksFeatures {
    width: 34%;
  }
  footer.mainFooter .footerLinkBlocks {
    width: 22%;
  }
}
@media screen and (max-width: 769px) {
  footer.mainFooter .footerLinkBlocks,
  footer.mainFooter .footerLinkBlocks.footerLinkBlocksFeatures {
    width: 100%;
    padding: 0;
  }
  footer.mainFooter .footerLinkBlocks nav.footerLinks {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 599px) {
  footer.mainFooter {
    padding: 30px 0 0;
  }
  footer.mainFooter .footerLinkBlocks.footerLinkBlocksLogo {
    text-align: center;
  }
}

/* ----------------------------------------------------------------
BUTTONS
-----------------------------------------------------------------*/
.button {
  display: inline-block;
  position: relative;
  margin: 6px 8px;
  padding: 0 6px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border: 0;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background .3s ease,border .3s ease;
  -moz-transition: background .3s ease,border .3s ease;
  -o-transition: background .3s ease,border .3s ease;
  transition: background .3s ease,border .3s ease;
}
.button.buttonRaised {
  min-height: 50px;
  margin: 0;
  padding: 0 60px;
  font-size: 12px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #fff!important;
  border: 1px solid transparent;
  border-radius: 50px;
  box-shadow: none;
}
.button.buttonRaised+.button.buttonRaised {
  margin-left: 10px;
}
.button.buttonRaised.buttonBlock {
  width: 100%;
  min-width: 100%;
}
.button[disabled] {
  cursor: not-allowed!important;
}
.button.buttonRaised i {
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-size: 16px;
}
.button.buttonRaised.buttonWBorder {
  color: #a2aabd!important;
  background: transparent;
  border-color: #a2aabd;
}
.button.buttonRaised.buttonWBorder:hover,
.button.buttonRaised.buttonWBorder:focus,
.button.buttonRaised.buttonWBorder:active {
  background: rgba(249, 249, 250, 0.2);
}
.button.buttonRaised.buttonPrimary {
  background: #3698e4!important;
  border-color: #3698e4!important;
}
.button.buttonRaised.buttonPrimary:hover,
.button.buttonRaised.buttonPrimary:focus,
.button.buttonRaised.buttonPrimary:active {
  background-color: #4689c8!important;
  border-color: #4689c8!important;
}
.button.buttonRaised.buttonSuccess {
  background: #52B266!important;
  border-color: #2bb26e!important;
}
.button.buttonRaised.buttonSuccess:hover,
.button.buttonRaised.buttonSuccess:focus,
.button.buttonRaised.buttonSuccess:active {
  background-color: #54c08a!important;
  border-color: #2bb26e!important;
}
.button.buttonRaised.buttonDanger {
  background-color: #ed344e!important;
  border-color: #d1102b!important;
}
.button.buttonRaised.buttonDanger:hover,
.button.buttonRaised.buttonDanger:focus,
.button.buttonRaised.buttonDanger:active {
  background-color: #ef4b62!important;
  border-color: #d1102b!important;
}
.button.buttonRaised.buttonWhite {
  background-color: #fff!important;
  border-color: #fff!important;
}
.button.buttonRaised.buttonWhite:hover,
.button.buttonRaised.buttonWhite:focus,
.button.buttonRaised.buttonWhite:active {
  background-color: #f5f8fa!important;
  border-color: #f5f8fa!important;
}
@media screen and (max-width: 599px) {
  .button.buttonRaised {
    min-width: 240px;
  }
  .button.buttonRaised+.button.buttonRaised {
    margin-left: 0;
    margin-top: 10px;
  }
}

/* ----------------------------------------------------------------
FORMS
-----------------------------------------------------------------*/
input,
.input {
  display: inline-block;
  height: 48px;
  padding: 0 60px 0 45px;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #637280;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none!important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
::-webkit-input-placeholder {color:#8ca2b5;}
::-moz-placeholder {color:#8ca2b5;}
:-ms-input-placeholder {color:#8ca2b5;}
:-moz-placeholder {color:#8ca2b5;}
.selectInputWrapper {
  display: inline-block;
  position: relative;
}
.selectInputWrapper i {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 40px;
  font-size: 16px;
  color: #637280;
  pointer-events: none;
}
select {
  cursor: pointer;
}
label {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  font-size: 13px;
}

/* ----------------------------------------------------------------
CHECKBOX
-----------------------------------------------------------------*/
.checkboxWrapper .featureBox.featureBoxIconLeft {
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 45px;
  border-bottom: 1px solid #e5e7ee;
}
.checkboxWrapper:last-child .featureBox.featureBoxIconLeft {
  border-bottom: none;
}
.checkbox {
  position: absolute;
  top: 0;
  left: 5px;
  width: 100%;
  height: 100%;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  cursor: pointer;
}
.checkbox label:before {
  content: '';
  position: absolute;
  top: 40px;
  left: 30px;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #dadde6;
  border-radius: 3px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.checkboxWrapper .featureBox.featureBoxIconLeft .checkbox label:before {
  width: 24px;
  height: 24px;
  top: 10px;
  left: 0;
}
.checkbox label:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 4px;
  background: transparent;
  top: 47px;
  left: 36px;
  border: 1px solid #666f82;
  border-top: none;
  border-right: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkboxWrapper .featureBox.featureBoxIconLeft .checkbox label:after {
  width: 10px;
  height: 4px;
  top: 18px;
  left: 7px;
}
.checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* ----------------------------------------------------------------
RADIO BUTTONS
-----------------------------------------------------------------*/
.radioButtonsContainer {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 5px;
}
.radioButtonsContainer .featureBox.featureBoxIconLeft {
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  border-bottom: 1px solid #e5e7ee;
}
.radioButtonsContainer.featureBoxWrapper .featureBox h5 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1;
}
ul.radioButtons {
  list-style: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.radioButtons:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
ul.radioButtons li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
ul.radioButtons li:last-child {
  margin-bottom: 0;
}
ul.radioButtons li input[type=radio]{
  position: absolute;
  visibility: hidden;
}
ul.radioButtons li label {
  display: block;
  position: relative;
  z-index: 9;
  padding: 2px 0;
  padding-left: 30px;
  cursor: pointer;
  color: #434C5E;
  -webkit-transition: all 0.25s linear;
}
.radioButtonsContainer .featureBox.featureBoxIconLeft ul.radioButtons li label {
  margin-bottom: 5px;
  padding-left: 45px;
  font-size: 14px;
}
ul.radioButtons li .check{
  display: block;
  position: absolute;
  border: 1px solid #dadde7;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 0;
  left: 0;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}
.radioButtonsContainer .featureBox.featureBoxIconLeft ul.radioButtons li .check {
  height: 24px;
  width: 24px;
  top: 0;
}
ul.radioButtons li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
ul.radioButtons input[type=radio]:checked ~ .check {
  border: 1px solid #3698e4;
}
ul.radioButtons input[type=radio]:checked ~ .check::before{
  background: #3698e4;
}

/* ----------------------------------------------------------------
MODALS
-----------------------------------------------------------------*/
.modal,
.modalBackdrop {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6007;
  height: 100%;
  opacity: 1;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modalBackdrop {
  background: rgba(40,53,68,.88);
  cursor: pointer;
  -moz-transition: background .1s ease;
  -webkit-transition: background .1s ease;
  transition: background .1s ease;
  -moz-animation: modalBackdrop .1s ease;
  -webkit-animation: modalBackdrop .1s ease;
  animation: modalBackdrop .1s ease;
}
@keyframes modalBackdrop {
  0% {
      background: rgba(40,53,68,.0);
      animation-timing-function: linear;
    }
 100% {
    background: rgba(40,53,68,.88);
    animation-timing-function: linear;
    }
}
.modalWrapper {
  display: block;
  width: 100%;
  max-width: 820px;
  padding: 0 15px;
  text-align: left;
  transition: opacity 0.3s ease 0s;
  opacity: 1;
  position: absolute;
  z-index: 6008;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.modalWrapper a.closeDialog {
  position: fixed;
  top: -45px;
  right: -30px;
  z-index: 3;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  opacity: 0.9;
  -webkit-transition: opacity .2s ease,transform .2s ease;
  -moz-transition: opacity .2s ease,transform .2s ease;
  -o-transition: opacity .2s ease,transform .2s ease;
  transition: opacity .2s ease,transform .2s ease;
}
.modalWrapper a.closeDialog:hover {
  opacity: 1;
  transform: rotate(90deg);
}
.modalContainer {
  display: block;
  position: relative;
  width: 100%;
  font-size: 0;
  background: #f9f9fb;
  border-radius: 4px;
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  cursor: default;
  -moz-animation: modalContainer .1s ease;
  -webkit-animation: modalContainer .1s ease;
  animation: modalContainer .1s ease;
}
@keyframes modalContainer {
  0% {
      -moz-transform: translateY(10px);
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
      opacity: 0;
      animation-timing-function: linear;
    }
 100% {
      -moz-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1;
      animation-timing-function: linear;
    }
}
.modalContainer .modalContainerContent {
  display: inline-block;
  width: 60%;
  padding: 30px;
  position: relative;
  vertical-align: middle;
  text-align: center;
}
.modalContainer .modalContainerContent h2 {
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 28px;
}
.modalContainer .modalContainerContent p {
  font-size: 16px;
}
.modalContainer .modalContainerContent .signUpMeta {
  margin-top: 20px;
}
.modalContainer .modalContainerContent .signUpMeta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}
.modalContainer .modalContainerContent .signUpMeta ul li {
  color: inherit;
}
.modalContainer .modalContainerImage {
  display: inline-block;
  overflow: hidden;
  width: 40%;
  min-height: 400px;
  vertical-align: middle;
  background-image: url(../../assets/images/heroes/home_hero_background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
}
.modalContainer .modalContainerImage:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #353b47;
  opacity: .8;
  z-index: 1;
}
.modalContainer .modalContainerImage img {
  display: inline-block;
  max-width: 480px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 30px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 880px) {
  .modalWrapper a.closeDialog {
    color: #ed344e;
    top: 15px;
    right: 30px;
  }
  .modalContainer .modalContainerContent {
    width: 100%;
  }
  .modalContainer .modalContainerImage {
    display: none;
  }
}

/* ----------------------------------------------------------------
LAYOUTS/GRID RESPONSIVE
-----------------------------------------------------------------*/
@media (max-width: 599px) {
  .hidexs{display:none!important;}
}
@media (min-width: 600px) {
  .hidegtxs{display:none!important;}
}
@media (min-width: 600px) and (max-width: 959px) {
  .hidesm{display:none!important;}
}
@media (min-width: 960px) {
  .hidegtsm{display:none!important;}
}
@media (min-width: 960px) and (max-width: 1279px) {
  .hidemd{display:none!important;}
}
@media (min-width: 1280px) {
  .hidegtmd{display:none!important;}
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .hidelg {display: none!important;}
}
@media screen\0  and (min-width: 1920px) {
  .hidegtlg {display: none!important;}
}
@media (min-width: 1920px) {
  .hidexl {display: none!important;}
}

/* ----------------------------------------------------------------
MARKETING SITE
-----------------------------------------------------------------*/
.tourContent svg {
  display: inline-block;
  float: left;
  height: 38px;
  margin-bottom: 20px;
  outline: none;
}

/* ----------------------------------------------------------------
Landing Page Header
-----------------------------------------------------------------*/

.landingPageHeader {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: 24px 60px;
}

.landingPageHeader .logo, .landingPageHeader .logo a, .landingPageHeader .logo a img {
  display: inline-block;
  width: 120px;
  max-width: 120px;
  height: 34px;
  outline: none;
}

@media only screen and (max-width: 768px) { 
  .landingPageHeader {
    padding: 24px 16px;
  }
}

/* ----------------------------------------------------------------
Happy Customers Section
-----------------------------------------------------------------*/
.happyCustomersSection {
  text-align: center;
}

.happyCustomersLogos {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  gap: 8px;
}

@media only screen and (max-width: 768px) { 
  .happyCustomersLogos {
    flex-direction: column;
    padding: 0;
  }
}

/* ----------------------------------------------------------------
Testimonial Section
-----------------------------------------------------------------*/
.testimonialSection {
  background: #3698E433;
  text-align: center;
  color: #171A1D;
  padding: 64px 0;
  margin: 64px 0;
}

.testimonialWrapper {
  max-width: 800px;
  margin: 0 auto;
}

.testimonialSection .quote {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}
.testimonialSection .author {
  font-size: 14px;
  font-weight: 700;
}
.testimonialSection .authorTitle {
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 768px) { 
  .testimonialSection {
    padding: 32px 16px;
    margin: 32px 0;
  }
  .testimonialSection .quote {
    font-size: 24px;
  }
  
}

/* ----------------------------------------------------------------
Pricing Plan Card Section
-----------------------------------------------------------------*/
.pricingPlanLanding .row {
  display: flex;
  justify-content: center;
  gap: 32px;
  align-items: start;
}

.pricingPlanLanding .row::after {
  display: none;
}

.pricingPlanTabs {
  display: none;
}

.pricingPlanTab {
  background: transparent;
  border-bottom: 1px solid #E5E5E5;
  color: #3698E4;
  padding: 8px 42px;
  width: 115px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.pricingPlanTab.active {
  background: #F7F8FA;
  border-bottom: 1px solid #3698E4;
}

.pricingPlanCard {
  position: relative;
  padding: 24px 32px;
  border: 1px solid #E5E5E5;
  border-radius: 44px;
  width: 100%;
}

.pricingPlanCard:hover {
  border: 3px solid #3698E4;
}

.pricingPlanBadge {
  position: absolute;
  top: 24px;
  right: 32px;
  background: #EEF2FF;
  border-radius: 24px;
  padding: 4px 12px;
  color: #3698E4;
}

.pricingPlanText, .pricingPlanFeatures {
  margin-bottom: 24px;
  border-bottom: 1px solid #E5E5E5;
}

.pricingPlanHeader {
  color: #3698E4;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.pricingPlanCost {
  font-weight: 700;
  font-size: 38px;
  line-height: 44px;
  color: #171717;
}

.pricingPlanCost span {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #A3A3A3;
  margin-left: 8px;
}

.pricingPlanDescription {
  color: #737373;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.pricingPlanFeatures .checklist li, .pricingPlanAdditional .checklist li {
  font-size: 16px;
  line-height: 24px;
  color: #404040;
}

.pricingPlanAdditional {
  margin-bottom: 24px;
}

.pricingPlanLanding .pricingPlanCard .button.buttonRaised {
  display: block;
  background: white!important;
  color: #3698E4!important;
}

.pricingPlanLanding .pricingPlanCard .button.buttonRaised:hover {
  background: #3698E4!important;
  color: white!important;
}

@media only screen and (max-width: 768px) { 
  .pricingPlanTabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 32px auto;
  }

  .pricingPlanCard {
    display: none;
    margin: 0 32px;
  }

  .pricingPlanCard.active {
    display: block;
  }
}

/* ----------------------------------------------------------------
Collapsible Section
-----------------------------------------------------------------*/

.faqLanding {
  margin: 64px auto;
  background: #F5F8FA;
}

.faqLanding h2 {
  font-size: 32px;
}

.faqLanding .container {
  padding: 32px;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  background: white;
}

.faqLanding .collapsible-wrapper {
  border-bottom: 1px solid #E5E5E5;
}

.faqLanding .collapsible-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  cursor: pointer;
}

.faqLanding .collapsible-title h3 {
  margin: 0;
  color: #171A1D;
  font-weight: 500;
}

.faqLanding .collapsible-title .active .icon-angledown {
  transform: rotate(180deg);
}

.faqLanding .collapsible-title h2 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0;
}

.faqLanding .collapsible-content {
  color: #737373;
  font-weight: 400;
  padding: 16px;
  margin-bottom: 0;
  display: none;
}

@media only screen and (max-width: 768px) { 
  .faqLanding h2 {
    line-height: 140%;
  }
}

/* ----------------------------------------------------------------
TABS
-----------------------------------------------------------------*/
.tabContainer .tabContent {
  display: none;
}
.tabContainer .tabContent.showTab {
  display: block;
}

@media (min-width: 959px) {
  body.mobileMenuPopUpOpen #intercom-container {
    display: none!important;
  }
}