/*-------------------Global Styling----------------*/

.pageHelp {
	display: none;
}
F p {
	margin-bottom: 15px;
}
/*page highlight color change*/
::selection {
	background: #8248ae; /* WebKit/Blink Browsers */
	color: #fff;
}
::-moz-selection {
	background: #8248ae; /* Gecko Browsers */
	color: #fff;
}

.merchTitle {
	color: #510c76;
	font-size: 16px;
        font-weight: bold;
}
F .container-fluid {
	padding: 0 !important;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
}

#contentSection {
	padding: 0;
}

.container-fluid {
	padding: 0 !important;
}

.STTHeader,
.page_header,
.page-header {
	color: #8248ae;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}

.subHeader {
	color: #8248ae;
}
#H_Search {
	padding-left: 20px;
}
/*----------tip top message------------*/
.tiptop {
	min-height: 40px;
	background-color: #e5e5e5;
}
.ttmessage {
	color: #3e3e3e;
	font-size: 14px;
	text-align: center;
	padding-top: 9px;
	font-weight: 700;
}

/*---------------------Nav Bar Styling----------------*/

#topLogoBar {
	display: flex;
	align-items: center;
	min-height: 110px;
}

#topLogo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 5%;
	width: 45%;
}

/*#innerLogoWrapper {
	max-width: 325px;*/
}
#innerLogoWrapper img{
max-width: 325px;
}
#topLogo img {
	margin-top: 20px;
	margin-bottom: 10px;
}

#topMenu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 45%;
	margin-right: 5%;
}

#topMenu a {
	color: #510c76;
}

#topMenu > a:nth-child(1),
#topMenu > a:nth-child(2) {
	margin-right: 30px;
}

#topMenu .fa {
	margin-right: 3px;
}

#navbarWrapperContainer {
	padding-left: 0px;
	padding-right: 0px;
}

.navbarHeader {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.navbar {
	background-color: #f8f8f8;
	width: 100%;
	border-style: none;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	border-radius: 0px;
	min-height: 70px;
}

#navbarInnerWrapper {
	display: flex;
	justify-content: center;
	width: 100%;
	min-height: 50px;
}

.navbarMain {
	width: 80%;
	flex-grow: 6;
	text-align: left;
	margin: 0px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	float: none;
}

.navbar-nav {
	margin: 0px;
}

.navbar-nav > li {
	float: none;
	display: inline-block;
}

.navMenuButton {
	margin-bottom: auto;
	margin-top: auto;
}

.navMenuLink {
	font-weight: bold;
	text-align: center;
	font-size: 17px;
	padding: 25px 20px !important;
}

.navMenuLink:hover,
.navMenuSubLink:hover {
	background-color: #510c76 !important;
	color: #fff !important;
}

.navbar-default .navbar-nav > li > a {
	color: #510c76;
}

.dropdown-menu {
	background-color: #f8f8f8;
	padding: 0px;
	margin-top: 0px !important;
	border-style: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.dropdown-menu > li > a,
.dropdown-submenu > li > a {
	color: #510c76;
	font-size: 15px;
}

.dropdown-menu > li > a:hover {
	color: white !important;
	background-color: #510c76 !important;
}

.navbar-default .navbar-nav > li > a:focus {
	color: white !important;
	background-color: #510c76 !important;
}

.menuOpen {
	color: white !important;
	background-color: #510c76 !important;
}

.form-group,
.displayb {
	margin-bottom: 0px;
}

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

.navbar-toggle {
	margin-right: 25px;
}

@media (max-width: 767px) {
	#topLogoBar {
		flex-direction: column;
	}

	#topLogo {
		width: 100%;
		justify-content: center;
		margin-left: 0px;
		padding-left: 5px;
		padding-right: 5px;
	}

	#topLogoBar {
		justify-content: center;
	}

	#topMenu {
		margin-right: 0px;
		margin-top: 15px;
		margin-bottom: 15px;
		width: 100%;
		justify-content: center;
	}

	#navbarInnerWrapper {
		flex-wrap: wrap;
	}

	.navbarHeader {
		min-height: 70px;
	}

	.navbarSearch {
		width: 100%;
		flex-grow: 1;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
	}

	.navbarMain {
		width: 100%;
		flex-grow: 1;
		justify-content: center;
		align-items: stretch;
		flex-direction: column;
	}

	.dropdown-menu {
		position: relative;
		float: none;
		top: 0;
		margin-top: 0px !important;
		left: 0 !important;
		border-radius: 0px;
	}

	.navMenuLink {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.dropdown-submenu > .dropdown-menu {
		background-color: #a97cca !important;
	}

	.dropdown-submenu > .dropdown-menu > li > a {
		color: white !important;
	}

	.dropdown-submenu > .dropdown-menu > li > a:hover {
		color: #510c76 !important;
		background-color: white !important;
	}
}

