/* GENERAL */
html,
body {
    font-size: 16px;
    background-color: #FFF;
}
body,
button,
input,
select,
textarea {
    font-family: 'Avenir';
    font-weight: 400;
}
.has-background-primary {
    background-color: #264597 !important;
}
.has-background-primary-gradient {
    background: linear-gradient(90deg, #264597 0%, #0F8 100%);
}
.has-background-blue-light {
    background-color: #ECFAFA !important;
}
.has-background-pink-off {
    background-color: #F7F2F0 !important;
}
.has-background-pink-light {
    background-color: #FEEFE8 !important;
}
.has-background-pink {
    background-color: #F8BFD2 !important;
}
a {
    color: #264597;
}
a:hover,
a:focus {
    color: #223E87;
}
.has-text-link {
    color: #264597 !important;
}
.has-text-link:hover,
.has-text-link:focus {
    color: #223E87 !important;
}
.has-text-primary {
    color: #264597 !important;
}
a.has-text-primary:hover,
a.has-text-primary:focus {
    color: #223E87 !important;
}
.has-text-secondary {
    color: #F6677B !important;
}
a.has-text-secondary:hover,
a.has-text-secondary:focus {
    color: #F4465E !important;
}
.button {
    font-family: 'dinosaur', sans-serif;
}
.button.is-primary,
.button.is-primary[disabled],
fieldset[disabled] .button.is-primary {
    background-color: #264597;
    color: #FFF;
    border-color: transparent;
    transition: background-color 0.4s ease;
}
.button.is-primary:hover,
.button.is-primary:focus {
    background-color: #223E87;
}
.button.is-primary.is-outlined,
.button.is-primary.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-outlined {
    color: #264597;
    border-color: #264597;
    background-color: transparent;
}
.button.is-primary.is-outlined:hover,
.button.is-primary.is-outlined:focus {
    color: #FFF;
    border-color: #223E87;
    background-color: #223E87;
}
.button.is-secondary,
.button.is-secondary[disabled],
fieldset[disabled] .button.is-secondary {
    background-color: #F6677B;
    color: #FFF;
    border-color: transparent;
    transition: background-color 0.4s ease;
}
.button.is-secondary:hover,
.button.is-secondary:focus {
    background-color: #F4465E;
}
.button.is-secondary.is-outlined,
.button.is-secondary.is-outlined[disabled],
fieldset[disabled] .button.is-secondary.is-outlined {
    color: #F6677B;
    border-color: #F6677B;
    background-color: transparent;
}
.button.is-secondary.is-outlined:hover,
.button.is-secondary.is-outlined:focus {
    color: #FFF;
    border-color: #F4465E;
    background-color: #F4465E;
}






.has-special-font {
    font-family: 'dinosaur', sans-serif;
}
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
    font-family: 'dinosaur', sans-serif;
}
.rich-text > *:not(:last-child) {
    margin-bottom: 2rem;
}
/* /GENERAL */

/* TAGS */
.tag {
    font-family: 'dinosaur', sans-serif;
}
.tag:not(body).is-light {
    color: #363636;
    background-color: #E6E6E6;
}
.tag:not(body).is-primary {
    color: #FFF;
    background-color: #264597;
}
.tag:not(body).is-secondary {
    color: #264597;
    background-color: #F8BFD2;
}
/* /TAGS */

/* HELPERS */
.is-mh200 {
    max-height: 200px;
}
/* /HELPERS */

/* SECTION NAVBAR */
@media screen and (max-width: 768px) {
    /* mobile and below */
}
@media screen and (min-width: 769px), print {
    /* tablet and above */
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
    /* tablet-only */
}
@media screen and (max-width: 1023px) {
    /* touch and below */
    #section_navbar {
        background: linear-gradient(180deg, #264597 60px, #FFF 0);
    }
    .navbar-brand {
        height: 60px;
    }
    .navbar-brand img {
        height: 26px;
    }
}
@media screen and (min-width: 1024px) {
    /* desktop and above */
    #section_navbar {
        background: linear-gradient(180deg, #FFF 80px, #264597 40px);
    }
    .navbar-brand {
        height: 80px;
    }
    .navbar-brand img {
        height: 40px;
    }
    #section_navbar .is-hidden-dropdown-desktop {
        display: none;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    /* desktop-only */
}
@media screen and (min-width: 1216px) {
    /* widescreen and above */
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
    /* widescreen-only */
}
@media screen and (min-width: 1408px) {
    /* fullhd and above */
}
/* /SECTION NAVBAR */

