body {
    background-color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    background-position: center top;
    background-repeat: repeat-x;
}

.card-header {
    color: white;
    background-color: #333333;
   border-color: #333333;
}

.card {
    border-color: #333333;
}

.ordering_enabled,
.add_another_course_button_enabled,
.crn_button,
.book_search_button {
    color: #333333;
}

.btn-primary {
    color: #fff;
    background-color: #333333;
    border-color: #000;
}

.btn-primary:link,
.btn-primary:visited {
    color: #fff;
    background-color: #333333;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
    color: #fff;
    background-color: #333333 !important;
    border-color: #000;
    opacity: .75;
}

.contain-fluid,
.container-fluid {
    width: 100%;
    background-color: #fff;
   max-width: 100%; 
}

h1.title {
    text-align: center;
}
/*global links styling*/

a:link,
a:visited {
    color: black;
}

a:focus,
a:hover,
a:active {
    color: black;    
    text-decoration: none;
    text-underline-position: under;    
}
.address a {
color: #fff;
font-size: inherit;
}

.information a {
color: #fff;
font-size: 20px;
}
.information a:hover {
text-decoration: underline;
}
.checkoutHighlighted {
    border-bottom: 4px solid #A10022;
    color: #A10022;
}



/*        Header Section          */

/*don't display iCM menu in footer*/
div#Cart {
display: none;
}


/* grey bar */

.top-grey-bar {
    height: 48px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.topmost-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style-type: none;
    padding-top: 11px;
    max-width: 500px;
    margin-right: 14px;
    margin-left: 0;
    padding-left: 0;
}

.pipe {
    color: #fff;
}


.raised {
    position: relative;
    bottom: 8px;
}

.full-width-container {
    width: 100%;
}

.full-width-container.top-grey-bar {
    background-color: #333333;
}

.material-icons {
    color: #fff;
}

span.caret {
    display: none;
}

span.raised.signup,
span.raised.my-account {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

span.raised.signup:hover,
span.raised.my-account:hover {
    text-decoration: none;
}

span.fa.fa-user-circle {
    margin-left: 30px;
    font-size: 15px;
    color: #fff;
}

span.raised.my-account {
    bottom: 0px;
}

.logoAndCart {
    background-color: #fff;
    align-items: center;
}



img.desklogo {
    width: 100%;
}

.span-cart-items {
    margin-left: 5px;
   background-color: transparent;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #000;
    line-height: 1.6em;
    text-align: center;
    width: 1.6em;
   font-size: 1.5rem;
}

.searchMerchHor-button {
    background-color: #A10022;
    border-radius: 0;
}
 span.glyphicon.glyphicon-search {
         color: #fff;
         font-size: 16px;
 }

input#usr::PLACEHOLDER {
    COLOR: #333333;
    FONT-WEIGHT: 500;
}

.dropdown-menu > li > a {
    padding: 5px 30px;
}

/*Homepage Hours CSS */
.hours-container {
    background-color: #6d6f72;
    padding: 15px;
}
.hours-row {
    margin: 0 auto;
    text-align: center;
}
.hour-title {
margin-bottom: 15px;
}
.hours-container p {
    font-size: 20px;
    color: #fff;
}


@media (min-width:1200px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav {
        margin-left: -3%;
        float: right;
        width: 100%;
        white-space: nowrap;
        padding-left: 0;
        padding-right: 0;
    }


    .navbar-nav > li > a {
        background-color: transparent;

    }

    ul.navbar-nav > li.shopping-cart::after {
        border-right: 0px;
    }

    ul.navbar-nav > li.navmenu > a {
        font-size: 13px;
        padding-left: 6px;
        text-align: center;
    }



    .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }


    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }

    .nav.navbar-nav {
        text-align: center;
    }

    .nav.navbar-nav * {
        text-align: center;
    }
}

@media (max-width:1199px) {
    .logo {
        text-align: center;
    }
}


/*     For mobile device only      */

@media(max-width: 414px) {


    .contain-fluid {
        width: 100%;
    }

    img#footer-image {
        text-align: -webkit-center;
    }

    .giftCardBlock > img {
        margin: 0 auto;
        width: -webkit-fill-available;
    }

    .footer-par {
        text-align: center;
        width: -webkit-fill-available;
    }

    span.raised.signup,
    span.raised.my-account {
        font-size: 11px;
    }

}

