@charset "UTF-8";



.navbar-link:not(.is-arrowless)::after,
.select:not(.is-multiple):not(.is-loading)::after {
	border: 3px solid transparent;
	border-radius: 2px;
	border-right: 0;
	border-top: 0;
	content: " ";
	display: block;
	height: .625em;
	margin-top: -.4375em;
	pointer-events: none;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	width: .625em
}


.button.is-loading::after,
.control.is-loading::after,
.loader,
.select.is-loading::after {
	-webkit-animation: spinAround .5s infinite linear;
	animation: spinAround .5s infinite linear;
	border: 2px solid #dbdbdb;
	border-radius: 290486px;
	border-right-color: transparent;
	border-top-color: transparent;
	content: "";
	display: block;
	height: 1em;
	position: relative;
	width: 1em
}




.select select
 {
	-moz-appearance: none;
	-webkit-appearance: none;
	align-items: center;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: none;
	display: inline-flex;
	font-size: 1rem;
	height: 2.25em;
	justify-content: flex-start;
	line-height: 1.5;
	padding-bottom: calc(.375em - 1px);
	padding-left: calc(.625em - 1px);
	padding-right: calc(.625em - 1px);
	padding-top: calc(.375em - 1px);
	position: relative;
	vertical-align: top
}


.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
	outline: 0
}


.select fieldset[disabled] select,
.select select[disabled],
.textarea[disabled],
fieldset[disabled] .select select {
	cursor: not-allowed
}


/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */





select{
	margin: 0
}


select
 {
	font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}










.select {
	display: inline-block;
	max-width: 100%;
	position: relative;
	vertical-align: top
}

.select:not(.is-multiple) {
	height: 2.25em
}

.select:not(.is-multiple):not(.is-loading)::after {
	border-color: #3273dc;
	right: 1.125em;
	z-index: 4
}

.select.is-rounded select {
	border-radius: 290486px;
	padding-left: 1em
}

.select select {
	background-color: #fff;
	border-color: #dbdbdb;
	border-radius: 4px;
	color: #363636;
	cursor: pointer;
	display: block;
	font-size: 1em;
	max-width: 100%;
	outline: 0
}

.select select::-moz-placeholder {
	color: rgba(54, 54, 54, .3)
}

.select select::-webkit-input-placeholder {
	color: rgba(54, 54, 54, .3)
}

.select select:-moz-placeholder {
	color: rgba(54, 54, 54, .3)
}

.select select:-ms-input-placeholder {
	color: rgba(54, 54, 54, .3)
}

.select select.is-hovered,
.select select:hover {
	border-color: #b5b5b5
}

.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus {
	border-color: #3273dc;
	box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.select select[disabled],
fieldset[disabled] .select select {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	box-shadow: none;
	color: #7a7a7a;
}

.select select[disabled]::-moz-placeholder,
fieldset[disabled] .select select::-moz-placeholder {
	color: rgba(122, 122, 122, .3)
}

.select select[disabled]::-webkit-input-placeholder,
fieldset[disabled] .select select::-webkit-input-placeholder {
	color: rgba(122, 122, 122, .3)
}

.select select[disabled]:-moz-placeholder,
fieldset[disabled] .select select:-moz-placeholder {
	color: rgba(122, 122, 122, .3)
}

.select select[disabled]:-ms-input-placeholder,
fieldset[disabled] .select select:-ms-input-placeholder {
	color: rgba(122, 122, 122, .3)
}

.select select::-ms-expand {
	display: none
}

.select select[disabled]:hover,
fieldset[disabled] .select select:hover {
	border-color: #f5f5f5
}

.select select:not([multiple]) {
	padding-right: 4.5em
}

.select select[multiple] {
	height: auto;
	padding: 0
}

.select select[multiple] option {
	padding: .5em 1em
}

.select:not(.is-multiple):not(.is-loading):hover::after {
	border-color: #363636
}

.select.is-white:not(:hover)::after {
	border-color: #fff
}

.select.is-white select {
	border-color: #fff
}

.select.is-white select.is-hovered,
.select.is-white select:hover {
	border-color: #f2f2f2
}

.select.is-white select.is-active,
.select.is-white select.is-focused,
.select.is-white select:active,
.select.is-white select:focus {
	box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25)
}

