.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  background: #809FBF url(../../images/ukma_bg_img.jpg) no-repeat left;
  -moz-box-shadow: 3px 3px 4px #e3e3e3;
  -webkit-box-shadow: 3px 3px 4px #e3e3e3;
   box-shadow: 3px 3px 4px #e3e3e3;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=270, Color='#e3e3e3')";
  /* For IE 5.5 - 7 */
  .filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=270, Color='#e3e3e3');
  /*max-width: 62.5rem;*/
  clear: both;
} 

.large-12 {
    margin: 0 auto;
    max-width: 1000px;
}


.large-8 {
	width:66.66667%;
	float:left;
	}
	
	
.large-4 {
	width:33.33333%;
	}
	
/* .large-2 img {width:90%} */

.large-2 {width:20%}

.large-10{width:80%}
	

.breadcrumbs {
  display: block;
  padding: 0.5625rem 0rem;
  overflow: hidden;
  /* margin-left: 0;
  border-radius: 3px; */
  list-style: none;
  border-style: solid;
  border-width: 0px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  font-size: 0.6875rem;
 }
  
	
.pathway {
	color:#33587E;
}

.breadcrumbs > *:last-child {
      content: " ";
      margin: 0;
	  color:#113152;
	  font-weight:bold;
	  text-transform: uppercase;
	  }
	  

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="large-"] {
        width: 100%;
    }