@import url('https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url("https://use.typekit.net/srx4pmd.css");

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*==========================================================================
FONTS   FONTS   FONTS   FONTS   FONTS   FONTS   FONTS   FONTS   FONTS   
==========================================================================*/
@font-face {
  font-family: 'PalmCanyonDrive-Regular';
  src: url('https://558462.fs1.hubspotusercontent-na1.net/hubfs/558462/2018%20Assets/fonts/palmcanyondrive_regular.otf') format('opentype'),  
    url('https://558462.fs1.hubspotusercontent-na1.net/hubfs/558462/2018%20Assets/fonts/palmcanyondrive_regular-1.woff') format('woff'),
    url('https://558462.fs1.hubspotusercontent-na1.net/hubfs/558462/2018%20Assets/fonts/palmcanyondrive_regular.woff2') format('woff2'), 
    url('https://558462.fs1.hubspotusercontent-na1.net/hubfs/558462/2018%20Assets/fonts/palmcanyondrive_regular-1.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Modern Pictograms';
  src: url('//558462.fs1.hubspotusercontent-na1.net/hubfs/558462/2018%20Assets/fonts/modernpictogramspro_234.eot');
  src: url('//558462.fs1.hubspotusercontent-na1.net/hubfs/558462/2018%20Assets/fonts/modernpictogramspro_234.eot#iefix') format('embedded-opentype'), url('//558462.fs1.hubspotusercontent-na1.net/hubfs/558462/2018%20Assets/fonts/modernpictogramspro_234.woff') format('woff'), url('//558462.fs1.hubspotusercontent-na1.net/hubfs/558462/2018%20Assets/fonts/modernpictogramspro_234.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'BrandonText-Bold';
  src: url('https://558462.fs1.hubspotusercontent-na1.net/hubfs/558462/2018%20Assets/fonts/BrandonText-Bold.eot#iefix') format('embedded-opentype'),  
    url('https://558462.fs1.hubspotusercontent-na1.net/hubfs/558462/2018%20Assets/fonts/BrandonText-Bold.otf')  format('opentype'),
    url('https://558462.fs1.hubspotusercontent-na1.net/hubfs/558462/2018%20Assets/fonts/BrandonText-Bold.woff') format('woff'), 
    url('https://558462.fs1.hubspotusercontent-na1.net/hubfs/558462/2018%20Assets/fonts/BrandonText-Bold.ttf')  format('truetype'), 
    url('https://558462.fs1.hubspotusercontent-na1.net/hubfs/558462/2018%20Assets/fonts/BrandonText-Bold.svg#BrandonText-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BrandonText-Medium';
  src: url('https://558462.fs1.hubspotusercontent-na1.net/hubfs/558462/2018%20Assets/fonts/BrandonText-Medium.eot#iefix') format('embedded-opentype'),  
    url('https://558462.fs1.hubspotusercontent-na1.net/hubfs/558462/2018%20Assets/fonts/BrandonText-Medium.otf')  format('opentype'),
    url('https://558462.fs1.hubspotusercontent-na1.net/hubfs/558462/2018%20Assets/fonts/BrandonText-Medium.woff') format('woff'), 
    url('https://558462.fs1.hubspotusercontent-na1.net/hubfs/558462/2018%20Assets/fonts/BrandonText-Medium.ttf')  format('truetype'), 
    url('https://558462.fs1.hubspotusercontent-na1.net/hubfs/558462/2018%20Assets/fonts/BrandonText-Medium.svg#BrandonText-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BrandonText-Regular';
  src: url('https://558462.fs1.hubspotusercontent-na1.net/hubfs/558462/2018%20Assets/fonts/BrandonText-Regular.eot#iefix') format('embedded-opentype'),  
    url('https://558462.fs1.hubspotusercontent-na1.net/hubfs/558462/2018%20Assets/fonts/BrandonText-Regular.otf')  format('opentype'),
    url('https://558462.fs1.hubspotusercontent-na1.net/hubfs/558462/2018%20Assets/fonts/BrandonText-Regular.woff') format('woff'), 
    url('https://558462.fs1.hubspotusercontent-na1.net/hubfs/558462/2018%20Assets/fonts/BrandonText-Regular.ttf')  format('truetype'), 
    url('https://558462.fs1.hubspotusercontent-na1.net/hubfs/558462/2018%20Assets/fonts/BrandonText-Regular.svg#BrandonText-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*==========================================================================
FONTS   FONTS   FONTS   FONTS   FONTS   FONTS   FONTS   FONTS   FONTS   
==========================================================================*/


/*==========================================================================
GLOBAL  GLOBAL  GLOBAL  GLOBAL  GLOBAL  GLOBAL  GLOBAL  GLOBAL  GLOBAL
==========================================================================*/
body {
  color: #1f274a;
  font-family: realist, sans-serif;
  font-size: 16px;
  line-height: 1.44;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: realist, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: .25rem;
}

h1 { font-size: 36px; }
h2 { font-size: 32px; }
h3 { font-size: 28px; }
h4 { font-size: 21px; }
h5 { font-size: 16px; }

p.lead{
  font-size:1.25rem;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.image-content__image img {
  border-radius: .5rem;
}

.row-fluid [class*="span"] {
  min-height: 0;
}
.row-fluid [class*="span"].widget-type-space {
  min-height: 1px;
}

.plum-main-heading h1,
.plum-main-heading h2,
.plum-main-heading h3 {
  color: #1f274a;
  font-size: 36px;
  font-family: realist, sans-serif;
  line-height: 1.44;
  margin: 0;
  text-align: center;
}

.hs-cta-wrapper,
.hs-cta-node {
/*   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .hs-cta-wrapper,
  .hs-cta-node {
    display: inline-block;
  }
}

.client-logos {
  background: transparent linear-gradient(180deg, #0CA7AC 0%, #55BCBF 22%, #55BCBF 100%) 0% 0% no-repeat padding-box;
}

/* .stats-group {
  display: flex !important;
  flex-flow: row wrap;
}

 .stats-group > .row-fluid-wrapper > .row-fluid > .stats-module-parent {
  flex: 1 0 0%;
  margin-bottom: 0;
} */

.stats-module-body {
  flex: 1 1 auto;
  min-height: 1px;
}

.stats-module-body h4 {
  font-weight: normal;
}

.stats-module {
  border-radius: 1rem;
  padding: 2rem 2rem 3rem !important;
}

.stats-module-teal {
  background: #55BCBF;
}

.stats-module-yellow {
  background: #F7DB77;
  color: #0F0D30
}

.stats-module h2 {
  text-align: center;
}

@media only screen and (max-width: 1168px) {
  .stats-module {
  border-radius: 0;
  }
}

.stats-module-parent {
  position: relative;
  border-radius: 1rem;
  padding: 2rem 2rem 2rem !important;
  flex-direction: column;
  min-width: 0;
  min-height: 325px !important;
  margin-top: 7px;
  margin-bottom: 8px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .stats-module-parent {
    max-width: 360px;
    min-height: 0px; !important;
    margin-left: auto !important;
    margin-right: auto;
  }
}

.stats-module-midnight {
  background: #1f274a;
  color: #ffffff
}

/*==========================================================================
GLOBAL  GLOBAL  GLOBAL  GLOBAL  GLOBAL  GLOBAL  GLOBAL  GLOBAL  GLOBAL
==========================================================================*/


/*==========================================================================
HEADER  HEADER  HEADER  HEADER  HEADER  HEADER  HEADER  HEADER  HEADER  
==========================================================================*/
.header-container-wrapper {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.fixed-header {
  position: fixed;
  top: 0;
  width: 100% !important;
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(75px);
  -webkit-backdrop-filter: blur(75px);
  transition: .5s;
}

.span12.widget-span.widget-type-cell.header > .row-fluid-wrapper:last-child {
  height: 0;
  overflow: hidden;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  -webkit-transition: height 0.3s;
}

.span12.widget-span.widget-type-cell.logo-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 15px;
}

.logo-wrapper .custom-logo {
  display: block;
  width: 120px;
}

.hamburger {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  height: 32px;
  width: 32px;
  position: relative;
}

.hamburger__top,
.hamburger__mid,
.hamburger__bot {
  background-color: #FFF;
  display: block;
  height: 2px;
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hamburger__top {
  -webkit-transform: translate(-50%, -8px);
  -ms-transform: translate(-50%, -8px);
  transform: translate(-50%, -8px);
}

.hamburger__bot {
  -webkit-transform: translate(-50%, 6px);
  -ms-transform: translate(-50%, 6px);
  transform: translate(-50%, 6px);
}

.hamburger.open .hamburger__top {
  -ms-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  -webkit-transform: translate(-50%, 0) rotate(45deg);
}

.hamburger.open .hamburger__mid {
  opacity: 0;
}

.hamburger.open .hamburger__bot {
  -ms-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
}

.menu-wrapper {
  background-color: #E8EEF0;
  padding: 30px;
  border-radius: .75rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit-flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.menu-wrapper .row-fluid-wrapper.row-depth-1.row-number-6 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-order: 2;
  width: 100%;
}

.menu-wrapper .row-fluid-wrapper.row-depth-1.row-number-7 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-order: 1;
  width: 100%;
}

.menu-wrapper .hs-menu-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body:not(.wwp) .menu-wrapper .hs-menu-wrapper ul li.hs-menu-depth-1 {
  border-bottom: 1px solid #99B3B9;
}

body:not(.wwp) .menu-wrapper .hs-menu-wrapper ul li.hs-item-has-children {
  -o-transition: height 0.3s;
  transition: height 0.3s;
  -webkit-transition: height 0.3s;
}

body:not(.wwp) .menu-wrapper .hs-menu-wrapper ul li.hs-item-has-children a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

body:not(.wwp) .menu-wrapper .hs-menu-wrapper ul li.hs-item-has-children > a {
  position: relative;
}

body:not(.wwp) .menu-wrapper .hs-menu-wrapper > ul > li.hs-item-has-children > a::after {
  margin-left: 5px;
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body:not(.wwp) .menu-wrapper .hs-menu-wrapper ul li.hs-item-has-children > a.open::after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.menu-wrapper .hs-menu-wrapper ul li a {
  color: #0F0D30;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0;
  text-decoration: none;
}

.menu-wrapper .hs-menu-wrapper ul .hs-menu-children-wrapper {
  padding-left: 20px;
}

.header-actions .hs-cta-wrapper,
.header-actions .hs-cta-node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
}

.header-actions .btn {
  margin-bottom: 15px !important;
}

.header-actions .cta_button {
  padding: 10px 25px !important;
}

@media (min-width: 560px) {
  .header-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }

  .header-actions .hs-cta-wrapper {
    width: 48%;
  }
}

@media (min-width: 1024px) {
  body:not(.wwp) .span12.widget-span.widget-type-cell.header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 30px 0px 32px;
  }

  body:not(.wwp) .span12.widget-span.widget-type-cell.header > .row-fluid-wrapper:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: none;
    flex: none;
    -webkit-flex: none;
    margin-right: 60px;
  }

  body:not(.wwp) .span12.widget-span.widget-type-cell.header > .row-fluid-wrapper:last-child {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -webkit-flex-grow: 2;
    height: auto !important;
    overflow: initial !important;
  }

  body:not(.wwp) .logo-wrapper > .row-fluid-wrapper:last-child {
    display: none;
  }

  body:not(.wwp) .span12.widget-span.widget-type-cell.logo-wrapper {
    padding: 0;
  }

  body:not(.wwp) .span12.widget-span.widget-type-cell.menu-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0;
  }

  body:not(.wwp) .menu-wrapper .hs-menu-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    position: relative;
  }

  body:not(.wwp) .menu-wrapper .hs-menu-wrapper ul li.hs-menu-depth-1 {
    border-bottom: 0;
  }

  body:not(.wwp) .menu-wrapper .hs-menu-wrapper > ul > li {
    margin: 0 15px;
    padding: 10px 0;
  }

  body:not(.wwp) .menu-wrapper .hs-menu-wrapper > ul > li:hover > .hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
  }

  body:not(.wwp) .menu-wrapper .hs-menu-wrapper > ul > li:hover > .hs-menu-children-wrapper:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #29153E;
    position: absolute;
    bottom: 100%;
    left: 30px;
    display: block;
  }
  /* TERTIARY MENU */
  body:not(.wwp) .menu-wrapper .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li.hs-menu-depth-2.hs-item-has-children {
    position: relative;
  }
  body:not(.wwp) .menu-wrapper .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li.hs-menu-depth-2.hs-item-has-children > .hs-menu-children-wrapper {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 100%;
    padding-left: 7px;
  }
  body:not(.wwp) .menu-wrapper .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li.hs-menu-depth-2.hs-item-has-children:hover > .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
  }
  body:not(.wwp) .menu-wrapper .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li.hs-menu-depth-2.hs-item-has-children:hover > .hs-menu-children-wrapper:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 30px;
    display: block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #29153E;
    top: 10px;
    left: 0;
  }

  body:not(.wwp) .menu-wrapper .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li.hs-menu-depth-2.hs-item-has-children > a::after {
    transform: rotate(-90deg);
  }

  body:not(.wwp) .menu-wrapper .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper a {
    white-space: nowrap;
  }

  body:not(.wwp) .menu-wrapper .hs-menu-wrapper ul li a {
    padding: 0;
  }

  body:not(.wwp) .menu-wrapper .hs-menu-wrapper ul .hs-menu-children-wrapper {
    /* background-color: #29153E; moved to child li a */
    position: absolute;
    padding: 10px 0;
    padding: 0px 0px;
    opacity: 0;
    top: 40px;
    visibility: hidden;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
  }
/*   body:not(.wwp) .menu-wrapper .hs-menu-wrapper ul .hs-menu-children-wrapper li a { */
/*     color: #fff; */
/*     background-color: #29153E; */
/*   } */

  body:not(.wwp) .menu-wrapper .hs-menu-wrapper ul .hs-menu-children-wrapper li a {
    background-color: #E8EEF0;
    padding: 8px 16px;
    min-width:230px;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }

  body:not(.wwp) .menu-wrapper .hs-menu-wrapper ul .hs-menu-children-wrapper li a:hover {
    border-left: 4px solid #F7DB77;
  }

  body:not(.wwp) .header-actions {
    padding-bottom: 0;
  }

  body:not(.wwp) .header-actions .hs-cta-wrapper,
  .header-actions .hs-cta-wrapper {
    width: auto;
    margin-left: 12px;
  }

  body:not(.wwp) .header-actions .btn,
  .header-actions .btn {
    margin-bottom: 0 !important;
  }

  .menu-wrapper .row-fluid-wrapper.row-depth-1.row-number-6 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-order: 1;
    width: auto;
  }

  .menu-wrapper .row-fluid-wrapper.row-depth-1.row-number-7 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-order: 2;
    width: auto;
  }
}

