/*-----------Header1, topheader.jsp, ((logo, cart, login))-----------------*/

#header1Container {
    background-color: #FFFFFF; 
    width: 100%;
    color: #e00122 !important;
 }  /* Middle of the languagebar.jsp ((logo, cart, login))*/

#header1Wrapper{
  background-color: #FFFFFF !important;
  color: #000000;
 } /* sides of languagebar.jsp ((logo, cart, login))*/

#header1ContentWrapper {
  align-items: center;
 }

#cartInfo {
  text-align: right;
}

#cartInfo .glyphicon-shopping-cart{
  color: #000000 !important; /* cart color*/ 
}

#cartCount {
  background-color: #941bac;
}

#loginDropdownMenuLink{
  color: #000000 !important; /*Login link color*/
  font-size: 1rem !important;
  font-weight: 400;
  text-decoration: none;
  padding: 1rem;
}

#logoutLinkWrapper{
  color: #000000 !important; 
  font-size: 1rem !important;
  font-weight: 400;
}

.headerProfileLink{
  color: #000000 !important; 
  font-size: 15px !important;
  font-weight: 400;
}

#loginNameWrapper {
  color: #000000 !important; 
  font-size: 1rem !important;
  font-weight: 400;
}
  
.headerStudentLoginLogoutLink{
  color: #000000 !important; 
  font-size: 1rem !important;
  font-weight: 400;
}

#header1 {
  padding-top: 0;
}

#variableContentBlockPG0145{  
 margin-bottom: -3.5rem;
 position: relative;
 z-index: 100;  
 display: flex;
 -ms-flex-align: center;
}

#variableContentBlockPG0145 a, #variableContentBlockPG0147 a {
  background-color: #000000;
}

#variableContentBlockPG0145 img {
 background-color: #000000;
}

#pageHeaderActions {
  margin-top: 0;
}

.headerActions {
  margin: 1rem 0 0.5rem 0;
}
/*-------------------------Global nav, globalNavigationEmbeddable.jsp ------------------------------*/ 
#header3Container{
  display: flex;
  justify-content: center;
  background-color: #000000  !important;
} /* align nav items to the right */

#header3Wrapper{
  /*padding-bottom: 10px;    space between global nav and the body content*/
  background-color: #000000  !important;
}
  
#globalNavigationBar{
  background-color: #000000 !important;
} /* change the color of the center of the navbar that is now aligned to the right*/

.nav-item {
  font-size: 1rem !important; /* global nav item font size */
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(/srs/upload/mobile-menu-icon.png);
}

.navbar-light .navbar-nav .nav-link{
  color: #FFFFFF !important;
  font-family: "Roboto Condensed",Arial,sans-serif;
  text-decoration: none;
} 

.navbar-light .navbar-nav .nav-link:hover {
  color: #c4d600 !important;
  background-color: #000000;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #000000;
  background-color: #fff;
  border-color: #e6e6e6 #e6e6e6 #fff #c4d600;
  text-decoration: none;
}

/*-------------------------Dropdown menus------------------------------*/