.shopping-cart > ul.dropdown-menu {
    min-width: 250px;
}

div#H_Search {
    border: 3px solid #A10022;
}

.searchBox.form-control {
    border: 0px;
}

.btn-default {
    border-color: transparent;
}

.btn-default:hover {
    border-color: transparent;
}

.dropdown-menu > li > a {
    font-size: 14px;
}

/*------------------------------------------------------------------*/

/*                                 Footer Section                   */

/*------------------------------------------------------------------*/

.footer-contain-fluid {
    background-color: transparent;
}

.bottom {
    background-color: transparent;
    width: 90%;
    position: relative;
    margin-left: 5%;
}




.footer-container {
    width: 101%;
    min-height: 180px;
    background: transparent;
    color: #fff;
    display: flex;
    justify-content: space-around;
    margin-top: 0px;
    margin-left: -4px;
}




@media (max-width:1199px) {
    .footer-container {
        flex-direction: column;
        align-items: left;
        justify-content: flex-start;
        margin-top: 10px;
    }

    .footer-par {
        text-align: center;
    }

    div.footer-par:nth-child(3) {
        text-align: -webkit-center;
    }

    p.address {
        margin-top: 10px;
    }

}


@media (min-width: 1200px) {
    .footer-par {
        padding-top: 30px;
        width: 30%;
    }

    .footer-par:first-child::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 70%;
        top: 22%;
        left: 30%;
        border-right: 3px dotted #4C4C4C;
    }

    .footer-container::after {
        content: "";
        position: absolute;
        height: 2px;
        width: 80%;
        left: 10%;
        top: 110%;
        border-bottom: 2px solid #656565;
    }

    p.address {
        margin-left: 0%;
        margin-top: 9px;
      line-height: 28px;
    }

    img#footer-image {
        margin-left: -27px;
    }

    div.footer-par:nth-child(3) > p:nth-child(1) {
        width: 20%;
    }

    span.fa.fa-user-circle {
        margin-left: 30px;
    }
}

.footer-par:nth-child(1) {
    padding-top: 57px;
}

.footer-par:nth-child(2) {
    padding-top: 60px;
}

.footer-par:nth-child(3) {
    padding-top: 60px;

}



div.footer-par:nth-child(3) > p:nth-child(2) {
    padding-top: 10px;
    width: 75%;
}

li.fa {
    color: #fff;
}

.social_icon a span.fa {
    color: #fff;
    font-size: 30px;
    margin-right: 15px;
    padding-top: 10px;

}

div.footer-par:nth-child(3) > p:nth-child(1) {
    width: 20%;
    padding-bottom: 10px;
}



span.fa.fa-user-circle.footer {
    margin-right: 10px;
    font-size: 20px;
}
.shopping-cart {
text-align: center;
}

span.fa.fa-shopping-cart {
color: #fff;
font-size: 1.75rem;
}
span.fa.fa-shopping-cart.fa-header-cart {
color: #000;
}

span.fa.fa-facebook-square:hover {
    color: #3b5998;
}

span.fa.fa-twitter-square:hover {
    color: #4099ff;
}

span.fa.fa-instagram:hover {
    color: #e4405f;
}

span.fa.fa-youtube:hover {
    color: red;
}

ul.shopping-icon > li > span.fa {
    font-size: 24px;
    margin-right: 12px;
}

ul.shopping-icon {
    list-style-type: none;
    margin-left: -11px;
    margin-top: 10px;
}

ul.shopping-icon > li {
    display: inline-block;
    margin-right: 21px;
}

ul.shopping-icon > li > a {
    color: white;
    font-size: 20px;
}

.login_signup {
    margin-left: 25px;
}

.LOGIN_SIGNUP a {
    color: white;
    font-size: 20px;
}

.LOGIN_SIGNUP a:hover, ul.shopping-icon > li > a:hover, ul.shopping-icon > li > a:hover {
     text-decoration: underline
}

ul.information {
    list-style-type: none;
    margin-left: -14px;
    margin-top: 20px;
}

ul.information > li {
    margin-bottom: 5px;
}

p.title {
    font-weight: bold;
}

