/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.feature-gradient {
  pointer-events: none;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
a.hardlink:link,
a.hardlink:active,
a.hardlink:visited,
a.hardlink:hover {
  color: #6f97e4;
}
h6,
.font-size-1 {
  font-size: 11px;
  line-height: 16px;
}
h5,
.font-size-2 {
  font-size: 14px;
  line-height: 16px;
}
h4,
.font-size-3 {
  font-size: 18px;
  line-height: 32px;
}
h3,
.font-size-4 {
  font-size: 24px;
  line-height: 32px;
}
h2,
.font-size-5 {
  font-size: 36px;
  line-height: 48px;
}
h1,
.font-size-6 {
  font-size: 48px;
  line-height: 64px;
}
.font-standard {
  font-size: 14px;
  line-height: 16px;
  color: #303030;
  font-family: Helvetica Neue, sans-serif;
}
.label {
  font-size: 11px;
  line-height: 16px;
  color: #7f7f7f;
  text-transform: uppercase;
}
a,
.button-link {
  cursor: pointer;
  transition: color .2s;
  text-decoration: none;
}
a:link,
.button-link:link,
a:visited,
.button-link:visited {
  color: #303030;
}
a:active,
.button-link:active,
a:hover,
.button-link:hover {
  color: #6f97e4;
}
a.warning:hover,
.button-link.warning:hover,
a.warning:active,
.button-link.warning:active {
  color: #ff7f0e;
}
span.fa {
  text-align: left;
}
.center-text {
  text-align: center;
}
body.simple {
  background-color: white;
}
.row {
  display: flex;
  flex-direction: row;
}
.column {
  display: flex;
  flex-direction: column;
}
.layout-header {
  z-index: 1000;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  font-size: 11px;
  line-height: 16px;
  background-color: white;
  justify-content: space-between;
  padding: 16px;
}
.layout-header a {
  margin-left: 16px;
}
.form-layout {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  margin-right: 16px;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  min-height: 100vh;
}
.error-messages {
  display: flex;
  justify-content: center;
}
.error-message {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14), 0px 0px 2px 0px rgba(0, 0, 0, 0.14);
  max-width: 400px;
  padding: 8px 16px;
  border-left: 3px solid #ff7f0e;
  background-color: white;
  margin-top: 16px;
}
.layout-content {
  padding-top: 48px;
}
.basic-layout-content {
  padding-top: 48px;
  padding-left: 32px;
  padding-right: 32px;
}
.logo-small {
  text-align: center;
}
.logo-small img {
  width: auto;
  height: auto;
  max-width: 160px;
}
.focused-layout {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  margin-right: 16px;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  min-height: 100vh;
}
.focused-window {
  padding: 16px;
  background-color: white;
  box-shadow: 0px 6px 8px 1px rgba(0, 0, 0, 0.13), 0px 1px 5px 1px rgba(0, 0, 0, 0.13);
  border-radius: 3px;
}
.shadow-depth-1 {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.shadow-depth-2 {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14), 0px 0px 2px 0px rgba(0, 0, 0, 0.14);
}
.shadow-depth-3 {
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.14), 0px 0px 3px 1px rgba(0, 0, 0, 0.14);
}
.shadow-depth-4 {
  box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.14), 0px 0px 4px 1px rgba(0, 0, 0, 0.14);
}
.shadow-depth-5 {
  box-shadow: 0px 6px 8px 1px rgba(0, 0, 0, 0.13), 0px 1px 5px 1px rgba(0, 0, 0, 0.13);
}
.shadow-depth-6 {
  box-shadow: 0px 7px 9px 1px rgba(0, 0, 0, 0.13), 0px 1px 6px 1px rgba(0, 0, 0, 0.13);
}
.shadow-depth-7 {
  box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.12), 0px 1px 7px 1px rgba(0, 0, 0, 0.12);
}
.shadow-depth-8 {
  box-shadow: 0px 9px 11px 2px rgba(0, 0, 0, 0.11), 0px 1px 8px 2px rgba(0, 0, 0, 0.11);
}
.shadow-depth-9 {
  box-shadow: 0px 10px 12px 2px rgba(0, 0, 0, 0.11), 0px 1px 9px 2px rgba(0, 0, 0, 0.11);
}
.shadow-depth-10 {
  box-shadow: 0px 11px 13px 2px rgba(0, 0, 0, 0.1), 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
}
textarea {
  padding: 8px 16px;
}
input[type=email],
input[type=text],
input[type=password] {
  line-height: 32px;
  height: 32px;
  border: 1px solid #c7c7c7;
  padding: 0 16px;
}
input[type=email],
input[type=text],
input[type=password],
textarea {
  border: 1px solid #c7c7c7;
  transition: border-color 0.2s linear;
}
input[type=email]:hover,
input[type=text]:hover,
input[type=password]:hover,
textarea:hover {
  border-color: #303030;
}
input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
  border-color: #6f97e4;
}
.button,
button,
input[type=submit],
label.file-button {
  display: inline-block;
  background-color: white;
  border-radius: 2px;
  height: 32px;
  line-height: 32px;
  font-size: 11px;
  vertical-align: middle;
  padding: 0 16px;
  cursor: pointer;
}
input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.button,
button,
input[type=submit] {
  border: none;
  transition: box-shadow 0.2s linear;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14), 0px 0px 2px 0px rgba(0, 0, 0, 0.14);
}
.button.primary,
button.primary,
input[type=submit].primary {
  color: white;
  background-color: #6f97e4;
}
.button:hover,
button:hover,
input[type=submit]:hover {
  box-shadow: 0px 6px 8px 1px rgba(0, 0, 0, 0.13), 0px 1px 5px 1px rgba(0, 0, 0, 0.13);
}
.button:focus,
button:focus,
input[type=submit]:focus {
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.14), 0px 0px 3px 1px rgba(0, 0, 0, 0.14);
  outline: none;
  border: 1px solid #303030;
}
.button:active,
button:active,
input[type=submit]:active {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14), 0px 0px 2px 0px rgba(0, 0, 0, 0.14);
}
.vertical-form-row-textarea {
  margin-top: 16px;
  margin-bottom: 16px;
}
.vertical-form-row-textarea input[type=email],
.vertical-form-row-textarea input[type=text],
.vertical-form-row-textarea input[type=password],
.vertical-form-row-textarea textarea {
  min-width: 300px;
}
.vertical-form-row-textarea label {
  vertical-align: top;
}
.vertical-form-row-textarea textarea {
  height: 128px;
  min-width: 300px;
}
.vertical-form-row {
  margin-top: 16px;
  margin-bottom: 16px;
}
.vertical-form-row input[type=email],
.vertical-form-row input[type=text],
.vertical-form-row input[type=password],
.vertical-form-row textarea {
  min-width: 300px;
}
.vertical-form-row-actions {
  text-align: right;
}
.vertical-form-row-actions .button,
.vertical-form-row-actions input[type=submit],
.vertical-form-row-actions button {
  margin-left: 16px;
}
.vertical-form-label {
  line-height: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}
