@charset "UTF-8";
/* COLORS */
/* LLS-1 */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  overflow-x: hidden;
}

body {
  margin: 0 auto;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: fontSize(body);
  font-weight: 400;
  min-width: 320px;
}
body h1, body h2, body h3, body h4, body h5 {
  margin: 1.5rem 0;
}
body.home {
  background-color: #ffffff;
}
body.home header {
  margin: 0;
}
body.home .page-top {
  background-color: #363791;
  position: relative;
  padding-bottom: 3rem;
}
body.home .page-top .page-header {
  text-align: center;
  padding: 2rem 0;
}
body.home .page-top .page-header h1, body.home .page-top .page-header p {
  color: #ffffff;
  font-weight: 800;
  margin: 1rem auto 3rem;
}
body.home .page-top .page-header h1 {
  max-width: 600px;
}
body.home .page-top .page-header p {
  font-size: 20px;
  max-width: 700px;
}
body.home .page-top .images-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
body.home .page-top .images-container .img {
  max-width: 150px;
  display: block;
  position: absolute;
}
body.home .page-top .images-container .img.bonsai {
  bottom: -3rem;
  left: 45%;
}
body.home .page-top .images-container .img.mask {
  left: 7%;
  top: 5%;
}
body.home .page-top .images-container .img.doll {
  left: 2%;
  top: 30%;
}
body.home .page-top .images-container .img.dragon {
  left: 10%;
  bottom: 2%;
}
body.home .page-top .images-container .img.pisces {
  right: 5%;
  top: 2%;
}
body.home .page-top .images-container .img.dancer {
  right: 5%;
  top: 57%;
}
body.home .page-top .images-container .img.panda {
  right: 2%;
  bottom: 40%;
}
@media only screen and (max-width: 767.98px) {
  body.home .page-top .images-container {
    display: none;
  }
}
body .sections {
  margin: 4rem 0 0;
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body .sections .accordion-link {
  flex: 1 1 calc(24.5% - 2rem);
  flex: 0 1 calc(24.5% - 2rem);
  vertical-align: top;
  margin: 0 2rem 2rem 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}
body .sections .accordion-link .tile {
  width: 100%;
  border-radius: 0;
  border-color: #ffd24d;
  background-color: #ffecb3;
  position: relative;
  padding: 0;
  text-align: left;
  box-shadow: 8px 8px 0 #fbbd03;
}
body .sections .accordion-link .tile:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid transparent;
  z-index: 200;
  left: calc(50% - 15px);
  bottom: -14px;
  position: absolute;
  display: block;
}
body .sections .accordion-link .tile h3 {
  padding: 1rem;
  text-align: center;
  background-color: #ffd24d;
  color: #363791;
  margin: -2rem 1rem;
  position: absolute;
  width: calc(100% - 2rem);
}
body .sections .accordion-link .tile img {
  width: 100%;
  min-height: 180px;
}
body .sections .accordion-link .tile p {
  margin: 1rem;
  color: #000000;
}
body .sections .accordion-link .tile .view-btn {
  border-radius: 0;
  margin: 1rem 0 0;
  width: 100%;
  background-color: #ffd24d;
  text-transform: initial;
  font-weight: 600;
  position: relative;
  display: block;
  padding: 1rem;
  text-align: center;
  color: #000000;
}
body .sections .accordion-link[aria-expanded=true] .tile, body .sections .accordion-link:hover .tile {
  box-shadow: none;
  background-color: #ddb8f9;
  border-color: #363791 !important;
}
body .sections .accordion-link[aria-expanded=true] .tile h3, body .sections .accordion-link[aria-expanded=true] .tile .view-btn, body .sections .accordion-link:hover .tile h3, body .sections .accordion-link:hover .tile .view-btn {
  background-color: #363791;
  color: #ffffff;
}
body .sections .accordion-link[aria-expanded=true] .tile:after, body .sections .accordion-link:hover .tile:after {
  border-top: 15px solid #363791;
}
body .modules {
  display: block;
  margin: 2 auto;
  max-width: 750px;
  width: 100%;
}
body .modules h3 {
  color: #363791;
}
body .modules .list-box {
  width: 100%;
  border: solid 2px;
  background-color: #ddb8f9;
  padding: 10px 20px 10px 20px;
  box-shadow: -5px -5px 0 0 white, -8px -8px 0 2px #363791;
}
body .modules .list-box ul {
  margin-left: -2rem;
}
body .modules .list-box ul li {
  line-height: 2;
}
body .modules .list-box ul li a {
  color: #000000;
}
body .modules .list-box ul li a:hover, body .modules .list-box ul li a:focus {
  background-color: #363791;
  color: #ffffff;
}
body.LLS2 {
  background-image: url("../../public/imgs/bg.jpg");
  overflow: hidden;
}
body.LLS2 header {
  background-color: #363791;
  margin: 0;
  padding: 1.5rem 0 5rem;
}
body.LLS2 header .logo {
  margin-bottom: 3rem;
}
body.LLS2 header .logo .fas {
  color: #ffffff;
}
body.LLS2 header .logo a:hover, body.LLS2 header .logo a:focus {
  background-color: transparent;
}
body.LLS2 header .logo a:hover .fas, body.LLS2 header .logo a:focus .fas {
  color: #ddb8f9;
}
body.LLS2 header .home {
  background-color: #ffffff;
}
body.LLS2 header .page-top {
  border-top: 5px solid #ffffff;
  margin-bottom: 2rem;
}
body.LLS2 header .page-top .heading h1 {
  color: #ffffff;
}
body.LLS2 header .page-top .primary-btn {
  float: right;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}
