/* GLOBAL.CSS CODE BEGINS HERE */


@import url("https://fonts.googleapis.com/css?family=Muli");
h1,
h2,
h3,
h4,
h5,
h6, 
p {
  font-family: "Muli";
}

p {
 color: #585858!important;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  color: #662e6b;
}

h2 {
  font-size: 19px;
  font-weight: bold;
  color: #662e6b;
}

body {
  font-size: 16px;
  padding: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: relative;
}

html > body {
  padding: 0;
}

.navbar-inverse {
  background-color: #662e6b;
  border-color: #090909;
}

.navbar-brand img {
  position: relative;
  top: unset;
  left: unset;
  width: 300px;
  display: block;
}

.visible-lg-block {
  height: 100%;
}

#donateButton {
  font-size: 1.5em !important;
  font-weight: 700;
  background-color: #fff;
  color: #642f6c;
  border-color: #642f6c;
  margin: 10px;
  display: inline-block;
  margin-top: 25px !important;
  float: right;
  padding: 10px 45px;
  border-radius: 15px;
  border-width: 2.5px;
  text-decoration: none;
}

#donateButton:active,
#donateButton:focus,
#donateButton:hover {
  background-color: #c0d32b;
}

.navbar-right.hidden-xs {
  display: none;
}

.register-bar,
.menu-bar {
  clear: both;
  width: 100%;
}

/*Top Bar*/

body > .container {
  padding-top: 10px;
}

body > .container:before {
  background-color: #642f6c;
  padding-top: 10px;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
}

/*nav text */

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #c0d32b;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}

/*nav drop down */

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #fff;
  color: #000;
  width: 100%;
  margin: 0;
}

.nav.navbar-nav li.weblink.dropdown.open li a {
  text-align: center;
  padding: 7px 44px;
  text-decoration: none;
}

.dropdown-menu .divider {
  display: none;
}

.nav.navbar-nav li.weblink.dropdown.open li:last-of-type a {
  border-bottom: 0 none;
}

#navbar ul.dropdown-menu {
  margin-top: 0;
  width: 100;
}

.navbar-inverse li.weblink {
  width: 24.65%;
  border-right: 1px solid white;
  text-align: center;
}

.navbar-inverse li.weblink:first-child {
  border-left: 1px solid white;
}

.navbar-inverse ul.nav.navbar-nav.weblinks {
  width: 100%;
  margin-left: -15px;
}

li.dropdown a.navbar-icon {
  display: none;
}

.navbar-inverse .navbar-nav .open .dropdown-menu {
  width: 100%;
}

/* Mobile Portrait and Landscape */

@media (max-width: 480px) {
  .navbar-inverse .navbar-nav > li {
    width: 100%;
    text-align: left;
    padding: 5px;
    border-right-width: 0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    text-align: left !important;
    padding: 15px !important;
    background-color: #fff;
    border-bottom: 1px solid #662f6b;
    color: #662f6b;
    font-weight: 600;
  }
  .navbar-inverse .navbar-brand {
    color: #fff;
  }
  .visible-sm-block.visible-md-block.visible-lg-block.navbar-brand {
    display: block !important;
  }
  a#donateButton {
    padding: 15px 20px;
  }
  .navbar-brand img {
    width: 130px;
    margin-top: 40px;
  }
}

@media (min-width: 481px) and (max-width: 1199px) {
  .navbar-inverse .navbar-nav > li {
    width: 100%;
    text-align: left;
    padding: 5px;
    border-width: 0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    text-align: left !important;
    padding: 15px !important;
    background-color: #fff;
    border-bottom: 1px solid #662f6b;
    color: #662f6b;
    font-weight: 600;
  }
  .navbar-inverse .navbar-brand {
    color: #fff;
  }
  .visible-sm-block.visible-md-block.visible-lg-block.navbar-brand {
    display: block !important;
  }
  .navbar-inverse li.weblink:first-child,
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-width: 0;
  }

  .navbar-brand img {
    width: 180px;
    margin-top: 40px;
  }
}

/* Landing page weblinks box */

.landing-tile-txt {
  list-style-type: none;
  height: 30%;
  padding: 0;
  margin: 0px;
}

/* Home Page Tiles */

.home-tile {
  height: 300; /* NP- original 150px; */
  margin-bottom: 37px;
}

.home-tile-txt {
  padding: 56px 0px;
  text-align: center;
  border: 1px solid #000;
}

.home-tile-txt a {
  font-size: 26px;
  color: #642f6c;
}

#home-page-tiles {
  margin-top: 68px;
}

/* Full Screen */