/* SIDEBAR + MAIN */
@media screen and (max-width: 768px) {
    /* mobile and below */
}
@media screen and (min-width: 769px), print {
    /* tablet and above */
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
    /* tablet-only */
}
@media screen and (max-width: 1023px) {
    /* touch and below */
    .has-sidebar > .container > .columns > .column.is-sidebar {
        padding-bottom: 3rem;
    }
    .has-sidebar > .container > .columns > .column {
        width: 100%;
    }
}
@media screen and (min-width: 1024px) {
    /* desktop and above */
    .has-sidebar > .container > .columns > .column.is-sidebar {
        width: 340px;
    }
    .has-sidebar > .container > .columns > .column:not(.is-sidebar) {
        width: 100%;
        max-width: calc(100% - 340px);
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    /* desktop-only */
}
@media screen and (min-width: 1216px) {
    /* widescreen and above */
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
    /* widescreen-only */
}
@media screen and (min-width: 1408px) {
    /* fullhd and above */
}
/* /SIDEBAR + MAIN */

/* SECTION FOOTER */
.footer {
    padding: 3rem 1.5rem;
    background-color: #FFF;
}

.footer-brand img {
    height: 40px;
}
/* SECTION FOOTER */

/* DYNAMIC COLUMNS */
@media screen and (max-width: 768px) { /* mobile and below */
    .is-4-col-mobile {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
    .is-3-col-mobile {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    .is-2-col-mobile {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .is-1-col-mobile {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
@media screen and (min-width: 769px), print { /* tablet and above */
    .is-4-col-tablet {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
    .is-3-col-tablet {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    .is-2-col-tablet {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .is-1-col-tablet {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
@media screen and (min-width: 769px) and (max-width: 1023px) { /* tablet-only */
    .is-4-col-tablet-only {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
    .is-3-col-tablet-only {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    .is-2-col-tablet-only {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .is-1-col-tablet-only {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
@media screen and (max-width: 1023px) { /* touch and below */
    .is-4-col-touch {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
    .is-3-col-touch {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    .is-2-col-touch {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .is-1-col-touch {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
@media screen and (min-width: 1024px) { /* desktop and above */
    .is-4-col-desktop {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
    .is-3-col-desktop {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    .is-2-col-desktop {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .is-1-col-desktop {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) { /* desktop-only */
    .is-4-col-desktop-only {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
    .is-3-col-desktop-only {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    .is-2-col-desktop-only {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .is-1-col-desktop-only {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
@media screen and (min-width: 1216px) { /* widescreen and above */
    .is-4-col-widescreen {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
    .is-3-col-widescreen {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    .is-2-col-widescreen {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .is-1-col-widescreen {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) { /* widescreen-only */
    .is-4-col-widescreen-only {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
    .is-3-col-widescreen-only {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    .is-2-col-widescreen-only {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .is-1-col-widescreen-only {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
@media screen and (min-width: 1408px) { /* fullhd and above */
    .is-4-col-fullhd {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
    .is-3-col-fullhd {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    .is-2-col-fullhd {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .is-1-col-fullhd {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
/* /DYNAMIC COLUMNS */

/* CARDS */
.card {
    display: block;
    color: #000;
    border-radius: 2px;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
            box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
}
.card:hover {
    -webkit-transition: -webkit-box-shadow .1s ease-out;
            transition: -webkit-box-shadow .1s ease-out;
            transition:         box-shadow .1s ease-out;
            transition:         box-shadow .1s ease-out, -webkit-box-shadow .1s ease-out;
    -webkit-box-shadow: 0 0px 6px 0px rgba(0,0,0,.2);
            box-shadow: 0 0px 6px 0px rgba(0,0,0,.2);
}
.card.is-hoverless:hover {
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
            box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
}
.card.has-border-top {
    border-top: 4px solid;
}
/* /CARDS */

/* SECTION JOIN */
#section_join {
    background-color: #264597;
}
#section_join .form-wrapper {
    width: 100%;
    max-width: 400px;
}
.is-login-background {
    position: relative;
    z-index: 0;
    background-color: #FFF;
}
.is-login-background:before {
    position: absolute;
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-image: url('../../audience/img/backgrounds/join_bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.is-login-background:after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: rgba(236, 250, 250, 0.86);
}
@media screen and (max-width: 768px) {
    /* mobile and below */
    #section_join > .columns > .column:last-child {
        min-height: calc(100vh - 1.5rem);
    }
    #section_join .form-wrapper {
        min-width: 100% !important;
    }
}
@media screen and (min-width: 769px), print {
    /* tablet and above */
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
    /* tablet-only */
}
@media screen and (max-width: 1023px) {
    /* touch and below */
    #section_join .form-wrapper {
        min-width: 300px;
    }
}
@media screen and (min-width: 1024px) {
    /* desktop and above */
    #section_join .form-wrapper {
        min-width: 500px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    /* desktop-only */
}
@media screen and (min-width: 1216px) {
    /* widescreen and above */
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
    /* widescreen-only */
}
@media screen and (min-width: 1408px) {
    /* fullhd and above */
}
/* /SECTION JOIN */

/* CAROUSEL BASICS */
.carousel .slick-prev.slick-arrow,
.carousel .slick-next.slick-arrow {
    width: 2rem;
    height: 4rem;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
            box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
}
.carousel .slick-prev.slick-arrow:hover,
.carousel .slick-next.slick-arrow:hover {
    -webkit-transition: -webkit-box-shadow .1s ease-out;
            transition: -webkit-box-shadow .1s ease-out;
            transition:         box-shadow .1s ease-out;
            transition:         box-shadow .1s ease-out, -webkit-box-shadow .1s ease-out;
    -webkit-box-shadow: 0 0px 6px 0px rgba(0,0,0,.2);
            box-shadow: 0 0px 6px 0px rgba(0,0,0,.2);
}
.carousel .slick-prev.slick-arrow {
    left: -1rem;
}
.carousel .slick-next.slick-arrow {
    right: -1rem;
}
.carousel .slick-dots li button {
    background-color: #C6C6C6;
}
.carousel .slick-dots li.slick-active button {
    background-color: #264597;
}
/* /CAROUSEL BASICS */

/* NOTIFICATIONS */
.notification.is-primary {
    background-color: #264597;
    color: #FFF;
}
.notification.is-primary > .delete {
    background-color: transparent;
}
/* /NOTIFICATIONS */





.button.is-cta {
    padding-right: calc(3rem - 2px);
    padding-left: calc(3rem - 2px);
    letter-spacing: .25rem;
}









/* NAVBAR SEARCH */
.navbar-item .input {
    background-color: #FFF;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
}
#section_navbar .select:not(.is-multiple),
#section_navbar .select select:not([multiple]) {
    height: auto;
    border: none !important;
}
#navbar_search_close {
    display: none;
}

#navbar_search_close {
    cursor: pointer;
}
.select2-search--dropdown {
    padding: 0.75rem 1.5rem;
}
.select2-container--default .select2-results__group {
    padding: 0.75rem 1.5rem;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding: 0.75rem 1.5rem;
}

#navbar_search .select {
    width: 100%;
    z-index: 2;
}
#search_bar {
    width: 100%;
}
#navbar_search_close {
    flex: none;
    width: 20px;
    height: 40px;
    margin-top: 10px;
}
#navbar_search_close span {
    background-color: #CCC;
    display: block;
    height: 2px;
    left: calc(50% - 8px);
    position: absolute;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition-duration: 200ms;
    transition-property: background-color,opacity,-webkit-transform;
    transition-property: background-color,opacity,transform;
    transition-property: background-color,opacity,transform,-webkit-transform;
    transition-timing-function: ease-out;
    width: 16px;
}
#navbar_search_close span:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
    top: calc(50% - 6px);
}
#navbar_search_close span:nth-child(2) {
    top: calc(50% + 4px);
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
}
#navbar_search_overlay {
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: opacity 200ms ease-out;
    pointer-events: none;
}
.has-search-open #navbar_search_overlay {
    opacity: 1;
    transition: opacity 200ms ease-out;
    pointer-events: all;
}
#navbar_search .select2-container .select2-selection--single .select2-selection__rendered {
    width: calc(100% - 1.5rem) !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #CCC;
}
#navbar_search .navbar-link:not(.is-arrowless)::after,
#navbar_search .select:not(.is-multiple):not(.is-loading)::after {
    content: none;
}
@media screen and (max-width: 768px) { /* mobile and below */
    #navbar_search {
        flex: 1;
    }
    .select2-container {
        width: 100% !important;
    }
    .has-search-open #navbar_search_close {
        display: inherit;
        position: absolute;
        padding: 0;
        top: 0;
        right: 1.5rem;
    }
    .has-search-open #section_navbar .select:not(.is-multiple),
    .has-search-open #section_navbar .select select:not([multiple]) {
        width: 100%;
    }
    .has-search-open .select2-container:after {
        content: "";
        position: absolute;
        right: 0;
        height: 20px;
        border-right: 1px solid #CCC;
        top: 14px;
    }
    #navbar_search {
        position: absolute;
        left: -1.5rem;
        right: -1.5rem;
        top: 0;
        padding-left: calc(3rem + 20px);
        padding-right: calc(3rem + 20px);
        height: 60px;
        transition: padding-left 200ms linear;
    }
    .has-search-open #navbar_search {
        background-color: white;
        z-index: 1;
        padding-left: 0;
        transition: padding-left 200ms linear;
    }
    .has-search-open .select2-container {
        left: 0 !important;
    }
    .has-search-open span.select2-dropdown.select2-dropdown--below {
        width: 100vw !important;
        border-radius: 0;
    }
    .has-search-open .select2-search--dropdown {
        padding: 1.5rem;
    }
    .has-search-open .select2-container--default .select2-results>.select2-results__options {
        max-height: calc(100vh - 60px);
    }
    .has-search-open .select2-results__option {
        padding: 0.75rem 1.5rem;
    }
    .has-search-open .select2-container--default .select2-results__group {
        padding: 0.75rem 1.5rem;
    }
    .has-search-open .select2-container--default .select2-results__option .select2-results__option {
        padding: 0.75rem 1.5rem;
    }
    .has-search-open span.select2-dropdown.select2-dropdown--below {
        pointer-events: none;
    }
    .has-search-open .select2-search--dropdown {
        pointer-events: all;
        width: calc(100vw - 3rem - 20px);
    }
    .select2-results {
        pointer-events: all;
        margin-top: -2px;
    }
    #navbar_search_magnifier {
        right: calc(4.5rem + 20px);
    }
    .has-search-open #navbar_search_overlay {
        top: 60px;
    }
    #navbar_search .select2-results {
        margin-top: -2px;
    }
}
@media screen and (min-width: 769px), print { /* tablet and above */
    .select2-container {
        width: 600px !important;
    }
    #navbar_search_magnifier {
        right: 1.5rem;
    }
    .has-search-open #navbar_search_overlay {
        top: 0;
    }
}
@media screen and (min-width: 769px) and (max-width: 1023px) { /* tablet-only */
}
@media screen and (max-width: 1023px) { /* touch and below */
}
@media screen and (min-width: 1024px) { /* desktop and above */
}
@media screen and (min-width: 1024px) and (max-width: 1215px) { /* desktop-only */
}
@media screen and (min-width: 1216px) { /* widescreen and above */
}
@media screen and (min-width: 1216px) and (max-width: 1407px) { /* widescreen-only */
}
@media screen and (min-width: 1408px) { /* fullhd and above */
}
/* /NAVBAR SEARCH */


        /* SECTION MAIN */
        @media screen and (max-width: 768px) { /* mobile and below */
        }
        @media screen and (min-width: 769px), print { /* tablet and above */
        }
        @media screen and (min-width: 769px) and (max-width: 1023px) { /* tablet-only */
        }
        @media screen and (max-width: 1023px) { /* touch and below */
            span.select2-dropdown.select2-dropdown--below {
                margin-top: -54px;
            }
        }
        @media screen and (min-width: 1024px) { /* desktop and above */
            span.select2-dropdown.select2-dropdown--below {
                margin-top: -48px;
            }
        }
        @media screen and (min-width: 1024px) and (max-width: 1215px) { /* desktop-only */
        }
        @media screen and (min-width: 1216px) { /* widescreen and above */
        }
        @media screen and (min-width: 1216px) and (max-width: 1407px) { /* widescreen-only */
        }
        @media screen and (min-width: 1408px) { /* fullhd and above */
        }
        /* SECTION MAIN */

/* RESET SELECT2 */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-container--default .select2-selection--single {
    box-shadow: none;
    height: 3rem;
    padding: 0.75rem 1.5rem;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
    padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #8FA8D6;
    line-height: 24px;
}
span.select2-dropdown.select2-dropdown--below {
    background-color: transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.select2-results {
    background-color: #FFF;
    border-bottom: .3rem solid #FFF;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.select2-search--dropdown {
    padding: 0.75rem 1.5rem;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 0 !important;
    border: none !important;
    outline: none;
    font-size: 1rem;
    height: 20px;
    background-color: #FFF;
}
.select2-results > .select2-results__options > li[role="option"] {
    position: relative;
    margin-top: 48px;
}
.select2-results > .select2-results__options > li[role="option"]:before {
    position: absolute;
    content: "Products";
    left: 0;
    padding: .75rem 1.5rem;
    top: 0;
    margin-top: -48px;
    font-weight: 600;
}
.select2-container--default .select2-results__group {
    font-weight: 600;
}
.select2-results__option {
    padding: 0.75rem 1.5rem;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F2F2F2;
    color: #000;
}
/* /RESET SELECT2 */








#navbar_search_close {
    display: none;
}




        @media screen and (max-width: 768px) { /* mobile and below */
            #navbar_logo {
                width: 20px;
                flex: none;
            }
            #navbar_search {
                flex: 1;
            }
            #navbar_burger {
                width: 20px;
                flex: none;
            }
            .select2-container {
                width: 100% !important;
            }

            .has-search-open #navbar_search_close {
                display: inherit;
                position: absolute;
                top: 0;
                right: 1.5rem;
            }


            .has-search-open #section_navbar .select:not(.is-multiple),
            .has-search-open #section_navbar .select select:not([multiple]) {
                width: 100%;
            }


            .has-search-open .select2-container:after {
                content: "";
                position: absolute;
                right: 0;
                height: 20px;
                border-right: 1px solid #CCC;
                top: 14px;
            }









            #navbar_search {
                position: absolute;
                left: -1.5rem;
                right: -1.5rem;
                top: 0;
                padding-left: calc(3rem + 20px);
                padding-right: calc(3rem + 20px);
                height: 60px;
                transition: padding-left 200ms linear;
            }
            .has-search-open #navbar_search {
                background-color: white;
                z-index: 1;
                padding-left: 0;
                transition: padding-left 200ms linear;
            }
            .has-search-open .select2-container {
                left: 0 !important;
            }
            .has-search-open span.select2-dropdown.select2-dropdown--below {
                width: 100vw !important;
                border-radius: 0;
            }
            .has-search-open .select2-container--default .select2-results>.select2-results__options {
                max-height: calc(100vh - 60px);
            }
            .has-search-open .select2-results__option {
                padding: 0.75rem 1.5rem;
            }
            .has-search-open .select2-container--default .select2-results__group {
                padding: 0.75rem 1.5rem;
            }
            .has-search-open .select2-container--default .select2-results__option .select2-results__option {
                padding: 0.75rem 1.5rem;
            }
        }
        @media screen and (min-width: 769px), print { /* tablet and above */
            .select2-container {
                width: 600px !important;
            }


        }
        @media screen and (min-width: 769px) and (max-width: 1023px) { /* tablet-only */
        }
        @media screen and (max-width: 1023px) { /* touch and below */
            #navbar_search {
                top: 0;
                height: 60px;
            }
            .select2-container--default:not(.select2-container--open) .select2-selection--single {
                -webkit-box-shadow: 0 0 4px 0 rgba(50,50,69,0.5);
                box-shadow: 0 0 4px 0 rgba(50,50,69,0.5);
                -webkit-box-shadow: solid;
                box-shadow: solid;
                outline: none;
            }
            .select2-container--default .select2-selection--single {
                border: 0 rgba(0,0,0,.2);
            }
            .has-search-open .select2-search--dropdown {
                padding: 0.75rem 1.5rem;
                margin-top: 6px;
            }
            span.select2-dropdown.select2-dropdown--below {
                border: 0 rgba(0,0,0,.2);
                -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
                box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
            }
        }
        @media screen and (min-width: 1024px) { /* desktop and above */
            .select2-container--default:not(.select2-container--open) .select2-selection--single {
                border: 2px solid #264597;
                -webkit-box-shadow: solid;
                box-shadow: solid;
                outline: none;
            }
            .select2-container--default .select2-selection--single {
                border: 2px solid #264597;
            }
            span.select2-dropdown.select2-dropdown--below {
                border: 2px solid #264597;
                -webkit-box-shadow: none;
                box-shadow: none;
            }
        }
        @media screen and (min-width: 1024px) and (max-width: 1215px) { /* desktop-only */
        }
        @media screen and (min-width: 1216px) { /* widescreen and above */
        }
        @media screen and (min-width: 1216px) and (max-width: 1407px) { /* widescreen-only */
        }
        @media screen and (min-width: 1408px) { /* fullhd and above */
        }









































#navbar_search_close {
    cursor: pointer;
}



.select2-search--dropdown {
    padding: 0.75rem 1.5rem;
}
.select2-container--default .select2-results__group {
    padding: 0.75rem 1.5rem;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding: 0.75rem 1.5rem;
}




        @media screen and (max-width: 768px) { /* mobile and below */
            .has-search-open span.select2-dropdown.select2-dropdown--below {
                pointer-events: none;
            }
            .has-search-open .select2-search--dropdown {
                pointer-events: all;
                width: calc(100vw - 3rem - 20px);
            }
            .select2-results {
                pointer-events: all;
                margin-top: -2px;
            }
        }
        @media screen and (min-width: 769px), print { /* tablet and above */
        }
        @media screen and (min-width: 769px) and (max-width: 1023px) { /* tablet-only */
        }
        @media screen and (max-width: 1023px) { /* touch and below */
        }
        @media screen and (min-width: 1024px) { /* desktop and above */
        }
        @media screen and (min-width: 1024px) and (max-width: 1215px) { /* desktop-only */
        }
        @media screen and (min-width: 1216px) { /* widescreen and above */
        }
        @media screen and (min-width: 1216px) and (max-width: 1407px) { /* widescreen-only */
        }
        @media screen and (min-width: 1408px) { /* fullhd and above */
        }














#navbar_search .select {
    width: 100%;
    z-index: 2;
}
#search_bar {
    width: 100%;
}


#navbar_search_magnifier {
    width: 16px;
    position: absolute;
    padding: 0;
    top: 0;
    z-index: 2;
}





        @media screen and (max-width: 768px) { /* mobile and below */
            #navbar_search_magnifier {
                right: calc(4.5rem + 20px);
            }
        }
        @media screen and (min-width: 769px), print { /* tablet and above */
            #navbar_search_magnifier {
                right: 1.5rem;
            }
        }
        @media screen and (min-width: 769px) and (max-width: 1023px) { /* tablet-only */
            #navbar_search_magnifier {
                right: calc(1.5rem + 20px);
            }
        }
        @media screen and (max-width: 1023px) { /* touch and below */
        }
        @media screen and (min-width: 1024px) { /* desktop and above */
        }
        @media screen and (min-width: 1024px) and (max-width: 1215px) { /* desktop-only */
        }
        @media screen and (min-width: 1216px) { /* widescreen and above */
        }
        @media screen and (min-width: 1216px) and (max-width: 1407px) { /* widescreen-only */
        }
        @media screen and (min-width: 1408px) { /* fullhd and above */
        }












/* SEARCH BAR */
#navbar_search_magnifier span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition-duration: 200ms;
    transition-property: background-color,opacity,-webkit-transform;
    transition-property: background-color,opacity,transform;
    transition-property: background-color,opacity,transform,-webkit-transform;
    transition-timing-function: ease-out;
    width: 16px;
}
#navbar_search_magnifier span:nth-child(1) {
    border: 2px solid #264597;
    background-color: transparent;
    border-radius: 30px;
    height: 11px;
    width: 11px;
    top: 32px;
    margin-top: 0;
}
#navbar_search_magnifier span:nth-child(2) {
    content: "";
    height: 2px;
    width: 5px;
    background: #264597;
    position: absolute;
    top: 42px;
    margin-top: 0;
    left: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
