



/* ========================================================================== */
/*  HUBSPOT VARS                                                              */
/* ========================================================================== */

/* ========================================================================== */
/*  Colors                                                                    */
























/* ========================================================================== */
/* Typograghy                                                                 */



/* ========================================================================== */
/*  Breakpoints                                             #brk              */

/* mobile first */





/* ========================================================================== */
/*  HUBSPOT VARS                                                              */
/* ========================================================================== */

/* ========================================================================== */
/*  Colors                                                                    */
























/* ========================================================================== */
/* Typograghy                                                                 */



/* ========================================================================== */
/*  Breakpoints                                             #brk              */

/* mobile first */






/* ========================================================================== */
/*  CSS VARS                                                              */
/* ========================================================================== */
:root {
  /* colors */
  --color-primary: #252F61;
  --color-primaryColor: #252F61;
  --color-primaryLight: #505DAA;
  --color-primaryDark: #1a224c;
  --color-secondary: #4252E6;
  --color-teal: #71CEE9;
  --color-red: rgba(191, 35, 46, 1);
  --color-lightGray: #f5f5f5;
  --color-mediumGray: #cccccc;
  --color-gray: #666666;
  --color-darkGray: #2c2c2a;
  --color-white: #FFFFFF;
  --color-light: #FFFFFF;
  --color-lightTrans: rgba(80,93,170,.1);
  --color-lightViolet: #cdcbff;
  --color-black: #212832;
  --color-error: #C0202E;
  /* elements */
  --box-shadow: 0px 4px 20px rgb(80 93 170 / 15%);
  --border-radius: 6px;
  /* breakpoints */
}
{ % include '../tools/_variables.css'%}


/* Container Formatting utilities - from BASSCSS */

.border {
  border-style: solid;
  border-width: 1px;
}

.border-top {
  border-top-style: solid;
  border-top-width: 1px;
}

.border-right {
  border-right-style: solid;
  border-right-width: 1px;
}

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.border-left {
  border-left-style: solid;
  border-left-width: 1px;
}

.border-none {
  border: 0;
}

.rounded {
  border-radius: 3px;
}

.circle {
  border-radius: 50%;
}

.rounded-top {
  border-radius: 3px 3px 0 0;
}

.rounded-right {
  border-radius: 0 3px 3px 0;
}

.rounded-bottom {
  border-radius: 0 0 3px 3px;
}

.rounded-left {
  border-radius: 3px 0 0 3px;
}

.not-rounded {
  border-radius: 0;
}

/* Font Color utilities */
.primary {
  color: #252F61
}

.primaryDark {
  color: #1a224c
}

.primaryLight {
  color: #505DAA
}

.black {
  color: #111;
}

.gray {
  color: #aaa;
}

.silver {
  color: #ddd;
}

.white {
  color: #fff;
}

.aqua {
  color: #7fdbff;
}

.blue {
  color: #0074d9;
}

.navy {
  color: #001f3f;
}

.teal {
  color: #39cccc;
}

.green {
  color: #2ecc40;
}

.olive {
  color: #3d9970;
}

.lime {
  color: #01ff70;
}

.yellow {
  color: #ffdc00;
}

.orange {
  color: #ff851b;
}

.red {
  color: rgba(191, 35, 46, 1);
}

.fuchsia {
  color: #f012be;
}

.purple {
  color: #b10dc9;
}

.maroon {
  color: #85144b;
}

.color-inherit {
  color: inherit;
}

.muted {
  opacity: 0.5;
}

