@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

.bi::before {
  display: inline-block;
  content: "";
  vertical-align: -.125em;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}



.smaller {font-size: 11px;}
.small {font-size: 12px;}

.large-alum-text {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #63666a;
    
}

.goth {
        font-family:"Gotham A","Gotham B","Helvetica Neue",Helvetica,Arial,sans-serif;
        
        
    }
    
    .pills {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 85%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}



.red-pills {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
   color: #fff;
  background-color: #ba0c2f;
}

    
    .vitesse-features {
 font-family: "Vitesse A","Vitesse B",Cambria,Rockwell,"Times New Roman",serif;
 text-transform: uppercase;
 
    }
    
  
    
    figcaption {
 font-size: 12px;
}
    
    .list-inline {
 padding-left:0;
 list-style:none;
 margin-left:-5px
}
.list-inline>li {
 display:inline-block;
 padding-left:5px;
 padding-right:5px
}
    
    .caps {
        
        text-transform: uppercase;
    }

.pubs {
    line-height: 18px;
    margin-bottom: 10px;
    margin-left: 10px;
    
}
#contextual_nav a.active {

    border-left: 5px solid #ba0c2f;
    padding-left: 5px;
    color: #333;

}
#contextual_nav > li > a {

    color: #fff;
    display: block;
    padding: 5px 0;
        padding-left: 0px;

}
#contextual_nav li.openMenu > a {
color: #fff;
}


.flex-caption a:hover {
  
    text-decoration: underline;
}
    
   

