10982 lines
293 KiB
CSS
10982 lines
293 KiB
CSS
@charset "UTF-8";
|
||
@font-face {
|
||
font-family: "Ionicons";
|
||
src: url("../fonts/ionicons.eot");
|
||
src: url("../fonts/ionicons.eot#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf") format("truetype"), url("../fonts/ionicons.woff") format("woff"), url("../fonts/ionicons.svg#Ionicons") format("svg");
|
||
font-weight: normal;
|
||
font-style: normal; }
|
||
|
||
@font-face {
|
||
font-family: 'Poppins';
|
||
src: url("../fonts/Poppins-400.woff2") format("woff2"), url("../fonts/Poppins-400.woff") format("woff"), url("../fonts/Poppins-400.ttf") format("truetype");
|
||
font-weight: 400;
|
||
font-style: normal; }
|
||
|
||
@font-face {
|
||
font-family: 'Poppins';
|
||
src: url("../fonts/Poppins-700.woff2") format("woff2"), url("../fonts/Poppins-700.woff") format("woff"), url("../fonts/Poppins-700.ttf") format("truetype");
|
||
font-weight: 700;
|
||
font-style: normal; }
|
||
|
||
@font-face {
|
||
font-family: 'Anonymous Pro';
|
||
src: url("../fonts/AnonymousPro-400.woff2") format("woff2"), url("../fonts/AnonymousPro-400.woff") format("woff"), url("../fonts/AnonymousPro-400.ttf") format("truetype");
|
||
font-weight: 700;
|
||
font-style: normal; }
|
||
|
||
/*! bulma.io v0.7.2 | MIT License | github.com/jgthms/bulma */
|
||
@keyframes spinAround {
|
||
from {
|
||
transform: rotate(0deg); }
|
||
to {
|
||
transform: rotate(359deg); } }
|
||
|
||
.delete, .modal-close, .is-unselectable, .button, .file, .breadcrumb, .pagination-previous,
|
||
.pagination-next,
|
||
.pagination-link,
|
||
.pagination-ellipsis, .tabs {
|
||
-webkit-touch-callout: none;
|
||
-webkit-user-select: none;
|
||
-moz-user-select: none;
|
||
-ms-user-select: none;
|
||
user-select: none; }
|
||
|
||
.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
|
||
border: 3px solid transparent;
|
||
border-radius: 2px;
|
||
border-right: 0;
|
||
border-top: 0;
|
||
content: " ";
|
||
display: block;
|
||
height: 0.625em;
|
||
margin-top: -0.4375em;
|
||
pointer-events: none;
|
||
position: absolute;
|
||
top: 50%;
|
||
transform: rotate(-45deg);
|
||
transform-origin: center;
|
||
width: 0.625em; }
|
||
|
||
.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child),
|
||
.subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .list:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) {
|
||
margin-bottom: 1.5rem; }
|
||
|
||
.delete, .modal-close {
|
||
-moz-appearance: none;
|
||
-webkit-appearance: none;
|
||
background-color: rgba(10, 10, 10, 0.2);
|
||
border: none;
|
||
border-radius: 290486px;
|
||
cursor: pointer;
|
||
pointer-events: auto;
|
||
display: inline-block;
|
||
flex-grow: 0;
|
||
flex-shrink: 0;
|
||
font-size: 0;
|
||
height: 20px;
|
||
max-height: 20px;
|
||
max-width: 20px;
|
||
min-height: 20px;
|
||
min-width: 20px;
|
||
outline: none;
|
||
position: relative;
|
||
vertical-align: top;
|
||
width: 20px; }
|
||
.delete::before, .modal-close::before, .delete::after, .modal-close::after {
|
||
background-color: #FFFFFF;
|
||
content: "";
|
||
display: block;
|
||
left: 50%;
|
||
position: absolute;
|
||
top: 50%;
|
||
transform: translateX(-50%) translateY(-50%) rotate(45deg);
|
||
transform-origin: center center; }
|
||
.delete::before, .modal-close::before {
|
||
height: 2px;
|
||
width: 50%; }
|
||
.delete::after, .modal-close::after {
|
||
height: 50%;
|
||
width: 2px; }
|
||
.delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
|
||
background-color: rgba(10, 10, 10, 0.3); }
|
||
.delete:active, .modal-close:active {
|
||
background-color: rgba(10, 10, 10, 0.4); }
|
||
.is-small.delete, .is-small.modal-close {
|
||
height: 16px;
|
||
max-height: 16px;
|
||
max-width: 16px;
|
||
min-height: 16px;
|
||
min-width: 16px;
|
||
width: 16px; }
|
||
.is-medium.delete, .is-medium.modal-close {
|
||
height: 24px;
|
||
max-height: 24px;
|
||
max-width: 24px;
|
||
min-height: 24px;
|
||
min-width: 24px;
|
||
width: 24px; }
|
||
.is-large.delete, .is-large.modal-close {
|
||
height: 32px;
|
||
max-height: 32px;
|
||
max-width: 32px;
|
||
min-height: 32px;
|
||
min-width: 32px;
|
||
width: 32px; }
|
||
|
||
.button.is-loading::after, .select.is-loading::after, .control.is-loading::after, .loader {
|
||
animation: spinAround 500ms infinite linear;
|
||
border: 2px solid #dbdbdb;
|
||
border-radius: 290486px;
|
||
border-right-color: transparent;
|
||
border-top-color: transparent;
|
||
content: "";
|
||
display: block;
|
||
height: 1em;
|
||
position: relative;
|
||
width: 1em; }
|
||
|
||
.is-overlay, .image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img, .modal, .modal-background, .hero-video {
|
||
bottom: 0;
|
||
left: 0;
|
||
position: absolute;
|
||
right: 0;
|
||
top: 0; }
|
||
|
||
.button, .input,
|
||
.textarea, .select select, .file-cta,
|
||
.file-name, .pagination-previous,
|
||
.pagination-next,
|
||
.pagination-link,
|
||
.pagination-ellipsis {
|
||
-moz-appearance: none;
|
||
-webkit-appearance: none;
|
||
align-items: center;
|
||
border: 1px solid transparent;
|
||
border-radius: 0;
|
||
box-shadow: none;
|
||
display: inline-flex;
|
||
font-size: 0.88rem;
|
||
height: 2.25em;
|
||
justify-content: flex-start;
|
||
line-height: 1.5;
|
||
padding-bottom: calc(0.375em - 1px);
|
||
padding-left: calc(0.625em - 1px);
|
||
padding-right: calc(0.625em - 1px);
|
||
padding-top: calc(0.375em - 1px);
|
||
position: relative;
|
||
vertical-align: top; }
|
||
.button:focus, .input:focus,
|
||
.textarea:focus, .select select:focus, .file-cta:focus,
|
||
.file-name:focus, .pagination-previous:focus,
|
||
.pagination-next:focus,
|
||
.pagination-link:focus,
|
||
.pagination-ellipsis:focus, .is-focused.button, .is-focused.input,
|
||
.is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
|
||
.is-focused.file-name, .is-focused.pagination-previous,
|
||
.is-focused.pagination-next,
|
||
.is-focused.pagination-link,
|
||
.is-focused.pagination-ellipsis, .button:active, .input:active,
|
||
.textarea:active, .select select:active, .file-cta:active,
|
||
.file-name:active, .pagination-previous:active,
|
||
.pagination-next:active,
|
||
.pagination-link:active,
|
||
.pagination-ellipsis:active, .is-active.button, .is-active.input,
|
||
.is-active.textarea, .select select.is-active, .is-active.file-cta,
|
||
.is-active.file-name, .is-active.pagination-previous,
|
||
.is-active.pagination-next,
|
||
.is-active.pagination-link,
|
||
.is-active.pagination-ellipsis {
|
||
outline: none; }
|
||
.button[disabled], .input[disabled],
|
||
.textarea[disabled], .select select[disabled], .file-cta[disabled],
|
||
.file-name[disabled], .pagination-previous[disabled],
|
||
.pagination-next[disabled],
|
||
.pagination-link[disabled],
|
||
.pagination-ellipsis[disabled] {
|
||
cursor: not-allowed; }
|
||
|
||
/*! minireset.css v0.0.3 | 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 {
|
||
margin: 0;
|
||
padding: 0; }
|
||
|
||
h1,
|
||
h2,
|
||
h3,
|
||
h4,
|
||
h5,
|
||
h6 {
|
||
font-size: 100%;
|
||
font-weight: normal; }
|
||
|
||
ul {
|
||
list-style: none; }
|
||
|
||
button,
|
||
input,
|
||
select,
|
||
textarea {
|
||
margin: 0; }
|
||
|
||
html {
|
||
box-sizing: border-box; }
|
||
|
||
*, *::before, *::after {
|
||
box-sizing: inherit; }
|
||
|
||
img,
|
||
audio,
|
||
video {
|
||
height: auto;
|
||
max-width: 100%; }
|
||
|
||
iframe {
|
||
border: 0; }
|
||
|
||
table {
|
||
border-collapse: collapse;
|
||
border-spacing: 0; }
|
||
|
||
td,
|
||
th {
|
||
padding: 0;
|
||
text-align: left; }
|
||
|
||
html {
|
||
background-color: #FFFFFF;
|
||
font-size: 16px;
|
||
-moz-osx-font-smoothing: grayscale;
|
||
-webkit-font-smoothing: antialiased;
|
||
min-width: 300px;
|
||
overflow-x: hidden;
|
||
overflow-y: scroll;
|
||
text-rendering: optimizeLegibility;
|
||
text-size-adjust: 100%; }
|
||
|
||
article,
|
||
aside,
|
||
figure,
|
||
footer,
|
||
header,
|
||
hgroup,
|
||
section {
|
||
display: block; }
|
||
|
||
body,
|
||
button,
|
||
input,
|
||
select,
|
||
textarea {
|
||
font-family: "Poppins", "Century Gothic", CenturyGothic, AppleGothic, sans-serif; }
|
||
|
||
code,
|
||
pre {
|
||
-moz-osx-font-smoothing: auto;
|
||
-webkit-font-smoothing: auto;
|
||
font-family: "Anonymous Pro", "Andale Mono", AndaleMono, monospace; }
|
||
|
||
body {
|
||
color: #0D1E34;
|
||
font-size: 1rem;
|
||
font-weight: 400;
|
||
line-height: 1.5; }
|
||
|
||
a {
|
||
color: #26599B;
|
||
cursor: pointer;
|
||
text-decoration: none; }
|
||
a strong {
|
||
color: currentColor; }
|
||
a:hover {
|
||
color: #E4E5E7; }
|
||
|
||
code {
|
||
background-color: #FFFFFF;
|
||
color: #DB512A;
|
||
font-size: 0.875em;
|
||
font-weight: normal;
|
||
padding: 0.25em 0.5em 0.25em; }
|
||
|
||
hr {
|
||
background-color: #FFFFFF;
|
||
border: none;
|
||
display: block;
|
||
height: 2px;
|
||
margin: 1.5rem 0; }
|
||
|
||
img {
|
||
height: auto;
|
||
max-width: 100%; }
|
||
|
||
input[type="checkbox"],
|
||
input[type="radio"] {
|
||
vertical-align: baseline; }
|
||
|
||
small {
|
||
font-size: 0.875em; }
|
||
|
||
span {
|
||
font-style: inherit;
|
||
font-weight: inherit; }
|
||
|
||
strong {
|
||
color: #0D1E34;
|
||
font-weight: 700; }
|
||
|
||
pre {
|
||
-webkit-overflow-scrolling: touch;
|
||
background-color: #FFFFFF;
|
||
color: #0D1E34;
|
||
font-size: 0.875em;
|
||
overflow-x: auto;
|
||
padding: 1.25rem 1.5rem;
|
||
white-space: pre;
|
||
word-wrap: normal; }
|
||
pre code {
|
||
background-color: transparent;
|
||
color: currentColor;
|
||
font-size: 1em;
|
||
padding: 0; }
|
||
|
||
table td,
|
||
table th {
|
||
text-align: left;
|
||
vertical-align: top; }
|
||
|
||
table th {
|
||
color: #0D1E34; }
|
||
|
||
.is-clearfix::after {
|
||
clear: both;
|
||
content: " ";
|
||
display: table; }
|
||
|
||
.is-pulled-left {
|
||
float: left !important; }
|
||
|
||
.is-pulled-right {
|
||
float: right !important; }
|
||
|
||
.is-clipped {
|
||
overflow: hidden !important; }
|
||
|
||
.is-size-1 {
|
||
font-size: 5.63rem !important; }
|
||
|
||
.is-size-2 {
|
||
font-size: 3.5rem !important; }
|
||
|
||
.is-size-3 {
|
||
font-size: 2.5rem !important; }
|
||
|
||
.is-size-4 {
|
||
font-size: 1.75rem !important; }
|
||
|
||
.is-size-5 {
|
||
font-size: 1.25rem !important; }
|
||
|
||
.is-size-6 {
|
||
font-size: 0.88rem !important; }
|
||
|
||
.is-size-7 {
|
||
font-size: 0.63rem !important; }
|
||
|
||
@media screen and (max-width: 768px) {
|
||
.is-size-1-mobile {
|
||
font-size: 5.63rem !important; }
|
||
.is-size-2-mobile {
|
||
font-size: 3.5rem !important; }
|
||
.is-size-3-mobile {
|
||
font-size: 2.5rem !important; }
|
||
.is-size-4-mobile {
|
||
font-size: 1.75rem !important; }
|
||
.is-size-5-mobile {
|
||
font-size: 1.25rem !important; }
|
||
.is-size-6-mobile {
|
||
font-size: 0.88rem !important; }
|
||
.is-size-7-mobile {
|
||
font-size: 0.63rem !important; } }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.is-size-1-tablet {
|
||
font-size: 5.63rem !important; }
|
||
.is-size-2-tablet {
|
||
font-size: 3.5rem !important; }
|
||
.is-size-3-tablet {
|
||
font-size: 2.5rem !important; }
|
||
.is-size-4-tablet {
|
||
font-size: 1.75rem !important; }
|
||
.is-size-5-tablet {
|
||
font-size: 1.25rem !important; }
|
||
.is-size-6-tablet {
|
||
font-size: 0.88rem !important; }
|
||
.is-size-7-tablet {
|
||
font-size: 0.63rem !important; } }
|
||
|
||
@media screen and (max-width: 1023px) {
|
||
.is-size-1-touch {
|
||
font-size: 5.63rem !important; }
|
||
.is-size-2-touch {
|
||
font-size: 3.5rem !important; }
|
||
.is-size-3-touch {
|
||
font-size: 2.5rem !important; }
|
||
.is-size-4-touch {
|
||
font-size: 1.75rem !important; }
|
||
.is-size-5-touch {
|
||
font-size: 1.25rem !important; }
|
||
.is-size-6-touch {
|
||
font-size: 0.88rem !important; }
|
||
.is-size-7-touch {
|
||
font-size: 0.63rem !important; } }
|
||
|
||
@media screen and (min-width: 1024px) {
|
||
.is-size-1-desktop {
|
||
font-size: 5.63rem !important; }
|
||
.is-size-2-desktop {
|
||
font-size: 3.5rem !important; }
|
||
.is-size-3-desktop {
|
||
font-size: 2.5rem !important; }
|
||
.is-size-4-desktop {
|
||
font-size: 1.75rem !important; }
|
||
.is-size-5-desktop {
|
||
font-size: 1.25rem !important; }
|
||
.is-size-6-desktop {
|
||
font-size: 0.88rem !important; }
|
||
.is-size-7-desktop {
|
||
font-size: 0.63rem !important; } }
|
||
|
||
@media screen and (min-width: 1216px) {
|
||
.is-size-1-widescreen {
|
||
font-size: 5.63rem !important; }
|
||
.is-size-2-widescreen {
|
||
font-size: 3.5rem !important; }
|
||
.is-size-3-widescreen {
|
||
font-size: 2.5rem !important; }
|
||
.is-size-4-widescreen {
|
||
font-size: 1.75rem !important; }
|
||
.is-size-5-widescreen {
|
||
font-size: 1.25rem !important; }
|
||
.is-size-6-widescreen {
|
||
font-size: 0.88rem !important; }
|
||
.is-size-7-widescreen {
|
||
font-size: 0.63rem !important; } }
|
||
|
||
@media screen and (min-width: 1408px) {
|
||
.is-size-1-fullhd {
|
||
font-size: 5.63rem !important; }
|
||
.is-size-2-fullhd {
|
||
font-size: 3.5rem !important; }
|
||
.is-size-3-fullhd {
|
||
font-size: 2.5rem !important; }
|
||
.is-size-4-fullhd {
|
||
font-size: 1.75rem !important; }
|
||
.is-size-5-fullhd {
|
||
font-size: 1.25rem !important; }
|
||
.is-size-6-fullhd {
|
||
font-size: 0.88rem !important; }
|
||
.is-size-7-fullhd {
|
||
font-size: 0.63rem !important; } }
|
||
|
||
.has-text-centered {
|
||
text-align: center !important; }
|
||
|
||
.has-text-justified {
|
||
text-align: justify !important; }
|
||
|
||
.has-text-left {
|
||
text-align: left !important; }
|
||
|
||
.has-text-right {
|
||
text-align: right !important; }
|
||
|
||
@media screen and (max-width: 768px) {
|
||
.has-text-centered-mobile {
|
||
text-align: center !important; } }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.has-text-centered-tablet {
|
||
text-align: center !important; } }
|
||
|
||
@media screen and (min-width: 769px) and (max-width: 1023px) {
|
||
.has-text-centered-tablet-only {
|
||
text-align: center !important; } }
|
||
|
||
@media screen and (max-width: 1023px) {
|
||
.has-text-centered-touch {
|
||
text-align: center !important; } }
|
||
|
||
@media screen and (min-width: 1024px) {
|
||
.has-text-centered-desktop {
|
||
text-align: center !important; } }
|
||
|
||
@media screen and (min-width: 1024px) and (max-width: 1215px) {
|
||
.has-text-centered-desktop-only {
|
||
text-align: center !important; } }
|
||
|
||
@media screen and (min-width: 1216px) {
|
||
.has-text-centered-widescreen {
|
||
text-align: center !important; } }
|
||
|
||
@media screen and (min-width: 1216px) and (max-width: 1407px) {
|
||
.has-text-centered-widescreen-only {
|
||
text-align: center !important; } }
|
||
|
||
@media screen and (min-width: 1408px) {
|
||
.has-text-centered-fullhd {
|
||
text-align: center !important; } }
|
||
|
||
@media screen and (max-width: 768px) {
|
||
.has-text-justified-mobile {
|
||
text-align: justify !important; } }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.has-text-justified-tablet {
|
||
text-align: justify !important; } }
|
||
|
||
@media screen and (min-width: 769px) and (max-width: 1023px) {
|
||
.has-text-justified-tablet-only {
|
||
text-align: justify !important; } }
|
||
|
||
@media screen and (max-width: 1023px) {
|
||
.has-text-justified-touch {
|
||
text-align: justify !important; } }
|
||
|
||
@media screen and (min-width: 1024px) {
|
||
.has-text-justified-desktop {
|
||
text-align: justify !important; } }
|
||
|
||
@media screen and (min-width: 1024px) and (max-width: 1215px) {
|
||
.has-text-justified-desktop-only {
|
||
text-align: justify !important; } }
|
||
|
||
@media screen and (min-width: 1216px) {
|
||
.has-text-justified-widescreen {
|
||
text-align: justify !important; } }
|
||
|
||
@media screen and (min-width: 1216px) and (max-width: 1407px) {
|
||
.has-text-justified-widescreen-only {
|
||
text-align: justify !important; } }
|
||
|
||
@media screen and (min-width: 1408px) {
|
||
.has-text-justified-fullhd {
|
||
text-align: justify !important; } }
|
||
|
||
@media screen and (max-width: 768px) {
|
||
.has-text-left-mobile {
|
||
text-align: left !important; } }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.has-text-left-tablet {
|
||
text-align: left !important; } }
|
||
|
||
@media screen and (min-width: 769px) and (max-width: 1023px) {
|
||
.has-text-left-tablet-only {
|
||
text-align: left !important; } }
|
||
|
||
@media screen and (max-width: 1023px) {
|
||
.has-text-left-touch {
|
||
text-align: left !important; } }
|
||
|
||
@media screen and (min-width: 1024px) {
|
||
.has-text-left-desktop {
|
||
text-align: left !important; } }
|
||
|
||
@media screen and (min-width: 1024px) and (max-width: 1215px) {
|
||
.has-text-left-desktop-only {
|
||
text-align: left !important; } }
|
||
|
||
@media screen and (min-width: 1216px) {
|
||
.has-text-left-widescreen {
|
||
text-align: left !important; } }
|
||
|
||
@media screen and (min-width: 1216px) and (max-width: 1407px) {
|
||
.has-text-left-widescreen-only {
|
||
text-align: left !important; } }
|
||
|
||
@media screen and (min-width: 1408px) {
|
||
.has-text-left-fullhd {
|
||
text-align: left !important; } }
|
||
|
||
@media screen and (max-width: 768px) {
|
||
.has-text-right-mobile {
|
||
text-align: right !important; } }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.has-text-right-tablet {
|
||
text-align: right !important; } }
|
||
|
||
@media screen and (min-width: 769px) and (max-width: 1023px) {
|
||
.has-text-right-tablet-only {
|
||
text-align: right !important; } }
|
||
|
||
@media screen and (max-width: 1023px) {
|
||
.has-text-right-touch {
|
||
text-align: right !important; } }
|
||
|
||
@media screen and (min-width: 1024px) {
|
||
.has-text-right-desktop {
|
||
text-align: right !important; } }
|
||
|
||
@media screen and (min-width: 1024px) and (max-width: 1215px) {
|
||
.has-text-right-desktop-only {
|
||
text-align: right !important; } }
|
||
|
||
@media screen and (min-width: 1216px) {
|
||
.has-text-right-widescreen {
|
||
text-align: right !important; } }
|
||
|
||
@media screen and (min-width: 1216px) and (max-width: 1407px) {
|
||
.has-text-right-widescreen-only {
|
||
text-align: right !important; } }
|
||
|
||
@media screen and (min-width: 1408px) {
|
||
.has-text-right-fullhd {
|
||
text-align: right !important; } }
|
||
|
||
.is-capitalized {
|
||
text-transform: capitalize !important; }
|
||
|
||
.is-lowercase {
|
||
text-transform: lowercase !important; }
|
||
|
||
.is-uppercase {
|
||
text-transform: uppercase !important; }
|
||
|
||
.is-italic {
|
||
font-style: italic !important; }
|
||
|
||
.has-text-white {
|
||
color: #FFFFFF !important; }
|
||
|
||
a.has-text-white:hover, a.has-text-white:focus {
|
||
color: #e6e5e5 !important; }
|
||
|
||
.has-background-white {
|
||
background-color: #FFFFFF !important; }
|
||
|
||
.has-text-black {
|
||
color: #0a0a0a !important; }
|
||
|
||
a.has-text-black:hover, a.has-text-black:focus {
|
||
color: black !important; }
|
||
|
||
.has-background-black {
|
||
background-color: #0a0a0a !important; }
|
||
|
||
.has-text-light {
|
||
color: #FFFFFF !important; }
|
||
|
||
a.has-text-light:hover, a.has-text-light:focus {
|
||
color: #e6e5e5 !important; }
|
||
|
||
.has-background-light {
|
||
background-color: #FFFFFF !important; }
|
||
|
||
.has-text-dark {
|
||
color: #0D1E34 !important; }
|
||
|
||
a.has-text-dark:hover, a.has-text-dark:focus {
|
||
color: #03060b !important; }
|
||
|
||
.has-background-dark {
|
||
background-color: #0D1E34 !important; }
|
||
|
||
.has-text-primary {
|
||
color: #26599B !important; }
|
||
|
||
a.has-text-primary:hover, a.has-text-primary:focus {
|
||
color: #1c4172 !important; }
|
||
|
||
.has-background-primary {
|
||
background-color: #26599B !important; }
|
||
|
||
.has-text-link {
|
||
color: #26599B !important; }
|
||
|
||
a.has-text-link:hover, a.has-text-link:focus {
|
||
color: #1c4172 !important; }
|
||
|
||
.has-background-link {
|
||
background-color: #26599B !important; }
|
||
|
||
.has-text-info {
|
||
color: #26599B !important; }
|
||
|
||
a.has-text-info:hover, a.has-text-info:focus {
|
||
color: #1c4172 !important; }
|
||
|
||
.has-background-info {
|
||
background-color: #26599B !important; }
|
||
|
||
.has-text-success {
|
||
color: #3DB5A0 !important; }
|
||
|
||
a.has-text-success:hover, a.has-text-success:focus {
|
||
color: #308f7e !important; }
|
||
|
||
.has-background-success {
|
||
background-color: #3DB5A0 !important; }
|
||
|
||
.has-text-warning {
|
||
color: #CBC219 !important; }
|
||
|
||
a.has-text-warning:hover, a.has-text-warning:focus {
|
||
color: #9e9713 !important; }
|
||
|
||
.has-background-warning {
|
||
background-color: #CBC219 !important; }
|
||
|
||
.has-text-danger {
|
||
color: #DB512A !important; }
|
||
|
||
a.has-text-danger:hover, a.has-text-danger:focus {
|
||
color: #b43f1e !important; }
|
||
|
||
.has-background-danger {
|
||
background-color: #DB512A !important; }
|
||
|
||
.has-text-black-bis {
|
||
color: #121212 !important; }
|
||
|
||
.has-background-black-bis {
|
||
background-color: #121212 !important; }
|
||
|
||
.has-text-black-ter {
|
||
color: #242424 !important; }
|
||
|
||
.has-background-black-ter {
|
||
background-color: #242424 !important; }
|
||
|
||
.has-text-grey-darker {
|
||
color: #363636 !important; }
|
||
|
||
.has-background-grey-darker {
|
||
background-color: #363636 !important; }
|
||
|
||
.has-text-grey-dark {
|
||
color: #4a4a4a !important; }
|
||
|
||
.has-background-grey-dark {
|
||
background-color: #4a4a4a !important; }
|
||
|
||
.has-text-grey {
|
||
color: #E4E5E7 !important; }
|
||
|
||
.has-background-grey {
|
||
background-color: #E4E5E7 !important; }
|
||
|
||
.has-text-grey-light {
|
||
color: #b5b5b5 !important; }
|
||
|
||
.has-background-grey-light {
|
||
background-color: #b5b5b5 !important; }
|
||
|
||
.has-text-grey-lighter {
|
||
color: #dbdbdb !important; }
|
||
|
||
.has-background-grey-lighter {
|
||
background-color: #dbdbdb !important; }
|
||
|
||
.has-text-white-ter {
|
||
color: whitesmoke !important; }
|
||
|
||
.has-background-white-ter {
|
||
background-color: whitesmoke !important; }
|
||
|
||
.has-text-white-bis {
|
||
color: #fafafa !important; }
|
||
|
||
.has-background-white-bis {
|
||
background-color: #fafafa !important; }
|
||
|
||
.has-text-weight-light {
|
||
font-weight: 4300 !important; }
|
||
|
||
.has-text-weight-normal {
|
||
font-weight: 400 !important; }
|
||
|
||
.has-text-weight-semibold {
|
||
font-weight: 700 !important; }
|
||
|
||
.has-text-weight-bold {
|
||
font-weight: 700 !important; }
|
||
|
||
.is-block {
|
||
display: block !important; }
|
||
|
||
@media screen and (max-width: 768px) {
|
||
.is-block-mobile {
|
||
display: block !important; } }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.is-block-tablet {
|
||
display: block !important; } }
|
||
|
||
@media screen and (min-width: 769px) and (max-width: 1023px) {
|
||
.is-block-tablet-only {
|
||
display: block !important; } }
|
||
|
||
@media screen and (max-width: 1023px) {
|
||
.is-block-touch {
|
||
display: block !important; } }
|
||
|
||
@media screen and (min-width: 1024px) {
|
||
.is-block-desktop {
|
||
display: block !important; } }
|
||
|
||
@media screen and (min-width: 1024px) and (max-width: 1215px) {
|
||
.is-block-desktop-only {
|
||
display: block !important; } }
|
||
|
||
@media screen and (min-width: 1216px) {
|
||
.is-block-widescreen {
|
||
display: block !important; } }
|
||
|
||
@media screen and (min-width: 1216px) and (max-width: 1407px) {
|
||
.is-block-widescreen-only {
|
||
display: block !important; } }
|
||
|
||
@media screen and (min-width: 1408px) {
|
||
.is-block-fullhd {
|
||
display: block !important; } }
|
||
|
||
.is-flex {
|
||
display: flex !important; }
|
||
|
||
@media screen and (max-width: 768px) {
|
||
.is-flex-mobile {
|
||
display: flex !important; } }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.is-flex-tablet {
|
||
display: flex !important; } }
|
||
|
||
@media screen and (min-width: 769px) and (max-width: 1023px) {
|
||
.is-flex-tablet-only {
|
||
display: flex !important; } }
|
||
|
||
@media screen and (max-width: 1023px) {
|
||
.is-flex-touch {
|
||
display: flex !important; } }
|
||
|
||
@media screen and (min-width: 1024px) {
|
||
.is-flex-desktop {
|
||
display: flex !important; } }
|
||
|
||
@media screen and (min-width: 1024px) and (max-width: 1215px) {
|
||
.is-flex-desktop-only {
|
||
display: flex !important; } }
|
||
|
||
@media screen and (min-width: 1216px) {
|
||
.is-flex-widescreen {
|
||
display: flex !important; } }
|
||
|
||
@media screen and (min-width: 1216px) and (max-width: 1407px) {
|
||
.is-flex-widescreen-only {
|
||
display: flex !important; } }
|
||
|
||
@media screen and (min-width: 1408px) {
|
||
.is-flex-fullhd {
|
||
display: flex !important; } }
|
||
|
||
.is-inline {
|
||
display: inline !important; }
|
||
|
||
@media screen and (max-width: 768px) {
|
||
.is-inline-mobile {
|
||
display: inline !important; } }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.is-inline-tablet {
|
||
display: inline !important; } }
|
||
|
||
@media screen and (min-width: 769px) and (max-width: 1023px) {
|
||
.is-inline-tablet-only {
|
||
display: inline !important; } }
|
||
|
||
@media screen and (max-width: 1023px) {
|
||
.is-inline-touch {
|
||
display: inline !important; } }
|
||
|
||
@media screen and (min-width: 1024px) {
|
||
.is-inline-desktop {
|
||
display: inline !important; } }
|
||
|
||
@media screen and (min-width: 1024px) and (max-width: 1215px) {
|
||
.is-inline-desktop-only {
|
||
display: inline !important; } }
|
||
|
||
@media screen and (min-width: 1216px) {
|
||
.is-inline-widescreen {
|
||
display: inline !important; } }
|
||
|
||
@media screen and (min-width: 1216px) and (max-width: 1407px) {
|
||
.is-inline-widescreen-only {
|
||
display: inline !important; } }
|
||
|
||
@media screen and (min-width: 1408px) {
|
||
.is-inline-fullhd {
|
||
display: inline !important; } }
|
||
|
||
.is-inline-block {
|
||
display: inline-block !important; }
|
||
|
||
@media screen and (max-width: 768px) {
|
||
.is-inline-block-mobile {
|
||
display: inline-block !important; } }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.is-inline-block-tablet {
|
||
display: inline-block !important; } }
|
||
|
||
@media screen and (min-width: 769px) and (max-width: 1023px) {
|
||
.is-inline-block-tablet-only {
|
||
display: inline-block !important; } }
|
||
|
||
@media screen and (max-width: 1023px) {
|
||
.is-inline-block-touch {
|
||
display: inline-block !important; } }
|
||
|
||
@media screen and (min-width: 1024px) {
|
||
.is-inline-block-desktop {
|
||
display: inline-block !important; } }
|
||
|
||
@media screen and (min-width: 1024px) and (max-width: 1215px) {
|
||
.is-inline-block-desktop-only {
|
||
display: inline-block !important; } }
|
||
|
||
@media screen and (min-width: 1216px) {
|
||
.is-inline-block-widescreen {
|
||
display: inline-block !important; } }
|
||
|
||
@media screen and (min-width: 1216px) and (max-width: 1407px) {
|
||
.is-inline-block-widescreen-only {
|
||
display: inline-block !important; } }
|
||
|
||
@media screen and (min-width: 1408px) {
|
||
.is-inline-block-fullhd {
|
||
display: inline-block !important; } }
|
||
|
||
.is-inline-flex {
|
||
display: inline-flex !important; }
|
||
|
||
@media screen and (max-width: 768px) {
|
||
.is-inline-flex-mobile {
|
||
display: inline-flex !important; } }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.is-inline-flex-tablet {
|
||
display: inline-flex !important; } }
|
||
|
||
@media screen and (min-width: 769px) and (max-width: 1023px) {
|
||
.is-inline-flex-tablet-only {
|
||
display: inline-flex !important; } }
|
||
|
||
@media screen and (max-width: 1023px) {
|
||
.is-inline-flex-touch {
|
||
display: inline-flex !important; } }
|
||
|
||
@media screen and (min-width: 1024px) {
|
||
.is-inline-flex-desktop {
|
||
display: inline-flex !important; } }
|
||
|
||
@media screen and (min-width: 1024px) and (max-width: 1215px) {
|
||
.is-inline-flex-desktop-only {
|
||
display: inline-flex !important; } }
|
||
|
||
@media screen and (min-width: 1216px) {
|
||
.is-inline-flex-widescreen {
|
||
display: inline-flex !important; } }
|
||
|
||
@media screen and (min-width: 1216px) and (max-width: 1407px) {
|
||
.is-inline-flex-widescreen-only {
|
||
display: inline-flex !important; } }
|
||
|
||
@media screen and (min-width: 1408px) {
|
||
.is-inline-flex-fullhd {
|
||
display: inline-flex !important; } }
|
||
|
||
.is-hidden {
|
||
display: none !important; }
|
||
|
||
.is-sr-only {
|
||
border: none !important;
|
||
clip: rect(0, 0, 0, 0) !important;
|
||
height: 0.01em !important;
|
||
overflow: hidden !important;
|
||
padding: 0 !important;
|
||
position: absolute !important;
|
||
white-space: nowrap !important;
|
||
width: 0.01em !important; }
|
||
|
||
@media screen and (max-width: 768px) {
|
||
.is-hidden-mobile {
|
||
display: none !important; } }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.is-hidden-tablet {
|
||
display: none !important; } }
|
||
|
||
@media screen and (min-width: 769px) and (max-width: 1023px) {
|
||
.is-hidden-tablet-only {
|
||
display: none !important; } }
|
||
|
||
@media screen and (max-width: 1023px) {
|
||
.is-hidden-touch {
|
||
display: none !important; } }
|
||
|
||
@media screen and (min-width: 1024px) {
|
||
.is-hidden-desktop {
|
||
display: none !important; } }
|
||
|
||
@media screen and (min-width: 1024px) and (max-width: 1215px) {
|
||
.is-hidden-desktop-only {
|
||
display: none !important; } }
|
||
|
||
@media screen and (min-width: 1216px) {
|
||
.is-hidden-widescreen {
|
||
display: none !important; } }
|
||
|
||
@media screen and (min-width: 1216px) and (max-width: 1407px) {
|
||
.is-hidden-widescreen-only {
|
||
display: none !important; } }
|
||
|
||
@media screen and (min-width: 1408px) {
|
||
.is-hidden-fullhd {
|
||
display: none !important; } }
|
||
|
||
.is-invisible {
|
||
visibility: hidden !important; }
|
||
|
||
@media screen and (max-width: 768px) {
|
||
.is-invisible-mobile {
|
||
visibility: hidden !important; } }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.is-invisible-tablet {
|
||
visibility: hidden !important; } }
|
||
|
||
@media screen and (min-width: 769px) and (max-width: 1023px) {
|
||
.is-invisible-tablet-only {
|
||
visibility: hidden !important; } }
|
||
|
||
@media screen and (max-width: 1023px) {
|
||
.is-invisible-touch {
|
||
visibility: hidden !important; } }
|
||
|
||
@media screen and (min-width: 1024px) {
|
||
.is-invisible-desktop {
|
||
visibility: hidden !important; } }
|
||
|
||
@media screen and (min-width: 1024px) and (max-width: 1215px) {
|
||
.is-invisible-desktop-only {
|
||
visibility: hidden !important; } }
|
||
|
||
@media screen and (min-width: 1216px) {
|
||
.is-invisible-widescreen {
|
||
visibility: hidden !important; } }
|
||
|
||
@media screen and (min-width: 1216px) and (max-width: 1407px) {
|
||
.is-invisible-widescreen-only {
|
||
visibility: hidden !important; } }
|
||
|
||
@media screen and (min-width: 1408px) {
|
||
.is-invisible-fullhd {
|
||
visibility: hidden !important; } }
|
||
|
||
.is-marginless {
|
||
margin: 0 !important; }
|
||
|
||
.is-paddingless {
|
||
padding: 0 !important; }
|
||
|
||
.is-radiusless {
|
||
border-radius: 0 !important; }
|
||
|
||
.is-shadowless {
|
||
box-shadow: none !important; }
|
||
|
||
.box {
|
||
background-color: #FFFFFF;
|
||
border-radius: 0;
|
||
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
|
||
color: #0D1E34;
|
||
display: block;
|
||
padding: 1.25rem; }
|
||
|
||
a.box:hover, a.box:focus {
|
||
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #26599B; }
|
||
|
||
a.box:active {
|
||
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #26599B; }
|
||
|
||
.button {
|
||
background-color: #FFFFFF;
|
||
border-color: #dbdbdb;
|
||
border-width: 1px;
|
||
color: #363636;
|
||
cursor: pointer;
|
||
justify-content: center;
|
||
padding-bottom: calc(0.375em - 1px);
|
||
padding-left: 0.75em;
|
||
padding-right: 0.75em;
|
||
padding-top: calc(0.375em - 1px);
|
||
text-align: center;
|
||
white-space: nowrap; }
|
||
.button strong {
|
||
color: inherit; }
|
||
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
|
||
height: 1.5em;
|
||
width: 1.5em; }
|
||
.button .icon:first-child:not(:last-child) {
|
||
margin-left: calc(-0.375em - 1px);
|
||
margin-right: 0.1875em; }
|
||
.button .icon:last-child:not(:first-child) {
|
||
margin-left: 0.1875em;
|
||
margin-right: calc(-0.375em - 1px); }
|
||
.button .icon:first-child:last-child {
|
||
margin-left: calc(-0.375em - 1px);
|
||
margin-right: calc(-0.375em - 1px); }
|
||
.button:hover, .button.is-hovered {
|
||
border-color: #E4E5E7;
|
||
color: #E4E5E7; }
|
||
.button:focus, .button.is-focused {
|
||
border-color: #26599B;
|
||
color: #E4E5E7; }
|
||
.button:focus:not(:active), .button.is-focused:not(:active) {
|
||
box-shadow: 0 0 0 0.125em rgba(38, 89, 155, 0.25); }
|
||
.button:active, .button.is-active {
|
||
border-color: #3276CF;
|
||
color: #3276CF; }
|
||
.button.is-text {
|
||
background-color: transparent;
|
||
border-color: transparent;
|
||
color: #0D1E34;
|
||
text-decoration: underline; }
|
||
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
|
||
background-color: #FFFFFF;
|
||
color: #0D1E34; }
|
||
.button.is-text:active, .button.is-text.is-active {
|
||
background-color: #f2f2f2;
|
||
color: #0D1E34; }
|
||
.button.is-text[disabled] {
|
||
background-color: transparent;
|
||
border-color: transparent;
|
||
box-shadow: none; }
|
||
.button.is-white {
|
||
background-color: #FFFFFF;
|
||
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;
|
||
color: #0a0a0a; }
|
||
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
|
||
box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
|
||
.button.is-white:active, .button.is-white.is-active {
|
||
background-color: #f2f2f2;
|
||
border-color: transparent;
|
||
color: #0a0a0a; }
|
||
.button.is-white[disabled] {
|
||
background-color: #FFFFFF;
|
||
border-color: transparent;
|
||
box-shadow: none; }
|
||
.button.is-white.is-inverted {
|
||
background-color: #0a0a0a;
|
||
color: #FFFFFF; }
|
||
.button.is-white.is-inverted:hover {
|
||
background-color: black; }
|
||
.button.is-white.is-inverted[disabled] {
|
||
background-color: #0a0a0a;
|
||
border-color: transparent;
|
||
box-shadow: none;
|
||
color: #FFFFFF; }
|
||
.button.is-white.is-loading::after {
|
||
border-color: transparent transparent #0a0a0a #0a0a0a !important; }
|
||
.button.is-white.is-outlined {
|
||
background-color: transparent;
|
||
border-color: #FFFFFF;
|
||
color: #FFFFFF; }
|
||
.button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
|
||
background-color: #FFFFFF;
|
||
border-color: #FFFFFF;
|
||
color: #0a0a0a; }
|
||
.button.is-white.is-outlined.is-loading::after {
|
||
border-color: transparent transparent #FFFFFF #FFFFFF !important; }
|
||
.button.is-white.is-outlined[disabled] {
|
||
background-color: transparent;
|
||
border-color: #FFFFFF;
|
||
box-shadow: none;
|
||
color: #FFFFFF; }
|
||
.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: #FFFFFF; }
|
||
.button.is-white.is-inverted.is-outlined[disabled] {
|
||
background-color: transparent;
|
||
border-color: #0a0a0a;
|
||
box-shadow: none;
|
||
color: #0a0a0a; }
|
||
.button.is-black {
|
||
background-color: #0a0a0a;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-black:hover, .button.is-black.is-hovered {
|
||
background-color: #040404;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-black:focus, .button.is-black.is-focused {
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
|
||
box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
|
||
.button.is-black:active, .button.is-black.is-active {
|
||
background-color: black;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-black[disabled] {
|
||
background-color: #0a0a0a;
|
||
border-color: transparent;
|
||
box-shadow: none; }
|
||
.button.is-black.is-inverted {
|
||
background-color: #FFFFFF;
|
||
color: #0a0a0a; }
|
||
.button.is-black.is-inverted:hover {
|
||
background-color: #f2f2f2; }
|
||
.button.is-black.is-inverted[disabled] {
|
||
background-color: #FFFFFF;
|
||
border-color: transparent;
|
||
box-shadow: none;
|
||
color: #0a0a0a; }
|
||
.button.is-black.is-loading::after {
|
||
border-color: transparent transparent #FFFFFF #FFFFFF !important; }
|
||
.button.is-black.is-outlined {
|
||
background-color: transparent;
|
||
border-color: #0a0a0a;
|
||
color: #0a0a0a; }
|
||
.button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus {
|
||
background-color: #0a0a0a;
|
||
border-color: #0a0a0a;
|
||
color: #FFFFFF; }
|
||
.button.is-black.is-outlined.is-loading::after {
|
||
border-color: transparent transparent #0a0a0a #0a0a0a !important; }
|
||
.button.is-black.is-outlined[disabled] {
|
||
background-color: transparent;
|
||
border-color: #0a0a0a;
|
||
box-shadow: none;
|
||
color: #0a0a0a; }
|
||
.button.is-black.is-inverted.is-outlined {
|
||
background-color: transparent;
|
||
border-color: #FFFFFF;
|
||
color: #FFFFFF; }
|
||
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined:focus {
|
||
background-color: #FFFFFF;
|
||
color: #0a0a0a; }
|
||
.button.is-black.is-inverted.is-outlined[disabled] {
|
||
background-color: transparent;
|
||
border-color: #FFFFFF;
|
||
box-shadow: none;
|
||
color: #FFFFFF; }
|
||
.button.is-light {
|
||
background-color: #FFFFFF;
|
||
border-color: transparent;
|
||
color: #0D1E34; }
|
||
.button.is-light:hover, .button.is-light.is-hovered {
|
||
background-color: #f9f9f9;
|
||
border-color: transparent;
|
||
color: #0D1E34; }
|
||
.button.is-light:focus, .button.is-light.is-focused {
|
||
border-color: transparent;
|
||
color: #0D1E34; }
|
||
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
|
||
box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
|
||
.button.is-light:active, .button.is-light.is-active {
|
||
background-color: #f2f2f2;
|
||
border-color: transparent;
|
||
color: #0D1E34; }
|
||
.button.is-light[disabled] {
|
||
background-color: #FFFFFF;
|
||
border-color: transparent;
|
||
box-shadow: none; }
|
||
.button.is-light.is-inverted {
|
||
background-color: #0D1E34;
|
||
color: #FFFFFF; }
|
||
.button.is-light.is-inverted:hover {
|
||
background-color: #081220; }
|
||
.button.is-light.is-inverted[disabled] {
|
||
background-color: #0D1E34;
|
||
border-color: transparent;
|
||
box-shadow: none;
|
||
color: #FFFFFF; }
|
||
.button.is-light.is-loading::after {
|
||
border-color: transparent transparent #0D1E34 #0D1E34 !important; }
|
||
.button.is-light.is-outlined {
|
||
background-color: transparent;
|
||
border-color: #FFFFFF;
|
||
color: #FFFFFF; }
|
||
.button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus {
|
||
background-color: #FFFFFF;
|
||
border-color: #FFFFFF;
|
||
color: #0D1E34; }
|
||
.button.is-light.is-outlined.is-loading::after {
|
||
border-color: transparent transparent #FFFFFF #FFFFFF !important; }
|
||
.button.is-light.is-outlined[disabled] {
|
||
background-color: transparent;
|
||
border-color: #FFFFFF;
|
||
box-shadow: none;
|
||
color: #FFFFFF; }
|
||
.button.is-light.is-inverted.is-outlined {
|
||
background-color: transparent;
|
||
border-color: #0D1E34;
|
||
color: #0D1E34; }
|
||
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined:focus {
|
||
background-color: #0D1E34;
|
||
color: #FFFFFF; }
|
||
.button.is-light.is-inverted.is-outlined[disabled] {
|
||
background-color: transparent;
|
||
border-color: #0D1E34;
|
||
box-shadow: none;
|
||
color: #0D1E34; }
|
||
.button.is-dark {
|
||
background-color: #0D1E34;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-dark:hover, .button.is-dark.is-hovered {
|
||
background-color: #0a182a;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-dark:focus, .button.is-dark.is-focused {
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
|
||
box-shadow: 0 0 0 0.125em rgba(13, 30, 52, 0.25); }
|
||
.button.is-dark:active, .button.is-dark.is-active {
|
||
background-color: #081220;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-dark[disabled] {
|
||
background-color: #0D1E34;
|
||
border-color: transparent;
|
||
box-shadow: none; }
|
||
.button.is-dark.is-inverted {
|
||
background-color: #FFFFFF;
|
||
color: #0D1E34; }
|
||
.button.is-dark.is-inverted:hover {
|
||
background-color: #f2f2f2; }
|
||
.button.is-dark.is-inverted[disabled] {
|
||
background-color: #FFFFFF;
|
||
border-color: transparent;
|
||
box-shadow: none;
|
||
color: #0D1E34; }
|
||
.button.is-dark.is-loading::after {
|
||
border-color: transparent transparent #FFFFFF #FFFFFF !important; }
|
||
.button.is-dark.is-outlined {
|
||
background-color: transparent;
|
||
border-color: #0D1E34;
|
||
color: #0D1E34; }
|
||
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus {
|
||
background-color: #0D1E34;
|
||
border-color: #0D1E34;
|
||
color: #FFFFFF; }
|
||
.button.is-dark.is-outlined.is-loading::after {
|
||
border-color: transparent transparent #0D1E34 #0D1E34 !important; }
|
||
.button.is-dark.is-outlined[disabled] {
|
||
background-color: transparent;
|
||
border-color: #0D1E34;
|
||
box-shadow: none;
|
||
color: #0D1E34; }
|
||
.button.is-dark.is-inverted.is-outlined {
|
||
background-color: transparent;
|
||
border-color: #FFFFFF;
|
||
color: #FFFFFF; }
|
||
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined:focus {
|
||
background-color: #FFFFFF;
|
||
color: #0D1E34; }
|
||
.button.is-dark.is-inverted.is-outlined[disabled] {
|
||
background-color: transparent;
|
||
border-color: #FFFFFF;
|
||
box-shadow: none;
|
||
color: #FFFFFF; }
|
||
.button.is-primary {
|
||
background-color: #26599B;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-primary:hover, .button.is-primary.is-hovered {
|
||
background-color: #235391;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-primary:focus, .button.is-primary.is-focused {
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
|
||
box-shadow: 0 0 0 0.125em rgba(38, 89, 155, 0.25); }
|
||
.button.is-primary:active, .button.is-primary.is-active {
|
||
background-color: #214d87;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-primary[disabled] {
|
||
background-color: #26599B;
|
||
border-color: transparent;
|
||
box-shadow: none; }
|
||
.button.is-primary.is-inverted {
|
||
background-color: #FFFFFF;
|
||
color: #26599B; }
|
||
.button.is-primary.is-inverted:hover {
|
||
background-color: #f2f2f2; }
|
||
.button.is-primary.is-inverted[disabled] {
|
||
background-color: #FFFFFF;
|
||
border-color: transparent;
|
||
box-shadow: none;
|
||
color: #26599B; }
|
||
.button.is-primary.is-loading::after {
|
||
border-color: transparent transparent #FFFFFF #FFFFFF !important; }
|
||
.button.is-primary.is-outlined {
|
||
background-color: transparent;
|
||
border-color: #26599B;
|
||
color: #26599B; }
|
||
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
|
||
background-color: #26599B;
|
||
border-color: #26599B;
|
||
color: #FFFFFF; }
|
||
.button.is-primary.is-outlined.is-loading::after {
|
||
border-color: transparent transparent #26599B #26599B !important; }
|
||
.button.is-primary.is-outlined[disabled] {
|
||
background-color: transparent;
|
||
border-color: #26599B;
|
||
box-shadow: none;
|
||
color: #26599B; }
|
||
.button.is-primary.is-inverted.is-outlined {
|
||
background-color: transparent;
|
||
border-color: #FFFFFF;
|
||
color: #FFFFFF; }
|
||
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined:focus {
|
||
background-color: #FFFFFF;
|
||
color: #26599B; }
|
||
.button.is-primary.is-inverted.is-outlined[disabled] {
|
||
background-color: transparent;
|
||
border-color: #FFFFFF;
|
||
box-shadow: none;
|
||
color: #FFFFFF; }
|
||
.button.is-link {
|
||
background-color: #26599B;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-link:hover, .button.is-link.is-hovered {
|
||
background-color: #235391;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-link:focus, .button.is-link.is-focused {
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
|
||
box-shadow: 0 0 0 0.125em rgba(38, 89, 155, 0.25); }
|
||
.button.is-link:active, .button.is-link.is-active {
|
||
background-color: #214d87;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-link[disabled] {
|
||
background-color: #26599B;
|
||
border-color: transparent;
|
||
box-shadow: none; }
|
||
.button.is-link.is-inverted {
|
||
background-color: #FFFFFF;
|
||
color: #26599B; }
|
||
.button.is-link.is-inverted:hover {
|
||
background-color: #f2f2f2; }
|
||
.button.is-link.is-inverted[disabled] {
|
||
background-color: #FFFFFF;
|
||
border-color: transparent;
|
||
box-shadow: none;
|
||
color: #26599B; }
|
||
.button.is-link.is-loading::after {
|
||
border-color: transparent transparent #FFFFFF #FFFFFF !important; }
|
||
.button.is-link.is-outlined {
|
||
background-color: transparent;
|
||
border-color: #26599B;
|
||
color: #26599B; }
|
||
.button.is-link.is-outlined:hover, .button.is-link.is-outlined:focus {
|
||
background-color: #26599B;
|
||
border-color: #26599B;
|
||
color: #FFFFFF; }
|
||
.button.is-link.is-outlined.is-loading::after {
|
||
border-color: transparent transparent #26599B #26599B !important; }
|
||
.button.is-link.is-outlined[disabled] {
|
||
background-color: transparent;
|
||
border-color: #26599B;
|
||
box-shadow: none;
|
||
color: #26599B; }
|
||
.button.is-link.is-inverted.is-outlined {
|
||
background-color: transparent;
|
||
border-color: #FFFFFF;
|
||
color: #FFFFFF; }
|
||
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined:focus {
|
||
background-color: #FFFFFF;
|
||
color: #26599B; }
|
||
.button.is-link.is-inverted.is-outlined[disabled] {
|
||
background-color: transparent;
|
||
border-color: #FFFFFF;
|
||
box-shadow: none;
|
||
color: #FFFFFF; }
|
||
.button.is-info {
|
||
background-color: #26599B;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-info:hover, .button.is-info.is-hovered {
|
||
background-color: #235391;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-info:focus, .button.is-info.is-focused {
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
|
||
box-shadow: 0 0 0 0.125em rgba(38, 89, 155, 0.25); }
|
||
.button.is-info:active, .button.is-info.is-active {
|
||
background-color: #214d87;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-info[disabled] {
|
||
background-color: #26599B;
|
||
border-color: transparent;
|
||
box-shadow: none; }
|
||
.button.is-info.is-inverted {
|
||
background-color: #FFFFFF;
|
||
color: #26599B; }
|
||
.button.is-info.is-inverted:hover {
|
||
background-color: #f2f2f2; }
|
||
.button.is-info.is-inverted[disabled] {
|
||
background-color: #FFFFFF;
|
||
border-color: transparent;
|
||
box-shadow: none;
|
||
color: #26599B; }
|
||
.button.is-info.is-loading::after {
|
||
border-color: transparent transparent #FFFFFF #FFFFFF !important; }
|
||
.button.is-info.is-outlined {
|
||
background-color: transparent;
|
||
border-color: #26599B;
|
||
color: #26599B; }
|
||
.button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
|
||
background-color: #26599B;
|
||
border-color: #26599B;
|
||
color: #FFFFFF; }
|
||
.button.is-info.is-outlined.is-loading::after {
|
||
border-color: transparent transparent #26599B #26599B !important; }
|
||
.button.is-info.is-outlined[disabled] {
|
||
background-color: transparent;
|
||
border-color: #26599B;
|
||
box-shadow: none;
|
||
color: #26599B; }
|
||
.button.is-info.is-inverted.is-outlined {
|
||
background-color: transparent;
|
||
border-color: #FFFFFF;
|
||
color: #FFFFFF; }
|
||
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined:focus {
|
||
background-color: #FFFFFF;
|
||
color: #26599B; }
|
||
.button.is-info.is-inverted.is-outlined[disabled] {
|
||
background-color: transparent;
|
||
border-color: #FFFFFF;
|
||
box-shadow: none;
|
||
color: #FFFFFF; }
|
||
.button.is-success {
|
||
background-color: #3DB5A0;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-success:hover, .button.is-success.is-hovered {
|
||
background-color: #3aab98;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-success:focus, .button.is-success.is-focused {
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
|
||
box-shadow: 0 0 0 0.125em rgba(61, 181, 160, 0.25); }
|
||
.button.is-success:active, .button.is-success.is-active {
|
||
background-color: #37a28f;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-success[disabled] {
|
||
background-color: #3DB5A0;
|
||
border-color: transparent;
|
||
box-shadow: none; }
|
||
.button.is-success.is-inverted {
|
||
background-color: #FFFFFF;
|
||
color: #3DB5A0; }
|
||
.button.is-success.is-inverted:hover {
|
||
background-color: #f2f2f2; }
|
||
.button.is-success.is-inverted[disabled] {
|
||
background-color: #FFFFFF;
|
||
border-color: transparent;
|
||
box-shadow: none;
|
||
color: #3DB5A0; }
|
||
.button.is-success.is-loading::after {
|
||
border-color: transparent transparent #FFFFFF #FFFFFF !important; }
|
||
.button.is-success.is-outlined {
|
||
background-color: transparent;
|
||
border-color: #3DB5A0;
|
||
color: #3DB5A0; }
|
||
.button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
|
||
background-color: #3DB5A0;
|
||
border-color: #3DB5A0;
|
||
color: #FFFFFF; }
|
||
.button.is-success.is-outlined.is-loading::after {
|
||
border-color: transparent transparent #3DB5A0 #3DB5A0 !important; }
|
||
.button.is-success.is-outlined[disabled] {
|
||
background-color: transparent;
|
||
border-color: #3DB5A0;
|
||
box-shadow: none;
|
||
color: #3DB5A0; }
|
||
.button.is-success.is-inverted.is-outlined {
|
||
background-color: transparent;
|
||
border-color: #FFFFFF;
|
||
color: #FFFFFF; }
|
||
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined:focus {
|
||
background-color: #FFFFFF;
|
||
color: #3DB5A0; }
|
||
.button.is-success.is-inverted.is-outlined[disabled] {
|
||
background-color: transparent;
|
||
border-color: #FFFFFF;
|
||
box-shadow: none;
|
||
color: #FFFFFF; }
|
||
.button.is-warning {
|
||
background-color: #CBC219;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-warning:hover, .button.is-warning.is-hovered {
|
||
background-color: #c0b718;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-warning:focus, .button.is-warning.is-focused {
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
|
||
box-shadow: 0 0 0 0.125em rgba(203, 194, 25, 0.25); }
|
||
.button.is-warning:active, .button.is-warning.is-active {
|
||
background-color: #b4ac16;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-warning[disabled] {
|
||
background-color: #CBC219;
|
||
border-color: transparent;
|
||
box-shadow: none; }
|
||
.button.is-warning.is-inverted {
|
||
background-color: #FFFFFF;
|
||
color: #CBC219; }
|
||
.button.is-warning.is-inverted:hover {
|
||
background-color: #f2f2f2; }
|
||
.button.is-warning.is-inverted[disabled] {
|
||
background-color: #FFFFFF;
|
||
border-color: transparent;
|
||
box-shadow: none;
|
||
color: #CBC219; }
|
||
.button.is-warning.is-loading::after {
|
||
border-color: transparent transparent #FFFFFF #FFFFFF !important; }
|
||
.button.is-warning.is-outlined {
|
||
background-color: transparent;
|
||
border-color: #CBC219;
|
||
color: #CBC219; }
|
||
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
|
||
background-color: #CBC219;
|
||
border-color: #CBC219;
|
||
color: #FFFFFF; }
|
||
.button.is-warning.is-outlined.is-loading::after {
|
||
border-color: transparent transparent #CBC219 #CBC219 !important; }
|
||
.button.is-warning.is-outlined[disabled] {
|
||
background-color: transparent;
|
||
border-color: #CBC219;
|
||
box-shadow: none;
|
||
color: #CBC219; }
|
||
.button.is-warning.is-inverted.is-outlined {
|
||
background-color: transparent;
|
||
border-color: #FFFFFF;
|
||
color: #FFFFFF; }
|
||
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined:focus {
|
||
background-color: #FFFFFF;
|
||
color: #CBC219; }
|
||
.button.is-warning.is-inverted.is-outlined[disabled] {
|
||
background-color: transparent;
|
||
border-color: #FFFFFF;
|
||
box-shadow: none;
|
||
color: #FFFFFF; }
|
||
.button.is-danger {
|
||
background-color: #DB512A;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-danger:hover, .button.is-danger.is-hovered {
|
||
background-color: #d44b24;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-danger:focus, .button.is-danger.is-focused {
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
|
||
box-shadow: 0 0 0 0.125em rgba(219, 81, 42, 0.25); }
|
||
.button.is-danger:active, .button.is-danger.is-active {
|
||
background-color: #c94722;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.button.is-danger[disabled] {
|
||
background-color: #DB512A;
|
||
border-color: transparent;
|
||
box-shadow: none; }
|
||
.button.is-danger.is-inverted {
|
||
background-color: #FFFFFF;
|
||
color: #DB512A; }
|
||
.button.is-danger.is-inverted:hover {
|
||
background-color: #f2f2f2; }
|
||
.button.is-danger.is-inverted[disabled] {
|
||
background-color: #FFFFFF;
|
||
border-color: transparent;
|
||
box-shadow: none;
|
||
color: #DB512A; }
|
||
.button.is-danger.is-loading::after {
|
||
border-color: transparent transparent #FFFFFF #FFFFFF !important; }
|
||
.button.is-danger.is-outlined {
|
||
background-color: transparent;
|
||
border-color: #DB512A;
|
||
color: #DB512A; }
|
||
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus {
|
||
background-color: #DB512A;
|
||
border-color: #DB512A;
|
||
color: #FFFFFF; }
|
||
.button.is-danger.is-outlined.is-loading::after {
|
||
border-color: transparent transparent #DB512A #DB512A !important; }
|
||
.button.is-danger.is-outlined[disabled] {
|
||
background-color: transparent;
|
||
border-color: #DB512A;
|
||
box-shadow: none;
|
||
color: #DB512A; }
|
||
.button.is-danger.is-inverted.is-outlined {
|
||
background-color: transparent;
|
||
border-color: #FFFFFF;
|
||
color: #FFFFFF; }
|
||
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined:focus {
|
||
background-color: #FFFFFF;
|
||
color: #DB512A; }
|
||
.button.is-danger.is-inverted.is-outlined[disabled] {
|
||
background-color: transparent;
|
||
border-color: #FFFFFF;
|
||
box-shadow: none;
|
||
color: #FFFFFF; }
|
||
.button.is-small {
|
||
border-radius: 0;
|
||
font-size: 0.63rem; }
|
||
.button.is-medium {
|
||
font-size: 1.25rem; }
|
||
.button.is-large {
|
||
font-size: 1.75rem; }
|
||
.button[disabled] {
|
||
background-color: #FFFFFF;
|
||
border-color: #dbdbdb;
|
||
box-shadow: none;
|
||
opacity: 0.5; }
|
||
.button.is-fullwidth {
|
||
display: flex;
|
||
width: 100%; }
|
||
.button.is-loading {
|
||
color: transparent !important;
|
||
pointer-events: none; }
|
||
.button.is-loading::after {
|
||
position: absolute;
|
||
left: calc(50% - (1em / 2));
|
||
top: calc(50% - (1em / 2));
|
||
position: absolute !important; }
|
||
.button.is-static {
|
||
background-color: whitesmoke;
|
||
border-color: #dbdbdb;
|
||
color: #E4E5E7;
|
||
box-shadow: none;
|
||
pointer-events: none; }
|
||
.button.is-rounded {
|
||
border-radius: 290486px;
|
||
padding-left: 1em;
|
||
padding-right: 1em; }
|
||
|
||
.buttons {
|
||
align-items: center;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
justify-content: flex-start; }
|
||
.buttons .button {
|
||
margin-bottom: 0.5rem; }
|
||
.buttons .button:not(:last-child):not(.is-fullwidth) {
|
||
margin-right: 0.5rem; }
|
||
.buttons:last-child {
|
||
margin-bottom: -0.5rem; }
|
||
.buttons:not(:last-child) {
|
||
margin-bottom: 1rem; }
|
||
.buttons.has-addons .button:not(:first-child) {
|
||
border-bottom-left-radius: 0;
|
||
border-top-left-radius: 0; }
|
||
.buttons.has-addons .button:not(:last-child) {
|
||
border-bottom-right-radius: 0;
|
||
border-top-right-radius: 0;
|
||
margin-right: -1px; }
|
||
.buttons.has-addons .button:last-child {
|
||
margin-right: 0; }
|
||
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
|
||
z-index: 2; }
|
||
.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
|
||
z-index: 3; }
|
||
.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
|
||
z-index: 4; }
|
||
.buttons.has-addons .button.is-expanded {
|
||
flex-grow: 1; }
|
||
.buttons.is-centered {
|
||
justify-content: center; }
|
||
.buttons.is-right {
|
||
justify-content: flex-end; }
|
||
|
||
.container {
|
||
margin: 0 auto;
|
||
position: relative; }
|
||
@media screen and (min-width: 1024px) {
|
||
.container {
|
||
max-width: 960px;
|
||
width: 960px; }
|
||
.container.is-fluid {
|
||
margin-left: 32px;
|
||
margin-right: 32px;
|
||
max-width: none;
|
||
width: auto; } }
|
||
@media screen and (max-width: 1215px) {
|
||
.container.is-widescreen {
|
||
max-width: 1152px;
|
||
width: auto; } }
|
||
@media screen and (max-width: 1407px) {
|
||
.container.is-fullhd {
|
||
max-width: 1344px;
|
||
width: auto; } }
|
||
@media screen and (min-width: 1216px) {
|
||
.container {
|
||
max-width: 1152px;
|
||
width: 1152px; } }
|
||
@media screen and (min-width: 1408px) {
|
||
.container {
|
||
max-width: 1344px;
|
||
width: 1344px; } }
|
||
|
||
.content li + li {
|
||
margin-top: 0.25em; }
|
||
|
||
.content p:not(:last-child),
|
||
.content dl:not(:last-child),
|
||
.content ol:not(:last-child),
|
||
.content ul:not(:last-child),
|
||
.content blockquote:not(:last-child),
|
||
.content pre:not(:last-child),
|
||
.content table:not(:last-child) {
|
||
margin-bottom: 1em; }
|
||
|
||
.content h1,
|
||
.content h2,
|
||
.content h3,
|
||
.content h4,
|
||
.content h5,
|
||
.content h6 {
|
||
color: #0D1E34;
|
||
font-weight: 700;
|
||
line-height: 1.125; }
|
||
|
||
.content h1 {
|
||
font-size: 2em;
|
||
margin-bottom: 0.5em; }
|
||
.content h1:not(:first-child) {
|
||
margin-top: 1em; }
|
||
|
||
.content h2 {
|
||
font-size: 1.75em;
|
||
margin-bottom: 0.5714em; }
|
||
.content h2:not(:first-child) {
|
||
margin-top: 1.1428em; }
|
||
|
||
.content h3 {
|
||
font-size: 1.5em;
|
||
margin-bottom: 0.6666em; }
|
||
.content h3:not(:first-child) {
|
||
margin-top: 1.3333em; }
|
||
|
||
.content h4 {
|
||
font-size: 1.25em;
|
||
margin-bottom: 0.8em; }
|
||
|
||
.content h5 {
|
||
font-size: 1.125em;
|
||
margin-bottom: 0.8888em; }
|
||
|
||
.content h6 {
|
||
font-size: 1em;
|
||
margin-bottom: 1em; }
|
||
|
||
.content blockquote {
|
||
background-color: #FFFFFF;
|
||
border-left: 5px solid #E4E5E7;
|
||
padding: 1.25em 1.5em; }
|
||
|
||
.content ol {
|
||
list-style-position: outside;
|
||
margin-left: 2em;
|
||
margin-top: 1em; }
|
||
.content ol:not([type]) {
|
||
list-style-type: decimal; }
|
||
.content ol:not([type]).is-lower-alpha {
|
||
list-style-type: lower-alpha; }
|
||
.content ol:not([type]).is-lower-roman {
|
||
list-style-type: lower-roman; }
|
||
.content ol:not([type]).is-upper-alpha {
|
||
list-style-type: upper-alpha; }
|
||
.content ol:not([type]).is-upper-roman {
|
||
list-style-type: upper-roman; }
|
||
|
||
.content ul {
|
||
list-style: disc outside;
|
||
margin-left: 2em;
|
||
margin-top: 1em; }
|
||
.content ul ul {
|
||
list-style-type: circle;
|
||
margin-top: 0.5em; }
|
||
.content ul ul ul {
|
||
list-style-type: square; }
|
||
|
||
.content dd {
|
||
margin-left: 2em; }
|
||
|
||
.content figure {
|
||
margin-left: 2em;
|
||
margin-right: 2em;
|
||
text-align: center; }
|
||
.content figure:not(:first-child) {
|
||
margin-top: 2em; }
|
||
.content figure:not(:last-child) {
|
||
margin-bottom: 2em; }
|
||
.content figure img {
|
||
display: inline-block; }
|
||
.content figure figcaption {
|
||
font-style: italic; }
|
||
|
||
.content pre {
|
||
-webkit-overflow-scrolling: touch;
|
||
overflow-x: auto;
|
||
padding: 1.25em 1.5em;
|
||
white-space: pre;
|
||
word-wrap: normal; }
|
||
|
||
.content sup,
|
||
.content sub {
|
||
font-size: 75%; }
|
||
|
||
.content table {
|
||
width: 100%; }
|
||
.content table td,
|
||
.content table th {
|
||
border: 1px solid #E4E5E7;
|
||
border-width: 0 0 1px;
|
||
padding: 0.5em 0.75em;
|
||
vertical-align: top; }
|
||
.content table th {
|
||
color: #0D1E34;
|
||
text-align: left; }
|
||
.content table thead td,
|
||
.content table thead th {
|
||
border-width: 0 0 2px;
|
||
color: #0D1E34; }
|
||
.content table tfoot td,
|
||
.content table tfoot th {
|
||
border-width: 2px 0 0;
|
||
color: #0D1E34; }
|
||
.content table tbody tr:last-child td,
|
||
.content table tbody tr:last-child th {
|
||
border-bottom-width: 0; }
|
||
|
||
.content.is-small {
|
||
font-size: 0.63rem; }
|
||
|
||
.content.is-medium {
|
||
font-size: 1.25rem; }
|
||
|
||
.content.is-large {
|
||
font-size: 1.75rem; }
|
||
|
||
.input,
|
||
.textarea {
|
||
background-color: #FFFFFF;
|
||
border-color: #dbdbdb;
|
||
color: #363636;
|
||
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
|
||
max-width: 100%;
|
||
width: 100%; }
|
||
.input::-moz-placeholder,
|
||
.textarea::-moz-placeholder {
|
||
color: rgba(54, 54, 54, 0.3); }
|
||
.input::-webkit-input-placeholder,
|
||
.textarea::-webkit-input-placeholder {
|
||
color: rgba(54, 54, 54, 0.3); }
|
||
.input:-moz-placeholder,
|
||
.textarea:-moz-placeholder {
|
||
color: rgba(54, 54, 54, 0.3); }
|
||
.input:-ms-input-placeholder,
|
||
.textarea:-ms-input-placeholder {
|
||
color: rgba(54, 54, 54, 0.3); }
|
||
.input:hover, .input.is-hovered,
|
||
.textarea:hover,
|
||
.textarea.is-hovered {
|
||
border-color: #b5b5b5; }
|
||
.input:focus, .input.is-focused, .input:active, .input.is-active,
|
||
.textarea:focus,
|
||
.textarea.is-focused,
|
||
.textarea:active,
|
||
.textarea.is-active {
|
||
border-color: #26599B;
|
||
box-shadow: 0 0 0 0.125em rgba(38, 89, 155, 0.25); }
|
||
.input[disabled],
|
||
.textarea[disabled] {
|
||
background-color: #FFFFFF;
|
||
border-color: #FFFFFF;
|
||
box-shadow: none;
|
||
color: #E4E5E7; }
|
||
.input[disabled]::-moz-placeholder,
|
||
.textarea[disabled]::-moz-placeholder {
|
||
color: rgba(228, 229, 231, 0.3); }
|
||
.input[disabled]::-webkit-input-placeholder,
|
||
.textarea[disabled]::-webkit-input-placeholder {
|
||
color: rgba(228, 229, 231, 0.3); }
|
||
.input[disabled]:-moz-placeholder,
|
||
.textarea[disabled]:-moz-placeholder {
|
||
color: rgba(228, 229, 231, 0.3); }
|
||
.input[disabled]:-ms-input-placeholder,
|
||
.textarea[disabled]:-ms-input-placeholder {
|
||
color: rgba(228, 229, 231, 0.3); }
|
||
.input[readonly],
|
||
.textarea[readonly] {
|
||
box-shadow: none; }
|
||
.input.is-white,
|
||
.textarea.is-white {
|
||
border-color: #FFFFFF; }
|
||
.input.is-white:focus, .input.is-white.is-focused, .input.is-white:active, .input.is-white.is-active,
|
||
.textarea.is-white:focus,
|
||
.textarea.is-white.is-focused,
|
||
.textarea.is-white:active,
|
||
.textarea.is-white.is-active {
|
||
box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
|
||
.input.is-black,
|
||
.textarea.is-black {
|
||
border-color: #0a0a0a; }
|
||
.input.is-black:focus, .input.is-black.is-focused, .input.is-black:active, .input.is-black.is-active,
|
||
.textarea.is-black:focus,
|
||
.textarea.is-black.is-focused,
|
||
.textarea.is-black:active,
|
||
.textarea.is-black.is-active {
|
||
box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
|
||
.input.is-light,
|
||
.textarea.is-light {
|
||
border-color: #FFFFFF; }
|
||
.input.is-light:focus, .input.is-light.is-focused, .input.is-light:active, .input.is-light.is-active,
|
||
.textarea.is-light:focus,
|
||
.textarea.is-light.is-focused,
|
||
.textarea.is-light:active,
|
||
.textarea.is-light.is-active {
|
||
box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
|
||
.input.is-dark,
|
||
.textarea.is-dark {
|
||
border-color: #0D1E34; }
|
||
.input.is-dark:focus, .input.is-dark.is-focused, .input.is-dark:active, .input.is-dark.is-active,
|
||
.textarea.is-dark:focus,
|
||
.textarea.is-dark.is-focused,
|
||
.textarea.is-dark:active,
|
||
.textarea.is-dark.is-active {
|
||
box-shadow: 0 0 0 0.125em rgba(13, 30, 52, 0.25); }
|
||
.input.is-primary,
|
||
.textarea.is-primary {
|
||
border-color: #26599B; }
|
||
.input.is-primary:focus, .input.is-primary.is-focused, .input.is-primary:active, .input.is-primary.is-active,
|
||
.textarea.is-primary:focus,
|
||
.textarea.is-primary.is-focused,
|
||
.textarea.is-primary:active,
|
||
.textarea.is-primary.is-active {
|
||
box-shadow: 0 0 0 0.125em rgba(38, 89, 155, 0.25); }
|
||
.input.is-link,
|
||
.textarea.is-link {
|
||
border-color: #26599B; }
|
||
.input.is-link:focus, .input.is-link.is-focused, .input.is-link:active, .input.is-link.is-active,
|
||
.textarea.is-link:focus,
|
||
.textarea.is-link.is-focused,
|
||
.textarea.is-link:active,
|
||
.textarea.is-link.is-active {
|
||
box-shadow: 0 0 0 0.125em rgba(38, 89, 155, 0.25); }
|
||
.input.is-info,
|
||
.textarea.is-info {
|
||
border-color: #26599B; }
|
||
.input.is-info:focus, .input.is-info.is-focused, .input.is-info:active, .input.is-info.is-active,
|
||
.textarea.is-info:focus,
|
||
.textarea.is-info.is-focused,
|
||
.textarea.is-info:active,
|
||
.textarea.is-info.is-active {
|
||
box-shadow: 0 0 0 0.125em rgba(38, 89, 155, 0.25); }
|
||
.input.is-success,
|
||
.textarea.is-success {
|
||
border-color: #3DB5A0; }
|
||
.input.is-success:focus, .input.is-success.is-focused, .input.is-success:active, .input.is-success.is-active,
|
||
.textarea.is-success:focus,
|
||
.textarea.is-success.is-focused,
|
||
.textarea.is-success:active,
|
||
.textarea.is-success.is-active {
|
||
box-shadow: 0 0 0 0.125em rgba(61, 181, 160, 0.25); }
|
||
.input.is-warning,
|
||
.textarea.is-warning {
|
||
border-color: #CBC219; }
|
||
.input.is-warning:focus, .input.is-warning.is-focused, .input.is-warning:active, .input.is-warning.is-active,
|
||
.textarea.is-warning:focus,
|
||
.textarea.is-warning.is-focused,
|
||
.textarea.is-warning:active,
|
||
.textarea.is-warning.is-active {
|
||
box-shadow: 0 0 0 0.125em rgba(203, 194, 25, 0.25); }
|
||
.input.is-danger,
|
||
.textarea.is-danger {
|
||
border-color: #DB512A; }
|
||
.input.is-danger:focus, .input.is-danger.is-focused, .input.is-danger:active, .input.is-danger.is-active,
|
||
.textarea.is-danger:focus,
|
||
.textarea.is-danger.is-focused,
|
||
.textarea.is-danger:active,
|
||
.textarea.is-danger.is-active {
|
||
box-shadow: 0 0 0 0.125em rgba(219, 81, 42, 0.25); }
|
||
.input.is-small,
|
||
.textarea.is-small {
|
||
border-radius: 0;
|
||
font-size: 0.63rem; }
|
||
.input.is-medium,
|
||
.textarea.is-medium {
|
||
font-size: 1.25rem; }
|
||
.input.is-large,
|
||
.textarea.is-large {
|
||
font-size: 1.75rem; }
|
||
.input.is-fullwidth,
|
||
.textarea.is-fullwidth {
|
||
display: block;
|
||
width: 100%; }
|
||
.input.is-inline,
|
||
.textarea.is-inline {
|
||
display: inline;
|
||
width: auto; }
|
||
|
||
.input.is-rounded {
|
||
border-radius: 290486px;
|
||
padding-left: 1em;
|
||
padding-right: 1em; }
|
||
|
||
.input.is-static {
|
||
background-color: transparent;
|
||
border-color: transparent;
|
||
box-shadow: none;
|
||
padding-left: 0;
|
||
padding-right: 0; }
|
||
|
||
.textarea {
|
||
display: block;
|
||
max-width: 100%;
|
||
min-width: 100%;
|
||
padding: 0.625em;
|
||
resize: vertical; }
|
||
.textarea:not([rows]) {
|
||
max-height: 600px;
|
||
min-height: 120px; }
|
||
.textarea[rows] {
|
||
height: initial; }
|
||
.textarea.has-fixed-size {
|
||
resize: none; }
|
||
|
||
.checkbox,
|
||
.radio {
|
||
cursor: pointer;
|
||
display: inline-block;
|
||
line-height: 1.25;
|
||
position: relative; }
|
||
.checkbox input,
|
||
.radio input {
|
||
cursor: pointer; }
|
||
.checkbox:hover,
|
||
.radio:hover {
|
||
color: #363636; }
|
||
.checkbox[disabled],
|
||
.radio[disabled] {
|
||
color: #E4E5E7;
|
||
cursor: not-allowed; }
|
||
|
||
.radio + .radio {
|
||
margin-left: 0.5em; }
|
||
|
||
.select {
|
||
display: inline-block;
|
||
max-width: 100%;
|
||
position: relative;
|
||
vertical-align: top; }
|
||
.select:not(.is-multiple) {
|
||
height: 2.25em; }
|
||
.select:not(.is-multiple):not(.is-loading)::after {
|
||
border-color: #26599B;
|
||
right: 1.125em;
|
||
z-index: 4; }
|
||
.select.is-rounded select {
|
||
border-radius: 290486px;
|
||
padding-left: 1em; }
|
||
.select select {
|
||
background-color: #FFFFFF;
|
||
border-color: #dbdbdb;
|
||
color: #363636;
|
||
cursor: pointer;
|
||
display: block;
|
||
font-size: 1em;
|
||
max-width: 100%;
|
||
outline: none; }
|
||
.select select::-moz-placeholder {
|
||
color: rgba(54, 54, 54, 0.3); }
|
||
.select select::-webkit-input-placeholder {
|
||
color: rgba(54, 54, 54, 0.3); }
|
||
.select select:-moz-placeholder {
|
||
color: rgba(54, 54, 54, 0.3); }
|
||
.select select:-ms-input-placeholder {
|
||
color: rgba(54, 54, 54, 0.3); }
|
||
.select select:hover, .select select.is-hovered {
|
||
border-color: #b5b5b5; }
|
||
.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
|
||
border-color: #26599B;
|
||
box-shadow: 0 0 0 0.125em rgba(38, 89, 155, 0.25); }
|
||
.select select[disabled] {
|
||
background-color: #FFFFFF;
|
||
border-color: #FFFFFF;
|
||
box-shadow: none;
|
||
color: #E4E5E7; }
|
||
.select select[disabled]::-moz-placeholder {
|
||
color: rgba(228, 229, 231, 0.3); }
|
||
.select select[disabled]::-webkit-input-placeholder {
|
||
color: rgba(228, 229, 231, 0.3); }
|
||
.select select[disabled]:-moz-placeholder {
|
||
color: rgba(228, 229, 231, 0.3); }
|
||
.select select[disabled]:-ms-input-placeholder {
|
||
color: rgba(228, 229, 231, 0.3); }
|
||
.select select::-ms-expand {
|
||
display: none; }
|
||
.select select[disabled]:hover {
|
||
border-color: #FFFFFF; }
|
||
.select select:not([multiple]) {
|
||
padding-right: 2.5em; }
|
||
.select select[multiple] {
|
||
height: auto;
|
||
padding: 0; }
|
||
.select select[multiple] option {
|
||
padding: 0.5em 1em; }
|
||
.select:not(.is-multiple):not(.is-loading):hover::after {
|
||
border-color: #363636; }
|
||
.select.is-white:not(:hover)::after {
|
||
border-color: #FFFFFF; }
|
||
.select.is-white select {
|
||
border-color: #FFFFFF; }
|
||
.select.is-white select:hover, .select.is-white select.is-hovered {
|
||
border-color: #f2f2f2; }
|
||
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
|
||
box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
|
||
.select.is-black:not(:hover)::after {
|
||
border-color: #0a0a0a; }
|
||
.select.is-black select {
|
||
border-color: #0a0a0a; }
|
||
.select.is-black select:hover, .select.is-black select.is-hovered {
|
||
border-color: black; }
|
||
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
|
||
box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
|
||
.select.is-light:not(:hover)::after {
|
||
border-color: #FFFFFF; }
|
||
.select.is-light select {
|
||
border-color: #FFFFFF; }
|
||
.select.is-light select:hover, .select.is-light select.is-hovered {
|
||
border-color: #f2f2f2; }
|
||
.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
|
||
box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
|
||
.select.is-dark:not(:hover)::after {
|
||
border-color: #0D1E34; }
|
||
.select.is-dark select {
|
||
border-color: #0D1E34; }
|
||
.select.is-dark select:hover, .select.is-dark select.is-hovered {
|
||
border-color: #081220; }
|
||
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
|
||
box-shadow: 0 0 0 0.125em rgba(13, 30, 52, 0.25); }
|
||
.select.is-primary:not(:hover)::after {
|
||
border-color: #26599B; }
|
||
.select.is-primary select {
|
||
border-color: #26599B; }
|
||
.select.is-primary select:hover, .select.is-primary select.is-hovered {
|
||
border-color: #214d87; }
|
||
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
|
||
box-shadow: 0 0 0 0.125em rgba(38, 89, 155, 0.25); }
|
||
.select.is-link:not(:hover)::after {
|
||
border-color: #26599B; }
|
||
.select.is-link select {
|
||
border-color: #26599B; }
|
||
.select.is-link select:hover, .select.is-link select.is-hovered {
|
||
border-color: #214d87; }
|
||
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
|
||
box-shadow: 0 0 0 0.125em rgba(38, 89, 155, 0.25); }
|
||
.select.is-info:not(:hover)::after {
|
||
border-color: #26599B; }
|
||
.select.is-info select {
|
||
border-color: #26599B; }
|
||
.select.is-info select:hover, .select.is-info select.is-hovered {
|
||
border-color: #214d87; }
|
||
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
|
||
box-shadow: 0 0 0 0.125em rgba(38, 89, 155, 0.25); }
|
||
.select.is-success:not(:hover)::after {
|
||
border-color: #3DB5A0; }
|
||
.select.is-success select {
|
||
border-color: #3DB5A0; }
|
||
.select.is-success select:hover, .select.is-success select.is-hovered {
|
||
border-color: #37a28f; }
|
||
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
|
||
box-shadow: 0 0 0 0.125em rgba(61, 181, 160, 0.25); }
|
||
.select.is-warning:not(:hover)::after {
|
||
border-color: #CBC219; }
|
||
.select.is-warning select {
|
||
border-color: #CBC219; }
|
||
.select.is-warning select:hover, .select.is-warning select.is-hovered {
|
||
border-color: #b4ac16; }
|
||
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
|
||
box-shadow: 0 0 0 0.125em rgba(203, 194, 25, 0.25); }
|
||
.select.is-danger:not(:hover)::after {
|
||
border-color: #DB512A; }
|
||
.select.is-danger select {
|
||
border-color: #DB512A; }
|
||
.select.is-danger select:hover, .select.is-danger select.is-hovered {
|
||
border-color: #c94722; }
|
||
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
|
||
box-shadow: 0 0 0 0.125em rgba(219, 81, 42, 0.25); }
|
||
.select.is-small {
|
||
border-radius: 0;
|
||
font-size: 0.63rem; }
|
||
.select.is-medium {
|
||
font-size: 1.25rem; }
|
||
.select.is-large {
|
||
font-size: 1.75rem; }
|
||
.select.is-disabled::after {
|
||
border-color: #E4E5E7; }
|
||
.select.is-fullwidth {
|
||
width: 100%; }
|
||
.select.is-fullwidth select {
|
||
width: 100%; }
|
||
.select.is-loading::after {
|
||
margin-top: 0;
|
||
position: absolute;
|
||
right: 0.625em;
|
||
top: 0.625em;
|
||
transform: none; }
|
||
.select.is-loading.is-small:after {
|
||
font-size: 0.63rem; }
|
||
.select.is-loading.is-medium:after {
|
||
font-size: 1.25rem; }
|
||
.select.is-loading.is-large:after {
|
||
font-size: 1.75rem; }
|
||
|
||
.file {
|
||
align-items: stretch;
|
||
display: flex;
|
||
justify-content: flex-start;
|
||
position: relative; }
|
||
.file.is-white .file-cta {
|
||
background-color: #FFFFFF;
|
||
border-color: transparent;
|
||
color: #0a0a0a; }
|
||
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
|
||
background-color: #f9f9f9;
|
||
border-color: transparent;
|
||
color: #0a0a0a; }
|
||
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
|
||
border-color: transparent;
|
||
box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
|
||
color: #0a0a0a; }
|
||
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
|
||
background-color: #f2f2f2;
|
||
border-color: transparent;
|
||
color: #0a0a0a; }
|
||
.file.is-black .file-cta {
|
||
background-color: #0a0a0a;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
|
||
background-color: #040404;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
|
||
border-color: transparent;
|
||
box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
|
||
color: #FFFFFF; }
|
||
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
|
||
background-color: black;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.file.is-light .file-cta {
|
||
background-color: #FFFFFF;
|
||
border-color: transparent;
|
||
color: #0D1E34; }
|
||
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
|
||
background-color: #f9f9f9;
|
||
border-color: transparent;
|
||
color: #0D1E34; }
|
||
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
|
||
border-color: transparent;
|
||
box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
|
||
color: #0D1E34; }
|
||
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
|
||
background-color: #f2f2f2;
|
||
border-color: transparent;
|
||
color: #0D1E34; }
|
||
.file.is-dark .file-cta {
|
||
background-color: #0D1E34;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
|
||
background-color: #0a182a;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
|
||
border-color: transparent;
|
||
box-shadow: 0 0 0.5em rgba(13, 30, 52, 0.25);
|
||
color: #FFFFFF; }
|
||
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
|
||
background-color: #081220;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.file.is-primary .file-cta {
|
||
background-color: #26599B;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
|
||
background-color: #235391;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
|
||
border-color: transparent;
|
||
box-shadow: 0 0 0.5em rgba(38, 89, 155, 0.25);
|
||
color: #FFFFFF; }
|
||
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
|
||
background-color: #214d87;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.file.is-link .file-cta {
|
||
background-color: #26599B;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
|
||
background-color: #235391;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
|
||
border-color: transparent;
|
||
box-shadow: 0 0 0.5em rgba(38, 89, 155, 0.25);
|
||
color: #FFFFFF; }
|
||
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
|
||
background-color: #214d87;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.file.is-info .file-cta {
|
||
background-color: #26599B;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
|
||
background-color: #235391;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
|
||
border-color: transparent;
|
||
box-shadow: 0 0 0.5em rgba(38, 89, 155, 0.25);
|
||
color: #FFFFFF; }
|
||
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
|
||
background-color: #214d87;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.file.is-success .file-cta {
|
||
background-color: #3DB5A0;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
|
||
background-color: #3aab98;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
|
||
border-color: transparent;
|
||
box-shadow: 0 0 0.5em rgba(61, 181, 160, 0.25);
|
||
color: #FFFFFF; }
|
||
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
|
||
background-color: #37a28f;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.file.is-warning .file-cta {
|
||
background-color: #CBC219;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
|
||
background-color: #c0b718;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
|
||
border-color: transparent;
|
||
box-shadow: 0 0 0.5em rgba(203, 194, 25, 0.25);
|
||
color: #FFFFFF; }
|
||
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
|
||
background-color: #b4ac16;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.file.is-danger .file-cta {
|
||
background-color: #DB512A;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
|
||
background-color: #d44b24;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
|
||
border-color: transparent;
|
||
box-shadow: 0 0 0.5em rgba(219, 81, 42, 0.25);
|
||
color: #FFFFFF; }
|
||
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
|
||
background-color: #c94722;
|
||
border-color: transparent;
|
||
color: #FFFFFF; }
|
||
.file.is-small {
|
||
font-size: 0.63rem; }
|
||
.file.is-medium {
|
||
font-size: 1.25rem; }
|
||
.file.is-medium .file-icon .fa {
|
||
font-size: 21px; }
|
||
.file.is-large {
|
||
font-size: 1.75rem; }
|
||
.file.is-large .file-icon .fa {
|
||
font-size: 28px; }
|
||
.file.has-name .file-cta {
|
||
border-bottom-right-radius: 0;
|
||
border-top-right-radius: 0; }
|
||
.file.has-name .file-name {
|
||
border-bottom-left-radius: 0;
|
||
border-top-left-radius: 0; }
|
||
.file.has-name.is-empty .file-cta {
|
||
border-radius: 0; }
|
||
.file.has-name.is-empty .file-name {
|
||
display: none; }
|
||
.file.is-boxed .file-label {
|
||
flex-direction: column; }
|
||
.file.is-boxed .file-cta {
|
||
flex-direction: column;
|
||
height: auto;
|
||
padding: 1em 3em; }
|
||
.file.is-boxed .file-name {
|
||
border-width: 0 1px 1px; }
|
||
.file.is-boxed .file-icon {
|
||
height: 1.5em;
|
||
width: 1.5em; }
|
||
.file.is-boxed .file-icon .fa {
|
||
font-size: 21px; }
|
||
.file.is-boxed.is-small .file-icon .fa {
|
||
font-size: 14px; }
|
||
.file.is-boxed.is-medium .file-icon .fa {
|
||
font-size: 28px; }
|
||
.file.is-boxed.is-large .file-icon .fa {
|
||
font-size: 35px; }
|
||
.file.is-boxed.has-name .file-cta {
|
||
border-radius: 0 0 0 0; }
|
||
.file.is-boxed.has-name .file-name {
|
||
border-radius: 0 0 0 0;
|
||
border-width: 0 1px 1px; }
|
||
.file.is-centered {
|
||
justify-content: center; }
|
||
.file.is-fullwidth .file-label {
|
||
width: 100%; }
|
||
.file.is-fullwidth .file-name {
|
||
flex-grow: 1;
|
||
max-width: none; }
|
||
.file.is-right {
|
||
justify-content: flex-end; }
|
||
.file.is-right .file-cta {
|
||
border-radius: 0 0 0 0; }
|
||
.file.is-right .file-name {
|
||
border-radius: 0 0 0 0;
|
||
border-width: 1px 0 1px 1px;
|
||
order: -1; }
|
||
|
||
.file-label {
|
||
align-items: stretch;
|
||
display: flex;
|
||
cursor: pointer;
|
||
justify-content: flex-start;
|
||
overflow: hidden;
|
||
position: relative; }
|
||
.file-label:hover .file-cta {
|
||
background-color: #eeeeee;
|
||
color: #363636; }
|
||
.file-label:hover .file-name {
|
||
border-color: #dddfe1; }
|
||
.file-label:active .file-cta {
|
||
background-color: #e8e8e8;
|
||
color: #363636; }
|
||
.file-label:active .file-name {
|
||
border-color: #d7d8db; }
|
||
|
||
.file-input {
|
||
height: 100%;
|
||
left: 0;
|
||
opacity: 0;
|
||
outline: none;
|
||
position: absolute;
|
||
top: 0;
|
||
width: 100%; }
|
||
|
||
.file-cta,
|
||
.file-name {
|
||
border-color: #E4E5E7;
|
||
border-radius: 0;
|
||
font-size: 1em;
|
||
padding-left: 1em;
|
||
padding-right: 1em;
|
||
white-space: nowrap; }
|
||
|
||
.file-cta {
|
||
background-color: whitesmoke;
|
||
color: #4a4a4a; }
|
||
|
||
.file-name {
|
||
border-color: #E4E5E7;
|
||
border-style: solid;
|
||
border-width: 1px 1px 1px 0;
|
||
display: block;
|
||
max-width: 16em;
|
||
overflow: hidden;
|
||
text-align: left;
|
||
text-overflow: ellipsis; }
|
||
|
||
.file-icon {
|
||
align-items: center;
|
||
display: flex;
|
||
height: 1em;
|
||
justify-content: center;
|
||
margin-right: 0.5em;
|
||
width: 1em; }
|
||
.file-icon .fa {
|
||
font-size: 14px; }
|
||
|
||
.label {
|
||
color: #363636;
|
||
display: block;
|
||
font-size: 0.88rem;
|
||
font-weight: 700; }
|
||
.label:not(:last-child) {
|
||
margin-bottom: 0.5em; }
|
||
.label.is-small {
|
||
font-size: 0.63rem; }
|
||
.label.is-medium {
|
||
font-size: 1.25rem; }
|
||
.label.is-large {
|
||
font-size: 1.75rem; }
|
||
|
||
.help {
|
||
display: block;
|
||
font-size: 0.63rem;
|
||
margin-top: 0.25rem; }
|
||
.help.is-white {
|
||
color: #FFFFFF; }
|
||
.help.is-black {
|
||
color: #0a0a0a; }
|
||
.help.is-light {
|
||
color: #FFFFFF; }
|
||
.help.is-dark {
|
||
color: #0D1E34; }
|
||
.help.is-primary {
|
||
color: #26599B; }
|
||
.help.is-link {
|
||
color: #26599B; }
|
||
.help.is-info {
|
||
color: #26599B; }
|
||
.help.is-success {
|
||
color: #3DB5A0; }
|
||
.help.is-warning {
|
||
color: #CBC219; }
|
||
.help.is-danger {
|
||
color: #DB512A; }
|
||
|
||
.field:not(:last-child) {
|
||
margin-bottom: 0.75rem; }
|
||
|
||
.field.has-addons {
|
||
display: flex;
|
||
justify-content: flex-start; }
|
||
.field.has-addons .control:not(:last-child) {
|
||
margin-right: -1px; }
|
||
.field.has-addons .control:not(:first-child):not(:last-child) .button,
|
||
.field.has-addons .control:not(:first-child):not(:last-child) .input,
|
||
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
|
||
border-radius: 0; }
|
||
.field.has-addons .control:first-child .button,
|
||
.field.has-addons .control:first-child .input,
|
||
.field.has-addons .control:first-child .select select {
|
||
border-bottom-right-radius: 0;
|
||
border-top-right-radius: 0; }
|
||
.field.has-addons .control:last-child .button,
|
||
.field.has-addons .control:last-child .input,
|
||
.field.has-addons .control:last-child .select select {
|
||
border-bottom-left-radius: 0;
|
||
border-top-left-radius: 0; }
|
||
.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
|
||
.field.has-addons .control .input:not([disabled]):hover,
|
||
.field.has-addons .control .input:not([disabled]).is-hovered,
|
||
.field.has-addons .control .select select:not([disabled]):hover,
|
||
.field.has-addons .control .select select:not([disabled]).is-hovered {
|
||
z-index: 2; }
|
||
.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
|
||
.field.has-addons .control .input:not([disabled]):focus,
|
||
.field.has-addons .control .input:not([disabled]).is-focused,
|
||
.field.has-addons .control .input:not([disabled]):active,
|
||
.field.has-addons .control .input:not([disabled]).is-active,
|
||
.field.has-addons .control .select select:not([disabled]):focus,
|
||
.field.has-addons .control .select select:not([disabled]).is-focused,
|
||
.field.has-addons .control .select select:not([disabled]):active,
|
||
.field.has-addons .control .select select:not([disabled]).is-active {
|
||
z-index: 3; }
|
||
.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
|
||
.field.has-addons .control .input:not([disabled]):focus:hover,
|
||
.field.has-addons .control .input:not([disabled]).is-focused:hover,
|
||
.field.has-addons .control .input:not([disabled]):active:hover,
|
||
.field.has-addons .control .input:not([disabled]).is-active:hover,
|
||
.field.has-addons .control .select select:not([disabled]):focus:hover,
|
||
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
|
||
.field.has-addons .control .select select:not([disabled]):active:hover,
|
||
.field.has-addons .control .select select:not([disabled]).is-active:hover {
|
||
z-index: 4; }
|
||
.field.has-addons .control.is-expanded {
|
||
flex-grow: 1; }
|
||
.field.has-addons.has-addons-centered {
|
||
justify-content: center; }
|
||
.field.has-addons.has-addons-right {
|
||
justify-content: flex-end; }
|
||
.field.has-addons.has-addons-fullwidth .control {
|
||
flex-grow: 1;
|
||
flex-shrink: 0; }
|
||
|
||
.field.is-grouped {
|
||
display: flex;
|
||
justify-content: flex-start; }
|
||
.field.is-grouped > .control {
|
||
flex-shrink: 0; }
|
||
.field.is-grouped > .control:not(:last-child) {
|
||
margin-bottom: 0;
|
||
margin-right: 0.75rem; }
|
||
.field.is-grouped > .control.is-expanded {
|
||
flex-grow: 1;
|
||
flex-shrink: 1; }
|
||
.field.is-grouped.is-grouped-centered {
|
||
justify-content: center; }
|
||
.field.is-grouped.is-grouped-right {
|
||
justify-content: flex-end; }
|
||
.field.is-grouped.is-grouped-multiline {
|
||
flex-wrap: wrap; }
|
||
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
|
||
margin-bottom: 0.75rem; }
|
||
.field.is-grouped.is-grouped-multiline:last-child {
|
||
margin-bottom: -0.75rem; }
|
||
.field.is-grouped.is-grouped-multiline:not(:last-child) {
|
||
margin-bottom: 0; }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.field.is-horizontal {
|
||
display: flex; } }
|
||
|
||
.field-label .label {
|
||
font-size: inherit; }
|
||
|
||
@media screen and (max-width: 768px) {
|
||
.field-label {
|
||
margin-bottom: 0.5rem; } }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.field-label {
|
||
flex-basis: 0;
|
||
flex-grow: 1;
|
||
flex-shrink: 0;
|
||
margin-right: 1.5rem;
|
||
text-align: right; }
|
||
.field-label.is-small {
|
||
font-size: 0.63rem;
|
||
padding-top: 0.375em; }
|
||
.field-label.is-normal {
|
||
padding-top: 0.375em; }
|
||
.field-label.is-medium {
|
||
font-size: 1.25rem;
|
||
padding-top: 0.375em; }
|
||
.field-label.is-large {
|
||
font-size: 1.75rem;
|
||
padding-top: 0.375em; } }
|
||
|
||
.field-body .field .field {
|
||
margin-bottom: 0; }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.field-body {
|
||
display: flex;
|
||
flex-basis: 0;
|
||
flex-grow: 5;
|
||
flex-shrink: 1; }
|
||
.field-body .field {
|
||
margin-bottom: 0; }
|
||
.field-body > .field {
|
||
flex-shrink: 1; }
|
||
.field-body > .field:not(.is-narrow) {
|
||
flex-grow: 1; }
|
||
.field-body > .field:not(:last-child) {
|
||
margin-right: 0.75rem; } }
|
||
|
||
.control {
|
||
clear: both;
|
||
font-size: 0.88rem;
|
||
position: relative;
|
||
text-align: left; }
|
||
.control.has-icon .icon {
|
||
color: #dbdbdb;
|
||
height: 2.25em;
|
||
pointer-events: none;
|
||
position: absolute;
|
||
top: 0;
|
||
width: 2.25em;
|
||
z-index: 4; }
|
||
.control.has-icon .input:focus + .icon {
|
||
color: #E4E5E7; }
|
||
.control.has-icon .input.is-small + .icon {
|
||
font-size: 0.63rem; }
|
||
.control.has-icon .input.is-medium + .icon {
|
||
font-size: 1.25rem; }
|
||
.control.has-icon .input.is-large + .icon {
|
||
font-size: 1.75rem; }
|
||
.control.has-icon:not(.has-icon-right) .icon {
|
||
left: 0; }
|
||
.control.has-icon:not(.has-icon-right) .input {
|
||
padding-left: 2.25em; }
|
||
.control.has-icon.has-icon-right .icon {
|
||
right: 0; }
|
||
.control.has-icon.has-icon-right .input {
|
||
padding-right: 2.25em; }
|
||
.control.has-icons-left .input:focus ~ .icon,
|
||
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
|
||
.control.has-icons-right .select:focus ~ .icon {
|
||
color: #E4E5E7; }
|
||
.control.has-icons-left .input.is-small ~ .icon,
|
||
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
|
||
.control.has-icons-right .select.is-small ~ .icon {
|
||
font-size: 0.63rem; }
|
||
.control.has-icons-left .input.is-medium ~ .icon,
|
||
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
|
||
.control.has-icons-right .select.is-medium ~ .icon {
|
||
font-size: 1.25rem; }
|
||
.control.has-icons-left .input.is-large ~ .icon,
|
||
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
|
||
.control.has-icons-right .select.is-large ~ .icon {
|
||
font-size: 1.75rem; }
|
||
.control.has-icons-left .icon, .control.has-icons-right .icon {
|
||
color: #dbdbdb;
|
||
height: 2.25em;
|
||
pointer-events: none;
|
||
position: absolute;
|
||
top: 0;
|
||
width: 2.25em;
|
||
z-index: 4; }
|
||
.control.has-icons-left .input,
|
||
.control.has-icons-left .select select {
|
||
padding-left: 2.25em; }
|
||
.control.has-icons-left .icon.is-left {
|
||
left: 0; }
|
||
.control.has-icons-right .input,
|
||
.control.has-icons-right .select select {
|
||
padding-right: 2.25em; }
|
||
.control.has-icons-right .icon.is-right {
|
||
right: 0; }
|
||
.control.is-loading::after {
|
||
position: absolute !important;
|
||
right: 0.625em;
|
||
top: 0.625em;
|
||
z-index: 4; }
|
||
.control.is-loading.is-small:after {
|
||
font-size: 0.63rem; }
|
||
.control.is-loading.is-medium:after {
|
||
font-size: 1.25rem; }
|
||
.control.is-loading.is-large:after {
|
||
font-size: 1.75rem; }
|
||
|
||
.icon {
|
||
align-items: center;
|
||
display: inline-flex;
|
||
justify-content: center;
|
||
height: 1.5rem;
|
||
width: 1.5rem; }
|
||
.icon.is-small {
|
||
height: 1rem;
|
||
width: 1rem; }
|
||
.icon.is-medium {
|
||
height: 2rem;
|
||
width: 2rem; }
|
||
.icon.is-large {
|
||
height: 3rem;
|
||
width: 3rem; }
|
||
|
||
.image {
|
||
display: block;
|
||
position: relative; }
|
||
.image img {
|
||
display: block;
|
||
height: auto;
|
||
width: 100%; }
|
||
.image img.is-rounded {
|
||
border-radius: 290486px; }
|
||
.image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img {
|
||
height: 100%;
|
||
width: 100%; }
|
||
.image.is-square, .image.is-1by1 {
|
||
padding-top: 100%; }
|
||
.image.is-5by4 {
|
||
padding-top: 80%; }
|
||
.image.is-4by3 {
|
||
padding-top: 75%; }
|
||
.image.is-3by2 {
|
||
padding-top: 66.6666%; }
|
||
.image.is-5by3 {
|
||
padding-top: 60%; }
|
||
.image.is-16by9 {
|
||
padding-top: 56.25%; }
|
||
.image.is-2by1 {
|
||
padding-top: 50%; }
|
||
.image.is-3by1 {
|
||
padding-top: 33.3333%; }
|
||
.image.is-4by5 {
|
||
padding-top: 125%; }
|
||
.image.is-3by4 {
|
||
padding-top: 133.3333%; }
|
||
.image.is-2by3 {
|
||
padding-top: 150%; }
|
||
.image.is-3by5 {
|
||
padding-top: 166.6666%; }
|
||
.image.is-9by16 {
|
||
padding-top: 177.7777%; }
|
||
.image.is-1by2 {
|
||
padding-top: 200%; }
|
||
.image.is-1by3 {
|
||
padding-top: 300%; }
|
||
.image.is-16x16 {
|
||
height: 16px;
|
||
width: 16px; }
|
||
.image.is-24x24 {
|
||
height: 24px;
|
||
width: 24px; }
|
||
.image.is-32x32 {
|
||
height: 32px;
|
||
width: 32px; }
|
||
.image.is-48x48 {
|
||
height: 48px;
|
||
width: 48px; }
|
||
.image.is-64x64 {
|
||
height: 64px;
|
||
width: 64px; }
|
||
.image.is-96x96 {
|
||
height: 96px;
|
||
width: 96px; }
|
||
.image.is-128x128 {
|
||
height: 128px;
|
||
width: 128px; }
|
||
|
||
.notification {
|
||
background-color: #FFFFFF;
|
||
border-radius: 0;
|
||
padding: 1.25rem 2.5rem 1.25rem 1.5rem;
|
||
position: relative; }
|
||
.notification a:not(.button):not(.dropdown-item) {
|
||
color: currentColor;
|
||
text-decoration: underline; }
|
||
.notification strong {
|
||
color: currentColor; }
|
||
.notification code,
|
||
.notification pre {
|
||
background: #FFFFFF; }
|
||
.notification pre code {
|
||
background: transparent; }
|
||
.notification > .delete {
|
||
position: absolute;
|
||
right: 0.5rem;
|
||
top: 0.5rem; }
|
||
.notification .title,
|
||
.notification .subtitle,
|
||
.notification .content {
|
||
color: currentColor; }
|
||
.notification.is-white {
|
||
background-color: #FFFFFF;
|
||
color: #0a0a0a; }
|
||
.notification.is-black {
|
||
background-color: #0a0a0a;
|
||
color: #FFFFFF; }
|
||
.notification.is-light {
|
||
background-color: #FFFFFF;
|
||
color: #0D1E34; }
|
||
.notification.is-dark {
|
||
background-color: #0D1E34;
|
||
color: #FFFFFF; }
|
||
.notification.is-primary {
|
||
background-color: #26599B;
|
||
color: #FFFFFF; }
|
||
.notification.is-link {
|
||
background-color: #26599B;
|
||
color: #FFFFFF; }
|
||
.notification.is-info {
|
||
background-color: #26599B;
|
||
color: #FFFFFF; }
|
||
.notification.is-success {
|
||
background-color: #3DB5A0;
|
||
color: #FFFFFF; }
|
||
.notification.is-warning {
|
||
background-color: #CBC219;
|
||
color: #FFFFFF; }
|
||
.notification.is-danger {
|
||
background-color: #DB512A;
|
||
color: #FFFFFF; }
|
||
|
||
.progress {
|
||
-moz-appearance: none;
|
||
-webkit-appearance: none;
|
||
border: none;
|
||
border-radius: 290486px;
|
||
display: block;
|
||
height: 0.88rem;
|
||
overflow: hidden;
|
||
padding: 0;
|
||
width: 100%; }
|
||
.progress::-webkit-progress-bar {
|
||
background-color: #E4E5E7; }
|
||
.progress::-webkit-progress-value {
|
||
background-color: #0D1E34; }
|
||
.progress::-moz-progress-bar {
|
||
background-color: #0D1E34; }
|
||
.progress::-ms-fill {
|
||
background-color: #0D1E34;
|
||
border: none; }
|
||
.progress.is-white::-webkit-progress-value {
|
||
background-color: #FFFFFF; }
|
||
.progress.is-white::-moz-progress-bar {
|
||
background-color: #FFFFFF; }
|
||
.progress.is-white::-ms-fill {
|
||
background-color: #FFFFFF; }
|
||
.progress.is-black::-webkit-progress-value {
|
||
background-color: #0a0a0a; }
|
||
.progress.is-black::-moz-progress-bar {
|
||
background-color: #0a0a0a; }
|
||
.progress.is-black::-ms-fill {
|
||
background-color: #0a0a0a; }
|
||
.progress.is-light::-webkit-progress-value {
|
||
background-color: #FFFFFF; }
|
||
.progress.is-light::-moz-progress-bar {
|
||
background-color: #FFFFFF; }
|
||
.progress.is-light::-ms-fill {
|
||
background-color: #FFFFFF; }
|
||
.progress.is-dark::-webkit-progress-value {
|
||
background-color: #0D1E34; }
|
||
.progress.is-dark::-moz-progress-bar {
|
||
background-color: #0D1E34; }
|
||
.progress.is-dark::-ms-fill {
|
||
background-color: #0D1E34; }
|
||
.progress.is-primary::-webkit-progress-value {
|
||
background-color: #26599B; }
|
||
.progress.is-primary::-moz-progress-bar {
|
||
background-color: #26599B; }
|
||
.progress.is-primary::-ms-fill {
|
||
background-color: #26599B; }
|
||
.progress.is-link::-webkit-progress-value {
|
||
background-color: #26599B; }
|
||
.progress.is-link::-moz-progress-bar {
|
||
background-color: #26599B; }
|
||
.progress.is-link::-ms-fill {
|
||
background-color: #26599B; }
|
||
.progress.is-info::-webkit-progress-value {
|
||
background-color: #26599B; }
|
||
.progress.is-info::-moz-progress-bar {
|
||
background-color: #26599B; }
|
||
.progress.is-info::-ms-fill {
|
||
background-color: #26599B; }
|
||
.progress.is-success::-webkit-progress-value {
|
||
background-color: #3DB5A0; }
|
||
.progress.is-success::-moz-progress-bar {
|
||
background-color: #3DB5A0; }
|
||
.progress.is-success::-ms-fill {
|
||
background-color: #3DB5A0; }
|
||
.progress.is-warning::-webkit-progress-value {
|
||
background-color: #CBC219; }
|
||
.progress.is-warning::-moz-progress-bar {
|
||
background-color: #CBC219; }
|
||
.progress.is-warning::-ms-fill {
|
||
background-color: #CBC219; }
|
||
.progress.is-danger::-webkit-progress-value {
|
||
background-color: #DB512A; }
|
||
.progress.is-danger::-moz-progress-bar {
|
||
background-color: #DB512A; }
|
||
.progress.is-danger::-ms-fill {
|
||
background-color: #DB512A; }
|
||
.progress.is-small {
|
||
height: 0.63rem; }
|
||
.progress.is-medium {
|
||
height: 1.25rem; }
|
||
.progress.is-large {
|
||
height: 1.75rem; }
|
||
|
||
.table {
|
||
background-color: #FFFFFF;
|
||
color: #363636; }
|
||
.table td,
|
||
.table th {
|
||
border: 1px solid #dbdbdb;
|
||
border-width: 0 0 1px;
|
||
padding: 0.5em 0.75em;
|
||
vertical-align: top; }
|
||
.table td.is-white,
|
||
.table th.is-white {
|
||
background-color: #FFFFFF;
|
||
border-color: #FFFFFF;
|
||
color: #0a0a0a; }
|
||
.table td.is-black,
|
||
.table th.is-black {
|
||
background-color: #0a0a0a;
|
||
border-color: #0a0a0a;
|
||
color: #FFFFFF; }
|
||
.table td.is-light,
|
||
.table th.is-light {
|
||
background-color: #FFFFFF;
|
||
border-color: #FFFFFF;
|
||
color: #0D1E34; }
|
||
.table td.is-dark,
|
||
.table th.is-dark {
|
||
background-color: #0D1E34;
|
||
border-color: #0D1E34;
|
||
color: #FFFFFF; }
|
||
.table td.is-primary,
|
||
.table th.is-primary {
|
||
background-color: #26599B;
|
||
border-color: #26599B;
|
||
color: #FFFFFF; }
|
||
.table td.is-link,
|
||
.table th.is-link {
|
||
background-color: #26599B;
|
||
border-color: #26599B;
|
||
color: #FFFFFF; }
|
||
.table td.is-info,
|
||
.table th.is-info {
|
||
background-color: #26599B;
|
||
border-color: #26599B;
|
||
color: #FFFFFF; }
|
||
.table td.is-success,
|
||
.table th.is-success {
|
||
background-color: #3DB5A0;
|
||
border-color: #3DB5A0;
|
||
color: #FFFFFF; }
|
||
.table td.is-warning,
|
||
.table th.is-warning {
|
||
background-color: #CBC219;
|
||
border-color: #CBC219;
|
||
color: #FFFFFF; }
|
||
.table td.is-danger,
|
||
.table th.is-danger {
|
||
background-color: #DB512A;
|
||
border-color: #DB512A;
|
||
color: #FFFFFF; }
|
||
.table td.is-narrow,
|
||
.table th.is-narrow {
|
||
white-space: nowrap;
|
||
width: 1%; }
|
||
.table td.is-selected,
|
||
.table th.is-selected {
|
||
background-color: #26599B;
|
||
color: #FFFFFF; }
|
||
.table td.is-selected a,
|
||
.table td.is-selected strong,
|
||
.table th.is-selected a,
|
||
.table th.is-selected strong {
|
||
color: currentColor; }
|
||
.table th {
|
||
color: #0D1E34;
|
||
text-align: left; }
|
||
.table tr.is-selected {
|
||
background-color: #26599B;
|
||
color: #FFFFFF; }
|
||
.table tr.is-selected a,
|
||
.table tr.is-selected strong {
|
||
color: currentColor; }
|
||
.table tr.is-selected td,
|
||
.table tr.is-selected th {
|
||
border-color: #FFFFFF;
|
||
color: currentColor; }
|
||
.table thead td,
|
||
.table thead th {
|
||
border-width: 0 0 2px;
|
||
color: #0D1E34; }
|
||
.table tfoot td,
|
||
.table tfoot th {
|
||
border-width: 2px 0 0;
|
||
color: #0D1E34; }
|
||
.table tbody tr:last-child td,
|
||
.table tbody tr:last-child th {
|
||
border-bottom-width: 0; }
|
||
.table.is-bordered td,
|
||
.table.is-bordered th {
|
||
border-width: 1px; }
|
||
.table.is-bordered tr:last-child td,
|
||
.table.is-bordered tr:last-child th {
|
||
border-bottom-width: 1px; }
|
||
.table.is-fullwidth {
|
||
width: 100%; }
|
||
.table.is-hoverable tbody tr:not(.is-selected):hover {
|
||
background-color: #fafafa; }
|
||
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
|
||
background-color: #fafafa; }
|
||
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
|
||
background-color: whitesmoke; }
|
||
.table.is-narrow td,
|
||
.table.is-narrow th {
|
||
padding: 0.25em 0.5em; }
|
||
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
|
||
background-color: #fafafa; }
|
||
|
||
.table-container {
|
||
-webkit-overflow-scrolling: touch;
|
||
overflow: auto;
|
||
overflow-y: hidden;
|
||
max-width: 100%; }
|
||
|
||
.tags {
|
||
align-items: center;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
justify-content: flex-start; }
|
||
.tags .tag {
|
||
margin-bottom: 0.5rem; }
|
||
.tags .tag:not(:last-child) {
|
||
margin-right: 0.5rem; }
|
||
.tags:last-child {
|
||
margin-bottom: -0.5rem; }
|
||
.tags:not(:last-child) {
|
||
margin-bottom: 1rem; }
|
||
.tags.has-addons .tag {
|
||
margin-right: 0; }
|
||
.tags.has-addons .tag:not(:first-child) {
|
||
border-bottom-left-radius: 0;
|
||
border-top-left-radius: 0; }
|
||
.tags.has-addons .tag:not(:last-child) {
|
||
border-bottom-right-radius: 0;
|
||
border-top-right-radius: 0; }
|
||
.tags.is-centered {
|
||
justify-content: center; }
|
||
.tags.is-centered .tag {
|
||
margin-right: 0.25rem;
|
||
margin-left: 0.25rem; }
|
||
.tags.is-right {
|
||
justify-content: flex-end; }
|
||
.tags.is-right .tag:not(:first-child) {
|
||
margin-left: 0.5rem; }
|
||
.tags.is-right .tag:not(:last-child) {
|
||
margin-right: 0; }
|
||
|
||
.tag:not(body) {
|
||
align-items: center;
|
||
background-color: #FFFFFF;
|
||
border-radius: 0;
|
||
color: #0D1E34;
|
||
display: inline-flex;
|
||
font-size: 0.63rem;
|
||
height: 2em;
|
||
justify-content: center;
|
||
line-height: 1.5;
|
||
padding-left: 0.75em;
|
||
padding-right: 0.75em;
|
||
white-space: nowrap; }
|
||
.tag:not(body) .delete {
|
||
margin-left: 0.25rem;
|
||
margin-right: -0.375rem; }
|
||
.tag:not(body).is-white {
|
||
background-color: #FFFFFF;
|
||
color: #0a0a0a; }
|
||
.tag:not(body).is-black {
|
||
background-color: #0a0a0a;
|
||
color: #FFFFFF; }
|
||
.tag:not(body).is-light {
|
||
background-color: #FFFFFF;
|
||
color: #0D1E34; }
|
||
.tag:not(body).is-dark {
|
||
background-color: #0D1E34;
|
||
color: #FFFFFF; }
|
||
.tag:not(body).is-primary {
|
||
background-color: #26599B;
|
||
color: #FFFFFF; }
|
||
.tag:not(body).is-link {
|
||
background-color: #26599B;
|
||
color: #FFFFFF; }
|
||
.tag:not(body).is-info {
|
||
background-color: #26599B;
|
||
color: #FFFFFF; }
|
||
.tag:not(body).is-success {
|
||
background-color: #3DB5A0;
|
||
color: #FFFFFF; }
|
||
.tag:not(body).is-warning {
|
||
background-color: #CBC219;
|
||
color: #FFFFFF; }
|
||
.tag:not(body).is-danger {
|
||
background-color: #DB512A;
|
||
color: #FFFFFF; }
|
||
.tag:not(body).is-medium {
|
||
font-size: 0.88rem; }
|
||
.tag:not(body).is-large {
|
||
font-size: 1.25rem; }
|
||
.tag:not(body) .icon:first-child:not(:last-child) {
|
||
margin-left: -0.375em;
|
||
margin-right: 0.1875em; }
|
||
.tag:not(body) .icon:last-child:not(:first-child) {
|
||
margin-left: 0.1875em;
|
||
margin-right: -0.375em; }
|
||
.tag:not(body) .icon:first-child:last-child {
|
||
margin-left: -0.375em;
|
||
margin-right: -0.375em; }
|
||
.tag:not(body).is-delete {
|
||
margin-left: 1px;
|
||
padding: 0;
|
||
position: relative;
|
||
width: 2em; }
|
||
.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
|
||
background-color: currentColor;
|
||
content: "";
|
||
display: block;
|
||
left: 50%;
|
||
position: absolute;
|
||
top: 50%;
|
||
transform: translateX(-50%) translateY(-50%) rotate(45deg);
|
||
transform-origin: center center; }
|
||
.tag:not(body).is-delete::before {
|
||
height: 1px;
|
||
width: 50%; }
|
||
.tag:not(body).is-delete::after {
|
||
height: 50%;
|
||
width: 1px; }
|
||
.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
|
||
background-color: #f2f2f2; }
|
||
.tag:not(body).is-delete:active {
|
||
background-color: #e6e5e5; }
|
||
.tag:not(body).is-rounded {
|
||
border-radius: 290486px; }
|
||
|
||
a.tag:hover {
|
||
text-decoration: underline; }
|
||
|
||
.title,
|
||
.subtitle {
|
||
word-break: break-word; }
|
||
.title em,
|
||
.title span,
|
||
.subtitle em,
|
||
.subtitle span {
|
||
font-weight: inherit; }
|
||
.title sub,
|
||
.subtitle sub {
|
||
font-size: 0.75em; }
|
||
.title sup,
|
||
.subtitle sup {
|
||
font-size: 0.75em; }
|
||
.title .tag,
|
||
.subtitle .tag {
|
||
vertical-align: middle; }
|
||
|
||
.title {
|
||
color: #363636;
|
||
font-size: 2.5rem;
|
||
font-weight: 700;
|
||
line-height: 1.125; }
|
||
.title strong {
|
||
color: inherit;
|
||
font-weight: inherit; }
|
||
.title + .highlight {
|
||
margin-top: -0.75rem; }
|
||
.title:not(.is-spaced) + .subtitle {
|
||
margin-top: -1.25rem; }
|
||
.title.is-1 {
|
||
font-size: 5.63rem; }
|
||
.title.is-2 {
|
||
font-size: 3.5rem; }
|
||
.title.is-3 {
|
||
font-size: 2.5rem; }
|
||
.title.is-4 {
|
||
font-size: 1.75rem; }
|
||
.title.is-5 {
|
||
font-size: 1.25rem; }
|
||
.title.is-6 {
|
||
font-size: 0.88rem; }
|
||
.title.is-7 {
|
||
font-size: 0.63rem; }
|
||
|
||
.subtitle {
|
||
color: #4a4a4a;
|
||
font-size: 1.25rem;
|
||
font-weight: 400;
|
||
line-height: 1.25; }
|
||
.subtitle strong {
|
||
color: #363636;
|
||
font-weight: 700; }
|
||
.subtitle:not(.is-spaced) + .title {
|
||
margin-top: -1.25rem; }
|
||
.subtitle.is-1 {
|
||
font-size: 5.63rem; }
|
||
.subtitle.is-2 {
|
||
font-size: 3.5rem; }
|
||
.subtitle.is-3 {
|
||
font-size: 2.5rem; }
|
||
.subtitle.is-4 {
|
||
font-size: 1.75rem; }
|
||
.subtitle.is-5 {
|
||
font-size: 1.25rem; }
|
||
.subtitle.is-6 {
|
||
font-size: 0.88rem; }
|
||
.subtitle.is-7 {
|
||
font-size: 0.63rem; }
|
||
|
||
.heading {
|
||
display: block;
|
||
font-size: 11px;
|
||
letter-spacing: 1px;
|
||
margin-bottom: 5px;
|
||
text-transform: uppercase; }
|
||
|
||
.highlight {
|
||
font-weight: 400;
|
||
max-width: 100%;
|
||
overflow: hidden;
|
||
padding: 0; }
|
||
.highlight pre {
|
||
overflow: auto;
|
||
max-width: 100%; }
|
||
|
||
.number {
|
||
align-items: center;
|
||
background-color: #FFFFFF;
|
||
border-radius: 290486px;
|
||
display: inline-flex;
|
||
font-size: 1.25rem;
|
||
height: 2em;
|
||
justify-content: center;
|
||
margin-right: 1.5rem;
|
||
min-width: 2.5em;
|
||
padding: 0.25rem 0.5rem;
|
||
text-align: center;
|
||
vertical-align: top; }
|
||
|
||
.breadcrumb {
|
||
font-size: 0.88rem;
|
||
white-space: nowrap; }
|
||
.breadcrumb a {
|
||
align-items: center;
|
||
color: #26599B;
|
||
display: flex;
|
||
justify-content: center;
|
||
padding: 0 0.75em; }
|
||
.breadcrumb a:hover {
|
||
color: #E4E5E7; }
|
||
.breadcrumb li {
|
||
align-items: center;
|
||
display: flex; }
|
||
.breadcrumb li:first-child a {
|
||
padding-left: 0; }
|
||
.breadcrumb li.is-active a {
|
||
color: #0D1E34;
|
||
cursor: default;
|
||
pointer-events: none; }
|
||
.breadcrumb li + li::before {
|
||
color: #b5b5b5;
|
||
content: "\0002f"; }
|
||
.breadcrumb ul,
|
||
.breadcrumb ol {
|
||
align-items: flex-start;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
justify-content: flex-start; }
|
||
.breadcrumb .icon:first-child {
|
||
margin-right: 0.5em; }
|
||
.breadcrumb .icon:last-child {
|
||
margin-left: 0.5em; }
|
||
.breadcrumb.is-centered ol,
|
||
.breadcrumb.is-centered ul {
|
||
justify-content: center; }
|
||
.breadcrumb.is-right ol,
|
||
.breadcrumb.is-right ul {
|
||
justify-content: flex-end; }
|
||
.breadcrumb.is-small {
|
||
font-size: 0.63rem; }
|
||
.breadcrumb.is-medium {
|
||
font-size: 1.25rem; }
|
||
.breadcrumb.is-large {
|
||
font-size: 1.75rem; }
|
||
.breadcrumb.has-arrow-separator li + li::before {
|
||
content: "\02192"; }
|
||
.breadcrumb.has-bullet-separator li + li::before {
|
||
content: "\02022"; }
|
||
.breadcrumb.has-dot-separator li + li::before {
|
||
content: "\000b7"; }
|
||
.breadcrumb.has-succeeds-separator li + li::before {
|
||
content: "\0227B"; }
|
||
|
||
.card {
|
||
background-color: #FFFFFF;
|
||
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
|
||
color: #0D1E34;
|
||
max-width: 100%;
|
||
position: relative; }
|
||
|
||
.card-header {
|
||
background-color: transparent;
|
||
align-items: stretch;
|
||
box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
|
||
display: flex; }
|
||
|
||
.card-header-title {
|
||
align-items: center;
|
||
color: #0D1E34;
|
||
display: flex;
|
||
flex-grow: 1;
|
||
font-weight: 700;
|
||
padding: 0.75rem; }
|
||
.card-header-title.is-centered {
|
||
justify-content: center; }
|
||
|
||
.card-header-icon {
|
||
align-items: center;
|
||
cursor: pointer;
|
||
display: flex;
|
||
justify-content: center;
|
||
padding: 0.75rem; }
|
||
|
||
.card-image {
|
||
display: block;
|
||
position: relative; }
|
||
|
||
.card-content {
|
||
background-color: transparent;
|
||
padding: 1.5rem; }
|
||
|
||
.card-footer {
|
||
background-color: transparent;
|
||
border-top: 1px solid #E4E5E7;
|
||
align-items: stretch;
|
||
display: flex; }
|
||
|
||
.card-footer-item {
|
||
align-items: center;
|
||
display: flex;
|
||
flex-basis: 0;
|
||
flex-grow: 1;
|
||
flex-shrink: 0;
|
||
justify-content: center;
|
||
padding: 0.75rem; }
|
||
.card-footer-item:not(:last-child) {
|
||
border-right: 1px solid #E4E5E7; }
|
||
|
||
.card .media:not(:last-child) {
|
||
margin-bottom: 0.75rem; }
|
||
|
||
.dropdown {
|
||
display: inline-flex;
|
||
position: relative;
|
||
vertical-align: top; }
|
||
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
|
||
display: block; }
|
||
.dropdown.is-right .dropdown-menu {
|
||
left: auto;
|
||
right: 0; }
|
||
.dropdown.is-up .dropdown-menu {
|
||
bottom: 100%;
|
||
padding-bottom: 4px;
|
||
padding-top: initial;
|
||
top: auto; }
|
||
|
||
.dropdown-menu {
|
||
display: none;
|
||
left: 0;
|
||
min-width: 12rem;
|
||
padding-top: 4px;
|
||
position: absolute;
|
||
top: 100%;
|
||
z-index: 20; }
|
||
|
||
.dropdown-content {
|
||
background-color: #FFFFFF;
|
||
border-radius: 0;
|
||
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
|
||
padding-bottom: 0.5rem;
|
||
padding-top: 0.5rem; }
|
||
|
||
.dropdown-item {
|
||
color: #4a4a4a;
|
||
display: block;
|
||
font-size: 0.875rem;
|
||
line-height: 1.5;
|
||
padding: 0.375rem 1rem;
|
||
position: relative; }
|
||
|
||
a.dropdown-item,
|
||
button.dropdown-item {
|
||
padding-right: 3rem;
|
||
text-align: left;
|
||
white-space: nowrap;
|
||
width: 100%; }
|
||
a.dropdown-item:hover,
|
||
button.dropdown-item:hover {
|
||
background-color: #FFFFFF;
|
||
color: #0a0a0a; }
|
||
a.dropdown-item.is-active,
|
||
button.dropdown-item.is-active {
|
||
background-color: #26599B;
|
||
color: #FFFFFF; }
|
||
|
||
.dropdown-divider {
|
||
background-color: #E4E5E7;
|
||
border: none;
|
||
display: block;
|
||
height: 1px;
|
||
margin: 0.5rem 0; }
|
||
|
||
.level {
|
||
align-items: center;
|
||
justify-content: space-between; }
|
||
.level code {
|
||
border-radius: 0; }
|
||
.level img {
|
||
display: inline-block;
|
||
vertical-align: top; }
|
||
.level.is-mobile {
|
||
display: flex; }
|
||
.level.is-mobile .level-left,
|
||
.level.is-mobile .level-right {
|
||
display: flex; }
|
||
.level.is-mobile .level-left + .level-right {
|
||
margin-top: 0; }
|
||
.level.is-mobile .level-item:not(:last-child) {
|
||
margin-bottom: 0;
|
||
margin-right: 0.75rem; }
|
||
.level.is-mobile .level-item:not(.is-narrow) {
|
||
flex-grow: 1; }
|
||
@media screen and (min-width: 769px), print {
|
||
.level {
|
||
display: flex; }
|
||
.level > .level-item:not(.is-narrow) {
|
||
flex-grow: 1; } }
|
||
|
||
.level-item {
|
||
align-items: center;
|
||
display: flex;
|
||
flex-basis: auto;
|
||
flex-grow: 0;
|
||
flex-shrink: 0;
|
||
justify-content: center; }
|
||
.level-item .title,
|
||
.level-item .subtitle {
|
||
margin-bottom: 0; }
|
||
@media screen and (max-width: 768px) {
|
||
.level-item:not(:last-child) {
|
||
margin-bottom: 0.75rem; } }
|
||
|
||
.level-left,
|
||
.level-right {
|
||
flex-basis: auto;
|
||
flex-grow: 0;
|
||
flex-shrink: 0; }
|
||
.level-left .level-item.is-flexible,
|
||
.level-right .level-item.is-flexible {
|
||
flex-grow: 1; }
|
||
@media screen and (min-width: 769px), print {
|
||
.level-left .level-item:not(:last-child),
|
||
.level-right .level-item:not(:last-child) {
|
||
margin-right: 0.75rem; } }
|
||
|
||
.level-left {
|
||
align-items: center;
|
||
justify-content: flex-start; }
|
||
@media screen and (max-width: 768px) {
|
||
.level-left + .level-right {
|
||
margin-top: 1.5rem; } }
|
||
@media screen and (min-width: 769px), print {
|
||
.level-left {
|
||
display: flex; } }
|
||
|
||
.level-right {
|
||
align-items: center;
|
||
justify-content: flex-end; }
|
||
@media screen and (min-width: 769px), print {
|
||
.level-right {
|
||
display: flex; } }
|
||
|
||
.list {
|
||
background-color: #FFFFFF;
|
||
border-radius: 0;
|
||
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); }
|
||
|
||
.list-item {
|
||
display: block;
|
||
padding: 0.5em 1em; }
|
||
.list-item:not(a) {
|
||
color: #0D1E34; }
|
||
.list-item:first-child {
|
||
border-top-left-radius: 0;
|
||
border-top-right-radius: 0; }
|
||
.list-item:last-child {
|
||
border-top-left-radius: 0;
|
||
border-top-right-radius: 0; }
|
||
.list-item:not(:last-child) {
|
||
border-bottom: 1px solid #E4E5E7; }
|
||
.list-item.is-active {
|
||
background-color: #26599B;
|
||
color: #FFFFFF; }
|
||
|
||
a.list-item {
|
||
background-color: #FFFFFF;
|
||
cursor: pointer; }
|
||
|
||
.media {
|
||
align-items: flex-start;
|
||
display: flex;
|
||
text-align: left; }
|
||
.media .content:not(:last-child) {
|
||
margin-bottom: 0.75rem; }
|
||
.media .media {
|
||
border-top: 1px solid rgba(228, 229, 231, 0.5);
|
||
display: flex;
|
||
padding-top: 0.75rem; }
|
||
.media .media .content:not(:last-child),
|
||
.media .media .control:not(:last-child) {
|
||
margin-bottom: 0.5rem; }
|
||
.media .media .media {
|
||
padding-top: 0.5rem; }
|
||
.media .media .media + .media {
|
||
margin-top: 0.5rem; }
|
||
.media + .media {
|
||
border-top: 1px solid rgba(228, 229, 231, 0.5);
|
||
margin-top: 1rem;
|
||
padding-top: 1rem; }
|
||
.media.is-large + .media {
|
||
margin-top: 1.5rem;
|
||
padding-top: 1.5rem; }
|
||
|
||
.media-left,
|
||
.media-right {
|
||
flex-basis: auto;
|
||
flex-grow: 0;
|
||
flex-shrink: 0; }
|
||
|
||
.media-left {
|
||
margin-right: 1rem; }
|
||
|
||
.media-right {
|
||
margin-left: 1rem; }
|
||
|
||
.media-content {
|
||
flex-basis: auto;
|
||
flex-grow: 1;
|
||
flex-shrink: 1;
|
||
text-align: left; }
|
||
|
||
@media screen and (max-width: 768px) {
|
||
.media-content {
|
||
overflow-x: auto; } }
|
||
|
||
.menu {
|
||
font-size: 0.88rem; }
|
||
.menu.is-small {
|
||
font-size: 0.63rem; }
|
||
.menu.is-medium {
|
||
font-size: 1.25rem; }
|
||
.menu.is-large {
|
||
font-size: 1.75rem; }
|
||
|
||
.menu-list {
|
||
line-height: 1.25; }
|
||
.menu-list a {
|
||
border-radius: 0;
|
||
color: #0D1E34;
|
||
display: block;
|
||
padding: 0.5em 0.75em; }
|
||
.menu-list a:hover {
|
||
background-color: #FFFFFF;
|
||
color: #0D1E34; }
|
||
.menu-list a.is-active {
|
||
background-color: #26599B;
|
||
color: #FFFFFF; }
|
||
.menu-list li ul {
|
||
border-left: 1px solid #E4E5E7;
|
||
margin: 0.75em;
|
||
padding-left: 0.75em; }
|
||
|
||
.menu-label {
|
||
color: #E4E5E7;
|
||
font-size: 0.75em;
|
||
letter-spacing: 0.1em;
|
||
text-transform: uppercase; }
|
||
.menu-label:not(:first-child) {
|
||
margin-top: 1em; }
|
||
.menu-label:not(:last-child) {
|
||
margin-bottom: 1em; }
|
||
|
||
.message {
|
||
background-color: #FFFFFF;
|
||
border-radius: 0;
|
||
font-size: 0.88rem; }
|
||
.message strong {
|
||
color: currentColor; }
|
||
.message a:not(.button):not(.tag) {
|
||
color: currentColor;
|
||
text-decoration: underline; }
|
||
.message.is-small {
|
||
font-size: 0.63rem; }
|
||
.message.is-medium {
|
||
font-size: 1.25rem; }
|
||
.message.is-large {
|
||
font-size: 1.75rem; }
|
||
.message.is-white {
|
||
background-color: white; }
|
||
.message.is-white .message-header {
|
||
background-color: #FFFFFF;
|
||
color: #0a0a0a; }
|
||
.message.is-white .message-body {
|
||
border-color: #FFFFFF;
|
||
color: #4d4c4c; }
|
||
.message.is-black {
|
||
background-color: #fafafa; }
|
||
.message.is-black .message-header {
|
||
background-color: #0a0a0a;
|
||
color: #FFFFFF; }
|
||
.message.is-black .message-body {
|
||
border-color: #0a0a0a;
|
||
color: #090909; }
|
||
.message.is-light {
|
||
background-color: white; }
|
||
.message.is-light .message-header {
|
||
background-color: #FFFFFF;
|
||
color: #0D1E34; }
|
||
.message.is-light .message-body {
|
||
border-color: #FFFFFF;
|
||
color: #4d4c4c; }
|
||
.message.is-dark {
|
||
background-color: #f7fafd; }
|
||
.message.is-dark .message-header {
|
||
background-color: #0D1E34;
|
||
color: #FFFFFF; }
|
||
.message.is-dark .message-body {
|
||
border-color: #0D1E34;
|
||
color: #0b1a2c; }
|
||
.message.is-primary {
|
||
background-color: #f7fafd; }
|
||
.message.is-primary .message-header {
|
||
background-color: #26599B;
|
||
color: #FFFFFF; }
|
||
.message.is-primary .message-body {
|
||
border-color: #26599B;
|
||
color: #1f426f; }
|
||
.message.is-link {
|
||
background-color: #f7fafd; }
|
||
.message.is-link .message-header {
|
||
background-color: #26599B;
|
||
color: #FFFFFF; }
|
||
.message.is-link .message-body {
|
||
border-color: #26599B;
|
||
color: #1f426f; }
|
||
.message.is-info {
|
||
background-color: #f7fafd; }
|
||
.message.is-info .message-header {
|
||
background-color: #26599B;
|
||
color: #FFFFFF; }
|
||
.message.is-info .message-body {
|
||
border-color: #26599B;
|
||
color: #1f426f; }
|
||
.message.is-success {
|
||
background-color: #f7fcfc; }
|
||
.message.is-success .message-header {
|
||
background-color: #3DB5A0;
|
||
color: #FFFFFF; }
|
||
.message.is-success .message-body {
|
||
border-color: #3DB5A0;
|
||
color: #1d3e38; }
|
||
.message.is-warning {
|
||
background-color: #fefdf6; }
|
||
.message.is-warning .message-header {
|
||
background-color: #CBC219;
|
||
color: #FFFFFF; }
|
||
.message.is-warning .message-body {
|
||
border-color: #CBC219;
|
||
color: #141405; }
|
||
.message.is-danger {
|
||
background-color: #fef8f6; }
|
||
.message.is-danger .message-header {
|
||
background-color: #DB512A;
|
||
color: #FFFFFF; }
|
||
.message.is-danger .message-body {
|
||
border-color: #DB512A;
|
||
color: #8c371f; }
|
||
|
||
.message-header {
|
||
align-items: center;
|
||
background-color: #0D1E34;
|
||
border-radius: 0 0 0 0;
|
||
color: #FFFFFF;
|
||
display: flex;
|
||
font-weight: 700;
|
||
justify-content: space-between;
|
||
line-height: 1.25;
|
||
padding: 0.75em 1em;
|
||
position: relative; }
|
||
.message-header .delete {
|
||
flex-grow: 0;
|
||
flex-shrink: 0;
|
||
margin-left: 0.75em; }
|
||
.message-header + .message-body {
|
||
border-width: 0;
|
||
border-top-left-radius: 0;
|
||
border-top-right-radius: 0; }
|
||
|
||
.message-body {
|
||
border-color: #E4E5E7;
|
||
border-radius: 0;
|
||
border-style: solid;
|
||
border-width: 0 0 0 4px;
|
||
color: #0D1E34;
|
||
padding: 1.25em 1.5em; }
|
||
.message-body code,
|
||
.message-body pre {
|
||
background-color: #FFFFFF; }
|
||
.message-body pre code {
|
||
background-color: transparent; }
|
||
|
||
.modal {
|
||
align-items: center;
|
||
display: none;
|
||
flex-direction: column;
|
||
justify-content: center;
|
||
overflow: hidden;
|
||
position: fixed;
|
||
z-index: 40; }
|
||
.modal.is-active {
|
||
display: flex; }
|
||
|
||
.modal-background {
|
||
background-color: rgba(10, 10, 10, 0.86); }
|
||
|
||
.modal-content,
|
||
.modal-card {
|
||
margin: 0 20px;
|
||
max-height: calc(100vh - 160px);
|
||
overflow: auto;
|
||
position: relative;
|
||
width: 100%; }
|
||
@media screen and (min-width: 769px), print {
|
||
.modal-content,
|
||
.modal-card {
|
||
margin: 0 auto;
|
||
max-height: calc(100vh - 40px);
|
||
width: 640px; } }
|
||
|
||
.modal-close {
|
||
background: none;
|
||
height: 40px;
|
||
position: fixed;
|
||
right: 20px;
|
||
top: 20px;
|
||
width: 40px; }
|
||
|
||
.modal-card {
|
||
display: flex;
|
||
flex-direction: column;
|
||
max-height: calc(100vh - 40px);
|
||
overflow: hidden;
|
||
-ms-overflow-y: visible; }
|
||
|
||
.modal-card-head,
|
||
.modal-card-foot {
|
||
align-items: center;
|
||
background-color: #FFFFFF;
|
||
display: flex;
|
||
flex-shrink: 0;
|
||
justify-content: flex-start;
|
||
padding: 20px;
|
||
position: relative; }
|
||
|
||
.modal-card-head {
|
||
border-bottom: 1px solid #E4E5E7;
|
||
border-top-left-radius: 0;
|
||
border-top-right-radius: 0; }
|
||
|
||
.modal-card-title {
|
||
color: #0D1E34;
|
||
flex-grow: 1;
|
||
flex-shrink: 0;
|
||
font-size: 1.75rem;
|
||
line-height: 1; }
|
||
|
||
.modal-card-foot {
|
||
border-bottom-left-radius: 0;
|
||
border-bottom-right-radius: 0;
|
||
border-top: 1px solid #E4E5E7; }
|
||
.modal-card-foot .button:not(:last-child) {
|
||
margin-right: 10px; }
|
||
|
||
.modal-card-body {
|
||
-webkit-overflow-scrolling: touch;
|
||
background-color: #FFFFFF;
|
||
flex-grow: 1;
|
||
flex-shrink: 1;
|
||
overflow: auto;
|
||
padding: 20px; }
|
||
|
||
.navbar {
|
||
background-color: #FFFFFF;
|
||
min-height: 3.25rem;
|
||
position: relative;
|
||
z-index: 30; }
|
||
.navbar.is-white {
|
||
background-color: #FFFFFF;
|
||
color: #0a0a0a; }
|
||
.navbar.is-white .navbar-brand > .navbar-item,
|
||
.navbar.is-white .navbar-brand .navbar-link {
|
||
color: #0a0a0a; }
|
||
.navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
|
||
.navbar.is-white .navbar-brand .navbar-link:hover,
|
||
.navbar.is-white .navbar-brand .navbar-link.is-active {
|
||
background-color: #f2f2f2;
|
||
color: #0a0a0a; }
|
||
.navbar.is-white .navbar-brand .navbar-link::after {
|
||
border-color: #0a0a0a; }
|
||
.navbar.is-white .navbar-burger {
|
||
color: #0a0a0a; }
|
||
@media screen and (min-width: 769px) {
|
||
.navbar.is-white .navbar-start > .navbar-item,
|
||
.navbar.is-white .navbar-start .navbar-link,
|
||
.navbar.is-white .navbar-end > .navbar-item,
|
||
.navbar.is-white .navbar-end .navbar-link {
|
||
color: #0a0a0a; }
|
||
.navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
|
||
.navbar.is-white .navbar-start .navbar-link:hover,
|
||
.navbar.is-white .navbar-start .navbar-link.is-active,
|
||
.navbar.is-white .navbar-end > a.navbar-item:hover,
|
||
.navbar.is-white .navbar-end > a.navbar-item.is-active,
|
||
.navbar.is-white .navbar-end .navbar-link:hover,
|
||
.navbar.is-white .navbar-end .navbar-link.is-active {
|
||
background-color: #f2f2f2;
|
||
color: #0a0a0a; }
|
||
.navbar.is-white .navbar-start .navbar-link::after,
|
||
.navbar.is-white .navbar-end .navbar-link::after {
|
||
border-color: #0a0a0a; }
|
||
.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
|
||
.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
|
||
background-color: #f2f2f2;
|
||
color: #0a0a0a; }
|
||
.navbar.is-white .navbar-dropdown a.navbar-item.is-active {
|
||
background-color: #FFFFFF;
|
||
color: #0a0a0a; } }
|
||
.navbar.is-black {
|
||
background-color: #0a0a0a;
|
||
color: #FFFFFF; }
|
||
.navbar.is-black .navbar-brand > .navbar-item,
|
||
.navbar.is-black .navbar-brand .navbar-link {
|
||
color: #FFFFFF; }
|
||
.navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
|
||
.navbar.is-black .navbar-brand .navbar-link:hover,
|
||
.navbar.is-black .navbar-brand .navbar-link.is-active {
|
||
background-color: black;
|
||
color: #FFFFFF; }
|
||
.navbar.is-black .navbar-brand .navbar-link::after {
|
||
border-color: #FFFFFF; }
|
||
.navbar.is-black .navbar-burger {
|
||
color: #FFFFFF; }
|
||
@media screen and (min-width: 769px) {
|
||
.navbar.is-black .navbar-start > .navbar-item,
|
||
.navbar.is-black .navbar-start .navbar-link,
|
||
.navbar.is-black .navbar-end > .navbar-item,
|
||
.navbar.is-black .navbar-end .navbar-link {
|
||
color: #FFFFFF; }
|
||
.navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
|
||
.navbar.is-black .navbar-start .navbar-link:hover,
|
||
.navbar.is-black .navbar-start .navbar-link.is-active,
|
||
.navbar.is-black .navbar-end > a.navbar-item:hover,
|
||
.navbar.is-black .navbar-end > a.navbar-item.is-active,
|
||
.navbar.is-black .navbar-end .navbar-link:hover,
|
||
.navbar.is-black .navbar-end .navbar-link.is-active {
|
||
background-color: black;
|
||
color: #FFFFFF; }
|
||
.navbar.is-black .navbar-start .navbar-link::after,
|
||
.navbar.is-black .navbar-end .navbar-link::after {
|
||
border-color: #FFFFFF; }
|
||
.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
|
||
.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
|
||
background-color: black;
|
||
color: #FFFFFF; }
|
||
.navbar.is-black .navbar-dropdown a.navbar-item.is-active {
|
||
background-color: #0a0a0a;
|
||
color: #FFFFFF; } }
|
||
.navbar.is-light {
|
||
background-color: #FFFFFF;
|
||
color: #0D1E34; }
|
||
.navbar.is-light .navbar-brand > .navbar-item,
|
||
.navbar.is-light .navbar-brand .navbar-link {
|
||
color: #0D1E34; }
|
||
.navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
|
||
.navbar.is-light .navbar-brand .navbar-link:hover,
|
||
.navbar.is-light .navbar-brand .navbar-link.is-active {
|
||
background-color: #f2f2f2;
|
||
color: #0D1E34; }
|
||
.navbar.is-light .navbar-brand .navbar-link::after {
|
||
border-color: #0D1E34; }
|
||
.navbar.is-light .navbar-burger {
|
||
color: #0D1E34; }
|
||
@media screen and (min-width: 769px) {
|
||
.navbar.is-light .navbar-start > .navbar-item,
|
||
.navbar.is-light .navbar-start .navbar-link,
|
||
.navbar.is-light .navbar-end > .navbar-item,
|
||
.navbar.is-light .navbar-end .navbar-link {
|
||
color: #0D1E34; }
|
||
.navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
|
||
.navbar.is-light .navbar-start .navbar-link:hover,
|
||
.navbar.is-light .navbar-start .navbar-link.is-active,
|
||
.navbar.is-light .navbar-end > a.navbar-item:hover,
|
||
.navbar.is-light .navbar-end > a.navbar-item.is-active,
|
||
.navbar.is-light .navbar-end .navbar-link:hover,
|
||
.navbar.is-light .navbar-end .navbar-link.is-active {
|
||
background-color: #f2f2f2;
|
||
color: #0D1E34; }
|
||
.navbar.is-light .navbar-start .navbar-link::after,
|
||
.navbar.is-light .navbar-end .navbar-link::after {
|
||
border-color: #0D1E34; }
|
||
.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
|
||
.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
|
||
background-color: #f2f2f2;
|
||
color: #0D1E34; }
|
||
.navbar.is-light .navbar-dropdown a.navbar-item.is-active {
|
||
background-color: #FFFFFF;
|
||
color: #0D1E34; } }
|
||
.navbar.is-dark {
|
||
background-color: #0D1E34;
|
||
color: #FFFFFF; }
|
||
.navbar.is-dark .navbar-brand > .navbar-item,
|
||
.navbar.is-dark .navbar-brand .navbar-link {
|
||
color: #FFFFFF; }
|
||
.navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
|
||
.navbar.is-dark .navbar-brand .navbar-link:hover,
|
||
.navbar.is-dark .navbar-brand .navbar-link.is-active {
|
||
background-color: #081220;
|
||
color: #FFFFFF; }
|
||
.navbar.is-dark .navbar-brand .navbar-link::after {
|
||
border-color: #FFFFFF; }
|
||
.navbar.is-dark .navbar-burger {
|
||
color: #FFFFFF; }
|
||
@media screen and (min-width: 769px) {
|
||
.navbar.is-dark .navbar-start > .navbar-item,
|
||
.navbar.is-dark .navbar-start .navbar-link,
|
||
.navbar.is-dark .navbar-end > .navbar-item,
|
||
.navbar.is-dark .navbar-end .navbar-link {
|
||
color: #FFFFFF; }
|
||
.navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
|
||
.navbar.is-dark .navbar-start .navbar-link:hover,
|
||
.navbar.is-dark .navbar-start .navbar-link.is-active,
|
||
.navbar.is-dark .navbar-end > a.navbar-item:hover,
|
||
.navbar.is-dark .navbar-end > a.navbar-item.is-active,
|
||
.navbar.is-dark .navbar-end .navbar-link:hover,
|
||
.navbar.is-dark .navbar-end .navbar-link.is-active {
|
||
background-color: #081220;
|
||
color: #FFFFFF; }
|
||
.navbar.is-dark .navbar-start .navbar-link::after,
|
||
.navbar.is-dark .navbar-end .navbar-link::after {
|
||
border-color: #FFFFFF; }
|
||
.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
|
||
.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
|
||
background-color: #081220;
|
||
color: #FFFFFF; }
|
||
.navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
|
||
background-color: #0D1E34;
|
||
color: #FFFFFF; } }
|
||
.navbar.is-primary {
|
||
background-color: #26599B;
|
||
color: #FFFFFF; }
|
||
.navbar.is-primary .navbar-brand > .navbar-item,
|
||
.navbar.is-primary .navbar-brand .navbar-link {
|
||
color: #FFFFFF; }
|
||
.navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
|
||
.navbar.is-primary .navbar-brand .navbar-link:hover,
|
||
.navbar.is-primary .navbar-brand .navbar-link.is-active {
|
||
background-color: #214d87;
|
||
color: #FFFFFF; }
|
||
.navbar.is-primary .navbar-brand .navbar-link::after {
|
||
border-color: #FFFFFF; }
|
||
.navbar.is-primary .navbar-burger {
|
||
color: #FFFFFF; }
|
||
@media screen and (min-width: 769px) {
|
||
.navbar.is-primary .navbar-start > .navbar-item,
|
||
.navbar.is-primary .navbar-start .navbar-link,
|
||
.navbar.is-primary .navbar-end > .navbar-item,
|
||
.navbar.is-primary .navbar-end .navbar-link {
|
||
color: #FFFFFF; }
|
||
.navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
|
||
.navbar.is-primary .navbar-start .navbar-link:hover,
|
||
.navbar.is-primary .navbar-start .navbar-link.is-active,
|
||
.navbar.is-primary .navbar-end > a.navbar-item:hover,
|
||
.navbar.is-primary .navbar-end > a.navbar-item.is-active,
|
||
.navbar.is-primary .navbar-end .navbar-link:hover,
|
||
.navbar.is-primary .navbar-end .navbar-link.is-active {
|
||
background-color: #214d87;
|
||
color: #FFFFFF; }
|
||
.navbar.is-primary .navbar-start .navbar-link::after,
|
||
.navbar.is-primary .navbar-end .navbar-link::after {
|
||
border-color: #FFFFFF; }
|
||
.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
|
||
.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
|
||
background-color: #214d87;
|
||
color: #FFFFFF; }
|
||
.navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
|
||
background-color: #26599B;
|
||
color: #FFFFFF; } }
|
||
.navbar.is-link {
|
||
background-color: #26599B;
|
||
color: #FFFFFF; }
|
||
.navbar.is-link .navbar-brand > .navbar-item,
|
||
.navbar.is-link .navbar-brand .navbar-link {
|
||
color: #FFFFFF; }
|
||
.navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
|
||
.navbar.is-link .navbar-brand .navbar-link:hover,
|
||
.navbar.is-link .navbar-brand .navbar-link.is-active {
|
||
background-color: #214d87;
|
||
color: #FFFFFF; }
|
||
.navbar.is-link .navbar-brand .navbar-link::after {
|
||
border-color: #FFFFFF; }
|
||
.navbar.is-link .navbar-burger {
|
||
color: #FFFFFF; }
|
||
@media screen and (min-width: 769px) {
|
||
.navbar.is-link .navbar-start > .navbar-item,
|
||
.navbar.is-link .navbar-start .navbar-link,
|
||
.navbar.is-link .navbar-end > .navbar-item,
|
||
.navbar.is-link .navbar-end .navbar-link {
|
||
color: #FFFFFF; }
|
||
.navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
|
||
.navbar.is-link .navbar-start .navbar-link:hover,
|
||
.navbar.is-link .navbar-start .navbar-link.is-active,
|
||
.navbar.is-link .navbar-end > a.navbar-item:hover,
|
||
.navbar.is-link .navbar-end > a.navbar-item.is-active,
|
||
.navbar.is-link .navbar-end .navbar-link:hover,
|
||
.navbar.is-link .navbar-end .navbar-link.is-active {
|
||
background-color: #214d87;
|
||
color: #FFFFFF; }
|
||
.navbar.is-link .navbar-start .navbar-link::after,
|
||
.navbar.is-link .navbar-end .navbar-link::after {
|
||
border-color: #FFFFFF; }
|
||
.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
|
||
.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
|
||
background-color: #214d87;
|
||
color: #FFFFFF; }
|
||
.navbar.is-link .navbar-dropdown a.navbar-item.is-active {
|
||
background-color: #26599B;
|
||
color: #FFFFFF; } }
|
||
.navbar.is-info {
|
||
background-color: #26599B;
|
||
color: #FFFFFF; }
|
||
.navbar.is-info .navbar-brand > .navbar-item,
|
||
.navbar.is-info .navbar-brand .navbar-link {
|
||
color: #FFFFFF; }
|
||
.navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
|
||
.navbar.is-info .navbar-brand .navbar-link:hover,
|
||
.navbar.is-info .navbar-brand .navbar-link.is-active {
|
||
background-color: #214d87;
|
||
color: #FFFFFF; }
|
||
.navbar.is-info .navbar-brand .navbar-link::after {
|
||
border-color: #FFFFFF; }
|
||
.navbar.is-info .navbar-burger {
|
||
color: #FFFFFF; }
|
||
@media screen and (min-width: 769px) {
|
||
.navbar.is-info .navbar-start > .navbar-item,
|
||
.navbar.is-info .navbar-start .navbar-link,
|
||
.navbar.is-info .navbar-end > .navbar-item,
|
||
.navbar.is-info .navbar-end .navbar-link {
|
||
color: #FFFFFF; }
|
||
.navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
|
||
.navbar.is-info .navbar-start .navbar-link:hover,
|
||
.navbar.is-info .navbar-start .navbar-link.is-active,
|
||
.navbar.is-info .navbar-end > a.navbar-item:hover,
|
||
.navbar.is-info .navbar-end > a.navbar-item.is-active,
|
||
.navbar.is-info .navbar-end .navbar-link:hover,
|
||
.navbar.is-info .navbar-end .navbar-link.is-active {
|
||
background-color: #214d87;
|
||
color: #FFFFFF; }
|
||
.navbar.is-info .navbar-start .navbar-link::after,
|
||
.navbar.is-info .navbar-end .navbar-link::after {
|
||
border-color: #FFFFFF; }
|
||
.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
|
||
.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
|
||
background-color: #214d87;
|
||
color: #FFFFFF; }
|
||
.navbar.is-info .navbar-dropdown a.navbar-item.is-active {
|
||
background-color: #26599B;
|
||
color: #FFFFFF; } }
|
||
.navbar.is-success {
|
||
background-color: #3DB5A0;
|
||
color: #FFFFFF; }
|
||
.navbar.is-success .navbar-brand > .navbar-item,
|
||
.navbar.is-success .navbar-brand .navbar-link {
|
||
color: #FFFFFF; }
|
||
.navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
|
||
.navbar.is-success .navbar-brand .navbar-link:hover,
|
||
.navbar.is-success .navbar-brand .navbar-link.is-active {
|
||
background-color: #37a28f;
|
||
color: #FFFFFF; }
|
||
.navbar.is-success .navbar-brand .navbar-link::after {
|
||
border-color: #FFFFFF; }
|
||
.navbar.is-success .navbar-burger {
|
||
color: #FFFFFF; }
|
||
@media screen and (min-width: 769px) {
|
||
.navbar.is-success .navbar-start > .navbar-item,
|
||
.navbar.is-success .navbar-start .navbar-link,
|
||
.navbar.is-success .navbar-end > .navbar-item,
|
||
.navbar.is-success .navbar-end .navbar-link {
|
||
color: #FFFFFF; }
|
||
.navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
|
||
.navbar.is-success .navbar-start .navbar-link:hover,
|
||
.navbar.is-success .navbar-start .navbar-link.is-active,
|
||
.navbar.is-success .navbar-end > a.navbar-item:hover,
|
||
.navbar.is-success .navbar-end > a.navbar-item.is-active,
|
||
.navbar.is-success .navbar-end .navbar-link:hover,
|
||
.navbar.is-success .navbar-end .navbar-link.is-active {
|
||
background-color: #37a28f;
|
||
color: #FFFFFF; }
|
||
.navbar.is-success .navbar-start .navbar-link::after,
|
||
.navbar.is-success .navbar-end .navbar-link::after {
|
||
border-color: #FFFFFF; }
|
||
.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
|
||
.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
|
||
background-color: #37a28f;
|
||
color: #FFFFFF; }
|
||
.navbar.is-success .navbar-dropdown a.navbar-item.is-active {
|
||
background-color: #3DB5A0;
|
||
color: #FFFFFF; } }
|
||
.navbar.is-warning {
|
||
background-color: #CBC219;
|
||
color: #FFFFFF; }
|
||
.navbar.is-warning .navbar-brand > .navbar-item,
|
||
.navbar.is-warning .navbar-brand .navbar-link {
|
||
color: #FFFFFF; }
|
||
.navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
|
||
.navbar.is-warning .navbar-brand .navbar-link:hover,
|
||
.navbar.is-warning .navbar-brand .navbar-link.is-active {
|
||
background-color: #b4ac16;
|
||
color: #FFFFFF; }
|
||
.navbar.is-warning .navbar-brand .navbar-link::after {
|
||
border-color: #FFFFFF; }
|
||
.navbar.is-warning .navbar-burger {
|
||
color: #FFFFFF; }
|
||
@media screen and (min-width: 769px) {
|
||
.navbar.is-warning .navbar-start > .navbar-item,
|
||
.navbar.is-warning .navbar-start .navbar-link,
|
||
.navbar.is-warning .navbar-end > .navbar-item,
|
||
.navbar.is-warning .navbar-end .navbar-link {
|
||
color: #FFFFFF; }
|
||
.navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
|
||
.navbar.is-warning .navbar-start .navbar-link:hover,
|
||
.navbar.is-warning .navbar-start .navbar-link.is-active,
|
||
.navbar.is-warning .navbar-end > a.navbar-item:hover,
|
||
.navbar.is-warning .navbar-end > a.navbar-item.is-active,
|
||
.navbar.is-warning .navbar-end .navbar-link:hover,
|
||
.navbar.is-warning .navbar-end .navbar-link.is-active {
|
||
background-color: #b4ac16;
|
||
color: #FFFFFF; }
|
||
.navbar.is-warning .navbar-start .navbar-link::after,
|
||
.navbar.is-warning .navbar-end .navbar-link::after {
|
||
border-color: #FFFFFF; }
|
||
.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
|
||
.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
|
||
background-color: #b4ac16;
|
||
color: #FFFFFF; }
|
||
.navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
|
||
background-color: #CBC219;
|
||
color: #FFFFFF; } }
|
||
.navbar.is-danger {
|
||
background-color: #DB512A;
|
||
color: #FFFFFF; }
|
||
.navbar.is-danger .navbar-brand > .navbar-item,
|
||
.navbar.is-danger .navbar-brand .navbar-link {
|
||
color: #FFFFFF; }
|
||
.navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
|
||
.navbar.is-danger .navbar-brand .navbar-link:hover,
|
||
.navbar.is-danger .navbar-brand .navbar-link.is-active {
|
||
background-color: #c94722;
|
||
color: #FFFFFF; }
|
||
.navbar.is-danger .navbar-brand .navbar-link::after {
|
||
border-color: #FFFFFF; }
|
||
.navbar.is-danger .navbar-burger {
|
||
color: #FFFFFF; }
|
||
@media screen and (min-width: 769px) {
|
||
.navbar.is-danger .navbar-start > .navbar-item,
|
||
.navbar.is-danger .navbar-start .navbar-link,
|
||
.navbar.is-danger .navbar-end > .navbar-item,
|
||
.navbar.is-danger .navbar-end .navbar-link {
|
||
color: #FFFFFF; }
|
||
.navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
|
||
.navbar.is-danger .navbar-start .navbar-link:hover,
|
||
.navbar.is-danger .navbar-start .navbar-link.is-active,
|
||
.navbar.is-danger .navbar-end > a.navbar-item:hover,
|
||
.navbar.is-danger .navbar-end > a.navbar-item.is-active,
|
||
.navbar.is-danger .navbar-end .navbar-link:hover,
|
||
.navbar.is-danger .navbar-end .navbar-link.is-active {
|
||
background-color: #c94722;
|
||
color: #FFFFFF; }
|
||
.navbar.is-danger .navbar-start .navbar-link::after,
|
||
.navbar.is-danger .navbar-end .navbar-link::after {
|
||
border-color: #FFFFFF; }
|
||
.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
|
||
.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
|
||
background-color: #c94722;
|
||
color: #FFFFFF; }
|
||
.navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
|
||
background-color: #DB512A;
|
||
color: #FFFFFF; } }
|
||
.navbar > .container {
|
||
align-items: stretch;
|
||
display: flex;
|
||
min-height: 3.25rem;
|
||
width: 100%; }
|
||
.navbar.has-shadow {
|
||
box-shadow: 0 2px 0 0 #FFFFFF; }
|
||
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
|
||
left: 0;
|
||
position: fixed;
|
||
right: 0;
|
||
z-index: 30; }
|
||
.navbar.is-fixed-bottom {
|
||
bottom: 0; }
|
||
.navbar.is-fixed-bottom.has-shadow {
|
||
box-shadow: 0 -2px 0 0 #FFFFFF; }
|
||
.navbar.is-fixed-top {
|
||
top: 0; }
|
||
|
||
html.has-navbar-fixed-top,
|
||
body.has-navbar-fixed-top {
|
||
padding-top: 3.25rem; }
|
||
|
||
html.has-navbar-fixed-bottom,
|
||
body.has-navbar-fixed-bottom {
|
||
padding-bottom: 3.25rem; }
|
||
|
||
.navbar-brand,
|
||
.navbar-tabs {
|
||
align-items: stretch;
|
||
display: flex;
|
||
flex-shrink: 0;
|
||
min-height: 3.25rem; }
|
||
|
||
.navbar-brand a.navbar-item:hover {
|
||
background-color: transparent; }
|
||
|
||
.navbar-tabs {
|
||
-webkit-overflow-scrolling: touch;
|
||
max-width: 100vw;
|
||
overflow-x: auto;
|
||
overflow-y: hidden; }
|
||
|
||
.navbar-burger {
|
||
color: #4a4a4a;
|
||
cursor: pointer;
|
||
display: block;
|
||
height: 3.25rem;
|
||
position: relative;
|
||
width: 3.25rem;
|
||
margin-left: auto; }
|
||
.navbar-burger span {
|
||
background-color: currentColor;
|
||
display: block;
|
||
height: 1px;
|
||
left: calc(50% - 8px);
|
||
position: absolute;
|
||
transform-origin: center;
|
||
transition-duration: 86ms;
|
||
transition-property: background-color, opacity, transform;
|
||
transition-timing-function: ease-out;
|
||
width: 16px; }
|
||
.navbar-burger span:nth-child(1) {
|
||
top: calc(50% - 6px); }
|
||
.navbar-burger span:nth-child(2) {
|
||
top: calc(50% - 1px); }
|
||
.navbar-burger span:nth-child(3) {
|
||
top: calc(50% + 4px); }
|
||
.navbar-burger:hover {
|
||
background-color: rgba(0, 0, 0, 0.05); }
|
||
.navbar-burger.is-active span:nth-child(1) {
|
||
transform: translateY(5px) rotate(45deg); }
|
||
.navbar-burger.is-active span:nth-child(2) {
|
||
opacity: 0; }
|
||
.navbar-burger.is-active span:nth-child(3) {
|
||
transform: translateY(-5px) rotate(-45deg); }
|
||
|
||
.navbar-menu {
|
||
display: none; }
|
||
|
||
.navbar-item,
|
||
.navbar-link {
|
||
color: #4a4a4a;
|
||
display: block;
|
||
line-height: 1.5;
|
||
padding: 0.5rem 0.75rem;
|
||
position: relative; }
|
||
.navbar-item .icon:only-child,
|
||
.navbar-link .icon:only-child {
|
||
margin-left: -0.25rem;
|
||
margin-right: -0.25rem; }
|
||
|
||
a.navbar-item,
|
||
.navbar-link {
|
||
cursor: pointer; }
|
||
a.navbar-item:hover, a.navbar-item.is-active,
|
||
.navbar-link:hover,
|
||
.navbar-link.is-active {
|
||
background-color: #fafafa;
|
||
color: #26599B; }
|
||
|
||
.navbar-item {
|
||
display: block;
|
||
flex-grow: 0;
|
||
flex-shrink: 0; }
|
||
.navbar-item img {
|
||
max-height: 1.75rem; }
|
||
.navbar-item.has-dropdown {
|
||
padding: 0; }
|
||
.navbar-item.is-expanded {
|
||
flex-grow: 1;
|
||
flex-shrink: 1; }
|
||
.navbar-item.is-tab {
|
||
border-bottom: 1px solid transparent;
|
||
min-height: 3.25rem;
|
||
padding-bottom: calc(0.5rem - 1px); }
|
||
.navbar-item.is-tab:hover {
|
||
background-color: transparent;
|
||
border-bottom-color: #26599B; }
|
||
.navbar-item.is-tab.is-active {
|
||
background-color: transparent;
|
||
border-bottom-color: #26599B;
|
||
border-bottom-style: solid;
|
||
border-bottom-width: 3px;
|
||
color: #26599B;
|
||
padding-bottom: calc(0.5rem - 3px); }
|
||
|
||
.navbar-content {
|
||
flex-grow: 1;
|
||
flex-shrink: 1; }
|
||
|
||
.navbar-link:not(.is-arrowless) {
|
||
padding-right: 2.5em; }
|
||
.navbar-link:not(.is-arrowless)::after {
|
||
border-color: #26599B;
|
||
margin-top: -0.375em;
|
||
right: 1.125em; }
|
||
|
||
.navbar-dropdown {
|
||
font-size: 0.875rem;
|
||
padding-bottom: 0.5rem;
|
||
padding-top: 0.5rem; }
|
||
.navbar-dropdown .navbar-item {
|
||
padding-left: 1.5rem;
|
||
padding-right: 1.5rem; }
|
||
|
||
.navbar-divider {
|
||
background-color: #FFFFFF;
|
||
border: none;
|
||
display: none;
|
||
height: 2px;
|
||
margin: 0.5rem 0; }
|
||
|
||
@media screen and (max-width: 768px) {
|
||
.navbar > .container {
|
||
display: block; }
|
||
.navbar-brand .navbar-item,
|
||
.navbar-tabs .navbar-item {
|
||
align-items: center;
|
||
display: flex; }
|
||
.navbar-link::after {
|
||
display: none; }
|
||
.navbar-menu {
|
||
background-color: #FFFFFF;
|
||
box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
|
||
padding: 0.5rem 0; }
|
||
.navbar-menu.is-active {
|
||
display: block; }
|
||
.navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
|
||
left: 0;
|
||
position: fixed;
|
||
right: 0;
|
||
z-index: 30; }
|
||
.navbar.is-fixed-bottom-touch {
|
||
bottom: 0; }
|
||
.navbar.is-fixed-bottom-touch.has-shadow {
|
||
box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
|
||
.navbar.is-fixed-top-touch {
|
||
top: 0; }
|
||
.navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
|
||
-webkit-overflow-scrolling: touch;
|
||
max-height: calc(100vh - 3.25rem);
|
||
overflow: auto; }
|
||
html.has-navbar-fixed-top-touch,
|
||
body.has-navbar-fixed-top-touch {
|
||
padding-top: 3.25rem; }
|
||
html.has-navbar-fixed-bottom-touch,
|
||
body.has-navbar-fixed-bottom-touch {
|
||
padding-bottom: 3.25rem; } }
|
||
|
||
@media screen and (min-width: 769px) {
|
||
.navbar,
|
||
.navbar-menu,
|
||
.navbar-start,
|
||
.navbar-end {
|
||
align-items: stretch;
|
||
display: flex; }
|
||
.navbar {
|
||
min-height: 3.25rem; }
|
||
.navbar.is-spaced {
|
||
padding: 1rem 2rem; }
|
||
.navbar.is-spaced .navbar-start,
|
||
.navbar.is-spaced .navbar-end {
|
||
align-items: center; }
|
||
.navbar.is-spaced a.navbar-item,
|
||
.navbar.is-spaced .navbar-link {
|
||
border-radius: 0; }
|
||
.navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
|
||
.navbar.is-transparent .navbar-link:hover,
|
||
.navbar.is-transparent .navbar-link.is-active {
|
||
background-color: transparent !important; }
|
||
.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
|
||
background-color: transparent !important; }
|
||
.navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
|
||
background-color: #FFFFFF;
|
||
color: #0a0a0a; }
|
||
.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
|
||
background-color: #FFFFFF;
|
||
color: #26599B; }
|
||
.navbar-burger {
|
||
display: none; }
|
||
.navbar-item,
|
||
.navbar-link {
|
||
align-items: center;
|
||
display: flex; }
|
||
.navbar-item {
|
||
display: flex; }
|
||
.navbar-item.has-dropdown {
|
||
align-items: stretch; }
|
||
.navbar-item.has-dropdown-up .navbar-link::after {
|
||
transform: rotate(135deg) translate(0.25em, -0.25em); }
|
||
.navbar-item.has-dropdown-up .navbar-dropdown {
|
||
border-bottom: 2px solid #E4E5E7;
|
||
border-radius: 0 0 0 0;
|
||
border-top: none;
|
||
bottom: 100%;
|
||
box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
|
||
top: auto; }
|
||
.navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
|
||
display: block; }
|
||
.navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
|
||
opacity: 1;
|
||
pointer-events: auto;
|
||
transform: translateY(0); }
|
||
.navbar-menu {
|
||
flex-grow: 1;
|
||
flex-shrink: 0; }
|
||
.navbar-start {
|
||
justify-content: flex-start;
|
||
margin-right: auto; }
|
||
.navbar-end {
|
||
justify-content: flex-end;
|
||
margin-left: auto; }
|
||
.navbar-dropdown {
|
||
background-color: #FFFFFF;
|
||
border-bottom-left-radius: 0;
|
||
border-bottom-right-radius: 0;
|
||
border-top: 2px solid #E4E5E7;
|
||
box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
|
||
display: none;
|
||
font-size: 0.875rem;
|
||
left: 0;
|
||
min-width: 100%;
|
||
position: absolute;
|
||
top: 100%;
|
||
z-index: 20; }
|
||
.navbar-dropdown .navbar-item {
|
||
padding: 0.375rem 1rem;
|
||
white-space: nowrap; }
|
||
.navbar-dropdown a.navbar-item {
|
||
padding-right: 3rem; }
|
||
.navbar-dropdown a.navbar-item:hover {
|
||
background-color: #FFFFFF;
|
||
color: #0a0a0a; }
|
||
.navbar-dropdown a.navbar-item.is-active {
|
||
background-color: #FFFFFF;
|
||
color: #26599B; }
|
||
.navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
|
||
border-radius: 0;
|
||
border-top: none;
|
||
box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
|
||
display: block;
|
||
opacity: 0;
|
||
pointer-events: none;
|
||
top: calc(100% + (-4px));
|
||
transform: translateY(-5px);
|
||
transition-duration: 86ms;
|
||
transition-property: opacity, transform; }
|
||
.navbar-dropdown.is-right {
|
||
left: auto;
|
||
right: 0; }
|
||
.navbar-divider {
|
||
display: block; }
|
||
.navbar > .container .navbar-brand,
|
||
.container > .navbar .navbar-brand {
|
||
margin-left: -.75rem; }
|
||
.navbar > .container .navbar-menu,
|
||
.container > .navbar .navbar-menu {
|
||
margin-right: -.75rem; }
|
||
.navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
|
||
left: 0;
|
||
position: fixed;
|
||
right: 0;
|
||
z-index: 30; }
|
||
.navbar.is-fixed-bottom-desktop {
|
||
bottom: 0; }
|
||
.navbar.is-fixed-bottom-desktop.has-shadow {
|
||
box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
|
||
.navbar.is-fixed-top-desktop {
|
||
top: 0; }
|
||
html.has-navbar-fixed-top-desktop,
|
||
body.has-navbar-fixed-top-desktop {
|
||
padding-top: 3.25rem; }
|
||
html.has-navbar-fixed-bottom-desktop,
|
||
body.has-navbar-fixed-bottom-desktop {
|
||
padding-bottom: 3.25rem; }
|
||
html.has-spaced-navbar-fixed-top,
|
||
body.has-spaced-navbar-fixed-top {
|
||
padding-top: 5.25rem; }
|
||
html.has-spaced-navbar-fixed-bottom,
|
||
body.has-spaced-navbar-fixed-bottom {
|
||
padding-bottom: 5.25rem; }
|
||
a.navbar-item.is-active,
|
||
.navbar-link.is-active {
|
||
color: #0a0a0a; }
|
||
a.navbar-item.is-active:not(:hover),
|
||
.navbar-link.is-active:not(:hover) {
|
||
background-color: transparent; }
|
||
.navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
|
||
background-color: #fafafa; } }
|
||
|
||
.pagination {
|
||
font-size: 0.88rem;
|
||
margin: -0.25rem; }
|
||
.pagination.is-small {
|
||
font-size: 0.63rem; }
|
||
.pagination.is-medium {
|
||
font-size: 1.25rem; }
|
||
.pagination.is-large {
|
||
font-size: 1.75rem; }
|
||
.pagination.is-rounded .pagination-previous,
|
||
.pagination.is-rounded .pagination-next {
|
||
padding-left: 1em;
|
||
padding-right: 1em;
|
||
border-radius: 290486px; }
|
||
.pagination.is-rounded .pagination-link {
|
||
border-radius: 290486px; }
|
||
|
||
.pagination,
|
||
.pagination-list {
|
||
align-items: center;
|
||
display: flex;
|
||
justify-content: center;
|
||
text-align: center; }
|
||
|
||
.pagination-previous,
|
||
.pagination-next,
|
||
.pagination-link,
|
||
.pagination-ellipsis {
|
||
font-size: 1em;
|
||
padding-left: 0.5em;
|
||
padding-right: 0.5em;
|
||
justify-content: center;
|
||
margin: 0.25rem;
|
||
text-align: center; }
|
||
|
||
.pagination-previous,
|
||
.pagination-next,
|
||
.pagination-link {
|
||
border-color: #dbdbdb;
|
||
color: #363636;
|
||
min-width: 2.25em; }
|
||
.pagination-previous:hover,
|
||
.pagination-next:hover,
|
||
.pagination-link:hover {
|
||
border-color: #E4E5E7;
|
||
color: #E4E5E7; }
|
||
.pagination-previous:focus,
|
||
.pagination-next:focus,
|
||
.pagination-link:focus {
|
||
border-color: #26599B; }
|
||
.pagination-previous:active,
|
||
.pagination-next:active,
|
||
.pagination-link:active {
|
||
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2); }
|
||
.pagination-previous[disabled],
|
||
.pagination-next[disabled],
|
||
.pagination-link[disabled] {
|
||
background-color: #dbdbdb;
|
||
border-color: #dbdbdb;
|
||
box-shadow: none;
|
||
color: #E4E5E7;
|
||
opacity: 0.5; }
|
||
|
||
.pagination-previous,
|
||
.pagination-next {
|
||
padding-left: 0.75em;
|
||
padding-right: 0.75em;
|
||
white-space: nowrap; }
|
||
|
||
.pagination-link.is-current {
|
||
background-color: #26599B;
|
||
border-color: #26599B;
|
||
color: #FFFFFF; }
|
||
|
||
.pagination-ellipsis {
|
||
color: #b5b5b5;
|
||
pointer-events: none; }
|
||
|
||
.pagination-list {
|
||
flex-wrap: wrap; }
|
||
|
||
@media screen and (max-width: 768px) {
|
||
.pagination {
|
||
flex-wrap: wrap; }
|
||
.pagination-previous,
|
||
.pagination-next {
|
||
flex-grow: 1;
|
||
flex-shrink: 1; }
|
||
.pagination-list li {
|
||
flex-grow: 1;
|
||
flex-shrink: 1; } }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.pagination-list {
|
||
flex-grow: 1;
|
||
flex-shrink: 1;
|
||
justify-content: flex-start;
|
||
order: 1; }
|
||
.pagination-previous {
|
||
order: 2; }
|
||
.pagination-next {
|
||
order: 3; }
|
||
.pagination {
|
||
justify-content: space-between; }
|
||
.pagination.is-centered .pagination-previous {
|
||
order: 1; }
|
||
.pagination.is-centered .pagination-list {
|
||
justify-content: center;
|
||
order: 2; }
|
||
.pagination.is-centered .pagination-next {
|
||
order: 3; }
|
||
.pagination.is-right .pagination-previous {
|
||
order: 1; }
|
||
.pagination.is-right .pagination-next {
|
||
order: 2; }
|
||
.pagination.is-right .pagination-list {
|
||
justify-content: flex-end;
|
||
order: 3; } }
|
||
|
||
.panel {
|
||
font-size: 0.88rem; }
|
||
.panel:not(:last-child) {
|
||
margin-bottom: 1.5rem; }
|
||
|
||
.panel-heading,
|
||
.panel-tabs,
|
||
.panel-block {
|
||
border-bottom: 1px solid #E4E5E7;
|
||
border-left: 1px solid #E4E5E7;
|
||
border-right: 1px solid #E4E5E7; }
|
||
.panel-heading:first-child,
|
||
.panel-tabs:first-child,
|
||
.panel-block:first-child {
|
||
border-top: 1px solid #E4E5E7; }
|
||
|
||
.panel-heading {
|
||
background-color: #FFFFFF;
|
||
border-radius: 0 0 0 0;
|
||
color: #0D1E34;
|
||
font-size: 1.25em;
|
||
font-weight: 4300;
|
||
line-height: 1.25;
|
||
padding: 0.5em 0.75em; }
|
||
|
||
.panel-tabs {
|
||
align-items: flex-end;
|
||
display: flex;
|
||
font-size: 0.875em;
|
||
justify-content: center; }
|
||
.panel-tabs a {
|
||
border-bottom: 1px solid #E4E5E7;
|
||
margin-bottom: -1px;
|
||
padding: 0.5em; }
|
||
.panel-tabs a.is-active {
|
||
border-bottom-color: #3276CF;
|
||
color: #3276CF; }
|
||
|
||
.panel-list a {
|
||
color: #0D1E34; }
|
||
.panel-list a:hover {
|
||
color: #26599B; }
|
||
|
||
.panel-block {
|
||
align-items: center;
|
||
color: #0D1E34;
|
||
display: flex;
|
||
justify-content: flex-start;
|
||
padding: 0.5em 0.75em; }
|
||
.panel-block input[type="checkbox"] {
|
||
margin-right: 0.75em; }
|
||
.panel-block > .control {
|
||
flex-grow: 1;
|
||
flex-shrink: 1;
|
||
width: 100%; }
|
||
.panel-block.is-wrapped {
|
||
flex-wrap: wrap; }
|
||
.panel-block.is-active {
|
||
border-left-color: #26599B;
|
||
color: #3276CF; }
|
||
.panel-block.is-active .panel-icon {
|
||
color: #26599B; }
|
||
|
||
a.panel-block,
|
||
label.panel-block {
|
||
cursor: pointer; }
|
||
a.panel-block:hover,
|
||
label.panel-block:hover {
|
||
background-color: #FFFFFF; }
|
||
|
||
.panel-icon {
|
||
display: inline-block;
|
||
font-size: 14px;
|
||
height: 1em;
|
||
line-height: 1em;
|
||
text-align: center;
|
||
vertical-align: top;
|
||
width: 1em;
|
||
color: #E4E5E7;
|
||
margin-right: 0.75em; }
|
||
.panel-icon .fa {
|
||
font-size: inherit;
|
||
line-height: inherit; }
|
||
|
||
.tabs {
|
||
-webkit-overflow-scrolling: touch;
|
||
align-items: stretch;
|
||
display: flex;
|
||
font-size: 0.88rem;
|
||
justify-content: space-between;
|
||
overflow: hidden;
|
||
overflow-x: auto;
|
||
white-space: nowrap; }
|
||
.tabs a {
|
||
align-items: center;
|
||
border-bottom-color: #E4E5E7;
|
||
border-bottom-style: solid;
|
||
border-bottom-width: 1px;
|
||
color: #0D1E34;
|
||
display: flex;
|
||
justify-content: center;
|
||
margin-bottom: -1px;
|
||
padding: 0.5em 1em;
|
||
vertical-align: top; }
|
||
.tabs a:hover {
|
||
border-bottom-color: #0D1E34;
|
||
color: #0D1E34; }
|
||
.tabs li {
|
||
display: block; }
|
||
.tabs li.is-active a {
|
||
border-bottom-color: #26599B;
|
||
color: #26599B; }
|
||
.tabs ul {
|
||
align-items: center;
|
||
border-bottom-color: #E4E5E7;
|
||
border-bottom-style: solid;
|
||
border-bottom-width: 1px;
|
||
display: flex;
|
||
flex-grow: 1;
|
||
flex-shrink: 0;
|
||
justify-content: flex-start; }
|
||
.tabs ul.is-left {
|
||
padding-right: 0.75em; }
|
||
.tabs ul.is-center {
|
||
flex: none;
|
||
justify-content: center;
|
||
padding-left: 0.75em;
|
||
padding-right: 0.75em; }
|
||
.tabs ul.is-right {
|
||
justify-content: flex-end;
|
||
padding-left: 0.75em; }
|
||
.tabs .icon:first-child {
|
||
margin-right: 0.5em; }
|
||
.tabs .icon:last-child {
|
||
margin-left: 0.5em; }
|
||
.tabs.is-centered ul {
|
||
justify-content: center; }
|
||
.tabs.is-right ul {
|
||
justify-content: flex-end; }
|
||
.tabs.is-boxed a {
|
||
border: 1px solid transparent;
|
||
border-radius: 0 0 0 0; }
|
||
.tabs.is-boxed a:hover {
|
||
background-color: #FFFFFF;
|
||
border-bottom-color: #E4E5E7; }
|
||
.tabs.is-boxed li.is-active a {
|
||
background-color: #FFFFFF;
|
||
border-color: #E4E5E7;
|
||
border-bottom-color: transparent !important; }
|
||
.tabs.is-fullwidth li {
|
||
flex-grow: 1;
|
||
flex-shrink: 0; }
|
||
.tabs.is-toggle a {
|
||
border-color: #E4E5E7;
|
||
border-style: solid;
|
||
border-width: 1px;
|
||
margin-bottom: 0;
|
||
position: relative; }
|
||
.tabs.is-toggle a:hover {
|
||
background-color: #FFFFFF;
|
||
border-color: #E4E5E7;
|
||
z-index: 2; }
|
||
.tabs.is-toggle li + li {
|
||
margin-left: -1px; }
|
||
.tabs.is-toggle li:first-child a {
|
||
border-radius: 0 0 0 0; }
|
||
.tabs.is-toggle li:last-child a {
|
||
border-radius: 0 0 0 0; }
|
||
.tabs.is-toggle li.is-active a {
|
||
background-color: #26599B;
|
||
border-color: #26599B;
|
||
color: #FFFFFF;
|
||
z-index: 1; }
|
||
.tabs.is-toggle ul {
|
||
border-bottom: none; }
|
||
.tabs.is-toggle.is-toggle-rounded li:first-child a {
|
||
border-bottom-left-radius: 290486px;
|
||
border-top-left-radius: 290486px;
|
||
padding-left: 1.25em; }
|
||
.tabs.is-toggle.is-toggle-rounded li:last-child a {
|
||
border-bottom-right-radius: 290486px;
|
||
border-top-right-radius: 290486px;
|
||
padding-right: 1.25em; }
|
||
.tabs.is-small {
|
||
font-size: 0.63rem; }
|
||
.tabs.is-medium {
|
||
font-size: 1.25rem; }
|
||
.tabs.is-large {
|
||
font-size: 1.75rem; }
|
||
|
||
.column {
|
||
display: block;
|
||
flex-basis: 0;
|
||
flex-grow: 1;
|
||
flex-shrink: 1;
|
||
padding: 1.5rem; }
|
||
.columns.is-mobile > .column.is-narrow {
|
||
flex: none; }
|
||
.columns.is-mobile > .column.is-full {
|
||
flex: none;
|
||
width: 100%; }
|
||
.columns.is-mobile > .column.is-three-quarters {
|
||
flex: none;
|
||
width: 75%; }
|
||
.columns.is-mobile > .column.is-two-thirds {
|
||
flex: none;
|
||
width: 66.6666%; }
|
||
.columns.is-mobile > .column.is-half {
|
||
flex: none;
|
||
width: 50%; }
|
||
.columns.is-mobile > .column.is-one-third {
|
||
flex: none;
|
||
width: 33.3333%; }
|
||
.columns.is-mobile > .column.is-one-quarter {
|
||
flex: none;
|
||
width: 25%; }
|
||
.columns.is-mobile > .column.is-one-fifth {
|
||
flex: none;
|
||
width: 20%; }
|
||
.columns.is-mobile > .column.is-two-fifths {
|
||
flex: none;
|
||
width: 40%; }
|
||
.columns.is-mobile > .column.is-three-fifths {
|
||
flex: none;
|
||
width: 60%; }
|
||
.columns.is-mobile > .column.is-four-fifths {
|
||
flex: none;
|
||
width: 80%; }
|
||
.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-offset-one-fifth {
|
||
margin-left: 20%; }
|
||
.columns.is-mobile > .column.is-offset-two-fifths {
|
||
margin-left: 40%; }
|
||
.columns.is-mobile > .column.is-offset-three-fifths {
|
||
margin-left: 60%; }
|
||
.columns.is-mobile > .column.is-offset-four-fifths {
|
||
margin-left: 80%; }
|
||
.columns.is-mobile > .column.is-1 {
|
||
flex: none;
|
||
width: 8.3333333333%; }
|
||
.columns.is-mobile > .column.is-offset-1 {
|
||
margin-left: 8.3333333333%; }
|
||
.columns.is-mobile > .column.is-2 {
|
||
flex: none;
|
||
width: 16.6666666667%; }
|
||
.columns.is-mobile > .column.is-offset-2 {
|
||
margin-left: 16.6666666667%; }
|
||
.columns.is-mobile > .column.is-3 {
|
||
flex: none;
|
||
width: 25%; }
|
||
.columns.is-mobile > .column.is-offset-3 {
|
||
margin-left: 25%; }
|
||
.columns.is-mobile > .column.is-4 {
|
||
flex: none;
|
||
width: 33.3333333333%; }
|
||
.columns.is-mobile > .column.is-offset-4 {
|
||
margin-left: 33.3333333333%; }
|
||
.columns.is-mobile > .column.is-5 {
|
||
flex: none;
|
||
width: 41.6666666667%; }
|
||
.columns.is-mobile > .column.is-offset-5 {
|
||
margin-left: 41.6666666667%; }
|
||
.columns.is-mobile > .column.is-6 {
|
||
flex: none;
|
||
width: 50%; }
|
||
.columns.is-mobile > .column.is-offset-6 {
|
||
margin-left: 50%; }
|
||
.columns.is-mobile > .column.is-7 {
|
||
flex: none;
|
||
width: 58.3333333333%; }
|
||
.columns.is-mobile > .column.is-offset-7 {
|
||
margin-left: 58.3333333333%; }
|
||
.columns.is-mobile > .column.is-8 {
|
||
flex: none;
|
||
width: 66.6666666667%; }
|
||
.columns.is-mobile > .column.is-offset-8 {
|
||
margin-left: 66.6666666667%; }
|
||
.columns.is-mobile > .column.is-9 {
|
||
flex: none;
|
||
width: 75%; }
|
||
.columns.is-mobile > .column.is-offset-9 {
|
||
margin-left: 75%; }
|
||
.columns.is-mobile > .column.is-10 {
|
||
flex: none;
|
||
width: 83.3333333333%; }
|
||
.columns.is-mobile > .column.is-offset-10 {
|
||
margin-left: 83.3333333333%; }
|
||
.columns.is-mobile > .column.is-11 {
|
||
flex: none;
|
||
width: 91.6666666667%; }
|
||
.columns.is-mobile > .column.is-offset-11 {
|
||
margin-left: 91.6666666667%; }
|
||
.columns.is-mobile > .column.is-12 {
|
||
flex: none;
|
||
width: 100%; }
|
||
.columns.is-mobile > .column.is-offset-12 {
|
||
margin-left: 100%; }
|
||
@media screen and (max-width: 768px) {
|
||
.column.is-narrow-mobile {
|
||
flex: none; }
|
||
.column.is-full-mobile {
|
||
flex: none;
|
||
width: 100%; }
|
||
.column.is-three-quarters-mobile {
|
||
flex: none;
|
||
width: 75%; }
|
||
.column.is-two-thirds-mobile {
|
||
flex: none;
|
||
width: 66.6666%; }
|
||
.column.is-half-mobile {
|
||
flex: none;
|
||
width: 50%; }
|
||
.column.is-one-third-mobile {
|
||
flex: none;
|
||
width: 33.3333%; }
|
||
.column.is-one-quarter-mobile {
|
||
flex: none;
|
||
width: 25%; }
|
||
.column.is-one-fifth-mobile {
|
||
flex: none;
|
||
width: 20%; }
|
||
.column.is-two-fifths-mobile {
|
||
flex: none;
|
||
width: 40%; }
|
||
.column.is-three-fifths-mobile {
|
||
flex: none;
|
||
width: 60%; }
|
||
.column.is-four-fifths-mobile {
|
||
flex: none;
|
||
width: 80%; }
|
||
.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-offset-one-fifth-mobile {
|
||
margin-left: 20%; }
|
||
.column.is-offset-two-fifths-mobile {
|
||
margin-left: 40%; }
|
||
.column.is-offset-three-fifths-mobile {
|
||
margin-left: 60%; }
|
||
.column.is-offset-four-fifths-mobile {
|
||
margin-left: 80%; }
|
||
.column.is-1-mobile {
|
||
flex: none;
|
||
width: 8.3333333333%; }
|
||
.column.is-offset-1-mobile {
|
||
margin-left: 8.3333333333%; }
|
||
.column.is-2-mobile {
|
||
flex: none;
|
||
width: 16.6666666667%; }
|
||
.column.is-offset-2-mobile {
|
||
margin-left: 16.6666666667%; }
|
||
.column.is-3-mobile {
|
||
flex: none;
|
||
width: 25%; }
|
||
.column.is-offset-3-mobile {
|
||
margin-left: 25%; }
|
||
.column.is-4-mobile {
|
||
flex: none;
|
||
width: 33.3333333333%; }
|
||
.column.is-offset-4-mobile {
|
||
margin-left: 33.3333333333%; }
|
||
.column.is-5-mobile {
|
||
flex: none;
|
||
width: 41.6666666667%; }
|
||
.column.is-offset-5-mobile {
|
||
margin-left: 41.6666666667%; }
|
||
.column.is-6-mobile {
|
||
flex: none;
|
||
width: 50%; }
|
||
.column.is-offset-6-mobile {
|
||
margin-left: 50%; }
|
||
.column.is-7-mobile {
|
||
flex: none;
|
||
width: 58.3333333333%; }
|
||
.column.is-offset-7-mobile {
|
||
margin-left: 58.3333333333%; }
|
||
.column.is-8-mobile {
|
||
flex: none;
|
||
width: 66.6666666667%; }
|
||
.column.is-offset-8-mobile {
|
||
margin-left: 66.6666666667%; }
|
||
.column.is-9-mobile {
|
||
flex: none;
|
||
width: 75%; }
|
||
.column.is-offset-9-mobile {
|
||
margin-left: 75%; }
|
||
.column.is-10-mobile {
|
||
flex: none;
|
||
width: 83.3333333333%; }
|
||
.column.is-offset-10-mobile {
|
||
margin-left: 83.3333333333%; }
|
||
.column.is-11-mobile {
|
||
flex: none;
|
||
width: 91.6666666667%; }
|
||
.column.is-offset-11-mobile {
|
||
margin-left: 91.6666666667%; }
|
||
.column.is-12-mobile {
|
||
flex: none;
|
||
width: 100%; }
|
||
.column.is-offset-12-mobile {
|
||
margin-left: 100%; } }
|
||
@media screen and (min-width: 769px), print {
|
||
.column.is-narrow, .column.is-narrow-tablet {
|
||
flex: none; }
|
||
.column.is-full, .column.is-full-tablet {
|
||
flex: none;
|
||
width: 100%; }
|
||
.column.is-three-quarters, .column.is-three-quarters-tablet {
|
||
flex: none;
|
||
width: 75%; }
|
||
.column.is-two-thirds, .column.is-two-thirds-tablet {
|
||
flex: none;
|
||
width: 66.6666%; }
|
||
.column.is-half, .column.is-half-tablet {
|
||
flex: none;
|
||
width: 50%; }
|
||
.column.is-one-third, .column.is-one-third-tablet {
|
||
flex: none;
|
||
width: 33.3333%; }
|
||
.column.is-one-quarter, .column.is-one-quarter-tablet {
|
||
flex: none;
|
||
width: 25%; }
|
||
.column.is-one-fifth, .column.is-one-fifth-tablet {
|
||
flex: none;
|
||
width: 20%; }
|
||
.column.is-two-fifths, .column.is-two-fifths-tablet {
|
||
flex: none;
|
||
width: 40%; }
|
||
.column.is-three-fifths, .column.is-three-fifths-tablet {
|
||
flex: none;
|
||
width: 60%; }
|
||
.column.is-four-fifths, .column.is-four-fifths-tablet {
|
||
flex: none;
|
||
width: 80%; }
|
||
.column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
|
||
margin-left: 75%; }
|
||
.column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
|
||
margin-left: 66.6666%; }
|
||
.column.is-offset-half, .column.is-offset-half-tablet {
|
||
margin-left: 50%; }
|
||
.column.is-offset-one-third, .column.is-offset-one-third-tablet {
|
||
margin-left: 33.3333%; }
|
||
.column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
|
||
margin-left: 25%; }
|
||
.column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
|
||
margin-left: 20%; }
|
||
.column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
|
||
margin-left: 40%; }
|
||
.column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
|
||
margin-left: 60%; }
|
||
.column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
|
||
margin-left: 80%; }
|
||
.column.is-1, .column.is-1-tablet {
|
||
flex: none;
|
||
width: 8.3333333333%; }
|
||
.column.is-offset-1, .column.is-offset-1-tablet {
|
||
margin-left: 8.3333333333%; }
|
||
.column.is-2, .column.is-2-tablet {
|
||
flex: none;
|
||
width: 16.6666666667%; }
|
||
.column.is-offset-2, .column.is-offset-2-tablet {
|
||
margin-left: 16.6666666667%; }
|
||
.column.is-3, .column.is-3-tablet {
|
||
flex: none;
|
||
width: 25%; }
|
||
.column.is-offset-3, .column.is-offset-3-tablet {
|
||
margin-left: 25%; }
|
||
.column.is-4, .column.is-4-tablet {
|
||
flex: none;
|
||
width: 33.3333333333%; }
|
||
.column.is-offset-4, .column.is-offset-4-tablet {
|
||
margin-left: 33.3333333333%; }
|
||
.column.is-5, .column.is-5-tablet {
|
||
flex: none;
|
||
width: 41.6666666667%; }
|
||
.column.is-offset-5, .column.is-offset-5-tablet {
|
||
margin-left: 41.6666666667%; }
|
||
.column.is-6, .column.is-6-tablet {
|
||
flex: none;
|
||
width: 50%; }
|
||
.column.is-offset-6, .column.is-offset-6-tablet {
|
||
margin-left: 50%; }
|
||
.column.is-7, .column.is-7-tablet {
|
||
flex: none;
|
||
width: 58.3333333333%; }
|
||
.column.is-offset-7, .column.is-offset-7-tablet {
|
||
margin-left: 58.3333333333%; }
|
||
.column.is-8, .column.is-8-tablet {
|
||
flex: none;
|
||
width: 66.6666666667%; }
|
||
.column.is-offset-8, .column.is-offset-8-tablet {
|
||
margin-left: 66.6666666667%; }
|
||
.column.is-9, .column.is-9-tablet {
|
||
flex: none;
|
||
width: 75%; }
|
||
.column.is-offset-9, .column.is-offset-9-tablet {
|
||
margin-left: 75%; }
|
||
.column.is-10, .column.is-10-tablet {
|
||
flex: none;
|
||
width: 83.3333333333%; }
|
||
.column.is-offset-10, .column.is-offset-10-tablet {
|
||
margin-left: 83.3333333333%; }
|
||
.column.is-11, .column.is-11-tablet {
|
||
flex: none;
|
||
width: 91.6666666667%; }
|
||
.column.is-offset-11, .column.is-offset-11-tablet {
|
||
margin-left: 91.6666666667%; }
|
||
.column.is-12, .column.is-12-tablet {
|
||
flex: none;
|
||
width: 100%; }
|
||
.column.is-offset-12, .column.is-offset-12-tablet {
|
||
margin-left: 100%; } }
|
||
@media screen and (max-width: 1023px) {
|
||
.column.is-narrow-touch {
|
||
flex: none; }
|
||
.column.is-full-touch {
|
||
flex: none;
|
||
width: 100%; }
|
||
.column.is-three-quarters-touch {
|
||
flex: none;
|
||
width: 75%; }
|
||
.column.is-two-thirds-touch {
|
||
flex: none;
|
||
width: 66.6666%; }
|
||
.column.is-half-touch {
|
||
flex: none;
|
||
width: 50%; }
|
||
.column.is-one-third-touch {
|
||
flex: none;
|
||
width: 33.3333%; }
|
||
.column.is-one-quarter-touch {
|
||
flex: none;
|
||
width: 25%; }
|
||
.column.is-one-fifth-touch {
|
||
flex: none;
|
||
width: 20%; }
|
||
.column.is-two-fifths-touch {
|
||
flex: none;
|
||
width: 40%; }
|
||
.column.is-three-fifths-touch {
|
||
flex: none;
|
||
width: 60%; }
|
||
.column.is-four-fifths-touch {
|
||
flex: none;
|
||
width: 80%; }
|
||
.column.is-offset-three-quarters-touch {
|
||
margin-left: 75%; }
|
||
.column.is-offset-two-thirds-touch {
|
||
margin-left: 66.6666%; }
|
||
.column.is-offset-half-touch {
|
||
margin-left: 50%; }
|
||
.column.is-offset-one-third-touch {
|
||
margin-left: 33.3333%; }
|
||
.column.is-offset-one-quarter-touch {
|
||
margin-left: 25%; }
|
||
.column.is-offset-one-fifth-touch {
|
||
margin-left: 20%; }
|
||
.column.is-offset-two-fifths-touch {
|
||
margin-left: 40%; }
|
||
.column.is-offset-three-fifths-touch {
|
||
margin-left: 60%; }
|
||
.column.is-offset-four-fifths-touch {
|
||
margin-left: 80%; }
|
||
.column.is-1-touch {
|
||
flex: none;
|
||
width: 8.3333333333%; }
|
||
.column.is-offset-1-touch {
|
||
margin-left: 8.3333333333%; }
|
||
.column.is-2-touch {
|
||
flex: none;
|
||
width: 16.6666666667%; }
|
||
.column.is-offset-2-touch {
|
||
margin-left: 16.6666666667%; }
|
||
.column.is-3-touch {
|
||
flex: none;
|
||
width: 25%; }
|
||
.column.is-offset-3-touch {
|
||
margin-left: 25%; }
|
||
.column.is-4-touch {
|
||
flex: none;
|
||
width: 33.3333333333%; }
|
||
.column.is-offset-4-touch {
|
||
margin-left: 33.3333333333%; }
|
||
.column.is-5-touch {
|
||
flex: none;
|
||
width: 41.6666666667%; }
|
||
.column.is-offset-5-touch {
|
||
margin-left: 41.6666666667%; }
|
||
.column.is-6-touch {
|
||
flex: none;
|
||
width: 50%; }
|
||
.column.is-offset-6-touch {
|
||
margin-left: 50%; }
|
||
.column.is-7-touch {
|
||
flex: none;
|
||
width: 58.3333333333%; }
|
||
.column.is-offset-7-touch {
|
||
margin-left: 58.3333333333%; }
|
||
.column.is-8-touch {
|
||
flex: none;
|
||
width: 66.6666666667%; }
|
||
.column.is-offset-8-touch {
|
||
margin-left: 66.6666666667%; }
|
||
.column.is-9-touch {
|
||
flex: none;
|
||
width: 75%; }
|
||
.column.is-offset-9-touch {
|
||
margin-left: 75%; }
|
||
.column.is-10-touch {
|
||
flex: none;
|
||
width: 83.3333333333%; }
|
||
.column.is-offset-10-touch {
|
||
margin-left: 83.3333333333%; }
|
||
.column.is-11-touch {
|
||
flex: none;
|
||
width: 91.6666666667%; }
|
||
.column.is-offset-11-touch {
|
||
margin-left: 91.6666666667%; }
|
||
.column.is-12-touch {
|
||
flex: none;
|
||
width: 100%; }
|
||
.column.is-offset-12-touch {
|
||
margin-left: 100%; } }
|
||
@media screen and (min-width: 1024px) {
|
||
.column.is-narrow-desktop {
|
||
flex: none; }
|
||
.column.is-full-desktop {
|
||
flex: none;
|
||
width: 100%; }
|
||
.column.is-three-quarters-desktop {
|
||
flex: none;
|
||
width: 75%; }
|
||
.column.is-two-thirds-desktop {
|
||
flex: none;
|
||
width: 66.6666%; }
|
||
.column.is-half-desktop {
|
||
flex: none;
|
||
width: 50%; }
|
||
.column.is-one-third-desktop {
|
||
flex: none;
|
||
width: 33.3333%; }
|
||
.column.is-one-quarter-desktop {
|
||
flex: none;
|
||
width: 25%; }
|
||
.column.is-one-fifth-desktop {
|
||
flex: none;
|
||
width: 20%; }
|
||
.column.is-two-fifths-desktop {
|
||
flex: none;
|
||
width: 40%; }
|
||
.column.is-three-fifths-desktop {
|
||
flex: none;
|
||
width: 60%; }
|
||
.column.is-four-fifths-desktop {
|
||
flex: none;
|
||
width: 80%; }
|
||
.column.is-offset-three-quarters-desktop {
|
||
margin-left: 75%; }
|
||
.column.is-offset-two-thirds-desktop {
|
||
margin-left: 66.6666%; }
|
||
.column.is-offset-half-desktop {
|
||
margin-left: 50%; }
|
||
.column.is-offset-one-third-desktop {
|
||
margin-left: 33.3333%; }
|
||
.column.is-offset-one-quarter-desktop {
|
||
margin-left: 25%; }
|
||
.column.is-offset-one-fifth-desktop {
|
||
margin-left: 20%; }
|
||
.column.is-offset-two-fifths-desktop {
|
||
margin-left: 40%; }
|
||
.column.is-offset-three-fifths-desktop {
|
||
margin-left: 60%; }
|
||
.column.is-offset-four-fifths-desktop {
|
||
margin-left: 80%; }
|
||
.column.is-1-desktop {
|
||
flex: none;
|
||
width: 8.3333333333%; }
|
||
.column.is-offset-1-desktop {
|
||
margin-left: 8.3333333333%; }
|
||
.column.is-2-desktop {
|
||
flex: none;
|
||
width: 16.6666666667%; }
|
||
.column.is-offset-2-desktop {
|
||
margin-left: 16.6666666667%; }
|
||
.column.is-3-desktop {
|
||
flex: none;
|
||
width: 25%; }
|
||
.column.is-offset-3-desktop {
|
||
margin-left: 25%; }
|
||
.column.is-4-desktop {
|
||
flex: none;
|
||
width: 33.3333333333%; }
|
||
.column.is-offset-4-desktop {
|
||
margin-left: 33.3333333333%; }
|
||
.column.is-5-desktop {
|
||
flex: none;
|
||
width: 41.6666666667%; }
|
||
.column.is-offset-5-desktop {
|
||
margin-left: 41.6666666667%; }
|
||
.column.is-6-desktop {
|
||
flex: none;
|
||
width: 50%; }
|
||
.column.is-offset-6-desktop {
|
||
margin-left: 50%; }
|
||
.column.is-7-desktop {
|
||
flex: none;
|
||
width: 58.3333333333%; }
|
||
.column.is-offset-7-desktop {
|
||
margin-left: 58.3333333333%; }
|
||
.column.is-8-desktop {
|
||
flex: none;
|
||
width: 66.6666666667%; }
|
||
.column.is-offset-8-desktop {
|
||
margin-left: 66.6666666667%; }
|
||
.column.is-9-desktop {
|
||
flex: none;
|
||
width: 75%; }
|
||
.column.is-offset-9-desktop {
|
||
margin-left: 75%; }
|
||
.column.is-10-desktop {
|
||
flex: none;
|
||
width: 83.3333333333%; }
|
||
.column.is-offset-10-desktop {
|
||
margin-left: 83.3333333333%; }
|
||
.column.is-11-desktop {
|
||
flex: none;
|
||
width: 91.6666666667%; }
|
||
.column.is-offset-11-desktop {
|
||
margin-left: 91.6666666667%; }
|
||
.column.is-12-desktop {
|
||
flex: none;
|
||
width: 100%; }
|
||
.column.is-offset-12-desktop {
|
||
margin-left: 100%; } }
|
||
@media screen and (min-width: 1216px) {
|
||
.column.is-narrow-widescreen {
|
||
flex: none; }
|
||
.column.is-full-widescreen {
|
||
flex: none;
|
||
width: 100%; }
|
||
.column.is-three-quarters-widescreen {
|
||
flex: none;
|
||
width: 75%; }
|
||
.column.is-two-thirds-widescreen {
|
||
flex: none;
|
||
width: 66.6666%; }
|
||
.column.is-half-widescreen {
|
||
flex: none;
|
||
width: 50%; }
|
||
.column.is-one-third-widescreen {
|
||
flex: none;
|
||
width: 33.3333%; }
|
||
.column.is-one-quarter-widescreen {
|
||
flex: none;
|
||
width: 25%; }
|
||
.column.is-one-fifth-widescreen {
|
||
flex: none;
|
||
width: 20%; }
|
||
.column.is-two-fifths-widescreen {
|
||
flex: none;
|
||
width: 40%; }
|
||
.column.is-three-fifths-widescreen {
|
||
flex: none;
|
||
width: 60%; }
|
||
.column.is-four-fifths-widescreen {
|
||
flex: none;
|
||
width: 80%; }
|
||
.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-offset-one-fifth-widescreen {
|
||
margin-left: 20%; }
|
||
.column.is-offset-two-fifths-widescreen {
|
||
margin-left: 40%; }
|
||
.column.is-offset-three-fifths-widescreen {
|
||
margin-left: 60%; }
|
||
.column.is-offset-four-fifths-widescreen {
|
||
margin-left: 80%; }
|
||
.column.is-1-widescreen {
|
||
flex: none;
|
||
width: 8.3333333333%; }
|
||
.column.is-offset-1-widescreen {
|
||
margin-left: 8.3333333333%; }
|
||
.column.is-2-widescreen {
|
||
flex: none;
|
||
width: 16.6666666667%; }
|
||
.column.is-offset-2-widescreen {
|
||
margin-left: 16.6666666667%; }
|
||
.column.is-3-widescreen {
|
||
flex: none;
|
||
width: 25%; }
|
||
.column.is-offset-3-widescreen {
|
||
margin-left: 25%; }
|
||
.column.is-4-widescreen {
|
||
flex: none;
|
||
width: 33.3333333333%; }
|
||
.column.is-offset-4-widescreen {
|
||
margin-left: 33.3333333333%; }
|
||
.column.is-5-widescreen {
|
||
flex: none;
|
||
width: 41.6666666667%; }
|
||
.column.is-offset-5-widescreen {
|
||
margin-left: 41.6666666667%; }
|
||
.column.is-6-widescreen {
|
||
flex: none;
|
||
width: 50%; }
|
||
.column.is-offset-6-widescreen {
|
||
margin-left: 50%; }
|
||
.column.is-7-widescreen {
|
||
flex: none;
|
||
width: 58.3333333333%; }
|
||
.column.is-offset-7-widescreen {
|
||
margin-left: 58.3333333333%; }
|
||
.column.is-8-widescreen {
|
||
flex: none;
|
||
width: 66.6666666667%; }
|
||
.column.is-offset-8-widescreen {
|
||
margin-left: 66.6666666667%; }
|
||
.column.is-9-widescreen {
|
||
flex: none;
|
||
width: 75%; }
|
||
.column.is-offset-9-widescreen {
|
||
margin-left: 75%; }
|
||
.column.is-10-widescreen {
|
||
flex: none;
|
||
width: 83.3333333333%; }
|
||
.column.is-offset-10-widescreen {
|
||
margin-left: 83.3333333333%; }
|
||
.column.is-11-widescreen {
|
||
flex: none;
|
||
width: 91.6666666667%; }
|
||
.column.is-offset-11-widescreen {
|
||
margin-left: 91.6666666667%; }
|
||
.column.is-12-widescreen {
|
||
flex: none;
|
||
width: 100%; }
|
||
.column.is-offset-12-widescreen {
|
||
margin-left: 100%; } }
|
||
@media screen and (min-width: 1408px) {
|
||
.column.is-narrow-fullhd {
|
||
flex: none; }
|
||
.column.is-full-fullhd {
|
||
flex: none;
|
||
width: 100%; }
|
||
.column.is-three-quarters-fullhd {
|
||
flex: none;
|
||
width: 75%; }
|
||
.column.is-two-thirds-fullhd {
|
||
flex: none;
|
||
width: 66.6666%; }
|
||
.column.is-half-fullhd {
|
||
flex: none;
|
||
width: 50%; }
|
||
.column.is-one-third-fullhd {
|
||
flex: none;
|
||
width: 33.3333%; }
|
||
.column.is-one-quarter-fullhd {
|
||
flex: none;
|
||
width: 25%; }
|
||
.column.is-one-fifth-fullhd {
|
||
flex: none;
|
||
width: 20%; }
|
||
.column.is-two-fifths-fullhd {
|
||
flex: none;
|
||
width: 40%; }
|
||
.column.is-three-fifths-fullhd {
|
||
flex: none;
|
||
width: 60%; }
|
||
.column.is-four-fifths-fullhd {
|
||
flex: none;
|
||
width: 80%; }
|
||
.column.is-offset-three-quarters-fullhd {
|
||
margin-left: 75%; }
|
||
.column.is-offset-two-thirds-fullhd {
|
||
margin-left: 66.6666%; }
|
||
.column.is-offset-half-fullhd {
|
||
margin-left: 50%; }
|
||
.column.is-offset-one-third-fullhd {
|
||
margin-left: 33.3333%; }
|
||
.column.is-offset-one-quarter-fullhd {
|
||
margin-left: 25%; }
|
||
.column.is-offset-one-fifth-fullhd {
|
||
margin-left: 20%; }
|
||
.column.is-offset-two-fifths-fullhd {
|
||
margin-left: 40%; }
|
||
.column.is-offset-three-fifths-fullhd {
|
||
margin-left: 60%; }
|
||
.column.is-offset-four-fifths-fullhd {
|
||
margin-left: 80%; }
|
||
.column.is-1-fullhd {
|
||
flex: none;
|
||
width: 8.3333333333%; }
|
||
.column.is-offset-1-fullhd {
|
||
margin-left: 8.3333333333%; }
|
||
.column.is-2-fullhd {
|
||
flex: none;
|
||
width: 16.6666666667%; }
|
||
.column.is-offset-2-fullhd {
|
||
margin-left: 16.6666666667%; }
|
||
.column.is-3-fullhd {
|
||
flex: none;
|
||
width: 25%; }
|
||
.column.is-offset-3-fullhd {
|
||
margin-left: 25%; }
|
||
.column.is-4-fullhd {
|
||
flex: none;
|
||
width: 33.3333333333%; }
|
||
.column.is-offset-4-fullhd {
|
||
margin-left: 33.3333333333%; }
|
||
.column.is-5-fullhd {
|
||
flex: none;
|
||
width: 41.6666666667%; }
|
||
.column.is-offset-5-fullhd {
|
||
margin-left: 41.6666666667%; }
|
||
.column.is-6-fullhd {
|
||
flex: none;
|
||
width: 50%; }
|
||
.column.is-offset-6-fullhd {
|
||
margin-left: 50%; }
|
||
.column.is-7-fullhd {
|
||
flex: none;
|
||
width: 58.3333333333%; }
|
||
.column.is-offset-7-fullhd {
|
||
margin-left: 58.3333333333%; }
|
||
.column.is-8-fullhd {
|
||
flex: none;
|
||
width: 66.6666666667%; }
|
||
.column.is-offset-8-fullhd {
|
||
margin-left: 66.6666666667%; }
|
||
.column.is-9-fullhd {
|
||
flex: none;
|
||
width: 75%; }
|
||
.column.is-offset-9-fullhd {
|
||
margin-left: 75%; }
|
||
.column.is-10-fullhd {
|
||
flex: none;
|
||
width: 83.3333333333%; }
|
||
.column.is-offset-10-fullhd {
|
||
margin-left: 83.3333333333%; }
|
||
.column.is-11-fullhd {
|
||
flex: none;
|
||
width: 91.6666666667%; }
|
||
.column.is-offset-11-fullhd {
|
||
margin-left: 91.6666666667%; }
|
||
.column.is-12-fullhd {
|
||
flex: none;
|
||
width: 100%; }
|
||
.column.is-offset-12-fullhd {
|
||
margin-left: 100%; } }
|
||
|
||
.columns {
|
||
margin-left: -1.5rem;
|
||
margin-right: -1.5rem;
|
||
margin-top: -1.5rem; }
|
||
.columns:last-child {
|
||
margin-bottom: -1.5rem; }
|
||
.columns:not(:last-child) {
|
||
margin-bottom: calc(1.5rem - 1.5rem); }
|
||
.columns.is-centered {
|
||
justify-content: center; }
|
||
.columns.is-gapless {
|
||
margin-left: 0;
|
||
margin-right: 0;
|
||
margin-top: 0; }
|
||
.columns.is-gapless > .column {
|
||
margin: 0;
|
||
padding: 0 !important; }
|
||
.columns.is-gapless:not(:last-child) {
|
||
margin-bottom: 1.5rem; }
|
||
.columns.is-gapless:last-child {
|
||
margin-bottom: 0; }
|
||
.columns.is-mobile {
|
||
display: flex; }
|
||
.columns.is-multiline {
|
||
flex-wrap: wrap; }
|
||
.columns.is-vcentered {
|
||
align-items: center; }
|
||
@media screen and (min-width: 769px), print {
|
||
.columns:not(.is-desktop) {
|
||
display: flex; } }
|
||
@media screen and (min-width: 1024px) {
|
||
.columns.is-desktop {
|
||
display: flex; } }
|
||
|
||
.columns.is-variable {
|
||
--columnGap: 0.75rem;
|
||
margin-left: calc(-1 * var(--columnGap));
|
||
margin-right: calc(-1 * var(--columnGap)); }
|
||
.columns.is-variable .column {
|
||
padding-left: var(--columnGap);
|
||
padding-right: var(--columnGap); }
|
||
.columns.is-variable.is-0 {
|
||
--columnGap: 0rem; }
|
||
@media screen and (max-width: 768px) {
|
||
.columns.is-variable.is-0-mobile {
|
||
--columnGap: 0rem; } }
|
||
@media screen and (min-width: 769px), print {
|
||
.columns.is-variable.is-0-tablet {
|
||
--columnGap: 0rem; } }
|
||
@media screen and (min-width: 769px) and (max-width: 1023px) {
|
||
.columns.is-variable.is-0-tablet-only {
|
||
--columnGap: 0rem; } }
|
||
@media screen and (max-width: 1023px) {
|
||
.columns.is-variable.is-0-touch {
|
||
--columnGap: 0rem; } }
|
||
@media screen and (min-width: 1024px) {
|
||
.columns.is-variable.is-0-desktop {
|
||
--columnGap: 0rem; } }
|
||
@media screen and (min-width: 1024px) and (max-width: 1215px) {
|
||
.columns.is-variable.is-0-desktop-only {
|
||
--columnGap: 0rem; } }
|
||
@media screen and (min-width: 1216px) {
|
||
.columns.is-variable.is-0-widescreen {
|
||
--columnGap: 0rem; } }
|
||
@media screen and (min-width: 1216px) and (max-width: 1407px) {
|
||
.columns.is-variable.is-0-widescreen-only {
|
||
--columnGap: 0rem; } }
|
||
@media screen and (min-width: 1408px) {
|
||
.columns.is-variable.is-0-fullhd {
|
||
--columnGap: 0rem; } }
|
||
.columns.is-variable.is-1 {
|
||
--columnGap: 0.25rem; }
|
||
@media screen and (max-width: 768px) {
|
||
.columns.is-variable.is-1-mobile {
|
||
--columnGap: 0.25rem; } }
|
||
@media screen and (min-width: 769px), print {
|
||
.columns.is-variable.is-1-tablet {
|
||
--columnGap: 0.25rem; } }
|
||
@media screen and (min-width: 769px) and (max-width: 1023px) {
|
||
.columns.is-variable.is-1-tablet-only {
|
||
--columnGap: 0.25rem; } }
|
||
@media screen and (max-width: 1023px) {
|
||
.columns.is-variable.is-1-touch {
|
||
--columnGap: 0.25rem; } }
|
||
@media screen and (min-width: 1024px) {
|
||
.columns.is-variable.is-1-desktop {
|
||
--columnGap: 0.25rem; } }
|
||
@media screen and (min-width: 1024px) and (max-width: 1215px) {
|
||
.columns.is-variable.is-1-desktop-only {
|
||
--columnGap: 0.25rem; } }
|
||
@media screen and (min-width: 1216px) {
|
||
.columns.is-variable.is-1-widescreen {
|
||
--columnGap: 0.25rem; } }
|
||
@media screen and (min-width: 1216px) and (max-width: 1407px) {
|
||
.columns.is-variable.is-1-widescreen-only {
|
||
--columnGap: 0.25rem; } }
|
||
@media screen and (min-width: 1408px) {
|
||
.columns.is-variable.is-1-fullhd {
|
||
--columnGap: 0.25rem; } }
|
||
.columns.is-variable.is-2 {
|
||
--columnGap: 0.5rem; }
|
||
@media screen and (max-width: 768px) {
|
||
.columns.is-variable.is-2-mobile {
|
||
--columnGap: 0.5rem; } }
|
||
@media screen and (min-width: 769px), print {
|
||
.columns.is-variable.is-2-tablet {
|
||
--columnGap: 0.5rem; } }
|
||
@media screen and (min-width: 769px) and (max-width: 1023px) {
|
||
.columns.is-variable.is-2-tablet-only {
|
||
--columnGap: 0.5rem; } }
|
||
@media screen and (max-width: 1023px) {
|
||
.columns.is-variable.is-2-touch {
|
||
--columnGap: 0.5rem; } }
|
||
@media screen and (min-width: 1024px) {
|
||
.columns.is-variable.is-2-desktop {
|
||
--columnGap: 0.5rem; } }
|
||
@media screen and (min-width: 1024px) and (max-width: 1215px) {
|
||
.columns.is-variable.is-2-desktop-only {
|
||
--columnGap: 0.5rem; } }
|
||
@media screen and (min-width: 1216px) {
|
||
.columns.is-variable.is-2-widescreen {
|
||
--columnGap: 0.5rem; } }
|
||
@media screen and (min-width: 1216px) and (max-width: 1407px) {
|
||
.columns.is-variable.is-2-widescreen-only {
|
||
--columnGap: 0.5rem; } }
|
||
@media screen and (min-width: 1408px) {
|
||
.columns.is-variable.is-2-fullhd {
|
||
--columnGap: 0.5rem; } }
|
||
.columns.is-variable.is-3 {
|
||
--columnGap: 0.75rem; }
|
||
@media screen and (max-width: 768px) {
|
||
.columns.is-variable.is-3-mobile {
|
||
--columnGap: 0.75rem; } }
|
||
@media screen and (min-width: 769px), print {
|
||
.columns.is-variable.is-3-tablet {
|
||
--columnGap: 0.75rem; } }
|
||
@media screen and (min-width: 769px) and (max-width: 1023px) {
|
||
.columns.is-variable.is-3-tablet-only {
|
||
--columnGap: 0.75rem; } }
|
||
@media screen and (max-width: 1023px) {
|
||
.columns.is-variable.is-3-touch {
|
||
--columnGap: 0.75rem; } }
|
||
@media screen and (min-width: 1024px) {
|
||
.columns.is-variable.is-3-desktop {
|
||
--columnGap: 0.75rem; } }
|
||
@media screen and (min-width: 1024px) and (max-width: 1215px) {
|
||
.columns.is-variable.is-3-desktop-only {
|
||
--columnGap: 0.75rem; } }
|
||
@media screen and (min-width: 1216px) {
|
||
.columns.is-variable.is-3-widescreen {
|
||
--columnGap: 0.75rem; } }
|
||
@media screen and (min-width: 1216px) and (max-width: 1407px) {
|
||
.columns.is-variable.is-3-widescreen-only {
|
||
--columnGap: 0.75rem; } }
|
||
@media screen and (min-width: 1408px) {
|
||
.columns.is-variable.is-3-fullhd {
|
||
--columnGap: 0.75rem; } }
|
||
.columns.is-variable.is-4 {
|
||
--columnGap: 1rem; }
|
||
@media screen and (max-width: 768px) {
|
||
.columns.is-variable.is-4-mobile {
|
||
--columnGap: 1rem; } }
|
||
@media screen and (min-width: 769px), print {
|
||
.columns.is-variable.is-4-tablet {
|
||
--columnGap: 1rem; } }
|
||
@media screen and (min-width: 769px) and (max-width: 1023px) {
|
||
.columns.is-variable.is-4-tablet-only {
|
||
--columnGap: 1rem; } }
|
||
@media screen and (max-width: 1023px) {
|
||
.columns.is-variable.is-4-touch {
|
||
--columnGap: 1rem; } }
|
||
@media screen and (min-width: 1024px) {
|
||
.columns.is-variable.is-4-desktop {
|
||
--columnGap: 1rem; } }
|
||
@media screen and (min-width: 1024px) and (max-width: 1215px) {
|
||
.columns.is-variable.is-4-desktop-only {
|
||
--columnGap: 1rem; } }
|
||
@media screen and (min-width: 1216px) {
|
||
.columns.is-variable.is-4-widescreen {
|
||
--columnGap: 1rem; } }
|
||
@media screen and (min-width: 1216px) and (max-width: 1407px) {
|
||
.columns.is-variable.is-4-widescreen-only {
|
||
--columnGap: 1rem; } }
|
||
@media screen and (min-width: 1408px) {
|
||
.columns.is-variable.is-4-fullhd {
|
||
--columnGap: 1rem; } }
|
||
.columns.is-variable.is-5 {
|
||
--columnGap: 1.25rem; }
|
||
@media screen and (max-width: 768px) {
|
||
.columns.is-variable.is-5-mobile {
|
||
--columnGap: 1.25rem; } }
|
||
@media screen and (min-width: 769px), print {
|
||
.columns.is-variable.is-5-tablet {
|
||
--columnGap: 1.25rem; } }
|
||
@media screen and (min-width: 769px) and (max-width: 1023px) {
|
||
.columns.is-variable.is-5-tablet-only {
|
||
--columnGap: 1.25rem; } }
|
||
@media screen and (max-width: 1023px) {
|
||
.columns.is-variable.is-5-touch {
|
||
--columnGap: 1.25rem; } }
|
||
@media screen and (min-width: 1024px) {
|
||
.columns.is-variable.is-5-desktop {
|
||
--columnGap: 1.25rem; } }
|
||
@media screen and (min-width: 1024px) and (max-width: 1215px) {
|
||
.columns.is-variable.is-5-desktop-only {
|
||
--columnGap: 1.25rem; } }
|
||
@media screen and (min-width: 1216px) {
|
||
.columns.is-variable.is-5-widescreen {
|
||
--columnGap: 1.25rem; } }
|
||
@media screen and (min-width: 1216px) and (max-width: 1407px) {
|
||
.columns.is-variable.is-5-widescreen-only {
|
||
--columnGap: 1.25rem; } }
|
||
@media screen and (min-width: 1408px) {
|
||
.columns.is-variable.is-5-fullhd {
|
||
--columnGap: 1.25rem; } }
|
||
.columns.is-variable.is-6 {
|
||
--columnGap: 1.5rem; }
|
||
@media screen and (max-width: 768px) {
|
||
.columns.is-variable.is-6-mobile {
|
||
--columnGap: 1.5rem; } }
|
||
@media screen and (min-width: 769px), print {
|
||
.columns.is-variable.is-6-tablet {
|
||
--columnGap: 1.5rem; } }
|
||
@media screen and (min-width: 769px) and (max-width: 1023px) {
|
||
.columns.is-variable.is-6-tablet-only {
|
||
--columnGap: 1.5rem; } }
|
||
@media screen and (max-width: 1023px) {
|
||
.columns.is-variable.is-6-touch {
|
||
--columnGap: 1.5rem; } }
|
||
@media screen and (min-width: 1024px) {
|
||
.columns.is-variable.is-6-desktop {
|
||
--columnGap: 1.5rem; } }
|
||
@media screen and (min-width: 1024px) and (max-width: 1215px) {
|
||
.columns.is-variable.is-6-desktop-only {
|
||
--columnGap: 1.5rem; } }
|
||
@media screen and (min-width: 1216px) {
|
||
.columns.is-variable.is-6-widescreen {
|
||
--columnGap: 1.5rem; } }
|
||
@media screen and (min-width: 1216px) and (max-width: 1407px) {
|
||
.columns.is-variable.is-6-widescreen-only {
|
||
--columnGap: 1.5rem; } }
|
||
@media screen and (min-width: 1408px) {
|
||
.columns.is-variable.is-6-fullhd {
|
||
--columnGap: 1.5rem; } }
|
||
.columns.is-variable.is-7 {
|
||
--columnGap: 1.75rem; }
|
||
@media screen and (max-width: 768px) {
|
||
.columns.is-variable.is-7-mobile {
|
||
--columnGap: 1.75rem; } }
|
||
@media screen and (min-width: 769px), print {
|
||
.columns.is-variable.is-7-tablet {
|
||
--columnGap: 1.75rem; } }
|
||
@media screen and (min-width: 769px) and (max-width: 1023px) {
|
||
.columns.is-variable.is-7-tablet-only {
|
||
--columnGap: 1.75rem; } }
|
||
@media screen and (max-width: 1023px) {
|
||
.columns.is-variable.is-7-touch {
|
||
--columnGap: 1.75rem; } }
|
||
@media screen and (min-width: 1024px) {
|
||
.columns.is-variable.is-7-desktop {
|
||
--columnGap: 1.75rem; } }
|
||
@media screen and (min-width: 1024px) and (max-width: 1215px) {
|
||
.columns.is-variable.is-7-desktop-only {
|
||
--columnGap: 1.75rem; } }
|
||
@media screen and (min-width: 1216px) {
|
||
.columns.is-variable.is-7-widescreen {
|
||
--columnGap: 1.75rem; } }
|
||
@media screen and (min-width: 1216px) and (max-width: 1407px) {
|
||
.columns.is-variable.is-7-widescreen-only {
|
||
--columnGap: 1.75rem; } }
|
||
@media screen and (min-width: 1408px) {
|
||
.columns.is-variable.is-7-fullhd {
|
||
--columnGap: 1.75rem; } }
|
||
.columns.is-variable.is-8 {
|
||
--columnGap: 2rem; }
|
||
@media screen and (max-width: 768px) {
|
||
.columns.is-variable.is-8-mobile {
|
||
--columnGap: 2rem; } }
|
||
@media screen and (min-width: 769px), print {
|
||
.columns.is-variable.is-8-tablet {
|
||
--columnGap: 2rem; } }
|
||
@media screen and (min-width: 769px) and (max-width: 1023px) {
|
||
.columns.is-variable.is-8-tablet-only {
|
||
--columnGap: 2rem; } }
|
||
@media screen and (max-width: 1023px) {
|
||
.columns.is-variable.is-8-touch {
|
||
--columnGap: 2rem; } }
|
||
@media screen and (min-width: 1024px) {
|
||
.columns.is-variable.is-8-desktop {
|
||
--columnGap: 2rem; } }
|
||
@media screen and (min-width: 1024px) and (max-width: 1215px) {
|
||
.columns.is-variable.is-8-desktop-only {
|
||
--columnGap: 2rem; } }
|
||
@media screen and (min-width: 1216px) {
|
||
.columns.is-variable.is-8-widescreen {
|
||
--columnGap: 2rem; } }
|
||
@media screen and (min-width: 1216px) and (max-width: 1407px) {
|
||
.columns.is-variable.is-8-widescreen-only {
|
||
--columnGap: 2rem; } }
|
||
@media screen and (min-width: 1408px) {
|
||
.columns.is-variable.is-8-fullhd {
|
||
--columnGap: 2rem; } }
|
||
|
||
.tile {
|
||
align-items: stretch;
|
||
display: block;
|
||
flex-basis: 0;
|
||
flex-grow: 1;
|
||
flex-shrink: 1;
|
||
min-height: min-content; }
|
||
.tile.is-ancestor {
|
||
margin-left: -0.75rem;
|
||
margin-right: -0.75rem;
|
||
margin-top: -0.75rem; }
|
||
.tile.is-ancestor:last-child {
|
||
margin-bottom: -0.75rem; }
|
||
.tile.is-ancestor:not(:last-child) {
|
||
margin-bottom: 0.75rem; }
|
||
.tile.is-child {
|
||
margin: 0 !important; }
|
||
.tile.is-parent {
|
||
padding: 0.75rem; }
|
||
.tile.is-vertical {
|
||
flex-direction: column; }
|
||
.tile.is-vertical > .tile.is-child:not(:last-child) {
|
||
margin-bottom: 1.5rem !important; }
|
||
@media screen and (min-width: 769px), print {
|
||
.tile:not(.is-child) {
|
||
display: flex; }
|
||
.tile.is-1 {
|
||
flex: none;
|
||
width: 8.3333333333%; }
|
||
.tile.is-2 {
|
||
flex: none;
|
||
width: 16.6666666667%; }
|
||
.tile.is-3 {
|
||
flex: none;
|
||
width: 25%; }
|
||
.tile.is-4 {
|
||
flex: none;
|
||
width: 33.3333333333%; }
|
||
.tile.is-5 {
|
||
flex: none;
|
||
width: 41.6666666667%; }
|
||
.tile.is-6 {
|
||
flex: none;
|
||
width: 50%; }
|
||
.tile.is-7 {
|
||
flex: none;
|
||
width: 58.3333333333%; }
|
||
.tile.is-8 {
|
||
flex: none;
|
||
width: 66.6666666667%; }
|
||
.tile.is-9 {
|
||
flex: none;
|
||
width: 75%; }
|
||
.tile.is-10 {
|
||
flex: none;
|
||
width: 83.3333333333%; }
|
||
.tile.is-11 {
|
||
flex: none;
|
||
width: 91.6666666667%; }
|
||
.tile.is-12 {
|
||
flex: none;
|
||
width: 100%; } }
|
||
|
||
.hero {
|
||
align-items: stretch;
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: space-between; }
|
||
.hero .navbar {
|
||
background: none; }
|
||
.hero .tabs ul {
|
||
border-bottom: none; }
|
||
.hero.is-white {
|
||
background-color: #FFFFFF;
|
||
color: #0a0a0a; }
|
||
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),
|
||
.hero.is-white strong {
|
||
color: inherit; }
|
||
.hero.is-white .title {
|
||
color: #0a0a0a; }
|
||
.hero.is-white .subtitle {
|
||
color: rgba(10, 10, 10, 0.9); }
|
||
.hero.is-white .subtitle a:not(.button),
|
||
.hero.is-white .subtitle strong {
|
||
color: #0a0a0a; }
|
||
@media screen and (max-width: 1023px) {
|
||
.hero.is-white .navbar-menu {
|
||
background-color: #FFFFFF; } }
|
||
.hero.is-white .navbar-item,
|
||
.hero.is-white .navbar-link {
|
||
color: rgba(10, 10, 10, 0.7); }
|
||
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
|
||
.hero.is-white .navbar-link:hover,
|
||
.hero.is-white .navbar-link.is-active {
|
||
background-color: #f2f2f2;
|
||
color: #0a0a0a; }
|
||
.hero.is-white .tabs a {
|
||
color: #0a0a0a;
|
||
opacity: 0.9; }
|
||
.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 {
|
||
color: #0a0a0a; }
|
||
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
|
||
background-color: rgba(10, 10, 10, 0.1); }
|
||
.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 {
|
||
background-color: #0a0a0a;
|
||
border-color: #0a0a0a;
|
||
color: #FFFFFF; }
|
||
.hero.is-white.is-bold {
|
||
background-image: linear-gradient(141deg, #e6e5e5 0%, #FFFFFF 71%, white 100%); }
|
||
@media screen and (max-width: 768px) {
|
||
.hero.is-white.is-bold .navbar-menu {
|
||
background-image: linear-gradient(141deg, #e6e5e5 0%, #FFFFFF 71%, white 100%); } }
|
||
.hero.is-black {
|
||
background-color: #0a0a0a;
|
||
color: #FFFFFF; }
|
||
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag),
|
||
.hero.is-black strong {
|
||
color: inherit; }
|
||
.hero.is-black .title {
|
||
color: #FFFFFF; }
|
||
.hero.is-black .subtitle {
|
||
color: rgba(255, 255, 255, 0.9); }
|
||
.hero.is-black .subtitle a:not(.button),
|
||
.hero.is-black .subtitle strong {
|
||
color: #FFFFFF; }
|
||
@media screen and (max-width: 1023px) {
|
||
.hero.is-black .navbar-menu {
|
||
background-color: #0a0a0a; } }
|
||
.hero.is-black .navbar-item,
|
||
.hero.is-black .navbar-link {
|
||
color: rgba(255, 255, 255, 0.7); }
|
||
.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
|
||
.hero.is-black .navbar-link:hover,
|
||
.hero.is-black .navbar-link.is-active {
|
||
background-color: black;
|
||
color: #FFFFFF; }
|
||
.hero.is-black .tabs a {
|
||
color: #FFFFFF;
|
||
opacity: 0.9; }
|
||
.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 {
|
||
color: #FFFFFF; }
|
||
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
|
||
background-color: rgba(10, 10, 10, 0.1); }
|
||
.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 {
|
||
background-color: #FFFFFF;
|
||
border-color: #FFFFFF;
|
||
color: #0a0a0a; }
|
||
.hero.is-black.is-bold {
|
||
background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); }
|
||
@media screen and (max-width: 768px) {
|
||
.hero.is-black.is-bold .navbar-menu {
|
||
background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); } }
|
||
.hero.is-light {
|
||
background-color: #FFFFFF;
|
||
color: #0D1E34; }
|
||
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag),
|
||
.hero.is-light strong {
|
||
color: inherit; }
|
||
.hero.is-light .title {
|
||
color: #0D1E34; }
|
||
.hero.is-light .subtitle {
|
||
color: rgba(13, 30, 52, 0.9); }
|
||
.hero.is-light .subtitle a:not(.button),
|
||
.hero.is-light .subtitle strong {
|
||
color: #0D1E34; }
|
||
@media screen and (max-width: 1023px) {
|
||
.hero.is-light .navbar-menu {
|
||
background-color: #FFFFFF; } }
|
||
.hero.is-light .navbar-item,
|
||
.hero.is-light .navbar-link {
|
||
color: rgba(13, 30, 52, 0.7); }
|
||
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
|
||
.hero.is-light .navbar-link:hover,
|
||
.hero.is-light .navbar-link.is-active {
|
||
background-color: #f2f2f2;
|
||
color: #0D1E34; }
|
||
.hero.is-light .tabs a {
|
||
color: #0D1E34;
|
||
opacity: 0.9; }
|
||
.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 {
|
||
color: #0D1E34; }
|
||
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
|
||
background-color: rgba(10, 10, 10, 0.1); }
|
||
.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 {
|
||
background-color: #0D1E34;
|
||
border-color: #0D1E34;
|
||
color: #FFFFFF; }
|
||
.hero.is-light.is-bold {
|
||
background-image: linear-gradient(141deg, #e6e5e5 0%, #FFFFFF 71%, white 100%); }
|
||
@media screen and (max-width: 768px) {
|
||
.hero.is-light.is-bold .navbar-menu {
|
||
background-image: linear-gradient(141deg, #e6e5e5 0%, #FFFFFF 71%, white 100%); } }
|
||
.hero.is-dark {
|
||
background-color: #0D1E34;
|
||
color: #FFFFFF; }
|
||
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),
|
||
.hero.is-dark strong {
|
||
color: inherit; }
|
||
.hero.is-dark .title {
|
||
color: #FFFFFF; }
|
||
.hero.is-dark .subtitle {
|
||
color: rgba(255, 255, 255, 0.9); }
|
||
.hero.is-dark .subtitle a:not(.button),
|
||
.hero.is-dark .subtitle strong {
|
||
color: #FFFFFF; }
|
||
@media screen and (max-width: 1023px) {
|
||
.hero.is-dark .navbar-menu {
|
||
background-color: #0D1E34; } }
|
||
.hero.is-dark .navbar-item,
|
||
.hero.is-dark .navbar-link {
|
||
color: rgba(255, 255, 255, 0.7); }
|
||
.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
|
||
.hero.is-dark .navbar-link:hover,
|
||
.hero.is-dark .navbar-link.is-active {
|
||
background-color: #081220;
|
||
color: #FFFFFF; }
|
||
.hero.is-dark .tabs a {
|
||
color: #FFFFFF;
|
||
opacity: 0.9; }
|
||
.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 {
|
||
color: #FFFFFF; }
|
||
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
|
||
background-color: rgba(10, 10, 10, 0.1); }
|
||
.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 {
|
||
background-color: #FFFFFF;
|
||
border-color: #FFFFFF;
|
||
color: #0D1E34; }
|
||
.hero.is-dark.is-bold {
|
||
background-image: linear-gradient(141deg, #02080c 0%, #0D1E34 71%, #10204b 100%); }
|
||
@media screen and (max-width: 768px) {
|
||
.hero.is-dark.is-bold .navbar-menu {
|
||
background-image: linear-gradient(141deg, #02080c 0%, #0D1E34 71%, #10204b 100%); } }
|
||
.hero.is-primary {
|
||
background-color: #26599B;
|
||
color: #FFFFFF; }
|
||
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),
|
||
.hero.is-primary strong {
|
||
color: inherit; }
|
||
.hero.is-primary .title {
|
||
color: #FFFFFF; }
|
||
.hero.is-primary .subtitle {
|
||
color: rgba(255, 255, 255, 0.9); }
|
||
.hero.is-primary .subtitle a:not(.button),
|
||
.hero.is-primary .subtitle strong {
|
||
color: #FFFFFF; }
|
||
@media screen and (max-width: 1023px) {
|
||
.hero.is-primary .navbar-menu {
|
||
background-color: #26599B; } }
|
||
.hero.is-primary .navbar-item,
|
||
.hero.is-primary .navbar-link {
|
||
color: rgba(255, 255, 255, 0.7); }
|
||
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
|
||
.hero.is-primary .navbar-link:hover,
|
||
.hero.is-primary .navbar-link.is-active {
|
||
background-color: #214d87;
|
||
color: #FFFFFF; }
|
||
.hero.is-primary .tabs a {
|
||
color: #FFFFFF;
|
||
opacity: 0.9; }
|
||
.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: #FFFFFF; }
|
||
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
|
||
background-color: rgba(10, 10, 10, 0.1); }
|
||
.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: #FFFFFF;
|
||
border-color: #FFFFFF;
|
||
color: #26599B; }
|
||
.hero.is-primary.is-bold {
|
||
background-image: linear-gradient(141deg, #155179 0%, #26599B 71%, #264cb5 100%); }
|
||
@media screen and (max-width: 768px) {
|
||
.hero.is-primary.is-bold .navbar-menu {
|
||
background-image: linear-gradient(141deg, #155179 0%, #26599B 71%, #264cb5 100%); } }
|
||
.hero.is-link {
|
||
background-color: #26599B;
|
||
color: #FFFFFF; }
|
||
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag),
|
||
.hero.is-link strong {
|
||
color: inherit; }
|
||
.hero.is-link .title {
|
||
color: #FFFFFF; }
|
||
.hero.is-link .subtitle {
|
||
color: rgba(255, 255, 255, 0.9); }
|
||
.hero.is-link .subtitle a:not(.button),
|
||
.hero.is-link .subtitle strong {
|
||
color: #FFFFFF; }
|
||
@media screen and (max-width: 1023px) {
|
||
.hero.is-link .navbar-menu {
|
||
background-color: #26599B; } }
|
||
.hero.is-link .navbar-item,
|
||
.hero.is-link .navbar-link {
|
||
color: rgba(255, 255, 255, 0.7); }
|
||
.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
|
||
.hero.is-link .navbar-link:hover,
|
||
.hero.is-link .navbar-link.is-active {
|
||
background-color: #214d87;
|
||
color: #FFFFFF; }
|
||
.hero.is-link .tabs a {
|
||
color: #FFFFFF;
|
||
opacity: 0.9; }
|
||
.hero.is-link .tabs a:hover {
|
||
opacity: 1; }
|
||
.hero.is-link .tabs li.is-active a {
|
||
opacity: 1; }
|
||
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
|
||
color: #FFFFFF; }
|
||
.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
|
||
background-color: rgba(10, 10, 10, 0.1); }
|
||
.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
|
||
background-color: #FFFFFF;
|
||
border-color: #FFFFFF;
|
||
color: #26599B; }
|
||
.hero.is-link.is-bold {
|
||
background-image: linear-gradient(141deg, #155179 0%, #26599B 71%, #264cb5 100%); }
|
||
@media screen and (max-width: 768px) {
|
||
.hero.is-link.is-bold .navbar-menu {
|
||
background-image: linear-gradient(141deg, #155179 0%, #26599B 71%, #264cb5 100%); } }
|
||
.hero.is-info {
|
||
background-color: #26599B;
|
||
color: #FFFFFF; }
|
||
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag),
|
||
.hero.is-info strong {
|
||
color: inherit; }
|
||
.hero.is-info .title {
|
||
color: #FFFFFF; }
|
||
.hero.is-info .subtitle {
|
||
color: rgba(255, 255, 255, 0.9); }
|
||
.hero.is-info .subtitle a:not(.button),
|
||
.hero.is-info .subtitle strong {
|
||
color: #FFFFFF; }
|
||
@media screen and (max-width: 1023px) {
|
||
.hero.is-info .navbar-menu {
|
||
background-color: #26599B; } }
|
||
.hero.is-info .navbar-item,
|
||
.hero.is-info .navbar-link {
|
||
color: rgba(255, 255, 255, 0.7); }
|
||
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
|
||
.hero.is-info .navbar-link:hover,
|
||
.hero.is-info .navbar-link.is-active {
|
||
background-color: #214d87;
|
||
color: #FFFFFF; }
|
||
.hero.is-info .tabs a {
|
||
color: #FFFFFF;
|
||
opacity: 0.9; }
|
||
.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: #FFFFFF; }
|
||
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
|
||
background-color: rgba(10, 10, 10, 0.1); }
|
||
.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: #FFFFFF;
|
||
border-color: #FFFFFF;
|
||
color: #26599B; }
|
||
.hero.is-info.is-bold {
|
||
background-image: linear-gradient(141deg, #155179 0%, #26599B 71%, #264cb5 100%); }
|
||
@media screen and (max-width: 768px) {
|
||
.hero.is-info.is-bold .navbar-menu {
|
||
background-image: linear-gradient(141deg, #155179 0%, #26599B 71%, #264cb5 100%); } }
|
||
.hero.is-success {
|
||
background-color: #3DB5A0;
|
||
color: #FFFFFF; }
|
||
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag),
|
||
.hero.is-success strong {
|
||
color: inherit; }
|
||
.hero.is-success .title {
|
||
color: #FFFFFF; }
|
||
.hero.is-success .subtitle {
|
||
color: rgba(255, 255, 255, 0.9); }
|
||
.hero.is-success .subtitle a:not(.button),
|
||
.hero.is-success .subtitle strong {
|
||
color: #FFFFFF; }
|
||
@media screen and (max-width: 1023px) {
|
||
.hero.is-success .navbar-menu {
|
||
background-color: #3DB5A0; } }
|
||
.hero.is-success .navbar-item,
|
||
.hero.is-success .navbar-link {
|
||
color: rgba(255, 255, 255, 0.7); }
|
||
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
|
||
.hero.is-success .navbar-link:hover,
|
||
.hero.is-success .navbar-link.is-active {
|
||
background-color: #37a28f;
|
||
color: #FFFFFF; }
|
||
.hero.is-success .tabs a {
|
||
color: #FFFFFF;
|
||
opacity: 0.9; }
|
||
.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: #FFFFFF; }
|
||
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
|
||
background-color: rgba(10, 10, 10, 0.1); }
|
||
.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: #FFFFFF;
|
||
border-color: #FFFFFF;
|
||
color: #3DB5A0; }
|
||
.hero.is-success.is-bold {
|
||
background-image: linear-gradient(141deg, #279872 0%, #3DB5A0 71%, #44c8c7 100%); }
|
||
@media screen and (max-width: 768px) {
|
||
.hero.is-success.is-bold .navbar-menu {
|
||
background-image: linear-gradient(141deg, #279872 0%, #3DB5A0 71%, #44c8c7 100%); } }
|
||
.hero.is-warning {
|
||
background-color: #CBC219;
|
||
color: #FFFFFF; }
|
||
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag),
|
||
.hero.is-warning strong {
|
||
color: inherit; }
|
||
.hero.is-warning .title {
|
||
color: #FFFFFF; }
|
||
.hero.is-warning .subtitle {
|
||
color: rgba(255, 255, 255, 0.9); }
|
||
.hero.is-warning .subtitle a:not(.button),
|
||
.hero.is-warning .subtitle strong {
|
||
color: #FFFFFF; }
|
||
@media screen and (max-width: 1023px) {
|
||
.hero.is-warning .navbar-menu {
|
||
background-color: #CBC219; } }
|
||
.hero.is-warning .navbar-item,
|
||
.hero.is-warning .navbar-link {
|
||
color: rgba(255, 255, 255, 0.7); }
|
||
.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
|
||
.hero.is-warning .navbar-link:hover,
|
||
.hero.is-warning .navbar-link.is-active {
|
||
background-color: #b4ac16;
|
||
color: #FFFFFF; }
|
||
.hero.is-warning .tabs a {
|
||
color: #FFFFFF;
|
||
opacity: 0.9; }
|
||
.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 {
|
||
color: #FFFFFF; }
|
||
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
|
||
background-color: rgba(10, 10, 10, 0.1); }
|
||
.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 {
|
||
background-color: #FFFFFF;
|
||
border-color: #FFFFFF;
|
||
color: #CBC219; }
|
||
.hero.is-warning.is-bold {
|
||
background-image: linear-gradient(141deg, #a6850b 0%, #CBC219 71%, #d0e815 100%); }
|
||
@media screen and (max-width: 768px) {
|
||
.hero.is-warning.is-bold .navbar-menu {
|
||
background-image: linear-gradient(141deg, #a6850b 0%, #CBC219 71%, #d0e815 100%); } }
|
||
.hero.is-danger {
|
||
background-color: #DB512A;
|
||
color: #FFFFFF; }
|
||
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),
|
||
.hero.is-danger strong {
|
||
color: inherit; }
|
||
.hero.is-danger .title {
|
||
color: #FFFFFF; }
|
||
.hero.is-danger .subtitle {
|
||
color: rgba(255, 255, 255, 0.9); }
|
||
.hero.is-danger .subtitle a:not(.button),
|
||
.hero.is-danger .subtitle strong {
|
||
color: #FFFFFF; }
|
||
@media screen and (max-width: 1023px) {
|
||
.hero.is-danger .navbar-menu {
|
||
background-color: #DB512A; } }
|
||
.hero.is-danger .navbar-item,
|
||
.hero.is-danger .navbar-link {
|
||
color: rgba(255, 255, 255, 0.7); }
|
||
.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
|
||
.hero.is-danger .navbar-link:hover,
|
||
.hero.is-danger .navbar-link.is-active {
|
||
background-color: #c94722;
|
||
color: #FFFFFF; }
|
||
.hero.is-danger .tabs a {
|
||
color: #FFFFFF;
|
||
opacity: 0.9; }
|
||
.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: #FFFFFF; }
|
||
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
|
||
background-color: rgba(10, 10, 10, 0.1); }
|
||
.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: #FFFFFF;
|
||
border-color: #FFFFFF;
|
||
color: #DB512A; }
|
||
.hero.is-danger.is-bold {
|
||
background-image: linear-gradient(141deg, #be1d14 0%, #DB512A 71%, #e47c3a 100%); }
|
||
@media screen and (max-width: 768px) {
|
||
.hero.is-danger.is-bold .navbar-menu {
|
||
background-image: linear-gradient(141deg, #be1d14 0%, #DB512A 71%, #e47c3a 100%); } }
|
||
.hero.is-small .hero-body {
|
||
padding-bottom: 1.5rem;
|
||
padding-top: 1.5rem; }
|
||
@media screen and (min-width: 769px), print {
|
||
.hero.is-medium .hero-body {
|
||
padding-bottom: 9rem;
|
||
padding-top: 9rem; } }
|
||
@media screen and (min-width: 769px), print {
|
||
.hero.is-large .hero-body {
|
||
padding-bottom: 18rem;
|
||
padding-top: 18rem; } }
|
||
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
|
||
align-items: center;
|
||
display: flex; }
|
||
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
|
||
flex-grow: 1;
|
||
flex-shrink: 1; }
|
||
.hero.is-halfheight {
|
||
min-height: 50vh; }
|
||
.hero.is-fullheight {
|
||
min-height: 100vh; }
|
||
.hero.is-fullheight-with-navbar {
|
||
min-height: calc(100vh - 3.25rem); }
|
||
|
||
.hero-video {
|
||
overflow: hidden; }
|
||
.hero-video video {
|
||
left: 50%;
|
||
min-height: 100%;
|
||
min-width: 100%;
|
||
position: absolute;
|
||
top: 50%;
|
||
transform: translate3d(-50%, -50%, 0); }
|
||
.hero-video.is-transparent {
|
||
opacity: 0.3; }
|
||
@media screen and (max-width: 768px) {
|
||
.hero-video {
|
||
display: none; } }
|
||
|
||
.hero-buttons {
|
||
margin-top: 1.5rem; }
|
||
@media screen and (max-width: 768px) {
|
||
.hero-buttons .button {
|
||
display: flex; }
|
||
.hero-buttons .button:not(:last-child) {
|
||
margin-bottom: 0.75rem; } }
|
||
@media screen and (min-width: 769px), print {
|
||
.hero-buttons {
|
||
display: flex;
|
||
justify-content: center; }
|
||
.hero-buttons .button:not(:last-child) {
|
||
margin-right: 1.5rem; } }
|
||
|
||
.hero-head,
|
||
.hero-foot {
|
||
flex-grow: 0;
|
||
flex-shrink: 0; }
|
||
|
||
.hero-body {
|
||
flex-grow: 1;
|
||
flex-shrink: 0;
|
||
padding: 3rem 1.5rem; }
|
||
|
||
.section {
|
||
padding: 3rem 1.5rem; }
|
||
@media screen and (min-width: 1024px) {
|
||
.section.is-medium {
|
||
padding: 9rem 1.5rem; }
|
||
.section.is-large {
|
||
padding: 18rem 1.5rem; } }
|
||
|
||
.footer {
|
||
background-color: #fafafa;
|
||
padding: 3rem 1.5rem 6rem; }
|
||
|
||
/* Slider */
|
||
.slick-slider {
|
||
position: relative;
|
||
display: block;
|
||
box-sizing: border-box;
|
||
-webkit-touch-callout: none;
|
||
-webkit-user-select: none;
|
||
-khtml-user-select: none;
|
||
-moz-user-select: none;
|
||
-ms-user-select: none;
|
||
user-select: none;
|
||
-ms-touch-action: pan-y;
|
||
touch-action: pan-y;
|
||
-webkit-tap-highlight-color: transparent; }
|
||
|
||
.slick-list {
|
||
position: relative;
|
||
overflow: hidden;
|
||
display: block;
|
||
margin: 0;
|
||
padding: 0; }
|
||
.slick-list:focus {
|
||
outline: none; }
|
||
.slick-list.dragging {
|
||
cursor: pointer;
|
||
cursor: hand; }
|
||
|
||
.slick-slider .slick-track,
|
||
.slick-slider .slick-list {
|
||
-webkit-transform: translate3d(0, 0, 0);
|
||
-moz-transform: translate3d(0, 0, 0);
|
||
-ms-transform: translate3d(0, 0, 0);
|
||
-o-transform: translate3d(0, 0, 0);
|
||
transform: translate3d(0, 0, 0); }
|
||
|
||
.slick-track {
|
||
position: relative;
|
||
left: 0;
|
||
top: 0;
|
||
display: block;
|
||
margin-left: auto;
|
||
margin-right: auto; }
|
||
.slick-track:before, .slick-track:after {
|
||
content: "";
|
||
display: table; }
|
||
.slick-track:after {
|
||
clear: both; }
|
||
.slick-loading .slick-track {
|
||
visibility: hidden; }
|
||
|
||
.slick-slide {
|
||
float: left;
|
||
height: 100%;
|
||
min-height: 1px;
|
||
display: none; }
|
||
[dir="rtl"] .slick-slide {
|
||
float: right; }
|
||
.slick-slide img {
|
||
display: block; }
|
||
.slick-slide.slick-loading img {
|
||
display: none; }
|
||
.slick-slide.dragging img {
|
||
pointer-events: none; }
|
||
.slick-initialized .slick-slide {
|
||
display: block; }
|
||
.slick-loading .slick-slide {
|
||
visibility: hidden; }
|
||
.slick-vertical .slick-slide {
|
||
display: block;
|
||
height: auto;
|
||
border: 1px solid transparent; }
|
||
|
||
.slick-arrow.slick-hidden {
|
||
display: none; }
|
||
|
||
/* Slider */
|
||
.slick-loading .slick-list {
|
||
background: #fff url("./ajax-loader.gif") center center no-repeat; }
|
||
|
||
/* Icons */
|
||
@font-face {
|
||
font-family: "slick";
|
||
src: url("./fonts/slick.eot");
|
||
src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
|
||
font-weight: normal;
|
||
font-style: normal; }
|
||
|
||
/* Arrows */
|
||
.slick-prev,
|
||
.slick-next {
|
||
position: absolute;
|
||
display: block;
|
||
height: 20px;
|
||
width: 20px;
|
||
line-height: 0px;
|
||
font-size: 0px;
|
||
cursor: pointer;
|
||
background: transparent;
|
||
color: transparent;
|
||
top: 50%;
|
||
-webkit-transform: translate(0, -50%);
|
||
-ms-transform: translate(0, -50%);
|
||
transform: translate(0, -50%);
|
||
padding: 0;
|
||
border: none;
|
||
outline: none; }
|
||
.slick-prev:hover, .slick-prev:focus,
|
||
.slick-next:hover,
|
||
.slick-next:focus {
|
||
outline: none;
|
||
background: transparent;
|
||
color: transparent; }
|
||
.slick-prev:hover:before, .slick-prev:focus:before,
|
||
.slick-next:hover:before,
|
||
.slick-next:focus:before {
|
||
opacity: 1; }
|
||
.slick-prev.slick-disabled:before,
|
||
.slick-next.slick-disabled:before {
|
||
opacity: 0.25; }
|
||
.slick-prev:before,
|
||
.slick-next:before {
|
||
font-family: "slick";
|
||
font-size: 20px;
|
||
line-height: 1;
|
||
color: white;
|
||
opacity: 0.75;
|
||
-webkit-font-smoothing: antialiased;
|
||
-moz-osx-font-smoothing: grayscale; }
|
||
|
||
.slick-prev {
|
||
left: -25px; }
|
||
[dir="rtl"] .slick-prev {
|
||
left: auto;
|
||
right: -25px; }
|
||
.slick-prev:before {
|
||
content: "←"; }
|
||
[dir="rtl"] .slick-prev:before {
|
||
content: "→"; }
|
||
|
||
.slick-next {
|
||
right: -25px; }
|
||
[dir="rtl"] .slick-next {
|
||
left: -25px;
|
||
right: auto; }
|
||
.slick-next:before {
|
||
content: "→"; }
|
||
[dir="rtl"] .slick-next:before {
|
||
content: "←"; }
|
||
|
||
/* Dots */
|
||
.slick-dotted.slick-slider {
|
||
margin-bottom: 30px; }
|
||
|
||
.slick-dots {
|
||
position: absolute;
|
||
bottom: -25px;
|
||
list-style: none;
|
||
display: block;
|
||
text-align: center;
|
||
padding: 0;
|
||
margin: 0;
|
||
width: 100%; }
|
||
.slick-dots li {
|
||
position: relative;
|
||
display: inline-block;
|
||
height: 20px;
|
||
width: 20px;
|
||
margin: 0 5px;
|
||
padding: 0;
|
||
cursor: pointer; }
|
||
.slick-dots li button {
|
||
border: 0;
|
||
background: transparent;
|
||
display: block;
|
||
height: 20px;
|
||
width: 20px;
|
||
outline: none;
|
||
line-height: 0px;
|
||
font-size: 0px;
|
||
color: transparent;
|
||
padding: 5px;
|
||
cursor: pointer; }
|
||
.slick-dots li button:hover, .slick-dots li button:focus {
|
||
outline: none; }
|
||
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
|
||
opacity: 1; }
|
||
.slick-dots li button:before {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
content: "•";
|
||
width: 20px;
|
||
height: 20px;
|
||
font-family: "slick";
|
||
font-size: 6px;
|
||
line-height: 20px;
|
||
text-align: center;
|
||
color: black;
|
||
opacity: 0.25;
|
||
-webkit-font-smoothing: antialiased;
|
||
-moz-osx-font-smoothing: grayscale; }
|
||
.slick-dots li.slick-active button:before {
|
||
color: black;
|
||
opacity: 0.75; }
|
||
|
||
/*!
|
||
Ionicons, v4.4.5
|
||
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
|
||
https://twitter.com/benjsperry https://twitter.com/ionicframework
|
||
MIT License: https://github.com/driftyco/ionicons
|
||
|
||
Android-style icons originally built by Google’s
|
||
Material Design Icons: https://github.com/google/material-design-icons
|
||
used under CC BY http://creativecommons.org/licenses/by/4.0/
|
||
Modified icons to fit ionicon’s grid from original.
|
||
*/
|
||
@font-face {
|
||
font-family: "Ionicons";
|
||
src: url("../fonts/ionicons.eot?v=4.4.5");
|
||
src: url("../fonts/ionicons.eot?v=4.4.5#iefix") format("embedded-opentype"), url("../fonts/ionicons.woff2?v=4.4.5") format("woff2"), url("../fonts/ionicons.woff?v=4.4.5") format("woff"), url("../fonts/ionicons.ttf?v=4.4.5") format("truetype"), url("../fonts/ionicons.svg?v=4.4.5#Ionicons") format("svg");
|
||
font-weight: normal;
|
||
font-style: normal; }
|
||
|
||
.ion, .ionicons,
|
||
.ion-ios-add:before,
|
||
.ion-ios-add-circle:before,
|
||
.ion-ios-add-circle-outline:before,
|
||
.ion-ios-airplane:before,
|
||
.ion-ios-alarm:before,
|
||
.ion-ios-albums:before,
|
||
.ion-ios-alert:before,
|
||
.ion-ios-american-football:before,
|
||
.ion-ios-analytics:before,
|
||
.ion-ios-aperture:before,
|
||
.ion-ios-apps:before,
|
||
.ion-ios-appstore:before,
|
||
.ion-ios-archive:before,
|
||
.ion-ios-arrow-back:before,
|
||
.ion-ios-arrow-down:before,
|
||
.ion-ios-arrow-dropdown:before,
|
||
.ion-ios-arrow-dropdown-circle:before,
|
||
.ion-ios-arrow-dropleft:before,
|
||
.ion-ios-arrow-dropleft-circle:before,
|
||
.ion-ios-arrow-dropright:before,
|
||
.ion-ios-arrow-dropright-circle:before,
|
||
.ion-ios-arrow-dropup:before,
|
||
.ion-ios-arrow-dropup-circle:before,
|
||
.ion-ios-arrow-forward:before,
|
||
.ion-ios-arrow-round-back:before,
|
||
.ion-ios-arrow-round-down:before,
|
||
.ion-ios-arrow-round-forward:before,
|
||
.ion-ios-arrow-round-up:before,
|
||
.ion-ios-arrow-up:before,
|
||
.ion-ios-at:before,
|
||
.ion-ios-attach:before,
|
||
.ion-ios-backspace:before,
|
||
.ion-ios-barcode:before,
|
||
.ion-ios-baseball:before,
|
||
.ion-ios-basket:before,
|
||
.ion-ios-basketball:before,
|
||
.ion-ios-battery-charging:before,
|
||
.ion-ios-battery-dead:before,
|
||
.ion-ios-battery-full:before,
|
||
.ion-ios-beaker:before,
|
||
.ion-ios-bed:before,
|
||
.ion-ios-beer:before,
|
||
.ion-ios-bicycle:before,
|
||
.ion-ios-bluetooth:before,
|
||
.ion-ios-boat:before,
|
||
.ion-ios-body:before,
|
||
.ion-ios-bonfire:before,
|
||
.ion-ios-book:before,
|
||
.ion-ios-bookmark:before,
|
||
.ion-ios-bookmarks:before,
|
||
.ion-ios-bowtie:before,
|
||
.ion-ios-briefcase:before,
|
||
.ion-ios-browsers:before,
|
||
.ion-ios-brush:before,
|
||
.ion-ios-bug:before,
|
||
.ion-ios-build:before,
|
||
.ion-ios-bulb:before,
|
||
.ion-ios-bus:before,
|
||
.ion-ios-business:before,
|
||
.ion-ios-cafe:before,
|
||
.ion-ios-calculator:before,
|
||
.ion-ios-calendar:before,
|
||
.ion-ios-call:before,
|
||
.ion-ios-camera:before,
|
||
.ion-ios-car:before,
|
||
.ion-ios-card:before,
|
||
.ion-ios-cart:before,
|
||
.ion-ios-cash:before,
|
||
.ion-ios-cellular:before,
|
||
.ion-ios-chatboxes:before,
|
||
.ion-ios-chatbubbles:before,
|
||
.ion-ios-checkbox:before,
|
||
.ion-ios-checkbox-outline:before,
|
||
.ion-ios-checkmark:before,
|
||
.ion-ios-checkmark-circle:before,
|
||
.ion-ios-checkmark-circle-outline:before,
|
||
.ion-ios-clipboard:before,
|
||
.ion-ios-clock:before,
|
||
.ion-ios-close:before,
|
||
.ion-ios-close-circle:before,
|
||
.ion-ios-close-circle-outline:before,
|
||
.ion-ios-cloud:before,
|
||
.ion-ios-cloud-circle:before,
|
||
.ion-ios-cloud-done:before,
|
||
.ion-ios-cloud-download:before,
|
||
.ion-ios-cloud-outline:before,
|
||
.ion-ios-cloud-upload:before,
|
||
.ion-ios-cloudy:before,
|
||
.ion-ios-cloudy-night:before,
|
||
.ion-ios-code:before,
|
||
.ion-ios-code-download:before,
|
||
.ion-ios-code-working:before,
|
||
.ion-ios-cog:before,
|
||
.ion-ios-color-fill:before,
|
||
.ion-ios-color-filter:before,
|
||
.ion-ios-color-palette:before,
|
||
.ion-ios-color-wand:before,
|
||
.ion-ios-compass:before,
|
||
.ion-ios-construct:before,
|
||
.ion-ios-contact:before,
|
||
.ion-ios-contacts:before,
|
||
.ion-ios-contract:before,
|
||
.ion-ios-contrast:before,
|
||
.ion-ios-copy:before,
|
||
.ion-ios-create:before,
|
||
.ion-ios-crop:before,
|
||
.ion-ios-cube:before,
|
||
.ion-ios-cut:before,
|
||
.ion-ios-desktop:before,
|
||
.ion-ios-disc:before,
|
||
.ion-ios-document:before,
|
||
.ion-ios-done-all:before,
|
||
.ion-ios-download:before,
|
||
.ion-ios-easel:before,
|
||
.ion-ios-egg:before,
|
||
.ion-ios-exit:before,
|
||
.ion-ios-expand:before,
|
||
.ion-ios-eye:before,
|
||
.ion-ios-eye-off:before,
|
||
.ion-ios-fastforward:before,
|
||
.ion-ios-female:before,
|
||
.ion-ios-filing:before,
|
||
.ion-ios-film:before,
|
||
.ion-ios-finger-print:before,
|
||
.ion-ios-fitness:before,
|
||
.ion-ios-flag:before,
|
||
.ion-ios-flame:before,
|
||
.ion-ios-flash:before,
|
||
.ion-ios-flash-off:before,
|
||
.ion-ios-flashlight:before,
|
||
.ion-ios-flask:before,
|
||
.ion-ios-flower:before,
|
||
.ion-ios-folder:before,
|
||
.ion-ios-folder-open:before,
|
||
.ion-ios-football:before,
|
||
.ion-ios-funnel:before,
|
||
.ion-ios-gift:before,
|
||
.ion-ios-git-branch:before,
|
||
.ion-ios-git-commit:before,
|
||
.ion-ios-git-compare:before,
|
||
.ion-ios-git-merge:before,
|
||
.ion-ios-git-network:before,
|
||
.ion-ios-git-pull-request:before,
|
||
.ion-ios-glasses:before,
|
||
.ion-ios-globe:before,
|
||
.ion-ios-grid:before,
|
||
.ion-ios-hammer:before,
|
||
.ion-ios-hand:before,
|
||
.ion-ios-happy:before,
|
||
.ion-ios-headset:before,
|
||
.ion-ios-heart:before,
|
||
.ion-ios-heart-dislike:before,
|
||
.ion-ios-heart-empty:before,
|
||
.ion-ios-heart-half:before,
|
||
.ion-ios-help:before,
|
||
.ion-ios-help-buoy:before,
|
||
.ion-ios-help-circle:before,
|
||
.ion-ios-help-circle-outline:before,
|
||
.ion-ios-home:before,
|
||
.ion-ios-hourglass:before,
|
||
.ion-ios-ice-cream:before,
|
||
.ion-ios-image:before,
|
||
.ion-ios-images:before,
|
||
.ion-ios-infinite:before,
|
||
.ion-ios-information:before,
|
||
.ion-ios-information-circle:before,
|
||
.ion-ios-information-circle-outline:before,
|
||
.ion-ios-jet:before,
|
||
.ion-ios-journal:before,
|
||
.ion-ios-key:before,
|
||
.ion-ios-keypad:before,
|
||
.ion-ios-laptop:before,
|
||
.ion-ios-leaf:before,
|
||
.ion-ios-link:before,
|
||
.ion-ios-list:before,
|
||
.ion-ios-list-box:before,
|
||
.ion-ios-locate:before,
|
||
.ion-ios-lock:before,
|
||
.ion-ios-log-in:before,
|
||
.ion-ios-log-out:before,
|
||
.ion-ios-magnet:before,
|
||
.ion-ios-mail:before,
|
||
.ion-ios-mail-open:before,
|
||
.ion-ios-mail-unread:before,
|
||
.ion-ios-male:before,
|
||
.ion-ios-man:before,
|
||
.ion-ios-map:before,
|
||
.ion-ios-medal:before,
|
||
.ion-ios-medical:before,
|
||
.ion-ios-medkit:before,
|
||
.ion-ios-megaphone:before,
|
||
.ion-ios-menu:before,
|
||
.ion-ios-mic:before,
|
||
.ion-ios-mic-off:before,
|
||
.ion-ios-microphone:before,
|
||
.ion-ios-moon:before,
|
||
.ion-ios-more:before,
|
||
.ion-ios-move:before,
|
||
.ion-ios-musical-note:before,
|
||
.ion-ios-musical-notes:before,
|
||
.ion-ios-navigate:before,
|
||
.ion-ios-notifications:before,
|
||
.ion-ios-notifications-off:before,
|
||
.ion-ios-notifications-outline:before,
|
||
.ion-ios-nuclear:before,
|
||
.ion-ios-nutrition:before,
|
||
.ion-ios-open:before,
|
||
.ion-ios-options:before,
|
||
.ion-ios-outlet:before,
|
||
.ion-ios-paper:before,
|
||
.ion-ios-paper-plane:before,
|
||
.ion-ios-partly-sunny:before,
|
||
.ion-ios-pause:before,
|
||
.ion-ios-paw:before,
|
||
.ion-ios-people:before,
|
||
.ion-ios-person:before,
|
||
.ion-ios-person-add:before,
|
||
.ion-ios-phone-landscape:before,
|
||
.ion-ios-phone-portrait:before,
|
||
.ion-ios-photos:before,
|
||
.ion-ios-pie:before,
|
||
.ion-ios-pin:before,
|
||
.ion-ios-pint:before,
|
||
.ion-ios-pizza:before,
|
||
.ion-ios-planet:before,
|
||
.ion-ios-play:before,
|
||
.ion-ios-play-circle:before,
|
||
.ion-ios-podium:before,
|
||
.ion-ios-power:before,
|
||
.ion-ios-pricetag:before,
|
||
.ion-ios-pricetags:before,
|
||
.ion-ios-print:before,
|
||
.ion-ios-pulse:before,
|
||
.ion-ios-qr-scanner:before,
|
||
.ion-ios-quote:before,
|
||
.ion-ios-radio:before,
|
||
.ion-ios-radio-button-off:before,
|
||
.ion-ios-radio-button-on:before,
|
||
.ion-ios-rainy:before,
|
||
.ion-ios-recording:before,
|
||
.ion-ios-redo:before,
|
||
.ion-ios-refresh:before,
|
||
.ion-ios-refresh-circle:before,
|
||
.ion-ios-remove:before,
|
||
.ion-ios-remove-circle:before,
|
||
.ion-ios-remove-circle-outline:before,
|
||
.ion-ios-reorder:before,
|
||
.ion-ios-repeat:before,
|
||
.ion-ios-resize:before,
|
||
.ion-ios-restaurant:before,
|
||
.ion-ios-return-left:before,
|
||
.ion-ios-return-right:before,
|
||
.ion-ios-reverse-camera:before,
|
||
.ion-ios-rewind:before,
|
||
.ion-ios-ribbon:before,
|
||
.ion-ios-rocket:before,
|
||
.ion-ios-rose:before,
|
||
.ion-ios-sad:before,
|
||
.ion-ios-save:before,
|
||
.ion-ios-school:before,
|
||
.ion-ios-search:before,
|
||
.ion-ios-send:before,
|
||
.ion-ios-settings:before,
|
||
.ion-ios-share:before,
|
||
.ion-ios-share-alt:before,
|
||
.ion-ios-shirt:before,
|
||
.ion-ios-shuffle:before,
|
||
.ion-ios-skip-backward:before,
|
||
.ion-ios-skip-forward:before,
|
||
.ion-ios-snow:before,
|
||
.ion-ios-speedometer:before,
|
||
.ion-ios-square:before,
|
||
.ion-ios-square-outline:before,
|
||
.ion-ios-star:before,
|
||
.ion-ios-star-half:before,
|
||
.ion-ios-star-outline:before,
|
||
.ion-ios-stats:before,
|
||
.ion-ios-stopwatch:before,
|
||
.ion-ios-subway:before,
|
||
.ion-ios-sunny:before,
|
||
.ion-ios-swap:before,
|
||
.ion-ios-switch:before,
|
||
.ion-ios-sync:before,
|
||
.ion-ios-tablet-landscape:before,
|
||
.ion-ios-tablet-portrait:before,
|
||
.ion-ios-tennisball:before,
|
||
.ion-ios-text:before,
|
||
.ion-ios-thermometer:before,
|
||
.ion-ios-thumbs-down:before,
|
||
.ion-ios-thumbs-up:before,
|
||
.ion-ios-thunderstorm:before,
|
||
.ion-ios-time:before,
|
||
.ion-ios-timer:before,
|
||
.ion-ios-today:before,
|
||
.ion-ios-train:before,
|
||
.ion-ios-transgender:before,
|
||
.ion-ios-trash:before,
|
||
.ion-ios-trending-down:before,
|
||
.ion-ios-trending-up:before,
|
||
.ion-ios-trophy:before,
|
||
.ion-ios-tv:before,
|
||
.ion-ios-umbrella:before,
|
||
.ion-ios-undo:before,
|
||
.ion-ios-unlock:before,
|
||
.ion-ios-videocam:before,
|
||
.ion-ios-volume-high:before,
|
||
.ion-ios-volume-low:before,
|
||
.ion-ios-volume-mute:before,
|
||
.ion-ios-volume-off:before,
|
||
.ion-ios-walk:before,
|
||
.ion-ios-wallet:before,
|
||
.ion-ios-warning:before,
|
||
.ion-ios-watch:before,
|
||
.ion-ios-water:before,
|
||
.ion-ios-wifi:before,
|
||
.ion-ios-wine:before,
|
||
.ion-ios-woman:before,
|
||
.ion-logo-android:before,
|
||
.ion-logo-angular:before,
|
||
.ion-logo-apple:before,
|
||
.ion-logo-bitbucket:before,
|
||
.ion-logo-bitcoin:before,
|
||
.ion-logo-buffer:before,
|
||
.ion-logo-chrome:before,
|
||
.ion-logo-closed-captioning:before,
|
||
.ion-logo-codepen:before,
|
||
.ion-logo-css3:before,
|
||
.ion-logo-designernews:before,
|
||
.ion-logo-dribbble:before,
|
||
.ion-logo-dropbox:before,
|
||
.ion-logo-euro:before,
|
||
.ion-logo-facebook:before,
|
||
.ion-logo-flickr:before,
|
||
.ion-logo-foursquare:before,
|
||
.ion-logo-freebsd-devil:before,
|
||
.ion-logo-game-controller-a:before,
|
||
.ion-logo-game-controller-b:before,
|
||
.ion-logo-github:before,
|
||
.ion-logo-google:before,
|
||
.ion-logo-googleplus:before,
|
||
.ion-logo-hackernews:before,
|
||
.ion-logo-html5:before,
|
||
.ion-logo-instagram:before,
|
||
.ion-logo-ionic:before,
|
||
.ion-logo-ionitron:before,
|
||
.ion-logo-javascript:before,
|
||
.ion-logo-linkedin:before,
|
||
.ion-logo-markdown:before,
|
||
.ion-logo-model-s:before,
|
||
.ion-logo-no-smoking:before,
|
||
.ion-logo-nodejs:before,
|
||
.ion-logo-npm:before,
|
||
.ion-logo-octocat:before,
|
||
.ion-logo-pinterest:before,
|
||
.ion-logo-playstation:before,
|
||
.ion-logo-polymer:before,
|
||
.ion-logo-python:before,
|
||
.ion-logo-reddit:before,
|
||
.ion-logo-rss:before,
|
||
.ion-logo-sass:before,
|
||
.ion-logo-skype:before,
|
||
.ion-logo-slack:before,
|
||
.ion-logo-snapchat:before,
|
||
.ion-logo-steam:before,
|
||
.ion-logo-tumblr:before,
|
||
.ion-logo-tux:before,
|
||
.ion-logo-twitch:before,
|
||
.ion-logo-twitter:before,
|
||
.ion-logo-usd:before,
|
||
.ion-logo-vimeo:before,
|
||
.ion-logo-vk:before,
|
||
.ion-logo-whatsapp:before,
|
||
.ion-logo-windows:before,
|
||
.ion-logo-wordpress:before,
|
||
.ion-logo-xbox:before,
|
||
.ion-logo-xing:before,
|
||
.ion-logo-yahoo:before,
|
||
.ion-logo-yen:before,
|
||
.ion-logo-youtube:before,
|
||
.ion-md-add:before,
|
||
.ion-md-add-circle:before,
|
||
.ion-md-add-circle-outline:before,
|
||
.ion-md-airplane:before,
|
||
.ion-md-alarm:before,
|
||
.ion-md-albums:before,
|
||
.ion-md-alert:before,
|
||
.ion-md-american-football:before,
|
||
.ion-md-analytics:before,
|
||
.ion-md-aperture:before,
|
||
.ion-md-apps:before,
|
||
.ion-md-appstore:before,
|
||
.ion-md-archive:before,
|
||
.ion-md-arrow-back:before,
|
||
.ion-md-arrow-down:before,
|
||
.ion-md-arrow-dropdown:before,
|
||
.ion-md-arrow-dropdown-circle:before,
|
||
.ion-md-arrow-dropleft:before,
|
||
.ion-md-arrow-dropleft-circle:before,
|
||
.ion-md-arrow-dropright:before,
|
||
.ion-md-arrow-dropright-circle:before,
|
||
.ion-md-arrow-dropup:before,
|
||
.ion-md-arrow-dropup-circle:before,
|
||
.ion-md-arrow-forward:before,
|
||
.ion-md-arrow-round-back:before,
|
||
.ion-md-arrow-round-down:before,
|
||
.ion-md-arrow-round-forward:before,
|
||
.ion-md-arrow-round-up:before,
|
||
.ion-md-arrow-up:before,
|
||
.ion-md-at:before,
|
||
.ion-md-attach:before,
|
||
.ion-md-backspace:before,
|
||
.ion-md-barcode:before,
|
||
.ion-md-baseball:before,
|
||
.ion-md-basket:before,
|
||
.ion-md-basketball:before,
|
||
.ion-md-battery-charging:before,
|
||
.ion-md-battery-dead:before,
|
||
.ion-md-battery-full:before,
|
||
.ion-md-beaker:before,
|
||
.ion-md-bed:before,
|
||
.ion-md-beer:before,
|
||
.ion-md-bicycle:before,
|
||
.ion-md-bluetooth:before,
|
||
.ion-md-boat:before,
|
||
.ion-md-body:before,
|
||
.ion-md-bonfire:before,
|
||
.ion-md-book:before,
|
||
.ion-md-bookmark:before,
|
||
.ion-md-bookmarks:before,
|
||
.ion-md-bowtie:before,
|
||
.ion-md-briefcase:before,
|
||
.ion-md-browsers:before,
|
||
.ion-md-brush:before,
|
||
.ion-md-bug:before,
|
||
.ion-md-build:before,
|
||
.ion-md-bulb:before,
|
||
.ion-md-bus:before,
|
||
.ion-md-business:before,
|
||
.ion-md-cafe:before,
|
||
.ion-md-calculator:before,
|
||
.ion-md-calendar:before,
|
||
.ion-md-call:before,
|
||
.ion-md-camera:before,
|
||
.ion-md-car:before,
|
||
.ion-md-card:before,
|
||
.ion-md-cart:before,
|
||
.ion-md-cash:before,
|
||
.ion-md-cellular:before,
|
||
.ion-md-chatboxes:before,
|
||
.ion-md-chatbubbles:before,
|
||
.ion-md-checkbox:before,
|
||
.ion-md-checkbox-outline:before,
|
||
.ion-md-checkmark:before,
|
||
.ion-md-checkmark-circle:before,
|
||
.ion-md-checkmark-circle-outline:before,
|
||
.ion-md-clipboard:before,
|
||
.ion-md-clock:before,
|
||
.ion-md-close:before,
|
||
.ion-md-close-circle:before,
|
||
.ion-md-close-circle-outline:before,
|
||
.ion-md-cloud:before,
|
||
.ion-md-cloud-circle:before,
|
||
.ion-md-cloud-done:before,
|
||
.ion-md-cloud-download:before,
|
||
.ion-md-cloud-outline:before,
|
||
.ion-md-cloud-upload:before,
|
||
.ion-md-cloudy:before,
|
||
.ion-md-cloudy-night:before,
|
||
.ion-md-code:before,
|
||
.ion-md-code-download:before,
|
||
.ion-md-code-working:before,
|
||
.ion-md-cog:before,
|
||
.ion-md-color-fill:before,
|
||
.ion-md-color-filter:before,
|
||
.ion-md-color-palette:before,
|
||
.ion-md-color-wand:before,
|
||
.ion-md-compass:before,
|
||
.ion-md-construct:before,
|
||
.ion-md-contact:before,
|
||
.ion-md-contacts:before,
|
||
.ion-md-contract:before,
|
||
.ion-md-contrast:before,
|
||
.ion-md-copy:before,
|
||
.ion-md-create:before,
|
||
.ion-md-crop:before,
|
||
.ion-md-cube:before,
|
||
.ion-md-cut:before,
|
||
.ion-md-desktop:before,
|
||
.ion-md-disc:before,
|
||
.ion-md-document:before,
|
||
.ion-md-done-all:before,
|
||
.ion-md-download:before,
|
||
.ion-md-easel:before,
|
||
.ion-md-egg:before,
|
||
.ion-md-exit:before,
|
||
.ion-md-expand:before,
|
||
.ion-md-eye:before,
|
||
.ion-md-eye-off:before,
|
||
.ion-md-fastforward:before,
|
||
.ion-md-female:before,
|
||
.ion-md-filing:before,
|
||
.ion-md-film:before,
|
||
.ion-md-finger-print:before,
|
||
.ion-md-fitness:before,
|
||
.ion-md-flag:before,
|
||
.ion-md-flame:before,
|
||
.ion-md-flash:before,
|
||
.ion-md-flash-off:before,
|
||
.ion-md-flashlight:before,
|
||
.ion-md-flask:before,
|
||
.ion-md-flower:before,
|
||
.ion-md-folder:before,
|
||
.ion-md-folder-open:before,
|
||
.ion-md-football:before,
|
||
.ion-md-funnel:before,
|
||
.ion-md-gift:before,
|
||
.ion-md-git-branch:before,
|
||
.ion-md-git-commit:before,
|
||
.ion-md-git-compare:before,
|
||
.ion-md-git-merge:before,
|
||
.ion-md-git-network:before,
|
||
.ion-md-git-pull-request:before,
|
||
.ion-md-glasses:before,
|
||
.ion-md-globe:before,
|
||
.ion-md-grid:before,
|
||
.ion-md-hammer:before,
|
||
.ion-md-hand:before,
|
||
.ion-md-happy:before,
|
||
.ion-md-headset:before,
|
||
.ion-md-heart:before,
|
||
.ion-md-heart-dislike:before,
|
||
.ion-md-heart-empty:before,
|
||
.ion-md-heart-half:before,
|
||
.ion-md-help:before,
|
||
.ion-md-help-buoy:before,
|
||
.ion-md-help-circle:before,
|
||
.ion-md-help-circle-outline:before,
|
||
.ion-md-home:before,
|
||
.ion-md-hourglass:before,
|
||
.ion-md-ice-cream:before,
|
||
.ion-md-image:before,
|
||
.ion-md-images:before,
|
||
.ion-md-infinite:before,
|
||
.ion-md-information:before,
|
||
.ion-md-information-circle:before,
|
||
.ion-md-information-circle-outline:before,
|
||
.ion-md-jet:before,
|
||
.ion-md-journal:before,
|
||
.ion-md-key:before,
|
||
.ion-md-keypad:before,
|
||
.ion-md-laptop:before,
|
||
.ion-md-leaf:before,
|
||
.ion-md-link:before,
|
||
.ion-md-list:before,
|
||
.ion-md-list-box:before,
|
||
.ion-md-locate:before,
|
||
.ion-md-lock:before,
|
||
.ion-md-log-in:before,
|
||
.ion-md-log-out:before,
|
||
.ion-md-magnet:before,
|
||
.ion-md-mail:before,
|
||
.ion-md-mail-open:before,
|
||
.ion-md-mail-unread:before,
|
||
.ion-md-male:before,
|
||
.ion-md-man:before,
|
||
.ion-md-map:before,
|
||
.ion-md-medal:before,
|
||
.ion-md-medical:before,
|
||
.ion-md-medkit:before,
|
||
.ion-md-megaphone:before,
|
||
.ion-md-menu:before,
|
||
.ion-md-mic:before,
|
||
.ion-md-mic-off:before,
|
||
.ion-md-microphone:before,
|
||
.ion-md-moon:before,
|
||
.ion-md-more:before,
|
||
.ion-md-move:before,
|
||
.ion-md-musical-note:before,
|
||
.ion-md-musical-notes:before,
|
||
.ion-md-navigate:before,
|
||
.ion-md-notifications:before,
|
||
.ion-md-notifications-off:before,
|
||
.ion-md-notifications-outline:before,
|
||
.ion-md-nuclear:before,
|
||
.ion-md-nutrition:before,
|
||
.ion-md-open:before,
|
||
.ion-md-options:before,
|
||
.ion-md-outlet:before,
|
||
.ion-md-paper:before,
|
||
.ion-md-paper-plane:before,
|
||
.ion-md-partly-sunny:before,
|
||
.ion-md-pause:before,
|
||
.ion-md-paw:before,
|
||
.ion-md-people:before,
|
||
.ion-md-person:before,
|
||
.ion-md-person-add:before,
|
||
.ion-md-phone-landscape:before,
|
||
.ion-md-phone-portrait:before,
|
||
.ion-md-photos:before,
|
||
.ion-md-pie:before,
|
||
.ion-md-pin:before,
|
||
.ion-md-pint:before,
|
||
.ion-md-pizza:before,
|
||
.ion-md-planet:before,
|
||
.ion-md-play:before,
|
||
.ion-md-play-circle:before,
|
||
.ion-md-podium:before,
|
||
.ion-md-power:before,
|
||
.ion-md-pricetag:before,
|
||
.ion-md-pricetags:before,
|
||
.ion-md-print:before,
|
||
.ion-md-pulse:before,
|
||
.ion-md-qr-scanner:before,
|
||
.ion-md-quote:before,
|
||
.ion-md-radio:before,
|
||
.ion-md-radio-button-off:before,
|
||
.ion-md-radio-button-on:before,
|
||
.ion-md-rainy:before,
|
||
.ion-md-recording:before,
|
||
.ion-md-redo:before,
|
||
.ion-md-refresh:before,
|
||
.ion-md-refresh-circle:before,
|
||
.ion-md-remove:before,
|
||
.ion-md-remove-circle:before,
|
||
.ion-md-remove-circle-outline:before,
|
||
.ion-md-reorder:before,
|
||
.ion-md-repeat:before,
|
||
.ion-md-resize:before,
|
||
.ion-md-restaurant:before,
|
||
.ion-md-return-left:before,
|
||
.ion-md-return-right:before,
|
||
.ion-md-reverse-camera:before,
|
||
.ion-md-rewind:before,
|
||
.ion-md-ribbon:before,
|
||
.ion-md-rocket:before,
|
||
.ion-md-rose:before,
|
||
.ion-md-sad:before,
|
||
.ion-md-save:before,
|
||
.ion-md-school:before,
|
||
.ion-md-search:before,
|
||
.ion-md-send:before,
|
||
.ion-md-settings:before,
|
||
.ion-md-share:before,
|
||
.ion-md-share-alt:before,
|
||
.ion-md-shirt:before,
|
||
.ion-md-shuffle:before,
|
||
.ion-md-skip-backward:before,
|
||
.ion-md-skip-forward:before,
|
||
.ion-md-snow:before,
|
||
.ion-md-speedometer:before,
|
||
.ion-md-square:before,
|
||
.ion-md-square-outline:before,
|
||
.ion-md-star:before,
|
||
.ion-md-star-half:before,
|
||
.ion-md-star-outline:before,
|
||
.ion-md-stats:before,
|
||
.ion-md-stopwatch:before,
|
||
.ion-md-subway:before,
|
||
.ion-md-sunny:before,
|
||
.ion-md-swap:before,
|
||
.ion-md-switch:before,
|
||
.ion-md-sync:before,
|
||
.ion-md-tablet-landscape:before,
|
||
.ion-md-tablet-portrait:before,
|
||
.ion-md-tennisball:before,
|
||
.ion-md-text:before,
|
||
.ion-md-thermometer:before,
|
||
.ion-md-thumbs-down:before,
|
||
.ion-md-thumbs-up:before,
|
||
.ion-md-thunderstorm:before,
|
||
.ion-md-time:before,
|
||
.ion-md-timer:before,
|
||
.ion-md-today:before,
|
||
.ion-md-train:before,
|
||
.ion-md-transgender:before,
|
||
.ion-md-trash:before,
|
||
.ion-md-trending-down:before,
|
||
.ion-md-trending-up:before,
|
||
.ion-md-trophy:before,
|
||
.ion-md-tv:before,
|
||
.ion-md-umbrella:before,
|
||
.ion-md-undo:before,
|
||
.ion-md-unlock:before,
|
||
.ion-md-videocam:before,
|
||
.ion-md-volume-high:before,
|
||
.ion-md-volume-low:before,
|
||
.ion-md-volume-mute:before,
|
||
.ion-md-volume-off:before,
|
||
.ion-md-walk:before,
|
||
.ion-md-wallet:before,
|
||
.ion-md-warning:before,
|
||
.ion-md-watch:before,
|
||
.ion-md-water:before,
|
||
.ion-md-wifi:before,
|
||
.ion-md-wine:before,
|
||
.ion-md-woman:before {
|
||
display: inline-block;
|
||
font-family: "Ionicons";
|
||
speak: none;
|
||
font-style: normal;
|
||
font-weight: normal;
|
||
font-variant: normal;
|
||
text-transform: none;
|
||
text-rendering: auto;
|
||
line-height: 1;
|
||
-webkit-font-smoothing: antialiased;
|
||
-moz-osx-font-smoothing: grayscale; }
|
||
|
||
.ion-ios-add:before {
|
||
content: "\f102"; }
|
||
|
||
.ion-ios-add-circle:before {
|
||
content: "\f101"; }
|
||
|
||
.ion-ios-add-circle-outline:before {
|
||
content: "\f100"; }
|
||
|
||
.ion-ios-airplane:before {
|
||
content: "\f137"; }
|
||
|
||
.ion-ios-alarm:before {
|
||
content: "\f3c8"; }
|
||
|
||
.ion-ios-albums:before {
|
||
content: "\f3ca"; }
|
||
|
||
.ion-ios-alert:before {
|
||
content: "\f104"; }
|
||
|
||
.ion-ios-american-football:before {
|
||
content: "\f106"; }
|
||
|
||
.ion-ios-analytics:before {
|
||
content: "\f3ce"; }
|
||
|
||
.ion-ios-aperture:before {
|
||
content: "\f108"; }
|
||
|
||
.ion-ios-apps:before {
|
||
content: "\f10a"; }
|
||
|
||
.ion-ios-appstore:before {
|
||
content: "\f10c"; }
|
||
|
||
.ion-ios-archive:before {
|
||
content: "\f10e"; }
|
||
|
||
.ion-ios-arrow-back:before {
|
||
content: "\f3cf"; }
|
||
|
||
.ion-ios-arrow-down:before {
|
||
content: "\f3d0"; }
|
||
|
||
.ion-ios-arrow-dropdown:before {
|
||
content: "\f110"; }
|
||
|
||
.ion-ios-arrow-dropdown-circle:before {
|
||
content: "\f125"; }
|
||
|
||
.ion-ios-arrow-dropleft:before {
|
||
content: "\f112"; }
|
||
|
||
.ion-ios-arrow-dropleft-circle:before {
|
||
content: "\f129"; }
|
||
|
||
.ion-ios-arrow-dropright:before {
|
||
content: "\f114"; }
|
||
|
||
.ion-ios-arrow-dropright-circle:before {
|
||
content: "\f12b"; }
|
||
|
||
.ion-ios-arrow-dropup:before {
|
||
content: "\f116"; }
|
||
|
||
.ion-ios-arrow-dropup-circle:before {
|
||
content: "\f12d"; }
|
||
|
||
.ion-ios-arrow-forward:before {
|
||
content: "\f3d1"; }
|
||
|
||
.ion-ios-arrow-round-back:before {
|
||
content: "\f117"; }
|
||
|
||
.ion-ios-arrow-round-down:before {
|
||
content: "\f118"; }
|
||
|
||
.ion-ios-arrow-round-forward:before {
|
||
content: "\f119"; }
|
||
|
||
.ion-ios-arrow-round-up:before {
|
||
content: "\f11a"; }
|
||
|
||
.ion-ios-arrow-up:before {
|
||
content: "\f3d8"; }
|
||
|
||
.ion-ios-at:before {
|
||
content: "\f3da"; }
|
||
|
||
.ion-ios-attach:before {
|
||
content: "\f11b"; }
|
||
|
||
.ion-ios-backspace:before {
|
||
content: "\f11d"; }
|
||
|
||
.ion-ios-barcode:before {
|
||
content: "\f3dc"; }
|
||
|
||
.ion-ios-baseball:before {
|
||
content: "\f3de"; }
|
||
|
||
.ion-ios-basket:before {
|
||
content: "\f11f"; }
|
||
|
||
.ion-ios-basketball:before {
|
||
content: "\f3e0"; }
|
||
|
||
.ion-ios-battery-charging:before {
|
||
content: "\f120"; }
|
||
|
||
.ion-ios-battery-dead:before {
|
||
content: "\f121"; }
|
||
|
||
.ion-ios-battery-full:before {
|
||
content: "\f122"; }
|
||
|
||
.ion-ios-beaker:before {
|
||
content: "\f124"; }
|
||
|
||
.ion-ios-bed:before {
|
||
content: "\f139"; }
|
||
|
||
.ion-ios-beer:before {
|
||
content: "\f126"; }
|
||
|
||
.ion-ios-bicycle:before {
|
||
content: "\f127"; }
|
||
|
||
.ion-ios-bluetooth:before {
|
||
content: "\f128"; }
|
||
|
||
.ion-ios-boat:before {
|
||
content: "\f12a"; }
|
||
|
||
.ion-ios-body:before {
|
||
content: "\f3e4"; }
|
||
|
||
.ion-ios-bonfire:before {
|
||
content: "\f12c"; }
|
||
|
||
.ion-ios-book:before {
|
||
content: "\f3e8"; }
|
||
|
||
.ion-ios-bookmark:before {
|
||
content: "\f12e"; }
|
||
|
||
.ion-ios-bookmarks:before {
|
||
content: "\f3ea"; }
|
||
|
||
.ion-ios-bowtie:before {
|
||
content: "\f130"; }
|
||
|
||
.ion-ios-briefcase:before {
|
||
content: "\f3ee"; }
|
||
|
||
.ion-ios-browsers:before {
|
||
content: "\f3f0"; }
|
||
|
||
.ion-ios-brush:before {
|
||
content: "\f132"; }
|
||
|
||
.ion-ios-bug:before {
|
||
content: "\f134"; }
|
||
|
||
.ion-ios-build:before {
|
||
content: "\f136"; }
|
||
|
||
.ion-ios-bulb:before {
|
||
content: "\f138"; }
|
||
|
||
.ion-ios-bus:before {
|
||
content: "\f13a"; }
|
||
|
||
.ion-ios-business:before {
|
||
content: "\f1a3"; }
|
||
|
||
.ion-ios-cafe:before {
|
||
content: "\f13c"; }
|
||
|
||
.ion-ios-calculator:before {
|
||
content: "\f3f2"; }
|
||
|
||
.ion-ios-calendar:before {
|
||
content: "\f3f4"; }
|
||
|
||
.ion-ios-call:before {
|
||
content: "\f13e"; }
|
||
|
||
.ion-ios-camera:before {
|
||
content: "\f3f6"; }
|
||
|
||
.ion-ios-car:before {
|
||
content: "\f140"; }
|
||
|
||
.ion-ios-card:before {
|
||
content: "\f142"; }
|
||
|
||
.ion-ios-cart:before {
|
||
content: "\f3f8"; }
|
||
|
||
.ion-ios-cash:before {
|
||
content: "\f144"; }
|
||
|
||
.ion-ios-cellular:before {
|
||
content: "\f13d"; }
|
||
|
||
.ion-ios-chatboxes:before {
|
||
content: "\f3fa"; }
|
||
|
||
.ion-ios-chatbubbles:before {
|
||
content: "\f146"; }
|
||
|
||
.ion-ios-checkbox:before {
|
||
content: "\f148"; }
|
||
|
||
.ion-ios-checkbox-outline:before {
|
||
content: "\f147"; }
|
||
|
||
.ion-ios-checkmark:before {
|
||
content: "\f3ff"; }
|
||
|
||
.ion-ios-checkmark-circle:before {
|
||
content: "\f14a"; }
|
||
|
||
.ion-ios-checkmark-circle-outline:before {
|
||
content: "\f149"; }
|
||
|
||
.ion-ios-clipboard:before {
|
||
content: "\f14c"; }
|
||
|
||
.ion-ios-clock:before {
|
||
content: "\f403"; }
|
||
|
||
.ion-ios-close:before {
|
||
content: "\f406"; }
|
||
|
||
.ion-ios-close-circle:before {
|
||
content: "\f14e"; }
|
||
|
||
.ion-ios-close-circle-outline:before {
|
||
content: "\f14d"; }
|
||
|
||
.ion-ios-cloud:before {
|
||
content: "\f40c"; }
|
||
|
||
.ion-ios-cloud-circle:before {
|
||
content: "\f152"; }
|
||
|
||
.ion-ios-cloud-done:before {
|
||
content: "\f154"; }
|
||
|
||
.ion-ios-cloud-download:before {
|
||
content: "\f408"; }
|
||
|
||
.ion-ios-cloud-outline:before {
|
||
content: "\f409"; }
|
||
|
||
.ion-ios-cloud-upload:before {
|
||
content: "\f40b"; }
|
||
|
||
.ion-ios-cloudy:before {
|
||
content: "\f410"; }
|
||
|
||
.ion-ios-cloudy-night:before {
|
||
content: "\f40e"; }
|
||
|
||
.ion-ios-code:before {
|
||
content: "\f157"; }
|
||
|
||
.ion-ios-code-download:before {
|
||
content: "\f155"; }
|
||
|
||
.ion-ios-code-working:before {
|
||
content: "\f156"; }
|
||
|
||
.ion-ios-cog:before {
|
||
content: "\f412"; }
|
||
|
||
.ion-ios-color-fill:before {
|
||
content: "\f159"; }
|
||
|
||
.ion-ios-color-filter:before {
|
||
content: "\f414"; }
|
||
|
||
.ion-ios-color-palette:before {
|
||
content: "\f15b"; }
|
||
|
||
.ion-ios-color-wand:before {
|
||
content: "\f416"; }
|
||
|
||
.ion-ios-compass:before {
|
||
content: "\f15d"; }
|
||
|
||
.ion-ios-construct:before {
|
||
content: "\f15f"; }
|
||
|
||
.ion-ios-contact:before {
|
||
content: "\f41a"; }
|
||
|
||
.ion-ios-contacts:before {
|
||
content: "\f161"; }
|
||
|
||
.ion-ios-contract:before {
|
||
content: "\f162"; }
|
||
|
||
.ion-ios-contrast:before {
|
||
content: "\f163"; }
|
||
|
||
.ion-ios-copy:before {
|
||
content: "\f41c"; }
|
||
|
||
.ion-ios-create:before {
|
||
content: "\f165"; }
|
||
|
||
.ion-ios-crop:before {
|
||
content: "\f41e"; }
|
||
|
||
.ion-ios-cube:before {
|
||
content: "\f168"; }
|
||
|
||
.ion-ios-cut:before {
|
||
content: "\f16a"; }
|
||
|
||
.ion-ios-desktop:before {
|
||
content: "\f16c"; }
|
||
|
||
.ion-ios-disc:before {
|
||
content: "\f16e"; }
|
||
|
||
.ion-ios-document:before {
|
||
content: "\f170"; }
|
||
|
||
.ion-ios-done-all:before {
|
||
content: "\f171"; }
|
||
|
||
.ion-ios-download:before {
|
||
content: "\f420"; }
|
||
|
||
.ion-ios-easel:before {
|
||
content: "\f173"; }
|
||
|
||
.ion-ios-egg:before {
|
||
content: "\f175"; }
|
||
|
||
.ion-ios-exit:before {
|
||
content: "\f177"; }
|
||
|
||
.ion-ios-expand:before {
|
||
content: "\f178"; }
|
||
|
||
.ion-ios-eye:before {
|
||
content: "\f425"; }
|
||
|
||
.ion-ios-eye-off:before {
|
||
content: "\f17a"; }
|
||
|
||
.ion-ios-fastforward:before {
|
||
content: "\f427"; }
|
||
|
||
.ion-ios-female:before {
|
||
content: "\f17b"; }
|
||
|
||
.ion-ios-filing:before {
|
||
content: "\f429"; }
|
||
|
||
.ion-ios-film:before {
|
||
content: "\f42b"; }
|
||
|
||
.ion-ios-finger-print:before {
|
||
content: "\f17c"; }
|
||
|
||
.ion-ios-fitness:before {
|
||
content: "\f1ab"; }
|
||
|
||
.ion-ios-flag:before {
|
||
content: "\f42d"; }
|
||
|
||
.ion-ios-flame:before {
|
||
content: "\f42f"; }
|
||
|
||
.ion-ios-flash:before {
|
||
content: "\f17e"; }
|
||
|
||
.ion-ios-flash-off:before {
|
||
content: "\f12f"; }
|
||
|
||
.ion-ios-flashlight:before {
|
||
content: "\f141"; }
|
||
|
||
.ion-ios-flask:before {
|
||
content: "\f431"; }
|
||
|
||
.ion-ios-flower:before {
|
||
content: "\f433"; }
|
||
|
||
.ion-ios-folder:before {
|
||
content: "\f435"; }
|
||
|
||
.ion-ios-folder-open:before {
|
||
content: "\f180"; }
|
||
|
||
.ion-ios-football:before {
|
||
content: "\f437"; }
|
||
|
||
.ion-ios-funnel:before {
|
||
content: "\f182"; }
|
||
|
||
.ion-ios-gift:before {
|
||
content: "\f191"; }
|
||
|
||
.ion-ios-git-branch:before {
|
||
content: "\f183"; }
|
||
|
||
.ion-ios-git-commit:before {
|
||
content: "\f184"; }
|
||
|
||
.ion-ios-git-compare:before {
|
||
content: "\f185"; }
|
||
|
||
.ion-ios-git-merge:before {
|
||
content: "\f186"; }
|
||
|
||
.ion-ios-git-network:before {
|
||
content: "\f187"; }
|
||
|
||
.ion-ios-git-pull-request:before {
|
||
content: "\f188"; }
|
||
|
||
.ion-ios-glasses:before {
|
||
content: "\f43f"; }
|
||
|
||
.ion-ios-globe:before {
|
||
content: "\f18a"; }
|
||
|
||
.ion-ios-grid:before {
|
||
content: "\f18c"; }
|
||
|
||
.ion-ios-hammer:before {
|
||
content: "\f18e"; }
|
||
|
||
.ion-ios-hand:before {
|
||
content: "\f190"; }
|
||
|
||
.ion-ios-happy:before {
|
||
content: "\f192"; }
|
||
|
||
.ion-ios-headset:before {
|
||
content: "\f194"; }
|
||
|
||
.ion-ios-heart:before {
|
||
content: "\f443"; }
|
||
|
||
.ion-ios-heart-dislike:before {
|
||
content: "\f13f"; }
|
||
|
||
.ion-ios-heart-empty:before {
|
||
content: "\f19b"; }
|
||
|
||
.ion-ios-heart-half:before {
|
||
content: "\f19d"; }
|
||
|
||
.ion-ios-help:before {
|
||
content: "\f446"; }
|
||
|
||
.ion-ios-help-buoy:before {
|
||
content: "\f196"; }
|
||
|
||
.ion-ios-help-circle:before {
|
||
content: "\f198"; }
|
||
|
||
.ion-ios-help-circle-outline:before {
|
||
content: "\f197"; }
|
||
|
||
.ion-ios-home:before {
|
||
content: "\f448"; }
|
||
|
||
.ion-ios-hourglass:before {
|
||
content: "\f103"; }
|
||
|
||
.ion-ios-ice-cream:before {
|
||
content: "\f19a"; }
|
||
|
||
.ion-ios-image:before {
|
||
content: "\f19c"; }
|
||
|
||
.ion-ios-images:before {
|
||
content: "\f19e"; }
|
||
|
||
.ion-ios-infinite:before {
|
||
content: "\f44a"; }
|
||
|
||
.ion-ios-information:before {
|
||
content: "\f44d"; }
|
||
|
||
.ion-ios-information-circle:before {
|
||
content: "\f1a0"; }
|
||
|
||
.ion-ios-information-circle-outline:before {
|
||
content: "\f19f"; }
|
||
|
||
.ion-ios-jet:before {
|
||
content: "\f1a5"; }
|
||
|
||
.ion-ios-journal:before {
|
||
content: "\f189"; }
|
||
|
||
.ion-ios-key:before {
|
||
content: "\f1a7"; }
|
||
|
||
.ion-ios-keypad:before {
|
||
content: "\f450"; }
|
||
|
||
.ion-ios-laptop:before {
|
||
content: "\f1a8"; }
|
||
|
||
.ion-ios-leaf:before {
|
||
content: "\f1aa"; }
|
||
|
||
.ion-ios-link:before {
|
||
content: "\f22a"; }
|
||
|
||
.ion-ios-list:before {
|
||
content: "\f454"; }
|
||
|
||
.ion-ios-list-box:before {
|
||
content: "\f143"; }
|
||
|
||
.ion-ios-locate:before {
|
||
content: "\f1ae"; }
|
||
|
||
.ion-ios-lock:before {
|
||
content: "\f1b0"; }
|
||
|
||
.ion-ios-log-in:before {
|
||
content: "\f1b1"; }
|
||
|
||
.ion-ios-log-out:before {
|
||
content: "\f1b2"; }
|
||
|
||
.ion-ios-magnet:before {
|
||
content: "\f1b4"; }
|
||
|
||
.ion-ios-mail:before {
|
||
content: "\f1b8"; }
|
||
|
||
.ion-ios-mail-open:before {
|
||
content: "\f1b6"; }
|
||
|
||
.ion-ios-mail-unread:before {
|
||
content: "\f145"; }
|
||
|
||
.ion-ios-male:before {
|
||
content: "\f1b9"; }
|
||
|
||
.ion-ios-man:before {
|
||
content: "\f1bb"; }
|
||
|
||
.ion-ios-map:before {
|
||
content: "\f1bd"; }
|
||
|
||
.ion-ios-medal:before {
|
||
content: "\f1bf"; }
|
||
|
||
.ion-ios-medical:before {
|
||
content: "\f45c"; }
|
||
|
||
.ion-ios-medkit:before {
|
||
content: "\f45e"; }
|
||
|
||
.ion-ios-megaphone:before {
|
||
content: "\f1c1"; }
|
||
|
||
.ion-ios-menu:before {
|
||
content: "\f1c3"; }
|
||
|
||
.ion-ios-mic:before {
|
||
content: "\f461"; }
|
||
|
||
.ion-ios-mic-off:before {
|
||
content: "\f45f"; }
|
||
|
||
.ion-ios-microphone:before {
|
||
content: "\f1c6"; }
|
||
|
||
.ion-ios-moon:before {
|
||
content: "\f468"; }
|
||
|
||
.ion-ios-more:before {
|
||
content: "\f1c8"; }
|
||
|
||
.ion-ios-move:before {
|
||
content: "\f1cb"; }
|
||
|
||
.ion-ios-musical-note:before {
|
||
content: "\f46b"; }
|
||
|
||
.ion-ios-musical-notes:before {
|
||
content: "\f46c"; }
|
||
|
||
.ion-ios-navigate:before {
|
||
content: "\f46e"; }
|
||
|
||
.ion-ios-notifications:before {
|
||
content: "\f1d3"; }
|
||
|
||
.ion-ios-notifications-off:before {
|
||
content: "\f1d1"; }
|
||
|
||
.ion-ios-notifications-outline:before {
|
||
content: "\f133"; }
|
||
|
||
.ion-ios-nuclear:before {
|
||
content: "\f1d5"; }
|
||
|
||
.ion-ios-nutrition:before {
|
||
content: "\f470"; }
|
||
|
||
.ion-ios-open:before {
|
||
content: "\f1d7"; }
|
||
|
||
.ion-ios-options:before {
|
||
content: "\f1d9"; }
|
||
|
||
.ion-ios-outlet:before {
|
||
content: "\f1db"; }
|
||
|
||
.ion-ios-paper:before {
|
||
content: "\f472"; }
|
||
|
||
.ion-ios-paper-plane:before {
|
||
content: "\f1dd"; }
|
||
|
||
.ion-ios-partly-sunny:before {
|
||
content: "\f1df"; }
|
||
|
||
.ion-ios-pause:before {
|
||
content: "\f478"; }
|
||
|
||
.ion-ios-paw:before {
|
||
content: "\f47a"; }
|
||
|
||
.ion-ios-people:before {
|
||
content: "\f47c"; }
|
||
|
||
.ion-ios-person:before {
|
||
content: "\f47e"; }
|
||
|
||
.ion-ios-person-add:before {
|
||
content: "\f1e1"; }
|
||
|
||
.ion-ios-phone-landscape:before {
|
||
content: "\f1e2"; }
|
||
|
||
.ion-ios-phone-portrait:before {
|
||
content: "\f1e3"; }
|
||
|
||
.ion-ios-photos:before {
|
||
content: "\f482"; }
|
||
|
||
.ion-ios-pie:before {
|
||
content: "\f484"; }
|
||
|
||
.ion-ios-pin:before {
|
||
content: "\f1e5"; }
|
||
|
||
.ion-ios-pint:before {
|
||
content: "\f486"; }
|
||
|
||
.ion-ios-pizza:before {
|
||
content: "\f1e7"; }
|
||
|
||
.ion-ios-planet:before {
|
||
content: "\f1eb"; }
|
||
|
||
.ion-ios-play:before {
|
||
content: "\f488"; }
|
||
|
||
.ion-ios-play-circle:before {
|
||
content: "\f113"; }
|
||
|
||
.ion-ios-podium:before {
|
||
content: "\f1ed"; }
|
||
|
||
.ion-ios-power:before {
|
||
content: "\f1ef"; }
|
||
|
||
.ion-ios-pricetag:before {
|
||
content: "\f48d"; }
|
||
|
||
.ion-ios-pricetags:before {
|
||
content: "\f48f"; }
|
||
|
||
.ion-ios-print:before {
|
||
content: "\f1f1"; }
|
||
|
||
.ion-ios-pulse:before {
|
||
content: "\f493"; }
|
||
|
||
.ion-ios-qr-scanner:before {
|
||
content: "\f1f3"; }
|
||
|
||
.ion-ios-quote:before {
|
||
content: "\f1f5"; }
|
||
|
||
.ion-ios-radio:before {
|
||
content: "\f1f9"; }
|
||
|
||
.ion-ios-radio-button-off:before {
|
||
content: "\f1f6"; }
|
||
|
||
.ion-ios-radio-button-on:before {
|
||
content: "\f1f7"; }
|
||
|
||
.ion-ios-rainy:before {
|
||
content: "\f495"; }
|
||
|
||
.ion-ios-recording:before {
|
||
content: "\f497"; }
|
||
|
||
.ion-ios-redo:before {
|
||
content: "\f499"; }
|
||
|
||
.ion-ios-refresh:before {
|
||
content: "\f49c"; }
|
||
|
||
.ion-ios-refresh-circle:before {
|
||
content: "\f135"; }
|
||
|
||
.ion-ios-remove:before {
|
||
content: "\f1fc"; }
|
||
|
||
.ion-ios-remove-circle:before {
|
||
content: "\f1fb"; }
|
||
|
||
.ion-ios-remove-circle-outline:before {
|
||
content: "\f1fa"; }
|
||
|
||
.ion-ios-reorder:before {
|
||
content: "\f1fd"; }
|
||
|
||
.ion-ios-repeat:before {
|
||
content: "\f1fe"; }
|
||
|
||
.ion-ios-resize:before {
|
||
content: "\f1ff"; }
|
||
|
||
.ion-ios-restaurant:before {
|
||
content: "\f201"; }
|
||
|
||
.ion-ios-return-left:before {
|
||
content: "\f202"; }
|
||
|
||
.ion-ios-return-right:before {
|
||
content: "\f203"; }
|
||
|
||
.ion-ios-reverse-camera:before {
|
||
content: "\f49f"; }
|
||
|
||
.ion-ios-rewind:before {
|
||
content: "\f4a1"; }
|
||
|
||
.ion-ios-ribbon:before {
|
||
content: "\f205"; }
|
||
|
||
.ion-ios-rocket:before {
|
||
content: "\f14b"; }
|
||
|
||
.ion-ios-rose:before {
|
||
content: "\f4a3"; }
|
||
|
||
.ion-ios-sad:before {
|
||
content: "\f207"; }
|
||
|
||
.ion-ios-save:before {
|
||
content: "\f1a6"; }
|
||
|
||
.ion-ios-school:before {
|
||
content: "\f209"; }
|
||
|
||
.ion-ios-search:before {
|
||
content: "\f4a5"; }
|
||
|
||
.ion-ios-send:before {
|
||
content: "\f20c"; }
|
||
|
||
.ion-ios-settings:before {
|
||
content: "\f4a7"; }
|
||
|
||
.ion-ios-share:before {
|
||
content: "\f211"; }
|
||
|
||
.ion-ios-share-alt:before {
|
||
content: "\f20f"; }
|
||
|
||
.ion-ios-shirt:before {
|
||
content: "\f213"; }
|
||
|
||
.ion-ios-shuffle:before {
|
||
content: "\f4a9"; }
|
||
|
||
.ion-ios-skip-backward:before {
|
||
content: "\f215"; }
|
||
|
||
.ion-ios-skip-forward:before {
|
||
content: "\f217"; }
|
||
|
||
.ion-ios-snow:before {
|
||
content: "\f218"; }
|
||
|
||
.ion-ios-speedometer:before {
|
||
content: "\f4b0"; }
|
||
|
||
.ion-ios-square:before {
|
||
content: "\f21a"; }
|
||
|
||
.ion-ios-square-outline:before {
|
||
content: "\f15c"; }
|
||
|
||
.ion-ios-star:before {
|
||
content: "\f4b3"; }
|
||
|
||
.ion-ios-star-half:before {
|
||
content: "\f4b1"; }
|
||
|
||
.ion-ios-star-outline:before {
|
||
content: "\f4b2"; }
|
||
|
||
.ion-ios-stats:before {
|
||
content: "\f21c"; }
|
||
|
||
.ion-ios-stopwatch:before {
|
||
content: "\f4b5"; }
|
||
|
||
.ion-ios-subway:before {
|
||
content: "\f21e"; }
|
||
|
||
.ion-ios-sunny:before {
|
||
content: "\f4b7"; }
|
||
|
||
.ion-ios-swap:before {
|
||
content: "\f21f"; }
|
||
|
||
.ion-ios-switch:before {
|
||
content: "\f221"; }
|
||
|
||
.ion-ios-sync:before {
|
||
content: "\f222"; }
|
||
|
||
.ion-ios-tablet-landscape:before {
|
||
content: "\f223"; }
|
||
|
||
.ion-ios-tablet-portrait:before {
|
||
content: "\f24e"; }
|
||
|
||
.ion-ios-tennisball:before {
|
||
content: "\f4bb"; }
|
||
|
||
.ion-ios-text:before {
|
||
content: "\f250"; }
|
||
|
||
.ion-ios-thermometer:before {
|
||
content: "\f252"; }
|
||
|
||
.ion-ios-thumbs-down:before {
|
||
content: "\f254"; }
|
||
|
||
.ion-ios-thumbs-up:before {
|
||
content: "\f256"; }
|
||
|
||
.ion-ios-thunderstorm:before {
|
||
content: "\f4bd"; }
|
||
|
||
.ion-ios-time:before {
|
||
content: "\f4bf"; }
|
||
|
||
.ion-ios-timer:before {
|
||
content: "\f4c1"; }
|
||
|
||
.ion-ios-today:before {
|
||
content: "\f14f"; }
|
||
|
||
.ion-ios-train:before {
|
||
content: "\f258"; }
|
||
|
||
.ion-ios-transgender:before {
|
||
content: "\f259"; }
|
||
|
||
.ion-ios-trash:before {
|
||
content: "\f4c5"; }
|
||
|
||
.ion-ios-trending-down:before {
|
||
content: "\f25a"; }
|
||
|
||
.ion-ios-trending-up:before {
|
||
content: "\f25b"; }
|
||
|
||
.ion-ios-trophy:before {
|
||
content: "\f25d"; }
|
||
|
||
.ion-ios-tv:before {
|
||
content: "\f115"; }
|
||
|
||
.ion-ios-umbrella:before {
|
||
content: "\f25f"; }
|
||
|
||
.ion-ios-undo:before {
|
||
content: "\f4c7"; }
|
||
|
||
.ion-ios-unlock:before {
|
||
content: "\f261"; }
|
||
|
||
.ion-ios-videocam:before {
|
||
content: "\f4cd"; }
|
||
|
||
.ion-ios-volume-high:before {
|
||
content: "\f11c"; }
|
||
|
||
.ion-ios-volume-low:before {
|
||
content: "\f11e"; }
|
||
|
||
.ion-ios-volume-mute:before {
|
||
content: "\f263"; }
|
||
|
||
.ion-ios-volume-off:before {
|
||
content: "\f264"; }
|
||
|
||
.ion-ios-walk:before {
|
||
content: "\f266"; }
|
||
|
||
.ion-ios-wallet:before {
|
||
content: "\f18b"; }
|
||
|
||
.ion-ios-warning:before {
|
||
content: "\f268"; }
|
||
|
||
.ion-ios-watch:before {
|
||
content: "\f269"; }
|
||
|
||
.ion-ios-water:before {
|
||
content: "\f26b"; }
|
||
|
||
.ion-ios-wifi:before {
|
||
content: "\f26d"; }
|
||
|
||
.ion-ios-wine:before {
|
||
content: "\f26f"; }
|
||
|
||
.ion-ios-woman:before {
|
||
content: "\f271"; }
|
||
|
||
.ion-logo-android:before {
|
||
content: "\f225"; }
|
||
|
||
.ion-logo-angular:before {
|
||
content: "\f227"; }
|
||
|
||
.ion-logo-apple:before {
|
||
content: "\f229"; }
|
||
|
||
.ion-logo-bitbucket:before {
|
||
content: "\f193"; }
|
||
|
||
.ion-logo-bitcoin:before {
|
||
content: "\f22b"; }
|
||
|
||
.ion-logo-buffer:before {
|
||
content: "\f22d"; }
|
||
|
||
.ion-logo-chrome:before {
|
||
content: "\f22f"; }
|
||
|
||
.ion-logo-closed-captioning:before {
|
||
content: "\f105"; }
|
||
|
||
.ion-logo-codepen:before {
|
||
content: "\f230"; }
|
||
|
||
.ion-logo-css3:before {
|
||
content: "\f231"; }
|
||
|
||
.ion-logo-designernews:before {
|
||
content: "\f232"; }
|
||
|
||
.ion-logo-dribbble:before {
|
||
content: "\f233"; }
|
||
|
||
.ion-logo-dropbox:before {
|
||
content: "\f234"; }
|
||
|
||
.ion-logo-euro:before {
|
||
content: "\f235"; }
|
||
|
||
.ion-logo-facebook:before {
|
||
content: "\f236"; }
|
||
|
||
.ion-logo-flickr:before {
|
||
content: "\f107"; }
|
||
|
||
.ion-logo-foursquare:before {
|
||
content: "\f237"; }
|
||
|
||
.ion-logo-freebsd-devil:before {
|
||
content: "\f238"; }
|
||
|
||
.ion-logo-game-controller-a:before {
|
||
content: "\f13b"; }
|
||
|
||
.ion-logo-game-controller-b:before {
|
||
content: "\f181"; }
|
||
|
||
.ion-logo-github:before {
|
||
content: "\f239"; }
|
||
|
||
.ion-logo-google:before {
|
||
content: "\f23a"; }
|
||
|
||
.ion-logo-googleplus:before {
|
||
content: "\f23b"; }
|
||
|
||
.ion-logo-hackernews:before {
|
||
content: "\f23c"; }
|
||
|
||
.ion-logo-html5:before {
|
||
content: "\f23d"; }
|
||
|
||
.ion-logo-instagram:before {
|
||
content: "\f23e"; }
|
||
|
||
.ion-logo-ionic:before {
|
||
content: "\f150"; }
|
||
|
||
.ion-logo-ionitron:before {
|
||
content: "\f151"; }
|
||
|
||
.ion-logo-javascript:before {
|
||
content: "\f23f"; }
|
||
|
||
.ion-logo-linkedin:before {
|
||
content: "\f240"; }
|
||
|
||
.ion-logo-markdown:before {
|
||
content: "\f241"; }
|
||
|
||
.ion-logo-model-s:before {
|
||
content: "\f153"; }
|
||
|
||
.ion-logo-no-smoking:before {
|
||
content: "\f109"; }
|
||
|
||
.ion-logo-nodejs:before {
|
||
content: "\f242"; }
|
||
|
||
.ion-logo-npm:before {
|
||
content: "\f195"; }
|
||
|
||
.ion-logo-octocat:before {
|
||
content: "\f243"; }
|
||
|
||
.ion-logo-pinterest:before {
|
||
content: "\f244"; }
|
||
|
||
.ion-logo-playstation:before {
|
||
content: "\f245"; }
|
||
|
||
.ion-logo-polymer:before {
|
||
content: "\f15e"; }
|
||
|
||
.ion-logo-python:before {
|
||
content: "\f246"; }
|
||
|
||
.ion-logo-reddit:before {
|
||
content: "\f247"; }
|
||
|
||
.ion-logo-rss:before {
|
||
content: "\f248"; }
|
||
|
||
.ion-logo-sass:before {
|
||
content: "\f249"; }
|
||
|
||
.ion-logo-skype:before {
|
||
content: "\f24a"; }
|
||
|
||
.ion-logo-slack:before {
|
||
content: "\f10b"; }
|
||
|
||
.ion-logo-snapchat:before {
|
||
content: "\f24b"; }
|
||
|
||
.ion-logo-steam:before {
|
||
content: "\f24c"; }
|
||
|
||
.ion-logo-tumblr:before {
|
||
content: "\f24d"; }
|
||
|
||
.ion-logo-tux:before {
|
||
content: "\f2ae"; }
|
||
|
||
.ion-logo-twitch:before {
|
||
content: "\f2af"; }
|
||
|
||
.ion-logo-twitter:before {
|
||
content: "\f2b0"; }
|
||
|
||
.ion-logo-usd:before {
|
||
content: "\f2b1"; }
|
||
|
||
.ion-logo-vimeo:before {
|
||
content: "\f2c4"; }
|
||
|
||
.ion-logo-vk:before {
|
||
content: "\f10d"; }
|
||
|
||
.ion-logo-whatsapp:before {
|
||
content: "\f2c5"; }
|
||
|
||
.ion-logo-windows:before {
|
||
content: "\f32f"; }
|
||
|
||
.ion-logo-wordpress:before {
|
||
content: "\f330"; }
|
||
|
||
.ion-logo-xbox:before {
|
||
content: "\f34c"; }
|
||
|
||
.ion-logo-xing:before {
|
||
content: "\f10f"; }
|
||
|
||
.ion-logo-yahoo:before {
|
||
content: "\f34d"; }
|
||
|
||
.ion-logo-yen:before {
|
||
content: "\f34e"; }
|
||
|
||
.ion-logo-youtube:before {
|
||
content: "\f34f"; }
|
||
|
||
.ion-md-add:before {
|
||
content: "\f273"; }
|
||
|
||
.ion-md-add-circle:before {
|
||
content: "\f272"; }
|
||
|
||
.ion-md-add-circle-outline:before {
|
||
content: "\f158"; }
|
||
|
||
.ion-md-airplane:before {
|
||
content: "\f15a"; }
|
||
|
||
.ion-md-alarm:before {
|
||
content: "\f274"; }
|
||
|
||
.ion-md-albums:before {
|
||
content: "\f275"; }
|
||
|
||
.ion-md-alert:before {
|
||
content: "\f276"; }
|
||
|
||
.ion-md-american-football:before {
|
||
content: "\f277"; }
|
||
|
||
.ion-md-analytics:before {
|
||
content: "\f278"; }
|
||
|
||
.ion-md-aperture:before {
|
||
content: "\f279"; }
|
||
|
||
.ion-md-apps:before {
|
||
content: "\f27a"; }
|
||
|
||
.ion-md-appstore:before {
|
||
content: "\f27b"; }
|
||
|
||
.ion-md-archive:before {
|
||
content: "\f27c"; }
|
||
|
||
.ion-md-arrow-back:before {
|
||
content: "\f27d"; }
|
||
|
||
.ion-md-arrow-down:before {
|
||
content: "\f27e"; }
|
||
|
||
.ion-md-arrow-dropdown:before {
|
||
content: "\f280"; }
|
||
|
||
.ion-md-arrow-dropdown-circle:before {
|
||
content: "\f27f"; }
|
||
|
||
.ion-md-arrow-dropleft:before {
|
||
content: "\f282"; }
|
||
|
||
.ion-md-arrow-dropleft-circle:before {
|
||
content: "\f281"; }
|
||
|
||
.ion-md-arrow-dropright:before {
|
||
content: "\f284"; }
|
||
|
||
.ion-md-arrow-dropright-circle:before {
|
||
content: "\f283"; }
|
||
|
||
.ion-md-arrow-dropup:before {
|
||
content: "\f286"; }
|
||
|
||
.ion-md-arrow-dropup-circle:before {
|
||
content: "\f285"; }
|
||
|
||
.ion-md-arrow-forward:before {
|
||
content: "\f287"; }
|
||
|
||
.ion-md-arrow-round-back:before {
|
||
content: "\f288"; }
|
||
|
||
.ion-md-arrow-round-down:before {
|
||
content: "\f289"; }
|
||
|
||
.ion-md-arrow-round-forward:before {
|
||
content: "\f28a"; }
|
||
|
||
.ion-md-arrow-round-up:before {
|
||
content: "\f28b"; }
|
||
|
||
.ion-md-arrow-up:before {
|
||
content: "\f28c"; }
|
||
|
||
.ion-md-at:before {
|
||
content: "\f28d"; }
|
||
|
||
.ion-md-attach:before {
|
||
content: "\f28e"; }
|
||
|
||
.ion-md-backspace:before {
|
||
content: "\f28f"; }
|
||
|
||
.ion-md-barcode:before {
|
||
content: "\f290"; }
|
||
|
||
.ion-md-baseball:before {
|
||
content: "\f291"; }
|
||
|
||
.ion-md-basket:before {
|
||
content: "\f292"; }
|
||
|
||
.ion-md-basketball:before {
|
||
content: "\f293"; }
|
||
|
||
.ion-md-battery-charging:before {
|
||
content: "\f294"; }
|
||
|
||
.ion-md-battery-dead:before {
|
||
content: "\f295"; }
|
||
|
||
.ion-md-battery-full:before {
|
||
content: "\f296"; }
|
||
|
||
.ion-md-beaker:before {
|
||
content: "\f297"; }
|
||
|
||
.ion-md-bed:before {
|
||
content: "\f160"; }
|
||
|
||
.ion-md-beer:before {
|
||
content: "\f298"; }
|
||
|
||
.ion-md-bicycle:before {
|
||
content: "\f299"; }
|
||
|
||
.ion-md-bluetooth:before {
|
||
content: "\f29a"; }
|
||
|
||
.ion-md-boat:before {
|
||
content: "\f29b"; }
|
||
|
||
.ion-md-body:before {
|
||
content: "\f29c"; }
|
||
|
||
.ion-md-bonfire:before {
|
||
content: "\f29d"; }
|
||
|
||
.ion-md-book:before {
|
||
content: "\f29e"; }
|
||
|
||
.ion-md-bookmark:before {
|
||
content: "\f29f"; }
|
||
|
||
.ion-md-bookmarks:before {
|
||
content: "\f2a0"; }
|
||
|
||
.ion-md-bowtie:before {
|
||
content: "\f2a1"; }
|
||
|
||
.ion-md-briefcase:before {
|
||
content: "\f2a2"; }
|
||
|
||
.ion-md-browsers:before {
|
||
content: "\f2a3"; }
|
||
|
||
.ion-md-brush:before {
|
||
content: "\f2a4"; }
|
||
|
||
.ion-md-bug:before {
|
||
content: "\f2a5"; }
|
||
|
||
.ion-md-build:before {
|
||
content: "\f2a6"; }
|
||
|
||
.ion-md-bulb:before {
|
||
content: "\f2a7"; }
|
||
|
||
.ion-md-bus:before {
|
||
content: "\f2a8"; }
|
||
|
||
.ion-md-business:before {
|
||
content: "\f1a4"; }
|
||
|
||
.ion-md-cafe:before {
|
||
content: "\f2a9"; }
|
||
|
||
.ion-md-calculator:before {
|
||
content: "\f2aa"; }
|
||
|
||
.ion-md-calendar:before {
|
||
content: "\f2ab"; }
|
||
|
||
.ion-md-call:before {
|
||
content: "\f2ac"; }
|
||
|
||
.ion-md-camera:before {
|
||
content: "\f2ad"; }
|
||
|
||
.ion-md-car:before {
|
||
content: "\f2b2"; }
|
||
|
||
.ion-md-card:before {
|
||
content: "\f2b3"; }
|
||
|
||
.ion-md-cart:before {
|
||
content: "\f2b4"; }
|
||
|
||
.ion-md-cash:before {
|
||
content: "\f2b5"; }
|
||
|
||
.ion-md-cellular:before {
|
||
content: "\f164"; }
|
||
|
||
.ion-md-chatboxes:before {
|
||
content: "\f2b6"; }
|
||
|
||
.ion-md-chatbubbles:before {
|
||
content: "\f2b7"; }
|
||
|
||
.ion-md-checkbox:before {
|
||
content: "\f2b9"; }
|
||
|
||
.ion-md-checkbox-outline:before {
|
||
content: "\f2b8"; }
|
||
|
||
.ion-md-checkmark:before {
|
||
content: "\f2bc"; }
|
||
|
||
.ion-md-checkmark-circle:before {
|
||
content: "\f2bb"; }
|
||
|
||
.ion-md-checkmark-circle-outline:before {
|
||
content: "\f2ba"; }
|
||
|
||
.ion-md-clipboard:before {
|
||
content: "\f2bd"; }
|
||
|
||
.ion-md-clock:before {
|
||
content: "\f2be"; }
|
||
|
||
.ion-md-close:before {
|
||
content: "\f2c0"; }
|
||
|
||
.ion-md-close-circle:before {
|
||
content: "\f2bf"; }
|
||
|
||
.ion-md-close-circle-outline:before {
|
||
content: "\f166"; }
|
||
|
||
.ion-md-cloud:before {
|
||
content: "\f2c9"; }
|
||
|
||
.ion-md-cloud-circle:before {
|
||
content: "\f2c2"; }
|
||
|
||
.ion-md-cloud-done:before {
|
||
content: "\f2c3"; }
|
||
|
||
.ion-md-cloud-download:before {
|
||
content: "\f2c6"; }
|
||
|
||
.ion-md-cloud-outline:before {
|
||
content: "\f2c7"; }
|
||
|
||
.ion-md-cloud-upload:before {
|
||
content: "\f2c8"; }
|
||
|
||
.ion-md-cloudy:before {
|
||
content: "\f2cb"; }
|
||
|
||
.ion-md-cloudy-night:before {
|
||
content: "\f2ca"; }
|
||
|
||
.ion-md-code:before {
|
||
content: "\f2ce"; }
|
||
|
||
.ion-md-code-download:before {
|
||
content: "\f2cc"; }
|
||
|
||
.ion-md-code-working:before {
|
||
content: "\f2cd"; }
|
||
|
||
.ion-md-cog:before {
|
||
content: "\f2cf"; }
|
||
|
||
.ion-md-color-fill:before {
|
||
content: "\f2d0"; }
|
||
|
||
.ion-md-color-filter:before {
|
||
content: "\f2d1"; }
|
||
|
||
.ion-md-color-palette:before {
|
||
content: "\f2d2"; }
|
||
|
||
.ion-md-color-wand:before {
|
||
content: "\f2d3"; }
|
||
|
||
.ion-md-compass:before {
|
||
content: "\f2d4"; }
|
||
|
||
.ion-md-construct:before {
|
||
content: "\f2d5"; }
|
||
|
||
.ion-md-contact:before {
|
||
content: "\f2d6"; }
|
||
|
||
.ion-md-contacts:before {
|
||
content: "\f2d7"; }
|
||
|
||
.ion-md-contract:before {
|
||
content: "\f2d8"; }
|
||
|
||
.ion-md-contrast:before {
|
||
content: "\f2d9"; }
|
||
|
||
.ion-md-copy:before {
|
||
content: "\f2da"; }
|
||
|
||
.ion-md-create:before {
|
||
content: "\f2db"; }
|
||
|
||
.ion-md-crop:before {
|
||
content: "\f2dc"; }
|
||
|
||
.ion-md-cube:before {
|
||
content: "\f2dd"; }
|
||
|
||
.ion-md-cut:before {
|
||
content: "\f2de"; }
|
||
|
||
.ion-md-desktop:before {
|
||
content: "\f2df"; }
|
||
|
||
.ion-md-disc:before {
|
||
content: "\f2e0"; }
|
||
|
||
.ion-md-document:before {
|
||
content: "\f2e1"; }
|
||
|
||
.ion-md-done-all:before {
|
||
content: "\f2e2"; }
|
||
|
||
.ion-md-download:before {
|
||
content: "\f2e3"; }
|
||
|
||
.ion-md-easel:before {
|
||
content: "\f2e4"; }
|
||
|
||
.ion-md-egg:before {
|
||
content: "\f2e5"; }
|
||
|
||
.ion-md-exit:before {
|
||
content: "\f2e6"; }
|
||
|
||
.ion-md-expand:before {
|
||
content: "\f2e7"; }
|
||
|
||
.ion-md-eye:before {
|
||
content: "\f2e9"; }
|
||
|
||
.ion-md-eye-off:before {
|
||
content: "\f2e8"; }
|
||
|
||
.ion-md-fastforward:before {
|
||
content: "\f2ea"; }
|
||
|
||
.ion-md-female:before {
|
||
content: "\f2eb"; }
|
||
|
||
.ion-md-filing:before {
|
||
content: "\f2ec"; }
|
||
|
||
.ion-md-film:before {
|
||
content: "\f2ed"; }
|
||
|
||
.ion-md-finger-print:before {
|
||
content: "\f2ee"; }
|
||
|
||
.ion-md-fitness:before {
|
||
content: "\f1ac"; }
|
||
|
||
.ion-md-flag:before {
|
||
content: "\f2ef"; }
|
||
|
||
.ion-md-flame:before {
|
||
content: "\f2f0"; }
|
||
|
||
.ion-md-flash:before {
|
||
content: "\f2f1"; }
|
||
|
||
.ion-md-flash-off:before {
|
||
content: "\f169"; }
|
||
|
||
.ion-md-flashlight:before {
|
||
content: "\f16b"; }
|
||
|
||
.ion-md-flask:before {
|
||
content: "\f2f2"; }
|
||
|
||
.ion-md-flower:before {
|
||
content: "\f2f3"; }
|
||
|
||
.ion-md-folder:before {
|
||
content: "\f2f5"; }
|
||
|
||
.ion-md-folder-open:before {
|
||
content: "\f2f4"; }
|
||
|
||
.ion-md-football:before {
|
||
content: "\f2f6"; }
|
||
|
||
.ion-md-funnel:before {
|
||
content: "\f2f7"; }
|
||
|
||
.ion-md-gift:before {
|
||
content: "\f199"; }
|
||
|
||
.ion-md-git-branch:before {
|
||
content: "\f2fa"; }
|
||
|
||
.ion-md-git-commit:before {
|
||
content: "\f2fb"; }
|
||
|
||
.ion-md-git-compare:before {
|
||
content: "\f2fc"; }
|
||
|
||
.ion-md-git-merge:before {
|
||
content: "\f2fd"; }
|
||
|
||
.ion-md-git-network:before {
|
||
content: "\f2fe"; }
|
||
|
||
.ion-md-git-pull-request:before {
|
||
content: "\f2ff"; }
|
||
|
||
.ion-md-glasses:before {
|
||
content: "\f300"; }
|
||
|
||
.ion-md-globe:before {
|
||
content: "\f301"; }
|
||
|
||
.ion-md-grid:before {
|
||
content: "\f302"; }
|
||
|
||
.ion-md-hammer:before {
|
||
content: "\f303"; }
|
||
|
||
.ion-md-hand:before {
|
||
content: "\f304"; }
|
||
|
||
.ion-md-happy:before {
|
||
content: "\f305"; }
|
||
|
||
.ion-md-headset:before {
|
||
content: "\f306"; }
|
||
|
||
.ion-md-heart:before {
|
||
content: "\f308"; }
|
||
|
||
.ion-md-heart-dislike:before {
|
||
content: "\f167"; }
|
||
|
||
.ion-md-heart-empty:before {
|
||
content: "\f1a1"; }
|
||
|
||
.ion-md-heart-half:before {
|
||
content: "\f1a2"; }
|
||
|
||
.ion-md-help:before {
|
||
content: "\f30b"; }
|
||
|
||
.ion-md-help-buoy:before {
|
||
content: "\f309"; }
|
||
|
||
.ion-md-help-circle:before {
|
||
content: "\f30a"; }
|
||
|
||
.ion-md-help-circle-outline:before {
|
||
content: "\f16d"; }
|
||
|
||
.ion-md-home:before {
|
||
content: "\f30c"; }
|
||
|
||
.ion-md-hourglass:before {
|
||
content: "\f111"; }
|
||
|
||
.ion-md-ice-cream:before {
|
||
content: "\f30d"; }
|
||
|
||
.ion-md-image:before {
|
||
content: "\f30e"; }
|
||
|
||
.ion-md-images:before {
|
||
content: "\f30f"; }
|
||
|
||
.ion-md-infinite:before {
|
||
content: "\f310"; }
|
||
|
||
.ion-md-information:before {
|
||
content: "\f312"; }
|
||
|
||
.ion-md-information-circle:before {
|
||
content: "\f311"; }
|
||
|
||
.ion-md-information-circle-outline:before {
|
||
content: "\f16f"; }
|
||
|
||
.ion-md-jet:before {
|
||
content: "\f315"; }
|
||
|
||
.ion-md-journal:before {
|
||
content: "\f18d"; }
|
||
|
||
.ion-md-key:before {
|
||
content: "\f316"; }
|
||
|
||
.ion-md-keypad:before {
|
||
content: "\f317"; }
|
||
|
||
.ion-md-laptop:before {
|
||
content: "\f318"; }
|
||
|
||
.ion-md-leaf:before {
|
||
content: "\f319"; }
|
||
|
||
.ion-md-link:before {
|
||
content: "\f22e"; }
|
||
|
||
.ion-md-list:before {
|
||
content: "\f31b"; }
|
||
|
||
.ion-md-list-box:before {
|
||
content: "\f31a"; }
|
||
|
||
.ion-md-locate:before {
|
||
content: "\f31c"; }
|
||
|
||
.ion-md-lock:before {
|
||
content: "\f31d"; }
|
||
|
||
.ion-md-log-in:before {
|
||
content: "\f31e"; }
|
||
|
||
.ion-md-log-out:before {
|
||
content: "\f31f"; }
|
||
|
||
.ion-md-magnet:before {
|
||
content: "\f320"; }
|
||
|
||
.ion-md-mail:before {
|
||
content: "\f322"; }
|
||
|
||
.ion-md-mail-open:before {
|
||
content: "\f321"; }
|
||
|
||
.ion-md-mail-unread:before {
|
||
content: "\f172"; }
|
||
|
||
.ion-md-male:before {
|
||
content: "\f323"; }
|
||
|
||
.ion-md-man:before {
|
||
content: "\f324"; }
|
||
|
||
.ion-md-map:before {
|
||
content: "\f325"; }
|
||
|
||
.ion-md-medal:before {
|
||
content: "\f326"; }
|
||
|
||
.ion-md-medical:before {
|
||
content: "\f327"; }
|
||
|
||
.ion-md-medkit:before {
|
||
content: "\f328"; }
|
||
|
||
.ion-md-megaphone:before {
|
||
content: "\f329"; }
|
||
|
||
.ion-md-menu:before {
|
||
content: "\f32a"; }
|
||
|
||
.ion-md-mic:before {
|
||
content: "\f32c"; }
|
||
|
||
.ion-md-mic-off:before {
|
||
content: "\f32b"; }
|
||
|
||
.ion-md-microphone:before {
|
||
content: "\f32d"; }
|
||
|
||
.ion-md-moon:before {
|
||
content: "\f32e"; }
|
||
|
||
.ion-md-more:before {
|
||
content: "\f1c9"; }
|
||
|
||
.ion-md-move:before {
|
||
content: "\f331"; }
|
||
|
||
.ion-md-musical-note:before {
|
||
content: "\f332"; }
|
||
|
||
.ion-md-musical-notes:before {
|
||
content: "\f333"; }
|
||
|
||
.ion-md-navigate:before {
|
||
content: "\f334"; }
|
||
|
||
.ion-md-notifications:before {
|
||
content: "\f338"; }
|
||
|
||
.ion-md-notifications-off:before {
|
||
content: "\f336"; }
|
||
|
||
.ion-md-notifications-outline:before {
|
||
content: "\f337"; }
|
||
|
||
.ion-md-nuclear:before {
|
||
content: "\f339"; }
|
||
|
||
.ion-md-nutrition:before {
|
||
content: "\f33a"; }
|
||
|
||
.ion-md-open:before {
|
||
content: "\f33b"; }
|
||
|
||
.ion-md-options:before {
|
||
content: "\f33c"; }
|
||
|
||
.ion-md-outlet:before {
|
||
content: "\f33d"; }
|
||
|
||
.ion-md-paper:before {
|
||
content: "\f33f"; }
|
||
|
||
.ion-md-paper-plane:before {
|
||
content: "\f33e"; }
|
||
|
||
.ion-md-partly-sunny:before {
|
||
content: "\f340"; }
|
||
|
||
.ion-md-pause:before {
|
||
content: "\f341"; }
|
||
|
||
.ion-md-paw:before {
|
||
content: "\f342"; }
|
||
|
||
.ion-md-people:before {
|
||
content: "\f343"; }
|
||
|
||
.ion-md-person:before {
|
||
content: "\f345"; }
|
||
|
||
.ion-md-person-add:before {
|
||
content: "\f344"; }
|
||
|
||
.ion-md-phone-landscape:before {
|
||
content: "\f346"; }
|
||
|
||
.ion-md-phone-portrait:before {
|
||
content: "\f347"; }
|
||
|
||
.ion-md-photos:before {
|
||
content: "\f348"; }
|
||
|
||
.ion-md-pie:before {
|
||
content: "\f349"; }
|
||
|
||
.ion-md-pin:before {
|
||
content: "\f34a"; }
|
||
|
||
.ion-md-pint:before {
|
||
content: "\f34b"; }
|
||
|
||
.ion-md-pizza:before {
|
||
content: "\f354"; }
|
||
|
||
.ion-md-planet:before {
|
||
content: "\f356"; }
|
||
|
||
.ion-md-play:before {
|
||
content: "\f357"; }
|
||
|
||
.ion-md-play-circle:before {
|
||
content: "\f174"; }
|
||
|
||
.ion-md-podium:before {
|
||
content: "\f358"; }
|
||
|
||
.ion-md-power:before {
|
||
content: "\f359"; }
|
||
|
||
.ion-md-pricetag:before {
|
||
content: "\f35a"; }
|
||
|
||
.ion-md-pricetags:before {
|
||
content: "\f35b"; }
|
||
|
||
.ion-md-print:before {
|
||
content: "\f35c"; }
|
||
|
||
.ion-md-pulse:before {
|
||
content: "\f35d"; }
|
||
|
||
.ion-md-qr-scanner:before {
|
||
content: "\f35e"; }
|
||
|
||
.ion-md-quote:before {
|
||
content: "\f35f"; }
|
||
|
||
.ion-md-radio:before {
|
||
content: "\f362"; }
|
||
|
||
.ion-md-radio-button-off:before {
|
||
content: "\f360"; }
|
||
|
||
.ion-md-radio-button-on:before {
|
||
content: "\f361"; }
|
||
|
||
.ion-md-rainy:before {
|
||
content: "\f363"; }
|
||
|
||
.ion-md-recording:before {
|
||
content: "\f364"; }
|
||
|
||
.ion-md-redo:before {
|
||
content: "\f365"; }
|
||
|
||
.ion-md-refresh:before {
|
||
content: "\f366"; }
|
||
|
||
.ion-md-refresh-circle:before {
|
||
content: "\f228"; }
|
||
|
||
.ion-md-remove:before {
|
||
content: "\f368"; }
|
||
|
||
.ion-md-remove-circle:before {
|
||
content: "\f367"; }
|
||
|
||
.ion-md-remove-circle-outline:before {
|
||
content: "\f176"; }
|
||
|
||
.ion-md-reorder:before {
|
||
content: "\f369"; }
|
||
|
||
.ion-md-repeat:before {
|
||
content: "\f36a"; }
|
||
|
||
.ion-md-resize:before {
|
||
content: "\f36b"; }
|
||
|
||
.ion-md-restaurant:before {
|
||
content: "\f36c"; }
|
||
|
||
.ion-md-return-left:before {
|
||
content: "\f36d"; }
|
||
|
||
.ion-md-return-right:before {
|
||
content: "\f36e"; }
|
||
|
||
.ion-md-reverse-camera:before {
|
||
content: "\f36f"; }
|
||
|
||
.ion-md-rewind:before {
|
||
content: "\f370"; }
|
||
|
||
.ion-md-ribbon:before {
|
||
content: "\f371"; }
|
||
|
||
.ion-md-rocket:before {
|
||
content: "\f179"; }
|
||
|
||
.ion-md-rose:before {
|
||
content: "\f372"; }
|
||
|
||
.ion-md-sad:before {
|
||
content: "\f373"; }
|
||
|
||
.ion-md-save:before {
|
||
content: "\f1a9"; }
|
||
|
||
.ion-md-school:before {
|
||
content: "\f374"; }
|
||
|
||
.ion-md-search:before {
|
||
content: "\f375"; }
|
||
|
||
.ion-md-send:before {
|
||
content: "\f376"; }
|
||
|
||
.ion-md-settings:before {
|
||
content: "\f377"; }
|
||
|
||
.ion-md-share:before {
|
||
content: "\f379"; }
|
||
|
||
.ion-md-share-alt:before {
|
||
content: "\f378"; }
|
||
|
||
.ion-md-shirt:before {
|
||
content: "\f37a"; }
|
||
|
||
.ion-md-shuffle:before {
|
||
content: "\f37b"; }
|
||
|
||
.ion-md-skip-backward:before {
|
||
content: "\f37c"; }
|
||
|
||
.ion-md-skip-forward:before {
|
||
content: "\f37d"; }
|
||
|
||
.ion-md-snow:before {
|
||
content: "\f37e"; }
|
||
|
||
.ion-md-speedometer:before {
|
||
content: "\f37f"; }
|
||
|
||
.ion-md-square:before {
|
||
content: "\f381"; }
|
||
|
||
.ion-md-square-outline:before {
|
||
content: "\f380"; }
|
||
|
||
.ion-md-star:before {
|
||
content: "\f384"; }
|
||
|
||
.ion-md-star-half:before {
|
||
content: "\f382"; }
|
||
|
||
.ion-md-star-outline:before {
|
||
content: "\f383"; }
|
||
|
||
.ion-md-stats:before {
|
||
content: "\f385"; }
|
||
|
||
.ion-md-stopwatch:before {
|
||
content: "\f386"; }
|
||
|
||
.ion-md-subway:before {
|
||
content: "\f387"; }
|
||
|
||
.ion-md-sunny:before {
|
||
content: "\f388"; }
|
||
|
||
.ion-md-swap:before {
|
||
content: "\f389"; }
|
||
|
||
.ion-md-switch:before {
|
||
content: "\f38a"; }
|
||
|
||
.ion-md-sync:before {
|
||
content: "\f38b"; }
|
||
|
||
.ion-md-tablet-landscape:before {
|
||
content: "\f38c"; }
|
||
|
||
.ion-md-tablet-portrait:before {
|
||
content: "\f38d"; }
|
||
|
||
.ion-md-tennisball:before {
|
||
content: "\f38e"; }
|
||
|
||
.ion-md-text:before {
|
||
content: "\f38f"; }
|
||
|
||
.ion-md-thermometer:before {
|
||
content: "\f390"; }
|
||
|
||
.ion-md-thumbs-down:before {
|
||
content: "\f391"; }
|
||
|
||
.ion-md-thumbs-up:before {
|
||
content: "\f392"; }
|
||
|
||
.ion-md-thunderstorm:before {
|
||
content: "\f393"; }
|
||
|
||
.ion-md-time:before {
|
||
content: "\f394"; }
|
||
|
||
.ion-md-timer:before {
|
||
content: "\f395"; }
|
||
|
||
.ion-md-today:before {
|
||
content: "\f17d"; }
|
||
|
||
.ion-md-train:before {
|
||
content: "\f396"; }
|
||
|
||
.ion-md-transgender:before {
|
||
content: "\f397"; }
|
||
|
||
.ion-md-trash:before {
|
||
content: "\f398"; }
|
||
|
||
.ion-md-trending-down:before {
|
||
content: "\f399"; }
|
||
|
||
.ion-md-trending-up:before {
|
||
content: "\f39a"; }
|
||
|
||
.ion-md-trophy:before {
|
||
content: "\f39b"; }
|
||
|
||
.ion-md-tv:before {
|
||
content: "\f17f"; }
|
||
|
||
.ion-md-umbrella:before {
|
||
content: "\f39c"; }
|
||
|
||
.ion-md-undo:before {
|
||
content: "\f39d"; }
|
||
|
||
.ion-md-unlock:before {
|
||
content: "\f39e"; }
|
||
|
||
.ion-md-videocam:before {
|
||
content: "\f39f"; }
|
||
|
||
.ion-md-volume-high:before {
|
||
content: "\f123"; }
|
||
|
||
.ion-md-volume-low:before {
|
||
content: "\f131"; }
|
||
|
||
.ion-md-volume-mute:before {
|
||
content: "\f3a1"; }
|
||
|
||
.ion-md-volume-off:before {
|
||
content: "\f3a2"; }
|
||
|
||
.ion-md-walk:before {
|
||
content: "\f3a4"; }
|
||
|
||
.ion-md-wallet:before {
|
||
content: "\f18f"; }
|
||
|
||
.ion-md-warning:before {
|
||
content: "\f3a5"; }
|
||
|
||
.ion-md-watch:before {
|
||
content: "\f3a6"; }
|
||
|
||
.ion-md-water:before {
|
||
content: "\f3a7"; }
|
||
|
||
.ion-md-wifi:before {
|
||
content: "\f3a8"; }
|
||
|
||
.ion-md-wine:before {
|
||
content: "\f3a9"; }
|
||
|
||
.ion-md-woman:before {
|
||
content: "\f3aa"; }
|
||
|
||
.section,
|
||
.is-sans {
|
||
font-family: "Poppins", "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
|
||
font-weight: 400; }
|
||
|
||
.is-mono {
|
||
font-family: "Anonymous Pro", "Andale Mono", AndaleMono, monospace; }
|
||
|
||
.title,
|
||
.content .title {
|
||
font-weight: 700;
|
||
color: #0D1E34; }
|
||
|
||
.title.is-1 {
|
||
font-size: 5.63rem;
|
||
line-height: 1.07em; }
|
||
|
||
.title.is-2 {
|
||
font-size: 3.5rem;
|
||
line-height: 1.14em; }
|
||
|
||
.title.is-3 {
|
||
font-size: 2.5rem;
|
||
line-height: 1.2em; }
|
||
|
||
.title.is-4 {
|
||
font-size: 1.75rem;
|
||
line-height: 1.43em; }
|
||
|
||
.title.is-5 {
|
||
font-size: 1.25rem;
|
||
line-height: 1.2em; }
|
||
|
||
.title.is-6 {
|
||
font-size: 0.88rem;
|
||
line-height: 1.43em; }
|
||
|
||
.title.is-7 {
|
||
font-size: 0.63rem;
|
||
line-height: 1.2em; }
|
||
|
||
.content h1 {
|
||
margin-bottom: 0.5em;
|
||
font-size: 2em;
|
||
font-weight: 700; }
|
||
.content h1:not(:first-child) {
|
||
margin-top: 1em; }
|
||
|
||
.content h2 {
|
||
margin-bottom: 0.5714em;
|
||
font-size: 1.75em;
|
||
font-weight: 700; }
|
||
.content h2:not(:first-child) {
|
||
margin-top: 1.1428em; }
|
||
|
||
.content h3 {
|
||
margin-bottom: 0.6666em;
|
||
font-size: 1.5em;
|
||
font-weight: 700; }
|
||
.content h3:not(:first-child) {
|
||
margin-top: 1.3333em; }
|
||
|
||
.content h4 {
|
||
margin-bottom: 0.8em;
|
||
font-size: 1.25em;
|
||
font-weight: 700; }
|
||
|
||
.content h5 {
|
||
margin-bottom: 0.8888em;
|
||
font-size: 1.125em;
|
||
font-weight: 700; }
|
||
|
||
.content h6 {
|
||
margin-bottom: 1em;
|
||
font-size: 1em;
|
||
font-weight: 700; }
|
||
|
||
.content blockquote.is-blue,
|
||
.content h1.is-blue,
|
||
.content h2.is-blue,
|
||
.content h3.is-blue,
|
||
.content h4.is-blue,
|
||
.content h5.is-blue,
|
||
.content h6.is-blue,
|
||
.content p.is-blue {
|
||
color: #26599B; }
|
||
|
||
.content blockquote.is-marine,
|
||
.content h1.is-marine,
|
||
.content h2.is-marine,
|
||
.content h3.is-marine,
|
||
.content h4.is-marine,
|
||
.content h5.is-marine,
|
||
.content h6.is-marine,
|
||
.content p.is-marine {
|
||
color: #3DB5A0; }
|
||
|
||
.content blockquote.is-berry,
|
||
.content h1.is-berry,
|
||
.content h2.is-berry,
|
||
.content h3.is-berry,
|
||
.content h4.is-berry,
|
||
.content h5.is-berry,
|
||
.content h6.is-berry,
|
||
.content p.is-berry {
|
||
color: #823A69; }
|
||
|
||
.content blockquote.is-cinnamon,
|
||
.content h1.is-cinnamon,
|
||
.content h2.is-cinnamon,
|
||
.content h3.is-cinnamon,
|
||
.content h4.is-cinnamon,
|
||
.content h5.is-cinnamon,
|
||
.content h6.is-cinnamon,
|
||
.content p.is-cinnamon {
|
||
color: #DB512A; }
|
||
|
||
.content blockquote.is-dark,
|
||
.content h1.is-dark,
|
||
.content h2.is-dark,
|
||
.content h3.is-dark,
|
||
.content h4.is-dark,
|
||
.content h5.is-dark,
|
||
.content h6.is-dark,
|
||
.content p.is-dark {
|
||
color: #0D1E34; }
|
||
|
||
.content blockquote.is-grey,
|
||
.content h1.is-grey,
|
||
.content h2.is-grey,
|
||
.content h3.is-grey,
|
||
.content h4.is-grey,
|
||
.content h5.is-grey,
|
||
.content h6.is-grey,
|
||
.content p.is-grey {
|
||
color: #E4E5E7; }
|
||
|
||
.content blockquote.is-dandelion,
|
||
.content h1.is-dandelion,
|
||
.content h2.is-dandelion,
|
||
.content h3.is-dandelion,
|
||
.content h4.is-dandelion,
|
||
.content h5.is-dandelion,
|
||
.content h6.is-dandelion,
|
||
.content p.is-dandelion {
|
||
color: #BAB108; }
|
||
|
||
p label {
|
||
font-variant-caps: all-small-caps; }
|
||
|
||
p label::after {
|
||
content: ':'; }
|
||
|
||
hr, .titlebar-bigborder, .media.media-comment, .media.media-comment + .media.media-comment,
|
||
.media.media-comment .media.media-comment, .footer .container {
|
||
border-top: 4px solid #193B68; }
|
||
|
||
.is-compact.subtitle, .is-compact.title {
|
||
margin-bottom: 0; }
|
||
|
||
.byline {
|
||
color: #3276CF; }
|
||
.byline a {
|
||
color: #3276CF; }
|
||
.byline a:hover {
|
||
color: #26599B;
|
||
text-decoration: underline; }
|
||
|
||
.content .image {
|
||
margin: 0;
|
||
padding: 0; }
|
||
|
||
.image img {
|
||
width: 100%;
|
||
height: auto; }
|
||
|
||
.image figcaption {
|
||
margin-top: 1em;
|
||
font-family: "Anonymous Pro", "Andale Mono", AndaleMono, monospace;
|
||
font-size: 0.88rem;
|
||
line-height: 1.2em;
|
||
text-align: left;
|
||
color: #0D1E34; }
|
||
|
||
.is-dark .label {
|
||
color: currentColor; }
|
||
|
||
.is-dark .select select {
|
||
border-color: #0D1E34;
|
||
color: #FFFFFF;
|
||
background-color: #0D1E34; }
|
||
|
||
.is-dark .select:not(.is-multiple)::after {
|
||
border-color: currentColor; }
|
||
|
||
.content blockquote {
|
||
border-left-width: 0;
|
||
padding-left: 0;
|
||
padding-right: 0;
|
||
color: currentColor; }
|
||
.content blockquote * {
|
||
color: currentColor; }
|
||
.content blockquote cite {
|
||
display: block;
|
||
font-style: normal;
|
||
font-weight: 700; }
|
||
.content blockquote cite::before {
|
||
content: "\2014 "; }
|
||
|
||
.is-equal-height .column {
|
||
display: flex; }
|
||
|
||
.is-centered-vert {
|
||
align-items: center; }
|
||
|
||
.flow {
|
||
clear: both; }
|
||
@media screen and (min-width: 769px), print {
|
||
.flow {
|
||
margin-left: calc(16.3% - 0.75rem);
|
||
margin-right: calc(16.3% - 0.75rem);
|
||
margin-top: -1.5rem; }
|
||
.flow:last-child {
|
||
margin-bottom: -1.5rem; }
|
||
.flow:not(:last-child) {
|
||
margin-bottom: calc(1.5rem - 1.5rem); } }
|
||
@media screen and (min-width: 1024px) {
|
||
.flow .flow_breakout {
|
||
box-sizing: border-box;
|
||
padding: 3em;
|
||
background: pink;
|
||
margin-left: calc(50% - 50vw + 0.5em);
|
||
margin-right: calc(50% - 50vw + 0.5em); } }
|
||
.flow [class^=flow] {
|
||
box-sizing: border-box; }
|
||
@media screen and (min-width: 769px), print {
|
||
.flow [class^=flow] {
|
||
padding: 1.5rem; } }
|
||
@media screen and (min-width: 769px), print {
|
||
.flow .flow_full {
|
||
margin-left: -25%;
|
||
margin-right: -25%; } }
|
||
@media screen and (min-width: 769px), print {
|
||
.flow .flow_left {
|
||
float: left;
|
||
margin-left: -25%;
|
||
width: 25%; } }
|
||
@media screen and (min-width: 769px), print {
|
||
.flow .flow_right {
|
||
float: right;
|
||
margin-right: -25%;
|
||
width: 25%; } }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.flow-thirds {
|
||
margin-left: calc(25% - 0.75rem);
|
||
margin-right: calc(25% - 0.75rem); } }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.flow-thirds .flow_full {
|
||
margin-left: -50%;
|
||
margin-right: -50%; } }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.flow-thirds .flow_left {
|
||
float: left;
|
||
margin-left: -50%;
|
||
width: 50%; } }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.flow-thirds .flow_right {
|
||
float: right;
|
||
margin-right: -50%;
|
||
width: 50%; } }
|
||
|
||
@font-face {
|
||
font-family: 'Agaricons';
|
||
src: url("../fonts/agariccons.eot");
|
||
src: url("../fonts/agariccons.woff2") format("woff2"), url("../fonts/agariccons.woff") format("woff"), url("../fonts/agariccons.otf") format("opentype");
|
||
font-weight: 400;
|
||
font-style: normal; }
|
||
|
||
.agc {
|
||
display: inline-block;
|
||
font-family: Agaricons;
|
||
speak: none;
|
||
font-style: normal;
|
||
font-weight: normal;
|
||
font-variant: normal;
|
||
text-transform: none;
|
||
text-rendering: auto;
|
||
line-height: 1;
|
||
-webkit-font-smoothing: antialiased;
|
||
-moz-osx-font-smoothing: grayscale; }
|
||
|
||
.agc-logo::before {
|
||
content: "\e000"; }
|
||
|
||
.agc-video::before {
|
||
content: "\e001"; }
|
||
|
||
.agc-photo::before {
|
||
content: "\e002"; }
|
||
|
||
.agc-print::before {
|
||
content: "\e003"; }
|
||
|
||
.agc-locked::before {
|
||
content: "\e004"; }
|
||
|
||
.agc-search::before {
|
||
content: "\e005"; }
|
||
|
||
.agc-zoom-in::before {
|
||
content: "\e006"; }
|
||
|
||
.agc-zoom-out::before {
|
||
content: "\e007"; }
|
||
|
||
.agc-help::before {
|
||
content: "\e008"; }
|
||
|
||
.agc-alert::before {
|
||
content: "\e009"; }
|
||
|
||
.agc-gear-1::before {
|
||
content: "\e00A"; }
|
||
|
||
.agc-gear-2::before {
|
||
content: "\e00B"; }
|
||
|
||
.agc-cloud-1::before {
|
||
content: "\e00C"; }
|
||
|
||
.agc-cloud-2::before {
|
||
content: "\e00D"; }
|
||
|
||
.agc-chart-up::before {
|
||
content: "\e00E"; }
|
||
|
||
.agc-target-1::before {
|
||
content: "\e00F"; }
|
||
|
||
.agc-target-2::before {
|
||
content: "\e010"; }
|
||
|
||
.agc-at::before {
|
||
content: "\e011"; }
|
||
|
||
.agc-hash::before {
|
||
content: "\e012"; }
|
||
|
||
.agc-quote-1::before {
|
||
content: "\e013"; }
|
||
|
||
.agc-quote-2::before {
|
||
content: "\e014"; }
|
||
|
||
.agc-mail::before {
|
||
content: "\e015"; }
|
||
|
||
.agc-rss::before {
|
||
content: "\e016"; }
|
||
|
||
.agc-youtube::before {
|
||
content: "\e017"; }
|
||
|
||
.agc-check::before {
|
||
content: "\e018"; }
|
||
|
||
.agc-alarm::before {
|
||
content: "\e019"; }
|
||
|
||
.agc-clock::before {
|
||
content: "\e01A"; }
|
||
|
||
.agc-x::before {
|
||
content: "\e01B"; }
|
||
|
||
.agc-plus::before {
|
||
content: "\e01C"; }
|
||
|
||
.agc-crossbar::before {
|
||
content: "\e01D"; }
|
||
|
||
.agc-xbar::before {
|
||
content: "\e01E"; }
|
||
|
||
.agc-document::before {
|
||
content: "\e01F"; }
|
||
|
||
.agc-server::before {
|
||
content: "\e020"; }
|
||
|
||
.agc-phone::before {
|
||
content: "\e021"; }
|
||
|
||
.agc-python::before {
|
||
content: "\e022"; }
|
||
|
||
.agc-facebook::before {
|
||
content: "\e023"; }
|
||
|
||
.agc-twitter::before {
|
||
content: "\e024"; }
|
||
|
||
.agc-happy::before {
|
||
content: "\e025"; }
|
||
|
||
.agc-sad::before {
|
||
content: "\e026"; }
|
||
|
||
.agc-coop::before {
|
||
content: "\e027"; }
|
||
|
||
.agc-d8::before {
|
||
content: "\e028"; }
|
||
|
||
.agc-drop-1::before {
|
||
content: "\e029"; }
|
||
|
||
.agc-drop-2::before {
|
||
content: "\e02A"; }
|
||
|
||
.agc-arcade-1::before {
|
||
content: "\e02B"; }
|
||
|
||
.agc-arcade-2::before {
|
||
content: "\e02C"; }
|
||
|
||
.agc-arcade-3::before {
|
||
content: "\e02D"; }
|
||
|
||
.agc-arcade-4::before {
|
||
content: "\e02E"; }
|
||
|
||
.agc-arcade-5::before {
|
||
content: "\e02F"; }
|
||
|
||
.agc-arcade-6::before {
|
||
content: "\e030"; }
|
||
|
||
.agc-mushroom::before {
|
||
content: "\e031"; }
|
||
|
||
.is-fixed {
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
z-index: +999; }
|
||
.is-fixed #logo .logo-color {
|
||
fill: currentColor; }
|
||
.is-fixed + section {
|
||
padding-top: 3.3125em; }
|
||
@media screen and (min-width: 1024px) {
|
||
.is-fixed + section {
|
||
padding-top: 5.875em; } }
|
||
|
||
.navbar {
|
||
color: #FFFFFF;
|
||
background-color: #0D1E34;
|
||
z-index: +9; }
|
||
@media screen and (min-width: 769px), print {
|
||
.navbar {
|
||
transition-property: color, background-color;
|
||
transition-timing-function: ease-out;
|
||
transition-duration: 500ms; } }
|
||
@media screen and (min-width: 1024px) {
|
||
.navbar {
|
||
padding: 1.25em 0;
|
||
background-color: transparent; } }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.transparent-header {
|
||
color: #FFFFFF;
|
||
background-color: transparent; } }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.dark-header {
|
||
color: #FFFFFF;
|
||
background-color: #0D1E34; } }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.light-header {
|
||
color: #0D1E34;
|
||
background-color: #FFFFFF; } }
|
||
|
||
.navbar-brand #logo {
|
||
width: 95px;
|
||
height: 37px; }
|
||
|
||
.navbar-burger span {
|
||
margin-left: -11px;
|
||
width: 22px;
|
||
height: 3.6px;
|
||
transition-property: top, left, width, transform; }
|
||
|
||
.navbar-burger span:nth-child(1) {
|
||
margin-top: -11px; }
|
||
|
||
.navbar-burger span:nth-child(2) {
|
||
margin-top: -2px; }
|
||
|
||
.navbar-burger span:nth-child(3) {
|
||
margin-top: 7px; }
|
||
|
||
.navbar-burger.burger.is-active span:nth-child(1) {
|
||
margin-top: -11px;
|
||
margin-left: -8.5px;
|
||
width: 28px; }
|
||
|
||
.navbar-burger.is-active span:nth-child(3) {
|
||
margin-top: 7.5px;
|
||
margin-left: -8.5px;
|
||
width: 28px; }
|
||
|
||
.navbar .ion-search {
|
||
font-size: 1.25em; }
|
||
|
||
.navbar-menu {
|
||
background-color: #0D1E34; }
|
||
|
||
.navbar-dropdown {
|
||
border: 0;
|
||
padding: 0 1em;
|
||
border-radius: 0; }
|
||
@media screen and (min-width: 769px), print {
|
||
.navbar-dropdown {
|
||
border-top: 3px solid #0D1E34;
|
||
padding-left: 0;
|
||
padding-right: 0; } }
|
||
|
||
.navbar-dropdown a.navbar-item {
|
||
padding: 1em; }
|
||
@media screen and (min-width: 769px), print {
|
||
.navbar-dropdown a.navbar-item {
|
||
color: #0D1E34; } }
|
||
|
||
.navbar-dropdown a:hover.navbar-item {
|
||
border-color: #FFFFFF; }
|
||
@media screen and (min-width: 769px), print {
|
||
.navbar-dropdown a:hover.navbar-item {
|
||
color: #FFFFFF;
|
||
background-color: #0D1E34; } }
|
||
|
||
.navbar-dropdown .navbar-item:first-child {
|
||
border-top: 3px solid #FFFFFF; }
|
||
@media screen and (min-width: 769px), print {
|
||
.navbar-dropdown .navbar-item:first-child {
|
||
border-top: 0; } }
|
||
|
||
.navbar-dropdown .navbar-item:last-child {
|
||
border-bottom: 3px solid #FFFFFF; }
|
||
@media screen and (min-width: 769px), print {
|
||
.navbar-dropdown .navbar-item:last-child {
|
||
border-bottom: 0; } }
|
||
|
||
.navbar-dropdown .navbar-item {
|
||
padding-left: 3em; }
|
||
@media screen and (min-width: 769px), print {
|
||
.navbar-dropdown .navbar-item {
|
||
padding-left: 1em; } }
|
||
|
||
.navbar-link {
|
||
padding-right: 1rem;
|
||
color: currentColor; }
|
||
.navbar-link::after {
|
||
display: none; }
|
||
|
||
.navbar-item {
|
||
color: currentColor;
|
||
font-weight: bold; }
|
||
|
||
a.navbar-item.is-active,
|
||
a.navbar-link.is-active {
|
||
color: #3276CF;
|
||
background-color: transparent; }
|
||
@media screen and (min-width: 769px), print {
|
||
a.navbar-item.is-active,
|
||
a.navbar-link.is-active {
|
||
color: currentColor; }
|
||
a.navbar-item.is-active::before,
|
||
a.navbar-link.is-active::before {
|
||
display: block;
|
||
content: '' !important;
|
||
position: absolute;
|
||
left: 1em;
|
||
right: 1em;
|
||
bottom: -3px;
|
||
border-top: 3px solid currentColor; }
|
||
a.navbar-item.is-active:hover,
|
||
a.navbar-link.is-active:hover {
|
||
color: #FFFFFF;
|
||
background-color: #0D1E34; }
|
||
a.navbar-item.is-active:hover::before,
|
||
a.navbar-link.is-active:hover::before {
|
||
display: none; } }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
|
||
color: #FFFFFF;
|
||
background-color: #0D1E34; } }
|
||
|
||
a.navbar-item:hover,
|
||
a.navbar-link:hover {
|
||
color: #0D1E34;
|
||
background-color: #FFFFFF; }
|
||
|
||
.navbar-link .navbar-item.is-active::before, .navbar-item .navbar-item.is-active::before {
|
||
display: none; }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.titlebar {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: flex-end; } }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.titlebar .titlebar_title .subtitle,
|
||
.titlebar .titlebar_title .title {
|
||
margin: 0;
|
||
color: currentColor; } }
|
||
|
||
.titlebar .titlebar_links {
|
||
color: currentColor;
|
||
font-size: 0.88rem;
|
||
font-weight: 700; }
|
||
.titlebar .titlebar_links a {
|
||
color: currentColor; }
|
||
.titlebar .titlebar_links a:hover {
|
||
color: #26599B; }
|
||
|
||
.titlebar-bigborder {
|
||
margin-top: 3rem;
|
||
padding-top: 3rem; }
|
||
|
||
.titlebar-padded {
|
||
padding-bottom: 3rem; }
|
||
|
||
.hero.is-dark .tabs a,
|
||
.is-dark .tabs a {
|
||
color: #3276CF; }
|
||
|
||
.hero.is-dark .tabs .is-active a,
|
||
.hero.is-dark .tabs a:hover,
|
||
.is-dark .tabs .is-active a,
|
||
.is-dark .tabs a:hover {
|
||
color: #FFFFFF; }
|
||
|
||
a.card {
|
||
display: block; }
|
||
|
||
.card.is-blue {
|
||
color: #FFFFFF;
|
||
background-color: #26599B; }
|
||
|
||
a.card.is-blue:hover {
|
||
color: #FFFFFF;
|
||
background-color: #214d87; }
|
||
|
||
.card.is-marine {
|
||
color: #FFFFFF;
|
||
background-color: #3DB5A0; }
|
||
|
||
a.card.is-marine:hover {
|
||
color: #FFFFFF;
|
||
background-color: #37a28f; }
|
||
|
||
.card.is-berry {
|
||
color: #FFFFFF;
|
||
background-color: #823A69; }
|
||
|
||
a.card.is-berry:hover {
|
||
color: #FFFFFF;
|
||
background-color: #70325b; }
|
||
|
||
.card.is-cinnamon {
|
||
color: #FFFFFF;
|
||
background-color: #DB512A; }
|
||
|
||
a.card.is-cinnamon:hover {
|
||
color: #FFFFFF;
|
||
background-color: #c94722; }
|
||
|
||
.card.is-dark {
|
||
color: #FFFFFF;
|
||
background-color: #0D1E34; }
|
||
|
||
a.card.is-dark:hover {
|
||
color: #FFFFFF;
|
||
background-color: #081220; }
|
||
|
||
.card.is-grey {
|
||
color: #FFFFFF;
|
||
background-color: #E4E5E7; }
|
||
|
||
a.card.is-grey:hover {
|
||
color: #FFFFFF;
|
||
background-color: #d7d8db; }
|
||
|
||
.card.is-dandelion {
|
||
color: #FFFFFF;
|
||
background-color: #BAB108; }
|
||
|
||
a.card.is-dandelion:hover {
|
||
color: #FFFFFF;
|
||
background-color: #a29a07; }
|
||
|
||
.card-project {
|
||
position: relative;
|
||
color: #FFFFFF;
|
||
background-color: #0D1E34;
|
||
box-shadow: none;
|
||
min-height: 200px; }
|
||
.card-project.is-small {
|
||
max-width: 30em; }
|
||
.card-project.is-large {
|
||
max-width: 60em; }
|
||
.card-project.is-large .card-content .title {
|
||
font-size: 3.5rem; }
|
||
.card-project.is-large .card-content .subtitle {
|
||
font-size: 1.75rem; }
|
||
.card-project .card-image {
|
||
position: absolute;
|
||
top: 0;
|
||
right: 50%;
|
||
bottom: 0;
|
||
left: 0;
|
||
background-position: center;
|
||
background-size: cover;
|
||
background-clip: content-box; }
|
||
.card-project .card-content {
|
||
box-sizing: border-box;
|
||
padding: 0 0 0 50%;
|
||
color: inherit; }
|
||
.card-project .card-content .title {
|
||
padding: 1em 0 0.5rem;
|
||
margin-bottom: 0;
|
||
font-size: 1.75rem;
|
||
line-height: 1em;
|
||
transform: translateX(-2rem);
|
||
color: inherit; }
|
||
.card-project .card-content .title + .subtitle {
|
||
margin-top: 0.5rem; }
|
||
.card-project .card-content .subtitle {
|
||
padding: 0.5rem 0.5rem 0.5rem 1rem;
|
||
color: inherit;
|
||
font-family: "Anonymous Pro", "Andale Mono", AndaleMono, monospace;
|
||
font-size: 0.88rem; }
|
||
.card-project .card-content::before {
|
||
content: "";
|
||
width: 1px;
|
||
margin-left: -1px;
|
||
float: left;
|
||
height: 0;
|
||
padding-top: 100%; }
|
||
.card-project .card-content::after {
|
||
content: "";
|
||
display: table;
|
||
clear: both; }
|
||
|
||
a.card-project:hover {
|
||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
|
||
|
||
.card-initiative {
|
||
padding: 0.5em;
|
||
max-width: 30em;
|
||
color: #FFFFFF;
|
||
background-color: #0D1E34;
|
||
box-shadow: none; }
|
||
.card-initiative .card-image {
|
||
padding-bottom: 50%;
|
||
background-position: center;
|
||
background-repeat: no-repeat;
|
||
background-size: cover; }
|
||
.card-initiative .card-content {
|
||
position: relative;
|
||
z-index: +1;
|
||
padding: 0; }
|
||
.card-initiative .card-content .title {
|
||
color: inherit;
|
||
margin-top: -0.625em;
|
||
margin-bottom: 0;
|
||
margin-left: 2rem;
|
||
font-size: 1.75rem; }
|
||
.card-initiative .card-content .title + .subtitle {
|
||
margin-top: 1em; }
|
||
.card-initiative .card-content .subtitle {
|
||
color: inherit;
|
||
font-family: "Anonymous Pro", "Andale Mono", AndaleMono, monospace;
|
||
font-size: 0.88rem; }
|
||
|
||
a.card-initiative:hover {
|
||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
|
||
|
||
.media + .media,
|
||
.media .media {
|
||
padding-top: 0;
|
||
border-top: 0; }
|
||
|
||
.media.media-comment {
|
||
display: block;
|
||
border-top-width: 2px;
|
||
border-top-color: #E4E5E7;
|
||
padding-top: 32px;
|
||
padding-bottom: 32px; }
|
||
.media.media-comment + .media.media-comment,
|
||
.media.media-comment .media.media-comment {
|
||
border-top-width: 2px;
|
||
border-top-color: #E4E5E7; }
|
||
.media.media-comment .media-left {
|
||
font-family: "Anonymous Pro", "Andale Mono", AndaleMono, monospace;
|
||
color: #3276CF;
|
||
padding-bottom: 1rem; }
|
||
.media.media-comment .media-comment {
|
||
margin-top: 32px;
|
||
margin-bottom: -48px; }
|
||
@media screen and (min-width: 769px), print {
|
||
.media.media-comment {
|
||
display: flex; }
|
||
.media.media-comment .media-left {
|
||
width: 12em; } }
|
||
|
||
.media-list .media,
|
||
.media-list .media + .media {
|
||
margin-top: 32px;
|
||
margin-bottom: 64px; }
|
||
|
||
a.teaser {
|
||
display: block; }
|
||
a.teaser:hover {
|
||
outline: 0.5em solid #f2f2f3;
|
||
background: #f2f2f3; }
|
||
a.teaser:hover .title,
|
||
a.teaser:hover .subtitle {
|
||
color: #26599B; }
|
||
|
||
.content .teaser *.title,
|
||
.teaser *.title {
|
||
margin-bottom: 0; }
|
||
|
||
.content .teaser .title + .subtitle,
|
||
.teaser .title + .subtitle {
|
||
margin-top: 1em; }
|
||
|
||
.teaser + .teaser {
|
||
margin-top: 32px; }
|
||
|
||
.media.teaser {
|
||
display: flex; }
|
||
.media.teaser .media-left {
|
||
width: 12em; }
|
||
.media.teaser .media-left img {
|
||
width: 100%;
|
||
height: auto;
|
||
display: block; }
|
||
|
||
.hero.is-light {
|
||
background: #E4E5E7; }
|
||
|
||
.hero-main {
|
||
background-position: center;
|
||
background-size: cover;
|
||
background-repeat: no-repeat; }
|
||
.hero-main::before {
|
||
position: absolute;
|
||
display: block;
|
||
top: 0;
|
||
right: 0;
|
||
left: 0;
|
||
height: 11em;
|
||
content: "";
|
||
background: -webkit-linear-gradient(top, #0d1e34 25%, rgba(13, 30, 52, 0) 100%);
|
||
background: -moz-linear-gradient(top, #0d1e34 25%, rgba(13, 30, 52, 0) 100%);
|
||
background: linear-gradient(to bottom, #0d1e34 25%, rgba(13, 30, 52, 0) 100%); }
|
||
.hero-main a .icon {
|
||
color: #BAB108; }
|
||
.hero-main a:hover .icon {
|
||
color: #CBC219; }
|
||
|
||
.hero.is-blue {
|
||
color: #FFFFFF;
|
||
background-color: #26599B; }
|
||
|
||
.hero.is-marine {
|
||
color: #FFFFFF;
|
||
background-color: #3DB5A0; }
|
||
|
||
.hero.is-berry {
|
||
color: #FFFFFF;
|
||
background-color: #823A69; }
|
||
|
||
.hero.is-cinnamon {
|
||
color: #FFFFFF;
|
||
background-color: #DB512A; }
|
||
|
||
.hero.is-dark {
|
||
color: #FFFFFF;
|
||
background-color: #0D1E34; }
|
||
|
||
.hero.is-grey {
|
||
color: #FFFFFF;
|
||
background-color: #E4E5E7; }
|
||
|
||
.hero.is-dandelion {
|
||
color: #FFFFFF;
|
||
background-color: #BAB108; }
|
||
|
||
.hero-project .container .hero-body .title {
|
||
color: currentColor;
|
||
font-size: 2.5rem;
|
||
line-height: 1em; }
|
||
|
||
.hero-project .container .hero-body .subtitle {
|
||
color: currentColor;
|
||
font-family: "Anonymous Pro", "Andale Mono", AndaleMono, monospace;
|
||
font-size: 1.25rem;
|
||
line-height: 1.4em; }
|
||
|
||
.hero-project .container .hero-body .title + .subtitle {
|
||
margin-top: 1em; }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.hero-project .container {
|
||
display: flex;
|
||
flex-direction: row; }
|
||
.hero-project .container .hero-image {
|
||
width: 50%; }
|
||
.hero-project .container .hero-image img {
|
||
display: block; }
|
||
.hero-project .container .hero-body {
|
||
padding: 2rem 2rem 2rem 1rem;
|
||
z-index: +1;
|
||
width: 50%; }
|
||
.hero-project .container .hero-body .title {
|
||
margin-top: 0.25em;
|
||
margin-left: -1.25em;
|
||
max-width: 6em; }
|
||
.hero-project .container .hero-body .subtitle {
|
||
font-size: 1.25rem; } }
|
||
|
||
@media screen and (min-width: 1024px) {
|
||
.hero-project .container .hero-body {
|
||
padding: 3rem 3rem 3rem 1.5rem; }
|
||
.hero-project .container .hero-body .title {
|
||
margin-top: 0.25em;
|
||
font-size: 3.5rem; }
|
||
.hero-project .container .hero-body .subtitle {
|
||
font-size: 1.75rem; } }
|
||
|
||
.hero-initiative .container .hero-body .title {
|
||
color: currentColor;
|
||
font-size: 2.5rem;
|
||
line-height: 1em; }
|
||
|
||
.hero-initiative .container .hero-body .subtitle {
|
||
color: currentColor;
|
||
font-family: "Anonymous Pro", "Andale Mono", AndaleMono, monospace;
|
||
font-size: 1.25rem;
|
||
line-height: 1.4em; }
|
||
|
||
.hero-initiative .container .hero-body .title + .subtitle {
|
||
margin-top: 1em; }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.hero-initiative .container {
|
||
display: flex;
|
||
flex-direction: row; }
|
||
.hero-initiative .container .hero-image {
|
||
box-sizing: border-box;
|
||
padding-top: 3rem;
|
||
padding-bottom: 3rem;
|
||
padding-left: 3rem;
|
||
width: 50%; }
|
||
.hero-initiative .container .hero-image img {
|
||
display: block; }
|
||
.hero-initiative .container .hero-body {
|
||
padding: 3rem 3rem 3rem 1.5rem;
|
||
width: 50%;
|
||
z-index: +1; }
|
||
.hero-initiative .container .hero-body .title {
|
||
display: inline-block;
|
||
margin-top: 0.5em;
|
||
margin-left: -1.25em; }
|
||
.hero-initiative .container .hero-body .subtitle {
|
||
font-size: 1.25rem; }
|
||
.hero-initiative .container .hero-body .title + .subtitle {
|
||
margin-top: 1em; } }
|
||
|
||
@media screen and (min-width: 1024px) {
|
||
.hero-initiative .container .hero-body {
|
||
padding: 3rem 3rem 3rem 1.5rem; }
|
||
.hero-initiative .container .hero-body .title {
|
||
margin-top: 0.25em;
|
||
font-size: 3.5rem; }
|
||
.hero-initiative .container .hero-body .subtitle {
|
||
font-size: 1.75rem; } }
|
||
|
||
.hero-person .container .title {
|
||
padding: 0.5em;
|
||
color: currentColor;
|
||
font-size: 2.5rem;
|
||
line-height: 1em; }
|
||
|
||
.hero-person .container .subtitle {
|
||
color: currentColor;
|
||
font-size: 1.25rem;
|
||
line-height: 1em; }
|
||
|
||
.hero-person .container .hero-body {
|
||
padding-top: 0; }
|
||
|
||
.hero-person .container p {
|
||
font-family: "Anonymous Pro", "Andale Mono", AndaleMono, monospace; }
|
||
|
||
.hero-person .container p + p {
|
||
margin-top: 1.2em; }
|
||
|
||
@media screen and (min-width: 769px), print {
|
||
.hero-person .container {
|
||
display: flex;
|
||
flex-direction: row; }
|
||
.hero-person .container .hero-image {
|
||
box-sizing: border-box;
|
||
padding: 3rem 3rem 3rem 6rem;
|
||
width: 50%; }
|
||
.hero-person .container .hero-image img {
|
||
display: block; }
|
||
.hero-person .container .hero-image .title {
|
||
margin-top: -1.5em;
|
||
margin-left: -1.25em;
|
||
padding-bottom: 0.5em;
|
||
z-index: +1; }
|
||
.hero-person .container .hero-body {
|
||
padding: 3rem 3rem 3rem 1.5rem;
|
||
width: 50%; }
|
||
.hero-person .container .hero-body .subtitle {
|
||
font-weight: bold; }
|
||
.hero-person .container .hero-body .subtitle + p {
|
||
margin-top: 1.2em; } }
|
||
|
||
@media screen and (min-width: 1024px) {
|
||
.hero-person .container .subtitle {
|
||
font-size: 1.75rem; } }
|
||
|
||
.carousel {
|
||
padding-top: 64px;
|
||
padding-bottom: 64px; }
|
||
|
||
.slick-slider {
|
||
position: relative; }
|
||
|
||
.slick-track:after {
|
||
clear: both; }
|
||
|
||
.slick-slide {
|
||
outline: 0;
|
||
padding: 0 16px; }
|
||
@media screen and (min-width: 769px), print {
|
||
.slick-slide {
|
||
padding: 0 32px; } }
|
||
|
||
ul.slick-dots {
|
||
bottom: 10.6666666667px; }
|
||
ul.slick-dots li button {
|
||
width: 0.875rem;
|
||
height: 0.875rem; }
|
||
ul.slick-dots li button::before {
|
||
content: '';
|
||
border-radius: 50%;
|
||
width: 0.875rem;
|
||
height: 0.875rem;
|
||
background: #0D1E34; }
|
||
|
||
.pagination .pagination-previous,
|
||
.pagination .pagination-next,
|
||
.pagination .pagination-link {
|
||
border: 0;
|
||
font-weight: 700; }
|
||
.pagination .pagination-previous:hover,
|
||
.pagination .pagination-next:hover,
|
||
.pagination .pagination-link:hover {
|
||
color: #FFFFFF;
|
||
background-color: #0D1E34; }
|
||
.pagination .pagination-previous[disabled],
|
||
.pagination .pagination-next[disabled],
|
||
.pagination .pagination-link[disabled] {
|
||
color: #0D1E34;
|
||
background-color: inherit; }
|
||
|
||
.content ul.icon-list {
|
||
margin-left: 0; }
|
||
|
||
.icon-list {
|
||
list-style: none;
|
||
padding-left: 0; }
|
||
.icon-list li {
|
||
list-style: none; }
|
||
|
||
.icon-list-cols {
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
align-items: flex-start; }
|
||
.icon-list-cols li {
|
||
position: relative;
|
||
padding-left: 4rem; }
|
||
.icon-list-cols li::before {
|
||
float: left;
|
||
margin-left: -4rem;
|
||
display: block;
|
||
font-family: Agaricons;
|
||
speak: none;
|
||
font-style: normal;
|
||
font-weight: normal;
|
||
font-variant: normal;
|
||
text-transform: none;
|
||
text-rendering: auto;
|
||
line-height: 1;
|
||
font-size: 3em;
|
||
text-align: center;
|
||
-webkit-font-smoothing: antialiased;
|
||
-moz-osx-font-smoothing: grayscale;
|
||
width: 3rem; }
|
||
.icon-list-cols li {
|
||
position: relative;
|
||
padding-bottom: 32px; }
|
||
.icon-list-cols li + li {
|
||
margin-top: 0; }
|
||
@media screen and (min-width: 769px), print {
|
||
.icon-list-cols li:nth-child(2n+1) {
|
||
margin-right: 4%; }
|
||
.icon-list-cols li:nth-last-child(1),
|
||
.icon-list-cols li:nth-last-child(2) {
|
||
padding-bottom: 0; }
|
||
.icon-list-cols li {
|
||
padding-bottom: 64px;
|
||
width: 48%; } }
|
||
|
||
.icon-list-cols li.is-blue::before {
|
||
color: #26599B; }
|
||
|
||
.icon-list-cols li.is-marine::before {
|
||
color: #3DB5A0; }
|
||
|
||
.icon-list-cols li.is-berry::before {
|
||
color: #823A69; }
|
||
|
||
.icon-list-cols li.is-cinnamon::before {
|
||
color: #DB512A; }
|
||
|
||
.icon-list-cols li.is-dark::before {
|
||
color: #0D1E34; }
|
||
|
||
.icon-list-cols li.is-grey::before {
|
||
color: #E4E5E7; }
|
||
|
||
.icon-list-cols li.is-dandelion::before {
|
||
color: #BAB108; }
|
||
|
||
.related {
|
||
padding-top: 0; }
|
||
.related .media .media-left {
|
||
max-width: 9em; }
|
||
|
||
.hero + .section.related {
|
||
margin-top: -3rem; }
|
||
.hero + .section.related .titlebar-bigborder {
|
||
border-top: 0; }
|
||
|
||
.footer {
|
||
font-size: 0.88rem;
|
||
font-weight: 700;
|
||
color: #0D1E34;
|
||
padding: 0 1.5rem 3rem 1.5rem; }
|
||
.footer a {
|
||
color: currentColor; }
|
||
.footer a:hover {
|
||
color: #26599B;
|
||
text-decoration: underline; }
|
||
.footer .container {
|
||
padding-top: 3em; }
|
||
.footer .footer-logo .icon {
|
||
display: inline-block;
|
||
margin-top: -0.325em;
|
||
font-size: 4.5em; }
|
||
.footer .footer-logo .icon .agc {
|
||
display: block; }
|