﻿@charset "UTF-8";

/* NEW Menu Styles (2023 Redesign)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.navbar {
  padding: 0px 75px 0px 75px;
  transition: all ease 0.4s;
  background: linear-gradient(90deg, #c80233 0%, #b00930 100%) 0% 0% no-repeat padding-box;
  top: 0px;
  z-index: 998;
}
nav .nav-link {
  color: #fff !important;
  margin-right: 10px;
  font-weight: 700;
}
.dropdown-header {
  background: #fff;
  color: #b00930;
  font-weight: 700;
}
.megamenu {
  position: static;
}
.megamenu > .dropdown-menu {
  width: 100%;
}
.megamenuitem {
  color: #b00930;
}
.megamenuitem:hover {
  color: #b00930;
  font-weight: 700;
}
a.dropdown-item {
  color: #b00930;
}
a.dropdown-item:hover {
  color: #b00930;
  font-weight: 700;
}

.list-group-item {
  border: none;
  color: #b30930;
}
.list-group-item:hover {
  font-weight: 700;
  color: #b30930;
}

/* Animation */


@keyframes slideDown {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleX(1);
  }
}

/* Breakpoints */
@media screen and (min-width: 992px) {
  .dropdown-menu {
    display: none;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 100;
    min-width: 15rem !important;
    padding-bottom: 5px;
    width: 100%;
    margin-top: 0px;
  }
  a.dropdown-item:hover {
    font-weight: 700;
  }

  a.list-group-item.list-group-item-action:hover {
    font-weight: 700 !important;
    background: #fff;
  }
  .dropdown:hover .dropdown-menu {
    display: block !important;
  }

  .nav-icons-mobile {
    display: none !important;
  }
  .nav-icons {
    padding: 0 20px 0 0;
  }
  .dropdown-toggle::after {
    display: none;
  }

  .megamenu ul {
    padding-bottom: 15px;
  }

  .megamenu > .dropdown-menu {
    min-width: 800px;
  }
  a.dropdown-item.megamenuitem {
    padding: 0rem 0rem;
  }

  .dropdown-slide {
    animation: slideDown 400ms ease-in-out forwards;
    transform-origin: top center;
  }
  nav .nav-link {
    padding: 30px 0px 30px 0px;
  }
}
@media screen and (max-width: 990px) {
  .navbar {
    padding: 5px;
  }

}
@media screen and (min-width: 991px) {
  .navbar {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1100px) {
  .navbar {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1225px) {
  .navbar {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media screen and (min-width: 1500px) {
  .navbar {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute;
      left: 0 !important;
  }
}
/* Menu Styles –––––––––––––––––––––––––––––––––––––––––––––––––– */ /* TOP BAR */
.nav-top {
  font-size: 90%;
  font-size: 9pt;
  padding: 0.8em;
  padding-right: 8rem;
  z-index: 999;
  position: relative;
}
.nav-top a {
  color: #fff;
  padding: 0 15px;
}
.nav-pad {
  padding-right: 9rem;
  padding-left: 9rem;
}
/* .nav-top a:hover{
	transition: all .2s ease-in-out;
	color:#b00930;
} */

.bg-topnav {
  width: 100%;
  background-color: #000000;
}

.nav-top-links .desktop-link {
  display: none;
}

@media (max-width: 564px) {
  .nav-top {
    padding-right: 0rem;
  }
}
@media (min-width: 576px) {
  .nav-top-links .desktop-link {
    display: inline-block;
  }
}

/* END TOP BAR */

#Menu {
  top: 0px;
  z-index: 998;
  width: 100%;
  box-shadow: 0 0 10px 0.1rem rgba(0, 0, 0, 0.2);
  position: sticky;
}
/* @media screen and (min-width: 768px) {
  #Menu {
    position: sticky;
  }
} */

.navigation-body-header {
  padding: 9px 0px;
}

li a .menu-border {
  color: #fff !important;
  padding: 11px 0px 8px 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  border-bottom: 3px solid;
  border-color: rgba(255, 255, 255, 0);
}

li a:hover .menu-border {
  border-color: rgba(255, 255, 255, 0);
}

.navigation-search a .menu-border {
  padding: 19px 0px 16px 0px;
}

.navigation-link {
  padding: 0px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.logo-img {
  max-width: 175px;
}
.navigation-link i[class*="fa"] {
  font-size: 15px;
}

.submenu-indicator {
  visibility: visible;
}

.submenu-indicator:after {
  height: 8px;
  width: 8px;
  border-width: 0 2px 2px 0;
  border-color: transparent #fff #fff transparent;
}

.navigation-item:hover > .navigation-link > .submenu-indicator:after,
.navigation-item:focus > .navigation-link > .submenu-indicator:after,
.navigation-item.is-active > .navigation-link > .submenu-indicator:after {
  border-color: transparent #fff #fff transparent;
}

.navigation-item {
  padding: 0px 12px;
}

.navigation-search {
  padding-right: 12px;
}

.navigation-btn .fa {
  font-size: 19px;
}

.navigation-btn .fa:hover {
  color: #b00930;
}

.navigation-input:hover,
.navigation-input:active,
.navigation-input:focus {
  border-color: #b00930;
}

.navigation-dropdown-link,
.dropdown-subitem {
  font-size: 14px;
  font-weight: 400;
  color: #706565;
}

.dropdown-subitem,
.dropdown-subhead {
  padding: 0.25rem 0 0.25rem 1.5rem;
}

.navigation-dropdown-link:hover,
.dropdown-subitem:hover,
.navigation-dropdown-item:hover > .navigation-dropdown-link {
  color: #bbbbbb;
}

.dropdown-subhead,
.dropdown-subhead:hover {
  font-size: 15px;
  font-weight: 700;
  color: #b00930;
}

.dropdown-item,
.dropdown-item:hover,
.navigation-dropdown-item:hover > .navigation-dropdown-link,
.navigation-dropdown-item:focus > .navigation-dropdown-link,
.navigation-dropdown-item.is-active > .navigation-dropdown-link {
  background-color: white;
}

.navigation-body-close-button,
.navigation-button-toggler .hamburger-icon {
  color: white;
}

.mobile-login {
  position: static;
  visibility: visible;
}

.mobile-user {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 5px;
}

.mega-menu-login {
  position: absolute;
  visibility: hidden;
}

.desktop-logo {
  position: absolute;
  visibility: hidden;
}

.navigation-button-toggler {
  margin-right: -16px;
}

.navigation-header .navigation-brand-text {
  padding-left: 0px;
}

.navigation-megamenu {
  background-color: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: white;
}

.announcement-bar {
  position: relative;
  /* top: 105px; */
  z-index: 997;
  left: 0;
  right: 0;
  /* width: 100%; */
  background: #fafafa;
}
.announcement-bar .alert-yellow {
  background: gold;
}
.announcementCaption {
  text-align: center;
  padding: 10px 0px;
  display: block;
  color: #878787;
  margin: 0px -15px;
}
.announcementCaption:hover {
  color: #878787;
}
.announcementCaption:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  margin-left: 5px;
}
.alert-icon {
  color: #b00930 !important;
}
.alert-icon:hover {
  color: #b00930 !important;
}
.alert-icon:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f071";
  margin-right: 5px;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.max-height {
  min-height: 500px;
}
.hero-img {
  max-height: 500px !important;
}
.center {
  display: block;
  margin: auto;
}

.btn-center {
  display: block;
  margin: auto;
  width: 150px;
}

.center-vertical {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}



/* Vagas Slider
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* #homeSlideshow {
  min-height: 100vh;
} */
#homeSlideshow {
  min-height: 500px;
}
.bg-black-transparent {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.0));
	}

