/**
 * 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--cta-single-boost {
  margin: 30px 0 65px 0;
  text-align: center;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--cta-single-boost {
      margin: 25px 0 75px 0;
      text-align: center;
  }
}

.paragraph--type--cta-single-boost .field--name-field-link a {
  display: inline-block;
  color: #fefefe;
  background: #EB7100;
  text-decoration: none;
  font-weight: normal;
  border-radius: 7px;
  font-size: 16px;
  padding: 10px 40px 12px 40px;
}

@media print,
screen and (min-width: 40em) {

  .paragraph--type--cta-single-boost .field--name-field-link a {
      margin: 0 auto;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--cta-single-boost .field--name-field-link a {
    padding: 15px 40px;
  }
}

.paragraph--type--cta-single-boost .field--name-field-link a:hover {
  background: #E66100;
}


/*# sourceMappingURL=paragraph--cta-single-boost.css.map*/