@font-face {
  font-family: 'Inter';
  src: url('../inter/Inter-Light.otf');
  font-weight: 300; 
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../inter/Inter-Medium.otf');
  font-weight: 600; 
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../inter/Inter-Medium.otf');
  font-weight: 500; 
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../Inter-LightItalic.otf');
  font-weight: 300; 
  font-style: italic;
}

.italic {
  font-style: italic;
}

strong {
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}


    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: 'Inter', sans-serif;
      font-weight: 300;
      line-height: 1.6;
      color: #333;
      padding: 0 1rem;
      background-color: #f9f9f9;
    }

    /* TYPOGRAPHY */
    h1, h2, h3, h4, .otherh, .otherj {
      font-weight: normal;
      display: block;
      clear: both;
    }
    h1 {
      font-size: 2.5rem;
      margin-top: 4rem;
      margin-bottom: 2rem;
    }

     .psudo_h1, .psudo_h3 {
      margin-top: 4rem;
      font-weight: 300;
    }
    .index_h2 {
        font-size: 2.5rem;
    }
     .psudo_h1 {
      font-size: 2.5rem;
      margin-bottom: -3rem;
    }
     .psudo_h3 {
     font-size: 1.25rem;
    }
    h2 {
      font-size: 2rem;
      margin-bottom: 0.75rem;
    }
    h3, .quote, .clean-box-ab-bottom h2, .index_h3  {
      font-size: 1.5rem;
      margin-bottom: 0.5rem;
    }
    h4 {
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 0.5rem;
    }
    .highlights  {
      color: #333;
      font-size: 1.25rem !important;
      font-weight: 600;
      margin-bottom: 0.5rem;
      font-weight: 600;
      margin-bottom: 0.5rem;
    }
    h5 {
      font-size: 1rem;
      margin-bottom: 0.5rem;
     font-weight: 600;
    }
    p {
      font-size: 1rem;
      margin-bottom: 1rem;
    }
    .caption {
      align:center;
      margin: 0 auto;
      font-size: 0.75rem;
      color:#333;
    }


.menu, menuVp {
  display: none;
}
.menu-vp {
  display: none;
}
.menu-vp.show, menuVp.show {
  display: block; /* or flex depending on your layout */
}

.button, .form_button, .button_mb {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  border: 0;
  color: #F6F6F6;
  text-decoration: none;
  border: 1px solid #151E29;
  background-color: #151E29;  
  text-align: center;
  display: block;
  width: 12.5%;
  padding-top: 4px;
  height: 36px;
  cursor: pointer;
}
.button_mb  {
  width: 16.6666%;
  background-color: #232323; 
  border: 1px solid #232323; 
}
.button_mb .on  {
  width: 16.6666%;
  color: #232323; 
}





.form_button {
  width: 120px;
  padding-bottom: 3px;

}
input, textarea {
    border: 1px solid #151E29;
    background-color: #E6E6E6;
    padding: 1rem;
    font-size: 1rem;
    color: #333;
    width: 70%;
    max-width: 500px;
    min-width: 200px;
}
input:focus, textarea:focus  {
  border-radius: 0;
}
.case_studies a {
  text-decoration: none;
  color: #E6E6E6
}
.case_studies {
  color: #E6E6E6
}
.case_bottom {
  padding: 0 2rem;
}

.button:hover, .form_button:hover, .button_mb:hover{
  color: #151E29;
  background-color: #F6F6F6;
}

.toggle-btn, .toggle-btn-vp {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 1.5rem;
  width: 50px;

  background-color: #4F6E93;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  border: 0;
  cursor: pointer;
}

.toggle-btn:hover, .toggle-btn-vp:hover {
  background-color: #fff;
  color: #4F6E93;
}

/* AI */
  .clean-grid-ai {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
  }
  .clean-box-ai {
    padding: 1rem;
    border: 1px solid #ddd;
    background-color: #efefef;
    shadow: 0 2px 6px rgba(0, 0, 0, 0.05);

  }
  .clean-box-ai img {
    width: 100%;
    height: auto;

  }
  .ai_top {
    display: flex;
  }
  .ai_bottom {
    display: none;
  }