‰ .vegas-timer {
  display: none;
}

.slider-overlay {
  position: absolute;
  height: 500px;
  top: 0px !important
}
.dark-overlay {
  
  min-height: 100vh;
}
/* @media (max-width:991px){
    .slider-overlay {
    top: 112px !important;
  } 
  .slider-overlay.scrolled {
    top: 112px !important;
  }
}

@media (min-width:992px){
  .slider-overlay {
  top: 122px !important;
} 
}
@media (max-width: 515px) {
  .slider-overlay {
    top: 82px;
  }
}
@media (max-width: 271px) {
  .slider-overlay {
    top: 139px;
  }
} */
@media (max-width: 997px) {
  /* .slider-overlay {
    top: 122px;
  } */
  #enrollnow-top,
  #requestinfo-top,
  #visitus-top,
  #alumni-top {
    display: none;
  }
}

.center-vertical-slider {
  position: relative;
  top: 50vh;
  transform: translateY(-50%);
  z-index: 10;
}

#section04::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 80%;
}

.demo a {
  position: absolute;
  bottom: 80px;
  left: 50%;
  z-index: 2;
  display: none;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font: normal 400 20px/1 "Josefin Sans", sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 576px) {
  #section04 a {
    padding-top: 60px;
  }
}

#section04 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}

