/*============================================== */


































































* {
    --base: #4e4e4e;
    --primary: #75cac9;
    --secondary: #f06546;
    --danger: #eb0000;
    --warning: #A6192E;
    --success: #429897F;
    --gray: ;
    --lightgray: ;
    --light: ;
    --dark: ;
    --border_radius: 2;
    --halfwidth: 50vw;
    --time: 0.707s;
    --primary100: #ffffff;
    --primary200: #ffffff;
    --primary300: #d9ffff;
    --primary400: #a7fcfb;
    --primary500: #75cac9;
    --primary600: #439897;
    --primary700: #116665;
    --primary800: #003433;
    --primary900: #000201;
  
    --secondary100: #ffffff;
    --secondary200: #fffbdc;
    --secondary300: #ffc9aa;
    --secondary400: #ff9778;
    --secondary500: #f06546;
    --secondary600: #be3314;
    --secondary700: #8c0100;
    --secondary800: #5a0000;
    --secondary900: #280000;

  }



/* 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%;
    /* min-height: 28px; */
    min-height: 0px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-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%;
  }
  
  .row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
  }
  
  .row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
  }
  
  .row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
  }
  
  .row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
  }
  
  .row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
  }
  
  .row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
  }
  
  .row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
  }
  
  .row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
  }
  
  .row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
  }
  
  .row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
  }
  
  .row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
  }
  
  .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;
    }
  }
  
  @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%;
        /* min-height: 28px; */
        min-height: 0px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-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%;
        /* min-height: 28px; */
        min-height: 0px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-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%;
    }
  }
  
  /* 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 ;
    }
  }
  
  
  
  /*!
   * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
   * Copyright 2011-2020 The Bootstrap Authors
   * Copyright 2011-2020 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
   html {
      box-sizing: border-box;
      -ms-overflow-style: scrollbar;
    }
    
    *,
    *::before,
    *::after {
      box-sizing: inherit;
    }
    
    .container {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px;
      margin-right: auto;
      margin-left: auto;
    }
    
    @media (min-width: 576px) {
      .container {
        max-width: 540px;
      }
    }
    
    @media (min-width: 768px) {
      .container {
        max-width: 720px;
      }
    }
    
    @media (min-width: 992px) {
      .container {
        max-width: 960px;
      }
    }
    
    @media (min-width: 1200px) {
      .container {
        max-width: 1340px;
      }
    }
    
    .container-fluid, .container--sm, .container--md, .container--lg, .container--xl {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px;
      margin-right: auto;
      margin-left: auto;
    }

    .section--dnd > .container-fluid {
      padding-left: 0;
      padding-right: 0;
    }
    
    @media (min-width: 576px) {
      .container, .container--sm {
        max-width: 540px;
      }
    }
    
    @media (min-width: 768px) {
      .container, .container--sm, .container--md {
        max-width: 720px;
      }
    }
    
    @media (min-width: 992px) {
      .container, .container--sm, .container--md, .container--lg {
        max-width: 960px;
      }
    }
    
    @media (min-width: 1200px) {
      .container, .container--sm, .container--md, .container--lg, .container--xl {
        max-width: 1340px;
      }
    }

    .container--sm {
      max-width: 590px;
    }
    .container--md {
      max-width: 775px;
    }
    .container--lg {
      max-width: 1024px;
    }
    
    .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -20px;
      margin-left: -20px;
    }
    
    .no-gutters {
      margin-right: 0;
      margin-left: 0;
    }
    
    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
      padding-right: 0;
      padding-left: 0;
    }
    
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      position: relative;
      width: 100%;
      padding-right: 20px;
      padding-left: 20px;
    }
    
    .col {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      min-width: 0;
      max-width: 100%;
    }
    
    .row-cols-1 > * {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    
    .row-cols-2 > * {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    
    .row-cols-3 > * {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    
    .row-cols-4 > * {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    
    .row-cols-5 > * {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
    
    .row-cols-6 > * {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    
    .col-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    
    .col-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    
    .col-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    
    .col-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    
    .col-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    
    .col-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    
    .col-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    
    .col-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    
    .col-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    
    .col-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    
    .col-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    
    .col-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    
    .col-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    
    .order-first {
      -ms-flex-order: -1;
      order: -1;
    }
    
    .order-last {
      -ms-flex-order: 13;
      order: 13;
    }
    
    .order-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    
    .order-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    
    .order-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    
    .order-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    
    .order-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    
    .order-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    
    .order-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    
    .order-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    
    .order-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    
    .order-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    
    .order-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    
    .order-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    
    .order-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    
    .offset-1 {
      margin-left: 8.333333%;
    }
    
    .offset-2 {
      margin-left: 16.666667%;
    }
    
    .offset-3 {
      margin-left: 25%;
    }
    
    .offset-4 {
      margin-left: 33.333333%;
    }
    
    .offset-5 {
      margin-left: 41.666667%;
    }
    
    .offset-6 {
      margin-left: 50%;
    }
    
    .offset-7 {
      margin-left: 58.333333%;
    }
    
    .offset-8 {
      margin-left: 66.666667%;
    }
    
    .offset-9 {
      margin-left: 75%;
    }
    
    .offset-10 {
      margin-left: 83.333333%;
    }
    
    .offset-11 {
      margin-left: 91.666667%;
    }
    
    @media (min-width: 576px) {
      .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
      }
      .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
      }
      .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
      }
      .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
      }
      .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
      }
      .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
      }
      .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
      }
      .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
      }
      .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
      }
      .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
      }
      .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
      }
      .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
      }
      .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
      }
      .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
      }
      .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
      }
      .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
      }
      .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
      }
      .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
      }
      .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
      }
      .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
      }
      .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
      }
      .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
      }
      .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
      }
      .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
      }
      .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
      }
      .offset-sm-0 {
        margin-left: 0;
      }
      .offset-sm-1 {
        margin-left: 8.333333%;
      }
      .offset-sm-2 {
        margin-left: 16.666667%;
      }
      .offset-sm-3 {
        margin-left: 25%;
      }
      .offset-sm-4 {
        margin-left: 33.333333%;
      }
      .offset-sm-5 {
        margin-left: 41.666667%;
      }
      .offset-sm-6 {
        margin-left: 50%;
      }
      .offset-sm-7 {
        margin-left: 58.333333%;
      }
      .offset-sm-8 {
        margin-left: 66.666667%;
      }
      .offset-sm-9 {
        margin-left: 75%;
      }
      .offset-sm-10 {
        margin-left: 83.333333%;
      }
      .offset-sm-11 {
        margin-left: 91.666667%;
      }
    }
    
    @media (min-width: 768px) {
      .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
      }
      .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
      }
      .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
      }
      .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
      }
      .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
      }
      .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
      }
      .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
      }
      .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
      }
      .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
      }
      .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
      }
      .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .order-md-first {
        -ms-flex-order: -1;
        order: -1;
      }
      .order-md-last {
        -ms-flex-order: 13;
        order: 13;
      }
      .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
      }
      .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
      }
      .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
      }
      .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
      }
      .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
      }
      .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
      }
      .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
      }
      .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
      }
      .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
      }
      .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
      }
      .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
      }
      .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
      }
      .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
      }
      .offset-md-0 {
        margin-left: 0;
      }
      .offset-md-1 {
        margin-left: 8.333333%;
      }
      .offset-md-2 {
        margin-left: 16.666667%;
      }
      .offset-md-3 {
        margin-left: 25%;
      }
      .offset-md-4 {
        margin-left: 33.333333%;
      }
      .offset-md-5 {
        margin-left: 41.666667%;
      }
      .offset-md-6 {
        margin-left: 50%;
      }
      .offset-md-7 {
        margin-left: 58.333333%;
      }
      .offset-md-8 {
        margin-left: 66.666667%;
      }
      .offset-md-9 {
        margin-left: 75%;
      }
      .offset-md-10 {
        margin-left: 83.333333%;
      }
      .offset-md-11 {
        margin-left: 91.666667%;
      }
    }
    
    @media (min-width: 992px) {
      .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
      }
      .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
      }
      .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
      }
      .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
      }
      .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
      }
      .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
      }
      .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
      }
      .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
      }
      .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
      }
      .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
      }
      .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
      }
      .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
      }
      .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
      }
      .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
      }
      .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
      }
      .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
      }
      .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
      }
      .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
      }
      .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
      }
      .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
      }
      .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
      }
      .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
      }
      .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
      }
      .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
      }
      .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
      }
      .offset-lg-0 {
        margin-left: 0;
      }
      .offset-lg-1 {
        margin-left: 8.333333%;
      }
      .offset-lg-2 {
        margin-left: 16.666667%;
      }
      .offset-lg-3 {
        margin-left: 25%;
      }
      .offset-lg-4 {
        margin-left: 33.333333%;
      }
      .offset-lg-5 {
        margin-left: 41.666667%;
      }
      .offset-lg-6 {
        margin-left: 50%;
      }
      .offset-lg-7 {
        margin-left: 58.333333%;
      }
      .offset-lg-8 {
        margin-left: 66.666667%;
      }
      .offset-lg-9 {
        margin-left: 75%;
      }
      .offset-lg-10 {
        margin-left: 83.333333%;
      }
      .offset-lg-11 {
        margin-left: 91.666667%;
      }
    }
    
    @media (min-width: 1200px) {
      .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
      }
      .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
      }
      .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
      }
      .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
      }
      .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
      }
      .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
      }
      .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
      }
      .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
      }
      .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
      }
      .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
      }
      .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
      .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
      }
      .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
      }
      .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
      }
      .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
      }
      .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
      }
      .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
      }
      .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
      }
      .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
      }
      .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
      }
      .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
      }
      .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
      }
      .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
      }
      .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
      }
      .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
      }
      .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
      }
      .offset-xl-0 {
        margin-left: 0;
      }
      .offset-xl-1 {
        margin-left: 8.333333%;
      }
      .offset-xl-2 {
        margin-left: 16.666667%;
      }
      .offset-xl-3 {
        margin-left: 25%;
      }
      .offset-xl-4 {
        margin-left: 33.333333%;
      }
      .offset-xl-5 {
        margin-left: 41.666667%;
      }
      .offset-xl-6 {
        margin-left: 50%;
      }
      .offset-xl-7 {
        margin-left: 58.333333%;
      }
      .offset-xl-8 {
        margin-left: 66.666667%;
      }
      .offset-xl-9 {
        margin-left: 75%;
      }
      .offset-xl-10 {
        margin-left: 83.333333%;
      }
      .offset-xl-11 {
        margin-left: 91.666667%;
      }
    }
    
    .d-none {
      display: none !important;
    }
    
    .d-inline {
      display: inline !important;
    }
    
    .d-inline-block {
      display: inline-block !important;
    }
    
    .d-block {
      display: block !important;
    }
    
    .d-table {
      display: table !important;
    }
    
    .d-table-row {
      display: table-row !important;
    }
    
    .d-table-cell {
      display: table-cell !important;
    }
    
    .d-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    
    .d-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
    
    @media (min-width: 576px) {
      .d-sm-none {
        display: none !important;
      }
      .d-sm-inline {
        display: inline !important;
      }
      .d-sm-inline-block {
        display: inline-block !important;
      }
      .d-sm-block {
        display: block !important;
      }
      .d-sm-table {
        display: table !important;
      }
      .d-sm-table-row {
        display: table-row !important;
      }
      .d-sm-table-cell {
        display: table-cell !important;
      }
      .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
      }
      .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
      }
    }
    
    @media (min-width: 768px) {
      .d-md-none {
        display: none !important;
      }
      .d-md-inline {
        display: inline !important;
      }
      .d-md-inline-block {
        display: inline-block !important;
      }
      .d-md-block {
        display: block !important;
      }
      .d-md-table {
        display: table !important;
      }
      .d-md-table-row {
        display: table-row !important;
      }
      .d-md-table-cell {
        display: table-cell !important;
      }
      .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
      }
      .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
      }
    }
    
    @media (min-width: 992px) {
      .d-lg-none {
        display: none !important;
      }
      .d-lg-inline {
        display: inline !important;
      }
      .d-lg-inline-block {
        display: inline-block !important;
      }
      .d-lg-block {
        display: block !important;
      }
      .d-lg-table {
        display: table !important;
      }
      .d-lg-table-row {
        display: table-row !important;
      }
      .d-lg-table-cell {
        display: table-cell !important;
      }
      .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
      }
      .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
      }
    }
    
    @media (min-width: 1200px) {
      .d-xl-none {
        display: none !important;
      }
      .d-xl-inline {
        display: inline !important;
      }
      .d-xl-inline-block {
        display: inline-block !important;
      }
      .d-xl-block {
        display: block !important;
      }
      .d-xl-table {
        display: table !important;
      }
      .d-xl-table-row {
        display: table-row !important;
      }
      .d-xl-table-cell {
        display: table-cell !important;
      }
      .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
      }
      .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
      }
    }
    
    @media print {
      .d-print-none {
        display: none !important;
      }
      .d-print-inline {
        display: inline !important;
      }
      .d-print-inline-block {
        display: inline-block !important;
      }
      .d-print-block {
        display: block !important;
      }
      .d-print-table {
        display: table !important;
      }
      .d-print-table-row {
        display: table-row !important;
      }
      .d-print-table-cell {
        display: table-cell !important;
      }
      .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
      }
      .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
      }
    }
    
    .flex-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
    
    .flex-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    
    .flex-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
    
    .flex-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
    
    .flex-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
    
    .flex-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
    
    .flex-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
    
    .flex-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }
    
    .flex-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
    }
    
    .flex-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }
    
    .flex-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }
    
    .flex-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }
    
    .justify-content-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    
    .justify-content-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
    
    .justify-content-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    
    .justify-content-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
    
    .justify-content-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
    
    .align-items-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
    
    .align-items-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
    
    .align-items-center {
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    
    .align-items-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
    
    .align-items-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
    
    .align-content-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
    
    .align-content-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
    
    .align-content-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
    
    .align-content-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
    
    .align-content-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
    
    .align-content-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
    
    .align-self-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
    
    .align-self-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
    
    .align-self-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
    
    .align-self-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
    
    .align-self-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
    
    .align-self-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
    
    @media (min-width: 576px) {
      .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
      }
      .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
      }
      .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
      }
      .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
      }
      .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
      }
      .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
      }
      .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
      }
      .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
      }
      .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
      }
      .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
      }
      .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
      }
      .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
      }
      .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
      }
      .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
      }
      .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
      }
      .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
      }
      .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
      }
      .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
      }
      .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
      }
      .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
      }
      .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
      }
      .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
      }
      .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
      }
      .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
      }
      .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
      }
      .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
      }
      .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
      }
      .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
      }
      .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
      }
      .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
      }
      .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
      }
      .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
      }
      .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
      }
      .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
      }
    }
    
    @media (min-width: 768px) {
      .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
      }
      .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
      }
      .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
      }
      .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
      }
      .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
      }
      .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
      }
      .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
      }
      .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
      }
      .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
      }
      .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
      }
      .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
      }
      .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
      }
      .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
      }
      .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
      }
      .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
      }
      .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
      }
      .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
      }
      .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
      }
      .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
      }
      .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
      }
      .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
      }
      .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
      }
      .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
      }
      .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
      }
      .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
      }
      .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
      }
      .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
      }
      .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
      }
      .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
      }
      .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
      }
      .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
      }
      .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
      }
      .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
      }
      .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
      }
    }
    
    @media (min-width: 992px) {
      .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
      }
      .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
      }
      .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
      }
      .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
      }
      .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
      }
      .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
      }
      .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
      }
      .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
      }
      .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
      }
      .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
      }
      .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
      }
      .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
      }
      .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
      }
      .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
      }
      .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
      }
      .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
      }
      .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
      }
      .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
      }
      .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
      }
      .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
      }
      .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
      }
      .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
      }
      .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
      }
      .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
      }
      .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
      }
      .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
      }
      .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
      }
      .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
      }
      .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
      }
      .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
      }
      .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
      }
      .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
      }
      .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
      }
      .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
      }
    }
    
    @media (min-width: 1200px) {
      .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
      }
      .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
      }
      .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
      }
      .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
      }
      .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
      }
      .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
      }
      .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
      }
      .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
      }
      .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
      }
      .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
      }
      .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
      }
      .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
      }
      .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
      }
      .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
      }
      .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
      }
      .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
      }
      .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
      }
      .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
      }
      .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
      }
      .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
      }
      .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
      }
      .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
      }
      .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
      }
      .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
      }
      .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
      }
      .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
      }
      .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
      }
      .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
      }
      .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
      }
      .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
      }
      .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
      }
      .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
      }
      .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
      }
      .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
      }
    }
    
    .m-0 {
      margin: 0 !important;
    }
    
    .mt-0,
    .my-0 {
      margin-top: 0 !important;
    }
    
    .mr-0,
    .mx-0 {
      margin-right: 0 !important;
    }
    
    .mb-0,
    .my-0 {
      margin-bottom: 0 !important;
    }
    
    .ml-0,
    .mx-0 {
      margin-left: 0 !important;
    }
    
    .m-1 {
      margin: 0.25rem !important;
    }
    
    .mt-1,
    .my-1 {
      margin-top: 0.25rem !important;
    }
    
    .mr-1,
    .mx-1 {
      margin-right: 0.25rem !important;
    }
    
    .mb-1,
    .my-1 {
      margin-bottom: 0.25rem !important;
    }
    
    .ml-1,
    .mx-1 {
      margin-left: 0.25rem !important;
    }
    
    .m-2 {
      margin: 0.5rem !important;
    }
    
    .mt-2,
    .my-2 {
      margin-top: 0.5rem !important;
    }
    
    .mr-2,
    .mx-2 {
      margin-right: 0.5rem !important;
    }
    
    .mb-2,
    .my-2 {
      margin-bottom: 0.5rem !important;
    }
    
    .ml-2,
    .mx-2 {
      margin-left: 0.5rem !important;
    }
    
    .m-3 {
      margin: 1rem !important;
    }
    
    .mt-3,
    .my-3 {
      margin-top: 1rem !important;
    }
    
    .mr-3,
    .mx-3 {
      margin-right: 1rem !important;
    }
    
    .mb-3,
    .my-3 {
      margin-bottom: 1rem !important;
    }
    
    .ml-3,
    .mx-3 {
      margin-left: 1rem !important;
    }
    
    .m-4 {
      margin: 1.5rem !important;
    }
    
    .mt-4,
    .my-4 {
      margin-top: 1.5rem !important;
    }
    
    .mr-4,
    .mx-4 {
      margin-right: 1.5rem !important;
    }
    
    .mb-4,
    .my-4 {
      margin-bottom: 1.5rem !important;
    }
    
    .ml-4,
    .mx-4 {
      margin-left: 1.5rem !important;
    }
    
    .m-5 {
      margin: 3rem !important;
    }
    
    .mt-5,
    .my-5 {
      margin-top: 3rem !important;
    }
    
    .mr-5,
    .mx-5 {
      margin-right: 3rem !important;
    }
    
    .mb-5,
    .my-5 {
      margin-bottom: 3rem !important;
    }
    
    .ml-5,
    .mx-5 {
      margin-left: 3rem !important;
    }
    
    .p-0 {
      padding: 0 !important;
    }
    
    .pt-0,
    .py-0 {
      padding-top: 0 !important;
    }
    
    .pr-0,
    .px-0 {
      padding-right: 0 !important;
    }
    
    .pb-0,
    .py-0 {
      padding-bottom: 0 !important;
    }
    
    .pl-0,
    .px-0 {
      padding-left: 0 !important;
    }
    
    .p-1 {
      padding: 0.25rem !important;
    }
    
    .pt-1,
    .py-1 {
      padding-top: 0.25rem !important;
    }
    
    .pr-1,
    .px-1 {
      padding-right: 0.25rem !important;
    }
    
    .pb-1,
    .py-1 {
      padding-bottom: 0.25rem !important;
    }
    
    .pl-1,
    .px-1 {
      padding-left: 0.25rem !important;
    }
    
    .p-2 {
      padding: 0.5rem !important;
    }
    
    .pt-2,
    .py-2 {
      padding-top: 0.5rem !important;
    }
    
    .pr-2,
    .px-2 {
      padding-right: 0.5rem !important;
    }
    
    .pb-2,
    .py-2 {
      padding-bottom: 0.5rem !important;
    }
    
    .pl-2,
    .px-2 {
      padding-left: 0.5rem !important;
    }
    
    .p-3 {
      padding: 1rem !important;
    }
    
    .pt-3,
    .py-3 {
      padding-top: 1rem !important;
    }
    
    .pr-3,
    .px-3 {
      padding-right: 1rem !important;
    }
    
    .pb-3,
    .py-3 {
      padding-bottom: 1rem !important;
    }
    
    .pl-3,
    .px-3 {
      padding-left: 1rem !important;
    }
    
    .p-4 {
      padding: 1.5rem !important;
    }
    
    .pt-4,
    .py-4 {
      padding-top: 1.5rem !important;
    }
    
    .pr-4,
    .px-4 {
      padding-right: 1.5rem !important;
    }
    
    .pb-4,
    .py-4 {
      padding-bottom: 1.5rem !important;
    }
    
    .pl-4,
    .px-4 {
      padding-left: 1.5rem !important;
    }
    
    .p-5 {
      padding: 3rem !important;
    }
    
    .pt-5,
    .py-5 {
      padding-top: 3rem !important;
    }
    
    .pr-5,
    .px-5 {
      padding-right: 3rem !important;
    }
    
    .pb-5,
    .py-5 {
      padding-bottom: 3rem !important;
    }
    
    .pl-5,
    .px-5 {
      padding-left: 3rem !important;
    }
    
    .m-n1 {
      margin: -0.25rem !important;
    }
    
    .mt-n1,
    .my-n1 {
      margin-top: -0.25rem !important;
    }
    
    .mr-n1,
    .mx-n1 {
      margin-right: -0.25rem !important;
    }
    
    .mb-n1,
    .my-n1 {
      margin-bottom: -0.25rem !important;
    }
    
    .ml-n1,
    .mx-n1 {
      margin-left: -0.25rem !important;
    }
    
    .m-n2 {
      margin: -0.5rem !important;
    }
    
    .mt-n2,
    .my-n2 {
      margin-top: -0.5rem !important;
    }
    
    .mr-n2,
    .mx-n2 {
      margin-right: -0.5rem !important;
    }
    
    .mb-n2,
    .my-n2 {
      margin-bottom: -0.5rem !important;
    }
    
    .ml-n2,
    .mx-n2 {
      margin-left: -0.5rem !important;
    }
    
    .m-n3 {
      margin: -1rem !important;
    }
    
    .mt-n3,
    .my-n3 {
      margin-top: -1rem !important;
    }
    
    .mr-n3,
    .mx-n3 {
      margin-right: -1rem !important;
    }
    
    .mb-n3,
    .my-n3 {
      margin-bottom: -1rem !important;
    }
    
    .ml-n3,
    .mx-n3 {
      margin-left: -1rem !important;
    }
    
    .m-n4 {
      margin: -1.5rem !important;
    }
    
    .mt-n4,
    .my-n4 {
      margin-top: -1.5rem !important;
    }
    
    .mr-n4,
    .mx-n4 {
      margin-right: -1.5rem !important;
    }
    
    .mb-n4,
    .my-n4 {
      margin-bottom: -1.5rem !important;
    }
    
    .ml-n4,
    .mx-n4 {
      margin-left: -1.5rem !important;
    }
    
    .m-n5 {
      margin: -3rem !important;
    }
    
    .mt-n5,
    .my-n5 {
      margin-top: -3rem !important;
    }
    
    .mr-n5,
    .mx-n5 {
      margin-right: -3rem !important;
    }
    
    .mb-n5,
    .my-n5 {
      margin-bottom: -3rem !important;
    }
    
    .ml-n5,
    .mx-n5 {
      margin-left: -3rem !important;
    }
    
    .m-auto {
      margin: auto !important;
    }
    
    .mt-auto,
    .my-auto {
      margin-top: auto !important;
    }
    
    .mr-auto,
    .mx-auto {
      margin-right: auto !important;
    }
    
    .mb-auto,
    .my-auto {
      margin-bottom: auto !important;
    }
    
    .ml-auto,
    .mx-auto {
      margin-left: auto !important;
    }
    
    @media (min-width: 576px) {
      .m-sm-0 {
        margin: 0 !important;
      }
      .mt-sm-0,
      .my-sm-0 {
        margin-top: 0 !important;
      }
      .mr-sm-0,
      .mx-sm-0 {
        margin-right: 0 !important;
      }
      .mb-sm-0,
      .my-sm-0 {
        margin-bottom: 0 !important;
      }
      .ml-sm-0,
      .mx-sm-0 {
        margin-left: 0 !important;
      }
      .m-sm-1 {
        margin: 0.25rem !important;
      }
      .mt-sm-1,
      .my-sm-1 {
        margin-top: 0.25rem !important;
      }
      .mr-sm-1,
      .mx-sm-1 {
        margin-right: 0.25rem !important;
      }
      .mb-sm-1,
      .my-sm-1 {
        margin-bottom: 0.25rem !important;
      }
      .ml-sm-1,
      .mx-sm-1 {
        margin-left: 0.25rem !important;
      }
      .m-sm-2 {
        margin: 0.5rem !important;
      }
      .mt-sm-2,
      .my-sm-2 {
        margin-top: 0.5rem !important;
      }
      .mr-sm-2,
      .mx-sm-2 {
        margin-right: 0.5rem !important;
      }
      .mb-sm-2,
      .my-sm-2 {
        margin-bottom: 0.5rem !important;
      }
      .ml-sm-2,
      .mx-sm-2 {
        margin-left: 0.5rem !important;
      }
      .m-sm-3 {
        margin: 1rem !important;
      }
      .mt-sm-3,
      .my-sm-3 {
        margin-top: 1rem !important;
      }
      .mr-sm-3,
      .mx-sm-3 {
        margin-right: 1rem !important;
      }
      .mb-sm-3,
      .my-sm-3 {
        margin-bottom: 1rem !important;
      }
      .ml-sm-3,
      .mx-sm-3 {
        margin-left: 1rem !important;
      }
      .m-sm-4 {
        margin: 1.5rem !important;
      }
      .mt-sm-4,
      .my-sm-4 {
        margin-top: 1.5rem !important;
      }
      .mr-sm-4,
      .mx-sm-4 {
        margin-right: 1.5rem !important;
      }
      .mb-sm-4,
      .my-sm-4 {
        margin-bottom: 1.5rem !important;
      }
      .ml-sm-4,
      .mx-sm-4 {
        margin-left: 1.5rem !important;
      }
      .m-sm-5 {
        margin: 3rem !important;
      }
      .mt-sm-5,
      .my-sm-5 {
        margin-top: 3rem !important;
      }
      .mr-sm-5,
      .mx-sm-5 {
        margin-right: 3rem !important;
      }
      .mb-sm-5,
      .my-sm-5 {
        margin-bottom: 3rem !important;
      }
      .ml-sm-5,
      .mx-sm-5 {
        margin-left: 3rem !important;
      }
      .p-sm-0 {
        padding: 0 !important;
      }
      .pt-sm-0,
      .py-sm-0 {
        padding-top: 0 !important;
      }
      .pr-sm-0,
      .px-sm-0 {
        padding-right: 0 !important;
      }
      .pb-sm-0,
      .py-sm-0 {
        padding-bottom: 0 !important;
      }
      .pl-sm-0,
      .px-sm-0 {
        padding-left: 0 !important;
      }
      .p-sm-1 {
        padding: 0.25rem !important;
      }
      .pt-sm-1,
      .py-sm-1 {
        padding-top: 0.25rem !important;
      }
      .pr-sm-1,
      .px-sm-1 {
        padding-right: 0.25rem !important;
      }
      .pb-sm-1,
      .py-sm-1 {
        padding-bottom: 0.25rem !important;
      }
      .pl-sm-1,
      .px-sm-1 {
        padding-left: 0.25rem !important;
      }
      .p-sm-2 {
        padding: 0.5rem !important;
      }
      .pt-sm-2,
      .py-sm-2 {
        padding-top: 0.5rem !important;
      }
      .pr-sm-2,
      .px-sm-2 {
        padding-right: 0.5rem !important;
      }
      .pb-sm-2,
      .py-sm-2 {
        padding-bottom: 0.5rem !important;
      }
      .pl-sm-2,
      .px-sm-2 {
        padding-left: 0.5rem !important;
      }
      .p-sm-3 {
        padding: 1rem !important;
      }
      .pt-sm-3,
      .py-sm-3 {
        padding-top: 1rem !important;
      }
      .pr-sm-3,
      .px-sm-3 {
        padding-right: 1rem !important;
      }
      .pb-sm-3,
      .py-sm-3 {
        padding-bottom: 1rem !important;
      }
      .pl-sm-3,
      .px-sm-3 {
        padding-left: 1rem !important;
      }
      .p-sm-4 {
        padding: 1.5rem !important;
      }
      .pt-sm-4,
      .py-sm-4 {
        padding-top: 1.5rem !important;
      }
      .pr-sm-4,
      .px-sm-4 {
        padding-right: 1.5rem !important;
      }
      .pb-sm-4,
      .py-sm-4 {
        padding-bottom: 1.5rem !important;
      }
      .pl-sm-4,
      .px-sm-4 {
        padding-left: 1.5rem !important;
      }
      .p-sm-5 {
        padding: 3rem !important;
      }
      .pt-sm-5,
      .py-sm-5 {
        padding-top: 3rem !important;
      }
      .pr-sm-5,
      .px-sm-5 {
        padding-right: 3rem !important;
      }
      .pb-sm-5,
      .py-sm-5 {
        padding-bottom: 3rem !important;
      }
      .pl-sm-5,
      .px-sm-5 {
        padding-left: 3rem !important;
      }
      .m-sm-n1 {
        margin: -0.25rem !important;
      }
      .mt-sm-n1,
      .my-sm-n1 {
        margin-top: -0.25rem !important;
      }
      .mr-sm-n1,
      .mx-sm-n1 {
        margin-right: -0.25rem !important;
      }
      .mb-sm-n1,
      .my-sm-n1 {
        margin-bottom: -0.25rem !important;
      }
      .ml-sm-n1,
      .mx-sm-n1 {
        margin-left: -0.25rem !important;
      }
      .m-sm-n2 {
        margin: -0.5rem !important;
      }
      .mt-sm-n2,
      .my-sm-n2 {
        margin-top: -0.5rem !important;
      }
      .mr-sm-n2,
      .mx-sm-n2 {
        margin-right: -0.5rem !important;
      }
      .mb-sm-n2,
      .my-sm-n2 {
        margin-bottom: -0.5rem !important;
      }
      .ml-sm-n2,
      .mx-sm-n2 {
        margin-left: -0.5rem !important;
      }
      .m-sm-n3 {
        margin: -1rem !important;
      }
      .mt-sm-n3,
      .my-sm-n3 {
        margin-top: -1rem !important;
      }
      .mr-sm-n3,
      .mx-sm-n3 {
        margin-right: -1rem !important;
      }
      .mb-sm-n3,
      .my-sm-n3 {
        margin-bottom: -1rem !important;
      }
      .ml-sm-n3,
      .mx-sm-n3 {
        margin-left: -1rem !important;
      }
      .m-sm-n4 {
        margin: -1.5rem !important;
      }
      .mt-sm-n4,
      .my-sm-n4 {
        margin-top: -1.5rem !important;
      }
      .mr-sm-n4,
      .mx-sm-n4 {
        margin-right: -1.5rem !important;
      }
      .mb-sm-n4,
      .my-sm-n4 {
        margin-bottom: -1.5rem !important;
      }
      .ml-sm-n4,
      .mx-sm-n4 {
        margin-left: -1.5rem !important;
      }
      .m-sm-n5 {
        margin: -3rem !important;
      }
      .mt-sm-n5,
      .my-sm-n5 {
        margin-top: -3rem !important;
      }
      .mr-sm-n5,
      .mx-sm-n5 {
        margin-right: -3rem !important;
      }
      .mb-sm-n5,
      .my-sm-n5 {
        margin-bottom: -3rem !important;
      }
      .ml-sm-n5,
      .mx-sm-n5 {
        margin-left: -3rem !important;
      }
      .m-sm-auto {
        margin: auto !important;
      }
      .mt-sm-auto,
      .my-sm-auto {
        margin-top: auto !important;
      }
      .mr-sm-auto,
      .mx-sm-auto {
        margin-right: auto !important;
      }
      .mb-sm-auto,
      .my-sm-auto {
        margin-bottom: auto !important;
      }
      .ml-sm-auto,
      .mx-sm-auto {
        margin-left: auto !important;
      }
    }
    
    @media (min-width: 768px) {
      .m-md-0 {
        margin: 0 !important;
      }
      .mt-md-0,
      .my-md-0 {
        margin-top: 0 !important;
      }
      .mr-md-0,
      .mx-md-0 {
        margin-right: 0 !important;
      }
      .mb-md-0,
      .my-md-0 {
        margin-bottom: 0 !important;
      }
      .ml-md-0,
      .mx-md-0 {
        margin-left: 0 !important;
      }
      .m-md-1 {
        margin: 0.25rem !important;
      }
      .mt-md-1,
      .my-md-1 {
        margin-top: 0.25rem !important;
      }
      .mr-md-1,
      .mx-md-1 {
        margin-right: 0.25rem !important;
      }
      .mb-md-1,
      .my-md-1 {
        margin-bottom: 0.25rem !important;
      }
      .ml-md-1,
      .mx-md-1 {
        margin-left: 0.25rem !important;
      }
      .m-md-2 {
        margin: 0.5rem !important;
      }
      .mt-md-2,
      .my-md-2 {
        margin-top: 0.5rem !important;
      }
      .mr-md-2,
      .mx-md-2 {
        margin-right: 0.5rem !important;
      }
      .mb-md-2,
      .my-md-2 {
        margin-bottom: 0.5rem !important;
      }
      .ml-md-2,
      .mx-md-2 {
        margin-left: 0.5rem !important;
      }
      .m-md-3 {
        margin: 1rem !important;
      }
      .mt-md-3,
      .my-md-3 {
        margin-top: 1rem !important;
      }
      .mr-md-3,
      .mx-md-3 {
        margin-right: 1rem !important;
      }
      .mb-md-3,
      .my-md-3 {
        margin-bottom: 1rem !important;
      }
      .ml-md-3,
      .mx-md-3 {
        margin-left: 1rem !important;
      }
      .m-md-4 {
        margin: 1.5rem !important;
      }
      .mt-md-4,
      .my-md-4 {
        margin-top: 1.5rem !important;
      }
      .mr-md-4,
      .mx-md-4 {
        margin-right: 1.5rem !important;
      }
      .mb-md-4,
      .my-md-4 {
        margin-bottom: 1.5rem !important;
      }
      .ml-md-4,
      .mx-md-4 {
        margin-left: 1.5rem !important;
      }
      .m-md-5 {
        margin: 3rem !important;
      }
      .mt-md-5,
      .my-md-5 {
        margin-top: 3rem !important;
      }
      .mr-md-5,
      .mx-md-5 {
        margin-right: 3rem !important;
      }
      .mb-md-5,
      .my-md-5 {
        margin-bottom: 3rem !important;
      }
      .ml-md-5,
      .mx-md-5 {
        margin-left: 3rem !important;
      }
      .p-md-0 {
        padding: 0 !important;
      }
      .pt-md-0,
      .py-md-0 {
        padding-top: 0 !important;
      }
      .pr-md-0,
      .px-md-0 {
        padding-right: 0 !important;
      }
      .pb-md-0,
      .py-md-0 {
        padding-bottom: 0 !important;
      }
      .pl-md-0,
      .px-md-0 {
        padding-left: 0 !important;
      }
      .p-md-1 {
        padding: 0.25rem !important;
      }
      .pt-md-1,
      .py-md-1 {
        padding-top: 0.25rem !important;
      }
      .pr-md-1,
      .px-md-1 {
        padding-right: 0.25rem !important;
      }
      .pb-md-1,
      .py-md-1 {
        padding-bottom: 0.25rem !important;
      }
      .pl-md-1,
      .px-md-1 {
        padding-left: 0.25rem !important;
      }
      .p-md-2 {
        padding: 0.5rem !important;
      }
      .pt-md-2,
      .py-md-2 {
        padding-top: 0.5rem !important;
      }
      .pr-md-2,
      .px-md-2 {
        padding-right: 0.5rem !important;
      }
      .pb-md-2,
      .py-md-2 {
        padding-bottom: 0.5rem !important;
      }
      .pl-md-2,
      .px-md-2 {
        padding-left: 0.5rem !important;
      }
      .p-md-3 {
        padding: 1rem !important;
      }
      .pt-md-3,
      .py-md-3 {
        padding-top: 1rem !important;
      }
      .pr-md-3,
      .px-md-3 {
        padding-right: 1rem !important;
      }
      .pb-md-3,
      .py-md-3 {
        padding-bottom: 1rem !important;
      }
      .pl-md-3,
      .px-md-3 {
        padding-left: 1rem !important;
      }
      .p-md-4 {
        padding: 1.5rem !important;
      }
      .pt-md-4,
      .py-md-4 {
        padding-top: 1.5rem !important;
      }
      .pr-md-4,
      .px-md-4 {
        padding-right: 1.5rem !important;
      }
      .pb-md-4,
      .py-md-4 {
        padding-bottom: 1.5rem !important;
      }
      .pl-md-4,
      .px-md-4 {
        padding-left: 1.5rem !important;
      }
      .p-md-5 {
        padding: 3rem !important;
      }
      .pt-md-5,
      .py-md-5 {
        padding-top: 3rem !important;
      }
      .pr-md-5,
      .px-md-5 {
        padding-right: 3rem !important;
      }
      .pb-md-5,
      .py-md-5 {
        padding-bottom: 3rem !important;
      }
      .pl-md-5,
      .px-md-5 {
        padding-left: 3rem !important;
      }
      .m-md-n1 {
        margin: -0.25rem !important;
      }
      .mt-md-n1,
      .my-md-n1 {
        margin-top: -0.25rem !important;
      }
      .mr-md-n1,
      .mx-md-n1 {
        margin-right: -0.25rem !important;
      }
      .mb-md-n1,
      .my-md-n1 {
        margin-bottom: -0.25rem !important;
      }
      .ml-md-n1,
      .mx-md-n1 {
        margin-left: -0.25rem !important;
      }
      .m-md-n2 {
        margin: -0.5rem !important;
      }
      .mt-md-n2,
      .my-md-n2 {
        margin-top: -0.5rem !important;
      }
      .mr-md-n2,
      .mx-md-n2 {
        margin-right: -0.5rem !important;
      }
      .mb-md-n2,
      .my-md-n2 {
        margin-bottom: -0.5rem !important;
      }
      .ml-md-n2,
      .mx-md-n2 {
        margin-left: -0.5rem !important;
      }
      .m-md-n3 {
        margin: -1rem !important;
      }
      .mt-md-n3,
      .my-md-n3 {
        margin-top: -1rem !important;
      }
      .mr-md-n3,
      .mx-md-n3 {
        margin-right: -1rem !important;
      }
      .mb-md-n3,
      .my-md-n3 {
        margin-bottom: -1rem !important;
      }
      .ml-md-n3,
      .mx-md-n3 {
        margin-left: -1rem !important;
      }
      .m-md-n4 {
        margin: -1.5rem !important;
      }
      .mt-md-n4,
      .my-md-n4 {
        margin-top: -1.5rem !important;
      }
      .mr-md-n4,
      .mx-md-n4 {
        margin-right: -1.5rem !important;
      }
      .mb-md-n4,
      .my-md-n4 {
        margin-bottom: -1.5rem !important;
      }
      .ml-md-n4,
      .mx-md-n4 {
        margin-left: -1.5rem !important;
      }
      .m-md-n5 {
        margin: -3rem !important;
      }
      .mt-md-n5,
      .my-md-n5 {
        margin-top: -3rem !important;
      }
      .mr-md-n5,
      .mx-md-n5 {
        margin-right: -3rem !important;
      }
      .mb-md-n5,
      .my-md-n5 {
        margin-bottom: -3rem !important;
      }
      .ml-md-n5,
      .mx-md-n5 {
        margin-left: -3rem !important;
      }
      .m-md-auto {
        margin: auto !important;
      }
      .mt-md-auto,
      .my-md-auto {
        margin-top: auto !important;
      }
      .mr-md-auto,
      .mx-md-auto {
        margin-right: auto !important;
      }
      .mb-md-auto,
      .my-md-auto {
        margin-bottom: auto !important;
      }
      .ml-md-auto,
      .mx-md-auto {
        margin-left: auto !important;
      }
    }
    
    @media (min-width: 992px) {
      .m-lg-0 {
        margin: 0 !important;
      }
      .mt-lg-0,
      .my-lg-0 {
        margin-top: 0 !important;
      }
      .mr-lg-0,
      .mx-lg-0 {
        margin-right: 0 !important;
      }
      .mb-lg-0,
      .my-lg-0 {
        margin-bottom: 0 !important;
      }
      .ml-lg-0,
      .mx-lg-0 {
        margin-left: 0 !important;
      }
      .m-lg-1 {
        margin: 0.25rem !important;
      }
      .mt-lg-1,
      .my-lg-1 {
        margin-top: 0.25rem !important;
      }
      .mr-lg-1,
      .mx-lg-1 {
        margin-right: 0.25rem !important;
      }
      .mb-lg-1,
      .my-lg-1 {
        margin-bottom: 0.25rem !important;
      }
      .ml-lg-1,
      .mx-lg-1 {
        margin-left: 0.25rem !important;
      }
      .m-lg-2 {
        margin: 0.5rem !important;
      }
      .mt-lg-2,
      .my-lg-2 {
        margin-top: 0.5rem !important;
      }
      .mr-lg-2,
      .mx-lg-2 {
        margin-right: 0.5rem !important;
      }
      .mb-lg-2,
      .my-lg-2 {
        margin-bottom: 0.5rem !important;
      }
      .ml-lg-2,
      .mx-lg-2 {
        margin-left: 0.5rem !important;
      }
      .m-lg-3 {
        margin: 1rem !important;
      }
      .mt-lg-3,
      .my-lg-3 {
        margin-top: 1rem !important;
      }
      .mr-lg-3,
      .mx-lg-3 {
        margin-right: 1rem !important;
      }
      .mb-lg-3,
      .my-lg-3 {
        margin-bottom: 1rem !important;
      }
      .ml-lg-3,
      .mx-lg-3 {
        margin-left: 1rem !important;
      }
      .m-lg-4 {
        margin: 1.5rem !important;
      }
      .mt-lg-4,
      .my-lg-4 {
        margin-top: 1.5rem !important;
      }
      .mr-lg-4,
      .mx-lg-4 {
        margin-right: 1.5rem !important;
      }
      .mb-lg-4,
      .my-lg-4 {
        margin-bottom: 1.5rem !important;
      }
      .ml-lg-4,
      .mx-lg-4 {
        margin-left: 1.5rem !important;
      }
      .m-lg-5 {
        margin: 3rem !important;
      }
      .mt-lg-5,
      .my-lg-5 {
        margin-top: 3rem !important;
      }
      .mr-lg-5,
      .mx-lg-5 {
        margin-right: 3rem !important;
      }
      .mb-lg-5,
      .my-lg-5 {
        margin-bottom: 3rem !important;
      }
      .ml-lg-5,
      .mx-lg-5 {
        margin-left: 3rem !important;
      }
      .p-lg-0 {
        padding: 0 !important;
      }
      .pt-lg-0,
      .py-lg-0 {
        padding-top: 0 !important;
      }
      .pr-lg-0,
      .px-lg-0 {
        padding-right: 0 !important;
      }
      .pb-lg-0,
      .py-lg-0 {
        padding-bottom: 0 !important;
      }
      .pl-lg-0,
      .px-lg-0 {
        padding-left: 0 !important;
      }
      .p-lg-1 {
        padding: 0.25rem !important;
      }
      .pt-lg-1,
      .py-lg-1 {
        padding-top: 0.25rem !important;
      }
      .pr-lg-1,
      .px-lg-1 {
        padding-right: 0.25rem !important;
      }
      .pb-lg-1,
      .py-lg-1 {
        padding-bottom: 0.25rem !important;
      }
      .pl-lg-1,
      .px-lg-1 {
        padding-left: 0.25rem !important;
      }
      .p-lg-2 {
        padding: 0.5rem !important;
      }
      .pt-lg-2,
      .py-lg-2 {
        padding-top: 0.5rem !important;
      }
      .pr-lg-2,
      .px-lg-2 {
        padding-right: 0.5rem !important;
      }
      .pb-lg-2,
      .py-lg-2 {
        padding-bottom: 0.5rem !important;
      }
      .pl-lg-2,
      .px-lg-2 {
        padding-left: 0.5rem !important;
      }
      .p-lg-3 {
        padding: 1rem !important;
      }
      .pt-lg-3,
      .py-lg-3 {
        padding-top: 1rem !important;
      }
      .pr-lg-3,
      .px-lg-3 {
        padding-right: 1rem !important;
      }
      .pb-lg-3,
      .py-lg-3 {
        padding-bottom: 1rem !important;
      }
      .pl-lg-3,
      .px-lg-3 {
        padding-left: 1rem !important;
      }
      .p-lg-4 {
        padding: 1.5rem !important;
      }
      .pt-lg-4,
      .py-lg-4 {
        padding-top: 1.5rem !important;
      }
      .pr-lg-4,
      .px-lg-4 {
        padding-right: 1.5rem !important;
      }
      .pb-lg-4,
      .py-lg-4 {
        padding-bottom: 1.5rem !important;
      }
      .pl-lg-4,
      .px-lg-4 {
        padding-left: 1.5rem !important;
      }
      .p-lg-5 {
        padding: 3rem !important;
      }
      .pt-lg-5,
      .py-lg-5 {
        padding-top: 3rem !important;
      }
      .pr-lg-5,
      .px-lg-5 {
        padding-right: 3rem !important;
      }
      .pb-lg-5,
      .py-lg-5 {
        padding-bottom: 3rem !important;
      }
      .pl-lg-5,
      .px-lg-5 {
        padding-left: 3rem !important;
      }
      .m-lg-n1 {
        margin: -0.25rem !important;
      }
      .mt-lg-n1,
      .my-lg-n1 {
        margin-top: -0.25rem !important;
      }
      .mr-lg-n1,
      .mx-lg-n1 {
        margin-right: -0.25rem !important;
      }
      .mb-lg-n1,
      .my-lg-n1 {
        margin-bottom: -0.25rem !important;
      }
      .ml-lg-n1,
      .mx-lg-n1 {
        margin-left: -0.25rem !important;
      }
      .m-lg-n2 {
        margin: -0.5rem !important;
      }
      .mt-lg-n2,
      .my-lg-n2 {
        margin-top: -0.5rem !important;
      }
      .mr-lg-n2,
      .mx-lg-n2 {
        margin-right: -0.5rem !important;
      }
      .mb-lg-n2,
      .my-lg-n2 {
        margin-bottom: -0.5rem !important;
      }
      .ml-lg-n2,
      .mx-lg-n2 {
        margin-left: -0.5rem !important;
      }
      .m-lg-n3 {
        margin: -1rem !important;
      }
      .mt-lg-n3,
      .my-lg-n3 {
        margin-top: -1rem !important;
      }
      .mr-lg-n3,
      .mx-lg-n3 {
        margin-right: -1rem !important;
      }
      .mb-lg-n3,
      .my-lg-n3 {
        margin-bottom: -1rem !important;
      }
      .ml-lg-n3,
      .mx-lg-n3 {
        margin-left: -1rem !important;
      }
      .m-lg-n4 {
        margin: -1.5rem !important;
      }
      .mt-lg-n4,
      .my-lg-n4 {
        margin-top: -1.5rem !important;
      }
      .mr-lg-n4,
      .mx-lg-n4 {
        margin-right: -1.5rem !important;
      }
      .mb-lg-n4,
      .my-lg-n4 {
        margin-bottom: -1.5rem !important;
      }
      .ml-lg-n4,
      .mx-lg-n4 {
        margin-left: -1.5rem !important;
      }
      .m-lg-n5 {
        margin: -3rem !important;
      }
      .mt-lg-n5,
      .my-lg-n5 {
        margin-top: -3rem !important;
      }
      .mr-lg-n5,
      .mx-lg-n5 {
        margin-right: -3rem !important;
      }
      .mb-lg-n5,
      .my-lg-n5 {
        margin-bottom: -3rem !important;
      }
      .ml-lg-n5,
      .mx-lg-n5 {
        margin-left: -3rem !important;
      }
      .m-lg-auto {
        margin: auto !important;
      }
      .mt-lg-auto,
      .my-lg-auto {
        margin-top: auto !important;
      }
      .mr-lg-auto,
      .mx-lg-auto {
        margin-right: auto !important;
      }
      .mb-lg-auto,
      .my-lg-auto {
        margin-bottom: auto !important;
      }
      .ml-lg-auto,
      .mx-lg-auto {
        margin-left: auto !important;
      }
    }
    
    @media (min-width: 1200px) {
      .m-xl-0 {
        margin: 0 !important;
      }
      .mt-xl-0,
      .my-xl-0 {
        margin-top: 0 !important;
      }
      .mr-xl-0,
      .mx-xl-0 {
        margin-right: 0 !important;
      }
      .mb-xl-0,
      .my-xl-0 {
        margin-bottom: 0 !important;
      }
      .ml-xl-0,
      .mx-xl-0 {
        margin-left: 0 !important;
      }
      .m-xl-1 {
        margin: 0.25rem !important;
      }
      .mt-xl-1,
      .my-xl-1 {
        margin-top: 0.25rem !important;
      }
      .mr-xl-1,
      .mx-xl-1 {
        margin-right: 0.25rem !important;
      }
      .mb-xl-1,
      .my-xl-1 {
        margin-bottom: 0.25rem !important;
      }
      .ml-xl-1,
      .mx-xl-1 {
        margin-left: 0.25rem !important;
      }
      .m-xl-2 {
        margin: 0.5rem !important;
      }
      .mt-xl-2,
      .my-xl-2 {
        margin-top: 0.5rem !important;
      }
      .mr-xl-2,
      .mx-xl-2 {
        margin-right: 0.5rem !important;
      }
      .mb-xl-2,
      .my-xl-2 {
        margin-bottom: 0.5rem !important;
      }
      .ml-xl-2,
      .mx-xl-2 {
        margin-left: 0.5rem !important;
      }
      .m-xl-3 {
        margin: 1rem !important;
      }
      .mt-xl-3,
      .my-xl-3 {
        margin-top: 1rem !important;
      }
      .mr-xl-3,
      .mx-xl-3 {
        margin-right: 1rem !important;
      }
      .mb-xl-3,
      .my-xl-3 {
        margin-bottom: 1rem !important;
      }
      .ml-xl-3,
      .mx-xl-3 {
        margin-left: 1rem !important;
      }
      .m-xl-4 {
        margin: 1.5rem !important;
      }
      .mt-xl-4,
      .my-xl-4 {
        margin-top: 1.5rem !important;
      }
      .mr-xl-4,
      .mx-xl-4 {
        margin-right: 1.5rem !important;
      }
      .mb-xl-4,
      .my-xl-4 {
        margin-bottom: 1.5rem !important;
      }
      .ml-xl-4,
      .mx-xl-4 {
        margin-left: 1.5rem !important;
      }
      .m-xl-5 {
        margin: 3rem !important;
      }
      .mt-xl-5,
      .my-xl-5 {
        margin-top: 3rem !important;
      }
      .mr-xl-5,
      .mx-xl-5 {
        margin-right: 3rem !important;
      }
      .mb-xl-5,
      .my-xl-5 {
        margin-bottom: 3rem !important;
      }
      .ml-xl-5,
      .mx-xl-5 {
        margin-left: 3rem !important;
      }
      .p-xl-0 {
        padding: 0 !important;
      }
      .pt-xl-0,
      .py-xl-0 {
        padding-top: 0 !important;
      }
      .pr-xl-0,
      .px-xl-0 {
        padding-right: 0 !important;
      }
      .pb-xl-0,
      .py-xl-0 {
        padding-bottom: 0 !important;
      }
      .pl-xl-0,
      .px-xl-0 {
        padding-left: 0 !important;
      }
      .p-xl-1 {
        padding: 0.25rem !important;
      }
      .pt-xl-1,
      .py-xl-1 {
        padding-top: 0.25rem !important;
      }
      .pr-xl-1,
      .px-xl-1 {
        padding-right: 0.25rem !important;
      }
      .pb-xl-1,
      .py-xl-1 {
        padding-bottom: 0.25rem !important;
      }
      .pl-xl-1,
      .px-xl-1 {
        padding-left: 0.25rem !important;
      }
      .p-xl-2 {
        padding: 0.5rem !important;
      }
      .pt-xl-2,
      .py-xl-2 {
        padding-top: 0.5rem !important;
      }
      .pr-xl-2,
      .px-xl-2 {
        padding-right: 0.5rem !important;
      }
      .pb-xl-2,
      .py-xl-2 {
        padding-bottom: 0.5rem !important;
      }
      .pl-xl-2,
      .px-xl-2 {
        padding-left: 0.5rem !important;
      }
      .p-xl-3 {
        padding: 1rem !important;
      }
      .pt-xl-3,
      .py-xl-3 {
        padding-top: 1rem !important;
      }
      .pr-xl-3,
      .px-xl-3 {
        padding-right: 1rem !important;
      }
      .pb-xl-3,
      .py-xl-3 {
        padding-bottom: 1rem !important;
      }
      .pl-xl-3,
      .px-xl-3 {
        padding-left: 1rem !important;
      }
      .p-xl-4 {
        padding: 1.5rem !important;
      }
      .pt-xl-4,
      .py-xl-4 {
        padding-top: 1.5rem !important;
      }
      .pr-xl-4,
      .px-xl-4 {
        padding-right: 1.5rem !important;
      }
      .pb-xl-4,
      .py-xl-4 {
        padding-bottom: 1.5rem !important;
      }
      .pl-xl-4,
      .px-xl-4 {
        padding-left: 1.5rem !important;
      }
      .p-xl-5 {
        padding: 3rem !important;
      }
      .pt-xl-5,
      .py-xl-5 {
        padding-top: 3rem !important;
      }
      .pr-xl-5,
      .px-xl-5 {
        padding-right: 3rem !important;
      }
      .pb-xl-5,
      .py-xl-5 {
        padding-bottom: 3rem !important;
      }
      .pl-xl-5,
      .px-xl-5 {
        padding-left: 3rem !important;
      }
      .m-xl-n1 {
        margin: -0.25rem !important;
      }
      .mt-xl-n1,
      .my-xl-n1 {
        margin-top: -0.25rem !important;
      }
      .mr-xl-n1,
      .mx-xl-n1 {
        margin-right: -0.25rem !important;
      }
      .mb-xl-n1,
      .my-xl-n1 {
        margin-bottom: -0.25rem !important;
      }
      .ml-xl-n1,
      .mx-xl-n1 {
        margin-left: -0.25rem !important;
      }
      .m-xl-n2 {
        margin: -0.5rem !important;
      }
      .mt-xl-n2,
      .my-xl-n2 {
        margin-top: -0.5rem !important;
      }
      .mr-xl-n2,
      .mx-xl-n2 {
        margin-right: -0.5rem !important;
      }
      .mb-xl-n2,
      .my-xl-n2 {
        margin-bottom: -0.5rem !important;
      }
      .ml-xl-n2,
      .mx-xl-n2 {
        margin-left: -0.5rem !important;
      }
      .m-xl-n3 {
        margin: -1rem !important;
      }
      .mt-xl-n3,
      .my-xl-n3 {
        margin-top: -1rem !important;
      }
      .mr-xl-n3,
      .mx-xl-n3 {
        margin-right: -1rem !important;
      }
      .mb-xl-n3,
      .my-xl-n3 {
        margin-bottom: -1rem !important;
      }
      .ml-xl-n3,
      .mx-xl-n3 {
        margin-left: -1rem !important;
      }
      .m-xl-n4 {
        margin: -1.5rem !important;
      }
      .mt-xl-n4,
      .my-xl-n4 {
        margin-top: -1.5rem !important;
      }
      .mr-xl-n4,
      .mx-xl-n4 {
        margin-right: -1.5rem !important;
      }
      .mb-xl-n4,
      .my-xl-n4 {
        margin-bottom: -1.5rem !important;
      }
      .ml-xl-n4,
      .mx-xl-n4 {
        margin-left: -1.5rem !important;
      }
      .m-xl-n5 {
        margin: -3rem !important;
      }
      .mt-xl-n5,
      .my-xl-n5 {
        margin-top: -3rem !important;
      }
      .mr-xl-n5,
      .mx-xl-n5 {
        margin-right: -3rem !important;
      }
      .mb-xl-n5,
      .my-xl-n5 {
        margin-bottom: -3rem !important;
      }
      .ml-xl-n5,
      .mx-xl-n5 {
        margin-left: -3rem !important;
      }
      .m-xl-auto {
        margin: auto !important;
      }
      .mt-xl-auto,
      .my-xl-auto {
        margin-top: auto !important;
      }
      .mr-xl-auto,
      .mx-xl-auto {
        margin-right: auto !important;
      }
      .mb-xl-auto,
      .my-xl-auto {
        margin-bottom: auto !important;
      }
      .ml-xl-auto,
      .mx-xl-auto {
        margin-left: auto !important;
      }
    }
    /*# sourceMappingURL=bootstrap-grid.css.map */

