/* LAST UPDATED: 06.26.2024 - SM */
/* As of 06.26.2024, there are no Commencement-related pages in VHS. */

/* Commencement Streaming Video styles */
      .button--color--white-rust {
        background-color: var(--primary-neutral-light);
        border: 3px solid var(--primary-accent);
        color: var(--primary-accent);
        margin: 0 auto;
        font-size: 1.5em;
        padding: 10px 60px;
        font-weight: bold;
        min-width: 25em;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        background-image: url(https://www.evms.edu/compass_icon-color.svg);
        background-repeat: no-repeat;
        background-position-x: 98%;
      }

      .button--color--white-rust:active,
      .button--color--white-rust:focus,
      .button--color--white-rust:hover {
        background-color: var(--primary-accent);
        color: var(--primary-neutral-light);
        background-image: url("https://www.evms.edu/compass_icon-white.svg");
      }

      #home-hero-video img {
        width: 100% !important;
      }

      .fullwidthImg {
        width: 100%;
      }


      .hero-container {
        position: relative;
        margin-top: 134px;
      }

      /* Commencement 2021 button styles */
      .evms-tag {
        bottom: 25px !important;
      }

      .commencement21__btn__cta--transparent {
        background-color: var(--secondary-accent-tint);
        border: 1px solid var(--secondary-accent-tint);
        border-radius: 0;
        color: var(--primary-dark);
        font-size: var(--base-font-size);
        font-weight: bold;
        margin-left: -1.75em;
        margin-top: 1em;
        padding: 1em;
        width: 100%;
      }

      .commencement21__btn__cta--transparent a {
        color: var(--primary-dark);
        text-decoration: none;
      }

      .commencement21__btn__cta--transparent:hover,
      .commencement21__btn__cta--transparent:focus,
      .commencement21__btn__cta--transparent a:hover,
      .commencement21__btn__cta--transparent a:focus {
        background-color: var(--primary-dark);
        color: var(--secondary-accent-tint);
        text-decoration: underline;
      }




      .hamburger-menu div,
      .hamburger-menu div:after,
      .hamburger-menu div:before {
        background-color: var(--primary-color);
      }


      .site__menu-text {
        color: var(--primary-color);
      }


      .site__header {
        background-color: var(--primary-neutral-light);
      }


      .site__header.sps--abv #searchInput {
        opacity: 0.5;
        border: 1px solid var(--secondary-neutral-dark-gray);
      }


      .site__header.no-animation {
        background-color: var(--primary-neutral-light);
      }

      .site__header.sps--blw .site__logo {
        opacity: 1;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
        visibility: visible;
      }

      iframe {
        width: 100%;
        height: 1400px;
      }


      .stream-container {
        width: 100%;
        position: relative;
      }


      .stream-btn {
        position: absolute;
        bottom: 120px !important;
        left: 50px;
      }






      @media screen and (max-width: 2000px) {
        iframe {
          height: 1130px;
        }
      }

      @media screen and (max-width: 1600px) {
        iframe {
          height: 900px;
        }
      }


      @media screen and (max-width: 1300px) {

        iframe {
          height: 737px;
        }

        .stream-btn {
          position: relative;
          bottom: auto !important;
          width: 100%;
          left: auto;
          display: flex;
          flex-direction: column;
          align-items: center;
        }


        .stream-btn a {
          width: 100%;
        }

        .commencement21__btn__cta--transparent {
          margin: 5px 0px;
          padding: 1em;
          width: 100%;
        }
      }


      @media screen and (max-width: 600px) {
        iframe {
          height: 343px;
        }
      }


      @media screen and (max-width: 400px) {
        iframe {
          height: 230px;
        }
      }


      @media screen and (min-width: 320px) and (max-width: 1023px) {
        .commencement21__btn__cta--transparent {
          margin-left: 0;
        }
      }

      @media screen and (width: 1024px) {
        .commencement21__btn__cta--transparent {
          margin-left: -1.75em;
          width: 80%;
        }
      }