.terra {color:#c05131;}
.sandia {color:#ed8b00;}
.dusk {color:#8a387c;}
.chile {color:#a8aa19;}
.white {color:#ffffff;}
.cherry {color:#ba0c2f;}
.gray {color:#63666a;}
.silver {color:#a7a8aa;}
.noon {color:#ffc600;}
.turquoise {color:#007a86;}

.unm-turquoise {
    
    background-color: #007a86;
    overflow: hidden;
}

.unm-noon {
    
    background-color: #ffc600;
    overflow: hidden;
}

.unm-cherry {
    
    background-color: #ba0c2f;
    overflow: hidden;
}

.unm-chile {
    
    background-color: #a8aa19;
    overflow: hidden;
}

.unm-terra {
   
    background-color: #c05131;
    overflow: hidden;
}

.unm-sandia {
    
    background-color: #ed8b00;
    overflow: hidden;
}

.unm-dusk {
    
    background-color: #8a387c;
    overflow: hidden;
}


.callout-new {
    border-radius: 4px;
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
 box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    padding: 5px 15px;
    margin-bottom: 30px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.caption {
  font-size: smaller;
  font-style: italic;
}

.rounded-circle {
  border-radius: 50% !important;
}

.btn-ad {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-ad-green {
  display: inline-block;
  font-weight: 400;
  background-color: #a8aa19;
  border-color: #a8aa19;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  
}

.btn-ad-block {
  display: block;
  width: 100%;
}

.btn-ad-lg, {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
   color: #ba0c2f;
}
.btn-ad-lg-link: hover, {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;

    color: #fff;
  background-color: #a8aa19;
  border-color: #a8aa19;
}


.btn-faq-link {
  font-weight: 800;
 color: #ba0c2f;
  background-color: transparent;
}

.btn-faq-link:hover {
  color: #ba0c2f;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-faq-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}



@media screen and (prefers-reduced-motion: reduce) {
  .btn-ad {
    transition: none;
  }
}

.btn-ad:hover, .btn-ad:focus {
  text-decoration: none;
}

.btn-ad:focus, .btn-ad.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-ad.disabled, .btn-ad:disabled {
  opacity: 0.65;
}

.btn-ad:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn-sd.disabled,
fieldset:disabled a.btn-ad {
  pointer-events: none;
}

.btn-primary-ad {
  color: #fff;
  background-color: #ba0c2f;
  border-color: #ba0c2f;
}

.btn-primary-ad:hover {
  color: #fff;
  background-color: #a8aa19;
  border-color: #a8aa19;
}

.btn-primary-ad-green {
  color: #fff;
  background-color: #a8aa19;
  border-color: #a8aa19;
  
}

.btn-primary-ad-green:hover {
  color: #fff;
  background-color: #ba0c2f;
  border-color: #ba0c2f;
}

.btn-primary-ad:focus, .btn-primary-ad.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary-ad.disabled, .btn-primary-ad:disabled {
  color: #fff;
  background-color: #a7a8aa;
  border-color: #a7a8aa;
}

.btn-primary-ad:not(:disabled):not(.disabled):active, .btn-primary-ad:not(:disabled):not(.disabled).active,
.show > .btn-primary-ad.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary-ad:not(:disabled):not(.disabled):active:focus, .btn-primary-ad:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-ad.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary-ad {
  color: #fff;
  background-color: #63666a;
  border-color: #63666a;
}

.btn-secondary-ad:hover {
  color: #fff;
  background-color: #a8aa19;
  border-color: #a8aa19;
}

.btn-secondary-ad:focus, .btn-secondary-ad.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary-ad.disabled, .btn-secondary-ad:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary-ad:not(:disabled):not(.disabled):active, .btn-secondary-ad:not(:disabled):not(.disabled).active,
.show > .btn-secondary-ad.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary-ad:not(:disabled):not(.disabled):active:focus, .btn-secondary-ad:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary-ad.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/*  UNM Proud */

.profile {
    text-align:center;
    margin-top: 10px;
}

.avatar img {
    width: 100px;
	height: auto;
    padding: 1px;
	max-width: 75%;
	max-height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid rgba(99,102,106,0.5);
    background: #ba0c2f;
}

.avatar-diversity img {
    width: 100px;
	height: auto;
    padding: 1px;
	max-width: 75%;
	max-height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid silver;
    background: #63666a;
}

 img.avatar-pic {
    border-radius: 50%;
    max-width:75%;
    margin: auto;
    text-align: center;
    max-height: 200px;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    padding: 3px;
    background: #ba0c2f;
    border: 5px solid rgba(255,255,255,0.5);
}


.profile .info {
    padding: 0 10px;
    border: 1px solid #a7a8aa;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: -50px;
    background-color: #fff;
}
a.unmproud-link {
    display: block;
}

.card-round {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
 margin-bottom: 10px;
  
}


.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);

 
}

.card-alum {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-top: 10px;

 
}
 
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.65rem;
  

  
}
.card-body-single {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.00);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  
}

.card-header-faq {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.00);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header-faq:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.01);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 180px;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-top-alum {
  width: 100%;

}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
    
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
 border-bottom: 0;


}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}



/* apply a natural box layout model to all elements */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cherry {color:#ba0c2f;}
hr.cherry {color:#ba0c2f; background-color:#ba0c2f; height:3px;}

.right {
    float: right;
    margin: 0 0 1em 1em;
}

.left {
    float: left;
    margin: 0 1em 1em 0;
}

.clear {clear:both;}
.clear-left {clear:left;}
.clear-right {clear:right;}

.pdf{background:url(https://webcore.unm.edu/v1/images/icons/pdf.png) no-repeat; padding-left:20px }
.email{background:url(https://webcore.unm.edu/v1/images/icons/email.png) no-repeat center right; padding:5px 20px 5px 0; }
li.pdf {list-style-type:none;}
.doc{background:url(https://webcore.unm.edu/v1/images/icons/doc.png) no-repeat; padding-left:20px }
li.doc {list-style-type:none;}
.xls{background:url(https://webcore.unm.edu/v1/images/icons/xls.png) no-repeat; padding-left:20px }
li.xls {list-style-type:none;}
.ext {background: url(https://webcore.unm.edu/v1/images/icons/external_link.png) no-repeat center right; padding: 5px 15px 5px 5px;}
li.ext {list-style-type:none;}
.box {
    border: 1px solid #ccc;
    background-color: #F4F4F4;
    padding: 10px;
    overflow:hidden;
}

body {
    xpadding-top: 60px;
    xpadding-bottom: 40px;
    background-color: #d7d7d7;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    
}
h1, h2, h3,h4,h5, #soe-nav, #soe-fund, #contextual_nav, #slogan {
font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight:normal;
}
h1 {line-height: 50px;}
h2 {color:#63666a;}
h3 {color:#ba0c2f;}
 
#page {
    background-color: white;
    width: 960px;
    padding: 10px;
}

#main {
background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIW2NctWrVfwAHAwL///FU0gAAAABJRU5ErkJggg==) 249px 0 repeat-y;
}


#dept-logo {
    float: left;
}
#unmbar {
    font-size: .9em;
    margin-bottom: 0;
    -webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
    
    
}
#unmbar .brand {
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px 20px;
}
#unmbar .navbar-inner {
    min-height: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#unmbar.navbar .nav > li > a {
    padding: 5px 15px;
}
#unm_search_form.navbar-search {
    margin-top: 2px;
}
#unm_search_form .search-query {
    padding: 1px 10px;
    font-size: 12px;
    margin-top: 2px;
    background-color: #eee;
}
#unm_search_form .input-append {
    margin-bottom: 0;
}
#unm_search_form input {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
}
#unm_search_form button.btn {
    padding: 0;
    margin: 0;
    background: none;
    box-shadow: none;
    border: 0;
}
#unm_search_form .btn, #unm_search_form .btn-group {
    margin-top: -8px;
}
#header {
    padding: 30px 0 10px 0;
    background-color: white;
}
#dept-quick-nav {
    font-size: .8em;
}
#dept-quick-nav li a {
    padding: 2px 10px;
    color: #999;
    border-right: 1px solid #999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
}
#soe-search {
    clear: right;
}

.navbar-search .search-query {height:25px;}



#soe-nav-container {
    width: 960px;
}
#soe-nav {
    margin-left: -30px;

}
#soe-nav ul {
    margin-left: 30px;
        background-color: #ba0c2f;
}
#soe-nav ul li {
    background-color: #ba0c2f;
    margin-left: 0;
    width: 25%;
    border-right: 1px;
    padding:1px 0 1px 0;
}

