@charset "utf-8";
/* CSS Document */

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}

/* ----------------------------
   Navbar
   ---------------------------- */
.navbar_bg {
	padding:20px 0px;
	background:#ffffff;
}
/*.navbar-brand {
	   padding:5px 5px;
   }*/
.navbar-nav>li a {
	font-family:"Arial";
	font-size: 14px!important;
	color:#414242;
	border-radius:5px;
	padding: 10px 10px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color:#F05A22;
	color:#ffffff;
}
   
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background:#c0461b;
	color:#ffffff;
	border-bottom:1px solid #c0461b;
	border:1px solid #c0461b;
}
.nav-tabs {
	border-bottom:1px solid #c0461b;
}

/*.active {
	font-weight: bold;
}*/
	

/* ----------------------------
   Font
   ---------------------------- */
/*@font-face {
	font-family:"Bariol Regular";
	src:url(../fonts/Bariol_Regular.otf);
}  */ 
p {
	font-family:"Arial";
	font-size:1.167em!important;
	margin-bottom:20px;
}

td {
	font-family:"Arial";
	font-size:1.1em!important;
}


li {
	font-family:"Arial";
	font-size:1.167em!important;
	margin-bottom:10px;
}

.txtblue {
	color:#243E8D !important;
}

h1 {
	font-family:"Arial, Helvetica, san-serif";
	font-size:3.4em!important;
	padding-bottom:10px !important;
	color:#243E8D !important;
	margin:0px !important;
}


h2 {
	font-family:"Arial, Helvetica, san-serif";
	font-size:2.8em!important;
	padding-bottom:5px !important;
	margin:0px !important;	
	color:#FF6633 !important;
}

h3 {
	font-family:"Arial, Helvetica, san-serif";
	font-size:3em!important;
	color: #ffffff !important;
	padding-bottom:10px !important;
	margin:0px !important;
}

h4 {
	font-family:"Arial, Helvetica, san-serif";
	font-size:2em!important;
	padding-bottom:10px !important;
	margin:0px !important;
	color:#999;	
}

h5 {
	font-family:"Arial, Helvetica, san-serif";
	font-size:2em!important;
	padding:10px 0px !important;
	margin:0px !important;
	color:#00609A;	
}

h6 {
	font-family:"Arial, Helvetica, san-serif";
	font-size:1.4em!important;
	padding:10px 0px 0px 0px !important;
	margin:0px !important;
	color:#00609A;	
}

.txt_white {
	font-family:"Arial";
	/*font-size: 1.2em!important;*/
	color: #ffffff !important;
}


/* ----------------------------
   Content
   ---------------------------- */
.container_margin {
	margin-top:100px;
}

.profileBg {
	display:block;
	width:100%;
	background-image:url(../images/profile_Large_01.jpg);
	background:no-repeat center cover #F05A22;
	padding-top: 110px;	
}

.visionBg {
	display:block;
	width:100%;
	background-image:url(../images/green_Large_01.jpg);
	background:no-repeat center cover #00c2cc;
	padding-top:110px;
}

.peopleBg {
	display:block;
	width:100%;	
	background-image:url(../images/yellow_Large_01.jpg);
	background:no-repeat center cover #ffa22e;
	padding-top:110px;
}

.careerBg {
	display:block;
	width:100%;	
	background-image:url(../images/gsfs_Large_01.jpg);
	background:no-repeat center cover #389bf4;
	padding-top:110px;
}

.groupBg {
	display:block;
	width:100%;
	background-image:url(../images/purple_Large_01.jpg);
	background:no-repeat center cover #993399;
	padding-top:110px;
}

.gsfsBg {
	display:block;
	width:100%;
	background-image:url(../images/gsfs_Large_01.jpg);
	background:no-repeat center cover #ffffff;
	padding-top:110px;
}

.gsddBg {
	display:block;
	width:100%;
	background-image:url(../images/gsdd_Large_01.jpg);
	background:no-repeat center cover #F15B24;
	padding-top:110px;
}
.gsddBg2 {
	display:block;
	width:100%;
	background-image:url(../images/gsdd_Large_02.jpg);
	background:no-repeat center cover #F15B24;
	padding-top:110px;
}
.homeBg {
	background-color:#F1F2F2;
} 