.signup_box {
    display: inline-block;
    border: 5px solid #4c4c4c;
    background-color: #4c4c4c;
    margin-top: 15px;
}

input#signupemail {
    width: 232px;
    border: 0px solid #4c4c4c;
    background-color: #333333;
}

button.button {
    background-color: #4c4c4c;
    border: 4px solid #4c4c4c;
}

#div_privacy,
#Server {
    display: none;
}


ul.Privacy_Server > li {
    display: inline-block;
    color: white;
}

ul.Privacy_Server > li > a {
    color: white;
}

.Privacy_Server_Section {
    text-align: center;
    margin-top: 67px;
}

.contain-fluid,
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;

}

ul.Privacy_Server > li:nth-child(1),
ul.Privacy_Server > li:nth-child(2) {
    color: grey;
}

/*                 Item image        */
img.img-thumbnail.One_Dynamic_Image {
    width: 250px;
    height: 250px;
}
/**** ICM Styling ***/
div#designLog, div#publishLog {
color: #fff;
}

/** BS5 ADDITIONS ***/
.accoount-col {
text-align: center;
}
.acount-link {
font-size: 1.5rem;
}
.navbar-nav > .shopping-cart > a, .navbar-nav > .shopping-cart > a:hover, .navbar-nav > .shopping-cart > a:hover:focus, .navbar-nav > .shopping-cart > a:visited, .navbar-nav > .show.shopping-cart > a, .navbar-nav > .show.shopping-cart > a:hover, .navbar-nav > .show.shopping-cart > a:focus, .navbar-nav > .show.shopping-cart > a:visited {
background-color: #A10022;
color: #fff;
justify-content: center;
}
.dropdown-toggle::after {
display: none;
}
.bg-light {
border-color: #e7e7e7 !important;
}
#h_nav {
min-height: 50px;
background-color: #c5112e;
border-radius: 0;
}
#h_nav > .container-fluid {
padding-left: 0;
padding-right: 0;
}
#h_nav > .container-fluid > .navbar-collapse {
padding-right: 0;
padding-left: 0;
}
.navmenu > .nav-link {
justify-content: center;
}
.navbar-nav .show > .nav-link, .navbar-nav .nav-link.active, .navmenu > .nav-link:hover, .navmenu > .nav-link:active {
background-color: #e7e7e7;
}
input#bestSeller {
color: #fff;
}
.carousel-indicators {
z-index: 3;
}
.carousel-indicators [data-bs-target] {
width: 15px;
height: 15px;
background-color: #fff;
}
.merchTitle_Section {
padding-left: 0;
padding-right: 0;
}
.featuredWrap, .checkoutWrap {
border: none !important;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #000;
    background-color: transparent;
    border-color: #A10022;
    border-bottom: 4px solid #A10022;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.nav-tabs {
border-bottom: 2px dotted #999;
width: 50%;
margin-left: 3.5rem;
}

.nav-tabs .nav-link {
    color: #000;
    border: none;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    background-color: #eee;
    border: none;
    border-radius: 0;
}
@media (max-width: 1199px) {
#h_nav {
width: 100%;
}
.dropdown-menu.show {
    text-align: center;
    border: none;
}
.dropdown-menu:not(.show) {
display: none !important;
}
.dropdown:hover >.dropdown-menu.show {
display: block;
}
#H_Search > .input-group  {
margin-top: 0px;
}
}
@media (max-width: 991px) {
    .nav-tabs {
        width: 100%;
        margin-left: 0px;
    }
}
@media (min-width: 992px) {
    .ps-lg-6 {
        padding-left: 3.5rem !important;
    }
}

/*** iCM Styling ***/
.iCM_Menu-container {
background-color: transparent;
}

.navbar-nav.iCM_Navbar-ul {
margin-left: 30px;
}

.nav-link.iCM_nav-link.dropdown-toggle:after {
display: inline-block;
}

.iCM_nav.nav-item.dropdown::after {
border: none;
}