@media (min-width: 1400px) {
  body:not(.wwp) .menu-wrapper .hs-menu-wrapper > ul > li {
    margin: 0 20px;
  }
  body:not(.wwp) .menu-wrapper .hs-menu-wrapper > ul > li:first-child {
    margin-left: 0;
  }
}

@media (max-width: 1023px) {
  body:not(.wwp) .menu-wrapper {
    display: block !important;
  }
  .header-actions {
    padding: 30px 0;
  }
  .menu-wrapper .hs-menu-wrapper ul .hs-menu-children-wrapper {
    display: none;
  }
  .span12.widget-span.widget-type-cell.header > .row-fluid-wrapper:last-child {
    display: none;
    height: auto;
    overflow: hidden;
    -o-transition: none;
    transition: none;
    -webkit-transition: none;
  }
}
/*==========================================================================
HEADER  HEADER  HEADER  HEADER  HEADER  HEADER  HEADER  HEADER  HEADER  
==========================================================================*/


/*==========================================================================
HELPERS     HELPERS     HELPERS     HELPERS     HELPERS     HELPERS
==========================================================================*/
.page-center {
  float: none !important;
  max-width: 1170px !important;
  margin: 0 auto !important;
  padding:0 15px;
}

.page-center-wide {
  float: none !important;
  max-width: 1450px !important;
  margin: 0 auto !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.light-grey {
  background-color: #FCFAFC;
}
.bg-white{
  background-color: #FFFFFF;
}
.bg-dirty-white{
  background-color: #F8F8F8;
}
.bg-green{
  background-color: #90D4BE;
}

.c-purple{
  color: #802571;
}
.c-purple2{
  color: #A36598;
}
.c-dark-purple{
  color: #29153E;
}
.c-white{
  color: #FFFFFF;
}
.c-brown{
  color: #00bec0;
}

.text-center{
  text-align:center;
}

@media (max-width: 768px) {
.four-wide img{
   width: 50%;
   min-width: 250px;
   display:block;
   margin-left: auto;
   margin-right: auto;
  }
}

.hide {
  display: none;
}
/*==========================================================================
HELPERS     HELPERS     HELPERS     HELPERS     HELPERS     HELPERS
==========================================================================*/


/*==========================================================================
BUTTON      BUTTON      BUTTON      BUTTON      BUTTON      BUTTON  
==========================================================================*/
.btn {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  color: #FFF;
  cursor: pointer;
  font-family: realist, sans-serif;
  padding: 12px 16px;
  outline: none;
  border-radius: .75rem;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition: 0.4s;
/*   width: 100%; */
}

.btn--lined {
  border-radius: 0;
  border-bottom: 1px solid #414042;
  background-color: transparent;
  color: #414042;
}

.btn--primary {
  background-color: #803278;
}
.btn--primary:hover { background-color: #902E86; }

.btn--secondary { background-color: #55BCBF; }

.btn--secondary:hover {
  background-color: #5DD0D3;
}
.btn--tertiary { 
  background-color: #F7DB77;
  color: #0F0D30;
}
.btn--green { background-color: #20A97D; }
.btn--yellow { background-color: #D8963B; }
.btn--purple {background-color: #7F1475;}
.btn--darkpurple {background-color: #2D1744;}
.btn--plumpurple {background-color: #7E3876;}

.btn--outlined { 
  background-color: transparent !important;
  color: #FFF;
  box-shadow: inset 0 0 0 2px #FFF;
  -webkit-box-shadow: inset 0 0 0 2px #FFF;
}

.btn--left {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.btn--left:after {
  content: "\f061";
  display: inline;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
}

.btn--block {
  display: block;
  width: 100%;
}

.btn--outlined-primary {
  box-shadow: inset 0 0 0 2px #0F0D30;
  -webkit-box-shadow: inset 0 0 0 2px #0F0D30;
  color: #0F0D30;
}

.white .btn--outlined-primary {
  box-shadow: inset 0 0 0 2px #fff;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}

@media (min-width: 768px) {
  .btn { width: auto; }
}

/*==========================================================================
BUTTON      BUTTON      BUTTON      BUTTON      BUTTON      BUTTON  
==========================================================================*/

.hs-input {
  color: #0F0D30;
  background-color: rgb(255,255,255,.7);
  background-clip: padding-box;
  border: 1px solid #0F0D30;
  border-radius: 0.53rem !important;
}

 .hs-fieldtype-text input.hs-input {
  width: 100%;
}

/*==========================================================================
BANNER   BANNER   BANNER   BANNER   BANNER   BANNER   BANNER   BANNER   
==========================================================================*/
.hero-banner {
  background-position: bottom right;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 2rem 0;
   
/* background: linear-gradient(117deg, rgba(252,244,204,0.64) 0%, rgba(244,254,253,0.37) 35%, rgba(225,251,250,1) 100%); */
}
.hero-banner-sm {
  padding: 1.5rem 0;
}
.home-banner {
  background-image: url('https://www.plum.io/hubfs/bg-hero-homepage.png'), linear-gradient(to bottom right, rgba(252,244,204, 1), rgba(244,254,253, .4), rgba(225,251,250, .7));
}

.yellow-banner {
  background-image: url('https://www.plum.io/hubfs/bg-hero-generic-yellow.png'), linear-gradient(to bottom right, rgba(252,244,204, 1), rgba(252,244,204, .45), rgba(252,244,204, .8));
}

.teal-banner {
  background-image: url('https://www.plum.io/hubfs/bg-hero-generic-teal.png'), linear-gradient(to bottom right, rgba(225,251,250, 1), rgba(225,251,250, .6), rgba(225,251,250, .9));
}

.why-plum-banner {
  background-image: url('https://www.plum.io/hubfs/bg-hero-why-plum.png'), linear-gradient(90deg, rgba(225,251,250,1) 0%, rgba(225,251,250,0.2) 45%, rgba(225,251,250,1) 100%);
}

.quantify-job-fit-banner {
  background-image: url('https://www.plum.io/hubfs/bg-hero-quantify-job-fit.png'), linear-gradient(to bottom right, rgba(225,251,250, 1), rgba(225,251,250, .6), rgba(225,251,250, .9));
}

.team-insights-banner {
  background-image: url('https://www.plum.io/hubfs/bg-hero-team-insights.png'), linear-gradient(to bottom right, rgba(252,244,204, 1), rgba(252,244,204, .45), rgba(252,244,204, .8));
}

.lp-banner {
  background-image: url('https://www.plum.io/hubfs/bg-hero-lp.png'), linear-gradient(to bottom right, rgba(252,244,204, 1), rgba(252,244,204, .45), rgba(252,244,204, .8));
  background-position: bottom left !important;
}

.employee-dev-banner {
  background-image: url('https://www.plum.io/hubfs/bg-hero-employee-dev.png'), linear-gradient(to bottom right, rgba(252,244,204, 1), rgba(252,244,204, .45), rgba(252,244,204, .8));
  background-position: bottom left !important;
}

.ta-banner {
  background-image: url('https://www.plum.io/hubfs/bg-hero-ta.png'), linear-gradient(to bottom right, rgba(252,244,204, 1), rgba(252,244,204, .45), rgba(252,244,204, .8));
  background-position: bottom left !important;
}

.workforce-planning-banner {
  background-image: url('https://www.plum.io/hubfs/bg-hero-workforce-planning.png'), linear-gradient(to bottom right, rgba(252,244,204, 1), rgba(252,244,204, .45), rgba(252,244,204, .8));
}

.succession-planning-banner {
  background-image: url('https://www.plum.io/hubfs/bg-hero-succession-planning.png'), linear-gradient(to bottom right, rgba(252,244,204, 1), rgba(252,244,204, .45), rgba(252,244,204, .8));
}

.internal-mobility-banner {
  background-image: url('https://www.plum.io/hubfs/bg-hero-internal-mobility.png'), linear-gradient(to bottom right, rgba(252,244,204, 1), rgba(252,244,204, .45), rgba(252,244,204, .8));
}

.rainbow-banner {
  background-image: url('https://www.plum.io/hubfs/bg-hero-rainbow.png'), linear-gradient(to bottom right, rgba(225,251,250, 1), rgba(225,251,250, .6), rgba(225,251,250, .9));
}

.holiday-banner {
  background-image: url('https://use.plum.io/hubfs/FY22_holiday%20LP_hero@2x-1.png');
  background-color: #fff;
  background-size: cover;
  background-position: bottom right !important;
}

.siop-banner {
  background-image: url('https://use.plum.io/hubfs/FY23_SIOP%20Web%20Banner_v3@2x.png');
  background-color: #0f0d30;
  background-position: top left !important;
}

.banner {
  padding: 200px 15px 120px;
  text-align: center;
}

.banner__short {
  padding: 100px 15px 25px !important;
  text-align: center;
  background-position: bottom right;
  background-size: cover;
}

.banner__blog {
  padding: 16px 15px 120px;
  background-color: #f8f8f8;
}

.banner__wrapper {
  max-width: 780px;
  margin: 0 auto;
}

.banner__title {
  font-size: 30px;
  line-height: 1.17;
  margin: 0;
  word-wrap: normal;
}

.banner__desc {
  margin: 30px 0;
}

.banner__actions .btn {
  margin-bottom: 16px;
}

@media (min-width: 576px) {
.banner__title { font-size: 32px; }
  
}
@media (min-width: 768px) {
  .banner { text-align: center; }
  .banner__title { font-size: 36px; }
  .banner__actions .btn { margin: 0 10px; }
}

.homepage-video-stage {
  padding: 3rem 0;
  border-top: 1px solid #CACED0;
/*   border-bottom: 1px solid #CACED0; */
}
/*==========================================================================
BANNER   BANNER   BANNER   BANNER   BANNER   BANNER   BANNER   BANNER   
==========================================================================*/


/*==========================================================================
SCIENCE   SCIENCE   SCIENCE   SCIENCE   SCIENCE   SCIENCE   SCIENCE   
==========================================================================*/
.science-listing {
  padding: 0 15px;    
}

.science-listing .image-content {
  margin: 100px 0;
}

.science-main {
  padding: 70px 15px 50px;
}

.science-main .title-subtitle {
  margin-bottom: 50px;
}

.science-list-icon-content {
  padding: 0 15px 60px;
}

.science-list-icon-content .icon-content {
  margin: 40px auto;
}
/*==========================================================================
SCIENCE   SCIENCE   SCIENCE   SCIENCE   SCIENCE   SCIENCE   SCIENCE  
==========================================================================*/


/*==========================================================================
IMAGE-CONTENT-REVERSIBLE    IMAGE-CONTENT-REVERSIBLE
==========================================================================*/
.image-content__image {
  max-width: 33%;
  margin-bottom: 24px;
  position: relative;
  text-align: center;
}

.image-max_200 {
    max-width: 200px;
}

.image-content__number {
  background-color: #29153E;
  border-radius: 50%;
  color: #FFF;
  position: absolute;
  font-size: 24px;
  font-weight: 900;
  left: 0;
  bottom: -12px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  z-index: 20;
}

.image-content__details {
  max-width: 67%;
}

.image-content__label {
  color: #A36598;
  font-size: 60px;
  margin-bottom: -10px;
}

.image-content__employeeinfo {
  max-width: 580px;
  text-align: center;
}

.image-content__jobtitle {
  font-size: 26px;
  text-transform: uppercase;
}

.image-content__employeename {
  font-size: 40px;
  letter-spacing: 1px;
  color: #93588e;
  margin: 0px;
  line-height: 0.9;
}

.image-content__title {
  margin: 0 0 16px;
  line-height: 1.3;
  letter-spacing: 1px;
}

.image-content__words {
  padding-top: 10px;
  font-style: italic;
  font-weight: bold;
}

@media (max-width: 991px) {
  .image-content__image {
    margin-right: auto;
    margin-left: auto;
    max-width: 50%;
  }
  .image-content__number {
    left: -45px;
    bottom: 12px;
  }

  .image-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .image-content__details {
    max-width: 100%;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .image-content.reverse .image-content__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-order: 1;
    margin-right: 0;
    margin-left: 40px;
  }

  .image-content.reverse .image-content__details {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-order: 0;
  }

  .image-content__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
  }

  .image-content__title {
    margin-top: 0;
  }

  .image-content__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-flex: none;
    margin-right: 40px;
    margin-bottom: 0;
  }
}
  
.border-t-primary {
  border-top: 1px solid #D0D0D0;
}

.border-b-primary {
  border-bottom: 1px solid #D0D0D0;
}
/*==========================================================================
IMAGE-CONTENT-REVERSIBLE    IMAGE-CONTENT-REVERSIBLE
==========================================================================*/


/*==========================================================================
TITLE-CONTENT CTA   TITLE-CONTENT CTA   TITLE-CONTENT CTA   
==========================================================================*/
.title-content-cta {
  color: #FFF;
  text-align: center;
  padding: 80px 15px;
  position: relative;
  overflow: hidden;
}

.title-content-cta::before {
  background-color: #000000;
  border-radius: 50%;
  content: "";
  display: none;
  opacity: 0.25;
  width: 600px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.title-content-cta__heading {
  font-family: realist, sans-serif;
  font-size: 48px;
  line-height: 48px;
  margin: 0;
}

.title-content-cta__desc {
  margin: 24px 0 30px;
}

.title-content-cta__wrap {
  margin: 0 auto;
  max-width: 520px;
  position: relative;
  z-index: 100;
}

@media (min-width: 768px) {
  .title-content-cta::before {
    display: block;
  }
}

/* WIDE VERSION - UV PAGE */

.title-content-cta-wide {
  color: #FFF;
  text-align: center;
  padding: 80px 15px;
  position: relative;
  overflow: hidden;
}

.title-content-cta-wide::before {
  background-color: #000000;
  border-radius: 50%;
  content: "";
  display: none;
  opacity: 0.25;
  width: 900px;
  height: 650px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.title-content-cta-wide__heading {
  font-family: realist, sans-serif;
  font-size: 48px;
  line-height: 48px;
  margin: 0;
}

.title-content-cta-wide__desc {
  margin: 24px 0 30px;
}

.title-content-cta-wide__wrap {
  margin: 0 auto;
  max-width: 750px;
  position: relative;
  z-index: 100;
}

@media (min-width: 768px) {
  .title-content-cta-wide::before {
    display: block;
  }
}

/* END WIDE VERSION - UV PAGE */

/* WIDEST VERSION - SAP AE PAGE */

.title-content-cta-widest {
  color: #FFF;
  text-align: center;
  padding: 80px 15px;
  position: relative;
  overflow: hidden;
}

.title-content-cta-widest::before {
  background-color: #000;
  border-radius: 50%;
  opacity: 0.25;
  content: "";
  display: none;
  width: 1000px;
  height: 900px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.title-content-cta-widest__heading {
  font-family: realist, sans-serif;
  font-size: 48px;
  line-height: 48px;
  margin: 0;
}

.title-content-cta-widest__desc {
  margin: 24px 0 30px;
}



@media (min-width: 768px) {
  
  .title-content-cta-widest__wrap {
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  z-index: 100;
  display: flex;
}
  
  .title-content-cta-widest::before {
    display: block;
  }
  
  .title-content-cta-widest__left {
  flex: 0 0 50%;
  }
  
  .title-content-cta-widest__right {
 flex: 1; 
}
  
}

@media (max-width: 768px) {
  
 .title-content-cta-widest__wrap {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  z-index: 100;
  display: block;
}
  
.title-content-cta-widest__right {
 display: none; 
}
  
   .title-content-cta-widest__left {
  text-align: center;
  }
  
}

/* END WIDEST VERSION - SAP AE PAGE */

/*==========================================================================
TITLE-CONTENT CTA   TITLE-CONTENT CTA   TITLE-CONTENT CTA   
==========================================================================*/


/*==========================================================================
TITLE-SUBTITLE  TITLE-SUBTITLE  TITLE-SUBTITLE  TITLE-SUBTITLE  
==========================================================================*/
.title-subtitle {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
}

.title-subtitle__heading,
.title-subtitle__subheading {
  margin: 0;
  font-family: realist, sans-serif;
}

.title-subtitle__heading {
  color: #A36598;
  font-family: "PalmCanyonDrive-Regular";
  font-size: 60px;
  font-weight: 400;
}

.title-subtitle__subheading {
  font-size: 40px;
  line-height: 48px;
}
/*==========================================================================
TITLE-SUBTITLE  TITLE-SUBTITLE  TITLE-SUBTITLE  TITLE-SUBTITLE  
==========================================================================*/


/*==========================================================================
ICON-CONTENT    ICON-CONTENT    ICON-CONTENT    ICON-CONTENT    ICON-CONTENT    
==========================================================================*/
.icon-content {
  max-width: 1024px;
  margin: 0 auto;
}

.icon-content__imgwrap {
  margin: 0 auto 30px;
  max-width: 160px;
}

.icon-content__title {
  font-family: realist, sans-serif;
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 40px;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .icon-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
  }

  .icon-content__imgwrap {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-flex: none;
    margin-right: 30px;
    max-width: auto;
    width: 160px;
  }
}
/*==========================================================================
ICON-CONTENT    ICON-CONTENT    ICON-CONTENT    ICON-CONTENT    ICON-CONTENT    
==========================================================================*/

/*==========================================================================
LARGE-ICON-CONTENT       
==========================================================================*/
.large-icon-content {
  max-width: 1000px;
  margin: 0 auto;
}

.large-icon-content__imgwrap {
  margin: 0 auto 80px;
  max-width: 220px;
}


.large-icon-content__title {
  font-family: realist-1, realist-2,sans-serif;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 40px;
  letter-spacing: 1px;
}



@media (min-width: 768px) {
  .large-icon-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
  }

  .large-icon-content__imgwrap {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-flex: none;
    margin-right: 30px;
    max-width: auto;
    width: 220px;
  }
}

/*==========================================================================
LARGE-ICON-CONTENT     
==========================================================================*/




/*==========================================================================
SCHEDULE CTA    SCHEDULE CTA    SCHEDULE CTA    SCHEDULE CTA        
==========================================================================*/
.schedule-cta {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 142px 15px 200px;
}

.schedule-cta .hs-cta-wrapper,
.schedule-cta .hs-cta-node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
}


.schedule-cta .btn {
  background-color: #7F1475 !important;   
}

.schedule-cta__wrapper {
  max-width: 430px;
}

.schedule-cta__title,
.schedule-cta__subtitle {
  margin: 0;
}

.schedule-cta__title {
  color: #DE998B;
  font-family: "PalmCanyonDrive-Regular";
  font-size: 60px;
  font-weight: 400;
  margin-bottom: -20px;
}



.schedule-cta__subtitle {
  color: #29153E;
  font-size: 48px;
  font-family: realist-1, realist-2,sans-serif;
  font-weight: 900;
  line-height: 48px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .schedule-cta .hs-cta-wrapper {
    width: auto;
  }

  .schedule-cta__title {
    font-size: 107px;
    margin-bottom: -30px;
  }
}
/*==========================================================================
SCHEDULE CTA    SCHEDULE CTA    SCHEDULE CTA    SCHEDULE CTA        
==========================================================================*/

/*==========================================================================
SCHEDULE CTA MINT      
==========================================================================*/
.banner-cta-mint {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 142px 15px 200px;
}

.banner-cta-mint .hs-cta-wrapper,
.banner-cta-mint .hs-cta-node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
}

.banner-cta-mint .btn {
  background-color: #20A97D !important;   
}

.banner-cta-mint__wrapper {
  max-width: 430px;
}

.banner-cta-mint__title,
.banner-cta-mint__subtitle {
  margin: 0;
}

.banner-cta-mint__title {
  color: #DE998B;
  font-size: 60px;
  font-weight: 400;
  margin-bottom: -20px;
}

.banner-cta-mint__subtitle {
  color: #29153E;
  font-size: 48px;
  font-family: realist, sans-serif;
  font-weight: 900;
  line-height: 48px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .banner-cta-mint .hs-cta-wrapper {
    width: auto;
  }

  .banner-cta-mint__title {
    font-size: 107px;
    margin-bottom: -30px;
  }
}
/*==========================================================================
SCHEDULE CTA MINT     
==========================================================================*/

/*=========================================================================
 BLOG CALLOUT
===========================================================================*/

.blog-callout-container {
  display: flex;
  align-items: center;
  border-radius: 16px;
  background-color: #def9f8;
  padding: 16px 32px;
}

.blog-callout-copy {
  width: 75%;
}

.blog-callout-copy h4, .blog-callout-copy p {
  margin: 0;
}

.blog-callout-button {
  width: 25%;
  text-align: right;
}

@media (max-width: 632px) {
  .blog-callout-container {
    display: block;
  }

  .blog-callout-copy {
    width: 100%;
    text-align: center;
  }

  .blog-callout-button {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}


/*=========================================================================
 BLOG CALLOUT
===========================================================================*/


/*==========================================================================
FOOTER  FOOTER  FOOTER  FOOTER  FOOTER  FOOTER  FOOTER  FOOTER  FOOTER  
==========================================================================*/
.footer {
  padding: 2.5rem 15px;
  background: #0F0D30;
  color: #ffffff
}

.footer h3 {
  text-align: center;
  margin-bottom: 1rem;
}

.footer-form {
  text-align: center;
}

.footer-form .submitted-message {
  margin-bottom: 20px;
}

.footer-form .form-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 24px;
  text-align: center;
  font-weight: 400;
}

.footer-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  position: relative;
  padding-bottom: 36px;
  margin-bottom: 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form .hs-form-field > label {
  display: none;
}

.footer-form .hs_submit {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-order: 2;
}

.footer-form .hs-form-field.hs_email {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-flex-grow: 2;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-order: 1;
}

.footer-form .hs-form-field.hs_email input {
  background: rgba(255,255,255,.25);
  color: #ffffff;
  border: none;
  border-right: 0;
  border-radius: 12px 0 0 12px;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding: 0 20px;
  width: 100%;
}

.footer-form .hs_submit input {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0 12px 12px 0;
  background-color: #F7DB77;
  cursor: pointer;
  color: #0F0D30;
  font-weight: bold;
  font-size: 15px;
  height: 50px;
  outline: none;
  padding: 0 24px;
  width: 100%;
}

.footer-form .hs_error_rollup {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-order: 0;
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  -webkit-flex-grow: 3;
  width: 100%;
  margin-bottom: 12px;
}

.footer-form .hs-form-field.hs_email .hs-error-msgs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-form .hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #FC7C76;
  text-align: center;
}

.footer-social-media {
  text-align: center;
  margin-bottom: 44px;
}

.footer-social-media__item {
  color: rgba(255,255,255,.8);
  font-size: 32px;
  text-decoration: none;
  margin: 0 20px;
}

.footer-social-media__item:hover {
  color: rgba(255,255,255,1);
}

.footer-menu-1 ul,
.footer-menu-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.footer-menu-1 ul {
  margin-bottom: 24px;
}

.footer-menu-1 ul li,
.footer-menu-2 ul li {
  text-align: center;
}

.footer-menu-1 ul li a {
  color: #ffffff;
  text-decoration: none;
}

.footer-menu-2 ul {
  margin-bottom: 32px;
}

.footer-menu-2 ul li a {
  color: #ffffff;
  text-decoration: none;
}

.footer-copyright {
  font-size: 12px;
  text-align: center;
}

.footer-menu-1 .hs-menu-wrapper > ul > li:last-child a {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  color: #ffffff;
  border: 2px solid #ffffff;
  cursor: pointer;
  font-weight: 900;
  padding: 12px 16px;
  margin: 0;
  outline: none;
  border-radius: 12px;
  display: inline-block;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-menu-1 ul,
  .footer-menu-2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-menu-1 ul li {
    margin: 0 10px;
  }

  .footer-menu-2 ul li {
    border-right: 1px solid #414042;
    line-height: 16px;
    padding: 0 10px;
  }

  .footer-menu-2 ul li:last-child {
    border-right: 0;
  }
}

@media (min-width: 992px) {
  .footer-menu-1 ul li {
    margin: 0 17px;
  }
}

a.footer-img-link {
  opacity: 0.8;
  vertical-align: top;
}

a.footer-img-link:hover {
  opacity: 1;
}

/*==========================================================================
FOOTER  FOOTER  FOOTER  FOOTER  FOOTER  FOOTER  FOOTER  FOOTER  FOOTER  
==========================================================================*/


/*==========================================================================
SOLUTIONS PAGE  SOLUTIONS PAGE  SOLUTIONS PAGE  SOLUTIONS PAGE  
==========================================================================*/
.solutions-banner .banner {
  background-position: center center;
  background-size: cover;
}

.solutions-listing {
  padding: 0 15px;    
}

.solutions-listing .image-content,.career-listing .image-content {
  margin: 100px 0;
}

.solutions-listing .image-content__details,.career-listing .image-content__details {
  max-width: 432px;
}

.solutions-listing .image-content__image,.career-listing .image-content__image {
  max-width: 400px;
}


.solutions-listing .image-content__desc,.career-listing .image-content__desc {
  margin: 16px 0 32px;
}

.solutions-demo-cta .schedule-cta {
  background-position: left center;
}

.solutions-demo-cta .schedule-cta .schedule-cta__title {
  font-size: 100px;
  margin-bottom: 0;
  line-height: 1.1;
}



/*==========================================================================
CAREERS PAGE  CAREERS PAGE  CAREERS PAGE  CAREERS PAGE  
==========================================================================*/
.career-content-intro .sub-title,.career-content-intro h2{
  font-size: 60px;
  line-height: 1.071;
}
.career-content-intro h2{
  margin: 0;
}
.career-content-intro .sub-title{
  font-family: realist, sans-serif;
}
.career-content-intro .copy{
  font-size: 20px;
  line-height: 1.6;
  color: #414042;
}
.career-content-intro .copy .cell-wrapper{
  max-width:850px;
  margin: 0 auto;
}
.current-openings-content{
  padding: 100px 15px;
}
.career-main-content{
  padding-top: 75px;
  padding-bottom: 140px;
  padding-left: 15px;
  padding-right: 15px;
}
.career_current_openings_wrapper{
  margin-top: 80px;
}
.career-openings-nav h3{
  font-size:24px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 20px 20px 0 20px;
}
.current-openings-content .tab_content_container{
  display:none;
}
.career-openings-nav{
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.career-openings-nav ul{
  list-style: none;
  padding: 0;
}
.career-openings-nav ul li{
  padding-left:20px;
  padding-right:20px;
}
.career-openings-nav ul li:hover,.career-openings-nav ul li.current_opening_link.active{
  background-color: rgba(163,101,152,0.10);
}
.career-openings-nav ul li a{
  color: #29153E;
  text-decoration: none;
  margin-bottom: 1rem;
  font-size: 16px;
  display:block;
}
.career_tab_content_wrapper .tab_content_container .title{
  font-size: 21px;
  line-height: 30px;
  font-family: realist, sans-serif;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
}
.career_tab_content_wrapper .tab_content_container .tab_content h2,.career_tab_content_wrapper .tab_content_container .tab_content h3{
  color: #29153E;
  line-height: 30px;
  font-weight: normal;
}
.career_tab_content_wrapper .tab_content_container .tab_content h2{
  font-size: 24px;
  letter-spacing: -0.33px;
  font-family: realist, sans-serif;
}
.career_tab_content_wrapper .tab_content_container .tab_content h3{
  font-family: realist, sans-serif;
  font-size: 20px;
}
.career_tab_content_wrapper .tab_content_container .tab_content{
  font-size: 16px;
  color: #414042;
}
.career_tab_content_wrapper .tab_content_container .tab_content ul{
  padding-left: 20px;
}
.career_tab_content_wrapper .tab_content_container .tab_content ul li{
  padding-bottom: 5px;
}
.career_slider > .hs_cos_wrapper_widget_container .hs_cos_wrapper_type_linked_image{
  display:inline-block;
  padding: 0 40px;
}
.career_slider{
  margin-top:75px;
}
.career_slider .slick-track{
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center!important;
  -webkit-box-align: center!important;
  align-items: center!important;

}
@media (min-width: 768px) {
  .solutions-demo-cta .schedule-cta .schedule-cta__title {
    font-size: 160px;
  }   
}

@media (min-width: 992px) {
  .solutions-listing .image-content {
    margin: 150px 0;
  }

  .solutions-listing .image-content__image,.career-listing .image-content__image {
    margin-right: 100px;
  }

  .solutions-listing .image-content.reverse .image-content__image,.career-listing .image-content.reverse .image-content__image  {
    margin-right: 0;
    margin-left: 100px;
  }

  .solutions-demo-cta .schedule-cta {
    background-position: center center;
  }

  .career-listing .image-content{
    margin: 75px 0;
  }
}


/* deprecated */
#HumiJobBoard .humi-job-board{
  font-family: realist, sans-serif !important;
  border: none !important;
}

#HumiJobBoard .humi-job-board-category-header-title {
/*   display: none !important; */
  font-size: 1.5rem !important;
}

#HumiJobBoard .humi-job-board-category-header-posting-count {
  text-transform: capitalize !important;
  font-size: 1rem !important;
}

#HumiJobBoard .humi-job-board-postings {
  padding-left: 0 !important;
}

#HumiJobBoard .humi-job-board-posting {
  margin-bottom: 2rem !important;
}

#HumiJobBoard .humi-job-board-posting-details {
  text-transform: capitalize !important;
  font-size:.875rem !important;
  font-weight: 400 !important;
  color: #709097 !important;
}

#HumiJobBoard a {
  color: #00B1FF;
  text-decoration: none;
}

