*,
:after,
:before {
	box-sizing: border-box
}

article,
aside,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block
}

canvas,
iframe,
img,
svg {
	vertical-align: middle
}

img {
	border: 0
}

textarea {
	resize: vertical;
	overflow: auto
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=number],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0
}

button,
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

svg:not(:root) {
	overflow: hidden
}

.font-book {
	font-weight: 100
}

.font-news {
	font-weight: 300
}

.font-medium {
	font-weight: 500
}

.font-bold {
	font-weight: 700
}

.transition {
	transition: all .3s ease-out
}

.box-shadow {
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2)
}

@font-face {
	font-family: ClanNarrow;
	src: url(../fonts/bold.woff) format('woff');
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: ClanNarrow;
	src: url(../fonts/medium.woff) format('woff');
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: ClanNarrow;
	src: url(../fonts/news.woff) format('woff');
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: ClanNarrow;
	src: url(../fonts/book.woff) format('woff');
	font-weight: 100;
	font-style: normal
}

html {
	font-size: 100%;
	height: 100%
}

body {
	height: 100%;
	background-color: #F7F7F7;
	margin: 0;
	font-size: .875em;
	line-height: 1.5;
	font-family: ClanNarrow, Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #4A4A4A;
	letter-spacing: .3px;
	-webkit-font-smoothing: antialiased
}

.pagewrap {
	position: relative;
	max-width: 64rem;
	min-height: 100%;
	margin: 0 auto;
	padding: 5.625rem 1.25rem 1.25rem;
	margin-bottom: -4rem
}

.pagewrap:after {
	content: "";
	display: block
}

a {
	text-decoration: none;
	font-weight: 300;
	color: #4A4A4A;
	transition: color .3s ease-out
}

a.current-page,
a:hover {
	color: #C8003C
}

p {
	font-weight: 300
}

b,
strong {
	font-weight: 500
}

h1,
h2,
h3 {
	font-weight: 700;
	margin: 0 0 1.25rem 0
}

h1 {
	font-size: 1.25rem
}

h2 {
	font-size: 1.25rem
}

h3 {
	font-size: .875rem;
	text-transform: uppercase;
	color: #7B7B7B
}

hr {
	margin: 2.5rem 0;
	height: 0;
	border: none;
	border-top: 1px dashed #CBCBCB
}

input,
textarea {
	border: 1px solid #CBCBCB;
	padding: .625rem;
	outline: 0;
	font-weight: 300;
	transition: all .3s ease-out
}

input:focus,
textarea:focus {
	border-color: #C8003C
}

input[disabled],
textarea[disabled] {
	background-color: #E6E6E6;
	color: #9B9B9B
}

textarea {
	resize: none
}

input[type=text],
input[type=password],
input[type=email],
input[type=number] {
	height: 2.5rem
}

.label,
label {
	font-weight: 300;
	display: inline-block;
	margin-bottom: .3125rem
}

.radio {
	margin-bottom: .625rem
}

.radio input {
	position: absolute;
	z-index: -1;
	visibility: hidden;
	width: auto;
	margin-right: .75em;
	margin: 0;
	padding: 0
}

.radio label {
	cursor: pointer;
	position: relative
}

.radio label:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	top: 4px;
	background: #fff;
	border: 1px solid #CBCBCB;
	margin-right: .625rem;
	border-radius: 30px;
	transition: border-color .3s ease-out
}

.radio label:after {
	content: '';
	display: inline-block;
	background: #C8003C;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 8px;
	left: 4px;
	border-radius: 50%;
	opacity: 0
}

.radio input:checked+label:after {
	opacity: 1
}

.radio input:checked+label:before {
	border-color: #C8003C
}

.radio:hover label:before {
	border-color: #C8003C
}

.checkbox {
	position: relative;
	display: inline-block;
	color: #4A4A4A;
	vertical-align: middle;
	margin-top: .3125rem;
	margin-bottom: .3125rem;
	margin-right: 1.875rem
}

.checkbox label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding-left: 1.875rem;
	line-height: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.checkbox label:focus:before,
.checkbox label:hover:before {
	border-color: #C8003C
}

