@charset "UTF-8";
/*

SASS BOILER PLATE BY: JJ & kirloi

* Generic Guides
* Code Standard : http://codeguide.co/
* https://www.lullabot.com/articles/bem-atomic-design-a-css-architecture-worth-loving
* https://seesparkbox.com/foundry/thoughtful_css_architecture

* BEM Naming Convention (examples):
      > [BLOCK]--[MODIFIER]
      > [BLOCK]-[ELEMENT]--[MODIFIER]
      > [BLOCK]-[ELEMENT]-[ELEMENT]--[MODIFIER]
      > [BLOCK]-[ELEMENT]-[ELEMENT]--[MODIFIER]--[MODIFIER]

* SASS STRUCTURE
      > Theme definitions - Where functions, mixins, utilities, and theme variables are stored.
      > Component - Simple base elements, no parent.
      > Module - Element that is comprised of components or too complex to be a component. 
          Each module as is own folder ex:
            if multiple .card items then ¬
              create card folder with the following structure
              ¬ card
                card (as all the imports)
                default (main-card)
                **** (imports main-card and / or iterates from there)
      > page - used only once  and in specific page 
*/
/* generated z-index 0 to 99999 */
/* base value border-radius */
/* base grid value */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap");
.color-light {
  color: #ffffff !important;
}

.bg-light {
  background-color: #ffffff !important;
}

.border-light {
  border-color: #ffffff !important;
}

.btn-light {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-light:hover, .btn-light:focus {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-light:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5) !important;
}

.pipe-light:before {
  background-color: #ffffff !important;
}

.color-dark {
  color: #010101 !important;
}

.bg-dark {
  background-color: #010101 !important;
}

.border-dark {
  border-color: #010101 !important;
}

.btn-dark {
  background-color: #010101 !important;
  border-color: #010101 !important;
}
.btn-dark:hover, .btn-dark:focus {
  background-color: black !important;
  border-color: black !important;
}
.btn-dark:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(1, 1, 1, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(1, 1, 1, 0.5) !important;
}

.pipe-dark:before {
  background-color: #010101 !important;
}

.color-success {
  color: #5BC053 !important;
}

.bg-success {
  background-color: #5BC053 !important;
}

.border-success {
  border-color: #5BC053 !important;
}

.btn-success {
  background-color: #5BC053 !important;
  border-color: #5BC053 !important;
}
.btn-success:hover, .btn-success:focus {
  background-color: #44a43c !important;
  border-color: #44a43c !important;
}
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(91, 192, 83, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(91, 192, 83, 0.5) !important;
}

.pipe-success:before {
  background-color: #5BC053 !important;
}

.color-info {
  color: #008BFF !important;
}

.bg-info {
  background-color: #008BFF !important;
}

.border-info {
  border-color: #008BFF !important;
}

.btn-info {
  background-color: #008BFF !important;
  border-color: #008BFF !important;
}
.btn-info:hover, .btn-info:focus {
  background-color: #006fcc !important;
  border-color: #006fcc !important;
}
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 139, 255, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(0, 139, 255, 0.5) !important;
}

.pipe-info:before {
  background-color: #008BFF !important;
}

.color-warning {
  color: #dd951a !important;
}

.bg-warning {
  background-color: #dd951a !important;
}

.border-warning {
  border-color: #dd951a !important;
}

.btn-warning {
  background-color: #dd951a !important;
  border-color: #dd951a !important;
}
.btn-warning:hover, .btn-warning:focus {
  background-color: #af7615 !important;
  border-color: #af7615 !important;
}
.btn-warning:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(221, 149, 26, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(221, 149, 26, 0.5) !important;
}

.pipe-warning:before {
  background-color: #dd951a !important;
}

.color-danger {
  color: #ec2011 !important;
}

.bg-danger {
  background-color: #ec2011 !important;
}

.border-danger {
  border-color: #ec2011 !important;
}

.btn-danger {
  background-color: #ec2011 !important;
  border-color: #ec2011 !important;
}
.btn-danger:hover, .btn-danger:focus {
  background-color: #bc1a0e !important;
  border-color: #bc1a0e !important;
}
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(236, 32, 17, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(236, 32, 17, 0.5) !important;
}

