/* bootstrap styles */

.btn:hover {
  color: white;
  background-color: var(--bs-secondary);
  border-color: var(--bs-btn-hover-border-color);
}

.bg-blue {
  background-color: #3b5fab;
}

.bg-orange {
  background-color: #9a3320;
}

/* end of bootstrap styles */

/* misc. custom styles */

/* editorial calendar */

.cal-lines {
  border-bottom-width: 0.5px;
  border-bottom-style: solid;
}

/* apply cal-lines on all column level items in the calendar, except for excess in multiples of 4, and last 4 if applicable */

.calendar-body {
  background: var(--bs-gray-300);
  min-height: 540px;
}

.calendar-body-design {
  background: var(--bs-gray-300);
  min-height: 300px;
}

.due-date {
  font-size: 0.8rem;
  background-color: red;
  margin: 1px;
  border-radius: 10px;
  color: #0a072c;
  padding: 3px;
}

.search-bar {
  background: rgba(0,0,0,0.90);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mcaa-button-group {
  background-color: rgb(232,33,47);
}

.masonry-button-group {
  background-color: rgb(54,99,244);
}

/* sections custom styling */

.print {
  background: url("../../assets/img/paper-bg.jpg") !important;
}

.shadow {
  box-shadow: none;
  text-shadow: none;
}

/* infocard customs */

.info-card-group {
  max-width: 800px;
}

.info-card-icon {
  top: 1rem;
  right: 1rem;
  position: absolute;
}

.info-card-group {
  max-width: 1000px;
}

.info-card {
  background-color: #aa0000;
  border-radius: 1.5rem;
  color: #ffffff;
}

/* end of info card section */

/* native item */

.fit-cover {
  object-fit: cover;
}

.horitzontalScroll {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 11px;
}

a {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

/* quick actions */

.fine-print {
  font-size: 11px;
  font-style: italic;
  line-height: 12px;
}

.accordion-download-button {
  margin-top: 5px;
  background: #3b5fab;
  border-style: none;
}

.body-text {
  margin: 0px;
  margin-top: 10px;
  margin-right: 32px;
  margin-left: 32px;
  text-align: left !important;
}

.fs-13 {
  font-size: 13px;
}

.digital-bg {
  background: url("../../assets/img/digital-bg.jpg"), #0e0e0e;
}

.maximize {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.parallax-img {
  height: 400px;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

@media (min-width: 992px) {
  #intro-body {
    height: 100vh;
  }
}

@media (min-width: 992px) {
  .reach {
    background: url("../../assets/img/paper-bg.jpg") !important;
    height: 75vh;
    padding: 2rem;
  }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon {
}

.carousel-control-prev-icon {
}

.carousel-indicators {
  position: relative;
  right: 0%;
  left: 0%;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 0%;
  margin-bottom: 1rem;
  margin-left: 0%;
  list-style: none;
  width: 50%;
}

.btn-group-cal {
  border-radius: 0;
}

.bg-silver {
  background-color: var(--bs-gray-500);
}

.progress {
  --bs-progress-height: 0.5rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0;
  --bs-progress-box-shadow: 0;
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

/* end of misc. custom styles */

/* final- testimonials */

a:hover {
  color: var(--bs-link-hover-color);
}

a {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon {
}

.carousel-control-prev-icon {
}

@media (max-width: 767px) {
  #carousel-testimonial .carousel-inner .carousel-item > div {
    display: none;
  }
}

@media (max-width: 767px) {
  #carousel-testimonial .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

#carousel-testimonial .carousel-inner .carousel-item.active, #carousel-testimonial .carousel-inner .carousel-item-next, #carousel-testimonial .carousel-inner .carousel-item-prev {
  display: flex;
}

@media (min-width: 768px) {
  #carousel-testimonial .carousel-inner .carousel-item-end.active, #carousel-testimonial .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
}

@media (min-width: 768px) {
  #carousel-testimonial .carousel-inner .carousel-item-start.active, #carousel-testimonial .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

#carousel-testimonial .carousel-inner .carousel-item-end, #carousel-testimonial .carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.quote-main {
  height: 156px;
  overflow-y: scroll;
}

#carousel-testimonial ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  background-color: rgba(105,107,132,0.125);
  border-radius: 5px;
}

#carousel-testimonial ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgb(0,0,0,0.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.25);
}

.fs-13 {
  font-size: 13px;
}

#carousel-testimonial p {
  color: black;
  font-family: 'Barlow';
}

h3 {
  font-size: 2rem;
}

p {
  font-family: 'Barlow';
}

/* end of final-testimonials */

/* !
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.1
 * @url https://github.com/feimosi/baguetteBox.js */

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0,0,0,.8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
  box-shadow: 0 0 8px rgba(0,0,0,.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0,0,0,.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease,-webkit-transform .4s ease;
  transition: left .4s ease,-webkit-transform .4s ease;
  transition: left .4s ease,transform .4s ease;
  transition: left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out;
}

@keyframes bounceFromRight {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}

@keyframes bounceFromLeft {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50,50,50,.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50,50,50,.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

/* end of baguette box */

/* round icons */

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-gray-900);
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

/* end of round icons */

/* scroll indicator */

.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #f1f1f1;
}

.progress-container {
  width: 100vw;
  height: 8px;
  background: #ccc;
}

.progress-bar {
  height: 8px;
  background: var(--bs-primary);
  width: 0;
}

/* end of scroll indicator */

/* social links */

.masonry-button-group {
  border-color: black;
}

.masonry-button-group:hover {
  background-color: #150e62;
  border-color: black;
}

/* end of social links */

/* text rules */

@media (min-width: 992px) {
  .header-text-main {
    font-size: 8rem;
    line-height: 0.90;
    color: var(--bs-primary);
    font-family: oswald, sans-serif;
  }
}

.header-text-main {
  line-height: 0.90;
  color: var(--bs-primary);
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 800;
}

p {
  font-family: 'Barlow';
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2rem;
}

/* end of text rules */

/* Navbar gradient and style */

.gradient-navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-brand img {
  height: 40px;
}

#main-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  z-index: 1;
}

