bulma/css/bulma.css

6059 lines
106 KiB
CSS
Raw Normal View History

2017-01-04 17:37:52 +00:00
/*! bulma.io v0.3.0 | MIT License | github.com/jgthms/bulma */
2016-10-16 18:19:02 +00:00
@keyframes spinAround {
from {
2017-01-15 21:20:34 +00:00
transform: rotate(0deg);
2016-10-16 18:19:02 +00:00
}
to {
2017-01-15 21:20:34 +00:00
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 {
2016-01-30 10:30:06 +00:00
box-sizing: border-box;
}
2016-01-24 00:03:43 +00:00
2016-09-24 16:24:01 +00:00
* {
box-sizing: inherit;
}
*:before, *:after {
2016-01-30 10:30:06 +00:00
box-sizing: inherit;
}
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 {
height: auto;
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-01-04 17:37:52 +00:00
background-color: white;
2016-01-24 00:03:43 +00:00
font-size: 14px;
-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 {
2016-09-18 18:12:19 +00:00
font-family: -apple-system, BlinkMacSystemFont, "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;
2016-09-18 18:12:19 +00:00
font-family: "Inconsolata", "Consolas", "Monaco", 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;
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 {
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
}
}
2016-09-24 16:24:01 +00:00
@media screen and (min-width: 769px) {
.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 {
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 {
display: flex !important;
}
2016-05-08 10:18:28 +00:00
}
2016-09-24 16:24:01 +00:00
@media screen and (min-width: 769px) {
.is-flex-tablet {
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 {
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 {
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 {
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 {
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 {
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
}
2016-09-24 16:24:01 +00:00
@media screen and (min-width: 769px) {
.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
}
2016-09-24 16:24:01 +00:00
@media screen and (min-width: 769px) {
.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 {
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 {
display: inline-flex !important;
}
2016-05-08 10:18:28 +00:00
}
2016-09-24 16:24:01 +00:00
@media screen and (min-width: 769px) {
.is-inline-flex-tablet {
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 {
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 {
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 {
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 {
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 {
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
}
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
}
2016-05-08 10:18:28 +00:00
@media screen and (min-width: 769px) {
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-disabled {
pointer-events: none;
}
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;
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
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 {
2016-09-25 16:44:01 +00:00
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 {
2016-09-25 16:44:01 +00:00
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-01-15 21:20:34 +00:00
align-items: center;
border: none;
2016-09-24 16:24:01 +00:00
border-radius: 3px;
box-shadow: none;
2016-09-24 16:24:01 +00:00
display: inline-flex;
font-size: 1rem;
height: 2.5em;
2017-01-15 21:20:34 +00:00
justify-content: flex-start;
line-height: 1.5;
padding-left: 0.75em;
padding-right: 0.75em;
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;
border: 1px solid #dbdbdb;
color: #363636;
2016-09-24 16:24:01 +00:00
cursor: pointer;
2017-01-15 21:20:34 +00:00
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
}
2016-09-24 16:24:01 +00:00
.button[disabled], .button.is-disabled {
pointer-events: none;
2016-02-21 22:48:11 +00:00
}
.button strong {
color: inherit;
2016-02-21 22:48:11 +00:00
}
.button .icon:first-child:not(:last-child) {
margin-left: -0.25rem;
margin-right: 0.5rem;
2016-02-21 22:48:11 +00:00
}
.button .icon:last-child:not(:first-child) {
margin-left: 0.5rem;
margin-right: -0.25rem;
2016-02-21 22:48:11 +00:00
}
.button .icon:first-child:last-child {
2017-01-04 17:37:52 +00:00
margin-left: calc(-1px + -0.25rem);
margin-right: calc(-1px + -0.25rem);
2016-02-21 22:48:11 +00:00
}
.button .icon.is-small:first-child:not(:last-child) {
2017-01-04 17:37:52 +00:00
margin-left: 0rem;
2016-02-21 22:48:11 +00:00
}
.button .icon.is-small:last-child:not(:first-child) {
2017-01-04 17:37:52 +00:00
margin-right: 0rem;
}
.button .icon.is-small:first-child:last-child {
2017-01-04 17:37:52 +00:00
margin-left: calc(-1px + 0rem);
margin-right: calc(-1px + 0rem);
}
.button .icon.is-medium:first-child:not(:last-child) {
2017-01-04 17:37:52 +00:00
margin-left: -0.5rem;
}
.button .icon.is-medium:last-child:not(:first-child) {
2017-01-04 17:37:52 +00:00
margin-right: -0.5rem;
}
.button .icon.is-medium:first-child:last-child {
2017-01-04 17:37:52 +00:00
margin-left: calc(-1px + -0.5rem);
margin-right: calc(-1px + -0.5rem);
}
.button .icon.is-large:first-child:not(:last-child) {
2017-01-04 17:37:52 +00:00
margin-left: -1rem;
}
.button .icon.is-large:last-child:not(:first-child) {
2017-01-04 17:37:52 +00:00
margin-right: -1rem;
2016-01-30 10:30:06 +00:00
}
.button .icon.is-large:first-child:last-child {
2017-01-04 17:37:52 +00:00
margin-left: calc(-1px + -1rem);
margin-right: calc(-1px + -1rem);
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;
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;
2016-09-24 16:24:01 +00:00
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
}
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;
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;
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
}
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
}
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-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;
}
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;
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;
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
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
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-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;
}
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;
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;
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
}
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
}
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-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;
}
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;
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;
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
}
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
}
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-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;
}
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;
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;
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
color: #fff;
}
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
}
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-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;
}
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;
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;
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
color: #fff;
}
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
}
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-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
}
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;
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;
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
color: #fff;
2016-05-05 23:25:14 +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;
}
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-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;
}
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;
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;
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
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
}
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-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;
}
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;
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;
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
color: #fff;
2016-01-30 10:30:06 +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
}
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-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
}
.button.is-small {
border-radius: 2px;
font-size: 0.75rem;
2016-04-11 22:32:56 +00:00
}
.button.is-small .icon:first-child:not(:last-child) {
2017-01-04 17:37:52 +00:00
margin-left: -0.375rem;
margin-right: 0.375rem;
2016-04-13 23:07:02 +00:00
}
.button.is-small .icon:last-child:not(:first-child) {
2017-01-04 17:37:52 +00:00
margin-left: 0.375rem;
margin-right: -0.375rem;
2016-09-24 16:24:01 +00:00
}
.button.is-small .icon:first-child:last-child {
2017-01-04 17:37:52 +00:00
margin-left: calc(-1px + -0.375rem);
margin-right: calc(-1px + -0.375rem);
}
.button.is-small .icon.is-small:first-child:not(:last-child) {
2017-01-04 17:37:52 +00:00
margin-left: -0.125rem;
}
.button.is-small .icon.is-small:last-child:not(:first-child) {
2017-01-04 17:37:52 +00:00
margin-right: -0.125rem;
}
.button.is-small .icon.is-small:first-child:last-child {
2017-01-04 17:37:52 +00:00
margin-left: calc(-1px + -0.125rem);
margin-right: calc(-1px + -0.125rem);
}
.button.is-small .icon.is-medium:first-child:not(:last-child) {
2017-01-04 17:37:52 +00:00
margin-left: -0.625rem;
}
.button.is-small .icon.is-medium:last-child:not(:first-child) {
2017-01-04 17:37:52 +00:00
margin-right: -0.625rem;
}
.button.is-small .icon.is-medium:first-child:last-child {
2017-01-04 17:37:52 +00:00
margin-left: calc(-1px + -0.625rem);
margin-right: calc(-1px + -0.625rem);
}
.button.is-small .icon.is-large:first-child:not(:last-child) {
2017-01-04 17:37:52 +00:00
margin-left: -1.125rem;
}
.button.is-small .icon.is-large:last-child:not(:first-child) {
2017-01-04 17:37:52 +00:00
margin-right: -1.125rem;
}
.button.is-small .icon.is-large:first-child:last-child {
2017-01-04 17:37:52 +00:00
margin-left: calc(-1px + -1.125rem);
margin-right: calc(-1px + -1.125rem);
}
.button.is-medium {
2017-01-15 21:33:45 +00:00
font-size: 32px;
}
.button.is-medium .icon:first-child:not(:last-child) {
2017-01-15 21:33:45 +00:00
margin-left: 15.25rem;
margin-right: 16px;
}
.button.is-medium .icon:last-child:not(:first-child) {
2017-01-15 21:33:45 +00:00
margin-left: 16px;
margin-right: 15.25rem;
}
.button.is-medium .icon:first-child:last-child {
2017-01-15 21:33:45 +00:00
margin-left: calc(-1px + 15.25rem);
margin-right: calc(-1px + 15.25rem);
}
.button.is-medium .icon.is-small:first-child:not(:last-child) {
2017-01-15 21:33:45 +00:00
margin-left: 15.5rem;
}
.button.is-medium .icon.is-small:last-child:not(:first-child) {
2017-01-15 21:33:45 +00:00
margin-right: 15.5rem;
}
.button.is-medium .icon.is-small:first-child:last-child {
2017-01-15 21:33:45 +00:00
margin-left: calc(-1px + 15.5rem);
margin-right: calc(-1px + 15.5rem);
}
.button.is-medium .icon.is-medium:first-child:not(:last-child) {
2017-01-15 21:33:45 +00:00
margin-left: 15rem;
}
.button.is-medium .icon.is-medium:last-child:not(:first-child) {
2017-01-15 21:33:45 +00:00
margin-right: 15rem;
}
.button.is-medium .icon.is-medium:first-child:last-child {
2017-01-15 21:33:45 +00:00
margin-left: calc(-1px + 15rem);
margin-right: calc(-1px + 15rem);
}
.button.is-medium .icon.is-large:first-child:not(:last-child) {
2017-01-15 21:33:45 +00:00
margin-left: 14.5rem;
}
.button.is-medium .icon.is-large:last-child:not(:first-child) {
2017-01-15 21:33:45 +00:00
margin-right: 14.5rem;
}
.button.is-medium .icon.is-large:first-child:last-child {
2017-01-15 21:33:45 +00:00
margin-left: calc(-1px + 14.5rem);
margin-right: calc(-1px + 14.5rem);
}
.button.is-large {
font-size: 1.5rem;
}
.button.is-large .icon:first-child:not(:last-child) {
2017-01-04 17:37:52 +00:00
margin-left: 0rem;
margin-right: 0.75rem;
}
.button.is-large .icon:last-child:not(:first-child) {
2017-01-04 17:37:52 +00:00
margin-left: 0.75rem;
margin-right: 0rem;
}
.button.is-large .icon:first-child:last-child {
2017-01-04 17:37:52 +00:00
margin-left: calc(-1px + 0rem);
margin-right: calc(-1px + 0rem);
}
.button.is-large .icon.is-small:first-child:not(:last-child) {
2017-01-04 17:37:52 +00:00
margin-left: 0.25rem;
}
.button.is-large .icon.is-small:last-child:not(:first-child) {
2017-01-04 17:37:52 +00:00
margin-right: 0.25rem;
}
.button.is-large .icon.is-small:first-child:last-child {
2017-01-04 17:37:52 +00:00
margin-left: calc(-1px + 0.25rem);
margin-right: calc(-1px + 0.25rem);
}
.button.is-large .icon.is-medium:first-child:not(:last-child) {
2017-01-04 17:37:52 +00:00
margin-left: -0.25rem;
}
.button.is-large .icon.is-medium:last-child:not(:first-child) {
2017-01-04 17:37:52 +00:00
margin-right: -0.25rem;
}
.button.is-large .icon.is-medium:first-child:last-child {
2017-01-04 17:37:52 +00:00
margin-left: calc(-1px + -0.25rem);
margin-right: calc(-1px + -0.25rem);
}
.button.is-large .icon.is-large:first-child:not(:last-child) {
2017-01-04 17:37:52 +00:00
margin-left: -0.75rem;
}
.button.is-large .icon.is-large:last-child:not(:first-child) {
2017-01-04 17:37:52 +00:00
margin-right: -0.75rem;
}
.button.is-large .icon.is-large:first-child:last-child {
2017-01-04 17:37:52 +00:00
margin-left: calc(-1px + -0.75rem);
margin-right: calc(-1px + -0.75rem);
}
.button[disabled], .button.is-disabled {
opacity: 0.5;
2016-09-24 16:24:01 +00:00
}
.button.is-fullwidth {
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-01-15 21:20:34 +00:00
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;
height: 1rem;
2016-09-22 19:30:09 +00:00
position: relative;
width: 1rem;
2016-09-24 16:24:01 +00:00
left: 50%;
margin-left: -8px;
margin-top: -8px;
position: absolute;
top: 50%;
position: absolute !important;
2016-04-13 23:07:02 +00:00
}
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),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote: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;
}
.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:33:45 +00:00
font-size: 32px;
}
.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-01-15 21:20:34 +00:00
align-items: center;
border: none;
2016-01-30 10:30:06 +00:00
border-radius: 3px;
box-shadow: none;
display: inline-flex;
font-size: 1rem;
height: 2.5em;
2017-01-15 21:20:34 +00:00
justify-content: flex-start;
line-height: 1.5;
padding-left: 0.75em;
padding-right: 0.75em;
2016-01-30 10:30:06 +00:00
position: relative;
2016-05-05 23:25:14 +00:00
vertical-align: top;
background-color: white;
border: 1px solid #dbdbdb;
color: #363636;
2016-09-24 16:24:01 +00:00
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
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;
}
.input[disabled], .input.is-disabled,
.textarea[disabled],
.textarea.is-disabled {
pointer-events: none;
}
.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
}
2016-09-24 16:24:01 +00:00
.input[disabled], .input.is-disabled,
.textarea[disabled],
.textarea.is-disabled {
2016-09-18 18:12:19 +00:00
background-color: whitesmoke;
border-color: whitesmoke;
box-shadow: none;
color: #7a7a7a;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.input[disabled]::-moz-placeholder, .input.is-disabled::-moz-placeholder,
.textarea[disabled]::-moz-placeholder,
.textarea.is-disabled::-moz-placeholder {
color: rgba(54, 54, 54, 0.3);
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.input[disabled]::-webkit-input-placeholder, .input.is-disabled::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder,
.textarea.is-disabled::-webkit-input-placeholder {
color: rgba(54, 54, 54, 0.3);
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.input[disabled]:-moz-placeholder, .input.is-disabled:-moz-placeholder,
.textarea[disabled]:-moz-placeholder,
.textarea.is-disabled:-moz-placeholder {
color: rgba(54, 54, 54, 0.3);
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.input[disabled]:-ms-input-placeholder, .input.is-disabled:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder,
.textarea.is-disabled:-ms-input-placeholder {
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:33:45 +00:00
font-size: 32px;
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;
line-height: 1.25;
2016-09-24 16:24:01 +00:00
max-height: 600px;
max-width: 100%;
min-height: 120px;
min-width: 100%;
padding: 10px;
resize: vertical;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.checkbox,
.radio {
2017-01-15 21:20:34 +00:00
align-items: center;
2016-09-24 16:24:01 +00:00
cursor: pointer;
display: inline-flex;
2017-01-15 21:20:34 +00:00
flex-wrap: wrap;
justify-content: flex-start;
2016-09-24 16:24:01 +00:00
position: relative;
vertical-align: top;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.checkbox input,
.radio input {
cursor: pointer;
margin-right: 0.5em;
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
}
2016-09-24 16:24:01 +00:00
.checkbox.is-disabled,
.radio.is-disabled {
color: #7a7a7a;
2016-09-24 16:24:01 +00:00
pointer-events: none;
2016-05-05 23:25:14 +00:00
}
2016-09-24 16:24:01 +00:00
.checkbox.is-disabled input,
.radio.is-disabled input {
pointer-events: none;
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;
height: 2.5em;
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
align-items: center;
border: none;
2016-09-24 16:24:01 +00:00
border-radius: 3px;
box-shadow: none;
2016-09-24 16:24:01 +00:00
display: inline-flex;
font-size: 1rem;
height: 2.5em;
2017-01-15 21:20:34 +00:00
justify-content: flex-start;
line-height: 1.5;
padding-left: 0.75em;
padding-right: 0.75em;
2016-09-24 16:24:01 +00:00
position: relative;
vertical-align: top;
background-color: white;
border: 1px solid #dbdbdb;
color: #363636;
2016-09-24 16:24:01 +00:00
cursor: pointer;
display: block;
font-size: 1em;
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;
}
.select select[disabled], .select select.is-disabled {
pointer-events: none;
}
.select select:hover, .select select.is-hovered {
2016-09-24 16:24:01 +00:00
border-color: #b5b5b5;
2016-04-11 22:32:56 +00:00
}
.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
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
.select select[disabled], .select select.is-disabled {
background-color: whitesmoke;
border-color: whitesmoke;
box-shadow: none;
color: #7a7a7a;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.select select[disabled]::-moz-placeholder, .select select.is-disabled::-moz-placeholder {
color: rgba(54, 54, 54, 0.3);
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.select select[disabled]::-webkit-input-placeholder, .select select.is-disabled::-webkit-input-placeholder {
color: rgba(54, 54, 54, 0.3);
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.select select[disabled]:-moz-placeholder, .select select.is-disabled:-moz-placeholder {
color: rgba(54, 54, 54, 0.3);
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.select select[disabled]:-ms-input-placeholder, .select select.is-disabled:-ms-input-placeholder {
color: rgba(54, 54, 54, 0.3);
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.select select:hover {
border-color: #b5b5b5;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.select select::ms-expand {
display: none;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.select:hover:after {
border-color: #363636;
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:33:45 +00:00
font-size: 32px;
2016-05-30 18:50:27 +00:00
}
.select.is-large {
font-size: 1.5rem;
2016-05-30 18:50:27 +00:00
}
.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
}
2016-09-24 16:24:01 +00:00
.label {
color: #363636;
display: block;
font-weight: bold;
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
}
2016-09-24 16:24:01 +00:00
.help {
display: block;
font-size: 0.75rem;
2016-09-24 16:24:01 +00:00
margin-top: 5px;
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
}
2016-09-24 16:24:01 +00:00
@media screen and (max-width: 768px) {
.control-label {
margin-bottom: 0.5em;
2016-09-24 16:24:01 +00:00
}
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
@media screen and (min-width: 769px) {
.control-label {
2017-01-15 21:20:34 +00:00
flex-basis: 0;
flex-grow: 1;
flex-shrink: 0;
margin-right: 1.5em;
padding-top: 0.5em;
2016-09-24 16:24:01 +00:00
text-align: right;
}
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.control {
position: relative;
text-align: left;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.control:not(:last-child) {
margin-bottom: 0.75rem;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.control.has-addons {
display: flex;
2017-01-15 21:20:34 +00:00
justify-content: flex-start;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.control.has-addons .button,
.control.has-addons .input,
.control.has-addons .select {
border-radius: 0;
margin-right: -1px;
width: auto;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.control.has-addons .button:hover,
.control.has-addons .input:hover,
.control.has-addons .select:hover {
z-index: 2;
2016-04-11 22:32:56 +00:00
}
.control.has-addons .button:focus, .control.has-addons .button:active,
2016-09-24 16:24:01 +00:00
.control.has-addons .input:focus,
.control.has-addons .input:active,
.control.has-addons .select:focus,
.control.has-addons .select:active {
2016-09-24 16:24:01 +00:00
z-index: 3;
2016-04-11 22:32:56 +00:00
}
2016-09-24 16:24:01 +00:00
.control.has-addons .button:first-child,
.control.has-addons .input:first-child,
.control.has-addons .select:first-child {
border-radius: 3px 0 0 3px;
}
2016-09-24 16:24:01 +00:00
.control.has-addons .button:first-child select,
.control.has-addons .input:first-child select,
.control.has-addons .select:first-child select {
border-radius: 3px 0 0 3px;
}
2016-09-24 16:24:01 +00:00
.control.has-addons .button:last-child,
.control.has-addons .input:last-child,
.control.has-addons .select:last-child {
border-radius: 0 3px 3px 0;
2016-05-30 18:50:27 +00:00
}
2016-09-24 16:24:01 +00:00
.control.has-addons .button:last-child select,
.control.has-addons .input:last-child select,
.control.has-addons .select:last-child select {
border-radius: 0 3px 3px 0;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.control.has-addons .button.is-expanded,
.control.has-addons .input.is-expanded,
.control.has-addons .select.is-expanded {
2017-01-15 21:20:34 +00:00
flex-grow: 1;
flex-shrink: 0;
}
.control.has-addons .select select:hover {
z-index: 2;
}
.control.has-addons .select select:focus, .control.has-addons .select select:active {
z-index: 3;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.control.has-addons.has-addons-centered {
2017-01-15 21:20:34 +00:00
justify-content: center;
2016-05-30 18:50:27 +00:00
}
2016-09-24 16:24:01 +00:00
.control.has-addons.has-addons-right {
2017-01-15 21:20:34 +00:00
justify-content: flex-end;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.control.has-addons.has-addons-fullwidth .button,
.control.has-addons.has-addons-fullwidth .input,
.control.has-addons.has-addons-fullwidth .select {
2017-01-15 21:20:34 +00:00
flex-grow: 1;
flex-shrink: 0;
2016-01-30 10:30:06 +00:00
}
.control.has-icon .icon {
2016-09-24 16:24:01 +00:00
color: #dbdbdb;
pointer-events: none;
position: absolute;
top: 1.25rem;
2016-09-24 16:24:01 +00:00
z-index: 4;
2016-01-30 10:30:06 +00:00
}
.control.has-icon .input:focus + .icon {
color: #7a7a7a;
2016-04-11 22:32:56 +00:00
}
.control.has-icon .input.is-small + .icon {
top: 0.9375rem;
2016-01-30 10:30:06 +00:00
}
.control.has-icon .input.is-medium + .icon {
2017-01-15 21:33:45 +00:00
top: 40px;
2016-01-30 10:30:06 +00:00
}
.control.has-icon .input.is-large + .icon {
top: 1.875rem;
2016-01-30 10:30:06 +00:00
}
.control.has-icon:not(.has-icon-right) .icon {
left: 1.25rem;
2017-01-15 21:20:34 +00:00
transform: translateX(-50%) translateY(-50%);
2016-04-18 21:14:51 +00:00
}
2016-09-24 16:24:01 +00:00
.control.has-icon:not(.has-icon-right) .input {
padding-left: 2.5em;
2016-05-05 23:25:14 +00:00
}
.control.has-icon:not(.has-icon-right) .input.is-small + .icon {
left: 0.9375rem;
2016-02-21 22:48:11 +00:00
}
.control.has-icon:not(.has-icon-right) .input.is-medium + .icon {
2017-01-15 21:33:45 +00:00
left: 40px;
2016-02-13 18:59:47 +00:00
}
.control.has-icon:not(.has-icon-right) .input.is-large + .icon {
left: 1.875rem;
2016-04-11 22:32:56 +00:00
}
.control.has-icon.has-icon-right .icon {
right: 1.25rem;
2017-01-15 21:20:34 +00:00
transform: translateX(50%) translateY(-50%);
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.control.has-icon.has-icon-right .input {
padding-right: 2.5em;
2016-04-11 22:32:56 +00:00
}
.control.has-icon.has-icon-right .input.is-small + .icon {
right: 0.9375rem;
2016-01-30 10:30:06 +00:00
}
.control.has-icon.has-icon-right .input.is-medium + .icon {
2017-01-15 21:33:45 +00:00
right: 40px;
2016-01-30 10:30:06 +00:00
}
.control.has-icon.has-icon-right .input.is-large + .icon {
right: 1.875rem;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.control.is-grouped {
display: flex;
2017-01-15 21:20:34 +00:00
justify-content: flex-start;
2017-01-04 17:37:52 +00:00
}
.control.is-grouped > .control {
2017-01-15 21:20:34 +00:00
flex-basis: 0;
flex-shrink: 0;
2016-05-05 23:25:14 +00:00
}
2016-09-24 16:24:01 +00:00
.control.is-grouped > .control:not(:last-child) {
margin-bottom: 0;
margin-right: 0.75rem;
2016-05-05 23:25:14 +00:00
}
2016-09-24 16:24:01 +00:00
.control.is-grouped > .control.is-expanded {
2017-01-15 21:20:34 +00:00
flex-grow: 1;
flex-shrink: 1;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.control.is-grouped.is-grouped-centered {
2017-01-15 21:20:34 +00:00
justify-content: center;
2016-02-13 18:59:47 +00:00
}
2016-09-24 16:24:01 +00:00
.control.is-grouped.is-grouped-right {
2017-01-15 21:20:34 +00:00
justify-content: flex-end;
2016-02-13 18:59:47 +00:00
}
2016-09-24 16:24:01 +00:00
@media screen and (min-width: 769px) {
.control.is-horizontal {
display: flex;
}
.control.is-horizontal > .control {
display: flex;
2017-01-15 21:20:34 +00:00
flex-basis: 0;
flex-grow: 5;
flex-shrink: 1;
2016-09-24 16:24:01 +00:00
}
2016-02-13 18:59:47 +00:00
}
2016-09-24 16:24:01 +00:00
.control.is-loading:after {
2017-01-15 21:20:34 +00:00
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;
height: 1rem;
2016-09-24 16:24:01 +00:00
position: relative;
width: 1rem;
2016-09-24 16:24:01 +00:00
position: absolute !important;
right: 0.75em;
top: 0.75em;
}
.icon {
display: inline-block;
font-size: 21px;
height: 1.5rem;
line-height: 1.5rem;
text-align: center;
vertical-align: top;
width: 1.5rem;
}
.icon .fa {
font-size: inherit;
line-height: inherit;
}
.icon.is-small {
display: inline-block;
font-size: 14px;
height: 1rem;
line-height: 1rem;
text-align: center;
vertical-align: top;
width: 1rem;
}
.icon.is-medium {
display: inline-block;
font-size: 28px;
height: 2rem;
line-height: 2rem;
text-align: center;
vertical-align: top;
width: 2rem;
}
.icon.is-large {
display: inline-block;
font-size: 42px;
height: 3rem;
line-height: 3rem;
text-align: center;
vertical-align: top;
width: 3rem;
2016-02-13 18:59:47 +00:00
}
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
}
.notification code,
.notification pre {
background: white;
}
.notification pre code {
background: transparent;
2016-01-30 11:53:41 +00:00
}
2016-09-24 16:24:01 +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:33:45 +00:00
height: 32px;
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;
}
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
}
.table.is-striped tbody tr:nth-child(even) {
background-color: #fafafa;
2016-05-08 10:18:28 +00:00
}
.table.is-striped tbody tr:nth-child(even):hover {
background-color: whitesmoke;
2016-01-30 10:30:06 +00:00
}
.tag {
2017-01-15 21:20:34 +00:00
align-items: center;
background-color: whitesmoke;
border-radius: 290486px;
color: #4a4a4a;
display: inline-flex;
font-size: 0.75rem;
height: 2em;
2017-01-15 21:20:34 +00:00
justify-content: center;
line-height: 1.5;
padding-left: 0.875em;
padding-right: 0.875em;
vertical-align: top;
white-space: nowrap;
2016-01-30 10:30:06 +00:00
}
.tag .delete {
margin-left: 0.25em;
margin-right: -0.5em;
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:33:45 +00:00
font-size: 32px;
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
}
2016-09-24 16:24:01 +00:00
.title + .subtitle {
margin-top: -1.25rem;
2016-04-18 21:14:51 +00:00
}
.title.is-1 {
font-size: 3.5rem;
2016-04-18 21:14:51 +00:00
}
.title.is-2 {
font-size: 2.75rem;
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 {
font-size: 14px;
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
}
2016-09-24 16:24:01 +00:00
.subtitle + .title {
margin-top: -1.5rem;
2016-04-18 21:14:51 +00:00
}
2016-09-24 16:24:01 +00:00
.subtitle.is-1 {
font-size: 3.5rem;
2016-04-18 21:14:51 +00:00
}
2016-09-24 16:24:01 +00:00
.subtitle.is-2 {
font-size: 2.75rem;
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 {
font-size: 14px;
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;
max-width: 960px;
}
.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;
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-01-04 17:37:52 +00:00
max-width: 1152px;
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;
font-size: 1rem;
2017-01-04 17:37:52 +00:00
height: 20px;
2016-09-24 16:24:01 +00:00
outline: none;
2016-09-22 19:30:09 +00:00
position: relative;
2017-01-15 21:20:34 +00:00
transform: rotate(45deg);
transform-origin: center center;
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-01-15 21:20:34 +00:00
transform: translateX(-50%) translateY(-50%);
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-01-04 17:37:52 +00:00
height: 14px;
width: 14px;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.delete.is-medium {
2017-01-15 21:33:45 +00:00
height: 672px;
width: 672px;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.delete.is-large {
2017-01-04 17:37:52 +00:00
height: 30px;
width: 30px;
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-01-15 21:20:34 +00:00
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;
height: 1rem;
2016-09-24 16:24:01 +00:00
position: relative;
width: 1rem;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.number {
2017-01-15 21:20:34 +00:00
align-items: center;
2016-09-24 16:24:01 +00:00
background-color: whitesmoke;
border-radius: 290486px;
display: inline-flex;
2017-01-15 21:33:45 +00:00
font-size: 32px;
height: 2em;
2017-01-15 21:20:34 +00:00
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;
}
.card-header {
2017-01-15 21:20:34 +00:00
align-items: stretch;
2016-09-24 16:24:01 +00:00
box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
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-01-15 21:20:34 +00:00
align-items: center;
2016-09-24 16:24:01 +00:00
color: #363636;
display: flex;
2017-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
align-items: center;
2016-09-24 16:24:01 +00:00
cursor: pointer;
display: flex;
2017-01-15 21:20:34 +00:00
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-content .title + .subtitle {
margin-top: -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-01-15 21:20:34 +00:00
align-items: stretch;
2016-09-24 16:24:01 +00:00
display: flex;
}
.card-footer-item {
2017-01-15 21:20:34 +00:00
align-items: center;
2016-09-24 16:24:01 +00:00
display: flex;
2017-01-15 21:20:34 +00:00
flex-basis: 0;
flex-grow: 1;
flex-shrink: 0;
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;
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
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-01-15 21:20:34 +00:00
align-items: center;
display: flex;
2017-01-15 21:20:34 +00:00
flex-basis: auto;
flex-grow: 0;
flex-shrink: 0;
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-01-15 21:20:34 +00:00
flex-basis: auto;
flex-grow: 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-01-15 21:20:34 +00:00
flex-grow: 1;
}
.level-left {
2017-01-15 21:20:34 +00:00
align-items: center;
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
}
2016-09-24 16:24:01 +00:00
@media screen and (min-width: 769px) {
.level-left {
display: flex;
}
2016-09-22 19:30:09 +00:00
}
.level-right {
2017-01-15 21:20:34 +00:00
align-items: center;
justify-content: flex-end;
}
2016-09-24 16:24:01 +00:00
@media screen and (min-width: 769px) {
.level-right {
display: flex;
}
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.level {
2017-01-15 21:20:34 +00:00
align-items: center;
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 {
display: flex;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.level.is-mobile > .level-item:not(:last-child) {
margin-bottom: 0;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.level.is-mobile > .level-item:not(.is-narrow) {
2017-01-15 21:20:34 +00:00
flex-grow: 1;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
@media screen and (min-width: 769px) {
.level {
display: flex;
}
.level > .level-item:not(.is-narrow) {
2017-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
flex-basis: auto;
flex-grow: 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-01-15 21:20:34 +00:00
flex-basis: auto;
flex-grow: 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-01-15 21:20:34 +00:00
align-items: flex-start;
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);
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-01-15 21:20:34 +00:00
align-items: center;
background-color: #4a4a4a;
border-radius: 3px 3px 0 0;
color: #fff;
display: flex;
2017-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
flex-grow: 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
}
2016-09-24 16:24:01 +00:00
@media screen and (min-width: 769px) {
.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;
font-size: 1rem;
2017-01-04 17:37:52 +00:00
height: 20px;
2016-09-24 16:24:01 +00:00
outline: none;
2016-09-22 19:30:09 +00:00
position: relative;
2017-01-15 21:20:34 +00:00
transform: rotate(45deg);
transform-origin: center center;
2016-09-22 19:30:09 +00:00
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-01-15 21:20:34 +00:00
transform: translateX(-50%) translateY(-50%);
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-01-04 17:37:52 +00:00
height: 14px;
width: 14px;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.modal-close.is-medium {
2017-01-15 21:33:45 +00:00
height: 672px;
width: 672px;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.modal-close.is-large {
2017-01-04 17:37:52 +00:00
height: 30px;
width: 30px;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.modal-card {
display: flex;
2017-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
align-items: center;
2016-09-24 16:24:01 +00:00
background-color: whitesmoke;
display: flex;
2017-01-15 21:20:34 +00:00
flex-shrink: 0;
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-01-15 21:20:34 +00:00
flex-grow: 1;
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-01-15 21:20:34 +00:00
flex-grow: 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-01-15 21:20:34 +00:00
align-items: center;
2016-09-24 16:24:01 +00:00
display: none;
2017-01-15 21:20:34 +00:00
justify-content: center;
2016-09-24 16:24:01 +00:00
overflow: hidden;
position: fixed;
z-index: 1986;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.modal.is-active {
display: flex;
}
.nav-toggle {
cursor: pointer;
display: block;
2017-01-04 17:37:52 +00:00
height: 3.5rem;
2016-09-24 16:24:01 +00:00
position: relative;
2017-01-04 17:37:52 +00:00
width: 3.5rem;
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%;
transition: none 86ms ease-out;
transition-property: background, left, opacity, transform;
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-01-15 21:20:34 +00:00
transform: rotate(45deg);
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-01-15 21:20:34 +00:00
transform: rotate(-45deg);
transform-origin: left bottom;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
@media screen and (min-width: 769px) {
.nav-toggle {
display: none;
}
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.nav-item {
2017-01-15 21:20:34 +00:00
align-items: center;
2016-09-24 16:24:01 +00:00
display: flex;
2017-01-15 21:20:34 +00:00
flex-grow: 0;
flex-shrink: 0;
font-size: 1rem;
2017-01-15 21:20:34 +00:00
justify-content: center;
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-01-15 21:20:34 +00:00
flex-grow: 1;
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
}
2016-09-24 16:24:01 +00:00
.nav-item .button + .button {
margin-left: 0.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-01-15 21:20:34 +00:00
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;
padding-bottom: calc(0.5rem - 1px);
padding-left: 1rem;
padding-right: 1rem;
padding-top: calc(0.5rem - 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;
padding-bottom: calc(0.5rem - 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;
}
}
2016-09-24 16:24:01 +00:00
@media screen and (max-width: 768px) {
.nav-menu {
background-color: white;
box-shadow: 0 4px 7px rgba(10, 10, 10, 0.1);
left: 0;
display: none;
right: 0;
top: 100%;
position: absolute;
}
.nav-menu .nav-item {
border-top: 1px solid rgba(219, 219, 219, 0.5);
padding: 0.75rem;
2016-09-24 16:24:01 +00:00
}
.nav-menu.is-active {
display: block;
}
2016-09-22 19:30:09 +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
.nav-menu {
padding-right: 1.5rem;
2016-09-24 16:24:01 +00:00
}
2016-09-22 19:30:09 +00:00
}
.nav-left,
.nav-right {
2017-01-15 21:20:34 +00:00
align-items: stretch;
flex-basis: 0;
flex-grow: 1;
flex-shrink: 0;
}
2016-09-24 16:24:01 +00:00
.nav-left {
2016-09-22 19:30:09 +00:00
display: flex;
2017-01-15 21:20:34 +00:00
justify-content: flex-start;
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
.nav-center {
2017-01-15 21:20:34 +00:00
align-items: stretch;
2016-09-22 19:30:09 +00:00
display: flex;
2017-01-15 21:20:34 +00:00
flex-grow: 0;
flex-shrink: 0;
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
}
.nav-right {
2017-01-15 21:20:34 +00:00
justify-content: flex-end;
}
2016-09-24 16:24:01 +00:00
@media screen and (min-width: 769px) {
.nav-right {
display: flex;
}
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.nav {
2017-01-15 21:20:34 +00:00
align-items: stretch;
2016-09-24 16:24:01 +00:00
background-color: white;
display: flex;
2017-01-04 17:37:52 +00:00
min-height: 3.5rem;
2016-09-24 16:24:01 +00:00
position: relative;
text-align: center;
z-index: 2;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.nav > .container {
2017-01-15 21:20:34 +00:00
align-items: stretch;
2016-09-22 19:30:09 +00:00
display: flex;
2017-01-04 17:37:52 +00:00
min-height: 3.5rem;
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
.nav.has-shadow {
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
}
.pagination,
.pagination-list {
2017-01-15 21:20:34 +00:00
align-items: center;
2016-09-22 19:30:09 +00:00
display: flex;
2017-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
align-items: center;
border: none;
border-radius: 3px;
box-shadow: none;
display: inline-flex;
font-size: 1rem;
height: 2.5em;
2017-01-15 21:20:34 +00:00
justify-content: flex-start;
line-height: 1.5;
padding-left: 0.75em;
padding-right: 0.75em;
position: relative;
vertical-align: top;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: 0.875rem;
padding-left: 0.5em;
padding-right: 0.5em;
2017-01-15 21:20:34 +00:00
justify-content: center;
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;
}
.pagination-previous[disabled], .pagination-previous.is-disabled,
.pagination-next[disabled],
.pagination-next.is-disabled,
.pagination-link[disabled],
.pagination-link.is-disabled,
.pagination-ellipsis[disabled],
.pagination-ellipsis.is-disabled {
pointer-events: none;
}
.pagination-previous,
.pagination-next,
.pagination-link {
border: 1px solid #dbdbdb;
min-width: 2.5em;
}
.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 {
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
2016-09-22 19:30:09 +00:00
}
.pagination-previous[disabled], .pagination-previous.is-disabled,
.pagination-next[disabled],
.pagination-next.is-disabled,
.pagination-link[disabled],
.pagination-link.is-disabled {
background: #dbdbdb;
2016-09-22 19:30:09 +00:00
color: #7a7a7a;
opacity: 0.5;
pointer-events: none;
2016-09-22 19:30:09 +00:00
}
.pagination-previous,
.pagination-next {
padding-left: 0.75em;
padding-right: 0.75em;
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;
}
.pagination-list li:not(:first-child) {
margin-left: 0.375rem;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
@media screen and (max-width: 768px) {
.pagination {
2017-01-15 21:20:34 +00:00
flex-wrap: wrap;
2016-09-24 16:24:01 +00:00
}
.pagination-previous,
.pagination-next {
2017-01-15 21:20:34 +00:00
flex-grow: 1;
flex-shrink: 1;
width: calc(50% - 0.375rem);
2016-09-24 16:24:01 +00:00
}
.pagination-next {
margin-left: 0.75rem;
2016-09-24 16:24:01 +00:00
}
.pagination-list {
margin-top: 0.75rem;
2016-09-24 16:24:01 +00:00
}
.pagination-list li {
2017-01-15 21:20:34 +00:00
flex-grow: 1;
flex-shrink: 1;
2016-09-24 16:24:01 +00:00
}
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
@media screen and (min-width: 769px) {
.pagination-list {
2017-01-15 21:20:34 +00:00
flex-grow: 1;
flex-shrink: 1;
justify-content: flex-start;
order: 1;
}
.pagination-previous,
.pagination-next {
margin-left: 0.75rem;
}
.pagination-previous {
2017-01-15 21:20:34 +00:00
order: 2;
}
.pagination-next {
2017-01-15 21:20:34 +00:00
order: 3;
}
.pagination {
2017-01-15 21:20:34 +00:00
justify-content: space-between;
}
.pagination.is-centered .pagination-previous {
margin-left: 0;
2017-01-15 21:20:34 +00:00
order: 1;
}
.pagination.is-centered .pagination-list {
2017-01-15 21:20:34 +00:00
justify-content: center;
order: 2;
}
.pagination.is-centered .pagination-next {
2017-01-15 21:20:34 +00:00
order: 3;
}
.pagination.is-right .pagination-previous {
margin-left: 0;
2017-01-15 21:20:34 +00:00
order: 1;
}
.pagination.is-right .pagination-next {
2017-01-15 21:20:34 +00:00
order: 2;
margin-right: 0.75rem;
}
.pagination.is-right .pagination-list {
2017-01-15 21:20:34 +00:00
justify-content: flex-end;
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-01-15 21:20:34 +00:00
align-items: flex-end;
2016-09-24 16:24:01 +00:00
display: flex;
font-size: 0.875em;
2017-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
align-items: center;
2016-09-24 16:24:01 +00:00
color: #363636;
display: flex;
2017-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
flex-grow: 1;
flex-shrink: 1;
width: 100%;
}
.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 {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
2017-01-15 21:20:34 +00:00
align-items: stretch;
2016-09-24 16:24:01 +00:00
display: flex;
font-size: 1rem;
2017-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
align-items: center;
2016-09-24 16:24:01 +00:00
border-bottom: 1px solid #dbdbdb;
color: #4a4a4a;
display: flex;
2017-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
align-items: center;
2016-09-24 16:24:01 +00:00
border-bottom: 1px solid #dbdbdb;
display: flex;
2017-01-15 21:20:34 +00:00
flex-grow: 1;
flex-shrink: 0;
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-01-15 21:20:34 +00:00
flex: none;
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
justify-content: center;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.tabs.is-right ul {
2017-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
flex-grow: 1;
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:33:45 +00:00
font-size: 32px;
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-01-15 21:20:34 +00:00
flex-basis: 0;
flex-grow: 1;
flex-shrink: 1;
padding: 0.75rem;
2016-09-24 16:24:01 +00:00
}
.columns.is-mobile > .column.is-narrow {
2017-01-15 21:20:34 +00:00
flex: none;
2016-09-24 16:24:01 +00:00
}
.columns.is-mobile > .column.is-full {
2017-01-15 21:20:34 +00:00
flex: none;
2016-09-24 16:24:01 +00:00
width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
2017-01-15 21:20:34 +00:00
flex: none;
2016-09-24 16:24:01 +00:00
width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
2017-01-15 21:20:34 +00:00
flex: none;
2016-09-24 16:24:01 +00:00
width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
2017-01-15 21:20:34 +00:00
flex: none;
2016-09-24 16:24:01 +00:00
width: 50%;
}
.columns.is-mobile > .column.is-one-third {
2017-01-15 21:20:34 +00:00
flex: none;
2016-09-24 16:24:01 +00:00
width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
2017-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
flex: none;
2016-09-22 19:30:09 +00:00
}
2016-09-24 16:24:01 +00:00
.column.is-full-mobile {
2017-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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%;
}
}
2016-09-24 16:24:01 +00:00
@media screen and (min-width: 769px) {
.column.is-narrow, .column.is-narrow-tablet {
2017-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-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-01-15 21:20:34 +00:00
flex: none;
2016-04-16 12:39:40 +00:00
}
2016-09-24 16:24:01 +00:00
.column.is-full-desktop {
2017-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
flex: none;
2016-09-24 16:24:01 +00:00
}
.column.is-full-widescreen {
2017-01-15 21:20:34 +00:00
flex: none;
2016-09-24 16:24:01 +00:00
width: 100%;
}
.column.is-three-quarters-widescreen {
2017-01-15 21:20:34 +00:00
flex: none;
2016-09-24 16:24:01 +00:00
width: 75%;
}
.column.is-two-thirds-widescreen {
2017-01-15 21:20:34 +00:00
flex: none;
2016-09-24 16:24:01 +00:00
width: 66.6666%;
}
.column.is-half-widescreen {
2017-01-15 21:20:34 +00:00
flex: none;
2016-09-24 16:24:01 +00:00
width: 50%;
}
.column.is-one-third-widescreen {
2017-01-15 21:20:34 +00:00
flex: none;
2016-09-24 16:24:01 +00:00
width: 33.3333%;
}
.column.is-one-quarter-widescreen {
2017-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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
}
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-01-15 21:20:34 +00:00
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
}
2016-09-24 16:24:01 +00:00
@media screen and (min-width: 769px) {
.columns.is-grid {
2017-01-15 21:20:34 +00:00
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 {
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-01-15 21:20:34 +00:00
flex-wrap: wrap;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.columns.is-vcentered {
2017-01-15 21:20:34 +00:00
align-items: center;
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
@media screen and (min-width: 769px) {
.columns:not(.is-desktop) {
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 {
display: flex;
}
2016-01-30 10:30:06 +00:00
}
2016-09-24 16:24:01 +00:00
.tile {
2017-01-15 21:20:34 +00:00
align-items: stretch;
2016-09-24 16:24:01 +00:00
display: block;
2017-01-15 21:20:34 +00:00
flex-basis: 0;
flex-grow: 1;
flex-shrink: 1;
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-01-15 21:20:34 +00:00
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
}
2016-09-24 16:24:01 +00:00
@media screen and (min-width: 769px) {
.tile:not(.is-child) {
display: flex;
}
.tile.is-1 {
2017-01-15 21:20:34 +00:00
flex: none;
2016-09-24 16:24:01 +00:00
width: 8.33333%;
}
.tile.is-2 {
2017-01-15 21:20:34 +00:00
flex: none;
2016-09-24 16:24:01 +00:00
width: 16.66667%;
}
.tile.is-3 {
2017-01-15 21:20:34 +00:00
flex: none;
2016-09-24 16:24:01 +00:00
width: 25%;
}
.tile.is-4 {
2017-01-15 21:20:34 +00:00
flex: none;
2016-09-24 16:24:01 +00:00
width: 33.33333%;
}
.tile.is-5 {
2017-01-15 21:20:34 +00:00
flex: none;
2016-09-24 16:24:01 +00:00
width: 41.66667%;
}
.tile.is-6 {
2017-01-15 21:20:34 +00:00
flex: none;
2016-09-24 16:24:01 +00:00
width: 50%;
}
.tile.is-7 {
2017-01-15 21:20:34 +00:00
flex: none;
2016-09-24 16:24:01 +00:00
width: 58.33333%;
}
.tile.is-8 {
2017-01-15 21:20:34 +00:00
flex: none;
2016-09-24 16:24:01 +00:00
width: 66.66667%;
}
.tile.is-9 {
2017-01-15 21:20:34 +00:00
flex: none;
2016-09-24 16:24:01 +00:00
width: 75%;
}
.tile.is-10 {
2017-01-15 21:20:34 +00:00
flex: none;
2016-09-24 16:24:01 +00:00
width: 83.33333%;
}
.tile.is-11 {
2017-01-15 21:20:34 +00:00
flex: none;
2016-09-24 16:24:01 +00:00
width: 91.66667%;
}
.tile.is-12 {
2017-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
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 {
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
}
}
@media screen and (min-width: 769px) {
.hero-buttons {
display: flex;
2017-01-15 21:20:34 +00:00
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-01-15 21:20:34 +00:00
flex-grow: 0;
flex-shrink: 0;
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero-body {
2017-01-15 21:20:34 +00:00
flex-grow: 1;
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-01-15 21:20:34 +00:00
align-items: stretch;
2016-09-18 18:12:19 +00:00
background-color: white;
2016-05-08 10:18:28 +00:00
display: flex;
2017-01-15 21:20:34 +00:00
flex-direction: column;
justify-content: space-between;
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero .nav {
background: none;
2016-09-18 18:12:19 +00:00
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-01-04 17:37:52 +00:00
.hero.is-white a,
.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
}
.hero.is-white .subtitle a,
.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 {
2016-09-24 16:24:01 +00:00
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
}
@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-01-04 17:37:52 +00:00
.hero.is-black a,
.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
}
.hero.is-black .subtitle a,
.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 {
2016-05-05 23:25:14 +00:00
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
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
}
@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-01-04 17:37:52 +00:00
.hero.is-light a,
.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
}
.hero.is-light .subtitle a,
.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 {
2016-09-24 16:24:01 +00:00
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 {
2016-09-18 18:12:19 +00:00
background-image: linear-gradient(141deg, #dfd8d8 0%, whitesmoke 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-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-01-04 17:37:52 +00:00
.hero.is-dark a,
.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
}
2016-04-18 19:02:26 +00:00
.hero.is-dark .subtitle a,
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 {
2016-09-18 18:12:19 +00:00
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 {
2016-09-24 16:24:01 +00:00
background-image: linear-gradient(141deg, #1f1919 0%, #363636 71%, #463f3f 100%);
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-01-04 17:37:52 +00:00
.hero.is-primary a,
.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
}
2016-04-18 19:02:26 +00:00
.hero.is-primary .subtitle a,
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 {
2016-01-30 10:30:06 +00:00
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
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
}
@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-01-04 17:37:52 +00:00
.hero.is-info a,
.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
}
2016-04-18 19:02:26 +00:00
.hero.is-info .subtitle a,
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 {
2016-01-30 10:30:06 +00:00
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
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
}
@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-01-04 17:37:52 +00:00
.hero.is-success a,
.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
}
2016-04-18 19:02:26 +00:00
.hero.is-success .subtitle a,
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 {
2016-01-30 10:30:06 +00:00
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
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
}
@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-01-04 17:37:52 +00:00
.hero.is-warning a,
.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
}
2016-04-18 19:02:26 +00:00
.hero.is-warning .subtitle a,
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 {
2016-09-24 16:24:01 +00:00
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
}
@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-01-04 17:37:52 +00:00
.hero.is-danger a,
.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
}
2016-04-18 19:02:26 +00:00
.hero.is-danger .subtitle a,
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 {
2016-01-30 10:30:06 +00:00
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
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
}
@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);
}
}
@media screen and (min-width: 769px) {
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
}
}
@media screen and (min-width: 769px) {
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
}
}
2016-05-08 10:18:28 +00:00
.hero.is-fullheight {
min-height: 100vh;
2016-01-30 10:30:06 +00:00
}
2016-05-08 10:18:28 +00:00
.hero.is-fullheight .hero-body {
2017-01-15 21:20:34 +00:00
align-items: center;
2016-01-30 10:30:06 +00:00
display: flex;
}
2016-05-08 10:18:28 +00:00
.hero.is-fullheight .hero-body > .container {
2017-01-15 21:20:34 +00:00
flex-grow: 1;
flex-shrink: 1;
2016-01-30 10:30:06 +00:00
}
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-01-15 21:20:34 +00:00
2016-01-30 10:30:06 +00:00
/*# sourceMappingURL=bulma.css.map */