.bg-gradient1 {
  background-color: #18214E;
  background: linear-gradient(180deg, #18214E 0%, #252F61 3.96%);
}

.bg-primary {
  background-color: #252F61;
}

.bg-light {
  background: rgba(80, 93, 170, .1)
}

.bg-black {
  background-color: #111;
}

.bg-gray {
  background-color: #aaa;
}

.bg-silver {
  background-color: #ddd;
}

.bg-white {
  background-color: #fff;
}

.bg-aqua {
  background-color: #7fdbff;
}

.bg-blue {
  background-color: #0074d9;
}

.bg-navy {
  background-color: #001f3f;
}

.bg-teal {
  background-color: #39cccc;
}

.bg-green {
  background-color: #2ecc40;
}

.bg-olive {
  background-color: #3d9970;
}

.bg-lime {
  background-color: #01ff70;
}

.bg-yellow {
  background-color: #ffdc00;
}

.bg-orange {
  background-color: #ff851b;
}

.bg-red {
  background-color: rgba(191, 35, 46, 1);
}

.bg-fuchsia {
  background-color: #f012be;
}

.bg-purple {
  background-color: #b10dc9;
}

.bg-maroon {
  background-color: #85144b;
}

.border-black {
  border-color: #111;
}

.border-gray {
  border-color: #aaa;
}

.border-silver {
  border-color: #ddd;
}

.border-white {
  border-color: #fff;
}

.border-aqua {
  border-color: #7fdbff;
}

.border-blue {
  border-color: #0074d9;
}

.border-navy {
  border-color: #001f3f;
}

.border-teal {
  border-color: #39cccc;
}

.border-green {
  border-color: #2ecc40;
}

.border-olive {
  border-color: #3d9970;
}

.border-lime {
  border-color: #01ff70;
}

.border-yellow {
  border-color: #ffdc00;
}

.border-orange {
  border-color: #ff851b;
}

.border-red {
  border-color: rgba(191, 35, 46, 1);
}

.border-fuchsia {
  border-color: #f012be;
}

.border-purple {
  border-color: #b10dc9;
}

.border-maroon {
  border-color: #85144b;
}

.bg-darken-1 {
  background-color: rgba(0, 0, 0, 0.0625);
}

.bg-darken-2 {
  background-color: rgba(0, 0, 0, 0.125);
}

.bg-darken-3 {
  background-color: rgba(0, 0, 0, 0.25);
}

.bg-darken-4 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-lighten-1 {
  background-color: hsla(0, 0%, 100%, 0.0625);
}

.bg-lighten-2 {
  background-color: hsla(0, 0%, 100%, 0.125);
}

.bg-lighten-3 {
  background-color: hsla(0, 0%, 100%, 0.25);
}

.bg-lighten-4 {
  background-color: hsla(0, 0%, 100%, 0.5);
}


.background--gradient--blue {
  background : -moz-linear-gradient(100% 50% 180deg,rgba(66, 82, 230, 1) 8.61%,rgba(38, 46, 97, 1) 100%);
  background : -webkit-linear-gradient(180deg, rgba(66, 82, 230, 1) 8.61%, rgba(38, 46, 97, 1) 100%);
  background : -webkit-gradient(linear,100% 50% ,0% 50% ,color-stop(0.0861,rgba(66, 82, 230, 1) ),color-stop(1,rgba(38, 46, 97, 1) ));
  background : -o-linear-gradient(180deg, rgba(66, 82, 230, 1) 8.61%, rgba(38, 46, 97, 1) 100%);
  background : -ms-linear-gradient(180deg, rgba(66, 82, 230, 1) 8.61%, rgba(38, 46, 97, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4252E6', endColorstr='#262E61' ,GradientType=0)";
  background : linear-gradient(-90deg, rgba(66, 82, 230, 1) 8.61%, rgba(38, 46, 97, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262E61',endColorstr='#4252E6' , GradientType=1);
}

.background--gradient--red {
  background : -moz-linear-gradient(0% 50% 0deg,rgba(232, 28, 37, 1) 0%,rgba(216, 30, 41, 1) 46.88%,rgba(192, 32, 46, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(232, 28, 37, 1) 0%, rgba(216, 30, 41, 1) 46.88%, rgba(192, 32, 46, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(232, 28, 37, 1) ),color-stop(0.4688,rgba(216, 30, 41, 1) ),color-stop(1,rgba(192, 32, 46, 1) ));
  background : -o-linear-gradient(0deg, rgba(232, 28, 37, 1) 0%, rgba(216, 30, 41, 1) 46.88%, rgba(192, 32, 46, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(232, 28, 37, 1) 0%, rgba(216, 30, 41, 1) 46.88%, rgba(192, 32, 46, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E81C25', endColorstr='#C0202E' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(232, 28, 37, 1) 0%, rgba(216, 30, 41, 1) 46.88%, rgba(192, 32, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E81C25',endColorstr='#C0202E' , GradientType=1);
}

.colored-section--navy {
  background-color: #262E61;
}
.colored-section--charcoal {
  background-color: #3C3C3B;
}
.colored-section--royal-blue {
  background-color: #4252E6;
}
.colored-section--cyan {
  background-color: #67DAf1;
}
.colored-section--gray {
  background-color: #D9D9D9;
}
.colored-section--red {
  background-color: #C0202E;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-center {
  background-position: 50%;
}

.bg-top {
  background-position: top;
}

.bg-right {
  background-position: 100%;
}

.bg-bottom {
  background-position: bottom;
}

.bg-left {
  background-position: 0;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.all-initial {
  all: initial;
}

.all-unset {
  all: unset;
}

.all-inherit {
  all: inherit;
}

.all-revert {
  all: revert;
}

.shadow {
  box-shadow: 0px 4px 20px 0px 80, 93, 170, 0.5;
}

@media (max-width: 767px) {
  .sm-text-left {
    text-align: left !important
  }

  .sm-text-center {
    text-align: center !important
  }

  .sm-text-right {
    text-align: right !important
  }

  .sm-text-justify {
    text-align: justify !important
  }
}

.hide {
  display: none;
  opacity: 0;
}

.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}




/* ----------- Helpers ----------- */

.body-wrapper--menu-climb-up {
  margin-top: -90px;
}

.h-footerBottom__base {
  display: flex; /* Enables body content to acquire flex properties like grow, shrink and base */
  flex-direction: column; /* Fixes the row layout for body that comes from display: flex */
}

.h-footerBottom__shift {
  flex: 1 0 auto;
  /* Makes div, which is footer's sibling, to grow and take all the height and shifts footer
  element to the bottom of the browser window. It works when summarized height of the body's
  children is less then the height of the browser's window */
}

.h-screenreader {
  position: absolute !important; /* Outside the DOM flow */
  height: 1px; width: 1px; /* Nearly collapsed */
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE 7+ only support clip without commas */
  clip: rect(1px, 1px, 1px, 1px); /* All other browsers */
}

@media (max-width: 767px) {
  .h-hide--m {
    display: none; /* Hides element on mobile */
  }
}

@media (min-width: 768px) {
  .h-hide--d {
    display: none; /* Hides element on desktop */
  }
}
  /* ----------- Helpers ----------- */

  .body-wrapper--menu-climb-up {
    margin-top: -90px;
  }

  .h-footerBottom__base {
    display: flex; /* Enables body content to acquire flex properties like grow, shrink and base */
    flex-direction: column; /* Fixes the row layout for body that comes from display: flex */
  }

  .h-footerBottom__shift {
    flex: 1 0 auto;
    /* Makes div, which is footer's sibling, to grow and take all the height and shifts footer
    element to the bottom of the browser window. It works when summarized height of the body's
    children is less then the height of the browser's window */
  }

  .h-screenreader {
    position: absolute !important; /* Outside the DOM flow */
    height: 1px; width: 1px; /* Nearly collapsed */
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE 7+ only support clip without commas */
    clip: rect(1px, 1px, 1px, 1px); /* All other browsers */
  }

  @media (max-width: 767px) {
    .h-hide--m {
      display: none; /* Hides element on mobile */
    }
  }

  @media (min-width: 768px) {
    .h-hide--d {
      display: none; /* Hides element on desktop */
    }
  }
  /* ----------- JS-related styles ----------- */

  .js-hide {
    display: none;
  }

  /* ----------------------------------- */


.h-centered--t,
.text-center {
  text-align: center;
}

.h-centered--m {
  margin: 0 auto;
}

.h-relative {
  position: relative;
}

.js-noscroll {
  overflow: hidden;
}

.h-flex {
  display: flex;
}

.h-spacing--b {
  margin-bottom: 2rem;
}

.h-innerSpace {
  padding: 2.5em;
}

.h-headerFix {
  padding-top: 80px;
}

.h-contentWidth {
  max-width: 640px;
}

.h-fsHeight {
  height: 100vh;
}

.h-fullHeight img {
  height: 100%;
  object-fit: cover;
}

.h-marginClear,
.h-marginClear * {
  margin: 0;
}

.h-bg--combo {
  background: linear-gradient(to top, #505DAA /*var(--light)*/, #505DAA /*var(--light)*/ 50%, var(--primary-accent) 50%, var(--primary-accent) 50%);
}

.h-bg--comboAlt {
  background: linear-gradient(to bottom, var(--primary-accent-l4), var(--primary-accent-l4) 50%, #505DAA /*var(--light)*/ 50%, #505DAA /*var(--light)*/ 50%);
}

.h-bg--color {
  background-color: var(--primary-accent);
}

.h-bg--colorAlt {
  background-color: var(--tertiary-accent);
}

.h-bg--light {
  background-color: #505DAA /*var(--light)*/;
}

.h-bg--lightTrans {
  background-color: rgba(80, 93, 170, .05) /*var(--light)*/;
}
.h-bg--lightAlt {
  background-color: var(--primary-accent-l4);
}

.h-divider {
  border-bottom: 1px solid var(--primary-accent-l3);
}

.h-divider--light {
  border-bottom-color: #FFFFFF /*var(--light)*/;
}

.h-inverted h1,
.h-inverted h2,
.h-inverted h3,
.h-inverted h4,
.h-inverted h5,
.h-inverted p,
.h-inverted {
  color: #FFFFFF /*var(--light)*/;
  fill: #FFFFFF /*var(--light)*/;
  font-weight: 500;
}

.h-corners {
  border-radius:6px;
}

.h-scaleDown {
  transform: scale(0.8);
}

.h-hide {
  display: none;
}

.new-parralax-bg, /* This is mispelled in the HubSpot marketplace module */
.new-parallax-bg {
  background-attachment: fixed;
}

.light-section {
  background: rgba(80, 93, 170, 0.1);
  border-radius: 10px;
  padding: 1.5rem;
}

.card {
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 2px 8px 0px rgb(80 93 170 / 20%);
}

.card.large {
  box-shadow: 0px 4px 20px 0px rgb(80 93 170 / 50%);
  margin: 0.5rem;
  border: 0px;
  border-radius: 1rem;
  padding: 2rem;
}

.card:not(class*='p'){
  padding: 2rem;
}
@media screen and (min-width: 992px) {
  .hs-inline-edit .transparent-header .site-header {
    position: static !important;
  }
}



.hs-inline-edit .hs-target__outer{
  width: 100%;
  padding: 2rem;
  background: rgba(0,0,0,.1)
}


.hs-inline-edit .hs-target__inner{
  width: 100%;
  padding: 2rem;
  background-color: rgba(0,0,0,.1);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: rgba(0,0,0,.25)
}



*, *:before, *:after {
  box-sizing: border-box;
}
/* ::selection {
  background-color: var(--secondary-accent-l2);
  color: var(--primary-accent-d3);
} */

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden; /* Prevents horizontal scrolling */
  -webkit-overflow-scrolling: touch;
  padding: 0;
  scroll-behavior: smooth;
}



/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
} 

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
  max-width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
  max-width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
  max-width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
  max-width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
  max-width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
  max-width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
  max-width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
  max-width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
  max-width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
  max-width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
  max-width: 6.382978723%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
    max-width: unset;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

@media (min-width: 768px) {

  .row-flex,
  .row-fluid.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .row-fluid.row-flex [class*='span'] {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    float: none;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

/* Display Utilties (from BASSCSS) */
.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.clearfix:after,
.clearfix:before {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.fit {
  max-width: 100%;
}

.max-width-1 {
  max-width: 24rem;
}

.max-width-2 {
  max-width: 32rem;
}

.max-width-3 {
  max-width: 48rem;
}

.max-width-4 {
  max-width: 64rem;
}

.border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

/* Flex utilities - from BASSCSS */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

@media (min-width: 990px) {
  .md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1280px) {
  .lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

.row-flex.flex-wrap,
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.valign--top,
.row-flex.items-start,
.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.valign--bottom,
.row-flex.items-end,
.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

.valign--middle,
.row-flex.items-center,
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.row-flex.items-baseline,
.items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -ms-grid-row-align: baseline;
  align-items: baseline;
}

.row-flex.items-stretch,
.items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
}

.self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.self-center {
  -ms-flex-item-align: center;
  align-self: center;
}

.self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.halign--left,
.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.halign--right,
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.halign--center,
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}

.flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-last {
  -webkit-box-ordinal-group: 100000;
  -ms-flex-order: 99999;
  order: 99999;
}

.position--relative,
.relative {
  position: relative;
}

.position--absolute,
.absolute {
  position: absolute;
}

.position--fixed,
.fixed {
  position: fixed;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

@media only screen and (min-width: 768px) {

  .row-fluid.row-flex.same-height,
  .same-height {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .same-height>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: unset;
  }
}
/*****************************************/
/***** Containers / Grid / DnD Areas *****/
/*****************************************/

.content-wrapper {
  max-width: 1200px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}
.container-fluid > .row-fluid,
.dnd-section > .row-fluid {
  max-width: 1200px;
}

.dnd-section[class*='force-full-width-section'],
.dnd-section[class*='force-full-width-section'] .dnd-column {
  padding: 0;
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* Spacing utilities - from BASSCSS */

.m0 {
  margin: 0;
}
.mt0 {
  margin-top: 0;
}
.mr0 {
  margin-right: 0;
}
.mb0 {
  margin-bottom: 0;
}
.ml0,
.mx0 {
  margin-left: 0;
}
.mx0 {
  margin-right: 0;
}
.my0 {
  margin-top: 0;
  margin-bottom: 0;
}
.m1 {
  margin: 0.5rem;
}
.mt1 {
  margin-top: 0.5rem;
}
.mr1 {
  margin-right: 0.5rem;
}
.mb1 {
  margin-bottom: 0.5rem;
}
.ml1,
.mx1 {
  margin-left: 0.5rem;
}
.mx1 {
  margin-right: 0.5rem;
}
.my1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.m2 {
  margin: 1rem;
}
.mt2 {
  margin-top: 1rem;
}
.mr2 {
  margin-right: 1rem;
}
.mb2 {
  margin-bottom: 1rem;
}
.ml2,
.mx2 {
  margin-left: 1rem;
}
.mx2 {
  margin-right: 1rem;
}
.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.m3 {
  margin: 2rem;
}
.mt3 {
  margin-top: 2rem;
}
.mr3 {
  margin-right: 2rem;
}
.mb3 {
  margin-bottom: 2rem;
}
.ml3,
.mx3 {
  margin-left: 2rem;
}
.mx3 {
  margin-right: 2rem;
}
.my3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.m4 {
  margin: 4rem;
}
.mt4 {
  margin-top: 4rem;
}
.mr4 {
  margin-right: 4rem;
}
.mb4 {
  margin-bottom: 4rem;
}
.ml4,
.mx4 {
  margin-left: 4rem;
}
.mx4 {
  margin-right: 4rem;
}
.my4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mxn1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.mxn2 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mxn3 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.mxn4 {
  margin-left: -4rem;
  margin-right: -4rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto,
.mx-auto,
.mha {
  margin-right: auto;
}
.mx-auto,
.mha {
  margin-left: auto;
}
.p0 {
  padding: 0;
}
.pt0 {
  padding-top: 0;
}
.pr0 {
  padding-right: 0;
}
.pb0 {
  padding-bottom: 0;
}
.pl0,
.px0 {
  padding-left: 0;
}
.px0 {
  padding-right: 0;
}
.py0 {
  padding-top: 0;
  padding-bottom: 0;
}
.p1 {
  padding: 0.5rem;
}
.pt1 {
  padding-top: 0.5rem;
}
.pr1 {
  padding-right: 0.5rem;
}
.pb1 {
  padding-bottom: 0.5rem;
}
.pl1 {
  padding-left: 0.5rem;
}
.py1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.p2 {
  padding: 1rem;
}
.pt2 {
  padding-top: 1rem;
}
.pr2 {
  padding-right: 1rem;
}
.pb2 {
  padding-bottom: 1rem;
}
.pl2 {
  padding-left: 1rem;
}
.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px2 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.p3 {
  padding: 2rem;
}
.pt3 {
  padding-top: 2rem;
}
.pr3 {
  padding-right: 2rem;
}
.pb3 {
  padding-bottom: 2rem;
}
.pl3 {
  padding-left: 2rem;
}
.py3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px3 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.p4 {
  padding: 4rem;
}
.pt4 {
  padding-top: 4rem;
}
.pr4 {
  padding-right: 4rem;
}
.pb4 {
  padding-bottom: 4rem;
}
.pl4 {
  padding-left: 4rem;
}
.py4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.p--small {
  padding: 1rem;
}

.p--medium {
  padding: 2rem;
}

.p--large {
  padding: 4rem;
}

@media screen and (max-width: 767px) {
  .p--small,
  .p--medium,
  .p--large {
    padding: 1.5rem;
  }
}



/* General Typography Styles */
/* ========================================================================== */
/*  HUBSPOT VARS                                                              */
/* ========================================================================== */

/* ========================================================================== */
/*  Colors                                                                    */
























/* ========================================================================== */
/* Typograghy                                                                 */



/* ========================================================================== */
/*  Breakpoints                                             #brk              */

/* mobile first */






body {
  line-height: 1.4;
  word-break: break-word;
  font-family: Montserrat, europa, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
  color: #212832;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

html {
  font-size: 16px;
}

/* Paragraphs */

p,
.p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
  font-family:  Montserrat, europa, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0em;
  text-align: left;
}


p,
.p-light {
  font-size: 1rem;
  font-weight: 300
}


.fs08 {
  font-size: .8rem;
}

p.small,
.fs09 {
  font-size: .9rem;
}

/* Anchors */

a,
.a {
  cursor: pointer;
  text-decoration: none;
  color: #505DAA
}

a:hover,
a:focus {
  text-decoration: underline;
  color: #71CEE9
}

a:active {
  color: #71CEE9;
}

/* Headings */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0 0 1.2rem;
  color: #252F61;
  font-family: Montserrat, europa, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
  font-weight: 700;
  line-height: 110%;
}


.ultra {
  font-size: 4rem;
  font-weight: 800;
}

.hero {
  font-size: 3.5rem;
  font-weight: 800;
}

h1, .h1 {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0em;
}

h2, .h2 {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0em;
}

h3, .h3 {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0em;
}

h4, .h4 {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0em;
}

h5, .h5 {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0em;
}

h6, .h6 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0em;
    text-transform: uppercase;
}

.preheader {
  text-transform: uppercase;
  font-size: 0.7778rem;
}

.preheader--lg {
  font-size: 1.2222rem;
}


@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 3rem;
  }
  h2,
  .h2 {
    font-size: 2rem;
  }
  h3,
  .h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
  h2,
  .h2 {
    font-size: 1.85rem;
  }
  .span6 h2 {
    font-size: 1.35rem;
  }
  h3,
  .h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 568px) {
/*   h1,
  .h1 {
    font-size: 2rem;
  } */
  h2,
  .h2 {
    font-size: 1.75rem;
  }
  h3,
  .h3 {
    font-size: 1.3rem;
  }
}



@media screen and (min-width: 768px) and (max-width: 992px) {
  /* .span6 h2 {
    font-size: 1.5rem;
  } */
/*   h1 {
    font-size: 2.25rem;
  } */
}
@media screen and  (max-width: 767px) {
  /* .span6 h2 {
    font-size: 1.35rem;
  } */
/*   h1 {
    font-size: 2rem;
  } */
}
/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul {
}

ul li {
  position: relative;
  padding-left: 1.25rem;
  font-family: Montserrat, europa, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
}

 ul:not('.no-list') li:before {
  height: .4em;
  width: .4em;
  background: #505daa;
  border-radius: 2rem;
  margin-left: -1em;
  margin-top: .5em;
  position: absolute;
  content: "";
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}

ul[class*="menu"],
ul.no-list {
  list-style: none;
}

ul.no-list,
ul.no-list li {
  padding-left: 0;
}


/* Subscripts and superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #cccccc;
  border: none;
  color: #cccccc;
  height: 1px;
  clear: both;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}

/* Utilities */
.font-family-inherit {
  font-family: inherit;
}
.font-size-inherit {
  font-size: inherit;
}
.text-decoration-none {
  text-decoration: none;
}
.xbold {
  font-weight: 800;
}
.bold {
  font-weight: 700;
}
.regular {
  font-weight: 400;
}
.italic {
  font-style: italic;
}
.caps {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.text--left,
.text-left,
.text-left *,
.left {
  text-align: left;
}
.text--center,
.text-center,
.text-center *,
.center {
  text-align: center;
}
.text--right,
.text-right,
.text-right *,
.right {
  text-align: right;
}
.justify {
  text-align: justify;
}
.nowrap {
  white-space: nowrap;
}
.break-word {
  word-wrap: break-word;
}
.line-height-1 {
  line-height: 1;
}
.line-height-2 {
  line-height: 1.125;
}
.line-height-3 {
  line-height: 1.25;
}
.line-height-4 {
  line-height: 1.5;
}
.list-style-none {
  list-style: none;
}
.underline {
  text-decoration: underline;
}
.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-reset {
  list-style: none;
  padding-left: 0;
}

.s08 {
font-size: 0.8rem
}

.s09 {
font-size: 0.9rem
}
/* ========================================================================== */
/*  HUBSPOT VARS                                                              */
/* ========================================================================== */

/* ========================================================================== */
/*  Colors                                                                    */
























/* ========================================================================== */
/* Typograghy                                                                 */



/* ========================================================================== */
/*  Breakpoints                                             #brk              */

/* mobile first */







/*****************************************/
/*************** Buttons *****************/
/*****************************************/
a.cta_button,
.hs-button,
.button--primary button,
.button,
.btn {
  cursor: pointer;
  border-radius: .01rem;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 700;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  padding: 15px 53px;
  position: relative;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -webkit-border-radius: .01rem;
  -moz-border-radius: .01rem;
  -ms-border-radius: .01rem;
  -o-border-radius: .01rem;
  top: 0px;
  text-decoration: none !important;
}

.button-small,
.btn-small {
  padding: .5rem 1.5rem;
  border-radius: .5rem;
}

a.cta_button,
button,
.button,
.hs-button {
  transition: 300ms;
}


a.cta_button.button--large,
button.button--large,
.button--large {
  font-size: 1.125rem;
  padding: 1rem 2rem;
}

button.button--small,
.button.button--small {
  font-size: 0.86rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  padding: .5rem 1.5rem;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}
a.cta_button:hover,
a.cta_button:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

a.cta_button:active,
button:active,
.button:active {
  text-decoration: none;
}

a.cta_button,
.hs-button,
.button--primary
a.cta_button,
button,
.button {
  background-color: #505DAA;
  border: 1px solid transparent;
  color: #FFFFFF;
  outline: 0;
  border-radius: 6px;
  text-decoration: none !important;
}

a.cta_button.button--red,
button.button--red,
.button--red {
  background-color: rgba(192, 24, 41,1.0);
  border: 1px solid rgba(192, 24, 41,1.0);
  color: #fff;
}

a.cta_button.button--red:hover,
butto.button--redn:hover,
a.cta_button.button--red:focus,
button.button--red:focus,
.button.button--red:hover,
.button.button--red:focus {
  background-color: #252F61;
  border-color: #252F61;
  color: #fff;
}

a.cta_button.button--red:active,
button.button--red:active,
.button.button--red:active {
  background-color: #1a224c;
  border-color: #1a224c;
  color: #fff;
}


a.cta_button.button--primary-light,
button.button--primary-light,
.button--primary-light {
  background-color: #505DAA;
  border: 2px solid #505DAA;
  color: #fff;
}

a.cta_button.button--primary-light:hover,
button.button--primary-light:hover,
a.cta_button.button--primary-light:focus,
button.button--primary-light:focus,
.button.button--primary-light:hover,
.button.button--primary-light:focus {
  background-color: #252F61;
  border-color: #252F61;
  color: #fff;
}

a.cta_button.button--primary-light:active,
button.button--primary-light:active,
.button.button--primary-light:active {
  background-color: #1a224c;
  border-color: #1a224c;
  color: #fff;
}

a.cta_button.button--ghost,
button.button--ghost,
.button.button--ghost,
.btn.btn-ghost {
  background-color: transparent;
  border: 2px solid #505DAA;
  color: #505DAA;
}

a.cta_button.button--ghost:hover,
a.cta_button.button--ghost:focus,
button.button--ghost:hover,
button.button--ghost:focus,
.button.button--ghost:hover,
.button.button--ghost:focus,
.btn.btn-ghost:hover,
.btn.btn-ghost:focus {
  background-color: #252F61;
  border-color: #252F61;
  color: #fff;
}

a.cta_button.button--ghost:active,
button.button--ghost:active,
.button.button--ghost:active {
  background-color: #1a224c;
  border-color: #1a224c;
  color: #fff;
}


a.cta_button.button--white,
button.button--white,
.button.button--white {
  background-color: #fff;
  border: 2px solid  #fff;
  color: #252F61;
}

a.cta_button.button--white:hover,
a.cta_button.button--white:focus,
button.button--white:hover,
button.button--white:focus,
.button.button--white:hover,
.button.button--white:focus {
  background-color: #252F61;
  border-color: #252F61;
  color: #fff;
}

button.button--white:active,
a.cta_button.button--white:active,
.button.button--white:active {
  background-color: #1a224c;
  border-color: #1a224c;
  color: #fff;
}



a.cta_button.button--ghost.button--white,
button.button--ghost.button--white,
a.cta_button.button.button--ghost.button--white,
.button.button--ghost.button--white {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

a.cta_button.button--ghost.button--white:hover,
a.cta_button.button--ghost.button--white:focus,
button.button--ghost.button--white:hover,
button.button--ghost.button--white:focus,
.button.button--ghost.button--white:hover,
.button.button--ghost.button--white:focus {
  background-color: #fff;
  border-color: #fff;
  color: #252F61;
}

a.cta_buttonbutton.button--ghost.button--white:active,
button.button--ghost.button--white:active,
a.cta_button.button.button--ghost.button--white:active,
.button.button--ghost.button--white:active {
  background-color: #252F61;
  border-color: #252F61;
  color: #fff;
}

/* Extra button styles */


.cta {
  outline: 0;
  font-weight: bold;
  background: #212b62;
    color: #FFFFFF;
  padding: 15px 50px;
  border-radius: 6px;
  border: 1px solid #212b62;
  font-size: inherit;
  text-decoration: none !important;
}
.cta--ghost--white {
  background: transparent;
  border-color: white;
}

.hs-button:hover,
.button--primary:hover,
.hs-button:focus,
.button--primary:focus {
  background: #505DAA;
  text-decoration: none;
  color: #FFFFFF;
  border: 1px solid #505DAA;
  box-shadow: 0 0 3px rgba(66, 82, 230, 0.3);
  filter: brightness(1.05);
  top: -4px;
}

.colored-section button,
.colored-section .hs-button,
.colored-section .button--primary {
  border: 1px solid #FFFFFF;
}
.colored-section button:hover,
.colored-section .hs-button:hover,
.colored-section .button--primary:hover,
.colored-section button:focus,
.colored-section .hs-button:focus,
.colored-section .button--primary:focus {
  color: #FFFFFF;
  background: #505DAA;
  border: 1px solid #505DAA;
  box-shadow: 0 0 3px rgba(66, 82, 230,0.4);
}
/* ========================================================================== */
/*  HUBSPOT VARS                                                              */
/* ========================================================================== */

/* ========================================================================== */
/*  Colors                                                                    */
























/* ========================================================================== */
/* Typograghy                                                                 */



/* ========================================================================== */
/*  Breakpoints                                             #brk              */

/* mobile first */







/*****************************************/
/**************** Forms ******************/
/*****************************************/

form,
.submitted-message {
  max-width: 700px;
  margin: 0 auto
}


form label:not(.hs-error-msg) {
  font-weight: bold;
  text-transform: capitalize;
}


form input:not([type="submit"]) {
  width: 100%;
}

form textarea {
  min-height: 80px;
}


form legend {
  color: #494a52;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form select,
form textarea {
  border-color: #d1d6dc;
  color: #494a52;
  min-width: 100%;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="number"]:focus,
form input[type="file"]:focus,
form select:focus,
form textarea:focus {
  border-color: #494a52;
  outline-color: #252F61
}

::-webkit-input-placeholder {
  color: #494a52;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #494a52;
}

.fn-date-picker td.is-selected .pika-button {
  background: #494a52;
}

.fn-date-picker td .pika-button:hover {
  background-color: #494a52 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #494a52;
}

form input[type="submit"],
form .hs-button {
  background-color: #BF232E;
  border: 1px solid #BF232E;
  border-radius: 6px;
  color: #fff;
  padding: 15px 53px;
  margin: auto;
  margin-top: 2rem;
  display: block;
}

form .actions {
  display: flex;
}

form input[type="submit"]:hover,
form input[type="submit"]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #505DAA;
  border-color: #505DAA;
  color: #fff;
}

form input[type="submit"]:active,
form .hs-button:active {
  background-color: #252F61;
  border-color: #252F61;
  color: #fff;
}

/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #252F61;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.aop-page form label {
  font-size: 1rem;
}
/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form select,
form textarea {
  background-color: rgba(37,47,97,.1);
  border: 0px solid;
  border-radius: 6px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 768px){
  form .inputs-list > li:first-of-type {
    margin-top: 1rem;
  }
}

form .inputs-list > li {
  display: block;
  margin: 0.25rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form ul.inputs-list.multi-container li {
  display:flex;
  align-items:center;
  padding: 0 .125em;
}

form ul.inputs-list.multi-container li input {
  margin-right: 1rem;
  width: auto;
  margin-top: 5px;
}

form ul.inputs-list.multi-container li label {
  display: inline-flex;
  font-weight: 500;
  font-size: 1rem;
}

form input[type="checkbox"],
form input[type="radio"] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: "\01F4C5";
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #fff;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #fff;
}

/* Inputs - file picker */

form input[type="file"] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  /* margin-left: 1rem !important; */
}

/* Validation */

.hs-form-required {
  color: #ef6b51;
}

.hs-input.invalid.error {
  border-color: #ef6b51;
}

.hs-error-msg {
  color: ##ef6b51;
  margin-top: 0.35rem;
  font-size: 0.8rem;
  border-radius: 3px;
}

/* Submit button */

form input[type="submit"],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Consent */

.legal-consent-container,
.hs_acs_terms_and_conditions,
.legal-consent-container .hs-richtext p,
.legal-consent-container .hs-richtext,
form .hs_acs_terms_and_conditions .inputs-list>li,
form .hs_acs_terms_and_conditions label {
  margin-bottom: 0;
  color: #252F61
}

.legal-consent-container,
.hs_acs_terms_and_conditions {
  background: rgba(37,47,97,.1);
  font-size: .5rem;
}
.hs_acs_terms_and_conditions {
  padding: 1.25rem 1.8rem 0rem 1.8rem;
}

.legal-consent-container {
  padding: .5rem;
}
.legal-consent-container .hs-richtext p {
  padding: 0 .5rem;
  font-size: .8rem;
}

.input {
  cursor: pointer
}

:root {
  --form-control-color: #252F61;
  --form-control-disabled: #959495;
  --form-background: rgba(37,47,97,.1);
}

input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  min-width: 1.15em;
  height: 1.15em;
  border: 0.15em solid transparent;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  transition: 120ms ease-in-out;
  display: grid;
  place-content: center;
}

input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(44% 68%, 83% 19%, 100% 35%, 47% 100%, 0 64%, 12% 45%);
  clip-path: polygon(44% 68%, 83% 19%, 100% 35%, 47% 100%, 0 64%, 12% 45%);
  ;
  opacity: 0;
  transition: 120ms all ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

input[type=checkbox]:checked::before {
  opacity: 1;
  background-color: #fff;
  box-shadow: inset 1em 1em #fff;

}

input[type=checkbox]:checked {
  background: #252F61
}

.hs-form-checkbox:hover  {
  cursor: pointer
}

.hs-form-checkbox:hover  input[type=checkbox] {
  transform: scale(1.25) translateY(-0.075em);
}

input[type=checkbox]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}

input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

/* Product CTA Form */

.c-productForm form {
  margin: 0 auto;
  max-width: 640px;
}

.c-productForm form fieldset {
  margin: 0 auto;
  max-width: initial;
}

.c-productForm fieldset.form-columns-1 .hs-fieldtype-radio .input,
.c-productForm fieldset.form-columns-1 .hs-fieldtype-text .input {
  margin: 0;
}

.c-productForm fieldset.form-columns-1 .hs-fieldtype-radio .input input,
.c-productForm fieldset.form-columns-1 .hs-fieldtype-text .input input {
  margin: 0;
  width: 100%;
}

.c-productForm .hs-fieldtype-text .input input,
.c-productForm .hs-fieldtype-phonenumber .input input,
.c-productForm textarea {
  background-color: rgba(255,255,255,.1);
  font-size: 1.125rem;
  border-radius: 6px ;
  color: #FFFFFF !important;
}

.c-productForm .inputs-list {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .c-productForm .inputs-list {
    display: flex;
    justify-content: space-between;
  }
}

.c-productForm .inputs-list input,
.c-productForm .inputs-list span{
  white-space: nowrap;
}

.c-productForm .hs-form-radio-display {
  background-color:  #505DAA /* var(--primary-accent-l4)*/;
  border-radius: 6px /* var(--radius)*/;
  color:  #212832
    /* var(--primary-accent)*/:;
  display: block;
  position: relative;
  padding: 0.8rem 1.8rem;
  margin-bottom: 0.5em;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 800;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.c-productForm .hs-form-radio-display:hover {
  background-color: #505DAA;
  filter: brightness(1.5);
  -webkit-filter: brightness(1.5);
  color: #FFFFFF /*var(--light)*/;
}

.c-productForm fieldset.form-columns-1 input[type=radio]:checked ~ span {
  color: var(--action-color);
  display: block;
  position: relative;
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
}

.c-productForm fieldset.form-columns-1 input[type=radio]:checked ~ span::before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  left: -24px;
  position: absolute;
  top: 0;
}

.c-productForm fieldset.form-columns-1 input[type=radio]:checked ~ span::after {
  background-color: #505DAA;
  filter: brightness(1.5);
  -webkit-filter: brightness(1.5);
  border-radius: 6px;
  bottom: -0.8rem;
  content: "";
  display: block;
  left:  -2.4rem ;
  position: absolute;
  right: -1.2rem ;
  top: -0.8rem;
  z-index: -1;
}

.c-productForm .hs-form-radio-display input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

.c-productForm label {
  color: #FFFFFF /*var(--light)*/;
}

.c-productForm input:not([type="submit"]) {
/*   background-color: var(--primary-accent-l1); */
  width: 100%;
}

.c-productForm .input {
  margin: 0;
}

.c-productForm fieldset {
  margin: 0 auto 1rem;
  max-width: initial;
}

.c-productForm fieldset.form-columns-2 .hs_firstname .input {
  margin: 0 0.2em 0 0;
}

.c-productForm fieldset.form-columns-2 .hs_lastname .input {
  margin: 0 0 0 0.2em;
}

.c-productForm .hs-submit {
  padding: 1rem 0;
  text-align: center;
}

.c-productForm .hs-fieldtype-text label[id*="fiber_"] {
  display: none;
}

.c-productForm
.hs-error-msg {
  color: ##fff;
  margin-top: 0.35rem;
}
table {
  border-spacing: 0;
  box-shadow: 0 2px 24px 0 rgba(24, 28, 32, 0.08);
  margin-bottom: 1rem;
}

th,
td {
  text-align: center;
  vertical-align: top;
}

thead th,
thead td {
  border: 0;
}

thead th {
  vertical-align: bottom;
}
.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 4;
  stroke: #262e61;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #262e61;
  animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 4;
  stroke-miterlimit: 10;
  stroke: #262e61;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}



/* ************************************************************************* */

/* ***********************   Menu and simple menu   ************************ */

/* ************************************************************************* */

/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* ************************************************************************* */

/* *******************************   Logo   ******************************** */

/* ************************************************************************* */

.widget-type-logo img {
  
}
/* ========================================================================== */
/*  HUBSPOT VARS                                                              */
/* ========================================================================== */

/* ========================================================================== */
/*  Colors                                                                    */
























/* ========================================================================== */
/* Typograghy                                                                 */



/* ========================================================================== */
/*  Breakpoints                                             #brk              */

/* mobile first */






  /* Site header styling from old AOP.css */


  /* ------------ Header CSS ------------ */

  .site-header .hs-menu-wrapper ul li.hs-menu-depth-1 a {
    text-decoration: none;
    color: #212832;
  }
  .site-header .hs-menu-wrapper ul li.hs-menu-depth-1 a:hover,
  .site-header .hs-menu-wrapper ul li.hs-menu-depth-1 a:focus,
  .site-header .hs-menu-wrapper ul li.hs-menu-depth-1 a:active{
    color: #252F61;
  }

  .site-header .hs-menu-wrapper ul li.hs-menu-depth-1 a:before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    background: #1a224c !important;
    height: 4px;
    left:0;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .site-header .hs-menu-wrapper ul li.hs-menu-depth-1 a:active:before,
  .site-header .hs-menu-wrapper ul li.hs-menu-depth-1 a:focus:before,
  .site-header .hs-menu-wrapper ul li.hs-menu-depth-1 a:hover:before{
    right: 0;
  }
  .site-header .site-header__menu {
    padding-left: 25px;
  }
  .site-header .site-header__menu .hs-menu-wrapper .hs-menu-depth-1 > a {
    font-size: 18px;
  }
  .site-header .site-header__menu .hs-menu-wrapper .hs-menu-depth-1 + .hs-menu-depth-1 {
    margin-left: 20px;
  }
  .site-header .site-header__menu .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1 > .hs-menu-children-wrapper {
    display:none;
  }
  .site-header .site-header__menu .hs-menu-wrapper .hs-menu-item .hs-menu-children-wrapper .hs-menu-depth-2 .hs-menu-children-wrapper {
    position: static;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    margin-top: 2em;
    padding-left: 1.25em;
  }
  .site-header .site-header__menu .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1 > .hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children > a   {
    padding-bottom: 1em !important;
    font-weight: 800;
    position: relative;
  }
  .site-header .site-header__menu .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1 > .hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children > a::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    content: "";
    background: #1a224c !important;
  }
  .site-header .site-header__menu .hs-menu-wrapper .hs-menu-item .hs-menu-children-wrapper .hs-menu-depth-2 .hs-menu-children-wrapper li.hs-menu-item {
    margin-bottom:1em;
  }
  .site-header .site-header__menu .hs-menu-wrapper .hs-menu-item .hs-menu-children-wrapper .hs-menu-depth-2 .hs-menu-children-wrapper li.hs-menu-item a {
    padding:0;
  }
  .header-container-wrapper .header-btn {
    color: #fff !important;
    border-radius: 6px;
    font-size: 18px;
    display: inline-block;
    line-height: 1.5em;
    font-family: Montserrat, europa, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
  }
  .header-container-wrapper .header-btn:hover {
    text-decoration:none;
  }


.site-header {
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 999999;
}

@media screen and (min-width: 992px) {
  .site-header__menu.open {
    height: calc(100vh - 90px) !important;
  }
}

  .transparent-header .site-header {
    box-shadow: none;
    background: transparent;
  }

  .transparent-header .header-container-wrapper .cta_button {
    background: #fff !important;
    color: #372e75 !important;
  }

  .transparent-header .header-container-wrapper .cta_button:hover {
    background: #cdcbff
  }

  .transparent-header .header-container > div > div > div {
    min-height: 0;
  }

  .transparent-header .header-container-wrapper .search--navbar svg path {
    fill: #FFFFFF
  }

  .transparent-header .header-container-wrapper .search--navbar:hover svg path {
    fill:  #cdcbff
  }

  .transparent-header .site-header .hs-menu-depth-1 > a {
    color: #FFFFFF
  }

  .transparent-header .site-header .hs-menu-depth-1:hover > a {
    color:  #cdcbff
  }

  .transparent-header
    .site-header
    .hs-menu-wrapper
    ul
    li.hs-menu-depth-1
    a:hover:before {
    bottom: 20px !important;
    background: #cdcbff !important;
  }
}


/* Mobile menu icon - burger */
.js-header__navTrigger--reverse {
  transform: rotate(90deg);
}


/* Transparent Header Defaults */
.aop-page .transparent-header-positioning .row-number-1 {
    /* padding-top: 200px; */
}

.aop-page .transparent-header .row-number-1 {
  /* padding-top: 200px; */
}

@media screen and (min-width: 1119px){
  .transparent-header .site-header .hs-menu-wrapper ul li.hs-menu-depth-1 > a {
    color: #fff
  }
}

.transparent-header
  .site-header
  .hs-menu-wrapper
  ul
  li.hs-menu-depth-1 >
  a:hover {
  color: #cdcbff ;
}
/* Footer styles */
.footer-container img {
  max-width: 120px;
  margin-bottom: 0.5rem;
}

/* Footer Menu */
.footer-container .hs-menu-flow-vertical ul {
  align-items: flex-start;
  /*   color: #fff; */
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
}

.footer-container .hs-menu-flow-vertical ul > li,
.footer-container .hs-menu-flow-vertical ul > li > a {
  /*   color: #fff; */
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Footer - Container Main */
#footerContainerMain {
  max-width: 1600px;
  margin: 0 auto !important;
  float: none !important;
  padding: 0 15px;
}

.footer-container hr {
  min-width: 100%;
}

.footer-bg {
  background-color: #3d3d3b;
  color: #fff;
  border-top: #c0212e 4px solid;
}

.footer-bg h1,
.footer-bg h2,
.footer-bg h3,
.footer-bg h4,
.footer-bg h5,
.footer-bg p {
  color: #fff;
}

.footer-bg h5 {
  margin-bottom: 0.5rem;
}

.footer-blue-bg #footerContainerMain a,
.footer-blue-bg .footer-address-links * {
  color: #fff; /* !important */
}

#footerContainerMain {
  line-height: 1.5;
}

#footerContainerMain h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  color: #fff;
}

.social-links__icon:not(:first-of-type) {
  padding-left: 1rem;
}

.footer-container .footer-copyright {
  position: relative;
}
.footer-container .footer-copyright * {
  text-decoration: none;
  font-size: 0.85rem !important;
}
#footerContainerMain h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

#footerContainerMain a {
  font-size: 0.95rem;
  line-height: 1.5;
  text-decoration: none !important;
  font-weight: 500 !important;
}
.footer-container ul > li:not(:first-child) {
  margin-top: 0.75rem;
}
.footer-container .hs_cos_wrapper_type_logo img {
  margin-bottom: 0.5rem;
}

.footer-container .hs-menu-flow-vertical ul {
  align-items: flex-start;
  /*   color: #fff; */
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
}

.footer-container .hs-menu-flow-vertical ul > li,
.footer-container .hs-menu-flow-vertical ul > li > a {
  color: #fff;
  font-weight: 400;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-container .hs-menu-flow-vertical ul > li {
  margin-bottom: 0.5rem;
}

.footer-container h3 {
  font-size: 1.25rem;
}
.footer-container h3:after {
  content: ' ';
  width: 50px;
  height: 4px;
  background-color: red;
}

.footer-container .logo-stack__item {
  height: unset;
}

.footer-container .logo-stack__item img {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #footerContainerMain > .row-fluid-wrapper > .row-fluid {
    display: flex;
    justify-content: center;
  }
}

.footer-copyright a {
  font-weight: 400;
  color: #23272f;
}
.footer-copyright a:hover {
  font-weight: 500;
}
.footer-blue-bg {
  background-color: #3d3d3b;
  color: #fff;
  border-top: #c0212e 4px solid;
}
.footer-blue-bg #footerContainerMain a,
.footer-blue-bg .footer-address-links * {
  color: #fff !important;
}
.footer-container
  .footer-blue-bg
  .list--social-media
  .list-item--social-media
  svg {
  fill: #fff;
}

@media (max-width: 768px) {
  #footerContainerMain > :first-child > .row-fluid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  #footerContainerMain > :first-child > .row-fluid > div.span4 {
    flex-basis: 100%;
    width: 100%;
  }
  #footerContainerMain > :first-child > .row-fluid > div.span2 {
    flex-basis: 50%;
    width: 50%;
  }
  .footer-container-wrapper .hs-menu-flow-vertical {
    margin-top: 0.25em !important;
  }
  .footer-address-links {
    margin-bottom: 3rem !important;
  }
  #footerContainerMain h3 {
    margin: 0;
  }
  .footer-container .hs-menu-flow-vertical:first-child {
    /* margin-top: 2rem; */
  }
  .footer-container .hs-menu-flow-vertical ul {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: column;
    margin-bottom: 2rem;
  }
}