#HumiJobBoard a:hover {
  color: #1C97CE;
}

#HumiJobBoard .humi-job-board-posting-title a {
  color: #0f0d30;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  text-decoration: none;
}

#HumiJobBoard .humi-job-board-posting-title a:hover {
  text-decoration: underline;
}

#HumiJobBoard footer {
  display: none !important;
}
/* end deprecated */

.whr-group {
  font-size: 21px;
}

.whr-title a{
  font-size: 1.125rem;
  color: #057CC6;
  text-decoration: none;
}

.whr-title a:hover{
  text-decoration: underline;
}

ul.whr-items {
 margin-top: 0; 
}

ul.whr-items h3 {
  margin-top: 0;
}

ul.whr-items, ul.whr-info {
  list-style: none;
  padding-left: 0;
}

li.whr-item {
 margin-bottom: 1rem; 
}

/*==========================================================================
CAREERS PAGE  CAREERS PAGE  CAREERS PAGE  CAREERS PAGE  
==========================================================================*/


/*==========================================================================
COMPANY PAGE    COMPANY PAGE    COMPANY PAGE    COMPANY PAGE    
==========================================================================*/
.company-main-content {
  padding-top: 90px;
}

.company-origin-listing {
  padding: 0 15px;    
}

.company-origin-listing .image-content {
  margin: 100px 0;
}

