
@import url('https://fonts.googleapis.com/css2?family=Arvo&display=swap');
#breadcrumb{
padding:5px;
}
#searchBreadcrumb a{
	color:#450084!important;
}
.card a, .programAreasAccordion a, .studentInquirySelection a{
		color:#450084!important;
	text-decoration: underline!important;
}

.btn-primary {
    color: #333!important;
    background-color: #ffbd00!important;
	border-color: #ffbd00!important;}

/*-----------Header1, topheader.jsp, ((logo, cart, login))-----------------*/
#headerWrapper a{
	text-decoration: none!important;
}
#header1Container {
  background-color: #450084; 
  width: 100%;
  color: #FFFFF !important;
}  /* Middle of the languagebar.jsp ((logo, cart, login))*/

#header1Wrapper{
background-color: #450084 !important;
color: #FFFFF !important;
} /* sides of languagebar.jsp ((logo, cart, login))*/

#cartInfo .glyphicon-shopping-cart{
  color: #FFFFF !important; /* cart color*/ 
}

#loginDropdownMenuLink{
  color: #FFFFF !important; /*Login link color*/
  font-size: 16px !important;
  font-weight: 400;
	text-transform: uppercase;
}

#logoutLinkWrapper{
  color: #FFFFF !important; 
  font-size: 16px !important;
  font-weight: 400;
}

.headerProfileLink{
  color: #FFFFF !important; 
  font-size: 16px !important;
  font-weight: 400;
}

#loginNameWrapper {
  color: #FFFFF !important; 
  font-size: 16px !important;
  font-weight: 400;
}

.headerStudentLoginLogoutLink{
  color: #FFFFF !important; 
  font-size: 16px !important;
  font-weight: 400;
}


#loginInfo, #cartInfo, #clpHeader1ContentWrapper {
	padding:15px!important;
}
/*----------------------------------------------------------------------------*/

/*-------------------------Global nav, globalNavigationEmbeddable.jsp ------------------------------*/ 
#header3Container{
display: flex;
justify-content: center;
background-color: #dfd2aa!important;
} /* align nav items to the right */

#header3Wrapper{
/*padding-bottom: 10px;    space between global nav and the body content*/
  background-color: #dfd2aa  !important;
}

#globalNavigationBar{
    background-color: #dfd2aa !important;
    } /* change the color of the center of the navbar that is now aligned to the right*/

.nav-item {
font-size: 17px !important; /* global nav item font size */
font-weight: 400;
font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
}
.navbar-expand-md .navbar-nav .nav-link
.navbar-light .navbar-nav .nav-link{
  color: #450084 !important;
  font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
  } /* Color of navbar items/links */

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


#contentHeader{
	padding-top:15px;
}

/*----------------------Footer, bottomNavigation.jsp------------------------------------------------------*/
   
footer {
  background-color: #450084;
  color: #FFFFFF !important;
  padding: 20px;
}

footer a{
	    text-decoration: underline;
}


#footer-info {
  line-height: 18px;
}

#footer2Sub2{
  height: 65px; /*footer 1 sub 1 height**/
}

#footer1Wrapper{
  height: 280px; /*Whole footer height **/
}
/*----------------------------------------------------------------------------------*/


#sidebar1Module1{
color: #FFFFFF !important;
}
#sidebar1Wrapper{

background-color: #450084;
  
}
.nav-pills{
  color: #FFFFFF !important;
}

footer a {
  color: #FFFFFF !important;
}


footer > a {
  color: #FFFFFF !important;
}*/

 #variableContentBlockPG0156{
   color: #FFFFFF !important;  
   font-size: 18px !important;  
   font-weight: 500 !important;  
   padding-top: 35px !important;  
   padding-bottom: 20px !important;  
   display: flex;
   -ms-flex-align: center;
}

.conferencePreviewHeaderWrapper,
.conferencePreviewHeaderWrapper .form-text {
   color: #000000 !important;
}

.conferenceModule #header1 
.headerConfPreviewMenuDropdownLink {
  color: #00000 !important;
}

 /*--------------------- Student and Instructor Portal Menu ------------------------------------------------------*/
 #studentMenu a:link {
  color: white
}

#studentMenu a:visited {
  color: white
}

#studentMenu a:hover {
  color: gray
}

#instructorMenu a:link {
  color: white
}

#instructorMenu a:visited {
  color: white
}

#instructorMenu a:hover {
  color: gray
}

#studentMenu .menuLink.nav-link {
  background-color: #450084;
}

#studentMenu a.nav-link.active {
  background-color: #450084;
}

#instructorMenu .menuLink.nav-link {
  background-color: #450084;
}

#instructorMenu a.nav-link.active {
  background-color: #450084;
}

@media only screen and (max-width: 600px) {
#footer1Wrapper {
    height: 580px;
    text-align: center;
}
	.poweredByDestinyOneWrapper{
		display:none;
	}
}



