/**
 * Base Styles
 * - 01 - Foundation
 * - 02 - Utilities
 * - 03 - Framework
 * - 04 - Settings
 */
/*------------------------------------*\
  01 - Foundation
\*------------------------------------*/
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*------------------------------------*\
  02 - Utilities
\*------------------------------------*/
/*------------------------------------*\
  03 - Framework
\*------------------------------------*/
/*------------------------------------*\
  04 - Settings
\*------------------------------------*/
/**
 * Colors
 * - 01 - Variables
 * - 02 - Mapping
 */
/*------------------------------------*\
  01 - Variables
\*------------------------------------*/
/*------------------------------------*\
  02 - Mapping
\*------------------------------------*/
@font-face {
    font-family: 'Outfit';
    src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Regular.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Outfit';
    src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Light.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Outfit';
    src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-SemiBold.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-SemiBold.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Outfit';
    src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Bold.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
  }
  
  /******* End Drupal Defaults *******/
  .paragraph--type--member-agent-spotlight {
    text-align: center;
    margin-bottom: 10px;
    padding-top: 30px;
    background-color: #F4F5F9;
  }
  
  @media print,
  screen and (min-width: 40em) {
    .paragraph--type--member-agent-spotlight {
      margin-bottom: 40px;
      padding-top: 40px;
    }
  }
  
  .paragraph--type--member-agent-spotlight .l-container {
    max-width: 1480px;
    padding: 0;
    margin: 0 20px;
  }
  
  @media print,
  screen and (min-width: 40em) {
    .paragraph--type--member-agent-spotlight .l-container {
      margin: 0 auto;
    }
  }
  
    
  .paragraph--type--member-agent-spotlight .l-container .logo-area{
    max-width: 80%;
    padding-bottom: 12px;
    padding-top: 32px;
    margin: 0 auto;
  }
  
  @media print,
  screen and (min-width: 40em) {
    .paragraph--type--member-agent-spotlight .l-container .logo-area {
        max-width: 272px;
        padding-bottom: 24px;
        padding-top: 64px;
    }
  }
  
  .paragraph--type--member-agent-spotlight .l-container .title-image{
    max-width: 50%;
    padding-bottom: 16px;
    margin: 0 auto;
  }
  
  @media print,
  screen and (min-width: 40em) {
    .paragraph--type--member-agent-spotlight .l-container .title-image {
        max-width: 822px;
        padding-bottom: 32px;
    }
  }
  
  
  .paragraph--type--member-agent-spotlight .l-container  h2 {
    color: var(--Primary-Black, #000);
    text-align: center;
    font-feature-settings: 'clig'off, 'liga'off;
    font-family: Outfit;
    font-size: clamp(16px, 3vw, 24px);
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 0.45px;
    max-width: 722px;
  }
  
  @media print,
  screen and (min-width: 40em) {
    .paragraph--type--member-agent-spotlight .l-container h2 {
      padding: 0 10px;
      margin: 0 auto;
    }
  }

  @media print,
  screen and (min-width: 40em) {
    .paragraph--type--member-agent-spotlight .l-container h2 {
      margin: 0 auto 30px auto;
      text-align: center;
    }
  }
  
  @media print,
  screen and (min-width: 40em) {
    .paragraph--type--member-agent-spotlight .l-container h2:first-of-type {
      margin: 0 auto;
      text-align: center;
    }
  }
  
  .paragraph--type--member-agent-spotlight .l-container .fine-print {
    text-align: left;
    margin: 0 auto;
    max-width: 90%;
    color: #000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    padding: 23px 0 40px 0;
  }
  
  @media print,
  screen and (min-width: 40em) {
    .paragraph--type--member-agent-spotlight .l-container .fine-print {
        color: #000;
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Outfit;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 16.8px */
        max-width: 40%;
        padding: 56px 0 80px 0;
    }
  }
  
  
  /*# sourceMappingURL=paragraph--member-agent-spotlight.css.map*/