@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..700;1,100..700&display=swap');

/*Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  /* color: #555555; */
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #e3e3e3;
  /* background: #f8f8f8; */
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.h1,
h1 {
  font-size: 30px;
}
@media (max-width: 375px) {
  .hero-section
  h1 {
    font-size: 25px;
  }
  .enroll-steps-section
  h3 {
    font-size: 20px;
  }
}
.h2,
h2 {
  font-size: 28px;
}

.h3,
h3 {
  font-size: 26px;
}

.h4,
h4 {
  font-size: 20px;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 16px;
  text-transform: uppercase;
}

footer {
  font-size: 12px;
}

@media (max-width: 576px) {
  footer {
    text-align: center !important;
  }
}

.hr-red {
  border: 3px solid #b00930;
  opacity: 1;
}
.hr-contact {
  border: 3px solid #b00930;
  width: 50%;
  margin-right: 50%;
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .hr-contact {
    width: 50%;
    margin-left: 25%;
  }
}
.header-underline-white,
.header-underline-red,
.subhead-underline-red,
.full-underline-red {
  padding-bottom: 5px;
  position: relative;
}

.header-underline-red:before {
  content: "";
  position: absolute;
  width: 40%;
  height: 1px;
  bottom: 0;
  border-bottom: 5px solid #b00930;
}

.full-underline-red:before {
  content: "";
  position: absolute;
  width: 110%;
  height: 1px;
  bottom: 0;
  border-bottom: 5px solid #b00930;
}
.header-underline-white:before {
  content: "";
  position: absolute;
  width: 33%;
  height: 1px;
  bottom: 0;
  border-bottom: 5px solid #fff;
}

.subhead-underline-red:before {
  content: "";
  position: absolute;
  width: 33%;
  height: 1px;
  bottom: 0;
  border-bottom: 5px solid #b00930;
}

@media (max-width: 768px) {
  .subhead-underline-red:before {
    width: 0% !important;
  }
}


/*Buttons & Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #b00930;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  text-decoration: none;
}

a:hover {
  color: #b00930;
  /* border-bottom: 1px solid #00568D;
  text-decoration: none; */
}

.link-no-color {
  color: #212529;
  font-weight: 400;
}

.link-no-color:hover {
  color: #212529;
  font-weight: 400;
}
.grade-link {
  color: #000;
}
.grade-link:hover {
  color: #b00930;
  text-decoration: none;
}
.k-underline:hover::before {
  transform: scaleX(1);
}
.el-underline:hover::before {
  transform: scaleX(1);
}
.sec-underline:hover::before {
  transform: scaleX(1);
}
.card-underline:hover::before {
  transform: scaleX(1);
}
.card-underline::before {
  content: "";
  position: absolute;
  display: block;
  width: 75%;
  height: 5px;
  bottom: 0;
  left: 30px;
  background-color: #b00930;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.k-underline::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #b00930;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.el-underline::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #b00930;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.sec-underline::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -21px;
  left: 0;
  background-color: #b00930;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.btn {
  border-radius: 4px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
  min-width: 150px;
  text-align: center;
  padding: 11px;
  font-weight: 600;
  /*text-transform: uppercase;*/
}
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 40%) !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #b00930;
  border-color: #b00930;
}

.button-link {
  border: 0px;
  font-weight: 700;
  color: #b00930;
}

.button-link:hover,
.button-link:active,
.button-link:not(:disabled):not(.disabled):active {
  color: #b00930;
  text-decoration: underline;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(90deg, #e4023a 0%, #b00930 100%) 0% 0% no-repeat padding-box;
  padding: 15px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 4px;
  opacity: 1;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #b00930;
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  opacity: 1;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background: #b00930;
  border-color: #b00930;
  border: none;
  opacity: 1;
}

@media (max-width: 576px) {
  footer,
  .btn-primary {
    margin-right: 0px;
  }
}

.btn-secondary {
  color: #fff;
  background: transparent;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
  border: 4px solid #fff;
  border-radius: 4px;
  opacity: 1;
}

.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.secondary):active {
  color: #b00930;
  background: #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
  border: 4px solid #fff;
  border-radius: 4px;
  opacity: 1;
}
.btn-secondary-nav {
  color: #b00930;
  background: #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 4px;
  opacity: 1;
}
@media (min-width: 768px) {
  .btn-secondary-nav,
  .btn-secondary-nav:hover {
    margin-top: 20px !important;
  }
}
.btn-secondary-nav:hover,
.btn-secondary-nav:not(:disabled):not(.secondary):active {
  color: #fff;
  background: #000;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 4px;
  opacity: 1;
}
.btn-secondary-alt-nav {
  color: #fff;
  background: transparent;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
  border: 4px solid #fff;
  border-radius: 4px;
  opacity: 1;
}