#navbar_search_close {
    flex: none;
    width: 20px;
    height: 40px;
    margin-top: 10px;
}
#navbar_search_close span {
    background-color: #264597;
    display: block;
    height: 2px;
    left: calc(50% - 8px);
    position: absolute;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition-duration: 200ms;
    transition-property: background-color,opacity,-webkit-transform;
    transition-property: background-color,opacity,transform;
    transition-property: background-color,opacity,transform,-webkit-transform;
    transition-timing-function: ease-out;
    width: 16px;
}
#navbar_search_close span:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
    top: calc(50% - 6px);
}
#navbar_search_close span:nth-child(2) {
    top: calc(50% + 4px);
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
}
#navbar_search_overlay {
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: opacity 200ms ease-out;
    pointer-events: none;
}
.has-search-open #navbar_search_overlay {
    opacity: 1;
    transition: opacity 200ms ease-out;
    pointer-events: all;
}





        @media screen and (max-width: 768px) { /* mobile and below */
            .has-search-open #navbar_search_overlay {
                top: 60px;
            }
        }
        @media screen and (min-width: 769px), print { /* tablet and above */
            .has-search-open #navbar_search_overlay {
                top: 0;
            }
        }
        @media screen and (min-width: 769px) and (max-width: 1023px) { /* tablet-only */
        }
        @media screen and (max-width: 1023px) { /* touch and below */
            #navbar_search_magnifier span:nth-child(1) {
                top: 24px;
            }
            #navbar_search_magnifier span:nth-child(2) {
                top: 34px;
            }
        }
        @media screen and (min-width: 1024px) { /* desktop and above */
        }
        @media screen and (min-width: 1024px) and (max-width: 1215px) { /* desktop-only */
        }
        @media screen and (min-width: 1216px) { /* widescreen and above */
        }
        @media screen and (min-width: 1216px) and (max-width: 1407px) { /* widescreen-only */
        }
        @media screen and (min-width: 1408px) { /* fullhd and above */
        }







        @media screen and (max-width: 768px) { /* mobile and below */
            #navbar_search .select2-results {
                margin-top: -2px;
            }
        }
        @media screen and (min-width: 769px), print { /* tablet and above */
        }
        @media screen and (min-width: 769px) and (max-width: 1023px) { /* tablet-only */
        }
        @media screen and (max-width: 1023px) { /* touch and below */
        }
        @media screen and (min-width: 1024px) { /* desktop and above */
        }
        @media screen and (min-width: 1024px) and (max-width: 1215px) { /* desktop-only */
        }
        @media screen and (min-width: 1216px) { /* widescreen and above */
        }
        @media screen and (min-width: 1216px) and (max-width: 1407px) { /* widescreen-only */
        }
        @media screen and (min-width: 1408px) { /* fullhd and above */
        }