.select.is-black:not(:hover)::after {
	border-color: #0a0a0a
}

.select.is-black select {
	border-color: #0a0a0a
}

.select.is-black select.is-hovered,
.select.is-black select:hover {
	border-color: #000
}

.select.is-black select.is-active,
.select.is-black select.is-focused,
.select.is-black select:active,
.select.is-black select:focus {
	box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25)
}

.select.is-light:not(:hover)::after {
	border-color: #f5f5f5
}

.select.is-light select {
	border-color: #f5f5f5
}

.select.is-light select.is-hovered,
.select.is-light select:hover {
	border-color: #e8e8e8
}

.select.is-light select.is-active,
.select.is-light select.is-focused,
.select.is-light select:active,
.select.is-light select:focus {
	box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25)
}

.select.is-dark:not(:hover)::after {
	border-color: #363636
}

.select.is-dark select {
	border-color: #363636
}

.select.is-dark select.is-hovered,
.select.is-dark select:hover {
	border-color: #292929
}

.select.is-dark select.is-active,
.select.is-dark select.is-focused,
.select.is-dark select:active,
.select.is-dark select:focus {
	box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}

.select.is-primary:not(:hover)::after {
	border-color: #65af1c
}

.select.is-primary select {
	border-color: #65af1c
}

.select.is-primary select.is-hovered,
.select.is-primary select:hover {
	border-color: #65af1c
}

.select.is-primary select.is-active,
.select.is-primary select.is-focused,
.select.is-primary select:active,
.select.is-primary select:focus {
	box-shadow: 0 0 0 .125em rgba(0, 209, 178, .25)
}

.select.is-link:not(:hover)::after {
	border-color: #3273dc
}

.select.is-link select {
	border-color: #3273dc
}

.select.is-link select.is-hovered,
.select.is-link select:hover {
	border-color: #2366d1
}

.select.is-link select.is-active,
.select.is-link select.is-focused,
.select.is-link select:active,
.select.is-link select:focus {
	box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.select.is-info:not(:hover)::after {
	border-color: #209cee
}

.select.is-info select {
	border-color: #209cee
}

.select.is-info select.is-hovered,
.select.is-info select:hover {
	border-color: #118fe4
}

.select.is-info select.is-active,
.select.is-info select.is-focused,
.select.is-info select:active,
.select.is-info select:focus {
	box-shadow: 0 0 0 .125em rgba(32, 156, 238, .25)
}

.select.is-success:not(:hover)::after {
	border-color: #23d160
}

.select.is-success select {
	border-color: #23d160
}

.select.is-success select.is-hovered,
.select.is-success select:hover {
	border-color: #20bc56
}

.select.is-success select.is-active,
.select.is-success select.is-focused,
.select.is-success select:active,
.select.is-success select:focus {
	box-shadow: 0 0 0 .125em rgba(35, 209, 96, .25)
}

.select.is-warning:not(:hover)::after {
	border-color: #ffdd57
}

.select.is-warning select {
	border-color: #ffdd57
}

.select.is-warning select.is-hovered,
.select.is-warning select:hover {
	border-color: #ffd83d
}

.select.is-warning select.is-active,
.select.is-warning select.is-focused,
.select.is-warning select:active,
.select.is-warning select:focus {
	box-shadow: 0 0 0 .125em rgba(255, 221, 87, .25)
}

.select.is-danger:not(:hover)::after {
	border-color: #ff3860
}

.select.is-danger select {
	border-color: #ff3860
}

.select.is-danger select.is-hovered,
.select.is-danger select:hover {
	border-color: #ff1f4b
}

.select.is-danger select.is-active,
.select.is-danger select.is-focused,
.select.is-danger select:active,
.select.is-danger select:focus {
	box-shadow: 0 0 0 .125em rgba(255, 56, 96, .25)
}

.select.is-small {
	border-radius: 2px;
	font-size: .75rem
}

.select.is-medium {
	font-size: 1.25rem
}

.select.is-large {
	font-size: 1.5rem
}

.select.is-disabled::after {
	border-color: #7a7a7a
}

.select.is-fullwidth {
	width: 100%
}

.select.is-fullwidth select {
	width: 100%
}

.select.is-loading::after {
	margin-top: 0;
	position: absolute;
	right: .625em;
	top: .625em;
	-webkit-transform: none;
	transform: none
}

/*.select.is-loading.is-small:after {
	font-size: .75rem
}

.select.is-loading.is-medium:after {
	font-size: 1.25rem
}*/

.select.is-loading.is-large:after {
	font-size: 1.5rem
}

.file {
	align-items: stretch;
	display: flex;
	justify-content: flex-start;
	position: relative
}

.file.is-white .file-cta {
	background-color: #fff;
	border-color: transparent;
	color: #0a0a0a
}

.file.is-white.is-hovered .file-cta,
.file.is-white:hover .file-cta {
	background-color: #f9f9f9;
	border-color: transparent;
	color: #0a0a0a
}

.file.is-white.is-focused .file-cta,
.file.is-white:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(255, 255, 255, .25);
	color: #0a0a0a
}