.btn-secondary-alt-nav:hover,
.btn-secondary-alt-nav:not(:disabled):not(.secondary):active {
  color: #b00930;
  background: #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
  border: 4px solid #fff;
  border-radius: 4px;
  opacity: 1;
}
.btn-primary-nav {
  color: #fff;
  background: linear-gradient(90deg, #e4023a 0%, #b00930 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 4px;
  opacity: 1;
}

.btn-primary-nav:hover,
.btn-primary-nav:not(:disabled):not(.secondary):active {
  color: #b00930;
  background: #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 4px;
  opacity: 1;
}
.btn-secondary-red {
  color: #b00930;
  background: transparent;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
  border: 4px solid #b00930;
  border-radius: 4px;
  opacity: 1;
}

.btn-secondary-red:hover,
.btn-secondary-red:not(:disabled):not(.secondary):active {
  color: #b00930;
  background: #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
  border: 4px solid #fff;
  border-radius: 4px;
  opacity: 1;
}

.btn-alternate {
  color: #b00930;
  background-color: #fff;
  border: none;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
}

.btn-alternate:hover {
  color: #fff;
  background-color: #e4003a;
  border-color: #e4003a;
}

.btn-icon {
  text-transform: none;
  font-weight: 300;
}

.btn-icon.apply::before {
  content: "\f2f6";
  font-family: "Font Awesome 6 Pro";
  padding-right: 5px;
}

.btn-icon.request::before {
  content: "\f05a";
  font-family: "Font Awesome 6 Pro";
  padding-right: 5px;
}

.btn-icon.visit::before {
  content: "\f0f2";
  font-family: "Font Awesome 6 Pro";
  padding-right: 5px;
}

.cta-link {
  color: #00568d;
  font-weight: bold;
  transition: ease 0.3s all;
  font-size: 0.85rem;
}

.cta-link:hover {
  color: #00568d;
}

.cta-link::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  margin-left: 5px;
  font-size: 1rem;
  line-height: 1rem;
  vertical-align: middle;
  display: inline-block;
}

.sports-link:hover {
  font-weight: 700;
  text-decoration: none;
}

.clubs-list ::marker {
  color: #b00930;
}

/*Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-primary {
  color: #b00930 !important;
}

.text-secondary {
  color: #f4f4f4 !important;
}

.text-alternate {
  color: #e4003a !important;
}

.text-dark {
  color: #555555 !important;
}

.text-light {
  color: #ffffff !important;
}
a.AccountLink {
  color: #000 !important;
}

.contact-email {
  color: #000 !important;
  font-weight: 400 !important;
}

.bg-primary {
  background-color: #b00930 !important;
}

.bg-secondary {
  background-color: #000000 !important;
}
.bg-secondary-alt {
  background-color: #292929 !important;
}
.bg-secondary-split {
  background: linear-gradient(to right, #e3e3e3 0%, #e3e3e3 50%, #363b41 50%, #363b41 100%);
}
@media screen and (max-width: 776px) {
  .bg-secondary-split {
    background: linear-gradient(to bottom, #e3e3e3 0%, #e3e3e3 50%, #363b41 50%, #363b41 100%);
  }
}
.bg-alternate {
  background-color: #e4003a !important;
}

.bg-white {
  background-color: #fafafa !important;
}
.bg-gray {
  background-color: #e3e3e3;
}

.bg-true-white {
  background-color: #ffffff;
}

.bg-gradient {
  background: rgb(176, 9, 48);
  background: -moz-linear-gradient(90deg, rgba(200, 2, 51, 1) 0%, rgba(176, 9, 48, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(200, 2, 51, 1) 0%, rgba(176, 9, 48, 1) 100%);
  background: linear-gradient(90deg, rgba(200, 2, 51, 1) 0%, rgba(176, 9, 48, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b00930", endColorstr="#e4003a", GradientType=1);
}
.bg-gradient-black {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(90deg, rgba(41, 41, 41, 1) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(41, 41, 41, 1) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(90deg, rgba(41, 41, 41, 1) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#292929", endColorstr="##000000", GradientType=1);
}
.bg-footer-squares {
  /* 15% opacity*/
  background: url("//static.pcci.edu/PCA/Images/background/textured-footer-squares-15.png") bottom center repeat-x;
}
.bg-squares-20 {
  background: url("//static.pcci.edu/PCA/Images/background/textured-squares-20.png") bottom center repeat-x;
}
.bg-squares-15 {
  background: url("//static.pcci.edu/PCA/Images/background/textured-squares-15.png") bottom center repeat-x;
}
.bg-squares-10 {
  background: url("//static.pcci.edu/PCA/Images/background/textured-squares-10.png") bottom center repeat-x;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 992px) {
  .sports-awards {
    margin-top: -125px !important;
  }
}
.sports-awards {
  padding-right: 0px;
  padding-left: 0px;
}