/** MerchList Grad Banner CSS **/
.grad-type-container {
    display: flex;
    background-color: #a10022;
    padding: 0.3rem 0;
}
.img-place-l img, .img-place-r img {
    max-width: 15%;
}
.img-place-l, .img-place-r {
text-align: center;
width: 30%;
}
.grad-type-text-container {
    width: 50%;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.grad-type-title {
font-size: 1.75rem;
}
.grad-type-text {
    font-size: 1.35rem;
}
@media (max-width: 1796px) {
.grad-type-text {
font-size: 1.25rem;
}
}

@media (max-width: 1663px) {
.grad-type-text {
font-size: 1.15rem;
}
}

@media (max-width: 1529px) {
.grad-type-text {
font-size: 1.05rem;
}
}
@media (min-width: 1400px) and (max-width: 1529px) {
.img-place-l img, .img-place-r img {
max-width: 18%;
}
}
@media (min-width: 1200px) and (max-width: 1399px) {
.img-place-l img, .img-place-r img {
max-width: 28%;
}
.grad-type-text-container {
width: 75%;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.grad-type-text {
font-size: 0.9rem;
}
.grad-type-title {
font-size: 1.5rem;
}
.img-place-l img, .img-place-r img {
max-width: 28%;
}
.grad-type-text-container {
width: 75%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.grad-type-text {
font-size: 0.7rem;
}
.grad-type-title {
font-size: 1.25rem;
}
.img-place-l img, .img-place-r img {
max-width: 28%;
}
.grad-type-text-container {
width: 75%;
}
}
@media (max-width: 767px) {
.grad-type-text {
font-size: 14px;
}
.grad-type-title {
font-size: 22px;
}
.img-place-l img, .img-place-r img {
max-width: 60%;
}
.grad-type-text-container {
width: 75%;
}

}
@media (max-width: 500px) {
.grad-type-title {
font-size: 20px;
}
.grad-type-text {
font-size: 12px;
}
.img-place-l img, .img-place-r img {
max-width: 75%;
}
}

@media (max-width: 428px) {
.grad-type-title {
font-size: 18px;
}
.grad-type-text {
font-size: 10px;
}
}

/* 2024 Updates */
.social-links a {
position: relative;
display: inline-block;
vertical-align: middle;
width: 3em; 
height: 3em;
line-height: 2em;
}
@media (min-width: 1680px) {
.social-links a {
width: 3.75em;
height: 3.75em;
}
} 
.fa-white {
color: #fff;
}

.tiktok-svg {
position: relative;
top: -4px;
left: 12px;
bottom: 0;
right: 0;
}
a.account-link {
font-size: 1.2em;
}

.hours-overlay {
position: absolute;
z-index: 3;
top: 25px;
left: 0;
right: 0;
bottom: 0;
height: 0;
}

.hours-overlay-content {
padding-left: 1rem;
font-size: 24px;
color: #fff;
}


/*** Mega Menu Styles **/
.custom-nav-bg {
background-color: #c5112e;
}
.custom-nav .dropdown-menu:not(.show) {
display: none !important;
}
.dropdown:hover > .dropdown-menu.show {
display: block;
}
.custom-nav .dropdown-toggle::after {
margin-left: 0;
}
.custom-nav .dropdown-menu {
background-color: #d4e0e0;
}
.menu-large {
position: static;
text-align: center;
}
.dropdown-menu-large {
padding-top: 20px;
padding-bottom: 20px;
padding-left: 40px;
padding-right: 40px;
}
.mega-menu-col-link {
font-size: 1rem;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 3px;
color: #000;
font-weight: bold;
}
.mega-menu-col-link:hover {
text-decoration: underline;
cursor: pointer;
color: #000;
}
.mega-menu-col-sub-header {
font-size: 14px;
margin-top: 10px;
}
.mega-menu-sub-text {
font-size: 10px;
}
.custom-nav .navbar-nav > li > a{
font-size: 1rem;
color: #fff;
font-weight: 500;
text-transform: uppercase;
}
.custom-nav .navbar-nav > li > a:hover,
.custom-nav .navbar-nav > li > a:focus {
background-color: #d4e0e0;
color: #000;
}
.mega-menu-col-header {
font-weight: 700;
text-decoration: underline;
}
.custom-nav span.fa.fa-home {
font-size: 25px;
}
.custom-nav .navbar-nav.nav {
width: 100%;
justify-content: space-evenly;
}
/** Mobile Nav Menu **/
.navbar-toggler-icon { 
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); 
} 
.navbar-toggler {
border: 1px solid #fff;
margin: 8px 10px;
}
.mobile-search {
width: 90%;
}

/*** Textbook Updates - 2025 **/
.btn-textbooks:link, .btn-textbooks {
background-color: #c5112e;
color: #fff !important;
font-size: 1.5rem;
width: 25%;
padding: 10px 12px;
}
.btn-textbooks:hover, .btn-textbooks:focus, .btn-textbooks:active {
background-color: #9d0d24;
}
.phone-heading {
font-size: 2.5rem;
}
.email-textbooks {
font-size: 1.25rem;
}
.digital-notice {
border: 1px solid #000;
padding: 0.5rem;
width: 60%;
margin: 1rem 0;
}
.icons img {
width: 10%;
}
.story-content {
display: flex;
flex-direction: row;
position: absolute;
top: 15%;
width: 100%;
max-width: 1296px;
}
.story-left, .story-right {
width: 50%;
display: flex;
align-items: center;
flex-direction: column;
justify-content: space-evenly;
padding: 1rem 0;
}
.story-image {
opacity: 0.4;
}
.accordion-button {
font-weight: bold;
}

a.faq-link {
color: #A10022;
font-weight: bold;
}

a.faq-link:hover {
text-decoration: underline;
}

.green-text {
color: #387a3d;
line-height: 1.75;
font-size: 1.25rem;
margin-top: 1.5rem;
}
.green-border {
border: 3px solid #387a3d;
padding: 1rem 0;
}
.trc-header {
font-size: 3rem;
}

@media (max-width: 1433px) {
.fa-login-reg, span.fa.fa-shopping-cart{
font-size: 1.75rem;
}
}
@media (min-width: 1200px) and (max-width: 1399px) {
.hours-overlay {
top: 15px;
}
.fa-login-reg, span.fa.fa-shopping-cart {
font-size: 1.5rem;
}
a.account-link {
font-size: 0.9rem;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
/** Header **/
.fa-stack-2x, .fa-2x {
font-size: 1.5em;
}
.tiktok-svg {
top: -2px;
left: 6px;
width: 22px;
height: 22px;
}
a.account-link {
font-size: 0.78rem;
}
.hours-overlay {
top: 10px;
}
.hours-overlay-content {
font-size: 20px;
}
.fa-login-reg, span.fa.fa-shopping-cart {
font-size: 1rem;
}

.span-cart-items {
font-size: 1rem;
}
.story-content {
max-width: 936px;
top: 10%;
}
.btn-textbooks:link, .btn-textbooks {
width: 35%;
}
.digital-notice {
width: 85%;
}

/** Menu Nav **/
.custom-nav .navbar-nav > li > a {
padding: 10px 7px;
}
}
@media (max-width: 991px) {
.hours-overlay-content {
font-size: 16px;
}
div#H_Search {
max-width: 100%;
border: 3px solid #000;
}
.searchMerchHor-button {
background-color: #fff;
}
span.glyphicon.glyphicon-search {
color: #A10022;
}
.searchBoxHor-input {
border-radius: 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.social-links a {
width: 2em;
height: 2em;
}
.fa-stack-2x, .fa-2x {
font-size: 1.5em;
}
.tiktok-svg {
top: -3px;
left: 6px;
width: 22px;
height: 22px;
}
.account-col {
padding-left: 5px;
}

.custom-nav .navbar-nav > li > a {
justify-content: center;
}
#Search {
padding-left: 0;
padding-right: 0;
}

.story-content {
top: 5%;
}
.btn-textbooks:link, .btn-textbooks {
width: 35%;
}
.digital-notice {
width: 100%;
}
}
@media (min-width: 768px) and (max-width: 810px) {
#btn-find-textbooks {
width: 40%;
}
}
@media (max-width: 767px) {

.fa-stack-2x, .fa-2x {
font-size: 1.5em;
}
.tiktok-svg {
top: -3px;
left: 6px;
width: 22px;
height: 22px;
}
.account-col {
text-align: center
}
a.account-link {
padding-right: 1rem;
font-size: 2em;
}
.story-content {
top: 5%;
}
.btn-textbooks:link, .btn-textbooks {
width: 50%;
}
.digital-notice {
width: 100%;
}
.social-links {
text-align: center;
}
.social-icon-link {
margin-bottom: 0.5rem;
}
#Logo {
padding-right: 0 !important;
}

.fa-login-reg, span.fa.fa-shopping-cart {
font-size: 2.75rem;
}
.trc-logo {
padding-left: 0;
padding-right: 0;
text-align: center;
}
.mobile-search {
width: 75%; 
}
}
@media (max-width: 575px) {
#btn-find-textbooks {
width: 60%;
}
a.account-link {
font-size: unset;
} 
.social-links a {
width: 2.25em;
height: 2.25em;
} 
.fa-login-reg, span.fa.fa-shopping-cart {
font-size: 2.25em;
} 

}
@media (max-width: 535px) {
.btn-textbooks:link, .btn-textbooks {
width: 60%;
font-size: 1.25rem;
}
}
@media  (max-width: 498px) {
a.account-link {
padding-right: 0.25rem;
}
.btn-textbooks:link, .btn-textbooks {
padding: 6px;
}
.story-left img {
margin-left: 0.5rem;
}
}
@media  (max-width: 474px) {
.story-content {
top: 3%;
}
}
@media  (max-width: 445px) {
.btn-textbooks:link, .btn-textbooks {
padding: 8px 10px;
width: 50%;
font-size: 1.2rem;
}
}
@media  (max-width: 429px) {
a.account-link {
padding-right: 0;
}
.btn-textbooks:link, .btn-textbooks {
font-size: 16px;
}
.story-content {
top: 2%;
}
}
@media  (max-width: 390px) {
a.account-link {
font-size: 13px;
}
}