@media (min-width: 992px) {
  /* Home Page Tiles */
  .home-tile.col-md-4:first-child {
    padding-right: 40px;
  }
  .home-tile.col-md-4:nth-child(2) {
    padding: 0px 28px;
  }
  .home-tile.col-md-4:nth-child(3) {
    padding-left: 40px;
  }
  /* Home Page Social */
  .home-page-social div.embed-responsive-16by9:nth-child(2) {
    padding: 0px !important;
    padding-left: 45px !important;
  }
}

@media (min-width: 1200px) {
  /* Landing Page Links */
  .pagelink:first-child {
    padding-right: 40px;
  }
  .pagelink:nth-child(2) {
    padding-right: 32px;
    padding-left: 24px;
  }
  .pagelink:nth-child(3) {
    padding-right: 24px;
    padding-left: 32px;
  }
  .pagelink:nth-child(4) {
    padding-left: 40px;
  }
  .pagelink a {
    padding: 105px 30px !important;
  }
  /* Landing Page Links Image */
  .pagelink img {
    position: absolute;
    bottom: 0px;
    right: 28px;
    opacity: 0.6;
    height: 233px;
    width: 234px;
  }
  .pagelink:first-child img {
    right: 40px;
  }
  .pagelink:nth-child(4) img {
    right: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pagelink a {
    padding: 80px 30px !important;
  }
}

@media (max-width: 991px) {
  .pagelink {
    width: 100%;
    margin-top: 15px;
  }
}

/* All Text Links */

a {
  color: blue;
  text-decoration: underline;
}

.faqs a {
  color: blue !important;
  text-decoration: underline;
  font-weight: bold;
}

a:visited {
  color: purple;
}

@media (max-width: 466px) {
  #donateButton {
    width: 150px;
    font-size: 15px !important;
  }

  .navbar-brand img {
    margin-top: 40px;
  }
}

/*Breadcrumb */
.breadcrumb {
  font-size: small;
}

.page-header {
  margin: 20px 0 20px;
}

.page-heading {
  padding-top: 2px;
}

/*Mobile View menu button*/
.navbar-inverse .navbar-toggle {
  border-color: white;
}

/* Sign In Nav */

li.open ul.dropdown-menu {
  display: block;
}

#userProfile {
  padding-top: 10px;
}

#userProfile li {
  list-style-type: none;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

#userProfile li {
  border-right: 1px solid #000;
}

.signout,
.signin {
  border-right-width: 0px !important;
  position: relative;
}

li.signout:after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  right: -4px;
  border: 1px solid #000;
  border-right-width: 0px;
  border-top-width: 0px;
  transform: rotate(-45deg);
  top: 7px;
}

#userProfile li a {
  font-weight: bold;
  color: darkblue;
}

#userProfile li.open ul.dropdown-menu li {
  float: none;
  padding: 0px;
  border: 0px;
}

@media (max-width: 708px) {
  #userProfile li {
    display: none;
  }

  #userProfile li.signout,
  #userProfile li.signin {
    display: block;
  }

  #userProfile li.signout ul > li {
    display: block;
  }

  #userProfile li.signout ul {
    z-index: 1;
  }

  .navbar-inverse {
    z-index: 0;
  }
}

@media (max-width: 992px) {
  .navbar-brand {
    margin-top: -40px;
  }
}

.please-donate {
  display: none !important;
}

@media (max-width: 1199px) {
  .please-donate {
    display: block !important;
    margin-top: 12px;
  }

  #donateButton {
    display: none !important;
  }
}

/* Logo */
.navbar-brand {
  padding-left: 0px;
}

@media (max-width: 708px) {
  .dropdown-backdrop {
    position: absolute !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #header > div:nth-child(2) {
    float: none !important;
  }
  .dropdown-menu li a {
    padding: 1px 20px !important;
  }
}

/* Background Images */
.pagelink a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Housing Page Five Column Styling */
.five-columns > .col-sm-2 {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .five-columns > .col-sm-2 {
    width: 20%;
  }
}

/* Fix for images on various screen sizes */