.company-story {
  padding: 90px 0 100px;
}

.company-story__heading h2,
.company-story__heading h3 {
  font-family: realist, sans-serif;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}

.company-story__list {
  padding: 0 15px;
}

@media (min-width: 992px) {
  .company-origin-listing .image-content .image-content__image {
    margin-right: 90px;
  }

  .company-origin-listing .image-content.reverse .image-content__image {
    margin-left: 90px;
    margin-right: 0;
  }
}
/*==========================================================================
COMPANY PAGE    COMPANY PAGE    COMPANY PAGE    COMPANY PAGE    
==========================================================================*/


/*==========================================================================
JOIN PLUM   JOIN PLUM   JOIN PLUM   JOIN PLUM   JOIN PLUM   JOIN PLUM   
==========================================================================*/
.join-plum {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 15px;
  text-align: center;
}

.join-plum__wrapper {
  max-width: 804px;
  margin: 0 auto;
}

.join-plum__heading {
  line-height: 48px;
  margin-top: 0;
  margin-bottom: 32px;
}
/*==========================================================================
JOIN PLUM   JOIN PLUM   JOIN PLUM   JOIN PLUM   JOIN PLUM   JOIN PLUM   
==========================================================================*/


/*==========================================================================
STORY-COMP  STORY-COMP  STORY-COMP  STORY-COMP  STORY-COMP  STORY-COMP  
==========================================================================*/
.story-comp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  min-height: 120px;
}