#soe-nav ul li:hover a {
   color: #333;
}

#soe-nav ul li:hover > a {
color: white;
}
.nav>li>a:hover {
background-color: #ba0c2f;
}

#soe-nav a {
text-align: center;
color: white;
padding: 5px;
border-right: 1px solid white;
text-transform: uppercase;
font-size: 1.25em;
}


#soe-nav .dropdown-menu {
background: white;
margin-left: 15px;
opacity: 0.975;
}

#soe-nav .dropdown-menu li {
background: white;
color: #333;
width:auto;
}

#soe-nav .dropdown-menu li > a  {
color: #333;
text-align:left;
padding-left:20px;
text-transform:none;
}




#soe-nav .dropdown-menu::before {
position: absolute;
top: -7px;
left: 9px;
display: inline-block;
border-right: 7px solid transparent;
border-bottom: 7px solid #CCC;
border-left: 7px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.2);
content: '';
}


#soe-nav .dropdown-menu::after {
position: absolute;
top: -6px;
left: 10px;
display: inline-block;
border-right: 6px solid transparent;
border-bottom: 6px solid white;
border-left: 6px solid transparent;
content: '';
}



#soe-fund-container {
    width: 960px;
}
#soe-fund {
    margin-left: -30px;

}
#soe-fund ul {
    margin-left: 30px;
        background-color: #63666a;
}
#soe-fund ul li {
    background-color: #63666a;
    margin-left: 0;
    width: 50%;
    border-right: 1px;
    padding:1px 0 1px 0;
}

#soe-fund ul li:hover a {
   color: #333;
}

#soe-fund ul li:hover > a {
color: white;
}
.fund>li>a:hover {
background-color: #63666a;
}

#soe-fund a {
text-align: center;
color: white;
padding: 5px;

font-size: 1.25em;
}


#soe-fund .dropdown-menu {
background: white;
margin-left: 15px;
opacity: 0.975;
}

#soe-fund .dropdown-menu li {
background: white;
color: #333;
width:auto;
}

#soe-fund .dropdown-menu li > a  {
color: #333;
text-align:left;
padding-left:20px;
text-transform:none;
}




#soe-fund .dropdown-menu::before {
position: absolute;
top: -7px;
left: 9px;
display: inline-block;
border-right: 7px solid transparent;
border-bottom: 7px solid #CCC;
border-left: 7px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.2);
content: '';
}