@media (max-width: 767px) {
  .housing-banner {
    display: block;
    width: 100%;
    background-image: url(/housing/housing-banner-768px.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    /* height: 400px; */
    padding-top: 105.72%; /* (img-height / img-width * container-width) */
    /* (812 / 768 * 100) */
  }
  .housing-comments {
    display: block;
    width: 100%;
    background-image: url(/housing/housing-comments-768px.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    /* height: 400px; */
    padding-top: 443.35%; /* (img-height / img-width * container-width) */
    /* (3405 / 768 * 100) */
  }

  .display-4 {
    line-height: 50px !important;
  }
}

@media (min-width: 768px) {
  .housing-banner {
    display: block;
    width: 100%;
    background-image: url(/housing/housing-banner-992px.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    /* height: 400px; */
    padding-top: 88.205%; /* (img-height / img-width * container-width) */
    /* (875 / 992 * 100) */
  }

  .housing-comments {
    display: block;
    width: 100%;
    background-image: url(/housing/housing-comments-992px.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    /* height: 400px; */
    padding-top: 159.47%; /* (img-height / img-width * container-width) */
    /* (1582 / 992 * 100) */
  }
}

@media (min-width: 992px) {
  .housing-banner {
    display: block;
    width: 100%;
    background-image: url(/housing/housing-banner-1200px.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    /* height: 400px; */
    padding-top: 72.91%; /* (img-height / img-width * container-width) */
    /* (875 / 1200 * 100) */
  }
  .housing-comments {
    display: block;
    width: 100%;
    background-image: url(/housing/housing-comments-1200px.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    /* height: 400px; */
    padding-top: 66.83%; /* (img-height / img-width * container-width) */
    /* (802 / 1200 * 100) */
  }
}

.hover-opacity {
    transition: opacity 0.3s ease;
}

.hover-opacity:hover {
    opacity: 0.7;
}


/*  GLOBAL.CSS CODE ENDS HERE  */

/* Scrutiny Menu Styles - Added Tuesday, January 07, 2025 */

.scrutiny-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    background-color: rgb(100, 47, 108);
    font-family: 'Muli', sans-serif;
}

.scrutiny-menu > li {
    position: relative;
}
.scrutiny-menu > li > a {
    display: block;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
}
.scrutiny-menu > li > a:hover {
    color: rgb(181, 189, 0);
}
.scrutiny-submenu {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.scrutiny-menu > li:hover .scrutiny-submenu {
    display: block;
}
.scrutiny-submenu a {
    display: block;
    padding: 10px;
    color: rgb(100, 47, 108);
    text-decoration: none;
    font-weight: 400;
    white-space: nowrap;
}
.scrutiny-submenu a:hover {
    background-color: #f0f0f0;
}

@media screen and (max-width: 600px) {
    .scrutiny-menu {
        flex-direction: column;
        width: 100%;
    }
    .scrutiny-submenu {
        position: static;
        width: 100%;
    }
    .scrutiny-menu > li, .scrutiny-menu > li > a, .scrutiny-submenu a {
        width: 100%;
    }
}

/* SCUTINY MENU ENDS HERE */


/* HOME PAGE STYLING START */

/* Remove left padding for the first active slide in view */
.slick-slider-social .slick-active:first-child .col-md-4 {
  padding-left: 0 !important;
}

/* Remove right padding for the last active slide in view */
.slick-slider-social .slick-active:last-child .col-md-4 {
  padding-right: 0 !important;
}

html {
  font-size: 16px !important;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

h1 {
  margin-top: 0px !important;
}

.navbar {
  margin-bottom: 0;
}

.jumbotron {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  display: block;
  height: auto;
  /*300px;*/
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 1px;
}

.jumbotron-image_desktop {
  width: 100%;
  height: auto;
  /*300px;*/
  margin-top: 1px;
}

.well {
  background-color: #875e8b;
  padding: 0;
  border-right-width: 0;
  border-left-width: 0;
}

.well h1 {
  font-family: "Baloo", cursive;
  font-size: 35px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
}

.well p {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}

.promo-card,
.service-card {
  border: 2px solid;
  border-color: #ddd;
  margin-bottom: 20px;
  height: auto;
}

.promo-card-header {
  padding-top: 10px;
  font-size: 25px;
  color: #373737;
  text-align: center;
  font-weight: bold;
}

.promo-card-text,
.promo-card-text a,
.service-card-text,
.service-card-text a {
  font-size: 16px;
  text-align: center;
  color: #707070;
  height: 80px;
}

.promo-card-image img,
.service-card-image img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 10px;
}

.promo-card-text a:hover,
.service-card-text a:hover {
  text-decoration: underline;
}

.promo-card-image a:hover,
.service-card-image a:hover {
  opacity: 0.7;
}

.card {
  box-shadow: -6px 5px 8px 4px rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* height: 350px; */
  border-radius: 10px;
}

.service-card-header {
  background-color: #b4be00;
  border-radius: 10px 10px 0 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 25px;
  color: #373737;
  font-weight: bold;
  text-align: center;
}

a {
  text-decoration: none;
  color: black;
}

.navbar-inverse .navbar-nav > li > a {
  background-color: #662e6b;
}

.navbar-inverse {
  background-color: transparent;
  border-color: #090909;
}

.navbar {
  border: none;
}

.navbar-brand {
  padding: 0px;
}

.navbar-brand img {
  margin-top: -0px;
  width: 100%;
}

.navbar-nav {
  margin: 0 !important;
}

.navbar-inverse ul.nav.navbar-nav.weblinks {
  margin-left: 0 !important;
}

.navbar-inverse .navbar-toggle {
  border: none;
}

.navbar-toggle {
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 8px;
  background-color: #7e2c7e;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #7e2c7e;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border: none;
}

#navbar ul.dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #642f6c;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  border: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #662e6b;
}

.nav.navbar-nav li.weblink.dropdown.open li a {
  padding: 10px 44px;
  border: none;
}

.dropdown-menu > li > a {
  color: #682e69;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: #642f6c;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #662e6b;
  color: #c0d32b;
}

@media only screen and (min-width: 1770px) {
}

/* @media only screen and (min-width: 992px and max-width: 1199px){
    .custom-slick-buttons-wrapper{
        width: 937px;
     }
    } */

@media only screen and (min-width: 768px) {
  .toolbar-search {
    width: initial !important;
  }

  .custom-slick-buttons-wrapper {
    width: 735px !important;
  }
}

@media only screen and (min-width: 992px) {
  .toolbar-search {
    width: initial !important;
  }

  .custom-slick-buttons-wrapper {
    width: 937px !important;
  }
}

html[dir="ltr"] li a {
  margin-left: 0px;
}

.dropdown-menu {
  padding: 0px;
}

/* Accessibility Styling */

.icon-wrapper {
  position: absolute !important;
  left: 48px;
  top: 54px;
  bottom: unset;
  box-shadow: none !important;
  z-index: 99999 !important;
}

.icon-wrapper .panel-default,
.icon-wrapper .panel-heading,
.icon-wrapper .panel-body {
  border: none;
  background-color: transparent !important;
}

.icon-wrapper .panel-heading {
  display: none;
}

.icon-wrapper .panel-default {
  background-color: transparent;
  border: none;
}

.icon-wrapper-mobile {
  display: block !important;
  position: fixed;
  right: 48px;
  bottom: 0px;
  z-index: 99999 !important;
  width: 128px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.icon-wrapper .panel,
.icon-wrapper-mobile .panel {
  margin-bottom: 0px;
}

.icon-wrapper .panel-default,
.icon-wrapper .panel-heading,
.icon-wrapper .panel-body,
.icon-wrapper-mobile .panel-default,
.icon-wrapper-mobile .panel-heading,
.icon-wrapper-mobile .panel-body {
  border: none;
  background-color: #ffffff;
}

.icon-wrapper-mobile .panel-title .icon {
  transition: transform 0.3s;
  color: #5f326b;
  font-size: 50px;
}

.icon-wrapper-mobile .panel-title {
  text-align: center;
}

.contact-us-button .image-wrapper {
  background-image: url(/contact-us-icon.png);
  background-repeat: no-repeat;
  padding: 50px;
  background-position-x: center;
}

.accessibility-button .image-wrapper {
  background-image: url(/accessibility-icon.png);
  background-repeat: no-repeat;
  padding: 55px;
  background-position-x: center;
}

.contact-us-button .image-wrapper:hover,
.accessibility-button .image-wrapper:hover {
  background-image: url(/contact-us-inverted-icon.png);
}

.accessibility-button .image-wrapper:hover {
  background-image: url(/accessibility-inverted-icon.png);
}

.contact-us-button .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.contact-us-button .material-symbols-outlined {
  font-size: 28px;
  color: #ffffff;
  line-height: 42px;
}

.contact-us-button .text-wrapper {
  margin-top: -15px;
  font-weight: bold;
  color: #60316a;
}

#donateButton {
  border: none;
  border-radius: 10px;
  font-size: 1.4em !important;
  padding: 5px 45px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#donateButton:active,
#donateButton:focus,
#donateButton:hover {
  background-color: #682e69;
  color: #ffffff;
}

body > .container:before {
  background-color: none;
  padding-top: 0px;
  width: 0%;
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
}

.navbar .input-group-addon,
.navbar .input-group-btn,
.navbar .input-group .form-control {
  display: block !important;
}

.navbar .input-group .btn {
  padding: 5px 12px;
}

.navbar .social-icons img,
footer .social-icons img {
  width: 35px;
  vertical-align: bottom;
  margin: 0px 6px;
}

/* hide strapline on large screens */
@media only screen and (min-width: 769px) {
  .strapline {
    display: none;
  }
}

/* render layout for extra small devices, Phones */
@media only screen and (max-width: 480px) {
  .pagelink a {
    font-size: 10px;
    padding: 10px;
  }

  .jumbotron-image_desktop {
    display: none;
  }

  .jumbotron,
  .jumbotron-image_mobile {
    width: 100%;
    height: auto;
  }

  .strapline {
    font-size: 20px;
  }

  .service-card-header,
  .promo-card-header {
    font-size: 25px;
  }

  .card {
    height: auto;
  }

  .card,
  .service-card,
  .service-card-image,
  .promo-card,
  .promo-card-image {
    height: auto;
    width: 100% !important;
  }

  p.jumbotron-strapline {
    font-size: 30px;
    padding: -20px;
  }

  .well h1 {
    font-size: 35px;
  }

  .well p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1719px) {
  .icon-wrapper {
    display: none !important;
  }
}

/* render layout for small devices, Tablets */
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .pagelink a {
    font-size: 10px;
    padding: 10px;
  }

  .jumbotron {
    height: auto;
  }

  .jumbotron-image_desktop {
    display: none;
  }

  .jumbotron-image_mobile {
    width: 100%;
    height: auto;
  }

  .strapline {
    font-size: 30px;
  }

  p.jumbotron-strapline {
    font-size: 30px;
    padding: -20px;
  }

  .well h1 {
    margin-top: 0px;
  }

  .card,
  .service-card,
  .service-card-image,
  .promo-card,
  .promo-card-image {
    height: auto;
    width: 100% !important;
  }

  .promo-card,
  .service-card {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 769px) {
  .jumbotron-image_mobile {
    display: none;
  }
}

/* HOME PAGE STYLING END */

.display-2 {
  font-size: 20px;
  color: #642f6c;
}

p {
  color: #000000;
}

p:hover {
  color: #000000;
}

#navbar ul.dropdown-menu {
  margin-top: 0;
  width: 100%;
}

#donateButton {
  margin: 0 !important;
}

#main-site-header {
  display: none;
}

.scroll-down-wrapper .icon {
  font-size: 48px;
  color: #585858;
  vertical-align: center;
}

.scroll-down-wrapper .text {
  font-size: 22px;
  color: #585858;
  font-weight: 700;
}

/* Accessibility Tool Styling */

#mic-init-access-tool .mic-access-tool-general-button {
  bottom: initial !important;
  top: 124px !important;
  left: -9999px !important;
  background-color: transparent !important;
  border-radius: 0px !important;
  padding: 50px !important;
  border: none !important;
}

#mic-init-access-tool .mic-access-tool-general-button > div img {
  display: none !important;
}