.story-comp__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 50%;
  position: relative;
  right: 10px;
}

.story-comp.reverse {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.story-comp.reverse .story-comp__wrap {
  right: auto;
  left: 9px;
}

.story-comp__draw {
  position: relative;
  width: 30%;
}

.story-comp__content {
  width: 70%;
}

.story-comp__circle {
  background-color: #FFF;
  border-radius: 20px;
  border: 3px solid #7F1475;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-flex: none;
  position: absolute;
  left: 0;
  z-index: 10;
}

.story-comp__dotted {
  border-top: 3px dotted #CCCCCC;
  width: 40%;
  position: absolute;
  top: 8px;
  left: 30px;
}

.story-comp__line {
  background-color: #CCCCCC;
  height: 100%;
  width: 3px;
  left: 8px;
  top: 2px;
  position: absolute;
}

.story-comp__date {
  color: #7F1475;
  font-family: realist, sans-serif;
  font-size: 21px;
  line-height: 0.9;
  text-transform: uppercase;
}

.story-comp__desc {
  font-size: 16px;
}

.story-comp__desc p {
  margin-bottom: 0;
  margin-top: 8px;
}

.story-comp.reverse .story-comp__draw {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-order: 1;
}

.story-comp.reverse .story-comp__circle {
  left: auto;
  right: 0;
}

.story-comp.reverse .story-comp__line {;
  left: auto;
  right: 8px;
}

.story-comp.reverse .story-comp__dotted {
  left: auto;
  right: 30px;
}

.story-comp.reverse .story-comp__content {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-order: 0;
  text-align: right;
}

@media (min-width: 768px) {
  .story-comp__dotted {
    width: 66%;
  }
}
/*==========================================================================
STORY-COMP  STORY-COMP  STORY-COMP  STORY-COMP  STORY-COMP  STORY-COMP  
==========================================================================*/


/*==========================================================================
STORY TODAY     STORY TODAY     STORY TODAY     STORY TODAY     
==========================================================================*/
.story-comp.today {
  min-height: 50px;
}

.story-comp.today .story-comp__circle {
  bottom: -10px;
}

.story-today {
  text-align: center;
}

.story-today__heading {
  font-family: realist, sans-serif;
  font-weight: 900;
  font-size: 40px;
  margin-top: 32px;
  margin-bottom: 0;
}

.story-today__content {
  font-size: 24px;
}
/*==========================================================================
STORY TODAY     STORY TODAY     STORY TODAY     STORY TODAY     
==========================================================================*/


/*==========================================================================
RIO CALCULATOR     RIO CALCULATOR   RIO CALCULATOR  RIO CALCULATOR     
==========================================================================*/
.row-fluid .no-minheight {
  min-height: 0;
  line-height: 0;
}
.roi-calculator .banner {
  font-style: normal;
  font-weight: 400;
  font-family: realist, sans-serif;
  font-size: 20px;
  line-height: 1.66667;
  text-align: center;
}
.roi-calculator .banner__wrapper {
  max-width: 820px;
}
.roi-calculator .banner__toptitle {
  font-size: 72px;
  line-height: 1;
  color: #732b6c;
  font-family: 'PalmCanyonDrive-Regular';
  font-weight: 400;
}
.roi-calculator .banner__title h1 {
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 15px;
  /*font-family: roboto, sans-serif;*/
  /*font-weight: 700;*/
}
.roi-calculator .banner__desc {
  margin-top: 0;
  margin-bottom: 65px;
}

@media screen and (min-width: 768px) {
  .roi-calculator__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .roi-calculator__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.roi-calculator__inputgroup {
  margin-bottom: 55px;
}
.roi-calculator__resultswrapper {
  padding: 40px 0;
}
.roi-calculator__col .col_innerwrapper {
  border-radius: 20px;
  height: 100%;    
  padding: 40px;
  text-align: left;
}
.roi-calculator__inputwrapper .col_innerwrapper {
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.15);
}
.roi-calculator__resultswrapper .col_innerwrapper{
  background-color: #29153e;
  border-radius: 0 20px 20px 0;
  color: #fff;
  padding-right: 95px;
  padding-bottom: 75px;
}
.roi-calculator__col h2 {
  text-transform: uppercase;
  margin: 0;
}
.roi-calculator__inputwrapper h2 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 40px;
  color: #414042;
}
.roi-calculator__resultswrapper h2 {
  font-size: 48px;
  line-height: 1;
}
.roi-calculator__upperinput {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .roi-calculator__upperinput {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .roi-calculator__labelwrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 65%;
  }
  .roi-calculator__input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
}
.roi-calculator__labelwrapper {
  position: relative;
}
.roi-calculator__label {
  padding-right: 25px;
  font-size: 21px;
  line-height: 1.42;
}
.roi-calculator__tticon {
  font-size: 14px;
  line-height: 20px;
  color: #cccccc;
  font-weight: 700;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 4px;
  cursor: pointer;
}
.roi-calculator__tooltip {
  position: absolute;
  height: auto;
  width: 100%;
  min-width: 220px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  background-color: #eadfe8;
  border-radius: 20px;
  padding: 10px;
  bottom: calc(100% + 15px);
  left: calc(100% - 10px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  line-height: normal;
  font-family: realist, sans-serif;
  color: #29153e;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
}
.roi-calculator__tticon:hover ~ .roi-calculator__tooltip {
  opacity: 1;
  visibility: visible;
}
.roi-calculator__tooltip:after {
  content: '';
  width: 0px;
  height: 0px;
  max-height: 100%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #eadfe8;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.roi-calculator__input {
  text-align: right;
}
.roi-calculator__input .input_inner {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.roi-calculator__input .field, .roi-calculator__input .ext {
  border: none;
  text-align: right;
  font-weight: 900;
  color: #29153e;
  font-family: realist, sans-serif;
  font-size: 21px;
  line-height: normal;
  width: 100%;
  min-width: 60px;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.roi-calculator__input .field {
  border-bottom-width: 2px;
  border-bottom-color: #732b6c;
  border-bottom-style: solid;
}
.roi-calculator__input .ext {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  min-width: 1px;
}
.turnover .roi-calculator__input .field {
  padding-right: 15px;
}
.turnover .roi-calculator__input .ext {
  right: 0;
}
.benefit-prfrmrs .roi-calculator__input .field {
  padding-left: 12px;
}
.benefit-prfrmrs .roi-calculator__input .ext {
  left: 0;
}
.roi-calculator__input .field::-webkit-outer-spin-button,
.roi-calculator__input .field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; 
}
.roi-calculator__input .field:focus, .roi-calculator__input .field:active, .roi-calculator__input .field:focus ~ .ext, .roi-calculator__input .field:active ~ .ext {
  outline: none;
  color: #29153e;
  border-bottom-color: #732b6c;
}
.roi-calculator__lowerinput .rangeslider--horizontal {
  width: 100%;
  height: 8px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.2);
  box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.2);
  border-radius: 4px;
}
.roi-calculator__lowerinput .rangeslider--horizontal .rangeslider__handle {
  height: 40px;
  width: 10px;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.25); 
  background-image: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.roi-calculator__lowerinput .rangeslider__handle:after {
  content: none;
}
.roi-calculator__lowerinput .rangeslider__fill {
  background-color: #90d4be;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.roi-calculator__lowerinput {
  position: relative;
}
.roi-calculator__lowerinput .default_val {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 10px;
  height: 8px;
  background-color: #732b6c;
  z-index: 1;
  /*-webkit-transform: translateX(-50%);*/
  /*-ms-transform: translateX(-50%);*/
  /*transform: translateX(-50%);*/
}

