@media only screen and (max-width: 1400px) {
  .header-txt {
    font-size: 3.4em;
  }
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .banner-area {
    padding-top: 350px;
    padding-bottom: 60px;
  }
  .banner-headline {
    width: 80%;
    font-size: 3.5vw;
    line-height: 1.1em;
  }
  .subhead-txt {
    font-size: 2.7em;
    line-height: 1em;
  }
}
@media only screen and (max-width: 1100px) {
  .header-txt {
    font-size: 3em;
  }
  .banner-headline {
    width: 90%;
    font-size: 4vw; /* Edited by LZ 08-11-2020 - was 5em */
  }
  .subhead-txt {
    font-size: 2.4em;
  }
}
@media only screen and (max-width: 850px) {
  .hidden-mobile {
    display: none;
  }
  .headline {
    font-size: 4.5em;
    margin-bottom: 20px;
  }
  .table-with-left-image {
    display: block;
  }
  .table-with-right-image {
    display: block;
  }
  .table-row {
    display: block;
  }
  .table-cell-left {
    display: block;
    width: 100%;
    text-align: center;
  }
  .table-cell-right {
    display: block;
    width: 100%;
    text-align: center;
  }
  /* -- this is where stuff gets different between the two -- */
  .table-with-left-image .table-cell-left {
    display: none;
  }
  .table-with-right-image .table-cell-right {
    display: block;
    width: 100%;
    padding-top: 40%;
  }
  /* ---- your text and spacing ---- */
  .table-cell-text {
    display: inline-block;
    text-align: left;
    padding: 3% 3% 3% 3%;
    width: 92%;
    max-width: 1200px;
  }
  #footer-logo {
    width: 45%;
    display: block;
    float: none;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  #footer-social-holder-txt {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 15px;
  }
  #footer-social-holder {
    width: 100%;
    display: inline-block;
    text-align: center;
    float: none;
  }
  #footer-logos-holder {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 780px) {
  .header-txt {
    font-size: 2.5em;
  }
  .banner-headline {
    font-size: 2.5em;
  }
  .banner-area {
    padding-top: 280px;
    padding-bottom: 40px;
}
  .subhead-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .subhead-txt {
    font-size: 1.8em;
    line-height: 1em;
    letter-spacing: -0.4px;
  }
  body {
    font-size: 80% !important;
  }
  .global-inside {
    padding-left: 3%;
    padding-right: 3%;
  }
  .global-inside5 {
    padding-left: 0;
    padding-right: 0;
    width: 92%;
  }
  header {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom-style: solid;
    border-bottom-width: 4px;
  }
  .headline {
    font-size: 1.8em;
    line-height: 1.1em;
    margin-bottom: 7px;
    letter-spacing: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .headline-sub {
    font-size: 1.2em;
    line-height: 1.1em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0;
  }
  .opportunities-row {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 110%;
    line-height: 1.2em;
    margin-bottom: 2%;
  }
  .opportunities-row br {
    display: none;
  }
  .opportunities-inner-row {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 2%;
    padding-right: 2%;
    margin-top: 10px;
    text-align: left !important;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 1.4em;
    line-height: 1.1em;
  }
  .opportunities-inner-row ul {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 20px;
  }
  .opportunities-inner-row li {
    margin-bottom: 5px;
  }
  .opportunities-inner-row-col1 {
    float: left;
    width: 100%;
    padding-right: 0px;
    margin-right: 0px;
    border: none;
  }
  .opportunities-inner-row-col2 {
    float: left;
    display: block;
    width: 100%;
  }
  .opportunities-inner-row-col3 {
    float: left;
    width: 100%;
  }
  .global-shadow-box-full {
    width: 94%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 15px;
    font-size: 110%;
    line-height: normal;
  }
  .global-shadow-box-top {
    width: 100%;
    margin-bottom: 10px;
  }
  .global-inside3 {
    margin-top: 15px;
    font-size: 110%;
    line-height: 1.2em;
  }
  footer {
    padding-top: 10px;
    bottom: 0;
    padding-bottom: 10px;
  }
  .event-intro-row {
    padding-top: 4%;
    padding-bottom: 4%;
    background-image: none;
    background-color: #2C508B;
  }
  .event-intro-row h2 {
    font-size: 1.3em;
    line-height: 1.1em;
    margin-bottom: 15px;
  }
  #intro-row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #intro-row .body {
    font-size: 1.3em;
    line-height: 1.2em;
  }
  .global-inside-1500px {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .global-inside-1200px {
    width: 94%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .global-inside-1000px {
    padding-left: 0;
    padding-right: 0;
    width: 94%;
  }
  .global-inside-700px {
    padding-left: 0;
    padding-right: 0;
    width: 94%;
  }
  .global-inside4 {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .event-text-9 {
    font-size: 1.2em;
    line-height: 1.1em;
    margin-bottom: 5px;
  }
  .title-row {
    border-bottom: 4px solid #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.8em;
    letter-spacing: 0px;
  }
  .headline-row {
    border-bottom: 4px solid #FFFFFF;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .features-row {
    border-bottom: 4px solid #FFFFFF;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .features-text {
    font-weight: 400;
    font-size: 1.3em;
    margin-top: 10px;
    line-height: 1.2em;
  }
  .table-with-right-image {
    border-bottom: 4px solid #FFFFFF;
    margin-bottom: 0px;
  }
  .features-title {
    font-size: 1.6em;
    line-height: 1em;
    margin-bottom: 10px;
  }
  .features-subtitle {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 0px;
  }
  .roles-row {
    padding-top: 25px;
    padding-bottom: 15px;
    border-top: 8px solid #4DA22E;
  }
  .roles-inner-holder {
    margin-top: 0px;
    margin-bottom: 15px;
    max-width: none;
    padding-top: 3%;
    padding-bottom: 3%;
    min-height: 0;
  }
  .roles-inner-holder .title {
    font-size: 2.2em;
    margin-bottom: 10px;
  }
  .roles-inner-holder .subhead {
    font-size: 3.5em;
    line-height: 1em;
    margin-bottom: 8px;
  }
  .roles-inner-holder .body {
    font-size: 1.5em;
  }
  .roles-row .smalltxt {
    font-size: 1.8em;
  }
  .eligibility-row {
    padding-top: 20px;
  }
  .eligibility-row .body {
    font-size: 1.3em;
    line-height: 1.3em;
  }
  .eligibility-row .title {
    font-size: 1.7em;
    line-height: 1em;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
  #guidelines li {
    line-height: 1.3em !important;
    margin-bottom: 15px !important;
    margin-left: 0px !important;
  }
  #guidelines {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 450px) {
.banner-area {
    padding-top: 200px;/*--was 90px--*/
    padding-bottom: 30px;
	background-position: center top;
	background-size: cover;
	background-image: url(../images/main/hero-banner-mobile.jpg);
  }
  .banner-headline {
  font-size: 5.5vw;
}
  }