.pipe-danger:before {
  background-color: #ec2011 !important;
}

.color-primary {
  color: #263573 !important;
}

.bg-primary {
  background-color: #263573 !important;
}

.border-primary {
  border-color: #263573 !important;
}

.btn-primary {
  background-color: #263573 !important;
  border-color: #263573 !important;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #19234d !important;
  border-color: #19234d !important;
}
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(38, 53, 115, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(38, 53, 115, 0.5) !important;
}

.pipe-primary:before {
  background-color: #263573 !important;
}

.color-primary-dark {
  color: #831511 !important;
}

.bg-primary-dark {
  background-color: #831511 !important;
}

.border-primary-dark {
  border-color: #831511 !important;
}

.btn-primary-dark {
  background-color: #831511 !important;
  border-color: #831511 !important;
}
.btn-primary-dark:hover, .btn-primary-dark:focus {
  background-color: #560e0b !important;
  border-color: #560e0b !important;
}
.btn-primary-dark:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(131, 21, 17, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(131, 21, 17, 0.5) !important;
}

.pipe-primary-dark:before {
  background-color: #831511 !important;
}

.color-primary-light {
  color: #c32822 !important;
}

.bg-primary-light {
  background-color: #c32822 !important;
}

.border-primary-light {
  border-color: #c32822 !important;
}

.btn-primary-light {
  background-color: #c32822 !important;
  border-color: #c32822 !important;
}
.btn-primary-light:hover, .btn-primary-light:focus {
  background-color: #981f1a !important;
  border-color: #981f1a !important;
}
.btn-primary-light:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(195, 40, 34, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(195, 40, 34, 0.5) !important;
}

.pipe-primary-light:before {
  background-color: #c32822 !important;
}

.color-secondary {
  color: #F0F1F7 !important;
}

.bg-secondary {
  background-color: #F0F1F7 !important;
}

.border-secondary {
  border-color: #F0F1F7 !important;
}

.btn-secondary {
  background-color: #F0F1F7 !important;
  border-color: #F0F1F7 !important;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #cfd2e5 !important;
  border-color: #cfd2e5 !important;
}
.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(240, 241, 247, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(240, 241, 247, 0.5) !important;
}

.pipe-secondary:before {
  background-color: #F0F1F7 !important;
}

/* font base sizes */
/* font weight sizes */
/* Families */
/* show body layout images */
/* Single side border-radius */
/* Set background image on object using css */
/* Set background image on object using css */
/* define position for object */
/* Apply text based styles according to sass map */
/* 
CAUTION LIB SASS AND DART SASS HAVER DIFERENT COMPARATION RELATIONS \

LIB SASS =
DART SASS ==
*/
/* calc font size in REM's and fallback PX's given values in PX's */
/* calc line-height size in REM's and fallback PX's given values in PX's */
/* define font and line-height size in REM's and fallback PX's given values in PX's */
/* Add pseudo-element $element: before, after

EXAMPLE OF WORKING MIXIN:

@include add-pseudo-elements(before, content, relative, top, 0, left, 0, 100vh, 100vw, image, null(BG color), 'image.png');

*/
/* define size for object - if height is omitted object will be a square, same height as width value */
/* add transition */
/* generate triangle corner */
/* define z-index according to list */
/*
*
* convert PX to EM based on font-size base size
*
*/
.bgi {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}

.bgi--16x9 {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
}

.bgi--4x4 {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  padding: 50% 0 0 0;
}

.bgi--4x3 {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  padding: 75% 0 0 0;
}

.bgi--1x3 {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  padding: 37.9% 0 0 0;
}

.list-unstyled, ul.no-style, ol.no-style {
  margin: 0;
  padding-left: 0;
  list-style: none !important;
}
.list-unstyled li, ul.no-style li, ol.no-style li {
  list-style: none !important;
}

.opacity-1 {
  opacity: 10%;
}

.opacity-2 {
  opacity: 20%;
}

.opacity-3 {
  opacity: 30%;
}

.opacity-4 {
  opacity: 40%;
}

.opacity-5 {
  opacity: 50%;
}

.opacity-6 {
  opacity: 60%;
}

