html,
body {
  height: 100%;
  position: relative;
  line-height: 1.4;
  font-family: "ProximaNova-Reg";
  background-color: white;
}

a {
  text-decoration: none !important;
}

label {
  font-weight: 700;
}

textarea {
  min-height: 74px;
  max-height: 228px;
}

.form-group .error {
  border-color: #dc3545 !important;
}

#student_services .form-group span,
#student_services .form-inline span {
  padding-left: 10px;
  color: #dc3545 !important;
}

.main-content {
  background-color: white;
  /* max-width: 980px; */
  /* padding: 0 50px; */
  min-height: calc(100vh - 155px - 237px); /* viewport - header - footer */
  /*display: block;*/
  /*position: relative;*/
}

.main-content-app {
  background-color: white;
  /* max-width: 980px; */
  /* padding: 0 50px; */
  min-height: calc(100vh - 155px - 54.4px); /* viewport - header - footer */
  /*display: block;*/
  /*position: relative;*/
}

@media only screen and (max-width: 991px) {
  .main-content {
    min-height: calc(100vh - 132px - 237px); /* viewport - header - footer */
  }
  .main-content-app {
    min-height: calc(100vh - 132px - 54.4px); /* viewport - header - footer */
  }
  
}

.header {
  background-color: #900;
  color: #fff;
}

.header a {
  color: #fff;
}

.header a:hover {
  color: #fff;
}

.crue_title {
  font-size: 1.5rem;
}

.crue_masthead {
  margin-left: 20px;
}

.navbar-text {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.navbar-brand {
  white-space: inherit;
}

.usc-link img {
  max-height: 50px;
}

.navbar-toggler:focus {
  outline: none;
}

footer {
  background-color: #faf9f2;
}

.footer-text {
  /* margin-top: 5px; */
  color: white;
  /* height: 10vh; */
  /* width: 33.33vh; */
  /* float: left; */
}

.page-footer a {
  color: #fff;
}

.footer-copyright {
  padding: 15px 0px;
  color: white;
}

.custVal {
  background-color: #f3f3f3;
  border-radius: 2px;
  padding: 2px;
  border: 1px solid #bbb;
}

.site-navigation {
  background: #7d0a00;
}

.site-links > li > a {
  color: #fff !important;
  padding: 0.75rem 1rem;
}

.site-links > li {
  padding: 0 0.5rem;
}

.site-links > li:hover {
  color: #fff !important;
  background: #640800;
}

.faq-item:after {
  /* symbol for "opening" panels */
  font-family: "FontAwesome"; /* essential for enabling glyphicon */
  content: "\f0de"; /* adjust as needed, taken from bootstrap.css */
  top: 6px;
  left: 10px;
  position: relative;
}

.faq-item.collapsed:after {
  /* symbol for "collapsed" panels */
  content: ""; /* adjust as needed, taken from bootstrap.css */
  top: -2px;
  left: 10px;
}

/* Default fields collapse button */
.df-button {
  color: #fff;
  font-weight: 700;
}

.df-button:hover {
  color: #ddd;
}

.df-button:after {
  /* symbol for "opening" panels */
  font-family: "FontAwesome"; /* essential for enabling glyphicon */
  content: "\f0de"; /* adjust as needed, taken from bootstrap.css */
  top: 8px;
  left: 10px;
  position: relative;
  color: #fff;
}

.df-button.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f0dd"; /* adjust as needed, taken from bootstrap.css */
  top: 0;
  left: 10px;
  color: #fff;
}

@font-face {
  font-family: National-Light;
  src: url("../fonts/National-Light.otf") format("opentype");
}

@font-face {
  font-family: National-Regular;
  src: url("../fonts/National-Regular.otf") format("opentype");
}

@font-face {
  font-family: National-Semibold;
  src: url("../fonts/National-Semibold.otf") format("opentype");
}

@font-face {
  font-family: ProximaNova-Reg;
  src: url("../fonts/ProximaNova-Reg.woff") format("woff");
}

@font-face {
  font-family: ProximaNova-Bold;
  src: url("../fonts/ProximaNova-Bold.woff") format("woff");
}

@font-face {
  font-family: 'AvenirNext-Reg';
  src: url("../fonts/AvenirNext-Reg.woff") format("woff");
}

@font-face {
  font-family: 'AvenirNext-Reg';
  src: url("../fonts/AvenirNext-Bold.woff") format("woff");
  font-weight: 700;
}

.custom-font {
  font-size: 1.1em;
}

.custom-title {
  font-size: 1.4em;
  justify-content: center !important;
}

h1.text-center {
  margin-bottom: 25px;
}

.additional-guest-title {
  background-color: #9e1f1e;
  color: #ffffff;
  font-size: 1.14rem;
}

.additional-guest-panel {
  border: none;
}

.additional-guest-panel .card-body {
  border: 1px solid #eee;
  border-radius: 3px;
  margin: 3px;
  padding: 0.75rem;
}

.crue-reps {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, 200px);
  overflow: scroll;
}

.crue-reps > p img {
  height: 200px;
  width: 150px;
}

.custom-dropdown {
  display: inline-block;
  margin-left: 2px;
}

.w3-content {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.w3-animate-fading {
  animation: fading 10s infinite;
}
@keyframes fading {
  0%,
  5% {
    opacity: 0;
  }
  25%,
  75% {
    opacity: 1;
  }
  95%,
  100% {
    opacity: 0;
  }
}

.w3-section {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

/********* MARGIN RELATED FONT *******/
.bottom-margin-zero {
  margin-bottom: 0px;
}
/********* MARGIN RELATED FONT *******/

/* STYLES SPECIFIC TO FOOTER  */
.page_footer {
  width: 100%;
  background-color: #faf9f2;
}

.footer_col {
  width: 33.33%;
  float: left;
  /* padding: 0px 20px 20px 20px; */
}

.crue_logo {
  max-width: 280px;
}

.crue_logo.small img {
  max-width: 50%;
}

.footer_heading {
  text-align: center;
  margin-bottom: 5px;
}

.footer_text p {
  margin: 0;
}

.shield-logo {
  float: right;
}

.event-info img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

.form-group.required label:after {
  content: " *";
  color: #dc3545;
}

.form-group.required .custom-control label:after {
  content: "";
  color: inherit;
}

.form-preview {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
}

.event-form-header {
  background-color: #9e1f1e;
  color: #ffffff;
  text-align: center;
  padding: 0;
}

.progress {
  height: 1.3rem;
}

@media only screen and (min-width: 1280px) {
  .contain {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 950px) {
  .page_footer .footer_col {
    width: 33%;
  }
}

@media only screen and (max-width: 768px) {
  .page_footer .footer_col {
    width: 50%;
  }

  .shield-logo {
    margin-top: 3vh;
    float: left;
  }
}
@media only screen and (max-width: 500px) {
  .page_footer .footer_col {
    width: 100%;
  }
}

#page-title {
  color: #991b1e;
  font-family: 'Avenir Next', 'AvenirNext-Reg', Arial, Helvetica, sans-serif;
  text-shadow: 0.5px 0.5px black;
}