.file.is-white.is-active .file-cta,
.file.is-white:active .file-cta {
	background-color: #f2f2f2;
	border-color: transparent;
	color: #0a0a0a
}

.file.is-black .file-cta {
	background-color: #0a0a0a;
	border-color: transparent;
	color: #fff
}

.file.is-black.is-hovered .file-cta,
.file.is-black:hover .file-cta {
	background-color: #040404;
	border-color: transparent;
	color: #fff
}

.file.is-black.is-focused .file-cta,
.file.is-black:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(10, 10, 10, .25);
	color: #fff
}

.file.is-black.is-active .file-cta,
.file.is-black:active .file-cta {
	background-color: #000;
	border-color: transparent;
	color: #fff
}

.file.is-light .file-cta {
	background-color: #f5f5f5;
	border-color: transparent;
	color: #363636
}

.file.is-light.is-hovered .file-cta,
.file.is-light:hover .file-cta {
	background-color: #eee;
	border-color: transparent;
	color: #363636
}

.file.is-light.is-focused .file-cta,
.file.is-light:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(245, 245, 245, .25);
	color: #363636
}

.file.is-light.is-active .file-cta,
.file.is-light:active .file-cta {
	background-color: #e8e8e8;
	border-color: transparent;
	color: #363636
}

.file.is-dark .file-cta {
	background-color: #363636;
	border-color: transparent;
	color: #f5f5f5
}

.file.is-dark.is-hovered .file-cta,
.file.is-dark:hover .file-cta {
	background-color: #2f2f2f;
	border-color: transparent;
	color: #f5f5f5
}

.file.is-dark.is-focused .file-cta,
.file.is-dark:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(54, 54, 54, .25);
	color: #f5f5f5
}

.file.is-dark.is-active .file-cta,
.file.is-dark:active .file-cta {
	background-color: #292929;
	border-color: transparent;
	color: #f5f5f5
}

.file.is-primary .file-cta {
	background-color: #65af1c;
	border-color: transparent;
	color: #fff
}

.file.is-primary.is-hovered .file-cta,
.file.is-primary:hover .file-cta {
	background-color: #00c4a7;
	border-color: transparent;
	color: #fff
}

.file.is-primary.is-focused .file-cta,
.file.is-primary:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(0, 209, 178, .25);
	color: #fff
}

.file.is-primary.is-active .file-cta,
.file.is-primary:active .file-cta {
	background-color: #00b89c;
	border-color: transparent;
	color: #fff
}

.file.is-link .file-cta {
	background-color: #3273dc;
	border-color: transparent;
	color: #fff
}

.file.is-link.is-hovered .file-cta,
.file.is-link:hover .file-cta {
	background-color: #276cda;
	border-color: transparent;
	color: #fff
}

.file.is-link.is-focused .file-cta,
.file.is-link:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(50, 115, 220, .25);
	color: #fff
}

.file.is-link.is-active .file-cta,
.file.is-link:active .file-cta {
	background-color: #2366d1;
	border-color: transparent;
	color: #fff
}

.file.is-info .file-cta {
	background-color: #209cee;
	border-color: transparent;
	color: #fff
}

.file.is-info.is-hovered .file-cta,
.file.is-info:hover .file-cta {
	background-color: #1496ed;
	border-color: transparent;
	color: #fff
}

.file.is-info.is-focused .file-cta,
.file.is-info:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(32, 156, 238, .25);
	color: #fff
}