.actions .roi-calculator__input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
.actions .roi-calculator__input .btn {
  border: none;
  min-width: 225px;
  max-width: 100%;
}
.roi-calculator__subtext {
  font-family: realist, sans-serif;
  line-height: 1.6667;
  font-weight: 400;
  margin-bottom: 40px;
}
.roi-calculator__resultgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}
.roi-calculator__resultcopy {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.roi-calculator__resultimage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding-right: 35px;
}
.roi-calculator__resultimage img {
  max-height: 148px;
  width: auto;
}
.roi-calculator__resultsubtext {
  font-family: realist, sans-serif;
  font-size: 14px;
  line-height: 1.72;
  letter-spacing: 1.56px;
  text-transform: uppercase;
}
.roi-calculator__resultvalue {
  font-family: realist, sans-serif;
  font-size: 46px;
  line-height: 1;
  color: #d8963b;
  padding-bottom: 20px;
  word-wrap: break-word;
  overflow: hidden;
}
.roi-calculator__resultvalue .ext {
  float: left;
}
.roicalc-popup {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 21, 62, 0.7);
  -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleX(1.1) scaleY(1.1);
  -ms-transform: scaleX(1.1) scaleY(1.1);
  transform: scaleX(1.1) scaleY(1.1);
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
  -o-transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s;
  overflow-y: scroll;
}
body.show-popup {
  overflow: hidden;
}
.roicalc-popup__container {
  position: absolute;
  margin-top: 60px;
  margin-bottom: 60px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  padding: 20px 40px 40px;
  width: 100%;
  max-width: 540px;
  border-radius: 20px;
}
.show-modal {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1.0) scaleY(1.0);
  -ms-transform: scaleX(1.0) scaleY(1.0);
  transform: scaleX(1.0) scaleY(1.0);
  -webkit-transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
  -o-transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s;
}
@media only screen and (max-width: 767px) {
  .roicalc-popup__container {
    width: calc(100% - 5rem);
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px 30px 30px;
  }
}
  text-align: right;
  font-size: 30px;
  padding: 5px 0 15px;
}
.roicalc-popup__home a {
  color: #ccc;
}
.roicalc-popup__home a:hover {
  color: #29153e;
}
.roicalc-popup__inner h2 {
  font-size: 30px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #29153e;
}
.roicalc-popup__formwrapper .hs-form {
  margin-bottom: 0;
}
.roicalc-popup__formwrapper .hs-form-field {
  padding-bottom: 35px;
}
.roicalc-popup__formwrapper .hs-form-field.hs-fieldtype-select .input {
  position: relative;
}
.roicalc-popup__formwrapper .hs-form-field.hs-fieldtype-select .input:after {
  content: '\f0d7';
  font-family: FontAwesome;
  color: #cccccc;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.roicalc-popup__formwrapper .hs-form-field label {
  font-family: realist, sans-serif;
  font-size: 21px;
  line-height: 1.43;
  color: #29153e;
}
.roicalc-popup__formwrapper .hs-form-field .hs-form-required {
  display: none;
}
.roicalc-popup__formwrapper .hs-form-field .hs-input {
  max-width: none;
  width: 100%;
  border: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #cccccc;
  font-family: realist, sans-serif;
  font-size: 21px;
  line-height: normal;
  color: #29153e;
  padding: 15px 0;
  height: auto;
}
.roicalc-popup__formwrapper .hs-form-field .hs-input:invalid {
  color: #cccccc;
}
.roicalc-popup__formwrapper .hs-form-field.hs-fieldtype-select .input .hs-input {
  padding-right: 28px;
}
.roicalc-popup__formwrapper .hs-form-field .hs-input:focus, .roicalc-popup__formwrapper .hs-form-field .hs-input:active {
  outline: none;
}
.roicalc-popup__formwrapper .hs-form .hs_submit .actions {
  margin: 0 ;
  padding-bottom: 0;
}
.roicalc-popup__formwrapper .hs_submit .actions .hs-button {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  color: #FFF;
  font-family: realist, sans-serif;
  font-weight: 900;
  font-size: 14px;
  padding: 15px 40px;
  outline: none;
  border-radius: 26px;
  display: inline-block;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 225px;
  max-width: 100%;
  background-image: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #D8963B;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.roicalc-popup__formwrapper .hs_submit .actions, .roicalc-popup__footer {
  text-align: center;
}
.roicalc-popup__formwrapper .hs_submit .actions .hs-button:hover, .roicalc-popup__formwrapper .hs_submit .actions .hs-button:focus, .roicalc-popup__formwrapper .hs_submit .actions .hs-button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: none;
}