.dropdown-menu {
  color: #ffffff;
  padding: 0;
  background-color: #000000;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:active, .dropdown-menu > .active > a:focus, .dropdown-menu .subMenu > .active > a, .dropdown-menu .subMenu > .active > a:hover, .dropdown-menu .subMenu > .active > a:active, .dropdown-menu .subMenu > .active > a:focus {
  color: #c4d600;
  background-color: #000000;
  font-weight: 600;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-menu .subMenu > li > a:hover, .dropdown-menu .subMenu > li > a:active, .dropdown-menu .subMenu > li > a:focus {
  color: #c4d600;
  text-decoration: none;
  background-color: #000000;
}

.dropdown-item, .dropdown-menu .subMenu > li > a {
  padding: 0.5rem 1rem;
  color: #ffffff;
  text-decoration: none;
}

.dropdown-menu-right {
  padding: 1rem 0;
  background-color: #e6e6e6;
  color: #585858;
  border: none;
}

.dropdown-menu-right .dropdown-item {
  color: #000000;
  text-decoration: none;
}

.dropdown-menu-right > .dropdown-item:hover, .dropdown-menu-right > .dropdown-item:active {
  color: #000000;
  text-decoration: none;
  background-color: #c9c9c9;
}
/*-------------------------Checkout nav------------------------------*/
.breadcrumb {
  background-color: #000000;
  color: #ffffff;
  padding: 1.75rem 1rem 1rem 1.25rem;
}

.breadcrumb-item.active {
  color: #c4d600;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #c9c9c9;
}
/*-------------------------------------Typography------------------------------------------*/
body {
  font-family: "Montserrat",Arial,sans-serif;
  font-weight: 400 !important;
  color: #000000 !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

h1 {
  font-size: 2rem!important;
  font-weight: 800 !important;
  margin: 1rem 0 0.5rem 0;
}

h2 {
  font-size: 1.75rem!important;
  font-weight: 700 !important;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

h3 {
  font-size: 1.5625rem!important;
  font-weight: 700 !important;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.375rem!important;
  font-weight: 700 !important;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1.25rem!important;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1.125rem!important;
  font-weight: 500 !important;
  margin-bottom: 0.5rem;
}

p, .catalog ul, .catalog ol {
  max-width: 45rem;
}

.lead {
  font-size: 1.125rem;
}

.text-secondary {
  color: #ffffff !important;
}

legend {
  font-weight: 600;
}

*:focus {
  outline: 1px dotted #585858!important;
  outline-offset: 2px;
  box-shadow: none!important;
}

ul {
  padding-inline-start: 1rem;
}
/*-----------------------------------------Link styles-----------------------------------------*/
a {
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #c4d600;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

a:hover {
  color: #000000;
  background-color: #d8e459;
  text-decoration-color: #d8e459;
}

#mainContent a[href*="//www.douglascollege.ca"]:after, #mainContentContainer a[href*="//www.douglascollege.ca"]:after, .modal-dialog a[href*="//www.douglascollege.ca"]:after, #mainContent a[href*="//www."]:after {
  content: "\f08e";
  font-family: "FontAwesome";
  margin: 0 0.25rem;
  color: #000000;
  font-size: 0.875rem;
  display:inline-block;
}

#mainContent a[href^="mailto:"]:after, #mainContentContainer a[href^="mailto:"]:after, .modal-dialog a[href^="mailto:"]:after {
  content: "\f003";
  font-family: "FontAwesome";
  margin: 0 0.25rem;
  color: #000000;
  font-size: 0.875rem;
  display:inline-block;
}

#footer1Wrapper a[href^="tel:"]:after {
  content: "\f095";
  font-family: "FontAwesome";
  margin: 0 0.25rem;
  color: #ffffff;
  font-size: 0.875rem;
  display:inline-block;
}

#footer1Wrapper a[href^="mailto:"]:after {
  content: "\f003";
  font-family: "FontAwesome";
  margin: 0 0.25rem;
  color: #ffffff;
  font-size: 0.875rem;
  display:inline-block;
}

#footer1Wrapper a[href^="tel:"]:hover:after, #footer1Wrapper a[href^="mailto:"]:hover:after {
  color: #000000;
}

#mainContent a[href^="tel:"]:after, #mainContentContainer a[href^="tel:"]:after, .modal-dialog a[href^="tel:"]:after {
  content: "\f095";
  font-family: "FontAwesome";
  margin: 0 0.25rem;
  color: #000000;
  font-size: 0.875rem;
  display:inline-block;
}

.button.secondary, .btn-secondary, button#buttonSearchCourses {
  color: #000000;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25rem;
  background-color: transparent;
  border: solid 1px #000000;
  border-radius: 2rem;
  padding: 0.625rem 1rem;
  transition: background-color ease 0.3s;
}

.button.secondary a:focus, .button.secondary a:hover, .button.secondary:focus, .button.secondary:hover, .btn-secondary:focus, .btn-secondary:hover, button#buttonSearchCourses:hover {
  background-color: #000000;
  color: #ffffff;
  outline: 1px dotted #585858;
  outline-offset: 2px;
}

.btn-secondary.btn-sm, button#buttonDelete {
  padding: 0;
  border: none;
  border-radius: 0;
  text-decoration: underline;
  text-decoration-color: #c4d600;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  font-weight: 600;
}

.btn-secondary.btn-sm:hover, .btn-secondary.btn-sm:focus, button#buttonDelete:hover, button#buttonDelete:focus {
  color: #000000;
  background-color: #d8e459;
  text-decoration-color: #d8e459;
}

.alert .button.secondary, .alert .btn-secondary {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.alert .button.secondary:hover, .alert .btn-secondary:hover, .alert .button.secondary:focus, .alert .btn-secondary:focus {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.button, .btn-primary {
  color: #000000;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  background-color: #c4d600;
  border: solid 1px transparent;
  border-radius: 2rem;
  padding: 0.625rem 1rem;
  cursor: pointer;
  transition: background-color ease 0.3s;
}

.button:hover, .button:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #000000;
  text-decoration: none;
  border-color: #000000;
  box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #585858;
  border-color: #585858;
}

#linkcontentBlockPG0199, #linkcontentBlockPG0011 {
  color: #ffffff;
}