#navbar_search .select2-container .select2-selection--single .select2-selection__rendered {
    width: calc(100% - 1.5rem) !important;
}



.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #CCC;
}




#navbar_search .navbar-link:not(.is-arrowless)::after,
#navbar_search .select:not(.is-multiple):not(.is-loading)::after {
    content: none;
}








/* ANIMATION - LOADING DOTS */
.loading-dots div {
    background: #264597;
}
/* /ANIMATION - LOADING DOTS */




/* INTERSTITIAL */ 
#section_interstitial .card,
#section_adblocker .card {
    width: 400px;
    max-width: 100%;
}
/* /INTERSTITIAL */






.has-text-primary > .is-underline-dotted,
.has-text-primary.is-underline-dotted,
.has-text-link > .is-underline-dotted,
.has-text-link.is-underline-dotted {
    border-bottom: 1px dotted #264597;
}
#section_banner_top {
    z-index: 2;
}
.banner {
    padding: 1.5rem calc(3rem + 20px);
}
.banner .delete {
    margin-top: 10px;
    background: 0 0;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
}
.banner .delete:after {
    top: calc(50% - 6px);
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
    display: block;
    height: 2px;
    left: calc(50% - 8px);
    position: absolute;
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 16px;
}
.banner .delete:before {
    top: calc(50% + 4px);
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
    display: block;
    height: 2px;
    left: calc(50% - 8px);
    position: absolute;
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 16px;
}
.banner.is-light .delete:after,
.banner.is-light .delete:before {
    background-color: #264597;
}
@media screen and (max-width: 768px) {
    /* mobile and below */
}
@media screen and (min-width: 769px), print {
    /* tablet and above */
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
    /* tablet-only */
}
@media screen and (max-width: 1023px) {
    /* touch and below */
    .banner .delete {
        margin-right: 1.5rem;
    }
}
@media screen and (min-width: 1024px) {
    /* desktop and above */
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    /* desktop-only */
}
@media screen and (min-width: 1216px) {
    /* widescreen and above */
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
    /* widescreen-only */
}
@media screen and (min-width: 1408px) {
    /* fullhd and above */
}






