@media (min-width: 1600px) {
  body:not(.home) h1,
  .body:not {
    font-size: clamp(2rem, 22vw, 13rem) !important;
  }
}
@media (min-width: 1500px) {
  body:not(.home) h1 {
    font-size: clamp(2rem, 22vw, 11rem) !important;
  }

  .page-id-132 #masthead,
  .page-id-452 #masthead {
    height: 650px;
    background-position: top center;
  }
}

@media (max-width: 1500px) {
  #masthead {
    background-size: 110% auto;
  }
}

@media (max-width: 1400px) {
  #header .inner {
    width: 100%;
  }

  #masthead {
    background-size: 100% auto;
  }

  #navigation .menu-item-146 a,
  #navigation ul li.menu-item-146 a {
    padding: 15px 10px;
  }

  .headersocial {
    margin-left: 20px;
  }

  #masthead {
    background-position: 70% 100% !important;
  }
}
@media (max-width: 1330px) {
  body:not(.home) h1 {
    font-size: clamp(2rem, 12vw, 9.5rem) !important;
    transition: none !important;
  }
}
@media (max-width: 1200px) {
  .donate-li a {
    padding: 13px 35px 13px !important;
  }
  .volunteer-li a {
    padding: 13px 35px 13px !important;
  }

  .anchor {
    scroll-margin-top: 120px;
  }

  .footersocial a {
    padding-right: 5px;
    padding-left: 5px;
  }
  #header .inner {
    width: 95% !important;
  }
  body:not(.home) h1 {
    font-size: clamp(2rem, 12vw, 9rem) !important;
    transition: none !important;
  }

  #masthead {
    background-size: cover;
    background-position: 55% 30%;
  }
  .headersocial a {
    margin-right: 5px;
  }

  #mobilenavigation .headersocial a {
    margin-left: 5px;
    margin-right: 5px;
  }
  #mobilenavigation .headersocial {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 14px;
  }

  #takeover .inner {
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
  }

  .splash-img-mobile {
    display: block;
    margin-top: 30px;
  }
  .splash-img-mobile img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  #splashleft img {
    display: none;
  }

  .running-content {
    flex-direction: column;
  }

  .running-image {
    width: 100%;
  }

  .running-image img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
  .reason-icon {
    margin-left: unset;
    margin-top: 0px;
  }

  .home #two-column-section-1 .altrow {
    flex-direction: column !important;
  }

  .home .altrow.image-right .card:first-child {
    width: 100% !important;
    padding-right: 0px !important;
  }

  .home .altrow .card.content-card {
    width: 100% !important;
  }

  .home .altrow .card .frame-container img {
    max-height: 600px;
    object-position: top;
  }
}

@media (max-width: 1100px) {
  .meet-div .meet-left {
    width: 100%;
  }
  .meet-div .meet-right {
    width: 100%;
  }
  .meet-bottom img {
    height: auto;

    object-fit: cover;
  }
  .meet-div .meet-right img {
    border-radius: 0px;
    width: 100%;
    height: auto;
    flex-grow: 1;
    max-width: 500px;
    width: 41%;
    height: 300px;
    object-position: top;
    object-fit: cover;
  }

  .meet-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .meet-div .meet-content {
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
  }

  .meet-bottom {
    justify-content: space-around;
  }
  #footernavigation ul li a {
    font-size: 15px;
  }

  #footer p.disclaimer {
    font-size: 13px !important;
    max-width: 500px;
    margin: 0 auto;
    width: 90%;
  }

  #footer .footerright a,
  #footer .footerright p {
    font-size: 14px;
  }
  .inner {
    width: 90%;
  }

  .home #masthead .inner {
    width: 100%;
  }

  #masthead .inner {
    width: 90%;
  }

  #footernavigation ul li {
    margin-right: 10px;
  }

  #masthead {
    background-size: cover;
  }

  #logo {
    width: 14%;
  }

  #navigation {
    width: 85%;
  }
  .footerleft,
  .footerright {
    max-width: 200px;
  }

  .supportus.section h3 {
    font-size: 40px;
  }

  #splashright {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
  }

  #splashright h2 {
    text-align: center;
  }

  .sign-up-section.section .inner {
    flex-direction: column;
  }
}