#linkcontentBlockPG0199:hover, #linkcontentBlockPG0011:hover {
  color: #000000;
}

div#searchBreadcrumb {
  padding: 1rem 0;
}

div#searchBreadcrumb>a {
  text-decoration: none;
}

.glyphicon, #buttonCourseProfileActionInquiry .glyphicon {
  color: #000000;
}

.page-link {
  border: none;
  padding: 0.75rem 1.125rem;
  color: #000000;
}

.page-item.active .page-link {
  z-index: 1;
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
  text-decoration: none;
}

.page-link:hover, .page-link:focus, .page-link:active {
  color: #000000;
  background-color: #d8e459;
  border-color: #d8e459;
}

#formCourseSearch .buttons, #publicCertificateSearchForm .buttons, #publicCourseBasketForm .form-row.buttons{
  display: flex;
  flex-direction: row-reverse;
  text-align: left;
  float: left;
}

#formCourseSearch .buttons > button:nth-child(2), #publicCertificateSearchForm .buttons > button:nth-child(2), #publicCourseBasketForm .buttons > button:nth-child(2){
  margin-right: 1rem;
}

/*-------------------------------------Cookie consent-------------------------------------*/

.cc-revoke, .cc-window > .cc-message {
  font-family: "Montserrat",Arial,sans-serif;
  font-size: 0.875rem;
}

.cc-color-override-688238583 .cc-btn {
  background-color:#c4d600 !important;
  border-radius: 2rem;
  text-decoration: none;
  color: #000000!important;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  text-decoration: none;
}

.cc-color-override-688238583 .cc-btn:hover, .cc-color-override-688238583 .cc-btn:focus {
  background-color: #ffffff!important;
  text-decoration: none!important;
}

.cc-banner.cc-bottom {
  box-shadow: 0px -8px 16px rgb(204 204 204 / 30%);
}

.modal-content {
  padding: 1rem;
}

.close {
  float: right;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}

.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: 1px solid transparent;
}

.modalForMessage {
  text-align: left;
}

button#buttoncontentBlockPG0199CloseModal, button#buttoncontentBlockPG0011CloseModal {
  display: none;
}

button > span.glyphicon.glyphicon-remove {
  font-size: 1.5rem;
}

/*-------------------------------------Main page content------------------------------------------*/

.container {
  border-left: 0 !important;
  border-right: 0 !important;
  max-width: 1200px;
}
#pageContainer {
  background-color: #fff !important;
}

#contentHeader {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

button#buttonViewInstructors {
  display: none;
}

button#buttonSearchAgain {
  display: none;
}

#programAreasAccordion .card-header {
  background-color: #ffffff;
}

.programStream {
  padding-left: 2rem !important;
}

#programAreasAccordion {
  margin-top: 1rem;
  max-width: 55rem;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}

.studentInquirySelection {
  border-bottom: none;
}

.sectionHeader {
  padding: 0;
}

.card-body {
  border: none;
}

label, .labelSpanStyle {
  font-weight: 600;
}

/*-------------------------- Homepage elements ------------------------*/

.bg-grey {
  background-color: #e6e6e6;
}

.bg-dark {
  background-color: #000000 !important;
}

.bg-dark .button:hover, .bg-dark .button:focus {
  color:#000000;
  background-color: #ffffff;
}

.bg-dark .button.secondary:hover, .bg-dark .btn-secondary:hover {
  color:#000000;
  background-color: #ffffff;
}

.center-text {
  padding: 2rem 0 1rem 0;
  text-align: left;
  max-width: 45rem ;
  margin-left: auto;
  margin-right: auto;
}

.center-text>p {
  font-weight: 400;
  font-size: 1.125rem;
  color: #000000;
  font-family: "Montserrat",Arial,sans-serif;
}

.d-grid {
  display: grid;
  row-gap: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}
/*-----------------------------------Login page-----------------------------------*/
#pageStudentLogin #newStudentDiv .sectionHeader, #pageCheckoutLogin .sectionHeader, #pageFamilyLogin #familyExistingProfileWrapper .sectionHeader, #pageFamilyLogin #familyNewProfileWrapper .sectionHeader {
  padding: 0 1rem;
}

#instructorLoginOptionsContainer input, #familyExistingProfileWrapper input, #familyNewProfileWrapper input {
  width: 100%;
}

#portalInstructorForgotPasswordForm input, #portalForgotPasswordForm input, #portalForgotUserNameForm input {
  width: 50%;
}

/*-----------------------------------Forms, inputs-------------------------------------*/