.footer-button-m {
  text-align: center;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
@media screen and (max-width: 576px) {
  .mt-mobile {
    margin-top: 3rem !important;
  }
  .ms-mobile {
    margin-left: 1.5rem !important;
  }
  .px-mobile {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .pt-mobile {
    padding-top: 6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .pt-splitcolor {
    padding-top: 6rem !important;
  }
}

.well-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}

.well-md {
  padding-top: 30px;
  padding-bottom: 30px;
}

.well-lg {
  padding-top: 40px;
  padding-bottom: 40px;
}
.well-xlg {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-sm {
  padding: 10px;
}

.p-md {
  padding: 30px 15px;
}

.p-lg {
  padding: 40px 15px;
}

.p-top-sm {
  padding-top: 10px !important;
}

.p-top-md {
  padding-top: 30px !important;
}

.p-top-lg {
  padding-top: 60px !important;
}

.p-btm-sm {
  padding-bottom: 10px !important;
}

.p-btm-md {
  padding-bottom: 30px !important;
}

.p-btm-lg {
  padding-bottom: 60px !important;
}

.p-left-sm {
  padding-left: 10px !important;
}

.p-left-md {
  padding-left: 30px !important;
}

.p-left-lg {
  padding-left: 60px !important;
}

.p-right-sm {
  padding-right: 10px !important;
}

.p-right-md {
  padding-right: 30px !important;
}

.p-right-lg {
  padding-right: 60px !important;
}

.m-sm {
  margin: 10px !important;
}

.m-md {
  margin: 30px !important;
}

.m-lg {
  margin: 60px !important;
}

.m-top-sm {
  margin-top: 10px !important;
}

.m-top-md {
  margin-top: 30px !important;
}

.m-top-lg {
  margin-top: 60px !important;
}

.m-btm-sm {
  margin-bottom: 10px !important;
}

.m-btm-md {
  margin-bottom: 30px !important;
}

.m-btm-lg {
  margin-bottom: 60px !important;
}

.m-left-sm {
  margin-left: 10px !important;
}

.m-left-md {
  margin-left: 30px !important;
}

.m-left-lg {
  margin-left: 60px !important;
}

.m-right-sm {
  margin-right: 10px !important;
}

.m-right-md {
  margin-right: 30px !important;
}

.m-right-lg {
  margin-right: 60px !important;
}

.instagramrow {
  margin-bottom: -8px;
}
/* Forms & Dropdown Selects
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.form-control {
  border-radius: 0;
  border: none;
  border-left: 5px solid #b00903;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
  height: 36px;
}

.form-control:focus {
  border-color: #b00903;
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.4);
  outline: #880500;
}

textarea:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.15);
  outline: -webkit-focus-ring-color auto 0px;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  margin-top: -3.5px;
  background: url(/Images/Graphics/input-buttons.png);
  background-repeat: no-repeat;
  background-size: 20px 80px;
}

input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  margin-top: -3.5px;
  background: url(/Images/Graphics/input-buttons.png);
  background-repeat: no-repeat;
  background-size: 20px 80px;
  background-position: 0 -40px;
}

input[type="radio"]:checked + label:before {
  background-position: 0 -20px;
}

input[type="checkbox"]:checked + label:before {
  background-position: 0 -60px;
}

input[type="radio"],
input[type="checkbox"] {
  width: 0;
  height: 0;
  border: none;
  margin: 0;
  padding: 0 !important;
  vertical-align: middle;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

.custom-control {
  padding-left: 1.75rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-checkbox .custom-control-input ~ .custom-control-label {
  font-size: 0.875rem;
  cursor: pointer;
}

.custom-control-label::before {
  position: absolute;
  top: 0.125rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  background-color: #fff;
  box-shadow: none;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-control-label::before {
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border: 1px solid #b00903;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #b00903;
  border-color: #b00903;
  box-shadow: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #b00903;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #b00903;
}

.custom-control-label span {
  position: relative;
  top: 2px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.125rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-control-input:disabled ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23aaa' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23aaa'/%3e%3c/svg%3e");
}

.select-wrapper {
  display: inline-block;
  position: relative;
  margin-top: 5px;
  width: 100%;
}

.select-wrapper select {
  width: 100%;
  font-size: 1em;
  padding: 0.375rem 0.75rem;
  border: none;
  border-radius: 0;
  background-color: #fff;
  border-left: 5px solid #b00903;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

.select-wrapper::after {
  content: "";
  right: 24px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(0, -50%) rotate(-135deg);
  border-left: 2px solid #b00930;
  border-top: 2px solid #b00930;
  width: 7px;
  height: 7px;
  margin-top: -2px;
  pointer-events: none;
}
.payments-arrow.select-wrapper::after {
  content: "";
  right: 24px;
  position: absolute;
  display: block;
  top: 62%;
  transform: translate(0, -50%) rotate(-135deg);
  border-left: 2px solid #b00930;
  border-top: 2px solid #b00930;
  width: 7px;
  height: 7px;
  margin-top: -2px;
  pointer-events: none;
}

.select-wrapper select:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.4);
  outline: 0;
}
.MultilineText {
  border-left: 5px solid #b00903;
}

.dropdown-menu {
  border-color: #e9ecef;
  border-radius: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  border: none;
}

.dropdown-item.active,
.dropdown-item:active {
  color: inherit;
  background-color: inherit;
}

textarea {
  width: 100%;
}

/* Toggles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.custom-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 1.5rem;
}

.custom-toggle input {
  display: none;
}

.custom-toggle-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  border-radius: 34px !important;
  background-color: transparent;
}

.custom-toggle-slider:before {
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  content: "";
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: 50% !important;
  background-color: #b8b8ba;
}

.custom-toggle input:checked + .custom-toggle-slider:before {
  transform: translateX(1.625rem);
  background: #3ee63e;
}

.custom-toggle input:checked + .custom-toggle-slider {
  border: 1px solid #3ee63e;
}

/* Tabs
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.tabs.nav-pills .nav-link:hover {
  color: #b00903;
  background-color: #fff;
}

.tabs.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #b00903;
}

.tabs.nav-pills {
  margin-bottom: 1rem;
}

.tabs.nav-pills .nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.75rem 1rem;
  transition: all 0.15s ease;
  color: #b00903;
  background-color: #f8f8f8;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  border-bottom: none;
  margin-bottom: 1rem;
}
.tab-content {
  border-top: #b00930 solid 5px;
}
.tab-content .tab-pane {
  background-color: #f8f8f8;
}

.pane-custom-shape {
  padding-top: 130px;
}


/* Arrow shape
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.custom-shape-divider-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;

}

.custom-shape-divider-top svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 110px;
}

.custom-shape-divider-top .shape-gray {
  fill: #e3e3e3;
}
.custom-shape-divider-top .shape-white {
  fill: #fff;
}

.custom-shape-divider-bottom .shape-gray {
  fill: #e3e3e3;
}

.custom-shape-divider-bottom .shape-dark-gray {
  fill: #292929;
}

.custom-shape-divider-bottom .shape-red {
  fill: #b00930;
}
.custom-shape-divider-bottom .shape-white {
  fill: #fff;
}
.custom-shape-divider-bottom .shape-clear {
  fill: transparent;
}
.custom-shape-divider-bottom .shape-split {
  /* background: linear-gradient(to right, #e3e3e3 0%, #e3e3e3 50%, #363b41 50%, #363b41 100%); */
  fill: #363b41;
  clip-path: polygon(100% 100%, 100% 0%, 50% 0%, 50% 100%);
}

.custom-shape-divider-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 110px;
}

@media (min-width: 320px) {
  .custom-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 50px;
  }
}
@media (min-width: 576px) {
  .custom-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 110px;
  }
}
@media (min-width: 768px) {
  .custom-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 110px;
  }
}

