body, html {
	font-family: 'Open Sans', sans-serif;
	width: 100% !important;
	padding-top: 0;
	background: #fff;
}
/* background: #eee6d9; */
.container {
	padding: 0;
	margin: 0;
	background: #fafaea;
}
@media (min-width: 799px) {
  .container {
    width: 793px;
  }
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
/* +++ Header +++ */
h1 {
	font-weight: bold;
	font-size: 30px;
	padding: 3px 0 7px;
	margin: 0;
}
h2 {
	font-weight: bold;
	font-size: 24px;
	margin: 0 18px;
}
.header > .headline {
	background: #0078c9;
	color: #fff;
	margin-top: 0;
}
.header p {
	text-align: center;
	font-style: italic;
}
/* +++ Footer +++ */
.eligibility-requirements a {
    color: white;
}
/* +++ Backgrounds +++ */
.bordered {
	background: #fff;
	z-index: +1;
}
.intro-bg {
	background-image: url('../images/background/overlay.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
@media (max-width: 800px) {
	.intro-bg  {
	  background: none;
	}
}

.white-bg {
	background: #fff;  
}
/* +++ Norwegian Flag +++ */
.collapsing {
	overflow: visible;
	min-height: 0;
}

/* +++ Intro +++ */

.margl150 {
  margin-left: 150px;
}
@media (max-width: 800px) {
	.margl150 {
	  margin-left: 0;
	}
}
/* +++ Form page +++ */
.new-width .col-md-3 {width: 25%;}
.new-width .col-md-4 {width: 37.5%;}

.question {
	display: block;
	min-height: 150px;
}
.question > ul {
	min-height: 100px;
}
@media (max-width: 800px) {
	.question > ul {
		min-height: 1px;
	}	
	.new-width .col-xs-6 {width: 50%;}
}
.question > ul > li {
	display: block;
}
.question h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

.input-filled .input-label-inline.input-lg, .input-fixed .input-label-inline.input-lg {
	background : none;
	background-color: #fff;
}
.kor-field-error-list-item {
	color: #c00;
	font-size: 12px;
}
.icon-error-cross.agb {
	top: -19px;
}

/* +++ Thank You-Site +++ */
.thanks {
	height: 100vh;
}
/* partial opacity hack: configuration */  
.opacity {   
    opacity: 0.8;       /* modern browser */  
    -moz-opacity: 0.8;  /* older Mozilla browser */  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 in Standard Compliant Mode */  
    filter:alpha(opacity=80); /* IE5.x -8.0 */  
}   
  
/* partial opacity hack, part I: Don't change the following properties! */  
.opacity-wrapper,  
.opacity-wrapper * {  
    position:relative;  
}  
  
.opacity {   
    /* partial opacity hack, part II: Don't change the following properties! */  
    width: 100%;  
    height: 100%;  
    position:absolute;  
    top:0;  
    left:0;  
}   
  
/* partial opacity hack, part III: IE6 support */  
* html .opacity-wrapper {   
    overflow:hidden;  
}  
* html .opacity {   
    width: 2000px;   
    height: 2000px;  
}   

/* +++ Special form styles +++ */
li, dl {
	clear: both;
}

/* +++ Footer +++ */
.social {
	background-color: #88b7e3;
	padding: 5px 0px;
}
.socialcontent > span {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.45;
	padding-top: 9px;
	text-transform: uppercase;
}
.socialcontent > span:before {
	content: " ";
	background: url('../images/sprites/social-arrow.png') center left no-repeat;
	width: 20px;
	height: 40px;
	display: block;
	float: left;
}
.socialcontent .icon-wrapper {
	background: #fff;
	padding: 5px 14px;
	margin-top: 4px;
	display: block;
	float: left;
}

.socialcontent > .icon-wrapper > a {
    float: left;
    margin-right: 15px;
    margin-top: -3px;
}
.socialcontent > .icon-wrapper > a:last-child {
    margin-right: 0;
}
.eligibility-requirements {
	background-color: #fafaea;
}
.eligibility-requirements p {
	font-size: 12px;
}
.eligibility-requirements a {
	text-decoration: underline;
}