@media (min-width: 656px) and (max-width: 999px) {

  .clean-grid-ai {
    width: 100%;
    display: inline-block;
  }
  .clean-box-ai {
     display: inline-block; 
  }
  .clean-box-ai-top {
    float: left;
    width: 50%;
    display: inline-block;

  }
  .clean-box-ai-top img {
    display: inline-block;
  }
  .clean-box-ai-bottom {
    float: right;
    width: calc(50% - 20px); 
    display: inline-block;
    height: 100%;

    margin-left: 20px;
  }
  .ai_top {
    display: none;
  }
  .ai_bottom {
    display: flex;
  }

}


  .clean-grid-ab, .clean-grid-ab-case {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
  }
  .clean-box-ab, .clean-box-ab-case {
    padding: 1rem;
    border: 1px solid #ddd;
    background-color: #efefef;
    shadow: 0 2px 6px rgba(0, 0, 0, 0.05);

  }
  .clean-box-ab img, .clean-box-ab-case img {
    width: 100%;
    height: auto;

  }


  .clean-grid-ac {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
  }
  .clean-box-ac {
    padding: 1rem;
    border: 1px solid #ddd;
    background-color: #efefef;
    shadow: 0 2px 6px rgba(0, 0, 0, 0.05);

  }
  .clean-box-ac img {
    width: 100%;
    height: auto;

  }




@media (min-width: 656px) and (max-width: 999px) {

  .clean-grid-ab {
    width: 100%;
    display: inline-block;
  }
  .clean-box-ab {
     display: inline-block; 
  }
  .clean-box-ab-top {
    float: left;
    width: 40%;
    display: inline-block;

  }
  .clean-box-ab-top img {
    display: inline-block;
  }
  .clean-box-ab-bottom {
    float: right;
    width: calc(60% - 40px); 
    display: inline-block;
    height: 100%;
    margin-left: 40px;
  }

}

@media (min-width: 656px) {

  .clean-grid-ab-case {
    width: 100%;
    display: inline-block;
  }
  .clean-box-ab-case {
     display: inline-block; 
  }
  .clean-box-ab-top-case {
    float: left;
    width: 40%;
    display: inline-block;

  }
  .clean-box-ab-top-case img {
    display: inline-block;
  }
  .clean-box-ab-bottom-case {
    float: right;
    width: calc(60% - 40px); 
    display: inline-block;
    height: 100%;
    margin-left: 40px;
  }

}

@media (min-width: 999px) {
  .case_bottom {
    padding-bottom: 20px;
  }
}
/* over 

@media (min-width: 964px), (max-width: 964px) and (min-width: 459px) {
  .toggle-btn {
    display: none;
  }

  .menu {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }

  .button, .button_mb {
    float: none;
  }
}
*/
@media (min-width: 964px), (max-width: 964px) and (min-width: 459px) {
  .toggle-btn {
    display: none;
  }

  .menu {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }

  .button_mb {
    float: none;
  }
}

@media (min-width: 659px) {
  .toggle-btn-vp {
    display: none;
  }

  .menu-vp {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  .button {
    float: none;
  }

}





/* smaller */
@media (max-width: 458px) {
  .menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }

  .button, .button_mb {
    margin-left: 0;
  }
}
/* smaller 
@media (max-width: 458px) {
*/
@media (max-width: 659px) {
  .menu-vp {
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }
}

/* large */
@media  (min-width: 660px) and (max-width: 962px)  {
  .button {
    width:25%;
  }
  .button_mb  {
    width: 16.6666%;
  }
}


@media (max-width: 659px) {
  .button {
    width:100%;
  }
}
@media (min-width: 459px) and (max-width: 659px) {
  .button_mb {
    width: 33.333%;
  }
}

@media (max-width: 468px) {
 .button_mb {
    width: 100%;
  }
}

/* AI Toggle Code *//* AI Toggle Code *//* AI Toggle Code *//* AI Toggle Code */

    /* HEADER + NAV */
    header {
      padding: 1rem 20px;
    }
   .bisected_header {
            width: calc(100% - 80px);
      height: 1px;
      margin: 0 auto 80px auto;
      display: flex;
      flex-wrap: wrap;
      background-color: #ccc;
   }
    .container {
      max-width: 1200px;
      margin: 0 auto;
    }
    .spacer {
      margin: 0 40px;
    }

    nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      margin: 0 20px;
    }

    .nav-links {
      display: flex;
      gap: 1.5rem;
    }

    .nav-links a {
      text-decoration: none;
      color: #333;
    }
    .nav-links a:hover {
      color: #922F02;
    }

#revealEmailBtn {
  border: 0;
  color: #922F02;
  background-color: transparent;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  line-height: 1.6;


}

    .menu-icon {
      display: none;
      font-size: 1.5rem;
      cursor: pointer;
    }


  a {
    color: rgb(46, 74, 109);
  }

.on {
  background-color: #e6e6e6;
  border: 1px solid #333;
  color: #333;
}