#mic-init-access-tool .mic-access-tool-box {
  background-color: #682e69 !important;
}

.mic-access-tool-box-header {
  color: #682e69 !important;
}

.mic-toolbox-all-credits {
  display: none !important;
}

#mic-init-access-tool .mic-access-tool-general-button:focus,
#mic-init-access-tool .mic-access-tool-general-button:hover {
  filter: hue-rotate(140deg) brightness(2.4) !important;
}

#mic-init-access-tool .mic-access-tool-general-button:hover {
  color: #8b0000 !important;
  border-color: #8b0000 !important;
  background-color: transparent !important;
}

.news-alert-height-adjust {
  height: 680px;
}

.custom-slick-buttons-wrapper {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Initial hide for slick-slider-social */
.slick-slider-social {
  display: none;
}

.slick-slider-social .slick-next,
.slick-slider-social .slick-prev {
  display: none !important;
}

.slider-alert-icon {
  font-size: 134px;
  color: #e90000;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.75;
  color: #000000;
  background-color: #ffffff;
  border-radius: 70px;
  padding: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.slick-prev:before {
  font-family: "Material Icons";
  content: "\e5c4";
}

.slick-next:before {
  font-family: "Material Icons";
  content: "\e5c8";
}

.slick-prev {
  z-index: 1;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-dots {
  position: absolute;
  bottom: 0px;

  li {
    list-style: none;
    margin: 15px 0;
  }

  button {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: none;
    background-color: #000000;
    text-indent: -9999px;
    outline: 0;

    &:hover {
      background-color: #000000;
    }
  }
}

/* For use with SVG */

.slick-dotted.slick-slider {
  padding-bottom: 40px;
}

.slick-slider-social .slick-dots {
  bottom: -10px;
}

.slick-dots li button:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 22px;
  height: 22px;
  content: "";
  text-align: center;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik00ODAtMjAwcS0xMTcgMC0xOTguNS04MS41VDIwMC00ODBxMC0xMTcgODEuNS0xOTguNVQ0ODAtNzYwcTExNyAwIDE5OC41IDgxLjVUNzYwLTQ4MHEwIDExNy04MS41IDE5OC41VDQ4MC0yMDBaIi8+PC9zdmc+");
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

.slick-slider-news,
.slick-slider-alerts {
  margin-bottom: 0px;
  min-height: 490px !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 16px;
  padding-bottom: 16px;
}

.news-alerts-section h3 {
  font-weight: 600;
  color: #642f6c;
}

.news-alerts-section h4 {
  font-weight: 600;
  color: #642f6c;
}

.news-alerts-section p {
}

.slick-slider a:focus {
  outline: none;
}

.what-we-do-section p {
  line-height: 30px;
}

.navbar .toolbar-search,
.navbar .toolbar-search {
  display: inline-block;
  margin-right: 240px;
}

.navbar .toolbar-item.toolbar-search .input-group {
  width: 0px;
  transition: width 0.4s ease-in-out !important;
}

.navbar .toolbar-item.toolbar-search .form-control {
  opacity: 0 !important;
  width: 200px;
}

.navbar .toolbar-item.toolbar-search .input-group:hover .form-control {
  opacity: 1 !important;
  transition: opacity 0.5s ease-in-out !important;
}

.navbar .toolbar-item.toolbar-search .input-group {
  display: flex !important;
  align-items: center !important;
}

.navbar .toolbar-item.toolbar-search .input-group-btn {
  order: 2;
  /* Move the button to the left */
  padding-right: 10px;
  /* Add some space between the button and input */
}

.navbar .toolbar-item.toolbar-search .form-control {
  order: 1;
  /* Move the input to the right */
}

footer .toolbar-item.toolbar-search .input-group {
  width: 0px;
  transition: width 0.4s ease-in-out !important;
}

footer .toolbar-item.toolbar-search .form-control {
  opacity: 0 !important;
  width: 200px;
}

footer .toolbar-item.toolbar-search .input-group:hover .form-control {
  opacity: 1 !important;
  transition: opacity 0.5s ease-in-out !important;
}

footer .toolbar-item.toolbar-search .input-group {
  display: flex !important;
  align-items: center !important;
}

footer .toolbar-item.toolbar-search .input-group-btn {
  order: 2;
  /* Move the button to the left */
  padding-right: 10px;
  /* Add some space between the button and input */
}

footer .toolbar-item.toolbar-search .form-control {
  order: 1;
  /* Move the input to the right */
}

@media only screen and (min-width: 1200px) {
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .custom-slick-buttons-wrapper {
    width: 1137px !important;
  }
}

@media only screen and (max-width: 991px) {
  .navbar .toolbar-search {
    margin-right: -20px !important;
    margin-bottom: 60px;
    margin-top: 30px;
  }

  .navbar .toolbar-item.toolbar-search .form-control {
    opacity: 1 !important;
  }

  footer .toolbar-search {
    margin-right: 246px !important;
    margin-top: 30px;
  }

  footer .toolbar-item.toolbar-search .form-control {
    opacity: 1 !important;
  }

  .social-icons {
    width: 100% !important;
  }

  .news-alert-height-adjust {
    height: unset;
  }

  .icon-wrapper-mobile {
    right: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .navbar-inverse .navbar-nav > li {
    padding: 5px 0px !important;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #262626;
    background-color: #f5f5f5;
  }

  .display-4 {
    font-size: 2.6rem !important;
  }
}

@media only screen and (min-width: 1720px) {
  .icon-wrapper-mobile {
    display: none !important;
  }
}

.btn-homepage {
  background-color: #642f6c;
  border-radius: 10px;
  font-size: 12px;
  padding: 12px 0px;
  width: 180px;
  color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.btn-homepage:hover {
  background-color: #ffffff;
  outline: 1px solid #642f6c;
  color: #642f6c;
}

.btn-homepage:visited {
  color: #ffffff;
}

.btn-homepage:visited:hover {
  background-color: #ffffff;
  outline: 1px solid #642f6c;
  color: #642f6c;
}

footer .footer-right p {
  color: #642f6c;
  font-size: 12px;
  line-height: 22px;
}

footer .toolbar-search {
  display: inline-block;
}

footer .social-icons {
  display: inline;
}

footer .toolbar-search .input-group-btn {
  display: inline;
}

/* Styles in Header Template - do not touch*/

#btn-user,
#btn-contactus,
#btn-signin {
  border-radius: 5px;
  color: #642f6c;
  border: none;
  text-decoration: none;
}

.fa-sign-in:before {
  content: "";
}

.btn-pt-style {
  border-color: #642f6c;
  color: #642f6c;
  border-radius: 0px;
}

#q {
  border-color: #642f6c;
  color: #642f6c;
  border-radius: 0px;
}

#donateButton {
  margin-top: 55px;
  background-color: #c0d32b;
  /*#B4BE00;*/
  color: #662e6b;
  /*#282828;*/
}

#donateButton:active,
#donateButton:focus,
#donateButton:hover {
  color: #ffffff;
}

#userProfile a {
  right: 20%;
}