#soe-fund .dropdown-menu::after {
position: absolute;
top: -6px;
left: 10px;
display: inline-block;
border-right: 6px solid transparent;
border-bottom: 6px solid white;
border-left: 6px solid transparent;
content: '';
}




.hero-unit {
    padding: 0
}


#callouts {
margin: 10px -10px;
}

#callouts .callout {
border-right: 1px solid #CCC;
margin-bottom: 1em;
width: 25%;
margin-left: 0;
padding: 0 10px;
}

.research-opps h3 {
    color:#63666a;
}

#callouts .callout:last-child {
    border-right: none;
}
.callout h2 {
    background-color: #ba0c2f;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top:0;
}
.callout .title {
    font-weight: bold;
}
#slogan {
    background-color: #63666a;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.25em;
    padding: 10px;
    margin: 0 0 0 10px;
width: 960px;

}
#news h2, #calendar h2 {
    color: #ba0c2f;
    border-bottom: 1px solid #ba0c2f;
    font-size: 1.5em;
    padding: 0;
    line-height: 1.25em;
}
#lowernav {
    background: #5e5d60 url(../img/footer-bg.jpg) top center repeat-x;
   padding: 200px 0 20px 0;
}
#lowernav h2 {
    font-size: 1.25em;
    color: #e6e2e2;
    border-bottom: 1px solid #fff;
    line-height: 1.1em;
    padding-bottom: .25em;
}

#lowernav ul {
list-style: none;
margin: 0;
}

#calendar img {
  max-width: 100px;
}


#lowernav .linklist ul {
margin-bottom: 2em;
}

#lowernav a {
    color: #fff;
}
#pagefooter {
    background-color: #fff;
    padding: 10px 0 0 0;
}
      
  ul#unm_footer_links {
    margin: 0;
    padding: 0;
    display: inline;
}

ul#unm_footer_links li {
    display: inline;
    list-style-type: none;
    padding: 0;
    margin: 0 1em 0 0;
}    
      
      
/* @group Bread Crumps */
ul#unm_breadcrumbs {
    margin-left: 0;
    padding-left: 0;
    display: block;
    margin-bottom: 1em;
    overflow: hidden;
    padding: 2px 0px;
    border-bottom: 1px solid #ccc;
    font-size: .9em;
}

ul#unm_breadcrumbs li {
    margin-left: 0;
    padding: 1px;
    border: none;
    list-style: none;
    display: inline;
}

/* doesn't work in IE
ul#unm_breadcrumbs li:before {
    content: "\00BB \0020";
    color: #333;
}
*/

ul#unm_breadcrumbs .breadcrumb-div {
    color:#333;
    padding:0 3px;
    }

ul#unm_breadcrumbs li.unm_home:before {
    content: " ";
}

/* @end */


/* Sidebar Menu */
#sidebar-nav h2 {
font-size: 24px;
}


#contextual_nav {
list-style: none;
margin: 0;
text-transform:uppercase;
}


#contextual_nav a {
margin: 5px 0;
}


#contextual_nav > li {
font-size: 16px;
border-bottom: 1px solid #333;
}


#contextual_nav > li > a {
color: #333;
display:block;
padding:5px 0
}

.submenu ul {
margin: 0 0 20px 0;
list-style: none;
}

.submenu ul li {
font-size: .9em;
border-top: 1px solid #CCC;
margin-top: 1px;
padding-left: 1em;
}

.submenu ul li a {
color: #666;
padding: 5px 0;
display: block;
}

li.submenu > a::before {
content: '▸ ';
opacity: .7;
}

li.openMenu > a::before {
content: '▾ ';
}




#contextual_nav .openMenu > a.active {
border-left: 5px solid #333;
color: #fff;
}




.subhead {
font-size: .5em;
}


/* EVENTS */
.event {clear:left; overflow:auto; margin-bottom:1em;}
.event img {float:left; margin-right:10px;}


.minical {margin-left:1em;}

