html .banner2col .b2c-content.degree-bg .bg-content.text-overlay {
    padding: 1rem;
    /*margin: 0px 40px 0px 220px;*/
    margin: 220px 40px 0px 110px;
    background: rgb(0 0 0 / .6);
    /*box-shadow: 0 0 7px 7px rgb(0 0 0 / .6);*/
    /*text-align: center;*/
    
    *:last-child {
        margin-bottom: 0;
    }
    
    @media (max-width: 768px) {
        /*margin: 15%;*/
        margin: 300px 3.125vw 0;
    }
    
    @media (max-width: 550px) {
        h1 {
            font-size: 1.35rem;
            margin-bottom: 1.125rem;
        }
        h2 {
            font-size: 1.05rem;
        }
        p {
            font-size: .9rem;
        }
    }
} 

:where(.button--secondary, .button.dark-orange) :where(.heading.headingSix, .heading), .banner2col .b2c-links.nb3 .rich-link-list ul li:where(.button--secondary, .button.dark-orange) a .superhead {
    color: #333;
}

.banner2col .b2c-content p {
    font-weight: 800;
}
 
 .search-container {
	/*border: 1px solid red;
	*/
	 position: relative;
	 z-index: 5;
	 top: 0;
	 right: 0;
	/*margin-right: 20%;
	*/
	/*padding: 10px;
	*/
	 display: flex;
	 width: 50%;
	 left: 100%;
    transform: translateX(-100%);
    justify-content: flex-end;
    align-items: center;
}


.landing-page-degree .pullquote-secondary__quote, .landing-page-degree .pullquote-secondary__attribution, .landing-page-copa .pullquote-secondary__quote, .landing-page-copa .pullquote-secondary__attribution {
    padding: 0 3.125vw;
}
.landing-header:has(~ .search-container) .landing-header-menu {
    position: relative;
    top: 6px;
    /* left: 400px; */
}

.search-container.unset-margin {
    margin-bottom: -60px;
}

a.back-to-index {
    /* border: 1px solid red; */
    display: inline-block;
    /*width: 30%;*/
    margin: 6px;
    /*background: #5a751e;*/
    color: #5a751e;
    text-align: center;
    /*padding-top: 13px;*/
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    height: 100%;
    /*padding: 14px;*/
    padding: 0 15px;
}

a.back-to-index:hover {
    text-decoration: none;
    color: #4e641a;
}

.search-container .input-group-field:focus {
    border: none;
}

.search-container .search-bar {
    padding: 5px;
    width: 40%;
}
 .search-container .search-bar__form {
	 margin: 0;
	 border: 1px solid black;
}
 .search-container .search-bar__form svg {
	 height: 3rem;
    /* position: relative; */
    right: 0;
    top: 50%;
    width: 3rem;
    /* margin: 0.8125rem; */
    margin-right: 0.5rem !important;
    color: white;
    font-size: 34px;
    background: white;
    color: #6d8d24;
    padding: 10px;
    display: inline-block;
    transform: translateY(-50%);
    background: none;
}
 .search-container .search-bar__form svg:hover {
	 cursor: pointer;
}
 .search-container .search-bar__form {
	 display: flex;
}
 .search-container .search-bar__form .input-group {
	/*top: -1px;
	*/
	 transition: all 250ms ease;
	 width: 100%;
	 height: 100%;
	 opacity: 1;
	/*margin: 0px 20px;
	*/
}
 .search-container .search-bar__form div.copa-input-group.hide-input-group {
	 height: 0;
	 opacity: 0;
}
 .search-container .input-group-field {
	 height: 56px;
}
 .back-to-index:hover {
	 cursor: pointer;
	 text-decoration: underline;
}
 .banner2col .b2c-content a.back-to-index {
	/*position: absolute;
	 */
	 z-index: 5;
	 top: 0px;
	 right: 30px;
	 font-weight: bold;
	 text-transform: uppercase;
	 background: white;
	 color: #6d8d24 !important;
	 padding: 15px 10px;
	 width: 100%;
	 text-align: center;
}
 .search-container .search-bar--initialized {
	 display: flex;
}
 .search-container .search-bar__form svg {
	 margin: 0;
}
 .search-bar__form input {
	 border: white 1px solid;
}
@media only screen and (max-width: 1280px) {
    .landing-header:has(~ .search-container) .landing-header-menu {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    
    .landing-header ~ .search-container.unset-margin {
        margin-bottom: 0;
        top: 3px;
    }
}

@media only screen and (max-width: 900px) {
    .search-container:not(:is(.unset-margin)) {
        width: 75%;
    }
}
 
 @media only screen and (max-width: 850px) {
     .search-container {
         width: 100%;
         justify-content: center;
     }
     form.search-bar.search-bar--initialized {
        display: none;
     }
    html a.back-to-index {
        position: relative;
        margin: 10px;
        bottom: 2px;
    }
 }