.signin {
  list-style-type: none;
}

.what-we-do-section .display-4 {
  line-height: 0.73;
}

.category-section a {
  display: block;
  position: relative;
  overflow: hidden;
}

.category-section h3 {
  font-weight: 600;
  color: #642f6c;
}

.category-section a:after {
  content: "Read more";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(100, 47, 108, 0.8);
  /* 80% opacity */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  color: #ffffff;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  line-height: 11;
  transition: all ease-in-out 200ms;
  cursor: pointer;
}

.category-section a:hover:after {
  top: 0;
  opacity: 1;
}

.category-section a:hover img {
  transform: scale(1.2);
  transition: all ease-in 200ms;
}

@media screen and (max-width: 320px) {
  .toolbar-row {
    padding-left: 15px;
  }
}

/* End of Styles in Header Template - do not touch */

/* Styles in Footer Template - do not touch */

.footer-bottom {
  padding: 20px 0;
}

.footer-top {
  padding: 20px 0;
}

.footer-bottom a,
.footer-top a,
.mobile-footer a {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .footer-bottom {
    padding: 4px 0;
  }

  .footer-top a {
    text-align: center;
  }

  .text-left,
  .text-right {
    text-align: center;
  }

  .custom-slick-buttons-wrapper {
    width: 85% !important;
  }
}