#section04 a span::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0ab";
  font-size: 50px;
  font-weight: 300;
  position: relative;
  left: -12px;
}

#foundation {
  position: relative;
  top: -60px;
}

html {
  scroll-behavior: smooth;
}

@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: translate(0, 0);
  }

  20% {
    -webkit-transform: translate(0px, 10px);
  }

  40% {
    -webkit-transform: translate(0, 0);
  }
}

@keyframes sdb04 {
  0% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(0px, 10px);
  }

  40% {
    transform: translate(0, 0);
  }
}

.virtual-grad-ad-spacing {
  margin-top: 60px;
}

.virtual-grad-ad-card {
  padding: 0px 15px;
  margin-left: -15px;
  height: auto;
}

.virtual-grad-ad {
  float: none;
  height: auto;
}

.virtual-grad-ad-img {
  max-width: 280px;
  padding: 0px 0px 15px 0px;
  position: static;
  display: block;
  margin: auto;
}

.virtual-grad-ad-text {
  text-align: center;
}

/* Home Modal
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h3#request-infoLabel {
  margin-bottom: 20px;
}
.ui-widget.ui-widget-content {
  z-index: 998;
  border: 0px;
  position: fixed;
}

.ui-widget-overlay {
  background: #000000;
  opacity: 0.8;
}
/* Home Hero section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero-text {
  padding-left: 7%;
}
.hero-text p.text-light {
  width: 45%;
}

@media (max-width: 576px) {
  .hero-text p.text-light {
    width: 100%;
  }
  .hero-text {
    text-align: center;
    padding-left: 0%;
  }
}

/* Home-Page CTA
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.home-cta {
  padding-top: 100px;
}

/* Home-Page Cards
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.grade-icons {
  width: 40%;
  padding-bottom: 20px;
}

.grade-text:hover {
  color: #b00930;
}

.promo-img {
  margin-top: -110px;
  width: 85%;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .promo-img {
    width: 100%;
    margin-top: 25px;
  }
}
@media (max-width: 576px) {
  .promo-img {
    width: 75%;
    justify-content: center !important;
  }
  .promo-section {
    text-align: center !important;
  }
}

.fact-text {
  max-width: 200px;
  display: block;
  margin: auto;
  float: none !important;
}

.stats-cards {
  margin-bottom: -150px;
}
.sports-cards {
  margin-bottom: -100px;
}

.featured-cards {
  background: url("//static.pcci.edu/PCA/Images/Homepage/PCA-Building.png");
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0000006b;
}
.featured-cards-newsette {
  background: url("//static.pcci.edu/PCA/Images/Homepage/PCA-Building.png");
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0000006f;

}


.featured-cards-about {
  background: url("//static.pcci.edu/PCA/Images/InteriorPages/PageImages/About/Hero_MainBuilding_1.jpg");
  width: 100%;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #0000006b;
}
.featured-cards-k {
  background: url("//static.pcci.edu/PCA/Images/InteriorPages/PageImages/Academics/Hero_K5_Class_6.jpg");
  background-position: center;
  width: 100%;
  background-color: #000000a0;
  background-size: cover;
  background-repeat: no-repeat;
}
.featured-cards-secondary {
  background: url("//static.pcci.edu/PCA/Images/InteriorPages/PageImages/Academics/Secondary/Hero_Secondary_1.jpg");
  background-position: center;
  width: 100%;
  background-color: #000000a0;
  background-size: cover;
  background-repeat: no-repeat;
}
.featured-cards-elementary {
  background: url("//static.pcci.edu/PCA/Images/InteriorPages/PageImages/Academics/Hero_Elementary_Class_3.jpg");
  background-position: center;
  width: 100%;
  background-color: #000000a0;
  background-size: cover;
  background-repeat: no-repeat;
}
/* Interior Page Headers
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.interior-page-header {
  /* margin-top: 62px; */
  margin-top: 0px;
}