@media (max-width: 1000px) {
  home #two-column-section-1 h4,
  h4 {
    font-size: 30px;
  }

  .section .card h4 {
    color: var(--Navy, #41533b);
    padding-top: 10px;
    font-size: 22px;
    line-height: 1.2;
  }
  #footer .footersocial {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #footer-btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }

  #footer .footersocial a:last-child {
    margin-right: 0px !important;
    border-right: none !important;
  }
  #footer .footer-top #logo {
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: auto;
  }
  #footer .volunteer-li,
  #footer .donate-li {
    width: 200px;
    text-align: center !important;
    border-right: none !important;
  }
  #footer .volunteer-li a,
  #footer .donate-li a {
    font-size: 18px !important;
    padding: 10px 5px !important;
    width: 200px;
  }
  #footer .volunteer-li {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  #footer .volunteer-li a {
    background-color: #41533b !important;
    color: white !important;
    border: 2px solid #41533b !important;
  }
  #footer .volunteer-li a:hover {
    color: #41533b !important;
    background-color: white !important;
    border: 2px solid #41533b !important;
  }

  #footer #menu-header-2 li a {
    font-size: 18px !important;
  }
  #menu-header-2 {
    gap: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
  #footer .donate-li,
  #footer .donate-li a {
    width: 180px;
  }
  .footer-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: fit-content;
    align-items: center;
  }
  #menu-header-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #menu-header-2 li {
    height: fit-content !important;

    border-right: none !important;
  }
  #menu-header-2 li a {
    border-right: none !important;
  }

  .footer-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: fit-content;
    align-items: center;
  }

  #footerbottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  #footerbottom * {
    text-align: center;
  }
  .footerleft,
  .footermiddle,
  .footerright {
    width: 95%;
    max-width: 95%;
    margin: 0 auto;
  }
  .footermiddle {
    max-width: 330px;
    margin-top: 15px;
  }
  .footerright * {
    text-align: center !important;
  }
  .footerright {
    order: 2 !important;
    margin-top: 15px;
  }
  .footerleft {
    order: 1 !important;
  }
  .footermiddle {
    order: 3 !important;
  }
  .footerbottom span {
    font-size: 12px;
  }
  .takeoverleft,
  .takeoverright {
    width: 100%;
  }

  .takeoverleft {
    margin-bottom: 20px;
  }

  #takeovercontent h1 {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 10px;
  }

  .headersocial {
    margin-left: 9px;
  }

  .headersocial svg {
    width: 20px;
    height: auto;
  }
  #footer .footer-nav {
    height: 100%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  #logo-footer {
    transform: scale(0.8);
    bottom: -83px;
    left: -58px;
  }

  .supportus.section .inner {
    flex-direction: column;
  }
  .supportus {
    margin-top: 0px;
  }

  .supportus h3 {
    text-align: center;
  }

  .icon-carousel {
    margin-bottom: 30px;
  }

  .supportus.section .centercontent p {
    width: 100% !important;
    text-align: center;
  }

  .donate-image-container img {
    display: none;
  }

  .donate-mobile {
    display: block;
    margin: 0 auto;
  }
  .home .supportus {
    margin: unset !important;
  }
}