html {
	scroll-behavior: smooth;
	overflow-x:hidden;
	--scrollbarBG: #f0f2f5;
	--thumbBG: rgba(19, 53, 90, 0.15);
  }


/*============== FANCY SCROLLBAR ====================*/
::-webkit-scrollbar {
width: 11px;
}
body {
scrollbar-width: thin;
scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
::-webkit-scrollbar-track {
background: var(--scrollbarBG);
}
::-webkit-scrollbar-thumb {
background-color: var(--thumbBG) ;
border-radius: 6px;
border: 3px solid var(--scrollbarBG);
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Font-Family Calls
========================================================================== */


/* @font-face {
  font-family: 'beacon';
  src: url('.eot');
  src: url('.eot?#iefix') format('embedded-opentype'),
      url('.woff') format('woff'),
      url('.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'beacon';
  src: url('.eot');
  src: url('.eot?#iefix') format('embedded-opentype'),
      url('.woff') format('woff'),
      url('.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
} */


@import url('https://fonts.googleapis.com/css?family=Bitter|Roboto&display=swap');

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 16px;
}

body {
  font-family: Roboto, sans-serif;
  font-size: 1.0rem;
  color: #4e4e4e;
  line-height: 1.25;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Roboto, sans-serif;
  line-height: 1.5em; 
}

.p-no-margin p {
  margin: 0;
}

p.body--large {
  font-size: 28px;
  font-weight: 500;
  line-height: 2.5rem; 
}

/* Anchor Links */
a {
  color: #75cac9;
  text-decoration: none;
}

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

.a--alt {
  opacity: .4;
  text-decoration: none!important;
  transition: .4s;
}

.a--alt:hover,
.a--alt.active {
  opacity: 1;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  /* font-weight: ; */
  font-family: Bitter, serif;
  /* color: ; */
  word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
}

h1,
.beacon-h1 {
  /* color: #333; */
  font-size: 2.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}

.section--blog h1, 
.section--blog .beacon-h1  {
  font-size: 2.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}

h2,
.beacon-h2 {
  /* color: #333333; */
  font-size: 2.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}

h3,
.beacon-h3 {
  /* color: #333; */
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}

h4,
.beacon-h4 {
  /* color: #333; */
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

h5,
.beacon-h5 {
  /* color: #333; */
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

h6,
.beacon-h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  /* color: #4e4e4e; */
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px; 
  text-transform: uppercase;
}


strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul > ul,
ol > ol {
  padding-left: 20px;
}


ul li,
ol li {
  line-height: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

.ol--custom ol {
  counter-reset: custom-ol;
  list-style: none;
  padding-left: 0;
}

.ol--custom ol li {
  position: relative;
  padding-left: 30px;
  counter-increment: custom-ol;
  color: #429897;
  font-size: 1.5625rem;
  line-height: 1.5;
}

.ol--custom ol li:before {
  content: counter(custom-ol)".";
  color: rgba(0,0,0,.2);
  position: absolute;
  left: 0;
  top: 0;
}

.ul--custom  ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2.25rem;
}

.ul--custom ul li {
  position: relative;
  padding-left: 1.25rem;
  line-height: 1.15;
  margin-bottom: 1.25rem;
}

.ul--custom ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: .25rem;
  background-color: #f06546;
}



blockquote {
  margin: 0;
  padding: 0 2rem 0 3rem;
  position: relative;
  margin: 3rem 0;
}

.blockquote--border blockquote {
  padding-left: 3rem;
}

.blockquote--small blockquote {
  line-height: 1.6;
}

.blockquote--large blockquote {
  font-size: 2.8125rem;
  line-height: 1.5;
}

.article__content blockquote {
  padding-left: 6rem;
  margin-left: -6rem;
}

.blockquote--border blockquote:before,
.article__content blockquote:before {
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #429897;
}

blockquote,
blockquote p {
  font-size: 1.56rem;
  font-style: italic;
  font-family: Bitter, serif, serif;
}
blockquote p + p {
  font-size: 1rem;
  font-style: normal;
  font-family: Roboto, sans-serif;
  margin: 1.5rem 0;
}

blockquote p {
  margin: 0;
}

blockquote h6 {
  margin: 0 15px 0 0;
  color: #c0c0c0;
}



blockquote footer {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #828282;
  letter-spacing: 1.5px;
  font-style: normal;
}

.blockquote--custom blockquote {
  border-left: 6px solid #429897;
  padding: 0 7%;
  margin: 2rem 0;
}
.quote {
  margin-bottom: 45px;
}

cite {
  font-style: normal;
  color: #75cac9;
}

.italic p {
  font-size: 1.25rem;
  line-height: 1.6;
  font-family: Bitter, serif, sans-serif; 
  font-style: italic;
}

/* Horizontal Rules */
hr {
  color: #75cac9;
  background-color: #75cac9;
  height: 1px;
  border: none;
  margin: 2rem 0;
}

figcaption {
  font-size: 1.0rem;
  text-align: center;
  font-weight: 700;
  margin-top: 1rem;

}

figcaption.logo_caption--reverse {
  margin-top: -.75rem;
  margin-bottom: 1rem;
}



/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: #75cac9;
  /* outline-width: 1px;
  outline-style: double; */
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 14.0px
  }


  h1, .beacon-h1,
  h2, .beacon-h2 {
    font-size: 2.25rem;
  }

}

