:root {
    --brandPrimary1: #AB192D;
        --brandPrimary1_80: rgba(171, 25, 45, .85);
    --brandPrimary2: #FA4C06;
    --brandPrimary3: #C2B7AF;

    --brandSecondary1: #60000F;
    --brandSecondary2: #392F2C;
    --brandSecondary3: #F78D2C;
    --brandSecondary4: #FECC8B;
    --brandSecondary5: #6FA2B8;
    --brandSecondary6: #61514E;
    --brandSecondary7: #7C6E65;
    --brandSecondary8: #AFA298;
    --brandSecondary9: #D8D2CA;


    --brandDesertStorm: #efebe7;
    --brandCraterBrown: #4c4340;

    --drexelBlue: #002f6c;
    --drexelYellow: #F2Ca00;
}

* {
    font-family: "museo-sans", sans-serif;
    font-size: 18px;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "museo-sans", sans-serif;
    font-weight: 900!important;
}
    h1 {
        font-weight: 900;
        font-size: 2.5rem;
        line-height: 1.2em;
        letter-spacing: normal;
    }
        .ot h1 {
            font-size: 2.2rem;
        }
    h2 {
        font-size: 2.15rem;
    }
        .ot h2 {
            font-size: 2rem;
        }
    h3, h4, h5 {
        font-size: 1.85rem;
    }
    h6 {
        font-size: 1.35rem;
    }

/* HEADER */
header img {
    max-height: 68px;
}