/* End of Styles in Footer Template - do not touch*/

/* === BOOTSTRAP CLASS EXTENSION TO V4.6 USING V3 MEDIA QUERIES ===
*/

/* CSS Flex Fix for Bootstrap V3  */

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.center-block {
  float: none !important;
}

/* Opacity Classes */

.opacity-1 {
  opacity: 0.6;
}
.opacity-2 {
  opacity: 0.7;
}
.opacity-3 {
  opacity: 0.8;
}
.opacity-4 {
  opacity: 0.9;
}
.opacity-5 {
  opacity: 1;
}

/* Transparent Background Classes */

.bg-light-transparent-1 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.bg-light-transparent-2 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.bg-light-transparent-3 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.bg-light-transparent-4 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.bg-light-transparent-5 {
  background-color: rgba(255, 255, 255, 1) !important;
}

.bg-dark-transparent-1 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.bg-dark-transparent-2 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.bg-dark-transparent-3 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.bg-dark-transparent-4 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.bg-dark-transparent-5 {
  background-color: rgba(0, 0, 0, 1) !important;
}

/* Bootstrap v4.6 Classes */

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

@media (min-width: 768px) {
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (min-width: 992px) {
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (min-width: 1200px) {
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 768px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.m-6 {
  margin: 4.5rem !important;
}
.mt-6 {
  margin-top: 4.5rem !important;
}
.mr-6 {
  margin-right: 4.5rem !important;
}
.mb-6 {
  margin-bottom: 4.5rem !important;
}
.ml-6 {
  margin-left: 4.5rem !important;
}
.mx-6 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}
.my-6 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}
.m-7 {
  margin: 6rem !important;
}
.mt-7 {
  margin-top: 6rem !important;
}
.mr-7 {
  margin-right: 6rem !important;
}
.mb-7 {
  margin-bottom: 6rem !important;
}
.ml-7 {
  margin-left: 6rem !important;
}
.mx-7 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}
.my-lg-7 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.p-6 {
  padding: 4.5rem !important;
}
.pt-6 {
  padding-top: 4.5rem !important;
}
.pr-6 {
  padding-right: 4.5rem !important;
}
.pb-6 {
  padding-bottom: 4.5rem !important;
}
.pl-6 {
  padding-left: 4.5rem !important;
}
.px-6 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}
.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
.p-7 {
  padding: 6rem !important;
}
.pt-7 {
  padding-top: 6rem !important;
}
.pr-7 {
  padding-right: 6rem !important;
}
.pb-7 {
  padding-bottom: 6rem !important;
}
.pl-7 {
  padding-left: 6rem !important;
}
.px-7 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}
.py-7 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-6 {
    margin-left: 4.5rem !important;
  }
  .mx-sm-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .my-sm-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 6rem !important;
  }
  .mr-sm-7 {
    margin-left: 6rem !important;
  }
  .mx-sm-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-sm-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-6 {
    padding-left: 4.5rem !important;
  }
  .px-sm-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7 {
    padding-left: 6rem !important;
  }
  .px-sm-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-sm-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6 {
    margin-top: 4.5rem !important;
  }
  .mr-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-6 {
    margin-left: 4.5rem !important;
  }
  .mx-md-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .my-md-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7 {
    margin-bottom: 6rem !important;
  }
  .mr-md-7 {
    margin-left: 6rem !important;
  }
  .mx-md-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-md-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6 {
    padding-top: 4.5rem !important;
  }
  .pr-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-6 {
    padding-left: 4.5rem !important;
  }
  .px-md-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7 {
    padding-left: 6rem !important;
  }
  .px-md-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-md-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-6 {
    margin-left: 4.5rem !important;
  }
  .mx-lg-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .my-lg-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 6rem !important;
  }
  .mr-lg-7 {
    margin-left: 6rem !important;
  }
  .mx-lg-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-lg-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-6 {
    padding-left: 4.5rem !important;
  }
  .px-lg-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7 {
    padding-left: 6rem !important;
  }
  .px-lg-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-lg-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 768px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem !important;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.card {
  box-shadow: none !important;
}