@media (max-width: 480px) {
  /* html {
    font-size: 12.0px
  } */
}
figure {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}
.has-shadow img,
img.has-shadow {
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
}

/* .asset img, .post img {
    box-shadow: 0px 10px 20px rgba(151, 151, 151, 0.358774);
} */


.image--citation { }
.image--citation span { }
.image--citation img { }
.iframe--resize iframe { 
    max-width: 100%; 
}

iframe {
    max-width: 100%;
}

.image--cover {
    overflow: hidden;
}

.image--cover img {
    object-fit: cover;
}

.image--avatar {
    width: 100%; 
    max-width: 50px; 
    height: 50px; 
    border-radius: 50%; 
    overflow: hidden;
}

.image--absolute {
    position: relative;
}

.image--absolute > div {
    position: relative;
    z-index: 1;
}

.image--absolute img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.image--fullwidth img {
    width: 100%!important;
}
/*====================
BASE BUTTON STYLE 
======================*/
button,
.btn, 
.hs-button {
  background-color: #4e4e4e;
  border-radius: 2px;
  border: 1px solid;
  border-color: #4e4e4e;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  color: #fff;
  display: inline-block;
  font-family: Roboto, sans-serif, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1; 
  letter-spacing: 0.2rem;
  line-height: 1;
  text-align: center;
  cursor:pointer;
  text-transform: uppercase;
  padding: 1.25rem 1.75rem;
  transition: all 300ms ease-in-out;
}


