html,
body {
		font-family: 'Roboto', Helvetica, Arial, sans-serif;
		height: 100%;
		min-height: 100%;
		margin: 0;
}

html {
		box-sizing: border-box;
}

*,
*:before,
*:after {
		box-sizing: inherit;
}

body {
		background: #efefef;
		font-size: 14px;
		line-height: 1.5;
}

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

p {
	margin: 0 0 20px;
}

p a {
	text-decoration: none;
}

/* -------------------------------- *\
	Colors defined in SJR
\* -------------------------------- */



/* -------------------------------- *\
	Utilities
\* -------------------------------- */
.sr-only {
		position: absolute !important;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
}

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

.trim >:first-child {
		margin-top: 0 !important;
}

.trim >:last-child {
		margin-bottom: 0 !important;
}

.cf:before,
.cf:after {
		content: '';
		display: table;
}

.cf:after {
		clear: both;
}

.container {
		padding-left: 40px;
		padding-right: 40px;
}
/* -------------------------------- *\
	Header
\* -------------------------------- */

.header {
		padding: 40px 0;
}

.header__logo {
		float: left;
		width: 30%;
}

.header__vcard {
		float: right;
		text-align: right;
		font-size: 14px;
		width: 70%;
		padding-left: 25px;
}

.header__vcard .fa {
		margin-right: 8px;
}

.header__vcard .tel {
		margin-right: 12px;
}

.header__vcard a {
		color: inherit;
}

.header__user {
	margin-top: 20px
}

/* -------------------------------- *\
	Button
\* -------------------------------- */

.btn {
		appearance: none;
		border: 0;
		border-radius: 0;
		display: inline-block;
		height: 50px;
		line-height: 50px;
		padding: 0 20px;
		font-size: 18px;
		font-weight: bold;
		color: white;
		text-transform: uppercase;
		position: relative;
		cursor: pointer;
}

.btn .fa {
		margin-right: 10px;
}

.btn:before {
		content: '';
		display: block;
		position: absolute;
		z-index: 0;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), transparent);
}

.btn:active:before {
	background: rgba(0, 0, 0, 0.25);
}

.btn * {
		position: relative;
		z-index: 1;
}


.btn[disabled] {
	background: #d3d3d3 !important;
	cursor: not-allowed;
}
.btn[disabled]:before {
	content: none;
}

/* -------------------------------- *\
	Headings
\* -------------------------------- */
h1,
h2,
h3,
h4 {
	line-height: 1.1;
}

h1 {
		text-transform: uppercase;
		font-size: 24px;
		margin: 40px 0 20px;
}

h1 .fa {
		margin-right: 10px;
}

h2 {
		font-size: 21px;
		margin: 30px 0 15px;
}

h3 {
		font-size: 14px;
		color: #999999;
		margin: 30px 0 10px;
}

h2 + h3 {
		margin-top: 0;
}
/* -------------------------------- *\
	Panel
\* -------------------------------- */

.panel {
		background: white;
		border: 1px solid #d3d3d3;
		border-top-width: 3px;
		border-bottom-width: 3px;
		padding: 30px;
}

.panel--single {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.panel--list {
	border-bottom-width: 2px;
	padding: 0;
}

/* -------------------------------- *\
	File List
\* -------------------------------- */

.files {
		list-style: none;
		margin: 0;
		padding: 0;
}

.file {
		margin: 0;
		padding: 12px 38px 12px 15px;
		border-bottom: 1px solid #d3d3d3;
		position: relative;
}

.file a {
		color: #000;
		text-decoration: none;
}

.file__size {
		color: #999999;
}

.file .fa {
		margin-right: 10px;
}

.file--new {
		animation: newFileBg 1.5s;
}

.file--new * {
		animation: newFileText 1.5s;
}

.file--unviewed {
		font-weight: bold;
}

.file--unviewed:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -4px;
		right: 15px;
		width: 8px;
		height: 8px;
		background: currentColor;
		border-radius: 50%;
}

.file--expired a {
	text-decoration: line-through;
}
.file--expired *,
.file--embargoed * {
	opacity: 0.5;
}


.files--uploads .file:after {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 16px;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		top: 50%;
		margin-top: -8px;
		right: 15px;
		content: '\f1e0';
		color: #d3d3d3;
}

.files--queue {
	border-top: 1px solid #d3d3d3;
}


.file * {
	z-index: 1;
	position: relative;
}

.file__progress {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: #f1f1f1;
	right: 0;
	bottom: 0;
	width: 0;
}


.file__right {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%);
}
.file__edit {
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	border-radius: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
}
.file__edit .fa {
	margin: 0;
}



.file-actions {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
}