@media (max-width: 900px) {
  .page-id-115 .supportus {
    margin-top: 0px !important;
  }
  #mil-disclaimer {
    max-width: 50% !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
  }
  .middlefooter p {
    max-width: 300px !important;
  }

  .home label.at-text.error small.error,
  .home .at-row label.StateProvince small.error,
  .home .at label.at-text.error {
    color: white !important;
  }

  #masthead .ngp-form {
    max-width: 101.5%;
    width: 101.5%;
  }
  #mastheadcontent {
    padding: 30px;
  }
  .play-button svg {
    width: 45px;
    height: 45px;
  }
  .not-front .whitesection .inner {
    max-width: 1200px;
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .home #two-column-section-2 .content-card {
    padding: 30px 0px 30px;
    padding-left: 0px;
    margin: 0 auto !important;
    width: 90%;
  }

  .home .home .altrow.image-right .card {
    margin: 0px !important;
  }
  .home .home .altrow.image-left .card {
    margin: 0px !important;
  }
  .home .altrow .card .frame-container img {
    object-fit: cover !important;
    max-height: 600px;
    object-position: 0% 10% !important;
  }

  .home #two-column-section-1 .content-card {
    margin-top: -1px !important;
  }

  .issuerow a.buttontoggle {
    top: 11px;
  }
  .not-front #masthead {
    padding-top: 90px !important;
  }

  .not-front #masthead h1 {
    padding-top: 0px;
  }

  .not-front #masthead .inner {
    justify-content: flex-start;
  }

  .supportus.section h5 {
    width: 100%;
  }

  .not-front #masthead h1 {
    padding-bottom: 25px;
  }

  .not-front #masthead {
    height: fit-content;
  }

  label.at-text.error small.error,
  .at-row label.StateProvince small.error,
  .at label.at-text.error {
    padding-left: 0px !important;
    margin-bottom: 10px !important;
  }

  #takeover #closebtn {
    background: rgba(0, 0, 0, 0.5);
  }
  .home .mobile-hero-image {
    display: block;
    border-radius: 0px;
    width: 100%;
  }

  #logo svg {
    max-width: 100px;
  }

  .money-front,
  .money-back {
    width: 100%;
  }

  #tkbuttons a {
    width: 49%;
  }

  #tkbuttons {
    margin: 0 auto;
  }

  #tkright {
    width: 100%;
  }

  #splashright h3 {
    text-align: center;
  }

  #tkright p {
    text-align: center;
  }

  #masthead {
    margin-top: 0px;
  }
  .large_button {
    max-width: 95%;
  }

  .contentleft,
  .contentright {
    width: 100%;
  }

  .whitesection {
    padding-bottom: 0px;
  }
  .contentleft {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .altrow .card {
    width: 100%;
  }

  h2,
  .section h2,
  .quote.section h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .page-id-101 .section h2 {
    font-size: 34px;
    padding-bottom: 20px;
    line-height: 1.1;
  }

  .smallbars {
    width: 3%;
  }

  .altrow .card {
    margin-bottom: 10px;
  }

  .callout p {
    width: 100%;
  }

  .numbergrid {
    width: 100%;
    display: block;
  }

  .numberitem {
    padding: 0;
  }

  .altrow .card img {
    margin-bottom: 20px;
  }

  .supportus.section .inner {
    width: 85%;
  }

  .twocolrow .colleft,
  .twocolrow .colright {
    width: 100%;
  }

  .donatebuttons a {
    width: 49%;
  }

  .orangesection.largequote .bars {
    width: 7%;
  }

  .orangesection.largequote h2 {
    font-size: 28px;
    line-height: 34px;
    width: 82%;
  }

  .subheader {
    width: 100%;
  }

  .issues {
    display: block;
  }

  .issueitem {
    margin-bottom: 20px;
    padding: 25px 15px;
    display: block;
  }

  .issueitem h5 {
    top: 0;
    transform: none;
    font-size: 15px;
    line-height: 20px;
  }

  #titlebar h1 {
    font-size: 32px;
    line-height: 37px;
  }

  .callout p {
    font-size: 25px;
    line-height: 30px;
  }

  .subheader {
    min-width: 0;
  }

  #footerlogo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  #footernavigation {
    margin-bottom: 30px;
    float: none;
  }

  #footer .footerright p {
    text-align: center;
  }

  #footernavigation {
    width: 100%;
    text-align: center;
  }

  #footertop {
    margin-bottom: 20px;
  }

  .footerleft,
  .footerright,
  #footer p.disclaimer,
  .footersocial {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }

  .footersocial {
    margin-left: 0;
    border: none;
  }

  .footerright {
    margin-bottom: 0;
  }

  #footernavigation ul li {
    margin-right: 0;
    display: block;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  #footernavigation ul li:last-child {
    margin-bottom: 0;
    margin-top: 20px;
  }

  #footerlogo {
    margin-bottom: 40px;
  }

  .callout p {
    text-align: left;
  }

  .mobileonly {
    display: block !important;
  }

  .desktoponly {
    display: none !important;
  }

  .pagenotfound h1 {
    font-size: 175px;
    line-height: 180px;
  }

  .pagenotfound h2 {
    font-size: 25px;
    line-height: 30px;
  }

  #pagenotfoundbtn {
    font-size: 18px;
    line-height: 24px;
    padding: 20px 45px;
  }

  #tkleft {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  #tkright {
    width: 100%;
  }

  body.home.takeover-open {
    /* height:auto !important;
	    overflow:visible !important; */
    margin-top: 0 !important;
  }

  body.page-id-451.takeover-open {
    /* height:auto !important;
	    overflow:visible !important; */
    margin-top: 0 !important;
  }

  #takeover {
    height: 100%;
  }

  .takeover-closed #takeover {
    display: none;
    height: 0;
    margin-top: 0 !important;
  }

  .home #masthead {
    background: #004b6c;

    margin-top: 20px;
    padding: 30px 0 0px;
  }

  .home #masthead {
    background-image: none !important;
  }

  .home #masthead {
    margin-top: 0px;
    height: fit-content;
  }

  #mastheadcontent {
    width: 100%;
    top: 0;

    transform: none;
    max-width: 100%;
  }

  .at label.at-text input {
    font-size: 15px !important;
    letter-spacing: 0.6px !important;
  }

  .card .smallbars {
    left: -25%;
  }

  #masthead h1 {
    font-size: 44px;
    line-height: 50px;
  }

  #masthead p {
    font-size: 12px !important;
    line-height: 20px;
  }

  .orangesection + .whitesection {
    padding-top: 50px;
  }

  .issuerow {
    padding: 20px;
  }

  .issuerow h2 {
    font-size: 26px;
    line-height: 31px;
    width: 80%;
  }

  .numberitem h5 {
    font-size: 24px;
    line-height: 30px;
  }

  .altrow,
  .altrow.image-left,
  .altrow.image-right {
    flex-direction: column;
    padding: 50px;
  }

  .home #two-column-section-2 .altrow {
    flex-direction: column !important;
  }

  .home .altrow .card .frame-container img {
    margin-bottom: 0px !important;
  }

  .home .whitesection .purple-frame {
    width: fit-content;
  }
  .home #two-column-section-2 .content-card {
    padding-top: 30px;
    padding-left: 0px;
    width: 90%;
    margin: 0 auto;
  }
  .video-section {
    padding: 50px 0px 30px;
  }
  .section-divider .inner {
    width: 90%;
  }
  .home #two-column-section-1 .content-card {
    padding: 40px 5% 10px 5%;
    z-index: 100;
  }
  .videocontainer {
    position: relative;
    width: 90%;
  }

  .home .altrow.image-left .card:first-child {
    width: 100% !important;
    padding-left: 0px !important;
  }
  .home .altrow.image-right .card:first-child {
    width: 100% !important;
    padding-right: 0px !important;
  }
  .altrow .card {
    width: 100%;
    margin-bottom: 10px;
  }

  .home .altrow .card {
    margin: 0px !important;
  }
  .home #two-column-section-2 {
    padding-top: 0px;
  }

  .altrow.image-right .card:first-child,
  .altrow.image-left .card:first-child {
    margin-right: 0;
    margin-left: 0;
  }

  #logo {
    width: 40%;
  }

  #header #logo {
    width: 150px;
  }

  #footerbottom {
    text-align: center;
  }

  #footer p.disclaimer {
    width: 100%;
  }

  .footermiddle {
    width: 100%;
  }

  #footeraddress {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .mobile-hero-image {
    display: block;
    width: 90%;
    border-radius: 0px;
    height: auto;

    margin: 0 auto;
    object-fit: cover;

    margin-bottom: 0px;
    max-height: 570px;
    margin: 0 auto;
    object-fit: cover;
    object-position: center 30%;
  }

  .home #masthead {
    padding-top: 0px !important;
  }

  #masthead .herocontent h1 svg {
    display: none;
  }

  .gallery img {
    width: 100%;
    margin: 0 0 20px 0;
  }

  #masthead .section h1 {
    margin-top: 0px;
  }

  .hero-cutout img {
    right: -31px;
    max-height: unset;
    width: 90%;
  }

  .endorsements_section .endorsementitem {
    width: 50%;
    padding: 0 15px;
    border-left: 1px solid #7944cc;
    margin-bottom: 30px;
  }

  .endorsements_section .endorsementitem:nth-child(4n + 1) {
    border-left: 1px solid #7944cc; /* Reset the desktop rule */
  }

  .endorsements_section .endorsementitem:nth-child(2n + 1) {
    border-left: none; /* Apply border removal to every other item on mobile */
  }

  #mastheadcontent {
    width: 100%;
    background: #1f472a;
    float: none;
  }

  .home #masthead h1 {
    color: white;
    font-size: 60px !important;
    text-align: center;
    text-shadow: none !important;
    width: 60%;
    margin: 0 auto;
  }

  .home .at input[type="submit"] {
    background-color: #ffbb24 !important;
    color: #41533b !important;
    border: 2px solid #41533b !important;
    font-size: 16px;
    font-weight: 600;
  }

  .home .at input[type="submit"]:hover {
    background-color: #41533b !important;
    color: #ffbb24 !important;
    border: 2px solid #ffbb24 !important;
    font-size: 16px;
    font-weight: 600;
  }

  .frame-container {
    margin: 0;
  }
}