.footer-container .hs-menu-flow-vertical ul > li:not(:first-child) {
  margin-top: 0 !important;
}

#footerContainerMain a {
  color: #3c3c3b !important;
}
#footerContainerMain .footer-address-links a {
  color: #4252e6 !important;
}
#footerContainerMain a:hover {
  color: #4252e6 !important;
  text-decoration: underline;
  font-weight: 700 !important;
}

#footerContainerMain .logo-stack {
  margin: 0 auto;
  display: grid;
  grid-gap: 40px;
  max-width: 1000px;
}

.logo-stack__item {
  width: 12.5%;
}

@media (max-width: 768px) {
  .logo-stack__item {
    margin-right: 0rem;
    min-width: 120px;
  }
}

.footer__copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

@media (max-width: 640px) {
  .footer__copyright {
    flex-direction: column;
    gap: 7px;
  }
}

.footer__copyright span,
.footer__copyright a {
  font-size: 0.7222rem;
  color: #fff;
}

.footer__copyright-links {
  display: flex;
  gap: 8px;
}

.footer__bottom {
  margin-top: 1rem;
}
/* Header styles */
.site-header {
  padding: 0 15px;
}
.logo--dark {
  display: block;
}
.logo--light {
  display: none;
}
.no-list li,
[class*='hs-menu'] ul li {
  list-style: none;
  padding: 0;
}
.no-list li:before,
[class*='hs-menu'] ul li:before {
  display: none;
}
.hs-hero__content {
  transition: 300ms;
  margin-top: 0;
}
.transparent-header-positioning .hs-hero__content {
  margin-top: 6rem;
}