body.LLS2 header .page-top .primary-btn .fas {
  margin-right: 0;
  color: #000000;
}
body.LLS2 header .page-top .primary-btn:hover, body.LLS2 header .page-top .primary-btn:focus {
  box-shadow: none;
  background-color: #ddb8f9;
}
body.LLS2 footer {
  margin: 5rem 0 0;
  border-top: 5px solid #363791;
  background-color: #ffffff;
  padding: 1rem 0 0;
}
body.LLS2 footer .copyright {
  color: #000000;
}
body.LLS2 footer .logo img {
  margin: 0.5rem 1rem;
  max-height: 50px;
}
body.LLS2 footer .back-to-top {
  position: fixed;
  z-index: 100;
  display: block;
  float: right;
  text-align: center;
  right: 0;
  font-size: 0.875rem;
  transition: opacity 0.2s ease-out;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 5px;
  opacity: 0;
  bottom: 3rem;
  text-decoration: none;
  text-align: center;
}
body.LLS2 footer .back-to-top .fas {
  display: block;
}
body.LLS2 footer .back-to-top.show {
  opacity: 1;
}
body.LLS2 a {
  color: #000000;
}
body.LLS2 a:hover, body.LLS2 a:focus {
  color: #363791;
}
body.LLS2 .container {
  margin-bottom: -2rem;
}
body.LLS2 .container .main-content {
  box-shadow: 0 -10px 20px -5px rgba(0, 0, 0, 0.9);
  padding: 1rem 2rem 2rem;
  background-color: #ffffff;
  margin: -5rem 0 2rem;
}
body header {
  margin: 2rem 0;
}
body header > div {
  color: #ffffff;
  font-size: 26px;
}
body header > div .fas {
  margin-right: 1rem;
}
body footer {
  background-color: #363791;
}
body footer .copyright {
  color: #ffffff;
  margin-top: 1rem;
  font-size: 14px;
  text-align: left;
}
body footer .logo {
  text-align: right;
}
body footer .logo img {
  margin-top: 0.5rem;
  max-height: 60px;
}
body footer .logo a:hover, body footer .logo a:focus {
  background-color: transparent;
}
body blockquote {
  border-left: 8px solid #ddb8f9;
  color: #ffffff;
  line-height: 1.25em;
  font-size: 20px;
  margin: 1rem 0;
  padding: 0 1rem;
  position: relative;
  transition: 0.2s border ease-in-out;
  z-index: 0;
}
body blockquote:before, body blockquote:after {
  content: "";
  position: absolute;
  top: 50%;
}
body blockquote:before {
  left: -8px;
  height: 2em;
  background-color: #363791;
  width: 8px;
  margin-top: -1em;
}
body blockquote:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10e";
  left: -15px;
  color: #ddb8f9;
  text-align: center;
  margin-top: -0.5em;
  transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
}
body .video-embed {
  max-width: 800px;
  width: 100%;
  margin: 2rem auto;
}
body .grid .border {
  width: 100%;
  border: none !important;
}
body .grid .caption {
  font-size: 14px;
  font-style: italic;
  margin-top: 1rem;
}
body .quote-horizontal {
  position: relative;
  margin: 2rem auto;
  background-color: #ddb8f9;
  border: solid 2px #363791;
  padding: 2rem;
  max-width: 80%;
  box-shadow: -5px -4px 0 0 #fff, -18px -17px 0 -6px #363791;
}
body .quote-horizontal:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10e";
  color: #363791;
  position: absolute;
  bottom: -1.5rem;
  left: 48%;
  font-size: 30px;
}
body .quote-horizontal .footer {
  font-style: italic;
  line-height: normal;
  margin-left: 40px;
}
body .quote-horizontal .footer:before {
  content: "";
  position: relative;
  width: 30px;
  height: 5px;
  display: block;
  top: 0.8rem;
  margin-left: -40px;
  background-color: #363791;
}
body .quotebox {
  max-width: 80%;
  width: 100%;
  position: relative;
  margin: 1rem auto;
  background-color: #f4e8fd;
  border: solid 2px #363791;
  padding: 2rem 2rem 2rem 4rem;
  box-shadow: 10px -10px 0 #363791;
}
body .quotebox:before, body .quotebox:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #363791;
  font-size: 26px;
  position: absolute;
}
body .quotebox:before {
  content: "\f10d";
  top: 0;
  left: 0.5rem;
}
body .quotebox:after {
  content: "\f10e";
  bottom: 0;
  right: 0.5rem;
}
body .quotebox.overlap {
  margin-top: -6rem;
  margin-bottom: 3rem;
  width: 90%;
}
body .quotebox .footer {
  font-style: italic;
  line-height: normal;
  margin-top: -2rem;
  margin-bottom: 0;
}
body .quotebox .footer:before {
  content: "~";
  font-size: 50px;
  font-weight: bold;
  position: relative;
  top: 0.5rem;
  margin-right: 1rem;
}
body .quotelines {
  max-width: 80%;
  margin: 2rem auto 4rem !important;
  text-align: center;
  position: relative;
  font-weight: bold;
  color: #363791;
  padding: 2rem 4rem;
  width: 100%;
  z-index: 1;
  margin: 0 auto;
  align-self: center;
  border-top: solid 5px;
  border-bottom: solid 5px;
  top: 1rem;
  font-size: 26px;
}
body .quotelines:before, body .quotelines:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #363791;
  font-size: 40px;
  line-height: 0;
  font-weight: 600;
}
body .quotelines:before {
  content: "\f10d";
  top: 0;
  left: 30px;
}
body .quotelines:after {
  content: "\f10e";
  bottom: 0;
  right: 30px;
}
body .quotelines .footer {
  font-style: italic;
  line-height: normal;
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  margin-top: -2rem;
  margin-bottom: 0;
}
body .quotelines .footer:before {
  content: "~";
  font-size: 50px;
  font-weight: bold;
  position: relative;
  top: 0.5rem;
  margin-right: 1rem;
}