#one {
	margin-top: 5px;
	margin-left: 10px;
}

/*-----------------Home Page Styling---------------*/

#message {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
}

#alertCarousel .carousel-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 70px;
}

#message p {
	font-size: 24px;
	font-weight: bold;
	padding: 18px;
}

.left.carousel-control,
.right.carousel-control {
	background-image: none;
}

#bigHomeIconsWrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

#bigHomeIconsWrapper img {
	margin: 20px auto;
}

#homeBar1,
#homeBar2,
#homeBar3 {
	margin-top: 20px;
	margin-bottom: 20px;
}

#smallMerchRowWrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 150px;
}

#smallMerchRowWrapper img {
	max-width: 200px;
	margin: 15px;
}

.smallMerchSubWrapper {
	display: flex;
	width: 70%;
}

.smallMerchSubWrapper:nth-of-type(1) {
	justify-content: flex-end;
}

.smallMerchSubWrapper:nth-of-type(2) {
	justify-content: flex-start;
}

@media (max-width: 1220px) {
	.smallMerchSubWrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 1000px) {
	#bigHomeIconsWrapper {
		flex-direction: column;
	}
}

/*-----------------Store Hours Styling---------------*/

.responsiveCal iframe {
	width: 100%;
}

/*-----------------Find Us Styling-----------------*/

#findUsWrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#findUsWrapper img {
	max-width: 100%;
}

#findUsWrapper a {
	font-size: 36px;
	font-weight: 500;
	color: #8248ae;
	text-align: center;
}

/*-----------------Computer Preorder Styling------*/

#compImgWrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#computerSpecsWrapper {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}

.innerComputerSpecsWrapper {
	margin: 25px;
}

.innerComputerSpecsWrapper a {
	font-size: 18px;
	font-weight: bold;
	color: #8546b1;
}

#computerPreorderLink {
	display: flex;
	justify-content: center;
	width: 100%;
}

#computerPreorderLink > a {
	font-size: 20px;
	font-weight: bold;
	color: #8546b1;
}

#computerPreorderPriceChart {
	display: flex;
	justify-content: center;
	width: 100%;
}

#computerPreorderPriceChart table,
#computerPreorderPriceChart tr,
#computerPreorderPriceChart td {
	border: 1px solid gray;
	border-collapse: collapse;
}

#computerPreorderPriceChart td {
	padding: 5px;
}

/*-----------------2 day Styling-------------------*/

#2dayImgWrapper {
	display: flex;
	justify-content: center;
	width: 100%;
}

/*-----------------calculator Styling--------------*/

#calculatorImgWrapper {
	display: flex;
	justify-content: center;
	width: 100%;
}

#calculatorImgWrapper img {
	max-width: 300px;
}

/*-----------------Tech Trade Styling--------------*/

#techTradeImgWrapper {
	display: flex;
	justify-content: center;
	width: 100%;
}

#techTradeLinkWrapper {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 25px;
}

#techTradeLinkWrapper a {
	font-size: 30px;
	font-weight: bold;
	color: #8546b1;
}

/*-----------------Dept Orders Styling-------------*/

#deptOrdersWrapper > a {
	font-size: 18px;
	font-weight: bold;
	color: #8546b1;
}

.customOrderName {
	font-size: 16px;
	color: #8546b1;
}

/*-----------------Buyback Styling-----------------*/

.tdCenter {
	text-align: center;
}

/*-----------------Landing Styling-----------------*/

.gradLandingWrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.gradLandingSubWrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.gradLandingWrapper img {
	padding: 5px;
}

/*-----------------Footer Styling------------------*/
/*OLD FOOTER STYLE
    #footerContainer {
        min-height: 200px;
        background-color: #510c76;
        margin-top: 25px;
    }
    
    #footerWrapper {
        display: flex;
        justify-content: center;
    }
    
    #footerSection1 {
        min-height: 200px;
        width: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    #footerSection2,
    #footerSection3,
    #footerSection4 {
        min-height: 200px;
        width: 185px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .footerHeader {
        color: white;
    }
    
    .footerList {
        list-style: none;
        padding: 0px;
    }
    
    .footerList a {
        color: white
    }
    
    #footerAddress {
        color: #fff;
        margin-left: 200px;
    }
    
    #footerSocialIcons a {
        margin-right: 10px;
    }
    
    .socialIcon {
        font-size: 38px;
        color: white;
    }
    
    .socialIcon:hover {
        color: #A87CC9;
    
    }
    
    #lastSocial {
        margin-right: 0px !important;
    }
    
    @media (max-width: 885px) {
        #footerWrapper {
            flex-direction: column;
            padding-top:30px;
        }
    
        #footerSection1,
        #footerSection2,
        #footerSection3,
        #footerSection4 {
            justify-content: center;
            width: 100%;
            min-height: 150px;
        }
    
        #footerAddress {
            margin-left: 0px;
            text-align: center;
        }
    }
    */