/* Modal
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.modal-content {
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 0px 20px;
}

.modal-icon {
  font-size: 55px;
}

.modal-btn,
.modal-btn:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
  width: 100%;
}

.modal-btn:hover,
.modal-btn:active {
  background: #e40038;
}

.modal-dialog {
  padding: 20px;
}

.modal-close {
  background: transparent;
  border-radius: 25px;
  
  font-size: 30px;
  position: absolute;
  top: -10px;
  right: -29px;
  opacity: 1;
  border-style: none;
  
}

.modal-close-icon {
  padding: 1px;
  background: #fff;
  border-radius: 25px;
  color: #b00930;
  box-shadow: -1px 2px 3px 1px rgba(0, 0, 0, 0.5);
  
}

/* .ui-dialog-titlebar-close {
  height: 30px!important;
  width: 30px!important;
  border-radius: 25px;
  position: absolute!important;
  top: -10px!important;
  right: -18px!important;
  background: #fff;
}

.ui-dialog-titlebar-close:hover {
  background: #fff!important;
}

.ui-icon, .ui-widget-content .ui-icon {
  padding: 1px;
  background: #fff;
  border-radius: 25px;
  color: #b00930;
  content: "\f057";
  font-family: "Font Awesome 6 Pro";
} */

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

/* Cards
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.card {
  border: none;
  border-radius: 0;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
}

.card-cta {
  font-size: 1.5rem;
  font-weight: 700;
}

.card-zoom {
  display: block;
  margin: auto;
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.card-zoom-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: white;
  transform: translateY(-20%);
}

.card-container {
  display: inline-block;
  position: relative;
  width: 100%;
}

.card-dummy {
  margin-top: 100%;
  /* 4:3 aspect ratio */
}