.form-control {
  border: 1px solid #c9c9c9;
  border-radius: 0;
  color: #000000;
  width: auto;
}

.form-control:focus, .custom-control-input:focus~.custom-control-label::before {
  outline: 1px dotted #707070;
  outline-offset: 2px;
  border-color: #c9c9c9;
  box-shadow: none;
  color: #000000;
}

input#privacyPolicy1, input#privacyPolicy2, input#password, input#verifyPassword {
  width: 100%;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #6a7e15;
  background-color: #6a7e15;
}

.form-text {
  color: #000000;
}

.card-title.profileHeader {
  font-weight: 600;
}

/* Float labels */

.has-float-label, .has-float-label .input-group {
  flex-flow: column-reverse;
}

.has-float-label label,
.labelContent,
#personProfileMainContent fieldset legend,
#personProfileMainContent legend strong {
  position: relative;
  top: 0;
  left: 0;
  font-size: 1rem;
  font-weight: 600;
  opacity: 1;
  color: #000000;
}

#personProfileMainContent fieldset legend, #personProfileMainContent legend strong {
  font-size: 1.125rem;
}

.has-float-label .form-control:placeholder-shown:not(:focus)+*, 
.has-float-label > select.has-placeholder.form-control:not([size]):not([multiple])+*, 
.has-float-label > .input-group > select.has-placeholder.form-control:not([size]):not([multiple])+* {
  top: 0;
  padding-top: 0;
  font-size: 1rem;
  font-weight: 600;
  opacity: 1;
  color: #000000;
}

.has-float-label > input,
.has-float-label > select.form-control:not([size]):not([multiple]) { padding-top: .5rem; }  

.has-float-label .input-group>.custom-file, 
.has-float-label .input-group>.custom-select, 
.has-float-label .input-group>.form-control, 
.has-float-label .input-group>.form-control-plaintext { width: 100%; }

.has-float-label label.requiredFieldLabel:after, 
.has-float-label .requiredFieldLabel .labelContent:after,
#pageAbbreviatedStudentProfile label[for=studentTelephoneInput]:after,
#pageCheckoutProfile label[for=studentTelephoneInput]:after {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #da291c;
  content: "\f069";
  font-size: 0.5rem;
  vertical-align: 5px;
}

.requiredFieldLabel:after, fieldset.accessibility legend.requiredFieldLabel:after, .checkbox label.requiredFieldLabel:after, .radio label.requiredFieldLabel:after {
  color: #da291c;
}

.has-float-label label.requiredFieldLabel:after { content: ""; }

.has-float-label select~.float-info-container .float-info-right, 
.has-float-label .float-info-container .float-info-right { top:1.6rem; }

/* date */
.has-float-label .input-group.date {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.has-float-label .input-group.date label { width: 100%; }
.has-float-label .input-group.date input {
  order: 12;
  width: auto;
}
.has-float-label .input-group.date .input-group-append { 
  order: 13; 
  height: 2.95rem;
}

#telephoneInfoFields label[for=studentTelephoneInput]:after,
#pageCheckoutProfile label[for=studentTelephoneInput]:after {
  position: relative;
  display: inline;
  margin-left: 5px;
}

.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover, 
.datepicker table tr td span:hover, .datepicker table tr td span.focused, 
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #d8e459;
  color: #000000;
}

div.forgot-credential-container {
  margin-top: 1.5rem;
  margin-bottom: -1.25rem;
  z-index: 1000;
  position: relative;
}

#requestInformation input, #requestInformation textarea {
  width: 100%;
}

div#certificateSearchTypeBox, div#courseSearchCourseCodeAndNumber, div#courseSearchInstructor, div#courseSearchTerm {
  display: none;
}

.portalHeaderRow1, .portalHeaderRow2, .portalHeaderRow3 {
  text-align: right;
}

/*-------------------------- Specialty colors ------------------------*/

.courseProfileSectionAvailability, .programOfferingAvailability {
  color: #585858;
}

.courseProfileSectionAvailability_available, .programOfferingAvailability_available {
  color: #6a7e15;
}

.glyphicon.glyphicon-info-sign, .glyphicon.glyphicon-question-sign, #skip-to-main-container a {
  color: #6a7e15;
}

.catalogSearchResults .tableGridTabPaneGrid .courseAvailability {
  color: #000000;
  font-size: 0.875rem;
}

.catalogSearchResults .tableGridTabPaneGrid .courseAvailability_available {
  background: #c4d600;
}