.abeka-header {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/Abeka-header.jpg);
  background-position: center;
  background-size: cover;
}
.alumni-header {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/2023Update/Header_Alumni.jpg);
  background-position: center;
  background-size: cover;
}

.white-opacity {
  background: rgba(255, 255, 255, 0.9);
}

.about-header {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/2023Update/Header_About_2.jpg);
  background-position: center;
  background-size: cover;
}
.myaccount-header {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/2023Update/Header_MyAccount.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1130px) {
  .myaccount-header {
    background-position: right;
  }
}
.history-header {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/HistoryHeader.jpg);
  background-position: center;
  background-size: cover;
}

.services-header {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/ServicesHeader.jpg);
  background-position: center;
  background-size: cover;
}

.contact-header {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/2023Update/Header_Contact_2.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1130px) {
  .contact-header {
    background-position: right;
  }
}
.curriculum-header {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/2023Update/Header_Curriculum.jpg);
  background-position: center;
  background-size: cover;
}

.athletics-header {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/2023Update/Header_Sports.jpg);
  background-position: center;
  background-size: cover;
}

.baseball-header {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/2023Update/Header_Baseball.jpg);
  background-position: center;
  background-size: cover;
}

.basketball-header {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/2023Update/Header_Basketball.jpg);
  background-position: center;
  background-size: cover;
}

.crosscountry-header {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/2023Update/Header_CrossCountry.jpg);
  background-position: center;
  background-size: cover;
}

.cheerleaders-header {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/2023Update/Header_Cheerleaders.jpg);
  background-position: center;
  background-size: cover;
}

.track-and-field-header {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/2023Update/Header_TrackAndField_2.jpg);
  background-position: center;
  background-size: cover;
}

.volleyball-header {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/2023Update/Header_Volleyball_2.png);
  background-position: center;
  background-size: cover;
}

.music-header {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/2023Update/Header_Music.jpg);
  background-position: center;
  background-size: cover;
}

.organizations-header {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/OrganizationsHeader.jpg);
  background-position: center;
  background-size: cover;
}

.events-header {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/2023Update/Header_Elementary_Concert_1.jpg);
  background-position: center;
  background-size: cover;
}

.kindergarten-header {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/2023Update/Header_K45_Class_4.jpg);
  background-position: center;
  background-size: cover;
}
.kindergarten-grad-header {
  background-image: url(//static.pcci.edu/PCA/Newsette/Images/2023/Summer/Header_K5_Graduation.jpg);
  background-position: center;
  background-size: cover;
}
.community-helper-header {
  background-image: url(//static.pcci.edu/PCA/Newsette/Images/2022/Fall/FallHeader.jpg);
  background-position: bottom;
  background-size: cover;
}
.newsette-cross-country{
  background-image: url(//static.pcci.edu/PCA/Newsette/Images/2022/Fall/CrossCountryGroupHeader.jpg);
  background-position: bottom;
  background-size: cover;
  height: 290px;
}

.kindergarten-academics {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/2023Update/Header_K45_Class_4.jpg);
  background-position: center;
  background-size: cover;
}

.elementery-header {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/2023Update/Header_Elementary_Lab_1.jpg?update=3);
  background-position: center;
  background-size: cover;
}
.enrollment-header {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/2023Update/Header_Enrollment_1.jpg);
  background-position: center;
  background-size: cover;
}