.on_nav {
  border-bottom: solid 1px #922F02;
}
.clear_left {
  margin-left: 0 !important;
}


    hr {
      margin: 40px 20px;
      color: #ccc;
    }
    div {
      display: block;
      unicode-bidi: isolate;
    }
    .med_left {
      align: left;
      width: 60%;
      max-width: 380px; 
    }
   .bisected {
      width: 100%;
      height: 1px;
      margin: 80px auto;
      display: flex;
      flex-wrap: wrap;
      background-color: #ccc;

   }

   .spacer_v {
      display: flex;
      margin: 20px 0;
      height: 1px;
      width: 100%;
   }
   .left_text, .right_text, .left_text_sm, .right_text_sm, .left_text_sm_next, .right_text_sm_next, .left_text_about, .right_text_about {
      float:left;
   }
   .left_text {
      align: left;
      width: 40%;
      display: block;
    }
    .right_text {
      width: calc(60% - 20px);
      margin-left: 20px;
      display: block;
    }

    .left_text_about {
      align: left;
      width: 40%;
      display: block;

    }
    .right_text_about {
      width:calc(60% - 40px);
      margin-left: 40px;
      display: block;

    }

    .left_text_about img {
      border: 1px solid #ddd;
      shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }

    .left_text_sm {
      align: left;
      width: 30%;
    }

    .right_text_sm {
       width: calc(70% - 20px);
      margin-left: 20px; 
    }


    .left_text_sm_next {
      align: left;
      width: 30%;
    }

    .right_text_sm_next {
       width: calc(70% - 20px);
      margin-left: 20px; 
    }


    .highlight {
      color: #9D4734;
    }
    .grey_text {
      color: #333;
    }
    .blue {
      background-color:#2F4057;
      color: #f9f9f9;
    }
   .blue p {
      margin: 20px;
    }
    .white {
      background-color:#fff;
      margin: 20px 0;
    }
    .grey {
      background-color: #f2f2f2;
      border-radius: 0;
    }
    .persona_top {
      margin-top: -20px;
    }
    .persona_bottom {
     margin-top: -20px;
    }
    .persona {
    }
    .bold {
      font-weight: 600;
    }
    .unbold {
      font-weight: 300;
    }
    .semi-bold {
      font-weight: 500;
    }
    .pop_quote {
      width:70%;
      margin: 40px auto;
      align: center;
      display: block;
    }

     .pop_quote3  {
      width:80%;
      margin: 20px auto;
      display: block;
     } 

     .pop_quote2  {
      width:80%;
      margin: 20px auto;
      align: center;
      display: block;
      font-size: 1.15rem;
     } 
     ol .pop_quote2  {
      padding-left: 20px;
     }

     .pop_quote2 p  {
      font-size: 1.15rem;
     } 
    .call_out {
      font-size: 1.1rem;
    }
    .attention {
      color: #151E29;
    }
    ul {
      margin-bottom: 20px;
    }
 
    ul, ol, .indent {
      margin-left: 20px;
    }

    .clear {
      width: 100%;
      display: block;
      clear: both;
    }
    /* CONTENT BOXES */
    .content-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
      margin: 2rem 0;
    }

    #emailLink {
      display: none;
      margin-top: 10px;
    }
    
/* Center Box */
    .center-box {
      padding: 1rem;
    }

    .center-box {
      padding: 1rem;
    }
    .close {
      margin-bottom: 0;
      collor: #922F02;
    }
    .center-box p, .center-box h3, .center-box h4, .center-box h5, .center-box ul, .center-box ol  {
      align: center;
      width: 90%;
      max-width: 700px;
      margin-right: auto;
      margin-left: auto;
    }

    .center-box img {
      height: auto;
      margin-bottom: 0.5rem;
      display: block;
      margin-right:auto;
      margin-left: auto;
      width: auto;
    }
    .center-box li {
      margin-left: 20px;

    }

.grey_fill {
  height: 100%;
  display: inline;
  background-color: #000;
}