.checkbox label:after,
.checkbox label:before {
	content: '';
	position: absolute;
	transition: border-color .3s ease-out
}

.checkbox label:before {
	background-color: #fff;
	border: 1px solid #CBCBCB;
	height: 20px;
	width: 20px;
	left: 0;
	top: 0
}

.checkbox label:after {
	width: 10px;
	height: 6px;
	top: 5px;
	left: 5px;
	border: 2px solid #C8003C;
	border-top: none;
	border-right: none;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.checkbox input[type=checkbox] {
	margin-bottom: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	visibility: hidden;
	position: absolute;
	z-index: -1;
	opacity: 0
}

.checkbox input[type=checkbox]:checked+label:before {
	border-color: #C8003C
}

.checkbox input[type=checkbox]:checked+label:after {
	opacity: 1
}

.checkbox input[type=checkbox][disabled]+label {
	opacity: .5
}

.select {
	position: relative;
	display: inline-block
}

.select:before {
	content: '';
	width: 2.5rem;
	height: 100%;
	position: absolute;
	right: 0;
	border-left: 1px solid #CBCBCB;
	transition: all .3s ease-out;
	pointer-events: none
}

.select svg {
	color: #CBCBCB;
	position: absolute;
	right: .625rem;
	top: 15px;
	pointer-events: none;
	transition: all .3s ease-out
}

.select:focus:before,
.select:hover:before {
	border-color: #C8003C
}

.select:focus svg,
.select:hover svg {
	color: #C8003C
}

.select select {
	padding: 0 5.625rem 0 1.25rem;
	cursor: pointer;
	border-radius: 0;
	border: 1px solid #CBCBCB;
	color: #7B7B7B;
	height: 2.5rem;
	outline: 0;
	text-overflow: '';
	overflow: hidden;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all .3s ease-out
}

.select select:focus,
.select select:hover {
	border-color: #C8003C
}

.select select::-ms-expand {
	display: none
}

.file-upload {
	width: auto;
	min-height: 120px;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #CBCBCB;
	padding: 1.25rem;
	padding-bottom: .625rem;
	margin: 0 auto;
	float: left;
	margin-right: 1.25rem
}

.file-upload input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.file-upload label {
	display: inline-block;
	text-align: center;
	height: 2.5rem;
	width: 100%;
	padding: calc(.625rem + 1px) 1.875rem;
	background-color: #9B9B9B;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	transition: all .3s ease-out
}

.file-upload label:hover {
	background-color: #626262
}

.file-upload label.error {
	background: 0 0;
	text-transform: none;
	text-align: left;
	font-night: 300;
	padding: 0;
	display: block;
	height: auto;
	margin-top: .625rem
}

.file-upload--admin {
	width: 180px;
	margin-right: 0;
	min-height: 0;
	border: none;
	padding: 0;
	background-color: transparent;
	margin-bottom: .625rem
}

.file-upload--admin input[type=file] {
	width: 0
}

.file-upload--admin label {
	margin-bottom: 0
}

.file-upload--admin label.button--cta {
	background-color: #C8003C
}

.file-upload--admin label.button--cta:focus,
.file-upload--admin label.button--cta:hover {
	background-color: #95002d
}

.filename {
	background-color: #f3f3f3;
	border: none;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	color: #9B9B9B
}

.input-block {
	margin-bottom: 1.25rem
}

.input-block>.label,
.input-block>label {
	font-weight: 500;
	color: #7B7B7B
}

.input-block+.optional-field {
	margin-top: -.625rem
}

.optional-field {
	display: none
}

.optional-field.is-visible {
	display: inline-block
}

label.error {
	color: red;
	margin-bottom: 0
}

label>label.error {
	margin-left: 1.25rem
}

input.error {
	box-shadow: inset 0 0 0 3px rgba(255, 0, 0, .3)
}

.mandatory-field {
	color: #C8003C
}

.button {
	display: inline-block;
	position: relative;
	height: 2.5rem;
	padding: calc(.625rem + 1px) 1.875rem;
	margin-bottom: 1.25rem;
	border: none;
	outline: 0;
	background-color: #9B9B9B;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .5px;
	font-weight: 500;
	z-index: 1;
	transition: all .3s ease-out
}

.button:focus,
.button:hover {
	background-color: #828282
}

.button--cta {
	background-color: #C8003C
}

.button--cta:focus,
.button--cta:hover {
	background-color: #95002d
}

.button--icon {
	padding-left: 1.25rem
}

.button--icon svg {
	margin-right: .625rem
}

.button[disabled] {
	opacity: .5;
	background-color: #9B9B9B;
	cursor: not-allowed
}

.button.grey {
  background-color: #9B9B9B;
  opacity: .5;
}

.button.grey:hover {
  opacity: .7;
}

.button.icon-lock {
	background-image: url(../images/icon-lock.svg);
	background-size: 10% 50%;
	background-repeat: no-repeat;
	background-position: right .625rem center
}

.presentation--compact .button.icon-lock {
	background-size: 18%;
	background-position: right .3125rem center
}

a.button {
	display: inline-block;
	color: #fff;
	font-weight: 500
}

.delete-presentation-button {
	display: inline-block;
	color: #C8003C;
	position: absolute;
	top: .3125rem;
	right: 0
}

.delete-presentation-button svg {
	margin-right: .625rem;
	margin-top: -2px
}

.delete-presentation-button:hover {
	color: #95002d
}

.delete-button {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin-bottom: 0
}

.delete-button svg {
	margin-top: -2px
}

.close-button {
	border-radius: 50%;
	background-color: #fff;
	width: 1.875rem;
	height: 1.875rem;
	border: 0;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
	outline: 0;
	position: absolute;
	right: -.9375rem;
	top: -.9375rem;
	transition: all .3s ease-out;
	padding-left: 0;
	padding-right: 0
}

.close-button:hover {
	color: #C8003C
}

.intro-option {
	display: inline-block;
	margin-right: 1.25rem;
	color: #9B9B9B
}

.icon-button {
	padding-left: 1.575rem
}

.pagination {
	margin-top: 2.5rem
}

.pagination a,
.pagination span {
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	padding: .625rem;
	font-weight: 700;
	background-color: #fff;
	color: #9B9B9B;
	border: 1px solid #CBCBCB;
	margin-right: .3125rem;
	margin-bottom: .625rem;
	text-align: center;
	float: left;
	outline: 0;
	transition: all .3s ease-out
}

.pagination a {
	color: #9B9B9B;
	border: 1px solid #CBCBCB;
	outline: 0;
	transition: all .3s ease-out
}

.pagination a:focus,
.pagination a:hover {
	color: #C8003C;
	border-color: currentColor
}

.pagination a.current-page {
	background-color: #C8003C;
	border-color: #C8003C;
	color: #fff
}

.pagination span {
	opacity: .5;
	cursor: not-allowed
}

.pagination .button {
	float: right
}

.alert-message {
	display: inline-block;
	background-color: #4A4A4A;
	padding: .5em 1.25rem;
	color: #fff;
	position: fixed;
	top: .625rem;
	z-index: 60;
	-webkit-transform: translateY(-150%);
	transform: translateY(-150%);
	opacity: 0
}

.alert-message.animate {
	-webkit-animation: bounceUp ease-out .6s;
	animation: bounceUp ease-out .6s;
	-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.alert-message.animate.is-active {
	-webkit-animation: bounceDown ease-out .9s;
	animation: bounceDown ease-out .9s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.page-header {
	background-color: #fff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50
}

.header-wrapper {
	position: relative;
	max-width: 64rem;
	margin: 0 auto;
	padding: .9375rem 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header-nav--left {
	left: 1.25rem
}

.header-nav--right {
	right: 1.25rem
}

.header-nav--right a {
	margin-left: 1.25rem
}

.header-nav a {
	color: #9B9B9B;
	font-size: 1rem
}

.header-nav a:hover {
	color: #C8003C
}

.header-nav a svg {
	margin-right: .625rem;
	vertical-align: middle
}

.logo {
	display: inline-block;
	margin: 0 auto
}

.logo img {
	max-height: 50px;
	max-width: 100%
}

.footer {
	position: relative;
	height: 4rem;
	max-width: 64rem;
	margin: 0 auto;
	line-height: 4rem;
	z-index: 10;
	text-align: center
}

.tp-admin .footer {
	text-align: left;
	padding-left: 1.25rem
}

.tp-presentations .footer {
	text-align: left;
	padding-left: 4.5rem
}

.tp-presentation .footer {
	padding-left: 19.7em;
	text-align: left
}

.footer a {
	color: #7B7B7B
}

.footer a:focus,
.footer a:hover {
	color: #C8003C
}

.presentation-list-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 1.875rem
}

.presentation-list-header .button {
	margin-bottom: 0;
	margin-right: .625rem
}

.presentation-list-header h1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 0
}

.presentation-list {
	margin-bottom: 3.75rem
}

.presentation {
	position: relative;
	width: 100%;
	margin-bottom: 1.25rem;
	border-bottom: 1px dashed #CBCBCB;
	padding-bottom: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.presentation:last-of-type {
	border-bottom: 0
}

.presentation--compact {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: .75em;
	padding-bottom: .75em
}

.presentation__count {
	color: #C8003C;
	font-size: 2.5rem;
	font-weight: 700;
	margin-right: 1.875rem
}

.presentation--compact .presentation__count {
	font-size: 1.5rem;
	margin-right: 1.25rem
}

.presentation__thumb {
	background-color: #fff;
	display: inline-block;
	border: 5px solid #F7F7F7;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
	margin-right: 1.25rem;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch
}

.presentation__title {
	font-weight: 700;
	font-size: 1.25rem
}

.presentation--compact .presentation__title {
	font-size: 1rem
}

.presentation__salon-name {
	font-size: 1rem;
	color: #7B7B7B
}

.presentation--compact .presentation__salon-name {
	display: inline-block;
	font-weight: 400;
	color: #9B9B9B
}

.presentation__edit-date {
	color: #9B9B9B;
	position: absolute;
	bottom: 1.25rem
}

.presentation--compact .presentation__edit-date {
	position: relative;
	bottom: initial
}

.presentation__image-info {
	margin-top: .625rem;
	color: #7B7B7B
}

.presentation__image-info span {
	display: block
}

.presentation--compact .presentation__image-info {
	margin-top: 0
}

.presentation--compact .presentation__image-info span {
	display: inline-block
}

.presentation--compact .presentation__image-info span:first-child {
	margin-right: 5px
}

.presentation__status {
	color: #9B9B9B
}

.presentation__status span {
	color: #C8003C;
	font-weight: 500;
	display: inline-block;
	vertical-align: top
}

.presentation__status--bad span {
	color: red
}

.presentation__status--done span {
	color: #F38E3F
}

.presentation__status--exported span {
	color: #73A734
}

.presentation-meta {
	padding-top: .625rem;
	-ms-flex-item-align: start;
	align-self: flex-start;
	max-width: 540px
}

.presentation--compact .presentation-meta {
	max-width: 600px;
	width: 100%;
	padding-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.presentation--compact .presentation-meta>* {
	width: 70%
}

.presentation--compact .presentation-meta>:nth-of-type(even) {
	width: 30%
}

.presentation-buttons {
	min-width: 12em;
	margin-left: auto;
	-ms-flex-item-align: start;
	align-self: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: center;
	align-content: center
}

.presentation-buttons .button {
	margin-bottom: .625rem
}

.presentation-buttons .button:last-child {
	margin-bottom: 0
}

.presentation--compact .presentation-buttons .button {
	width: 25%;
	height: 3rem;
	line-height: 1.7rem;
	margin-bottom: 2px;
	border-left: 2px solid #F7F7F7
}

.presentation--compact .presentation-buttons {
	width: 20em;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.presentation-detail__title {
	font-weight: 700;
	font-size: 1.25rem;
	margin-bottom: 1.25rem
}

.presentation-detail__title span {
	font-weight: 300
}

.presentation-detail__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.25rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px dashed #CBCBCB
}

.presentation-detail__image:last-of-type {
	border-bottom: 0
}

.presentation-detail__buttons {
	margin-left: auto
}

.presentation-detail .image-status {
	position: relative
}

.presentation-detail .image-status:after {
	position: absolute;
	margin-left: 0;
	left: -18px
}

.image-detail__thumb {
	max-width: 300px;
	max-height: 200px;
	margin-right: 2.5rem
}

.image-detail__thumb--dummy {
	background-color: #D8D8D8;
	padding: 3.75rem 2.5rem;
	min-width: 300px
}

.image-detail__meta {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.image-detail__title {
	font-weight: 700;
	font-size: 1.2rem;
	margin-bottom: .625rem
}

.image-detail__link {
	display: inline-block;
	margin-top: 1.25rem;
	color: #C8003C
}

.image-detail__link:focus,
.image-detail__link:hover {
	text-decoration: underline
}

.image-status--bad {
	color: red
}

.image-status--bad:after {
	content: '\2717';
	margin-left: 8px
}

.image-status--good {
	color: #73A734
}

.image-status--good:after {
	content: '√';
	margin-left: 8px
}

.main-content {
	position: relative;
	width: calc(100% - 16.875em);
	margin-left: 16.875em;
	margin-bottom: 1.25rem;
	padding-left: 1.25rem
}

.main-content .input-block {
	min-width: 50%
}

.main-content textarea {
	width: 100%
}

.columns {
	-webkit-column-gap: 2.5rem;
	column-gap: 2.5rem
}

.columns--2 {
	-webkit-columns: 2 300px;
	columns: 2 300px
}

.columns--3 {
	-webkit-columns: 3 200px;
	columns: 3 200px
}

.file-upload__thumb {
	position: relative;
	float: left;
	display: inline-block
}

.file-upload__thumb.is-invisible {
	opacity: 0;
	display: none
}

.file-upload__thumb.animation {
	display: block;
	opacity: 1;
	-webkit-animation: bounceIn ease-out .4s;
	animation: bounceIn ease-out .4s
}

.column-list {
	-webkit-columns: 18.75em 2;
	columns: 18.75em 2
}

.scroll-list {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	max-height: 23em;
	padding-bottom: 1em
}

.scroll-list>div {
	width: 100%;
	display: block;
	margin-bottom: .625rem
}

.gradient {
	position: relative
}

.gradient:before {
	content: '';
	height: 2.5em;
	width: 100%;
	background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0, #f7f7f7 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	pointer-events: none
}

.helptext {
	margin-top: 2.5rem;
	color: #9B9B9B;
	border: 1px solid #CBCBCB;
	padding: 1.25rem;
	line-height: 1.5
}

.page-content {
	margin-top: 1.875rem
}

.sidebar {
	background-color: #E6E6E6;
	max-width: 16.875em;
	min-width: 16.875em;
	height: 100%;
	position: fixed;
	margin-left: -1.25rem;
	padding-top: 4em;
	top: 0;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2) inset
}

.slides {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	padding: 2.5em 1.875rem 1.25rem 1.25rem;
	height: 100%
}

.slide {
	position: relative;
	background-color: #fff;
	display: inline-block;
	border: 1px solid #F7F7F7;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 0 0 6px #F7F7F7 inset;
	width: 100%;
	height: 0;
	padding-bottom: 67%;
	margin-bottom: 1.875rem;
	transition: all .3s ease-out;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.slide:hover {
	border-color: #C8003C
}

.slide__count {
	position: absolute;
	right: -.9375rem;
	top: -.9375rem;
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 50%;
	background-color: #9B9B9B;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
	color: #fff;
	text-align: center;
	line-height: 1.875rem;
	font-weight: 700;
	z-index: 10
}

.slide--current {
	border-color: #C8003C
}

.slide--current .slide__count {
	background-color: #C8003C
}

.slide--animate {
	display: none;
	opacity: 0
}

.slide--animate.animation {
	display: block;
	opacity: 1;
	-webkit-animation: bounceIn ease-out .4s;
	animation: bounceIn ease-out .4s
}

.slide__content {
	padding: 1.25rem
}

.slide__text {
	font-weight: 700;
	font-size: .875rem;
	color: #4A4A4A;
	margin: 0 0 .3125rem
}

.slide__text span {
	color: #9B9B9B;
	font-size: .8125rem;
	font-weight: 500
}

.structure-field {
	margin-bottom: 1.25rem
}

.structure-field__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.structure-field__content label {
	position: absolute;
	visibility: hidden
}

.structure-field__content .select,
.structure-field__content input[type=text],
.structure-field__content input[type=number] {
	margin-right: .625rem
}

.structure-field__content input[name="objective[]"] {
	width: 150%
}

.modal-bg {
	background-color: rgba(247, 247, 247, .9);
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 20;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-out
}

.modal-bg.is-active {
	opacity: 1;
	visibility: visible
}

.modal {
	background-color: #fff;
	position: relative;
	padding: 1.875rem;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
	display: none;
	opacity: 0;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: opacity .2s ease-out;
	-webkit-animation: scaleDown ease-out .1s;
	animation: scaleDown ease-out .1s;
	max-width: 420px
}

.modal.is-active {
	display: block;
	opacity: 1;
	-webkit-animation: bounceIn ease-out .4s;
	animation: bounceIn ease-out .4s;
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

.modal .button {
	margin-bottom: 0;
	margin-top: 1.25rem;
	width: calc(50% - .3125rem);
	float: left;
	margin-left: .3125rem
}

.modal .button:first-of-type {
	margin-left: 0;
	margin-right: .3125rem
}

.change-data-form .input-block {
	width: 100%
}

.change-data-form input,
.change-data-form textarea {
	width: 400px
}

.login-content {
	margin: 200px auto 0;
	max-width: 22.5em
}

.login-content input {
	width: 100%
}

.login-content button {
	width: 100%
}

@-webkit-keyframes bounceDown {
	0% {
		-webkit-transform: translateY(-150%);
		transform: translateY(-150%);
		opacity: 0
	}
	50% {
		-webkit-transform: translateY(-150%);
		transform: translateY(-150%);
		opacity: 1
	}
	80% {
		-webkit-transform: translateY(15%);
		transform: translateY(15%)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes bounceDown {
	0% {
		-webkit-transform: translateY(-150%);
		transform: translateY(-150%);
		opacity: 0
	}
	50% {
		-webkit-transform: translateY(-150%);
		transform: translateY(-150%);
		opacity: 1
	}
	80% {
		-webkit-transform: translateY(15%);
		transform: translateY(15%)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes bounceUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	60% {
		-webkit-transform: translateY(15%);
		transform: translateY(15%);
		opacity: 1
	}
	95% {
		opacity: 1
	}
	100% {
		-webkit-transform: translateY(-150%);
		transform: translateY(-150%);
		opacity: 0
	}
}

@keyframes bounceUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	60% {
		-webkit-transform: translateY(15%);
		transform: translateY(15%);
		opacity: 1
	}
	95% {
		opacity: 1
	}
	100% {
		-webkit-transform: translateY(-150%);
		transform: translateY(-150%);
		opacity: 0
	}
}

@-webkit-keyframes bounceIn {
	0% {
		-webkit-transform: scale(.2);
		transform: scale(.2);
		opacity: 0
	}
	20% {
		-webkit-transform: scale(.2);
		transform: scale(.2)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.15);
		transform: scale(1.15)
	}
	75% {
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes bounceIn {
	0% {
		-webkit-transform: scale(.2);
		transform: scale(.2);
		opacity: 0
	}
	20% {
		-webkit-transform: scale(.2);
		transform: scale(.2)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.15);
		transform: scale(1.15)
	}
	75% {
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@-webkit-keyframes scaleDown {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 100
	}
	100% {
		-webkit-transform: scale(.2);
		transform: scale(.2);
		opacity: 0
	}
}

@keyframes scaleDown {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 100
	}
	100% {
		-webkit-transform: scale(.2);
		transform: scale(.2);
		opacity: 0
	}
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.is-hidden {
	display: none!important
}

.is-disabled {
	transition: all .3s ease-out;
	opacity: .5;
	cursor: not-allowed!important
}

.is-transparent {
	opacity: .7
}
