/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*----------------------------------------------------------------------------*/

* {
  box-sizing: border-box;
}

img {
	max-width:100%;
	height:auto;
}


body.site {
	background-color: #AAAAAA!important;
	float:left;
	width:100%;
	font-family:'Open Sans', sans;
	position: relative;
	font-size:16px;
	line-height: 1.5;
	border:none!important;
	padding:0;
	color:#3A3A3A;
}

.wrap {
	margin:0 auto;
	width:92%;
	max-width:1200px;
}

hr {
	display: none;
}


/* HEADER */

header {
	background-color: #fff;
	float:left;
	width:100%;
	text-align: center;
	padding:70px 0;
}

header img {
	width:100%;
	max-width:920px;
}

.header {
	margin-bottom:0;
	background-color: #fff;
}

.title_bar {
	float:left;
	width:100%;
	background-color: #1E73BE;
	text-align: center;
	color:#fff;
	font-size:18px;
	font-weight:700;
	padding:20px 0;
}


@media screen and (max-width: 900px) {
	header {
		padding:50px 0;
	}
}

@media screen and (max-width: 700px) {
	header {
		padding:40px 0;
	}
	.title_bar {
		padding:15px 0;
		font-size:16px;
	}
}

@media screen and (max-width: 500px) {
	.title_bar {
		padding:10px 0;
		font-size:15px;
	}
}

/* FOOTER */

footer {
	background-color: #222;
	float:left;
	width:100%;
	color:#fff;
	padding:20px 0;
	text-align: center;
	font-size:16px;
}

footer .pull-right {
	float:left;
	width:100%;
	text-align: center;
	font-size:13px;
	font-weight:700;
	
}

footer .pull-right a {
	color:#2995BC;
	text-decoration: none;
}

footer .pull-right a:hover {
	color: #1E73BE;
}


@media screen and (max-width: 768px) {
	footer {
		font-size:14px;
		padding:20px 0 40px 0;
	}
	footer .pull-right {
		left:20%;
		right:20%;
	}
}



/* MAIN CONTENT */

a {
	color:#1E73BE;
}

p {
	margin:0 0 15px 0;
}

h1 {
	text-align: center;
	margin:0 0 40px 0;
	padding:0 0 40px 0;
	font-size:30px;
	font-weight:300;
	border-bottom:1px solid #3A3A3A;
}

h3 {
	margin:0 0 10px 0;
	line-height:150%;
	font-size:20px;
	font-weight:600;
}

h3.status_submitted {
	margin:0 0 20px 0;
	color:#2995BC;
	font-size:16px;
}

h4 {
	margin:0 0 10px 0;
	line-height:150%;
	font-size:17px;
	font-weight:600;
}


main {
	background-color: #AAAAAA;
	float:left;
	width:100%;
	padding:40px 0 40px 0;
}

.body .container {
	float:left;
	width:100%;
	background-color: #fff;
	padding:5%;
	border-radius:0px;
	border:none;
	box-shadow: none;
	max-width:1200px;
	position: relative;
}

a.logout_button {
	padding:3px 10px;
	display: block;
	position: absolute;
	right:20px;
	top:15px;
	color:#2995BC;
	font-weight: 700;
	font-size:14px;
}

a.logout_button:hover {
	color:#1E73BE;
}

/* alert */

.validation-error {
	color:#F35D5D;
	font-size:15px;
	float:left;
	width:100%;
	margin:0 0 10px 0;
}

#system-message-container {
	float:left;
	width:100%;
	margin:0 0 30px 0;
	position: relative;
	z-index:999;
}

.alert {
	border:none;
	border-radius:0px;
	padding:20px 50px 20px 80px;
	text-shadow: none;
	font-size:17px;
	margin:0 0 0 0;
}

.alert h4 {
	font-size:18px;
	font-weight:700;
	margin:0 0 10px 0;
	line-height:150%;
}