/*NEW FOOTER STYLE*/
#footerContainer {
	min-height: 200px;
	background-color: #510c76;
	margin-top: 25px;
}

#footerWrapper {
	display: flex;
	justify-content: center;
	column-gap: 30px;
	padding-top: 30px;
}
#footerSection1,
#footerSection2,
#footerSection3,
#footerSection4 {
	min-height: 200px;
	width: 185px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footerHeader {
	color: white;
}

.footerList {
	list-style: none;
	padding: 0px;
}

.footerList a {
	color: white;
}

#footerAddress {
	color: #fff;
	margin-left: 200px;
}

#footerSocialIcons a {
	margin-right: 10px;
}

.socialIcon {
	font-size: 38px;
	color: white;
}

.socialIcon:hover {
	color: #a87cc9;
}

#lastSocial {
	margin-right: 0px !important;
}

@media (max-width: 885px) {
	#footerContainer {
		margin-top: 30px;
	}
	#footerWrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
		row-gap: 40px;
	}
	.footerHeader {
		padding: 0px;
		margin: 0px;
	}

	#footerSection1,
	#footerSection2,
	#footerSection3,
	#footerSection4 {
		min-height: 0px;
		height: fit-content;
		margin: 0px;
		padding: 0px;
		text-align: center;
	}

	#footerAddress {
		margin-left: 0px;
		text-align: center;
	}
}
/*-----------------Hardcoded Pages-------------------*/

.page-header,
#registerTypePanel {
	border-style: none;
}

.card-header {
	color: #ffffff;
	background-color: #8348ad;
	border-color: #8348ad;
}

.card {
	border-color: #8348ad;
}

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

.btn-primary {
	color: #ffffff;
	background-color: #8348ad;
	border-color: #8348ad;
}

.btn-primary:link,
.btn-primary:visited {
	color: #ffffff;
	background-color: #8348ad;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
	color: #ffffff;
	background-color: #8348ad !important;
	border-color: #8348ad;
	opacity: 0.75;
}

/*.Gift_Registry_Title,
.ltBlue {
	color: #ffffff;
}*/

#ContainDiv {
	min-height: 620px;
}

#div_privacy,
#Server {
	display: none;
}
.Replace {
	font-size: 20px;
	color: purple;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#address {
	color: #ffffff;
	margin-bottom: 20px;
}

#PromoAd2 {
	display: none;
}

@media (max-width: 900px) {
	#PromoAd2 {
		display: inline;
	}
	#PromoAd {
		display: none;
	}
}

.right15 {
	margin-right: 15px;
	margin-top: 40px;
}

.OneLWrapper {
	width: 1165px !important;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* NEW FOOTER 06.15.2022 */
#footer-wrapper {
	background-color: #510c76;
}

#footer {
	display: flex;
	justify-content: center;
	gap: 60px;
	padding-top: 20px;
	padding-bottom: 40px;
}

#footer > .top,
#footer > .bot {
	display: flex;
	gap: 60px;
}

#footer > .top > .item,
#footer > .bot > .item {
	display: flex;
	flex-direction: column;
}

#footer > .bot > .item.textbooks {
	gap: 10px;
}

#footer > .bot > .item.textbooks > .top {
	display: flex;
	flex-direction: column;
}

#footer > .bot > .item.textbooks > .bot {
	display: flex;
	justify-content: space-between;
}

#footer > .top > .item > h2,
#footer > .bot > .item > h2,
#footer > .bot > .item.textbooks > .top > h2,
#footer > .top > .item > p,
#footer > .bot > .item > p,
#footer > .top > .item > a,
#footer > .bot > .item > a,
#footer > .bot > .item.textbooks > .top > a,
#footer > .bot > .item.textbooks > .bot > a {
	color: white;
	text-align: left;
}

#footer > .top > .item > p,
#footer > .bot > .item > p,
#footer > .top > .item > a,
#footer > .bot > .item > a,
#footer > .bot > .item.textbooks > .top > a,
#footer > .bot > .item.textbooks > .bot > a {
	font-size: 15px;
}

#footer > .bot > .item.textbooks > .bot > a > .fa {
	font-size: 2.5rem;
}

#footer > .bot > .item.textbooks > .bot > a > .fa:hover,
#footer > .bot > .item.textbooks > .bot > a > .fa:focus {
	color: #a87cc9;
	transition: color 0.5s ease;
}

#footer > .top > .item > h2,
#footer > .bot > .item > h2,
#footer > .bot > .item.textbooks > .top > h2 {
	font-size: 24px;
}