.card-element {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Blockquote
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.blockquote {
  color: #ffffff;
  position: relative;
  margin: 0px;
}

.blockquote-footer {
  color: #ebebeb;
}

.quote-img {
  position: relative;
  top: -90px;
  max-width: 250px;
  display: block;
  margin: auto;
}

/* @media (max-width: 767px) {
  .blockquote {
    margin-top: -50px;
  }
} */

/* Fast Facts
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.icon-stats p {
  font-size: 0.75rem;
}

.icon-stats img {
  max-width: 130px;
  display: block;
  margin: auto;
  padding-bottom: 20px;
  color: #fff;
}

.icon-stats h1 {
  font-size: 60px;
}

@media screen and (max-width: 750px) {
  .icon-stats img {
    display: block;
    margin: auto;
    padding: 25px;
    color: #fff;
  }
}

/* Flickity Carousel
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.carousel {
  background: transparent;
  margin: 0 60px; /* space for prev/next buttons */
}
.carousel.sports {
  background: #292929!important;
  margin: 0 60px; /* space for prev/next buttons */
}

.carousel-cell {
  width: 100%;
  height: 200px;
  margin-right: 10px;
  border-radius: 5px;
}
.carousel-cell.single {
  width: 100%;
  height: auto;
  margin-right: 10px;
  border-radius: 5px;
}


/* cell number */
@media screen and (min-width: 1440px) {
  .flickity-viewport {
    min-height: 275px; 
  }
}

@media screen and (min-width: 992px) {
  /* half-width cells for larger devices */
  .carousel-cell {
    width: 33%;
  }
  .carousel-cell.single {
    width: 100%;
  }
  
}

/* smaller, dark, rounded square */
.flickity-prev-next-button {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: transparent;
}
/* arrow color */
.flickity-prev-next-button .arrow {
  fill: #b00930;
  border: 1px solid #b00930;
}
.flickity-prev-next-button .arrow:hover {
  fill: #000;
}
.flickity-prev-next-button.no-svg {
  color: white;
}

.carousel.sports .flickity-button {
  position: absolute;
  background: #292929;
  border: none;
  color: #fff;
}
.carousel.gray .flickity-button {
  position: absolute;
  background: #e3e3e3;
  border: none;
  color: #fff;
}
.carousel.sports .flickity-prev-next-button .arrow {
  fill: #fff;
  border: 1px solid #fff;
}
.carousel.sports .flickity-prev-next-button .arrow:hover {
  fill: #b00930;
}
/* position outside */
.flickity-prev-next-button.previous {
  left: -60px !important;
}
.flickity-prev-next-button.next {
  right: -60px !important;
}

/* fill-in selected dot */
.carousel.sports .flickity-page-dots .dot.is-selected {
  background: #b00930;
}

.carousel .flickity-page-dots .dot.is-selected {
  background: #b00930 !important;
}

.carousel.newsette-slider .flickity-page-dots .dot.is-selected {
  background: #b00930 !important;
}

