/* ------------------------------------------*/
/*           Global Attributes                */
/* ------------------------------------------*/

.btn-primary {
background: #b4500d;
border: 1px solid #b4500d;
color: #fff !important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover:active,
.btn-primary.active:hover,
.btn-primary:focus:active,
.btn-primary.active:focus,
.btn-primary.focus:active,
.btn-primary.active.focus {
background: #b4500d;
border: 1px solid #b4500d;
opacity: 0.9;
}
a {
font-size: 1rem;
color: #00718e;
font-weight: bold;
}

a:hover {
color: #00718e;
}

ul {
font-size: 1rem;
}

#BottomSection {
background-color: #00718e;
}
p {
margin: 0 0 10px;
}
/*** Top Section Content ***/
.lsc-logo {
width: 20%;
}
.topMenuWrapper {
display: flex;
justify-content: end;
}
.top-row-content , .middle-row-content, .bottom-row-content {
display: flex;
align-items: baseline;
justify-content: end;
}
.top-row-content ul {
list-style: outside none none;
display: inline-flex;
}

.top-row-content ul li {
margin-left: 0.75rem;
text-transform: uppercase;
}

div#Cart {
border: none;
display: inline-flex;
align-items: baseline;
color: #00718e;
font-weight: bold;
}
div#Cart:hover {
background-color: transparent;
text-decoration: underline;
}
#Cart:focus-visible {
 text-decoration: underline;
outline: auto 1px;
outline-color: rgb(0, 95, 204);
outline-offset: 1px;
}
#Cart > span.fa {
margin-right: 0.5rem;
font-size: 20px;
}
span#SpanCart {
margin-right: 0.5rem;
font-size: 18px;
}
span#Sub-Total {
margin-right: 0.5rem;
font-size: 18px;
}
span#SubTotal {
font-size: 18px;
}

/** Navigation **/
.navbar-toggler {
border: 1px solid #fff;
margin: 8px 10px;
}
.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"); 
}

.lsc-nav {
background-color: #00718e;
padding-top: 0px;
padding-bottom: 0px;
}

.lsc-nav .nav-link {
color: #fff;
font-size: 1.1rem;
font-weight: bold;
}
.lsc-nav .nav-link.pseo-link {
background-color: #b4500d;
}

.lsc-nav .nav-link.pseo-link:focus {
background-color: #fff;
}


.lsc-nav .nav-item.pseo-item:hover, 
.lsc-nav .nav-item.pseo-item:hover .nav-link.pseo-link,
.lsc-nav .nav-item.pseo-item:hover .nav-link.pseo-link:hover,
.lsc-nav .nav-item.pseo-item:hover .nav-link.pseo-link:focus {
color: #b4500d;
background-color: #fff;
}

.lsc-nav #navbarNav {
justify-content: center;
}
.navbar-nav > li > a:hover, 
.navbar-nav > li > a:focus, 
.navbar-nav > li > .dropdown-menu > li > a:hover, 
.navbar-nav > li > .dropdown-menu > li > a:focus {
background-color: #fff;
color: #00718e;
}
.lsc-nav .nav-item:hover, 
.lsc-nav .nav-item:hover .nav-link {
background-color: #fff;
color: #00718e;
}
.dropdown-menu > li > a {
color: #00718e;
font-weight: bold;
font-size: 1rem;
}

.navbar-nav > li > .dropdown-menu > li > a:hover, 
.navbar-nav > li > .dropdown-menu > li > a:focus {
background-color: #00718e;
color: #fff;
}

/**********************/
/* 3 Buttons - Homepage */
/**********************/
#pre-3-buttons {
padding-bottom: 0px;
padding-top: 0px !important;
margin-top: 0 !important;
}

.pre-button-container {
/*max-width: 1170px;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;*/
}

.pre-button-row {
/*margin-right: -15px;
margin-left: -15px;*/
padding-top: 18px;
}

#pre-button-content {
padding-left: 0px;
padding-right: 0px;
}
.btn3-row {
/*margin-right: -15px;
margin-left: -15px;*/
}