button.button-link {
  font-size: 14px;
  line-height: 16px;
  box-shadow: none;
  padding: 0;
  height: 16px;
}
.home-container {
  background-color: white;
  min-height: 100vh;
}
.home-branding-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 32px;
}
.home-search-form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-search-text-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding: 16px;
  width: 100%;
  max-width: 896px;
}
.home-search-text-container input[type=submit] {
  margin-left: 16px;
}
.home-search-text-keywords-input {
  flex-grow: 1;
}
.home-search-image-container {
  margin-top: 32px;
  border: 2px dashed #c7c7c7;
  padding: 16px;
}
.home-search-image-container .label {
  margin-bottom: 16px;
  text-align: center;
}
.home-search-image-container p {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 16px;
}
.home-search-label {
  cursor: pointer;
}
.search-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 16px;
}
.search-header a {
  font-size: 11px;
  line-height: 16px;
}
.search-form-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 960px;
}
.search-form-container input[type=submit] {
  margin-left: 16px;
}
.search-results-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.asset-card,
.asset-card-placeholder {
  display: inline-block;
  width: 288px;
  height: 320px;
  text-align: left;
}
.asset-card {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14), 0px 0px 2px 0px rgba(0, 0, 0, 0.14);
  position: relative;
  border-radius: 2px;
  margin-right: 16px;
  margin-bottom: 16px;
  background-color: white;
}
.asset-card-feature,
.asset-card-feature-thumbnail,
.asset-card-feature-gradient {
  border-radius: 2px 2px 0 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 224px;
  background-color: #7f7f7f;
}
.asset-card-feature-gradient {
  pointer-events: none;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.asset-card-label {
  position: absolute;
  width: 100%;
  top: 224px;
  padding: 16px;
}
.asset-card-label.details-item {
  margin-top: 0;
}
.profile-card {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14), 0px 0px 2px 0px rgba(0, 0, 0, 0.14);
  position: relative;
  border-radius: 2px;
  width: 288px;
  height: 320px;
  background-color: white;
  margin-right: 16px;
  margin-bottom: 16px;
}
.profile-card-feature,
.profile-card-feature-gradient {
  border-radius: 2px 2px 0 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 160px;
  background-color: #7f7f7f;
}
.profile-card-feature-gradient {
  pointer-events: none;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.profile-card-avatar {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  margin-left: -64px;
  margin-top: -64px;
  left: 50%;
  top: 50%;
  width: 128px;
  height: 128px;
  background-color: white;
  line-height: 128px;
  vertical-align: middle;
  text-align: center;
  padding: 8px;
}
.profile-card-avatar img {
  max-width: 112px;
  max-height: 112px;
  width: auto;
  height: auto;
}
.profile-card-name {
  position: absolute;
  bottom: 48px;
  text-align: center;
  width: 100%;
}
.asset {
  display: flex;
  flex-direction: row;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.asset-matte {
  background-color: black;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-grow: 1;
}
.asset-label {
  color: black;
  background-color: white;
  flex-basis: 320px;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0 16px 16px 16px;
}
.asset-close {
  font-size: 24px;
  line-height: 32px;
  position: fixed;
  top: 16px;
  right: 16px;
}
.asset-window {
  padding: 16px;
  background-color: white;
  box-shadow: 0px 6px 8px 1px rgba(0, 0, 0, 0.13), 0px 1px 5px 1px rgba(0, 0, 0, 0.13);
  border-radius: 3px;
  width: 464px;
}
.asset-window .vertical-form-label {
  width: 128px;
}
.profile-list {
  padding: 16px;
}
.profile-list .profile-card {
  display: inline-block;
  margin-bottom: 16px;
}
.profile-card-grid {
  display: flex;
  flex-direction: row;
  padding-top: 16px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.profile-layout {
  position: relative;
  display: flex;
  flex-direction: row;
  background-color: #f0f0f0;
}
.profile-avatar img {
  display: block;
  max-height: 240px;
  min-height: 240px;
  height: auto;
  width: auto;
}
.profile-information {
  flex-basis: 288px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: white;
  min-height: 100vh;
}
.profile-asset-grid-container {
  display: flex;
  flex-direction: row;
  padding: 16px 0 0 16px;
  flex-grow: 1;
  margin-right: 16px;
}
.profile-asset-grid {
  max-width: 960px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  flex-wrap: wrap;
}
.profile-asset-thumbnail {
  display: block;
  max-width: 160px;
  max-height: 160px;
  height: auto;
  width: auto;
}
.details-item {
  margin-left: 16px;
  margin-top: 16px;
}
.details-item .fa {
  width: 16px;
}
.details-item .label,
.details-item .unindented {
  margin-left: -16px;
  margin-bottom: 16px;
}
.profile-details-actions {
  margin-top: 16px;
  text-align: center;
}
.profile-details-actions .button {
  margin-right: 16px;
}
.profile-details-actions .button:last-child {
  margin-right: 0;
}
.profile-window {
  padding: 16px;
  background-color: white;
  box-shadow: 0px 6px 8px 1px rgba(0, 0, 0, 0.13), 0px 1px 5px 1px rgba(0, 0, 0, 0.13);
  border-radius: 3px;
  width: 528px;
}
.profile-window .vertical-form-label {
  width: 192px;
}
.login-window {
  padding: 16px;
  background-color: white;
  box-shadow: 0px 6px 8px 1px rgba(0, 0, 0, 0.13), 0px 1px 5px 1px rgba(0, 0, 0, 0.13);
  border-radius: 3px;
  width: 336px;
}
body * {
  box-sizing: border-box;
}
body {
  background-color: #f0f0f0;
  font-size: 14px;
  line-height: 16px;
  color: #303030;
  font-family: Helvetica Neue, sans-serif;
}
#logo {
  width: 400px;
  max-width: 100%;
  padding: 0 25px;
}