.transparent-header .logo--dark {
  display: none;
}

.transparent-header .logo--light {
  display: block;
}

@media screen and (max-width: 991px) {
  .logo--dark,
  .transparent-header .logo--dark {
    display: block !important;
  }

  .logo--light,
  .transparent-header .logo--light {
    display: none !important;
  }

  .transparent-header .site-header {
    box-shadow: none;
    background: #fff;
  }
}
@media screen and (min-width: 992px) {
  .transparent-header .site-header {
    box-shadow: none;
    background: transparent;
  }
  .transparent-header .search--navbar svg path {
    fill: #fff !important;
  }
  .transparent-header a.header-btn {
    background: #262e61;
    color: #fff;
    background: #fff;
    color: #262e61;
  }
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    opacity: 1;
  }
}

/* General Menu Style */
.site-header__menu .hs_cos_wrapper {
  justify-content: flex-end;
}

/* Buttons & Links */
.site-header,
.site-header .hs-menu-wrapper a,
a.header-btn {
  transition: all 0.5s;
}

.site-header a {
  cursor: pointer;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  color: #3c3c3b;
}
/* Button wrapper */
.site-header__cta {
  padding: 0 20px;
}

a.header-btn {
  background: #262e61;
  color: #fff;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
  display: inline-block;
  line-height: 1.5em;
}