.alert .close {
	top:-20px;
	right:-50px;
	opacity:1;
	text-shadow: none;
	font-size:18px;
	width:20px;
	height:20px;
}

.alert .close:hover {
	opacity:0.7;
}


/* error alert */

.alert-error {
	background-color: #FDEEEE;
	color:#F35D5D;
	background-image: url('../img/icon_exclamation.svg');
	background-position: 20px 20px;
	background-repeat: no-repeat;
}

.alert-error h4 {
	color:#F35D5D;
}

.alert-error .close {
	font-size:0px;
	font-weight:700;
	color:#F35D5D;
	background-image: url('../img/icon_error_close.svg');
}



/* success alert */

.alert-success, .alert-info {
	background-color: #F0F7FA;
	color:#2995BC;
	background-image: url('../img/icon_success.svg');
	background-position: 20px 20px;
	background-repeat: no-repeat;
}

.alert-success h4, .alert-info h4 {
	color:#2995BC;
}

.alert-success .close, .alert-info .close {
	font-size:0px;
	font-weight:700;
	color:#2995BC;
	background-image: url('../img/icon_success_close.svg');
}

.row-fluid {
	float:left;
	width:100%;
}

.row {
	margin:0 0 20px 0;
	float:left;
	width:100%;
}

.well {
	background-color: transparent;
	border: none;
	border-radius: 0px;
	float:left;
	width:100%;
	padding:0;
	box-shadow: none;
	position: relative;
}

.well h4 {
	margin:0;
}

.well button {
	position: absolute;
	right: 0px;
	top:0px;
}

.row div {
	float:left;
	width:100%;
}

.content hr {
	display: none;
}

form {
	float:left;
	width:100%;
	margin:0 0 20px 0;
}

input {
	display: block;
	float:left;
	width:100%;
}

input[type="submit"] {
	border:none;
	font-size:16px;
	font-weight:700;
	padding:6px 16px;
	background-color: #2995BC;
	border:none;
	color:#fff;
	margin-right:10px;
	border:2px solid #2995BC;
	margin-bottom:5px;
}

button[type="redirect"] {
	border:none;
	font-size:16px;
	font-weight:700;
	padding:6px 16px;
	background-color: #2995BC;
	border:none;
	color:#fff;
	margin-right:10px;
	border:2px solid #2995BC;
	margin-bottom:5px;
}

input[type="submit"]:hover {
	background-color: #1E73BE;
	border:2px solid #1E73BE;
}


input[type="submit"].prev_button {
	background-color: transparent;
	border:2px solid #2995BC;
	color:#2995BC;
}

input[type="submit"].prev_button:hover {
	background-color: #1E73BE;
	border:2px solid #1E73BE;
	color:#fff;
}

label {
	/*display: inline-block;*/
	display: inline;
	font-size:17px;
	/*margin:0 0 10px 0;*/
}


textarea, 
select,
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	border:1px solid #C0C0C0;
	box-shadow: none;
	border-radius: 0px;
	font-size:17px;
	height:40px;
	padding:10px;
	margin:10px 0 10px 0;
	background-color: #FAFAFA;
}

select {
	padding:auto;
	height: auto;
}

textarea[disabled], 
input[disabled],
select[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	background-color: #E4ECEF;
	cursor: not-allowed;
}

input[type="radio"], 
input[type="checkbox"] {
	margin:10px 0 10px 0;	
}

textarea {
	float:left;
	width:100%;
	height:160px;
	line-height:150%;
}

select {
	display: block;
	float:left;
	width:100%;
	background-color: #FAFAFA;
	padding:0;
	margin:10px 0 10px 0;
	border:1px solid #C0C0C0;
}

.fieldSet {
	float:left;
	width:100%;
	/*margin:0 0 20px 0;*/
	font-weight:700;
	margin:0;
}

.prev_next_buttons {
	float:left;
	width:100%;
	border-top:1px solid #3A3A3A;
	padding:30px 0 0 0;
	margin:30px 0 0 0;
}