.minical .calendartext
{font-size:1em;color:#555555;}
.minical.titleSmallGrid
{font-weight:Bold;font-size:12px;color:#ba0c2f;}
.minical .dayheaderSmallGrid
{font-weight:Bold;font-size:12px;color:#FFFFFF;background-color:#ba0c2f;}
.minical .calendarcellSmallGrid {
font-size: 11px;
color: #555;
padding:0;
border: 1px solid #F6F6F6;
width: 25px;
}
.minical .calendarcellSmallGrid a{
display: block;
border-bottom: 3px solid #ba0c2f;
}
.minical .calendarcellhiliteSmallGrid a {
display: block;
border-bottom: 3px solid #ba0c2f;
color:#fff;
padding:0;
}



.minical .calendarcellhiliteSmallGrid  .calendarcellSmallGrid a{
background-color:#555;
}

.minical .calendarcellhiliteSmallGrid
{background-color:#555555; color:#fff;font-size: 11px; padding:0;border: 1px solid #F6F6F6;}
/* This style controls the style of grid cells not being used. */
.minical .otherdaySmallGrid
{font-size:11px;color:#333;background-color:#F5F5F5; padding:0;}
      
      
#support-engineering {
margin: 40px 20px 20px 0;
background-color: #00356A;
background-image: none;
color: white;
padding: 5px 10px;
text-transform: uppercase;
}      
      
/********************/      
/* Responsive settings */


 @media (min-width: 1200px) {
    #page, #soe-nav-container {
        width: 1190px;
        
     }
     #main { 
background: transparent 
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIW2NctWrVfwAHAwL///FU0gAAAABJRU5ErkJggg==) 318px 0 repeat-y;
}

     
     #slogan {   
       margin: 0 0 0 20px;
       width: 1190px;
       }  
    }
     @media (max-width: 979px) and (min-width: 768px) {
    #page, #soe-nav-container {
        width: 744px;
    }
    #main {
      background: transparent 
      url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIW2NctWrVfwAHAwL///FU0gAAAABJRU5ErkJggg==) 196px 0 repeat-y;
      }
    
    #slogan {    width: 744px;}
    
    #dept-quick-nav, #soe-search {
        float: none;
        margin: 20px 0 0;
    }
    #dept-logo {
        float: none;
    }
    
    callouts .callout, #lowernav .linklist {
        width: 352px;
    }
      .minical {display:none;}
}


@media (max-width: 767px) {
    #page, #soe-nav-container {
        width: auto;
    }
    
    #main {
background-image: none;
}
    
    ul#unm_breadcrumbs {display:none;}
    #dept-quick-nav {display:none;}
    
    #soe-nav ul li {
    width: 100%;
     border-top: 1px solid white;
    }
    #soe-nav ul li a{ font-size:1.25em;padding:10px;}
    
    
    #slogan {
    margin: 0 -10px 0 -10px;
    width: auto;

    }
    #dept-quick-nav, #soe-search {
        float: none;
        margin: 20px 0 0;
    }
    #dept-logo {
        float: none;
    }
    
    #callouts .callout{
        width: 50%;
    margin:0;
    float:left;
    }
   
   #callouts .callout:nth-child(even) {border:none; }
   #callouts .callout:nth-child(odd)  {clear:left; }
   
   
    #lowernav .linklist{
    width: 48%;
    margin:1%;
    float:left;
    
    }
    
    .minical {display:none;}
}