a.header-btn:hover {
  background: #2b63ad;
  color: #fff;
}

/* NEED TO ORGANIZE */

.site-header
  .site-header__menu
  .hs-menu-wrapper
  .hs-menu-item.hs-menu-depth-1
  > .hs-menu-children-wrapper
  li.hs-menu-item.hs-item-has-children
  > a {
  font-weight: 500;
  padding-bottom: 10px !important;
}

.site-header
  .site-header__menu
  .hs-menu-wrapper
  .hs-menu-item.hs-menu-depth-1
  > .hs-menu-children-wrapper
  li.hs-menu-item.hs-item-has-children
  > a::after {
  height: 2px;
}

.site-header
  .site-header__menu
  .hs-menu-wrapper
  .hs-menu-item
  .hs-menu-children-wrapper
  .hs-menu-depth-2
  .hs-menu-children-wrapper
  li.hs-menu-item
  a,
.site-header__menu .hs-item-has-children.hs-menu-depth-1:hover > ul > li > a {
  font-weight: 500;
}

.site-header
  .site-header__menu
  .hs-menu-wrapper
  .hs-menu-item
  .hs-menu-children-wrapper
  .hs-menu-depth-2
  .hs-menu-children-wrapper {
  margin-top: 1.5em;
  padding-left: 1em;
  margin-top: 15px;
  padding: 0.6em 0.8em;
  background: #f1f1f1;
  margin-left: 6px;
}

.site-header
  .site-header__menu
  .hs-menu-wrapper
  .hs-menu-item
  .hs-menu-children-wrapper
  .hs-menu-depth-2
  .hs-menu-children-wrapper
  li.hs-menu-item {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
}

.site-header
  .site-header__menu
  .hs-menu-wrapper
  .hs-menu-item
  .hs-menu-children-wrapper
  .hs-menu-depth-2
  .hs-menu-children-wrapper
  li.hs-menu-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.site-header
  .site-header__menu
  .hs-menu-wrapper
  .hs-menu-item
  .hs-menu-children-wrapper
  .hs-menu-depth-2
  .hs-menu-children-wrapper
  li.hs-menu-item
  a {
  font-size: 13px;
}

@media screen and (max-width: 1119px) {
  .site-header__cta {
    right: 90px;
    position: absolute;
    padding: 0;
  }
  .site-header .site-header__menu .hs-menu-wrapper .hs-menu-depth-1 a {
    border-bottom: 1px solid #dadada !important;
  }

  .site-header__menu .hs-menu-item {
    position: relative;
  }
  .site-header
    .site-header__menu
    .hs-menu-wrapper
    .hs-menu-depth-1
    + .hs-menu-depth-1 {
    margin-left: auto;
  }

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 45px !important;
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, 0.2);
  }

  .child-trigger i {
    position: relative;
    top: 50%;
    margin: 0 auto !important;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .child-trigger i,
  .child-trigger i:after {
    width: 10px;
    height: 1px;
    background-color: #262e61;
    display: block;
  }

  .site-header
    .site-header__menu
    .hs-menu-wrapper
    .hs-menu-item.hs-menu-depth-1
    > .hs-menu-children-wrapper {
    background: rgba(0, 0, 0, 0.01);
  }
  .site-header__menu .hs-menu-item.hs-menu-depth-1 > .hs-menu-children-wrapper {
    padding-left: 0;
    width: 100% !important;
  }
}

@media (min-width: 991px) {
  .transparent-header .btn1 .icon-right,
  .transparent-header .btn1 .icon-left,
  .transparent-header .btn1 .icon-left::before,
  .transparent-header .btn1 .icon-right::before,
  .transparent-header .btn1 .icon-left::after,
  .transparent-header .btn1 .icon-right::after {
    background-color: #fff;
  }
}
/* Missing Template at Path: \'AOP\/css\/components\/_pricing.css\' */



/* Blog Post */

/* .h-container--post {
  background: linear-gradient(to bottom, var(--primary-accent-l4) 0%, var(--primary-accent-l4) 5%, transparent 5%, transparent 100%);
} */

@media only screen and (min-width: 768px) {
  .h-container--blogPost {
    margin: 0 auto;
    width: var(--blogpost-container);
  }
}

.c-blogPost__header {
  padding-top: 2.5rem;
}

/* Blog Post Typography */

.c-blogPost__body h1,
.c-blogPost__body h2,
.c-blogPost__body h3,
.c-blogPost__body h4,
.c-blogPost__body h5,
.c-blogPost__body h6 {
  font-weight: 500;
  padding-top: 0.8em
}

.c-blogPost__body h1 {
  font-size: 2.5rem;
}

.c-blogPost__body h2 {
  font-size: 2rem;
}

.c-blogPost__body h3 {
  font-size: 1.5rem;
}

.c-blogPost__body h4 {
  font-size: 1.125rem;
}

.c-blogPost__body h5 {
  font-size: 1rem;
}

.c-blogPost--body h6 {
  font-size: 0.85rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {

  .c-blogPost__body h1 {
    font-size: 3.25rem;
  }

  .c-blogPost__body h2 {
    font-size: 2.5rem;
  }

  .c-blogPost__body h3 {
    font-size: 2rem;
  }

  .c-blogPost__body h4 {
    font-size: 1.5rem;
  }

  .c-blogPost__body h5 {
    font-size: 1.125rem;
  }

  .c-blogPost__body h6 {
    font-size: 1rem;
  }
}

.c-blogPost__body p:first-of-type,
.c-blogPost__body p:last-of-type {
  font-size: 1.34rem;
  color: var(--dark-l1);
  margin-bottom: 1em;
  padding-bottom: 1em;
  padding-top: 1em;
}

.c-blogPost__body ul,
.c-blogPost__body ol {
  list-style-type: initial;
}

.c-blogPost__body li {
  margin-bottom: 0.8em;
}

/* Image */

.c-blogPost__body img {
  border-radius: var(--radius);
  width: 100% !important;
}

/* Blog Listing */

@media only screen and (min-width: 768px) {
  .c-blogListing {
    display: flex;
    flex-wrap: wrap;
  }
}

.c-blogHeader {
  padding-bottom: 0;
  padding-top: 2.6rem;
  transition: var(--transition);
}

.c-blogHeader--alt h1 {
  font-size: 2rem;
  margin: 0;
}

.c-blogSubheader {
  background-color: var(--primary-accent-l4);
  border-radius: var(--radius);
  margin: 0 0.5rem 2rem;
  padding: 1.6rem;
}

.c-blogSubheader__header {
  border-bottom: 1px solid #505DAA /*var(--light)*/;
  margin-bottom: 2.2rem;
  padding-bottom: 1.4rem;
}

.c-blogSubheader__author {
  margin-bottom: 1rem;
}

.c-blogSubheader__authorImg {
  border-radius: 50%;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  overflow: hidden;
  width:  5rem;
}

.c-blogSubheader__authorBio {
  margin-left: auto;
  margin-right: auto;
}

.c-blogSubheader__authorLinks a {
  fill: var(--primary-accent);
  padding: 0.4rem;
}

.c-blogSubheader__authorLinks a:hover {
  box-shadow: none;
  opacity: 0.6;
}

.c-blogSubheader__authorLinks svg {
  height: 0.8rem;
  width:  0.8rem;
}

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

@media only screen and (min-width: 640px) {
  .c-blogSubheader__author {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .c-blogSubheader__authorImg {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 1rem;
  }

  .c-blogSubheader__authorName {
    text-align: initial;
  }

  .c-blogSubheader__authorBio {
    width: 70%;
  }
}

/* Blog Search */

.c-blogHeader__search {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-blogHeader__search {
    width: 50%;
  }
}

.c-blogHeader__search input[type='text'] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--primary-accent);
  border-radius: 0;
  padding: 1.4rem 2.4rem;
}

.c-blogHeader__search input[type='text']:focus {
  outline: 2px solid var(--dark);
}

.c-blogHeader__search form {
  padding: 0.8rem 0;
  position: relative;
}

.hs-search-field {
  padding: 0.7rem 0;
}

.c-blogHeader__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: var(--primary-accent-l4);
  border: none;
  border-radius: var(--radius);
  left: 0;
  max-width: initial;
  padding: 1.3em 0 0.9em;
  right: 0;
  top: 6rem;
  z-index: 1;
}

.c-blogHeader__search .hs-search-field__suggestions li a {
  padding: 0.4em 1.3em;
}

.c-blogHeader__search .hs-search-field__suggestions #results-for {
  font-weight: initial;
  margin-bottom: 0.89rem;
  padding-left: 1.3em;
}

.c-blogHeader__search .hs-search-field__suggestions a:hover,
.c-blogHeader__search .hs-search-field__suggestions a:focus {
  background-color: var(--primary-accent-l3);
  box-shadow: none;
}

.c-blogHeader__search form::before {
  color: var(--primary-accent);
  content: "\f002";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  left: 0.6em;
  position: absolute;
  text-rendering: auto;
  top: 2.2em;
}

.c-blogHeader__search input[type='text']::placeholder {
  color: var(--primary-accent);
}

/* Post Card */

.c-blogCard {
  border-radius: var(--radius);
  color: var(--dark);
  flex-shrink: 0;
  margin-bottom: 1rem;
  min-height: 400px;
  overflow: hidden;
  width: 100%;
}

