@import url("/sites/all/themes/adaptivetheme/iab/fonts/merriweather-raleway/stylesheet.css");
@import url("/sites/all/themes/adaptivetheme/iab/fonts/opensans/stylesheet.css");

/* Header-Start */
#page {background: #ffffff;}

#menu-bar {
	margin: 0;
}

/* Page sides & title - GLOBAL */
#page-wrapper {	/*background-color: #E9E8E7;*/ }


/* Breadcrumb - GLOBAL */
.easy-breadcrumb {
  margin-top: 40px;
  margin-left: 30px;
  width: 35%;
  line-height: 1.65em;
}

.easy-breadcrumb a,
.easy-breadcrumb span { 
  	font-family: "open_sansregular";
	font-size:11px; 
	color:#0277AE;
}

#main-content {
	margin-top: 3em;
	margin-bottom: 6em;
}

.page-home .easy-breadcrumb {
	display: none;
}

/* Mobile styling */
@media screen and (max-width: 780px){ 

body {
	overflow-x: hidden;
}

#main-content-header #page-title {
	font-size: 19px;
}

}