.btn--reverse {
  background-color: transparent;
  border-color: inherit;
  color: #4e4e4e;
}

button {
  border: none;
  outline: none;
}

button:disabled,
.btn:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.btn:hover,
.btn:focus,
.hs-button:hover,
.hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.btn:active,
.hs-button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}

.btn--round {
  border-radius: 100px;
  padding: 1rem;
  width: 50px;
  height: 50px;
}

.btn--round .cta__icon {
  margin-left: 0;
  margin-right: 0;
}

.btn--full-width {
  width: 100%;
}

.icon--arrow {
  transition: 500ms;
}

.icon--arrow--down {
  transform: rotate(90deg);
}

.active .icon--arrow--down {
  transform: rotate(270deg);
}

.icon--arrow--up {
  transform: rotate(-90deg);
}

.active .icon--arrow--up {
  transform: rotate(450deg);
}

.icon--arrow--left {
  transform: rotate(180deg);
}


/*====================
BUTTON STYLE -- COLORS
======================*/
/*--- Primary ---*/
.btn--primary {
  background-color: #75cac9; 
  border-color: #75cac9;
  color: ;
}

.btn--primary-reverse {
  background-color: transparent;
  border-color: inherit;
  color: #75cac9;
}

a:hover .btn--primary,
.btn--primary:hover,
.btn--primary:focus {
  background-color:  #439897;
  border-color:  #439897;
}
.btn--primary:active {
  background-color:  #116665;
  border-color:  #116665;
}

/*--- Secondary ---*/
.btn--secondary {
  background-color: #f06546;
  border-color: #f06546;
  color: ;
}

.btn--secondary-reverse {
  background-color: transparent;
  border-color: inherit;
  color: #f06546;
}

.btn--secondary-alt {
  background-color: #fff;
  border-color: #fff;
  color: #828282;
}

.btn--secondary-alt:hover,
.btn--secondary-alt.active {
  background-color: #fff;
  border-color: #f06546;
  color: #f06546;
}

a:hover .btn--secondary,
.btn--secondary:hover,
.btn--secondary:focus {
  background-color:  #be3314;
  border-color:  #be3314;
}
.btn--secondary:active {
  background-color:  #8c0100;
  border-color:  #8c0100;

}

.btn--secondary-reverse:hover {
  background-color: #f06546;
  border-color: inherit;
  color: ;
}

/*--- Tertiary ---*/
.btn--tertiary {
  background-color: #429897;
  border-color: #429897;
  color: ;
}

.btn--tertiary-reverse {
  background-color: transparent;
  border-color: inherit;
  color: #429897;
}

a:hover .btn--tertiary,
.btn--tertiary:hover,
.btn--tertiary:focus {
  background-color:  #106665;
  border-color: #106665;
}
.btn-tertiary:active {
  background-color:  #003433;
  border-color: #003433;
}


.btn--offwhite { 
  background-color: #F5f5f5;
  border-color: #F5f5f5;
  color: #4e4e4e;
}

.btn--offwhite-reverse {
  background-color: transparent;
  border-color: inherit;
  color: #F5f5f5;
}

a:hover .btn--offwhite,
.btn--offwhite:hover,
.btn--offwhite:focus,
.btn--offwhite:active {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}





.btn--white { 
  background-color: white;
  color: #4e4e4e;
  border-color: white;
}

.btn--white h6 {
  color: #f06546;
}

.btn--white h5 {
  color: #4e4e4e;
}

.btn--white-reverse {
  background-color: transparent;
  border-color: white;
  color: white;
}

a:hover .btn--white,
.btn--white:hover,
.btn--white:focus,
.btn--white:active {
  background-color: #F5f5f5;
  border-color: #F5f5f5;
  color: #4e4e4e;
}

.btn--white-alt { 
  background-color: #fff;
  border-color: #fff;
  color: #828282;
}

a:hover .btn--white-alt,
.btn--white-alt.active,
.btn--white-alt:hover,
.btn--white-alt:focus,
.btn--white-alt:active {
  background-color: #f06546;
  border-color: #f06546;
  color: #fff;
}


.btn--nav { 
  background-color: transparent;
  padding: 1rem; 
  margin-left: 1rem;
}
.js-scrolled .btn--nav,
.js-scrolled nav .btn { border-radius: 0;}
.btn--nav.mobile-close {  
  box-shadow: none;
  position: absolute;
  padding: 1rem;
  top: 30px;
  right: 30px;
  cursor:pointer;
  border: none;
}

.btn--social {
  background-color: transparent;
  box-shadow: none;
  color: #429897;
  padding: 0;
}

.btn--social + .btn--social {
  margin-left: .5rem;
}

.btn--social:hover,
.btn--social:focus,
.btn--social:active {
  background-color: transparent;
}

.btn--social path {
  fill: #429897;
}

.btn--social:hover path,
.btn--social:focus path,
.btn--social:active path {
  fill: #358887
}

.btn--social span {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.btn--social svg {
  height: 30px;
  padding: .25rem;
}

footer .btn--social {  
  background-color: #ababab;
  color: #222222;
  width: 30px;
  display: inline-block;
  padding: 0;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}

footer .btn--social:hover,
footer .btn--social:focus,
footer .btn--social:active {
  background-color: #75cac9;
}

footer .btn--social path {
  fill: #222222;
}

.btn--social:hover path, 
.btn--social:focus path, 
.btn--social:active path {
  fill: #222222;
}


.btn--fancy {
  display: inline-flex;
  align-items: center;
}

.btn--fancy .btn__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-items: flex-start;
  text-align: left;
  margin: 0 0 0 1rem;
}

.btn--fancy span {
  width: 100%;
}

.btn--fancy path {
  /* stroke: #fff; */
}
.btn--fancy h5,
.btn--fancy .beacon-h5 {
  text-transform: capitalize;
  font-family: Bitter, serif;
  letter-spacing: 0.5px;
  line-height: 1.1;
}
.btn h2,
.btn h3,
.btn h4,
.btn h5,
.btn h6 {
  margin: 0;
}




/*====================
BUTTON STYLES -- STATES
======================*/
.btn--state-success {

}
.btn--state-danger {
    
}
/* Form */
/*  

  form_header_background       
  form_header_text_color       
  form_background_color     
  
  form_border_color            
  form_label_color      
  
  form_field_background_color
  form_field_border_color      
  form_field_focus_border_color
  form_button_text_color       
  form_button_background_color 
  
  */
  

  form {
    font-family: ;
  }
  
  .form {
    max-width: 700px;
    margin: 20px auto;
    position: relative;
  }
  
  .form--full-width {
    max-width: 100%;
  }

  .form--lity {
    max-height: 85vh;
    overflow-y: auto;
  }
  
  .hs-form-field {
    margin-bottom: 1.4rem;
    position: relative;
  }
  
  /* Labels */
  
  form label {
    color: #75cac9;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-top: 0;
    margin-bottom: 0.35rem;
    text-align: left;
    width: auto;
  }
  
  /* Help text - legends */
  
  form legend {
    color: #222222;
    font-size: 0.875rem;
  }
  
  /* Inputs */
  
  .input {
    position: relative;
  }
  
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=number],
  input[type=file],
  select,
  textarea {
    background-color: #FFF;
    border: 2px solid #D1D6DC;
    border-radius: 0px;
    color: #222222;
    display: inline-block;
    font-size: 0.875rem;
    padding: 0 0.7rem;
    width: 100%;
    height: 65px;
    line-height: 65px;
    border: 4px solid #C0C0C0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
  }
  
  textarea {
    height: auto!important;
    padding: 0.7rem;
  }
  
  .form.has-padding {
    padding: 2rem;
  }
  
  
    .form-title,
    .widget-type-form .form-title {
      margin-bottom: 40px;
      color: #4e4e4e;
      text-align: center;
      font-weight: bold;
    }
    
    .widget-type-form form {
      padding: 2rem;
      /* background: ; */
      /* border: 1px solid ; */
    }
    
    .hs-richtext h5,
    .hs-form label {
      font-size: 1.125rem;
      display: block;
      float: none;
      width: auto;
      font-weight: 400;
      text-align: left;
      line-height: 1.5;
      padding-top: 0;
      margin-bottom: .625rem;
      color: #828282;
      font-family: Bitter, serif;
    }
    
    .hs-richtext h5,
    .hs-form .hs-form-field.hs-fieldtype-radio > label,
    .hs-form .hs-form-field.hs-fieldtype-checkbox > label {
      color: #4e4e4e;
    }
  
    .hs-fieldtype-select select.hs-input {
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 1.5;
      color: #828282;
      font-family: Bitter, serif;  
      padding: 0 20px;  
      background-image: url(https://www.beacondigitalmarketing.com/hubfs/Beacon_2020/icons/icon--arrow-down.svg);
      background-repeat: no-repeat;
      background-position: calc(100% - 20px) center;
    }
  
    .hs-fieldtype-select label {
      display: none;
    }
  
    .hs-form .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox)>label {
      position: absolute;
      top: 22px;
      left: 20px;
      margin: 0;
      z-index: 1;
    }
    .hs-form .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox)>label.labelfocus {
      top: 5px;
      transition: all .2s;
      font-size: 10px;
      line-height: 12px;
      color: #429897
  }
  
    .hideLabel .hs-form-field > label {
      display: none;
    }
   
  
    
    input:not([type=checkbox]):not([type=radio]):not([type=submit]),
    .hs-input,
    .hs-search-field__input {
      -webkit-appearance: none;
      display: inline-block;
      width: 100%!important;
      height: 65px!important;
      padding: 15px 20px 0;
      font-size: 1.125rem;
      font-weight: normal;
      line-height: 65px;
      color: #4e4e4e;
      background-color: ;
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
      border-radius: 2px;
      border: none;
      border-bottom: 4px solid #C0C0C0;
      font-family: Bitter, serif;
    } 
  
    textarea.hs-input {
      height: auto!important;
      line-height: 1.2!important;
      padding: 30px 20px 13px!important;
    }
    
    input[type=checkbox],
    input[type=radio] {
      -webkit-appearance: none;
      cursor: pointer;
      width: 1.875rem!important;
      height: 1.875rem!important;
      padding: 0!important;
      margin: 3px 5px 3px 0px;
      line-height: normal;
      border: 2px solid #c0c0c0;
      background-color: #fff;
      border-radius: 2px;
      outline: none;
    }
    
    input[type=radio] {
      border-radius: 50%;
    }
    
    input[type=checkbox]:checked,
    input[type=radio]:checked {
      background: #429897;
      border-color: #429897;
      background-image: url('https://www.beacondigitalmarketing.com/hubfs/Beacon_2020/icons/icon--checkmark.svg');
      background-repeat: no-repeat;
      background-position: center;
    }
    
    .hs-input[type=file] {
      background-color: #fff;
      padding: initial;
      border: initial;
      line-height: initial;
      box-shadow: none;
    }
    
    .hs-input:-moz-placeholder {
      color: ;
      font-weight: bold;
      font-family: ;
    }
    
    .hs-input::-webkit-input-placeholder {
      color: ;
      font-weight: bold;
      font-family: ;
    }
    
    .hs-input input,
    .hs-input textarea {
      transition: border 0.2s linear;
    }
    
    input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
    .hs-input:focus,
    .hs-search-field__input:focus {
      outline: none;
      border-color: #429897;
    }
    
    textarea.hs-input {
      height: auto;
    }
    
    select[multiple].hs-input {
      height: inherit;
    }
    
    input[type="submit"] {
      background: #f06546;
      color: ;
      border: none!important;
      cursor: pointer;
      text-transform: uppercase;
      margin-top: 20px;
    }
  
    .wide-button input[type="submit"] {
      width: 100%;
    }
  
    input[type="submit"]:hover,
    input[type="submit"]:focus,
    input[type="submit"]:active {
      background: var(--secondary600)!important;
    }   
    
    fieldset {
      max-width: none!important;
    }
    
    /* Force single column fields to full width inside of fieldsets */
    fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
      width: 100% !important;
    }
    
    input.hs-input.error,
    div.field.error input,
    div.field.error textarea,
    div.field.error .chzn-choices,
    textarea.hs-input.error,
    select.hs-input.error {
      border-color: #eb0000!important;
    }
    input.hs-input.error:focus,
    div.field.error input:focus,
    div.field.error textarea:focus,
    div.field.error .chzn-choices:focus,
    textarea.hs-input.error:focus,
    select.hs-input.error:focus {
      border-color: #eb0000;
    }
    
    .actions {
      padding: 0;
    }
    .legal-consent-container .hs-form-booleancheckbox-display > span {
      margin-left: 0!important;
    }
  
    .inputs-list {
      margin: 0 0 5px;
      width: 100%;
      padding-left: 0;
    }
    .inputs-list > li {
      display: block;
      padding: 0;
      width: 100%;
      padding-top: 0;
    }
    .inputs-list label {
      display: block;
      float: none;
      width: auto;
      padding: 0;
      line-height: 18px;
      text-align: left;
      white-space: normal;
      font-weight: normal;
      position: relative;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-align: center !important;
      align-items: center !important;
    }
  
    .legal-consent-container .inputs-list label {
      -ms-flex-align: start !important;
      align-items: start !important;   
    }
  
    .inputs-list:first-child {
      padding-top: 6px;
    }
    .inputs-list > li + li {
      padding-top: 2px;
    }
  
    .inputs-list label > input {
      margin-right: 10px;
      width: 100%!important;
      max-width: 30px;
    }
  
    .inputs-list label > input,
    .inputs-list label > span {
      vertical-align: middle;
    }
  
    .inputs-list label > span {
      font-size: .875rem;
      color: #4e4e4e;
      text-transform: uppercase;
      font-family: Roboto, sans-serif;
      font-weight: 700;
    }
  
  
    
    ul.no-list {
      list-style: none;
    }
    
    .field {
      margin-bottom: 1.25rem;
    }
    .hideLabel .field {margin-bottom: 1.7rem;}
    
    .hs-field-desc {
      color: ;
      margin: 0px 0px 6px;
      font-size: 14px;
    }
    
    .hs-form-required {
      color: #75cac9;
    }
  
    .hs-error-msgs label {
      color: #A6192E;
      margin: 0;
      padding: 5px;
      display: inline-block!important;
      font-size: 13px;
    }
    
    .hs-richtext {
      margin-bottom: 3px;
      line-height: 1.2;
      font-size: 16px;
      color: #505050;
    }
    .hs-richtext hr {
      text-align: left;
      margin-left: 0;
      width: 91%;
    }
  
    .hs-form input[type="file" i] #file-upload-button,
    .hs-form input[type="file" i]::-webkit-file-upload-button {
      background-color: #429897;
      border: none!important;
      appearance: none!important;
      color: #fff;
      outline: none!important;
      position: absolute;
      right: 15px;
      text-transform: uppercase;
      font-family: 'Roboto',sans-serif;
      font-weight: 700;
      padding: .75rem 1rem;
      height: auto;
      line-height: 1;
      border-radius: 2px;
      font-size: .875rem;
      top: 12px;
      letter-spacing: 1px;
      z-index: 100;
  }
  .hs-form input[type="file" i] > span,
  .hs-form input[type="file" i] #file-upload-button + span,
  .hs-form input[type="file" i]::-webkit-file-upload-button + span {
    display: none!important;
  }

  .hs-form input[type="file" i] span {
    position: relative;
    z-index: 1;
    font-size: .875rem;
    color: #429897;
    font-weight: bold;
  }
  
  .hs-form .hs-form-field.hs-fieldtype-file:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox)>label {
    top: 5px!important;
    left: 20px!important;
    transition: all .2s;
    font-size: 10px;
    line-height: 12px;
    color: #429897;
    height: auto;
    padding: 0;
    position: initial;
  }
  
  @media (max-width: 1025px) {
    .hs-form input[type="file" i] #file-upload-button,
    .hs-form input[type="file" i]::-webkit-file-upload-button {
      font-size: .75rem;
      padding: .5rem;
      top: 19px;
    }

  }
  
  
  .hs-form .hs-form-field.hs-fieldtype-file >label {
    width: 100%;
    height: calc(100% - 4px);
    background-color: #fff;
    top: 0!important;
    left: 0!important;
    padding: 20px;
  }
    
    .grecaptcha-badge {
      margin: 0 auto;
    }
    
    .email-correction, .email-validation {
      padding-top: 3px;
      font-size: 12px;
    }
    .email-correction a,
    .email-validation a {
      cursor: pointer;
    }
    @media (max-width: 400px),
    (min-device-width: 320px) and (max-device-width: 480px) {
      .email-correction form .form-columns-2 .hs-form-field,
      .email-correction form .form-columns-3 .hs-form-field,
      .email-validation form .form-columns-2 .hs-form-field,
      .email-validation form .form-columns-3 .hs-form-field {
        float: none;
        width: 100%;
      }
      .email-correction form .form-columns-2 .hs-form-field .hs-input,
      .email-correction form .form-columns-3 .hs-form-field .hs-input,
      .email-validation form .form-columns-2 .hs-form-field .hs-input,
      .email-validation form .form-columns-3 .hs-form-field .hs-input {
        width: 90%;
      }
      .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
      .email-correction form .form-columns-2 .hs-form-field input[type=radio],
      .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
      .email-correction form .form-columns-3 .hs-form-field input[type=radio],
      .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
      .email-validation form .form-columns-2 .hs-form-field input[type=radio],
      .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
      .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
        width: 24px;
      }
    }
    
    .hs-button,
    .hs-form-field input[type=text],
    .hs-form-field input[type=email],
    .hs-form-field input[type=phone],
    .hs-form-field input[type=number],
    .hs-form-field input[type=tel],
    .hs-form-field input[type=date],
    .hs-form-field textarea {
      -webkit-appearance: none;
      -moz-appearance: none;
    }
    
    .hs-default-font-element,
    .hs-main-font-element {
    }
    
    
    .hubspot-link__container {
      display: none;
    }
    
    .grecaptcha-badge {
      margin: 0;
    }
    
    
    
    
    /* ==========================================================================
       White Form
       ========================================================================== */

    
    .form--secondary .hs-form input[type="submit"] {
      background: #4e4e4e!important;
      color: #fff!important;
    }

    .form--secondary .hs-form input[type="submit"]:hover,
    .form--secondary .hs-form input[type="submit"]:focus,
    .form--secondary .hs-form input[type="submit"]:active {
      background: #000000!important;
    }
  
    .form--white h3.form-title {
      color: #429897;
    }
     
    .form--secondary .form-title,
    .form--tertiary .form-title,
    .form--primary .form-title,
    .form--black .form-title {
      color: #fff;
    }
    
    
    @media (min-width: 768px) {
      .multi-container.flex-wrap li {
        width: 100%;
        max-width: 50%;
      }
    }
  
  
    /**** Contact Form *****/
  
    /* Convert Radios/Checkboxes to buttons */
    .radio--custom .inputs-list {
      margin-left: -15px;
      margin-right: -15px;
      font-size: 0px;
    }
    .radio--custom .inputs-list li {
      display: inline-block;
      width: auto;
      vertical-align: top;
      margin: 0 15px 10px
    }
    
    .radio--custom .inputs-list label {
      display: inline-block!important;
      padding: 1rem 2.5rem;
    }
  
    .radio--custom .inputs-list label > input {
      position: absolute;
      max-width: 100%;
      border-radius: 2px;
      top: 0;
      left: 0;
      height: 100%!important;
      background-color: transparent!important;
      background-image: none!important;
      border: 1px solid transparent;
      box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
      border-radius: 2px;
      margin: 0;
  }
  
  
  .radio--custom .inputs-list label > span {
    font-family: Roboto, sans-serif;
    font-size: .75rem;
    color: #828282;
    letter-spacing: .2em;
  }
  
  .radio--custom .inputs-list label > input:checked {
    border-color: #f06546;
  }
  
  .radio--custom .inputs-list label > input:checked + span {
  color: #f06546;
  }

  .radio--custom input::-ms-check{
    display:none
  }

  .radio--custom input::-ms-radio{
    display:none
  }
