/* Create three equal columns that floats next to each other */
 .column {
	 float: left;
	 width: 33.33%;
	 padding: 10px;
}
/* Clear floats after the columns */
 .row:after {
	 content: "";
	 display: table;
	 clear: both;
}
 .p-titleix {
	font-size: 12px;
}
 .h4 {
	 text-align: center;
}
ul.sidebar-nav li.active a {
    background-color: #003e6f;
    color: #fff;
}
@media (min-width: 768px) {
        .navbar-wrap {
            width: 50%;
        }
}
.people-boxes-pane .box-stripe a.box {
    text-decoration: none;    
}
footer .links-list>li>a {
    font-size: .9rem;
    line-height: 1.5rem;
}

footer .links-list>li>a:hover, footer .links-list>li>a:focus {
    font-weight:bold;
    text-decoration: none;
    border-bottom: 2px solid #fff;
}

footer .links-title {
    font-size: 1rem;
    font-weight: bold;
}
.section-quick-links a {
    font-size: .9em;
    font-weight: 400;
}

.section-quick-links a:hover, .section-quick-links a:focus {
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px solid #003e6f;
    color: #003e6f;
}
.section-quick-links {
    text-align: center;
}

figure {
    width: 100%;
}


.sr-only {
    background-color: #000;
    color: #fff;
}


footer .footer-body {
    background-color: #C94D18;
}

header .nav-holder .search-holder input {
    background-color: #fff;
    color: #000;
}

footer {
    border-top: 3px solid #C94D18;
}

footer .isolated-links {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 0 15px 0;
    margin-bottom: 0;
}


footer .isolated-links>li {
    border-right: none;
    padding: 0;
    width: 100%;
    margin: 0 0 5px 0;
}

@media (min-width: 767px) {
    footer .isolated-links>li {
        width: 33%;
    }
}

footer .isolated-links>li>a {
    color: #fff;
    font-size: 1rem;
    padding: 20px;
    background-color: #C94D18;
    min-width: 200px;
    width: 100%;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
}

footer .isolated-links>li>a:hover, footer .isolated-links>li>a:focus {
    background-color: rgb(0, 62, 111);
    text-decoration:underline;
    
}
.card-title a {
    color: white;
}


/*

.alert-container {
	position: absolute;
    right: 10px;
    top: 120px;
    z-index: 99;
}
@media (min-width: 990px) {
	.alert-container {
		top: 120px;
	}
	.alert-container .alert {
		padding: 30px 100px;
		font-size: 1.5em;
	}
}

*/
/* Internal Page Accordion - post Redesign */
.bs-dfault{
        background-color: #D6E8EE;
        padding:2rem;
        margin:0;
    }
    
.bs-dfault-G{
	 background-color: #e6e6e6;
	 padding:2rem;
	 margin:0;
}
/* MCC Cards -PE */
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  width: 100%;
 }
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card:focus {
  border-style: 3px solid;
  border-color: #ff6600;
}
#txt-mod{
    color:#003366;
}
#bkgd-color{
    background-color: #e6e6e6;
}

@media (max-width: 740px) {
  .flex-container {
    flex-direction: column;
    max-width:100%; /* Added to fit viewport 100% in Responsive view */
    margin:auto; /* Added to center, in Responsive view */
    margin-bottom: 10px;
  }

}
/* ================================================================
   Sidebar Navigation Icons (External Links & Documents)
   ---------------------------------------------------------------
   This adds Font Awesome icons after sidebar nav links:
   - External links (outside mclennan.edu) → external-link-alt icon
   - PDF, Word, Excel, PowerPoint, Zip, CSV → respective file icons
   - Falls back to a generic file icon for other /files/ links
   NOTE: relies on file extensions in the href. If missing, no icon.
   ================================================================= */

/* Base pseudo-icon style */
.sidebar-nav a::after {
  display: inline-block;
  margin-left: .4rem;
  font-family: "Font Awesome 5 Free"; /* already loaded globally */
  font-weight: 900; /* solid icons */
  speak: never;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; /* ensure defined before overrides */
}

/* External links (outside MCC domain) */
.sidebar-nav a[href^="http"]:not([href*="mclennan.edu"])::after {
  content: "\f35d"; /* fa-external-link-alt */
}

/* PDF */
.sidebar-nav a[href$=".pdf" i]::after {
  content: "\f1c1"; /* fa-file-pdf */
}

/* Word */
.sidebar-nav a[href$=".doc" i]::after,
.sidebar-nav a[href$=".docx" i]::after {
  content: "\f1c2"; /* fa-file-word */
}

/* Excel */
.sidebar-nav a[href$=".xls" i]::after,
.sidebar-nav a[href$=".xlsx" i]::after {
  content: "\f1c3"; /* fa-file-excel */
}

/* PowerPoint */
.sidebar-nav a[href$=".ppt" i]::after,
.sidebar-nav a[href$=".pptx" i]::after {
  content: "\f1c4"; /* fa-file-powerpoint */
}

/* Other common files */
.sidebar-nav a[href$=".zip" i]::after,
.sidebar-nav a[href$=".csv" i]::after,
.sidebar-nav a[href*="/files/"]::after {
  content: "\f15b"; /* fa-file */
}