.confirm_buttons {
	float:left;
	width:100%;
	border-top:1px solid #3A3A3A;
	padding:30px 0 0 0;
	margin:30px 0 0 0;
}

input.return_button {
	background-color: transparent;
	border:2px solid #2995BC;
	color:#2995BC;
}

input.return_button:hover {
	background-color: #1E73BE;
	border:2px solid #1E73BE;
	color:#fff;
}

input.reject_button {
	background-color: transparent;
	border:2px solid #2995BC;
	color:#2995BC;
}

input.reject_button:hover {
	background-color: #1E73BE;
	border:2px solid #1E73BE;
	color:#fff;
}

.contracts_title_row {
	margin-top:30px;
}

.contract_buttons {
	float:left;
	width:100%;
	margin:30px 0 0 0;
}

.contract_buttons input {
	background-image: url('../img/icon_addbutton.svg');
	background-position: 15px center;
	background-repeat: no-repeat;
	padding-left:50px;
}

.delete_contract {
	font-size:0px;
	color:#2995BC;
	background-image: url('../img/icon_close.svg');
	border:none;
	width:30px;
	height:30px;
	margin-top:20px; 
}

.contract_details {
	background-image: url('../img/dotted_line.svg');
	background-position: left top;
	background-repeat: repeat-x;
	padding-top:30px;
}

.login_row {
	display: flex;
}

.login_row label {
	display: block;
	margin-top:10px;
	float:left;
	width:100%;
}



/* LANDING PAGE */

.row .col-xs-6 {
	padding:100px 30px 30px 30px;
}

.row .col-xs-6 input[type="text"], .row .col-xs-6 input[type="password"] {
	background-color: #fff;
}

.row .col-xs-6 h2 {
	text-align: center;
	font-size:20px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#207B9C;
	line-height:150%;
}

.row .col-xs-6.left {
	float:left;
	width:49%;
	background-color: #F4F9FB;
	margin-right:2%;
}

.row .col-xs-6.right {
	float:right;
	width:48%;
	background-color: #F4F9FB;
}

.home_login {
	background-image: url('../img/icon_login.svg');
	background-position: center 30px;
	background-repeat: no-repeat;
	background-size: 50px;
}

.home_start_new {
	background-image: url('../img/icon_startnewapp.svg');
	background-position: center 30px;
	background-repeat: no-repeat;
	background-size: 50px;
}

.home_approve_fso {
	background-image: url('../img/icon_fso.svg');
	background-position: center 30px;
	background-repeat: no-repeat;
	background-size: 50px;
}

.home_approve_gso {
	background-image: url('../img/icon_gso.svg');
	background-position: center 30px;
	background-repeat: no-repeat;
	background-size: 50px;
}

@media screen and (max-width: 1000px) {
	.row .col-xs-6 {
		padding:100px 20px 20px 20px;
	}
}

@media screen and (max-width: 800px) {
	.login_row {
		display: block;
		margin-bottom:0;
	}
	.row .col-xs-6.left {
		width:100%;
		margin-right:0;
	}
	.row .col-xs-6.right {
		width:100%;
	}
	.row .col-xs-6 {
		margin-bottom:20px;
	}
}


/* NEW APP */


.verification {
	text-align: center;
}

.verification_buttons {
	float:left;
	width:100%;
	border-top:1px solid #3A3A3A;
	padding:30px 0 0 0;
	margin:30px 0 0 0;
	text-align: center;
}

.verification_buttons input {
	display: inline-block;
	float:none;
}

input.verify_code {
	text-align: center;
	font-size:36px;
	letter-spacing: 10px;
	float: none;
	width: auto;
	padding:30px;
}

.set_password {
	text-align: center;
}

.set_password input {
	width: auto;
	float:none;
	text-align: center;
}

.set_password label {
	display: block;
	margin-top:20px;
}
