.toolbar {
    bottom: 0;
}

.menu-item.logo {
    display: block;
}

.body {
  padding-top: 2rem;
  font-size: 1.3rem;
}

.body .perception-content-wrapper {
  padding: 10px;
}

.security-question-input {
    border: none;
}

.dropup-menu.contact-us .bottom-triangle {
    right: 8%;
}

.perception-content-wrapper {
    max-height: 90%;
    overflow-y: auto;
}

/* Responsive Breakpoint Code */

/* Pretty Large Devices */
@media (max-width: 1349.98px) {
/*
    .page-section-content-wrapper .title > h1{
        font-size: 1.8rem;
    }
    
    .page-section-content-wrapper .subtitle > h2 {
        font-size: 1.6rem;
    }

    .page-section-content-wrapper h3 {
        font-size: 1.4rem;
    }

    .page-section-content-wrapper .body {
        font-size: 0.8rem;
    }
*/
}
  
/* Large Devices */
@media (max-width: 1199.98px) {
/*
    .page-section-content-wrapper .title > h1{
        font-size: 1.6rem;
    }
    
    .page-section-content-wrapper .subtitle > h2 {
        font-size: 1.4rem;
    }

    .page-section-content-wrapper h3 {
        font-size: 1.2rem;
    }

    .page-section-content-wrapper .body {
        font-size: 1.0rem;
    }
*/
}

/* Medium Devices */
@media (max-width: 991.98px) {  
    .toolbar-offset {
        height: 100vh;
    }
}

/* Small Devices */
@media (max-width: 767.98px) {
    .page-section-content-wrapper {
        width: 100%;
        padding: 0px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .container {
        max-width: 100%;
    }

}

/* Extra Small Devices */
@media (max-width: 575.98px) {
    .page-section-content-wrapper .title > h1{
        font-size: 1.6rem;
    }
    
    .page-section-content-wrapper .subtitle > h2 {
        font-size: 1.2rem;
    }

    .page-section-content-wrapper h3 {
        font-size: 1.1rem;
    }

    .page-section-content-wrapper .body {
        font-size: 1.0rem;
    }

}


/* Very Wide but Not Tall Devices */

@media (max-height: 901px) and (min-aspect-ratio: 16/9) {
    section.last {
      height: 100vh;
      margin-bottom: 120px;
    }
  
    .toolbar-offset {
      height: 100%;
    }
    
  }
  

/* customize the carousel
-------------------------------------------------- */
/* Carousel base class */
.carousel {
	margin-top: 0px;
	margin-bottom: 15px;
}
.carousel-indicators {
  bottom: -15px;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #000;
    border-radius: 10px;
}

.carousel-control-next, .carousel-control-prev {
	color:unset !important;
}
/*
.carousel-control-prev {
  background-image: -webkit-linear-gradient(left, rgba(219, 228, 233, 1.0) 0%, rgba(219, 228, 233, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(219, 228, 233, 1.0) 0%, rgba(219, 228, 233, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(219, 228, 233, 1.0)), to(rgba(219, 228, 233, .0001)));
  background-image:         linear-gradient(to right, rgba(219, 228, 233, 1.0) 0%, rgba(219, 228, 233, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbe4e9', endColorstr='#00dbe4e9', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control-next {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(219, 228, 233, .0001) 0%, rgba(219, 228, 233, 1.0) 100%);
  background-image:      -o-linear-gradient(left, rgba(219, 228, 233, .0001) 0%, rgba(219, 228, 233, 1.0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(219, 228, 233, .0001)), to(rgba(219, 228, 233, 1.0)));
  background-image:         linear-gradient(to right, rgba(219, 228, 233, .0001) 0%, rgba(219, 228, 233, 1.0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00dbe4e9', endColorstr='#ffdbe4e9', GradientType=1);
  background-repeat: repeat-x;
}
*/



/* blue box for animate in
-------------------------------------------------- */
.the-animated-box {
	margin-right: 30px !important;
	margin-left: 30px !important;
	padding-top: 20px !important;
	padding-right: 25px !important;
	padding-bottom: 25px !important;
	padding-left: 25px !important;
	background-color: #1f8da6 !important;
}