.fit-cover {
  object-fit: cover;
}

/* accordion */

.accordion-header {
  margin-bottom: 0;
  display: block;
  text-align: center;
}

.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 0.075rem;
  --bs-accordion-border-radius: none;
  --bs-accordion-inner-border-radius: none;
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 0.5rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 1s ease-in-out;
  --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: white;
  --bs-accordion-active-bg: #3763f4;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

/* end of accordion stuff */

/* bento-box */

/* Base styles for all boxes */

.box {
  text-align: center;
  border-radius: 1rem;
  color: #FFFFFF;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Heights */

.height-h {
  height: 250px;
}

.height-2h {
  height: 500px;
}

/* Ensure left column fills the height of the right column */

.left-column {
  display: flex;
  flex-direction: column;
}

.left-column .stretch {
  flex-grow: 1;
}

/* Custom gutter sizes */

.custom-gutter .row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}

/* Matching margins for consistent gaps */

.gutter-gap {
  margin-top: 16px;
}

/* Specific styles for each box */

#R1 {
  background-color: #990000;
}

#Bm {
  background-color: var(--bs-dark);
}

#Ba {
  background-color: #990000;
}

#Bb {
  background-color: #990000;
}

#R2 {
  background-color: #990000;
}

#R3 {
  background-color: #CC0000;
}

/* Gradient border styles */

.gradient-border {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom left, #bb2b15 30%, #190502 70%);
  border-radius: 1rem;
  font-family: Arial, sans-serif;
  text-align: center;
}

/* end of bento-box */

/* /SPECS\ */

/* Remove gutters between columns */

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

.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* Side Navigation Styling */

.side-nav {
  min-width: 100px;
  padding-right: 0;
}

.side-nav .nav-tabs {
  border: none;
  background-color: var(--bs-gray-500);
  border-radius: 15px 0 0 15px;
}

.side-nav .nav-tabs .nav-item {
  margin-bottom: 0;
}

.side-nav .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  text-align: left;
  padding: 15px;
  color: var(--bs-body-bg);
  position: relative;
}

/* Active Nav Link Styling */

.side-nav .nav-tabs .nav-link.active.print-tab {
  background-color: #3b5fab;
  color: var(--bs-light);
  border-radius: 15px 0 0 15px;
}

.side-nav .nav-tabs .nav-link.active.digital-tab {
  background-color: #150e62;
  color: var(--bs-light);
  border-radius: 15px 0 0 15px;
}

.side-nav .nav-tabs .nav-link.active.native-tab {
  background-color: var(--bs-light);
  color: var(--bs-gray-900);
  border-radius: 15px 0 0 15px;
}

/* Content Pane Styling */

.content {
  padding-left: 0;
}

.tab-content {
  height: 100%;
}

.tab-pane {
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 0 15px 15px 0;
  margin-left: -2px;
  position: relative;
}

/* Extend Active Nav Item Background into Content */

.print-pane.active {
  background-color: #3b5fab;
  color: #fff;
  border-radius: 0 15px 15px 15px;
}

.digital-pane.active {
  background-color: #150e62;
  color: #fff;
  border-radius: 0 15px 15px 15px;
}

.native-pane.active {
  background-color: var(--bs-light);
  color: var(--bs-red);
  border-radius: 0 15px 15px 15px;
}

/* Adjust the top-left corner radius when the first nav item is active */

.print-pane.active {
  border-top-left-radius: 0;
}

/* Responsive Adjustments */

@media (max-width: 767.98px) {
  .side-nav {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .content {
    max-width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .tab-content .tab-pane {
    display: block !important;
    opacity: 1 !important;
    border-radius: 15px;
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .tab-content .tab-pane:not(:first-child) {
    margin-top: 20px;
  }
}

/* Apply background colors to all panes on mobile */

@media (max-width: 767.98px) {
  .print-pane {
    background-color: #3b5fab;
    color: #fff;
    border-radius: 15px;
  }
}

@media (max-width: 767.98px) {
  .digital-pane {
    background-color: #150e62;
    color: #fff;
    border-radius: 15px;
  }
}

@media (max-width: 767.98px) {
  .native-pane {
    background-color: var(--bs-light);
    color: var(--bs-red);
    border-radius: 15px;
  }
}

/* THE MODAL */

/* Modal Overlay */

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1050;
  overflow-y: auto;
}

/* Modal Content */

.modal-content {
  position: relative;
  margin: 40px auto;
  padding: 20px;
  background-color: #121212;
  border-radius: 8px;
  max-width: 1280px;
  width: 90%;
}

/* Close Button */

.close-modal-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  background: none;
  border: none;
  color: #cc0000;
  cursor: pointer;
}

/* Modal Body */

/* Prevent Background Scroll When Modal is Open */

body.modal-open {
  overflow: hidden;
}