@media (max-width: 800px) {
  .section p,
  .section p *,
  .section ol,
  .section ol *,
  .section ul,
  .section ul *,
  .section li,
  .section li *,
  .section span:not(.first-word),
  .section span * {
    font-size: 15px !important;
  }
  .home #two-column-section-1 h4,
  h4 {
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
  }
  .meet-right img:last-child {
    display: none;
  }
  .meet-bottom {
    display: flex;
  }
  .meet-right img:nth-child(n + 2) {
    display: none;
  }
  .meet-div .meet-image img {
    width: 100%;
  }
  .meet-div .meet-right img {
    width: 100%;
    object-position: bottom;
    height: auto;
    object-fit: cover;
    min-height: unset;
    border-radius: 0px;
    max-width: unset;
    object-fit: cover;
    border-radius: 0px;
  }
  .meet-div .meet-right {
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  }
  .meet-div {
    flex-direction: column-reverse;
  }

  .meet-div > div {
    width: 100% !important;
  }

  .home #masthead h1,
  .sign-up-section.section .inner h3 {
    color: white;
    font-size: 50px !important;
  }
}

@media (max-width: 700px) {
  .sign-up-section.section .inner h3 {
    text-align: center;
    margin-top: 0px;
  }
  #can-form-area-drew-morrison-website-signups
    .can_embed.v5.form
    #can_embed_form
    form {
    flex-direction: column;
    align-items: center !important;
  }

  #can-form-area-drew-morrison-website-signups
    .can_embed.v5.form
    #can_embed_form
    form
    #form_col1 {
    flex-direction: column;
  }
  #can-form-area-drew-morrison-website-signups
    .can_embed.v5.form
    #can_embed_form
    form
    #form_col1
    li {
    width: 100% !important;
  }

  #can-form-area-drew-morrison-website-signups
    .can_embed.v5.form
    #can_embed_form
    form
    #form_col2 {
    width: 71% !important;
  }

  #can-form-area-drew-morrison-website-signups
    .can_embed.v5.form
    #can_embed_form
    input[type="submit"] {
    height: 50px !important;
    margin-top: 20px !important;
  }

  #footer #footerbottom p.disclaimer {
    max-width: 160px;
  }
  .video-section {
    padding: 50px 0px 20px;
  }
  .home #masthead h1 {
    color: white;
    font-size: 47px !important;
    text-align: center;
  }
  .divider-icon {
    display: none;
  }

  .page-id-687 .altrow.image-right {
    padding-top: 0px !important;
    flex-direction: column !important;
    width: 100%;
  }
  .page-id-687 .altrow.image-right.inner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .page-id-687 .altrow.image-right .content-card {
    width: 90%;
    margin: 0 auto;
  }
  .page-id-687 .altrow.image-right .image-card {
    width: 90%;
    margin: 0;
  }
  .page-id-687 .altrow.image-right .image-card img {
    max-height: 240px;
    min-height: unset;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cutout-mobile {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 100;
  }

  #masthead h1 {
    font-size: 32px;
    line-height: 37px;
  }

  .home #masthead {
    height: auto;
  }

  .page-id-451 #masthead {
    height: auto;
  }

  #masthead .herocontent h1 {
    font-size: 32px;
    line-height: 37px;
  }

  #masthead .herocontent {
    width: 100%;
    text-align: center;
  }

  .page-id-3 .whitesection {
    padding-top: 0px;
  }
}