a {
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
  background-color: #ddb8f9;
}
a.primary-btn {
  margin: 1rem 1rem 1rem 0;
  display: inline-block;
  padding: 15px 50px;
  text-decoration: none;
  text-align: center;
  color: #ffffff !important;
  font-size: fontSize(h6);
  text-transform: uppercase;
  background-color: #363791;
  border-radius: 10px;
  box-shadow: 10px 3px -6px rgba(0, 0, 0, 0.7);
}
a.primary-btn.arrow {
  text-transform: initial;
  padding: 14px 50px 14px 30px;
}
a.primary-btn.arrow:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  position: relative;
  display: block;
  transform: scaleY(1);
  margin-top: -25px;
  margin-left: calc(100% + 5px);
  transition: transform 0.5s ease-in-out;
}
a.primary-btn:hover, a.primary-btn:focus {
  background-color: #ddb8f9;
  color: #000000 !important;
  box-shadow: none;
}
a.primary-btn:hover.arrow:after, a.primary-btn:focus.arrow:after {
  margin-left: calc(100% + 15px);
}

h1, h2, h3, h4, h5 {
  margin: 1.5rem 0;
  color: #363791;
  font-weight: 700;
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

ul, ol {
  list-style-position: outside;
  clear: both;
  margin: 0 1rem;
}

ul {
  list-style: disc;
}
ul ul {
  list-style: circle;
}

hr {
  border: 0;
  margin: 1.35em auto;
  max-width: 100%;
  background-position: 50%;
  box-sizing: border-box;
}
hr:before, hr:after {
  content: "";
}
hr.shine {
  height: 20px;
  width: 60%;
  background-image: radial-gradient(farthest-side at 50% -50%, hsla(0, 0%, 0%, 0.2), hsla(0, 0%, 0%, 0));
  position: relative;
}
hr.shine:before {
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  background-image: linear-gradient(90deg, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.25) 50%, hsla(0, 0%, 0%, 0));
}

/* FORM ELEMENTS*/
label {
  font-weight: 500;
  display: block;
}

:-webkit-input-placeholder,
::placeholder {
  font-size: fontSize(h5);
  color: #000000;
}

:-ms-input-placeholder {
  font-family: sans-serif !important;
  font-size: fontSize(h5) !important;
  color: #000000 !important;
}

select {
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
}

input {
  border: 1px solid #296089;
  padding: 0.5em;
  width: 320px;
  display: block;
  margin-bottom: 2rem;
}
input:focus {
  border: 2px solid #4e95ca;
}