/* HERO */
.bg-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;  
    background-size: cover;
    position: relative;
}
    .aud .bg-image {
        background-image: url('../img/audiology6.JPG');
        background-position: 50% 50%;
    }
    .blvs .bg-image {
        background-image: url('../img/blind-low-vision-studies1.JPG');
        background-position: 50% 50%;
    }
    .ot .bg-image {
        background-image: url('../img/occupational-therapy1.JPG');
        background-position: 50% 50%;
    }
    .opt .bg-image {
        background-image: url('../img/optometry2.jpg');
        background-position: 50% 50%;
    }
    .slp .bg-image {
        background-image: url('../img/speech-language-pathology2.jpg');
        background-position: 50% 45%;
    }

    .overlay {
        position: absolute;
        background: linear-gradient(to left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
        left:0; top:0;
        width:100%; height:100%;
    }
    .z-top {
        position: absolute;
    }

    .hero-bg {
    display: table-cell;
    vertical-align: middle;
    position:relative;
    height: auto;
    padding: 0 40px;
    padding-bottom:65px;
    padding-top:65px;
    background: linear-gradient(0deg, var(--brandPrimary1_80), var(--brandPrimary1_80));
    background-position: 50% 50%; 
    color:white; 
    }
/* MAIN */
main p {
    color: #bfb7b2; 
    font-size: 22px; 
    line-height: 1.19em; 
    margin-bottom: 13px;
}

/* MERGER BAR */
.merger-bar {
    background: var(--brandSecondary1);
    color: var(--drexelBlue);
    color: #ffffff;
    font-weight: bold;
    padding: 30px 0;
}
    .merger-bar h4 {
        margin-bottom: 2rem;
        text-transform: uppercase;
    }
    .merger-bar a {
        color: inherit;
    }
    .merger-bar p,
    .ty .merger-bar p {
        color: #ffffff;
    }

/* FOOTER */
footer {
    text-align: center;
}

    .footer-top {
        background-color: var(--brandDesertStorm);
        padding: 45px 0 25px 0;
    }
        .footer-top p {
            display: table;
            margin: 0 auto;
            padding: 20px;
            font-weight: 400;
            font-size: 20px;
            color: var(--brandCraterBrown);
            text-transform: uppercase;
            letter-spacing: 0.025em;
        }

    .footer-bottom {
        background-color: var(--brandCraterBrown);
        padding: 24px 0;
    }
        .footer-bottom, .footer-bottom a {
            color: #fff;
        }
        .footer-bottom p, .footer-bottom address {
            display: inline-block;
        }
            .footer-bottom address {
                display: inline;
            }
        .footer-bottom p {
            display: inline-block;
            margin: 10px 0;
            padding: 0 15px;
        }
        .footer-bottom p + p {
            border-left: 1px solid white;
        }

/* FORMS */
.form-section {
    background-color: var(--brandSecondary9);
    background-image: url('../img/branding-thin-25.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 600px;
}
    .GPIForm {
        margin: 0 0 48px;
        font-size: 14px;
        width: 100%;
        outline: 0 !important;
        box-sizing: border-box;
        -webkit-appearance: none;
        border-radius: 0;
    }
    .GPIForm label {
        display: block;
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
        margin-top: 20px;
        color: #000;
        font-weight: 600;
        font-size: 15px;
        letter-spacing: 0.010em;
        text-transform: uppercase;
    }
    .GPIForm label.required:after {
        content: "(required)";
        text-transform: lowercase;
        font-size: 0.8em;
        color: #000;
        font-style: italic;
        margin-left: 10px;
    }
    .GPIForm input,
    .GPIForm select {
        color: #5e5250;
        font-weight: 300;
        font-size: 17px;
        letter-spacing: 0.010em;
        padding: 0 10px;
        box-shadow: 5px 5px 10px -5px #61514E inset;
        margin: 0;
        padding: 0 12px;
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: 1px solid #aba19b;
    }
    .GPIForm input:focus, .GPIForm select:focus {
        outline-color: #f78d2c;
    }

    .GPIForm button {
        cursor: pointer;
        background-color: #f7952c;
        border: none;
        color: white;
        width: auto;
        height: 47px;
        line-height: 47px;
        padding: 0px 33px;
        font-weight: 700;
        font-size: 20px;
        float: right;
        box-shadow: none;
        margin-top: 20px;
    }
    .GPIForm button:hover {
        background-color: #bb4d00;
        color: white;
    }

/* SECONDARY SECTIONS */
    .parallax {
        background: linear-gradient(180deg, rgba(175,67,86,.9) 0%, rgba(130,37,42,.9) 100%), url('../img/main-campus.png');
        background: linear-gradient(0deg, var(--brandPrimary1_80), var(--brandPrimary1_80)), url('../img/main-campus.png');
        /* min-height: 320px; */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .video-container {
        background-image: url('../img/branding-thin-dark-25-2.png');
        background-repeat: no-repeat;
        background-position: 99% 50%;
        background-size: 565px;
    }

    /* TY */
    /* .ty form {
        position: relative;
    }
        .ty form .other {
            position: relative;
        } */
        .ty form span {
            display: block; 
            position: relative;
        }
        #ty-text {
            display: none;
        }
        #where-from-other,
        #most-interested-other,
        #driving-interest-other {
            position: absolute;
            bottom: 0;
            height: 55px;
            display: none;
        }
    .bo-box {
        background: var(--brandPrimary3);
        background-color: rgba(255, 255, 255, .8);
        padding: 15px;
        margin: 30px 0;
    }
        .ty h4 {
            font-size: 1.75rem!important;
            padding-right: 15px;
            vertical-align: middle;
        }
        .ty .btn {
            background-color: var(--brandCraterBrown);
            color: var(--brandDesertStorm);
            font-weight: bold;
            font-size: 1.25rem;
            padding: .375rem 1.25rem;
            transition: background-color .6s ease-in-out;
        }
            .ty .btn:hover {
                background-color: var(--brandDesertStorm);
                border: 1px solid var(--brandCraterBrown);
                color: var(--brandCraterBrown);
            }
    .main-height {
        height: calc(40vh);
        margin-bottom: 25px;
    }
    .ty h3 {
        background-color: var(--brandPrimary1);
        color: #fff;
        font-size: 1.5rem;
        padding: 10px;
        margin-bottom: 15px;
    }
    .ty .bo-box p,
    .ty .bo-box a {
        color: var(--brandSecondary7);
        font-weight: bold;
    }
    .ty .bo-box a:hover {
        color: var(--brandPrimary1);
    }
    .ty-contact-img {
        float: right;
        margin: 5px;
        max-width: 175px;
        /* width: 100px; */
    }
    .ty .form-section h4,
    .ty .form-section a {
        display: inline;
    }
    .ty #apply-now {
        /* border-top: 1px double #d8d8d8; */
        margin-top: 25px;
        padding-top: 25px;
    }
    .ty #apply-now a {
        background-color: var(--brandSecondary5);
        border-style: solid;
        border-width: 1px;
        border-color: #fff;
        color: #fff;
        display: block;
        font-size: 20px;
        font-weight: bold;
        margin: 25px auto 0;
        /* padding: 18px 38px; */
        height: 60px;
        width: 100%;
        line-height: 60px;
        text-align: center;
        text-decoration: none;
        -webkit-appearance: none;
        text-transform: uppercase;
        transition: box-shadow .5s,border-style .5s,border-color .5s,border-width .5s,background-color .5s;
    }
    .ty #apply-now a:hover {
        background-color: #fff;
        border: 1px solid var(--brandSecondary5);
        color: var(--brandSecondary5);
    }
    /* .links-contact {
        border-right: 1px double #d8d8d8;
    } */
    .ty h4 {
        font-size: 1.25rem;
    }
    .ty p {
        color: #000;
    }
    .desc-op {
        color: #fff;
        font: 700 20px/25px "museo-sans", sans-serif;
        padding: 5px 0;
        text-align: center;
      }
      .desc-opd {
          color: #000;
          font: 700 25px/30px "museo-sans", sans-serif;
          padding: 10px 0;
          text-align: center;
      }

      .GPIFormTY2 input.GPIField, 
      .GPIFormTY2 select.GPIField,      
      .GPIFormTY2 input.GPIFieldx, 
      .GPIFormTY2 select.GPIFieldx {
        margin: 15px 0;
        /* padding: 15px 0; */
        font-size: 14px;
        width: 100%;
        outline: 0 !important;
        box-sizing: border-box;
      }
      .GPIFormTY2 input.GPIField, 
      .GPIFormTY2 select.GPIField,
      .GPIFormTY2 input.GPIFieldx, 
      .GPIFormTY2 select.GPIFieldx,
      .GPIFormTY2 label {
        color: #000;
        margin: 0;
      }
      .GPIFormTY2 input.GPIField, 
      .GPIFormTY2 select.GPIField,
      .GPIFormTY2 input.GPIFieldx, 
      .GPIFormTY2 select.GPIFieldx {
        padding: 0 12px;
      }

      .GPIFormTY2 select {
          background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+), #ffffff;
          background-repeat: no-repeat;
          background-position: 98% 50%;
          -moz-appearance: none; 
          -webkit-appearance: none; 
          appearance: none;
          /* and then whatever styles you want*/
          height: 55px; 
          width: 100px;
          padding: 0 12px;
          border: 1px solid #000;
          border-radius: 0;
      }
      
      
      .GPIFormTY2 label {
        margin: 5px 0 5px;
        font-weight: 700;
      }
      .GPIFormTY2 form.GPIForm {
        padding: 0;
      }

      @media (min-width: 992px) {
        .bl {
            border-left: 1px solid var(--brandSecondary9); 
            padding-left: 25px;
        }
      }
      @media (min-width: 768px) {
        div.w50 {
            display: inline-block;
            width: 48%;
        }
            div.w50.fr {
                float: right;
            }
      }


      @media (max-width: 1399px) {
        h1 {
            font-size: 2.2rem;
        }
            .ot h1 {
                font-size: 2.2rem;
            }
        h2 {
            font-size: 2rem;
        }
            .ot h2 {
                font-size: 2rem;
            }
        h3, h4, h5 {
            font-size: 1.75rem;
        }
        h6 {
            font-size: 1.25rem;
        }
      }
      @media (max-width: 1199px) {
        h1 {
            font-size: 2rem;
        }
            .ot h1 {
                font-size: 2.2rem;
            }
        h2 {
            font-size: 1.5rem;
        }
            .ot h2 {
                font-size: 2rem;
            }
        h3, h4, h5 {
            font-size: 1.4rem;
        }
        h6 {
            font-size: 1.25rem;
        }
      }
      @media (max-width: 991px) {
        .ty .GPIForm button {
            margin-top: 0;
            float: none;
        }
      }


      @media (max-width: 767px) {
        h1 {
            font-size: 2rem;
        }
        h2 {
            font-size: 1.8rem;
        }
        h3 {
            font-size: 1.7rem;
        }
        h4 {
            font-size: 1.6rem;
        }
        h5 {
            font-size: 1.5rem;
        }
        header img.img-fluid {
            max-width: 49%;
        }
        header img.img-fluid.salus-logo {
            padding-right: 51px;
        }
        img {
            padding: 0 30px;
        }
        .hero-bg {
            padding-bottom: 10px;
            padding-top: 25px;
        }
        .form-section h3 {
            margin-top: 30px;
        }
        .ty .GPIForm {
            margin: 0 0 24px;
        }

        .video-container {
            padding: .25rem 0!important;
        }

        .ty .form-section h4,
        .ty .form-section a {
            display: block;
            margin: 10px 0;
        }

        .aud .bg-image {
            background-image: url('../img/audiology6-mobile.JPG');
            background-position: 25% 50%;
        }
        .blvs .bg-image {
            background-image: url('../img/blind-low-vision-studies1-mobile.JPG');
            background-position: 30% 50%;
        }
        .ot .bg-image {
            background-image: url('../img/occupational-therapy1-mobile.JPG');
            background-position: 40% 50%;
        }
        .opt .bg-image {
            background-image: url('../img/optometry2-mobile.jpg');
            background-position: 50% 50%;
        }
        .slp .bg-image {
            background-image: url('../img/speech-language-pathology2-mobile.jpg');
            background-position: 40% 45%;
        }
      }

      @media (max-width: 419px) {
        h1 {
            font-size: 1.9rem;
        }
        h2 {
            font-size: 1.6rem;
        }
        h3 {
            font-size: 1.5rem;
        }
        h4 {
            font-size: 1.4rem;
        }
        h5 {
            font-size: 1.2rem;
        }
      }

      @media (max-width: 375px) {
        h1 {
            font-size: 1.5rem;
        }
            .ot h1 {
                font-size: 1.4rem;
            }
        h2 {
            font-size: 1.25rem;
        }
            .ot h2, .ot h3, .ot h4, .ot h5, .ot h6 {
                font-size: 1.2rem;
            }
        h3 {
            font-size: 1.2rem;
        }
        h4 {
            font-size: 1.1rem;
        }
        h5 {
            font-size: 1rem;
        }
        header img.img-fluid {
            padding: 0 20px;
        }
      }
/*******************
DNN
*******************/
    /* .temp2 .bg-image {
        background-image: url('../img/Early-Clinical-Exposure_1.png');
        background-position: 50% 50%;
        background-repeat: no-repeat;  
        background-size: cover;
        position: relative;
    }

    .temp2 .GPIForm {
        margin: 0;
    }


    .secondary-section {
        background-color: var(--brandPrimary1);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 600px;
        color: #fff;
    } */