@media (max-width: 420px) {
body {padding: 0; font-size:1.2em;}

  #callouts .callout, #lowernav .linklist{
    width: auto;  
    float:none;
  }
  

  
}
/* Faculty Profiles */
h2.profile, h3.profile {font-size: 1.75em; color:#989898;}

h4.profile {color:#989898; }
.contact-box {background:#ccc;}
p.profile-department{margin-top:-15px;}
ul.profile {list-style-type:none; margin-left: -1px;}
.single-person-entry {
    margin-bottom:10px;
    padding:10px;
    float:left;
    width:95%;
    -webkit-box-shadow: 1px 1px 4px #CCCCCC;
    -moz-box-shadow: 1px 1px 4px #CCCCCC;
    box-shadow: 1px 1px 4px #CCCCCC;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
}
.single-person-entry h4 {
    margin-bottom:0.5em;
}
.single-person-entry p {
    margin-bottom:0.9em;
}
.single-person-entry img {
    margin-bottom:0;
}
.single-person-entry table {
    margin-bottom:10px;
}
.single-person-entry table tr td {
    border:none;
    padding:0;
}

p.areas {
    font-weight:500;
}

img.person-list  {
width: 80px;
height:107px;
}
/*Faculty Directory Page */
.hr-style {
text-shadow: 2px 2px #ff0000;
height:3px;
margin-top:2px;
}
/*flex-slider override */
.flex-caption h2 {
color: white;
}
.flex-caption p {color:white;}
/*outreach boxes */
#callouts .outreach{
border-right: 1px solid #CCC;
margin-bottom: 1em;
width: 33%;
margin-left: 0;
padding: 0 10px;
}
.outreach h2 {
color: white;
background: #ba0c2f;
font-size: 1.2em;
text-align: center;
}

/*News Archives Menu */
/* @group SlideMenu */
ul.slidemenu {
    font-weight: bold;
    padding: 0;
    margin: 0 0 2em 0;
    list-style-type: none;
}

ul.slidemenu ul {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

ul.slidemenu li {
    list-style: none;
    padding: 0 0 1px 0;
    background: transparent url(/v1/images/dot.gif) bottom left repeat-x;
}

ul.slidemenu li a, ul.slidemenu li a:link, ul.slidemenu li a:visited {
    display: block;
    text-decoration: none;
    padding: 3px 5px 3px 15px;
    color: #555;
}

ul.slidemenu li ul li {
    padding: 0 0 1px 1px;
}

ul.slidemenu li a:hover {
    color: #fff;
    background-color: #ba0c2f;
}

ul.slidemenu li.submenu > a:hover {
    background: #ba0c2f url(/v1/images/unm_sprites.gif) 0 9px no-repeat;
    color: #fff;
}

ul.slidemenu li a.active {
    background-color: #ccc;
}

ul.slidemenu li ul {
    padding: 0;
    margin: 0 0 0 10px;
}

ul.slidemenu li ul {
    background: url(/v1/images/dot.gif) top left repeat-y;
}

ul.slidemenu li:hover ul li a {
    background-color: transparent;
    color: #555;
}

ul.slidemenu li ul li:hover a {
    background-color: #ccc;
    color: #555
}

ul.slidemenu li.submenu > a {
    background: url(/v1/images/unm_sprites.gif) 0 -72px no-repeat;
}

ul.slidemenu li.openMenu > a {
    background: #555 url(/v1/images/unm_sprites.gif) 0 -32px no-repeat;
    color: #fff;
}

ul.slidemenu li.openMenu {
    background-image: none;
    padding: 0;
}

ul.slidemenu li.openMenu > a:hover {
    color: #fff;
    background: #ba0c2f url(/v1/images/unm_sprites.gif) 0 -32px no-repeat;
}

.slidemenu_all {
    text-align: center;
    font-size: .9em;
    margin: .5em;
}
#rightnav {
    float: right;
    background: #EFEFEF;
    width: 25%;
    margin: 10px;
    padding: 10px;
}
/* @end */

.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* Google Search Styles */

#googlesearch .gsc-control-cse {
background-color: inherit;
}

#googlesearch .gsc-above-wrapper-area {
margin-bottom: 10px;
}

#googlesearch .gsc-result {
background-color: #FAFAFA;
padding: .5em;
}

#googlesearch .gsc-results {
width: auto;
}


#googlesearch input.gsc-input {
font-size:16px;
}

#googlesearch input.gsc-input {
 font-size: 20px;
 height: auto;
}

#googlesearch input#gsc-i-id1 {
margin: 0;
}

#googlesearch input.gsc-search-button {
font-size: 20px;
height: auto;
padding: 3px 6px;
margin: 0;
color: #FFF;
}


#googlesearch .gsc-cursor-page {
background-color: inherit;
border: 1px solid #C0C0C0;
width: 20px;
height: 20px;
display: inline-block;
text-align: center;
text-decoration: none;
}

#googlesearch .gsc-cursor-current-page {
background-color: #ba0c2f;
color: #FFF;
}

#googlesearch .gsc-selected-option-container {
width: auto !important;
}

/* Give to  button */
#support-engineering {
text-align: left;
}

#support-engineering p {
padding-top: 5px;
margin: 0;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}