.carousel.sports .flickity-page-dots li.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #fff !important;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}
.carousel.single .flickity-page-dots li.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #363b41 !important;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}
.carousel .flickity-page-dots li.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}
.carousel.newsette-slider .flickity-page-dots li.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #fff !important;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}
/* Accordions
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accordion .card .card-header button {
  display: block;
  width: 100%;
  text-align: left;
  font-weight: 600;
  color: #212529;
  border: none;
  font-size: 1.3rem;
  padding: 0.75rem 1.25rem;
  padding-right: 50px;
  transition: 0.3s all;
  background-color: #e3e3e3;
  text-decoration: none;
}
.accordion .card .card-header-white button {
  display: block;
  width: 100%;
  text-align: left;
  font-weight: 600;
  color: #212529;
  border: none;
  font-size: 1.3rem;
  padding: 0.75rem 1.25rem;
  padding-right: 50px;
  transition: 0.3s all;
  background-color: #fff;
  text-decoration: none;
}
.accordion .card .card-header-white {
  background: #fff;
  padding: 0;
  margin: 0;
  position: relative;
  border: none;
}

.accordion .card .card-header button:hover {
  background-color: #f3f3f3 !important;
}
.accordion .card .card-header-white button:hover {
  background-color: #e3e3e3 !important;
}
.accordion .card .card-header-white button[aria-expanded="true"]::after {
  transform: translate(0, -50%) rotate(45deg);
  transition: all 200ms ease-in-out;
}
.accordion .card .card-header-white button[aria-expanded="false"]::after {
  transform: translate(0, -50%) rotate(-135deg);
  transition: all 200ms ease-in-out;
}
.accordion .card .card-header-white button::after {
  content: "";
  right: 24px;
  position: absolute;
  display: block;
  top: 50%;
  border-left: 3px solid #b00930;
  border-top: 3px solid #b00930;
  width: 9px;
  height: 9px;
  margin-top: -2px;
  pointer-events: none;
}
.accordion .card .card-header button::after {
  content: "";
  right: 24px;
  position: absolute;
  display: block;
  top: 50%;
  border-left: 3px solid #b00930;
  border-top: 3px solid #b00930;
  width: 9px;
  height: 9px;
  margin-top: -2px;
  pointer-events: none;
}
.accordion .card .card-header button[aria-expanded="true"]::after {
  transform: translate(0, -50%) rotate(45deg);
  transition: all 200ms ease-in-out;
}
.accordion .card .card-header button[aria-expanded="false"]::after {
  transform: translate(0, -50%) rotate(-135deg);
  transition: all 200ms ease-in-out;
}

.accordion .card .card-header {
  background: #e3e3e3;
  padding: 0;
  margin: 0;
  position: relative;
  border: none;
}

.accordion .card {
  box-shadow: none;
}
.accordion .card-body {
  box-shadow: none;
  background-color: #efefef;
  border-top: 3px solid #b00930;
  border-bottom: 3px solid #b00930;
}
button:focus {
  outline: 0px;
}

.btn-link:hover,
.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img {
  width: 100%;
}

.graphic-wrap {
  position: relative;
  overflow: hidden;
}

.graphic-right {
  display: block;
  position: absolute;
  right: -270px;
  bottom: 50%;
  transform: translateY(50%);
  width: auto;
  opacity: 0.6;
}

/* Extra small devices (portrait phones, 576px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 576px) {
  .h1,
  h1 {
    font-size: 50px;
  }

  .h2,
  h2 {
    font-size: 32px;
  }

  .h3,
  h3 {
    font-size: 28px;
  }

  .h4,
  h4 {
    font-size: 24px;
  }

  .h5,
  h5 {
    font-size: 20px;
  }

  .h6,
  h6 {
    font-size: 16px;
  }

  .p-md {
    padding: 30px;
  }

  .p-lg {
    padding: 60px;
  }
}

/* Small devices (landscape phones, 768px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 768px) {
  .well-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tabs.nav-pills .nav-item:not(:last-child) {
    padding-right: 1rem;
  }

  .tabs.nav-pills .nav-link {
    margin-bottom: 0;
  }

  .quote-img {
    margin: 0px 0px -60px 0px;
  }

  .graphic-right {
    right: -225px;
  }
}

/* Medium devices (tablets, 992px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 992px) {
  .graphic-right {
    right: 0px;
    opacity: 1;
  }
}

/* Large devices (desktops, 1200px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– 
  @media (min-width: 1200px) {}*/