/* ****** */
  ul.skill  {
    list-style-type: none;
    padding: 0 20px 20px 40px;
    margin: 0;
    display: grid;
    gap: 10px;
  }

  /* Default: 1 column */
  ul.skill  {
    grid-template-columns: 1fr;
  }

  /* Over 600px: 2 columns */
  @media (min-width: 601px) {
    ul.skill  {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* Over 1000px: 3 columns */
  @media (min-width: 1001px) {
    ul.skill  {
      grid-template-columns: repeat(3, 1fr);
    }
  }


/* Small Box */
    .small-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
      margin: 2rem 0;
    }
    .small-box {
      padding: 1rem;
    }
    .small-box img {
      width: 150px;
      height: auto;
      margin-bottom: 0.5rem;
    }

    .small-grid-block {
      display: inline-grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
      margin: 2rem 0;
    }

.journey {
  background-color: #efefef;
  padding: 20px;
  display: block;
}

.title_height  {
  display: block;
  height: 100px;
}

.para_height  {
  display: block;
  height: 100px;
}

.quote_height  {
  display: block;
  height: 100px;
  background-color: #D3D3D3;
  border-radius: 8px;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}

.new {
  color: #C8C8C8;
  background-color: #060606;
  width: 100%;
  padding: 20px;
  display: block;
  height: 500px;
}

.new_p {
  display: block;
  height: 90px;
}
.points {
  color: #C8C8C8;
  background-color: #060606;
  width: 100%;
  padding: 20px;
}
.points_height  {
  display: block;
  height: 80px;
}

.solution {
  color: #C8C8C8;
  background-color: #1E1E1E;
  width: 100%;
  padding: 20px; 
  display: block; 
 /*
  height: 980px*/

}
.feelings {
  height: 50px;
   display: block;  
}

.sol_height  {
  display: block;
  height: 160px;
}

/* max 719 */
@media (max-width: 719px) {
      .journey, .title_height, .para_height, .quote_height, .points, .points_height, .solution, .feelings, .sol_height, .new {
        height: auto; 
      }
}



/* About Box */
    .about-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
      margin: 2rem 0;
    }
    .about-box {
      padding: 1rem;
    }
    .about-box img {
      width: 100%;
      height: auto;
      margin-bottom: 0.5rem;
    }




/* Clean Box */

    .clean-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
      margin: 2rem 0;
    }
    .clean-box {
      padding: 1rem;
      border: 1px solid #ddd;
      background-color: #efefef;
      shadow: 0 2px 6px rgba(0, 0, 0, 0.05);

    }
    .clean-box img {
      width: 100%;
      height: auto;
      margin-bottom: 0.5rem;
    }

    .clean-box-about {
      padding: 2rem;
      border: 1px solid #ddd;
      background-color: #efefef;
      shadow: 0 2px 6px rgba(0, 0, 0, 0.05);

    }
    .clean-box-about img {
      width: 100%;
      height: auto;
      margin-bottom: 0.5rem;
    }

    

    .persona-box {
      padding: 1rem;
      background-color: #fff;
    }
    .small-grid_lr  {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 0 1.5rem;
      margin: 0;
    }
    .small-grid_ls  {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      margin: 0;
    }


    .right_boarder {
      border-right: solid 1px #e6e6e6;
    }
    .right_end {
      width: calc(100% - 1px);
    }
    .right_end_2 {
      /* 
      width: calc(100% - 0.5px);
      negative moves up*/
    }
    .journey_type {
      display: block;
      height: 60px;
      background-color: #e6e6e6;
      padding-top: 10px;
    }

    .clean-grid_ac {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 0 1rem;
      margin: 0 1rem;
    }
    .clean-grid_lr  {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 0 1.5rem;
      margin: 0;
    }
    .clean_box_lr, .clean_box_ls, .clean_box_flat {
      vertical-align: top;
    }
    .clean_box_lr   {
      padding: 20px;
      margin: 0;
    }
    .clean_box_ls   {
      margin: 0;
    }
    .clean_box_lr img, .clean_box_ls img, .center-box img, .clean_box_flat img {
      width: 100%;
      height: auto;
      margin-bottom: 0.5rem;
    }

/* Large Clean Box */

    .left_mar{
      border-bottom: solid 20px #e6e6e6;
    }

    @media (min-width: 672px)  {
      .left_mar{
        border-right: solid 20px #e6e6e6;
      }
    }


    .clean_grid  {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 0;
      margin: 0;
    }
    .clean_box {
      vertical-align: top;
    }