.img-fluid {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    margin: auto !important;
}





ul.has-icons.is-size-4-desktop li {
    margin-left: 2.25rem;
}
ul.has-icons.is-size-4-desktop li:before {
    position: absolute;
    top: 0;
    left: -2.25rem;
}
ul.has-icons li.is-checked:before {
    font-family: FontAwesome;
    content: '\f046';
    color: inherit !important;
}
@media screen and (max-width: 768px) { /* mobile and below */
    .b-b-mobile {
        border-bottom: 1px solid #EBEBEB;
    }
}
@media screen and (min-width: 769px), print { /* tablet and above */
    .b-r-tablet {
        border-right: 1px solid #EBEBEB;
    }
}
@media screen and (min-width: 769px) and (max-width: 1023px) { /* tablet-only */
}
@media screen and (max-width: 1023px) { /* touch and below */
}
@media screen and (min-width: 1024px) { /* desktop and above */
}
@media screen and (min-width: 1024px) and (max-width: 1215px) { /* desktop-only */
}
@media screen and (min-width: 1216px) { /* widescreen and above */
}
@media screen and (min-width: 1216px) and (max-width: 1407px) { /* widescreen-only */
}
@media screen and (min-width: 1408px) { /* fullhd and above */
}
.navbar-item.is-active .navbar-dropdown,
.navbar-item.is-hoverable:focus .navbar-dropdown,
.navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
}





