/* home page ------------------------------------------------ */
body {
	font-family:'Yanone Kaffeesatz','segoe ui', arial;
	font-weight: 400;
	font-size: 18px;
	overflow-x: hidden;
	color: #070751;
}

pre {
	background: none;
	border: none;
	
}

nav a:link {
	font-family: 'Yanone Kaffeesatz'  !important;
	font-size: 16px !important;
	color: #070751 !important;
}

nav a:visited {
	color: #070751 !important;	
}

li {
	line-height: 30px;
}

.header {
	padding:20px 0 20px 0;
}

.header_image_holder {
	height:362px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	background-color: #f9efdd;
	z-index:-10;
}

.header_image {
	background-image:url(../images/header_bg.png);
	height: 362px;
	width: 1280px;
	position: relative;
	left: -17%;
}

h2 {
	font-weight: 200;
	color: #ff6600;
	font-size: 36px;
	padding-top: 22px;
	background-repeat: no-repeat;
	margin-top:60px;
	margin-bottom: 30px;
	height:38px;
	border-bottom: 1px solid #F15B28;
}

 h2:before 
 {
    width: 0;
    height: 0;
    border-bottom: 20px solid #F15B28;
    border-left: 20px solid transparent;
    content: " ";
    display: inline-block;
    margin-right: 10px;
}



h3 {
	text-transform: uppercase;
	color: #070751;
	font-size: 30px;
	font-weight: 200;
	margin-top: 0;
	line-height: 1.1;
	margin-bottom: 0;
}

p {
	color:#070751;
	line-height: 30px;
}

strong {
	font-weight: 700;
}

.vision_mission {
	margin-top: 100px;
}

hr {
	margin:0;padding: 0;
	background-color: #ff6600;
	margin-bottom: 16px;
	border: none;
	height: 1px;
}


footer {
	background-color: #F9EFDD;
	color:#56549F;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 120px;
	border-top: 18px solid #EADDC4;
}

footer p {
	color:#B99759;
	font-weight: 300;
	font-size: 14px;
}

footer p sub {
	font-size: 22px;
}


.container.row {
	position:relative ;
}


/*branch page------------------------------------------------------------------------ */

.article_brief {
	margin-bottom: 20px;
}


.article_image {
	width:218px;
	height:138px;
	margin-bottom: 4px;
}

.article_ecerpt_heading {
	text-transform: none;
	font-size: 17px;
	font-weight: 600;
	margin-top: 8px;
	margin-bottom: 0;
	line-height:1.4;
	height: 48px;
	display: table-cell;
	vertical-align: bottom;
}

 .article_ecerpt_hr {
 	margin-bottom: 8px;
 }

 .excerpt_paragraph {
	line-height: 22px;
	margin-top: 10px;
	font-size: 15px;
	margin-bottom: 2px;	
  }

  .read_more_btn {
  	color:#ff6600;
  	font-size: 15px;
  }

  .read_more_btn:hover {
  	color:#97200f;
  }

  .extra_margin_bottom {
  	margin-bottom: 70px;
  }

  .article_title {
  	text-transform: uppercase;
	background-image:none;
	padding-left:0;
	font-size: 36px;
	color:#070751;
	margin-bottom: 4px;
  }

.article_title_hr {
	margin-bottom: 40px;
}

  .article_title_hr + img {
  	margin-bottom: 100px;
  }

  .large_article_image {
  margin-left:20px;

  }


  /* contact us page -------------------------------------------------------------------------------------*/

  .branch_country {
  	border-bottom:1px solid #ff6600 !important;
  	margin-bottom: 10px;
  	margin-top:40px;
  }

  .integrated {
  	font-weight: 600;
  }

  .data-label {
  	float: left;
	width: 60px;
  }