/* Content Box */

    .content-box {
      background-color: #fff;
      padding: 1rem;
      border: 1px solid #ddd;
      text-align: center;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }

    .content-box img {
      width: 100%;
      height: auto;
      margin-bottom: 0.5rem;
    }

    .content-box a {
      display: inline-block;
      margin-top: 0.5rem;
      text-decoration: none;
      color: #0077cc;
      font-weight: 600;
    }

    .notfull {
      width:65%;
    }

   .center {
      display: block;
      margin-right:auto;
      margin-left: auto;
      width: auto;
    }
    .screen_description {
      width: 100%;
      max-width: 400px;
      align: center;
      margin: 20px auto 0 auto;
    }

    .img_full {
      width: 100%;
      height: auto;
      display: block;
      margin: 1rem 0;
      /*border-radius: 6px;*/
    }

    .img_hero {
      width: 100%;
      height: auto;
      display: block;
      margin: 0;
      border-top: 1px solid #ccc;
    }

    .img_hero_clean {
      width: 100%;
      height: auto;
      display: block;
      margin: 0;
    }

    .scan_text {
      font-size: 1.2rem;
    }
    
      .img_fit {

      width: 100%;
      height: auto;
      align: center;
      margin: 0 auto;
    }

    .circle {
      border-radius: 600px; 
      border: solid 1px #333;
    }
    .img_fit_tight {
      width: 100%;
      height: auto;
      margin: 0;
      border: 0;
      padding: 0;
    }

    .img_limited {
      max-width: 600px;
      width: 100%;
      margin: 1rem auto;
      display: block;
    }



    /* MOBILE NAV */
    @media (max-width: 995px) {

      .left_text_sm_next  {
        align: left;
        width: 100%;
      }

      .right_text_sm_next {
       width: 100%;
       margin-left: 0;
       margin-top:20px;
      }

    }


    /* MOBILE NAV */
    @media (max-width: 875px) {

      .left_text_sm {
        align: left;
        width: 100%;
      }

      .right_text_sm {
       width: 100%;
       margin-left: 0;
       margin-top:20px;
      }

      .right_875 {
        float:right;
        width: calc(60% - 40px);
      }
      .left_875 {
        float:left;
        width: 40%; 
 
      }
    }


    @media (max-width: 719px) {
      .small-grid_ls {
        display: block;
      }
    }


    @media (max-width: 768px) {
      .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
      }

      .nav-links.show {
        display: flex;
        margin-top: 1rem;
      }

      .menu-icon {
        display: block;
      }

      .spacer {
        margin: 0 20px;
      }
    }

    @media (max-width: 575px) {
      .right_875 {
        float:none;
        width: 100%;
        padding-right: 20px;
      }
      .left_875 {
        float: none;
        width: 100%; 
 
      }
    }

    @media (max-width: 660px) {
      .left_text_about, .right_text_about {
        width: 100%;
        margin: 0;
      }
      .right_text_about {
        margin-top: 40px;
      }
    }



    @media (max-width: 540px) {
      .blue p {
        width: calc(100% - 20px);
      }
    }

/* 500 */
    @media (max-width: 500px) {

     .notfull {
        width:100%;
      }

      .spacer {
        margin: 0;
      }

      .left_text, .right_text, .left_text_about, .right_text_about {
        width: 100%;
        margin: 0;
      }

      .hide_500 {
        display: none;
      }

    }


@media (min-width: 876px) {
  .persona {
    background-color: #efefef; 
    padding: 1rem; 
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }

  .persona .white {
  background-color: transparent !important;
  }

  .persona {
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
  }
  .persona-box {
    background-color: #efefef; 
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }

}

@media (max-width: 999px) {
  .about-box {
    width: 100%;
  }
}



.highlight_container {
  width: 100%;
  background-color: #922F02;
  color: #e6e6e6;
  padding: 40px 20px 10px 20px;
}




#nav-sticky {
  position: sticky;
  top: 0;  /* distance from the top of the viewport */
  z-index: 1000;  /* make sure it stays above other content */
}
nav-sticky {
  position: sticky;
  top: 0;  /* distance from the top of the viewport */
  z-index: 1000;  /* make sure it stays above other content */
}

.hidden-field { 
    display: none; 
}

.footer_container {
  width: 100%;
  background-color: #333;
  color: #E6E6E6;
  padding-top: 20px;
  padding-bottom: 40px;
}

 .bisected_footer {
    width: calc(100% - 80px);
    height: 1px;
    margin: 0 auto 80px auto;
    display: flex;
    flex-wrap: wrap;
    background-color: #535353;
 }

.grey_footer {
  color: #E6E6E6;
  margin: 0 1rem;
}

.footer_links a {
  text-decoration: none;
    color: #E6E6E6;
}

.footer_links {
    align: center;
    margin: 0 auto;
}
.footer_links a {
  text-decoration: none;
}


.footer {

  font-size: 1 rem;
  text-align: center;
  margin-top:-20px;
  width: 100%;
  display: block;
  clear: both;
}
.footer p {
  font-size: 0.75rem;
}
#footer-nav {
  display: block;
  margin: 20px;
}
#footer-nav a {
  margin: 0 20px;
  color: #2078c7;
  text-decoration: none;
  font-size: 16px;
  width: 33%;
}
#footer-nav a:hover {
  color: #171717;
}
#footer-nav .on {
}