@media (max-width: 345px) {
.btn-textbooks:link, .btn-textbooks, #btn-find-textbooks  {
width: 100%;
}
}

@media (min-width: 992px) {
/** Menu Nav **/
.custom-nav .dropdown:hover > .dropdown-menu {
z-index: 9999;
}
.custom-nav .dropdown:hover > .dropdown-menu.large-drop {
width: 50%;
z-index: 9999;
}
.custom-nav .dropdown:hover > .dropdown-menu.small-drop {
width: 15%;
z-index: 9999;
}
.d-lg-unset {
display: unset !important;
} 
}


/** -------------------- Swoop's Corner Styling --------------------**/
/** -------------------- Swoop's Corner Styling --------------------**/
/** -------------------- Swoop's Corner Styling --------------------**/
#swoop-title-container {
  background: #c30432;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}
#swoop-title-container img{
  width: 20%;
}

#swoop-title-container h1 {
  margin: 0 1em;
   font-size: 5em;
  text-align: center;
 font-weight: 700;
}

#swoop-main {
  margin: 50px auto;
  overflow-wrap: break-word;
  box-sizing: border-box;
  text-wrap: pretty;
}
#swoop-info, #swoop-process, #swoop-pricing{
  width: 70%;
  margin: 50px auto;
}

#swoop-info h2, #swoop-process h2 {
  text-align: center;
 margin-bottom: 30px;
}