.btn-column-container {
padding-left: 0;
padding-right: 0;
}

.btn-column-container > .btn-column-inner {
box-sizing: border-box;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}

.btn3-container.btn3-inline {
display: inline-block;
vertical-align: 100%;
}

div.home-top-button {
width: 100%;
display: block;
}

.btn-wrapper.two-but {
display: flex;
gap: 5px;
flex-direction: column;
}

.btn3-container {
margin-bottom: 21.74px;
max-width: 100%;
}

.btn3-container.half-but-cont {
margin-bottom: 0;
}

.general.btn3 {
display: inline-block;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
box-sizing: border-box;
word-wrap: break-word;
position: relative;
top: 0;
transition: all 0.2s ease-in-out;
line-height: normal;
box-shadow: none;
}

.btn3.btn3-shape-square {
border-radius: 0;
}

div.home-top-button a {
background-color: #006c86;
color: #fff;
font-size: 1.25em; /*Use for 3 tiles on homepage*/
/*font-size: 1.1em;*/ /*Use for 4 Tiles on Homepage*/
height: 80px;
width: 100%;
/* padding: 25px 25px; */
padding: 0;
display: flex !important;
align-items: center;
justify-content: center;
  font-weight: normal;
}
.general.btn3:hover,
.general.btn3:focus {
border: 1px solid transparent;
text-decoration: none;
background-color: #002e3a;
outline: 2px dotted #006c86;
}

.general.btn3.half-but {
height: 37.5px;
}

@media (max-width: 767px) {
.general.btn3.half-but {
height: 80px;
}

.btn3-container.half-but-cont {
margin-bottom: 21.74px;
}

.btn-wrapper.two-but {
gap: 0;
}
}

@media screen and (max-width: 767px) {
#pre-button-content {
padding: 10px 15px;
}
}

/**** Footer ****/
.footer-container p, 
.footer-container a,
.footer-container h3,
.footer-container h4 {
color: #fff;
}

.footer-container h3 {
font-size: 1.5rem;
}

.footer-container h4 {
margin-top: 20px;
margin-bottom: 10px;
}
.mid-col, .footer-logo-col {
text-align: center;
}

.footer-logo {
width: 40%;
}

#div_privacy, #Server {
background-color: #00718e;
color: #fff;
}
#div_privacy a {
color: #fff;
font-weight: 500;
}


/* ------------------------------------------*/
/*           SelectTermDept                 */
/* ------------------------------------------*/
.card-header {
background-color: #006c86;
border-color: #006c86;
color: #fff;
}

.card {
border-color: #006c86;
}

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

.ordering_hover_color_down_up {
color: #fff;
}

.form-control:focus,
#H_Search .searchMerchHor-button:focus-visible {
border-color: #006c86;
box-shadow: 0 0 8px #000;
outline: 0 none;
}

.Remove_Course,
.remove_enabled,
.remove_disabled {

}

/* ------------------------------------------*/
/*           CourseMaterials                */
/* ------------------------------------------*/

#Checkout_Button,
#Print_List,
#Bottom_Checkout {
color: #fff;
background-color: #b4500d;
border: 1px solid #b4500d;
}

.course_add_cart,
.add_cart {
background: #b4500d;
border: 1px solid #b4500d;
}

.course_add_cart:hover,
.add_cart:hover {
background: #b4500d;
border: 1px solid #b4500d;
opacity: 0.9;
}

/** Merch **/
.pageHelp {
margin-top: 0px;
}

/** Custom Page / SiteText Content **/

.heading {
font-size: 56px;
margin: 0 auto;
text-align: center;
}
.inner {
box-sizing: border-box;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.tile a, .tile-wrap a {
font-size: 16px;
color: #006c86;
width: 100%;
}
.tile {
background: #eee;
padding: 10px 0;
margin-bottom: 20px;
text-align: center;
}
.tile a:hover,
.tile a:focus,
.tile a:active {
color: #fff;
text-decoration: none;
}
.content.tile:hover {
background: #006c86;
}

.tile-wrap a:hover,
.tile-wrap a:active {
color: #fff;
text-decoration: none;
}
.tile-wrap a:focus {
    text-decoration: none;
}
#textbook-purchasing,
#contentSection {
min-height: 600px;
}