table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.section {}

.section__header--special {
    display: flex;
    align-items: flex-start;
}

.section__header--special .header__line {
    flex: 1;
    border-bottom: 1px solid;
    padding-top: 30px;
    margin-right: 2rem;
    margin-left: 2rem;
}

.section__header--special .header__subtitle {
    flex: 3;
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 0;
}
.hs-menu-wrapper ul li {
  margin-bottom: 0;
}
.hs-menu-wrapper ul li:before {
  display: none;
}

.hs-menu-item a {
  font-size: .75rem;
  font-weight: 700;
  display: block;
  padding: 0.5rem 1rem;
  margin: 0 .25rem;
  color: white;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

.hs-menu-item.active a {
}

/* Menus */
.hs-menu-wrapper ul {
  /* Targets all unordered lists within HubSpot menus */
}

/* Horizontal Menu
  ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
/* Targets all unordered lists within horizontal menus */
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul li{
/* Targets all list items within horizontal menus */
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul li a{
/* Targets all links within horizontal menus */
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
/* Targets the top-level unordered list within horizontal menus */
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
/* Targets top-level list items within the top-level unordered list */
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
/* Targets top-level list links within the top-level unordered list */
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
/* Targets list items with children with the top-level unordered list */
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
/* Targets second-level unordered lists when flyouts are enabled (for styling dropdowns) */
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
/* Targets links within second-level unordered lists  */
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
/* Targets third-level unordered lists (for styling dropdowns)*/
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
/* Targets second-level unordered list when top-level menu item is hovered (use to reveal dropdowns) */
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.active-branch{
/* Targets top-level active branch unordered list */
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
/* Targets second-level unordered list within active branch */
}
.hs-menu-wrapper.hs-menu-flow-horizontal li.active a{
/* Targets the link within the active list item */
}

/* Vertical Menu
  ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical ul {
/* Targets all unordered lists within vertical menus */
}
.hs-menu-wrapper.hs-menu-flow-vertical ul li a {
/* Targets all list items within vertical menus */
}
.hs-menu-wrapper.hs-menu-flow-vertical ul li a {
/* Targets all links within vertical menus */
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
/* Targets the top-level unordered list within vertical menus */
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
/* Targets top-level links in vertical menus */
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
/* Targets top-level list items with children */
}


/* No flyouts
  ========================================================================== */ 
.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
/* Targets child menus when flyouts are disabled */
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
/* Targets second-level child menus when flyouts are disabled */
}    




@media screen and (max-width:1200px){
	.hs-menu-item a{
		letter-spacing: 0.15rem;
    margin:0;
	}
}
.banner--blog .banner__item {
  align-items: center;;
  padding: 0 90px;
}
.article__content {
  border-radius: 4px;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-bottom: 7rem;
  max-width: 1340px!important;
}

.content__main,
.content__aside {
  padding: 4rem 6rem;
}

.content__aside {
  background-color: #efefef;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding:0rem!important;
  overflow: hidden;
}

.content__aside .content__inner {
  padding:4rem!important;
}

.blog {}
.blog--listing {}
.blog--post {}
.banner--blog .banner__item {
  align-items: center;;
  padding: 0 90px;
}
.article__content {
  border-radius: 4px;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-bottom: 7rem;
}

.content__main,
.content__aside {
  padding: 4rem 6rem;
}

.back i {
  font-size: 13px;
}
.link--back {
  opacity: .5;
  color: #fff!important;
  text-decoration: none!important;
}


.post-meta > div:not(:last-child) {
  border-right: 1px solid #358887;
}

.social--share a {
  cursor: pointer;
}

.container--author {
  border-top: 1px solid #F5f5f5;
  padding: 4rem 6rem;
}

.recent-resources__item {
  border-bottom: 1px solid #c0c0c0;
  text-decoration: none!important;
  color: #4e4e4e;
  font-family: Bitter, serif;
}

.recent-resources__item img {
  transition: .5s;
  opacity: 0;
  visibility: hidden;
}

.recent-resources__item:hover {
  color: #429897;
}

.recent-resources__item:hover img {
  opacity: 1;
  visibility: visible;
}

.recent-resources__item h5 {

}

.recent-resources__item h6 {
  color: #c0c0c0;
}


.related-resources [class^="col"] {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.related-resources .tile {
  margin-bottom: 0;
}

.header--form {
  border-bottom: 1.5px solid rgba(34,34,34,.2)
}

@media (max-width: 1200px) {
  .content__main,
  .container--author {
    padding: 3rem 4rem;
  }
  .content__aside .content__inner {
  padding: 3rem !important;
  }
}

@media (max-width: 991px) {
  .post-meta > div {
    border: none!important;
  }
}

@media (max-width: 767px) {
  .content__main,
  .container--author {
    padding: 3rem 2rem;
  }
  .content__aside .content__inner {
  padding: 3rem 2rem !important;
  }
}
.social__link + .social__link {
    margin-left: 20px;
}

.social__logo {
    width: 30px;
    font-size: 30px;
}


.social {
    display: flex;
    align-items: center;
}

.share__label {
    margin-right: 1rem;
}


.header {
  background-color: transparent;
  position: fixed;
  z-index: 3000;
  width: 100%;
  max-width: 100%;
  transition: all 300ms ease-in-out;
}

.header.js-scrolled {
  background-color: #222222;
  transition: all 300ms ease-in-out;
}

.header__container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: ;
  margin: 0 auto;
  padding: 1rem 2rem;
}

.header__logo {
  display: inline-block;
  max-width: 200px;
  height: 76px;
  overflow: hidden;
  margin-right: auto;
  transition: all 100ms ease-in-out;
}

.header__logo--yes {
  display: flex;
  align-items: center;
  max-width: 300px;
  transition: .4s ease;
}

.header__logo--yes svg {
  width: 300px;
  max-width: 100%; 
}

.header.js-scrolled .header__logo--yes {
  max-width: 200px;
}

.header__logo img { max-width: 100%; }
.header #beaconLogo { height: 100%; }

.header #beaconLogo,
.header #beaconLogo .js-scrollHide {
  /* height: auto;
  transition: all 100ms ease-in-out; */
}
.header #beaconLogo .js-scrollHide { opacity: 1; }

.header.js-scrolled #beaconLogo .js-scrollHide {
  /* opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out; */
}
.header.js-scrolled .header__logo { height: 45px; }
.header #beaconLogo path { transition: all 100ms ease-in-out; }
/* .header.js-scrolled #beaconLogo path { 
  transform: translateY(-8px) scale(.85); 
} */

.header.js-scrolled .header__container {
  box-shadow: 0px 2px 15px rgba(0,0,0,0.2);
  padding: 0 0 0 2rem;
  transition: all 200ms ease-in-out;
}

.nav {
  display: flex;
  align-items: center;
}



@media ( min-width: 1025px ){

  .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    /* Targets second-level unordered lists when flyouts are enabled (for styling dropdowns) */
      flex-direction: column;
      background-color: #F5f5f5;
      box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
      border-radius: 2px;
      color: #4e4e4e;
      position: absolute;
      padding: 0.5rem 0;
      visibility: hidden;
      opacity: 0;
      transition: all 150ms ease-in-out;
    }
    

    .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    /* Targets second-level unordered list when top-level menu item is hovered (use to reveal dropdowns) */
      visibility: visible;
      opacity: 1;
      width: 290px;
    }

    .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper::before{
      content: "";
      background-color: #F5f5f5;
      position: absolute;
      width: 12px;
      height: 12px;
      top: -6px;
      left: 40px;
      transform: rotate(45deg);
    }
    .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
      /* Targets links within second-level unordered lists  */
        color: #4e4e4e;
        width: 100%;
        padding: .625rem 2rem;
        margin-left: 0;
        line-height: 1.3;
        font-size: .875rem;
        text-transform: none;
        font-weight: 500;
        letter-spacing: initial;
        position: relative;
    }

    /**** Pseudo classes to help with hover effect *****/
    .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
      margin-left: -15px;
      margin-top: 15px;
    }

    .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper:after {
      content: '';
      height: 20px;
      width: 100%;
      position: absolute;
      top: -20px;
      left: 0;
    }

    .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.hs-menu-depth-2:after {
      content: '';
      width: 12px;
      height: 100%;
      right: -12px;
      top: 0;
      position: absolute;
    }
    
  .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children>ul.hs-menu-children-wrapper li.hs-item-has-children > ul.hs-menu-children-wrapper {
    left: calc(100% + 12px);
    top: -8px;
    width: 290px;
  }
  .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children>ul.hs-menu-children-wrapper li.hs-item-has-children:hover> ul.hs-menu-children-wrapper:before{
    /* background-color: transparent;
    left: -22px;
    border: 5px solid #000;
    width: auto;
    height: auto;
    top: 26px;
    box-sizing: border-box;
    border-bottom-color: transparent;
    border-left-color: transparent; */

    content: "";
    background-color: #F5f5f5;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 20px;
    left: -6px;
    transform: rotate(45deg);
  }
    .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
      background-color: #429897;
      color: #fff;
    } 

    .header li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
      position: relative;
    }

    .header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
      /* Targets third-level unordered lists (for styling dropdowns)*/
      opacity: 0;
      visibility:hidden;
    }
    .header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
      opacity: 1;
      visibility: visible;
    }

    .header .hs-menu-depth-2 ul.hs-menu-children-wrapper {
      left: 100%;
      top:0; 
    }
    .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper::before{
      content: "";
      background-color: #F5f5f5;
      position: absolute;
      width: 12px;
      height: 12px;
      top: 20px;
      left: -6px;
      transform: rotate(45deg);
    }
}

@media (min-width: 1025px) {
  span.child-trigger,
  .nav .hs-menu-wrapper li.btn-item {
    display: none!important;
  }

}

@media ( max-width: 1024px ) {

  .header__container {
    /* flex-direction: column; */
    padding: 1rem;
    position: relative;
  }

  .header.js-scrolled .header__container {
    padding-left: 1rem;
  }

  .header__logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 1rem;
    padding-left: 0;
    position: relative;
    width: 100%;
  }

 .header.js-scrolled .header__logo {
    align-items: flex-start;
    margin-left: 0;
  }
  .header.js-scrolled #beaconLogo path { transform: translateY(-7px) translateX(-24px) scale(.85); }
/*}
@media screen and (max-width: 992px){*/
  .nav .hs-menu-wrapper {
    position: absolute;
    background-color: #429897;
    width: 100vw;
    height: 100vh;
    padding: 2rem;
    top: 0;
    left: 0;
    display: none;
    overflow-y:auto;
  }

  .nav .hs-menu-wrapper li.hs-menu-item a {
    display: inline-block;
    padding-left: 0;
  }

  .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    /* Targets the top-level unordered list within horizontal menus */
    display: flex;
    flex-direction: column;
    padding-top: 60px;
  }

  .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a {
    /* Targets top-level list links within the top-level unordered list */
    font-family: Bitter, serif;
    color: #fff;
    font-size: 1.875rem;
    line-height: 220%;
    text-transform: none;
  }

  .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper {
    padding-left: 1.0rem;
    display: none;
  }

  .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: none;
  }


  .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper a {
    color: #f7e5d7;
  }

  .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper.child_menu-active {
    /* Targets second-level unordered list within active branch */
    
  }

  .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper li {
    /* Targets second-level unordered list within active branch */
    width: 100%;
  }

  span.child-trigger {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    transform: rotate(90deg);
    transition: .4s;
  }

  span.child-trigger.rotate {
    transform: rotate(-90deg);
  }

  /* @DIKSHA -- Where does this live? */
  /* .custom-menu-primary .header-menu-btn.u-hide--mobile:after{ 
    content: 'hire us';
    font-size: .59375rem;
    letter-spacing: 0.2rem;}
  .custom-menu-primary .header-menu-btn.u-hide--mobile{
    font-size: 0;
    letter-spacing: 0rem;
  } */
  .custom-menu-primary { flex-direction: row-reverse; }
  .header-menu-btn {
    display: block;
    max-width: 300px;
  }

  .header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>ul.hs-menu-children-wrapper.mobile-sub-open {
    display: block;
    opacity: 1;
    visibility: visible;
}
}

@media (max-width: 767px) {

  .header__container {
    /* flex-direction: column; */
    padding: 1rem;
    position: relative;
  }

  .header.js-scrolled .header__container {
    padding-left: 1rem;;
  }

  .header__logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 1rem;
    padding-left: 0;
    position: relative;
    width: 100%;
  }

  .header__logo--yes {
    max-width: 200px;
  }


 .header.js-scrolled .header__logo {
    align-items: flex-start;
    margin-left: 0;
  }
  .header.js-scrolled #beaconLogo path { transform: translateY(-7px) translateX(-24px) scale(.85); }

  .nav {
    flex-direction: row-reverse;
  }


}

.utility-nav {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 0 2rem;
  background-color: #02272b;
}

.utility-nav a {
  padding: 20px;
  height: 37px;
  display: flex;
  align-items: center;
}
.utility-logo:first-child a {
  padding-left: 0;
}

.utility-nav a svg {
  width: auto;
  height: 16px;
  color: white;
}

.utility-nav a svg path {
  fill: #fff;
}

.utility-nav .utility-logo-active {
  background-color: #fff;
}

.utility-nav .utility-logo-active a svg {
  height: 12px;
}

.utility-nav .utility-logo-active a svg path {
  fill: #000;
}
.subnav { 
    background-color: #429897;
    padding: 0;
}

.subnav > .row { 
    margin-left: 0;
    margin-right: 0;
}

.subnav__item {
    border-right: 2px solid #358887;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content:  center;
    font-family: Bitter, serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    padding: 2rem;
    transition: all 150ms ease-in-out;
}
.subnav__item:hover,
.subnav__item:active { 
    background-color: #358887;
    text-decoration: none;
    color: #fff;
}

.subnav__item:last-of-type {
    border-right: 0;
}

.subnav__icon { margin-right: 2rem; }
.subnav__icon svg { 
    max-width: 60px; 
    width: 100%;
    height: auto;
}

.subnav.no-icons .subnav__item {
    text-align: center;
}

@media (max-width: 1200px) {
    .subnav.no-icons .subnav__item { 
        padding: 1rem;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        border-bottom: 2px solid #358887;
    }  
}

@media (max-width: 767px) {
    .subnav__item { 
        padding: 1rem;
    }
    .subnav.no-icons .subnav__item { 
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .subnav__icon {
        margin-left: 0;
        margin-right: 0;
    }
    .subnav__icon svg {
        max-width: 45px;
    }
    .subnav:not(.no-icons) .subnav__text {
        display: none;
        visibility: hidden;
    }
}
.card {
  background-color: #fff;
  border-radius: 2px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  margin-bottom: 2.5rem;
  padding: 2rem;
  position: relative;
  transition: all 300ms ease-in-out;
  width: 100%;
}

.card:hover,
.card:active,
.card:focus {
  text-decoration: none;
  box-shadow: 0px 2px 45px rgba(0, 0, 0, 0.15);
}

.card__image, 
.card__content, 
.card__cta,
.card__svg {
  width: 100%;
}

.employee-testimonial .card {
  min-height: 295px;
}

.card__content > *:first-child {
  margin-top: 2rem;
}

.card__tag + .card__title {
  margin-top: 1.25rem;
}

.card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #4e4e4e;
}

