.container .five.columns {
	width: 172px;
}

/* underline line in content */
.node .content a{ color: #2d5c88; text-decoration: underline;}
.node .content .print-link a{ text-decoration:  none;}

.view-job-opportunities .views-row-first{ margin-bottom: 10px; }

/*********/
.detail-box .detail-icon.icon-plane { background: none !important; font-size: 32px; 
	-webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;  }
.detail-box .detail-icon.icon-plane:before{
	speak: none;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.detail-box.defaultState .detail-icon.icon-plane:before{
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;	
}

.detail-box.defaultState .icon-plane, .detail-box.defaultState .icon-plane:before{ color: #fff !important;}
 
.node .content .five a, .node .content .columns a{ text-decoration: none; }

/* search form  */
/*
.search-wrapper #search-block-form{ display: none; } 
.search-wrapper #search_form label { display: none; }

.logged-in .region-header-right .contextual-links-region{ overflow: inherit; }

.search-wrapper .submit-search {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 34px;
	height: 34px;
	font-size: 0px;
	line-height: 0;
	border: none;
	background-color: #fff;
}
.search-wrapper .submit-search:after {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	width: 34px;
	height: 34px;
	color: #b2b2b2;
	content: "\f002";
	font-size: 14px;
	font-family: "FontAwesome";
	line-height: 34px;
	text-align: center;
}

.ie7 .search-wrapper .submit-search:after,
.ie8 .search-wrapper .submit-search:after { line-height: 0;  }

.search-wrapper .submit-search:hover:after,
.search-wrapper .submit-search.active:after { color: #373737; } 

.search-wrapper input[type="text"]{ width: 100%; }

@media (max-width: 767px) {
	.search-wrapper .submit-search:after{
		color: #fff;
	}
	.search-wrapper .submit-search:hover:after,
	.search-wrapper .submit-search:focus:after{ color: #fff; }
	.search-wrapper{
		min-height: 34px;
		margin-top: 5px;
	}
	.search-wrapper input[type="text"]{ height: 34px; }
	.search-wrapper .submit-search.active:after, .search-wrapper .submit-search.active:after{
		color: #fff;
	}
}

*/