.checkcontainer {
padding: 10px;
border: 1px solid #ddd;
background-color: #f6f6f6;
border-radius: 3px;
}

.confirmbuttonContainer {
margin-top: 1rem;
text-align: center;
}
.confirmbutton {
display: inline-flex;
padding: 15px;
text-decoration: none;
color: #fff;
background-color: #006c86;
border: 1px solid #006c86;
border-radius: 3px;
text-align: center;
}
.confirmbuttonContainer a.confirmbutton:hover {
color: #fff;
text-decoration: none;
background-color: #00718e;
}
.title {
background-color: #009ab5;
opacity: 0.8;
margin-top: -70px;
height: 50px;
}
.title > h1 {
color: #fff;
text-align: center;
font-weight: 600;
}

.accordion-button {
font-size: 1.25rem;
}

/** MEDIA QUERIES **/

@media (min-width: 1200px) and (max-width: 1399px) {
div.home-top-button a {
font-size: 1.1em;
}
.footer-logo {
width: 45%;
}
}
@media (min-width: 992px) and (max-width: 1034px) {
.top-row-content a {
font-size: 0.9rem;
}
#Cart > span#SpanCart > *, #Cart > span#Sub-Total, #Cart > span#SubTotal {
font-size: 0.9rem;
}
#Cart > span.fa {
font-size: 16px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.footer-logo {
width: 75%;
}
}
@media (max-width: 991px) {
.footer-logo-col {
text-align: center;
}
.footer-logo {
width: 30%;
margin-top: 10px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.lsc-logo {
width: 75%;
}

}
@media (max-width: 767px) {
.logo {
text-align: center;
margin-bottom: 1.5rem;
}
.lsc-logo {
width: 40%;
}
.map-iframe iframe {
width: 100%;
}
.top-row-content, .middle-row-content, .bottom-row-content {
justify-content: center;
}
.navbar-nav > li > .dropdown-menu > li > a {
padding: 10px 20px;
}
ul.dropdown-menu.show {
background-color: #fff;
margin-top: 0;
}
a.nav-link.dropdown-toggle.show {
color: #00718e;
background-color: #fff;
}
.lsc-nav .nav-item:hover, 
.lsc-nav .nav-item:hover .nav-link {
margin-top: 0.25rem;
}
.title {
height: 40px;
margin-top: -60px;
}
}
@media (max-width: 575px) {
.lsc-logo {
width: 30%;
}
.footer-logo {
width: 35%;
}
.mobile-padding {
padding-left: 5px;
}
.top-row-content ul {
padding-left: 0;
font-size: 15px;
margin-bottom: 5px;
}
.top-row-content ul li {
margin-left: 0.5rem;
}
.top-row-content ul li a {
font-size: 15px;
}
#Cart > span.fa {
font-size: 18px;
}
#Cart > span#SpanCart > *, 
#Cart > span#Sub-Total, 
#Cart > span#SubTotal {
font-size: 15px;
}
.backCart {
margin-top: 0.5rem;
}
}
@media (max-width: 454px) {
.footer-logo {
width: 40%;
}
.top-row-content ul {
font-size: 14px;
}
.top-row-content ul li {
margin-left: 0.5rem;
}
.top-row-content ul li a {
font-size: 14px;
}
#Cart > span#SpanCart > *, 
#Cart > span#Sub-Total, 
#Cart > span#SubTotal {
font-size: 14px;
}
}
@media (max-width: 430px) {
.top-row-content ul li {
margin-left: 0.25rem;
}
}
@media (max-width: 403px) {
.mobile-padding {
padding-left: 0;
padding-right: 0;
}
.top-row-content ul li {
margin-left: 0.15rem;
}
.top-row-content ul li a {
font-size: 13px;
}
.footer-logo {
width: 45%;
}
}
@media (min-width: 768px) {
.lsc-nav .navbar-nav .dropdown-menu {
min-width: 225px;
}
}