/*
* === END BOOTSTRAP CLASS EXTENSION TO V4.6 USING V3 MEDIA QUERIES ===
*/

/* Custom styles for image and text alignment */

.text-container {
    padding-top: 20px; /* Space between image and title */
}

.person-name {
    margin: 0; /* Remove default margin */
    padding-bottom: 20px; /* Space between title and text */
}

.person-description {
    margin: 0; /* Remove default margin */
}

/* New Image Layout Grid Styles */

.imagelayoutgrid3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  max-width: 100%;
  margin: 0 auto;
}

.imagelayoutgrid3 .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.imagelayoutgrid3 img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.imagelayoutgrid3 h3 {
  margin-bottom: 10px;
  align-self: flex-start;
}

.imagelayoutgrid3 p {
  margin: 0;
  align-self: flex-start;
}

@media (min-width: 768px) {
  .imagelayoutgrid3 {
    grid-template-columns: repeat(3, 1fr);
  }
}


/* End Of Image Layout Grid Styles */


/* Speech Bubble Graphic Responsive */

.logo-bubble-container {
  padding-left: 0;
}

.logo-container-bubble {
  text-align: center;
  margin-bottom: -30px;
  position: relative;
  z-index: 2;
}

.bubblelogo {
  max-width: 100px;
  height: auto;
}

