/*
Module CSS Variables
  
var(--medium) = #
var(--dark-color-1) = #
var(--light) = #
var(--gray-dark) = #
var(--gray-light) = #
var(--white) = #
var(--dark) = #
  
*/
  
  
/*
==============================================
Milestones Media Carousel Dots to Outlines
==============================================
*/
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .slick-dots li.slick-active button:before {
    color: transparent !important;
  }
  .masterprime .body-module-pre-retirees .module-multimedia-slider-section .content-slider-wrapper.content-slider-half-width-wrapper .slick-dots {
      z-index: 10;
      position: relative;
    }
  .masterprime .slick-dots li.slick-active button:focus:before {
      opacity: 1 !important;
      color: transparent !important;
  }
  .masterprime .slick-dots li.slick-active button:before {
      color: transparent !important;
      opacity: 1 !important;
      background: #ffffff !important;
  }
  .masterprime .slick-dots li button:before {
      color: #ffffff !important;
      opacity: 0.95 !important;
      font-size: 10px !important;
  }
  .masterprime .slick-dots li button:focus:before {
      opacity: 1 !important;
  }
  .masterprime .slick-dots li.slick-active button:before {
      color: black !important;
      opacity: 1 !important;
  }
  .masterprime .slick-dots li button {
      border: none !important;
      background: transparent !important;
      display: block !important;
      height: 11px !important;
      width: 11px !important;
      outline: none !important;
      font-size: 0 !important;
      color: transparent !important;
      padding: 4px !important;
      cursor: pointer !important;
      /* border-radius: 50%; */
  }
  .masterprime .slick-dots li button:before {
      color: transparent !important;
      opacity: 1 !important;
      font-size: 10px !important;
      width: 9px !important;
      height: 9px !important;
      border: 2px solid #ffffff !important;
      border-radius: 50% !important;
  }
  .masterprime .slick-dots li {
      width: 9px !important;
      height: 9px !important;
  }
  /*
  ==============================================
  Reverse Slider
  ==============================================
  */
  .masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .slick-dots li button:before, .masterprime .body-module-pre-retirees .module-multimedia-slider-section .slick-dots li button:before, .masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .slick-dots li.slick-active button:before {
    color: transparent !important;
  }
  .module-slider-section .content-slider-wrapper .slick-dots li.slick-active button:before {
      background: #ffffff !important;
  }
  .module-slider-section .content-slider-wrapper .slick-dots li button:before {
      color: #ffffff !important;
  }
  .module-slider-section .content-slider-wrapper .slick-dots li button:before {
      border: 2px solid #ffffff !important;
  }
    
    
    
    
    
  .masterprime .related-resources-main {
  background: #fff !important;
  }
  .masterprime .body-module-corporate-executives .module-explore-strategies-section .module-explore-strategies-content .explore-strategies-text-block a:hover {
    color: #fff !important;
  }
  /* Corp fix */
  .masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
      border: 1px solid transparent !important;
  }
    
  /* Families and Individuals */
  .masterprime .arrow {
      fill: var(--light-color-1);
  }
  .masterprime .body-module-retirees .module-whats-your-retirment-section .media-carousel-three .mc-image {
    border-color: var(--light) !important;
  }
  .masterprime .module-intro-content .head-2 {
    color: var(--dark) !important;
  }
  .masterprime .module-intro-content .head-1 {
      color: var(--dark-color-1) !important;
  }
  .masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callout-arrow {
    fill: var(--white);
  }
  .donut-ring {
      stroke: var(--gray-light);
  }
  .donut-segment-2 {
      stroke: var(--light);
  }
  .masterprime .module-cta, .masterprime .body-module-retirees .module-whats-your-retirment-section .mc-container a:hover .mc-cta, .masterprime .body-module-retirees .module-whats-your-retirment-section .mc-container a .mc-cta {
      color: var(--medium) !important;
  }
  .masterprime .module-whats-your-retirment-section-content .mc-container a:hover .mc-cta {
    background-color: var(--white)!important;
}
  .masterprime .module-case-content:hover .module-cta {
      color: var(--dark-color-1) !important;
  }
  .masterprime .module-cta:before, .masterprime .content-slider-cta:before, .masterprime .contact-cta:before {
      color: var(--dark-color-1);
  }
  .masterprime .intro-content .module-multimedia-section h3, .masterprime .content-slider-wrapper .content-slider-heading {
      color: var(--dark-color-1);
  }
  .whats-your-retirement-text-block a {
    color: var(--medium);
  }
  .whats-your-retirement-text-block a:hover {
    color: var(--dark-color-1);
  }
  .main-module-content h3, .masterprime .module-contact-content h3 {
    color: var(--dark-color-1);
  }
  .masterprime .related-resources-content .mc-container a:hover .mc-cta {
    border: 1px solid var(--dark-color-1);
    color: var(--dark-color-1);
  }
  .masterprime .body-module-pre-retirees .module-related-resources-section {
      border-top: 20px solid var(--gray-light);
  }
  .masterprime .module-case-content h4, .masterprime .wrap-content-slider-content, .masterprime .module-case-content p, .main-module-section, .masterprime .related-resources-content .mc-copy, .masterprime .related-resources-content h4, .masterprime .body-module-retirees .module-whats-your-retirment-section .mc-container .mc-copy {
      color: var(--gray-dark) !important;
  }
    
  .masterprime .module-slider-content .content-slider-wrapper .slick-slide:hover .content-slider-cta, .masterprime .content-slider-wrapper .content-slider-cta {
      color: var(--medium) !important;
  }
  .masterprime .module-related-resources-section .mc-heading, .masterprime .content-slider-wrapper .content-slider-cta:hover {
      color: var(--dark-color-1) !important;
  }
  .masterprime .module-multimedia-slider-section .module-slider-content .slick-slide:hover .content-slider-cta {
    color: var(--dark-color-1) !important;
  }
  .masterprime .related-resources-content .mc-cta {
      color:var(--medium);
      border: 1px solid transparent;
  }
  .masterprime .related-resources-content .mc-content-wrapper:hover .mc-cta {
      color:var(--dark-color-1);
      border: 1px solid var(--dark-color-1);
  }
  .masterprime .ftr-cta:hover > .contact-cta {
    
  }
  /* .related-resources-content .mc-container .slick-next:before, .mc-container .slick-prev:before, .related-resources-content .mc-container .slick-next:hover:before, .mc-container .slick-prev:hover:before {
      color: #393939;
  } */
    
  .masterprime .contact-cta:before {
      color: var(--dark-color-1);
  }
  .masterprime .contact-cta {
      color: var(--medium);
  }
  .masterprime .ftr-cta:hover > .contact-cta {
    color: var(--dark-color-1) !important;
  }
  .masterprime .slick-dots li.slick-active button:before {
      color: transparent !important;
  }
  .masterprime .module-contact-content .ftr-cta, .masterprime .module-multimedia-section, .masterprime .module-investment-management .module-multimedia-section {
    background: var(--gray-light) !important;
  }
  /* Pre-Retirees */
  .masterprime .body-module-pre-retirees .module-size-up-your-retirement-section, .masterprime .module-section-header, .masterprime .body-module-pre-retirees .module-slider-section .module-slider-content  {
      background: var(--dark);
  }
  .masterprime .module-whats-your-retirment-section {
    background: var(--gray-light);
  }
  .masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
      color: var(--white);
      border: 1px solid var(--white) !important;
  }
  .masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading:before, .masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading:before {
      border: 1px solid var(--white);
  }
  .masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item:hover:before {
      border-bottom: 1px dashed var(--white);
  }
  .masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item:after {
      color: var(--white);
  }
  /* .masterprime .body-module-pre-retirees .module-slider-section .module-slider-content {
      background: var(--medium);
  } */
  .masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .module-slider-content-slide {
      color: #fff;
      border: 1px solid var(--white);
      background: transparent;
  }
  .masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .slick-slide:hover .content-slider-cta {
      color: #fff !important;
      background: transparent;
      border: 1px solid #fff;
  }
  .masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .module-slider-content-slide:before {
      border: 1px solid var(--white);
  }
  .masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .module-slider-content-slide:after {
      border-bottom: 1px dashed var(--white);
  }
  @keyframes module-slider-content-slide-animate {
    0%{
      transform: scale(1.0);
      color: rgba(255, 255, 255, .82); /* number colors 1 */
    }
    10% {
      transform: scale(1.2);
      color: rgba(255, 255, 255, 1); /* number colors 2 */
    }
    20%, 100% {
      transform: scale(1.0);
      color: rgba(255, 255, 255, .82); /* number colors 1 */
    }
  }@keyframes module-slider-content-slide-line {
    0%{
      opacity: 0;
        border-color: transparent;
        width: 0;
    }
    100% {
      opacity: .5;
        border-color: var(--white);
        width: 18px;
    }
  }
  .masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .slick-dots li.slick-active button:before {
      color: transparent !important;
  }
  .masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item, .masterprime .body-module-pre-retirees .module-cta-callout-section .callouts-mobile-slider .callout-item {
      background: var(--medium);
      border: 1px solid var(--medium);
  }
  .masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item:hover, .masterprime .body-module-pre-retirees .module-cta-callout-section .callouts-mobile-slider .callout-item:hover {
      border: 1px solid var(--medium);
  }
  .masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item:hover .callout-heading-wrapper .callout-heading, .masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-mobile-slider .callout-item:hover .callout-heading-wrapper .callout-heading {
      color: var(--medium);
  }
  .masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item:hover .callout-cta-wrapper button, .masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-mobile-slider .callout-item:hover .callout-cta-wrapper button {
      color: var(--medium);
  }
  .masterprime .body-module-pre-retirees .module-multimedia-slider-section .slick-dots li.slick-active button:before {
      color: transparent !important;
  }
  .masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .content-slider-wrapper .content-slider-cta {
    color: var(--white) !important;
    background: transparent;
    border: 1px solid var(--white);
  }
  .masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .slick-slide:hover .content-slider-cta {
    border: 1px solid var(--white) !important;
  }
  .masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .content-slider-cta:before {
      color: var(--white);
  }
  .masterprime .body-module-corporate-executives .module-size-up-your-retirement-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading {
      border: 1px solid transparent !important;
  }
  .masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item:before, .masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container:before {
      background: var(--white);
  }
  .masterprime .body-module-corporate-executives .module-explore-strategies-section .module-explore-strategies-content .explore-strategies-text-block a {
      color: var(--white);
  }
  .masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item .callout-image-wrapper:before,
  .masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item:hover .callout-image-wrapper {
      border: 1px solid var(--white);
  }
    
    
    
  .masterprime .module-hedge-content p.disclaimer a {
      color: var(--medium);
  }
  @media only screen and (max-width: 1024px) {
      .masterprime .body-module-corporate-executives .module-explore-strategies-section .module-explore-strategies-content .callouts-mobile-slider .callout-item .callout-image-wrapper {
          border: 1px solid var(--white);
      }
      .masterprime .body-module-corporate-executives .module-explore-strategies-section .module-explore-strategies-content .callouts-container .callout-item .callout-image-wrapper, .masterprime .body-module-corporate-executives .module-explore-strategies-section .module-explore-strategies-content .callouts-mobile-slider .callout-item .callout-image-wrapper {
          border: 1px solid var(--white);
          }
    .masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item .callout-image-wrapper:before, .masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-mobile-slider .callout-item .callout-image-wrapper:before, .masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item:hover .callout-image-wrapper {
      border: 1px solid var(--white);
    }
  }
  /* Large devices (tablet landscape, 1024px and less) tablet-l */
  @media only screen and (max-width: 1024px) {
      .masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item:before {
          border-bottom: 1px dashed var(--white);
      }
  }  /* Medium devices (tablet portrait, 768px and less) tablet-p */
  @media only screen and (max-width: 768px) {
    .masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
        border-color: transparent !important;
    }  /*
  ==============================================
  Milestones Media Carousel Dots to Outlines
  ==============================================
  */    .masterprime .slick-dots li.slick-active button:before {
      background: #000000 !important;
    }
    .masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
      border-color: transparent !important;
    }
    .masterprime .slick-dots li button:before {
      border: 2px solid #000000 !important;
    }
    .module-slider-section .content-slider-wrapper .slick-dots li button:before {
      color: transparent !important;
    }
    
  }
    
    
  /* Extra small devices (most portrait phones, 480px and less) mobile-p */
  @media only screen and (max-width: 480px) {
    
  }
    
    
    
  /* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */
    
  @media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
    .masterprime .slick-dots li button:before {
        color: transparent !important;
    }
  }
    
  /* IE only */
  @media screen\0 {
    
  }