.card__description {
  color: #828282;
  margin-top: .75rem;
}

.card__cta {
  margin-top: 2rem;

}

.cta__text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #429897 ;
}

.cta__text--serif {
  font-family: Bitter, serif;
  font-weight: 700;
}

.card--icons .icon--arrow path {
  stroke: #75cac9;
}

.cta__icon {
  display: flex;
  justify-content: center;
  margin-left: .5rem;
}


a.card--icons:hover,
a.card--icons:active,
a.card--icons:focus {
  background-color: #358887;
  color: #fff;
}

a.card--icons:hover .card__title, 
a.card--icons:active .card__title, 
a.card--icons:focus .card__title, 
a.card--icons:hover .card__description, 
a.card--icons:active .card__description, 
a.card--icons:focus .card__description {
  color: #fff;
}

a.card--icons:hover .card__svg path, 
a.card--icons:active .card__svg path, 
a.card--icons:focus .card__svg path,
a.card--icons:hover .card__svg rect, 
a.card--icons:active .card__svg rect, 
a.card--icons:focus .card__svg rect {
  stroke: #fff;
}

a.card--icons:hover .card__cta .cta__text span {
  color: #fff;
}

a.card--icons:hover svg path,
a.card--icons:active svg path,
a.card--icons:focus svg path {
  stroke: #fff;
}

.card--background {
  padding: 0;
  overflow: hidden;
  align-items: flex-end;
}

.card--background .card__image-wrapper {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}

.card--background .card__content-wrapper {

  position: relative;
  padding:  2rem;
  width: 100%;
z-index: 1;
}

.card-bg--dark, 
.card-bg--dark .card__title, 
.card-bg--dark .card__description,
.card-bg--dark .cta__text {
  color: #fff!important;
}

.card-bg--dark:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,rgba(0,0,0,.5) 39.58%,#000 100%);
  z-index: 1;
}
/* 
.card--single { flex: 1; }
.card--double { flex: 2; } */



.card__bg-img {
  object-fit: cover;
  transform: scale(1);
  object-position: 50% 50%;
  transition: all 1500ms ease;
  width: 100%;
  height: 100%;
}