#process-card-section {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}

.process-card {
  background: #c30432;
  color: white;
  padding: 30px;
  width: 30%;
  min-width: 120px;
  margin: 0 1% 30px 1%;
  position: relative;
}
.process-card:nth-child(2) {
  background: #ab1723;
}
.process-card:nth-child(3) {
  background: #801318;
}
.process-card svg {
  width: 50px;
  max-width: 15%;
margin-bottom: 20px;
}

#swoop-pricing {
  color: white;
}
.pricing-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;

}

#swoop-pricing .col-1 {
  width: 50%;
  background: #c30432;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
margin: 0;
padding: 5px;
}

.price-menu{
  width: 100%;
}
.col-2 .in-person-text{
  grid-area: in-person;
  font-size: 1.25rem;
  align-self: end;
}
.col-2 .corner-text{
  grid-area: corner;
  font-size: 1.875rem;
  font-weight: 700;
  align-self: center;
}
.col-2 .green-eags-text{
  grid-area: green-eags;
  align-self: end;
  width: 100%;
}
.col-2 .green-eags-logo{
  grid-area: logo;
  width: 50%;
 margin-top: 20px;
  justify-self: center;
}
.col-2 .swoop-point{
  grid-area: swoop-point;
  max-width: 100%;
width: 100%;
  align-self: end;
  justify-self: end;
}
#swoop-pricing .col-2 {
  background: #c30432;
  width: 50%;
  padding: 20px 30px;
  display: grid;
  grid-template-columns: 50%,50%;
  grid-template-rows: 20%, 20%, 40%, 20%;
  column-gap: 10px;
 grid-template-areas:
    "in-person in-person"
    "corner swoop-point"
    "green-eags swoop-point"
    "logo  swoop-point";
  align-items: start;
}