@media screen and (max-width: 991px) {
  .roi-calculator__resultswrapper .col_innerwrapper {
    padding-right: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .roi-calculator .banner__toptitle {
    line-height: 1; 
    font-size: 68px;
  }
  .roi-calculator__resultswrapper .col_innerwrapper {
    border-radius: 20px;
    padding-right: 40px;
  }
  .roi-calculator__resultvalue {
    font-size: 32px;
  }
  .roi-calculator__tooltip {
    max-width: calc(100% - 30px);
    min-width: 1px;
    bottom: auto;
    top: calc(50% + -15px);
    left: auto;
    right: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .roi-calculator__tooltip:after {
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #eadfe8;
  }
  .roicalc-popup__formwrapper .hs-form-field {
    padding-bottom: 0;
  }
  .roicalc-popup__inner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .roicalc-popup__formwrapper .hs-form-field label, .roicalc-popup__formwrapper .hs-form-field .hs-input {
    font-size: 18px;
  }
  .roicalc-popup__formwrapper .hs_submit .actions .hs-button {
    min-width: 1px;
  }
  .roicalc-popup__home {
    font-size: 24px;
  }
}

/*==========================================================================
RIO CALCULATOR     RIO CALCULATOR   RIO CALCULATOR  RIO CALCULATOR     
==========================================================================*/


/*==========================================================================
RESOURCES PAGE      RESOURCES PAGE      RESOURCES PAGE      RESOURCES PAGE
==========================================================================*/
.resources__menu-container {
  background-color: #FFF;    
}

.resources__menu {
  padding: 15px;
}

.resources__menu-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  line-height: 2;
}

.resources__menu-link {
  color: #999999;
  display: block;
  font-family: realist, sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: none;
}

.resources__menu-link.active {
  color: #7F1475;
}

.resources__listing-container {
  background-color: #F8F8F8;
}

.resources__listing {
  padding: 48px 15px;
}

.resources__listing-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}