.catalogSearchResults .tableGridTabPaneGrid .courseAvailability_not_yet_available, .catalogSearchResults .tableGridTabPaneGrid .courseAvailability_not_currently_available, .catalogSearchResults .tableGridTabPaneGrid .courseAvailability_waitlist_available, .catalogSearchResults .tableGridTabPaneGrid .courseAvailability_waitlist_not_yet_available, .catalogSearchResults.tableGridTabPaneGrid .courseAvailability_late_enrollment {
  background: #c9c9c9;
}

.catalogSearchResults .tableGridTabPaneGrid .courseAvailability_no_longer_available, .catalogSearchResults .tableGridTabPaneGrid .courseAvailability_waitlist_full, .catalogSearchResults .tableGridTabPaneGrid .courseAvailability_full, .catalogSearchResults .tableGridTabPaneGrid .courseAvailability_canceled, .catalogSearchResults .tableGridTabPaneGrid .courseAvailability_enrollment_closed {
  color: #fff;
  background: #000;
}

.certificateStreamItem {
  border-top: 1px solid #f7f7f7;
}

/*------------------------------------ Alerts --------------------------------------*/

.alert {
  border-radius: 0;
  border: none;
}

.alert a {
  color: #ffffff;
}

.alert a:hover {
  color: #000000;
}

.alert a.btn {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
}

.alert-primary, .alert-success {
  color: #fff;
  background-color: #000;
  border-bottom: 8px solid #c4d600;
}

.alert-primary hr, .alert-success hr {
  border-top-color: #c4d600;
}

.alert-primary .alert-link, .alert-success .alert-link{
  color: #ffffff;
}

.alert-info {
  color: #ffffff;
  background-color: #000000;
  border-bottom: solid 8px #93aa24;
}

.alert-warning {
  color: #ffffff;
  background-color: #000000;
  border-bottom: 8px solid #ffa400;
}

.alert-warning > button:hover, .alert-warning > button:active {
  background-color: #ffffff;
  color: #000000;
}

.alert-warning .btn-warning {
  background-color: #c4d600;
  border-color: #c4d600;
}

.alert-danger {
  color: #fff;
  background-color: #000;
  border-bottom: 8px solid #da291c;
}

/*-------------------------- Shopping cart ------------------------*/
.cartContainer {
  font-size: 1rem !important;
}

.savedForLaterListDetails {
  font-size: 1rem !important;
}

.paymentOptionsContainer, .cartContainer .form-row{
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1rem;
}

.cartCheckoutButton .cartCheckoutLockIcon {
  color: #000000;
}

.cartCheckoutButton:hover .cartCheckoutLockIcon {
  color: #ffffff;
}

.form-row.buttons.shoppingCartButtonsTop {
  display: none;
}

.label-courseBadge {
  display: none !important;
}

.cartItemName {
  font-size: 1.125rem;
}

.cartContainer .calendarDownload .calendarLinkText {
  color: #000000;
  position: relative;
  margin: 0;
}

div#applicationProfileDescriptionContainer {
  padding-top: 2rem;
}

/*----------------------Footer, bottomNavigation.jsp-------------------------------------*/
     
footer {
  background-color: #000000;
  color: #FFFFFF !important;
  padding: 2rem;
}

footer a {
  color: white;
}

footer > a {
    color: white !important;
}

.footerNav .row > :nth-child(3) {
  display: none;
}

.footerNav strong {
  color: #c4d600;
}

#footer-info {
  line-height: 18px;
}

#footer2Sub2{
  height: auto; /*footer 1 sub 1 height**/
}

#footer1Wrapper{
  height: 100%; /*Whole footer height **/
  margin-bottom: 1rem;
}

.poweredByDestinyOneWrapper {
  display: none;
}

#contentModule5 {
  display: none;
}

div#copyright-footer-block {
    padding: 0;
}

.socialMedia a {
  font-weight: 400;
}

.socialMedia a:hover, .socialMedia a:focus {
  color: #c4d600;
  background-color: transparent;
}

/*--------------------------------------Sidebar--------------------------------------------*/


#sidebar1Module1{
  background-color: #f7f7f7;
}
#sidebar1Wrapper{
  padding: 0;
  margin: 1rem 0;
}

.nav-pills{
  background-color: #f7f7f7;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #000;
  background-color: #e6e6e6;
}

.scrollSpyMenu .nav-link, .portalMenu .nav-link {
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-weight: 400;
}

a.nav-link.active, .portalMenu .active > a, .sidebarScrollSpy .active > a {
  border-left: 4px solid #c4d600;
  border-radius: 0;
}

/*--------------------------- Mobile rules ---------------------------------*/
@media only screen and (max-width: 1150px) { 
    .center-text { 
      padding: 2rem 1rem;  
      font-size: 1rem; 
      text-align: left;  
    }
  }