/* TABLES */
table.table {
    display: table !important;
}
table.table thead td,
table.table thead th {
    padding: 0.75rem 1.5rem;
    vertical-align: middle;
    font-weight: 600;
}
table.table tr {
    height: calc(40px + 1.5rem);
}
table.table td {
    min-height: 40px;
    vertical-align: middle !important;
}
table.table tbody th,
table.table tbody td {
    padding: 0.75rem 1.5rem;
    border-top: 1px solid #ECECEC;
}
table.table tbody tr:hover {
    background-color: #F2F2F2 !important;
}
table.table.is-striped tbody tr:not(.is-selected):nth-child(odd) {
    background-color: #F9F9F9;
}
table.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
    background-color: #FFF;
}
table.table.is-bordered {
    border: 1px solid #ECECEC;
    border-radius: 2px;
    border-collapse: unset;
}
table.table.is-bordered tr:last-child td:first-child {
    border-bottom-left-radius: 2px;
}
table.table.is-bordered tr:last-child td:last-child {
    border-bottom-right-radius: 2px;
}
/* /TABLES */

/* MESSAGES */
.message a:not(.button):not(.tag):not(.dropdown-item) {
    text-decoration: none;
}
.message.has-border-top .message-body {
    padding: 1.5rem;
    color: #000;
}
.message.has-border-top {
    border-top: 4px solid;
}
.message.has-border-top .message-body {
    border: 0;
}
/* /MESSAGES */