.file.is-info.is-active .file-cta,
.file.is-info:active .file-cta {
	background-color: #118fe4;
	border-color: transparent;
	color: #fff
}

.file.is-success .file-cta {
	background-color: #23d160;
	border-color: transparent;
	color: #fff
}

.file.is-success.is-hovered .file-cta,
.file.is-success:hover .file-cta {
	background-color: #22c65b;
	border-color: transparent;
	color: #fff
}

.file.is-success.is-focused .file-cta,
.file.is-success:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(35, 209, 96, .25);
	color: #fff
}

.file.is-success.is-active .file-cta,
.file.is-success:active .file-cta {
	background-color: #20bc56;
	border-color: transparent;
	color: #fff
}

.file.is-warning .file-cta {
	background-color: #ffdd57;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}

.file.is-warning.is-hovered .file-cta,
.file.is-warning:hover .file-cta {
	background-color: #ffdb4a;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}

.file.is-warning.is-focused .file-cta,
.file.is-warning:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(255, 221, 87, .25);
	color: rgba(0, 0, 0, .7)
}

.file.is-warning.is-active .file-cta,
.file.is-warning:active .file-cta {
	background-color: #ffd83d;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}

.file.is-danger .file-cta {
	background-color: #ff3860;
	border-color: transparent;
	color: #fff
}

.file.is-danger.is-hovered .file-cta,
.file.is-danger:hover .file-cta {
	background-color: #ff2b56;
	border-color: transparent;
	color: #fff
}

.file.is-danger.is-focused .file-cta,
.file.is-danger:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(255, 56, 96, .25);
	color: #fff
}

.file.is-danger.is-active .file-cta,
.file.is-danger:active .file-cta {
	background-color: #ff1f4b;
	border-color: transparent;
	color: #fff
}

.file.is-small {
	font-size: .75rem
}

.file.is-medium {
	font-size: 1.25rem
}

.file.is-medium .file-icon .fa {
	font-size: 21px
}

.file.is-large {
	font-size: 1.5rem
}

.file.is-large .file-icon .fa {
	font-size: 28px
}

.file.has-name .file-cta {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.file.has-name .file-name {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.file.has-name.is-empty .file-cta {
	border-radius: 4px
}

.file.has-name.is-empty .file-name {
	display: none
}

.file.is-boxed .file-label {
	flex-direction: column
}

.file.is-boxed .file-cta {
	flex-direction: column;
	height: auto;
	padding: 1em 3em
}

.file.is-boxed .file-name {
	border-width: 0 1px 1px
}

.file.is-boxed .file-icon {
	height: 1.5em;
	width: 1.5em
}

.file.is-boxed .file-icon .fa {
	font-size: 21px
}

.file.is-boxed.is-small .file-icon .fa {
	font-size: 14px
}

.file.is-boxed.is-medium .file-icon .fa {
	font-size: 28px
}

.file.is-boxed.is-large .file-icon .fa {
	font-size: 35px
}

.file.is-boxed.has-name .file-cta {
	border-radius: 4px 4px 0 0
}

.file.is-boxed.has-name .file-name {
	border-radius: 0 0 4px 4px;
	border-width: 0 1px 1px
}

.file.is-centered {
	justify-content: center
}

.file.is-fullwidth .file-label {
	width: 100%
}

.file.is-fullwidth .file-name {
	flex-grow: 1;
	max-width: none
}

.file.is-right {
	justify-content: flex-end
}

.file.is-right .file-cta {
	border-radius: 0 4px 4px 0
}

.file.is-right .file-name {
	border-radius: 4px 0 0 4px;
	border-width: 1px 0 1px 1px;
	order: -1
}

.file-label {
	align-items: stretch;
	display: flex;
	cursor: pointer;
	justify-content: flex-start;
	overflow: hidden;
	position: relative
}

.file-label:hover .file-cta {
	background-color: #eee;
	color: #363636
}

.file-label:hover .file-name {
	border-color: #d5d5d5
}

.file-label:active .file-cta {
	background-color: #e8e8e8;
	color: #363636
}

.file-label:active .file-name {
	border-color: #cfcfcf
}

.file-input {
	height: 100%;
	left: 0;
	opacity: 0;
	outline: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.file-cta,
.file-name {
	border-color: #dbdbdb;
	border-radius: 4px;
	font-size: 1em;
	padding-left: 1em;
	padding-right: 1em;
	white-space: nowrap
}

.file-cta {
	background-color: #f5f5f5;
	color: #4a4a4a
}

.file-name {
	border-color: #dbdbdb;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	display: block;
	max-width: 16em;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis
}

.file-icon {
	align-items: center;
	display: flex;
	height: 1em;
	justify-content: center;
	margin-right: .5em;
	width: 1em
}

.file-icon .fa {
	font-size: 14px
}

.label {
	color: #363636;
	display: block;
	font-size: 1rem;
	font-weight: 700
}

.label:not(:last-child) {
	margin-bottom: .5em
}

.label.is-small {
	font-size: .75rem
}

.label.is-medium {
	font-size: 1.25rem
}

.label.is-large {
	font-size: 1.5rem
}

.help {
	display: block;
	font-size: .75rem;
	margin-top: .25rem
}

.help.is-white {
	color: #fff
}

.help.is-black {
	color: #0a0a0a
}

.help.is-light {
	color: #f5f5f5
}

.help.is-dark {
	color: #363636
}



.field:not(:last-child) {
	margin-bottom: .75rem
}

.field.has-addons {
	display: flex;
	justify-content: flex-start
}

.field.has-addons .control:not(:last-child) {
	margin-right: -1px
}

.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
	border-radius: 0
}

.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .button:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover {
	z-index: 2
}

.field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .button:not([disabled]).is-focused,
.field.has-addons .control .button:not([disabled]):active,
.field.has-addons .control .button:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]):focus {
	z-index: 3
}

.field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .button:not([disabled]).is-focused:hover,
.field.has-addons .control .button:not([disabled]):active:hover,
.field.has-addons .control .button:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover {
	z-index: 4
}

.field.has-addons .control.is-expanded {
	flex-grow: 1
}

.field.has-addons.has-addons-centered {
	justify-content: center
}

.field.has-addons.has-addons-right {
	justify-content: flex-end
}

.field.has-addons.has-addons-fullwidth .control {
	flex-grow: 1;
	flex-shrink: 0
}

.field.is-grouped {
	display: flex;
	justify-content: flex-start
}

.field.is-grouped>.control {
	flex-shrink: 0
}

.field.is-grouped>.control:not(:last-child) {
	margin-bottom: 0;
	margin-right: .75rem
}

.field.is-grouped>.control.is-expanded {
	flex-grow: 1;
	flex-shrink: 1
}

.field.is-grouped.is-grouped-centered {
	justify-content: center
}

.field.is-grouped.is-grouped-right {
	justify-content: flex-end
}

.field.is-grouped.is-grouped-multiline {
	flex-wrap: wrap
}

.field.is-grouped.is-grouped-multiline>.control:last-child,
.field.is-grouped.is-grouped-multiline>.control:not(:last-child) {
	margin-bottom: .75rem
}

.field.is-grouped.is-grouped-multiline:last-child {
	margin-bottom: -.75rem
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
	margin-bottom: 0
}

@media screen and (min-width:769px),
print {
	.field.is-horizontal {
		display: flex
	}
}

.field-label .label {
	font-size: inherit
}

@media screen and (max-width:768px) {
	.field-label {
		margin-bottom: .5rem
	}
}

@media screen and (min-width:769px),
print {
	.field-label {
		flex-basis: 0;
		flex-grow: 1;
		flex-shrink: 0;
		margin-right: 1.5rem;
		text-align: right
	}
	.field-label.is-small {
		font-size: .75rem;
		padding-top: .375em
	}
	.field-label.is-normal {
		padding-top: .375em
	}
	.field-label.is-medium {
		font-size: 1.25rem;
		padding-top: .375em
	}
	.field-label.is-large {
		font-size: 1.5rem;
		padding-top: .375em
	}
}

.field-body .field .field {
	margin-bottom: 0
}

@media screen and (min-width:769px),
print {
	.field-body {
		display: flex;
		flex-basis: 0;
		flex-grow: 5;
		flex-shrink: 1
	}
	.field-body .field {
		margin-bottom: 0
	}
	.field-body>.field {
		flex-shrink: 1
	}
	.field-body>.field:not(.is-narrow) {
		flex-grow: 1
	}
	.field-body>.field:not(:last-child) {
		margin-right: .75rem
	}
}