.opacity-7 {
  opacity: 70%;
}

.opacity-8 {
  opacity: 80%;
}

.opacity-9 {
  opacity: 90%;
}

.opacity-10 {
  opacity: 100%;
}

.p-0 {
  padding: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.p-1 {
  padding: 1rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pt-1 {
  padding-top: 1rem;
}

.p-2 {
  padding: 2rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.p-3 {
  padding: 3rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pt-3 {
  padding-top: 3rem;
}

.p-4 {
  padding: 4rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pt-4 {
  padding-top: 4rem;
}

.p-5 {
  padding: 5rem;
}

.pl-5 {
  padding-left: 5rem;
}

.pr-5 {
  padding-right: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pt-5 {
  padding-top: 5rem;
}

.p-6 {
  padding: 6rem;
}

.pl-6 {
  padding-left: 6rem;
}

.pr-6 {
  padding-right: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.p-7 {
  padding: 7rem;
}

.pl-7 {
  padding-left: 7rem;
}

.pr-7 {
  padding-right: 7rem;
}

.pb-7 {
  padding-bottom: 7rem;
}

.pt-7 {
  padding-top: 7rem;
}

.p-8 {
  padding: 8rem;
}

.pl-8 {
  padding-left: 8rem;
}

.pr-8 {
  padding-right: 8rem;
}

.pb-8 {
  padding-bottom: 8rem;
}

.pt-8 {
  padding-top: 8rem;
}

.p-9 {
  padding: 9rem;
}

.pl-9 {
  padding-left: 9rem;
}

.pr-9 {
  padding-right: 9rem;
}

.pb-9 {
  padding-bottom: 9rem;
}

.pt-9 {
  padding-top: 9rem;
}

.p-10 {
  padding: 10rem;
}

.pl-10 {
  padding-left: 10rem;
}

.pr-10 {
  padding-right: 10rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.pt-10 {
  padding-top: 10rem;
}

.m-0 {
  margin: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mt-0 {
  margin-top: 0rem;
}

.m-1 {
  margin: 1rem;
}

.ml-1 {
  margin-left: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.m-2 {
  margin: 2rem;
}

.ml-2 {
  margin-left: 2rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 2rem;
}

.m-3 {
  margin: 3rem;
}

.ml-3 {
  margin-left: 3rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mt-3 {
  margin-top: 3rem;
}

.m-4 {
  margin: 4rem;
}

.ml-4 {
  margin-left: 4rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mt-4 {
  margin-top: 4rem;
}

.m-5 {
  margin: 5rem;
}

.ml-5 {
  margin-left: 5rem;
}

.mr-5 {
  margin-right: 5rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mt-5 {
  margin-top: 5rem;
}

.m-6 {
  margin: 6rem;
}

.ml-6 {
  margin-left: 6rem;
}

.mr-6 {
  margin-right: 6rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mt-6 {
  margin-top: 6rem;
}

.m-7 {
  margin: 7rem;
}

.ml-7 {
  margin-left: 7rem;
}

.mr-7 {
  margin-right: 7rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.mt-7 {
  margin-top: 7rem;
}

.m-8 {
  margin: 8rem;
}

.ml-8 {
  margin-left: 8rem;
}

.mr-8 {
  margin-right: 8rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.mt-8 {
  margin-top: 8rem;
}

.m-9 {
  margin: 9rem;
}

.ml-9 {
  margin-left: 9rem;
}

.mr-9 {
  margin-right: 9rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.mt-9 {
  margin-top: 9rem;
}

.m-10 {
  margin: 10rem;
}

.ml-10 {
  margin-left: 10rem;
}

.mr-10 {
  margin-right: 10rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.mt-10 {
  margin-top: 10rem;
}

.fluid {
  width: 100vw;
  margin-left: calc((-100vw + 100%) / 2);
}

.clear-pseudo-elements:before {
  display: none;
}
.clear-pseudo-elements:after {
  display: none;
}

.vh-100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

html {
  font-size: 100%;
}

body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.display-1, .display-2,
.display-3, .display-4,
.display-5, .display-6,
p, li {
  margin-top: 0;
  font-weight: normal;
}

h2, .h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 32.52px;
  line-height: 2.0325rem;
  margin-bottom: 16.26px;
}

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 10px;
}

.help-block {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #ec2011;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  color: #263573;
  font-weight: normal;
}
@media screen and (prefers-reduced-motion: reduce) {
  a {
    -webkit-transition: none;
    transition: none;
  }
}
a:hover, a:focus {
  color: #263573;
  text-decoration: none;
}

.btn-base {
  border-radius: 17px;
  min-height: 55px;
}
.btn-base div:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  font-size: 22px;
  font-size: 1.375rem;
  border-radius: 8px;
}
@media (max-width: 1199.98px) {
  .btn-base div:first-of-type {
    width: 165px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.btn-base div:last-of-type {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-weight: 100;
}
@media (max-width: 991.98px) {
  .btn-base div:last-of-type {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
  }
}
@media (max-width: 575.98px) {
  .btn-base div:last-of-type {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}
@media (max-width: 767.98px) {
  .btn-base br {
    display: none;
  }
}

body {
  height: 100%;
  overflow-x: hidden !important;
  position: relative;
  background-color: #F0F1F7;
}

.breadcrumb {
  padding: 10px 0;
  margin: 0;
}
.breadcrumb li:not(.active) {
  margin-right: 0.5rem;
}
.breadcrumb li:not(.active):after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  content: "";
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (prefers-reduced-motion: reduce) {
  .breadcrumb li:not(.active):after {
    -webkit-transition: none;
    transition: none;
  }
}
.breadcrumb li:not(.active):after {
  content: "/";
  color: #F0F1F7;
  position: absolute;
  right: 0;
  width: 2px;
  top: 0;
  opacity: 0.5;
}
figure {
  position: relative;
}

ul, ol {
  padding-left: 3rem;
}
ul li, ol li {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25px;
  line-height: 1.5625rem;
}
ol[style*=lower-alpha] {
  counter-reset: chapter1;
}
ol[style*=lower-alpha] li {
  counter-increment: chapter1;
}
ol[style*=lower-alpha] li:before {
  content: counter(chapter1, lower-alpha) ". ";
}
ol[style*=lower-greek] {
  counter-reset: chapter1;
}
ol[style*=lower-greek] li {
  counter-increment: chapter1;
}
ol[style*=lower-greek] li:before {
  content: counter(chapter1, lower-greek) ". ";
}
ol[style*=upper-alpha] {
  counter-reset: chapter2;
}
ol[style*=upper-alpha] li {
  counter-increment: chapter2;
}
ol[style*=upper-alpha] li:before {
  content: counter(chapter2, upper-alpha) ". ";
}
ol[style*=lower-roman] {
  counter-reset: roman1;
}
ol[style*=lower-roman] li {
  counter-increment: roman1;
}
ol[style*=lower-roman] li:before {
  content: counter(roman1, lower-roman) ". ";
}
ol[style*=upper-roman] {
  counter-reset: roman2;
}
ol[style*=upper-roman] li {
  counter-increment: roman2;
}
ol[style*=upper-roman] li:before {
  content: counter(roman2, upper-roman) ". ";
}
ol:not([style*=lower-alpha]):not([style*=lower-greek]):not([style*=upper-alpha]):not([style*=lower-roman]):not([style*=upper-roman]) {
  list-style: none;
  margin-bottom: 0;
  margin: 0;
  counter-reset: my-awesome-counter;
}
ol:not([style*=lower-alpha]):not([style*=lower-greek]):not([style*=upper-alpha]):not([style*=lower-roman]):not([style*=upper-roman]) li {
  margin-bottom: 12px;
}
ol:not([style*=lower-alpha]):not([style*=lower-greek]):not([style*=upper-alpha]):not([style*=lower-roman]):not([style*=upper-roman]) li:before {
  color: #263573;
}
ol:not([style*=lower-alpha]):not([style*=lower-greek]):not([style*=upper-alpha]):not([style*=lower-roman]):not([style*=upper-roman]) > li {
  counter-increment: my-awesome-counter;
}
ol:not([style*=lower-alpha]):not([style*=lower-greek]):not([style*=upper-alpha]):not([style*=lower-roman]):not([style*=upper-roman]) > li:before {
  content: counters(my-awesome-counter, ".") ". ";
}
ol:not([style*=lower-alpha]):not([style*=lower-greek]):not([style*=upper-alpha]):not([style*=lower-roman]):not([style*=upper-roman]) > li > ol {
  counter-reset: my-awesome-counter;
}
ol:not([style*=lower-alpha]):not([style*=lower-greek]):not([style*=upper-alpha]):not([style*=lower-roman]):not([style*=upper-roman]) > li > ol > li {
  counter-increment: my-awesome-counter;
}
ol:not([style*=lower-alpha]):not([style*=lower-greek]):not([style*=upper-alpha]):not([style*=lower-roman]):not([style*=upper-roman]) > li > ol > li:before {
  content: counters(my-awesome-counter, ".") ". ";
}

.project-selector-wrapper {
  position: relative;
}
.project-selector-wrapper:before {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .project-selector-wrapper:before {
    -webkit-transition: none;
    transition: none;
  }
}
.project-selector-wrapper:before {
  background-color: #E7E5DD;
}
.project-selector-wrapper li {
  margin-left: 20px;
  padding-bottom: 10px;
}
.project-selector-wrapper li:hover a:after {
  width: 100%;
}
.project-selector-wrapper li a {
  padding-bottom: 13px;
}
.project-selector-wrapper li a:before {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #F0F1F7;
}
@media screen and (prefers-reduced-motion: reduce) {
  .project-selector-wrapper li a:before {
    -webkit-transition: none;
    transition: none;
  }
}
.project-selector-wrapper li a:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #263573;
}
@media screen and (prefers-reduced-motion: reduce) {
  .project-selector-wrapper li a:after {
    -webkit-transition: none;
    transition: none;
  }
}
.project-selector-wrapper li:first-of-type {
  margin-left: 0;
}
.project-selector-wrapper li:first-of-type a {
  margin-left: 0;
}

.modal-header .close {
  background-color: #fff;
  color: #000;
  border-radius: 100%;
  max-height: 40px;
  max-width: 40px;
  padding: 0;
  width: 25px;
  height: 25px;
  position: relative;
  top: 15px;
  right: 15px;
}

.main-wrapper {
  height: 90px;
  -webkit-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.36);
          box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.36);
  position: relative;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .main-wrapper {
    min-height: 60px;
  }
}
.main-wrapper img {
  max-height: 62px;
}
@media (max-width: 575.98px) {
  .main-wrapper img {
    max-height: 42px;
  }
}
@media (max-width: 767.98px) {
  .main-wrapper + div {
    padding-left: 0;
    padding-right: 0;
  }
}

.main-hero-header {
  height: 475px;
}
@media (max-width: 767.98px) {
  .main-hero-header {
    height: 210px;
  }
}

.header-content {
  position: relative;
  margin-bottom: 18px;
  -webkit-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.36);
          box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.36);
}

.footer {
  min-height: 90px;
  padding-top: 8px;
}
@media (max-width: 575.98px) {
  .footer {
    min-height: auto;
    padding-bottom: 8px;
  }
}
.footer ul li {
  padding-right: 20px;
  position: relative;
}
.footer ul li:before {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}
@media screen and (prefers-reduced-motion: reduce) {
  .footer ul li:before {
    -webkit-transition: none;
    transition: none;
  }
}
.footer ul li:last-of-type:before {
  display: none;
}
.footer ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14.24px;
  line-height: 0.89rem;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}
.footer img {
  max-height: 62px;
}

.card-contest .card-text {
  min-height: 90px;
  padding-right: 65px;
}
@media (max-width: 575.98px) {
  .card-contest .card-text br {
    display: none;
  }
}
.card-contest .card-body {
  padding-right: 0;
  padding-top: 8px;
  padding-left: 25px;
}
@media (max-width: 991.98px) {
  .card-contest .card-body {
    padding-left: 0;
  }
}
.card-contest .card-body h2 {
  color: #263573;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 1.875rem;
}

.card-contest {
  background-color: #F0F1F7;
}
.card-contest:hover, .card-contest:focus {
  background-color: #F0F1F7;
}