.speech-bubble {
  position: relative;
  background: #e6f3ff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.speech-bubble::after {
  content: '';
  position: absolute;
  top: -15px;
  left: 50%;
  border-width: 0 15px 15px;
  border-style: solid;
  border-color: #e6f3ff transparent;
  transform: translateX(-50%);
}

.speech-bubble p {
  margin: 0;
  line-height: 1.5;
  font-size: inherit;
  font-family: inherit;
  padding: 0;
}

@media (min-width: 768px) {
  .speech-bubble p {
    font-size: inherit;
  }
}

@media (min-width: 992px) {
  .speech-bubble p {
    font-size: inherit;
  }
}


/* Speech Bubble Graphic Responsive End */

/* DC Level Cards */

.DCcard {
  width: 360px;
  max-width: 100%;
  height: auto;
  min-height: 200px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

.DCcard-title {
  background-color: rgb(100, 47, 108);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  padding: 15px;
}

.DCcard-title h3 {
  color: white;
  margin: 0;
  font-size: 18px;
  text-align: center;
  font-family: muli;
}

.DCcard-content {
  background-color: white;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.DClogo {
  max-width: 80%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .DCcard {
    min-height: 180px;
    border-radius: 10px;
  }

  .DCcard-title h3 {
    font-size: 16px;
  }

  .DClogo {
    max-width: 85%;
  }
}

/* End of DC Level Cards */

/* DC Case Study Cards */

.CaseStudyCardDC {
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.CaseStudyCardDC-title {
  background-color: rgb(100, 47, 108);
  color: white;
  padding: 15px;
}

.CaseStudyCardDC-title h3 {
  color: white;
  margin: 0;
  font-size: 18px;
  text-align: center;
  font-family: muli;
}

.CaseStudyCardDC-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.CaseStudyCardDC-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  .CaseStudyCardDC {
    width: 100%;
    max-width: 360px;
    border-radius: 10px;
  }

  .CaseStudyCardDC-title h3 {
    font-size: 16px;
  }
}

/* End of DC Case Study Cards */

/* DC Testimonial Cards */

@import url('https://fonts.googleapis.com/css2?family=Muli:wght@400&display=swap');

.DCTestimonialCard {
  width: 100%;
  max-width: 360px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  background-color: white;
  padding: 20px;
  flex-grow: 1;
  font-family: 'Muli', sans-serif;
  color: rgb(88, 88, 88) !important;
  height: 100%; /* Ensures equal height */
}

.DCTestimonialCard-content {
  flex-grow: 1;
}

.DCTestimonialCard-content p,
.DCTestimonialCard-content h2,
.DCTestimonialCard-content li {
  color: inherit !important;
}

/* Ensure all logos take up the same height */
.DCTestimonialCard-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px; /* Fixed height ensures consistency */
  margin-bottom: 15px;
  overflow: hidden;
}

.DCTestimonialCard-logo-img {
  height: 90px; /* Standardized logo height */
  width: auto; /* Maintain aspect ratio */
  max-width: 100%; /* Prevent stretching */
  object-fit: contain;
  display: block;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .DCTestimonialCard {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .DCTestimonialCard-logo {
    height: 100px;
  }

  .DCTestimonialCard-content p {
    font-size: 14px;
  }
}

/* End of DC Testimonial Cards */


/* Custom styles for resource cards */

.resourcecards {
  margin: 0 auto;
}

.resourcecards img {
  width: 100%;
  height: auto;
}

/* Add padding to the cards above and below on all screen sizes */
@media (min-width: 992px) {
  .resourcecards {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* End of custom styles for resource cards */