.file-action {
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.file-action .fa {
	font-size: 18px;
	margin: 0;
}

/* -------------------------------- *\
	File Upload
\* -------------------------------- */

.upload {
		text-align: center;
		padding: 30px 15px;
}

.upload__label {
	cursor: pointer;
}

.upload__input:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.select-document .fa {
	margin-right: 7px;
}

/* -------------------------------- *\
	Grid
\* -------------------------------- */

.row {
		font-size: 0;
		margin-left: -20px;
		margin-right: -20px;
}

.row + .row {
		margin-top: 30px;
}

.col {
		font-size: 14px;
		display: inline-block;
		vertical-align: top;
		padding-left: 20px;
		padding-right: 20px;
}

.col--1-2 {
		width: 50%;
}

.col--2-5 {
	width: 40%;
}

.col--3-5 {
	width: 60%;
}

.col:first-child >:first-child {
		margin-top: 0 !important;
}

.col >:last-child {
		margin-bottom: 0 !important;
}

@media (min-width: 941px) {
		.col--1-2 + .col--1-2 >:first-child {
				margin-top: 0 !important
		}
}

@media (min-width: 768px) {
	.col--2-5 + .col--3-5 >:first-child,
	.col--3-5 + .col--2-5 >:first-child {
			margin-top: 0 !important
	}
}


/* -------------------------------- *\
	Sections
\* -------------------------------- */

.section--last {
		border-bottom: 1px solid #d3d3d3;
}

.section__header {
		border-top: 1px solid #d3d3d3;
		padding: 20px 0;
		cursor: pointer;
}

.section__header h1 {
		float: left;
		margin: 6px 0 0;
		font-size: 21px;
}

.section__expand {
		float: right;
		appearance: none;
		display: block;
		width: 35px;
		height: 35px;
		border: 0;
		border-radius: 0;
		position: relative;
		cursor: pointer;
}

.section__expand:before,
.section__expand:after {
		content: '';
		display: block;
		position: absolute;
		background: white;
}

.section__expand:before {
		width: 21px;
		height: 1px;
		top: 17px;
		left: 7px;
}

.section__expand:after {
		width: 1px;
		height: 21px;
		top: 7px;
		left: 17px;
}

.section__header--active .section__expand:after {
		display: none;
}

.section__main {
		display: none;
		padding-bottom: 40px;
}

.section__main--active {
		display: block;
}
/* -------------------------------- *\
	Footer
\* -------------------------------- */

.footer {
		font-size: 10px;
		padding: 40px 0;
}
/* -------------------------------- *\
	Notification
\* -------------------------------- */

.notification {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		width: 100%;
		color: white;
		padding: 12px 15px;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transform: translate(0, -100%)
}

.notification--warning {
	background: #f0ad4e !important;
}

.notification--danger {
	background: #d9534f !important;
}

.notification--active {
		transform: none;
}
/* -------------------------------- *\
	Media Query
\* -------------------------------- */

@media (max-width: 940px) {
		.container {
				padding-left: 20px;
				padding-right: 20px;
		}
		.row {
			margin-left: -10px;
			margin-right: -10px;
		}
		.col {
			padding-left: 10px;
			padding-right: 10px;
		}
		.col--1-2 {
				width: 100%;
		}
		.col--2-5,
		.col--3-5 {
			width: 50%;
		}
}

@media (max-width: 767px) {
	.col--2-5,
	.col--3-5 {
		width: 100%;
	}
}

@media (max-width: 390px) {
		.btn {
				height: 40px;
				line-height: 40px;
				font-size: 16px;
				padding: 0 16px;
		}
		.btn .fa {
				display: none;
		}
}

@media (max-width: 480px) {
		.header__vcard {
				font-size: 13px;
		}
		.header__vcard .tel:after {
				content: '';
				display: table;
				clear: both;
		}
}



/* -------------------------------- *\
	Forms
\* -------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="mobile"],
textarea {
	-webkit-appearance: none;
	background: white;
	border-radius: 0;
	border: 1px solid #d3d3d3;
	width: 100%;
	height: 40px;
	padding: 0 12px;
	font-size: 16px;
	color: black;
}

textarea {
	padding: 12px;
	height: 150px;
}

input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="tel"][disabled],
input[type="email"][disabled],
textarea[disabled],

input[type="text"][readonly],
input[type="password"][readonly],
input[type="email"][readonly],
input[type="tel"][readonly],
input[type="email"][readonly],
textarea[readonly] {
	color: #999999;
	font-style: italic;
	cursor: not-allowed;
}

input[type="text"].invalid,
input[type="password"].invalid,
input[type="email"].invalid,
input[type="tel"].invalid,
input[type="email"].invalid,
textarea.invalid {
	border-color: crimson;
}


.form {
	margin: 0;
	padding: 0;
}

.form fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.form legend {
	margin: 0 0 15px;
	padding: 0;
	max-width: 100%;
}

.form legend h2 {
	margin: 0;
}

.form-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.form-list li {
	margin: 0;
	padding: 0;
}

.form-list li:not(:first-child) {
	margin-top: 20px;
}

.form label {
	display: block;
	margin-bottom: 3px;
}



/* -------------------------------- *\
	Login
\* -------------------------------- */
.login-help {
	margin-top: 30px;
}

.login-footer {
	font-size: 0;
}

.login-button,
.login-message {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	font-size: 14px;
}

.login-message {
	text-align: right;
	color: crimson;
}
.login-message p {
	margin: 0;
}