/* TIERS */
.message.has-border-top.is-tier-starter {
    background-color: #FEEEF0;
    border-color: #D35E91;
}
.card.is-tier-starter {
    border-color: #D35E91;
}
.is-tier-starter ul.has-icons li.is-dot:before {
    color: #D35E91 !important;
    font-size: 0.75rem;
    top: 3px;
}
.message.has-border-top.is-tier-gold {
    background-color: #FAF3D9;
    border-color: #C59106;
}
.card.is-tier-gold {
    border-color: #C59106;
}
.is-tier-gold ul.has-icons li.is-dot:before {
    color: #C59106 !important;
    font-size: 0.75rem;
    top: 3px;
}
.message.has-border-top.is-tier-platinum {
    background-color: #EFEFEF;
    border-color: #646464;
}
.card.is-tier-platinum {
    border-color: #646464;
}
.is-tier-platinum ul.has-icons li.is-dot:before {
    color: #646464 !important;
    font-size: 0.75rem;
    top: 3px;
}
.message.has-border-top.is-tier-diamond {
    background-color: #F6F9FB;
    border-color: #B1C4CE;
}
.card.is-tier-diamond {
    border-color: #B1C4CE;
}
.is-tier-diamond ul.has-icons li.is-dot:before {
    color: #B1C4CE !important;
    font-size: 0.75rem;
    top: 3px;
}
.message.has-border-top.is-tier-secret {
    background-color: #EDF6EA;
    border-color: #79CF32;
}
.card.is-tier-secret {
    border-color: #79CF32;
}
.is-tier-secret ul.has-icons li.is-dot:before {
    color: #79CF32 !important;
    font-size: 0.75rem;
    top: 3px;
}