@media (max-width: 1385px) {
	#footer {
		flex-direction: column;
	}

	#footer > .top,
	#footer > .bot {
		justify-content: center;
	}

	#footer > .top > .item,
	#footer > .bot > .item {
		flex-basis: 25%;
	}

	#footer > .bot > .item.textbooks > .bot {
		justify-content: flex-start;
		gap: 20px;
	}
}

@media (max-width: 767px) {
	#footer {
		gap: 30px;
	}

	#footer > .top,
	#footer > .bot {
		flex-direction: column;
		gap: 30px;
	}

	#footer > .top > .item,
	#footer > .bot > .item,
	#footer > .bot > .item.textbooks > .top,
	#footer > .bot > .item.textbooks > .bot {
		align-items: center;
	}

	#footer > .bot > .item.textbooks {
		gap: 30px;
	}
}
/* END NEW FOOTER 06.15.2022 */

/*-----Employee Pages----------*/
.instructionContainer{
display: flex;
flex-direction: column;
align-content: center;
gap: 30px;
padding-bottom: 50px;
}

.instructionHeader{
text-align: center;
font-size: 40px;
color: #510c76;
font-weight: bold;
margin-top: 50px;
margin-bottom: 35px;
}
/*Used on Customer Service Page*/
.instructionSubHeader{
    font-size: 20px;
    color: #510c76;
    font-weight: bold;
   margin-bottom: 10px;
}
.helpSection p{
    margin: 5px;
    padding: 0px;
}
.helpSection{
    margin: 45px 0px 45px 0px;
}
.question{
    font-weight: bold;
}
.qAndI{
    background-color: #510c76;
    color: white;
    padding: 2px;
}
.resolution{
    background-color: cyan;
    padding: 2px;
    font-weight: bold;
}
/*END Customer Service Page*/





#myCarousel2{
display: none;
}

@media (max-width: 500px){
#myCarousel2{
display: inline-block;
}
#main-slider{
display: none;
}
}

.arrivalTitle{
color: #4f0e7b;
font-size: 33px;
text-align: center;
font-weight: bold;
margin-top: 30px;
margin-bottom: 20px;
}
.box img {
  width: 80%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  transition: transform 0.3s;
max-height: 400px;
}
.news > img{

margin-right: auto;
margin-left: auto;
margin-bottom: 3%;

}
.box img:hover {
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Safari 3-8 */
  transform: scale(1.2);
}
#ContainDiv {
padding: 0px;
width: 100%;
}
.boxWrapper{
display: flex;
flex-direction: row;
justify-content: center;
gap: 30px;
margin: 50px 0;
}

@media (max-width: 1000px){
.boxWrapper{
display: flex;
flex-direction: column;
justify-content: center;
gap: 30px;
margin: 10px 0;
}
.box2{
text-align: center;
margin-right: auto;
margin-left: auto;
}
}

@media (max-width: 900px){
#topMenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#topLogo {
    display: flex;
    justify-content: center;
    align-items: center;
}
#topMenu > a{
    text-align: center;
}
#topMenu > a:nth-child(1), #topMenu > a:nth-child(2) {
    margin-right: 0;
}
}
.navbar-nav > li > a {
font-weight: bold;
font-size: 16px;
color: #510c76 !important;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
color: #ffffff !important;
background-color: #510c76 !important;
}


.navbar-nav{
    display: flex;
    justify-content: space-evenly;
    width: 80%;
   margin-right: auto;
   margin-left: auto;
}

@media (max-width: 768px){
.dropdown-item{
text-align: center;
}
}
.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='%23510c76' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); 
    }
.box{
text-align: center;
}
hr{
border-top: 1px solid #510c76;
margin-top: 15px;
margin-bottom: 30px;
}

.clothing{
display: flex;
flex-direction: row;
justify-content: center;
gap: 15px;
padding-top: 50px;
padding-bottom: 30px;
}

.gifts{
display: flex;
flex-direction: row;
justify-content: center;
gap: 15px;
padding-top: 50px;
padding-bottom: 30px;
}
.clothingRow{
text-align: center;
}
@media (max-width: 1100px){
.clothing{
display: flex;
flex-direction: column;
justify-content: center;
gap: 15px;
}
.gifts{
display: flex;
flex-direction: column;
justify-content: center;
gap: 15px;
}
}
.access{
margin-bottom: 50px;
}

/*** BS5 Additions 10.5.23 */

.sell-drop-item:hover > ul.dropdown-menu {
left: 100%;
top: 0 !important;
}

.sell-drop {
padding: 3px 20px !important;
}

.sell-drop-item.dropdown-submenu > ul li a:hover {
    text-decoration: none;
}

/*************Faculty Adoptions**************/
div.card.bottom20.instPanel{
display: none;
}



/* Trademark for navbar */ 
#topTrademark {
font-size: 20px;
color: #8248ae;
}