@media (max-width: 630px) {
  .hero-cutout img {
    right: -20px;
  }
}

@media (max-width: 600px) {
  #splashright {
    width: 100%;
  }

  #footer #footerbottom p.disclaimer {
    max-width: 150px;
  }
  .page-id-115 #masthead {
    margin-bottom: 30px;
  }
  .not-front .altrow,
  .not-front .altrow.image-left,
  .not-front .altrow.image-right {
    padding: 20px 0px !important;
  }

  .page-id-115 .content-card {
    padding-bottom: 0px;
  }
  .page-id-115 .content-card h3 {
    padding-bottom: 0px;
  }
  .page-id-115 .altrow.image-left,
  .page-id-115 .altrow.image-right {
    padding: 0px 0px !important;
  }

  #mobilenavigation img {
    margin-bottom: 30px;
    width: 130px !important;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  #logo img {
    width: 100px;
    filter: drop-shadow(0px 10px 20px white);
  }

  .issuerow h2 {
    font-size: 27px !important;
  }

  #masthead h1 {
    margin-top: 10px;
  }
  .endorsements_section .endorsementitem {
    width: 100%;
    padding: 0 10px;
    border-left: none;
    margin-bottom: 25px;
    border-bottom: 1px solid #7944cc;
    padding-bottom: 20px;
  }

  .endorsements_section .endorsementitem:last-child {
    border-bottom: none;
  }
  .not-front #masthead .herocontent h1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .meet-bottom img {
    flex-grow: 1;
    object-fit: cover;
    max-width: 100% !important;
    width: 100% !important;
    max-height: 350px;
  }
  .meet-div {
    gap: 20px;
  }
  .meet-bottom {
    margin-top: 20px;
  }

  .reason-item {
    flex-direction: column;
  }

  .reason-icon img {
    width: 75px;
  }

  .home #two-column-section-1 .content-card h3 {
    font-size: 40px;
  }
}

