/* Base Styles */
/* Note: Set font-size to 62,5 to work with a 1(rem):10(px) ratio. */
html { font-size: 62.5%; }
#wrapper.Header { overflow:hidden; }
body {
  color: #454444; 
  font-size: 1.6em; /* currently ems cause chrome bug misinterpreting rems on body element */
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.375;
  margin: 0;
  overflow-x: hidden;
}

a {
	color: #232a6e;
}

button {
	cursor:pointer;
}

.back-to-top {
	 background:#0F3271;
	 position: fixed;
	 bottom:20px;
	 right: 5%;
	 padding: 5px 20px 10px;
	 font-size: 20px;
	 border-radius: 3px;
	 z-index: 9999;
	 text-decoration: none;
	 color: #fff;
}

.teaser-button-container a.button {
	background: #2F8807;
	border: 0;
	border-radius: 3px;
	color:#fff;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 13px;
	margin:0;
	text-align:center;
	text-decoration:none;
	display:inline-block;
}

#content {
	margin-top:40px;
}

.clear {
  content: "";
  display: table;
  clear: both;
}

/* Footer Styles */
footer.pageFooter {
	font-size:14px;
	clear:both;
	color:#fff;
	background:#232A6E;
	margin-top:40px;
	padding-top:20px;
	height:105px;
}

.pageFooterMenu ul {
	list-style:none;
	padding: 0;
	margin: 0;
	float: right;
}
.pageFooterMenu ul li {
	padding-left:20px;
	float:left;
}

.o-nav-control {
	float: right;
	font-size: 2.5rem;
	margin-top: 1.8rem;
}

.col--nav {
	height: 0;
	margin-left: 0;
	overflow: hidden;
}

.col--nav_active {
	height: 100%;
}

.text-break-all{
	word-break: break-all;
}


.o-nav {
	background:url(../../../../images/layout/basics/headerWidgets/bg_headerwidgets.png) top center no-repeat;
	list-style: none;
	margin-bottom:5px;
	padding-left: 2rem;
}

.o-nav li {
	border-bottom: 1px solid #fff;
	padding: 2rem;
}

.o-nav li:last-child {
	border-bottom: none;
}

.o-nav li a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.o-logo {
	border: 0;
	margin-top: 10px;
}

.o-salary-data {
	text-decoration: none;
	font-size: 2.4rem;
}

@media (min-width: 1040px) {
	.o-nav-control {
		display: none;
	}
	
	.o-nav {
		background: none;
		float: right;
		margin-top: 4.6rem;
	}
	
	.o-nav li {
		float: left;
		padding: 0;
		margin-right: 20px;
	}
	
	.o-nav li:last-child { 
	  margin-right: 0;
	 }
	 
	.o-nav li a {
		color: #454444;
		font-size: 1.4rem;
		font-weight: 600;
	}
	.o-nav li a.active {
		color:#B8478B;
		text-decoration:underline;
	}

	.col--logo {
		width: 22%;
	}
	
	.o-logo {
		margin-top: 23px;
	}
	
	.col--nav {
		height: 100%;
		width: 78%;
	}
}

.pageFooterMenu ul li a {
	text-decoration:none;
	color:#fff;
}

/* Utilities */
/* Hide content */
.u-hidden {
	display: none;
}

.u-txt-center {
	text-align: center;
}

.u-txt-normal {
	font-weight: normal;
}

.u-txt-bold {
	font-weight:bold;
}

.u-txt-lower {
	text-transform: lowercase;
}

.u-txt-right {
	text-align: right; 
}

.u-txt-over {
    overflow: hidden;
    text-overflow: ellipsis; 
}

.u-float-left {
	float: left;
}

.u-float-right {
	float: right;
}

.u-margin-l-0 {
	margin-left: 0;
}

.u-margin-b-0 {
	margin-bottom: 0;
}

.u-margin-12 {
	margin: 12px;
}

.u-margin-b-12 {
	margin-bottom: 12px;
}
.u-margin-t-20 {
	margin-top:20px;
}
.u-margin-t-12 {
	margin-top:12px;
}
.u-margin-b-20 {
	margin-bottom:20px;
}

.u-padding-6 {
	padding: 6px;
}
.u-padding-12 {
	padding: 12px;
}

.u-padding-l-6 {
	padding-left: 6px;
}

.u-padding-t-10 {
	padding-top:10px;
}
.u-padding-t-8 {
	padding-top:8px;
}
.u-padding-t-3 {
	padding-top:3px;
}
.u-pos-absolute {
	position:absolute;
}
.u-display-block {
	display: block;
}
@media (min-width: 768px) {
	/* Show content on larger viewport*/
	.u-show\@lg {
		display: block;
	}
	
	/* Hide content on larger vieports*/
	.u-hidden\@lg {
		display: none;
	}
	
}


/* Breadcrumb */
div.breadCrump {
	display:inline-block;
}
.breadCrumb ol {
	margin:0 0 5px 0;
	padding-left:0;
}
.breadCrumb ol li {
	display: inline;
	font-size: 12px;
	color:#454444;
	margin-left: 2px
}
.breadCrumb ol li a {
	color:#454444;
	text-decoration:none;
}

/* Salary Colors */
.salaryGrey {color:#9a9a9a;}
.salaryBlue {color:#232a6e;}
.salaryMagenta {color:#b22e7f;}
.salaryFont {
	font-size: 1rem;
	font-weight:normal;
}