@media only screen and (min-width: 768px) {

  .c-blogCard {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .c-blogCard--s {
    width: calc(31% - 1rem);
  }

  .c-blogCard--l {
    width: calc(50% - 1rem);
  }

  .c-blogCard--featured {
    width: calc(100% - 1rem);
  }
}

@media only screen and (min-width: 1200px) {
  .c-blogCard--featured {
    display: flex;
    /* flex-basis: 100%; */
  }
}

.c-blogCard__wrapper {
  padding: 1rem;
}

.c-blogCard a:link {
  color: inherit;
  text-decoration: none;
}

.c-blogCard a:visited {
  color: inherit;
  text-decoration: none;
}

.c-blogCard a:hover {
  box-shadow: none;
  color: inherit;
  text-decoration: none;
}

.c-blogCard .c-blogCard__author {
  margin-bottom: 0;
}

.c-blogCard__title {
  font-size: 1.6rem;
}

.c-blogCard__title a:link {
  color: var(--dark);
}

.c-blogCard__title a:visited {
  color: var(--dark);
}

.c-blogCard__title a:hover {
  color: var(--dark);
  box-shadow: none;
}

.c-blogCard--featured .c-blogCard__title {
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .c-blogCard--featured .c-blogCard__title {
    font-size: 2.5rem;
  }
}

.c-blogCard__summary p {
  font-size: 0.9rem;
}

.c-blogCard__image {
  display: block;
  flex-basis: 60%;
  flex-shrink: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding-bottom: 60%;
  position: relative;
  width: 100%;
}

.c-blogCard--featured .c-blogCard__image {
  height: initial;
  padding-bottom: 0;
}

.c-blogCard__image img {
  display: block;
}

.c-blogCard__content {
  background-color: var(--primary-accent-l4);
  min-height: 100%;
  padding: 1.2em;
}

.c-blogCard--featured .c-blogCard__content {
  min-height: initial;
}

@media only screen and (min-width: 768px) {
  .c-blogCard__content {
    padding: 1.5em 2.4em 1.5em;
  }
}

@media only screen and (min-width: 1200px) {
  .c-blogCard--featured .c-blogCard__content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    min-height: 100%;
  }
}

.c-blogCard__tags {
  margin-bottom: 0.89rem;
}

.c-blogCard__tags span {
  font-size: 0.89rem;
  font-weight: 500;
  line-height: 1;
}

/* Tags */

.c-blogHeader__tags {
  font-size: 0.9rem;
}

.c-blogHeader__tagList {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .c-blogHeader__tags {
    align-items: baseline;
    display: flex;
    margin: 0 auto;
  }

  .c-blogHeader__tagList {
    display: flex;
    justify-content: space-between;
    padding-left: 0.5em;
  }

  .c-blogHeader__tagList li {
    padding: 0 0.5em;
  }
}



/* Pagination */

.c-blogPagination {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
}

.c-blogPagination__link {
  align-items: center;
  border-radius: 50%;
  color: var(--primary-accent);
  cursor: pointer;
  display: inline-flex;
  height: 1.8rem;
  justify-content: center;
  opacity: 1;
  padding: 0.5em;
  text-decoration: none;
  transition: var(--transition);
  width: 1.8rem;
}

.c-blogPagination__link:hover {
  opacity: 0.6;
  transform: scale(1.1);
}

.c-blogPagination__link svg {
  fill: var(--primary-accent);
}

.c-blogPagination__link--active {
  cursor: initial;
  background-color: var(--primary-accent-l4);
}

.c-blogPagination__link--active:hover {
  opacity: initial;
  transform: scale(1);
}

.c-blogPagination__linkNext--disabled,
.c-blogPagination__linkPrev--disabled {
  color: var(--dark-l2);
  cursor: not-allowed;
  pointer-events: none;
}

.c-blogPagination__linkNext--disabled svg,
.c-blogPagination__linkPrev--disabled svg {
  fill: var(--dark-l2);
}

/* Author */

.c-blogCard__author {
  align-items: center;
  display: flex;
  font-size: 0.8rem;
  margin-bottom: 1rem;
  line-height: 1.2em;
}

.c-blogCard__authorName {
  color: var(--primary-accent);
  text-decoration: none;
}

.c-blogCard__authorName:visited {
  color: var(--primary-accent);
  text-decoration: none;
}

.c-blogCard__authorImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 2rem;
  margin-right: 0.5rem;
  width: 2rem;
}

.c-blogPost__author {
  display: flex;
  margin-bottom: 3rem;
  margin-left:  -2rem;
  margin-right: -2rem;
  padding: 2rem;
}

.c-blogPost__authorImage {
  border-radius: 50%;
  flex-shrink: 0;
  height: 8rem;
  margin-right: 1.8rem;
  overflow: hidden;
  width:  8rem;
}

.c-blogPost__authorImage img {
  display: block;
}

.c-blogPost__authorName {
  font-size: 1.4rem;
}

.c-blogPost__authorLinks {
  margin-bottom: 0.6rem;
}

.c-blogPost__authorLinks a {
  fill: var(--primary-accent);
  padding: 0.4rem;
}

.c-blogPost__authorLinks a:visited {
  fill: var(--primary-accent);
}

.c-blogPost__authorLinks a:hover {
  box-shadow: none;
  opacity: 0.6;
}

.c-blogPost__authorLinks a:active {
  box-shadow: none;
  fill: var(--primary-accent);
}

.c-blogPost__authorLinks svg {
  height: 0.8rem;
  width:  0.8rem;
}

.c-blog-Post__authorBio {
  margin: 0;
}

/* Blog Post Featured Image */

.c-blogPost__image {
  border-radius: var(--radius);
  height: 420px;
  margin-left: -4rem;
  margin-right: -4rem;
  margin-bottom: 2rem;
}

/* Blog Post Tags */

.c-blogPost__tags {
  margin-bottom: 2rem;
  padding-left: 2.5rem;
  position: relative;
}

.c-blogPost__tags::before {
  color: var(--primary-accent);
  content: "\f02c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0.5rem;
  position: absolute;
}

.c-blogPost__tagLink {
  color: var(--primary-accent);
  display: inline-block;
  font-size: 0.8rem;
  margin-right: 0.7em;
  text-decoration: none;
}

.c-blogPost__tagLink:visited,
.c-blogCard__authorName:visited {
  color: var(--primary-accent);
}

.c-blogPost__tagLink:hover,
.c-blogCard__authorName:hover {
  color: var(--primary-accent-d2);
  box-shadow: 0px 2px var(--primary-accent-d2);
}

.c-blogPost__tagLink:focus,
.c-blogCard__authorName:focus {
  outline: 2px solid var(--dark);
}

.c-blogPost__tagLink:active,
.c-blogCard__authorName:active {
  color: var(--primary-accent-l1);
  box-shadow: 0px 2px var(--primary-accent-d2);
}

/* Social Sharing */

.c-blogPost__socialSharing {
  align-items: center;
  display: flex;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.c-social {
  display: flex;
  margin-bottom: 0.89rem;
  padding-left:  1rem;
  padding-right: 1rem;
}

.c-social__link {
  display: block;
  padding: 0.5rem;
}

.c-social__link:hover {
  opacity: 0.6;
}

.c-social__link svg {
  fill: var(--primary-accent);
  height: 1.2rem;
  width:  1.2rem;
}

/* Comments */

#comments-listing {
  margin-bottom: 2rem;
}

#comments-listing .comment.depth-0 {
  border: none;
  margin-bottom: 0.6rem;
  margin-top: 0;
  padding-top: 1.4rem;
}

#comments-listing .comment-from h4 {
  font-size: 0.8em;
  font-weight: initial;
  margin-bottom: 0.7em;
}

#comments-listing .comment-from h4 a {
  color: var(--dark);
}

#comments-listing .comment-from h4 a:hover {
  box-shadow: 0px 2px var(--dark);
}

#comments-listing .comment-date {
  color: var(--dark-l1);
}

#comments-listing .comment-reply-to {
  background-image: none;
  border: none;
  border-radius: 0;
  color: var(--primary-accent);
  font-size: 0.9rem;
  padding: 0 0 0 1.5em;
  position: relative;
}

#comments-listing .comment-reply-to:hover {
  box-shadow: 0px 2px var(--primary-accent);
  color: var(--primary-accent);
}

#comments-listing .comment-reply-to::before {
  color: var(--primary-accent);
  content: var(--arrow);
  font-size: 1.5em;
  left: -0.5em;
  margin-bottom: 0.2em;
  position: relative;
}

#comments-listing .comment-reply-to em {
  padding: 0.4em;
}

#comments-listing .comment.depth-1 {
  border-left: 1px solid var(--primary-accent-l2);
  margin-bottom: 0.8rem;
  margin-left: 0.5rem;
  padding-top: 0.8rem;
}

#comments-listing .comment-body p {
  margin-bottom: 0.2em;
}

#comments-listing .replying {
  padding-top: 1rem;
  position: relative;
}

#comments-listing .replying-to {
  background-color: var(--primary-accent-l3);
  border-radius: var(--radius) var(--radius) 0 0;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 1em;
}

.c-blogPost .hs-common-confirm-message {
  background-color: var(--success-l4)!important;
  border: 1px solid #var(--success-l3)!important;
  color: var(--success)!important;
  font-size: 0.8rem!important;
  border-radius: 3px!important;
  padding: 1em!important;
}

#comments-listing .replying .hs-common-confirm-message {
  margin: 0!important;
}

.c-blogPost__comments form {
  border: 1px solid var(--primary-accent-l3);
  border-radius: var(--radius);
  margin-bottom: 2rem;
  padding: 2rem;
}

.c-blogPost__comments .replying form {
  border-radius: 0 var(--radius) var(--radius) var(--radius);
}

/* Related Posts */

.c-relatedPosts {
  padding-bottom: 2.5rem;
  padding-top:    2.5rem;
}

.c-relatedPosts__list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  padding-top:    1rem;
}

.c-relatedPosts .c-blogCard__content {
  padding: 1.4em;
}
/* Error Pages */

.h-container--error {
  min-height: 100%;
  padding: 0 1rem;
}

.c-error {
  min-height: calc(100vh - 189px);
  padding: 0 1.5rem 1.5rem;
}

.c-error__imgStack {
  position: relative;
}

.c-error__img--alt {
  position: absolute;
  top: 0;
}

.c-error__img--alt {
  display: none;
}

.c-error__type {
  background-color: var(--primary-accent-l4);
  border-radius: var(--radius);
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  padding: 1em;
}

.c-error__content .hs-menu-item {
  margin-bottom: 0.5em;
}

.c-error__content .hs-menu-item a {
  padding-left: 1.5em;
  position: relative;
}

.c-error__content .hs-menu-item a::before {
  color: var(--primary-accent);
  content: var(--arrow);
  font-size: 1.5em;
  left: 0;
  position: absolute;
  top: -0.4em;
}

@media only screen and (min-width: 640px) {
  .c-error {
    align-items: center;
    display: flex;
    padding: 2.5rem 1.5rem;
  }

  .c-error__imgStack,
  .c-error__content {
    flex-basis: 50%;
  }
}


/* System Pages */

.h-container--system {
  padding-bottom: 3rem;
  padding-top:    3rem;
}

@media only screen and (min-width: 640px) {
  .h-container--system {
    margin: 0 auto;
    max-width: 540px;
    padding: 6rem 1.4rem;
  }
}

@media only screen and (min-width: 1440px) {
  .h-container--system {
    padding-top: 8rem;
  }
}

.systems-page--search-results {
  max-width: 100%;
}

.h-container--system .success {
  background-color: var(--success-l4);
  border: 1.5px solid var(--success-l3);
  border-radius: 3px;
  color: var(--success);
  display: inline-block;
  font-size: 0.9rem;
  margin: 1.4rem 0;
  padding: 1em;
  width: 100%;
}

.h-container--system form input {
  max-width: 100%;
}

.c-subscription .page-header {
  font-size: 0.9rem;
  line-height: 1.5;
}

.c-subscription--preferences .page-header {
  border-bottom: 1px solid var(--primary-accent-l3);
  margin-bottom: 1.8rem;
  padding-bottom: 1.8rem;
}

.c-subscription--preferences .checkbox-row {
  margin-bottom: 0.3em;
}

.c-subscription--preferences .checkbox-row span,
.c-subscription--preferences .subscribe-options label {
  font-weight: 600;
}