figure img {
    max-height: 100%;
    margin: auto;
}


.card-content.is-tier-starter {
    background-color: #FEEEF0;
}
.card-content.is-tier-gold {
    background-color: #FAF3D9;
}
.card-content.is-tier-platinum {
    background-color: #EFEFEF;
}
.card-content.is-tier-diamond {
    background-color: #F6F9FB;
}
.card-content.is-tier-secret {
    background-color: #EDF6EA;
}

.card.is-tier-starter .media-left .image ,
.card.is-tier-gold .media-left .image ,
.card.is-tier-platinum .media-left .image ,
.card.is-tier-diamond .media-left .image ,
.card.is-tier-secret .media-left .image {
    margin-right: -10px;
    margin-left: -10px;
}
.card.is-tier-starter .media-content p ,
.card.is-tier-gold .media-content p ,
.card.is-tier-platinum .media-content p ,
.card.is-tier-diamond .media-content p ,
.card.is-tier-secret .media-content p {
    margin-top: -5px;
}






.tier-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
}
.tier-info {
    position: absolute;
}
.tier-circle {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: 4px solid;
}
.is-tier-starter .tier-circle {
    border-color: #D35E91;
}
.is-tier-gold .tier-circle {
    border-color: #C59106;
}
.is-tier-platinum .tier-circle {
    border-color: #646464;
}
.is-tier-diamond .tier-circle {
    border-color: #B1C4CE;
}
.is-tier-secret .tier-circle {
    border-color: #79CF32;
}
.progress-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
}
.progress-info {
    position: absolute;
    width: 80px; 
    height: 80px;
}
.progress-circle {
    position: relative;
    width: 80px; 
    height: 80px;
}
.progress-circle canvas {
    display: block;
    position:absolute;
    top:0;
    left:0;
}
/* /TIERS */

/* TOAST NOTIFICATIONS */
.notification {
    font-size: .9rem;
    position: relative;
    padding: 1.25rem;
    display: block !important;
    width: 100% !important;
    max-width: 300px;
    background-color: #FFF;
    text-align: left !important;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
            box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
.notification a {
    text-decoration: none !important;
}
.notification p:first-of-type span:last-child {
    line-height: 15px;
}
.notification .icon.is-brand {
    width: 16px;
    height: 16px;
    top: 1.25rem;
    left: 1.25rem;
    content: "";
    background-image: url('../img/ico/production/favicon-32x32.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    display: inline-block;
}
.notification .image.is-64x64 {
    overflow: hidden;
}
.notification .image.is-64x64 img {
    margin-top: -32px;
}
/* /TOAST NOTIFICATIONS */
