bulma/css/bulma.css

7761 lines
233 KiB
CSS
Raw Normal View History

2017-05-28 15:20:19 +00:00
/*! bulma.io v0.4.2 | MIT License | github.com/jgthms/bulma */
2017-02-26 09:02:25 +00:00
@-webkit-keyframes spinAround {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
2016-10-16 18:19:02 +00:00
@keyframes spinAround {
from {
2017-02-26 09:02:25 +00:00
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
2016-10-16 18:19:02 +00:00
}
to {
2017-02-26 09:02:25 +00:00
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
2016-10-16 18:19:02 +00:00
}
}
2016-09-24 16:24:01 +00:00
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
2016-01-24 00:03:43 +00:00
margin: 0;
padding: 0;
2016-09-24 16:24:01 +00:00
}
h1,
h2,
h3,
h4,
h5,
h6 {
2016-01-24 00:03:43 +00:00
font-size: 100%;
font-weight: normal;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
2016-09-24 16:24:01 +00:00
ul {
list-style: none;
}
button,
input,
select,
textarea {
margin: 0;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
html {
2017-06-25 00:42:16 +00:00
-webkit-box-sizing: border-box;
box-sizing: border-box;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
2016-09-24 16:24:01 +00:00
* {
2017-06-25 00:42:16 +00:00
-webkit-box-sizing: inherit;
box-sizing: inherit;
2016-09-24 16:24:01 +00:00
}
*:before, *:after {
2017-06-25 00:42:16 +00:00
-webkit-box-sizing: inherit;
box-sizing: inherit;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
img,
2016-09-24 16:24:01 +00:00
embed,
2016-01-24 00:03:43 +00:00
object,
2016-09-24 16:24:01 +00:00
audio,
video {
2016-01-30 10:30:06 +00:00
max-width: 100%;
}
2016-01-24 00:03:43 +00:00
2016-09-24 16:24:01 +00:00
iframe {
border: 0;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
table {
border-collapse: collapse;
2016-01-30 10:30:06 +00:00
border-spacing: 0;
}
2016-01-24 00:03:43 +00:00
2016-09-24 16:24:01 +00:00
td,
2016-01-24 00:03:43 +00:00
th {
2016-01-30 10:30:06 +00:00
padding: 0;
2016-09-24 16:24:01 +00:00
text-align: left;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
html {
2017-04-23 18:02:04 +00:00
background-color: #fff;
2017-03-15 22:13:43 +00:00
font-size: 16px;
2016-01-24 00:03:43 +00:00
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
min-width: 300px;
overflow-x: hidden;
overflow-y: scroll;
2016-01-30 10:30:06 +00:00
text-rendering: optimizeLegibility;
}
2016-01-24 00:03:43 +00:00
2016-04-11 22:32:56 +00:00
article,
aside,
figure,
footer,
header,
hgroup,
section {
display: block;
}
2016-01-24 00:03:43 +00:00
body,
button,
input,
select,
textarea {
2017-04-23 18:02:04 +00:00
font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
code,
pre {
-moz-osx-font-smoothing: auto;
-webkit-font-smoothing: auto;
2017-03-15 22:13:43 +00:00
font-family: monospace;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
body {
2016-09-24 16:24:01 +00:00
color: #4a4a4a;
2016-01-24 00:03:43 +00:00
font-size: 1rem;
2016-04-22 19:54:13 +00:00
font-weight: 400;
line-height: 1.5;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
a {
2016-09-25 16:44:01 +00:00
color: #00d1b2;
2016-01-24 00:03:43 +00:00
cursor: pointer;
text-decoration: none;
2017-02-26 09:02:25 +00:00
-webkit-transition: none 86ms ease-out;
2016-01-30 10:30:06 +00:00
transition: none 86ms ease-out;
}
a:hover {
2016-09-24 16:24:01 +00:00
color: #363636;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
code {
2016-09-18 18:12:19 +00:00
background-color: whitesmoke;
2016-09-25 16:44:01 +00:00
color: #ff3860;
2017-01-04 17:37:52 +00:00
font-size: 0.8em;
2016-01-24 00:03:43 +00:00
font-weight: normal;
padding: 0.25em 0.5em 0.25em;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
hr {
2016-09-24 16:24:01 +00:00
background-color: #dbdbdb;
border: none;
display: block;
height: 1px;
margin: 1.5rem 0;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
img {
2016-01-30 10:30:06 +00:00
max-width: 100%;
}
2016-01-24 00:03:43 +00:00
input[type="checkbox"],
input[type="radio"] {
2016-01-30 10:30:06 +00:00
vertical-align: baseline;
}
2016-01-24 00:03:43 +00:00
small {
2017-01-04 17:37:52 +00:00
font-size: 0.8em;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
2016-05-05 23:25:14 +00:00
span {
font-style: inherit;
font-weight: inherit;
}
2016-01-24 00:03:43 +00:00
strong {
2016-09-24 16:24:01 +00:00
color: #363636;
2016-04-22 19:54:13 +00:00
font-weight: 700;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
pre {
2016-09-18 18:12:19 +00:00
background-color: whitesmoke;
2016-09-24 16:24:01 +00:00
color: #4a4a4a;
2017-01-04 17:37:52 +00:00
font-size: 0.8em;
2016-01-24 00:03:43 +00:00
white-space: pre;
2016-01-30 10:30:06 +00:00
word-wrap: normal;
}
pre code {
2017-04-23 18:02:04 +00:00
-webkit-overflow-scrolling: touch;
background: none;
color: inherit;
2016-01-30 10:30:06 +00:00
display: block;
font-size: 1em;
2016-01-30 10:30:06 +00:00
overflow-x: auto;
padding: 1.25rem 1.5rem;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
table {
2016-01-30 10:30:06 +00:00
width: 100%;
}
2016-04-11 22:32:56 +00:00
table td,
table th {
2016-01-30 10:30:06 +00:00
text-align: left;
vertical-align: top;
}
table th {
2016-09-24 16:24:01 +00:00
color: #363636;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
2016-09-24 16:24:01 +00:00
.is-block {
display: block;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
2016-09-24 16:24:01 +00:00
@media screen and (max-width: 768px) {
.is-block-mobile {
display: block !important;
2016-02-13 18:59:47 +00:00
}
}
2017-04-23 18:02:04 +00:00
@media screen and (min-width: 769px), print {
2016-09-24 16:24:01 +00:00
.is-block-tablet {
display: block !important;
2016-05-05 23:25:14 +00:00
}
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 769px) and (max-width: 999px) {
2016-09-24 16:24:01 +00:00
.is-block-tablet-only {
display: block !important;
}
2016-05-08 10:18:28 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (max-width: 999px) {
2016-09-24 16:24:01 +00:00
.is-block-touch {
display: block !important;
}
2016-05-08 10:18:28 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1000px) {
2016-09-24 16:24:01 +00:00
.is-block-desktop {
display: block !important;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1000px) and (max-width: 1191px) {
2016-09-24 16:24:01 +00:00
.is-block-desktop-only {
display: block !important;
2016-05-08 10:18:28 +00:00
}
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1192px) {
2016-09-24 16:24:01 +00:00
.is-block-widescreen {
display: block !important;
2016-05-08 10:18:28 +00:00
}
}
2016-09-24 16:24:01 +00:00
.is-flex {
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
2016-05-08 10:18:28 +00:00
}
2016-09-24 16:24:01 +00:00
@media screen and (max-width: 768px) {
.is-flex-mobile {
2017-02-26 09:02:25 +00:00
display: -webkit-box !important;
display: -ms-flexbox !important;
2016-09-24 16:24:01 +00:00
display: flex !important;
}
2016-05-08 10:18:28 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (min-width: 769px), print {
2016-09-24 16:24:01 +00:00
.is-flex-tablet {
2017-02-26 09:02:25 +00:00
display: -webkit-box !important;
display: -ms-flexbox !important;
2016-09-24 16:24:01 +00:00
display: flex !important;
}
2016-05-08 10:18:28 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 769px) and (max-width: 999px) {
2016-09-24 16:24:01 +00:00
.is-flex-tablet-only {
2017-02-26 09:02:25 +00:00
display: -webkit-box !important;
display: -ms-flexbox !important;
2016-09-24 16:24:01 +00:00
display: flex !important;
}
2016-05-08 10:18:28 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (max-width: 999px) {
2016-09-24 16:24:01 +00:00
.is-flex-touch {
2017-02-26 09:02:25 +00:00
display: -webkit-box !important;
display: -ms-flexbox !important;
2016-09-24 16:24:01 +00:00
display: flex !important;
}
2016-01-30 10:30:06 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1000px) {
2016-09-24 16:24:01 +00:00
.is-flex-desktop {
2017-02-26 09:02:25 +00:00
display: -webkit-box !important;
display: -ms-flexbox !important;
2016-09-24 16:24:01 +00:00
display: flex !important;
}
2016-05-08 10:18:28 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1000px) and (max-width: 1191px) {
2016-09-24 16:24:01 +00:00
.is-flex-desktop-only {
2017-02-26 09:02:25 +00:00
display: -webkit-box !important;
display: -ms-flexbox !important;
2016-09-24 16:24:01 +00:00
display: flex !important;
}
2016-05-08 10:18:28 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1192px) {
2016-09-24 16:24:01 +00:00
.is-flex-widescreen {
2017-02-26 09:02:25 +00:00
display: -webkit-box !important;
display: -ms-flexbox !important;
2016-09-24 16:24:01 +00:00
display: flex !important;
}
2016-05-08 10:18:28 +00:00
}
2016-09-24 16:24:01 +00:00
.is-inline {
display: inline;
2016-05-08 10:18:28 +00:00
}
2016-09-24 16:24:01 +00:00
@media screen and (max-width: 768px) {
.is-inline-mobile {
display: inline !important;
}
2016-05-08 10:18:28 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (min-width: 769px), print {
2016-09-24 16:24:01 +00:00
.is-inline-tablet {
display: inline !important;
}
2016-05-08 10:18:28 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 769px) and (max-width: 999px) {
2016-09-24 16:24:01 +00:00
.is-inline-tablet-only {
display: inline !important;
}
2016-05-08 10:18:28 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (max-width: 999px) {
2016-09-24 16:24:01 +00:00
.is-inline-touch {
display: inline !important;
}
2016-05-08 10:18:28 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1000px) {
2016-09-24 16:24:01 +00:00
.is-inline-desktop {
display: inline !important;
}
2016-05-08 10:18:28 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1000px) and (max-width: 1191px) {
2016-09-24 16:24:01 +00:00
.is-inline-desktop-only {
display: inline !important;
}
2016-05-08 10:18:28 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1192px) {
2016-09-24 16:24:01 +00:00
.is-inline-widescreen {
display: inline !important;
}
2016-05-08 10:18:28 +00:00
}
2016-09-24 16:24:01 +00:00
.is-inline-block {
display: inline-block;
2016-05-08 10:18:28 +00:00
}
2016-09-24 16:24:01 +00:00
@media screen and (max-width: 768px) {
.is-inline-block-mobile {
display: inline-block !important;
}
2016-05-08 10:18:28 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (min-width: 769px), print {
2016-09-24 16:24:01 +00:00
.is-inline-block-tablet {
display: inline-block !important;
}
2016-05-08 10:18:28 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 769px) and (max-width: 999px) {
2016-09-24 16:24:01 +00:00
.is-inline-block-tablet-only {
display: inline-block !important;
}
2016-05-08 10:18:28 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (max-width: 999px) {
2016-09-24 16:24:01 +00:00
.is-inline-block-touch {
display: inline-block !important;
}
2016-05-08 10:18:28 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1000px) {
2016-09-24 16:24:01 +00:00
.is-inline-block-desktop {
display: inline-block !important;
}
2016-05-08 10:18:28 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1000px) and (max-width: 1191px) {
2016-09-24 16:24:01 +00:00
.is-inline-block-desktop-only {
display: inline-block !important;
}
2016-05-08 10:18:28 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1192px) {
2016-09-24 16:24:01 +00:00
.is-inline-block-widescreen {
display: inline-block !important;
}
2016-05-08 10:18:28 +00:00
}
2016-09-24 16:24:01 +00:00
.is-inline-flex {
2017-02-26 09:02:25 +00:00
display: -webkit-inline-box;
display: -ms-inline-flexbox;
2016-09-24 16:24:01 +00:00
display: inline-flex;
2016-05-08 10:18:28 +00:00
}
2016-09-24 16:24:01 +00:00
@media screen and (max-width: 768px) {
.is-inline-flex-mobile {
2017-02-26 09:02:25 +00:00
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
2016-09-24 16:24:01 +00:00
display: inline-flex !important;
}
2016-05-08 10:18:28 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (min-width: 769px), print {
2016-09-24 16:24:01 +00:00
.is-inline-flex-tablet {
2017-02-26 09:02:25 +00:00
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
2016-09-24 16:24:01 +00:00
display: inline-flex !important;
}
2016-05-08 10:18:28 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 769px) and (max-width: 999px) {
2016-09-24 16:24:01 +00:00
.is-inline-flex-tablet-only {
2017-02-26 09:02:25 +00:00
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
2016-09-24 16:24:01 +00:00
display: inline-flex !important;
}
2016-09-22 19:30:09 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (max-width: 999px) {
2016-09-24 16:24:01 +00:00
.is-inline-flex-touch {
2017-02-26 09:02:25 +00:00
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
2016-09-24 16:24:01 +00:00
display: inline-flex !important;
}
2016-05-08 10:18:28 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1000px) {
2016-09-24 16:24:01 +00:00
.is-inline-flex-desktop {
2017-02-26 09:02:25 +00:00
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
2016-09-24 16:24:01 +00:00
display: inline-flex !important;
}
2016-05-08 10:18:28 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1000px) and (max-width: 1191px) {
2016-09-24 16:24:01 +00:00
.is-inline-flex-desktop-only {
2017-02-26 09:02:25 +00:00
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
2016-09-24 16:24:01 +00:00
display: inline-flex !important;
}
2016-05-08 10:18:28 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1192px) {
2016-09-24 16:24:01 +00:00
.is-inline-flex-widescreen {
2017-02-26 09:02:25 +00:00
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
2016-09-24 16:24:01 +00:00
display: inline-flex !important;
}
2016-05-08 10:18:28 +00:00
}
2016-09-24 16:24:01 +00:00
.is-clearfix:after {
clear: both;
content: " ";
display: table;
2016-05-08 10:18:28 +00:00
}
2016-09-24 16:24:01 +00:00
.is-pulled-left {
float: left;
2016-05-08 10:18:28 +00:00
}
2016-09-24 16:24:01 +00:00
.is-pulled-right {
float: right;
2016-05-08 10:18:28 +00:00
}
2016-09-24 16:24:01 +00:00
.is-clipped {
overflow: hidden !important;
2016-05-08 10:18:28 +00:00
}
2016-09-24 16:24:01 +00:00
.is-overlay {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.has-text-centered {
text-align: center;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.has-text-left {
text-align: left;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.has-text-right {
text-align: right;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.has-text-white {
color: white;
}
a.has-text-white:hover, a.has-text-white:focus {
color: #e6e6e6;
}
.has-text-black {
color: #0a0a0a;
}
a.has-text-black:hover, a.has-text-black:focus {
color: black;
}
.has-text-light {
color: whitesmoke;
}
a.has-text-light:hover, a.has-text-light:focus {
color: #dbdbdb;
}
.has-text-dark {
color: #363636;
}
a.has-text-dark:hover, a.has-text-dark:focus {
color: #1c1c1c;
}
.has-text-primary {
color: #00d1b2;
}
a.has-text-primary:hover, a.has-text-primary:focus {
color: #009e86;
}
.has-text-info {
color: #3273dc;
}
a.has-text-info:hover, a.has-text-info:focus {
color: #205bbc;
}
.has-text-success {
color: #23d160;
}
a.has-text-success:hover, a.has-text-success:focus {
color: #1ca64c;
}
.has-text-warning {
color: #ffdd57;
}
a.has-text-warning:hover, a.has-text-warning:focus {
color: #ffd324;
}
.has-text-danger {
color: #ff3860;
}
a.has-text-danger:hover, a.has-text-danger:focus {
color: #ff0537;
}
2016-09-24 16:24:01 +00:00
.is-hidden {
display: none !important;
2016-01-30 10:30:06 +00:00
}
2016-04-18 21:14:51 +00:00
@media screen and (max-width: 768px) {
2016-09-24 16:24:01 +00:00
.is-hidden-mobile {
display: none !important;
2016-04-18 21:14:51 +00:00
}
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (min-width: 769px), print {
2016-09-24 16:24:01 +00:00
.is-hidden-tablet {
display: none !important;
2016-04-18 21:14:51 +00:00
}
2016-01-30 10:30:06 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 769px) and (max-width: 999px) {
2016-09-24 16:24:01 +00:00
.is-hidden-tablet-only {
display: none !important;
2016-05-08 10:18:28 +00:00
}
}
2017-01-04 17:37:52 +00:00
@media screen and (max-width: 999px) {
2016-09-24 16:24:01 +00:00
.is-hidden-touch {
display: none !important;
2016-04-18 21:14:51 +00:00
}
2016-01-30 10:30:06 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1000px) {
2016-09-24 16:24:01 +00:00
.is-hidden-desktop {
display: none !important;
2016-04-18 21:14:51 +00:00
}
2016-01-30 10:30:06 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1000px) and (max-width: 1191px) {
2016-09-24 16:24:01 +00:00
.is-hidden-desktop-only {
display: none !important;
2016-05-08 10:18:28 +00:00
}
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1192px) {
2016-09-24 16:24:01 +00:00
.is-hidden-widescreen {
display: none !important;
2016-05-08 10:18:28 +00:00
}
}
2016-09-24 16:24:01 +00:00
.is-marginless {
margin: 0 !important;
2016-05-05 23:25:14 +00:00
}
2016-09-24 16:24:01 +00:00
.is-paddingless {
padding: 0 !important;
2016-05-05 23:25:14 +00:00
}
2016-09-24 16:24:01 +00:00
.is-unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
2016-05-05 23:25:14 +00:00
}
2016-09-24 16:24:01 +00:00
.box {
background-color: white;
border-radius: 5px;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
2016-09-24 16:24:01 +00:00
display: block;
padding: 1.25rem;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.box:not(:last-child) {
margin-bottom: 1.5rem;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
a.box:hover, a.box:focus {
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #00d1b2;
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #00d1b2;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
a.box:active {
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #00d1b2;
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #00d1b2;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.button {
-moz-appearance: none;
-webkit-appearance: none;
2017-02-26 09:02:25 +00:00
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
2017-04-23 18:02:04 +00:00
border: 1px solid transparent;
2016-09-24 16:24:01 +00:00
border-radius: 3px;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-02-26 09:02:25 +00:00
display: -webkit-inline-box;
display: -ms-inline-flexbox;
2016-09-24 16:24:01 +00:00
display: inline-flex;
font-size: 1rem;
2017-03-15 22:13:43 +00:00
height: 2.25em;
2017-02-26 09:02:25 +00:00
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
2017-03-17 00:14:11 +00:00
line-height: 1.5;
2017-04-23 18:02:04 +00:00
padding-bottom: calc(0.375em - 1px);
padding-left: calc(0.625em - 1px);
padding-right: calc(0.625em - 1px);
padding-top: calc(0.375em - 1px);
2016-09-24 16:24:01 +00:00
position: relative;
vertical-align: top;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: white;
2017-04-23 18:02:04 +00:00
border-color: #dbdbdb;
color: #363636;
2016-09-24 16:24:01 +00:00
cursor: pointer;
2017-02-26 09:02:25 +00:00
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
2017-01-04 17:37:52 +00:00
padding-left: 0.75em;
padding-right: 0.75em;
2016-09-24 16:24:01 +00:00
text-align: center;
white-space: nowrap;
2016-01-30 10:30:06 +00:00
}
.button:focus, .button.is-focused, .button:active, .button.is-active {
2016-09-24 16:24:01 +00:00
outline: none;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.button[disabled] {
cursor: not-allowed;
2016-02-21 22:48:11 +00:00
}
.button strong {
color: inherit;
2016-02-21 22:48:11 +00:00
}
2017-03-15 22:13:43 +00:00
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
height: 1.5em;
width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
2017-03-15 22:13:43 +00:00
margin-left: calc(-0.375em - 1px);
margin-right: 0.1875em;
2016-02-21 22:48:11 +00:00
}
.button .icon:last-child:not(:first-child) {
2017-03-15 22:13:43 +00:00
margin-left: 0.1875em;
margin-right: calc(-0.375em - 1px);
2016-02-21 22:48:11 +00:00
}
.button .icon:first-child:last-child {
2017-03-15 22:13:43 +00:00
margin-left: calc(-0.375em - 1px);
margin-right: calc(-0.375em - 1px);
2016-01-30 10:30:06 +00:00
}
.button:hover, .button.is-hovered {
border-color: #b5b5b5;
color: #363636;
2016-01-30 10:30:06 +00:00
}
.button:focus, .button.is-focused {
border-color: #00d1b2;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
2016-09-24 16:24:01 +00:00
color: #363636;
2016-01-30 10:30:06 +00:00
}
.button:active, .button.is-active {
border-color: #4a4a4a;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
color: #363636;
}
.button.is-link {
background-color: transparent;
border-color: transparent;
color: #4a4a4a;
text-decoration: underline;
}
.button.is-link:hover, .button.is-link.is-hovered, .button.is-link:focus, .button.is-link.is-focused, .button.is-link:active, .button.is-link.is-active {
background-color: whitesmoke;
color: #363636;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.button.is-link[disabled] {
background-color: transparent;
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-white {
background-color: white;
border-color: transparent;
color: #0a0a0a;
}
.button.is-white:hover, .button.is-white.is-hovered {
background-color: #f9f9f9;
border-color: transparent;
color: #0a0a0a;
}
.button.is-white:focus, .button.is-white.is-focused {
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
2016-09-24 16:24:01 +00:00
color: #0a0a0a;
2016-01-30 10:30:06 +00:00
}
.button.is-white:active, .button.is-white.is-active {
2016-09-24 16:24:01 +00:00
background-color: #f2f2f2;
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
2016-09-24 16:24:01 +00:00
color: #0a0a0a;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.button.is-white[disabled] {
background-color: white;
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-white.is-inverted {
background-color: #0a0a0a;
color: white;
2016-04-11 22:32:56 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-white.is-inverted:hover {
background-color: black;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.button.is-white.is-inverted[disabled] {
background-color: #0a0a0a;
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: white;
}
2016-09-24 16:24:01 +00:00
.button.is-white.is-loading:after {
border-color: transparent transparent #0a0a0a #0a0a0a !important;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
2016-09-24 16:24:01 +00:00
.button.is-white.is-outlined {
background-color: transparent;
border-color: white;
color: white;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
2016-09-24 16:24:01 +00:00
.button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
background-color: white;
border-color: white;
color: #0a0a0a;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
.button.is-white.is-outlined.is-loading:after {
border-color: transparent transparent white white !important;
}
2017-04-23 18:02:04 +00:00
.button.is-white.is-outlined[disabled] {
background-color: transparent;
border-color: white;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: white;
}
.button.is-white.is-inverted.is-outlined {
background-color: transparent;
border-color: #0a0a0a;
color: #0a0a0a;
}
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined:focus {
background-color: #0a0a0a;
color: white;
}
2017-04-23 18:02:04 +00:00
.button.is-white.is-inverted.is-outlined[disabled] {
background-color: transparent;
border-color: #0a0a0a;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: #0a0a0a;
}
2016-09-24 16:24:01 +00:00
.button.is-black {
background-color: #0a0a0a;
border-color: transparent;
color: white;
}
.button.is-black:hover, .button.is-black.is-hovered {
background-color: #040404;
border-color: transparent;
color: white;
}
.button.is-black:focus, .button.is-black.is-focused {
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
2016-09-24 16:24:01 +00:00
color: white;
2016-01-30 10:30:06 +00:00
}
.button.is-black:active, .button.is-black.is-active {
2016-09-24 16:24:01 +00:00
background-color: black;
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
2016-09-24 16:24:01 +00:00
color: white;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
2017-04-23 18:02:04 +00:00
.button.is-black[disabled] {
background-color: #0a0a0a;
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-black.is-inverted {
background-color: white;
color: #0a0a0a;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
2016-09-24 16:24:01 +00:00
.button.is-black.is-inverted:hover {
background-color: #f2f2f2;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
2017-04-23 18:02:04 +00:00
.button.is-black.is-inverted[disabled] {
background-color: white;
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: #0a0a0a;
}
2016-09-24 16:24:01 +00:00
.button.is-black.is-loading:after {
border-color: transparent transparent white white !important;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
2016-09-24 16:24:01 +00:00
.button.is-black.is-outlined {
background-color: transparent;
border-color: #0a0a0a;
color: #0a0a0a;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
2016-09-24 16:24:01 +00:00
.button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus {
background-color: #0a0a0a;
border-color: #0a0a0a;
color: white;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
.button.is-black.is-outlined.is-loading:after {
border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
2017-04-23 18:02:04 +00:00
.button.is-black.is-outlined[disabled] {
background-color: transparent;
border-color: #0a0a0a;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: #0a0a0a;
}
.button.is-black.is-inverted.is-outlined {
background-color: transparent;
border-color: white;
color: white;
}
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined:focus {
background-color: white;
color: #0a0a0a;
}
2017-04-23 18:02:04 +00:00
.button.is-black.is-inverted.is-outlined[disabled] {
background-color: transparent;
border-color: white;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: white;
}
2016-09-24 16:24:01 +00:00
.button.is-light {
background-color: whitesmoke;
border-color: transparent;
color: #363636;
}
.button.is-light:hover, .button.is-light.is-hovered {
background-color: #eeeeee;
border-color: transparent;
color: #363636;
}
.button.is-light:focus, .button.is-light.is-focused {
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
2016-09-24 16:24:01 +00:00
color: #363636;
2016-01-30 10:30:06 +00:00
}
.button.is-light:active, .button.is-light.is-active {
2016-09-24 16:24:01 +00:00
background-color: #e8e8e8;
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
2016-09-24 16:24:01 +00:00
color: #363636;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.button.is-light[disabled] {
background-color: whitesmoke;
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-light.is-inverted {
background-color: #363636;
color: whitesmoke;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-light.is-inverted:hover {
background-color: #292929;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.button.is-light.is-inverted[disabled] {
background-color: #363636;
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: whitesmoke;
}
2016-09-24 16:24:01 +00:00
.button.is-light.is-loading:after {
border-color: transparent transparent #363636 #363636 !important;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-light.is-outlined {
background-color: transparent;
border-color: whitesmoke;
color: whitesmoke;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus {
background-color: whitesmoke;
border-color: whitesmoke;
color: #363636;
2016-02-21 22:48:11 +00:00
}
.button.is-light.is-outlined.is-loading:after {
border-color: transparent transparent whitesmoke whitesmoke !important;
}
2017-04-23 18:02:04 +00:00
.button.is-light.is-outlined[disabled] {
background-color: transparent;
border-color: whitesmoke;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: whitesmoke;
}
.button.is-light.is-inverted.is-outlined {
background-color: transparent;
border-color: #363636;
color: #363636;
}
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined:focus {
background-color: #363636;
color: whitesmoke;
}
2017-04-23 18:02:04 +00:00
.button.is-light.is-inverted.is-outlined[disabled] {
background-color: transparent;
border-color: #363636;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: #363636;
}
2016-09-24 16:24:01 +00:00
.button.is-dark {
background-color: #363636;
border-color: transparent;
color: whitesmoke;
}
.button.is-dark:hover, .button.is-dark.is-hovered {
background-color: #2f2f2f;
border-color: transparent;
color: whitesmoke;
}
.button.is-dark:focus, .button.is-dark.is-focused {
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
2016-09-24 16:24:01 +00:00
color: whitesmoke;
2016-02-21 22:48:11 +00:00
}
.button.is-dark:active, .button.is-dark.is-active {
2016-09-24 16:24:01 +00:00
background-color: #292929;
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
2016-09-24 16:24:01 +00:00
color: whitesmoke;
2016-02-21 22:48:11 +00:00
}
2017-04-23 18:02:04 +00:00
.button.is-dark[disabled] {
background-color: #363636;
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-dark.is-inverted {
background-color: whitesmoke;
color: #363636;
2016-02-21 22:48:11 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-dark.is-inverted:hover {
background-color: #e8e8e8;
2016-02-21 22:48:11 +00:00
}
2017-04-23 18:02:04 +00:00
.button.is-dark.is-inverted[disabled] {
background-color: whitesmoke;
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: #363636;
}
2016-09-24 16:24:01 +00:00
.button.is-dark.is-loading:after {
border-color: transparent transparent whitesmoke whitesmoke !important;
2016-02-21 22:48:11 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-dark.is-outlined {
background-color: transparent;
border-color: #363636;
color: #363636;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus {
background-color: #363636;
border-color: #363636;
color: whitesmoke;
2016-01-30 10:30:06 +00:00
}
.button.is-dark.is-outlined.is-loading:after {
border-color: transparent transparent #363636 #363636 !important;
}
2017-04-23 18:02:04 +00:00
.button.is-dark.is-outlined[disabled] {
background-color: transparent;
border-color: #363636;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: #363636;
}
.button.is-dark.is-inverted.is-outlined {
background-color: transparent;
border-color: whitesmoke;
color: whitesmoke;
}
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined:focus {
background-color: whitesmoke;
color: #363636;
}
2017-04-23 18:02:04 +00:00
.button.is-dark.is-inverted.is-outlined[disabled] {
background-color: transparent;
border-color: whitesmoke;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: whitesmoke;
}
2016-09-24 16:24:01 +00:00
.button.is-primary {
2016-09-25 16:44:01 +00:00
background-color: #00d1b2;
border-color: transparent;
color: #fff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
background-color: #00c4a7;
border-color: transparent;
color: #fff;
}
.button.is-primary:focus, .button.is-primary.is-focused {
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
color: #fff;
}
.button.is-primary:active, .button.is-primary.is-active {
2016-09-25 16:44:01 +00:00
background-color: #00b89c;
2016-09-24 16:24:01 +00:00
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
color: #fff;
}
2017-04-23 18:02:04 +00:00
.button.is-primary[disabled] {
background-color: #00d1b2;
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-primary.is-inverted {
background-color: #fff;
2016-09-25 16:44:01 +00:00
color: #00d1b2;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-primary.is-inverted:hover {
background-color: #f2f2f2;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.button.is-primary.is-inverted[disabled] {
background-color: #fff;
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: #00d1b2;
}
2016-09-24 16:24:01 +00:00
.button.is-primary.is-loading:after {
border-color: transparent transparent #fff #fff !important;
2016-02-21 22:48:11 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-primary.is-outlined {
background-color: transparent;
2016-09-25 16:44:01 +00:00
border-color: #00d1b2;
color: #00d1b2;
2016-02-21 22:48:11 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
2016-09-25 16:44:01 +00:00
background-color: #00d1b2;
border-color: #00d1b2;
color: #fff;
}
.button.is-primary.is-outlined.is-loading:after {
border-color: transparent transparent #00d1b2 #00d1b2 !important;
}
2017-04-23 18:02:04 +00:00
.button.is-primary.is-outlined[disabled] {
background-color: transparent;
border-color: #00d1b2;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: #00d1b2;
}
.button.is-primary.is-inverted.is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff;
}
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined:focus {
background-color: #fff;
color: #00d1b2;
}
2017-04-23 18:02:04 +00:00
.button.is-primary.is-inverted.is-outlined[disabled] {
background-color: transparent;
border-color: #fff;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: #fff;
}
2016-09-24 16:24:01 +00:00
.button.is-info {
2016-09-25 16:44:01 +00:00
background-color: #3273dc;
border-color: transparent;
color: #fff;
}
.button.is-info:hover, .button.is-info.is-hovered {
background-color: #276cda;
border-color: transparent;
color: #fff;
}
.button.is-info:focus, .button.is-info.is-focused {
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
color: #fff;
}
.button.is-info:active, .button.is-info.is-active {
2016-09-25 16:44:01 +00:00
background-color: #2366d1;
2016-09-24 16:24:01 +00:00
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
color: #fff;
}
2017-04-23 18:02:04 +00:00
.button.is-info[disabled] {
background-color: #3273dc;
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-info.is-inverted {
background-color: #fff;
2016-09-25 16:44:01 +00:00
color: #3273dc;
}
2016-09-24 16:24:01 +00:00
.button.is-info.is-inverted:hover {
background-color: #f2f2f2;
2016-05-05 23:25:14 +00:00
}
2017-04-23 18:02:04 +00:00
.button.is-info.is-inverted[disabled] {
background-color: #fff;
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: #3273dc;
}
2016-09-24 16:24:01 +00:00
.button.is-info.is-loading:after {
border-color: transparent transparent #fff #fff !important;
2016-05-05 23:25:14 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-info.is-outlined {
background-color: transparent;
2016-09-25 16:44:01 +00:00
border-color: #3273dc;
color: #3273dc;
2016-05-05 23:25:14 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
2016-09-25 16:44:01 +00:00
background-color: #3273dc;
border-color: #3273dc;
color: #fff;
}
.button.is-info.is-outlined.is-loading:after {
border-color: transparent transparent #3273dc #3273dc !important;
}
2017-04-23 18:02:04 +00:00
.button.is-info.is-outlined[disabled] {
background-color: transparent;
border-color: #3273dc;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: #3273dc;
}
.button.is-info.is-inverted.is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff;
}
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined:focus {
background-color: #fff;
color: #3273dc;
2016-05-05 23:25:14 +00:00
}
2017-04-23 18:02:04 +00:00
.button.is-info.is-inverted.is-outlined[disabled] {
background-color: transparent;
border-color: #fff;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: #fff;
}
2016-09-24 16:24:01 +00:00
.button.is-success {
2016-09-25 16:44:01 +00:00
background-color: #23d160;
border-color: transparent;
color: #fff;
}
.button.is-success:hover, .button.is-success.is-hovered {
background-color: #22c65b;
border-color: transparent;
color: #fff;
}
.button.is-success:focus, .button.is-success.is-focused {
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
color: #fff;
2016-05-05 23:25:14 +00:00
}
.button.is-success:active, .button.is-success.is-active {
2016-09-25 16:44:01 +00:00
background-color: #20bc56;
2016-09-24 16:24:01 +00:00
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
color: #fff;
2016-05-05 23:25:14 +00:00
}
2017-04-23 18:02:04 +00:00
.button.is-success[disabled] {
background-color: #23d160;
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-success.is-inverted {
background-color: #fff;
2016-09-25 16:44:01 +00:00
color: #23d160;
2016-05-05 23:25:14 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-success.is-inverted:hover {
background-color: #f2f2f2;
}
2017-04-23 18:02:04 +00:00
.button.is-success.is-inverted[disabled] {
background-color: #fff;
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: #23d160;
}
2016-09-24 16:24:01 +00:00
.button.is-success.is-loading:after {
border-color: transparent transparent #fff #fff !important;
}
2016-09-24 16:24:01 +00:00
.button.is-success.is-outlined {
background-color: transparent;
2016-09-25 16:44:01 +00:00
border-color: #23d160;
color: #23d160;
}
2016-09-24 16:24:01 +00:00
.button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
2016-09-25 16:44:01 +00:00
background-color: #23d160;
border-color: #23d160;
color: #fff;
}
.button.is-success.is-outlined.is-loading:after {
border-color: transparent transparent #23d160 #23d160 !important;
}
2017-04-23 18:02:04 +00:00
.button.is-success.is-outlined[disabled] {
background-color: transparent;
border-color: #23d160;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: #23d160;
}
.button.is-success.is-inverted.is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff;
}
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined:focus {
background-color: #fff;
color: #23d160;
}
2017-04-23 18:02:04 +00:00
.button.is-success.is-inverted.is-outlined[disabled] {
background-color: transparent;
border-color: #fff;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: #fff;
}
2016-09-24 16:24:01 +00:00
.button.is-warning {
2016-09-25 16:44:01 +00:00
background-color: #ffdd57;
border-color: transparent;
color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:hover, .button.is-warning.is-hovered {
background-color: #ffdb4a;
border-color: transparent;
color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus, .button.is-warning.is-focused {
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
2016-09-24 16:24:01 +00:00
color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:active, .button.is-warning.is-active {
2016-09-25 16:44:01 +00:00
background-color: #ffd83d;
2016-09-24 16:24:01 +00:00
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
2016-09-24 16:24:01 +00:00
color: rgba(0, 0, 0, 0.7);
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
2017-04-23 18:02:04 +00:00
.button.is-warning[disabled] {
background-color: #ffdd57;
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-warning.is-inverted {
background-color: rgba(0, 0, 0, 0.7);
2016-09-25 16:44:01 +00:00
color: #ffdd57;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-warning.is-inverted:hover {
background-color: rgba(0, 0, 0, 0.7);
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.button.is-warning.is-inverted[disabled] {
background-color: rgba(0, 0, 0, 0.7);
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: #ffdd57;
}
2016-09-24 16:24:01 +00:00
.button.is-warning.is-loading:after {
border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-warning.is-outlined {
background-color: transparent;
2016-09-25 16:44:01 +00:00
border-color: #ffdd57;
color: #ffdd57;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
2016-09-25 16:44:01 +00:00
background-color: #ffdd57;
border-color: #ffdd57;
2016-09-24 16:24:01 +00:00
color: rgba(0, 0, 0, 0.7);
2016-01-30 10:30:06 +00:00
}
.button.is-warning.is-outlined.is-loading:after {
border-color: transparent transparent #ffdd57 #ffdd57 !important;
}
2017-04-23 18:02:04 +00:00
.button.is-warning.is-outlined[disabled] {
background-color: transparent;
border-color: #ffdd57;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: #ffdd57;
}
.button.is-warning.is-inverted.is-outlined {
background-color: transparent;
border-color: rgba(0, 0, 0, 0.7);
color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined:focus {
background-color: rgba(0, 0, 0, 0.7);
color: #ffdd57;
}
2017-04-23 18:02:04 +00:00
.button.is-warning.is-inverted.is-outlined[disabled] {
background-color: transparent;
border-color: rgba(0, 0, 0, 0.7);
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: rgba(0, 0, 0, 0.7);
}
2016-09-24 16:24:01 +00:00
.button.is-danger {
2016-09-25 16:44:01 +00:00
background-color: #ff3860;
border-color: transparent;
color: #fff;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
background-color: #ff2b56;
border-color: transparent;
color: #fff;
}
.button.is-danger:focus, .button.is-danger.is-focused {
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
color: #fff;
2016-01-30 10:30:06 +00:00
}
.button.is-danger:active, .button.is-danger.is-active {
2016-09-25 16:44:01 +00:00
background-color: #ff1f4b;
2016-09-24 16:24:01 +00:00
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
color: #fff;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.button.is-danger[disabled] {
background-color: #ff3860;
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-danger.is-inverted {
background-color: #fff;
2016-09-25 16:44:01 +00:00
color: #ff3860;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-danger.is-inverted:hover {
background-color: #f2f2f2;
2016-04-11 22:32:56 +00:00
}
2017-04-23 18:02:04 +00:00
.button.is-danger.is-inverted[disabled] {
background-color: #fff;
border-color: transparent;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: #ff3860;
}
2016-09-24 16:24:01 +00:00
.button.is-danger.is-loading:after {
border-color: transparent transparent #fff #fff !important;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-danger.is-outlined {
background-color: transparent;
2016-09-25 16:44:01 +00:00
border-color: #ff3860;
color: #ff3860;
}
2016-09-24 16:24:01 +00:00
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus {
2016-09-25 16:44:01 +00:00
background-color: #ff3860;
border-color: #ff3860;
color: #fff;
2016-04-11 22:32:56 +00:00
}
.button.is-danger.is-outlined.is-loading:after {
border-color: transparent transparent #ff3860 #ff3860 !important;
}
2017-04-23 18:02:04 +00:00
.button.is-danger.is-outlined[disabled] {
background-color: transparent;
border-color: #ff3860;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: #ff3860;
}
.button.is-danger.is-inverted.is-outlined {
2016-09-24 16:24:01 +00:00
background-color: transparent;
border-color: #fff;
color: #fff;
2016-09-24 16:24:01 +00:00
}
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined:focus {
background-color: #fff;
color: #ff3860;
2016-09-24 16:24:01 +00:00
}
2017-04-23 18:02:04 +00:00
.button.is-danger.is-inverted.is-outlined[disabled] {
background-color: transparent;
border-color: #fff;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: #fff;
}
2016-09-24 16:24:01 +00:00
.button.is-small {
border-radius: 2px;
font-size: 0.75rem;
2016-04-11 22:32:56 +00:00
}
.button.is-medium {
2017-01-15 21:44:25 +00:00
font-size: 1.25rem;
}
.button.is-large {
font-size: 1.5rem;
}
2017-04-23 18:02:04 +00:00
.button[disabled] {
background-color: white;
border-color: #dbdbdb;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
opacity: 0.5;
2016-09-24 16:24:01 +00:00
}
.button.is-fullwidth {
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
width: 100%;
}
.button.is-loading {
color: transparent !important;
pointer-events: none;
2016-04-13 23:07:02 +00:00
}
2016-09-24 16:24:01 +00:00
.button.is-loading:after {
2017-02-26 09:02:25 +00:00
-webkit-animation: spinAround 500ms infinite linear;
animation: spinAround 500ms infinite linear;
2016-09-22 19:30:09 +00:00
border: 2px solid #dbdbdb;
border-radius: 290486px;
border-right-color: transparent;
border-top-color: transparent;
content: "";
display: block;
2017-03-15 22:13:43 +00:00
height: 1em;
2016-09-22 19:30:09 +00:00
position: relative;
2017-03-15 22:13:43 +00:00
width: 1em;
2016-09-24 16:24:01 +00:00
position: absolute;
2017-04-23 18:02:04 +00:00
left: calc(50% - (1em / 2));
top: calc(50% - (1em / 2));
2016-09-24 16:24:01 +00:00
position: absolute !important;
2016-04-13 23:07:02 +00:00
}
2017-05-28 15:20:19 +00:00
.button.is-static {
background-color: whitesmoke;
border-color: #dbdbdb;
color: #7a7a7a;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-05-28 15:20:19 +00:00
pointer-events: none;
}
2017-03-15 22:13:43 +00:00
button.button,
input[type="submit"].button {
line-height: 1;
padding-bottom: 0.4em;
padding-top: 0.35em;
}
2016-09-24 16:24:01 +00:00
.content {
color: #4a4a4a;
2016-04-13 23:07:02 +00:00
}
2016-09-24 16:24:01 +00:00
.content:not(:last-child) {
margin-bottom: 1.5rem;
2016-04-13 23:07:02 +00:00
}
2016-09-24 16:24:01 +00:00
.content li + li {
margin-top: 0.25em;
}
.content p:not(:last-child),
2017-04-23 18:02:04 +00:00
.content dl:not(:last-child),
2016-09-24 16:24:01 +00:00
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
2017-04-23 18:02:04 +00:00
.content pre:not(:last-child),
.content table:not(:last-child) {
2016-09-24 16:24:01 +00:00
margin-bottom: 1em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
color: #363636;
font-weight: 400;
2016-09-24 16:24:01 +00:00
line-height: 1.125;
2016-04-13 23:07:02 +00:00
}
2016-09-24 16:24:01 +00:00
.content h1 {
font-size: 2em;
margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
margin-top: 1em;
2016-04-11 22:32:56 +00:00
}
2016-09-24 16:24:01 +00:00
.content h2 {
font-size: 1.75em;
margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
margin-top: 1.1428em;
2016-05-08 10:18:28 +00:00
}
2016-09-24 16:24:01 +00:00
.content h3 {
font-size: 1.5em;
margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
margin-top: 1.3333em;
2016-05-08 10:18:28 +00:00
}
2016-09-24 16:24:01 +00:00
.content h4 {
font-size: 1.25em;
margin-bottom: 0.8em;
2016-05-08 10:18:28 +00:00
}
2016-09-24 16:24:01 +00:00
.content h5 {
font-size: 1.125em;
margin-bottom: 0.8888em;
2016-04-11 22:32:56 +00:00
}
2016-09-24 16:24:01 +00:00
.content h6 {
font-size: 1em;
margin-bottom: 1em;
}
.content blockquote {
background-color: whitesmoke;
border-left: 5px solid #dbdbdb;
padding: 1.25em 1.5em;
}
2016-09-24 16:24:01 +00:00
.content ol {
list-style: decimal outside;
margin-left: 2em;
margin-right: 2em;
margin-top: 1em;
2016-04-11 22:32:56 +00:00
}
2016-09-24 16:24:01 +00:00
.content ul {
list-style: disc outside;
margin-left: 2em;
margin-right: 2em;
margin-top: 1em;
}
.content ul ul {
list-style-type: circle;
margin-top: 0.5em;
}
.content ul ul ul {
list-style-type: square;
}
2017-04-23 18:02:04 +00:00
.content dd {
margin-left: 2em;
}
2017-06-25 00:42:16 +00:00
.content figure {
text-align: center;
}
.content figure img {
display: inline-block;
}
.content figure figcaption {
font-style: italic;
}
2017-04-23 18:02:04 +00:00
.content pre {
-webkit-overflow-scrolling: touch;
overflow-x: auto;
padding: 1.25em 1.5em;
white-space: pre;
word-wrap: normal;
}
2017-06-25 00:42:16 +00:00
.content sup,
.content sub {
font-size: 70%;
}
.content table {
width: 100%;
2016-09-24 16:24:01 +00:00
}
.content table td,
.content table th {
border: 1px solid #dbdbdb;
border-width: 0 0 1px;
padding: 0.5em 0.75em;
vertical-align: top;
2016-04-22 19:54:13 +00:00
}
.content table th {
color: #363636;
text-align: left;
}
.content table tr:hover {
background-color: whitesmoke;
}
.content table thead td,
.content table thead th {
border-width: 0 0 2px;
color: #363636;
}
.content table tfoot td,
.content table tfoot th {
border-width: 2px 0 0;
color: #363636;
2016-09-24 16:24:01 +00:00
}
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
border-bottom-width: 0;
}
.content.is-small {
font-size: 0.75rem;
}
.content.is-medium {
2017-01-15 21:44:25 +00:00
font-size: 1.25rem;
}
.content.is-large {
font-size: 1.5rem;
2016-04-22 19:54:13 +00:00
}
2016-09-24 16:24:01 +00:00
.input,
.textarea {
2016-01-30 10:30:06 +00:00
-moz-appearance: none;
-webkit-appearance: none;
2017-02-26 09:02:25 +00:00
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
2017-04-23 18:02:04 +00:00
border: 1px solid transparent;
2016-01-30 10:30:06 +00:00
border-radius: 3px;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-02-26 09:02:25 +00:00
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
font-size: 1rem;
2017-03-15 22:13:43 +00:00
height: 2.25em;
2017-02-26 09:02:25 +00:00
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
2017-03-17 00:14:11 +00:00
line-height: 1.5;
2017-04-23 18:02:04 +00:00
padding-bottom: calc(0.375em - 1px);
padding-left: calc(0.625em - 1px);
padding-right: calc(0.625em - 1px);
padding-top: calc(0.375em - 1px);
2016-01-30 10:30:06 +00:00
position: relative;
2016-05-05 23:25:14 +00:00
vertical-align: top;
background-color: white;
2017-04-23 18:02:04 +00:00
border-color: #dbdbdb;
color: #363636;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
2016-09-24 16:24:01 +00:00
max-width: 100%;
width: 100%;
2016-01-30 10:30:06 +00:00
}
.input:focus, .input.is-focused, .input:active, .input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
outline: none;
}
2017-04-23 18:02:04 +00:00
.input[disabled],
.textarea[disabled] {
cursor: not-allowed;
}
.input:hover, .input.is-hovered,
.textarea:hover,
.textarea.is-hovered {
2016-09-18 18:12:19 +00:00
border-color: #b5b5b5;
2016-01-30 10:30:06 +00:00
}
.input:focus, .input.is-focused, .input:active, .input.is-active,
2016-09-24 16:24:01 +00:00
.textarea:focus,
.textarea.is-focused,
.textarea:active,
2016-09-24 16:24:01 +00:00
.textarea.is-active {
2016-09-25 16:44:01 +00:00
border-color: #00d1b2;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.input[disabled],
.textarea[disabled] {
2016-09-18 18:12:19 +00:00
background-color: whitesmoke;
border-color: whitesmoke;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
color: #7a7a7a;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.input[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder {
2016-09-24 16:24:01 +00:00
color: rgba(54, 54, 54, 0.3);
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.input[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder {
2016-09-24 16:24:01 +00:00
color: rgba(54, 54, 54, 0.3);
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.input[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder {
2016-09-24 16:24:01 +00:00
color: rgba(54, 54, 54, 0.3);
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.input[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder {
2016-09-24 16:24:01 +00:00
color: rgba(54, 54, 54, 0.3);
2016-01-30 10:30:06 +00:00
}
.input[type="search"],
.textarea[type="search"] {
border-radius: 290486px;
}
2016-09-24 16:24:01 +00:00
.input.is-white,
.textarea.is-white {
border-color: white;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.input.is-black,
.textarea.is-black {
border-color: #0a0a0a;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.input.is-light,
.textarea.is-light {
border-color: whitesmoke;
}
2016-09-24 16:24:01 +00:00
.input.is-dark,
.textarea.is-dark {
border-color: #363636;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.input.is-primary,
.textarea.is-primary {
2016-09-25 16:44:01 +00:00
border-color: #00d1b2;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.input.is-info,
.textarea.is-info {
2016-09-25 16:44:01 +00:00
border-color: #3273dc;
2016-01-30 11:53:41 +00:00
}
2016-09-24 16:24:01 +00:00
.input.is-success,
.textarea.is-success {
2016-09-25 16:44:01 +00:00
border-color: #23d160;
2016-01-30 11:53:41 +00:00
}
2016-09-24 16:24:01 +00:00
.input.is-warning,
.textarea.is-warning {
2016-09-25 16:44:01 +00:00
border-color: #ffdd57;
2016-01-30 11:53:41 +00:00
}
2016-09-24 16:24:01 +00:00
.input.is-danger,
.textarea.is-danger {
2016-09-25 16:44:01 +00:00
border-color: #ff3860;
2016-01-30 11:53:41 +00:00
}
2016-09-24 16:24:01 +00:00
.input.is-small,
.textarea.is-small {
border-radius: 2px;
font-size: 0.75rem;
2016-01-30 11:53:41 +00:00
}
2016-09-24 16:24:01 +00:00
.input.is-medium,
.textarea.is-medium {
2017-01-15 21:44:25 +00:00
font-size: 1.25rem;
2016-04-11 22:32:56 +00:00
}
2016-09-24 16:24:01 +00:00
.input.is-large,
.textarea.is-large {
font-size: 1.5rem;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.input.is-fullwidth,
.textarea.is-fullwidth {
display: block;
width: 100%;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.input.is-inline,
.textarea.is-inline {
display: inline;
width: auto;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.textarea {
display: block;
max-height: 600px;
max-width: 100%;
min-height: 120px;
min-width: 100%;
2017-03-15 22:13:43 +00:00
padding: 0.625em;
2016-09-24 16:24:01 +00:00
resize: vertical;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.checkbox,
.radio {
cursor: pointer;
2017-04-23 18:02:04 +00:00
display: inline-block;
line-height: 1.25;
2016-09-24 16:24:01 +00:00
position: relative;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.checkbox input,
.radio input {
cursor: pointer;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.checkbox:hover,
.radio:hover {
color: #363636;
2016-05-05 23:25:14 +00:00
}
2017-04-23 18:02:04 +00:00
.checkbox[disabled],
.radio[disabled] {
color: #7a7a7a;
2017-04-23 18:02:04 +00:00
cursor: not-allowed;
2016-05-05 23:25:14 +00:00
}
2016-09-24 16:24:01 +00:00
.radio + .radio {
margin-left: 0.5em;
2016-05-05 23:25:14 +00:00
}
2016-09-24 16:24:01 +00:00
.select {
display: inline-block;
2017-03-15 22:13:43 +00:00
height: 2.25em;
2017-05-28 15:20:19 +00:00
max-width: 100%;
2016-09-24 16:24:01 +00:00
position: relative;
vertical-align: top;
2016-05-05 23:25:14 +00:00
}
.select:after {
border: 1px solid #00d1b2;
border-right: 0;
border-top: 0;
content: " ";
display: block;
height: 0.5em;
pointer-events: none;
position: absolute;
2017-02-26 09:02:25 +00:00
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 0.5em;
margin-top: -0.375em;
right: 1.125em;
top: 50%;
z-index: 4;
}
2016-09-24 16:24:01 +00:00
.select select {
-moz-appearance: none;
-webkit-appearance: none;
2017-02-26 09:02:25 +00:00
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
2017-04-23 18:02:04 +00:00
border: 1px solid transparent;
2016-09-24 16:24:01 +00:00
border-radius: 3px;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-02-26 09:02:25 +00:00
display: -webkit-inline-box;
display: -ms-inline-flexbox;
2016-09-24 16:24:01 +00:00
display: inline-flex;
font-size: 1rem;
2017-03-15 22:13:43 +00:00
height: 2.25em;
2017-02-26 09:02:25 +00:00
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
2017-03-17 00:14:11 +00:00
line-height: 1.5;
2017-04-23 18:02:04 +00:00
padding-bottom: calc(0.375em - 1px);
padding-left: calc(0.625em - 1px);
padding-right: calc(0.625em - 1px);
padding-top: calc(0.375em - 1px);
2016-09-24 16:24:01 +00:00
position: relative;
vertical-align: top;
background-color: white;
2017-04-23 18:02:04 +00:00
border-color: #dbdbdb;
color: #363636;
2016-09-24 16:24:01 +00:00
cursor: pointer;
display: block;
font-size: 1em;
2017-05-28 15:20:19 +00:00
max-width: 100%;
2016-09-24 16:24:01 +00:00
outline: none;
padding-right: 2.5em;
2016-04-11 22:32:56 +00:00
}
.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
outline: none;
}
2017-04-23 18:02:04 +00:00
.select select[disabled] {
cursor: not-allowed;
}
.select select:hover, .select select.is-hovered {
border-color: #b5b5b5;
}
.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
border-color: #00d1b2;
}
.select select[disabled] {
background-color: whitesmoke;
border-color: whitesmoke;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-04-23 18:02:04 +00:00
color: #7a7a7a;
}
.select select[disabled]::-moz-placeholder {
color: rgba(54, 54, 54, 0.3);
}
.select select[disabled]::-webkit-input-placeholder {
color: rgba(54, 54, 54, 0.3);
}
.select select[disabled]:-moz-placeholder {
color: rgba(54, 54, 54, 0.3);
}
.select select[disabled]:-ms-input-placeholder {
color: rgba(54, 54, 54, 0.3);
}
.select select:hover {
border-color: #b5b5b5;
}
.select select::-ms-expand {
display: none;
}
.select select[disabled]:hover {
border-color: whitesmoke;
}
.select:hover:after {
border-color: #363636;
}
2017-04-23 18:02:04 +00:00
.select.is-white select {
border-color: white;
2016-04-11 22:32:56 +00:00
}
2017-04-23 18:02:04 +00:00
.select.is-black select {
border-color: #0a0a0a;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.select.is-light select {
border-color: whitesmoke;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.select.is-dark select {
border-color: #363636;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.select.is-primary select {
border-color: #00d1b2;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.select.is-info select {
border-color: #3273dc;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.select.is-success select {
border-color: #23d160;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.select.is-warning select {
border-color: #ffdd57;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.select.is-danger select {
border-color: #ff3860;
2016-05-30 18:50:27 +00:00
}
2016-09-24 16:24:01 +00:00
.select.is-small {
border-radius: 2px;
font-size: 0.75rem;
2016-05-30 18:50:27 +00:00
}
2016-09-24 16:24:01 +00:00
.select.is-medium {
2017-01-15 21:44:25 +00:00
font-size: 1.25rem;
2016-05-30 18:50:27 +00:00
}
.select.is-large {
font-size: 1.5rem;
2016-05-30 18:50:27 +00:00
}
2017-04-23 18:02:04 +00:00
.select.is-disabled:after {
border-color: #7a7a7a;
}
.select.is-fullwidth {
width: 100%;
2016-04-11 22:32:56 +00:00
}
.select.is-fullwidth select {
width: 100%;
2016-04-11 22:32:56 +00:00
}
2017-04-23 18:02:04 +00:00
.select.is-loading:after {
-webkit-animation: spinAround 500ms infinite linear;
animation: spinAround 500ms 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;
margin-top: 0;
position: absolute;
right: 0.625em;
top: 0.625em;
-webkit-transform: none;
transform: none;
}
2017-06-27 21:57:13 +00:00
.select.is-loading.is-small:after {
font-size: 0.75rem;
}
.select.is-loading.is-medium:after {
font-size: 1.25rem;
}
.select.is-loading.is-large:after {
font-size: 1.5rem;
}
2016-09-24 16:24:01 +00:00
.label {
color: #363636;
display: block;
2017-03-15 22:13:43 +00:00
font-size: 1rem;
font-weight: 700;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.label:not(:last-child) {
margin-bottom: 0.5em;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.label.is-small {
font-size: 0.75rem;
}
.label.is-medium {
font-size: 1.25rem;
}
.label.is-large {
font-size: 1.5rem;
}
2016-09-24 16:24:01 +00:00
.help {
display: block;
font-size: 0.75rem;
2017-03-15 22:13:43 +00:00
margin-top: 0.25rem;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.help.is-white {
2016-09-22 19:30:09 +00:00
color: white;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.help.is-black {
color: #0a0a0a;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.help.is-light {
color: whitesmoke;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.help.is-dark {
color: #363636;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.help.is-primary {
2016-09-25 16:44:01 +00:00
color: #00d1b2;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.help.is-info {
2016-09-25 16:44:01 +00:00
color: #3273dc;
2016-04-11 22:32:56 +00:00
}
2016-09-24 16:24:01 +00:00
.help.is-success {
2016-09-25 16:44:01 +00:00
color: #23d160;
2016-04-11 22:32:56 +00:00
}
2016-09-24 16:24:01 +00:00
.help.is-warning {
2016-09-25 16:44:01 +00:00
color: #ffdd57;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.help.is-danger {
2016-09-25 16:44:01 +00:00
color: #ff3860;
2016-01-30 10:30:06 +00:00
}
2017-03-15 22:13:43 +00:00
.field:not(:last-child) {
margin-bottom: 0.75rem;
2016-01-30 10:30:06 +00:00
}
2017-03-15 22:13:43 +00:00
.field.has-addons {
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
2017-02-26 09:02:25 +00:00
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
2016-01-30 10:30:06 +00:00
}
2017-03-15 22:13:43 +00:00
.field.has-addons .control {
2016-09-24 16:24:01 +00:00
margin-right: -1px;
2016-01-30 10:30:06 +00:00
}
2017-03-15 22:13:43 +00:00
.field.has-addons .control:first-child .button,
.field.has-addons .control:first-child .input,
.field.has-addons .control:first-child .select select {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
2016-04-11 22:32:56 +00:00
}
2017-03-15 22:13:43 +00:00
.field.has-addons .control:last-child .button,
.field.has-addons .control:last-child .input,
.field.has-addons .control:last-child .select select {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
2016-04-11 22:32:56 +00:00
}
2017-03-15 22:13:43 +00:00
.field.has-addons .control .button,
.field.has-addons .control .input,
.field.has-addons .control .select select {
border-radius: 0;
}
2017-04-23 18:02:04 +00:00
.field.has-addons .control .button:hover, .field.has-addons .control .button.is-hovered,
2017-03-15 22:13:43 +00:00
.field.has-addons .control .input:hover,
2017-04-23 18:02:04 +00:00
.field.has-addons .control .input.is-hovered,
.field.has-addons .control .select select:hover,
.field.has-addons .control .select select.is-hovered {
2017-03-15 22:13:43 +00:00
z-index: 2;
2016-05-30 18:50:27 +00:00
}
2017-04-23 18:02:04 +00:00
.field.has-addons .control .button:focus, .field.has-addons .control .button.is-focused, .field.has-addons .control .button:active, .field.has-addons .control .button.is-active,
2017-03-15 22:13:43 +00:00
.field.has-addons .control .input:focus,
2017-04-23 18:02:04 +00:00
.field.has-addons .control .input.is-focused,
2017-03-15 22:13:43 +00:00
.field.has-addons .control .input:active,
2017-04-23 18:02:04 +00:00
.field.has-addons .control .input.is-active,
2017-03-15 22:13:43 +00:00
.field.has-addons .control .select select:focus,
2017-04-23 18:02:04 +00:00
.field.has-addons .control .select select.is-focused,
.field.has-addons .control .select select:active,
.field.has-addons .control .select select.is-active {
2017-03-15 22:13:43 +00:00
z-index: 3;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.field.has-addons .control .button:focus:hover, .field.has-addons .control .button.is-focused:hover, .field.has-addons .control .button:active:hover, .field.has-addons .control .button.is-active:hover,
.field.has-addons .control .input:focus:hover,
.field.has-addons .control .input.is-focused:hover,
.field.has-addons .control .input:active:hover,
.field.has-addons .control .input.is-active:hover,
.field.has-addons .control .select select:focus:hover,
.field.has-addons .control .select select.is-focused:hover,
.field.has-addons .control .select select:active:hover,
.field.has-addons .control .select select.is-active:hover {
z-index: 4;
}
2017-03-15 22:13:43 +00:00
.field.has-addons .control.is-expanded {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
2017-03-15 22:13:43 +00:00
.field.has-addons.has-addons-centered {
2017-02-26 09:02:25 +00:00
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
2016-05-30 18:50:27 +00:00
}
2017-03-15 22:13:43 +00:00
.field.has-addons.has-addons-right {
2017-02-26 09:02:25 +00:00
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
2016-01-30 10:30:06 +00:00
}
2017-03-15 22:13:43 +00:00
.field.has-addons.has-addons-fullwidth .control {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 0;
flex-shrink: 0;
2016-01-30 10:30:06 +00:00
}
2017-03-15 22:13:43 +00:00
.field.is-grouped {
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
2017-02-26 09:02:25 +00:00
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
2017-01-04 17:37:52 +00:00
}
2017-03-15 22:13:43 +00:00
.field.is-grouped > .control {
2017-02-26 09:02:25 +00:00
-ms-flex-negative: 0;
flex-shrink: 0;
2016-05-05 23:25:14 +00:00
}
2017-03-15 22:13:43 +00:00
.field.is-grouped > .control:not(:last-child) {
2016-09-24 16:24:01 +00:00
margin-bottom: 0;
margin-right: 0.75rem;
2016-05-05 23:25:14 +00:00
}
2017-03-15 22:13:43 +00:00
.field.is-grouped > .control.is-expanded {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
2016-01-30 10:30:06 +00:00
}
2017-03-15 22:13:43 +00:00
.field.is-grouped.is-grouped-centered {
2017-02-26 09:02:25 +00:00
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
2016-02-13 18:59:47 +00:00
}
2017-03-15 22:13:43 +00:00
.field.is-grouped.is-grouped-right {
2017-02-26 09:02:25 +00:00
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
2016-02-13 18:59:47 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (min-width: 769px), print {
2017-03-15 22:13:43 +00:00
.field.is-horizontal {
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
}
2017-03-15 22:13:43 +00:00
}
2017-03-17 00:14:11 +00:00
.field-label .label {
font-size: inherit;
}
2017-03-15 22:13:43 +00:00
@media screen and (max-width: 768px) {
.field-label {
margin-bottom: 0.5rem;
}
}
2017-04-23 18:02:04 +00:00
@media screen and (min-width: 769px), print {
2017-03-15 22:13:43 +00:00
.field-label {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 1.5rem;
text-align: right;
}
2017-03-17 00:14:11 +00:00
.field-label.is-small {
font-size: 0.75rem;
padding-top: 0.375em;
}
.field-label.is-normal {
padding-top: 0.375em;
}
.field-label.is-medium {
font-size: 1.25rem;
padding-top: 0.375em;
}
.field-label.is-large {
font-size: 1.5rem;
padding-top: 0.375em;
}
2017-03-15 22:13:43 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (min-width: 769px), print {
2017-03-15 22:13:43 +00:00
.field-body {
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
2017-02-26 09:02:25 +00:00
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 5;
-ms-flex-positive: 5;
flex-grow: 5;
-ms-flex-negative: 1;
flex-shrink: 1;
2016-09-24 16:24:01 +00:00
}
2017-03-15 22:13:43 +00:00
.field-body .field {
-ms-flex-negative: 1;
flex-shrink: 1;
}
.field-body .field:not(.is-narrow) {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.field-body .field:not(:last-child) {
margin-bottom: 0;
margin-right: 0.75rem;
}
}
.control {
font-size: 1rem;
position: relative;
text-align: left;
}
.control.has-icon .icon {
color: #dbdbdb;
height: 2.25em;
pointer-events: none;
position: absolute;
top: 0;
width: 2.25em;
z-index: 4;
}
.control.has-icon .input:focus + .icon {
color: #7a7a7a;
}
.control.has-icon .input.is-small + .icon {
font-size: 0.75rem;
}
.control.has-icon .input.is-medium + .icon {
font-size: 1.25rem;
}
.control.has-icon .input.is-large + .icon {
font-size: 1.5rem;
}
.control.has-icon:not(.has-icon-right) .icon {
left: 0;
}
.control.has-icon:not(.has-icon-right) .input {
padding-left: 2.25em;
}
.control.has-icon.has-icon-right .icon {
right: 0;
}
.control.has-icon.has-icon-right .input {
padding-right: 2.25em;
2016-02-13 18:59:47 +00:00
}
2017-05-28 15:20:19 +00:00
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select select:focus ~ .icon {
2017-04-23 18:02:04 +00:00
color: #7a7a7a;
}
2017-05-28 15:20:19 +00:00
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select select.is-small ~ .icon {
2017-04-23 18:02:04 +00:00
font-size: 0.75rem;
}
2017-05-28 15:20:19 +00:00
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select select.is-medium ~ .icon {
2017-04-23 18:02:04 +00:00
font-size: 1.25rem;
}
2017-05-28 15:20:19 +00:00
.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select select.is-large ~ .icon {
2017-04-23 18:02:04 +00:00
font-size: 1.5rem;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
color: #dbdbdb;
height: 2.25em;
pointer-events: none;
position: absolute;
top: 0;
width: 2.25em;
z-index: 4;
}
2017-05-28 15:20:19 +00:00
.control.has-icons-left .input,
.control.has-icons-left .select select {
2017-04-23 18:02:04 +00:00
padding-left: 2.25em;
}
.control.has-icons-left .icon.is-left {
left: 0;
}
2017-05-28 15:20:19 +00:00
.control.has-icons-right .input,
.control.has-icons-right .select select {
2017-04-23 18:02:04 +00:00
padding-right: 2.25em;
}
.control.has-icons-right .icon.is-right {
right: 0;
}
2016-09-24 16:24:01 +00:00
.control.is-loading:after {
2017-02-26 09:02:25 +00:00
-webkit-animation: spinAround 500ms infinite linear;
animation: spinAround 500ms infinite linear;
2016-09-24 16:24:01 +00:00
border: 2px solid #dbdbdb;
border-radius: 290486px;
border-right-color: transparent;
border-top-color: transparent;
content: "";
display: block;
2017-03-15 22:13:43 +00:00
height: 1em;
2016-09-24 16:24:01 +00:00
position: relative;
2017-03-15 22:13:43 +00:00
width: 1em;
2016-09-24 16:24:01 +00:00
position: absolute !important;
2017-03-15 22:13:43 +00:00
right: 0.625em;
top: 0.625em;
}
2017-06-27 21:57:13 +00:00
.control.is-loading.is-small:after {
font-size: 0.75rem;
}
.control.is-loading.is-medium:after {
font-size: 1.25rem;
}
.control.is-loading.is-large:after {
font-size: 1.5rem;
}
.icon {
2017-03-15 22:13:43 +00:00
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 1.5rem;
width: 1.5rem;
}
.icon .fa {
2017-03-15 22:13:43 +00:00
font-size: 21px;
}
.icon.is-small {
height: 1rem;
width: 1rem;
}
2017-03-15 22:13:43 +00:00
.icon.is-small .fa {
font-size: 14px;
}
.icon.is-medium {
height: 2rem;
width: 2rem;
}
2017-03-15 22:13:43 +00:00
.icon.is-medium .fa {
font-size: 28px;
}
.icon.is-large {
height: 3rem;
width: 3rem;
2016-02-13 18:59:47 +00:00
}
2017-03-15 22:13:43 +00:00
.icon.is-large .fa {
font-size: 42px;
}
2016-09-24 16:24:01 +00:00
.image {
display: block;
position: relative;
2016-02-13 18:59:47 +00:00
}
2016-09-24 16:24:01 +00:00
.image img {
display: block;
height: auto;
width: 100%;
2016-02-13 18:59:47 +00:00
}
2016-09-24 16:24:01 +00:00
.image.is-square img, .image.is-1by1 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-16by9 img, .image.is-2by1 img {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 100%;
2016-02-13 18:59:47 +00:00
}
2016-09-24 16:24:01 +00:00
.image.is-square, .image.is-1by1 {
padding-top: 100%;
2016-02-13 18:59:47 +00:00
}
2016-09-24 16:24:01 +00:00
.image.is-4by3 {
padding-top: 75%;
2016-02-13 18:59:47 +00:00
}
2016-09-24 16:24:01 +00:00
.image.is-3by2 {
padding-top: 66.6666%;
2016-02-13 18:59:47 +00:00
}
2016-09-24 16:24:01 +00:00
.image.is-16by9 {
padding-top: 56.25%;
2016-02-13 18:59:47 +00:00
}
2016-09-24 16:24:01 +00:00
.image.is-2by1 {
padding-top: 50%;
2016-02-13 18:59:47 +00:00
}
2016-09-24 16:24:01 +00:00
.image.is-16x16 {
height: 16px;
width: 16px;
2016-02-13 18:59:47 +00:00
}
2016-09-24 16:24:01 +00:00
.image.is-24x24 {
2016-09-22 19:30:09 +00:00
height: 24px;
width: 24px;
2016-02-13 18:59:47 +00:00
}
2016-09-24 16:24:01 +00:00
.image.is-32x32 {
height: 32px;
width: 32px;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.image.is-48x48 {
height: 48px;
width: 48px;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.image.is-64x64 {
height: 64px;
width: 64px;
2016-04-11 22:32:56 +00:00
}
2016-09-24 16:24:01 +00:00
.image.is-96x96 {
height: 96px;
width: 96px;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.image.is-128x128 {
height: 128px;
width: 128px;
2016-05-05 23:25:14 +00:00
}
2016-09-24 16:24:01 +00:00
.notification {
background-color: whitesmoke;
border-radius: 3px;
padding: 1.25rem 2.5rem 1.25rem 1.5rem;
2016-09-24 16:24:01 +00:00
position: relative;
2016-05-05 23:25:14 +00:00
}
2016-09-24 16:24:01 +00:00
.notification:not(:last-child) {
margin-bottom: 1.5rem;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.notification a:not(.button) {
color: currentColor;
text-decoration: underline;
}
.notification code,
.notification pre {
background: white;
}
.notification pre code {
background: transparent;
2016-01-30 11:53:41 +00:00
}
2017-04-23 18:02:04 +00:00
.notification > .delete {
position: absolute;
right: 0.5em;
top: 0.5em;
2016-01-30 11:53:41 +00:00
}
2016-09-24 16:24:01 +00:00
.notification .title,
.notification .subtitle,
.notification .content {
color: inherit;
2016-01-30 11:53:41 +00:00
}
2016-09-24 16:24:01 +00:00
.notification.is-white {
background-color: white;
color: #0a0a0a;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.notification.is-black {
background-color: #0a0a0a;
color: white;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.notification.is-light {
background-color: whitesmoke;
color: #363636;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.notification.is-dark {
background-color: #363636;
color: whitesmoke;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.notification.is-primary {
2016-09-25 16:44:01 +00:00
background-color: #00d1b2;
color: #fff;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.notification.is-info {
2016-09-25 16:44:01 +00:00
background-color: #3273dc;
color: #fff;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.notification.is-success {
2016-09-25 16:44:01 +00:00
background-color: #23d160;
color: #fff;
2016-05-05 23:25:14 +00:00
}
2016-09-24 16:24:01 +00:00
.notification.is-warning {
2016-09-25 16:44:01 +00:00
background-color: #ffdd57;
2016-09-24 16:24:01 +00:00
color: rgba(0, 0, 0, 0.7);
2016-05-05 23:25:14 +00:00
}
2016-09-24 16:24:01 +00:00
.notification.is-danger {
2016-09-25 16:44:01 +00:00
background-color: #ff3860;
color: #fff;
2016-05-05 23:25:14 +00:00
}
2016-09-24 16:24:01 +00:00
.progress {
-moz-appearance: none;
-webkit-appearance: none;
border: none;
border-radius: 290486px;
display: block;
height: 1rem;
2016-09-24 16:24:01 +00:00
overflow: hidden;
padding: 0;
width: 100%;
2016-05-05 23:25:14 +00:00
}
2016-09-24 16:24:01 +00:00
.progress:not(:last-child) {
margin-bottom: 1.5rem;
2016-05-05 23:25:14 +00:00
}
2016-09-24 16:24:01 +00:00
.progress::-webkit-progress-bar {
background-color: #dbdbdb;
2016-05-05 23:25:14 +00:00
}
2016-09-24 16:24:01 +00:00
.progress::-webkit-progress-value {
background-color: #4a4a4a;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.progress::-moz-progress-bar {
background-color: #4a4a4a;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.progress.is-white::-webkit-progress-value {
background-color: white;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.progress.is-white::-moz-progress-bar {
background-color: white;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.progress.is-black::-webkit-progress-value {
background-color: #0a0a0a;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.progress.is-black::-moz-progress-bar {
background-color: #0a0a0a;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.progress.is-light::-webkit-progress-value {
background-color: whitesmoke;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.progress.is-light::-moz-progress-bar {
background-color: whitesmoke;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.progress.is-dark::-webkit-progress-value {
background-color: #363636;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.progress.is-dark::-moz-progress-bar {
background-color: #363636;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.progress.is-primary::-webkit-progress-value {
2016-09-25 16:44:01 +00:00
background-color: #00d1b2;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.progress.is-primary::-moz-progress-bar {
2016-09-25 16:44:01 +00:00
background-color: #00d1b2;
2016-09-24 16:24:01 +00:00
}
.progress.is-info::-webkit-progress-value {
2016-09-25 16:44:01 +00:00
background-color: #3273dc;
2016-04-11 22:32:56 +00:00
}
2016-09-24 16:24:01 +00:00
.progress.is-info::-moz-progress-bar {
2016-09-25 16:44:01 +00:00
background-color: #3273dc;
2016-09-24 16:24:01 +00:00
}
.progress.is-success::-webkit-progress-value {
2016-09-25 16:44:01 +00:00
background-color: #23d160;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.progress.is-success::-moz-progress-bar {
2016-09-25 16:44:01 +00:00
background-color: #23d160;
2016-09-24 16:24:01 +00:00
}
.progress.is-warning::-webkit-progress-value {
2016-09-25 16:44:01 +00:00
background-color: #ffdd57;
2016-01-30 11:53:41 +00:00
}
2016-09-24 16:24:01 +00:00
.progress.is-warning::-moz-progress-bar {
2016-09-25 16:44:01 +00:00
background-color: #ffdd57;
2016-09-24 16:24:01 +00:00
}
.progress.is-danger::-webkit-progress-value {
2016-09-25 16:44:01 +00:00
background-color: #ff3860;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.progress.is-danger::-moz-progress-bar {
2016-09-25 16:44:01 +00:00
background-color: #ff3860;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.progress.is-small {
height: 0.75rem;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.progress.is-medium {
2017-01-15 21:44:25 +00:00
height: 1.25rem;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.progress.is-large {
height: 1.5rem;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.table {
2016-09-22 19:30:09 +00:00
background-color: white;
2016-09-24 16:24:01 +00:00
color: #363636;
margin-bottom: 1.5rem;
2016-09-22 19:30:09 +00:00
width: 100%;
}
2016-09-24 16:24:01 +00:00
.table td,
.table th {
border: 1px solid #dbdbdb;
border-width: 0 0 1px;
padding: 0.5em 0.75em;
2016-09-24 16:24:01 +00:00
vertical-align: top;
}
2016-09-24 16:24:01 +00:00
.table td.is-narrow,
.table th.is-narrow {
white-space: nowrap;
width: 1%;
}
2016-09-24 16:24:01 +00:00
.table th {
color: #363636;
text-align: left;
}
2016-09-24 16:24:01 +00:00
.table tr:hover {
background-color: #fafafa;
}
2017-04-23 18:02:04 +00:00
.table tr.is-selected {
background-color: #00d1b2;
color: #fff;
}
.table tr.is-selected a,
.table tr.is-selected strong {
color: currentColor;
}
.table tr.is-selected td,
.table tr.is-selected th {
border-color: #fff;
color: currentColor;
}
2016-09-24 16:24:01 +00:00
.table thead td,
.table thead th {
border-width: 0 0 2px;
color: #7a7a7a;
}
2016-09-24 16:24:01 +00:00
.table tfoot td,
.table tfoot th {
border-width: 2px 0 0;
color: #7a7a7a;
2016-02-14 22:15:05 +00:00
}
.table tbody tr:last-child td,
.table tbody tr:last-child th {
border-bottom-width: 0;
}
2016-09-24 16:24:01 +00:00
.table.is-bordered td,
.table.is-bordered th {
border-width: 1px;
2016-04-11 22:32:56 +00:00
}
2016-09-24 16:24:01 +00:00
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
border-bottom-width: 1px;
2016-04-11 22:32:56 +00:00
}
2016-09-24 16:24:01 +00:00
.table.is-narrow td,
.table.is-narrow th {
padding: 0.25em 0.5em;
2016-04-11 22:32:56 +00:00
}
2017-05-28 15:20:19 +00:00
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
background-color: #fafafa;
2016-05-08 10:18:28 +00:00
}
2017-05-28 15:20:19 +00:00
.table.is-striped tbody tr:not(.is-selected):nth-child(even):hover {
background-color: whitesmoke;
2016-01-30 10:30:06 +00:00
}
.tag {
2017-02-26 09:02:25 +00:00
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: whitesmoke;
border-radius: 290486px;
color: #4a4a4a;
2017-02-26 09:02:25 +00:00
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
font-size: 0.75rem;
height: 2em;
2017-02-26 09:02:25 +00:00
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
line-height: 1.5;
padding-left: 0.875em;
padding-right: 0.875em;
white-space: nowrap;
2016-01-30 10:30:06 +00:00
}
.tag .delete {
margin-left: 0.25em;
2017-03-15 22:13:43 +00:00
margin-right: -0.375em;
2016-01-30 10:30:06 +00:00
}
.tag.is-white {
background-color: white;
color: #0a0a0a;
2016-01-30 10:30:06 +00:00
}
.tag.is-black {
background-color: #0a0a0a;
color: white;
2016-01-30 10:30:06 +00:00
}
.tag.is-light {
2016-09-24 16:24:01 +00:00
background-color: whitesmoke;
color: #363636;
}
.tag.is-dark {
background-color: #363636;
color: whitesmoke;
}
.tag.is-primary {
background-color: #00d1b2;
color: #fff;
}
.tag.is-info {
background-color: #3273dc;
color: #fff;
}
.tag.is-success {
background-color: #23d160;
color: #fff;
}
.tag.is-warning {
background-color: #ffdd57;
color: rgba(0, 0, 0, 0.7);
}
.tag.is-danger {
background-color: #ff3860;
color: #fff;
}
.tag.is-medium {
font-size: 1rem;
}
.tag.is-large {
2017-01-15 21:44:25 +00:00
font-size: 1.25rem;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.title,
.subtitle {
word-break: break-word;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.title:not(:last-child),
.subtitle:not(:last-child) {
margin-bottom: 1.5rem;
2016-04-18 21:14:51 +00:00
}
2016-09-24 16:24:01 +00:00
.title em,
.title span,
.subtitle em,
.subtitle span {
font-weight: 300;
2016-04-18 21:14:51 +00:00
}
2016-09-24 16:24:01 +00:00
.title strong,
.subtitle strong {
font-weight: 500;
2016-04-18 21:14:51 +00:00
}
2016-09-24 16:24:01 +00:00
.title .tag,
.subtitle .tag {
2017-01-04 17:37:52 +00:00
vertical-align: middle;
2016-04-18 21:14:51 +00:00
}
2016-09-24 16:24:01 +00:00
.title {
color: #363636;
font-size: 2rem;
font-weight: 300;
line-height: 1.125;
2016-04-18 21:14:51 +00:00
}
2016-09-24 16:24:01 +00:00
.title strong {
color: inherit;
2016-04-18 21:14:51 +00:00
}
2016-09-24 16:24:01 +00:00
.title + .highlight {
margin-top: -0.75rem;
2016-04-18 21:14:51 +00:00
}
2017-03-15 22:13:43 +00:00
.title:not(.is-spaced) + .subtitle {
margin-top: -1.5rem;
2016-04-18 21:14:51 +00:00
}
.title.is-1 {
2017-03-15 22:13:43 +00:00
font-size: 3rem;
2016-04-18 21:14:51 +00:00
}
.title.is-2 {
2017-03-15 22:13:43 +00:00
font-size: 2.5rem;
2016-04-18 21:14:51 +00:00
}
.title.is-3 {
font-size: 2rem;
2016-04-18 21:14:51 +00:00
}
.title.is-4 {
font-size: 1.5rem;
2016-04-18 21:14:51 +00:00
}
.title.is-5 {
font-size: 1.25rem;
2016-04-18 21:14:51 +00:00
}
.title.is-6 {
2017-03-15 22:13:43 +00:00
font-size: 1rem;
2016-04-18 21:14:51 +00:00
}
2016-09-24 16:24:01 +00:00
.subtitle {
color: #4a4a4a;
font-size: 1.25rem;
font-weight: 300;
line-height: 1.25;
2016-04-18 21:14:51 +00:00
}
2016-09-24 16:24:01 +00:00
.subtitle strong {
color: #363636;
2016-04-18 21:14:51 +00:00
}
2017-03-15 22:13:43 +00:00
.subtitle:not(.is-spaced) + .title {
margin-top: -1.5rem;
2016-04-18 21:14:51 +00:00
}
2016-09-24 16:24:01 +00:00
.subtitle.is-1 {
2017-03-15 22:13:43 +00:00
font-size: 3rem;
2016-04-18 21:14:51 +00:00
}
2016-09-24 16:24:01 +00:00
.subtitle.is-2 {
2017-03-15 22:13:43 +00:00
font-size: 2.5rem;
2016-04-18 21:14:51 +00:00
}
2016-09-24 16:24:01 +00:00
.subtitle.is-3 {
font-size: 2rem;
2016-04-18 21:14:51 +00:00
}
2016-09-24 16:24:01 +00:00
.subtitle.is-4 {
font-size: 1.5rem;
2016-04-18 21:14:51 +00:00
}
2016-09-24 16:24:01 +00:00
.subtitle.is-5 {
font-size: 1.25rem;
2016-04-18 21:14:51 +00:00
}
2016-09-24 16:24:01 +00:00
.subtitle.is-6 {
2017-03-15 22:13:43 +00:00
font-size: 1rem;
2016-04-18 21:14:51 +00:00
}
2016-09-24 16:24:01 +00:00
.block:not(:last-child) {
margin-bottom: 1.5rem;
2016-04-18 21:14:51 +00:00
}
2016-09-24 16:24:01 +00:00
.container {
position: relative;
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1000px) {
2016-09-24 16:24:01 +00:00
.container {
margin: 0 auto;
2017-03-26 16:27:15 +00:00
max-width: 960px;
2017-03-15 22:13:43 +00:00
width: 960px;
2016-09-24 16:24:01 +00:00
}
.container.is-fluid {
2017-01-04 17:37:52 +00:00
margin: 0 20px;
2016-09-24 16:24:01 +00:00
max-width: none;
2017-03-15 22:13:43 +00:00
width: auto;
2016-09-22 19:30:09 +00:00
}
2016-01-30 10:30:06 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1192px) {
2016-09-24 16:24:01 +00:00
.container {
2017-03-26 16:27:15 +00:00
max-width: 1152px;
2017-03-15 22:13:43 +00:00
width: 1152px;
}
}
@media screen and (min-width: 1384px) {
.container {
2017-03-26 16:27:15 +00:00
max-width: 1344px;
2017-03-15 22:13:43 +00:00
width: 1344px;
2016-09-22 19:30:09 +00:00
}
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.delete {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-moz-appearance: none;
-webkit-appearance: none;
background-color: rgba(10, 10, 10, 0.2);
2016-09-24 16:24:01 +00:00
border: none;
border-radius: 290486px;
cursor: pointer;
display: inline-block;
2017-05-28 15:20:19 +00:00
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
font-size: 1rem;
2017-01-04 17:37:52 +00:00
height: 20px;
2017-05-28 15:20:19 +00:00
max-height: 20px;
max-width: 20px;
min-height: 20px;
min-width: 20px;
2016-09-24 16:24:01 +00:00
outline: none;
2016-09-22 19:30:09 +00:00
position: relative;
2016-09-24 16:24:01 +00:00
vertical-align: top;
2017-01-04 17:37:52 +00:00
width: 20px;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.delete:before, .delete:after {
background-color: white;
content: "";
display: block;
left: 50%;
position: absolute;
top: 50%;
2017-03-15 22:13:43 +00:00
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg);
-webkit-transform-origin: center center;
transform-origin: center center;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.delete:before {
height: 2px;
width: 50%;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.delete:after {
height: 50%;
width: 2px;
2016-01-30 10:30:06 +00:00
}
.delete:hover, .delete:focus {
background-color: rgba(10, 10, 10, 0.3);
}
.delete:active {
background-color: rgba(10, 10, 10, 0.4);
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.delete.is-small {
2017-03-15 22:13:43 +00:00
height: 16px;
2017-06-25 00:42:16 +00:00
max-height: 16px;
max-width: 16px;
min-height: 16px;
min-width: 16px;
2017-03-15 22:13:43 +00:00
width: 16px;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.delete.is-medium {
2017-03-15 22:13:43 +00:00
height: 24px;
2017-06-25 00:42:16 +00:00
max-height: 24px;
max-width: 24px;
min-height: 24px;
min-width: 24px;
2017-03-15 22:13:43 +00:00
width: 24px;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.delete.is-large {
2017-03-15 22:13:43 +00:00
height: 32px;
2017-06-25 00:42:16 +00:00
max-height: 32px;
max-width: 32px;
min-height: 32px;
min-width: 32px;
2017-03-15 22:13:43 +00:00
width: 32px;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.fa {
font-size: 21px;
text-align: center;
vertical-align: top;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.heading {
display: block;
font-size: 11px;
letter-spacing: 1px;
margin-bottom: 5px;
text-transform: uppercase;
2016-01-31 22:28:59 +00:00
}
2016-09-24 16:24:01 +00:00
.highlight {
font-weight: 400;
2016-09-24 16:24:01 +00:00
max-width: 100%;
overflow: hidden;
padding: 0;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.highlight:not(:last-child) {
margin-bottom: 1.5rem;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.highlight pre {
overflow: auto;
max-width: 100%;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.loader {
2017-02-26 09:02:25 +00:00
-webkit-animation: spinAround 500ms infinite linear;
animation: spinAround 500ms infinite linear;
2016-09-24 16:24:01 +00:00
border: 2px solid #dbdbdb;
border-radius: 290486px;
border-right-color: transparent;
border-top-color: transparent;
content: "";
display: block;
2017-03-15 22:13:43 +00:00
height: 1em;
2016-09-24 16:24:01 +00:00
position: relative;
2017-03-15 22:13:43 +00:00
width: 1em;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.number {
2017-02-26 09:02:25 +00:00
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
2016-09-24 16:24:01 +00:00
background-color: whitesmoke;
border-radius: 290486px;
2017-02-26 09:02:25 +00:00
display: -webkit-inline-box;
display: -ms-inline-flexbox;
2016-09-24 16:24:01 +00:00
display: inline-flex;
2017-01-15 21:44:25 +00:00
font-size: 1.25rem;
height: 2em;
2017-02-26 09:02:25 +00:00
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-right: 1.5rem;
min-width: 2.5em;
padding: 0.25rem 0.5rem;
text-align: center;
2016-09-24 16:24:01 +00:00
vertical-align: top;
}
2017-06-27 21:18:07 +00:00
.breadcrumb {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 1rem;
overflow: hidden;
overflow-x: auto;
white-space: nowrap;
}
.breadcrumb:not(:last-child) {
margin-bottom: 1.5rem;
}
.breadcrumb a {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #7a7a7a;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0.5em 0.75em;
}
.breadcrumb a:hover {
color: #363636;
}
.breadcrumb li {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.breadcrumb li.is-active a {
color: #363636;
cursor: default;
pointer-events: none;
}
.breadcrumb li + li:before {
color: #4a4a4a;
content: '\0002f';
}
.breadcrumb ul, .breadcrumb ol {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.breadcrumb .icon:first-child {
margin-right: 0.5em;
}
.breadcrumb .icon:last-child {
margin-left: 0.5em;
}
.breadcrumb.is-centered ol, .breadcrumb.is-centered ul {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.breadcrumb.is-right ol, .breadcrumb.is-right ul {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.breadcrumb.is-small {
font-size: 0.75rem;
}
.breadcrumb.is-medium {
font-size: 1.25rem;
}
.breadcrumb.is-large {
font-size: 1.5rem;
}
.breadcrumb.has-arrow-separator li + li:before {
content: '\02192';
}
.breadcrumb.has-bullet-separator li + li:before {
content: '\02022';
}
.breadcrumb.has-dot-separator li + li:before {
content: '\000b7';
}
.breadcrumb.has-succeeds-separator li + li:before {
content: '\0227B';
}
2016-09-24 16:24:01 +00:00
.card-header {
2017-02-26 09:02:25 +00:00
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-04-18 21:14:51 +00:00
display: flex;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.card-header-title {
2017-02-26 09:02:25 +00:00
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
2016-09-24 16:24:01 +00:00
color: #363636;
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
font-weight: 700;
padding: 0.75rem;
2016-02-08 23:18:26 +00:00
}
2016-09-24 16:24:01 +00:00
.card-header-icon {
2017-02-26 09:02:25 +00:00
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
2016-09-24 16:24:01 +00:00
cursor: pointer;
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
2017-02-26 09:02:25 +00:00
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0.75rem;
2016-04-18 21:14:51 +00:00
}
2016-09-24 16:24:01 +00:00
.card-image {
display: block;
position: relative;
2016-04-18 21:14:51 +00:00
}
2016-09-24 16:24:01 +00:00
.card-content {
padding: 1.5rem;
2016-04-18 21:14:51 +00:00
}
2016-09-24 16:24:01 +00:00
.card-footer {
border-top: 1px solid #dbdbdb;
2017-02-26 09:02:25 +00:00
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
}
.card-footer-item {
2017-02-26 09:02:25 +00:00
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
2017-02-26 09:02:25 +00:00
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0.75rem;
2016-09-24 16:24:01 +00:00
}
.card-footer-item:not(:last-child) {
border-right: 1px solid #dbdbdb;
}
.card {
background-color: white;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
2016-09-24 16:24:01 +00:00
color: #4a4a4a;
max-width: 100%;
2016-09-22 19:30:09 +00:00
position: relative;
2016-04-18 21:14:51 +00:00
}
2016-09-24 16:24:01 +00:00
.card .media:not(:last-child) {
margin-bottom: 0.75rem;
2016-04-18 21:14:51 +00:00
}
.level-item {
2017-02-26 09:02:25 +00:00
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
2017-02-26 09:02:25 +00:00
-ms-flex-preferred-size: auto;
flex-basis: auto;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
2016-09-24 16:24:01 +00:00
.level-item .title,
.level-item .subtitle {
margin-bottom: 0;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
@media screen and (max-width: 768px) {
.level-item:not(:last-child) {
margin-bottom: 0.75rem;
2016-09-24 16:24:01 +00:00
}
2016-09-22 19:30:09 +00:00
}
2017-01-04 17:37:52 +00:00
.level-left,
.level-right {
2017-02-26 09:02:25 +00:00
-ms-flex-preferred-size: auto;
flex-basis: auto;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
2017-01-04 17:37:52 +00:00
}
2016-09-24 16:24:01 +00:00
.level-left .level-item:not(:last-child),
.level-right .level-item:not(:last-child) {
margin-right: 0.75rem;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.level-left {
2017-02-26 09:02:25 +00:00
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
@media screen and (max-width: 768px) {
.level-left + .level-right {
margin-top: 1.5rem;
2016-09-24 16:24:01 +00:00
}
2016-09-22 19:30:09 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (min-width: 769px), print {
2016-09-24 16:24:01 +00:00
.level-left {
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
}
2016-09-22 19:30:09 +00:00
}
.level-right {
2017-02-26 09:02:25 +00:00
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
2017-04-23 18:02:04 +00:00
@media screen and (min-width: 769px), print {
2016-09-24 16:24:01 +00:00
.level-right {
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
}
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.level {
2017-02-26 09:02:25 +00:00
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.level:not(:last-child) {
margin-bottom: 1.5rem;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.level code {
border-radius: 3px;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.level img {
2016-09-22 19:30:09 +00:00
display: inline-block;
vertical-align: top;
}
2016-09-24 16:24:01 +00:00
.level.is-mobile {
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
2016-09-22 19:30:09 +00:00
}
2017-03-15 22:13:43 +00:00
.level.is-mobile .level-left,
.level.is-mobile .level-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.level.is-mobile .level-left + .level-right {
margin-top: 0;
}
.level.is-mobile .level-item:not(:last-child) {
2016-09-24 16:24:01 +00:00
margin-bottom: 0;
2016-09-22 19:30:09 +00:00
}
2017-03-15 22:13:43 +00:00
.level.is-mobile .level-item:not(.is-narrow) {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
2016-09-22 19:30:09 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (min-width: 769px), print {
2016-09-24 16:24:01 +00:00
.level {
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
}
.level > .level-item:not(.is-narrow) {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
2016-09-24 16:24:01 +00:00
}
2016-09-22 19:30:09 +00:00
}
2016-09-25 16:44:01 +00:00
.media-left,
.media-right {
2017-02-26 09:02:25 +00:00
-ms-flex-preferred-size: auto;
flex-basis: auto;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.media-left {
2017-01-04 17:37:52 +00:00
margin-right: 1rem;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.media-right {
2017-01-04 17:37:52 +00:00
margin-left: 1rem;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.media-content {
2017-02-26 09:02:25 +00:00
-ms-flex-preferred-size: auto;
flex-basis: auto;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
2016-09-24 16:24:01 +00:00
text-align: left;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.media {
2017-02-26 09:02:25 +00:00
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
text-align: left;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.media .content:not(:last-child) {
2017-01-04 17:37:52 +00:00
margin-bottom: 0.75rem;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.media .media {
border-top: 1px solid rgba(219, 219, 219, 0.5);
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
padding-top: 0.75rem;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
margin-bottom: 0.5rem;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.media .media .media {
padding-top: 0.5rem;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.media .media .media + .media {
margin-top: 0.5rem;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.media + .media {
border-top: 1px solid rgba(219, 219, 219, 0.5);
margin-top: 1rem;
padding-top: 1rem;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.media.is-large + .media {
margin-top: 1.5rem;
padding-top: 1.5rem;
2016-09-22 19:30:09 +00:00
}
.menu {
font-size: 1rem;
2016-09-22 19:30:09 +00:00
}
.menu-list {
line-height: 1.25;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.menu-list a {
border-radius: 2px;
color: #4a4a4a;
display: block;
padding: 0.5em 0.75em;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.menu-list a:hover {
background-color: whitesmoke;
2016-09-25 16:44:01 +00:00
color: #00d1b2;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.menu-list a.is-active {
2016-09-25 16:44:01 +00:00
background-color: #00d1b2;
color: #fff;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.menu-list li ul {
border-left: 1px solid #dbdbdb;
margin: 0.75em;
padding-left: 0.75em;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.menu-label {
color: #7a7a7a;
2017-01-04 17:37:52 +00:00
font-size: 0.8em;
letter-spacing: 0.1em;
2016-09-24 16:24:01 +00:00
text-transform: uppercase;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.menu-label:not(:first-child) {
margin-top: 1em;
2016-09-22 19:30:09 +00:00
}
.menu-label:not(:last-child) {
margin-bottom: 1em;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message {
background-color: whitesmoke;
border-radius: 3px;
font-size: 1rem;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message:not(:last-child) {
margin-bottom: 1.5rem;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-white {
background-color: white;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-white .message-header {
background-color: white;
color: #0a0a0a;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-white .message-body {
border-color: white;
color: #4d4d4d;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-black {
background-color: #fafafa;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-black .message-header {
background-color: #0a0a0a;
color: white;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-black .message-body {
border-color: #0a0a0a;
color: #090909;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-light {
background-color: #fafafa;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-light .message-header {
background-color: whitesmoke;
color: #363636;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-light .message-body {
border-color: whitesmoke;
color: #505050;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-dark {
background-color: #fafafa;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-dark .message-header {
background-color: #363636;
color: whitesmoke;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-dark .message-body {
border-color: #363636;
color: #2a2a2a;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-primary {
background-color: #f5fffd;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-primary .message-header {
2016-09-25 16:44:01 +00:00
background-color: #00d1b2;
color: #fff;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-primary .message-body {
2016-09-25 16:44:01 +00:00
border-color: #00d1b2;
color: #021310;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-info {
background-color: #f6f9fe;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-info .message-header {
2016-09-25 16:44:01 +00:00
background-color: #3273dc;
color: #fff;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-info .message-body {
2016-09-25 16:44:01 +00:00
border-color: #3273dc;
color: #22509a;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-success {
background-color: #f6fef9;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-success .message-header {
2016-09-25 16:44:01 +00:00
background-color: #23d160;
color: #fff;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-success .message-body {
2016-09-25 16:44:01 +00:00
border-color: #23d160;
color: #0e301a;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-warning {
background-color: #fffdf5;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-warning .message-header {
2016-09-25 16:44:01 +00:00
background-color: #ffdd57;
2016-09-24 16:24:01 +00:00
color: rgba(0, 0, 0, 0.7);
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-warning .message-body {
2016-09-25 16:44:01 +00:00
border-color: #ffdd57;
color: #3b3108;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-danger {
background-color: #fff5f7;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-danger .message-header {
2016-09-25 16:44:01 +00:00
background-color: #ff3860;
color: #fff;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.message.is-danger .message-body {
2016-09-25 16:44:01 +00:00
border-color: #ff3860;
color: #cd0930;
}
.message-header {
2017-02-26 09:02:25 +00:00
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #4a4a4a;
border-radius: 3px 3px 0 0;
color: #fff;
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
display: flex;
2017-02-26 09:02:25 +00:00
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
line-height: 1.25;
padding: 0.5em 0.75em;
position: relative;
}
2017-01-04 17:37:52 +00:00
.message-header a,
.message-header strong {
color: inherit;
}
2017-01-04 17:37:52 +00:00
.message-header a {
text-decoration: underline;
}
.message-header .delete {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-left: 0.75em;
}
.message-header + .message-body {
2017-01-04 17:37:52 +00:00
border-top-left-radius: 0;
border-top-right-radius: 0;
border-top: none;
}
.message-body {
border: 1px solid #dbdbdb;
border-radius: 3px;
color: #4a4a4a;
padding: 1em 1.25em;
}
2017-01-04 17:37:52 +00:00
.message-body a,
.message-body strong {
color: inherit;
}
2017-01-04 17:37:52 +00:00
.message-body a {
text-decoration: underline;
}
.message-body code,
.message-body pre {
background: white;
}
.message-body pre code {
background: transparent;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.modal-background {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
background-color: rgba(10, 10, 10, 0.86);
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.modal-content,
.modal-card {
margin: 0 20px;
max-height: calc(100vh - 160px);
overflow: auto;
2016-09-22 19:30:09 +00:00
position: relative;
2016-09-24 16:24:01 +00:00
width: 100%;
2016-09-22 19:30:09 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (min-width: 769px), print {
2016-09-24 16:24:01 +00:00
.modal-content,
.modal-card {
2016-09-22 19:30:09 +00:00
margin: 0 auto;
2016-09-24 16:24:01 +00:00
max-height: calc(100vh - 40px);
width: 640px;
2016-09-22 19:30:09 +00:00
}
}
2016-09-24 16:24:01 +00:00
.modal-close {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
2016-09-22 19:30:09 +00:00
-moz-appearance: none;
-webkit-appearance: none;
background-color: rgba(10, 10, 10, 0.2);
2016-09-22 19:30:09 +00:00
border: none;
border-radius: 290486px;
cursor: pointer;
display: inline-block;
2017-05-28 15:20:19 +00:00
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
font-size: 1rem;
2017-01-04 17:37:52 +00:00
height: 20px;
2017-05-28 15:20:19 +00:00
max-height: 20px;
max-width: 20px;
min-height: 20px;
min-width: 20px;
2016-09-24 16:24:01 +00:00
outline: none;
2016-09-22 19:30:09 +00:00
position: relative;
vertical-align: top;
2017-01-04 17:37:52 +00:00
width: 20px;
2016-09-24 16:24:01 +00:00
background: none;
height: 40px;
position: fixed;
right: 20px;
top: 20px;
width: 40px;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.modal-close:before, .modal-close:after {
2016-09-22 19:30:09 +00:00
background-color: white;
content: "";
display: block;
left: 50%;
position: absolute;
top: 50%;
2017-03-15 22:13:43 +00:00
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg);
-webkit-transform-origin: center center;
transform-origin: center center;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.modal-close:before {
height: 2px;
width: 50%;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.modal-close:after {
height: 50%;
width: 2px;
2016-09-22 19:30:09 +00:00
}
.modal-close:hover, .modal-close:focus {
background-color: rgba(10, 10, 10, 0.3);
}
.modal-close:active {
background-color: rgba(10, 10, 10, 0.4);
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.modal-close.is-small {
2017-03-15 22:13:43 +00:00
height: 16px;
2017-06-25 00:42:16 +00:00
max-height: 16px;
max-width: 16px;
min-height: 16px;
min-width: 16px;
2017-03-15 22:13:43 +00:00
width: 16px;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.modal-close.is-medium {
2017-03-15 22:13:43 +00:00
height: 24px;
2017-06-25 00:42:16 +00:00
max-height: 24px;
max-width: 24px;
min-height: 24px;
min-width: 24px;
2017-03-15 22:13:43 +00:00
width: 24px;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.modal-close.is-large {
2017-03-15 22:13:43 +00:00
height: 32px;
2017-06-25 00:42:16 +00:00
max-height: 32px;
max-width: 32px;
min-height: 32px;
min-width: 32px;
2017-03-15 22:13:43 +00:00
width: 32px;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.modal-card {
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
2017-02-26 09:02:25 +00:00
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
2016-09-24 16:24:01 +00:00
max-height: calc(100vh - 40px);
overflow: hidden;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.modal-card-head,
.modal-card-foot {
2017-02-26 09:02:25 +00:00
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
2016-09-24 16:24:01 +00:00
background-color: whitesmoke;
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
2017-02-26 09:02:25 +00:00
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
2016-09-24 16:24:01 +00:00
padding: 20px;
position: relative;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.modal-card-head {
border-bottom: 1px solid #dbdbdb;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.modal-card-title {
color: #363636;
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 0;
flex-shrink: 0;
font-size: 1.5rem;
2016-09-24 16:24:01 +00:00
line-height: 1;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.modal-card-foot {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top: 1px solid #dbdbdb;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.modal-card-foot .button:not(:last-child) {
margin-right: 10px;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.modal-card-body {
2017-01-04 17:37:52 +00:00
-webkit-overflow-scrolling: touch;
2016-09-24 16:24:01 +00:00
background-color: white;
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
2016-09-24 16:24:01 +00:00
overflow: auto;
padding: 20px;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.modal {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
2017-02-26 09:02:25 +00:00
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
2016-09-24 16:24:01 +00:00
display: none;
2017-02-26 09:02:25 +00:00
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
2016-09-24 16:24:01 +00:00
overflow: hidden;
position: fixed;
2017-04-23 18:02:04 +00:00
z-index: 20;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.modal.is-active {
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
}
.nav-toggle {
cursor: pointer;
display: block;
2017-03-15 22:13:43 +00:00
height: 3.25rem;
2016-09-24 16:24:01 +00:00
position: relative;
2017-03-15 22:13:43 +00:00
width: 3.25rem;
2016-09-24 16:24:01 +00:00
}
.nav-toggle span {
background-color: #4a4a4a;
display: block;
height: 1px;
left: 50%;
margin-left: -7px;
position: absolute;
top: 50%;
2017-02-26 09:02:25 +00:00
-webkit-transition: none 86ms ease-out;
2016-09-24 16:24:01 +00:00
transition: none 86ms ease-out;
2017-02-26 09:02:25 +00:00
-webkit-transition-property: background, left, opacity, -webkit-transform;
transition-property: background, left, opacity, -webkit-transform;
2016-09-24 16:24:01 +00:00
transition-property: background, left, opacity, transform;
2017-02-26 09:02:25 +00:00
transition-property: background, left, opacity, transform, -webkit-transform;
2016-09-24 16:24:01 +00:00
width: 15px;
}
.nav-toggle span:nth-child(1) {
margin-top: -6px;
}
.nav-toggle span:nth-child(2) {
margin-top: -1px;
}
2016-09-22 19:30:09 +00:00
2016-09-24 16:24:01 +00:00
.nav-toggle span:nth-child(3) {
2016-09-22 19:30:09 +00:00
margin-top: 4px;
}
2016-09-24 16:24:01 +00:00
.nav-toggle:hover {
2016-09-22 19:30:09 +00:00
background-color: whitesmoke;
}
2016-09-24 16:24:01 +00:00
.nav-toggle.is-active span {
2016-09-25 16:44:01 +00:00
background-color: #00d1b2;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.nav-toggle.is-active span:nth-child(1) {
2016-09-22 19:30:09 +00:00
margin-left: -5px;
2017-02-26 09:02:25 +00:00
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: left top;
transform-origin: left top;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.nav-toggle.is-active span:nth-child(2) {
2016-09-22 19:30:09 +00:00
opacity: 0;
}
2016-09-24 16:24:01 +00:00
.nav-toggle.is-active span:nth-child(3) {
2016-09-22 19:30:09 +00:00
margin-left: -5px;
2017-02-26 09:02:25 +00:00
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
2016-09-22 19:30:09 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (min-width: 769px), print {
2016-09-24 16:24:01 +00:00
.nav-toggle {
display: none;
}
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.nav-item {
2017-02-26 09:02:25 +00:00
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
font-size: 1rem;
2017-02-26 09:02:25 +00:00
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
2017-03-15 22:13:43 +00:00
line-height: 1.5;
padding: 0.5rem 0.75rem;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.nav-item a {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 0;
flex-shrink: 0;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.nav-item img {
2017-01-04 17:37:52 +00:00
max-height: 1.75rem;
2016-09-22 19:30:09 +00:00
}
.nav-item .tag:first-child:not(:last-child) {
margin-right: 0.5rem;
2016-09-22 19:30:09 +00:00
}
.nav-item .tag:last-child:not(:first-child) {
margin-left: 0.5rem;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
@media screen and (max-width: 768px) {
.nav-item {
2017-02-26 09:02:25 +00:00
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
2016-09-24 16:24:01 +00:00
}
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.nav-item a,
a.nav-item {
color: #7a7a7a;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.nav-item a:hover,
a.nav-item:hover {
color: #363636;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.nav-item a.is-active,
a.nav-item.is-active {
color: #363636;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.nav-item a.is-tab,
a.nav-item.is-tab {
border-bottom: 1px solid transparent;
border-top: 1px solid transparent;
2017-03-15 22:13:43 +00:00
padding-bottom: calc(0.75rem - 1px);
padding-left: 1rem;
padding-right: 1rem;
2017-03-15 22:13:43 +00:00
padding-top: calc(0.75rem - 1px);
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.nav-item a.is-tab:hover,
a.nav-item.is-tab:hover {
border-bottom-color: #00d1b2;
border-top-color: transparent;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.nav-item a.is-tab.is-active,
a.nav-item.is-tab.is-active {
2016-09-25 16:44:01 +00:00
border-bottom: 3px solid #00d1b2;
color: #00d1b2;
2017-03-15 22:13:43 +00:00
padding-bottom: calc(0.75rem - 3px);
2016-09-22 19:30:09 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1000px) {
.nav-item a.is-brand,
a.nav-item.is-brand {
padding-left: 0;
}
}
.nav-left,
.nav-right {
2017-04-23 18:02:04 +00:00
-webkit-overflow-scrolling: touch;
2017-02-26 09:02:25 +00:00
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
2017-04-23 18:02:04 +00:00
display: -webkit-box;
display: -ms-flexbox;
display: flex;
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 0;
flex-shrink: 0;
2017-04-23 18:02:04 +00:00
max-width: 100%;
overflow: auto;
}
@media screen and (min-width: 1192px) {
.nav-left,
.nav-right {
-ms-flex-preferred-size: 0;
flex-basis: 0;
}
}
2016-09-24 16:24:01 +00:00
.nav-left {
2017-02-26 09:02:25 +00:00
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
2016-09-24 16:24:01 +00:00
white-space: nowrap;
2016-09-22 19:30:09 +00:00
}
2017-04-23 18:02:04 +00:00
.nav-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
2016-09-24 16:24:01 +00:00
.nav-center {
2017-02-26 09:02:25 +00:00
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
display: -webkit-box;
display: -ms-flexbox;
2016-09-22 19:30:09 +00:00
display: flex;
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
2016-09-24 16:24:01 +00:00
margin-left: auto;
margin-right: auto;
2016-09-22 19:30:09 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (max-width: 768px) {
.nav-menu.nav-right {
background-color: white;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 4px 7px rgba(10, 10, 10, 0.1);
box-shadow: 0 4px 7px rgba(10, 10, 10, 0.1);
2017-04-23 18:02:04 +00:00
left: 0;
display: none;
right: 0;
top: 100%;
position: absolute;
}
.nav-menu.nav-right .nav-item {
border-top: 1px solid rgba(219, 219, 219, 0.5);
padding: 0.75rem;
}
.nav-menu.nav-right.is-active {
display: block;
2016-09-24 16:24:01 +00:00
}
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.nav {
2017-02-26 09:02:25 +00:00
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
2016-09-24 16:24:01 +00:00
background-color: white;
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
2017-04-23 18:02:04 +00:00
height: 3.25rem;
2016-09-24 16:24:01 +00:00
position: relative;
text-align: center;
2017-04-23 18:02:04 +00:00
z-index: 10;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.nav > .container {
2017-02-26 09:02:25 +00:00
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
display: -webkit-box;
display: -ms-flexbox;
2016-09-22 19:30:09 +00:00
display: flex;
2017-03-15 22:13:43 +00:00
min-height: 3.25rem;
2017-04-23 18:02:04 +00:00
width: 100%;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.nav.has-shadow {
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
2016-09-24 16:24:01 +00:00
}
2017-03-15 22:13:43 +00:00
.pagination {
font-size: 1rem;
2017-04-23 18:02:04 +00:00
margin: -0.25rem;
2017-03-15 22:13:43 +00:00
}
.pagination.is-small {
font-size: 0.75rem;
}
.pagination.is-medium {
font-size: 1.25rem;
}
.pagination.is-large {
font-size: 1.5rem;
}
.pagination,
.pagination-list {
2017-02-26 09:02:25 +00:00
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
2016-09-22 19:30:09 +00:00
display: flex;
2017-02-26 09:02:25 +00:00
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
2016-09-24 16:24:01 +00:00
text-align: center;
2016-09-22 19:30:09 +00:00
}
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
-moz-appearance: none;
-webkit-appearance: none;
2017-02-26 09:02:25 +00:00
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
2017-04-23 18:02:04 +00:00
border: 1px solid transparent;
border-radius: 3px;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2017-02-26 09:02:25 +00:00
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
font-size: 1rem;
2017-03-15 22:13:43 +00:00
height: 2.25em;
2017-02-26 09:02:25 +00:00
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
2017-03-17 00:14:11 +00:00
line-height: 1.5;
2017-04-23 18:02:04 +00:00
padding-bottom: calc(0.375em - 1px);
padding-left: calc(0.625em - 1px);
padding-right: calc(0.625em - 1px);
padding-top: calc(0.375em - 1px);
position: relative;
vertical-align: top;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
2017-03-15 22:13:43 +00:00
font-size: 1em;
padding-left: 0.5em;
padding-right: 0.5em;
2017-02-26 09:02:25 +00:00
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
2017-04-23 18:02:04 +00:00
margin: 0.25rem;
text-align: center;
}
.pagination-previous:focus, .pagination-previous.is-focused, .pagination-previous:active, .pagination-previous.is-active,
.pagination-next:focus,
.pagination-next.is-focused,
.pagination-next:active,
.pagination-next.is-active,
.pagination-link:focus,
.pagination-link.is-focused,
.pagination-link:active,
.pagination-link.is-active,
.pagination-ellipsis:focus,
.pagination-ellipsis.is-focused,
.pagination-ellipsis:active,
.pagination-ellipsis.is-active {
outline: none;
}
2017-04-23 18:02:04 +00:00
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled],
2017-04-23 18:02:04 +00:00
.pagination-ellipsis[disabled] {
cursor: not-allowed;
}
.pagination-previous,
.pagination-next,
.pagination-link {
2017-04-23 18:02:04 +00:00
border-color: #dbdbdb;
2017-03-15 22:13:43 +00:00
min-width: 2.25em;
}
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
2017-01-04 17:37:52 +00:00
border-color: #b5b5b5;
color: #363636;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
border-color: #00d1b2;
}
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
2016-09-22 19:30:09 +00:00
}
2017-04-23 18:02:04 +00:00
.pagination-previous[disabled],
.pagination-next[disabled],
2017-04-23 18:02:04 +00:00
.pagination-link[disabled] {
background-color: #dbdbdb;
border-color: #dbdbdb;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: none;
box-shadow: none;
2016-09-22 19:30:09 +00:00
color: #7a7a7a;
opacity: 0.5;
2016-09-22 19:30:09 +00:00
}
.pagination-previous,
.pagination-next {
padding-left: 0.75em;
padding-right: 0.75em;
2017-04-23 18:02:04 +00:00
white-space: nowrap;
2016-09-22 19:30:09 +00:00
}
.pagination-link.is-current {
background-color: #00d1b2;
border-color: #00d1b2;
color: #fff;
}
.pagination-ellipsis {
2017-01-04 17:37:52 +00:00
color: #b5b5b5;
pointer-events: none;
}
2017-04-23 18:02:04 +00:00
.pagination-list {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
@media screen and (max-width: 768px) {
.pagination {
2017-02-26 09:02:25 +00:00
-ms-flex-wrap: wrap;
flex-wrap: wrap;
2016-09-24 16:24:01 +00:00
}
.pagination-previous,
.pagination-next {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
2016-09-24 16:24:01 +00:00
}
.pagination-list li {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
2016-09-24 16:24:01 +00:00
}
2016-09-22 19:30:09 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (min-width: 769px), print {
.pagination-list {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.pagination-previous {
2017-02-26 09:02:25 +00:00
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.pagination-next {
2017-02-26 09:02:25 +00:00
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.pagination {
2017-02-26 09:02:25 +00:00
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.pagination.is-centered .pagination-previous {
2017-02-26 09:02:25 +00:00
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.pagination.is-centered .pagination-list {
2017-02-26 09:02:25 +00:00
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.pagination.is-centered .pagination-next {
2017-02-26 09:02:25 +00:00
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.pagination.is-right .pagination-previous {
2017-02-26 09:02:25 +00:00
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.pagination.is-right .pagination-next {
2017-02-26 09:02:25 +00:00
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.pagination.is-right .pagination-list {
2017-02-26 09:02:25 +00:00
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
2016-09-24 16:24:01 +00:00
}
2016-09-22 19:30:09 +00:00
}
.panel {
font-size: 1rem;
2016-09-22 19:30:09 +00:00
}
.panel:not(:last-child) {
margin-bottom: 1.5rem;
2016-09-22 19:30:09 +00:00
}
.panel-heading,
.panel-tabs,
.panel-block {
2016-09-24 16:24:01 +00:00
border-bottom: 1px solid #dbdbdb;
border-left: 1px solid #dbdbdb;
border-right: 1px solid #dbdbdb;
2016-09-22 19:30:09 +00:00
}
.panel-heading:first-child,
.panel-tabs:first-child,
.panel-block:first-child {
border-top: 1px solid #dbdbdb;
2016-09-22 19:30:09 +00:00
}
.panel-heading {
background-color: whitesmoke;
border-radius: 3px 3px 0 0;
color: #363636;
font-size: 1.25em;
font-weight: 300;
line-height: 1.25;
padding: 0.5em 0.75em;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.panel-tabs {
2017-02-26 09:02:25 +00:00
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
font-size: 0.875em;
2017-02-26 09:02:25 +00:00
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.panel-tabs a {
border-bottom: 1px solid #dbdbdb;
margin-bottom: -1px;
padding: 0.5em;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.panel-tabs a.is-active {
border-bottom-color: #4a4a4a;
2016-09-24 16:24:01 +00:00
color: #363636;
2016-09-22 19:30:09 +00:00
}
.panel-list a {
color: #4a4a4a;
}
.panel-list a:hover {
color: #00d1b2;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.panel-block {
2017-02-26 09:02:25 +00:00
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
2016-09-24 16:24:01 +00:00
color: #363636;
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
display: flex;
2017-02-26 09:02:25 +00:00
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding: 0.5em 0.75em;
2016-09-22 19:30:09 +00:00
}
.panel-block input[type="checkbox"] {
margin-right: 0.75em;
}
.panel-block > .control {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
width: 100%;
}
2017-04-23 18:02:04 +00:00
.panel-block.is-wrapped {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.panel-block.is-active {
border-left-color: #00d1b2;
color: #363636;
}
.panel-block.is-active .panel-icon {
color: #00d1b2;
}
a.panel-block,
label.panel-block {
cursor: pointer;
2016-09-22 19:30:09 +00:00
}
a.panel-block:hover,
label.panel-block:hover {
2016-09-24 16:24:01 +00:00
background-color: whitesmoke;
2016-09-22 19:30:09 +00:00
}
.panel-icon {
display: inline-block;
font-size: 14px;
height: 1em;
line-height: 1em;
text-align: center;
vertical-align: top;
width: 1em;
color: #7a7a7a;
margin-right: 0.75em;
2016-09-22 19:30:09 +00:00
}
.panel-icon .fa {
font-size: inherit;
line-height: inherit;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.tabs {
2017-04-23 18:02:04 +00:00
-webkit-overflow-scrolling: touch;
2016-09-24 16:24:01 +00:00
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
2017-02-26 09:02:25 +00:00
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
font-size: 1rem;
2017-02-26 09:02:25 +00:00
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
2016-09-24 16:24:01 +00:00
overflow: hidden;
overflow-x: auto;
white-space: nowrap;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.tabs:not(:last-child) {
margin-bottom: 1.5rem;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.tabs a {
2017-02-26 09:02:25 +00:00
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
2016-09-24 16:24:01 +00:00
border-bottom: 1px solid #dbdbdb;
color: #4a4a4a;
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
2017-02-26 09:02:25 +00:00
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
2016-09-24 16:24:01 +00:00
margin-bottom: -1px;
padding: 0.5em 1em;
2016-09-24 16:24:01 +00:00
vertical-align: top;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.tabs a:hover {
border-bottom-color: #363636;
color: #363636;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.tabs li {
display: block;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.tabs li.is-active a {
2016-09-25 16:44:01 +00:00
border-bottom-color: #00d1b2;
color: #00d1b2;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.tabs ul {
2017-02-26 09:02:25 +00:00
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
2016-09-24 16:24:01 +00:00
border-bottom: 1px solid #dbdbdb;
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.tabs ul.is-left {
padding-right: 0.75em;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.tabs ul.is-center {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0.75em;
padding-right: 0.75em;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.tabs ul.is-right {
2017-02-26 09:02:25 +00:00
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding-left: 0.75em;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.tabs .icon:first-child {
margin-right: 0.5em;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.tabs .icon:last-child {
margin-left: 0.5em;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.tabs.is-centered ul {
2017-02-26 09:02:25 +00:00
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.tabs.is-right ul {
2017-02-26 09:02:25 +00:00
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.tabs.is-boxed a {
border: 1px solid transparent;
border-radius: 3px 3px 0 0;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.tabs.is-boxed a:hover {
background-color: whitesmoke;
border-bottom-color: #dbdbdb;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.tabs.is-boxed li.is-active a {
background-color: white;
border-color: #dbdbdb;
border-bottom-color: transparent !important;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.tabs.is-fullwidth li {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 0;
flex-shrink: 0;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.tabs.is-toggle a {
border: 1px solid #dbdbdb;
margin-bottom: 0;
position: relative;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.tabs.is-toggle a:hover {
background-color: whitesmoke;
border-color: #b5b5b5;
z-index: 2;
}
.tabs.is-toggle li + li {
margin-left: -1px;
}
.tabs.is-toggle li:first-child a {
border-radius: 3px 0 0 3px;
}
.tabs.is-toggle li:last-child a {
border-radius: 0 3px 3px 0;
}
.tabs.is-toggle li.is-active a {
2016-09-25 16:44:01 +00:00
background-color: #00d1b2;
border-color: #00d1b2;
color: #fff;
2016-09-24 16:24:01 +00:00
z-index: 1;
}
.tabs.is-toggle ul {
border-bottom: none;
}
.tabs.is-small {
font-size: 0.75rem;
2016-09-24 16:24:01 +00:00
}
.tabs.is-medium {
2017-01-15 21:44:25 +00:00
font-size: 1.25rem;
2016-09-24 16:24:01 +00:00
}
.tabs.is-large {
font-size: 1.5rem;
2016-09-24 16:24:01 +00:00
}
.column {
display: block;
2017-02-26 09:02:25 +00:00
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
padding: 0.75rem;
2016-09-24 16:24:01 +00:00
}
.columns.is-mobile > .column.is-narrow {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
}
.columns.is-mobile > .column.is-full {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 50%;
}
.columns.is-mobile > .column.is-one-third {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 25%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
margin-left: 25%;
}
.columns.is-mobile > .column.is-1 {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 8.33333%;
}
.columns.is-mobile > .column.is-offset-1 {
margin-left: 8.33333%;
}
.columns.is-mobile > .column.is-2 {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 16.66667%;
}
.columns.is-mobile > .column.is-offset-2 {
margin-left: 16.66667%;
}
.columns.is-mobile > .column.is-3 {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 33.33333%;
}
.columns.is-mobile > .column.is-offset-4 {
margin-left: 33.33333%;
}
.columns.is-mobile > .column.is-5 {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 41.66667%;
}
.columns.is-mobile > .column.is-offset-5 {
margin-left: 41.66667%;
}
.columns.is-mobile > .column.is-6 {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 58.33333%;
}
.columns.is-mobile > .column.is-offset-7 {
margin-left: 58.33333%;
}
.columns.is-mobile > .column.is-8 {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 66.66667%;
}
.columns.is-mobile > .column.is-offset-8 {
margin-left: 66.66667%;
}
.columns.is-mobile > .column.is-9 {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 83.33333%;
}
.columns.is-mobile > .column.is-offset-10 {
margin-left: 83.33333%;
}
.columns.is-mobile > .column.is-11 {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 91.66667%;
}
.columns.is-mobile > .column.is-offset-11 {
margin-left: 91.66667%;
}
.columns.is-mobile > .column.is-12 {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
margin-left: 100%;
}
@media screen and (max-width: 768px) {
.column.is-narrow-mobile {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.column.is-full-mobile {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 100%;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.column.is-three-quarters-mobile {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 75%;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.column.is-two-thirds-mobile {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 66.6666%;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.column.is-half-mobile {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-22 19:30:09 +00:00
width: 50%;
}
2016-09-24 16:24:01 +00:00
.column.is-one-third-mobile {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 33.3333%;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.column.is-one-quarter-mobile {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 25%;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.column.is-offset-three-quarters-mobile {
margin-left: 75%;
}
.column.is-offset-two-thirds-mobile {
margin-left: 66.6666%;
}
.column.is-offset-half-mobile {
margin-left: 50%;
}
.column.is-offset-one-third-mobile {
margin-left: 33.3333%;
}
.column.is-offset-one-quarter-mobile {
margin-left: 25%;
}
.column.is-1-mobile {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 8.33333%;
}
.column.is-offset-1-mobile {
margin-left: 8.33333%;
}
.column.is-2-mobile {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 16.66667%;
}
.column.is-offset-2-mobile {
margin-left: 16.66667%;
}
.column.is-3-mobile {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 25%;
}
.column.is-offset-3-mobile {
margin-left: 25%;
}
.column.is-4-mobile {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 33.33333%;
}
.column.is-offset-4-mobile {
margin-left: 33.33333%;
}
.column.is-5-mobile {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 41.66667%;
}
.column.is-offset-5-mobile {
margin-left: 41.66667%;
}
.column.is-6-mobile {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 50%;
}
.column.is-offset-6-mobile {
margin-left: 50%;
}
.column.is-7-mobile {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 58.33333%;
}
.column.is-offset-7-mobile {
2016-09-22 19:30:09 +00:00
margin-left: 58.33333%;
}
2016-09-24 16:24:01 +00:00
.column.is-8-mobile {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-22 19:30:09 +00:00
width: 66.66667%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-8-mobile {
2016-09-22 19:30:09 +00:00
margin-left: 66.66667%;
}
2016-09-24 16:24:01 +00:00
.column.is-9-mobile {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-22 19:30:09 +00:00
width: 75%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-9-mobile {
2016-09-22 19:30:09 +00:00
margin-left: 75%;
}
2016-09-24 16:24:01 +00:00
.column.is-10-mobile {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-22 19:30:09 +00:00
width: 83.33333%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-10-mobile {
2016-09-22 19:30:09 +00:00
margin-left: 83.33333%;
}
2016-09-24 16:24:01 +00:00
.column.is-11-mobile {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-22 19:30:09 +00:00
width: 91.66667%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-11-mobile {
2016-09-22 19:30:09 +00:00
margin-left: 91.66667%;
}
2016-09-24 16:24:01 +00:00
.column.is-12-mobile {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-22 19:30:09 +00:00
width: 100%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-12-mobile {
2016-09-22 19:30:09 +00:00
margin-left: 100%;
}
}
2017-04-23 18:02:04 +00:00
@media screen and (min-width: 769px), print {
2016-09-24 16:24:01 +00:00
.column.is-narrow, .column.is-narrow-tablet {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.column.is-full, .column.is-full-tablet {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-22 19:30:09 +00:00
width: 100%;
}
2016-09-24 16:24:01 +00:00
.column.is-three-quarters, .column.is-three-quarters-tablet {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-04-11 22:32:56 +00:00
width: 75%;
}
2016-09-24 16:24:01 +00:00
.column.is-two-thirds, .column.is-two-thirds-tablet {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-04-11 22:32:56 +00:00
width: 66.6666%;
}
2016-09-24 16:24:01 +00:00
.column.is-half, .column.is-half-tablet {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-02-08 23:18:26 +00:00
width: 50%;
}
2016-09-24 16:24:01 +00:00
.column.is-one-third, .column.is-one-third-tablet {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-02-08 23:18:26 +00:00
width: 33.3333%;
}
2016-09-24 16:24:01 +00:00
.column.is-one-quarter, .column.is-one-quarter-tablet {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-02-08 23:18:26 +00:00
width: 25%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
2016-04-11 22:32:56 +00:00
margin-left: 75%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
2016-04-11 22:32:56 +00:00
margin-left: 66.6666%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-half, .column.is-offset-half-tablet {
2016-02-13 18:59:47 +00:00
margin-left: 50%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-one-third, .column.is-offset-one-third-tablet {
2016-02-13 18:59:47 +00:00
margin-left: 33.3333%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
2016-02-13 18:59:47 +00:00
margin-left: 25%;
}
2016-09-24 16:24:01 +00:00
.column.is-1, .column.is-1-tablet {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-02-08 23:18:26 +00:00
width: 8.33333%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-1, .column.is-offset-1-tablet {
2016-02-13 18:59:47 +00:00
margin-left: 8.33333%;
}
2016-09-24 16:24:01 +00:00
.column.is-2, .column.is-2-tablet {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-02-08 23:18:26 +00:00
width: 16.66667%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-2, .column.is-offset-2-tablet {
2016-02-13 18:59:47 +00:00
margin-left: 16.66667%;
}
2016-09-24 16:24:01 +00:00
.column.is-3, .column.is-3-tablet {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-02-08 23:18:26 +00:00
width: 25%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-3, .column.is-offset-3-tablet {
2016-02-13 18:59:47 +00:00
margin-left: 25%;
}
2016-09-24 16:24:01 +00:00
.column.is-4, .column.is-4-tablet {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-02-08 23:18:26 +00:00
width: 33.33333%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-4, .column.is-offset-4-tablet {
2016-02-13 18:59:47 +00:00
margin-left: 33.33333%;
}
2016-09-24 16:24:01 +00:00
.column.is-5, .column.is-5-tablet {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-02-08 23:18:26 +00:00
width: 41.66667%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-5, .column.is-offset-5-tablet {
2016-02-13 18:59:47 +00:00
margin-left: 41.66667%;
}
2016-09-24 16:24:01 +00:00
.column.is-6, .column.is-6-tablet {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-02-08 23:18:26 +00:00
width: 50%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-6, .column.is-offset-6-tablet {
2016-02-13 18:59:47 +00:00
margin-left: 50%;
}
2016-09-24 16:24:01 +00:00
.column.is-7, .column.is-7-tablet {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-02-08 23:18:26 +00:00
width: 58.33333%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-7, .column.is-offset-7-tablet {
2016-02-13 18:59:47 +00:00
margin-left: 58.33333%;
}
2016-09-24 16:24:01 +00:00
.column.is-8, .column.is-8-tablet {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-02-08 23:18:26 +00:00
width: 66.66667%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-8, .column.is-offset-8-tablet {
2016-02-13 18:59:47 +00:00
margin-left: 66.66667%;
}
2016-09-24 16:24:01 +00:00
.column.is-9, .column.is-9-tablet {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-02-08 23:18:26 +00:00
width: 75%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-9, .column.is-offset-9-tablet {
2016-02-13 18:59:47 +00:00
margin-left: 75%;
}
2016-09-24 16:24:01 +00:00
.column.is-10, .column.is-10-tablet {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-02-08 23:18:26 +00:00
width: 83.33333%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-10, .column.is-offset-10-tablet {
2016-02-13 18:59:47 +00:00
margin-left: 83.33333%;
}
2016-09-24 16:24:01 +00:00
.column.is-11, .column.is-11-tablet {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-02-08 23:18:26 +00:00
width: 91.66667%;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.column.is-offset-11, .column.is-offset-11-tablet {
2016-02-13 18:59:47 +00:00
margin-left: 91.66667%;
}
2016-09-24 16:24:01 +00:00
.column.is-12, .column.is-12-tablet {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-04-11 22:32:56 +00:00
width: 100%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-12, .column.is-offset-12-tablet {
2016-04-11 22:32:56 +00:00
margin-left: 100%;
}
2016-01-30 10:30:06 +00:00
}
2017-06-25 00:42:16 +00:00
@media screen and (max-width: 999px) {
.column.is-narrow-touch {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
}
.column.is-full-touch {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 100%;
}
.column.is-three-quarters-touch {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 75%;
}
.column.is-two-thirds-touch {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 66.6666%;
}
.column.is-half-touch {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 50%;
}
.column.is-one-third-touch {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 33.3333%;
}
.column.is-one-quarter-touch {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 25%;
}
.column.is-offset-three-quarters-touch {
margin-left: 75%;
}
.column.is-offset-two-thirds-touch {
margin-left: 66.6666%;
}
.column.is-offset-half-touch {
margin-left: 50%;
}
.column.is-offset-one-third-touch {
margin-left: 33.3333%;
}
.column.is-offset-one-quarter-touch {
margin-left: 25%;
}
.column.is-1-touch {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 8.33333%;
}
.column.is-offset-1-touch {
margin-left: 8.33333%;
}
.column.is-2-touch {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 16.66667%;
}
.column.is-offset-2-touch {
margin-left: 16.66667%;
}
.column.is-3-touch {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 25%;
}
.column.is-offset-3-touch {
margin-left: 25%;
}
.column.is-4-touch {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 33.33333%;
}
.column.is-offset-4-touch {
margin-left: 33.33333%;
}
.column.is-5-touch {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 41.66667%;
}
.column.is-offset-5-touch {
margin-left: 41.66667%;
}
.column.is-6-touch {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 50%;
}
.column.is-offset-6-touch {
margin-left: 50%;
}
.column.is-7-touch {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 58.33333%;
}
.column.is-offset-7-touch {
margin-left: 58.33333%;
}
.column.is-8-touch {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 66.66667%;
}
.column.is-offset-8-touch {
margin-left: 66.66667%;
}
.column.is-9-touch {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 75%;
}
.column.is-offset-9-touch {
margin-left: 75%;
}
.column.is-10-touch {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 83.33333%;
}
.column.is-offset-10-touch {
margin-left: 83.33333%;
}
.column.is-11-touch {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 91.66667%;
}
.column.is-offset-11-touch {
margin-left: 91.66667%;
}
.column.is-12-touch {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 100%;
}
.column.is-offset-12-touch {
margin-left: 100%;
}
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1000px) {
2016-09-24 16:24:01 +00:00
.column.is-narrow-desktop {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-04-16 12:39:40 +00:00
}
2016-09-24 16:24:01 +00:00
.column.is-full-desktop {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-04-11 22:32:56 +00:00
width: 100%;
}
2016-09-24 16:24:01 +00:00
.column.is-three-quarters-desktop {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-04-11 22:32:56 +00:00
width: 75%;
}
2016-09-24 16:24:01 +00:00
.column.is-two-thirds-desktop {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-04-11 22:32:56 +00:00
width: 66.6666%;
}
2016-09-24 16:24:01 +00:00
.column.is-half-desktop {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-02-08 23:18:26 +00:00
width: 50%;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.column.is-one-third-desktop {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-02-08 23:18:26 +00:00
width: 33.3333%;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.column.is-one-quarter-desktop {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-02-08 23:18:26 +00:00
width: 25%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-three-quarters-desktop {
2016-04-11 22:32:56 +00:00
margin-left: 75%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-two-thirds-desktop {
2016-04-11 22:32:56 +00:00
margin-left: 66.6666%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-half-desktop {
2016-02-13 18:59:47 +00:00
margin-left: 50%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-one-third-desktop {
2016-02-13 18:59:47 +00:00
margin-left: 33.3333%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-one-quarter-desktop {
2016-02-13 18:59:47 +00:00
margin-left: 25%;
}
2016-09-24 16:24:01 +00:00
.column.is-1-desktop {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-02-08 23:18:26 +00:00
width: 8.33333%;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.column.is-offset-1-desktop {
2016-02-13 18:59:47 +00:00
margin-left: 8.33333%;
}
2016-09-24 16:24:01 +00:00
.column.is-2-desktop {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-02-08 23:18:26 +00:00
width: 16.66667%;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.column.is-offset-2-desktop {
2016-02-13 18:59:47 +00:00
margin-left: 16.66667%;
}
2016-09-24 16:24:01 +00:00
.column.is-3-desktop {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-02-08 23:18:26 +00:00
width: 25%;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.column.is-offset-3-desktop {
2016-02-13 18:59:47 +00:00
margin-left: 25%;
}
2016-09-24 16:24:01 +00:00
.column.is-4-desktop {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-02-08 23:18:26 +00:00
width: 33.33333%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-4-desktop {
2016-02-13 18:59:47 +00:00
margin-left: 33.33333%;
}
2016-09-24 16:24:01 +00:00
.column.is-5-desktop {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-02-08 23:18:26 +00:00
width: 41.66667%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-5-desktop {
2016-02-13 18:59:47 +00:00
margin-left: 41.66667%;
}
2016-09-24 16:24:01 +00:00
.column.is-6-desktop {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-01-30 10:30:06 +00:00
width: 50%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-6-desktop {
2016-02-13 18:59:47 +00:00
margin-left: 50%;
}
2016-09-24 16:24:01 +00:00
.column.is-7-desktop {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-02-08 23:18:26 +00:00
width: 58.33333%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-7-desktop {
2016-02-13 18:59:47 +00:00
margin-left: 58.33333%;
}
2016-09-24 16:24:01 +00:00
.column.is-8-desktop {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-02-08 23:18:26 +00:00
width: 66.66667%;
}
2016-09-24 16:24:01 +00:00
.column.is-offset-8-desktop {
2016-02-13 18:59:47 +00:00
margin-left: 66.66667%;
2016-09-24 16:24:01 +00:00
}
.column.is-9-desktop {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 75%;
}
.column.is-offset-9-desktop {
margin-left: 75%;
}
.column.is-10-desktop {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 83.33333%;
}
.column.is-offset-10-desktop {
margin-left: 83.33333%;
}
.column.is-11-desktop {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 91.66667%;
}
.column.is-offset-11-desktop {
margin-left: 91.66667%;
}
.column.is-12-desktop {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 100%;
}
.column.is-offset-12-desktop {
margin-left: 100%;
}
2016-04-18 21:14:51 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1192px) {
2016-09-24 16:24:01 +00:00
.column.is-narrow-widescreen {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
}
.column.is-full-widescreen {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 100%;
}
.column.is-three-quarters-widescreen {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 75%;
}
.column.is-two-thirds-widescreen {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 66.6666%;
}
.column.is-half-widescreen {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 50%;
}
.column.is-one-third-widescreen {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 33.3333%;
}
.column.is-one-quarter-widescreen {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 25%;
}
.column.is-offset-three-quarters-widescreen {
margin-left: 75%;
}
.column.is-offset-two-thirds-widescreen {
margin-left: 66.6666%;
}
.column.is-offset-half-widescreen {
margin-left: 50%;
}
.column.is-offset-one-third-widescreen {
margin-left: 33.3333%;
}
.column.is-offset-one-quarter-widescreen {
margin-left: 25%;
}
.column.is-1-widescreen {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 8.33333%;
}
.column.is-offset-1-widescreen {
margin-left: 8.33333%;
}
.column.is-2-widescreen {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 16.66667%;
}
.column.is-offset-2-widescreen {
margin-left: 16.66667%;
}
.column.is-3-widescreen {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 25%;
}
.column.is-offset-3-widescreen {
margin-left: 25%;
}
.column.is-4-widescreen {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 33.33333%;
}
.column.is-offset-4-widescreen {
margin-left: 33.33333%;
}
.column.is-5-widescreen {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 41.66667%;
}
.column.is-offset-5-widescreen {
margin-left: 41.66667%;
}
.column.is-6-widescreen {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 50%;
}
.column.is-offset-6-widescreen {
margin-left: 50%;
}
.column.is-7-widescreen {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 58.33333%;
}
.column.is-offset-7-widescreen {
margin-left: 58.33333%;
}
.column.is-8-widescreen {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 66.66667%;
}
.column.is-offset-8-widescreen {
margin-left: 66.66667%;
}
.column.is-9-widescreen {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 75%;
}
.column.is-offset-9-widescreen {
margin-left: 75%;
}
.column.is-10-widescreen {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 83.33333%;
}
.column.is-offset-10-widescreen {
margin-left: 83.33333%;
}
.column.is-11-widescreen {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 91.66667%;
}
.column.is-offset-11-widescreen {
margin-left: 91.66667%;
}
.column.is-12-widescreen {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 100%;
}
.column.is-offset-12-widescreen {
margin-left: 100%;
}
2016-04-18 21:14:51 +00:00
}
2017-06-25 00:42:16 +00:00
@media screen and (min-width: 1384px) {
.column.is-narrow-fullhd {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
}
.column.is-full-fullhd {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 100%;
}
.column.is-three-quarters-fullhd {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 75%;
}
.column.is-two-thirds-fullhd {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 66.6666%;
}
.column.is-half-fullhd {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 50%;
}
.column.is-one-third-fullhd {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 33.3333%;
}
.column.is-one-quarter-fullhd {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 25%;
}
.column.is-offset-three-quarters-fullhd {
margin-left: 75%;
}
.column.is-offset-two-thirds-fullhd {
margin-left: 66.6666%;
}
.column.is-offset-half-fullhd {
margin-left: 50%;
}
.column.is-offset-one-third-fullhd {
margin-left: 33.3333%;
}
.column.is-offset-one-quarter-fullhd {
margin-left: 25%;
}
.column.is-1-fullhd {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 8.33333%;
}
.column.is-offset-1-fullhd {
margin-left: 8.33333%;
}
.column.is-2-fullhd {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 16.66667%;
}
.column.is-offset-2-fullhd {
margin-left: 16.66667%;
}
.column.is-3-fullhd {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 25%;
}
.column.is-offset-3-fullhd {
margin-left: 25%;
}
.column.is-4-fullhd {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 33.33333%;
}
.column.is-offset-4-fullhd {
margin-left: 33.33333%;
}
.column.is-5-fullhd {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 41.66667%;
}
.column.is-offset-5-fullhd {
margin-left: 41.66667%;
}
.column.is-6-fullhd {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 50%;
}
.column.is-offset-6-fullhd {
margin-left: 50%;
}
.column.is-7-fullhd {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 58.33333%;
}
.column.is-offset-7-fullhd {
margin-left: 58.33333%;
}
.column.is-8-fullhd {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 66.66667%;
}
.column.is-offset-8-fullhd {
margin-left: 66.66667%;
}
.column.is-9-fullhd {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 75%;
}
.column.is-offset-9-fullhd {
margin-left: 75%;
}
.column.is-10-fullhd {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 83.33333%;
}
.column.is-offset-10-fullhd {
margin-left: 83.33333%;
}
.column.is-11-fullhd {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 91.66667%;
}
.column.is-offset-11-fullhd {
margin-left: 91.66667%;
}
.column.is-12-fullhd {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 100%;
}
.column.is-offset-12-fullhd {
margin-left: 100%;
}
}
2016-09-24 16:24:01 +00:00
.columns {
margin-left: -0.75rem;
margin-right: -0.75rem;
margin-top: -0.75rem;
2016-04-18 21:14:51 +00:00
}
2016-09-24 16:24:01 +00:00
.columns:last-child {
margin-bottom: -0.75rem;
}
2016-09-24 16:24:01 +00:00
.columns:not(:last-child) {
margin-bottom: 0.75rem;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.columns.is-centered {
2017-02-26 09:02:25 +00:00
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
2016-09-24 16:24:01 +00:00
.columns.is-gapless {
margin-left: 0;
margin-right: 0;
margin-top: 0;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.columns.is-gapless:last-child {
margin-bottom: 0;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
2016-09-24 16:24:01 +00:00
.columns.is-gapless:not(:last-child) {
margin-bottom: 1.5rem;
2016-05-08 10:18:28 +00:00
}
2016-09-24 16:24:01 +00:00
.columns.is-gapless > .column {
margin: 0;
padding: 0;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (min-width: 769px), print {
2016-09-24 16:24:01 +00:00
.columns.is-grid {
2017-02-26 09:02:25 +00:00
-ms-flex-wrap: wrap;
flex-wrap: wrap;
2016-09-24 16:24:01 +00:00
}
.columns.is-grid > .column {
max-width: 33.3333%;
padding: 0.75rem;
2016-09-24 16:24:01 +00:00
width: 33.3333%;
}
.columns.is-grid > .column + .column {
margin-left: 0;
}
2016-02-27 15:47:09 +00:00
}
2016-09-24 16:24:01 +00:00
.columns.is-mobile {
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
2016-09-24 16:24:01 +00:00
.columns.is-multiline {
2017-02-26 09:02:25 +00:00
-ms-flex-wrap: wrap;
flex-wrap: wrap;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.columns.is-vcentered {
2017-02-26 09:02:25 +00:00
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (min-width: 769px), print {
2016-09-24 16:24:01 +00:00
.columns:not(.is-desktop) {
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
}
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1000px) {
2016-09-24 16:24:01 +00:00
.columns.is-desktop {
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
}
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.tile {
2017-02-26 09:02:25 +00:00
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
2016-09-24 16:24:01 +00:00
display: block;
2017-02-26 09:02:25 +00:00
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
min-height: -webkit-min-content;
min-height: -moz-min-content;
2016-09-24 16:24:01 +00:00
min-height: min-content;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
2016-09-24 16:24:01 +00:00
.tile.is-ancestor {
margin-left: -0.75rem;
margin-right: -0.75rem;
margin-top: -0.75rem;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
2016-09-24 16:24:01 +00:00
.tile.is-ancestor:last-child {
margin-bottom: -0.75rem;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.tile.is-ancestor:not(:last-child) {
margin-bottom: 0.75rem;
2016-01-30 10:30:06 +00:00
}
2016-01-24 00:03:43 +00:00
2016-09-24 16:24:01 +00:00
.tile.is-child {
margin: 0 !important;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.tile.is-parent {
padding: 0.75rem;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.tile.is-vertical {
2017-02-26 09:02:25 +00:00
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
2016-05-08 10:18:28 +00:00
}
2016-09-24 16:24:01 +00:00
.tile.is-vertical > .tile.is-child:not(:last-child) {
margin-bottom: 1.5rem !important;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (min-width: 769px), print {
2016-09-24 16:24:01 +00:00
.tile:not(.is-child) {
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-09-24 16:24:01 +00:00
display: flex;
}
.tile.is-1 {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 8.33333%;
}
.tile.is-2 {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 16.66667%;
}
.tile.is-3 {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 25%;
}
.tile.is-4 {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 33.33333%;
}
.tile.is-5 {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 41.66667%;
}
.tile.is-6 {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 50%;
}
.tile.is-7 {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 58.33333%;
}
.tile.is-8 {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 66.66667%;
}
.tile.is-9 {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 75%;
}
.tile.is-10 {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 83.33333%;
}
.tile.is-11 {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 91.66667%;
}
.tile.is-12 {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
2016-09-24 16:24:01 +00:00
width: 100%;
}
}
2016-01-29 11:04:50 +00:00
.hero-video {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
2016-01-30 10:30:06 +00:00
overflow: hidden;
}
.hero-video video {
left: 50%;
min-height: 100%;
min-width: 100%;
position: absolute;
top: 50%;
2017-02-26 09:02:25 +00:00
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
2016-01-30 10:30:06 +00:00
}
2016-04-11 22:32:56 +00:00
.hero-video.is-transparent {
opacity: 0.3;
}
2016-01-30 10:30:06 +00:00
@media screen and (max-width: 768px) {
.hero-video {
display: none;
}
}
2016-01-29 11:04:50 +00:00
.hero-buttons {
2017-01-04 17:37:52 +00:00
margin-top: 1.5rem;
2016-01-30 10:30:06 +00:00
}
@media screen and (max-width: 768px) {
2016-05-30 18:50:27 +00:00
.hero-buttons .button {
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-05-08 10:18:28 +00:00
display: flex;
2016-01-30 10:30:06 +00:00
}
2016-05-30 18:50:27 +00:00
.hero-buttons .button:not(:last-child) {
2017-01-04 17:37:52 +00:00
margin-bottom: 0.75rem;
2016-01-30 10:30:06 +00:00
}
}
2017-04-23 18:02:04 +00:00
@media screen and (min-width: 769px), print {
2016-01-30 10:30:06 +00:00
.hero-buttons {
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-01-30 10:30:06 +00:00
display: flex;
2017-02-26 09:02:25 +00:00
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
2016-01-30 10:30:06 +00:00
}
2016-05-30 18:50:27 +00:00
.hero-buttons .button:not(:last-child) {
2017-01-04 17:37:52 +00:00
margin-right: 1.5rem;
2016-01-30 10:30:06 +00:00
}
}
2016-01-24 00:03:43 +00:00
2016-05-08 10:18:28 +00:00
.hero-head,
.hero-foot {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero-body {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 0;
flex-shrink: 0;
2017-01-04 17:37:52 +00:00
padding: 3rem 1.5rem;
2016-02-27 15:47:09 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1192px) {
2016-05-08 10:18:28 +00:00
.hero-body {
padding-left: 0;
padding-right: 0;
}
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero {
2017-02-26 09:02:25 +00:00
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
2016-09-18 18:12:19 +00:00
background-color: white;
2017-02-26 09:02:25 +00:00
display: -webkit-box;
display: -ms-flexbox;
2016-05-08 10:18:28 +00:00
display: flex;
2017-02-26 09:02:25 +00:00
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero .nav {
background: none;
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 1px 0 rgba(219, 219, 219, 0.3);
box-shadow: 0 1px 0 rgba(219, 219, 219, 0.3);
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero .tabs ul {
border-bottom: none;
2016-02-13 18:59:47 +00:00
}
2016-05-05 23:25:14 +00:00
.hero.is-white {
2016-09-18 18:12:19 +00:00
background-color: white;
2016-09-24 16:24:01 +00:00
color: #0a0a0a;
2016-05-05 23:25:14 +00:00
}
2017-04-23 18:02:04 +00:00
.hero.is-white a:not(.button),
2017-01-04 17:37:52 +00:00
.hero.is-white strong {
color: inherit;
2016-05-05 23:25:14 +00:00
}
2017-01-04 17:37:52 +00:00
.hero.is-white .title {
color: #0a0a0a;
2016-05-05 23:25:14 +00:00
}
.hero.is-white .subtitle {
2016-09-24 16:24:01 +00:00
color: rgba(10, 10, 10, 0.9);
2016-05-05 23:25:14 +00:00
}
2017-04-23 18:02:04 +00:00
.hero.is-white .subtitle a:not(.button),
2016-05-05 23:25:14 +00:00
.hero.is-white .subtitle strong {
2016-09-24 16:24:01 +00:00
color: #0a0a0a;
2016-05-05 23:25:14 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-white .nav {
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 1px 0 rgba(10, 10, 10, 0.2);
box-shadow: 0 1px 0 rgba(10, 10, 10, 0.2);
2016-05-05 23:25:14 +00:00
}
2016-05-08 10:18:28 +00:00
@media screen and (max-width: 768px) {
.hero.is-white .nav-menu {
2016-09-18 18:12:19 +00:00
background-color: white;
2016-05-08 10:18:28 +00:00
}
}
.hero.is-white a.nav-item,
.hero.is-white .nav-item a:not(.button) {
2016-09-24 16:24:01 +00:00
color: rgba(10, 10, 10, 0.7);
2016-05-05 23:25:14 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-white a.nav-item:hover, .hero.is-white a.nav-item.is-active,
.hero.is-white .nav-item a:not(.button):hover,
.hero.is-white .nav-item a:not(.button).is-active {
2016-09-24 16:24:01 +00:00
color: #0a0a0a;
2016-05-05 23:25:14 +00:00
}
.hero.is-white .tabs a {
2016-09-24 16:24:01 +00:00
color: #0a0a0a;
2016-09-22 19:30:09 +00:00
opacity: 0.9;
2016-05-05 23:25:14 +00:00
}
.hero.is-white .tabs a:hover {
opacity: 1;
}
.hero.is-white .tabs li.is-active a {
opacity: 1;
}
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
2016-09-24 16:24:01 +00:00
color: #0a0a0a;
2016-05-05 23:25:14 +00:00
}
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
2016-09-24 16:24:01 +00:00
background-color: rgba(10, 10, 10, 0.1);
2016-05-05 23:25:14 +00:00
}
.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
2016-09-24 16:24:01 +00:00
background-color: #0a0a0a;
border-color: #0a0a0a;
2016-09-18 18:12:19 +00:00
color: white;
2016-05-05 23:25:14 +00:00
}
.hero.is-white.is-bold {
2016-09-18 18:12:19 +00:00
background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
2016-05-05 23:25:14 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (max-width: 768px) {
.hero.is-white.is-bold .nav-menu {
background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
}
}
2016-05-05 23:25:14 +00:00
@media screen and (max-width: 768px) {
2016-05-08 10:18:28 +00:00
.hero.is-white .nav-toggle span {
2016-09-24 16:24:01 +00:00
background-color: #0a0a0a;
2016-05-05 23:25:14 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-white .nav-toggle:hover {
2016-09-24 16:24:01 +00:00
background-color: rgba(10, 10, 10, 0.1);
2016-05-05 23:25:14 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-white .nav-toggle.is-active span {
2016-09-24 16:24:01 +00:00
background-color: #0a0a0a;
2016-05-05 23:25:14 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-white .nav-menu .nav-item {
2016-09-24 16:24:01 +00:00
border-top-color: rgba(10, 10, 10, 0.2);
2016-05-05 23:25:14 +00:00
}
}
.hero.is-black {
2016-09-24 16:24:01 +00:00
background-color: #0a0a0a;
2016-09-18 18:12:19 +00:00
color: white;
2016-05-05 23:25:14 +00:00
}
2017-04-23 18:02:04 +00:00
.hero.is-black a:not(.button),
2017-01-04 17:37:52 +00:00
.hero.is-black strong {
color: inherit;
2016-05-05 23:25:14 +00:00
}
2017-01-04 17:37:52 +00:00
.hero.is-black .title {
color: white;
2016-05-05 23:25:14 +00:00
}
.hero.is-black .subtitle {
2016-09-22 19:30:09 +00:00
color: rgba(255, 255, 255, 0.9);
2016-05-05 23:25:14 +00:00
}
2017-04-23 18:02:04 +00:00
.hero.is-black .subtitle a:not(.button),
2016-05-05 23:25:14 +00:00
.hero.is-black .subtitle strong {
2016-09-18 18:12:19 +00:00
color: white;
2016-05-05 23:25:14 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-black .nav {
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
2016-05-05 23:25:14 +00:00
}
2016-05-08 10:18:28 +00:00
@media screen and (max-width: 768px) {
.hero.is-black .nav-menu {
2016-09-24 16:24:01 +00:00
background-color: #0a0a0a;
2016-05-08 10:18:28 +00:00
}
}
.hero.is-black a.nav-item,
.hero.is-black .nav-item a:not(.button) {
2016-09-22 19:30:09 +00:00
color: rgba(255, 255, 255, 0.7);
2016-05-05 23:25:14 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-black a.nav-item:hover, .hero.is-black a.nav-item.is-active,
.hero.is-black .nav-item a:not(.button):hover,
.hero.is-black .nav-item a:not(.button).is-active {
2016-09-18 18:12:19 +00:00
color: white;
2016-05-05 23:25:14 +00:00
}
.hero.is-black .tabs a {
2016-09-18 18:12:19 +00:00
color: white;
2016-09-22 19:30:09 +00:00
opacity: 0.9;
2016-05-05 23:25:14 +00:00
}
.hero.is-black .tabs a:hover {
opacity: 1;
}
.hero.is-black .tabs li.is-active a {
opacity: 1;
}
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
2016-09-18 18:12:19 +00:00
color: white;
2016-05-05 23:25:14 +00:00
}
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
2016-09-24 16:24:01 +00:00
background-color: rgba(10, 10, 10, 0.1);
2016-05-05 23:25:14 +00:00
}
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
2016-09-18 18:12:19 +00:00
background-color: white;
border-color: white;
2016-09-24 16:24:01 +00:00
color: #0a0a0a;
2016-05-05 23:25:14 +00:00
}
.hero.is-black.is-bold {
2016-09-24 16:24:01 +00:00
background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
2016-05-05 23:25:14 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (max-width: 768px) {
.hero.is-black.is-bold .nav-menu {
background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}
}
2016-05-05 23:25:14 +00:00
@media screen and (max-width: 768px) {
2016-05-08 10:18:28 +00:00
.hero.is-black .nav-toggle span {
2016-09-18 18:12:19 +00:00
background-color: white;
2016-05-05 23:25:14 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-black .nav-toggle:hover {
2016-09-24 16:24:01 +00:00
background-color: rgba(10, 10, 10, 0.1);
2016-05-05 23:25:14 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-black .nav-toggle.is-active span {
2016-09-18 18:12:19 +00:00
background-color: white;
2016-05-05 23:25:14 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-black .nav-menu .nav-item {
2016-05-05 23:25:14 +00:00
border-top-color: rgba(255, 255, 255, 0.2);
}
}
.hero.is-light {
2016-09-18 18:12:19 +00:00
background-color: whitesmoke;
2016-09-24 16:24:01 +00:00
color: #363636;
2016-05-05 23:25:14 +00:00
}
2017-04-23 18:02:04 +00:00
.hero.is-light a:not(.button),
2017-01-04 17:37:52 +00:00
.hero.is-light strong {
color: inherit;
2016-05-05 23:25:14 +00:00
}
2017-01-04 17:37:52 +00:00
.hero.is-light .title {
color: #363636;
2016-05-05 23:25:14 +00:00
}
.hero.is-light .subtitle {
2016-09-24 16:24:01 +00:00
color: rgba(54, 54, 54, 0.9);
2016-05-05 23:25:14 +00:00
}
2017-04-23 18:02:04 +00:00
.hero.is-light .subtitle a:not(.button),
2016-05-05 23:25:14 +00:00
.hero.is-light .subtitle strong {
2016-09-24 16:24:01 +00:00
color: #363636;
2016-05-05 23:25:14 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-light .nav {
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 1px 0 rgba(54, 54, 54, 0.2);
box-shadow: 0 1px 0 rgba(54, 54, 54, 0.2);
2016-05-05 23:25:14 +00:00
}
2016-05-08 10:18:28 +00:00
@media screen and (max-width: 768px) {
.hero.is-light .nav-menu {
2016-09-18 18:12:19 +00:00
background-color: whitesmoke;
2016-05-08 10:18:28 +00:00
}
}
.hero.is-light a.nav-item,
.hero.is-light .nav-item a:not(.button) {
2016-09-24 16:24:01 +00:00
color: rgba(54, 54, 54, 0.7);
2016-05-05 23:25:14 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-light a.nav-item:hover, .hero.is-light a.nav-item.is-active,
.hero.is-light .nav-item a:not(.button):hover,
.hero.is-light .nav-item a:not(.button).is-active {
2016-09-24 16:24:01 +00:00
color: #363636;
2016-05-05 23:25:14 +00:00
}
.hero.is-light .tabs a {
2016-09-24 16:24:01 +00:00
color: #363636;
2016-09-22 19:30:09 +00:00
opacity: 0.9;
2016-05-05 23:25:14 +00:00
}
.hero.is-light .tabs a:hover {
opacity: 1;
}
.hero.is-light .tabs li.is-active a {
opacity: 1;
}
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
2016-09-24 16:24:01 +00:00
color: #363636;
2016-05-05 23:25:14 +00:00
}
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
2016-09-24 16:24:01 +00:00
background-color: rgba(10, 10, 10, 0.1);
2016-05-05 23:25:14 +00:00
}
.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
2016-09-24 16:24:01 +00:00
background-color: #363636;
border-color: #363636;
2016-09-18 18:12:19 +00:00
color: whitesmoke;
2016-05-05 23:25:14 +00:00
}
.hero.is-light.is-bold {
2017-06-25 00:42:16 +00:00
background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
2016-05-05 23:25:14 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (max-width: 768px) {
.hero.is-light.is-bold .nav-menu {
2017-06-25 00:42:16 +00:00
background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
2017-04-23 18:02:04 +00:00
}
}
2016-05-05 23:25:14 +00:00
@media screen and (max-width: 768px) {
2016-05-08 10:18:28 +00:00
.hero.is-light .nav-toggle span {
2016-09-24 16:24:01 +00:00
background-color: #363636;
2016-05-05 23:25:14 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-light .nav-toggle:hover {
2016-09-24 16:24:01 +00:00
background-color: rgba(10, 10, 10, 0.1);
2016-05-05 23:25:14 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-light .nav-toggle.is-active span {
2016-09-24 16:24:01 +00:00
background-color: #363636;
2016-05-05 23:25:14 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-light .nav-menu .nav-item {
2016-09-24 16:24:01 +00:00
border-top-color: rgba(54, 54, 54, 0.2);
2016-05-05 23:25:14 +00:00
}
}
2016-01-30 11:53:41 +00:00
.hero.is-dark {
2016-09-24 16:24:01 +00:00
background-color: #363636;
2016-09-18 18:12:19 +00:00
color: whitesmoke;
2016-01-30 11:53:41 +00:00
}
2017-04-23 18:02:04 +00:00
.hero.is-dark a:not(.button),
2017-01-04 17:37:52 +00:00
.hero.is-dark strong {
color: inherit;
2016-01-30 11:53:41 +00:00
}
2017-01-04 17:37:52 +00:00
.hero.is-dark .title {
color: whitesmoke;
2016-01-30 11:53:41 +00:00
}
.hero.is-dark .subtitle {
2016-09-22 19:30:09 +00:00
color: rgba(245, 245, 245, 0.9);
2016-01-30 11:53:41 +00:00
}
2017-04-23 18:02:04 +00:00
.hero.is-dark .subtitle a:not(.button),
2016-01-30 11:53:41 +00:00
.hero.is-dark .subtitle strong {
2016-09-18 18:12:19 +00:00
color: whitesmoke;
2016-01-30 11:53:41 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-dark .nav {
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 1px 0 rgba(245, 245, 245, 0.2);
box-shadow: 0 1px 0 rgba(245, 245, 245, 0.2);
2016-01-30 11:53:41 +00:00
}
2016-05-08 10:18:28 +00:00
@media screen and (max-width: 768px) {
.hero.is-dark .nav-menu {
2016-09-24 16:24:01 +00:00
background-color: #363636;
2016-05-08 10:18:28 +00:00
}
}
.hero.is-dark a.nav-item,
.hero.is-dark .nav-item a:not(.button) {
2016-09-22 19:30:09 +00:00
color: rgba(245, 245, 245, 0.7);
2016-01-30 11:53:41 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-dark a.nav-item:hover, .hero.is-dark a.nav-item.is-active,
.hero.is-dark .nav-item a:not(.button):hover,
.hero.is-dark .nav-item a:not(.button).is-active {
2016-09-18 18:12:19 +00:00
color: whitesmoke;
2016-01-30 11:53:41 +00:00
}
.hero.is-dark .tabs a {
2016-09-18 18:12:19 +00:00
color: whitesmoke;
2016-09-22 19:30:09 +00:00
opacity: 0.9;
2016-01-30 11:53:41 +00:00
}
.hero.is-dark .tabs a:hover {
opacity: 1;
}
.hero.is-dark .tabs li.is-active a {
opacity: 1;
}
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
2016-09-18 18:12:19 +00:00
color: whitesmoke;
2016-01-30 11:53:41 +00:00
}
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
2016-09-24 16:24:01 +00:00
background-color: rgba(10, 10, 10, 0.1);
2016-01-30 11:53:41 +00:00
}
.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
2016-09-18 18:12:19 +00:00
background-color: whitesmoke;
border-color: whitesmoke;
2016-09-24 16:24:01 +00:00
color: #363636;
2016-01-30 11:53:41 +00:00
}
.hero.is-dark.is-bold {
2017-06-25 00:42:16 +00:00
background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
2016-01-30 11:53:41 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (max-width: 768px) {
.hero.is-dark.is-bold .nav-menu {
2017-06-25 00:42:16 +00:00
background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
2017-04-23 18:02:04 +00:00
}
}
2016-01-30 11:53:41 +00:00
@media screen and (max-width: 768px) {
2016-05-08 10:18:28 +00:00
.hero.is-dark .nav-toggle span {
2016-09-18 18:12:19 +00:00
background-color: whitesmoke;
2016-01-30 11:53:41 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-dark .nav-toggle:hover {
2016-09-24 16:24:01 +00:00
background-color: rgba(10, 10, 10, 0.1);
2016-01-30 11:53:41 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-dark .nav-toggle.is-active span {
2016-09-18 18:12:19 +00:00
background-color: whitesmoke;
2016-01-30 11:53:41 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-dark .nav-menu .nav-item {
2016-09-18 18:12:19 +00:00
border-top-color: rgba(245, 245, 245, 0.2);
2016-01-30 11:53:41 +00:00
}
}
2016-01-30 10:30:06 +00:00
.hero.is-primary {
2016-09-25 16:44:01 +00:00
background-color: #00d1b2;
color: #fff;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.hero.is-primary a:not(.button),
2017-01-04 17:37:52 +00:00
.hero.is-primary strong {
color: inherit;
2016-01-30 10:30:06 +00:00
}
2017-01-04 17:37:52 +00:00
.hero.is-primary .title {
color: #fff;
2016-01-30 10:30:06 +00:00
}
.hero.is-primary .subtitle {
2016-09-22 19:30:09 +00:00
color: rgba(255, 255, 255, 0.9);
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.hero.is-primary .subtitle a:not(.button),
2016-01-30 10:30:06 +00:00
.hero.is-primary .subtitle strong {
color: #fff;
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-primary .nav {
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
@media screen and (max-width: 768px) {
.hero.is-primary .nav-menu {
2016-09-25 16:44:01 +00:00
background-color: #00d1b2;
2016-05-08 10:18:28 +00:00
}
}
.hero.is-primary a.nav-item,
.hero.is-primary .nav-item a:not(.button) {
2016-09-22 19:30:09 +00:00
color: rgba(255, 255, 255, 0.7);
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-primary a.nav-item:hover, .hero.is-primary a.nav-item.is-active,
.hero.is-primary .nav-item a:not(.button):hover,
.hero.is-primary .nav-item a:not(.button).is-active {
color: #fff;
2016-01-30 10:30:06 +00:00
}
.hero.is-primary .tabs a {
color: #fff;
2016-09-22 19:30:09 +00:00
opacity: 0.9;
2016-01-30 10:30:06 +00:00
}
.hero.is-primary .tabs a:hover {
opacity: 1;
}
.hero.is-primary .tabs li.is-active a {
opacity: 1;
}
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
color: #fff;
2016-01-30 10:30:06 +00:00
}
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
2016-09-24 16:24:01 +00:00
background-color: rgba(10, 10, 10, 0.1);
2016-01-30 10:30:06 +00:00
}
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
background-color: #fff;
border-color: #fff;
2016-09-25 16:44:01 +00:00
color: #00d1b2;
2016-01-30 10:30:06 +00:00
}
.hero.is-primary.is-bold {
2016-09-25 16:44:01 +00:00
background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (max-width: 768px) {
.hero.is-primary.is-bold .nav-menu {
background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
}
}
2016-01-30 10:30:06 +00:00
@media screen and (max-width: 768px) {
2016-05-08 10:18:28 +00:00
.hero.is-primary .nav-toggle span {
background-color: #fff;
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-primary .nav-toggle:hover {
2016-09-24 16:24:01 +00:00
background-color: rgba(10, 10, 10, 0.1);
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-primary .nav-toggle.is-active span {
background-color: #fff;
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-primary .nav-menu .nav-item {
2016-01-30 10:30:06 +00:00
border-top-color: rgba(255, 255, 255, 0.2);
}
}
.hero.is-info {
2016-09-25 16:44:01 +00:00
background-color: #3273dc;
color: #fff;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.hero.is-info a:not(.button),
2017-01-04 17:37:52 +00:00
.hero.is-info strong {
color: inherit;
2016-01-30 10:30:06 +00:00
}
2017-01-04 17:37:52 +00:00
.hero.is-info .title {
color: #fff;
2016-01-30 10:30:06 +00:00
}
.hero.is-info .subtitle {
2016-09-22 19:30:09 +00:00
color: rgba(255, 255, 255, 0.9);
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.hero.is-info .subtitle a:not(.button),
2016-01-30 10:30:06 +00:00
.hero.is-info .subtitle strong {
color: #fff;
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-info .nav {
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
@media screen and (max-width: 768px) {
.hero.is-info .nav-menu {
2016-09-25 16:44:01 +00:00
background-color: #3273dc;
2016-05-08 10:18:28 +00:00
}
}
.hero.is-info a.nav-item,
.hero.is-info .nav-item a:not(.button) {
2016-09-22 19:30:09 +00:00
color: rgba(255, 255, 255, 0.7);
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-info a.nav-item:hover, .hero.is-info a.nav-item.is-active,
.hero.is-info .nav-item a:not(.button):hover,
.hero.is-info .nav-item a:not(.button).is-active {
color: #fff;
2016-01-30 10:30:06 +00:00
}
.hero.is-info .tabs a {
color: #fff;
2016-09-22 19:30:09 +00:00
opacity: 0.9;
2016-01-30 10:30:06 +00:00
}
.hero.is-info .tabs a:hover {
opacity: 1;
}
.hero.is-info .tabs li.is-active a {
opacity: 1;
}
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
color: #fff;
2016-01-30 10:30:06 +00:00
}
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
2016-09-24 16:24:01 +00:00
background-color: rgba(10, 10, 10, 0.1);
2016-01-30 10:30:06 +00:00
}
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
background-color: #fff;
border-color: #fff;
2016-09-25 16:44:01 +00:00
color: #3273dc;
2016-01-30 10:30:06 +00:00
}
.hero.is-info.is-bold {
2016-09-25 16:44:01 +00:00
background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (max-width: 768px) {
.hero.is-info.is-bold .nav-menu {
background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
}
}
2016-01-30 10:30:06 +00:00
@media screen and (max-width: 768px) {
2016-05-08 10:18:28 +00:00
.hero.is-info .nav-toggle span {
background-color: #fff;
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-info .nav-toggle:hover {
2016-09-24 16:24:01 +00:00
background-color: rgba(10, 10, 10, 0.1);
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-info .nav-toggle.is-active span {
background-color: #fff;
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-info .nav-menu .nav-item {
2016-01-30 10:30:06 +00:00
border-top-color: rgba(255, 255, 255, 0.2);
}
}
.hero.is-success {
2016-09-25 16:44:01 +00:00
background-color: #23d160;
color: #fff;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.hero.is-success a:not(.button),
2017-01-04 17:37:52 +00:00
.hero.is-success strong {
color: inherit;
2016-01-30 10:30:06 +00:00
}
2017-01-04 17:37:52 +00:00
.hero.is-success .title {
color: #fff;
2016-01-30 10:30:06 +00:00
}
.hero.is-success .subtitle {
2016-09-22 19:30:09 +00:00
color: rgba(255, 255, 255, 0.9);
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.hero.is-success .subtitle a:not(.button),
2016-01-30 10:30:06 +00:00
.hero.is-success .subtitle strong {
color: #fff;
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-success .nav {
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
@media screen and (max-width: 768px) {
.hero.is-success .nav-menu {
2016-09-25 16:44:01 +00:00
background-color: #23d160;
2016-05-08 10:18:28 +00:00
}
}
.hero.is-success a.nav-item,
.hero.is-success .nav-item a:not(.button) {
2016-09-22 19:30:09 +00:00
color: rgba(255, 255, 255, 0.7);
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-success a.nav-item:hover, .hero.is-success a.nav-item.is-active,
.hero.is-success .nav-item a:not(.button):hover,
.hero.is-success .nav-item a:not(.button).is-active {
color: #fff;
2016-01-30 10:30:06 +00:00
}
.hero.is-success .tabs a {
color: #fff;
2016-09-22 19:30:09 +00:00
opacity: 0.9;
2016-01-30 10:30:06 +00:00
}
.hero.is-success .tabs a:hover {
opacity: 1;
}
.hero.is-success .tabs li.is-active a {
opacity: 1;
}
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
color: #fff;
2016-01-30 10:30:06 +00:00
}
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
2016-09-24 16:24:01 +00:00
background-color: rgba(10, 10, 10, 0.1);
2016-01-30 10:30:06 +00:00
}
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
background-color: #fff;
border-color: #fff;
2016-09-25 16:44:01 +00:00
color: #23d160;
2016-01-30 10:30:06 +00:00
}
.hero.is-success.is-bold {
2016-09-25 16:44:01 +00:00
background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (max-width: 768px) {
.hero.is-success.is-bold .nav-menu {
background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
}
}
2016-01-30 10:30:06 +00:00
@media screen and (max-width: 768px) {
2016-05-08 10:18:28 +00:00
.hero.is-success .nav-toggle span {
background-color: #fff;
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-success .nav-toggle:hover {
2016-09-24 16:24:01 +00:00
background-color: rgba(10, 10, 10, 0.1);
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-success .nav-toggle.is-active span {
background-color: #fff;
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-success .nav-menu .nav-item {
2016-01-30 10:30:06 +00:00
border-top-color: rgba(255, 255, 255, 0.2);
}
}
.hero.is-warning {
2016-09-25 16:44:01 +00:00
background-color: #ffdd57;
2016-09-24 16:24:01 +00:00
color: rgba(0, 0, 0, 0.7);
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.hero.is-warning a:not(.button),
2017-01-04 17:37:52 +00:00
.hero.is-warning strong {
color: inherit;
2016-01-30 10:30:06 +00:00
}
2017-01-04 17:37:52 +00:00
.hero.is-warning .title {
color: rgba(0, 0, 0, 0.7);
2016-01-30 10:30:06 +00:00
}
.hero.is-warning .subtitle {
2016-09-24 16:24:01 +00:00
color: rgba(0, 0, 0, 0.9);
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.hero.is-warning .subtitle a:not(.button),
2016-01-30 10:30:06 +00:00
.hero.is-warning .subtitle strong {
2016-09-24 16:24:01 +00:00
color: rgba(0, 0, 0, 0.7);
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-warning .nav {
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
@media screen and (max-width: 768px) {
.hero.is-warning .nav-menu {
2016-09-25 16:44:01 +00:00
background-color: #ffdd57;
2016-05-08 10:18:28 +00:00
}
}
.hero.is-warning a.nav-item,
.hero.is-warning .nav-item a:not(.button) {
2016-09-24 16:24:01 +00:00
color: rgba(0, 0, 0, 0.7);
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-warning a.nav-item:hover, .hero.is-warning a.nav-item.is-active,
.hero.is-warning .nav-item a:not(.button):hover,
.hero.is-warning .nav-item a:not(.button).is-active {
2016-09-24 16:24:01 +00:00
color: rgba(0, 0, 0, 0.7);
2016-01-30 10:30:06 +00:00
}
.hero.is-warning .tabs a {
2016-09-24 16:24:01 +00:00
color: rgba(0, 0, 0, 0.7);
2016-09-22 19:30:09 +00:00
opacity: 0.9;
2016-01-30 10:30:06 +00:00
}
.hero.is-warning .tabs a:hover {
opacity: 1;
}
.hero.is-warning .tabs li.is-active a {
opacity: 1;
}
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
2016-09-24 16:24:01 +00:00
color: rgba(0, 0, 0, 0.7);
2016-01-30 10:30:06 +00:00
}
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
2016-09-24 16:24:01 +00:00
background-color: rgba(10, 10, 10, 0.1);
2016-01-30 10:30:06 +00:00
}
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
2016-09-24 16:24:01 +00:00
background-color: rgba(0, 0, 0, 0.7);
border-color: rgba(0, 0, 0, 0.7);
2016-09-25 16:44:01 +00:00
color: #ffdd57;
2016-01-30 10:30:06 +00:00
}
.hero.is-warning.is-bold {
2016-09-25 16:44:01 +00:00
background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (max-width: 768px) {
.hero.is-warning.is-bold .nav-menu {
background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
}
}
2016-01-30 10:30:06 +00:00
@media screen and (max-width: 768px) {
2016-05-08 10:18:28 +00:00
.hero.is-warning .nav-toggle span {
2016-09-24 16:24:01 +00:00
background-color: rgba(0, 0, 0, 0.7);
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-warning .nav-toggle:hover {
2016-09-24 16:24:01 +00:00
background-color: rgba(10, 10, 10, 0.1);
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-warning .nav-toggle.is-active span {
2016-09-24 16:24:01 +00:00
background-color: rgba(0, 0, 0, 0.7);
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-warning .nav-menu .nav-item {
2016-09-24 16:24:01 +00:00
border-top-color: rgba(0, 0, 0, 0.2);
2016-01-30 10:30:06 +00:00
}
}
.hero.is-danger {
2016-09-25 16:44:01 +00:00
background-color: #ff3860;
color: #fff;
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.hero.is-danger a:not(.button),
2017-01-04 17:37:52 +00:00
.hero.is-danger strong {
color: inherit;
2016-01-30 10:30:06 +00:00
}
2017-01-04 17:37:52 +00:00
.hero.is-danger .title {
color: #fff;
2016-01-30 10:30:06 +00:00
}
.hero.is-danger .subtitle {
2016-09-22 19:30:09 +00:00
color: rgba(255, 255, 255, 0.9);
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
.hero.is-danger .subtitle a:not(.button),
2016-01-30 10:30:06 +00:00
.hero.is-danger .subtitle strong {
color: #fff;
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-danger .nav {
2017-06-25 00:42:16 +00:00
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
@media screen and (max-width: 768px) {
.hero.is-danger .nav-menu {
2016-09-25 16:44:01 +00:00
background-color: #ff3860;
2016-05-08 10:18:28 +00:00
}
}
.hero.is-danger a.nav-item,
.hero.is-danger .nav-item a:not(.button) {
2016-09-22 19:30:09 +00:00
color: rgba(255, 255, 255, 0.7);
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-danger a.nav-item:hover, .hero.is-danger a.nav-item.is-active,
.hero.is-danger .nav-item a:not(.button):hover,
.hero.is-danger .nav-item a:not(.button).is-active {
color: #fff;
2016-01-30 10:30:06 +00:00
}
.hero.is-danger .tabs a {
color: #fff;
2016-09-22 19:30:09 +00:00
opacity: 0.9;
2016-01-30 10:30:06 +00:00
}
.hero.is-danger .tabs a:hover {
opacity: 1;
}
.hero.is-danger .tabs li.is-active a {
opacity: 1;
}
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
color: #fff;
2016-01-30 10:30:06 +00:00
}
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
2016-09-24 16:24:01 +00:00
background-color: rgba(10, 10, 10, 0.1);
2016-01-30 10:30:06 +00:00
}
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
background-color: #fff;
border-color: #fff;
2016-09-25 16:44:01 +00:00
color: #ff3860;
2016-01-30 10:30:06 +00:00
}
.hero.is-danger.is-bold {
2016-09-25 16:44:01 +00:00
background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
2016-01-30 10:30:06 +00:00
}
2017-04-23 18:02:04 +00:00
@media screen and (max-width: 768px) {
.hero.is-danger.is-bold .nav-menu {
background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
}
}
2016-01-30 10:30:06 +00:00
@media screen and (max-width: 768px) {
2016-05-08 10:18:28 +00:00
.hero.is-danger .nav-toggle span {
background-color: #fff;
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-danger .nav-toggle:hover {
2016-09-24 16:24:01 +00:00
background-color: rgba(10, 10, 10, 0.1);
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-danger .nav-toggle.is-active span {
background-color: #fff;
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-danger .nav-menu .nav-item {
2016-01-30 10:30:06 +00:00
border-top-color: rgba(255, 255, 255, 0.2);
}
}
2017-04-23 18:02:04 +00:00
@media screen and (min-width: 769px), print {
2016-05-08 10:18:28 +00:00
.hero.is-medium .hero-body {
2017-01-04 17:37:52 +00:00
padding-bottom: 9rem;
padding-top: 9rem;
2016-01-30 10:30:06 +00:00
}
}
2017-04-23 18:02:04 +00:00
@media screen and (min-width: 769px), print {
2016-05-08 10:18:28 +00:00
.hero.is-large .hero-body {
2017-01-04 17:37:52 +00:00
padding-bottom: 18rem;
padding-top: 18rem;
2016-01-30 10:30:06 +00:00
}
}
2017-06-25 00:42:16 +00:00
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body {
2017-02-26 09:02:25 +00:00
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
2016-01-30 10:30:06 +00:00
display: flex;
}
2017-06-25 00:42:16 +00:00
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container {
2017-02-26 09:02:25 +00:00
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
2016-01-30 10:30:06 +00:00
}
2017-06-25 00:42:16 +00:00
.hero.is-halfheight {
min-height: 50vh;
}
.hero.is-fullheight {
min-height: 100vh;
}
2016-01-24 00:03:43 +00:00
.section {
2016-09-18 18:12:19 +00:00
background-color: white;
2017-01-04 17:37:52 +00:00
padding: 3rem 1.5rem;
2016-01-30 10:30:06 +00:00
}
2017-01-04 17:37:52 +00:00
@media screen and (min-width: 1000px) {
2016-01-30 10:30:06 +00:00
.section.is-medium {
2017-01-04 17:37:52 +00:00
padding: 9rem 1.5rem;
2016-01-30 10:30:06 +00:00
}
.section.is-large {
2017-01-04 17:37:52 +00:00
padding: 18rem 1.5rem;
2016-01-30 10:30:06 +00:00
}
}
2016-01-24 00:03:43 +00:00
.footer {
2016-09-18 18:12:19 +00:00
background-color: whitesmoke;
2017-01-04 17:37:52 +00:00
padding: 3rem 1.5rem 6rem;
2016-01-30 10:30:06 +00:00
}
2017-06-27 21:57:13 +00:00
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL2J1bG1hLnNhc3MiLCIuLi9zYXNzL3V0aWxpdGllcy9hbmltYXRpb25zLnNhc3MiLCJidWxtYS5jc3MiLCIuLi9zYXNzL2Jhc2UvbWluaXJlc2V0LnNhc3MiLCIuLi9zYXNzL2Jhc2UvZ2VuZXJpYy5zYXNzIiwiLi4vc2Fzcy91dGlsaXRpZXMvaW5pdGlhbC12YXJpYWJsZXMuc2FzcyIsIi4uL3Nhc3MvdXRpbGl0aWVzL21peGlucy5zYXNzIiwiLi4vc2Fzcy9iYXNlL2hlbHBlcnMuc2FzcyIsIi4uL3Nhc3MvZWxlbWVudHMvYm94LnNhc3MiLCIuLi9zYXNzL2VsZW1lbnRzL2J1dHRvbi5zYXNzIiwiLi4vc2Fzcy91dGlsaXRpZXMvY29udHJvbHMuc2FzcyIsIi4uL3Nhc3MvdXRpbGl0aWVzL2Z1bmN0aW9ucy5zYXNzIiwiLi4vc2Fzcy9lbGVtZW50cy9jb250ZW50LnNhc3MiLCIuLi9zYXNzL2VsZW1lbnRzL2Zvcm0uc2FzcyIsIi4uL3Nhc3MvZWxlbWVudHMvaWNvbi5zYXNzIiwiLi4vc2Fzcy9lbGVtZW50cy9pbWFnZS5zYXNzIiwiLi4vc2Fzcy9lbGVtZW50cy9ub3RpZmljYXRpb24uc2FzcyIsIi4uL3Nhc3MvZWxlbWVudHMvcHJvZ3Jlc3Muc2FzcyIsIi4uL3Nhc3MvZWxlbWVudHMvdGFibGUuc2FzcyIsIi4uL3Nhc3MvZWxlbWVudHMvdGFnLnNhc3MiLCIuLi9zYXNzL2VsZW1lbnRzL3RpdGxlLnNhc3MiLCIuLi9zYXNzL2VsZW1lbnRzL290aGVyLnNhc3MiLCIuLi9zYXNzL2NvbXBvbmVudHMvYnJlYWRjcnVtYi5zYXNzIiwiLi4vc2Fzcy9jb21wb25lbnRzL2NhcmQuc2FzcyIsIi4uL3Nhc3MvY29tcG9uZW50cy9sZXZlbC5zYXNzIiwiLi4vc2Fzcy9jb21wb25lbnRzL21lZGlhLnNhc3MiLCIuLi9zYXNzL2NvbXBvbmVudHMvbWVudS5zYXNzIiwiLi4vc2Fzcy9jb21wb25lbnRzL21lc3NhZ2Uuc2FzcyIsIi4uL3Nhc3MvY29tcG9uZW50cy9tb2RhbC5zYXNzIiwiLi4vc2Fzcy9jb21wb25lbnRzL25hdi5zYXNzIiwiLi4vc2Fzcy9jb21wb25lbnRzL3BhZ2luYXRpb24uc2FzcyIsIi4uL3Nhc3MvY29tcG9uZW50cy9wYW5lbC5zYXNzIiwiLi4vc2Fzcy9jb21wb25lbnRzL3RhYnMuc2FzcyIsIi4uL3Nhc3MvZ3JpZC9jb2x1bW5zLnNhc3MiLCIuLi9zYXNzL2dyaWQvdGlsZXMuc2FzcyIsIi4uL3Nhc3MvbGF5b3V0L2hlcm8uc2FzcyIsIi4uL3Nhc3MvbGF5b3V0L3NlY3Rpb24uc2FzcyIsIi4uL3Nhc3MvbGF5b3V0L2Zvb3Rlci5zYXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDhEQUE4RDtBQ0E5RDtFQUNFO0lBQ0UsZ0NBQXVCO1lBQXZCLHdCQUF1QjtHQ0V4QjtFREREO0lBQ0Usa0NBQXlCO1lBQXpCLDBCQUF5QjtHQ0cxQjtDQUNGO0FEUkQ7RUFDRTtJQUNFLGdDQUF1QjtZQUF2Qix3QkFBdUI7R0NFeEI7RURERDtJQUNFLGtDQUF5QjtZQUF6QiwwQkFBeUI7R0NHMUI7Q0FDRjs7QUNSRCwyRUFBMkU7QUFFM0U7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0VBdUJFLFVBQVM7RUFDVCxXQUFVO0NBQUk7O0FBR2hCOzs7Ozs7RUFNRSxnQkFBZTtFQUNmLG9CQUFtQjtDQUFJOztBQUd6QjtFQUNFLGlCQUFnQjtDQUFJOztBQUd0Qjs7OztFQUlFLFVBQVM7Q0FBSTs7QUFHZjtFQUNFLCtCQUFzQjtVQUF0Qix1QkFBc0I7Q0FBSTs7QUFFNUI7RUFDRSw0QkFBbUI7VUFBbkIsb0JBQW1CO0NBR1E7O0FBSjdCO0VBSUksNEJBQW1CO1VBQW5CLG9CQUFtQjtDQUFJOztBQUczQjs7Ozs7RUFLRSxnQkFBZTtDQUFJOztBQUdyQjtFQUNFLFVBQVM7Q0FBSTs7QUFHZjtFQUNFLDBCQUF5QjtFQUN6QixrQkFBaUI7Q0FBSTs7QUFFdkI7O0VBRUUsV0FBVTtFQUNWLGlCQUFnQjtDQUFJOztBQy9FdEI7RUFDRSx1QkM0Q29CO0VEM0NwQixnQkM0Q2M7RUQzQ2QsbUNBQWtDO0VBQ2xDLG9DQUFtQztFQUNuQyxpQkFBZ0I7RUFDaEIsbUJBQWtCO0VBQ2xCLG1CQUFrQjtFQUNsQixtQ0NvQjhCO0NEcEJDOztBQUVqQzs7Ozs7OztFQU9FLGVBQWM7Q0FBSTs7QUFFcEI7Ozs7O0VBS0UscUxDRXlMO0NERjFKOztBQUVqQzs7RUFFRSw4QkFBNkI7RUFDN0IsNkJBQTRCO0VBQzVCLHVCQ0gwQjtDREdFOztBQUU5QjtFQUNFLGVDMUI0QjtFRDJCNUIsZ0JBQWU7RUFDZixpQkNJaUI7RURIakIsaUJBQWdCO0NBQUk7O0FBSXRCO0VBQ0UsZUN0QmdDO0VEdUJoQyxnQkFBZTtFQUNmLHNCQUFxQjtFQUNyQix1Q0NpQmU7RURqQmYsK0JDaUJlO0NEZlU7O0FBTjNCO0VBTUksZUN4QzBCO0NEd0NMOztBQUV6QjtFQUNFLDZCQ3JDNEI7RURzQzVCLGVDNUJnQztFRDZCaEMsaUJBQWdCO0VBQ2hCLG9CQUFtQjtFQUNuQiw2QkFBNEI7Q0FBSTs7QUFFbEM7RUFDRSwwQkM5QzRCO0VEK0M1QixhQUFZO0VBQ1osZUFBYztFQUNkLFlBQVc7RUFDWCxpQkFBZ0I7Q0FBSTs7QUFFdEI7RUFDRSxnQkFBZTtDQUFJOztBQUVyQjs7RUFFRSx5QkFBd0I7Q0FBSTs7QUFFOUI7RUFDRSxpQkFBZ0I7Q0FBSTs7QUFFdEI7RUFDRSxvQkFBbUI7RUFDbkIscUJBQW9CO0NBQUk7O0FBRTFCO0VBQ0UsZUN2RTRCO0VEd0U1QixpQkNyQ2U7Q0RxQ2E7O0FBSTlCO0VBQ0UsNkJDdkU0QjtFRHdFNUIsZUM3RTRCO0VEOEU1QixpQkFBZ0I7RUFDaEIsaUJBQWdCO0VBQ2hCLGtCQUFpQjtDQVFjOztBQWJqQztFRTRFRSxrQ0FBaUM7RUZwRS9CLGlCQUFnQjtFQUNoQixlQUFjO0VBQ2QsZUFBYztFQUNkLGVBQWM7RUFDZCxpQkFBZ0I7RUFDaEIsd0JBQXVCO0NBQUk7O0FBRS9CO0VBQ0UsWUFBVztDQU1lOztBQVA1Qjs7RUFJSSxpQkFBZ0I7RUFDaEIsb0JBQW1CO0NBQUk7O0FBTDNCO0VBT0ksZUNsRzBCO0NEa0dKOztBR25HeEI7RUFDRSxlQUFTO0NBQWM7O0FEeUx6QjtFQ3hMQTtJQUVJLDBCQUErQjtHQUFLO0NMME56Qzs7QUloQ0M7RUN6TEE7SUFFSSwwQkFBK0I7R0FBSztDTDZOekM7O0FJbENDO0VDMUxBO0lBRUksMEJBQStCO0dBQUs7Q0xnT3pDOztBSXBDQztFQzNMQTtJQUVJLDBCQUErQjtHQUFLO0NMbU96Qzs7QUl0Q0M7RUM1TEE7SUFFSSwwQkFBK0I7R0FBSztDTHNPekM7O0FJeENDO0VDN0xBO0lBRUksMEJBQStCO0dBQUs7Q0x5T3pDOztBSTFDQztFQzlMQTtJQUVJLDBCQUErQjtHQUFLO0NMNE96Qzs7QUtsUUM7RUFDRSxxQkFBUztFQUFULHFCQUFTO0VBQVQsY