.c-subscription--preferences .item p {
  font-size: .9rem;
  margin-left: 1.2em;
}

.c-subscription--preferences .subscribe-options {
  margin-bottom: 2rem;
  margin-right: 0;
}

.c-subscription .page-header h2 {
  border-bottom: 1px solid var(--primary-accent-l3);
  padding-bottom: 1.4em;
}

#email-prefs-form .header {
  background-color: transparent;
}

#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

/* Search Pages */

.h-container--search-results {
  padding-bottom: 4.8rem;
}

.c-searchResults__title {
  border-bottom: 1px solid var(--primary-accent-l3);
  margin-bottom: 2.5rem;
  padding-bottom: 2.2rem;
}

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #505DAA /*var(--light)*/;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

.hs-search-results__listing li {
  margin-bottom: 2.5rem !important;
}

.hs-search-results__title {
  color: var(--dark);
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  padding-left: 1.4em;
  position: relative;
  text-decoration: none;
}

.hs-search-results__title::before {
  color: var(--dark);
  content: var(--arrow);
  font-size: 1.5em;
  left: 0;
  position: absolute;
  top: -0.4em;
}

.hs-search-results__title:hover {
  opacity: 0.6;
}


.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  background-color: var(--primary-accent-l3);
  font-weight: 600 !important;
  padding: 0 0.4em;
}

.hs-search-results__next-page,
.hs-search-results__prev-page {
  color: var(--primary-accent);
  font-weight: 500;
  text-decoration: none;
}

.hs-search-results__next-page:hover,
.hs-search-results__prev-page:hover {
  box-shadow: 0 2px var(--primary-accent);
}

/* Password Prompt */

.password-prompt form {
  margin: 0 auto;
  max-width: 320px;
}

.password-prompt input[type='password'] {
  height: auto !important;
  margin-bottom: 1rem;
}

.password-prompt input[type='submit'] {
  display: block;
  margin: 0 auto;
}

/* Backup Unsubscribe */

.c-unsubscribe h1 {
  text-align: center;
}

.c-unsubscribe h3 {
  display: none;
}

.c-unsubscribe input[type='email'] {
  font-size: 1rem !important;
  height: auto !important;
  margin-bottom: 1rem;
  padding: .8em !important;
  width: 100% !important;
}

.c-unsubscribe input[type='submit'] {
  display: block;
  margin: 0 auto;
}

/* Membership Pages */

.systems-page .hs-login-widget-show-password,
.systems-page .hs-register-widget-show-password,
.systems-page .hs-reset-widget-show-password {
  display: block;
  margin-bottom: 0.5rem;
}

/* Input error messages */

.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}


/* Pulling out the additional AOP CSS to put in here */
/* ========================================================================== */
/*  HUBSPOT VARS                                                              */
/* ========================================================================== */

/* ========================================================================== */
/*  Colors                                                                    */
























/* ========================================================================== */
/* Typograghy                                                                 */



/* ========================================================================== */
/*  Breakpoints                                             #brk              */

/* mobile first */






/*

----------- Selector legend -----------

b- block elements that are large meaningful chunks of the interface.
Block elements always consist of the components.
c- component elements that are either individual UI particle
or could be a constituent of the block element.
h- helper classes/selectors serve as visual enhancers in the UI.
g- global classes-selectors that redefine basic html element styles like h1, p, ul etc.
Difference between h- and g- is that the latter can stand along as a component when -h can't.
m- mobile-only styles.
t- tablet-only styles.
d- desktop-only styles.

*/

/* ----------- Global styles ----------- */


img {
  width: 100%;
}



/* Clients */

.c-logoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

.c-logoList__item {
  height: 80px;
}

.c-logoList__item img {
  height: 100%;
  width: auto;
}

/* Resources */

.b-resources--dnd h2 {
  text-align: center;
}

/* CTA */

.b-cta {
  padding-bottom: 6.6rem;
  padding-top:    6.6rem;
}

.b-cta--dnd {
  text-align: center;
}

.c-cta__btn {
  position: relative;
}

@media only screen and (min-width: 425px) {
  .c-cta__btn::after {
    content: url("");
      display: block;
      position: absolute;
      right: -5rem;
      top: 0.2rem;
      }

  .c-cta__btn::before {
    content: url("");
      display: block;
      left: -5rem;
      position: absolute;
      top: 0.2rem;
      }
}

/* Social */

.social-links__icon:hover {
  opacity: 0.8;
}

/* Form */

form {
  padding: 1.5rem 0;
}

/* Feature Banner */

.b-foldedSection img {
  display: block;
  object-fit: cover;
}

.b-foldedSection .span5 {
  max-width: 540px;
}

@media only screen and (min-width: 768px) {
  .b-foldedSection img {
    /* height: 60vh !important; */
    /* margin-left: -3rem; */
  }
}


/* ----------------------------------- */


/* ----------------------------------- */


/* ----------- JS-related styles ----------- */

.js-hide {
  display: none;
}

/* ----------------------------------- */



/*----------- new css ------------*/

body.aop-page,
.aop-page .site-header {
  max-width: none;
}

.aop-page {
  display: flex; /* Enables body content to acquire flex properties like grow, shrink and base */
  flex-direction: column; /* Fixes the row layout for body that comes from display: flex */
}

.aop-page .container {
  max-width: 1600px;
  margin: 0 auto; /* !important */
  float: none; /* !important */
  padding: 0 15px;
}

.aop-page .header-container-wrapper a {
  color: #3c3c3b !important;
}

.aop-page .header.header--no-navigation {
  padding: 15px 0;
}

.aop-page .site-header__menu .hs_cos_wrapper {
  justify-content: flex-end;
}

.aop-page .search--navbar, .aop-page .site-header__cta {
  position: static; /* !important */
}
.aop-page .site-header__cta {
  padding: 0 20px;
}
.aop-page .header-container-wrapper .header-btn {
  padding: 10.5px 20px; /* !important */
  font-size: 16px;
  font-weight: 500;
}
.aop-page .site-header .site-header__menu .hs-menu-wrapper .hs-menu-depth-1>a {
  font-size: 16px;
  font-weight: 500;
}
.aop-page .site-header .site-header__menu .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1>.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children>a {
  font-weight: 500;
  padding-bottom: 10px; /* !important */
}
.aop-page .site-header .site-header__menu .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1>.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children>a::after {
  height: 2px;
}
.aop-page .site-header .site-header__menu .hs-menu-wrapper .hs-menu-item .hs-menu-children-wrapper .hs-menu-depth-2 .hs-menu-children-wrapper li.hs-menu-item a,
.aop-page .site-header__menu .hs-item-has-children.hs-menu-depth-1:hover>ul>li>a,
.aop-page .hs-error-msg {
  font-weight: 500;
}
.aop-page .site-header .site-header__menu .hs-menu-wrapper .hs-menu-item .hs-menu-children-wrapper .hs-menu-depth-2 .hs-menu-children-wrapper {
  margin-top: 1.5em;
  padding-left: 1em;
  margin-top: 15px;
  padding: 0.6em 0.8em;
  background: #f1f1f1;
  margin-left: 6px;
}
.aop-page .site-header .site-header__menu .hs-menu-wrapper .hs-menu-item .hs-menu-children-wrapper .hs-menu-depth-2 .hs-menu-children-wrapper li.hs-menu-item {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
}
.aop-page .site-header .site-header__menu .hs-menu-wrapper .hs-menu-item .hs-menu-children-wrapper .hs-menu-depth-2 .hs-menu-children-wrapper li.hs-menu-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.aop-page .site-header .site-header__menu .hs-menu-wrapper .hs-menu-item .hs-menu-children-wrapper .hs-menu-depth-2 .hs-menu-children-wrapper li.hs-menu-item a {
  font-size: 13px;
}
.aop-page .hs-error-msgs {
  margin-top: 0px;
}
.aop-page .hs-error-msg {
  font-size: 12px; /* !important */
}
.aop-page .header-container-wrapper .header-btn:focus {
  text-decoration: none;
}
.aop-page .mfp-wrap .white-popup {
  max-width: 800px;
  padding: 0;
}
.aop-page .mfp-wrap .white-popup .form-heading {
  margin: 0 0 30px;
  padding: 18px 40px;
  background: #212b62;
  color: #fff;
}
.aop-page .mfp-wrap .white-popup .form-heading h2 {
  font-size: 1.25em;
  margin: 0;
  font-weight: 500;
  color: #fff;
}
.aop-page .mfp-wrap .white-popup form {
  padding: 0 40px 40px;
}
.aop-page .mfp-close-btn-in .mfp-close {
  color: #333;
  opacity: 1;
  font-size: 34px;
  background: #fff;
  border-radius: 0;
  top: 6px;
  right: 6px;
}

.aop-page .hero--home .hs-hero main h1 {
  font-size: 3.5rem; /* !important */
}
.form-logo {
  position: absolute;
  bottom: 35px;
  right: 40px;
  left: auto;
  width: 120px; /* !important */
}
.btn-blue-bg, .btn-white-bg {
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #4252e6; /* !important */
  border: 2px #4252e6 solid;
  border-radius: 6px;
  display: inline-block;
  line-height: 1.5em;
  font-family: sans-serif;
  text-transform: uppercase;
}
.btn-blue-bg:hover {
  background: #4252e6;
  color: #fff; /* !important */
  border: 2px #4252e6 solid;
  text-decoration: none; /* !important */
}
.btn-white-bg {
  background: #fff;
  color: #262E61; /* !important */
}
.btn-white-bg:hover {
  background: #2b63ad;
  text-decoration: none; /* !important */
  color: #fff; /* !important */
}
.gray-bg {
  background-color: #f5f5f5;
}
.site-header, .site-header .hs-menu-wrapper ul li.hs-menu-depth-1 a, .header-container-wrapper .header-btn {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.aop-page.blog-post-page .hs-button {
  color: #fff; /* !important */
}
.aop-page .hs-button {
  -webkit-appearance: none;
}
.vidyard-player-container {
  margin-bottom: 30px; /* !important */
}
.vidyard-player-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


@media not all and (min-resolution:.001dpcm) {
  .aop-page form ul.inputs-list.multi-container li input {
    margin-top: 0;
    margin-bottom: 5px;
  }
}
}


@media(max-width:1200px){
  .site-header .site-header__menu .hs-menu-wrapper .hs-menu-depth-1 > a {
    font-size: 16px;
  }
}