.resources__listing-item {
  margin-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.resources__listing-imgwrap {
  display: block;
}

.resources__listing-topic {
  color: #55BCBF;
  display: inline-block;
  font-family: realist, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
  margin: 22px 0 16px;
  text-decoration: none;
}

.resources__listing-title {
  font-weight: 500;
  margin: 0;
}

.resources__listing-titlelink {
  color: #29153E;
  display: block;
  font-size: 21px;
  font-family: realist, sans-serif;
  line-height: 30px;
  text-decoration: none;
}

.resources__action {
  text-align: center;
}

@media (min-width: 768px) {
  .resources__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }

  .resources__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    margin: 0;
    line-height: 1.5;
  }

  .resources__menu-list-item {
    border-right: 1px solid #999999;
    padding: 0 20px;
  }

  .resources__menu-list-item:first-child {
    padding-left: 0;
  }

  .resources__menu-list-item:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .resources__listing-item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .resources__listing-item {
    width: 33.3333%;
  }

  .resources__action {
    margin-top: 36px;
  }

  .resources__listing {
    padding: 84px 15px;
  }
}
/*==========================================================================
RESOURCES PAGE      RESOURCES PAGE      RESOURCES PAGE      RESOURCES PAGE
==========================================================================*/


/* VIDEO WRAPPER */

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*TABLE*/

.zui-table {
  border: solid 1px #EAE6E9;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: realist, sans-serif;
  padding: 10px;
  max-width: 1000px;
  font-size: 24px;
}
.zui-table thead th {
  background-color: #EAE6E9;
  border: solid 1px #EAE6E9;
  color: #29153E;
  padding: 20px;
  text-align: left;
  font-family: realist, sans-serif;
  font-size: 32px;
}
.zui-table tbody td {
  border: solid 1px #EAE6E9;
  color: #333;
  padding: 20px;

}

.bg-img {
  background-image: url("https://558462.fs1.hubspotusercontent-na1.net/hubfs/558462/2018%20Assets/banners/bg_riocalculator.png");
}

.more-solutions {
 background: #fff;
 border-radius: 2rem;
 padding: 1rem 1.5rem;
 min-height: 400px !important;
}

.summary-img, .summary-text{
  float:left;
}
.summary-img {
  max-width: 40%;
}

.summary-text {
  max-width: 60%;
  padding-top:20px;
  padding-left:15px;
}

.summary-text h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.summary-text p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .summary-img, .summary-text{
  float:none;
  margin:auto;
}
  .summary-img {
  max-width: 50%;
}
  .summary-text{
  max-width: 100%;
  padding-top:5px;
  padding-left:0;
  text-align: center;
}
  .more-solutions {
    margin-bottom:12px;
  }
}

.map-footer {
 min-height: 400px; 
}

.map-footer__text {
  color: #29153e;
  margin: 25px 0;
}

.map-footer__label {
  font-family: PalmCanyonDrive-Regular;
  font-size: 90px;
  font-weight: 100;
  line-height: 0.8;
  margin-bottom: -25px;
}

.map-footer__title {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom:15px;
}

.map-footer__cta {
  
}

.map-footer__img {
  padding-top:15px;
}

/*==========================================================================
Margin and Padding Utilities
==========================================================================*/

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.h-100 {
  height: 100% !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.white .hs-menu-item a{
  color: #fff !important;
}
.white .hs-menu-item.hs-menu-depth-2 a{
  color: #0F0D30 !important;
}

.white g#logo {
  fill: #ffffff !important;
}