table {
  position: relative;
  border-collapse: inherit;
  margin: 0 auto;
  overflow: hidden;
  border-color: #363791 !important;
  width: 100%;
  border-spacing: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
table caption {
  caption-side: top;
  font-size: 20px;
  color: #363791;
  font-weight: 700;
}
table thead {
  background-color: #ddb8f9;
}
table tbody {
  border: 1px solid #363791;
}
table th, table td {
  padding: 1rem !important;
  border: 1px solid #363791;
  vertical-align: top;
}
table th:first-child {
  border-top-left-radius: 10px;
}
table th:last-child {
  border-top-right-radius: 10px;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  /* Hide the browser's default checkbox */
  /* create custom radio */
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-container input:checked ~ .checkmark {
  /* Show the checkmark when checked */
}
.checkbox-container input:checked ~ .checkmark:before {
  background-color: #afcfe7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  display: block;
  border-radius: 0;
}
.checkbox-container input:checked ~ .checkmark:after {
  content: "✓";
  position: absolute;
  top: -4px;
  left: 0;
  font-weight: 700;
  height: 8px;
  width: 8px;
  color: #17374f;
  background-color: transparent;
  display: block;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 2px solid #17374f;
}
.checkbox-container:hover input ~ .checkmark {
  background-color: #4e95ca;
}

.cutout-box {
  position: relative;
  border: 10px solid #363791;
  background-color: transparent;
  margin: 0 auto 2rem;
  width: 70%;
}
.cutout-box .box {
  border: none;
  background-color: #ddb8f9;
  margin: 1rem 0 1rem -3rem;
  padding: 2rem 0 2rem 3rem;
}
.cutout-box .box:after {
  content: "";
  width: 40px;
  height: calc(100% - 2rem);
  display: block;
  position: absolute;
  top: 1rem;
  right: -50px;
  background-color: #ddb8f9;
}
.cutout-box .box h3 {
  color: #000000;
  margin-top: 0;
}
.cutout-box.overlap {
  margin-top: -4rem;
  margin-left: 5rem;
}

.hollow-box {
  position: relative;
  border: none;
  border-top: 10px solid #ddb8f9;
  border-left: 10px solid #ddb8f9;
  background-color: transparent;
  width: calc(100% - 1rem);
  padding: 10px 0 0 10px;
  margin: 7rem 0 3rem;
  font-size: 16px;
  color: #000000;
}
.hollow-box .box {
  position: relative;
  border: none;
  padding: 0 1rem 0.5rem;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  background-color: #ddb8f9;
}
.hollow-box .box:before, .hollow-box .box:after {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  border-bottom: 10px solid #ddb8f9;
}
.hollow-box .box:before {
  width: calc(100% + 20px);
  height: 20px;
  top: 100%;
  left: -20px;
  border-left: 10px solid #ddb8f9;
}
.hollow-box .box:after {
  height: calc(100% + 40px);
  width: 20px;
  top: -20px;
  right: -20px;
  border-top: 10px solid #ddb8f9;
  border-right: 10px solid #ddb8f9;
}

.inner-box {
  width: 80%;
  position: relative;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #363791;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
}
.inner-box > div {
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.9);
}

.ribbon-box {
  border: 1px solid #ddb8f9;
  position: relative;
  padding: 20px;
  margin: 20px auto;
  max-width: 800px;
  width: 90%;
  min-height: 200px;
  background: #f4e8fd;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.ribbon-box .ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  border-radius: 4px;
}
.ribbon-box .ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #ddb8f9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font: 700 18px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  border: 1px solid #8e14eb;
}
.ribbon-box .ribbon.top-right {
  top: -10px;
  right: -10px;
}
.ribbon-box .ribbon.top-right:before, .ribbon-box .ribbon.top-right:after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-box .ribbon.top-right:before {
  top: 0;
  left: 0;
}
.ribbon-box .ribbon.top-right:after {
  bottom: 0;
  right: 0;
}
.ribbon-box .ribbon.top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}
.ribbon-box .ribbon:before, .ribbon-box .ribbon:after {
  position: absolute;
  content: "";
  display: block;
  border: 5px solid #8e14eb;
}
.ribbon-box .text {
  margin: 2rem;
  font-size: 16px;
  color: #000000;
}

/* bg colors */
.navy-bg {
  background-color: #17374f;
}

.white-bg {
  background-color: #ffffff;
}

.blue-bg {
  background-color: #4e95ca;
}

.blue-med-bg {
  background-color: #b0d0e8;
}

.blue-light-bg {
  background-color: #afcfe7;
}

@media only screen and (max-width: 991.98px) {
  .sections .accordion-link {
    flex: 1 1 calc(50% - 2rem) !important;
    flex: 0 1 calc(50% - 2rem) !important;
    margin-bottom: 4rem !important;
  }
  div[class^=col-] {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  footer .copyright, footer .logo {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 1rem;
  }
  footer .logo {
    text-align: center !important;
  }
}
@media only screen and (max-width: 575.98px) {
  .sections .accordion-link {
    flex: 1 1 100% !important;
    flex: 0 1 100% !important;
  }
}/*# sourceMappingURL=site.css.map */