@media(max-width:1119px){
  .site-header .site-header__menu .hs-menu-wrapper .hs-menu-depth-1 + .hs-menu-depth-1 {
    margin-left: auto;
  }
  .transparent-header .site-header .hs-menu-depth-1 > a  {
    color:#3c3c3b; /* !important */
  }
  .site-header .site-header__menu {
    padding-left: 0;
  }
  .site-header .site-header__menu .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1 > .hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children > a {
    font-weight: bold;
  }
  .site-header .site-header__menu .hs-menu-wrapper .hs-menu-depth-1 a {
    border-bottom: 1px solid #dadada; /* !important */
  }
  .site-header .site-header__menu .hs-menu-wrapper li li.hs-menu-depth-2:last-child > a {
    border-bottom:0 none; /* !important */
  }
  .site-header .site-header__menu .hs-menu-wrapper .hs-menu-depth-1  a:after, .site-header .site-header__menu .hs-menu-wrapper .hs-menu-depth-1  a:before {
    display:none; /* !important */
  }
  .site-header__menu .hs-menu-item.hs-menu-depth-2 a {
    font-size: 16px;
  }
  .site-header .site-header__menu .hs-menu-wrapper .hs-menu-item .hs-menu-children-wrapper .hs-menu-depth-2 .hs-menu-children-wrapper li.hs-menu-item {
    margin-bottom: 0;
  }
  .site-header .site-header__menu .hs-menu-wrapper .hs-menu-item .hs-menu-children-wrapper .hs-menu-depth-2 .hs-menu-children-wrapper li.hs-menu-item a {
    padding: 1em 0;
  }
  .site-header .site-header__menu .hs-menu-wrapper .hs-menu-item .hs-menu-children-wrapper .hs-menu-depth-2 .hs-menu-children-wrapper {
    margin-top: 0;
    padding-left: 1em;
  }
  .site-header .site-header__menu .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1 > .hs-menu-children-wrapper {
    background: rgba(0,0,0,0.01);
    padding: 0 1em;
  }
  .site-header__menu .hs-menu-item.hs-menu-depth-1 > .hs-menu-children-wrapper > li:first-child {
    border-top: 0 none; /* !important */
  }
  .aop-page .site-header .site-header__menu .hs-menu-wrapper .hs-menu-item .hs-menu-children-wrapper .hs-menu-depth-2 .hs-menu-children-wrapper {
    margin-top: 0;
    background: transparent;
  }
  .aop-page .site-header .site-header__menu .hs-menu-wrapper .hs-menu-item .hs-menu-children-wrapper .hs-menu-depth-2 .hs-menu-children-wrapper li.hs-menu-item a {
    color: #3c3c3b; /* !important */
  }
  .aop-page .search--navbar,
  .aop-page .site-header__cta {
    position: absolute; /* !important */
  }
  .aop-page .site-header__cta {
    padding: 0 15px;
  }
  .aop-page .menu.btn1 {
    right: 25px;
  }
  .aop-page .search--navbar {
    right: 65px; /* !important */
  }

  .aop-page .site-header__menu a {font-weight: 500;}
  .aop-page .video-play-button {
    left: 88%;
  }
  .new-hero .hs-hero__content {
    max-width: 100%;
  }


  .site-header .site-header__menu .hs-menu-wrapper .hs-menu-item .hs-menu-children-wrapper .hs-menu-depth-2 .hs-menu-children-wrapper li.hs-menu-item a {
    border-bottom: none; /* !important */
  }
  .logo--light {
    display: none; /* !important */
  }
  .logo--dark {
    display: block; /* !important */
  }
  .aop-page .site-header__cta {
    top: 23px;
  }
  .aop-page .search--navbar {
    top: 28px;
    margin-left: 1rem;
  }
}
@media(max-width:991px){
  .transparent-header .header-container-wrapper .site-header .btn1 .icon-right, .transparent-header .header-container-wrapper .site-header .btn1 .icon-left, .transparent-header .header-container-wrapper .site-header .btn1 .icon-left::before, .transparent-header .header-container-wrapper .site-header .btn1 .icon-right::before, .transparent-header .header-container-wrapper .site-header .btn1 .icon-left::after, .transparent-header .header-container-wrapper .site-header .btn1 .icon-right::after {
    background-color: #212121;
  }
  .logo--light {
    display: none; /* !important */
  }
  .logo--dark {
    display: block; /* !important */
  }
  .error-page .error-form-title h3 {
    font-size: 40px;
  }
}
@media(max-width:767px){
  .mfp-wrap .white-popup .hs-form .form-columns-3 .hs-form-field {
    width:100%; /* !important */
  }
  .mfp-wrap .white-popup .hs-form .form-columns-3 .hs-form-field ~ .hs-form-field {
    margin-top: 1rem !important
  }
  .mfp-wrap .white-popup {
    padding:30px;
  }
  .aop-page .mfp-wrap .white-popup form {
    padding: 0 30px 30px;
  }
  .aop-page #footerContainerMain>:first-child>.row-fluid>div.span4 {
    margin-bottom: 2rem;
  }

  .form-logo {
    position: absolute;
    bottom: 25px;
    right: 30px;
    width: 90px; /* !important */
  }

  .aop-page #hubspot-messages-iframe-container {display:none; /* !important */}

}

@media(max-width:575px){
  .vendor-top-text li {
    font-size: 1rem;
  }
  .hs-accordion .hs-accordion__item .hs-accordion__item-content ul li {
    font-size: 1rem;
  }

}
@media(max-width:568px){
  .aop-page .hero--home .hs-hero main h1 {
    font-size: 2.5rem; /* !important */
  }
  .aop-page form ul.inputs-list.multi-container {
    display: block;
  }

}

a#cta_button_6094353_2d0b9645-8c7b-46d7-a541-b0038f323425 {
  background: #4252e6!important
}


/*********************************************/
/*********************************************/
/*********************************************/
/*********************************************/
/*********************************************/
/* OLD AOP STYLE */
/*********************************************/
/*********************************************/
/*********************************************/
/*********************************************/
/*********************************************/

strong {
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
}

.blog-section h1 {
  font=size: 2.75rem;
  line-height: 3.5rem;
  display: block;
  margin-bottom: 48px !important;
}

span.IN-widget button {
  top: -8px;
  left: -3px;
}


h1 strong,
h2 strong {
  font-weight: 900 !important;
  letter-spacing: 0.02em !important;
}

.cta_button strong {
  font-weight: 600 !important;
  letter-spacing: normal !important;
}
a {
  font-weight: bold;
  text-decoration: none;
}
.hs-menu-wrapper ul {
  margin: 0;
}


.hs_error_rollup + .hs_submit.hs-submit {
  margin-bottom: 1.5em !important;
}
img {
  max-width: 100%;
}

.hs-error-msgs {
  margin: 0;
  margin-top: 10px;
}
.hs-error-msg,
.hs_error_rollup .hs-error-msgs label {
  color: #C0202E;
  font-weight: bold;
  font-size: 14px;
  text-transform: initial;
}
.hs-input.invalid {
  border: 1px solid #C0202E;
  box-shadow: 0 0 2px rgba(, 0.3);
}


@media screen and (max-width: 400px) {
  .metric__number {
    font-size: 3rem;
  }
}

.landing-page h1 {
  font-size: 3rem;
}


/* Modules */

.body-container .hs-menu-flow-horizontal ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.body-container .hs-menu-flow-horizontal ul li:not(:first-child) {
  margin-left: 1rem;
}
.body-container .hs-menu-flow-horizontal ul li a {
  font-size: 1rem;
}

@media (min-width: 768px) {

  .space-columns .row-fluid {
    display: flex;
  }
  .space-columns .row-fluid > .span6:first-child {
    padding-right: 0.85em;
  }
  .space-columns .row-fluid > .span6:last-child {
    padding-left: 0.85em;
  }
}
.header-container-wrapper .cta_button, .header-container-wrapper .header-btn {
  padding: 12.5px 30px !important;
  background: #252F61 !important;
}
.header-container-wrapper .cta_button:hover , .header-container-wrapper .header-btn:hover {
  background: #505DAA !important;
  text-decoration:none;
}
.transparent-header .header-container-wrapper .site-header .header-btn {
  background:#fff !important;
  color:#252F61 !important;
}
.transparent-header .header-container-wrapper .site-header .header-btn:hover {
  background: #505DAA !important;
  color:#fff !important;
}
.transparent-header .header-container-wrapper .site-header .btn1 .icon-right,
.transparent-header .header-container-wrapper .site-header .btn1 .icon-left,
.transparent-header .header-container-wrapper .site-header .btn1 .icon-left::before,
.transparent-header .header-container-wrapper .site-header .btn1 .icon-right::before,
.transparent-header .header-container-wrapper .site-header .btn1 .icon-left::after,
.transparent-header .header-container-wrapper .site-header .btn1 .icon-right::after {
  background-color:#fff;
}
.transparent-header .header-container-wrapper .site-header .btn1.open .icon-right,
.transparent-header .header-container-wrapper .site-header .btn1.open .icon-left {
  background:transparent;
}

.body-container-wrapper {
  margin-bottom: 0;
}

svg {
  fill:currentColor;
  position: relative;
}

.center--all * {
  margin-left: auto;
  margin-right: auto;
}

.container--small,
.span12.container--small > div {
  max-width:700px;margin:0 auto !important;
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.no-ribbon h2:after {
  content: initial;
}
.force-white-images img {
  filter: brightness(0) invert(1);
}

.hero-text *  {
  width: 100%  ;
  color: #FFF;
}

.no-min-height {
  min-height: 0 !important;
}

.footer-container .footer-copyright * {
  text-decoration: none;
  font-size: 0.85rem !important;
}

@media screen and (max-width: 767px) {
  .transparent-header .body-container > .section__header__container:first-child {
    margin-top: 2em;
  }
}

@media screen and (max-width: 767px) {
  .footer-container-wrapper .social-media--list,
  .footer-container-wrapper .hs-menu-flow-vertical,
  .footer-container-wrapper h3 {
    margin-top: 1.5em;
  }
}



@media screen and (max-width:568px) {
  .row-fluid--alternating {
    display: flex;
    flex-direction: column-reverse;
  }
  .row-fluid--alternating > div:first-child {
    margin-top: 4em;
  }

  .centered--columns > div:last-child {
    margin-top: 0 !important;
  }
}

.footer-address-links * {
  font-size: 0.85rem !important;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px transparent;
  }
}





/* ---------------- Form Popup CSS -------------- */
body .mfp-bg {
  z-index: 99999999 !important;
}
.mfp-wrap .white-popup {
  background: #fff;
  padding: 40px;
  max-width: 1024px;
  margin: 20px auto;
  position: relative;
}
body .mfp-wrap {
  z-index: 99999999 !important;
}
.mfp-wrap .white-popup .form-heading {
  text-align: center;
  margin: 0 0 20px;
}
.mfp-wrap .white-popup form, .mfp-wrap .white-popup form fieldset {
  max-width: 100% !important;
}
.mobile-trigger, .child-trigger{
  display: none; /* Hide button on Desktop */
}

.lazy-bg{
  background-image: none !important;
  background-color: #F1F1FA;
}

.lazy-bg-dark{
  background-color: #333;
}



@media (max-width: 767px){
  .contact-us-box  {
    text-align: center;
    display: flex;
    flex-flow: wrap;
  }
}

/* TODO- The accordion module isn't stored here; it ought to be! Here's the CSS that should go in that file - AMM 220419
*
*/
.accordion-tabs.inline-menu .hs-menu-flow-horizontal > ul > li:first-child > a:not(.inactive),
.accordion-tabs.inline-menu .hs-menu-flow-horizontal > ul > li:first-child > a.active {
  color: #252F61;
}
.accordion-tabs.inline-menu .hs-menu-flow-horizontal > ul > li > a:first-child:before {
}
.accordion-tabs.inline-menu .hs-menu-flow-horizontal > ul > li ~ li {
  margin-left: 1.5em;
}
.hs-accordion__item button {
  padding-left: 0 !important;
  padding-right: 25px !important;
}
.hs-accordion__item[aria-expanded=true] button {
  color: #252F61 !important;
  border-bottom: 1px solid #C0202E !important;
  padding-left: 0;
  padding-right: 0;
}
.hs-accordion__item-icon {
  color: #252F61 !important;
  right: 0 !important;
}
.hs-accordion__item button:hover .hs-accordion__item-icon {
  color: #252F61 !important;
}
.hs-accordion__item button {
  font-weight: bold;
  color: #212832;
}
.hs-accordion__item button:hover {
  color: #1a224c;
}
.hs-accordion__item button:focus {
  border-bottom: 1px solid #1a224c;
}

.hs-accordion__item button:focus {
  border: 0;
  outline: 0;
  background: inherit;
  border-bottom: 1px solid #1a224c;
}

.hs-accordion__item-icon {
  background: inherit !important;
  border: 0 !important;
  color: #252F61;
  right: 0;
}
.hs-accordion__item-icon:hover {
  color: #252F61;
}

.hs-accordion__item[aria-expanded=true] button {
  background: none;
  border: none;
}

.hs-accordion__item-icon:before {
  height: 3px;
  width: 1em;
}
.hs-accordion__item-icon:after {
  width: 3px;
  height: 1em;
}
.hs-accordion__item[aria-expanded=true] .hs-accordion__item-icon:before,
.hs-accordion__item[aria-expanded=true] .hs-accordion__item-icon:after, .hs-accordion__item[aria-expanded=true] button:hover .hs-accordion__item-icon:before,
.hs-accordion__item[aria-expanded=true] button:hover .hs-accordion__item-icon:after {
  background-color: #1a224c !important;
}

.hs-accordion__item button .hs-accordion__item-icon:before,
.hs-accordion__item button .hs-accordion__item-icon:after {
  background-color: #252F61 !important;
}
.hs-accordion__item button:hover .hs-accordion__item-icon:before,
.hs-accordion__item button:hover .hs-accordion__item-icon:after {
  background-color: #252F61 !important;
}
.hs-accordion__item-icon:before {
  height: 3px !important;
  width: 1em !important;
}
.hs-accordion__item-icon:after {
  width: 3px !important;
  height: 1em !important;
}
.hs-accordion__item[aria-expanded=true] button {
  border-bottom: 1px solid #252F61 !important;