.map{
	z-index:-1000;
}
.myTab {
	padding:10px 0px;
	background:#F05A22;
	color:#ffffff;
}
#banner {
	margin-top:3%;
}
.formHolder {
	padding:30px 10px 10px 50px;
/*	border-right:1px solid #5C8FFF;*/
}

footer {
	background:#243E8D;
	bottom: 0!important;
}

.company {
	color:#ffffff;
	font-size:1.3em;
}

.copyright {
	color:#ffffff;
	font-size:0.8em;
	padding:20px 0px;
}

.footbar_bg {
	padding:20px 0px;
	background:#ffffff;	
}

.carousel_img {
	width: 100%;
	margin: 0px auto;
	padding: 100px 15px 0px 15px;
}

.content_container {
	max-width: 1100px;
	margin:0px auto;
	padding:0px 15px;
}

.bg_white{
	background-color: rgba(255,  255,  255,  0.7);
	background: rgba(255,  255,  255,  0.7);
	color: rgba(0,  96,  154,  1);
	margin:10px;
}

.table_line   {
	border-bottom-color: #00609A;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.banner_container {
	margin-top:50px;
	}




/* ----------------------------
   Icon Button
   ---------------------------- */
.but_profile {
	background-image: url(../images/icon-01.png);
	background-color: #E7E7E5;
	height: 150px;
	width: 20%;
	display: block;
	background-position: center 30px;
	background-repeat: no-repeat;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #666666;
	padding-top:115px;
	float:left;
}
.but_profile:hover {
	background-image: url(../images/icon-01.png);
	background-color: #F05A22;
	color: #ffffff;
	text-decoration:none;
}

.but_vision {
	background-image: url(../images/icon-02.png);
	background-color: #D7D7D9;
	height: 150px;
	width: 20%;
	display: block;
	background-position: center 30px;
	background-repeat: no-repeat;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #666666;
	padding-top:115px;
	float:left;
}
.but_vision:hover {
	background-image: url(../images/icon-02.png);
	background-color: #00C2CC;
	color: #ffffff;
	text-decoration:none;
}
.but_people {
	background-image: url(../images/icon-03.png);
	background-color: #E7E7E5;
	height: 150px;
	width: 20%;
	display: block;
	background-position: center 30px;
	background-repeat: no-repeat;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #666666;
	padding-top:115px;
	float:left;
}
.but_people:hover {
	background-image: url(../images/icon-03.png);
	background-color: #FFA22E;
	color: #ffffff;
	text-decoration:none;
}
.but_career {
	background-image: url(../images/icon-04.png);
	background-color: #D7D7D9;
	height: 150px;
	width: 20%;
	display: block;
	background-position: center 30px;
	background-repeat: no-repeat;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #666666;
	padding-top:115px;
	float:left;
}
.but_career:hover {
	background-image: url(../images/icon-04.png);
	background-color: #389BF4;
	color: #ffffff;
	text-decoration:none;
}
.but_group {
	background-image: url(../images/icon-05.png);
	background-color: #E7E7E5;
	height: 150px;
	width: 20%;
	display: block;
	background-position: center 30px;
	background-repeat: no-repeat;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #666666;
	padding-top:115px;
	float:left;
}
.but_group:hover {
	background-image: url(../images/icon-05.png);
	background-color: #990099;
	color: #ffffff;
	text-decoration:none;
}

.row_container {
	min-width:300px !important;
}

#icon_nav {
	width:100%;
	height:250px;	
	background-color:#ffffff;
	padding:20px 0px 0px 0px !important;
}

.icon_nav_container {
	width:100%;
	max-width:1170px;
	height: auto !important;
    margin: 0px auto;    
	min-height: 100% !important;
/*    float: none;
    clear: none;*/
	background-color:#ffffff;
}

.img_center {
	margin: 0px auto 10px auto;
}
.img-responsive2 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}