@media only screen and (max-width: 1500px){
  #swoop-pricing .col-2{
    grid-template-areas:
    "in-person in-person in-person in-person"
    "corner corner corner corner"
    "green-eags green-eags swoop-point swoop-point"
    "logo logo swoop-point swoop-point";
  }
}

@media only screen and (max-width:1000px){
  #swoop-main {
    width: 80%;
  }
  #swoop-title-container {
    padding: 20px 0;
  }
  #swoop-title-container h1 {
    font-size: 1.75em;
    margin: 0 0.5em;
  }
}
@media only screen and (max-width: 810px){
  #process-card-section {
    flex-direction: column;
  }
  .process-card {
    min-width: 100px;
    width: 100%;
    margin: 0 0 30px 0;
  }
  #swoop-title-container h1 {
    font-size: 1em;
  }
 .swoop-hidden {
    display: none;
  }
  .pricing-container {
    flex-direction: column-reverse;
  }
  #swoop-pricing .col-1 {
    width: 100%;
  }
  #swoop-pricing .col-2 {
    width: fit-content;
  }
  .col-2 p{
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 480px){
  #swoop-title-container{
    box-sizing: border-box;
    width: 100%;
  }
  .in-person-text{
    font-size: 1rem;
  }
  .corner-text{
    font-size: 1.5rem;
  }
  .green-eags-text{
    font-size: 0.75rem;
  }
}

/*-------------------- Green Eags Styling --------------------*/
/*-------------------- Green Eags Styling --------------------*/
/*-------------------- Green Eags Styling --------------------*/
#big-green-container{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #d5e3d5;
/*background: #f4eee0; */
  position: relative;
  overflow: hidden;
}

#ivy-container {
  display: flex;
  flex-wrap: none;
  justify-content: space-between;
  z-index: -99;
  position: absolute;
  top: -30px;
  z-index: 0;
}

.ivy-border {
  width: 60%;
}

.ivy-border:nth-child(2){
   transform: scaleX(-1);
    z-index: -1;
}

#greenEagsContainer {
  z-index: 5;
  margin-top: 100px;
}

.green-h1 {
  color: #0c7241;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.green-paragraph {
  color: #000;
  text-align: center;
  font-size: 1.5rem
  line-height: 0.75rem;
  padding: 30px 0;
  width: 60%;
  margin: 0 auto;
  border-bottom: 2px solid #0c7241;
}

.rows-container {
  margin: 0 auto;
  padding-top: 40px;
  width: 70%;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
}
.green-row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px
}
.green-col-1 {
  width: 50%;
}
.green-col-2 {
  width: 50%;
}
.img-holder {
  width: 40%;
}
.green-box {
  background: #507249;
  max-height: calc(100%-80px);
  padding: 10% 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: white;
}
.green-box a{
  color: white;
  font-weight: 600;
  font-size: 1rem
}
.green-box img{
  margin-top: 20px;
}
.refried-logo{
  border-radius: 20px;
}
.box-right {
  border-radius: 0 20px 20px 0;
}
.box-left {
  border-radius: 20px 0 0 20px;
}
.green-image {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  background: #507249;
}
.refried-logo {
  width: 60%;
  margin: 0 20%;
}
.green-eags-logo {
  width: 30%;
}

@media only screen and (max-width: 1200px) {
  .green-box {
    padding: 5% 20px;
  }
  .rows-container {
    width: 90%;
  }
  .ivy-container{
    z-index: 100;
    top: 0;
  }
  .ivy-border:nth-child(1) {
    left: -15%;
  }
  .ivy-border:nth-child(2) {
    left: 15%;
  }
  #greenEagsContainer {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .green-row {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .green-col-1,
  .green-col-2 {
    width: 100%;
  }
  .box-right,
  .box-left {
    border-radius: 20px;
    margin-top: 20px;
  }
  #greenEagsContainer{
    margin-top: 40px;
  }
}