.secondary-header {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/2023Update/Header_Secondary_Lab_2.jpg);
  background-position: center;
  background-size: cover;
}

.tuition-bg {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/PageImages/Financial/TuitionCost.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.grad-header {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/GradHeader.jpg);
  background-position: center;
  background-size: cover;
}

.k5-grad-header {
  background-image: url(//static.pcci.edu/PCA/Images/InteriorPages/HeaderImages/K5Graduation2.jpg);
  background-position: center;
  background-size: cover;
}

/* History Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
div .history-page {
  margin-top: 140px;
}

.history-tab {
  box-shadow: 1px 3px 11px 1px rgba(0, 0, 0, 0.2);
  margin-top: 120px;
  margin-left: 10px;
  margin-right: 10px;
}

.history-img {
  position: relative;
  top: -90px;
  max-width: 300px;
  display: block;
  margin: auto;
  margin-bottom: 0px;
  box-shadow: 1px 3px 11px 1px rgba(0, 0, 0, 0.2);
}

.history-content {
  margin-top: -90px;
}

.mobile-history {
  position: static;
  visibility: visible;
}

.desktop-history img {
  position: absolute;
  visibility: hidden;
}

/* Faculty Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.faculty-email {
  font-size: 12px;
}

.birx-image {
  padding: 0px 20%;
}

/* Interior Page Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.img-float {
  float: none;
  display: block;
  margin: auto;
  max-width: 300px;
  padding: 20px 0px;
}

/* Parent Pages
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mainContentWrapper {
  margin-top: 130px;
}

.mainContentWrapper h1 {
  font-size: 32px;
  color: white;
  text-align: center;
  padding: 15px;
  margin: -25px -25px 25px -25px;
  background: #878787;
}

.LinkRemove:before,
.lnkRemove:before {
  content: "\f056";
  font-family: "Font Awesome 6 Pro";
  padding-right: 5px;
}

.LinkRemove {
  color: #b00930;
  float: right;
  font-size: 13px;
}

.LinkRemove:hover,
.lnkRemove:hover {
  color: #bbb;
  text-decoration: none;
}

.phone {
  width: 100%;
  display: inline-block;
  margin-bottom: 1rem;
}

.ext {
  width: 100%;
  display: inline-block;
}

.ValidationSummary,
.FormErrorLabel {
  color: #b30838;
}

.ValidationSummary span {
  font-weight: bold;
}

@media (min-width: 991px) {
  .phone {
    width: 65%;
    display: inline-block;
  }

  .ext {
    width: 34%;
    display: inline-block;
  }
}

/* Academic Overview Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.academic-img {
  max-width: 300px;
  display: block;
  margin: auto;
}

/* Optional Services
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.Intersection1Label {
  font-weight: 600;
  width: 100%;
  margin-top: 20px;
}

.Intersection2Label {
  font-weight: 600;
  width: 100%;
}

.Intersection2 {
  margin-bottom: 30px;
}

.Intersection1 {
  margin-bottom: 30px;
}

.MusicInstrumentChoice input,
.MusicInstrumentChoice select {
  border-radius: 0;
  border: none;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  border-left: 5px solid #b00903;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
  height: 36px;
  min-width: 100px;
  margin-bottom: 20px;
}

.MusicInstrumentChoice input:focus,
.MusicInstrumentChoice select:focus {
  border-color: #b00903;
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.4);
  outline: #880500;
}

table {
  width: 100%;
}
tr.paymenttable:nth-child(even) {
  background: #f1f1f1;
}
tbody {
  vertical-align: top;
  /* background: #ffffff; */
}

