h1 {
    margin: 0;
}
/* 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 {
    margin-top: 60px;
    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;
  }

}