@media (max-width: 500px) {
  #footer #footerbottom {
    gap: 15px !important;
    flex-direction: column-reverse;
    padding-top: 20px !important;
  }
  #mil-disclaimer {
    max-width: 90% !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
  }
  .not-front #footer {
    margin-top: 10px !important;
  }

  #footer a {
    justify-content: center;
  }

  .privacy-policy #masthead h1 {
    font-size: 48px !important;
  }

  #takeover #closebtn {
    right: 20px;
  }

  .divider-content h4 {
    font-size: 30px;
  }
  .divider-line {
    display: none;
  }
  .supportus {
    height: auto;
    min-height: 480px !important;
    padding-top: 0px;
  }
  .supportus.section h3 {
    font-size: 35px;
  }
  .mobileonlylogo {
    display: block !important;
  }

  .middlefooter,
  #footerbottom {
    margin: 0 auto;
    align-items: center;
  }
  .middlefooter *,
  #footerbottom * {
    text-align: center;
  }
  #footer #footerbottom p {
    margin: 0 auto;
    text-align: center;
  }

  .desktoponlylogo {
    display: none !important;
  }
  body:not(.home) h1 .first-word {
    display: block;

    font-size: 0.5em;
    line-height: 0.5;
    margin-bottom: 1px;
  }
  /* #header {    height: 80px;} */
  #mobilenavigation #mobilenavcon {
    display: block;
    text-align: center;
    top: 70px;
    width: 260px;
  }
  .play-button svg {
    width: 32px;
    height: 32px;
  }

  h2.news-title {
    font-size: 25px;
    line-height: 32px;
  }

  .single-news-page h2 {
    font-size: 40px !important;
  }

  .home #masthead h1 {
    width: 80%;
  }
}

@media (max-width: 450px) {
  #NVSignupForm2271819-AdditionalInformation-CustomFormFieldQuestion_6098419720776640_CustomFormFieldQuestion_1421221033605008_MappedActivistCodeQuestion_5434879-label {
    line-height: 1.3;
  }
  .home #masthead h1 {
    color: white;
    font-size: 37px !important;
  }

  .sign-up-section.section .inner h3 {
    font-size: 35px !important;
  }
  .section ul,
  .section ol {
    margin-left: 30px;
  }
  .meet-div .meet-right img {
    border-radius: 0px;
    object-fit: cover;
  }
  .meet-div .meet-right {
    gap: 10px;
  }
  .meet-div .meet-left,
  .meet-div .meet-right {
    min-width: unset;
  }

  .dollar-text p {
    font-size: 20px;
  }

  #splashright h2 {
    font-size: 35px;
  }

  .splash-logo img {
    width: 150px;
    height: auto;
  }
}

@media (max-width: 400px) {
  .hero-cutout img {
    right: 0px;
  }

  #takeover .inner {
    width: 84%;
  }

  #can-form-area-drew-morrison-website-signups
    .can_embed.v5.form
    #can_embed_form
    input[type="submit"] {
    font-size: 15px !important;
    height: 60px !important;
  }
}

@media (max-width: 350px) {
  #masthead .herocontent h1 svg {
    display: none;
  }
  #masthead .herocontent h4 {
    text-align: center;
  }

  .icon-carousel-item h6 {
    font-size: 20px;
  }

  #can-form-area-drew-morrison-website-signups
    .can_embed.v5.form
    #can_embed_form
    input[type="submit"] {
    font-size: 15px !important;
  }
}
