/* Custom boostrap scss overrides can go here! */
.opacity-0 {
  opacity: 0; }

.opacity-1 {
  opacity: 1; }

.no-gutters-row {
  margin-right: 0;
  margin-left: 0; }

.align-center {
  display: block;
  margin: 0 auto; }

.h-200vh {
  height: 200vh; }

.bg-ctBlue {
  background-color: #00a2ea; }

.text-ctBlue,
.text-ctBlue * {
  color: #00a2ea; }

.border-ctBlue {
  border-color: #00a2ea; }

.bg-ctDarkPurple {
  background-color: #9D00FF; }

.text-ctDarkPurple,
.text-ctDarkPurple * {
  color: #9D00FF; }

.border-ctDarkPurple {
  border-color: #9D00FF; }

.bg-ctLightPurple {
  background-color: #7E69FF; }

.text-ctLightPurple,
.text-ctLightPurple * {
  color: #7E69FF; }

.border-ctLightPurple {
  border-color: #7E69FF; }

.bg-ctOrange {
  background-color: #ff5e01; }

.text-ctOrange,
.text-ctOrange * {
  color: #ff5e01; }

.border-ctOrange {
  border-color: #ff5e01; }

.bg-ctGreen {
  background-color: #00d190; }

.text-ctGreen,
.text-ctGreen * {
  color: #00d190; }

.border-ctGreen {
  border-color: #00d190; }

.bg-ctLuminousGreen {
  background-color: #CAC300; }

.text-ctLuminousGreen,
.text-ctLuminousGreen * {
  color: #CAC300; }

.border-ctLuminousGreen {
  border-color: #CAC300; }

.bg-ctDarkBlue {
  background-color: #302D42; }

.text-ctDarkBlue,
.text-ctDarkBlue * {
  color: #302D42; }

.border-ctDarkBlue {
  border-color: #302D42; }

.bg-ctMedBlue {
  background-color: #525061; }

.text-ctMedBlue,
.text-ctMedBlue * {
  color: #525061; }

.border-ctMedBlue {
  border-color: #525061; }

.bg-ctLightBlue {
  background-color: #a3a2aa; }

.text-ctLightBlue,
.text-ctLightBlue * {
  color: #a3a2aa; }

.border-ctLightBlue {
  border-color: #a3a2aa; }

.bg-ctLightGrey {
  background-color: #595959; }

.text-ctLightGrey,
.text-ctLightGrey * {
  color: #595959; }

.border-ctLightGrey {
  border-color: #595959; }

.bg-ctGrey {
  background-color: #495057; }

.text-ctGrey,
.text-ctGrey * {
  color: #495057; }

.border-ctGrey {
  border-color: #495057; }

.bg-ctVeryLightGrey {
  background-color: #ebecec; }

.text-ctVeryLightGrey,
.text-ctVeryLightGrey * {
  color: #ebecec; }

.border-ctVeryLightGrey {
  border-color: #ebecec; }

.bg-ctLightGreen {
  background-color: #809086; }

.text-ctLightGreen,
.text-ctLightGreen * {
  color: #809086; }

.border-ctLightGreen {
  border-color: #809086; }

.bg-cegaRed {
  background-color: #C00000; }

.text-cegaRed,
.text-cegaRed * {
  color: #C00000; }

.border-cegaRed {
  border-color: #C00000; }

.bg-ctOffWhite {
  background-color: #D9D9D9; }

.text-ctOffWhite,
.text-ctOffWhite * {
  color: #D9D9D9; }

.border-ctOffWhite {
  border-color: #D9D9D9; }

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

.text-white,
.text-white * {
  color: #fff; }

.border-white {
  border-color: #fff; }

#page-block-footer {
  color: #fff;
  min-height: 15.625rem;
  background-color: #302D42; }
  #page-block-footer .footer-page-links {
    row-gap: 0.875rem; }
    #page-block-footer .footer-page-links-item a {
      color: #fff;
      text-decoration: none;
      font-size: 0.875rem; }
      #page-block-footer .footer-page-links-item a:hover {
        text-decoration: underline; }
  #page-block-footer .back-to-top-button {
    background-color: #ff5e01;
    padding: 0.5rem 0.875rem;
    border: 0;
    color: #fff;
    fill: #fff; }
    #page-block-footer .back-to-top-button svg {
      transition: all 0.2s ease-out; }
    #page-block-footer .back-to-top-button:hover svg {
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px); }
  #page-block-footer .footer-small {
    -webkit-column-gap: 32px;
            column-gap: 32px;
    row-gap: 32px; }
  #page-block-footer .footer-socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -webkit-column-gap: 1rem;
            column-gap: 1rem; }
    #page-block-footer .footer-socials-link {
      max-height: 25px; }
      #page-block-footer .footer-socials-link img {
        height: 25px; }
  #page-block-footer .footer-legals {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    row-gap: 0.5rem;
    -webkit-column-gap: 2rem;
            column-gap: 2rem; }
    @media (min-width: 816px) {
      #page-block-footer .footer-legals {
        -ms-flex-pack: center;
            justify-content: center; } }
    #page-block-footer .footer-legals-link {
      color: #fff;
      text-decoration: none;
      font-size: 0.875rem; }
      #page-block-footer .footer-legals-link:hover {
        text-decoration: underline; }
  #page-block-footer .footer-copyright p {
    color: #fff;
    font-size: 0.875rem;
    margin-bottom: 0; }