th {
  background-color: #000000;
}

/* Iframe Video
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.video-responsive {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer-video {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  min-height: 100%;
  min-width: 100%;
}

.video-overflow {
  overflow: hidden;
  min-height: 300px;
}

.OWPageAccordion {
  background: #111111;
  color: white;
  padding-bottom: 10px;
}

.secondary-footer {
  background: #111111;
}

.footer-col-right {
  float: none;
  padding: 0px 20%;
}

.footer-col-left {
  float: none;
  padding: 0px 20%;
}

.footer-btn {
  background: #000000;
  font-weight: 600;
  padding-left: 0px;
  padding-right: 0px;
  border: 0px;
  color: #fff;
}

.footer-btn:hover {
  text-decoration: underline;
  color: #cbd3da;
}

a.footer-social-icon {
  color:#b00903;
}
a.footer-social-icon:hover {
  color: #fff !important;
}
.mobile-btn {
  font-weight: 600;
}

#OtherWebsiteHeader i:before {
  font-family: "Font Awesome 6 Pro" !important;
}

#OtherWebsiteHeader {
  font-size: 18px;
}

#toTop {
  display: none !important;
}

/* Mobile first styles */

/* Extra small devices (portrait phones, 576px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 576px) {
  .history-tab {
    margin-left: 0px;
    margin-right: 0px;
  }

  .birx-image {
    padding: 30px;
  }
}


/* Small devices (landscape phones, 768px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 768px) {
  .virtual-grad-ad-spacing {
    margin-top: 0px;
  }

  .virtual-grad-ad-card {
    padding: 0px 15px;
    margin-left: 0px;
    height: 100%;
  }

  .virtual-grad-ad {
    float: left;
    height: 100%;
  }

  .virtual-grad-ad-img {
    max-width: 280px;
    padding: 0px 15px 15px 0px;
    position: relative;
    z-index: 1;
    /* top: 50%;
		transform: translateY(-50%); */
    display: inline;
  }
  .virtual-grad-ad-text {
    text-align: left;
  }

  .footer-col-right {
    float: right;
    padding: 0px 20%;
  }

  .footer-col-left {
    float: left;
    padding: 0px 20%;
  }

  .history-content {
    margin-top: 0px;
  }

  .history-img {
    margin-bottom: -60px;
  }

  .history-tab {
    margin-top: 60px;
  }

  .mobile-history {
    position: absolute;
    visibility: hidden;
  }

  .desktop-history img {
    position: relative;
    visibility: visible;
  }

  .white-opacity {
    background: rgba(255, 255, 255, 0);
  }

  .OWPageAccordion {
    padding-bottom: 0px;
  }

  .demo a {
    bottom: 20px;
  }
}

/* Medium devices (tablets, 992px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 992px) {
  .logo-img {
    margin-left: 0px;
  }

  .mobile-login {
    position: absolute;
    visibility: hidden;
  }

  .mega-menu-login {
    position: static;
    visibility: visible;
  }

  .desktop-user {
    color: #000;
    font-weight: 700;
    margin-right: 20px;
    float: left;
  }

  .desktop-logo {
    position: static;
    visibility: visible;
  }

  li a:hover .menu-border {
    border-color: rgba(255, 255, 255, 1);
  }

  .navigation-item:hover {
    background: #b00930;
  }

  .submenu-indicator {
    visibility: hidden;
  }

  .img-float {
    float: left;
    margin: 0px 50px 30px 0px;
    padding: 0px;
  }

  .navigation-search {
    padding-right: 0px;
  }

  .navigation-link {
    border-bottom: solid 0px;
  }
  .announcement-bar {
    /* top: 80px; */
  }
}

/* Large devices (desktops, 1200px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*@media (min-width: 1200px) {}

 Extra large devices (large desktops)
   No media query since the extra-large breakpoint has no upper bound on its width */





   /* Container Sizes */


@media (min-width: 576px) {
  .container, .container-sm {
      max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
      max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
      max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1140px;
  }
}
