* {
  box-sizing: border-box;
}

body,html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
}

#g-header a {
  color: unset;
}

.headerbuttoncontainer {
  padding-top: 33px !important;
}
@media screen and (max-width: 767px) {
  .headerbuttonflexadjust {
    display: flex;
  }
}
@media screen and (max-width: 1600px) {
  .headerbuttoncontainer {
    float: right;
  }
}
.centerheader {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1600px) {
  .centerheader {
    position: relative;
    right: 50px;
  }
}
.logoadjust {
  max-width: 200px;
  width: 100%;
  height: auto;
}
#header-donate-link {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 20pt;
  width: 317px;
  height: auto;
  padding: 5px;
  text-align: center;
  transition: all 0.7s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#header-volunteer-link {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 20pt;
  width: 317px;
  height: auto;
  padding: 5px;
  text-align: center;
  transition: all 0.7s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.smalladjust {
  padding-left: 12px;
}
#header-fb-link {
  color: #fff;
  margin-top: 70px;
}
@media screen and (min-width: 1620px) {
  #header-fb-link {
    position: relative;
    left: 200px;
  }
}
@media screen and (max-width: 767px) {
  #header-fb-link {
    margin-top: 30px;
    padding-bottom: 40px;
  }
}
#header-donate-link:hover {
  background-color: #ffffff;
  color: #00004b !important;
  transition: all 0.7s ease-in-out;
}
#header-volunteer-link:hover {
  background-color: #ffffff;
  color: #00004b !important;
  transition: all 0.7s ease-in-out;
}
.buttonicon {
  font-size: 20pt;
}
.bannerz {
  z-index: 0;
}
.scholarshipsgrid {
  margin-left: 95px;
  margin-right: 95px;
}
.scholarshipstitle {
  font-size: 20pt;
  font-weight: 900;
  letter-spacing: 7px;
  text-align: right;
  padding-top: 30px;
}
.bluebottom {
  color: #00004b;
}
.bodytext1 {
  font-size: 12pt;
  text-align: right;
  padding-top: 40px;
  padding-bottom: 50px;
  line-height: 30pt;
  padding-left: 100px;
}
.bodybuttoncontainer {
  float: right;
}
.bodybutton {
  background-color: transparent;
  color: #00004b;
  font-size: 12pt;
  width: 317px;
  border: 2px solid #00004b;
  padding-top: 20px;
  padding-bottom: 20px;
}
.bodybutton:hover {
  background-color: #00004b;
  color: #fff;
}
.buttontext {
  position: relative;
  bottom: 7px;
  padding-left: 15px;
}
.mobilescholarshipspadding {
  margin: 0px 10px 0px 10px;
}
.buttonicon2 {
  font-size: 20pt;
  text-align: left;
}
.container1 {
  width: 80%;
  margin-top: 70px;
}
.cardholder {
  perspective: 600px;
}
.card {
  width: 300px;
  height: 400px;
  background-color: transparent;
  transform: rotateY(30deg);
  transition: all 1s ease;
  color: transparent;
}
.card:hover {
  width: 300px;
  height: 400px;
  background-color: transparent;
  transform: rotateY(0deg);
  color: black;
}
.card:hover p {
  background-color: white;
}
p.desc {
  z-index: 999;
  position: absolute;
  top: 10px;
  padding: 10px;
}
.slideshowimg {
  width: 70%;
  transition: all 1s ease;
  -webkit-box-shadow: -6px 5px 13px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -6px 5px 13px 2px rgba(0, 0, 0, 0.25);
  box-shadow: -6px 5px 13px 2px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.slideshowimg:hover {
  width: 80%;
  margin-right: 20px;
  box-shadow: 0 0 36px 2px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.slideshowimgmobile {
  width: 25%;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: all 1s ease;
  -webkit-box-shadow: -6px 5px 13px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -6px 5px 13px 2px rgba(0, 0, 0, 0.25);
  box-shadow: -6px 5px 13px 2px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.slideshowimgmobile:hover {
  width: 35%;
  box-shadow: 0 0 36px 2px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.collagemargin {
  margin-bottom: 30px;
}

.infotitle {
  font-size: 27pt;
  font-weight: 900;
  letter-spacing: 7px;
  text-align: left;
  padding-bottom: 12px;
  z-index: 1;
}
.iconsquare {
  background-color: #00004b;
  width: 145px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.squareicon {
  color: #fff;
  font-size: 35pt;
  text-align: center;
}
.bodytext2 {
  font-size: 12pt;
  text-align: left;
  padding-right: 117px;
  line-height: 30pt;
  position: relative;
  bottom: 15px;
}
.info-slider {
  width: 100%;
  height: 335px;
  position: relative;
  overflow: hidden;
}
.info-slider input {
  visibility: hidden;
}
.info-slider input[type="radio"]:checked + .slide {
  z-index: 100;
  left: 0;
  transition: left 0.65s ease-out;
}
.info-slider .slide {
  background-color: #fff;
  border: 1px solid #00004b;
  border-radius: 5px;
  height: 335px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10;
  transition: left 0s 0.75s;
}
.info-slider .slide .slide-inner {
  width: 85%;
  margin: 0 auto;
  position: absolute;
  top: 95px;
  right: 0;
  left: 0;
}
.info-slider label {
  cursor: pointer;
  position: absolute;
  top: 35px;
}
.info-slider label i {
  color: #00004b;
  font-size: 2rem;
  transition: color 0.3s ease;
}
.info-slider label:hover i {
  color: #00004b;
}
.info-slider .prev-slide {
  left: 30px;
}
.info-slider .next-slide {
  right: 30px;
}
.info-slider .section-heading {
  position: relative;
  z-index: 105;
  font-weight: bold;
  color: #00004b;
  text-transform: uppercase;
}
.info-slider .slide .bold {
  font-weight: bold;
  color: #00004b;
}
.info-slider .slide .question {
  display: block;
  font-size: 1.125rem;
}
.info-slider .slide ul {
  font-size: 11pt;
}
.sliderpos {
  position: relative;
  bottom: 30px;
  left: 30px;
}
.info-slider2 {
  width: 100%;
  height: 335px;
  position: relative;
  overflow: hidden;
}
.info-slider2 input {
  visibility: hidden;
}
.info-slider2 input[type="radio"]:checked + .slide2 {
  z-index: 100;
  left: 0;
  transition: left 0.65s ease-out;
}
.info-slider2 .slide2 {
  background-color: #fff;
  border: 1px solid #00004b;
  border-radius: 5px;
  height: 335px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10;
  transition: left 0s 0.75s;
}
.info-slider2 .slide2 .slide-inner2 {
  width: 85%;
  margin: 0 auto;
  position: absolute;
  top: 95px;
  right: 0;
  left: 0;
}
.info-slider2 label {
  cursor: pointer;
  position: absolute;
  top: 35px;
}
.info-slider2 label i {
  color: #00004b;
  font-size: 2rem;
  transition: color 0.3s ease;
}
.info-slider2 label:hover i {
  color: #00004b;
}
.info-slider2 .prev-slide2 {
  left: 30px;
}
.info-slider2 .next-slide2 {
  right: 30px;
}
.info-slider2 .section-heading2 {
  position: relative;
  z-index: 105;
  font-weight: bold;
  color: #00004b;
  text-transform: uppercase;
}
.info-slider2 .slide2 .bold {
  font-weight: bold;
  color: #00004b;
}
.info-slider2 .slide2 .question2 {
  display: block;
  font-size: 1.125rem;
}
.info-slider2 .slide2 p {
  font-size: 12pt;
  text-align: center;
}
.info-slider2 .slide2 h2 {
  font-size: 15pt;
  color: #00004b;
  font-weight: 700;
  text-align: center;
}
.timeline {
  position: relative;
}
.timeline::before {
  content: "";
  background: #00004b;
  width: 5px;
  height: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.timeline-item {
  width: 100%;
  margin-bottom: 70px;
}
.timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 40px 30px 10px;
}
.timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}
.timeline-item:nth-child(even) .timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}
.timeline-item::after {
  content: "";
  display: block;
  clear: both;
}
.timeline-content {
  position: relative;
  width: 45%;
  padding: 10px 30px;
  border-radius: 4px;
  background: #f5f5f5;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}
.timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #f5f5f5;
}
.timeline-img {
  width: 30px;
  height: 30px;
  background: #00004b;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px;
}
.tlbtn {
  background: #00004b;
  color: #ffffff;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 2px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
}
.tlbtn:active,
.tlbtn:focus,
.tlbtn:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
.timeline-card {
  padding: 0 !important;
}
.timeline-card p {
  padding: 0 20px;
}
.timeline-card .tlbtn {
  margin-left: 20px;
}
.timeline-img-header {
  height: 200px;
  position: relative;
  margin-bottom: 20px;
  background: linear-gradient(
    120deg,
    #00004b,
    #08085b,
    #14146c,
    #22227c,
    #33338c,
    #47479d,
    #5e5ead,
    #7979be,
    #9696ce,
    #b6b6de,
    #d9d9ef,
    #ffffff
  );
  background-size: cover;
}
.timeline-img-header h2 {
  color: #ffffff;
  text-shadow: 0 0 10px #000;
  position: absolute;
  bottom: 5px;
  left: 20px;
}
blockquote {
  margin-top: 30px;
  color: #757575;
  border-left-color: #00004b;
  padding: 0 20px;
}
.date {
  background: #00004b;
  display: inline-block;
  color: #ffffff;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.timelinefontsize {
  font-size: 10pt;
}
.historyblock {
  background-color: #00004b;
  padding: 40px 97px;
}
.timelinepreview {
  background-color: #ffffff;
  padding: 25px 25px 0;
}
.historytitle {
  font-size: 27pt;
  font-weight: 900;
  letter-spacing: 7px;
  color: #fff;
  text-align: center;
  padding: 30px 20px 0 20px;
}
.bodytext3 {
  font-size: 12pt;
  line-height: 30pt;
  color: #fff;
  text-align: center;
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  .bodytext3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.boxesgrid {
  padding-top: 120px;
  padding-left: 60px;
}
@media screen and (min-width: 768px) and (max-width: 951px) {
  .boxesgrid {
    padding-left: 0;
  }
}
.historybox {
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.historyboxicon {
  font-size: 40pt;
  color: #00004b;
}
.historyboxtagline {
  font-size: 25pt;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
.historyboxsubtext {
  font-size: 12pt;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.historybutton {
  background-color: transparent;
  border: 4px solid #ffffff;
  color: #ffffff;
  font-size: 20pt;
  width: 365px;
  padding-left: 0;
  padding-right: 30px;
  float: right;
  margin: 30px;
}
.historybuttontext {
  position: relative;
  bottom: 5px;
}
.historybutton:hover {
  background-color: #ffffff;
  color: #00004b;
}
.historybuttonicon {
  font-size: 32pt;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 350px) {
  .timeline-img-header h2 {
    font-size: 18pt;
  }
}
@media screen and (max-width: 1200px) {
  .timeline::before {
    left: 50px;
  }
  .timeline .timeline-img {
    left: 50px;
  }
  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
  }
  .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }
  .timeline .timeline-item:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }
}
.eventsinfocontainer {
  padding-right: 91px;
}
.eventstitle {
  font-size: 27pt;
  font-weight: 900;
  letter-spacing: 7px;
  text-align: right;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #000;
}
.bodytext4 {
  font-size: 12pt;
  text-align: right;
  padding-left: 270px;
  line-height: 30pt;
  color: #000;
  padding-bottom: 30px;
  padding-top: 15px;
}
.bottom-image-events {
  position: relative;
  left: 400px;
}
@media screen and (max-width: 1700px) {
  .bottom-image-events {
    position: relative;
    left: 200px;
  }
}
@media screen and (max-width: 1533px) {
  .bottom-image-events {
    position: relative;
    left: 130px;
  }
}
@media screen and (max-width: 1400px) {
  .bottom-image-events {
    position: relative;
    left: 0;
  }
}
.eventsbuttoncontainer {
  float: right;
  display: flex;
  flex-direction: column;
  height: 180px;
  align-items: center;
  justify-content: space-between;
}
.logocontainer {
  background-color: #969696;
  margin-top: 195px;
  padding-top: 0;
  padding-bottom: 0;
}
.logofloat {
  float: right;
  padding-right: 10px;
}
.visible1 {
  display: none;
}
.visible1000 {
  display: none;
}
.visible768 {
  display: none;
}
.footercontainer {
  width: 70%;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
.footerbutton {
  background-color: transparent;
  border: 4px solid #ffffff;
  color: #ffffff;
  font-size: 20pt;
  width: 317px;
  padding: 10px 20px 10px 0;
}
.footerbuttontext {
  position: relative;
  bottom: 4px;
  padding-left: 10px;
}
.footerbutton:hover {
  background-color: #ffffff;
  color: #00004b;
}
.footerbuttonicon {
  font-size: 32pt;
  text-align: left;
}
.footermenu {
  padding-left: 30px;
}
.footermenulink {
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  padding: 17px 0 0;
  margin: 0;
}
.footermenulink:hover {
  color: #969696;
}
.helmetstack {
  z-index: 1;
}
.fbstack {
  z-index: 2;
}
@media screen and (min-width: 1100px) and (max-width: 1501px) {
  .info-slider2 {
    height: 445px;
  }
  .info-slider2 .slide2 {
    height: 445px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .info-slider2 {
    height: 550px;
  }
  .info-slider2 .slide2 {
    height: 550px;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .info-slider2 {
    height: 420px;
  }
  .info-slider2 .slide2 {
    height: 420px;
  }
  .slider2margin {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1px) and (max-width: 600px) {
  .info-slider2 {
    height: 650px;
  }
  .info-slider2 .slide2 {
    height: 650px;
  }
  .slider2margin {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 9999px) {
  .fimagemargin {
    width: 90%;
    float: right;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1712px) and (max-width: 1822px) {
  .scholarshipstitle {
    font-size: 18pt;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1711px) {
  .scholarshipstitle {
    font-size: 15pt;
  }
}
@media screen and (min-width: 768px) and (max-width: 1544px) {
  .scholarshipstitletopline {
    font-size: 13pt;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1757px) {
  .visible1 {
    display: none;
  }
  .headergrid {
    margin-left: 200px;
    margin-right: 200px;
  }
  .headerbuttoncontainer {
    padding-top: 0;
  }
  .bodytext2 {
    padding-right: 70px;
    line-height: 26pt;
    bottom: 30px;
    padding-left: 40px;
  }
  .eventstitle {
    font-size: 22pt;
  }
  .bodytext4 {
    padding-left: 150px;
  }
  .eventsbutton {
    width: 260px;
  }
  .logocontainer {
    padding-left: 400px;
    white-space: nowrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footercontainer {
    width: 80%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .hidden1000 {
    display: none;
  }
  .visible1 {
    display: none;
  }
  .visible1000 {
    display: initial;
  }
  .headergrid {
    margin-left: 20px;
    margin-right: 20px;
  }
  .headerbuttoncontainer {
    padding-top: 20px;
  }
  .headerbutton {
    width: 220px;
    font-size: 16pt;
    border: 2px solid #ffffff;
  }
  .headerbuttontext {
    bottom: 4px;
  }
  .scholarshipsgrid {
    margin-right: 20px;
  }
  .bodytext1 {
    padding-left: 0;
  }
  .iconsquare {
    width: 80px;
    height: 80px;
  }
  .slideshowimg {
    width: 50%;
  }
  .slideshowimg:hover {
    width: 60%;
  }
  .bodytext2 {
    padding-right: 30px;
    line-height: 26pt;
    bottom: 30px;
    padding-left: 20px;
  }
  .footballadjust {
    position: relative;
    top: 100px;
  }
  .historyblock {
    padding-left: 50px;
    padding-right: 50px;
  }
  .historytitle {
    font-size: 24pt;
  }
  .tltitle1000 {
    padding-top: 30px;
  }
  .eventsinfocontainer {
    padding-right: 50px;
  }
  .eventstitle {
    font-size: 22pt;
  }
  .bodytext4 {
    padding-left: 60px;
  }
  .eventsbuttoncontainer {
    margin-bottom: 60px;
  }
  .eventsbutton {
    width: 260px;
  }
  .logocontainer {
    padding-left: 400px;
    white-space: nowrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footercontainer {
    width: 100%;
  }
  .footerbutton {
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 14pt;
    width: 250px;
    padding-left: 0;
    padding-right: 0;
  }
  .footerbuttontext {
    bottom: 8px;
  }
  .fbadjust1000 {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .hidden1000 {
    display: none;
  }
  .visible1000 {
    display: initial;
  }
  .visible1 {
    display: none;
  }
  .hidden768 {
    display: none;
  }
  .visible768 {
    display: initial;
  }
  .headergrid {
    margin-left: 0;
    margin-right: 0;
  }
  .headerbuttoncontainer {
    padding-top: 20px;
  }
  .headerbutton {
    width: 220px;
    font-size: 16pt;
    border: 2px solid #ffffff;
  }
  .headerbuttontext {
    bottom: 4px;
  }
  .scholarshipsgrid {
    margin-right: 10px;
  }
  .slideshowimg {
    width: 50%;
  }
  .slideshowimg:hover {
    width: 60%;
  }
  .container1 {
    position: relative;
    right: 60px;
  }
  .bodytext1 {
    padding-left: 0;
  }

  .iconsquare {
    width: 80px;
    height: 80px;
  }
  .bodytext2 {
    padding-right: 10px;
    line-height: 26pt;
    bottom: 30px;
    padding-left: 30px;
  }
  .footballadjust {
    position: relative;
    top: 100px;
  }
  .historyblock {
    padding-left: 50px;
    padding-right: 50px;
  }
  .historytitle {
    font-size: 24pt;
  }
  .tltitle1000 {
    padding-top: 30px;
  }
  .historybox {
    width: 80px;
    height: 80px;
  }
  .historyboxicon {
    font-size: 30pt;
  }
  .historybutton {
    border: 2px solid #ffffff;
    font-size: 14pt;
    width: 280px;
    padding: 10px 0;
    float: right;
    margin-top: 70px;
  }
  .historybuttontext {
    position: relative;
    bottom: 3px;
    padding-left: 10px;
  }
  .historybutton:hover {
    background-color: #ffffff;
    color: #00004b;
  }
  .historybuttonicon {
    font-size: 20pt;
    padding-right: 0;
    padding-left: 0;
  }
  .eventsinfocontainer {
    padding-right: 50px;
  }
  .eventstitle {
    font-size: 22pt;
  }
  .bodytext4 {
    padding-left: 60px;
  }
  .eventsbuttoncontainer {
    margin-bottom: 60px;
  }
  .eventsbutton {
    width: 260px;
  }
  .logocontainer {
    padding-left: 400px;
    white-space: nowrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footercontainer {
    width: 100%;
  }
  .footermenulink {
    font-size: 10pt;
  }
  .footerbutton {
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 10pt;
    width: 170px;
    padding: 15px 0;
  }
  .footerbuttonicon {
    font-size: 15pt;
  }
  .footerbuttontext {
    bottom: 0;
    padding-left: 5px;
  }
  .fbadjust1000 {
    position: relative;
    left: 40px;
  }
  .helmetadjust {
    position: relative;
    left: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .info-slider {
    height: 560px;
  }
  .info-slider .slide {
    height: 560px;
  }
  .mobileslidercenter {
    margin-top: 30px;
  }
  .sliderpos {
    left: 130px;
  }
  .biglistmove {
    position: relative;
    bottom: 30px;
  }
}
@media screen and (min-width: 1px) and (max-width: 550px) {
  .sliderpos {
    left: 30px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .hidden1 {
    display: none;
  }
  .visible1 {
    display: initial;
  }
  .hidden1000 {
    display: none;
  }
  .visible1000 {
    display: initial;
  }
  .hidden768 {
    display: none;
  }
  .visible768 {
    display: initial;
  }
  .headergrid {
    margin-left: 0;
    margin-right: 0;
  }
  .headerbuttoncontainer {
    padding-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }
  .headerbutton {
    width: 220px;
    font-size: 16pt;
    border: 2px solid #ffffff;
  }
  .headerbuttontext {
    bottom: 4px;
  }
  .scholarshipsgrid {
    margin-right: 0;
    margin-left: 0;
  }
  .inlineimages {
    display: inline-block;
  }
  .slideshowimg {
    width: 30%;
  }
  .slideshowimg:hover {
    width: 40%;
  }
  .container1 {
    display: inline;
  }
  .mobilescholarships {
    padding-top: 310px;
  }
  .scholarshipstitle {
    position: static;
    text-align: center;
    font-size: 18pt;
  }
  .bodytext1 {
    padding-top: 12px;
    font-size: 12pt;
    text-align: center;
    padding-bottom: 50px;
    line-height: 25pt;
    padding-left: 0;
  }
  .bodybuttoncontainer {
    float: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: space-between;
  }
  .bodybutton {
    margin-bottom: 20px;
  }
  .infotitle {
    font-size: 24pt;
    text-align: center;
    padding-bottom: 5px;
  }
  .mobilesquarecenter {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: space-around;
  }
  .iconsquare {
    width: 100px;
    height: 100px;
  }
  .bodytext2 {
    padding-right: 10px;
    line-height: 26pt;
    bottom: 30px;
    padding-left: 0;
    padding-top: 32px;
    text-align: center;
  }
  .footballadjust {
    position: relative;
    top: 100px;
  }
  .historyblock {
    padding-left: 50px;
    padding-right: 50px;
  }
  .historytitle {
    font-size: 24pt;
    text-align: center;
    padding-top: 12px;
  }
 
  .tltitle1000 {
    padding-top: 30px;
  }
  .boxesgrid {
    padding-top: 40px;
    padding-left: 0;
  }
  .historybox {
    width: 80px;
    height: 80px;
    margin-top: 30px;
  }
  .historyboxicon {
    font-size: 30pt;
  }
  .mobilebuttoncenter {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: space-around;
  }
  .historybutton {
    border: 2px solid #ffffff;
    font-size: 14pt;
    width: 280px;
    padding: 10px 0;
    float: none;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .historybuttontext {
    position: relative;
    bottom: 3px;
    padding-left: 10px;
  }
  .historybutton:hover {
    background-color: #ffffff;
    color: #00004b;
  }
  .historybuttonicon {
    font-size: 20pt;
    padding-right: 0;
    padding-left: 0;
  }
  .eventsinfocontainer {
    padding-right: 30px;
    padding-left: 30px;
  }
  .eventstitle {
    font-size: 22pt;
    text-align: center;
  }
  .bodytext4 {
    padding-left: 0;
    text-align: center;
  }
  .eventsbuttoncontainer {
    margin-bottom: 60px;
    float: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: space-around;
  }
  .logocontainer {
    padding-left: 400px;
    white-space: nowrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footercontainer {
    width: 100%;
  }
  .footermenu {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 0;
  }
  .footermenulink {
    font-size: 12pt;
    line-height: 150%;
    text-align: center;
  }
  .footerbutton {
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 12pt;
    width: 200px;
    padding: 15px 0;
  }
  .footerbuttonicon {
    font-size: 15pt;
  }
  .footerbuttontext {
    bottom: 0;
    padding-left: 5px;
  }
  .fbadjust1000 {
    position: static;
  }
  .helmetadjust {
    position: static;
  }
}

.featuresleftgrid {
  margin: 100px 10px 0px 10px;
}

.layerorder {
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .images-row-2 {
    position: relative;
    left: 90px;
    top: 70px;
  }
  .infotitle {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 51%,
      rgba(255, 255, 255, 0) 100%
    );
    padding-top: 13px;
  }
  .info-slider .slide {
    width: 70%;
  }
  .info-slider2 .slide2 {
    width: 70%;
  }
  .info-slider .section-heading {
    position: absolute;
    left: 16%;
  }
  .info-slider2 .section-heading2 {
    position: absolute;
    left: 16%;
  }
  .features-image {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 0;
  }
  .features-image img {
    width: auto;
    height: auto;
  }
  .bodytext1 {
    padding-left: 0;
    background: rgba(255, 255, 255, 0.6);
  }
  .mobilescholarships {
    position: relative;
    top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .images-row-2 {
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1164px) {
  #header-donate-link,
  #header-volunteer-link {
    width: 200px;
    font-size: 14pt;
  }
  .buttonicon {
    font-size: 18pt;
  }
}
@media screen and (max-width: 402px) {
  #header-donate-link,
  #header-volunteer-link {
    width: 200px;
    font-size: 14pt;
  }
}
@media screen and (min-width: 1px) and (max-width: 9999px) {
  a {
    transition: all 0.5s ease-in-out;
  }
  a:hover {
    transition: all 0.5s ease-in-out;
  }
  button {
    transition: all 0.5s ease-in-out;
  }
  button:hover {
    transition: all 0.5s ease-in-out;
  }
}
.footer-designed-by {
  display: flex;
  width: 100%;
  height: 60px;
  font-size: 12pt;
  color: white;
  text-shadow: 0 0 5px #111;
  justify-content: center;
  align-items: center;
}
.footer-designed-by a {
  color: #0000ff;
  transition: all 0.5s ease-in-out;
  padding-left: 5px;
}
.footer-designed-by a:hover {
  font-size: 14pt;
  color: #ccc;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 1620px) {
  #footer-fb-link {
    position: relative;
    left: 200px;
  }
}
#footer-fb-link {
  color: #fff;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #footer-fb-link {
    margin-top: 30px;
    padding-bottom: 40px;
  }
}
