/**
 * 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--learning-lounge {
  padding: 20px 0 60px 0;
  margin: 0 auto;
  display: flex;
  background: #F5F5F5;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--learning-lounge {
    padding: 50px 0;
    background: #F5F5F5;
  }
}

.paragraph--type--learning-lounge .l-container {
  max-width: 1280px;
  padding: 0 30px;
  margin: 0 auto;
  padding-top: 30px;
}

.paragraph--type--learning-lounge .l-container .top-section {
  max-width: 100%;
  /* padding: 0 30px; */
}

.paragraph--type--learning-lounge .l-container .top-section h1 {
  max-width: 1280px;
  margin: 0 auto;
  color: #000;
  text-align: left;
  font-feature-settings: 'liga'off, 'clig'off;
  font-family: Outfit;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 10px;
  /* 48px */
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--learning-lounge .l-container .top-section h1 {
    text-align: center;
    font-size: 40px;
  }
}

.paragraph--type--learning-lounge .l-container .top-section h2 {
  max-width: 800px;
  margin: 0 auto;
  color: #000;
  text-align: left;
  font-feature-settings: 'liga'off, 'clig'off;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 250;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.2px;
  margin-bottom: 40px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--learning-lounge .l-container .top-section h2 {
    text-align: center;
    font-size: 18px;
  }
}

.paragraph--type--learning-lounge .l-container .top-section h1:before {
  content: '';
  display: block;
  background: #FF850F;
  margin: 3px 0px;
  width: 60px;
  height: 1px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--learning-lounge .l-container .top-section h1:before {
    margin: 0 auto 10px auto;
    width: 80px;
    height: 1px;
  }
}


.paragraph--type--learning-lounge .box-text {
  /* height: 613px; */
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.paragraph--type--learning-lounge .l-container .learning-lounge__boxes .learning-lounge__box .learning-lounge__boxinner .upper-section {
  width: 100%;
  background-size: contain;
  background-position: center center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.paragraph--type--learning-lounge .l-container .learning-lounge__boxes .learning-lounge__box .learning-lounge__boxinner .upper-section img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.paragraph--type--learning-lounge .learning-lounge__boxes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-content: center;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--learning-lounge .learning-lounge__boxes {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}


.paragraph--type--learning-lounge .learning-lounge__boxes .learning-lounge__box {
  display: flex;
  width: 304px;
  flex-direction: column;
  align-items: flex-start;
  height: 653px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.13);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 0 auto;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--learning-lounge .learning-lounge__boxes .learning-lounge__box {
    margin: 0;
  }
}

.paragraph--type--learning-lounge .learning-lounge__boxes .learning-lounge__boxinner {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.paragraph--type--learning-lounge .learning-lounge__boxes .learning-lounge__boxinner h3 {
  color: #00488A;
  font-size: clamp(16px, 3vw, 26px);
  font-weight: 500;
  margin: 0 0 10px 0;
}

.paragraph--type--learning-lounge .learning-lounge__boxes .learning-lounge__boxinner .box-text  .middle-section {
  padding: 23px 20px 15px 20px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
  align-self: stretch;
  background: white;
}

.paragraph--type--learning-lounge .learning-lounge__boxes .learning-lounge__boxinner .box-text  {
  display: flex;
  flex-direction: column;
  /* gap: 17px; */
  align-self: stretch;
  justify-content: space-between;
}

.paragraph--type--learning-lounge .learning-lounge__boxes .learning-lounge__boxinner .box-text  .bottom-section {
  background-color: #F5F5F5;
  padding: 17px 20px 22px 20px;
  display: flex;
  align-items: flex-end;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.paragraph--type--learning-lounge .learning-lounge__boxes .learning-lounge__boxinner .box-text  .bottom-section p .signinlink,
.paragraph--type--learning-lounge .learning-lounge__boxes .learning-lounge__boxinner .box-text  .middle-section p .signinlink {
  font-size: 16px;
  margin-bottom: 0;
}

.paragraph--type--learning-lounge .learning-lounge__boxes .learning-lounge__boxinner .box-text  .bottom-section p,
.paragraph--type--learning-lounge .learning-lounge__boxes .learning-lounge__boxinner .box-text  .middle-section p {
  font-size: 18px;
  font-weight: 200;
}

.paragraph--type--learning-lounge .learning-lounge__boxes .learning-lounge__boxinner .box-text  .middle-section h6,
.paragraph--type--learning-lounge .learning-lounge__boxes .learning-lounge__boxinner .box-text  .bottom-section h6 {
  margin-bottom: 1px;
  font-weight: 200;
  font-size: 18px;
}

.paragraph--type--learning-lounge .learning-lounge__boxes .learning-lounge__boxinner .box-text  .middle-section .field--name-field-title-01,
.paragraph--type--learning-lounge .learning-lounge__boxes .learning-lounge__boxinner .box-text  .middle-section .field--name-field-title-02,
.paragraph--type--learning-lounge .learning-lounge__boxes .learning-lounge__boxinner .box-text  .middle-section .field--name-field-box-02-title,
.paragraph--type--learning-lounge .learning-lounge__boxes .learning-lounge__boxinner .box-text  .middle-section .field--name-field-box-01-title {
  color: #000;
  font-family: Outfit;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 119%;
  /* 27.37px */
}


/*# sourceMappingURL=paragraph--type--learning-lounge.css.map*/