.card:hover .card__bg-img {
  transform: scale(1.15);
  transition: all 500ms ease;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card-bg--dark:before {
    transition: all 1500ms ease;
  }

  .card-bg--dark:hover:before {
    background: linear-gradient(180deg,rgba(0,0,0,.3) 0%,#000 100%);
  }

  section:not(.employee-testimonial) .card--team .card__bg-img {
    display: block!important;
    height: auto!important;
  }

}

.card__text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 200ms all ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.card:not(.card--beacon):hover .card__text {
  background-color: rgba(0,0,0,.7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.card__tiny-title { 
  font-size: ; 
}

/***** Team Card ******/

.card--team {
  min-height: 300px;
}



.card--team:not(.card--extra):after {
  width: 100%;
  position: absolute;
  height: 100%;
  bottom: 0;
  z-index: 1;
  content: ' ';
  transition: all 300ms ease-in-out;

  left: 0;
  background-image: linear-gradient(180deg,rgba(0,0,0,0) 25%,#358887 100%);
  z-index: 10;
}


.card--team:not(.card--beacon):hover,
.card--team:not(.card--beacon):active, 
.card--team:not(.card--beacon):focus {
  transform: scale(1.05);
}
.card--team { text-align: left; }
.card--team .card__text { padding: 1.25rem; }

.card--team:not(.card--beacon):hover .card__text,
.card--team:not(.card--beacon):focus .card__text,
.card--team:not(.card--beacon):active .card__text  {
  background: transparent;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}
.card--team .card__bg-img {
position: absolute;
height: 100%;
width: 100%;
transition: all 0ms ease;
}
.card--team:hover .card__bg-img,
.card--team:focus .card__bg-img,
.card--team:active .card__bg-img {
transition: all 0ms ease;
}

.card--beacon:hover .card__bg-img {
  transform: scale(1.15);
  transition: all 500ms ease;
}

.card--team .card__item--mask{
z-index: 20;
}
.card--team .card__item--hidden {
opacity: 0;
z-index: 15;
}

.card--team:not(.card--beacon):hover .card__item--mask,
.card--team:not(.card--beacon):active .card__item--mask,
.card--team:not(.card--beacon):focus .card__item--mask {
opacity: 0; 
z-index: 15;     
}

.card--team:hover .card__item--hidden,
.card--team:focus .card__item--hidden,
.card--team:active .card__item--hidden {
opacity: 1;
z-index: 20;
}

.card--team .card__title { 
font-size: 22px;
}
.card--team .card__tiny-title,
.card--team .card__title { 
color: #fff;
position: relative; 
z-index: 12;
}

.card--team .card__cta { padding-top: 1rem; }
.card--team .card__cta {
text-align: center;
text-transform: uppercase;
color: #fff;
letter-spacing: 3px;
padding-bottom: 1rem;
}

.card--extra .card__cta {
color: #75cac9; 
}

.card--extra a::after {
background-image: none;
}

.card--extra .card__tiny-title { color: #F06546; }
.card--extra .card__title { color: #222; }
.card--extra .card__text { justify-content: center; }

.card--related-resources {
  min-height: 340px;
  border-radius: 5px;
}

.card--related-resources .cta__text {
  text-align: left;
  -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width:1200px){
.card--double{flex:1;}
}

@media ( max-width: 1024px ) {
.card__text {padding: ;}
}


@media (max-width: 767px){
  .card--double { flex: 1; }
  .card__text { text-align: center; }
  .category__title { padding: 0;}
  .cards ul.slick-dots { text-align: center; }
  .card--horizontal .image--cover {
    min-height: 115px;
  }
}


/**** Partner Slider *****/
.partner-header h6 {
  color: #f06546;
  margin-bottom: 10px;
}
.card--partner {
  background: #FFFFFF;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  min-height: 155px;
  padding: 2rem;
}

.card--partner h6 {
  margin: 5px 0 0;
}

.partner-slider .slick-slide {
  width: 261px!important;
  margin: 8px 25px;
  opacity: .4;
  transition: .25s;
} 

.partner-slider .slick-slide.slick-active {
  opacity: 1;
}
.arrow--partners {
  margin-left: -10px;
}

@media (max-width: 991px) {
  .partner-header {
    text-align: center;
    margin-bottom: 30px;
  }
  .row--teammates-next > div:nth-child(2),
  .row--teammates-next > div:nth-child(3) {
    display: none!important
  }
}

/***** Flip Cards ******/

.card--flip {
  -webkit-perspective: 40rem;
          perspective: 40rem;
          box-shadow: none!important;
          padding: 0!important;
          background-color: transparent!important;
          margin-bottom: 40px;
}

.card-body {
  display: -webkit-box;
  display: flex;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: var(--time) transform;
  transition: var(--time) transform;
}
.card--flip:hover .card-body, 
.card--flip:focus .card-body {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.card-front, 
.card-back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-width: 100%;
}

.card-back {
  -webkit-transform: rotateX(-180deg) translate(-100%, 0);
          transform: rotateX(-180deg) translate(-100%, 0);
}



.card--flip {
  display: -webkit-box;
  display: flex;
  -webkit-transition: z-index, -webkit-transform calc(var(--time) / 4);
  transition: z-index, -webkit-transform calc(var(--time) / 4);
  transition: z-index, transform calc(var(--time) / 4);
  transition: z-index, transform calc(var(--time) / 4), -webkit-transform calc(var(--time) / 4);
  -webkit-transition-delay: var(--time), 0s;
          transition-delay: var(--time), 0s;
  text-decoration: none;
  color: inherit;
  z-index: 0;
}
.card--flip:hover {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  z-index: 1;
}
.card--flip:active {
  -webkit-transform: scale(0.975);
          transform: scale(0.975);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.card--flip:hover .card-back {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;  
}
}

.card-body {
  width: 100%;
  border-radius: 0.25rem;
  -webkit-box-flex: 1;
          flex: 1;
          height: 100%;
}

.card-front, 
.card-back {
  display: -webkit-box;
  display: flex;
  background-color: white;
  box-sizing: border-box;
  padding: 2.75rem;
  border-radius: 0.25rem;
  box-shadow: 0px 8px 55px rgba(22, 57, 57, 0.1);
}

.card--black {
  color: #fff!important;
}

.card--white {
  color: #358887!important;
}

.card--black .card-front {
  background-color: #181818;
}

.card--white .card-front {
  background-color: #ffffff;
}
a.card-back:hover,
.card-back {
  color: #fff;
  background-color: #358887;
  text-decoration: none;
}

.card-back h6 {
  color: #f7e5d7
}

.card__cta span {
  color: #828282;
}

.card-bg--dark .card_cta span,
.card-back .card__cta span {
  color: #fff;
}

/**** Beacon Map Card ****/
.section--map {
  height: 760px;
}

.section--map > .container--fluid {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.image--map {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; 
}

.image--map img {
  height: 100%;
  width: 100%;
  object-position: left bottom;  
}

.map-pin {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.card--beacon {
  position:absolute;
  width: 300px;
  height: 200px;
  min-height: 1px;
  top:123px;
  left: 242px;
  margin: 0;
  overflow: visible;
}

@media (min-width: 1500px) {
  .image--map img {
    object-position: right top;
  }
}

@media (max-width: 992px) {
  .image--map img {
    object-position: center center;
  }
  .section--map {
    height: 630px;
  }
  .card--beacon {
    top: 140px;
    left: 225px;
  }
}


@media (max-width: 767px) {
  .section--map {
    height: 440px;
  }
  .card--beacon {
    top: 62px;
    left: 50%;
    transform: translateX(-50%);
}
}


/******* Card Simple ******/
.card--simple {
  padding: 0;
  color: inherit!important;
  transform: none;
  transition: all 500ms ease;
  border-radius: 5px;
  overflow: hidden;
}

.card--simple:hover {
  transform: scale(1.025);
}

.card__image {
  overflow: hidden;
}

.card--simple .card__lower {
  padding: 2.0rem;
  width: 100%;
}

.card--simple .card__image {
  height: 200px;
}

.col-md-3 .card--simple .card__image {
  height: 115px;
}

.card--simple .card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


/**** Card Slider *****/
.arrow--card-slider {
  position: absolute; 
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.arrow--card-slider button {
  border-color: #fff!important;
  background-color: #fff!important;
  position: absolute!important;
}

.arrow--card-slider button.slick-prev {
  left: 70px;
}

.arrow--card-slider button.slick-next {
  right: 70px;
}

.arrow--card-slider button:hover {
  background-color: #75cac9!important;
}

.arrow--card-slider button:focus {
  outline: none!important;
}

.card-slider-wrap {
  margin-top: -50px;
}

@media (max-width: 767px) {

  .arrow--card-slider {
    top: -20px;
    transform: none;
    width: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .arrow--card-slider button.slick-prev {
    left: 0px;
  }
  
  .arrow--card-slider button.slick-next {
    right: 0px;
  }
}

/**** Card Client ****/
.card--client {
  margin-bottom: 2.5rem;
}
.tabs__nav {
    display: flex;
    display: -ms-flexbox;
}

.tabs__tab {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px 2px 0 0;
    padding: 12px 24px;
    text-decoration: none;
    border: 1px solid #F5F5F5;
    color: #429897;
    width: 100%;
    transition: all 150ms ease-in-out;
    text-decoration: none!important;
}

.tabs__tab:not(.tabs__tab--active):hover {
    color: #F06546;
}

.tabs__tab:focus,
.tabs__tab--active {
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
    border-radius: 5px 5px 0px 0px;
    color: #F06546;
    z-index: 10;
}

.tabs__header {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
}

.tabs__content {
    width: 100%;
    display: none;
    padding: 2rem;
    background: #fff;
}

.tabs__icon {
    margin-right: .5rem;
    padding: 12px;
    border-radius: 100px;
    background: #fff;
    display: flex;
    border: 1px solid rgba(66, 152, 151, 0.2);
}

.tabs__tab--active .tabs__icon {
    background: #F06546; 
    border: 1px solid rgba(66, 152, 151, 0.0);
}

.tabs__tab:not(.tabs__tab--active):hover .tabs__icon svg path,
.tabs__tab:not(.tabs__tab--active):hover .tabs__icon svg .st0,
.tabs__tab:not(.tabs__tab--active):hover .tabs__icon svg .st1 {
    stroke:#F06546; 
}

.tabs__tab--active svg path,
.tabs__tab--active svg .st0,
.tabs__tab--active svg .st1 {
    stroke:#fff;
}

.tabs__tab--mobile {
    display: none;
}

@media (max-width: 991px) {
    .tabs__nav {
        display: none;
    }
    .tabs__tab--mobile {
        display: flex;
        border-radius: 5px;
    }

    .tabs__tab--active {
        border-bottom: 6px solid #F06546;
    }
    .tabs__tab {
        justify-content: start;
    }
}
.section--banner {
  background-color: #222;
  position: relative;
  transition: all 300ms ease-in-out;
  z-index: 1;
  color: #fff;
  overflow: hidden;
}

.section--banner-home h1 {
  font-size: 4.375rem;
}

@media (min-height: 1024px){
  /* .section--banner {
    min-height: 500px;
  } */
}

.row--banner {
  margin-left: 0;
  margin-right: 0;
  padding: 200px 0;
  min-height: 80vh;
}

.banner__background, 
.banner__overlay {
  display: flex;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

/* .banner__background { width: 58.333333%; } */

.banner__bg-img {
  object-fit: cover;
  transform: scale(1.05); /* Remove this after getting better export */
  object-position: 50% 50%;
  width:100%;
}

.banner__background .banner__bg-img { opacity: 0.3; }

/* #bannerContent {padding-top: 195px;} */
.slick-slide:focus {
  outline: none!important;
}

.banner__item { position: relative; }
.banner__background {
  width: 100%;
  left: 0;
  right: 0;
}  

.h1--typewriter {
  line-height: 1.5;
}

#typewriter {
  border-radius: 5px;
  font-weight: 900;
}

.banner__nav .nav-wrapper h6 {
  width: auto;
}


/* Promo Area Styles */
.banner__sidebar--form {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow-y:auto;
  min-width: 475px;
}

.banner__sidebar .card {
  margin-bottom: .5rem!important;
}

.banner__item {
  /* padding:  0 10px 0 80px; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}

.banner__promo {
  display: flex;
  align-items: center;
  margin-bottom: ;
  text-align: center;
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right:auto;
  padding: 80px 2rem;
}

.banner__contact {
  display: flex;
  align-items: flex-start;
  padding: 0;
  transition: all 300ms ease-in-out;
  /* overflow: hidden;
  position:absolute;
  bottom:0;
  width:100%; */
  background-color: #f06546;
  border-radius: 5px 0 0 0;
  overflow: hidden;
}

.banner__contact a {
  color: #fff;
  font-weight: bold;
}


.contact__item {
  background-color: #f06546;
  
  /*padding: 60px 90px;*/
  transition: all 300ms ease-in-out;
  width: 100%;
  height: 100%;
display: flex;
flex-wrap:wrap;
align-items:center;
justify-content:center;
  position:relative;
  z-index:1;
}

.contact__item:hover {
  background-color: #dc5132;
}
.active .banner__contact .contact__item {
  cursor: default;
}
.active .banner__contact .contact__item:hover {
  background-color: #f06546;
}
.active .banner__contact .contact__title-group {
  cursor: pointer;
}

.banner__title,
.promo__title,
.contact__title,
.banner__tiny-title,
.contact__tiny-title {
  color: #fff;
}

.inline-slick:not(.slick-initialized) .promo__item-hide {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}



.banner__title {
  font-size: ;
  line-height: 130%;
  width: 60%;
}
.promo__title {
  margin-top: ;
  font-size: ;
  margin-bottom: 2rem;
}
.contact__title{
  font-size: ;
  font-weight: 400;
  margin-top: ;
}

.promo__tiny-title {
  font-size: ;
  color: #f06546; 
}

.promo__cta {
  justify-content: start;
  font-weight: 700;;
  font-family: Bitter, serif;
  color: #75cac9;
}

.promo__cta span {
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.contact__tiny-title {
  font-size: ;
  color: #ffb5a5;
}
.contact__title-group {
  display: block;
  position: relative;
  padding: 50px 10px;
  cursor: pointer;
  width: 100%;
}
.contact__title-group h2 {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 50px;
}
.contact__title-group h2::after {
  content: url(https://5134629.fs1.hubspotusercontent-na1.net/hubfs/5134629/Bacon%20Redesign/icon-arrow.svg);
  position: absolute;
  right: 0px;
  top: 5px;
  transition: all 300ms ease-in-out;
  width: 30px;
  height: 30px;
}

.active  .contact__title-group h2::after {
  transform: rotate(180deg);
}


.contact__form {
  margin-top: 0;
  width: 100%;
  max-width: 376px;
  padding-left: 8px;
  height: 100%; 
  display: none;
  padding-bottom: 3rem;
}
.active .banner__contact .contact__form{

}

/*** Scroll Indicator ****/
.scroll-indicator {
  width: 40px;
  height: 40px;
  transform: scale(1);
  animation: pulse 2s infinite;
  position: absolute;
  left: calc(50% - 20px);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: .75s;
}

.scroll-indicator.visible {
  opacity: .75;
  visibility: visible;
}

  @keyframes pulse {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
  
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
  
    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
  }

/* BANNER FORM STYLES -- Do we want to have this be the 'reverse' form style? */

.banner__contact .hs-form,
.banner__contact .hs-richtext {
  color: #fff;
}
.banner__contact .hs-button {
  margin-top: 1.5em;
}

.banner__contact .form-title {
  display: none;
}

/* Adjustments for the form expansion. JS animation will be required for this */
/* .banner {
  padding-top: 108px;
} */

/*********************************** INNER BANNER *******************************/

.banner--inner .banner__item { position: relative; }
.banner--inner .banner__background {
  width: 100%;
  left: 0;
  right: 0;
}
.banner--inner .banner__sidebar {
  padding-bottom: 0;
}

/* @DIKSHA -- this element should be the h6, which will automatically have this style */
.banner--inner .banner__item h4 {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f7e5d7;
  margin-top: 0;
}
.banner--inner .banner__item h2 { margin-top: 5px; }
.banner--inner .promo__title { margin-top: 0.95rem; }
.banner--inner .banner__promo{
  text-align: left;
  align-items: unset;
}
.banner--inner .promo__item {}
.banner--inner .owl-dots { text-align: left; }

/*********************************** INNER BANNER *******************************/

/* TEAM MEMBER PAGE BANNER */

.team--member .banner--team .promo__tiny-title { 
  margin-bottom: 1rem; 
}

.team--member .banner--team .promo__container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: -100px;
  padding-top: 80px;
}

.team--member .banner--team .promo__link {
  background-color: #fff;
  border-radius: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 42px;
  padding: 1rem;
}
.team--member .banner__promo {
  max-width: 525px;
  margin-bottom: -3rem;
}

.banner--inner #bannerContent {
  position: relative;
}

.promo__link {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: block;
  border-radius: 50%;
  line-height: 46px;
  text-align: center;
}

@media (min-width:768px) {
  .banner--inner #bannerContent {
      min-height: 225px;
  }


}


@media (min-width:1025px) {
  .banner--inner #bannerContent {
      min-height: 500px;
  }
}

.section--banner-ty #bannerContent {
  min-height: 500px;
}

@media (max-width:1200px){
.contact__title { font-size: ;}
.contact__tiny-title { font-size: ;}
}

@media ( max-width: 1024px) {
  .section--banner-home h1 {
    font-size: 3.375rem;
  }
  .team--member .banner__item {
      width: 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 3rem 0 3rem;
      align-items: center;
      text-align: center;
  }
  .team--member .banner__sidebar {
      display: none;
  }

.contact__title-group::after{
  left: 100%;
}
.active .contact__title-group::after { transform: translateX(-50%) rotate(180deg); }
  /* .banner__item { padding:5.5rem 4rem 9rem; } */

  /* .banner__item:after {
      content: '';
      display: block;
      background-color: white;
      height: 100px;
      width: 1px;
      position: absolute;
      bottom: -50px;
      left: 50%;
  } */
  .banner--inner .banner__item:after, .banner--inner .banner__sidebar { display: none; }
  


  .banner--inner .banner__item { 
    align-items: center; 
    text-align: center;
    justify-content: center;
    padding: 130px 0 90px;
  }

  .banner__promo{
      max-width: 100%;
      text-align: left;
      margin-bottom: 0;
      padding: 4rem;
  }
  .promo__title {
      margin-top: ;
      margin-bottom: ;
  }
  .promo__item{margin-bottom: 0;}
  .banner__promo .owl-dots{text-align: right;}
  .contact__item{
      /* padding: 4rem 4rem 3rem;
      justify-content: unset;    */
  }
 
}

@media (max-width: 992px) {
  .section--banner-home h1 {
    font-size: 2.875rem;
  }
  .banner__contact {
    border-radius: 0px;
  }

  .section--banner-ty [class^="col"] {
    text-align: center;
  }

}

@media (max-width: 767px){
  .section--banner-home h1 {
    font-size: 2.25rem;
  }

  .banner__background { width: 100%; }
  .banner--inner .banner__item {
    min-height: 330px;
  }

  .aside__inner,
  .details__content {
    padding-left: 2rem!important;
    padding-right: 2rem!important;
  }

  .banner__promo { 
    padding: 3rem 2.5rem;
    text-align: center; 
  }

  .banner__item {
    padding: 60px 15px 20px;
    text-align:center;
  }

  .banner__sidebar {
    min-width: 1px;
  }

  .banner__background {
      margin-top: -150px  !important;
      height: calc(100% + 150px);
  }
  .banner__item { padding: 3rem 1rem; }
  .banner__item{ 
      padding-top: 6rem;
      padding-bottom: 6rem;
      text-align: center;
      align-items: center;

  }
  
  .contact__title{ font-size: 2rem; }
  /*.contact__title-group::after { right: -50px;}*/
  .banner__promo { margin-bottom: 0; }
.contact__form{
  max-width:90%;
  padding-left: 0;
}

.banner__item h1{margin:auto;}
.contact__form form fieldset{margin:auto;}
.contact__form form .actions{max-width:500px;margin:auto;}

  .banner__promo .owl-dots{text-align: center;margin-top:30px;}

  .banner--inner .banner__background {
      margin-top: -150px  !important;
      height: calc(100% + 150px);
  }
  .banner--inner .banner__item{ 
      padding-top: 6rem;
      padding-bottom: 4rem;
  }

  .banner__item h1,
  .banner__item h2 {
      font-size: 2.75rem;
  }
}

@media screen and (max-width: 480px) { 
  .banner__item h1,
  .banner__item h2 {
      font-size: 2.25rem;
  }
}

@media screen and (max-width: 350px) {
  .contact__item { padding: 2.5rem 2.5rem 2.5rem; }
}

.banner__content {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .banner__content {
    padding-top: 60px;
  }
}
.services { 
    padding-top: 0; 
    /* margin-top: -2rem;
    margin-bottom: -2rem; */
}

.service__item {
    margin-top: 2rem;
    /* margin-bottom: 2rem;
    margin-left: 0;
    margin-right: 0; */
}

.service__header {
    background-color: #222222;
    border-radius: 2px;
    box-shadow: 0px 2px 25px rgba(0,0,0, 0.08);
    padding: 5rem;
    width: 100%;
}

.service__icon {
    margin-bottom: 1.5rem;
}

.service__title {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.service__description + .btn {
    margin-top: 40px;
}

.service__content {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    width: 100%;
    align-items: center;
}

.flex-md-row-reverse .service__content {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.services .list {
    margin-bottom: -1.5rem;
}

.services .list__item { 
    margin-bottom: 1.5rem;    
}
.services .list__title {
    font-weight: 700;
    font-size: 1rem;
}
.services .list__description {
    margin-bottom: 0;
    color: #828282
}

.services .list__icon {
    width: 20%;
    max-width: 45px; 
    margin-right: 40px;
}
.service-toggle {
    display: none;
    text-align: center;
    color: #fff!important;
    width: 100%;
    text-decoration: none!important;
}
@media (max-width: 767px) {
    .service__item {
        margin-top: 1rem;
        margin-bottom: 1rem;
        /* margin-left: -15px;
        margin-right: -15px; */
    }
    .service__header,
    .service__content {
        border-radius: 0;
        padding: 2rem;
    }
    .services .service__content {
        margin-top: 0;
        margin-bottom: 0;
    }
    .service__header {
        display: flex;
        flex-wrap: wrap;
    }
    .service__icon {
        display: inline-block;
        margin-left: 0;
        margin-right: 2rem;
    }
    .service__title {
        align-self: center;
        display: inline-block;

        margin-top: 0;
    }
    .service__description {

        width: 100%;
    }

    .service__header .btn {
        width: 100%;
    }

    .service__content {
        display: none;
    }
    .service-toggle {
        display: block;
        margin-top: 30px;
    }

    .service-toggle span:last-child {
        display: none;
    }

    .service-toggle h6:after {
        content: '';
        background-image: url(https://5134629.fs1.hubspotusercontent-na1.net/hubfs/5134629/Bacon%20Redesign/icon-arrow.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        transition: all 300ms ease-in-out;
        width: 10px;
        height: 10px;  
        transform: rotate(180deg);
        margin-left: 10px;
    }

    .service-toggle.active h6:after {
        transform: rotate(0deg);
        position: relative;
        top: 3px;
    }
    .service-toggle.active span:first-child {
        display: none;
    }

    .service-toggle.active span:last-child {
        display: block;
    }

}
/***** Two Col with Video Module ******/
.button-overlap {
  position: absolute;
}

.feature--video {
  position: relative;
  z-index: 1;
}

.feature--video img {
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}

.feature--video__launch {
  position: relative;
  cursor: pointer;
  display: block;
}

.feature--video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 75px;
  height: 75px;
  background-color: #fff;
  border-radius: 50%;
}

.feature--video__play:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 8px;
  border-color: transparent transparent transparent #429897;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.feature--video .btn-wrap {
  position: absolute;
  margin-top: -30px;
  width: 100%;
}

.quick-links {
  border: 1px solid rgba(192, 192, 192,.4);
  margin-top: -40px;
  margin-right: -40px;
  margin-left: 40px;
  padding: 150px 50px 50px;
  position: relative;
}

.quick-links__label {
  transform: rotate(-90deg);
  position: absolute;
  color: rgba(0,0,0,.2);
  font-family: Bitter, serif;
  font-weight: 700;
  left: 5%;
  bottom: 30%;
}

.quick-links__items {
  text-align: left;
  display: inline-block;
  padding-left: 8%;
}

.quick-links__items a {
  display: block;
  line-height: 2.18rem;
  font-weight: 700;
}

@media (max-width: 1400px) {
  .feature-wrap {
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .feature-wrap {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .quick-links__label {
    left: -2%;
  }
}

.lity-content {
  background-color: transparent!important;
}
/** break hs responsive wrapper **/
.iframe--hs-break .hs-embed-wrapper {
  max-width: 900px!important;
  width: 96%!important;
  max-height: initial!important;
}
.lity-iframe {
  width: 96vw;
  max-width: 900px;
  margin: 0 auto;
}

.lity-container {
  width: 100%;
}


.iframe--hs-break .hs-embed-content-wrapper > div {
  padding-bottom: 0!important;
}

.iframe--hs-break .hs-embed-content-wrapper iframe {
  position: static!important;
}
.quote {
  font-size: 2.8125rem;
  font-weight: 400;
  font-style: italic;
  font-family: Bitter, serif;
  padding: 0 .875rem;
}

.quote--small {
  font-size: 2.0rem;
}

.attribution {
  padding-left: .875rem;
  padding-right: .875rem;
}

.attribution h6 {
  margin: 0;
  text-transform: none;
  color: #f06546;
}

.u-bg--secondary .attribution h6 {
  color: #75cac9;
}

.attribution h5 {
  margin: 0;
  font-size: 1rem;
  color: #c0c0c0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.u-bg--primary .attribution h5,
.u-bg--secondary .attribution h5 {
  color: ;
}

.arrow--testimonial {
  margin-top: 30px;
}

.arrow--default button {
  padding: 0;
  font-size: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #75cac9;
  background-color: transparent;
  transition: .25s;
  position: relative;
  margin: 0 10px;
}

.arrow--default button:hover {
  background-color: #75cac9;
}

.arrow--default button:before {
  content: '';
  background-image: url(https://www.beacondigitalmarketing.com/hubfs/Beacon_2020/icons/icon--arrow-prev_cropped.svg);
  width: 40px;
  height: 40px;
  background-size: 23%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: -2px;
  top: 0;
}


.arrow--default button.slick-next:before {
  background-image: url(https://www.beacondigitalmarketing.com/hubfs/Beacon_2020/icons/icon--arrow-next__cropped.svg);
  left: 0;
}

@media (max-width: 767px) {
  .quote {
    font-size: 1.5rem;
  }

  .quote--small {
    font-size: 1.25rem;
  }

}
.feed__item {
  color: #fff;
  position: relative;
}

.feed__item::after {
  background-color: #222;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.feed__item h3 {
  margin-bottom: 28px;
}

.block-feed {
  height: 100%;
}

.block-feed .feed__item {
  height: 100%;
}

.block-feed .feed__item>div {
  max-width: 500px;
  margin: 0 auto;
  padding: 2rem;
  z-index: 2;
}

.feed__item .post-img {
  height: 100%;
  max-width: unset;
  mix-blend-mode: soft-light;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.block-feed .slick-list,
.block-feed .slick-track {
  height: 100%;
}

.dots--plain {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: 0 auto;
  text-align: center;
}

.dots--relative {
  position: relative;
  bottom: auto!important;
}

.dots--promo {
  position: static;
  text-align: left;
  margin-top: 40px;
}

.dots--plain li {
  display: inline-block;
  margin: 0 5px
}

.dots--plain li button {
  font-size: 0px;
  background-color: #a3a3a3;
  border: 1px solid #a3a3a3;;
  padding: 0;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.dots--plain li.slick-active button {
  background-color: #75cac9;
  border-color: #75cac9;
}

.u-bg--primary .dots--plain li.slick-active button {
  background-color: #4e4e4e;
  border-color: #4e4e4e;
}

.dots--plain li button:focus {
  border-color: #fff;
  outline: none!important;
}

@media (max-width: 767px) {
  .dots--plain {
    bottom: 20px;
  }
}
.section--filters button {
  padding: 0;
  margin: 0 20px;
  border: none;
  background-color: transparent;
  color: rgba(255,255,255,.4);
  transition: .25s;
}

.section--filters button:focus,
.section--filters button:hover,
.section--filters button.mixitup-control-active {
  color: rgba(255,255,255,1);
  outline: none!important;
}


.tile-flex {
  display: -ms-flexbox;
  display: flex;  
}

.tile {
  color: inherit!important;
  text-decoration: none!important;
  display: block;
  box-shadow: 0px 2px 45px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  margin-bottom: 40px;
  position: relative;
  transform: none;
  transition: all 500ms ease;
  height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
}

.tile:hover {
  transform: scale(1.025);
}

.tile h3 {
  font-weight: 700;
}

.tile h5 {
  line-height: 1.35;
}

.tile--image {
  position: relative;
  height: 340px;
  width: 100%;
  overflow: hidden;
}

.tile--blog-small .tile--image {
  height: 255px;
}

.tile--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 2.75s;
}

.tile:hover .tile--image img {
  transform: scale(1.05);
}

.tile--content {
  background-color: #F5f5f5;
  padding: 35px 40px;
  position: relative;
  flex-grow: 1;
}

.tile--blog .tile--content {
  padding-bottom: 85px;
}

.tile--meta h6 {
  color: #828282;
}

.tile--resource {
  background-color: #75cac9;
  padding: 40px;
  padding-bottom: 85px;
  color: #fff!important;
  background-size: cover;
  background-position: center bottom;
  height: 100%;
}

.tile--subscribe {
  background-color: #f06546;
  padding-bottom: 120px;
}

.tile--podcast {
  background-color: #000;
  padding-bottom: 120px;
  color: #fff!important;
  background-position: center top;
}

.tile--resource h6 {
  color: #f7e5d7;
}

.tile--podcast h6 {
  color: #75cac9;
}

.tile--resource .cta--text {
  color: #f7e5d7
}

.tile--resource .btn {
  padding-left: 15px;
  padding-right: 15px;
}

.cta--bottom {
  position: absolute;
  bottom: 40px;
  width: calc(100% - 80px);
}

.cta--text {
  font-weight: bold;
  font-family: 'Bitter', sans-serif;
  color: #429897;
}

.tile--resource .cta--text {
  color: #f7e5d7;
}

.arrow {
  position: relative;
  transition: .5s;
}

.tile .arrow {
  top: 2px;
}

.arrow--right {
  right: 0;
}

a:hover .arrow--right {
  right: -10px;
}
.arrow--left {
  left: 0;
}

a:hover .arrow--left {
  left: -10px;
}


@media (max-width: 767px) {
  .section--filters h6 {
    font-size: 16px;
    color: rgba(255,255,255,.4);
    padding: 8px 0;
    position: relative;
    margin: 0;
    cursor: pointer;
  }

  .section--filters h6:after {
    content: '';
    background-image: url(https://www.beacondigitalmarketing.com/hubfs/Beacon_2020/icons/icon-white-arrow.png);
    width: 16px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(540deg);
    transition: .25s;
    position: absolute;
    right: 0;
    top: 7px;
  }

  .section--filters h6.open:after {
    transform: rotate(0deg);
  }

  .section--filters h6 span {
    color: rgba(255,255,255,1);
  }

  .filter-dropdown {
    display: none;
    font-size: 16px;
  }
  .filter-dropdown button {
    margin: 0 0 12px 0;
    display: block;
  }
}
/* Filter */
.team-listing-filter > .row {
    max-width: 100%;
}

.team-listing-filter .filter-label.open {
    padding-bottom: 25px;
}

.team-listing-filter .filter-dropdown {
    flex-wrap: wrap;
}

.team-listing-filter button {
    box-shadow: none;
}

@media (min-width: 768px) {

    .team-listing-filter {
        padding-bottom: 0 !important;
    }

    .team-listing-filter .container--xl {
        max-width: 100%;
    }

    .team-listing-filter.section--filters .filter-dropdown button {
        padding-bottom: 25px;
    }

}

/* Team Listing */
.team-listing .card--background,
.teammates--new .card--background {
    box-shadow: none;
    overflow: visible;
}

.team-listing .card--team:hover,
.team-listing .card--team:focus,
.teammates--new .card--team:hover,
.teammates--new .card--team:focus {
    transform: none;
}

.team-listing .card--team::after,
.teammates--new .card--team::after {
    display: none;
}

.team-listing .card--background .card__image-wrapper,
.team-listing .card--team .card__bg-img,
.team-listing .card--team .card__text,
.teammates--new .card--background .card__image-wrapper,
.teammates--new .card--team .card__bg-img,
.teammates--new .card--team .card__text {
    position: relative;
}

.team-listing .card__image-wrapper,
.team-listing .card--team .card__text,
.teammates--new .card__image-wrapper,
.teammates--new .card--team .card__text {
    height: auto;
}

.team-listing .card__image-wrapper,
.teammates--new .card__image-wrapper {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    /*
    max-height: 650px;
    min-height: 650px;
    */
    height: 0;
    padding-bottom: 144%;
    overflow: hidden;
    position: relative;
    transition: box-shadow 250ms ease-in-out;
}

.teammates--new .card__image-wrapper img,
.team-listing .card__image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
}
/*
.teammates--new .card__image-wrapper {
    max-height: 550px;
    min-height: 550px;
}
*/

.team-listing a.card--team:hover .card__image-wrapper,
.team-listing a.card--team:focus .card__image-wrapper,
.teammates--new a.card--team:hover .card__image-wrapper,
.teammates--new a.card--team:focus .card__image-wrapper {
    box-shadow: 0 2px 25px rgba(0,0,0,.08);
}


.teammates--new .card__image-bw {
    height: 100%;
    transition: opacity 250ms ease-in-out;
    z-index: 1;
}

.team-listing .card__image-bw{
    transition: opacity 250ms ease-in-out;
    z-index: 1;
    position: absolute;
}

/* .team-listing .card__image-bw {
    height: auto;
    min-width: 100%;
} */

.team-listing .card__image-bw[src*="pattern"],
.team-listing .card__image-color[src*="pattern"] {
    height: 100%;
}

.team-listing a.card--team:hover .card__image-bw,
.team-listing a.card--team:focus .card__image-bw,
.teammates--new a.card--team:hover .card__image-bw,
.teammates--new a.card--team:focus .card__image-bw {
    opacity: 0;
}

.team-listing .card__image-color,
.teammates--new .card__image-color {
    position: absolute;
    
}

/* .team-listing .card__image-color {
    height: 100%;
} */

.team-listing .card--team .card__text,
.teammates--new .card--team .card__text {
    padding-left: 0;
    text-align: left;
}

.row--teammates.team-listing .card--team .card__text {
    padding-left: 1.25rem;
}

.team-listing .card--team .card__text-arrow,
.teammates--new .card--team .card__text-arrow {
    opacity: 0;
    position: absolute;
        top: calc(50% - 8px);
        right: 0;
    transition: opacity 250ms ease-in-out;
}

.team-listing a.card--team:hover .card__text-arrow,
.team-listing a.card--team:focus .card__text-arrow,
.teammates--new a.card--team:hover .card__text-arrow,
.teammates--new a.card--team:focus .card__text-arrow {
    opacity: 1;
}

/* teammates--new */
.teammates--new .row--teammates--new {
    align-items: flex-start;
}

.teammates--new .card {
    align-items: flex-start;
    background-color: transparent;
}

.teammates--new .card--overlay-text .card__text {
    padding: 1.25rem;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
}

/* Team Member */
.team-member {
    background-color: #f5f5f5;
}

.team-member > .row {
    margin-left: 0;
    margin-right: 0;
}

.team-member__main {
    padding: 50px 0 100px;
}

.team-member__name {
    font-weight: 700;
    margin-bottom: 25px;
}

.team-member__certs,
.team-member__skills,
.team-member__side .team-member__social-links {
    margin-top: 20px;
    padding-left: 0;
}

.team-member__cert,
.team-member__skill,
.team-member__side .team-member__social-link {
    color: #828282;
    font-size: 14px;
    line-height: 1.25;
    list-style-type: none;
    padding-bottom: .75em;
}

.team-member__side {
    background-color: #fff;
    min-height: 100%;
}

.team-member__side .team-member__image {
    border-radius: 2px;
    box-shadow: 0 2px 25px rgba(0,0,0,.08);
    margin-top: -50px;
}

.team-member__side .team-member__image img {
    display: block;
    width: 100%;
}

.team-member__side .team-member__social-link {
    font-size: 0;
    padding-right: 20px;
}

.team-member__side .team-member__factoid-fact {
    color: #429897;
    font-family: Bitter, serif;
    font-size: 18px;
    font-style: italic;
}

@media (min-width: 576px) {
    .team-listing .card__image-wrapper {
        max-height: 60vw;
        min-height: 60vw;
    }

    .team-member__main {
        padding-left: 30px;
    }
    .team-member__side .team-member__image {
        margin: -50px -70px 0 -50px;
    }
}

@media (min-width: 768px) {
    .team-member__main {
        padding-left: 50px;
    }
    
    .team-member__side {
        padding-bottom: 100px;
    }

    .team-member__side .aside__secondary {
        padding-left: 50px;
        padding-right: 50px;
    }

    .team-member__side .team-member__image {
        margin: -50px -70px 0 -20px;
    }

    .team-member__side .team-member__factoid-fact {
        font-size: 25px;
    }

    .teammates--new .card__image-wrapper {
        max-height: 350px;
        min-height: 350px;
    }
}

@media (min-width: 992px) {
    .team-listing .card__image-wrapper {
        max-height: 30vw;
        min-height: 30vw;
    }

    .teammates--new .card__image-wrapper {
        max-height: 250px;
        min-height: 250px;
    }
}

@media (min-width: 1200px) {
    .team-member__main {
        padding: 100px 100px 100px 150px;
    }

    .teammates--new .card__image-wrapper {
        max-height: 350px;
        min-height: 350px;
    }
}

@media (min-width: 1400px) {
    .team-listing .card__image-wrapper {
        max-height: 430px;
        min-height: 430px;
    }
}
.section--pricing .button-wrap {
  top: -30px;
  margin-bottom: -30px;
  position: relative;
  z-index: 1;
}

.accordion--price {
  border-top: 1px solid rgba(34,34,34,.1);
  cursor: pointer;
}

.accordion--price__toggle {
  position: relative;
}

.accordion--price__toggle:after {
  content: '';
  background-image: url(https://www.beacondigitalmarketing.com/hubfs/Beacon_2020/icons/icon--arrow-next.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: -4px;
  transform: rotate(90deg);
  transition: .85s;
}

.accordion--price.active .accordion--price__toggle:after {
  transform: rotate(270deg);
}

.accordion--price__toggle h6 {
  font-weight: 400;
}

.accordion--price__content {
  display: none;
}

.list--check ul {
  list-style: none;
  padding-left: 0;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  margin: 0;
}

.list--check ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 8px;
}

.list--check ul li:before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(https://www.beacondigitalmarketing.com/hubfs/Beacon_2020/icons/icon--check-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
  left: 0;
}

.card--pricing__footer p {
  margin: 0;
}

.form--pricing .hs-richtext {
  padding-top: 2rem;
  margin-top: 3rem;
  border-top: 1px solid #c0c0c0;
}

.form--pricing .hs-fieldtype-radio > label,
.form--pricing .hs-fieldtype-checkbox > label {
  display: none;
}

@media (max-width: 767px) {
  .pricing-menu {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  }
  .arrow-toggle {
    position: relative;
  }
  
  .arrow-toggle:after {
    content: '';
    background-image: url(https://www.beacondigitalmarketing.com/hubfs/Beacon_2020/icons/icon--arrow-next.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -8px;
    transform: rotate(90deg);
    transition: all 0.85s ease 0s;
  }
  
  .arrow-toggle.active:after {
    transform: rotate(270deg);
  }
  .section--pricing .button-wrap {
    margin: 0px;
    top: auto;
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 100%;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}
  .button-wrap a {
    display: block; 
    width: 100%;
    text-align: left;
    box-shadow: none;
  }
}
.footer {
  background-color: #222222;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.footer .bg__overlay svg,
.footer .bg__overlay svg path {
  color: #4e4e4e;
  left: -50%;
  position: absolute;
  width: 200%;
  height: 100%;
  z-index: 1;
} 

.footer__container {
  /* padding-top: 10.0rem; */
  /* padding-bottom: 6rem; */
  position: relative;
  z-index: 5;
}

.footer__column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}

.footer__logo svg {
  max-width: 100%;
}

.footer__copyright {
  background-color: #2b2b2b;
  color: #717171;
  font-family: Roboto, sans-serif;
  font-size: 0.7rem;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
  z-index: 5; 
}

.footer__copyright .row {
  justify-content: space-between;
 }

 .copyright p, 
 .copyright a {
   color: #717171;
   margin-bottom: 0;
   letter-spacing: 0.2em;
   text-transform: uppercase;
 }

.footer__menu-title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  color: #fff;
  line-height: 150%;
  margin-bottom: .5rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  
}
.footer .hs-menu-item {
  width: 100%;
}
.footer .hs-menu-item a {
  color: #bbb;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 210%;
  letter-spacing: initial;
  margin: 0 0 0.1rem;
  padding: 0;
  text-transform: capitalize;
}

.footer .hs-menu-item a:hover {
  color: #429897;
}

.footer__extras {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}

.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__social .btn--social {
  background-color: #a8a8a8;
  border: none;
  width: 30px;
  height: 30px;
}

.footer__social .btn--social path {
  fill: #222222;
}

footer .btn--social:hover {
  background-color: #429897!important;

}

.footer__social .btn--social:hover path {
  fill: #fff;
}

@media (min-width: 768px) and (max-width: 1024px){
  .footer .footer__container .footer__column:not(:last-child) {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }
  .footer .footer__container .footer__column:last-child {
    max-width: 100%;
    flex: 0 0 100%;
    padding-top: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .footer__extras {
    display: block;
    text-align: center;
  }
  .footer__social {
    margin-top: 15px;
  }
}



@media (max-width: 767px){
  .footer__container { 
    padding-top: 4.5rem;
    padding-bottom: 3.75rem;
  }
  .footer__column { 
    margin-top: 2rem; 
    text-align: center;
  }
  .footer .bg__overlay svg { 
    width: 400%; 
    height: 100%;
  }
  .footer__copyright .row { 
    justify-content:center; 
    text-align: center;
  }

  .copyright p {
    margin-bottom: 1rem;
  }

}


.filter-top {
  background-color: #75cac9;
  color: #fff;
  padding: 20px 0;
  font-size: 16px;
  text-align: center;
}

.dropdown-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
}

fieldset[data-filter-group] {
  padding: 0; 
  border: none; 
  display: inline-block; 
  width: 280px;
  margin: 5px;
}

fieldset.checkbox-dropdown {
  position: relative;
  
  cursor: pointer;
}

.dropdown-toggle {
  border: 1px solid #358887;
  padding: 14px 20px;
  text-align: left;
}

.dropdown-toggle .carrot-down {
  color: rgba(255,255,255,.5);
  float: right;
  font-size: 24px;
  line-height:.9;
}

.dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 12px 20px;
  width: 100%;
  color: #358887;
  border: 1px solid #358887
}

.checkbox-set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.filter-bottom {
  background-color: #F1F4F9;
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #75cac9;
  font-size: 13px;
  line-height: 18px;
  min-height: 80px;
}

.active-label {
  font-weight: bold;
  margin-right: 10px;
}

.active-filters span {
  padding: 10px 15px;
  display: inline-block;
  border: 1px solid #75cac9;
  cursor: pointer;
  margin: 5px 10px;
}

.active-filters span:before {
  content: '';
  background-image: url(/icons/icon-close__small.png);
  margin-right: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: transparent;
}

.active-filters span:hover {
  background-color: #75cac9;
  color: #fff;
}

.active-filters span:hover:before {
  background-image: url(/icons/icon-close__small__white.png);
}

.filter-top a.btn {
  padding: 16px 20px;
}

@media (max-width: 992px) {
  .dropdown-toggle {font-size: 14px;}
}
.lity {
  background-color: rgba(53,136,135,.9)!important;
}
.lity-content {
  background-color: #fff;
  padding: 1rem;
}
.lity-content:after {
  display: none!important;
}
.lity-close {
  display: none!important;
}

.modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(https://8258648.fs1.hubspotusercontent-na1.net/hubfs/8258648/beacon/close.png);
  background-position: center;
  background-size: 16px auto;
  background-repeat: no-repeat;
}


.modal-close--offset {
  top: -20px;
  right: -20px;
  background-color: #fff;
  border-radius: 50%;
}
.signoff {
    padding-top: 0;
    padding-bottom: 0;
}

.signoff__item {
    padding: 0;
    text-align: center;
}

.signoff__link {
    background-color: #429897;
    color: #fff!important;
    font-family: Bitter, serif;
    font-size: 30px;
    font-weight:700;
    line-height:39px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 1rem;
    height:100%;
    transition: all 150ms ease-in-out;
}

.signoff__link:first-of-type { border-right: 2px solid #358887; }

.signoff__link:hover,
.signoff__link:active,
.signoff__link:focus {
    background-color: #358887;
    text-decoration: none;
}

.signoff__link svg {
    margin-left: 2rem;
    height: 30px;
    width: 50px;
    opacity: .5;
}

@media (max-width: 992px) {
  .signoff__link{
      font-size: 22px;
      line-height: 30px;
    }
}

@media (max-width: 767px) { 
    .signoff .signoff__item { margin-top: 0; }
    .signoff__link:first-of-type { 
        border-right: 0px solid #358887;
        border-bottom: 2px solid #358887;

    }
}
.footer {
  background-color: #222222;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.footer .bg__overlay svg,
.footer .bg__overlay svg path {
  color: #4e4e4e;
  left: -50%;
  position: absolute;
  width: 200%;
  height: 100%;
  z-index: 1;
} 

.footer__container {
  /* padding-top: 10.0rem; */
  /* padding-bottom: 6rem; */
  position: relative;
  z-index: 5;
}

.footer__column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}

.footer__logo svg {
  max-width: 100%;
}

.footer__copyright {
  background-color: #2b2b2b;
  color: #717171;
  font-family: Roboto, sans-serif;
  font-size: 0.7rem;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
  z-index: 5; 
}

.footer__copyright .row {
  justify-content: space-between;
 }

 .copyright p, 
 .copyright a {
   color: #717171;
   margin-bottom: 0;
   letter-spacing: 0.2em;
   text-transform: uppercase;
 }

.footer__menu-title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  color: #fff;
  line-height: 150%;
  margin-bottom: .5rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  
}
.footer .hs-menu-item {
  width: 100%;
}
.footer .hs-menu-item a {
  color: #bbb;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 210%;
  letter-spacing: initial;
  margin: 0 0 0.1rem;
  padding: 0;
  text-transform: capitalize;
}

.footer .hs-menu-item a:hover {
  color: #429897;
}

.footer__extras {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}

.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__social .btn--social {
  background-color: #a8a8a8;
  border: none;
  width: 30px;
  height: 30px;
}

.footer__social .btn--social path {
  fill: #222222;
}

footer .btn--social:hover {
  background-color: #429897!important;

}

.footer__social .btn--social:hover path {
  fill: #fff;
}

@media (min-width: 768px) and (max-width: 1024px){
  .footer .footer__container .footer__column:not(:last-child) {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }
  .footer .footer__container .footer__column:last-child {
    max-width: 100%;
    flex: 0 0 100%;
    padding-top: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .footer__extras {
    display: block;
    text-align: center;
  }
  .footer__social {
    margin-top: 15px;
  }
}



@media (max-width: 767px){
  .footer__container { 
    padding-top: 4.5rem;
    padding-bottom: 3.75rem;
  }
  .footer__column { 
    margin-top: 2rem; 
    text-align: center;
  }
  .footer .bg__overlay svg { 
    width: 400%; 
    height: 100%;
  }
  .footer__copyright .row { 
    justify-content:center; 
    text-align: center;
  }

  .copyright p {
    margin-bottom: 1rem;
  }

}

.u-bg--black { 
    background-color: #222222; 
    color: #fff;
}

.u-bg--offwhite { 
    background-color: #F5f5f5; 
}


.u-bg--offwhite .italic p {
    color: #828282;
}

.u-bg--primary { 
    background-color: #75cac9; 
    color: #fff;
}
.u-bg--secondary { 
    background-color: #f06546; 
    color: #fff;
}
.u-bg--tertiary { 
    background-color: #429897; 
    color: #fff;
}

.u-bg--dark-teal { 
    background-color: ;
    color: #fff;
}
.u-bg--charcoal { 
    background-color: #4e4e4e; 
    color: #fff;
}
.u-bg--medium-gray { 
    background-color: #828282; 
    color: #fff;
}

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

.u-bg--light-gray { background-color: #c0c0c0; }
.u-bg--lightest-gray { background-color: #F5f5f5; }
.u-bg--cream { background-color: #f7e5d7; }

.u-bg--static {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.u-bg--parallax { 
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.u-bg--video { position: relative; }

.u-bg--has-shadow {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}

.u-bg--video > video {    
	display: inline-block;
	vertical-align: baseline;
	bottom: 0;
	position: absolute;
	z-index: 0;
	box-sizing: inherit;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
}


.u-color--inherit {
    color: inherit!important;
}

.u-color--charcoal { 
    color: #4e4e4e !important; 
}

.u-color--medium-gray { 
    color: #828282 !important; 
}

.u-color--light-gray { 
    color: #c0c0c0 !important; 
}

.u-color--lightest-gray { 
    color: #F5f5f5 !important; 
}

.u-color--cream { 
    color: #f7e5d7 !important; 
}

.u-color--secondary { 
    color: #f06546 !important; 
}

.u-color--primary { 
    color: #75cac9 !important; 
}

.u-color--tertiary { 
    color: #429897 !important; 
}

.u-color--tertiary_dark { 
    color: #358887 !important;
}

.u-color--light-orange { 
    color: #ffb5a5 !important; 
}

.u-color--white {
    color: #fff !important; 
}  

.u-color--offwhite {
    color: #F5f5f5 !important; 
} 

.u-border-color--charcoal { 
    border-color: #4e4e4e !important; 
}

.u-border-color--medium-gray { 
    border-color: #828282 !important; 
}

.u-border-color--light-gray { 
    border-color: #c0c0c0 !important; 
}

.u-border-color--lightest-gray { 
    border-color: #F5f5f5 !important; 
}

.u-border-color--cream { 
    border-color: #f7e5d7 !important; 
}

.u-border-color--secondary { 
    border-color: #f06546 !important; 
}

.u-border-color--primary { 
    border-color: #75cac9 !important; 
}

.u-border-color--tertiary { 
    border-color: #429897 !important; 
}

.u-border-color--tertiary_dark { 
    border-color: #358887 !important;
}

.u-border-color--light-orange { 
    border-color: #ffb5a5 !important; 
}

.u-border-color--white {
    border-color: #fff !important; 
}

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

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

.u-position--static { 
    position: static; 
}


.u-ta--center { 
    text-align: center; 
}
.u-ta--left { 
    text-align: left; 
}
.u-ta--right { 
    text-align: right; 
}

@media (max-width: 991px) {
    .u-ta--lg--center { 
        text-align: center; 
    }
    .u-ta--lg--left { 
        text-align: left; 
    }
    .u-ta--lg--right { 
        text-align: right; 
    }    
}

@media (max-width: 767px) {
    .u-ta--md--center { 
        text-align: center; 
    }
    .u-ta--md--left { 
        text-align: left; 
    }
    .u-ta--md--right { 
        text-align: right; 
    }    
}


.u-tt--uppercase {
    text-transform: uppercase;
}

.u-tt--none {
    text-transform: none;
}

.u-tt--lowercase {
    text-transform: lowercase;
}

.u-tt--capitalize {
    text-transform: capitalize;
}

.u-of--visible {
    overflow: visible!important;
}

.u-of--hidden {
    overflow: hidden!important;
}

.u-margin-remove--p p {
    margin: 0;
}

.u-margin-remove--p p + p {
    margin-top: 1rem;
}

.u-pt--xxxl {
    padding-top: 160px;
}
.u-pt--xxl {
    padding-top: 120px;
}
.u-pt--xl {
    padding-top: 80px;
}
.u-pt--md {
    padding-top: 50px;
}
.u-pt--sm {
    padding-top: 25px;
}
.u-pt--none {
    padding-top: 0;
}

.u-pb--xxxl {
    padding-bottom: 160px;
}
.u-pb--xxl {
    padding-bottom: 120px;
}
.u-pb--xl {
    padding-bottom: 80px;
}
.u-pb--md {
    padding-bottom: 50px;
}
.u-pb--sm {
    padding-bottom: 25px;
}
.u-pb--none {
    padding-bottom: 0;
}

.u-border--top {
    border-top: 1px solid;
}
.u-border--bottom {
    border-bottom: 1px solid;
}
.u-border--left {
    border-left: 1px solid;
}
.u-border--right {
    border-right: 1px solid;
}

.u-custom--anchor {
    position: absolute;
    margin-top: -54px;
}


@media screen and (min-width: 768px) {
    .u-hide--desktop {
        display: none;
        visibility: hidden;
    }
}   

@media only screen and (max-width: 767px) { 
    .u-hide--mobile {
        display: none;
        visibility: hidden;
    }

    .u-pt--xxxl {
        padding-top: 90px;
    }
    .u-pt--xxl {
        padding-top: 70px;
    }
    .u-pt--xl {
        padding-top: 50px;
    }
    .u-pt--md {
        padding-top: 30px;
    }
    .u-pt--sm {
        padding-top: 15px;
    }


    .u-pb--xxxl {
        padding-bottom: 90px;
    }
    .u-pb--xxl {
        padding-bottom: 70px;
    }
    .u-pb--xl {
        padding-bottom: 50px;
    }
    .u-pb--md {
        padding-bottom: 30px;
    }
    .u-pb--sm {
        padding-bottom: 15px;
    }
}


.sr--only {
    visibility: hidden;
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}


/* Enabled Animation */

	.sr--invisible {
		visibility: hidden;
    }
    
    .hs-inline-edit .sr--invisible,
    .sr--invisible.animateNone {
        visibility: visible;
    }

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
        .sr--invisible {
            visibility: visible;
        }

        .set-height {
            height: 140px;
        }

        .slide__subtext {
            max-width: 100%!important;
        }
    }







/* Blends */
.blend {
    background-blend-mode: soft-light;
}
.blend--primary {
    background-color: #75cac9;
}
.blend--secondary {
    background-color: #f06546;
}
.blend--tertiary {
    background-color: #429897;
}
.blend--tertiary_dark {
    background-color: #358887;
}
.blend--green {
    background-color: ;
}

.blend--black {
    background-color: #222222;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.blend {
    background-color: transparent!important;
}
.blend:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
}

.blend > div {
    position: relative; 
    z-index: 1;
}

.blend--primary:before {
    background-color: #75cac9;
  }
  .blend--secondary:before {
    background-color: #f06546;
  }
  .blend--tertiary:before {
    background-color: #429897;
  }
  .blend--tertiary_dark:before {
    background-color: #358887;
  }
  .blend--green:before {
    background-color: ;
  }
  
  .blend--black:before {
    background-color: #222222;
  }
}

[class*="overlap-"] {
    position: relative;
    z-index: 10;
}

[class*="u-border-radius"] {
    overflow: hidden;
}

.u-border-radius--default {
    border-radius: 2px;
}

.u-border-radius--circle {
    border-radius: 50%;
}

@media (min-width: 992px) {
    .overlap-t--lg--sm {
        margin-top: -50px;
    }
    
    .overlap-b--lg--sm {
        margin-bottom: -50px;
    }

    .overlap-t--lg--md {
        margin-top: -80px;
    }
    
    .overlap-b--lg--md {
        margin-bottom: -80px;
    }

    .overlap-t--lg--lg {
        margin-top: -120px;
    }
    
    .overlap-b--lg--lg {
        margin-bottom: -120px;
    }
}

@media (min-width: 768px) {
    .overlap-t--md--sm {
        margin-top: -50px;
    }
    
    .overlap-b--md--sm {
        margin-bottom: -50px;
    }

    .overlap-t--md--md {
        margin-top: -80px;
    }
    
    .overlap-b--md--md {
        margin-bottom: -80px;
    }

    .overlap-t--md--lg {
        margin-top: -120px;
    }
    
    .overlap-b--md--lg {
        margin-bottom: -120px;
    }    
}








@media (min-width: 1380px) {
    .container--left {
        padding-left: calc(50vw - 650.0px)!important;
    }
    .container--right {
        padding-right: calc(50vw - 650.0px)!important;
    }
}

@media (max-width: 1379px) {
    .container--left {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    
    .container--right {
        padding-right: 20px!important;
        padding-left: 20px!important;
    }
}