@import url(https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
@charset "UTF-8";

/** Colors */


/** Font sizes */


/** Font weights */


/** Box Model  */


/** Hero Size */


/** Border Radius */


/** Hero Search */


/** Fonts */


/** Property Card */


/** Responsiveness */


/** Import everything from autoload */


/*! bulma.io v0.5.3 | MIT License | github.com/jgthms/bulma */

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes spinAround {
    from {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

img,
embed,
object,
audio,
video {
    max-width: 100%;
}

iframe {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
    text-align: left;
}

html {
    background-color: #fff;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
    display: block;
}

body,
button,
input,
select,
textarea {
    font-family: "Heebo", sans-serif;
}

code,
pre {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-family: monospace;
}

body {
    color: #424242;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

a {
    color: #ac1f2d;
    cursor: pointer;
    text-decoration: none;
}

a strong {
    color: currentColor;
}

a:hover {
    color: #363636;
}

code {
    background-color: whitesmoke;
    color: #ff3860;
    font-size: 0.875em;
    font-weight: normal;
    padding: 0.25em 0.5em 0.25em;
}

hr {
    background-color: #dbdbdb;
    border: none;
    display: block;
    height: 1px;
    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: #363636;
    font-weight: 700;
}

pre {
    -webkit-overflow-scrolling: touch;
    background-color: whitesmoke;
    color: #424242;
    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: #363636;
}

.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-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.is-size-1 {
    font-size: 3rem !important;
}

.is-size-2 {
    font-size: 2.5rem !important;
}

.is-size-3 {
    font-size: 2rem !important;
}

.is-size-4 {
    font-size: 1.5rem !important;
}

.is-size-5 {
    font-size: 1.25rem !important;
}

.is-size-6 {
    font-size: 1rem !important;
}

.is-size-7,
.footer__nav .menu-item-has-children .sub-menu .menu-item a {
    font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
    .is-size-1-mobile {
        font-size: 3rem !important;
    }
    .is-size-2-mobile {
        font-size: 2.5rem !important;
    }
    .is-size-3-mobile {
        font-size: 2rem !important;
    }
    .is-size-4-mobile {
        font-size: 1.5rem !important;
    }
    .is-size-5-mobile {
        font-size: 1.25rem !important;
    }
    .is-size-6-mobile {
        font-size: 1rem !important;
    }
    .is-size-7-mobile {
        font-size: 0.75rem !important;
    }
}

@media screen and (min-width: 769px),
print {
    .is-size-1-tablet {
        font-size: 3rem !important;
    }
    .is-size-2-tablet {
        font-size: 2.5rem !important;
    }
    .is-size-3-tablet {
        font-size: 2rem !important;
    }
    .is-size-4-tablet {
        font-size: 1.5rem !important;
    }
    .is-size-5-tablet {
        font-size: 1.25rem !important;
    }
    .is-size-6-tablet {
        font-size: 1rem !important;
    }
    .is-size-7-tablet {
        font-size: 0.75rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .is-size-1-touch {
        font-size: 3rem !important;
    }
    .is-size-2-touch {
        font-size: 2.5rem !important;
    }
    .is-size-3-touch {
        font-size: 2rem !important;
    }
    .is-size-4-touch {
        font-size: 1.5rem !important;
    }
    .is-size-5-touch {
        font-size: 1.25rem !important;
    }
    .is-size-6-touch {
        font-size: 1rem !important;
    }
    .is-size-7-touch {
        font-size: 0.75rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .is-size-1-desktop {
        font-size: 3rem !important;
    }
    .is-size-2-desktop {
        font-size: 2.5rem !important;
    }
    .is-size-3-desktop {
        font-size: 2rem !important;
    }
    .is-size-4-desktop {
        font-size: 1.5rem !important;
    }
    .is-size-5-desktop {
        font-size: 1.25rem !important;
    }
    .is-size-6-desktop {
        font-size: 1rem !important;
    }
    .is-size-7-desktop {
        font-size: 0.75rem !important;
    }
}

@media screen and (min-width: 1216px) {
    .is-size-1-widescreen {
        font-size: 3rem !important;
    }
    .is-size-2-widescreen {
        font-size: 2.5rem !important;
    }
    .is-size-3-widescreen {
        font-size: 2rem !important;
    }
    .is-size-4-widescreen {
        font-size: 1.5rem !important;
    }
    .is-size-5-widescreen {
        font-size: 1.25rem !important;
    }
    .is-size-6-widescreen {
        font-size: 1rem !important;
    }
    .is-size-7-widescreen {
        font-size: 0.75rem !important;
    }
}

@media screen and (min-width: 1408px) {
    .is-size-1-fullhd {
        font-size: 3rem !important;
    }
    .is-size-2-fullhd {
        font-size: 2.5rem !important;
    }
    .is-size-3-fullhd {
        font-size: 2rem !important;
    }
    .is-size-4-fullhd {
        font-size: 1.5rem !important;
    }
    .is-size-5-fullhd {
        font-size: 1.25rem !important;
    }
    .is-size-6-fullhd {
        font-size: 1rem !important;
    }
    .is-size-7-fullhd {
        font-size: 0.75rem !important;
    }
}

.has-text-centered,
h1.hero__heading,
.hero__medium h1.hero__heading,
.hero__small h1.hero__heading,
h2.inspection-schedule__heading,
.property_form__wrapper,
.tenancy-form__wrapper,
h2.the_team__heading,
.quote_banner__wrapper {
    text-align: center !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;
    }
}

.has-text-justified {
    text-align: justify !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;
    }
}

.has-text-left {
    text-align: left !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;
    }
}

.has-text-right {
    text-align: right !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,
[id^='gform_wrapper'].gform_wrapper .gform_footer .btn span,
.hero__cta span,
.image_grid__cta span,
.post__cta span,
.standard_banner__cta span,
.tenancy-form__cta span,
.text-media__banner__cta span,
.inspections__cta span,
.single-property__actions a span,
.single-property__actions button span,
.single-property__profile__actions a span,
.single-property__profile__actions button span,
.single-property__agents .agent__contact a span {
    text-transform: uppercase !important;
}

.has-text-white {
    color: white !important;
}

a.has-text-white:hover,
a.has-text-white:focus {
    color: #e6e6e6 !important;
}

.has-text-black {
    color: #0a0a0a !important;
}

a.has-text-black:hover,
a.has-text-black:focus {
    color: black !important;
}

.has-text-light {
    color: whitesmoke !important;
}

a.has-text-light:hover,
a.has-text-light:focus {
    color: #dbdbdb !important;
}

.has-text-dark {
    color: #363636 !important;
}

a.has-text-dark:hover,
a.has-text-dark:focus {
    color: #1c1c1c !important;
}

.has-text-primary,
.contact-map__opening_hours h4,
.footer__social-media h4,
.post__information,
.share__label,
h4.column__title,
.column__cta,
h4.quote_banner__author,
.quote_banner__icon i {
    color: #ac1f2d !important;
}

a.has-text-primary:hover,
a.post__information:hover,
a.share__label:hover,
a.column__cta:hover,
a.has-text-primary:focus,
a.post__information:focus,
a.share__label:focus,
a.column__cta:focus {
    color: #811722 !important;
}

.has-text-info {
    color: #3273dc !important;
}

a.has-text-info:hover,
a.has-text-info:focus {
    color: #205bbc !important;
}

.has-text-success {
    color: #23d160 !important;
}

a.has-text-success:hover,
a.has-text-success:focus {
    color: #1ca64c !important;
}

.has-text-warning {
    color: #ffdd57 !important;
}

a.has-text-warning:hover,
a.has-text-warning:focus {
    color: #ffd324 !important;
}

.has-text-danger {
    color: #ff3860 !important;
}

a.has-text-danger:hover,
a.has-text-danger:focus {
    color: #ff0537 !important;
}

.has-text-black-bis {
    color: #121212 !important;
}

.has-text-black-ter {
    color: #242424 !important;
}

.has-text-grey-darker {
    color: #363636 !important;
}

.has-text-grey-dark {
    color: #4a4a4a !important;
}

.has-text-grey {
    color: #7a7a7a !important;
}

.has-text-grey-light {
    color: #b5b5b5 !important;
}

.has-text-grey-lighter {
    color: #dbdbdb !important;
}

.has-text-white-ter {
    color: whitesmoke !important;
}

.has-text-white-bis {
    color: #fafafa !important;
}

.has-text-weight-light {
    font-weight: 300 !important;
}

.has-text-weight-normal {
    font-weight: 400 !important;
}

.has-text-weight-semibold,
.header__right-menu li.menu-item {
    font-weight: 600 !important;
}

.has-text-weight-bold,
[id^='gform_wrapper'].gform_wrapper .gform_footer .btn span,
.contact-map__opening_hours h4,
.hero__cta span,
.image_grid__cta span,
.post__information,
.post__cta span,
.share__label,
.standard_banner__cta span,
.tenancy-form__cta span,
.text-media__banner__cta span,
h4.column__title,
h4.quote_banner__author,
.inspections__cta span,
.single-property__actions a span,
.single-property__actions button span,
.single-property__profile__actions a span,
.single-property__profile__actions button span,
.single-property__agents .agent__contact a span {
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media screen and (max-width: 768px) {
    .is-flex-mobile {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (min-width: 769px),
print {
    .is-flex-tablet {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-flex-tablet-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (max-width: 1023px) {
    .is-flex-touch {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (min-width: 1024px) {
    .is-flex-desktop {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-flex-desktop-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (min-width: 1216px) {
    .is-flex-widescreen {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .is-flex-widescreen-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (min-width: 1408px) {
    .is-flex-fullhd {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        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: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media screen and (max-width: 768px) {
    .is-inline-flex-mobile {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (min-width: 769px),
print {
    .is-inline-flex-tablet {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-inline-flex-tablet-only {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (max-width: 1023px) {
    .is-inline-flex-touch {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (min-width: 1024px) {
    .is-inline-flex-desktop {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-inline-flex-desktop-only {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (min-width: 1216px) {
    .is-inline-flex-widescreen {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .is-inline-flex-widescreen-only {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (min-width: 1408px) {
    .is-inline-flex-fullhd {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.is-hidden {
    display: none !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-marginless {
    margin: 0 !important;
}

.is-paddingless {
    padding: 0 !important;
}

.is-radiusless {
    border-radius: 0 !important;
}

.is-shadowless {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.is-unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.box {
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    color: #424242;
    display: block;
    padding: 1.25rem;
}

.box:not(:last-child) {
    margin-bottom: 1.5rem;
}

a.box:hover,
a.box:focus {
    -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #ac1f2d;
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #ac1f2d;
}

a.box:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #ac1f2d;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #ac1f2d;
}

.button,
.comment-form input[type="submit"],
.search-form .search-submit {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: white;
    border-color: #dbdbdb;
    color: #363636;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0.75em;
    padding-right: 0.75em;
    text-align: center;
    white-space: nowrap;
}

.button:focus,
.comment-form input[type="submit"]:focus,
.search-form .search-submit:focus,
.button.is-focused,
.comment-form input.is-focused[type="submit"],
.search-form .is-focused.search-submit,
.button:active,
.comment-form input[type="submit"]:active,
.search-form .search-submit:active,
.button.is-active,
.comment-form input.is-active[type="submit"],
.search-form .is-active.search-submit {
    outline: none;
}

.button[disabled],
.comment-form input[disabled][type="submit"],
.search-form [disabled].search-submit {
    cursor: not-allowed;
}

.button strong,
.comment-form input[type="submit"] strong,
.search-form .search-submit strong {
    color: inherit;
}

.button .icon,
.comment-form input[type="submit"] .icon,
.search-form .search-submit .icon,
.button .icon.is-small,
.comment-form input[type="submit"] .icon.is-small,
.search-form .search-submit .icon.is-small,
.button .icon.is-medium,
.comment-form input[type="submit"] .icon.is-medium,
.search-form .search-submit .icon.is-medium,
.button .icon.is-large,
.comment-form input[type="submit"] .icon.is-large,
.search-form .search-submit .icon.is-large {
    height: 1.5em;
    width: 1.5em;
}

.button .icon:first-child:not(:last-child),
.comment-form input[type="submit"] .icon:first-child:not(:last-child),
.search-form .search-submit .icon:first-child:not(:last-child) {
    margin-left: calc(-0.375em - 1px);
    margin-right: 0.1875em;
}

.button .icon:last-child:not(:first-child),
.comment-form input[type="submit"] .icon:last-child:not(:first-child),
.search-form .search-submit .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: calc(-0.375em - 1px);
}

.button .icon:first-child:last-child,
.comment-form input[type="submit"] .icon:first-child:last-child,
.search-form .search-submit .icon:first-child:last-child {
    margin-left: calc(-0.375em - 1px);
    margin-right: calc(-0.375em - 1px);
}

.button:hover,
.comment-form input[type="submit"]:hover,
.search-form .search-submit:hover,
.button.is-hovered,
.comment-form input.is-hovered[type="submit"],
.search-form .is-hovered.search-submit {
    border-color: #b5b5b5;
    color: #363636;
}

.button:focus,
.comment-form input[type="submit"]:focus,
.search-form .search-submit:focus,
.button.is-focused,
.comment-form input.is-focused[type="submit"],
.search-form .is-focused.search-submit {
    border-color: #ac1f2d;
    color: #363636;
}

.button:focus:not(:active),
.comment-form input[type="submit"]:focus:not(:active),
.search-form .search-submit:focus:not(:active),
.button.is-focused:not(:active),
.comment-form input.is-focused[type="submit"]:not(:active),
.search-form .is-focused.search-submit:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(172, 31, 45, 0.25);
    box-shadow: 0 0 0 0.125em rgba(172, 31, 45, 0.25);
}

.button:active,
.comment-form input[type="submit"]:active,
.search-form .search-submit:active,
.button.is-active,
.comment-form input.is-active[type="submit"],
.search-form .is-active.search-submit {
    border-color: #4a4a4a;
    color: #363636;
}

.button.is-link,
.comment-form input.is-link[type="submit"],
.search-form .is-link.search-submit {
    background-color: transparent;
    border-color: transparent;
    color: #424242;
    text-decoration: underline;
}

.button.is-link:hover,
.comment-form input.is-link[type="submit"]:hover,
.search-form .is-link.search-submit:hover,
.button.is-link.is-hovered,
.comment-form input.is-link.is-hovered[type="submit"],
.search-form .is-link.is-hovered.search-submit,
.button.is-link:focus,
.comment-form input.is-link[type="submit"]:focus,
.search-form .is-link.search-submit:focus,
.button.is-link.is-focused,
.comment-form input.is-link.is-focused[type="submit"],
.search-form .is-link.is-focused.search-submit {
    background-color: whitesmoke;
    color: #363636;
}

.button.is-link:active,
.comment-form input.is-link[type="submit"]:active,
.search-form .is-link.search-submit:active,
.button.is-link.is-active,
.comment-form input.is-link.is-active[type="submit"],
.search-form .is-link.is-active.search-submit {
    background-color: #e8e8e8;
    color: #363636;
}

.button.is-link[disabled],
.comment-form input.is-link[disabled][type="submit"],
.search-form .is-link[disabled].search-submit {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button.is-white,
.comment-form input.is-white[type="submit"],
.search-form .is-white.search-submit {
    background-color: white;
    border-color: transparent;
    color: #0a0a0a;
}

.button.is-white:hover,
.comment-form input.is-white[type="submit"]:hover,
.search-form .is-white.search-submit:hover,
.button.is-white.is-hovered,
.comment-form input.is-white.is-hovered[type="submit"],
.search-form .is-white.is-hovered.search-submit {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #0a0a0a;
}

.button.is-white:focus,
.comment-form input.is-white[type="submit"]:focus,
.search-form .is-white.search-submit:focus,
.button.is-white.is-focused,
.comment-form input.is-white.is-focused[type="submit"],
.search-form .is-white.is-focused.search-submit {
    border-color: transparent;
    color: #0a0a0a;
}

.button.is-white:focus:not(:active),
.comment-form input.is-white[type="submit"]:focus:not(:active),
.search-form .is-white.search-submit:focus:not(:active),
.button.is-white.is-focused:not(:active),
.comment-form input.is-white.is-focused[type="submit"]:not(:active),
.search-form .is-white.is-focused.search-submit:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.button.is-white:active,
.comment-form input.is-white[type="submit"]:active,
.search-form .is-white.search-submit:active,
.button.is-white.is-active,
.comment-form input.is-white.is-active[type="submit"],
.search-form .is-white.is-active.search-submit {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #0a0a0a;
}

.button.is-white[disabled],
.comment-form input.is-white[disabled][type="submit"],
.search-form .is-white[disabled].search-submit {
    background-color: white;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button.is-white.is-inverted,
.comment-form input.is-white.is-inverted[type="submit"],
.search-form .is-white.is-inverted.search-submit {
    background-color: #0a0a0a;
    color: white;
}

.button.is-white.is-inverted:hover,
.comment-form input.is-white.is-inverted[type="submit"]:hover,
.search-form .is-white.is-inverted.search-submit:hover {
    background-color: black;
}

.button.is-white.is-inverted[disabled],
.comment-form input.is-white.is-inverted[disabled][type="submit"],
.search-form .is-white.is-inverted[disabled].search-submit {
    background-color: #0a0a0a;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
}

.button.is-white.is-loading:after,
.comment-form input.is-white.is-loading[type="submit"]:after,
.search-form .is-white.is-loading.search-submit:after {
    border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-white.is-outlined,
.comment-form input.is-white.is-outlined[type="submit"],
.search-form .is-white.is-outlined.search-submit {
    background-color: transparent;
    border-color: white;
    color: white;
}

.button.is-white.is-outlined:hover,
.comment-form input.is-white.is-outlined[type="submit"]:hover,
.search-form .is-white.is-outlined.search-submit:hover,
.button.is-white.is-outlined:focus,
.comment-form input.is-white.is-outlined[type="submit"]:focus,
.search-form .is-white.is-outlined.search-submit:focus {
    background-color: white;
    border-color: white;
    color: #0a0a0a;
}

.button.is-white.is-outlined.is-loading:after,
.comment-form input.is-white.is-outlined.is-loading[type="submit"]:after,
.search-form .is-white.is-outlined.is-loading.search-submit:after {
    border-color: transparent transparent white white !important;
}

.button.is-white.is-outlined[disabled],
.comment-form input.is-white.is-outlined[disabled][type="submit"],
.search-form .is-white.is-outlined[disabled].search-submit {
    background-color: transparent;
    border-color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
}

.button.is-white.is-inverted.is-outlined,
.comment-form input.is-white.is-inverted.is-outlined[type="submit"],
.search-form .is-white.is-inverted.is-outlined.search-submit {
    background-color: transparent;
    border-color: #0a0a0a;
    color: #0a0a0a;
}

.button.is-white.is-inverted.is-outlined:hover,
.comment-form input.is-white.is-inverted.is-outlined[type="submit"]:hover,
.search-form .is-white.is-inverted.is-outlined.search-submit:hover,
.button.is-white.is-inverted.is-outlined:focus,
.comment-form input.is-white.is-inverted.is-outlined[type="submit"]:focus,
.search-form .is-white.is-inverted.is-outlined.search-submit:focus {
    background-color: #0a0a0a;
    color: white;
}

.button.is-white.is-inverted.is-outlined[disabled],
.comment-form input.is-white.is-inverted.is-outlined[disabled][type="submit"],
.search-form .is-white.is-inverted.is-outlined[disabled].search-submit {
    background-color: transparent;
    border-color: #0a0a0a;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #0a0a0a;
}

.button.is-black,
.comment-form input.is-black[type="submit"],
.search-form .is-black.search-submit {
    background-color: #0a0a0a;
    border-color: transparent;
    color: white;
}

.button.is-black:hover,
.comment-form input.is-black[type="submit"]:hover,
.search-form .is-black.search-submit:hover,
.button.is-black.is-hovered,
.comment-form input.is-black.is-hovered[type="submit"],
.search-form .is-black.is-hovered.search-submit {
    background-color: #040404;
    border-color: transparent;
    color: white;
}

.button.is-black:focus,
.comment-form input.is-black[type="submit"]:focus,
.search-form .is-black.search-submit:focus,
.button.is-black.is-focused,
.comment-form input.is-black.is-focused[type="submit"],
.search-form .is-black.is-focused.search-submit {
    border-color: transparent;
    color: white;
}

.button.is-black:focus:not(:active),
.comment-form input.is-black[type="submit"]:focus:not(:active),
.search-form .is-black.search-submit:focus:not(:active),
.button.is-black.is-focused:not(:active),
.comment-form input.is-black.is-focused[type="submit"]:not(:active),
.search-form .is-black.is-focused.search-submit:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
    box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.button.is-black:active,
.comment-form input.is-black[type="submit"]:active,
.search-form .is-black.search-submit:active,
.button.is-black.is-active,
.comment-form input.is-black.is-active[type="submit"],
.search-form .is-black.is-active.search-submit {
    background-color: black;
    border-color: transparent;
    color: white;
}

.button.is-black[disabled],
.comment-form input.is-black[disabled][type="submit"],
.search-form .is-black[disabled].search-submit {
    background-color: #0a0a0a;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button.is-black.is-inverted,
.comment-form input.is-black.is-inverted[type="submit"],
.search-form .is-black.is-inverted.search-submit {
    background-color: white;
    color: #0a0a0a;
}

.button.is-black.is-inverted:hover,
.comment-form input.is-black.is-inverted[type="submit"]:hover,
.search-form .is-black.is-inverted.search-submit:hover {
    background-color: #f2f2f2;
}

.button.is-black.is-inverted[disabled],
.comment-form input.is-black.is-inverted[disabled][type="submit"],
.search-form .is-black.is-inverted[disabled].search-submit {
    background-color: white;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #0a0a0a;
}

.button.is-black.is-loading:after,
.comment-form input.is-black.is-loading[type="submit"]:after,
.search-form .is-black.is-loading.search-submit:after {
    border-color: transparent transparent white white !important;
}

.button.is-black.is-outlined,
.comment-form input.is-black.is-outlined[type="submit"],
.search-form .is-black.is-outlined.search-submit {
    background-color: transparent;
    border-color: #0a0a0a;
    color: #0a0a0a;
}

.button.is-black.is-outlined:hover,
.comment-form input.is-black.is-outlined[type="submit"]:hover,
.search-form .is-black.is-outlined.search-submit:hover,
.button.is-black.is-outlined:focus,
.comment-form input.is-black.is-outlined[type="submit"]:focus,
.search-form .is-black.is-outlined.search-submit:focus {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    color: white;
}

.button.is-black.is-outlined.is-loading:after,
.comment-form input.is-black.is-outlined.is-loading[type="submit"]:after,
.search-form .is-black.is-outlined.is-loading.search-submit:after {
    border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-black.is-outlined[disabled],
.comment-form input.is-black.is-outlined[disabled][type="submit"],
.search-form .is-black.is-outlined[disabled].search-submit {
    background-color: transparent;
    border-color: #0a0a0a;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #0a0a0a;
}

.button.is-black.is-inverted.is-outlined,
.comment-form input.is-black.is-inverted.is-outlined[type="submit"],
.search-form .is-black.is-inverted.is-outlined.search-submit {
    background-color: transparent;
    border-color: white;
    color: white;
}

.button.is-black.is-inverted.is-outlined:hover,
.comment-form input.is-black.is-inverted.is-outlined[type="submit"]:hover,
.search-form .is-black.is-inverted.is-outlined.search-submit:hover,
.button.is-black.is-inverted.is-outlined:focus,
.comment-form input.is-black.is-inverted.is-outlined[type="submit"]:focus,
.search-form .is-black.is-inverted.is-outlined.search-submit:focus {
    background-color: white;
    color: #0a0a0a;
}

.button.is-black.is-inverted.is-outlined[disabled],
.comment-form input.is-black.is-inverted.is-outlined[disabled][type="submit"],
.search-form .is-black.is-inverted.is-outlined[disabled].search-submit {
    background-color: transparent;
    border-color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
}

.button.is-light,
.comment-form input.is-light[type="submit"],
.search-form .is-light.search-submit {
    background-color: whitesmoke;
    border-color: transparent;
    color: #363636;
}

.button.is-light:hover,
.comment-form input.is-light[type="submit"]:hover,
.search-form .is-light.search-submit:hover,
.button.is-light.is-hovered,
.comment-form input.is-light.is-hovered[type="submit"],
.search-form .is-light.is-hovered.search-submit {
    background-color: #eeeeee;
    border-color: transparent;
    color: #363636;
}

.button.is-light:focus,
.comment-form input.is-light[type="submit"]:focus,
.search-form .is-light.search-submit:focus,
.button.is-light.is-focused,
.comment-form input.is-light.is-focused[type="submit"],
.search-form .is-light.is-focused.search-submit {
    border-color: transparent;
    color: #363636;
}

.button.is-light:focus:not(:active),
.comment-form input.is-light[type="submit"]:focus:not(:active),
.search-form .is-light.search-submit:focus:not(:active),
.button.is-light.is-focused:not(:active),
.comment-form input.is-light.is-focused[type="submit"]:not(:active),
.search-form .is-light.is-focused.search-submit:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
    box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.button.is-light:active,
.comment-form input.is-light[type="submit"]:active,
.search-form .is-light.search-submit:active,
.button.is-light.is-active,
.comment-form input.is-light.is-active[type="submit"],
.search-form .is-light.is-active.search-submit {
    background-color: #e8e8e8;
    border-color: transparent;
    color: #363636;
}

.button.is-light[disabled],
.comment-form input.is-light[disabled][type="submit"],
.search-form .is-light[disabled].search-submit {
    background-color: whitesmoke;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button.is-light.is-inverted,
.comment-form input.is-light.is-inverted[type="submit"],
.search-form .is-light.is-inverted.search-submit {
    background-color: #363636;
    color: whitesmoke;
}

.button.is-light.is-inverted:hover,
.comment-form input.is-light.is-inverted[type="submit"]:hover,
.search-form .is-light.is-inverted.search-submit:hover {
    background-color: #292929;
}

.button.is-light.is-inverted[disabled],
.comment-form input.is-light.is-inverted[disabled][type="submit"],
.search-form .is-light.is-inverted[disabled].search-submit {
    background-color: #363636;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: whitesmoke;
}

.button.is-light.is-loading:after,
.comment-form input.is-light.is-loading[type="submit"]:after,
.search-form .is-light.is-loading.search-submit:after {
    border-color: transparent transparent #363636 #363636 !important;
}

.button.is-light.is-outlined,
.comment-form input.is-light.is-outlined[type="submit"],
.search-form .is-light.is-outlined.search-submit {
    background-color: transparent;
    border-color: whitesmoke;
    color: whitesmoke;
}

.button.is-light.is-outlined:hover,
.comment-form input.is-light.is-outlined[type="submit"]:hover,
.search-form .is-light.is-outlined.search-submit:hover,
.button.is-light.is-outlined:focus,
.comment-form input.is-light.is-outlined[type="submit"]:focus,
.search-form .is-light.is-outlined.search-submit:focus {
    background-color: whitesmoke;
    border-color: whitesmoke;
    color: #363636;
}

.button.is-light.is-outlined.is-loading:after,
.comment-form input.is-light.is-outlined.is-loading[type="submit"]:after,
.search-form .is-light.is-outlined.is-loading.search-submit:after {
    border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-light.is-outlined[disabled],
.comment-form input.is-light.is-outlined[disabled][type="submit"],
.search-form .is-light.is-outlined[disabled].search-submit {
    background-color: transparent;
    border-color: whitesmoke;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: whitesmoke;
}

.button.is-light.is-inverted.is-outlined,
.comment-form input.is-light.is-inverted.is-outlined[type="submit"],
.search-form .is-light.is-inverted.is-outlined.search-submit {
    background-color: transparent;
    border-color: #363636;
    color: #363636;
}

.button.is-light.is-inverted.is-outlined:hover,
.comment-form input.is-light.is-inverted.is-outlined[type="submit"]:hover,
.search-form .is-light.is-inverted.is-outlined.search-submit:hover,
.button.is-light.is-inverted.is-outlined:focus,
.comment-form input.is-light.is-inverted.is-outlined[type="submit"]:focus,
.search-form .is-light.is-inverted.is-outlined.search-submit:focus {
    background-color: #363636;
    color: whitesmoke;
}

.button.is-light.is-inverted.is-outlined[disabled],
.comment-form input.is-light.is-inverted.is-outlined[disabled][type="submit"],
.search-form .is-light.is-inverted.is-outlined[disabled].search-submit {
    background-color: transparent;
    border-color: #363636;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #363636;
}

.button.is-dark,
.comment-form input.is-dark[type="submit"],
.search-form .is-dark.search-submit {
    background-color: #363636;
    border-color: transparent;
    color: whitesmoke;
}

.button.is-dark:hover,
.comment-form input.is-dark[type="submit"]:hover,
.search-form .is-dark.search-submit:hover,
.button.is-dark.is-hovered,
.comment-form input.is-dark.is-hovered[type="submit"],
.search-form .is-dark.is-hovered.search-submit {
    background-color: #2f2f2f;
    border-color: transparent;
    color: whitesmoke;
}

.button.is-dark:focus,
.comment-form input.is-dark[type="submit"]:focus,
.search-form .is-dark.search-submit:focus,
.button.is-dark.is-focused,
.comment-form input.is-dark.is-focused[type="submit"],
.search-form .is-dark.is-focused.search-submit {
    border-color: transparent;
    color: whitesmoke;
}

.button.is-dark:focus:not(:active),
.comment-form input.is-dark[type="submit"]:focus:not(:active),
.search-form .is-dark.search-submit:focus:not(:active),
.button.is-dark.is-focused:not(:active),
.comment-form input.is-dark.is-focused[type="submit"]:not(:active),
.search-form .is-dark.is-focused.search-submit:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
    box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.button.is-dark:active,
.comment-form input.is-dark[type="submit"]:active,
.search-form .is-dark.search-submit:active,
.button.is-dark.is-active,
.comment-form input.is-dark.is-active[type="submit"],
.search-form .is-dark.is-active.search-submit {
    background-color: #292929;
    border-color: transparent;
    color: whitesmoke;
}

.button.is-dark[disabled],
.comment-form input.is-dark[disabled][type="submit"],
.search-form .is-dark[disabled].search-submit {
    background-color: #363636;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button.is-dark.is-inverted,
.comment-form input.is-dark.is-inverted[type="submit"],
.search-form .is-dark.is-inverted.search-submit {
    background-color: whitesmoke;
    color: #363636;
}

.button.is-dark.is-inverted:hover,
.comment-form input.is-dark.is-inverted[type="submit"]:hover,
.search-form .is-dark.is-inverted.search-submit:hover {
    background-color: #e8e8e8;
}

.button.is-dark.is-inverted[disabled],
.comment-form input.is-dark.is-inverted[disabled][type="submit"],
.search-form .is-dark.is-inverted[disabled].search-submit {
    background-color: whitesmoke;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #363636;
}

.button.is-dark.is-loading:after,
.comment-form input.is-dark.is-loading[type="submit"]:after,
.search-form .is-dark.is-loading.search-submit:after {
    border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-dark.is-outlined,
.comment-form input.is-dark.is-outlined[type="submit"],
.search-form .is-dark.is-outlined.search-submit {
    background-color: transparent;
    border-color: #363636;
    color: #363636;
}

.button.is-dark.is-outlined:hover,
.comment-form input.is-dark.is-outlined[type="submit"]:hover,
.search-form .is-dark.is-outlined.search-submit:hover,
.button.is-dark.is-outlined:focus,
.comment-form input.is-dark.is-outlined[type="submit"]:focus,
.search-form .is-dark.is-outlined.search-submit:focus {
    background-color: #363636;
    border-color: #363636;
    color: whitesmoke;
}

.button.is-dark.is-outlined.is-loading:after,
.comment-form input.is-dark.is-outlined.is-loading[type="submit"]:after,
.search-form .is-dark.is-outlined.is-loading.search-submit:after {
    border-color: transparent transparent #363636 #363636 !important;
}

.button.is-dark.is-outlined[disabled],
.comment-form input.is-dark.is-outlined[disabled][type="submit"],
.search-form .is-dark.is-outlined[disabled].search-submit {
    background-color: transparent;
    border-color: #363636;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #363636;
}

.button.is-dark.is-inverted.is-outlined,
.comment-form input.is-dark.is-inverted.is-outlined[type="submit"],
.search-form .is-dark.is-inverted.is-outlined.search-submit {
    background-color: transparent;
    border-color: whitesmoke;
    color: whitesmoke;
}

.button.is-dark.is-inverted.is-outlined:hover,
.comment-form input.is-dark.is-inverted.is-outlined[type="submit"]:hover,
.search-form .is-dark.is-inverted.is-outlined.search-submit:hover,
.button.is-dark.is-inverted.is-outlined:focus,
.comment-form input.is-dark.is-inverted.is-outlined[type="submit"]:focus,
.search-form .is-dark.is-inverted.is-outlined.search-submit:focus {
    background-color: whitesmoke;
    color: #363636;
}

.button.is-dark.is-inverted.is-outlined[disabled],
.comment-form input.is-dark.is-inverted.is-outlined[disabled][type="submit"],
.search-form .is-dark.is-inverted.is-outlined[disabled].search-submit {
    background-color: transparent;
    border-color: whitesmoke;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: whitesmoke;
}

.button.is-primary,
.comment-form input.is-primary[type="submit"],
.search-form .is-primary.search-submit {
    background-color: #ac1f2d;
    border-color: transparent;
    color: #fff;
}

.button.is-primary:hover,
.comment-form input.is-primary[type="submit"]:hover,
.search-form .is-primary.search-submit:hover,
.button.is-primary.is-hovered,
.comment-form input.is-primary.is-hovered[type="submit"],
.search-form .is-primary.is-hovered.search-submit {
    background-color: #a11d2a;
    border-color: transparent;
    color: #fff;
}

.button.is-primary:focus,
.comment-form input.is-primary[type="submit"]:focus,
.search-form .is-primary.search-submit:focus,
.button.is-primary.is-focused,
.comment-form input.is-primary.is-focused[type="submit"],
.search-form .is-primary.is-focused.search-submit {
    border-color: transparent;
    color: #fff;
}

.button.is-primary:focus:not(:active),
.comment-form input.is-primary[type="submit"]:focus:not(:active),
.search-form .is-primary.search-submit:focus:not(:active),
.button.is-primary.is-focused:not(:active),
.comment-form input.is-primary.is-focused[type="submit"]:not(:active),
.search-form .is-primary.is-focused.search-submit:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(172, 31, 45, 0.25);
    box-shadow: 0 0 0 0.125em rgba(172, 31, 45, 0.25);
}

.button.is-primary:active,
.comment-form input.is-primary[type="submit"]:active,
.search-form .is-primary.search-submit:active,
.button.is-primary.is-active,
.comment-form input.is-primary.is-active[type="submit"],
.search-form .is-primary.is-active.search-submit {
    background-color: #961b27;
    border-color: transparent;
    color: #fff;
}

.button.is-primary[disabled],
.comment-form input.is-primary[disabled][type="submit"],
.search-form .is-primary[disabled].search-submit {
    background-color: #ac1f2d;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button.is-primary.is-inverted,
.comment-form input.is-primary.is-inverted[type="submit"],
.search-form .is-primary.is-inverted.search-submit {
    background-color: #fff;
    color: #ac1f2d;
}

.button.is-primary.is-inverted:hover,
.comment-form input.is-primary.is-inverted[type="submit"]:hover,
.search-form .is-primary.is-inverted.search-submit:hover {
    background-color: #f2f2f2;
}

.button.is-primary.is-inverted[disabled],
.comment-form input.is-primary.is-inverted[disabled][type="submit"],
.search-form .is-primary.is-inverted[disabled].search-submit {
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ac1f2d;
}

.button.is-primary.is-loading:after,
.comment-form input.is-primary.is-loading[type="submit"]:after,
.search-form .is-primary.is-loading.search-submit:after {
    border-color: transparent transparent #fff #fff !important;
}

.button.is-primary.is-outlined,
.comment-form input.is-primary.is-outlined[type="submit"],
.search-form .is-primary.is-outlined.search-submit {
    background-color: transparent;
    border-color: #ac1f2d;
    color: #ac1f2d;
}

.button.is-primary.is-outlined:hover,
.comment-form input.is-primary.is-outlined[type="submit"]:hover,
.search-form .is-primary.is-outlined.search-submit:hover,
.button.is-primary.is-outlined:focus,
.comment-form input.is-primary.is-outlined[type="submit"]:focus,
.search-form .is-primary.is-outlined.search-submit:focus {
    background-color: #ac1f2d;
    border-color: #ac1f2d;
    color: #fff;
}

.button.is-primary.is-outlined.is-loading:after,
.comment-form input.is-primary.is-outlined.is-loading[type="submit"]:after,
.search-form .is-primary.is-outlined.is-loading.search-submit:after {
    border-color: transparent transparent #ac1f2d #ac1f2d !important;
}

.button.is-primary.is-outlined[disabled],
.comment-form input.is-primary.is-outlined[disabled][type="submit"],
.search-form .is-primary.is-outlined[disabled].search-submit {
    background-color: transparent;
    border-color: #ac1f2d;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ac1f2d;
}

.button.is-primary.is-inverted.is-outlined,
.comment-form input.is-primary.is-inverted.is-outlined[type="submit"],
.search-form .is-primary.is-inverted.is-outlined.search-submit {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.button.is-primary.is-inverted.is-outlined:hover,
.comment-form input.is-primary.is-inverted.is-outlined[type="submit"]:hover,
.search-form .is-primary.is-inverted.is-outlined.search-submit:hover,
.button.is-primary.is-inverted.is-outlined:focus,
.comment-form input.is-primary.is-inverted.is-outlined[type="submit"]:focus,
.search-form .is-primary.is-inverted.is-outlined.search-submit:focus {
    background-color: #fff;
    color: #ac1f2d;
}

.button.is-primary.is-inverted.is-outlined[disabled],
.comment-form input.is-primary.is-inverted.is-outlined[disabled][type="submit"],
.search-form .is-primary.is-inverted.is-outlined[disabled].search-submit {
    background-color: transparent;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.button.is-info,
.comment-form input[type="submit"],
.search-form .search-submit {
    background-color: #3273dc;
    border-color: transparent;
    color: #fff;
}

.button.is-info:hover,
.comment-form input[type="submit"]:hover,
.search-form .search-submit:hover,
.button.is-info.is-hovered,
.comment-form input.is-hovered[type="submit"],
.search-form .is-hovered.search-submit {
    background-color: #276cda;
    border-color: transparent;
    color: #fff;
}

.button.is-info:focus,
.comment-form input[type="submit"]:focus,
.search-form .search-submit:focus,
.button.is-info.is-focused,
.comment-form input.is-focused[type="submit"],
.search-form .is-focused.search-submit {
    border-color: transparent;
    color: #fff;
}

.button.is-info:focus:not(:active),
.comment-form input[type="submit"]:focus:not(:active),
.search-form .search-submit:focus:not(:active),
.button.is-info.is-focused:not(:active),
.comment-form input.is-focused[type="submit"]:not(:active),
.search-form .is-focused.search-submit:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
    box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.button.is-info:active,
.comment-form input[type="submit"]:active,
.search-form .search-submit:active,
.button.is-info.is-active,
.comment-form input.is-active[type="submit"],
.search-form .is-active.search-submit {
    background-color: #2366d1;
    border-color: transparent;
    color: #fff;
}

.button.is-info[disabled],
.comment-form input[disabled][type="submit"],
.search-form [disabled].search-submit {
    background-color: #3273dc;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button.is-info.is-inverted,
.comment-form input.is-inverted[type="submit"],
.search-form .is-inverted.search-submit {
    background-color: #fff;
    color: #3273dc;
}

.button.is-info.is-inverted:hover,
.comment-form input.is-inverted[type="submit"]:hover,
.search-form .is-inverted.search-submit:hover {
    background-color: #f2f2f2;
}

.button.is-info.is-inverted[disabled],
.comment-form input.is-inverted[disabled][type="submit"],
.search-form .is-inverted[disabled].search-submit {
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3273dc;
}

.button.is-info.is-loading:after,
.comment-form input.is-loading[type="submit"]:after,
.search-form .is-loading.search-submit:after {
    border-color: transparent transparent #fff #fff !important;
}

.button.is-info.is-outlined,
.comment-form input.is-outlined[type="submit"],
.search-form .is-outlined.search-submit {
    background-color: transparent;
    border-color: #3273dc;
    color: #3273dc;
}

.button.is-info.is-outlined:hover,
.comment-form input.is-outlined[type="submit"]:hover,
.search-form .is-outlined.search-submit:hover,
.button.is-info.is-outlined:focus,
.comment-form input.is-outlined[type="submit"]:focus,
.search-form .is-outlined.search-submit:focus {
    background-color: #3273dc;
    border-color: #3273dc;
    color: #fff;
}

.button.is-info.is-outlined.is-loading:after,
.comment-form input.is-outlined.is-loading[type="submit"]:after,
.search-form .is-outlined.is-loading.search-submit:after {
    border-color: transparent transparent #3273dc #3273dc !important;
}

.button.is-info.is-outlined[disabled],
.comment-form input.is-outlined[disabled][type="submit"],
.search-form .is-outlined[disabled].search-submit {
    background-color: transparent;
    border-color: #3273dc;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3273dc;
}

.button.is-info.is-inverted.is-outlined,
.comment-form input.is-inverted.is-outlined[type="submit"],
.search-form .is-inverted.is-outlined.search-submit {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.button.is-info.is-inverted.is-outlined:hover,
.comment-form input.is-inverted.is-outlined[type="submit"]:hover,
.search-form .is-inverted.is-outlined.search-submit:hover,
.button.is-info.is-inverted.is-outlined:focus,
.comment-form input.is-inverted.is-outlined[type="submit"]:focus,
.search-form .is-inverted.is-outlined.search-submit:focus {
    background-color: #fff;
    color: #3273dc;
}

.button.is-info.is-inverted.is-outlined[disabled],
.comment-form input.is-inverted.is-outlined[disabled][type="submit"],
.search-form .is-inverted.is-outlined[disabled].search-submit {
    background-color: transparent;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.button.is-success,
.comment-form input.is-success[type="submit"],
.search-form .is-success.search-submit {
    background-color: #23d160;
    border-color: transparent;
    color: #fff;
}

.button.is-success:hover,
.comment-form input.is-success[type="submit"]:hover,
.search-form .is-success.search-submit:hover,
.button.is-success.is-hovered,
.comment-form input.is-success.is-hovered[type="submit"],
.search-form .is-success.is-hovered.search-submit {
    background-color: #22c65b;
    border-color: transparent;
    color: #fff;
}

.button.is-success:focus,
.comment-form input.is-success[type="submit"]:focus,
.search-form .is-success.search-submit:focus,
.button.is-success.is-focused,
.comment-form input.is-success.is-focused[type="submit"],
.search-form .is-success.is-focused.search-submit {
    border-color: transparent;
    color: #fff;
}

.button.is-success:focus:not(:active),
.comment-form input.is-success[type="submit"]:focus:not(:active),
.search-form .is-success.search-submit:focus:not(:active),
.button.is-success.is-focused:not(:active),
.comment-form input.is-success.is-focused[type="submit"]:not(:active),
.search-form .is-success.is-focused.search-submit:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
    box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

.button.is-success:active,
.comment-form input.is-success[type="submit"]:active,
.search-form .is-success.search-submit:active,
.button.is-success.is-active,
.comment-form input.is-success.is-active[type="submit"],
.search-form .is-success.is-active.search-submit {
    background-color: #20bc56;
    border-color: transparent;
    color: #fff;
}

.button.is-success[disabled],
.comment-form input.is-success[disabled][type="submit"],
.search-form .is-success[disabled].search-submit {
    background-color: #23d160;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button.is-success.is-inverted,
.comment-form input.is-success.is-inverted[type="submit"],
.search-form .is-success.is-inverted.search-submit {
    background-color: #fff;
    color: #23d160;
}

.button.is-success.is-inverted:hover,
.comment-form input.is-success.is-inverted[type="submit"]:hover,
.search-form .is-success.is-inverted.search-submit:hover {
    background-color: #f2f2f2;
}

.button.is-success.is-inverted[disabled],
.comment-form input.is-success.is-inverted[disabled][type="submit"],
.search-form .is-success.is-inverted[disabled].search-submit {
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #23d160;
}

.button.is-success.is-loading:after,
.comment-form input.is-success.is-loading[type="submit"]:after,
.search-form .is-success.is-loading.search-submit:after {
    border-color: transparent transparent #fff #fff !important;
}

.button.is-success.is-outlined,
.comment-form input.is-success.is-outlined[type="submit"],
.search-form .is-success.is-outlined.search-submit {
    background-color: transparent;
    border-color: #23d160;
    color: #23d160;
}

.button.is-success.is-outlined:hover,
.comment-form input.is-success.is-outlined[type="submit"]:hover,
.search-form .is-success.is-outlined.search-submit:hover,
.button.is-success.is-outlined:focus,
.comment-form input.is-success.is-outlined[type="submit"]:focus,
.search-form .is-success.is-outlined.search-submit:focus {
    background-color: #23d160;
    border-color: #23d160;
    color: #fff;
}

.button.is-success.is-outlined.is-loading:after,
.comment-form input.is-success.is-outlined.is-loading[type="submit"]:after,
.search-form .is-success.is-outlined.is-loading.search-submit:after {
    border-color: transparent transparent #23d160 #23d160 !important;
}

.button.is-success.is-outlined[disabled],
.comment-form input.is-success.is-outlined[disabled][type="submit"],
.search-form .is-success.is-outlined[disabled].search-submit {
    background-color: transparent;
    border-color: #23d160;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #23d160;
}

.button.is-success.is-inverted.is-outlined,
.comment-form input.is-success.is-inverted.is-outlined[type="submit"],
.search-form .is-success.is-inverted.is-outlined.search-submit {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.button.is-success.is-inverted.is-outlined:hover,
.comment-form input.is-success.is-inverted.is-outlined[type="submit"]:hover,
.search-form .is-success.is-inverted.is-outlined.search-submit:hover,
.button.is-success.is-inverted.is-outlined:focus,
.comment-form input.is-success.is-inverted.is-outlined[type="submit"]:focus,
.search-form .is-success.is-inverted.is-outlined.search-submit:focus {
    background-color: #fff;
    color: #23d160;
}

.button.is-success.is-inverted.is-outlined[disabled],
.comment-form input.is-success.is-inverted.is-outlined[disabled][type="submit"],
.search-form .is-success.is-inverted.is-outlined[disabled].search-submit {
    background-color: transparent;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.button.is-warning,
.comment-form input.is-warning[type="submit"],
.search-form .is-warning.search-submit {
    background-color: #ffdd57;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:hover,
.comment-form input.is-warning[type="submit"]:hover,
.search-form .is-warning.search-submit:hover,
.button.is-warning.is-hovered,
.comment-form input.is-warning.is-hovered[type="submit"],
.search-form .is-warning.is-hovered.search-submit {
    background-color: #ffdb4a;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:focus,
.comment-form input.is-warning[type="submit"]:focus,
.search-form .is-warning.search-submit:focus,
.button.is-warning.is-focused,
.comment-form input.is-warning.is-focused[type="submit"],
.search-form .is-warning.is-focused.search-submit {
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:focus:not(:active),
.comment-form input.is-warning[type="submit"]:focus:not(:active),
.search-form .is-warning.search-submit:focus:not(:active),
.button.is-warning.is-focused:not(:active),
.comment-form input.is-warning.is-focused[type="submit"]:not(:active),
.search-form .is-warning.is-focused.search-submit:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
    box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.button.is-warning:active,
.comment-form input.is-warning[type="submit"]:active,
.search-form .is-warning.search-submit:active,
.button.is-warning.is-active,
.comment-form input.is-warning.is-active[type="submit"],
.search-form .is-warning.is-active.search-submit {
    background-color: #ffd83d;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
}

.button.is-warning[disabled],
.comment-form input.is-warning[disabled][type="submit"],
.search-form .is-warning[disabled].search-submit {
    background-color: #ffdd57;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button.is-warning.is-inverted,
.comment-form input.is-warning.is-inverted[type="submit"],
.search-form .is-warning.is-inverted.search-submit {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffdd57;
}

.button.is-warning.is-inverted:hover,
.comment-form input.is-warning.is-inverted[type="submit"]:hover,
.search-form .is-warning.is-inverted.search-submit:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-inverted[disabled],
.comment-form input.is-warning.is-inverted[disabled][type="submit"],
.search-form .is-warning.is-inverted[disabled].search-submit {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffdd57;
}

.button.is-warning.is-loading:after,
.comment-form input.is-warning.is-loading[type="submit"]:after,
.search-form .is-warning.is-loading.search-submit:after {
    border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-warning.is-outlined,
.comment-form input.is-warning.is-outlined[type="submit"],
.search-form .is-warning.is-outlined.search-submit {
    background-color: transparent;
    border-color: #ffdd57;
    color: #ffdd57;
}

.button.is-warning.is-outlined:hover,
.comment-form input.is-warning.is-outlined[type="submit"]:hover,
.search-form .is-warning.is-outlined.search-submit:hover,
.button.is-warning.is-outlined:focus,
.comment-form input.is-warning.is-outlined[type="submit"]:focus,
.search-form .is-warning.is-outlined.search-submit:focus {
    background-color: #ffdd57;
    border-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-outlined.is-loading:after,
.comment-form input.is-warning.is-outlined.is-loading[type="submit"]:after,
.search-form .is-warning.is-outlined.is-loading.search-submit:after {
    border-color: transparent transparent #ffdd57 #ffdd57 !important;
}

.button.is-warning.is-outlined[disabled],
.comment-form input.is-warning.is-outlined[disabled][type="submit"],
.search-form .is-warning.is-outlined[disabled].search-submit {
    background-color: transparent;
    border-color: #ffdd57;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffdd57;
}

.button.is-warning.is-inverted.is-outlined,
.comment-form input.is-warning.is-inverted.is-outlined[type="submit"],
.search-form .is-warning.is-inverted.is-outlined.search-submit {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.7);
    color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-inverted.is-outlined:hover,
.comment-form input.is-warning.is-inverted.is-outlined[type="submit"]:hover,
.search-form .is-warning.is-inverted.is-outlined.search-submit:hover,
.button.is-warning.is-inverted.is-outlined:focus,
.comment-form input.is-warning.is-inverted.is-outlined[type="submit"]:focus,
.search-form .is-warning.is-inverted.is-outlined.search-submit:focus {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffdd57;
}

.button.is-warning.is-inverted.is-outlined[disabled],
.comment-form input.is-warning.is-inverted.is-outlined[disabled][type="submit"],
.search-form .is-warning.is-inverted.is-outlined[disabled].search-submit {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.7);
}

.button.is-danger,
.comment-form input.is-danger[type="submit"],
.search-form .is-danger.search-submit {
    background-color: #ff3860;
    border-color: transparent;
    color: #fff;
}

.button.is-danger:hover,
.comment-form input.is-danger[type="submit"]:hover,
.search-form .is-danger.search-submit:hover,
.button.is-danger.is-hovered,
.comment-form input.is-danger.is-hovered[type="submit"],
.search-form .is-danger.is-hovered.search-submit {
    background-color: #ff2b56;
    border-color: transparent;
    color: #fff;
}

.button.is-danger:focus,
.comment-form input.is-danger[type="submit"]:focus,
.search-form .is-danger.search-submit:focus,
.button.is-danger.is-focused,
.comment-form input.is-danger.is-focused[type="submit"],
.search-form .is-danger.is-focused.search-submit {
    border-color: transparent;
    color: #fff;
}

.button.is-danger:focus:not(:active),
.comment-form input.is-danger[type="submit"]:focus:not(:active),
.search-form .is-danger.search-submit:focus:not(:active),
.button.is-danger.is-focused:not(:active),
.comment-form input.is-danger.is-focused[type="submit"]:not(:active),
.search-form .is-danger.is-focused.search-submit:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
    box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}

.button.is-danger:active,
.comment-form input.is-danger[type="submit"]:active,
.search-form .is-danger.search-submit:active,
.button.is-danger.is-active,
.comment-form input.is-danger.is-active[type="submit"],
.search-form .is-danger.is-active.search-submit {
    background-color: #ff1f4b;
    border-color: transparent;
    color: #fff;
}

.button.is-danger[disabled],
.comment-form input.is-danger[disabled][type="submit"],
.search-form .is-danger[disabled].search-submit {
    background-color: #ff3860;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button.is-danger.is-inverted,
.comment-form input.is-danger.is-inverted[type="submit"],
.search-form .is-danger.is-inverted.search-submit {
    background-color: #fff;
    color: #ff3860;
}

.button.is-danger.is-inverted:hover,
.comment-form input.is-danger.is-inverted[type="submit"]:hover,
.search-form .is-danger.is-inverted.search-submit:hover {
    background-color: #f2f2f2;
}

.button.is-danger.is-inverted[disabled],
.comment-form input.is-danger.is-inverted[disabled][type="submit"],
.search-form .is-danger.is-inverted[disabled].search-submit {
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ff3860;
}

.button.is-danger.is-loading:after,
.comment-form input.is-danger.is-loading[type="submit"]:after,
.search-form .is-danger.is-loading.search-submit:after {
    border-color: transparent transparent #fff #fff !important;
}

.button.is-danger.is-outlined,
.comment-form input.is-danger.is-outlined[type="submit"],
.search-form .is-danger.is-outlined.search-submit {
    background-color: transparent;
    border-color: #ff3860;
    color: #ff3860;
}

.button.is-danger.is-outlined:hover,
.comment-form input.is-danger.is-outlined[type="submit"]:hover,
.search-form .is-danger.is-outlined.search-submit:hover,
.button.is-danger.is-outlined:focus,
.comment-form input.is-danger.is-outlined[type="submit"]:focus,
.search-form .is-danger.is-outlined.search-submit:focus {
    background-color: #ff3860;
    border-color: #ff3860;
    color: #fff;
}

.button.is-danger.is-outlined.is-loading:after,
.comment-form input.is-danger.is-outlined.is-loading[type="submit"]:after,
.search-form .is-danger.is-outlined.is-loading.search-submit:after {
    border-color: transparent transparent #ff3860 #ff3860 !important;
}

.button.is-danger.is-outlined[disabled],
.comment-form input.is-danger.is-outlined[disabled][type="submit"],
.search-form .is-danger.is-outlined[disabled].search-submit {
    background-color: transparent;
    border-color: #ff3860;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ff3860;
}

.button.is-danger.is-inverted.is-outlined,
.comment-form input.is-danger.is-inverted.is-outlined[type="submit"],
.search-form .is-danger.is-inverted.is-outlined.search-submit {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.button.is-danger.is-inverted.is-outlined:hover,
.comment-form input.is-danger.is-inverted.is-outlined[type="submit"]:hover,
.search-form .is-danger.is-inverted.is-outlined.search-submit:hover,
.button.is-danger.is-inverted.is-outlined:focus,
.comment-form input.is-danger.is-inverted.is-outlined[type="submit"]:focus,
.search-form .is-danger.is-inverted.is-outlined.search-submit:focus {
    background-color: #fff;
    color: #ff3860;
}

.button.is-danger.is-inverted.is-outlined[disabled],
.comment-form input.is-danger.is-inverted.is-outlined[disabled][type="submit"],
.search-form .is-danger.is-inverted.is-outlined[disabled].search-submit {
    background-color: transparent;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.button.is-small,
.comment-form input.is-small[type="submit"],
.search-form .is-small.search-submit {
    border-radius: 2px;
    font-size: 0.75rem;
}

.button.is-medium,
.comment-form input.is-medium[type="submit"],
.search-form .is-medium.search-submit {
    font-size: 1.25rem;
}

.button.is-large,
.comment-form input.is-large[type="submit"],
.search-form .is-large.search-submit {
    font-size: 1.5rem;
}

.button[disabled],
.comment-form input[disabled][type="submit"],
.search-form [disabled].search-submit {
    background-color: white;
    border-color: #dbdbdb;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.5;
}

.button.is-fullwidth,
.comment-form input.is-fullwidth[type="submit"],
.search-form .is-fullwidth.search-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.button.is-loading,
.comment-form input.is-loading[type="submit"],
.search-form .is-loading.search-submit {
    color: transparent !important;
    pointer-events: none;
}

.button.is-loading:after,
.comment-form input.is-loading[type="submit"]:after,
.search-form .is-loading.search-submit:after {
    -webkit-animation: spinAround 500ms infinite linear;
    -o-animation: spinAround 500ms infinite linear;
    animation: spinAround 500ms infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    position: absolute;
    left: calc(50% - (1em / 2));
    top: calc(50% - (1em / 2));
    position: absolute !important;
}

.button.is-static,
.comment-form input.is-static[type="submit"],
.search-form .is-static.search-submit {
    background-color: whitesmoke;
    border-color: #dbdbdb;
    color: #7a7a7a;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
}

.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:not(:last-child) {
    margin-bottom: 1.5rem;
}

.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: #363636;
    font-weight: 400;
    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: whitesmoke;
    border-left: 5px solid #dbdbdb;
    padding: 1.25em 1.5em;
}

.content ol {
    list-style: decimal outside;
    margin-left: 2em;
    margin-top: 1em;
}

.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 #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top;
}

.content table th {
    color: #363636;
    text-align: left;
}

.content table tr:hover {
    background-color: whitesmoke;
}

.content table thead td,
.content table thead th {
    border-width: 0 0 2px;
    color: #363636;
}

.content table tfoot td,
.content table tfoot th {
    border-width: 2px 0 0;
    color: #363636;
}

.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
    border-bottom-width: 0;
}

.content.is-small {
    font-size: 0.75rem;
}

.content.is-medium {
    font-size: 1.25rem;
}

.content.is-large {
    font-size: 1.5rem;
}

.input,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.search-form .search-field,
.textarea,
.comment-form textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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;
    background-color: white;
    border-color: #dbdbdb;
    color: #363636;
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    max-width: 100%;
    width: 100%;
}

.input:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.search-form .search-field:focus,
.input.is-focused,
.comment-form input.is-focused[type="text"],
.comment-form input.is-focused[type="email"],
.comment-form input.is-focused[type="url"],
.search-form .is-focused.search-field,
.input:active,
.comment-form input[type="text"]:active,
.comment-form input[type="email"]:active,
.comment-form input[type="url"]:active,
.search-form .search-field:active,
.input.is-active,
.comment-form input.is-active[type="text"],
.comment-form input.is-active[type="email"],
.comment-form input.is-active[type="url"],
.search-form .is-active.search-field,
.textarea:focus,
.comment-form textarea:focus,
.textarea.is-focused,
.comment-form textarea.is-focused,
.textarea:active,
.comment-form textarea:active,
.textarea.is-active,
.comment-form textarea.is-active {
    outline: none;
}

.input[disabled],
.comment-form input[disabled][type="text"],
.comment-form input[disabled][type="email"],
.comment-form input[disabled][type="url"],
.search-form [disabled].search-field,
.textarea[disabled],
.comment-form textarea[disabled] {
    cursor: not-allowed;
}

.input:hover,
.comment-form input[type="text"]:hover,
.comment-form input[type="email"]:hover,
.comment-form input[type="url"]:hover,
.search-form .search-field:hover,
.input.is-hovered,
.comment-form input.is-hovered[type="text"],
.comment-form input.is-hovered[type="email"],
.comment-form input.is-hovered[type="url"],
.search-form .is-hovered.search-field,
.textarea:hover,
.comment-form textarea:hover,
.textarea.is-hovered,
.comment-form textarea.is-hovered {
    border-color: #b5b5b5;
}

.input:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.search-form .search-field:focus,
.input.is-focused,
.comment-form input.is-focused[type="text"],
.comment-form input.is-focused[type="email"],
.comment-form input.is-focused[type="url"],
.search-form .is-focused.search-field,
.input:active,
.comment-form input[type="text"]:active,
.comment-form input[type="email"]:active,
.comment-form input[type="url"]:active,
.search-form .search-field:active,
.input.is-active,
.comment-form input.is-active[type="text"],
.comment-form input.is-active[type="email"],
.comment-form input.is-active[type="url"],
.search-form .is-active.search-field,
.textarea:focus,
.comment-form textarea:focus,
.textarea.is-focused,
.comment-form textarea.is-focused,
.textarea:active,
.comment-form textarea:active,
.textarea.is-active,
.comment-form textarea.is-active {
    border-color: #ac1f2d;
    -webkit-box-shadow: 0 0 0 0.125em rgba(172, 31, 45, 0.25);
    box-shadow: 0 0 0 0.125em rgba(172, 31, 45, 0.25);
}

.input[disabled],
.comment-form input[disabled][type="text"],
.comment-form input[disabled][type="email"],
.comment-form input[disabled][type="url"],
.search-form [disabled].search-field,
.textarea[disabled],
.comment-form textarea[disabled] {
    background-color: whitesmoke;
    border-color: whitesmoke;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #7a7a7a;
}

.input[disabled]::-moz-placeholder,
.comment-form input[disabled][type="text"]::-moz-placeholder,
.comment-form input[disabled][type="email"]::-moz-placeholder,
.comment-form input[disabled][type="url"]::-moz-placeholder,
.search-form [disabled].search-field::-moz-placeholder,
.textarea[disabled]::-moz-placeholder,
.comment-form textarea[disabled]::-moz-placeholder {
    color: rgba(122, 122, 122, 0.3);
}

.input[disabled]::-webkit-input-placeholder,
.comment-form input[disabled][type="text"]::-webkit-input-placeholder,
.comment-form input[disabled][type="email"]::-webkit-input-placeholder,
.comment-form input[disabled][type="url"]::-webkit-input-placeholder,
.search-form [disabled].search-field::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder,
.comment-form textarea[disabled]::-webkit-input-placeholder {
    color: rgba(122, 122, 122, 0.3);
}

.input[disabled]:-moz-placeholder,
.comment-form input[disabled][type="text"]:-moz-placeholder,
.comment-form input[disabled][type="email"]:-moz-placeholder,
.comment-form input[disabled][type="url"]:-moz-placeholder,
.search-form [disabled].search-field:-moz-placeholder,
.textarea[disabled]:-moz-placeholder,
.comment-form textarea[disabled]:-moz-placeholder {
    color: rgba(122, 122, 122, 0.3);
}

.input[disabled]:-ms-input-placeholder,
.comment-form input[disabled][type="text"]:-ms-input-placeholder,
.comment-form input[disabled][type="email"]:-ms-input-placeholder,
.comment-form input[disabled][type="url"]:-ms-input-placeholder,
.search-form [disabled].search-field:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder,
.comment-form textarea[disabled]:-ms-input-placeholder {
    color: rgba(122, 122, 122, 0.3);
}

.input[type="search"],
.comment-form input[type="search"][type="text"],
.comment-form input[type="search"][type="email"],
.comment-form input[type="search"][type="url"],
.search-form [type="search"].search-field,
.textarea[type="search"],
.comment-form textarea[type="search"] {
    border-radius: 290486px;
}

.input[readonly],
.comment-form input[readonly][type="text"],
.comment-form input[readonly][type="email"],
.comment-form input[readonly][type="url"],
.search-form [readonly].search-field,
.textarea[readonly],
.comment-form textarea[readonly] {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input.is-white,
.comment-form input.is-white[type="text"],
.comment-form input.is-white[type="email"],
.comment-form input.is-white[type="url"],
.search-form .is-white.search-field,
.textarea.is-white,
.comment-form textarea.is-white {
    border-color: white;
}

.input.is-white:focus,
.comment-form input.is-white[type="text"]:focus,
.comment-form input.is-white[type="email"]:focus,
.comment-form input.is-white[type="url"]:focus,
.search-form .is-white.search-field:focus,
.input.is-white.is-focused,
.comment-form input.is-white.is-focused[type="text"],
.comment-form input.is-white.is-focused[type="email"],
.comment-form input.is-white.is-focused[type="url"],
.search-form .is-white.is-focused.search-field,
.input.is-white:active,
.comment-form input.is-white[type="text"]:active,
.comment-form input.is-white[type="email"]:active,
.comment-form input.is-white[type="url"]:active,
.search-form .is-white.search-field:active,
.input.is-white.is-active,
.comment-form input.is-white.is-active[type="text"],
.comment-form input.is-white.is-active[type="email"],
.comment-form input.is-white.is-active[type="url"],
.search-form .is-white.is-active.search-field,
.textarea.is-white:focus,
.comment-form textarea.is-white:focus,
.textarea.is-white.is-focused,
.comment-form textarea.is-white.is-focused,
.textarea.is-white:active,
.comment-form textarea.is-white:active,
.textarea.is-white.is-active,
.comment-form textarea.is-white.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.input.is-black,
.comment-form input.is-black[type="text"],
.comment-form input.is-black[type="email"],
.comment-form input.is-black[type="url"],
.search-form .is-black.search-field,
.textarea.is-black,
.comment-form textarea.is-black {
    border-color: #0a0a0a;
}

.input.is-black:focus,
.comment-form input.is-black[type="text"]:focus,
.comment-form input.is-black[type="email"]:focus,
.comment-form input.is-black[type="url"]:focus,
.search-form .is-black.search-field:focus,
.input.is-black.is-focused,
.comment-form input.is-black.is-focused[type="text"],
.comment-form input.is-black.is-focused[type="email"],
.comment-form input.is-black.is-focused[type="url"],
.search-form .is-black.is-focused.search-field,
.input.is-black:active,
.comment-form input.is-black[type="text"]:active,
.comment-form input.is-black[type="email"]:active,
.comment-form input.is-black[type="url"]:active,
.search-form .is-black.search-field:active,
.input.is-black.is-active,
.comment-form input.is-black.is-active[type="text"],
.comment-form input.is-black.is-active[type="email"],
.comment-form input.is-black.is-active[type="url"],
.search-form .is-black.is-active.search-field,
.textarea.is-black:focus,
.comment-form textarea.is-black:focus,
.textarea.is-black.is-focused,
.comment-form textarea.is-black.is-focused,
.textarea.is-black:active,
.comment-form textarea.is-black:active,
.textarea.is-black.is-active,
.comment-form textarea.is-black.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
    box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.input.is-light,
.comment-form input.is-light[type="text"],
.comment-form input.is-light[type="email"],
.comment-form input.is-light[type="url"],
.search-form .is-light.search-field,
.textarea.is-light,
.comment-form textarea.is-light {
    border-color: whitesmoke;
}

.input.is-light:focus,
.comment-form input.is-light[type="text"]:focus,
.comment-form input.is-light[type="email"]:focus,
.comment-form input.is-light[type="url"]:focus,
.search-form .is-light.search-field:focus,
.input.is-light.is-focused,
.comment-form input.is-light.is-focused[type="text"],
.comment-form input.is-light.is-focused[type="email"],
.comment-form input.is-light.is-focused[type="url"],
.search-form .is-light.is-focused.search-field,
.input.is-light:active,
.comment-form input.is-light[type="text"]:active,
.comment-form input.is-light[type="email"]:active,
.comment-form input.is-light[type="url"]:active,
.search-form .is-light.search-field:active,
.input.is-light.is-active,
.comment-form input.is-light.is-active[type="text"],
.comment-form input.is-light.is-active[type="email"],
.comment-form input.is-light.is-active[type="url"],
.search-form .is-light.is-active.search-field,
.textarea.is-light:focus,
.comment-form textarea.is-light:focus,
.textarea.is-light.is-focused,
.comment-form textarea.is-light.is-focused,
.textarea.is-light:active,
.comment-form textarea.is-light:active,
.textarea.is-light.is-active,
.comment-form textarea.is-light.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
    box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.input.is-dark,
.comment-form input.is-dark[type="text"],
.comment-form input.is-dark[type="email"],
.comment-form input.is-dark[type="url"],
.search-form .is-dark.search-field,
.textarea.is-dark,
.comment-form textarea.is-dark {
    border-color: #363636;
}

.input.is-dark:focus,
.comment-form input.is-dark[type="text"]:focus,
.comment-form input.is-dark[type="email"]:focus,
.comment-form input.is-dark[type="url"]:focus,
.search-form .is-dark.search-field:focus,
.input.is-dark.is-focused,
.comment-form input.is-dark.is-focused[type="text"],
.comment-form input.is-dark.is-focused[type="email"],
.comment-form input.is-dark.is-focused[type="url"],
.search-form .is-dark.is-focused.search-field,
.input.is-dark:active,
.comment-form input.is-dark[type="text"]:active,
.comment-form input.is-dark[type="email"]:active,
.comment-form input.is-dark[type="url"]:active,
.search-form .is-dark.search-field:active,
.input.is-dark.is-active,
.comment-form input.is-dark.is-active[type="text"],
.comment-form input.is-dark.is-active[type="email"],
.comment-form input.is-dark.is-active[type="url"],
.search-form .is-dark.is-active.search-field,
.textarea.is-dark:focus,
.comment-form textarea.is-dark:focus,
.textarea.is-dark.is-focused,
.comment-form textarea.is-dark.is-focused,
.textarea.is-dark:active,
.comment-form textarea.is-dark:active,
.textarea.is-dark.is-active,
.comment-form textarea.is-dark.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
    box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.input.is-primary,
.comment-form input.is-primary[type="text"],
.comment-form input.is-primary[type="email"],
.comment-form input.is-primary[type="url"],
.search-form .is-primary.search-field,
.textarea.is-primary,
.comment-form textarea.is-primary {
    border-color: #ac1f2d;
}

.input.is-primary:focus,
.comment-form input.is-primary[type="text"]:focus,
.comment-form input.is-primary[type="email"]:focus,
.comment-form input.is-primary[type="url"]:focus,
.search-form .is-primary.search-field:focus,
.input.is-primary.is-focused,
.comment-form input.is-primary.is-focused[type="text"],
.comment-form input.is-primary.is-focused[type="email"],
.comment-form input.is-primary.is-focused[type="url"],
.search-form .is-primary.is-focused.search-field,
.input.is-primary:active,
.comment-form input.is-primary[type="text"]:active,
.comment-form input.is-primary[type="email"]:active,
.comment-form input.is-primary[type="url"]:active,
.search-form .is-primary.search-field:active,
.input.is-primary.is-active,
.comment-form input.is-primary.is-active[type="text"],
.comment-form input.is-primary.is-active[type="email"],
.comment-form input.is-primary.is-active[type="url"],
.search-form .is-primary.is-active.search-field,
.textarea.is-primary:focus,
.comment-form textarea.is-primary:focus,
.textarea.is-primary.is-focused,
.comment-form textarea.is-primary.is-focused,
.textarea.is-primary:active,
.comment-form textarea.is-primary:active,
.textarea.is-primary.is-active,
.comment-form textarea.is-primary.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(172, 31, 45, 0.25);
    box-shadow: 0 0 0 0.125em rgba(172, 31, 45, 0.25);
}

.input.is-info,
.comment-form input.is-info[type="text"],
.comment-form input[type="text"][type="submit"],
.comment-form .search-form input[type="text"].search-submit,
.search-form .comment-form input[type="text"].search-submit,
.comment-form input.is-info[type="email"],
.comment-form input[type="email"][type="submit"],
.comment-form .search-form input[type="email"].search-submit,
.search-form .comment-form input[type="email"].search-submit,
.comment-form input.is-info[type="url"],
.comment-form input[type="url"][type="submit"],
.comment-form .search-form input[type="url"].search-submit,
.search-form .comment-form input[type="url"].search-submit,
.comment-form input.input[type="submit"],
.comment-form .search-form input[type="submit"].search-field,
.search-form .comment-form input[type="submit"].search-field,
.search-form .is-info.search-field,
.search-form .search-field.search-submit,
.search-form .input.search-submit,
.textarea.is-info,
.comment-form textarea.is-info,
.comment-form .search-form textarea.search-submit,
.search-form .comment-form textarea.search-submit,
.comment-form input.textarea[type="submit"],
.search-form .textarea.search-submit {
    border-color: #3273dc;
}

.input.is-info:focus,
.comment-form input.is-info[type="text"]:focus,
.comment-form input[type="text"][type="submit"]:focus,
.comment-form .search-form input[type="text"].search-submit:focus,
.search-form .comment-form input[type="text"].search-submit:focus,
.comment-form input.is-info[type="email"]:focus,
.comment-form input[type="email"][type="submit"]:focus,
.comment-form .search-form input[type="email"].search-submit:focus,
.search-form .comment-form input[type="email"].search-submit:focus,
.comment-form input.is-info[type="url"]:focus,
.comment-form input[type="url"][type="submit"]:focus,
.comment-form .search-form input[type="url"].search-submit:focus,
.search-form .comment-form input[type="url"].search-submit:focus,
.comment-form input.input[type="submit"]:focus,
.comment-form .search-form input[type="submit"].search-field:focus,
.search-form .comment-form input[type="submit"].search-field:focus,
.search-form .is-info.search-field:focus,
.search-form .search-field.search-submit:focus,
.search-form .input.search-submit:focus,
.input.is-info.is-focused,
.comment-form input.is-info.is-focused[type="text"],
.comment-form input.is-focused[type="text"][type="submit"],
.comment-form .search-form input.is-focused[type="text"].search-submit,
.search-form .comment-form input.is-focused[type="text"].search-submit,
.comment-form input.is-info.is-focused[type="email"],
.comment-form input.is-focused[type="email"][type="submit"],
.comment-form .search-form input.is-focused[type="email"].search-submit,
.search-form .comment-form input.is-focused[type="email"].search-submit,
.comment-form input.is-info.is-focused[type="url"],
.comment-form input.is-focused[type="url"][type="submit"],
.comment-form .search-form input.is-focused[type="url"].search-submit,
.search-form .comment-form input.is-focused[type="url"].search-submit,
.comment-form input.input.is-focused[type="submit"],
.comment-form .search-form input.is-focused[type="submit"].search-field,
.search-form .comment-form input.is-focused[type="submit"].search-field,
.search-form .is-info.is-focused.search-field,
.search-form .is-focused.search-field.search-submit,
.search-form .input.is-focused.search-submit,
.input.is-info:active,
.comment-form input.is-info[type="text"]:active,
.comment-form input[type="text"][type="submit"]:active,
.comment-form .search-form input[type="text"].search-submit:active,
.search-form .comment-form input[type="text"].search-submit:active,
.comment-form input.is-info[type="email"]:active,
.comment-form input[type="email"][type="submit"]:active,
.comment-form .search-form input[type="email"].search-submit:active,
.search-form .comment-form input[type="email"].search-submit:active,
.comment-form input.is-info[type="url"]:active,
.comment-form input[type="url"][type="submit"]:active,
.comment-form .search-form input[type="url"].search-submit:active,
.search-form .comment-form input[type="url"].search-submit:active,
.comment-form input.input[type="submit"]:active,
.comment-form .search-form input[type="submit"].search-field:active,
.search-form .comment-form input[type="submit"].search-field:active,
.search-form .is-info.search-field:active,
.search-form .search-field.search-submit:active,
.search-form .input.search-submit:active,
.input.is-info.is-active,
.comment-form input.is-info.is-active[type="text"],
.comment-form input.is-active[type="text"][type="submit"],
.comment-form .search-form input.is-active[type="text"].search-submit,
.search-form .comment-form input.is-active[type="text"].search-submit,
.comment-form input.is-info.is-active[type="email"],
.comment-form input.is-active[type="email"][type="submit"],
.comment-form .search-form input.is-active[type="email"].search-submit,
.search-form .comment-form input.is-active[type="email"].search-submit,
.comment-form input.is-info.is-active[type="url"],
.comment-form input.is-active[type="url"][type="submit"],
.comment-form .search-form input.is-active[type="url"].search-submit,
.search-form .comment-form input.is-active[type="url"].search-submit,
.comment-form input.input.is-active[type="submit"],
.comment-form .search-form input.is-active[type="submit"].search-field,
.search-form .comment-form input.is-active[type="submit"].search-field,
.search-form .is-info.is-active.search-field,
.search-form .is-active.search-field.search-submit,
.search-form .input.is-active.search-submit,
.textarea.is-info:focus,
.comment-form textarea.is-info:focus,
.comment-form .search-form textarea.search-submit:focus,
.search-form .comment-form textarea.search-submit:focus,
.comment-form input.textarea[type="submit"]:focus,
.search-form .textarea.search-submit:focus,
.textarea.is-info.is-focused,
.comment-form textarea.is-info.is-focused,
.comment-form .search-form textarea.is-focused.search-submit,
.search-form .comment-form textarea.is-focused.search-submit,
.comment-form input.textarea.is-focused[type="submit"],
.search-form .textarea.is-focused.search-submit,
.textarea.is-info:active,
.comment-form textarea.is-info:active,
.comment-form .search-form textarea.search-submit:active,
.search-form .comment-form textarea.search-submit:active,
.comment-form input.textarea[type="submit"]:active,
.search-form .textarea.search-submit:active,
.textarea.is-info.is-active,
.comment-form textarea.is-info.is-active,
.comment-form .search-form textarea.is-active.search-submit,
.search-form .comment-form textarea.is-active.search-submit,
.comment-form input.textarea.is-active[type="submit"],
.search-form .textarea.is-active.search-submit {
    -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
    box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.input.is-success,
.comment-form input.is-success[type="text"],
.comment-form input.is-success[type="email"],
.comment-form input.is-success[type="url"],
.search-form .is-success.search-field,
.textarea.is-success,
.comment-form textarea.is-success {
    border-color: #23d160;
}

.input.is-success:focus,
.comment-form input.is-success[type="text"]:focus,
.comment-form input.is-success[type="email"]:focus,
.comment-form input.is-success[type="url"]:focus,
.search-form .is-success.search-field:focus,
.input.is-success.is-focused,
.comment-form input.is-success.is-focused[type="text"],
.comment-form input.is-success.is-focused[type="email"],
.comment-form input.is-success.is-focused[type="url"],
.search-form .is-success.is-focused.search-field,
.input.is-success:active,
.comment-form input.is-success[type="text"]:active,
.comment-form input.is-success[type="email"]:active,
.comment-form input.is-success[type="url"]:active,
.search-form .is-success.search-field:active,
.input.is-success.is-active,
.comment-form input.is-success.is-active[type="text"],
.comment-form input.is-success.is-active[type="email"],
.comment-form input.is-success.is-active[type="url"],
.search-form .is-success.is-active.search-field,
.textarea.is-success:focus,
.comment-form textarea.is-success:focus,
.textarea.is-success.is-focused,
.comment-form textarea.is-success.is-focused,
.textarea.is-success:active,
.comment-form textarea.is-success:active,
.textarea.is-success.is-active,
.comment-form textarea.is-success.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
    box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

.input.is-warning,
.comment-form input.is-warning[type="text"],
.comment-form input.is-warning[type="email"],
.comment-form input.is-warning[type="url"],
.search-form .is-warning.search-field,
.textarea.is-warning,
.comment-form textarea.is-warning {
    border-color: #ffdd57;
}

.input.is-warning:focus,
.comment-form input.is-warning[type="text"]:focus,
.comment-form input.is-warning[type="email"]:focus,
.comment-form input.is-warning[type="url"]:focus,
.search-form .is-warning.search-field:focus,
.input.is-warning.is-focused,
.comment-form input.is-warning.is-focused[type="text"],
.comment-form input.is-warning.is-focused[type="email"],
.comment-form input.is-warning.is-focused[type="url"],
.search-form .is-warning.is-focused.search-field,
.input.is-warning:active,
.comment-form input.is-warning[type="text"]:active,
.comment-form input.is-warning[type="email"]:active,
.comment-form input.is-warning[type="url"]:active,
.search-form .is-warning.search-field:active,
.input.is-warning.is-active,
.comment-form input.is-warning.is-active[type="text"],
.comment-form input.is-warning.is-active[type="email"],
.comment-form input.is-warning.is-active[type="url"],
.search-form .is-warning.is-active.search-field,
.textarea.is-warning:focus,
.comment-form textarea.is-warning:focus,
.textarea.is-warning.is-focused,
.comment-form textarea.is-warning.is-focused,
.textarea.is-warning:active,
.comment-form textarea.is-warning:active,
.textarea.is-warning.is-active,
.comment-form textarea.is-warning.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
    box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.input.is-danger,
.comment-form input.is-danger[type="text"],
.comment-form input.is-danger[type="email"],
.comment-form input.is-danger[type="url"],
.search-form .is-danger.search-field,
.textarea.is-danger,
.comment-form textarea.is-danger {
    border-color: #ff3860;
}

.input.is-danger:focus,
.comment-form input.is-danger[type="text"]:focus,
.comment-form input.is-danger[type="email"]:focus,
.comment-form input.is-danger[type="url"]:focus,
.search-form .is-danger.search-field:focus,
.input.is-danger.is-focused,
.comment-form input.is-danger.is-focused[type="text"],
.comment-form input.is-danger.is-focused[type="email"],
.comment-form input.is-danger.is-focused[type="url"],
.search-form .is-danger.is-focused.search-field,
.input.is-danger:active,
.comment-form input.is-danger[type="text"]:active,
.comment-form input.is-danger[type="email"]:active,
.comment-form input.is-danger[type="url"]:active,
.search-form .is-danger.search-field:active,
.input.is-danger.is-active,
.comment-form input.is-danger.is-active[type="text"],
.comment-form input.is-danger.is-active[type="email"],
.comment-form input.is-danger.is-active[type="url"],
.search-form .is-danger.is-active.search-field,
.textarea.is-danger:focus,
.comment-form textarea.is-danger:focus,
.textarea.is-danger.is-focused,
.comment-form textarea.is-danger.is-focused,
.textarea.is-danger:active,
.comment-form textarea.is-danger:active,
.textarea.is-danger.is-active,
.comment-form textarea.is-danger.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
    box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}

.input.is-small,
.comment-form input.is-small[type="text"],
.comment-form input.is-small[type="email"],
.comment-form input.is-small[type="url"],
.search-form .is-small.search-field,
.textarea.is-small,
.comment-form textarea.is-small {
    border-radius: 2px;
    font-size: 0.75rem;
}

.input.is-medium,
.comment-form input.is-medium[type="text"],
.comment-form input.is-medium[type="email"],
.comment-form input.is-medium[type="url"],
.search-form .is-medium.search-field,
.textarea.is-medium,
.comment-form textarea.is-medium {
    font-size: 1.25rem;
}

.input.is-large,
.comment-form input.is-large[type="text"],
.comment-form input.is-large[type="email"],
.comment-form input.is-large[type="url"],
.search-form .is-large.search-field,
.textarea.is-large,
.comment-form textarea.is-large {
    font-size: 1.5rem;
}

.input.is-fullwidth,
.comment-form input.is-fullwidth[type="text"],
.comment-form input.is-fullwidth[type="email"],
.comment-form input.is-fullwidth[type="url"],
.search-form .is-fullwidth.search-field,
.textarea.is-fullwidth,
.comment-form textarea.is-fullwidth {
    display: block;
    width: 100%;
}

.input.is-inline,
.comment-form input.is-inline[type="text"],
.comment-form input.is-inline[type="email"],
.comment-form input.is-inline[type="url"],
.search-form .is-inline.search-field,
.textarea.is-inline,
.comment-form textarea.is-inline {
    display: inline;
    width: auto;
}

.input.is-static,
.comment-form input.is-static[type="text"],
.comment-form input.is-static[type="email"],
.comment-form input.is-static[type="url"],
.search-form .is-static.search-field {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.textarea,
.comment-form textarea {
    display: block;
    max-width: 100%;
    min-width: 100%;
    padding: 0.625em;
    resize: vertical;
}

.textarea:not([rows]),
.comment-form textarea:not([rows]) {
    max-height: 600px;
    min-height: 120px;
}

.textarea[rows],
.comment-form textarea[rows] {
    height: unset;
}

.textarea.has-fixed-size,
.comment-form 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: #7a7a7a;
    cursor: not-allowed;
}

.radio+.radio {
    margin-left: 0.5em;
}

.select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top;
}

.select:not(.is-multiple),
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select:not(.is-multiple) {
    height: 2.25em;
}

.select:not(.is-multiple)::after,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select:not(.is-multiple)::after {
    border: 1px solid #ac1f2d;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.5em;
    pointer-events: none;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0.5em;
    margin-top: -0.375em;
    right: 1.125em;
    top: 50%;
    z-index: 4;
}

.select select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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;
    background-color: white;
    border-color: #dbdbdb;
    color: #363636;
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none;
}

.select select:focus,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:focus,
.select select.is-focused,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-focused,
.select select:active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:active,
.select select.is-active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-active {
    outline: none;
}

.select select[disabled],
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select[disabled] {
    cursor: not-allowed;
}

.select select:hover,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:hover,
.select select.is-hovered,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-hovered {
    border-color: #b5b5b5;
}

.select select:focus,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:focus,
.select select.is-focused,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-focused,
.select select:active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:active,
.select select.is-active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-active {
    border-color: #ac1f2d;
    -webkit-box-shadow: 0 0 0 0.125em rgba(172, 31, 45, 0.25);
    box-shadow: 0 0 0 0.125em rgba(172, 31, 45, 0.25);
}

.select select[disabled],
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select[disabled] {
    background-color: whitesmoke;
    border-color: whitesmoke;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #7a7a7a;
}

.select select[disabled]::-moz-placeholder,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select[disabled]::-moz-placeholder {
    color: rgba(122, 122, 122, 0.3);
}

.select select[disabled]::-webkit-input-placeholder,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select[disabled]::-webkit-input-placeholder {
    color: rgba(122, 122, 122, 0.3);
}

.select select[disabled]:-moz-placeholder,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select[disabled]:-moz-placeholder {
    color: rgba(122, 122, 122, 0.3);
}

.select select[disabled]:-ms-input-placeholder,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select[disabled]:-ms-input-placeholder {
    color: rgba(122, 122, 122, 0.3);
}

.select select::-ms-expand,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select::-ms-expand {
    display: none;
}

.select select[disabled]:hover,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select[disabled]:hover {
    border-color: whitesmoke;
}

.select select:not([multiple]),
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:not([multiple]) {
    padding-right: 2.5em;
}

.select select[multiple],
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select[multiple] {
    height: unset;
    padding: 0;
}

.select select[multiple] option,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select[multiple] option {
    padding: 0.5em 1em;
}

.select:hover::after,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select:hover::after {
    border-color: #363636;
}

.select.is-white select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-white.ginput_container_select select {
    border-color: white;
}

.select.is-white select:focus,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-white.ginput_container_select select:focus,
.select.is-white select.is-focused,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-white.ginput_container_select select.is-focused,
.select.is-white select:active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-white.ginput_container_select select:active,
.select.is-white select.is-active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-white.ginput_container_select select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.select.is-black select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-black.ginput_container_select select {
    border-color: #0a0a0a;
}

.select.is-black select:focus,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-black.ginput_container_select select:focus,
.select.is-black select.is-focused,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-black.ginput_container_select select.is-focused,
.select.is-black select:active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-black.ginput_container_select select:active,
.select.is-black select.is-active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-black.ginput_container_select select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
    box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.select.is-light select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-light.ginput_container_select select {
    border-color: whitesmoke;
}

.select.is-light select:focus,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-light.ginput_container_select select:focus,
.select.is-light select.is-focused,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-light.ginput_container_select select.is-focused,
.select.is-light select:active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-light.ginput_container_select select:active,
.select.is-light select.is-active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-light.ginput_container_select select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
    box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.select.is-dark select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-dark.ginput_container_select select {
    border-color: #363636;
}

.select.is-dark select:focus,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-dark.ginput_container_select select:focus,
.select.is-dark select.is-focused,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-dark.ginput_container_select select.is-focused,
.select.is-dark select:active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-dark.ginput_container_select select:active,
.select.is-dark select.is-active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-dark.ginput_container_select select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
    box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.select.is-primary select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-primary.ginput_container_select select {
    border-color: #ac1f2d;
}

.select.is-primary select:focus,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-primary.ginput_container_select select:focus,
.select.is-primary select.is-focused,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-primary.ginput_container_select select.is-focused,
.select.is-primary select:active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-primary.ginput_container_select select:active,
.select.is-primary select.is-active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-primary.ginput_container_select select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(172, 31, 45, 0.25);
    box-shadow: 0 0 0 0.125em rgba(172, 31, 45, 0.25);
}

.select.is-info select,
.comment-form input.select[type="submit"] select,
.comment-form [id^='gform_wrapper'].gform_wrapper ul.gform_fields input[type="submit"].ginput_container_select select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .comment-form input[type="submit"].ginput_container_select select,
.search-form .select.search-submit select,
.search-form [id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-submit.ginput_container_select select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form .search-submit.ginput_container_select select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-info.ginput_container_select select {
    border-color: #3273dc;
}

.select.is-info select:focus,
.comment-form input.select[type="submit"] select:focus,
.comment-form [id^='gform_wrapper'].gform_wrapper ul.gform_fields input[type="submit"].ginput_container_select select:focus,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .comment-form input[type="submit"].ginput_container_select select:focus,
.search-form .select.search-submit select:focus,
.search-form [id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-submit.ginput_container_select select:focus,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form .search-submit.ginput_container_select select:focus,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-info.ginput_container_select select:focus,
.select.is-info select.is-focused,
.comment-form input.select[type="submit"] select.is-focused,
.comment-form [id^='gform_wrapper'].gform_wrapper ul.gform_fields input[type="submit"].ginput_container_select select.is-focused,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .comment-form input[type="submit"].ginput_container_select select.is-focused,
.search-form .select.search-submit select.is-focused,
.search-form [id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-submit.ginput_container_select select.is-focused,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form .search-submit.ginput_container_select select.is-focused,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-info.ginput_container_select select.is-focused,
.select.is-info select:active,
.comment-form input.select[type="submit"] select:active,
.comment-form [id^='gform_wrapper'].gform_wrapper ul.gform_fields input[type="submit"].ginput_container_select select:active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .comment-form input[type="submit"].ginput_container_select select:active,
.search-form .select.search-submit select:active,
.search-form [id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-submit.ginput_container_select select:active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form .search-submit.ginput_container_select select:active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-info.ginput_container_select select:active,
.select.is-info select.is-active,
.comment-form input.select[type="submit"] select.is-active,
.comment-form [id^='gform_wrapper'].gform_wrapper ul.gform_fields input[type="submit"].ginput_container_select select.is-active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .comment-form input[type="submit"].ginput_container_select select.is-active,
.search-form .select.search-submit select.is-active,
.search-form [id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-submit.ginput_container_select select.is-active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form .search-submit.ginput_container_select select.is-active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-info.ginput_container_select select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
    box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.select.is-success select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-success.ginput_container_select select {
    border-color: #23d160;
}

.select.is-success select:focus,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-success.ginput_container_select select:focus,
.select.is-success select.is-focused,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-success.ginput_container_select select.is-focused,
.select.is-success select:active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-success.ginput_container_select select:active,
.select.is-success select.is-active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-success.ginput_container_select select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
    box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

.select.is-warning select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-warning.ginput_container_select select {
    border-color: #ffdd57;
}

.select.is-warning select:focus,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-warning.ginput_container_select select:focus,
.select.is-warning select.is-focused,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-warning.ginput_container_select select.is-focused,
.select.is-warning select:active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-warning.ginput_container_select select:active,
.select.is-warning select.is-active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-warning.ginput_container_select select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
    box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.select.is-danger select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-danger.ginput_container_select select {
    border-color: #ff3860;
}

.select.is-danger select:focus,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-danger.ginput_container_select select:focus,
.select.is-danger select.is-focused,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-danger.ginput_container_select select.is-focused,
.select.is-danger select:active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-danger.ginput_container_select select:active,
.select.is-danger select.is-active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-danger.ginput_container_select select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
    box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}

.select.is-small,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-small.ginput_container_select {
    border-radius: 2px;
    font-size: 0.75rem;
}

.select.is-medium,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-medium.ginput_container_select {
    font-size: 1.25rem;
}

.select.is-large,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-large.ginput_container_select {
    font-size: 1.5rem;
}

.select.is-disabled::after,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-disabled.ginput_container_select::after {
    border-color: #7a7a7a;
}

.select.is-fullwidth,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-fullwidth.ginput_container_select {
    width: 100%;
}

.select.is-fullwidth select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-fullwidth.ginput_container_select select {
    width: 100%;
}

.select.is-loading::after,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-loading.ginput_container_select::after {
    -webkit-animation: spinAround 500ms infinite linear;
    -o-animation: spinAround 500ms infinite linear;
    animation: spinAround 500ms infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    margin-top: 0;
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}

.select.is-loading.is-small:after,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-loading.is-small.ginput_container_select:after {
    font-size: 0.75rem;
}

.select.is-loading.is-medium:after,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-loading.is-medium.ginput_container_select:after {
    font-size: 1.25rem;
}

.select.is-loading.is-large:after,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-loading.is-large.ginput_container_select:after {
    font-size: 1.5rem;
}

.file {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}

.file.is-white .file-cta {
    background-color: white;
    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;
    -webkit-box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
    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: white;
}

.file.is-black:hover .file-cta,
.file.is-black.is-hovered .file-cta {
    background-color: #040404;
    border-color: transparent;
    color: white;
}

.file.is-black:focus .file-cta,
.file.is-black.is-focused .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
    box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
    color: white;
}

.file.is-black:active .file-cta,
.file.is-black.is-active .file-cta {
    background-color: black;
    border-color: transparent;
    color: white;
}

.file.is-light .file-cta {
    background-color: whitesmoke;
    border-color: transparent;
    color: #363636;
}

.file.is-light:hover .file-cta,
.file.is-light.is-hovered .file-cta {
    background-color: #eeeeee;
    border-color: transparent;
    color: #363636;
}

.file.is-light:focus .file-cta,
.file.is-light.is-focused .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
    box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
    color: #363636;
}

.file.is-light:active .file-cta,
.file.is-light.is-active .file-cta {
    background-color: #e8e8e8;
    border-color: transparent;
    color: #363636;
}

.file.is-dark .file-cta {
    background-color: #363636;
    border-color: transparent;
    color: whitesmoke;
}

.file.is-dark:hover .file-cta,
.file.is-dark.is-hovered .file-cta {
    background-color: #2f2f2f;
    border-color: transparent;
    color: whitesmoke;
}

.file.is-dark:focus .file-cta,
.file.is-dark.is-focused .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
    box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
    color: whitesmoke;
}

.file.is-dark:active .file-cta,
.file.is-dark.is-active .file-cta {
    background-color: #292929;
    border-color: transparent;
    color: whitesmoke;
}

.file.is-primary .file-cta {
    background-color: #ac1f2d;
    border-color: transparent;
    color: #fff;
}

.file.is-primary:hover .file-cta,
.file.is-primary.is-hovered .file-cta {
    background-color: #a11d2a;
    border-color: transparent;
    color: #fff;
}

.file.is-primary:focus .file-cta,
.file.is-primary.is-focused .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(172, 31, 45, 0.25);
    box-shadow: 0 0 0.5em rgba(172, 31, 45, 0.25);
    color: #fff;
}

.file.is-primary:active .file-cta,
.file.is-primary.is-active .file-cta {
    background-color: #961b27;
    border-color: transparent;
    color: #fff;
}

.file.is-info .file-cta,
.comment-form input.file[type="submit"] .file-cta,
.search-form .file.search-submit .file-cta {
    background-color: #3273dc;
    border-color: transparent;
    color: #fff;
}

.file.is-info:hover .file-cta,
.comment-form input.file[type="submit"]:hover .file-cta,
.search-form .file.search-submit:hover .file-cta,
.file.is-info.is-hovered .file-cta,
.comment-form input.file.is-hovered[type="submit"] .file-cta,
.search-form .file.is-hovered.search-submit .file-cta {
    background-color: #276cda;
    border-color: transparent;
    color: #fff;
}

.file.is-info:focus .file-cta,
.comment-form input.file[type="submit"]:focus .file-cta,
.search-form .file.search-submit:focus .file-cta,
.file.is-info.is-focused .file-cta,
.comment-form input.file.is-focused[type="submit"] .file-cta,
.search-form .file.is-focused.search-submit .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
    box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
    color: #fff;
}

.file.is-info:active .file-cta,
.comment-form input.file[type="submit"]:active .file-cta,
.search-form .file.search-submit:active .file-cta,
.file.is-info.is-active .file-cta,
.comment-form input.file.is-active[type="submit"] .file-cta,
.search-form .file.is-active.search-submit .file-cta {
    background-color: #2366d1;
    border-color: transparent;
    color: #fff;
}

.file.is-success .file-cta {
    background-color: #23d160;
    border-color: transparent;
    color: #fff;
}

.file.is-success:hover .file-cta,
.file.is-success.is-hovered .file-cta {
    background-color: #22c65b;
    border-color: transparent;
    color: #fff;
}

.file.is-success:focus .file-cta,
.file.is-success.is-focused .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
    box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
    color: #fff;
}

.file.is-success:active .file-cta,
.file.is-success.is-active .file-cta {
    background-color: #20bc56;
    border-color: transparent;
    color: #fff;
}

.file.is-warning .file-cta {
    background-color: #ffdd57;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:hover .file-cta,
.file.is-warning.is-hovered .file-cta {
    background-color: #ffdb4a;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:focus .file-cta,
.file.is-warning.is-focused .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
    box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
    color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:active .file-cta,
.file.is-warning.is-active .file-cta {
    background-color: #ffd83d;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7);
}

.file.is-danger .file-cta {
    background-color: #ff3860;
    border-color: transparent;
    color: #fff;
}

.file.is-danger:hover .file-cta,
.file.is-danger.is-hovered .file-cta {
    background-color: #ff2b56;
    border-color: transparent;
    color: #fff;
}

.file.is-danger:focus .file-cta,
.file.is-danger.is-focused .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
    box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
    color: #fff;
}

.file.is-danger:active .file-cta,
.file.is-danger.is-active .file-cta {
    background-color: #ff1f4b;
    border-color: transparent;
    color: #fff;
}

.file.is-small {
    font-size: 0.75rem;
}

.file.is-medium {
    font-size: 1.25rem;
}

.file.is-medium .file-icon .fa {
    font-size: 21px;
}

.file.is-large {
    font-size: 1.5rem;
}

.file.is-large .file-icon .fa {
    font-size: 28px;
}

.file.has-name .file-cta {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.file.has-name .file-name {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.file.is-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.file.is-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.file.is-boxed .file-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.file.is-boxed .file-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: 3px 3px 0 0;
}

.file.is-boxed.has-name .file-name {
    border-radius: 0 0 3px 3px;
    border-width: 0 1px 1px;
}

.file.is-right .file-cta {
    border-radius: 0 3px 3px 0;
}

.file.is-right .file-name {
    border-radius: 3px 0 0 3px;
    border-width: 1px 0 1px 1px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.file.is-fullwidth .file-label {
    width: 100%;
}

.file.is-fullwidth .file-name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: none;
}

.file-label {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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: #d5d5d5;
}

.file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #363636;
}

.file-label:active .file-name {
    border-color: #cfcfcf;
}

.file-input {
    height: 0.01em;
    left: 0;
    outline: none;
    position: absolute;
    top: 0;
    width: 0.01em;
}

.file-cta,
.file-name {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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;
    border-color: #dbdbdb;
    border-radius: 3px;
    font-size: 1em;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap;
}

.file-cta:focus,
.file-cta.is-focused,
.file-cta:active,
.file-cta.is-active,
.file-name:focus,
.file-name.is-focused,
.file-name:active,
.file-name.is-active {
    outline: none;
}

.file-cta[disabled],
.file-name[disabled] {
    cursor: not-allowed;
}

.file-cta {
    background-color: whitesmoke;
    color: #4a4a4a;
}

.file-name {
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    display: block;
    max-width: 16em;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
}

.file-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0.5em;
    width: 1em;
}

.file-icon .fa {
    font-size: 14px;
}

.label,
.comment-form label {
    color: #363636;
    display: block;
    font-size: 1rem;
    font-weight: 700;
}

.label:not(:last-child),
.comment-form label:not(:last-child) {
    margin-bottom: 0.5em;
}

.label.is-small,
.comment-form label.is-small {
    font-size: 0.75rem;
}

.label.is-medium,
.comment-form label.is-medium {
    font-size: 1.25rem;
}

.label.is-large,
.comment-form label.is-large {
    font-size: 1.5rem;
}

.help {
    display: block;
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

.help.is-white {
    color: white;
}

.help.is-black {
    color: #0a0a0a;
}

.help.is-light {
    color: whitesmoke;
}

.help.is-dark {
    color: #363636;
}

.help.is-primary {
    color: #ac1f2d;
}

.help.is-info,
.comment-form input.help[type="submit"],
.search-form .help.search-submit {
    color: #3273dc;
}

.help.is-success {
    color: #23d160;
}

.help.is-warning {
    color: #ffdd57;
}

.help.is-danger {
    color: #ff3860;
}

.field:not(:last-child),
.comment-form p:not(:last-child),
.search-form:not(:last-child) {
    margin-bottom: 0.75rem;
}

.field.has-addons,
.comment-form p.has-addons,
.comment-form p.search-form,
.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.field.has-addons .control:not(:last-child),
.comment-form p.has-addons .control:not(:last-child),
.comment-form p.search-form .control:not(:last-child),
.search-form .control:not(:last-child),
.field.has-addons .search-form label:not(:last-child),
.search-form .field.has-addons label:not(:last-child),
.search-form label:not(:last-child) {
    margin-right: -1px;
}

.field.has-addons .control:first-child .button,
.comment-form p.has-addons .control:first-child .button,
.comment-form p.search-form .control:first-child .button,
.search-form .control:first-child .button,
.field.has-addons .search-form label:first-child .button,
.search-form .field.has-addons label:first-child .button,
.comment-form p.has-addons .search-form label:first-child .button,
.search-form .comment-form p.has-addons label:first-child .button,
.comment-form p.search-form label:first-child .button,
.search-form label:first-child .button,
.field.has-addons .control:first-child .comment-form input[type="submit"],
.comment-form .field.has-addons .control:first-child input[type="submit"],
.comment-form p.has-addons .control:first-child input[type="submit"],
.search-form .control:first-child .comment-form input[type="submit"],
.comment-form .search-form .control:first-child input[type="submit"],
.field.has-addons .search-form label:first-child .comment-form input[type="submit"],
.comment-form .field.has-addons .search-form label:first-child input[type="submit"],
.search-form .field.has-addons label:first-child .comment-form input[type="submit"],
.comment-form .search-form .field.has-addons label:first-child input[type="submit"],
.search-form .comment-form p.has-addons label:first-child input[type="submit"],
.search-form label:first-child .comment-form input[type="submit"],
.comment-form .search-form label:first-child input[type="submit"],
.field.has-addons .control:first-child .search-form .search-submit,
.search-form .field.has-addons .control:first-child .search-submit,
.comment-form p.has-addons .control:first-child .search-form .search-submit,
.search-form .comment-form p.has-addons .control:first-child .search-submit,
.comment-form p.search-form .control:first-child .search-submit,
.search-form .control:first-child .search-submit,
.field.has-addons .search-form label:first-child .search-submit,
.search-form .field.has-addons label:first-child .search-submit,
.search-form label:first-child .search-submit,
.field.has-addons .control:first-child .input,
.comment-form p.has-addons .control:first-child .input,
.comment-form p.search-form .control:first-child .input,
.search-form .control:first-child .input,
.field.has-addons .search-form label:first-child .input,
.search-form .field.has-addons label:first-child .input,
.comment-form p.has-addons .search-form label:first-child .input,
.search-form .comment-form p.has-addons label:first-child .input,
.comment-form p.search-form label:first-child .input,
.search-form label:first-child .input,
.field.has-addons .control:first-child .comment-form input[type="text"],
.comment-form .field.has-addons .control:first-child input[type="text"],
.comment-form p.has-addons .control:first-child input[type="text"],
.search-form .control:first-child .comment-form input[type="text"],
.comment-form .search-form .control:first-child input[type="text"],
.field.has-addons .search-form label:first-child .comment-form input[type="text"],
.comment-form .field.has-addons .search-form label:first-child input[type="text"],
.search-form .field.has-addons label:first-child .comment-form input[type="text"],
.comment-form .search-form .field.has-addons label:first-child input[type="text"],
.search-form .comment-form p.has-addons label:first-child input[type="text"],
.search-form label:first-child .comment-form input[type="text"],
.comment-form .search-form label:first-child input[type="text"],
.field.has-addons .control:first-child .comment-form input[type="email"],
.comment-form .field.has-addons .control:first-child input[type="email"],
.comment-form p.has-addons .control:first-child input[type="email"],
.search-form .control:first-child .comment-form input[type="email"],
.comment-form .search-form .control:first-child input[type="email"],
.field.has-addons .search-form label:first-child .comment-form input[type="email"],
.comment-form .field.has-addons .search-form label:first-child input[type="email"],
.search-form .field.has-addons label:first-child .comment-form input[type="email"],
.comment-form .search-form .field.has-addons label:first-child input[type="email"],
.search-form .comment-form p.has-addons label:first-child input[type="email"],
.search-form label:first-child .comment-form input[type="email"],
.comment-form .search-form label:first-child input[type="email"],
.field.has-addons .control:first-child .comment-form input[type="url"],
.comment-form .field.has-addons .control:first-child input[type="url"],
.comment-form p.has-addons .control:first-child input[type="url"],
.search-form .control:first-child .comment-form input[type="url"],
.comment-form .search-form .control:first-child input[type="url"],
.field.has-addons .search-form label:first-child .comment-form input[type="url"],
.comment-form .field.has-addons .search-form label:first-child input[type="url"],
.search-form .field.has-addons label:first-child .comment-form input[type="url"],
.comment-form .search-form .field.has-addons label:first-child input[type="url"],
.search-form .comment-form p.has-addons label:first-child input[type="url"],
.search-form label:first-child .comment-form input[type="url"],
.comment-form .search-form label:first-child input[type="url"],
.field.has-addons .control:first-child .search-form .search-field,
.search-form .field.has-addons .control:first-child .search-field,
.comment-form p.has-addons .control:first-child .search-form .search-field,
.search-form .comment-form p.has-addons .control:first-child .search-field,
.comment-form p.search-form .control:first-child .search-field,
.search-form .control:first-child .search-field,
.field.has-addons .search-form label:first-child .search-field,
.search-form .field.has-addons label:first-child .search-field,
.search-form label:first-child .search-field,
.field.has-addons .control:first-child .select select,
.comment-form p.has-addons .control:first-child .select select,
.comment-form p.search-form .control:first-child .select select,
.search-form .control:first-child .select select,
.field.has-addons .search-form label:first-child .select select,
.search-form .field.has-addons label:first-child .select select,
.comment-form p.has-addons .search-form label:first-child .select select,
.search-form .comment-form p.has-addons label:first-child .select select,
.comment-form p.search-form label:first-child .select select,
.search-form label:first-child .select select,
.field.has-addons .control:first-child [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .field.has-addons .control:first-child .ginput_container_select select,
.comment-form p.has-addons .control:first-child [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .comment-form p.has-addons .control:first-child .ginput_container_select select,
.search-form .control:first-child [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form .control:first-child .ginput_container_select select,
.search-form label:first-child [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form label:first-child .ginput_container_select select {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.field.has-addons .control:last-child .button,
.comment-form p.has-addons .control:last-child .button,
.comment-form p.search-form .control:last-child .button,
.search-form .control:last-child .button,
.field.has-addons .search-form label:last-child .button,
.search-form .field.has-addons label:last-child .button,
.comment-form p.has-addons .search-form label:last-child .button,
.search-form .comment-form p.has-addons label:last-child .button,
.comment-form p.search-form label:last-child .button,
.search-form label:last-child .button,
.field.has-addons .control:last-child .comment-form input[type="submit"],
.comment-form .field.has-addons .control:last-child input[type="submit"],
.comment-form p.has-addons .control:last-child input[type="submit"],
.search-form .control:last-child .comment-form input[type="submit"],
.comment-form .search-form .control:last-child input[type="submit"],
.field.has-addons .search-form label:last-child .comment-form input[type="submit"],
.comment-form .field.has-addons .search-form label:last-child input[type="submit"],
.search-form .field.has-addons label:last-child .comment-form input[type="submit"],
.comment-form .search-form .field.has-addons label:last-child input[type="submit"],
.search-form .comment-form p.has-addons label:last-child input[type="submit"],
.search-form label:last-child .comment-form input[type="submit"],
.comment-form .search-form label:last-child input[type="submit"],
.field.has-addons .control:last-child .search-form .search-submit,
.search-form .field.has-addons .control:last-child .search-submit,
.comment-form p.has-addons .control:last-child .search-form .search-submit,
.search-form .comment-form p.has-addons .control:last-child .search-submit,
.comment-form p.search-form .control:last-child .search-submit,
.search-form .control:last-child .search-submit,
.field.has-addons .search-form label:last-child .search-submit,
.search-form .field.has-addons label:last-child .search-submit,
.search-form label:last-child .search-submit,
.field.has-addons .control:last-child .input,
.comment-form p.has-addons .control:last-child .input,
.comment-form p.search-form .control:last-child .input,
.search-form .control:last-child .input,
.field.has-addons .search-form label:last-child .input,
.search-form .field.has-addons label:last-child .input,
.comment-form p.has-addons .search-form label:last-child .input,
.search-form .comment-form p.has-addons label:last-child .input,
.comment-form p.search-form label:last-child .input,
.search-form label:last-child .input,
.field.has-addons .control:last-child .comment-form input[type="text"],
.comment-form .field.has-addons .control:last-child input[type="text"],
.comment-form p.has-addons .control:last-child input[type="text"],
.search-form .control:last-child .comment-form input[type="text"],
.comment-form .search-form .control:last-child input[type="text"],
.field.has-addons .search-form label:last-child .comment-form input[type="text"],
.comment-form .field.has-addons .search-form label:last-child input[type="text"],
.search-form .field.has-addons label:last-child .comment-form input[type="text"],
.comment-form .search-form .field.has-addons label:last-child input[type="text"],
.search-form .comment-form p.has-addons label:last-child input[type="text"],
.search-form label:last-child .comment-form input[type="text"],
.comment-form .search-form label:last-child input[type="text"],
.field.has-addons .control:last-child .comment-form input[type="email"],
.comment-form .field.has-addons .control:last-child input[type="email"],
.comment-form p.has-addons .control:last-child input[type="email"],
.search-form .control:last-child .comment-form input[type="email"],
.comment-form .search-form .control:last-child input[type="email"],
.field.has-addons .search-form label:last-child .comment-form input[type="email"],
.comment-form .field.has-addons .search-form label:last-child input[type="email"],
.search-form .field.has-addons label:last-child .comment-form input[type="email"],
.comment-form .search-form .field.has-addons label:last-child input[type="email"],
.search-form .comment-form p.has-addons label:last-child input[type="email"],
.search-form label:last-child .comment-form input[type="email"],
.comment-form .search-form label:last-child input[type="email"],
.field.has-addons .control:last-child .comment-form input[type="url"],
.comment-form .field.has-addons .control:last-child input[type="url"],
.comment-form p.has-addons .control:last-child input[type="url"],
.search-form .control:last-child .comment-form input[type="url"],
.comment-form .search-form .control:last-child input[type="url"],
.field.has-addons .search-form label:last-child .comment-form input[type="url"],
.comment-form .field.has-addons .search-form label:last-child input[type="url"],
.search-form .field.has-addons label:last-child .comment-form input[type="url"],
.comment-form .search-form .field.has-addons label:last-child input[type="url"],
.search-form .comment-form p.has-addons label:last-child input[type="url"],
.search-form label:last-child .comment-form input[type="url"],
.comment-form .search-form label:last-child input[type="url"],
.field.has-addons .control:last-child .search-form .search-field,
.search-form .field.has-addons .control:last-child .search-field,
.comment-form p.has-addons .control:last-child .search-form .search-field,
.search-form .comment-form p.has-addons .control:last-child .search-field,
.comment-form p.search-form .control:last-child .search-field,
.search-form .control:last-child .search-field,
.field.has-addons .search-form label:last-child .search-field,
.search-form .field.has-addons label:last-child .search-field,
.search-form label:last-child .search-field,
.field.has-addons .control:last-child .select select,
.comment-form p.has-addons .control:last-child .select select,
.comment-form p.search-form .control:last-child .select select,
.search-form .control:last-child .select select,
.field.has-addons .search-form label:last-child .select select,
.search-form .field.has-addons label:last-child .select select,
.comment-form p.has-addons .search-form label:last-child .select select,
.search-form .comment-form p.has-addons label:last-child .select select,
.comment-form p.search-form label:last-child .select select,
.search-form label:last-child .select select,
.field.has-addons .control:last-child [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .field.has-addons .control:last-child .ginput_container_select select,
.comment-form p.has-addons .control:last-child [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .comment-form p.has-addons .control:last-child .ginput_container_select select,
.search-form .control:last-child [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form .control:last-child .ginput_container_select select,
.search-form label:last-child [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form label:last-child .ginput_container_select select {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.field.has-addons .control .button,
.comment-form p.has-addons .control .button,
.comment-form p.search-form .control .button,
.search-form .control .button,
.field.has-addons .search-form label .button,
.search-form .field.has-addons label .button,
.comment-form p.has-addons .search-form label .button,
.search-form .comment-form p.has-addons label .button,
.comment-form p.search-form label .button,
.search-form label .button,
.field.has-addons .control .comment-form input[type="submit"],
.comment-form .field.has-addons .control input[type="submit"],
.comment-form p.has-addons .control input[type="submit"],
.search-form .control .comment-form input[type="submit"],
.comment-form .search-form .control input[type="submit"],
.field.has-addons .search-form label .comment-form input[type="submit"],
.comment-form .field.has-addons .search-form label input[type="submit"],
.search-form .field.has-addons label .comment-form input[type="submit"],
.comment-form .search-form .field.has-addons label input[type="submit"],
.search-form .comment-form p.has-addons label input[type="submit"],
.search-form label .comment-form input[type="submit"],
.comment-form .search-form label input[type="submit"],
.field.has-addons .control .search-form .search-submit,
.search-form .field.has-addons .control .search-submit,
.comment-form p.has-addons .control .search-form .search-submit,
.search-form .comment-form p.has-addons .control .search-submit,
.comment-form p.search-form .control .search-submit,
.search-form .control .search-submit,
.field.has-addons .search-form label .search-submit,
.search-form .field.has-addons label .search-submit,
.search-form label .search-submit,
.field.has-addons .control .input,
.comment-form p.has-addons .control .input,
.comment-form p.search-form .control .input,
.search-form .control .input,
.field.has-addons .search-form label .input,
.search-form .field.has-addons label .input,
.comment-form p.has-addons .search-form label .input,
.search-form .comment-form p.has-addons label .input,
.comment-form p.search-form label .input,
.search-form label .input,
.field.has-addons .control .comment-form input[type="text"],
.comment-form .field.has-addons .control input[type="text"],
.comment-form p.has-addons .control input[type="text"],
.search-form .control .comment-form input[type="text"],
.comment-form .search-form .control input[type="text"],
.field.has-addons .search-form label .comment-form input[type="text"],
.comment-form .field.has-addons .search-form label input[type="text"],
.search-form .field.has-addons label .comment-form input[type="text"],
.comment-form .search-form .field.has-addons label input[type="text"],
.search-form .comment-form p.has-addons label input[type="text"],
.search-form label .comment-form input[type="text"],
.comment-form .search-form label input[type="text"],
.field.has-addons .control .comment-form input[type="email"],
.comment-form .field.has-addons .control input[type="email"],
.comment-form p.has-addons .control input[type="email"],
.search-form .control .comment-form input[type="email"],
.comment-form .search-form .control input[type="email"],
.field.has-addons .search-form label .comment-form input[type="email"],
.comment-form .field.has-addons .search-form label input[type="email"],
.search-form .field.has-addons label .comment-form input[type="email"],
.comment-form .search-form .field.has-addons label input[type="email"],
.search-form .comment-form p.has-addons label input[type="email"],
.search-form label .comment-form input[type="email"],
.comment-form .search-form label input[type="email"],
.field.has-addons .control .comment-form input[type="url"],
.comment-form .field.has-addons .control input[type="url"],
.comment-form p.has-addons .control input[type="url"],
.search-form .control .comment-form input[type="url"],
.comment-form .search-form .control input[type="url"],
.field.has-addons .search-form label .comment-form input[type="url"],
.comment-form .field.has-addons .search-form label input[type="url"],
.search-form .field.has-addons label .comment-form input[type="url"],
.comment-form .search-form .field.has-addons label input[type="url"],
.search-form .comment-form p.has-addons label input[type="url"],
.search-form label .comment-form input[type="url"],
.comment-form .search-form label input[type="url"],
.field.has-addons .control .search-form .search-field,
.search-form .field.has-addons .control .search-field,
.comment-form p.has-addons .control .search-form .search-field,
.search-form .comment-form p.has-addons .control .search-field,
.comment-form p.search-form .control .search-field,
.search-form .control .search-field,
.field.has-addons .search-form label .search-field,
.search-form .field.has-addons label .search-field,
.search-form label .search-field,
.field.has-addons .control .select select,
.comment-form p.has-addons .control .select select,
.comment-form p.search-form .control .select select,
.search-form .control .select select,
.field.has-addons .search-form label .select select,
.search-form .field.has-addons label .select select,
.comment-form p.has-addons .search-form label .select select,
.search-form .comment-form p.has-addons label .select select,
.comment-form p.search-form label .select select,
.search-form label .select select,
.field.has-addons .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .field.has-addons .control .ginput_container_select select,
.comment-form p.has-addons .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .comment-form p.has-addons .control .ginput_container_select select,
.search-form .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form .control .ginput_container_select select,
.search-form label [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form label .ginput_container_select select {
    border-radius: 0;
}

.field.has-addons .control .button:hover,
.comment-form p.has-addons .control .button:hover,
.comment-form p.search-form .control .button:hover,
.search-form .control .button:hover,
.field.has-addons .search-form label .button:hover,
.search-form .field.has-addons label .button:hover,
.comment-form p.has-addons .search-form label .button:hover,
.search-form .comment-form p.has-addons label .button:hover,
.comment-form p.search-form label .button:hover,
.search-form label .button:hover,
.field.has-addons .control .comment-form input[type="submit"]:hover,
.comment-form .field.has-addons .control input[type="submit"]:hover,
.comment-form p.has-addons .control input[type="submit"]:hover,
.search-form .control .comment-form input[type="submit"]:hover,
.comment-form .search-form .control input[type="submit"]:hover,
.field.has-addons .search-form label .comment-form input[type="submit"]:hover,
.comment-form .field.has-addons .search-form label input[type="submit"]:hover,
.search-form .field.has-addons label .comment-form input[type="submit"]:hover,
.comment-form .search-form .field.has-addons label input[type="submit"]:hover,
.search-form .comment-form p.has-addons label input[type="submit"]:hover,
.search-form label .comment-form input[type="submit"]:hover,
.comment-form .search-form label input[type="submit"]:hover,
.field.has-addons .control .search-form .search-submit:hover,
.search-form .field.has-addons .control .search-submit:hover,
.comment-form p.has-addons .control .search-form .search-submit:hover,
.search-form .comment-form p.has-addons .control .search-submit:hover,
.comment-form p.search-form .control .search-submit:hover,
.search-form .control .search-submit:hover,
.field.has-addons .search-form label .search-submit:hover,
.search-form .field.has-addons label .search-submit:hover,
.search-form label .search-submit:hover,
.field.has-addons .control .button.is-hovered,
.comment-form p.has-addons .control .button.is-hovered,
.comment-form p.search-form .control .button.is-hovered,
.search-form .control .button.is-hovered,
.field.has-addons .search-form label .button.is-hovered,
.search-form .field.has-addons label .button.is-hovered,
.comment-form p.has-addons .search-form label .button.is-hovered,
.search-form .comment-form p.has-addons label .button.is-hovered,
.comment-form p.search-form label .button.is-hovered,
.search-form label .button.is-hovered,
.field.has-addons .control .comment-form input.is-hovered[type="submit"],
.comment-form .field.has-addons .control input.is-hovered[type="submit"],
.comment-form p.has-addons .control input.is-hovered[type="submit"],
.search-form .control .comment-form input.is-hovered[type="submit"],
.comment-form .search-form .control input.is-hovered[type="submit"],
.field.has-addons .search-form label .comment-form input.is-hovered[type="submit"],
.comment-form .field.has-addons .search-form label input.is-hovered[type="submit"],
.search-form .field.has-addons label .comment-form input.is-hovered[type="submit"],
.comment-form .search-form .field.has-addons label input.is-hovered[type="submit"],
.search-form .comment-form p.has-addons label input.is-hovered[type="submit"],
.search-form label .comment-form input.is-hovered[type="submit"],
.comment-form .search-form label input.is-hovered[type="submit"],
.field.has-addons .control .search-form .is-hovered.search-submit,
.search-form .field.has-addons .control .is-hovered.search-submit,
.comment-form p.has-addons .control .search-form .is-hovered.search-submit,
.search-form .comment-form p.has-addons .control .is-hovered.search-submit,
.comment-form p.search-form .control .is-hovered.search-submit,
.search-form .control .is-hovered.search-submit,
.field.has-addons .search-form label .is-hovered.search-submit,
.search-form .field.has-addons label .is-hovered.search-submit,
.search-form label .is-hovered.search-submit,
.field.has-addons .control .input:hover,
.comment-form p.has-addons .control .input:hover,
.comment-form p.search-form .control .input:hover,
.search-form .control .input:hover,
.field.has-addons .search-form label .input:hover,
.search-form .field.has-addons label .input:hover,
.comment-form p.has-addons .search-form label .input:hover,
.search-form .comment-form p.has-addons label .input:hover,
.comment-form p.search-form label .input:hover,
.search-form label .input:hover,
.field.has-addons .control .comment-form input[type="text"]:hover,
.comment-form .field.has-addons .control input[type="text"]:hover,
.comment-form p.has-addons .control input[type="text"]:hover,
.search-form .control .comment-form input[type="text"]:hover,
.comment-form .search-form .control input[type="text"]:hover,
.field.has-addons .search-form label .comment-form input[type="text"]:hover,
.comment-form .field.has-addons .search-form label input[type="text"]:hover,
.search-form .field.has-addons label .comment-form input[type="text"]:hover,
.comment-form .search-form .field.has-addons label input[type="text"]:hover,
.search-form .comment-form p.has-addons label input[type="text"]:hover,
.search-form label .comment-form input[type="text"]:hover,
.comment-form .search-form label input[type="text"]:hover,
.field.has-addons .control .comment-form input[type="email"]:hover,
.comment-form .field.has-addons .control input[type="email"]:hover,
.comment-form p.has-addons .control input[type="email"]:hover,
.search-form .control .comment-form input[type="email"]:hover,
.comment-form .search-form .control input[type="email"]:hover,
.field.has-addons .search-form label .comment-form input[type="email"]:hover,
.comment-form .field.has-addons .search-form label input[type="email"]:hover,
.search-form .field.has-addons label .comment-form input[type="email"]:hover,
.comment-form .search-form .field.has-addons label input[type="email"]:hover,
.search-form .comment-form p.has-addons label input[type="email"]:hover,
.search-form label .comment-form input[type="email"]:hover,
.comment-form .search-form label input[type="email"]:hover,
.field.has-addons .control .comment-form input[type="url"]:hover,
.comment-form .field.has-addons .control input[type="url"]:hover,
.comment-form p.has-addons .control input[type="url"]:hover,
.search-form .control .comment-form input[type="url"]:hover,
.comment-form .search-form .control input[type="url"]:hover,
.field.has-addons .search-form label .comment-form input[type="url"]:hover,
.comment-form .field.has-addons .search-form label input[type="url"]:hover,
.search-form .field.has-addons label .comment-form input[type="url"]:hover,
.comment-form .search-form .field.has-addons label input[type="url"]:hover,
.search-form .comment-form p.has-addons label input[type="url"]:hover,
.search-form label .comment-form input[type="url"]:hover,
.comment-form .search-form label input[type="url"]:hover,
.field.has-addons .control .search-form .search-field:hover,
.search-form .field.has-addons .control .search-field:hover,
.comment-form p.has-addons .control .search-form .search-field:hover,
.search-form .comment-form p.has-addons .control .search-field:hover,
.comment-form p.search-form .control .search-field:hover,
.search-form .control .search-field:hover,
.field.has-addons .search-form label .search-field:hover,
.search-form .field.has-addons label .search-field:hover,
.search-form label .search-field:hover,
.field.has-addons .control .input.is-hovered,
.comment-form p.has-addons .control .input.is-hovered,
.comment-form p.search-form .control .input.is-hovered,
.search-form .control .input.is-hovered,
.field.has-addons .search-form label .input.is-hovered,
.search-form .field.has-addons label .input.is-hovered,
.comment-form p.has-addons .search-form label .input.is-hovered,
.search-form .comment-form p.has-addons label .input.is-hovered,
.comment-form p.search-form label .input.is-hovered,
.search-form label .input.is-hovered,
.field.has-addons .control .comment-form input.is-hovered[type="text"],
.comment-form .field.has-addons .control input.is-hovered[type="text"],
.comment-form p.has-addons .control input.is-hovered[type="text"],
.search-form .control .comment-form input.is-hovered[type="text"],
.comment-form .search-form .control input.is-hovered[type="text"],
.field.has-addons .search-form label .comment-form input.is-hovered[type="text"],
.comment-form .field.has-addons .search-form label input.is-hovered[type="text"],
.search-form .field.has-addons label .comment-form input.is-hovered[type="text"],
.comment-form .search-form .field.has-addons label input.is-hovered[type="text"],
.search-form .comment-form p.has-addons label input.is-hovered[type="text"],
.search-form label .comment-form input.is-hovered[type="text"],
.comment-form .search-form label input.is-hovered[type="text"],
.field.has-addons .control .comment-form input.is-hovered[type="email"],
.comment-form .field.has-addons .control input.is-hovered[type="email"],
.comment-form p.has-addons .control input.is-hovered[type="email"],
.search-form .control .comment-form input.is-hovered[type="email"],
.comment-form .search-form .control input.is-hovered[type="email"],
.field.has-addons .search-form label .comment-form input.is-hovered[type="email"],
.comment-form .field.has-addons .search-form label input.is-hovered[type="email"],
.search-form .field.has-addons label .comment-form input.is-hovered[type="email"],
.comment-form .search-form .field.has-addons label input.is-hovered[type="email"],
.search-form .comment-form p.has-addons label input.is-hovered[type="email"],
.search-form label .comment-form input.is-hovered[type="email"],
.comment-form .search-form label input.is-hovered[type="email"],
.field.has-addons .control .comment-form input.is-hovered[type="url"],
.comment-form .field.has-addons .control input.is-hovered[type="url"],
.comment-form p.has-addons .control input.is-hovered[type="url"],
.search-form .control .comment-form input.is-hovered[type="url"],
.comment-form .search-form .control input.is-hovered[type="url"],
.field.has-addons .search-form label .comment-form input.is-hovered[type="url"],
.comment-form .field.has-addons .search-form label input.is-hovered[type="url"],
.search-form .field.has-addons label .comment-form input.is-hovered[type="url"],
.comment-form .search-form .field.has-addons label input.is-hovered[type="url"],
.search-form .comment-form p.has-addons label input.is-hovered[type="url"],
.search-form label .comment-form input.is-hovered[type="url"],
.comment-form .search-form label input.is-hovered[type="url"],
.field.has-addons .control .search-form .is-hovered.search-field,
.search-form .field.has-addons .control .is-hovered.search-field,
.comment-form p.has-addons .control .search-form .is-hovered.search-field,
.search-form .comment-form p.has-addons .control .is-hovered.search-field,
.comment-form p.search-form .control .is-hovered.search-field,
.search-form .control .is-hovered.search-field,
.field.has-addons .search-form label .is-hovered.search-field,
.search-form .field.has-addons label .is-hovered.search-field,
.search-form label .is-hovered.search-field,
.field.has-addons .control .select select:hover,
.comment-form p.has-addons .control .select select:hover,
.comment-form p.search-form .control .select select:hover,
.search-form .control .select select:hover,
.field.has-addons .search-form label .select select:hover,
.search-form .field.has-addons label .select select:hover,
.comment-form p.has-addons .search-form label .select select:hover,
.search-form .comment-form p.has-addons label .select select:hover,
.comment-form p.search-form label .select select:hover,
.search-form label .select select:hover,
.field.has-addons .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:hover,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .field.has-addons .control .ginput_container_select select:hover,
.comment-form p.has-addons .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:hover,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .comment-form p.has-addons .control .ginput_container_select select:hover,
.search-form .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:hover,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form .control .ginput_container_select select:hover,
.search-form label [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:hover,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form label .ginput_container_select select:hover,
.field.has-addons .control .select select.is-hovered,
.comment-form p.has-addons .control .select select.is-hovered,
.comment-form p.search-form .control .select select.is-hovered,
.search-form .control .select select.is-hovered,
.field.has-addons .search-form label .select select.is-hovered,
.search-form .field.has-addons label .select select.is-hovered,
.comment-form p.has-addons .search-form label .select select.is-hovered,
.search-form .comment-form p.has-addons label .select select.is-hovered,
.comment-form p.search-form label .select select.is-hovered,
.search-form label .select select.is-hovered,
.field.has-addons .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-hovered,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .field.has-addons .control .ginput_container_select select.is-hovered,
.comment-form p.has-addons .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-hovered,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .comment-form p.has-addons .control .ginput_container_select select.is-hovered,
.search-form .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-hovered,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form .control .ginput_container_select select.is-hovered,
.search-form label [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-hovered,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form label .ginput_container_select select.is-hovered {
    z-index: 2;
}

.field.has-addons .control .button:focus,
.comment-form p.has-addons .control .button:focus,
.comment-form p.search-form .control .button:focus,
.search-form .control .button:focus,
.field.has-addons .search-form label .button:focus,
.search-form .field.has-addons label .button:focus,
.comment-form p.has-addons .search-form label .button:focus,
.search-form .comment-form p.has-addons label .button:focus,
.comment-form p.search-form label .button:focus,
.search-form label .button:focus,
.field.has-addons .control .comment-form input[type="submit"]:focus,
.comment-form .field.has-addons .control input[type="submit"]:focus,
.comment-form p.has-addons .control input[type="submit"]:focus,
.search-form .control .comment-form input[type="submit"]:focus,
.comment-form .search-form .control input[type="submit"]:focus,
.field.has-addons .search-form label .comment-form input[type="submit"]:focus,
.comment-form .field.has-addons .search-form label input[type="submit"]:focus,
.search-form .field.has-addons label .comment-form input[type="submit"]:focus,
.comment-form .search-form .field.has-addons label input[type="submit"]:focus,
.search-form .comment-form p.has-addons label input[type="submit"]:focus,
.search-form label .comment-form input[type="submit"]:focus,
.comment-form .search-form label input[type="submit"]:focus,
.field.has-addons .control .search-form .search-submit:focus,
.search-form .field.has-addons .control .search-submit:focus,
.comment-form p.has-addons .control .search-form .search-submit:focus,
.search-form .comment-form p.has-addons .control .search-submit:focus,
.comment-form p.search-form .control .search-submit:focus,
.search-form .control .search-submit:focus,
.field.has-addons .search-form label .search-submit:focus,
.search-form .field.has-addons label .search-submit:focus,
.search-form label .search-submit:focus,
.field.has-addons .control .button.is-focused,
.comment-form p.has-addons .control .button.is-focused,
.comment-form p.search-form .control .button.is-focused,
.search-form .control .button.is-focused,
.field.has-addons .search-form label .button.is-focused,
.search-form .field.has-addons label .button.is-focused,
.comment-form p.has-addons .search-form label .button.is-focused,
.search-form .comment-form p.has-addons label .button.is-focused,
.comment-form p.search-form label .button.is-focused,
.search-form label .button.is-focused,
.field.has-addons .control .comment-form input.is-focused[type="submit"],
.comment-form .field.has-addons .control input.is-focused[type="submit"],
.comment-form p.has-addons .control input.is-focused[type="submit"],
.search-form .control .comment-form input.is-focused[type="submit"],
.comment-form .search-form .control input.is-focused[type="submit"],
.field.has-addons .search-form label .comment-form input.is-focused[type="submit"],
.comment-form .field.has-addons .search-form label input.is-focused[type="submit"],
.search-form .field.has-addons label .comment-form input.is-focused[type="submit"],
.comment-form .search-form .field.has-addons label input.is-focused[type="submit"],
.search-form .comment-form p.has-addons label input.is-focused[type="submit"],
.search-form label .comment-form input.is-focused[type="submit"],
.comment-form .search-form label input.is-focused[type="submit"],
.field.has-addons .control .search-form .is-focused.search-submit,
.search-form .field.has-addons .control .is-focused.search-submit,
.comment-form p.has-addons .control .search-form .is-focused.search-submit,
.search-form .comment-form p.has-addons .control .is-focused.search-submit,
.comment-form p.search-form .control .is-focused.search-submit,
.search-form .control .is-focused.search-submit,
.field.has-addons .search-form label .is-focused.search-submit,
.search-form .field.has-addons label .is-focused.search-submit,
.search-form label .is-focused.search-submit,
.field.has-addons .control .button:active,
.comment-form p.has-addons .control .button:active,
.comment-form p.search-form .control .button:active,
.search-form .control .button:active,
.field.has-addons .search-form label .button:active,
.search-form .field.has-addons label .button:active,
.comment-form p.has-addons .search-form label .button:active,
.search-form .comment-form p.has-addons label .button:active,
.comment-form p.search-form label .button:active,
.search-form label .button:active,
.field.has-addons .control .comment-form input[type="submit"]:active,
.comment-form .field.has-addons .control input[type="submit"]:active,
.comment-form p.has-addons .control input[type="submit"]:active,
.search-form .control .comment-form input[type="submit"]:active,
.comment-form .search-form .control input[type="submit"]:active,
.field.has-addons .search-form label .comment-form input[type="submit"]:active,
.comment-form .field.has-addons .search-form label input[type="submit"]:active,
.search-form .field.has-addons label .comment-form input[type="submit"]:active,
.comment-form .search-form .field.has-addons label input[type="submit"]:active,
.search-form .comment-form p.has-addons label input[type="submit"]:active,
.search-form label .comment-form input[type="submit"]:active,
.comment-form .search-form label input[type="submit"]:active,
.field.has-addons .control .search-form .search-submit:active,
.search-form .field.has-addons .control .search-submit:active,
.comment-form p.has-addons .control .search-form .search-submit:active,
.search-form .comment-form p.has-addons .control .search-submit:active,
.comment-form p.search-form .control .search-submit:active,
.search-form .control .search-submit:active,
.field.has-addons .search-form label .search-submit:active,
.search-form .field.has-addons label .search-submit:active,
.search-form label .search-submit:active,
.field.has-addons .control .button.is-active,
.comment-form p.has-addons .control .button.is-active,
.comment-form p.search-form .control .button.is-active,
.search-form .control .button.is-active,
.field.has-addons .search-form label .button.is-active,
.search-form .field.has-addons label .button.is-active,
.comment-form p.has-addons .search-form label .button.is-active,
.search-form .comment-form p.has-addons label .button.is-active,
.comment-form p.search-form label .button.is-active,
.search-form label .button.is-active,
.field.has-addons .control .comment-form input.is-active[type="submit"],
.comment-form .field.has-addons .control input.is-active[type="submit"],
.comment-form p.has-addons .control input.is-active[type="submit"],
.search-form .control .comment-form input.is-active[type="submit"],
.comment-form .search-form .control input.is-active[type="submit"],
.field.has-addons .search-form label .comment-form input.is-active[type="submit"],
.comment-form .field.has-addons .search-form label input.is-active[type="submit"],
.search-form .field.has-addons label .comment-form input.is-active[type="submit"],
.comment-form .search-form .field.has-addons label input.is-active[type="submit"],
.search-form .comment-form p.has-addons label input.is-active[type="submit"],
.search-form label .comment-form input.is-active[type="submit"],
.comment-form .search-form label input.is-active[type="submit"],
.field.has-addons .control .search-form .is-active.search-submit,
.search-form .field.has-addons .control .is-active.search-submit,
.comment-form p.has-addons .control .search-form .is-active.search-submit,
.search-form .comment-form p.has-addons .control .is-active.search-submit,
.comment-form p.search-form .control .is-active.search-submit,
.search-form .control .is-active.search-submit,
.field.has-addons .search-form label .is-active.search-submit,
.search-form .field.has-addons label .is-active.search-submit,
.search-form label .is-active.search-submit,
.field.has-addons .control .input:focus,
.comment-form p.has-addons .control .input:focus,
.comment-form p.search-form .control .input:focus,
.search-form .control .input:focus,
.field.has-addons .search-form label .input:focus,
.search-form .field.has-addons label .input:focus,
.comment-form p.has-addons .search-form label .input:focus,
.search-form .comment-form p.has-addons label .input:focus,
.comment-form p.search-form label .input:focus,
.search-form label .input:focus,
.field.has-addons .control .comment-form input[type="text"]:focus,
.comment-form .field.has-addons .control input[type="text"]:focus,
.comment-form p.has-addons .control input[type="text"]:focus,
.search-form .control .comment-form input[type="text"]:focus,
.comment-form .search-form .control input[type="text"]:focus,
.field.has-addons .search-form label .comment-form input[type="text"]:focus,
.comment-form .field.has-addons .search-form label input[type="text"]:focus,
.search-form .field.has-addons label .comment-form input[type="text"]:focus,
.comment-form .search-form .field.has-addons label input[type="text"]:focus,
.search-form .comment-form p.has-addons label input[type="text"]:focus,
.search-form label .comment-form input[type="text"]:focus,
.comment-form .search-form label input[type="text"]:focus,
.field.has-addons .control .comment-form input[type="email"]:focus,
.comment-form .field.has-addons .control input[type="email"]:focus,
.comment-form p.has-addons .control input[type="email"]:focus,
.search-form .control .comment-form input[type="email"]:focus,
.comment-form .search-form .control input[type="email"]:focus,
.field.has-addons .search-form label .comment-form input[type="email"]:focus,
.comment-form .field.has-addons .search-form label input[type="email"]:focus,
.search-form .field.has-addons label .comment-form input[type="email"]:focus,
.comment-form .search-form .field.has-addons label input[type="email"]:focus,
.search-form .comment-form p.has-addons label input[type="email"]:focus,
.search-form label .comment-form input[type="email"]:focus,
.comment-form .search-form label input[type="email"]:focus,
.field.has-addons .control .comment-form input[type="url"]:focus,
.comment-form .field.has-addons .control input[type="url"]:focus,
.comment-form p.has-addons .control input[type="url"]:focus,
.search-form .control .comment-form input[type="url"]:focus,
.comment-form .search-form .control input[type="url"]:focus,
.field.has-addons .search-form label .comment-form input[type="url"]:focus,
.comment-form .field.has-addons .search-form label input[type="url"]:focus,
.search-form .field.has-addons label .comment-form input[type="url"]:focus,
.comment-form .search-form .field.has-addons label input[type="url"]:focus,
.search-form .comment-form p.has-addons label input[type="url"]:focus,
.search-form label .comment-form input[type="url"]:focus,
.comment-form .search-form label input[type="url"]:focus,
.field.has-addons .control .search-form .search-field:focus,
.search-form .field.has-addons .control .search-field:focus,
.comment-form p.has-addons .control .search-form .search-field:focus,
.search-form .comment-form p.has-addons .control .search-field:focus,
.comment-form p.search-form .control .search-field:focus,
.search-form .control .search-field:focus,
.field.has-addons .search-form label .search-field:focus,
.search-form .field.has-addons label .search-field:focus,
.search-form label .search-field:focus,
.field.has-addons .control .input.is-focused,
.comment-form p.has-addons .control .input.is-focused,
.comment-form p.search-form .control .input.is-focused,
.search-form .control .input.is-focused,
.field.has-addons .search-form label .input.is-focused,
.search-form .field.has-addons label .input.is-focused,
.comment-form p.has-addons .search-form label .input.is-focused,
.search-form .comment-form p.has-addons label .input.is-focused,
.comment-form p.search-form label .input.is-focused,
.search-form label .input.is-focused,
.field.has-addons .control .comment-form input.is-focused[type="text"],
.comment-form .field.has-addons .control input.is-focused[type="text"],
.comment-form p.has-addons .control input.is-focused[type="text"],
.search-form .control .comment-form input.is-focused[type="text"],
.comment-form .search-form .control input.is-focused[type="text"],
.field.has-addons .search-form label .comment-form input.is-focused[type="text"],
.comment-form .field.has-addons .search-form label input.is-focused[type="text"],
.search-form .field.has-addons label .comment-form input.is-focused[type="text"],
.comment-form .search-form .field.has-addons label input.is-focused[type="text"],
.search-form .comment-form p.has-addons label input.is-focused[type="text"],
.search-form label .comment-form input.is-focused[type="text"],
.comment-form .search-form label input.is-focused[type="text"],
.field.has-addons .control .comment-form input.is-focused[type="email"],
.comment-form .field.has-addons .control input.is-focused[type="email"],
.comment-form p.has-addons .control input.is-focused[type="email"],
.search-form .control .comment-form input.is-focused[type="email"],
.comment-form .search-form .control input.is-focused[type="email"],
.field.has-addons .search-form label .comment-form input.is-focused[type="email"],
.comment-form .field.has-addons .search-form label input.is-focused[type="email"],
.search-form .field.has-addons label .comment-form input.is-focused[type="email"],
.comment-form .search-form .field.has-addons label input.is-focused[type="email"],
.search-form .comment-form p.has-addons label input.is-focused[type="email"],
.search-form label .comment-form input.is-focused[type="email"],
.comment-form .search-form label input.is-focused[type="email"],
.field.has-addons .control .comment-form input.is-focused[type="url"],
.comment-form .field.has-addons .control input.is-focused[type="url"],
.comment-form p.has-addons .control input.is-focused[type="url"],
.search-form .control .comment-form input.is-focused[type="url"],
.comment-form .search-form .control input.is-focused[type="url"],
.field.has-addons .search-form label .comment-form input.is-focused[type="url"],
.comment-form .field.has-addons .search-form label input.is-focused[type="url"],
.search-form .field.has-addons label .comment-form input.is-focused[type="url"],
.comment-form .search-form .field.has-addons label input.is-focused[type="url"],
.search-form .comment-form p.has-addons label input.is-focused[type="url"],
.search-form label .comment-form input.is-focused[type="url"],
.comment-form .search-form label input.is-focused[type="url"],
.field.has-addons .control .search-form .is-focused.search-field,
.search-form .field.has-addons .control .is-focused.search-field,
.comment-form p.has-addons .control .search-form .is-focused.search-field,
.search-form .comment-form p.has-addons .control .is-focused.search-field,
.comment-form p.search-form .control .is-focused.search-field,
.search-form .control .is-focused.search-field,
.field.has-addons .search-form label .is-focused.search-field,
.search-form .field.has-addons label .is-focused.search-field,
.search-form label .is-focused.search-field,
.field.has-addons .control .input:active,
.comment-form p.has-addons .control .input:active,
.comment-form p.search-form .control .input:active,
.search-form .control .input:active,
.field.has-addons .search-form label .input:active,
.search-form .field.has-addons label .input:active,
.comment-form p.has-addons .search-form label .input:active,
.search-form .comment-form p.has-addons label .input:active,
.comment-form p.search-form label .input:active,
.search-form label .input:active,
.field.has-addons .control .comment-form input[type="text"]:active,
.comment-form .field.has-addons .control input[type="text"]:active,
.comment-form p.has-addons .control input[type="text"]:active,
.search-form .control .comment-form input[type="text"]:active,
.comment-form .search-form .control input[type="text"]:active,
.field.has-addons .search-form label .comment-form input[type="text"]:active,
.comment-form .field.has-addons .search-form label input[type="text"]:active,
.search-form .field.has-addons label .comment-form input[type="text"]:active,
.comment-form .search-form .field.has-addons label input[type="text"]:active,
.search-form .comment-form p.has-addons label input[type="text"]:active,
.search-form label .comment-form input[type="text"]:active,
.comment-form .search-form label input[type="text"]:active,
.field.has-addons .control .comment-form input[type="email"]:active,
.comment-form .field.has-addons .control input[type="email"]:active,
.comment-form p.has-addons .control input[type="email"]:active,
.search-form .control .comment-form input[type="email"]:active,
.comment-form .search-form .control input[type="email"]:active,
.field.has-addons .search-form label .comment-form input[type="email"]:active,
.comment-form .field.has-addons .search-form label input[type="email"]:active,
.search-form .field.has-addons label .comment-form input[type="email"]:active,
.comment-form .search-form .field.has-addons label input[type="email"]:active,
.search-form .comment-form p.has-addons label input[type="email"]:active,
.search-form label .comment-form input[type="email"]:active,
.comment-form .search-form label input[type="email"]:active,
.field.has-addons .control .comment-form input[type="url"]:active,
.comment-form .field.has-addons .control input[type="url"]:active,
.comment-form p.has-addons .control input[type="url"]:active,
.search-form .control .comment-form input[type="url"]:active,
.comment-form .search-form .control input[type="url"]:active,
.field.has-addons .search-form label .comment-form input[type="url"]:active,
.comment-form .field.has-addons .search-form label input[type="url"]:active,
.search-form .field.has-addons label .comment-form input[type="url"]:active,
.comment-form .search-form .field.has-addons label input[type="url"]:active,
.search-form .comment-form p.has-addons label input[type="url"]:active,
.search-form label .comment-form input[type="url"]:active,
.comment-form .search-form label input[type="url"]:active,
.field.has-addons .control .search-form .search-field:active,
.search-form .field.has-addons .control .search-field:active,
.comment-form p.has-addons .control .search-form .search-field:active,
.search-form .comment-form p.has-addons .control .search-field:active,
.comment-form p.search-form .control .search-field:active,
.search-form .control .search-field:active,
.field.has-addons .search-form label .search-field:active,
.search-form .field.has-addons label .search-field:active,
.search-form label .search-field:active,
.field.has-addons .control .input.is-active,
.comment-form p.has-addons .control .input.is-active,
.comment-form p.search-form .control .input.is-active,
.search-form .control .input.is-active,
.field.has-addons .search-form label .input.is-active,
.search-form .field.has-addons label .input.is-active,
.comment-form p.has-addons .search-form label .input.is-active,
.search-form .comment-form p.has-addons label .input.is-active,
.comment-form p.search-form label .input.is-active,
.search-form label .input.is-active,
.field.has-addons .control .comment-form input.is-active[type="text"],
.comment-form .field.has-addons .control input.is-active[type="text"],
.comment-form p.has-addons .control input.is-active[type="text"],
.search-form .control .comment-form input.is-active[type="text"],
.comment-form .search-form .control input.is-active[type="text"],
.field.has-addons .search-form label .comment-form input.is-active[type="text"],
.comment-form .field.has-addons .search-form label input.is-active[type="text"],
.search-form .field.has-addons label .comment-form input.is-active[type="text"],
.comment-form .search-form .field.has-addons label input.is-active[type="text"],
.search-form .comment-form p.has-addons label input.is-active[type="text"],
.search-form label .comment-form input.is-active[type="text"],
.comment-form .search-form label input.is-active[type="text"],
.field.has-addons .control .comment-form input.is-active[type="email"],
.comment-form .field.has-addons .control input.is-active[type="email"],
.comment-form p.has-addons .control input.is-active[type="email"],
.search-form .control .comment-form input.is-active[type="email"],
.comment-form .search-form .control input.is-active[type="email"],
.field.has-addons .search-form label .comment-form input.is-active[type="email"],
.comment-form .field.has-addons .search-form label input.is-active[type="email"],
.search-form .field.has-addons label .comment-form input.is-active[type="email"],
.comment-form .search-form .field.has-addons label input.is-active[type="email"],
.search-form .comment-form p.has-addons label input.is-active[type="email"],
.search-form label .comment-form input.is-active[type="email"],
.comment-form .search-form label input.is-active[type="email"],
.field.has-addons .control .comment-form input.is-active[type="url"],
.comment-form .field.has-addons .control input.is-active[type="url"],
.comment-form p.has-addons .control input.is-active[type="url"],
.search-form .control .comment-form input.is-active[type="url"],
.comment-form .search-form .control input.is-active[type="url"],
.field.has-addons .search-form label .comment-form input.is-active[type="url"],
.comment-form .field.has-addons .search-form label input.is-active[type="url"],
.search-form .field.has-addons label .comment-form input.is-active[type="url"],
.comment-form .search-form .field.has-addons label input.is-active[type="url"],
.search-form .comment-form p.has-addons label input.is-active[type="url"],
.search-form label .comment-form input.is-active[type="url"],
.comment-form .search-form label input.is-active[type="url"],
.field.has-addons .control .search-form .is-active.search-field,
.search-form .field.has-addons .control .is-active.search-field,
.comment-form p.has-addons .control .search-form .is-active.search-field,
.search-form .comment-form p.has-addons .control .is-active.search-field,
.comment-form p.search-form .control .is-active.search-field,
.search-form .control .is-active.search-field,
.field.has-addons .search-form label .is-active.search-field,
.search-form .field.has-addons label .is-active.search-field,
.search-form label .is-active.search-field,
.field.has-addons .control .select select:focus,
.comment-form p.has-addons .control .select select:focus,
.comment-form p.search-form .control .select select:focus,
.search-form .control .select select:focus,
.field.has-addons .search-form label .select select:focus,
.search-form .field.has-addons label .select select:focus,
.comment-form p.has-addons .search-form label .select select:focus,
.search-form .comment-form p.has-addons label .select select:focus,
.comment-form p.search-form label .select select:focus,
.search-form label .select select:focus,
.field.has-addons .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:focus,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .field.has-addons .control .ginput_container_select select:focus,
.comment-form p.has-addons .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:focus,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .comment-form p.has-addons .control .ginput_container_select select:focus,
.search-form .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:focus,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form .control .ginput_container_select select:focus,
.search-form label [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:focus,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form label .ginput_container_select select:focus,
.field.has-addons .control .select select.is-focused,
.comment-form p.has-addons .control .select select.is-focused,
.comment-form p.search-form .control .select select.is-focused,
.search-form .control .select select.is-focused,
.field.has-addons .search-form label .select select.is-focused,
.search-form .field.has-addons label .select select.is-focused,
.comment-form p.has-addons .search-form label .select select.is-focused,
.search-form .comment-form p.has-addons label .select select.is-focused,
.comment-form p.search-form label .select select.is-focused,
.search-form label .select select.is-focused,
.field.has-addons .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-focused,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .field.has-addons .control .ginput_container_select select.is-focused,
.comment-form p.has-addons .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-focused,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .comment-form p.has-addons .control .ginput_container_select select.is-focused,
.search-form .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-focused,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form .control .ginput_container_select select.is-focused,
.search-form label [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-focused,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form label .ginput_container_select select.is-focused,
.field.has-addons .control .select select:active,
.comment-form p.has-addons .control .select select:active,
.comment-form p.search-form .control .select select:active,
.search-form .control .select select:active,
.field.has-addons .search-form label .select select:active,
.search-form .field.has-addons label .select select:active,
.comment-form p.has-addons .search-form label .select select:active,
.search-form .comment-form p.has-addons label .select select:active,
.comment-form p.search-form label .select select:active,
.search-form label .select select:active,
.field.has-addons .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .field.has-addons .control .ginput_container_select select:active,
.comment-form p.has-addons .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .comment-form p.has-addons .control .ginput_container_select select:active,
.search-form .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form .control .ginput_container_select select:active,
.search-form label [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form label .ginput_container_select select:active,
.field.has-addons .control .select select.is-active,
.comment-form p.has-addons .control .select select.is-active,
.comment-form p.search-form .control .select select.is-active,
.search-form .control .select select.is-active,
.field.has-addons .search-form label .select select.is-active,
.search-form .field.has-addons label .select select.is-active,
.comment-form p.has-addons .search-form label .select select.is-active,
.search-form .comment-form p.has-addons label .select select.is-active,
.comment-form p.search-form label .select select.is-active,
.search-form label .select select.is-active,
.field.has-addons .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .field.has-addons .control .ginput_container_select select.is-active,
.comment-form p.has-addons .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .comment-form p.has-addons .control .ginput_container_select select.is-active,
.search-form .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form .control .ginput_container_select select.is-active,
.search-form label [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form label .ginput_container_select select.is-active {
    z-index: 3;
}

.field.has-addons .control .button:focus:hover,
.comment-form p.has-addons .control .button:focus:hover,
.comment-form p.search-form .control .button:focus:hover,
.search-form .control .button:focus:hover,
.field.has-addons .search-form label .button:focus:hover,
.search-form .field.has-addons label .button:focus:hover,
.comment-form p.has-addons .search-form label .button:focus:hover,
.search-form .comment-form p.has-addons label .button:focus:hover,
.comment-form p.search-form label .button:focus:hover,
.search-form label .button:focus:hover,
.field.has-addons .control .comment-form input[type="submit"]:focus:hover,
.comment-form .field.has-addons .control input[type="submit"]:focus:hover,
.comment-form p.has-addons .control input[type="submit"]:focus:hover,
.search-form .control .comment-form input[type="submit"]:focus:hover,
.comment-form .search-form .control input[type="submit"]:focus:hover,
.field.has-addons .search-form label .comment-form input[type="submit"]:focus:hover,
.comment-form .field.has-addons .search-form label input[type="submit"]:focus:hover,
.search-form .field.has-addons label .comment-form input[type="submit"]:focus:hover,
.comment-form .search-form .field.has-addons label input[type="submit"]:focus:hover,
.search-form .comment-form p.has-addons label input[type="submit"]:focus:hover,
.search-form label .comment-form input[type="submit"]:focus:hover,
.comment-form .search-form label input[type="submit"]:focus:hover,
.field.has-addons .control .search-form .search-submit:focus:hover,
.search-form .field.has-addons .control .search-submit:focus:hover,
.comment-form p.has-addons .control .search-form .search-submit:focus:hover,
.search-form .comment-form p.has-addons .control .search-submit:focus:hover,
.comment-form p.search-form .control .search-submit:focus:hover,
.search-form .control .search-submit:focus:hover,
.field.has-addons .search-form label .search-submit:focus:hover,
.search-form .field.has-addons label .search-submit:focus:hover,
.search-form label .search-submit:focus:hover,
.field.has-addons .control .button.is-focused:hover,
.comment-form p.has-addons .control .button.is-focused:hover,
.comment-form p.search-form .control .button.is-focused:hover,
.search-form .control .button.is-focused:hover,
.field.has-addons .search-form label .button.is-focused:hover,
.search-form .field.has-addons label .button.is-focused:hover,
.comment-form p.has-addons .search-form label .button.is-focused:hover,
.search-form .comment-form p.has-addons label .button.is-focused:hover,
.comment-form p.search-form label .button.is-focused:hover,
.search-form label .button.is-focused:hover,
.field.has-addons .control .comment-form input.is-focused[type="submit"]:hover,
.comment-form .field.has-addons .control input.is-focused[type="submit"]:hover,
.comment-form p.has-addons .control input.is-focused[type="submit"]:hover,
.search-form .control .comment-form input.is-focused[type="submit"]:hover,
.comment-form .search-form .control input.is-focused[type="submit"]:hover,
.field.has-addons .search-form label .comment-form input.is-focused[type="submit"]:hover,
.comment-form .field.has-addons .search-form label input.is-focused[type="submit"]:hover,
.search-form .field.has-addons label .comment-form input.is-focused[type="submit"]:hover,
.comment-form .search-form .field.has-addons label input.is-focused[type="submit"]:hover,
.search-form .comment-form p.has-addons label input.is-focused[type="submit"]:hover,
.search-form label .comment-form input.is-focused[type="submit"]:hover,
.comment-form .search-form label input.is-focused[type="submit"]:hover,
.field.has-addons .control .search-form .is-focused.search-submit:hover,
.search-form .field.has-addons .control .is-focused.search-submit:hover,
.comment-form p.has-addons .control .search-form .is-focused.search-submit:hover,
.search-form .comment-form p.has-addons .control .is-focused.search-submit:hover,
.comment-form p.search-form .control .is-focused.search-submit:hover,
.search-form .control .is-focused.search-submit:hover,
.field.has-addons .search-form label .is-focused.search-submit:hover,
.search-form .field.has-addons label .is-focused.search-submit:hover,
.search-form label .is-focused.search-submit:hover,
.field.has-addons .control .button:active:hover,
.comment-form p.has-addons .control .button:active:hover,
.comment-form p.search-form .control .button:active:hover,
.search-form .control .button:active:hover,
.field.has-addons .search-form label .button:active:hover,
.search-form .field.has-addons label .button:active:hover,
.comment-form p.has-addons .search-form label .button:active:hover,
.search-form .comment-form p.has-addons label .button:active:hover,
.comment-form p.search-form label .button:active:hover,
.search-form label .button:active:hover,
.field.has-addons .control .comment-form input[type="submit"]:active:hover,
.comment-form .field.has-addons .control input[type="submit"]:active:hover,
.comment-form p.has-addons .control input[type="submit"]:active:hover,
.search-form .control .comment-form input[type="submit"]:active:hover,
.comment-form .search-form .control input[type="submit"]:active:hover,
.field.has-addons .search-form label .comment-form input[type="submit"]:active:hover,
.comment-form .field.has-addons .search-form label input[type="submit"]:active:hover,
.search-form .field.has-addons label .comment-form input[type="submit"]:active:hover,
.comment-form .search-form .field.has-addons label input[type="submit"]:active:hover,
.search-form .comment-form p.has-addons label input[type="submit"]:active:hover,
.search-form label .comment-form input[type="submit"]:active:hover,
.comment-form .search-form label input[type="submit"]:active:hover,
.field.has-addons .control .search-form .search-submit:active:hover,
.search-form .field.has-addons .control .search-submit:active:hover,
.comment-form p.has-addons .control .search-form .search-submit:active:hover,
.search-form .comment-form p.has-addons .control .search-submit:active:hover,
.comment-form p.search-form .control .search-submit:active:hover,
.search-form .control .search-submit:active:hover,
.field.has-addons .search-form label .search-submit:active:hover,
.search-form .field.has-addons label .search-submit:active:hover,
.search-form label .search-submit:active:hover,
.field.has-addons .control .button.is-active:hover,
.comment-form p.has-addons .control .button.is-active:hover,
.comment-form p.search-form .control .button.is-active:hover,
.search-form .control .button.is-active:hover,
.field.has-addons .search-form label .button.is-active:hover,
.search-form .field.has-addons label .button.is-active:hover,
.comment-form p.has-addons .search-form label .button.is-active:hover,
.search-form .comment-form p.has-addons label .button.is-active:hover,
.comment-form p.search-form label .button.is-active:hover,
.search-form label .button.is-active:hover,
.field.has-addons .control .comment-form input.is-active[type="submit"]:hover,
.comment-form .field.has-addons .control input.is-active[type="submit"]:hover,
.comment-form p.has-addons .control input.is-active[type="submit"]:hover,
.search-form .control .comment-form input.is-active[type="submit"]:hover,
.comment-form .search-form .control input.is-active[type="submit"]:hover,
.field.has-addons .search-form label .comment-form input.is-active[type="submit"]:hover,
.comment-form .field.has-addons .search-form label input.is-active[type="submit"]:hover,
.search-form .field.has-addons label .comment-form input.is-active[type="submit"]:hover,
.comment-form .search-form .field.has-addons label input.is-active[type="submit"]:hover,
.search-form .comment-form p.has-addons label input.is-active[type="submit"]:hover,
.search-form label .comment-form input.is-active[type="submit"]:hover,
.comment-form .search-form label input.is-active[type="submit"]:hover,
.field.has-addons .control .search-form .is-active.search-submit:hover,
.search-form .field.has-addons .control .is-active.search-submit:hover,
.comment-form p.has-addons .control .search-form .is-active.search-submit:hover,
.search-form .comment-form p.has-addons .control .is-active.search-submit:hover,
.comment-form p.search-form .control .is-active.search-submit:hover,
.search-form .control .is-active.search-submit:hover,
.field.has-addons .search-form label .is-active.search-submit:hover,
.search-form .field.has-addons label .is-active.search-submit:hover,
.search-form label .is-active.search-submit:hover,
.field.has-addons .control .input:focus:hover,
.comment-form p.has-addons .control .input:focus:hover,
.comment-form p.search-form .control .input:focus:hover,
.search-form .control .input:focus:hover,
.field.has-addons .search-form label .input:focus:hover,
.search-form .field.has-addons label .input:focus:hover,
.comment-form p.has-addons .search-form label .input:focus:hover,
.search-form .comment-form p.has-addons label .input:focus:hover,
.comment-form p.search-form label .input:focus:hover,
.search-form label .input:focus:hover,
.field.has-addons .control .comment-form input[type="text"]:focus:hover,
.comment-form .field.has-addons .control input[type="text"]:focus:hover,
.comment-form p.has-addons .control input[type="text"]:focus:hover,
.search-form .control .comment-form input[type="text"]:focus:hover,
.comment-form .search-form .control input[type="text"]:focus:hover,
.field.has-addons .search-form label .comment-form input[type="text"]:focus:hover,
.comment-form .field.has-addons .search-form label input[type="text"]:focus:hover,
.search-form .field.has-addons label .comment-form input[type="text"]:focus:hover,
.comment-form .search-form .field.has-addons label input[type="text"]:focus:hover,
.search-form .comment-form p.has-addons label input[type="text"]:focus:hover,
.search-form label .comment-form input[type="text"]:focus:hover,
.comment-form .search-form label input[type="text"]:focus:hover,
.field.has-addons .control .comment-form input[type="email"]:focus:hover,
.comment-form .field.has-addons .control input[type="email"]:focus:hover,
.comment-form p.has-addons .control input[type="email"]:focus:hover,
.search-form .control .comment-form input[type="email"]:focus:hover,
.comment-form .search-form .control input[type="email"]:focus:hover,
.field.has-addons .search-form label .comment-form input[type="email"]:focus:hover,
.comment-form .field.has-addons .search-form label input[type="email"]:focus:hover,
.search-form .field.has-addons label .comment-form input[type="email"]:focus:hover,
.comment-form .search-form .field.has-addons label input[type="email"]:focus:hover,
.search-form .comment-form p.has-addons label input[type="email"]:focus:hover,
.search-form label .comment-form input[type="email"]:focus:hover,
.comment-form .search-form label input[type="email"]:focus:hover,
.field.has-addons .control .comment-form input[type="url"]:focus:hover,
.comment-form .field.has-addons .control input[type="url"]:focus:hover,
.comment-form p.has-addons .control input[type="url"]:focus:hover,
.search-form .control .comment-form input[type="url"]:focus:hover,
.comment-form .search-form .control input[type="url"]:focus:hover,
.field.has-addons .search-form label .comment-form input[type="url"]:focus:hover,
.comment-form .field.has-addons .search-form label input[type="url"]:focus:hover,
.search-form .field.has-addons label .comment-form input[type="url"]:focus:hover,
.comment-form .search-form .field.has-addons label input[type="url"]:focus:hover,
.search-form .comment-form p.has-addons label input[type="url"]:focus:hover,
.search-form label .comment-form input[type="url"]:focus:hover,
.comment-form .search-form label input[type="url"]:focus:hover,
.field.has-addons .control .search-form .search-field:focus:hover,
.search-form .field.has-addons .control .search-field:focus:hover,
.comment-form p.has-addons .control .search-form .search-field:focus:hover,
.search-form .comment-form p.has-addons .control .search-field:focus:hover,
.comment-form p.search-form .control .search-field:focus:hover,
.search-form .control .search-field:focus:hover,
.field.has-addons .search-form label .search-field:focus:hover,
.search-form .field.has-addons label .search-field:focus:hover,
.search-form label .search-field:focus:hover,
.field.has-addons .control .input.is-focused:hover,
.comment-form p.has-addons .control .input.is-focused:hover,
.comment-form p.search-form .control .input.is-focused:hover,
.search-form .control .input.is-focused:hover,
.field.has-addons .search-form label .input.is-focused:hover,
.search-form .field.has-addons label .input.is-focused:hover,
.comment-form p.has-addons .search-form label .input.is-focused:hover,
.search-form .comment-form p.has-addons label .input.is-focused:hover,
.comment-form p.search-form label .input.is-focused:hover,
.search-form label .input.is-focused:hover,
.field.has-addons .control .comment-form input.is-focused[type="text"]:hover,
.comment-form .field.has-addons .control input.is-focused[type="text"]:hover,
.comment-form p.has-addons .control input.is-focused[type="text"]:hover,
.search-form .control .comment-form input.is-focused[type="text"]:hover,
.comment-form .search-form .control input.is-focused[type="text"]:hover,
.field.has-addons .search-form label .comment-form input.is-focused[type="text"]:hover,
.comment-form .field.has-addons .search-form label input.is-focused[type="text"]:hover,
.search-form .field.has-addons label .comment-form input.is-focused[type="text"]:hover,
.comment-form .search-form .field.has-addons label input.is-focused[type="text"]:hover,
.search-form .comment-form p.has-addons label input.is-focused[type="text"]:hover,
.search-form label .comment-form input.is-focused[type="text"]:hover,
.comment-form .search-form label input.is-focused[type="text"]:hover,
.field.has-addons .control .comment-form input.is-focused[type="email"]:hover,
.comment-form .field.has-addons .control input.is-focused[type="email"]:hover,
.comment-form p.has-addons .control input.is-focused[type="email"]:hover,
.search-form .control .comment-form input.is-focused[type="email"]:hover,
.comment-form .search-form .control input.is-focused[type="email"]:hover,
.field.has-addons .search-form label .comment-form input.is-focused[type="email"]:hover,
.comment-form .field.has-addons .search-form label input.is-focused[type="email"]:hover,
.search-form .field.has-addons label .comment-form input.is-focused[type="email"]:hover,
.comment-form .search-form .field.has-addons label input.is-focused[type="email"]:hover,
.search-form .comment-form p.has-addons label input.is-focused[type="email"]:hover,
.search-form label .comment-form input.is-focused[type="email"]:hover,
.comment-form .search-form label input.is-focused[type="email"]:hover,
.field.has-addons .control .comment-form input.is-focused[type="url"]:hover,
.comment-form .field.has-addons .control input.is-focused[type="url"]:hover,
.comment-form p.has-addons .control input.is-focused[type="url"]:hover,
.search-form .control .comment-form input.is-focused[type="url"]:hover,
.comment-form .search-form .control input.is-focused[type="url"]:hover,
.field.has-addons .search-form label .comment-form input.is-focused[type="url"]:hover,
.comment-form .field.has-addons .search-form label input.is-focused[type="url"]:hover,
.search-form .field.has-addons label .comment-form input.is-focused[type="url"]:hover,
.comment-form .search-form .field.has-addons label input.is-focused[type="url"]:hover,
.search-form .comment-form p.has-addons label input.is-focused[type="url"]:hover,
.search-form label .comment-form input.is-focused[type="url"]:hover,
.comment-form .search-form label input.is-focused[type="url"]:hover,
.field.has-addons .control .search-form .is-focused.search-field:hover,
.search-form .field.has-addons .control .is-focused.search-field:hover,
.comment-form p.has-addons .control .search-form .is-focused.search-field:hover,
.search-form .comment-form p.has-addons .control .is-focused.search-field:hover,
.comment-form p.search-form .control .is-focused.search-field:hover,
.search-form .control .is-focused.search-field:hover,
.field.has-addons .search-form label .is-focused.search-field:hover,
.search-form .field.has-addons label .is-focused.search-field:hover,
.search-form label .is-focused.search-field:hover,
.field.has-addons .control .input:active:hover,
.comment-form p.has-addons .control .input:active:hover,
.comment-form p.search-form .control .input:active:hover,
.search-form .control .input:active:hover,
.field.has-addons .search-form label .input:active:hover,
.search-form .field.has-addons label .input:active:hover,
.comment-form p.has-addons .search-form label .input:active:hover,
.search-form .comment-form p.has-addons label .input:active:hover,
.comment-form p.search-form label .input:active:hover,
.search-form label .input:active:hover,
.field.has-addons .control .comment-form input[type="text"]:active:hover,
.comment-form .field.has-addons .control input[type="text"]:active:hover,
.comment-form p.has-addons .control input[type="text"]:active:hover,
.search-form .control .comment-form input[type="text"]:active:hover,
.comment-form .search-form .control input[type="text"]:active:hover,
.field.has-addons .search-form label .comment-form input[type="text"]:active:hover,
.comment-form .field.has-addons .search-form label input[type="text"]:active:hover,
.search-form .field.has-addons label .comment-form input[type="text"]:active:hover,
.comment-form .search-form .field.has-addons label input[type="text"]:active:hover,
.search-form .comment-form p.has-addons label input[type="text"]:active:hover,
.search-form label .comment-form input[type="text"]:active:hover,
.comment-form .search-form label input[type="text"]:active:hover,
.field.has-addons .control .comment-form input[type="email"]:active:hover,
.comment-form .field.has-addons .control input[type="email"]:active:hover,
.comment-form p.has-addons .control input[type="email"]:active:hover,
.search-form .control .comment-form input[type="email"]:active:hover,
.comment-form .search-form .control input[type="email"]:active:hover,
.field.has-addons .search-form label .comment-form input[type="email"]:active:hover,
.comment-form .field.has-addons .search-form label input[type="email"]:active:hover,
.search-form .field.has-addons label .comment-form input[type="email"]:active:hover,
.comment-form .search-form .field.has-addons label input[type="email"]:active:hover,
.search-form .comment-form p.has-addons label input[type="email"]:active:hover,
.search-form label .comment-form input[type="email"]:active:hover,
.comment-form .search-form label input[type="email"]:active:hover,
.field.has-addons .control .comment-form input[type="url"]:active:hover,
.comment-form .field.has-addons .control input[type="url"]:active:hover,
.comment-form p.has-addons .control input[type="url"]:active:hover,
.search-form .control .comment-form input[type="url"]:active:hover,
.comment-form .search-form .control input[type="url"]:active:hover,
.field.has-addons .search-form label .comment-form input[type="url"]:active:hover,
.comment-form .field.has-addons .search-form label input[type="url"]:active:hover,
.search-form .field.has-addons label .comment-form input[type="url"]:active:hover,
.comment-form .search-form .field.has-addons label input[type="url"]:active:hover,
.search-form .comment-form p.has-addons label input[type="url"]:active:hover,
.search-form label .comment-form input[type="url"]:active:hover,
.comment-form .search-form label input[type="url"]:active:hover,
.field.has-addons .control .search-form .search-field:active:hover,
.search-form .field.has-addons .control .search-field:active:hover,
.comment-form p.has-addons .control .search-form .search-field:active:hover,
.search-form .comment-form p.has-addons .control .search-field:active:hover,
.comment-form p.search-form .control .search-field:active:hover,
.search-form .control .search-field:active:hover,
.field.has-addons .search-form label .search-field:active:hover,
.search-form .field.has-addons label .search-field:active:hover,
.search-form label .search-field:active:hover,
.field.has-addons .control .input.is-active:hover,
.comment-form p.has-addons .control .input.is-active:hover,
.comment-form p.search-form .control .input.is-active:hover,
.search-form .control .input.is-active:hover,
.field.has-addons .search-form label .input.is-active:hover,
.search-form .field.has-addons label .input.is-active:hover,
.comment-form p.has-addons .search-form label .input.is-active:hover,
.search-form .comment-form p.has-addons label .input.is-active:hover,
.comment-form p.search-form label .input.is-active:hover,
.search-form label .input.is-active:hover,
.field.has-addons .control .comment-form input.is-active[type="text"]:hover,
.comment-form .field.has-addons .control input.is-active[type="text"]:hover,
.comment-form p.has-addons .control input.is-active[type="text"]:hover,
.search-form .control .comment-form input.is-active[type="text"]:hover,
.comment-form .search-form .control input.is-active[type="text"]:hover,
.field.has-addons .search-form label .comment-form input.is-active[type="text"]:hover,
.comment-form .field.has-addons .search-form label input.is-active[type="text"]:hover,
.search-form .field.has-addons label .comment-form input.is-active[type="text"]:hover,
.comment-form .search-form .field.has-addons label input.is-active[type="text"]:hover,
.search-form .comment-form p.has-addons label input.is-active[type="text"]:hover,
.search-form label .comment-form input.is-active[type="text"]:hover,
.comment-form .search-form label input.is-active[type="text"]:hover,
.field.has-addons .control .comment-form input.is-active[type="email"]:hover,
.comment-form .field.has-addons .control input.is-active[type="email"]:hover,
.comment-form p.has-addons .control input.is-active[type="email"]:hover,
.search-form .control .comment-form input.is-active[type="email"]:hover,
.comment-form .search-form .control input.is-active[type="email"]:hover,
.field.has-addons .search-form label .comment-form input.is-active[type="email"]:hover,
.comment-form .field.has-addons .search-form label input.is-active[type="email"]:hover,
.search-form .field.has-addons label .comment-form input.is-active[type="email"]:hover,
.comment-form .search-form .field.has-addons label input.is-active[type="email"]:hover,
.search-form .comment-form p.has-addons label input.is-active[type="email"]:hover,
.search-form label .comment-form input.is-active[type="email"]:hover,
.comment-form .search-form label input.is-active[type="email"]:hover,
.field.has-addons .control .comment-form input.is-active[type="url"]:hover,
.comment-form .field.has-addons .control input.is-active[type="url"]:hover,
.comment-form p.has-addons .control input.is-active[type="url"]:hover,
.search-form .control .comment-form input.is-active[type="url"]:hover,
.comment-form .search-form .control input.is-active[type="url"]:hover,
.field.has-addons .search-form label .comment-form input.is-active[type="url"]:hover,
.comment-form .field.has-addons .search-form label input.is-active[type="url"]:hover,
.search-form .field.has-addons label .comment-form input.is-active[type="url"]:hover,
.comment-form .search-form .field.has-addons label input.is-active[type="url"]:hover,
.search-form .comment-form p.has-addons label input.is-active[type="url"]:hover,
.search-form label .comment-form input.is-active[type="url"]:hover,
.comment-form .search-form label input.is-active[type="url"]:hover,
.field.has-addons .control .search-form .is-active.search-field:hover,
.search-form .field.has-addons .control .is-active.search-field:hover,
.comment-form p.has-addons .control .search-form .is-active.search-field:hover,
.search-form .comment-form p.has-addons .control .is-active.search-field:hover,
.comment-form p.search-form .control .is-active.search-field:hover,
.search-form .control .is-active.search-field:hover,
.field.has-addons .search-form label .is-active.search-field:hover,
.search-form .field.has-addons label .is-active.search-field:hover,
.search-form label .is-active.search-field:hover,
.field.has-addons .control .select select:focus:hover,
.comment-form p.has-addons .control .select select:focus:hover,
.comment-form p.search-form .control .select select:focus:hover,
.search-form .control .select select:focus:hover,
.field.has-addons .search-form label .select select:focus:hover,
.search-form .field.has-addons label .select select:focus:hover,
.comment-form p.has-addons .search-form label .select select:focus:hover,
.search-form .comment-form p.has-addons label .select select:focus:hover,
.comment-form p.search-form label .select select:focus:hover,
.search-form label .select select:focus:hover,
.field.has-addons .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:focus:hover,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .field.has-addons .control .ginput_container_select select:focus:hover,
.comment-form p.has-addons .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:focus:hover,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .comment-form p.has-addons .control .ginput_container_select select:focus:hover,
.search-form .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:focus:hover,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form .control .ginput_container_select select:focus:hover,
.search-form label [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:focus:hover,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form label .ginput_container_select select:focus:hover,
.field.has-addons .control .select select.is-focused:hover,
.comment-form p.has-addons .control .select select.is-focused:hover,
.comment-form p.search-form .control .select select.is-focused:hover,
.search-form .control .select select.is-focused:hover,
.field.has-addons .search-form label .select select.is-focused:hover,
.search-form .field.has-addons label .select select.is-focused:hover,
.comment-form p.has-addons .search-form label .select select.is-focused:hover,
.search-form .comment-form p.has-addons label .select select.is-focused:hover,
.comment-form p.search-form label .select select.is-focused:hover,
.search-form label .select select.is-focused:hover,
.field.has-addons .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-focused:hover,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .field.has-addons .control .ginput_container_select select.is-focused:hover,
.comment-form p.has-addons .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-focused:hover,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .comment-form p.has-addons .control .ginput_container_select select.is-focused:hover,
.search-form .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-focused:hover,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form .control .ginput_container_select select.is-focused:hover,
.search-form label [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-focused:hover,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form label .ginput_container_select select.is-focused:hover,
.field.has-addons .control .select select:active:hover,
.comment-form p.has-addons .control .select select:active:hover,
.comment-form p.search-form .control .select select:active:hover,
.search-form .control .select select:active:hover,
.field.has-addons .search-form label .select select:active:hover,
.search-form .field.has-addons label .select select:active:hover,
.comment-form p.has-addons .search-form label .select select:active:hover,
.search-form .comment-form p.has-addons label .select select:active:hover,
.comment-form p.search-form label .select select:active:hover,
.search-form label .select select:active:hover,
.field.has-addons .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:active:hover,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .field.has-addons .control .ginput_container_select select:active:hover,
.comment-form p.has-addons .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:active:hover,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .comment-form p.has-addons .control .ginput_container_select select:active:hover,
.search-form .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:active:hover,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form .control .ginput_container_select select:active:hover,
.search-form label [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select:active:hover,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form label .ginput_container_select select:active:hover,
.field.has-addons .control .select select.is-active:hover,
.comment-form p.has-addons .control .select select.is-active:hover,
.comment-form p.search-form .control .select select.is-active:hover,
.search-form .control .select select.is-active:hover,
.field.has-addons .search-form label .select select.is-active:hover,
.search-form .field.has-addons label .select select.is-active:hover,
.comment-form p.has-addons .search-form label .select select.is-active:hover,
.search-form .comment-form p.has-addons label .select select.is-active:hover,
.comment-form p.search-form label .select select.is-active:hover,
.search-form label .select select.is-active:hover,
.field.has-addons .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-active:hover,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .field.has-addons .control .ginput_container_select select.is-active:hover,
.comment-form p.has-addons .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-active:hover,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .comment-form p.has-addons .control .ginput_container_select select.is-active:hover,
.search-form .control [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-active:hover,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form .control .ginput_container_select select.is-active:hover,
.search-form label [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select.is-active:hover,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form label .ginput_container_select select.is-active:hover {
    z-index: 4;
}

.field.has-addons .control.is-expanded,
.comment-form p.has-addons .control.is-expanded,
.comment-form p.search-form .control.is-expanded,
.search-form .control.is-expanded,
.field.has-addons .search-form label.is-expanded,
.search-form .field.has-addons label.is-expanded,
.search-form label.is-expanded {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.field.has-addons.has-addons-centered,
.comment-form p.has-addons.has-addons-centered,
.has-addons-centered.search-form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.field.has-addons.has-addons-right,
.comment-form p.has-addons.has-addons-right,
.has-addons-right.search-form {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.field.has-addons.has-addons-fullwidth .control,
.comment-form p.has-addons.has-addons-fullwidth .control,
.comment-form p.has-addons-fullwidth.search-form .control,
.has-addons-fullwidth.search-form .control,
.field.has-addons.has-addons-fullwidth .search-form label,
.search-form .field.has-addons.has-addons-fullwidth label,
.comment-form p.has-addons.has-addons-fullwidth .search-form label,
.search-form .comment-form p.has-addons.has-addons-fullwidth label,
.has-addons-fullwidth.search-form label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.field.is-grouped,
.comment-form p.is-grouped,
.is-grouped.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.field.is-grouped>.control,
.comment-form p.is-grouped>.control,
.is-grouped.search-form>.control,
.search-form .field.is-grouped>label,
.comment-form .search-form p.is-grouped>label,
.search-form .comment-form p.is-grouped>label,
.is-grouped.search-form>label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.field.is-grouped>.control:not(:last-child),
.comment-form p.is-grouped>.control:not(:last-child),
.is-grouped.search-form>.control:not(:last-child),
.search-form .field.is-grouped>label:not(:last-child),
.comment-form .search-form p.is-grouped>label:not(:last-child),
.search-form .comment-form p.is-grouped>label:not(:last-child),
.is-grouped.search-form>label:not(:last-child) {
    margin-bottom: 0;
    margin-right: 0.75rem;
}

.field.is-grouped>.control.is-expanded,
.comment-form p.is-grouped>.control.is-expanded,
.is-grouped.search-form>.control.is-expanded,
.search-form .field.is-grouped>label.is-expanded,
.comment-form .search-form p.is-grouped>label.is-expanded,
.search-form .comment-form p.is-grouped>label.is-expanded,
.is-grouped.search-form>label.is-expanded {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.field.is-grouped.is-grouped-centered,
.comment-form p.is-grouped.is-grouped-centered,
.is-grouped.is-grouped-centered.search-form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.field.is-grouped.is-grouped-right,
.comment-form p.is-grouped.is-grouped-right,
.is-grouped.is-grouped-right.search-form {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.field.is-grouped.is-grouped-multiline,
.comment-form p.is-grouped.is-grouped-multiline,
.is-grouped.is-grouped-multiline.search-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.field.is-grouped.is-grouped-multiline>.control:last-child,
.comment-form p.is-grouped.is-grouped-multiline>.control:last-child,
.is-grouped.is-grouped-multiline.search-form>.control:last-child,
.search-form .field.is-grouped.is-grouped-multiline>label:last-child,
.comment-form .search-form p.is-grouped.is-grouped-multiline>label:last-child,
.search-form .comment-form p.is-grouped.is-grouped-multiline>label:last-child,
.is-grouped.is-grouped-multiline.search-form>label:last-child,
.field.is-grouped.is-grouped-multiline>.control:not(:last-child),
.comment-form p.is-grouped.is-grouped-multiline>.control:not(:last-child),
.is-grouped.is-grouped-multiline.search-form>.control:not(:last-child),
.search-form .field.is-grouped.is-grouped-multiline>label:not(:last-child),
.comment-form .search-form p.is-grouped.is-grouped-multiline>label:not(:last-child),
.search-form .comment-form p.is-grouped.is-grouped-multiline>label:not(:last-child),
.is-grouped.is-grouped-multiline.search-form>label:not(:last-child) {
    margin-bottom: 0.75rem;
}

.field.is-grouped.is-grouped-multiline:last-child,
.comment-form p.is-grouped.is-grouped-multiline:last-child,
.is-grouped.is-grouped-multiline.search-form:last-child {
    margin-bottom: -0.75rem;
}

.field.is-grouped.is-grouped-multiline:not(:last-child),
.comment-form p.is-grouped.is-grouped-multiline:not(:last-child),
.is-grouped.is-grouped-multiline.search-form:not(:last-child) {
    margin-bottom: 0;
}

@media screen and (min-width: 769px),
print {
    .field.is-horizontal,
    .comment-form p.is-horizontal,
    .is-horizontal.search-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.field-label .label,
.field-label .comment-form label,
.comment-form .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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 1.5rem;
        text-align: right;
    }
    .field-label.is-small {
        font-size: 0.75rem;
        padding-top: 0.375em;
    }
    .field-label.is-normal {
        padding-top: 0.375em;
    }
    .field-label.is-medium {
        font-size: 1.25rem;
        padding-top: 0.375em;
    }
    .field-label.is-large {
        font-size: 1.5rem;
        padding-top: 0.375em;
    }
}

.field-body .field .field,
.field-body .comment-form p .field,
.comment-form .field-body p .field,
.field-body .search-form .field,
.field-body .field .comment-form p,
.comment-form .field-body .field p,
.field-body .comment-form p p,
.comment-form .field-body p p,
.field-body .search-form .comment-form p,
.comment-form .field-body .search-form p,
.field-body .field .search-form,
.field-body .comment-form p .search-form,
.comment-form .field-body p .search-form,
.field-body .search-form .search-form {
    margin-bottom: 0;
}

@media screen and (min-width: 769px),
print {
    .field-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 5;
        -ms-flex-positive: 5;
        flex-grow: 5;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
    .field-body .field,
    .field-body .comment-form p,
    .comment-form .field-body p,
    .field-body .search-form {
        margin-bottom: 0;
    }
    .field-body>.field,
    .comment-form .field-body>p,
    .field-body>.search-form {
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
    .field-body>.field:not(.is-narrow),
    .comment-form .field-body>p:not(.is-narrow),
    .field-body>.search-form:not(.is-narrow) {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .field-body>.field:not(:last-child),
    .comment-form .field-body>p:not(:last-child),
    .field-body>.search-form:not(:last-child) {
        margin-right: 0.75rem;
    }
}

.control,
.search-form label {
    font-size: 1rem;
    position: relative;
    text-align: left;
}

.control.has-icon .icon,
.search-form label.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,
.search-form label.has-icon .input:focus+.icon,
.control.has-icon .comment-form input[type="text"]:focus+.icon,
.comment-form .control.has-icon input[type="text"]:focus+.icon,
.search-form label.has-icon .comment-form input[type="text"]:focus+.icon,
.comment-form .search-form label.has-icon input[type="text"]:focus+.icon,
.control.has-icon .comment-form input[type="email"]:focus+.icon,
.comment-form .control.has-icon input[type="email"]:focus+.icon,
.search-form label.has-icon .comment-form input[type="email"]:focus+.icon,
.comment-form .search-form label.has-icon input[type="email"]:focus+.icon,
.control.has-icon .comment-form input[type="url"]:focus+.icon,
.comment-form .control.has-icon input[type="url"]:focus+.icon,
.search-form label.has-icon .comment-form input[type="url"]:focus+.icon,
.comment-form .search-form label.has-icon input[type="url"]:focus+.icon,
.control.has-icon .search-form .search-field:focus+.icon,
.search-form .control.has-icon .search-field:focus+.icon,
.search-form label.has-icon .search-field:focus+.icon {
    color: #7a7a7a;
}

.control.has-icon .input.is-small+.icon,
.search-form label.has-icon .input.is-small+.icon,
.control.has-icon .comment-form input.is-small[type="text"]+.icon,
.comment-form .control.has-icon input.is-small[type="text"]+.icon,
.search-form label.has-icon .comment-form input.is-small[type="text"]+.icon,
.comment-form .search-form label.has-icon input.is-small[type="text"]+.icon,
.control.has-icon .comment-form input.is-small[type="email"]+.icon,
.comment-form .control.has-icon input.is-small[type="email"]+.icon,
.search-form label.has-icon .comment-form input.is-small[type="email"]+.icon,
.comment-form .search-form label.has-icon input.is-small[type="email"]+.icon,
.control.has-icon .comment-form input.is-small[type="url"]+.icon,
.comment-form .control.has-icon input.is-small[type="url"]+.icon,
.search-form label.has-icon .comment-form input.is-small[type="url"]+.icon,
.comment-form .search-form label.has-icon input.is-small[type="url"]+.icon,
.control.has-icon .search-form .is-small.search-field+.icon,
.search-form .control.has-icon .is-small.search-field+.icon,
.search-form label.has-icon .is-small.search-field+.icon {
    font-size: 0.75rem;
}

.control.has-icon .input.is-medium+.icon,
.search-form label.has-icon .input.is-medium+.icon,
.control.has-icon .comment-form input.is-medium[type="text"]+.icon,
.comment-form .control.has-icon input.is-medium[type="text"]+.icon,
.search-form label.has-icon .comment-form input.is-medium[type="text"]+.icon,
.comment-form .search-form label.has-icon input.is-medium[type="text"]+.icon,
.control.has-icon .comment-form input.is-medium[type="email"]+.icon,
.comment-form .control.has-icon input.is-medium[type="email"]+.icon,
.search-form label.has-icon .comment-form input.is-medium[type="email"]+.icon,
.comment-form .search-form label.has-icon input.is-medium[type="email"]+.icon,
.control.has-icon .comment-form input.is-medium[type="url"]+.icon,
.comment-form .control.has-icon input.is-medium[type="url"]+.icon,
.search-form label.has-icon .comment-form input.is-medium[type="url"]+.icon,
.comment-form .search-form label.has-icon input.is-medium[type="url"]+.icon,
.control.has-icon .search-form .is-medium.search-field+.icon,
.search-form .control.has-icon .is-medium.search-field+.icon,
.search-form label.has-icon .is-medium.search-field+.icon {
    font-size: 1.25rem;
}

.control.has-icon .input.is-large+.icon,
.search-form label.has-icon .input.is-large+.icon,
.control.has-icon .comment-form input.is-large[type="text"]+.icon,
.comment-form .control.has-icon input.is-large[type="text"]+.icon,
.search-form label.has-icon .comment-form input.is-large[type="text"]+.icon,
.comment-form .search-form label.has-icon input.is-large[type="text"]+.icon,
.control.has-icon .comment-form input.is-large[type="email"]+.icon,
.comment-form .control.has-icon input.is-large[type="email"]+.icon,
.search-form label.has-icon .comment-form input.is-large[type="email"]+.icon,
.comment-form .search-form label.has-icon input.is-large[type="email"]+.icon,
.control.has-icon .comment-form input.is-large[type="url"]+.icon,
.comment-form .control.has-icon input.is-large[type="url"]+.icon,
.search-form label.has-icon .comment-form input.is-large[type="url"]+.icon,
.comment-form .search-form label.has-icon input.is-large[type="url"]+.icon,
.control.has-icon .search-form .is-large.search-field+.icon,
.search-form .control.has-icon .is-large.search-field+.icon,
.search-form label.has-icon .is-large.search-field+.icon {
    font-size: 1.5rem;
}

.control.has-icon:not(.has-icon-right) .icon,
.search-form label.has-icon:not(.has-icon-right) .icon {
    left: 0;
}

.control.has-icon:not(.has-icon-right) .input,
.search-form label.has-icon:not(.has-icon-right) .input,
.control.has-icon:not(.has-icon-right) .comment-form input[type="text"],
.comment-form .control.has-icon:not(.has-icon-right) input[type="text"],
.search-form label.has-icon:not(.has-icon-right) .comment-form input[type="text"],
.comment-form .search-form label.has-icon:not(.has-icon-right) input[type="text"],
.control.has-icon:not(.has-icon-right) .comment-form input[type="email"],
.comment-form .control.has-icon:not(.has-icon-right) input[type="email"],
.search-form label.has-icon:not(.has-icon-right) .comment-form input[type="email"],
.comment-form .search-form label.has-icon:not(.has-icon-right) input[type="email"],
.control.has-icon:not(.has-icon-right) .comment-form input[type="url"],
.comment-form .control.has-icon:not(.has-icon-right) input[type="url"],
.search-form label.has-icon:not(.has-icon-right) .comment-form input[type="url"],
.comment-form .search-form label.has-icon:not(.has-icon-right) input[type="url"],
.control.has-icon:not(.has-icon-right) .search-form .search-field,
.search-form .control.has-icon:not(.has-icon-right) .search-field,
.search-form label.has-icon:not(.has-icon-right) .search-field {
    padding-left: 2.25em;
}

.control.has-icon.has-icon-right .icon,
.search-form label.has-icon.has-icon-right .icon {
    right: 0;
}

.control.has-icon.has-icon-right .input,
.search-form label.has-icon.has-icon-right .input,
.control.has-icon.has-icon-right .comment-form input[type="text"],
.comment-form .control.has-icon.has-icon-right input[type="text"],
.search-form label.has-icon.has-icon-right .comment-form input[type="text"],
.comment-form .search-form label.has-icon.has-icon-right input[type="text"],
.control.has-icon.has-icon-right .comment-form input[type="email"],
.comment-form .control.has-icon.has-icon-right input[type="email"],
.search-form label.has-icon.has-icon-right .comment-form input[type="email"],
.comment-form .search-form label.has-icon.has-icon-right input[type="email"],
.control.has-icon.has-icon-right .comment-form input[type="url"],
.comment-form .control.has-icon.has-icon-right input[type="url"],
.search-form label.has-icon.has-icon-right .comment-form input[type="url"],
.comment-form .search-form label.has-icon.has-icon-right input[type="url"],
.control.has-icon.has-icon-right .search-form .search-field,
.search-form .control.has-icon.has-icon-right .search-field,
.search-form label.has-icon.has-icon-right .search-field {
    padding-right: 2.25em;
}

.control.has-icons-left .input:focus~.icon,
.search-form label.has-icons-left .input:focus~.icon,
.control.has-icons-left .comment-form input[type="text"]:focus~.icon,
.comment-form .control.has-icons-left input[type="text"]:focus~.icon,
.search-form label.has-icons-left .comment-form input[type="text"]:focus~.icon,
.comment-form .search-form label.has-icons-left input[type="text"]:focus~.icon,
.control.has-icons-left .comment-form input[type="email"]:focus~.icon,
.comment-form .control.has-icons-left input[type="email"]:focus~.icon,
.search-form label.has-icons-left .comment-form input[type="email"]:focus~.icon,
.comment-form .search-form label.has-icons-left input[type="email"]:focus~.icon,
.control.has-icons-left .comment-form input[type="url"]:focus~.icon,
.comment-form .control.has-icons-left input[type="url"]:focus~.icon,
.search-form label.has-icons-left .comment-form input[type="url"]:focus~.icon,
.comment-form .search-form label.has-icons-left input[type="url"]:focus~.icon,
.control.has-icons-left .search-form .search-field:focus~.icon,
.search-form .control.has-icons-left .search-field:focus~.icon,
.search-form label.has-icons-left .search-field:focus~.icon,
.control.has-icons-left .select:focus~.icon,
.search-form label.has-icons-left .select:focus~.icon,
.control.has-icons-left [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select:focus~.icon,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .control.has-icons-left .ginput_container_select:focus~.icon,
.search-form label.has-icons-left [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select:focus~.icon,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form label.has-icons-left .ginput_container_select:focus~.icon,
.control.has-icons-right .input:focus~.icon,
.search-form label.has-icons-right .input:focus~.icon,
.control.has-icons-right .comment-form input[type="text"]:focus~.icon,
.comment-form .control.has-icons-right input[type="text"]:focus~.icon,
.search-form label.has-icons-right .comment-form input[type="text"]:focus~.icon,
.comment-form .search-form label.has-icons-right input[type="text"]:focus~.icon,
.control.has-icons-right .comment-form input[type="email"]:focus~.icon,
.comment-form .control.has-icons-right input[type="email"]:focus~.icon,
.search-form label.has-icons-right .comment-form input[type="email"]:focus~.icon,
.comment-form .search-form label.has-icons-right input[type="email"]:focus~.icon,
.control.has-icons-right .comment-form input[type="url"]:focus~.icon,
.comment-form .control.has-icons-right input[type="url"]:focus~.icon,
.search-form label.has-icons-right .comment-form input[type="url"]:focus~.icon,
.comment-form .search-form label.has-icons-right input[type="url"]:focus~.icon,
.control.has-icons-right .search-form .search-field:focus~.icon,
.search-form .control.has-icons-right .search-field:focus~.icon,
.search-form label.has-icons-right .search-field:focus~.icon,
.control.has-icons-right .select:focus~.icon,
.search-form label.has-icons-right .select:focus~.icon,
.control.has-icons-right [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select:focus~.icon,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .control.has-icons-right .ginput_container_select:focus~.icon,
.search-form label.has-icons-right [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select:focus~.icon,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form label.has-icons-right .ginput_container_select:focus~.icon {
    color: #7a7a7a;
}

.control.has-icons-left .input.is-small~.icon,
.search-form label.has-icons-left .input.is-small~.icon,
.control.has-icons-left .comment-form input.is-small[type="text"]~.icon,
.comment-form .control.has-icons-left input.is-small[type="text"]~.icon,
.search-form label.has-icons-left .comment-form input.is-small[type="text"]~.icon,
.comment-form .search-form label.has-icons-left input.is-small[type="text"]~.icon,
.control.has-icons-left .comment-form input.is-small[type="email"]~.icon,
.comment-form .control.has-icons-left input.is-small[type="email"]~.icon,
.search-form label.has-icons-left .comment-form input.is-small[type="email"]~.icon,
.comment-form .search-form label.has-icons-left input.is-small[type="email"]~.icon,
.control.has-icons-left .comment-form input.is-small[type="url"]~.icon,
.comment-form .control.has-icons-left input.is-small[type="url"]~.icon,
.search-form label.has-icons-left .comment-form input.is-small[type="url"]~.icon,
.comment-form .search-form label.has-icons-left input.is-small[type="url"]~.icon,
.control.has-icons-left .search-form .is-small.search-field~.icon,
.search-form .control.has-icons-left .is-small.search-field~.icon,
.search-form label.has-icons-left .is-small.search-field~.icon,
.control.has-icons-left .select.is-small~.icon,
.search-form label.has-icons-left .select.is-small~.icon,
.control.has-icons-left [id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-small.ginput_container_select~.icon,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .control.has-icons-left .is-small.ginput_container_select~.icon,
.search-form label.has-icons-left [id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-small.ginput_container_select~.icon,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form label.has-icons-left .is-small.ginput_container_select~.icon,
.control.has-icons-right .input.is-small~.icon,
.search-form label.has-icons-right .input.is-small~.icon,
.control.has-icons-right .comment-form input.is-small[type="text"]~.icon,
.comment-form .control.has-icons-right input.is-small[type="text"]~.icon,
.search-form label.has-icons-right .comment-form input.is-small[type="text"]~.icon,
.comment-form .search-form label.has-icons-right input.is-small[type="text"]~.icon,
.control.has-icons-right .comment-form input.is-small[type="email"]~.icon,
.comment-form .control.has-icons-right input.is-small[type="email"]~.icon,
.search-form label.has-icons-right .comment-form input.is-small[type="email"]~.icon,
.comment-form .search-form label.has-icons-right input.is-small[type="email"]~.icon,
.control.has-icons-right .comment-form input.is-small[type="url"]~.icon,
.comment-form .control.has-icons-right input.is-small[type="url"]~.icon,
.search-form label.has-icons-right .comment-form input.is-small[type="url"]~.icon,
.comment-form .search-form label.has-icons-right input.is-small[type="url"]~.icon,
.control.has-icons-right .search-form .is-small.search-field~.icon,
.search-form .control.has-icons-right .is-small.search-field~.icon,
.search-form label.has-icons-right .is-small.search-field~.icon,
.control.has-icons-right .select.is-small~.icon,
.search-form label.has-icons-right .select.is-small~.icon,
.control.has-icons-right [id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-small.ginput_container_select~.icon,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .control.has-icons-right .is-small.ginput_container_select~.icon,
.search-form label.has-icons-right [id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-small.ginput_container_select~.icon,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form label.has-icons-right .is-small.ginput_container_select~.icon {
    font-size: 0.75rem;
}

.control.has-icons-left .input.is-medium~.icon,
.search-form label.has-icons-left .input.is-medium~.icon,
.control.has-icons-left .comment-form input.is-medium[type="text"]~.icon,
.comment-form .control.has-icons-left input.is-medium[type="text"]~.icon,
.search-form label.has-icons-left .comment-form input.is-medium[type="text"]~.icon,
.comment-form .search-form label.has-icons-left input.is-medium[type="text"]~.icon,
.control.has-icons-left .comment-form input.is-medium[type="email"]~.icon,
.comment-form .control.has-icons-left input.is-medium[type="email"]~.icon,
.search-form label.has-icons-left .comment-form input.is-medium[type="email"]~.icon,
.comment-form .search-form label.has-icons-left input.is-medium[type="email"]~.icon,
.control.has-icons-left .comment-form input.is-medium[type="url"]~.icon,
.comment-form .control.has-icons-left input.is-medium[type="url"]~.icon,
.search-form label.has-icons-left .comment-form input.is-medium[type="url"]~.icon,
.comment-form .search-form label.has-icons-left input.is-medium[type="url"]~.icon,
.control.has-icons-left .search-form .is-medium.search-field~.icon,
.search-form .control.has-icons-left .is-medium.search-field~.icon,
.search-form label.has-icons-left .is-medium.search-field~.icon,
.control.has-icons-left .select.is-medium~.icon,
.search-form label.has-icons-left .select.is-medium~.icon,
.control.has-icons-left [id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-medium.ginput_container_select~.icon,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .control.has-icons-left .is-medium.ginput_container_select~.icon,
.search-form label.has-icons-left [id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-medium.ginput_container_select~.icon,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form label.has-icons-left .is-medium.ginput_container_select~.icon,
.control.has-icons-right .input.is-medium~.icon,
.search-form label.has-icons-right .input.is-medium~.icon,
.control.has-icons-right .comment-form input.is-medium[type="text"]~.icon,
.comment-form .control.has-icons-right input.is-medium[type="text"]~.icon,
.search-form label.has-icons-right .comment-form input.is-medium[type="text"]~.icon,
.comment-form .search-form label.has-icons-right input.is-medium[type="text"]~.icon,
.control.has-icons-right .comment-form input.is-medium[type="email"]~.icon,
.comment-form .control.has-icons-right input.is-medium[type="email"]~.icon,
.search-form label.has-icons-right .comment-form input.is-medium[type="email"]~.icon,
.comment-form .search-form label.has-icons-right input.is-medium[type="email"]~.icon,
.control.has-icons-right .comment-form input.is-medium[type="url"]~.icon,
.comment-form .control.has-icons-right input.is-medium[type="url"]~.icon,
.search-form label.has-icons-right .comment-form input.is-medium[type="url"]~.icon,
.comment-form .search-form label.has-icons-right input.is-medium[type="url"]~.icon,
.control.has-icons-right .search-form .is-medium.search-field~.icon,
.search-form .control.has-icons-right .is-medium.search-field~.icon,
.search-form label.has-icons-right .is-medium.search-field~.icon,
.control.has-icons-right .select.is-medium~.icon,
.search-form label.has-icons-right .select.is-medium~.icon,
.control.has-icons-right [id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-medium.ginput_container_select~.icon,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .control.has-icons-right .is-medium.ginput_container_select~.icon,
.search-form label.has-icons-right [id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-medium.ginput_container_select~.icon,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form label.has-icons-right .is-medium.ginput_container_select~.icon {
    font-size: 1.25rem;
}

.control.has-icons-left .input.is-large~.icon,
.search-form label.has-icons-left .input.is-large~.icon,
.control.has-icons-left .comment-form input.is-large[type="text"]~.icon,
.comment-form .control.has-icons-left input.is-large[type="text"]~.icon,
.search-form label.has-icons-left .comment-form input.is-large[type="text"]~.icon,
.comment-form .search-form label.has-icons-left input.is-large[type="text"]~.icon,
.control.has-icons-left .comment-form input.is-large[type="email"]~.icon,
.comment-form .control.has-icons-left input.is-large[type="email"]~.icon,
.search-form label.has-icons-left .comment-form input.is-large[type="email"]~.icon,
.comment-form .search-form label.has-icons-left input.is-large[type="email"]~.icon,
.control.has-icons-left .comment-form input.is-large[type="url"]~.icon,
.comment-form .control.has-icons-left input.is-large[type="url"]~.icon,
.search-form label.has-icons-left .comment-form input.is-large[type="url"]~.icon,
.comment-form .search-form label.has-icons-left input.is-large[type="url"]~.icon,
.control.has-icons-left .search-form .is-large.search-field~.icon,
.search-form .control.has-icons-left .is-large.search-field~.icon,
.search-form label.has-icons-left .is-large.search-field~.icon,
.control.has-icons-left .select.is-large~.icon,
.search-form label.has-icons-left .select.is-large~.icon,
.control.has-icons-left [id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-large.ginput_container_select~.icon,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .control.has-icons-left .is-large.ginput_container_select~.icon,
.search-form label.has-icons-left [id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-large.ginput_container_select~.icon,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form label.has-icons-left .is-large.ginput_container_select~.icon,
.control.has-icons-right .input.is-large~.icon,
.search-form label.has-icons-right .input.is-large~.icon,
.control.has-icons-right .comment-form input.is-large[type="text"]~.icon,
.comment-form .control.has-icons-right input.is-large[type="text"]~.icon,
.search-form label.has-icons-right .comment-form input.is-large[type="text"]~.icon,
.comment-form .search-form label.has-icons-right input.is-large[type="text"]~.icon,
.control.has-icons-right .comment-form input.is-large[type="email"]~.icon,
.comment-form .control.has-icons-right input.is-large[type="email"]~.icon,
.search-form label.has-icons-right .comment-form input.is-large[type="email"]~.icon,
.comment-form .search-form label.has-icons-right input.is-large[type="email"]~.icon,
.control.has-icons-right .comment-form input.is-large[type="url"]~.icon,
.comment-form .control.has-icons-right input.is-large[type="url"]~.icon,
.search-form label.has-icons-right .comment-form input.is-large[type="url"]~.icon,
.comment-form .search-form label.has-icons-right input.is-large[type="url"]~.icon,
.control.has-icons-right .search-form .is-large.search-field~.icon,
.search-form .control.has-icons-right .is-large.search-field~.icon,
.search-form label.has-icons-right .is-large.search-field~.icon,
.control.has-icons-right .select.is-large~.icon,
.search-form label.has-icons-right .select.is-large~.icon,
.control.has-icons-right [id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-large.ginput_container_select~.icon,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .control.has-icons-right .is-large.ginput_container_select~.icon,
.search-form label.has-icons-right [id^='gform_wrapper'].gform_wrapper ul.gform_fields .is-large.ginput_container_select~.icon,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form label.has-icons-right .is-large.ginput_container_select~.icon {
    font-size: 1.5rem;
}

.control.has-icons-left .icon,
.search-form label.has-icons-left .icon,
.control.has-icons-right .icon,
.search-form label.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,
.search-form label.has-icons-left .input,
.control.has-icons-left .comment-form input[type="text"],
.comment-form .control.has-icons-left input[type="text"],
.search-form label.has-icons-left .comment-form input[type="text"],
.comment-form .search-form label.has-icons-left input[type="text"],
.control.has-icons-left .comment-form input[type="email"],
.comment-form .control.has-icons-left input[type="email"],
.search-form label.has-icons-left .comment-form input[type="email"],
.comment-form .search-form label.has-icons-left input[type="email"],
.control.has-icons-left .comment-form input[type="url"],
.comment-form .control.has-icons-left input[type="url"],
.search-form label.has-icons-left .comment-form input[type="url"],
.comment-form .search-form label.has-icons-left input[type="url"],
.control.has-icons-left .search-form .search-field,
.search-form .control.has-icons-left .search-field,
.search-form label.has-icons-left .search-field,
.control.has-icons-left .select select,
.search-form label.has-icons-left .select select,
.control.has-icons-left [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .control.has-icons-left .ginput_container_select select,
.search-form label.has-icons-left [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form label.has-icons-left .ginput_container_select select {
    padding-left: 2.25em;
}

.control.has-icons-left .icon.is-left,
.search-form label.has-icons-left .icon.is-left {
    left: 0;
}

.control.has-icons-right .input,
.search-form label.has-icons-right .input,
.control.has-icons-right .comment-form input[type="text"],
.comment-form .control.has-icons-right input[type="text"],
.search-form label.has-icons-right .comment-form input[type="text"],
.comment-form .search-form label.has-icons-right input[type="text"],
.control.has-icons-right .comment-form input[type="email"],
.comment-form .control.has-icons-right input[type="email"],
.search-form label.has-icons-right .comment-form input[type="email"],
.comment-form .search-form label.has-icons-right input[type="email"],
.control.has-icons-right .comment-form input[type="url"],
.comment-form .control.has-icons-right input[type="url"],
.search-form label.has-icons-right .comment-form input[type="url"],
.comment-form .search-form label.has-icons-right input[type="url"],
.control.has-icons-right .search-form .search-field,
.search-form .control.has-icons-right .search-field,
.search-form label.has-icons-right .search-field,
.control.has-icons-right .select select,
.search-form label.has-icons-right .select select,
.control.has-icons-right [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .control.has-icons-right .ginput_container_select select,
.search-form label.has-icons-right [id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields .search-form label.has-icons-right .ginput_container_select select {
    padding-right: 2.25em;
}

.control.has-icons-right .icon.is-right,
.search-form label.has-icons-right .icon.is-right {
    right: 0;
}

.control.is-loading::after,
.search-form label.is-loading::after {
    -webkit-animation: spinAround 500ms infinite linear;
    -o-animation: spinAround 500ms infinite linear;
    animation: spinAround 500ms infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    position: absolute !important;
    right: 0.625em;
    top: 0.625em;
}

.control.is-loading.is-small:after,
.search-form label.is-loading.is-small:after {
    font-size: 0.75rem;
}

.control.is-loading.is-medium:after,
.search-form label.is-loading.is-medium:after {
    font-size: 1.25rem;
}

.control.is-loading.is-large:after,
.search-form label.is-loading.is-large:after {
    font-size: 1.5rem;
}

.icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
}

.icon.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.is-square img,
.image.is-1by1 img,
.image.is-4by3 img,
.image.is-3by2 img,
.image.is-16by9 img,
.image.is-2by1 img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.image.is-square,
.image.is-1by1 {
    padding-top: 100%;
}

.image.is-4by3 {
    padding-top: 75%;
}

.image.is-3by2 {
    padding-top: 66.6666%;
}

.image.is-16by9 {
    padding-top: 56.25%;
}

.image.is-2by1 {
    padding-top: 50%;
}

.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: whitesmoke;
    border-radius: 3px;
    padding: 1.25rem 2.5rem 1.25rem 1.5rem;
    position: relative;
}

.notification:not(:last-child) {
    margin-bottom: 1.5rem;
}

.notification a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit) {
    color: currentColor;
    text-decoration: underline;
}

.notification strong {
    color: currentColor;
}

.notification code,
.notification pre {
    background: white;
}

.notification pre code {
    background: transparent;
}

.notification>.delete {
    position: absolute;
    right: 0.5em;
    top: 0.5em;
}

.notification .title,
.notification .subtitle,
.notification .content {
    color: currentColor;
}

.notification.is-white {
    background-color: white;
    color: #0a0a0a;
}

.notification.is-black {
    background-color: #0a0a0a;
    color: white;
}

.notification.is-light {
    background-color: whitesmoke;
    color: #363636;
}

.notification.is-dark {
    background-color: #363636;
    color: whitesmoke;
}

.notification.is-primary {
    background-color: #ac1f2d;
    color: #fff;
}

.notification.is-info,
.comment-form input.notification[type="submit"],
.search-form .notification.search-submit {
    background-color: #3273dc;
    color: #fff;
}

.notification.is-success {
    background-color: #23d160;
    color: #fff;
}

.notification.is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
}

.notification.is-danger {
    background-color: #ff3860;
    color: #fff;
}

.progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 290486px;
    display: block;
    height: 1rem;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.progress:not(:last-child) {
    margin-bottom: 1.5rem;
}

.progress::-webkit-progress-bar {
    background-color: #dbdbdb;
}

.progress::-webkit-progress-value {
    background-color: #424242;
}

.progress::-moz-progress-bar {
    background-color: #424242;
}

.progress.is-white::-webkit-progress-value {
    background-color: white;
}

.progress.is-white::-moz-progress-bar {
    background-color: white;
}

.progress.is-black::-webkit-progress-value {
    background-color: #0a0a0a;
}

.progress.is-black::-moz-progress-bar {
    background-color: #0a0a0a;
}

.progress.is-light::-webkit-progress-value {
    background-color: whitesmoke;
}

.progress.is-light::-moz-progress-bar {
    background-color: whitesmoke;
}

.progress.is-dark::-webkit-progress-value {
    background-color: #363636;
}

.progress.is-dark::-moz-progress-bar {
    background-color: #363636;
}

.progress.is-primary::-webkit-progress-value {
    background-color: #ac1f2d;
}

.progress.is-primary::-moz-progress-bar {
    background-color: #ac1f2d;
}

.progress.is-info::-webkit-progress-value,
.comment-form input.progress[type="submit"]::-webkit-progress-value,
.search-form .progress.search-submit::-webkit-progress-value {
    background-color: #3273dc;
}

.progress.is-info::-moz-progress-bar,
.comment-form input.progress[type="submit"]::-moz-progress-bar,
.search-form .progress.search-submit::-moz-progress-bar {
    background-color: #3273dc;
}

.progress.is-success::-webkit-progress-value {
    background-color: #23d160;
}

.progress.is-success::-moz-progress-bar {
    background-color: #23d160;
}

.progress.is-warning::-webkit-progress-value {
    background-color: #ffdd57;
}

.progress.is-warning::-moz-progress-bar {
    background-color: #ffdd57;
}

.progress.is-danger::-webkit-progress-value {
    background-color: #ff3860;
}

.progress.is-danger::-moz-progress-bar {
    background-color: #ff3860;
}

.progress.is-small {
    height: 0.75rem;
}

.progress.is-medium {
    height: 1.25rem;
}

.progress.is-large {
    height: 1.5rem;
}

.table {
    background-color: white;
    color: #363636;
    margin-bottom: 1.5rem;
}

.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: white;
    border-color: white;
    color: #0a0a0a;
}

.table td.is-black,
.table th.is-black {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    color: white;
}

.table td.is-light,
.table th.is-light {
    background-color: whitesmoke;
    border-color: whitesmoke;
    color: #363636;
}

.table td.is-dark,
.table th.is-dark {
    background-color: #363636;
    border-color: #363636;
    color: whitesmoke;
}

.table td.is-primary,
.table th.is-primary {
    background-color: #ac1f2d;
    border-color: #ac1f2d;
    color: #fff;
}

.table td.is-info,
.table .search-form td.search-submit,
.search-form .table td.search-submit,
.table th.is-info,
.table .search-form th.search-submit,
.search-form .table th.search-submit {
    background-color: #3273dc;
    border-color: #3273dc;
    color: #fff;
}

.table td.is-success,
.table th.is-success {
    background-color: #23d160;
    border-color: #23d160;
    color: #fff;
}

.table td.is-warning,
.table th.is-warning {
    background-color: #ffdd57;
    border-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
}

.table td.is-danger,
.table th.is-danger {
    background-color: #ff3860;
    border-color: #ff3860;
    color: #fff;
}

.table td.is-narrow,
.table th.is-narrow {
    white-space: nowrap;
    width: 1%;
}

.table th {
    color: #363636;
    text-align: left;
}

.table tr:hover {
    background-color: #fafafa;
}

.table tr.is-selected {
    background-color: #ac1f2d;
    color: #fff;
}

.table tr.is-selected a,
.table tr.is-selected strong {
    color: currentColor;
}

.table tr.is-selected td,
.table tr.is-selected th {
    border-color: #fff;
    color: currentColor;
}

.table thead td,
.table thead th {
    border-width: 0 0 2px;
    color: #363636;
}

.table tfoot td,
.table tfoot th {
    border-width: 2px 0 0;
    color: #363636;
}

.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-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.is-striped tbody tr:not(.is-selected):nth-child(even):hover {
    background-color: whitesmoke;
}

.tags {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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,
.tags.search-form .tag {
    margin-right: 0;
}

.tags.has-addons .tag:not(:first-child),
.tags.search-form .tag:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.tags.has-addons .tag:not(:last-child),
.tags.search-form .tag:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.tag:not(body) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: whitesmoke;
    border-radius: 3px;
    color: #424242;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0.75rem;
    height: 2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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.25em;
    margin-right: -0.375em;
}

.tag:not(body).is-white {
    background-color: white;
    color: #0a0a0a;
}

.tag:not(body).is-black {
    background-color: #0a0a0a;
    color: white;
}

.tag:not(body).is-light {
    background-color: whitesmoke;
    color: #363636;
}

.tag:not(body).is-dark {
    background-color: #363636;
    color: whitesmoke;
}

.tag:not(body).is-primary {
    background-color: #ac1f2d;
    color: #fff;
}

.tag:not(body).is-info,
.comment-form input.tag[type="submit"]:not(body),
.search-form .tag.search-submit:not(body) {
    background-color: #3273dc;
    color: #fff;
}

.tag:not(body).is-success {
    background-color: #23d160;
    color: #fff;
}

.tag:not(body).is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
}

.tag:not(body).is-danger {
    background-color: #ff3860;
    color: #fff;
}

.tag:not(body).is-medium {
    font-size: 1rem;
}

.tag:not(body).is-large {
    font-size: 1.25rem;
}

.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%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    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: #e8e8e8;
}

.tag:not(body).is-delete:active {
    background-color: #dbdbdb;
}

.tag:not(body).is-rounded {
    border-radius: 290486px;
}

a.tag:hover {
    text-decoration: underline;
}

.title,
.subtitle {
    word-break: break-word;
}

.title:not(:last-child),
.subtitle:not(:last-child) {
    margin-bottom: 1.5rem;
}

.title em,
.title span,
.subtitle em,
.subtitle span {
    font-weight: inherit;
}

.title .tag,
.subtitle .tag {
    vertical-align: middle;
}

.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    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.5rem;
}

.title.is-1 {
    font-size: 3rem;
}

.title.is-2 {
    font-size: 2.5rem;
}

.title.is-3 {
    font-size: 2rem;
}

.title.is-4 {
    font-size: 1.5rem;
}

.title.is-5 {
    font-size: 1.25rem;
}

.title.is-6 {
    font-size: 1rem;
}

.title.is-7 {
    font-size: 0.75rem;
}

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
}

.subtitle strong {
    color: #363636;
    font-weight: 600;
}

.subtitle:not(.is-spaced)+.title {
    margin-top: -1.5rem;
}

.subtitle.is-1 {
    font-size: 3rem;
}

.subtitle.is-2 {
    font-size: 2.5rem;
}

.subtitle.is-3 {
    font-size: 2rem;
}

.subtitle.is-4 {
    font-size: 1.5rem;
}

.subtitle.is-5 {
    font-size: 1.25rem;
}

.subtitle.is-6 {
    font-size: 1rem;
}

.subtitle.is-7 {
    font-size: 0.75rem;
}

.block:not(:last-child) {
    margin-bottom: 1.5rem;
}

.delete {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10, 10, 10, 0.2);
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1rem;
    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,
.delete:after {
    background-color: white;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.delete:before {
    height: 2px;
    width: 50%;
}

.delete:after {
    height: 50%;
    width: 2px;
}

.delete:hover,
.delete:focus {
    background-color: rgba(10, 10, 10, 0.3);
}

.delete:active {
    background-color: rgba(10, 10, 10, 0.4);
}

.delete.is-small {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px;
}

.delete.is-medium {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px;
}

.delete.is-large {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px;
}

.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:not(:last-child) {
    margin-bottom: 1.5rem;
}

.highlight pre {
    overflow: auto;
    max-width: 100%;
}

.loader {
    -webkit-animation: spinAround 500ms infinite linear;
    -o-animation: spinAround 500ms infinite linear;
    animation: spinAround 500ms infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
}

.number {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: whitesmoke;
    border-radius: 290486px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.25rem;
    height: 2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1.5rem;
    min-width: 2.5em;
    padding: 0.25rem 0.5rem;
    text-align: center;
    vertical-align: top;
}

.breadcrumb {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.breadcrumb:not(:last-child) {
    margin-bottom: 1.5rem;
}

.breadcrumb a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7a7a7a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5em 0.75em;
}

.breadcrumb a:hover {
    color: #363636;
}

.breadcrumb li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumb li:first-child a {
    padding-left: 0;
}

.breadcrumb li.is-active a {
    color: #363636;
    cursor: default;
    pointer-events: none;
}

.breadcrumb li+li::before {
    color: #424242;
    content: "/";
}

.breadcrumb ul,
.breadcrumb ol {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.breadcrumb .icon:first-child {
    margin-right: 0.5em;
}

.breadcrumb .icon:last-child {
    margin-left: 0.5em;
}

.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.breadcrumb.is-small {
    font-size: 0.75rem;
}

.breadcrumb.is-medium {
    font-size: 1.25rem;
}

.breadcrumb.is-large {
    font-size: 1.5rem;
}

.breadcrumb.has-arrow-separator li+li::before {
    content: "\2192";
}

.breadcrumb.has-bullet-separator li+li::before {
    content: "\2022";
}

.breadcrumb.has-dot-separator li+li::before {
    content: "\B7";
}

.breadcrumb.has-succeeds-separator li+li::before {
    content: "\227B";
}

.card {
    background-color: white;
    -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    color: #424242;
    max-width: 100%;
    position: relative;
}

.card-header {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
    box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card-header-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #363636;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 700;
    padding: 0.75rem;
}

.card-header-title.is-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-header-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.75rem;
}

.card-image {
    display: block;
    position: relative;
}

.card-content {
    padding: 1.5rem;
    min-height: 146px;
}

.card-footer {
    border-top: 1px solid #dbdbdb;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card-footer-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.75rem;
}

.card-footer-item:not(:last-child) {
    border-right: 1px solid #dbdbdb;
}

.card .media:not(:last-child) {
    margin-bottom: 0.75rem;
}

.dropdown {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    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-menu {
    display: none;
    left: 0;
    min-width: 12rem;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    z-index: 20;
}

.dropdown-content {
    background-color: white;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    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 {
    padding-right: 3rem;
    white-space: nowrap;
}

a.dropdown-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
}

a.dropdown-item.is-active {
    background-color: #ac1f2d;
    color: #fff;
}

.dropdown-divider {
    background-color: #dbdbdb;
    border: none;
    display: block;
    height: 1px;
    margin: 0.5rem 0;
}

.level {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.level:not(:last-child) {
    margin-bottom: 1.5rem;
}

.level code {
    border-radius: 3px;
}

.level img {
    display: inline-block;
    vertical-align: top;
}

.level.is-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.level.is-mobile .level-left,
.level.is-mobile .level-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.level.is-mobile .level-left+.level-right {
    margin-top: 0;
}

.level.is-mobile .level-item:not(:last-child) {
    margin-bottom: 0;
}

.level.is-mobile .level-item:not(.is-narrow) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (min-width: 769px),
print {
    .level {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .level>.level-item:not(.is-narrow) {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.level-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.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 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.level-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (min-width: 769px),
print {
    .level-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.media {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.media .content:not(:last-child) {
    margin-bottom: 0.75rem;
}

.media .media {
    border-top: 1px solid rgba(219, 219, 219, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.75rem;
}

.media .media .content:not(:last-child),
.media .media .control:not(:last-child),
.media .media .search-form label:not(:last-child),
.search-form .media .media label: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(219, 219, 219, 0.5);
    margin-top: 1rem;
    padding-top: 1rem;
}

.media.is-large+.media {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}

.media-left,
.media-right {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.media-left {
    margin-right: 1rem;
}

.media-right {
    margin-left: 1rem;
}

.media-content {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    text-align: left;
}

.menu {
    font-size: 1rem;
}

.menu.is-small {
    font-size: 0.75rem;
}

.menu.is-medium {
    font-size: 1.25rem;
}

.menu.is-large {
    font-size: 1.5rem;
}

.menu-list {
    line-height: 1.25;
}

.menu-list a {
    border-radius: 2px;
    color: #424242;
    display: block;
    padding: 0.5em 0.75em;
}

.menu-list a:hover {
    background-color: whitesmoke;
    color: #363636;
}

.menu-list a.is-active {
    background-color: #ac1f2d;
    color: #fff;
}

.menu-list li ul {
    border-left: 1px solid #dbdbdb;
    margin: 0.75em;
    padding-left: 0.75em;
}

.menu-label {
    color: #7a7a7a;
    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: whitesmoke;
    border-radius: 3px;
    font-size: 1rem;
}

.message:not(:last-child) {
    margin-bottom: 1.5rem;
}

.message strong {
    color: currentColor;
}

.message a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):not(.tag) {
    color: currentColor;
    text-decoration: underline;
}

.message.is-small {
    font-size: 0.75rem;
}

.message.is-medium {
    font-size: 1.25rem;
}

.message.is-large {
    font-size: 1.5rem;
}

.message.is-white {
    background-color: white;
}

.message.is-white .message-header {
    background-color: white;
    color: #0a0a0a;
}

.message.is-white .message-body {
    border-color: white;
    color: #4d4d4d;
}

.message.is-black {
    background-color: #fafafa;
}

.message.is-black .message-header {
    background-color: #0a0a0a;
    color: white;
}

.message.is-black .message-body {
    border-color: #0a0a0a;
    color: #090909;
}

.message.is-light {
    background-color: #fafafa;
}

.message.is-light .message-header {
    background-color: whitesmoke;
    color: #363636;
}

.message.is-light .message-body {
    border-color: whitesmoke;
    color: #505050;
}

.message.is-dark {
    background-color: #fafafa;
}

.message.is-dark .message-header {
    background-color: #363636;
    color: whitesmoke;
}

.message.is-dark .message-body {
    border-color: #363636;
    color: #2a2a2a;
}

.message.is-primary {
    background-color: #fdf6f7;
}

.message.is-primary .message-header {
    background-color: #ac1f2d;
    color: #fff;
}

.message.is-primary .message-body {
    border-color: #ac1f2d;
    color: #831b25;
}

.message.is-info,
.comment-form input.message[type="submit"],
.search-form .message.search-submit {
    background-color: #f6f9fe;
}

.message.is-info .message-header,
.comment-form input.message[type="submit"] .message-header,
.search-form .message.search-submit .message-header {
    background-color: #3273dc;
    color: #fff;
}

.message.is-info .message-body,
.comment-form input.message[type="submit"] .message-body,
.search-form .message.search-submit .message-body {
    border-color: #3273dc;
    color: #22509a;
}

.message.is-success {
    background-color: #f6fef9;
}

.message.is-success .message-header {
    background-color: #23d160;
    color: #fff;
}

.message.is-success .message-body {
    border-color: #23d160;
    color: #0e301a;
}

.message.is-warning {
    background-color: #fffdf5;
}

.message.is-warning .message-header {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
}

.message.is-warning .message-body {
    border-color: #ffdd57;
    color: #3b3108;
}

.message.is-danger {
    background-color: #fff5f7;
}

.message.is-danger .message-header {
    background-color: #ff3860;
    color: #fff;
}

.message.is-danger .message-body {
    border-color: #ff3860;
    color: #cd0930;
}

.message-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #424242;
    border-radius: 3px 3px 0 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.25;
    padding: 0.5em 0.75em;
    position: relative;
}

.message-header .delete {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0.75em;
}

.message-header+.message-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
}

.message-body {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    color: #424242;
    padding: 1em 1.25em;
}

.message-body code,
.message-body pre {
    background-color: white;
}

.message-body pre code {
    background-color: transparent;
}

.modal {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 20;
}

.modal.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    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 {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10, 10, 10, 0.2);
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1rem;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: none;
    position: relative;
    vertical-align: top;
    width: 20px;
    background: none;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px;
}

.modal-close:before,
.modal-close:after {
    background-color: white;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.modal-close:before {
    height: 2px;
    width: 50%;
}

.modal-close:after {
    height: 50%;
    width: 2px;
}

.modal-close:hover,
.modal-close:focus {
    background-color: rgba(10, 10, 10, 0.3);
}

.modal-close:active {
    background-color: rgba(10, 10, 10, 0.4);
}

.modal-close.is-small {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px;
}

.modal-close.is-medium {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px;
}

.modal-close.is-large {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px;
}

.modal-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: calc(100vh - 40px);
    overflow: hidden;
}

.modal-card-head,
.modal-card-foot {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: whitesmoke;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px;
    position: relative;
}

.modal-card-head {
    border-bottom: 1px solid #dbdbdb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-card-title {
    color: #363636;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.5rem;
    line-height: 1;
}

.modal-card-foot {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #dbdbdb;
}

.modal-card-foot .button:not(:last-child),
.modal-card-foot .comment-form input[type="submit"]:not(:last-child),
.comment-form .modal-card-foot input[type="submit"]:not(:last-child),
.modal-card-foot .search-form .search-submit:not(:last-child),
.search-form .modal-card-foot .search-submit:not(:last-child) {
    margin-right: 10px;
}

.modal-card-body {
    -webkit-overflow-scrolling: touch;
    background-color: white;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow: auto;
    padding: 20px;
}

.nav-toggle {
    cursor: pointer;
    display: block;
    height: 3.25rem;
    position: relative;
    width: 3.25rem;
}

.nav-toggle span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    top: 50%;
    -webkit-transition: none 86ms ease-out;
    -o-transition: none 86ms ease-out;
    transition: none 86ms ease-out;
    -webkit-transition-property: background, left, opacity, -webkit-transform;
    transition-property: background, left, opacity, -webkit-transform;
    -o-transition-property: background, left, opacity, -o-transform;
    transition-property: background, left, opacity, transform;
    transition-property: background, left, opacity, transform, -webkit-transform, -o-transform;
    width: 15px;
}

.nav-toggle span:nth-child(1) {
    margin-top: -6px;
}

.nav-toggle span:nth-child(2) {
    margin-top: -1px;
}

.nav-toggle span:nth-child(3) {
    margin-top: 4px;
}

.nav-toggle:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.nav-toggle.is-active span:nth-child(1) {
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.nav-toggle.is-active span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.is-active span:nth-child(3) {
    margin-left: -5px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
}

@media screen and (min-width: 769px),
print {
    .nav-toggle {
        display: none;
    }
}

.nav-item,
.banner .nav li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.5;
    padding: 0.5rem 0.75rem;
}

.nav-item a,
.banner .nav li a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.nav-item img,
.banner .nav li img {
    max-height: 1.75rem;
}

.nav-item .tag:first-child:not(:last-child),
.banner .nav li .tag:first-child:not(:last-child) {
    margin-right: 0.5rem;
}

.nav-item .tag:last-child:not(:first-child),
.banner .nav li .tag:last-child:not(:first-child) {
    margin-left: 0.5rem;
}

@media screen and (max-width: 768px) {
    .nav-item,
    .banner .nav li {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
a.nav-item:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit) {
    color: #7a7a7a;
}

.nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
a.nav-item:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover {
    color: #363636;
}

.nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
a.nav-item:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active {
    color: #363636;
}

.nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-tab,
.banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-tab,
a.nav-item:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-tab {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    padding-bottom: calc(0.75rem - 1px);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: calc(0.75rem - 1px);
}

.nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-tab:hover,
.banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-tab:hover,
a.nav-item:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-tab:hover {
    border-bottom-color: #ac1f2d;
    border-top-color: transparent;
}

.nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-tab.is-active,
.banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-tab.is-active,
a.nav-item:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-tab.is-active {
    border-bottom: 3px solid #ac1f2d;
    color: #ac1f2d;
    padding-bottom: calc(0.75rem - 3px);
}

@media screen and (min-width: 1024px) {
    .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-brand,
    .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-brand,
    a.nav-item:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-brand {
        padding-left: 0;
    }
}

.nav-left,
.nav-right {
    -webkit-overflow-scrolling: touch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    overflow: auto;
}

@media screen and (min-width: 1216px) {
    .nav-left,
    .nav-right {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }
}

.nav-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    white-space: nowrap;
}

.nav-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.nav-center {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .nav-menu.nav-right {
        background-color: white;
        -webkit-box-shadow: 0 4px 7px rgba(10, 10, 10, 0.1);
        box-shadow: 0 4px 7px rgba(10, 10, 10, 0.1);
        left: 0;
        display: none;
        right: 0;
        top: 100%;
        position: absolute;
    }
    .nav-menu.nav-right .nav-item,
    .nav-menu.nav-right .banner .nav li,
    .banner .nav .nav-menu.nav-right li {
        border-top: 1px solid rgba(219, 219, 219, 0.5);
        padding: 0.75rem;
    }
    .nav-menu.nav-right.is-active {
        display: block;
    }
}

.nav {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.25rem;
    position: relative;
    text-align: center;
    z-index: 10;
}

.nav>.container {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.25rem;
    width: 100%;
}

.nav.has-shadow {
    -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
}

.navbar {
    background-color: white;
    min-height: 3.25rem;
    position: relative;
}

.navbar.is-white {
    background-color: white;
    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;
}

@media screen and (min-width: 1024px) {
    .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: white;
        color: #0a0a0a;
    }
}

.navbar.is-black {
    background-color: #0a0a0a;
    color: white;
}

.navbar.is-black .navbar-brand>.navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
    color: white;
}

.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: white;
}

.navbar.is-black .navbar-brand .navbar-link::after {
    border-color: white;
}

@media screen and (min-width: 1024px) {
    .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: white;
    }
    .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: white;
    }
    .navbar.is-black .navbar-start .navbar-link::after,
    .navbar.is-black .navbar-end .navbar-link::after {
        border-color: white;
    }
    .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: white;
    }
    .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
        background-color: #0a0a0a;
        color: white;
    }
}

.navbar.is-light {
    background-color: whitesmoke;
    color: #363636;
}

.navbar.is-light .navbar-brand>.navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
    color: #363636;
}

.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: #e8e8e8;
    color: #363636;
}

.navbar.is-light .navbar-brand .navbar-link::after {
    border-color: #363636;
}

@media screen and (min-width: 1024px) {
    .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: #363636;
    }
    .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: #e8e8e8;
        color: #363636;
    }
    .navbar.is-light .navbar-start .navbar-link::after,
    .navbar.is-light .navbar-end .navbar-link::after {
        border-color: #363636;
    }
    .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #e8e8e8;
        color: #363636;
    }
    .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: whitesmoke;
        color: #363636;
    }
}

.navbar.is-dark {
    background-color: #363636;
    color: whitesmoke;
}

.navbar.is-dark .navbar-brand>.navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
    color: whitesmoke;
}

.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: #292929;
    color: whitesmoke;
}

.navbar.is-dark .navbar-brand .navbar-link::after {
    border-color: whitesmoke;
}

@media screen and (min-width: 1024px) {
    .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: whitesmoke;
    }
    .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: #292929;
        color: whitesmoke;
    }
    .navbar.is-dark .navbar-start .navbar-link::after,
    .navbar.is-dark .navbar-end .navbar-link::after {
        border-color: whitesmoke;
    }
    .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #292929;
        color: whitesmoke;
    }
    .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #363636;
        color: whitesmoke;
    }
}

.navbar.is-primary {
    background-color: #ac1f2d;
    color: #fff;
}

.navbar.is-primary .navbar-brand>.navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
    color: #fff;
}

.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: #961b27;
    color: #fff;
}

.navbar.is-primary .navbar-brand .navbar-link::after {
    border-color: #fff;
}

@media screen and (min-width: 1024px) {
    .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: #fff;
    }
    .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: #961b27;
        color: #fff;
    }
    .navbar.is-primary .navbar-start .navbar-link::after,
    .navbar.is-primary .navbar-end .navbar-link::after {
        border-color: #fff;
    }
    .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #961b27;
        color: #fff;
    }
    .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: #ac1f2d;
        color: #fff;
    }
}

.navbar.is-info,
.comment-form input.navbar[type="submit"],
.search-form .navbar.search-submit {
    background-color: #3273dc;
    color: #fff;
}

.navbar.is-info .navbar-brand>.navbar-item,
.comment-form input.navbar[type="submit"] .navbar-brand>.navbar-item,
.search-form .navbar.search-submit .navbar-brand>.navbar-item,
.navbar.is-info .navbar-brand .navbar-link,
.comment-form input.navbar[type="submit"] .navbar-brand .navbar-link,
.search-form .navbar.search-submit .navbar-brand .navbar-link {
    color: #fff;
}

.navbar.is-info .navbar-brand>a.navbar-item:hover,
.comment-form input.navbar[type="submit"] .navbar-brand>a.navbar-item:hover,
.search-form .navbar.search-submit .navbar-brand>a.navbar-item:hover,
.navbar.is-info .navbar-brand>a.navbar-item.is-active,
.comment-form input.navbar[type="submit"] .navbar-brand>a.navbar-item.is-active,
.search-form .navbar.search-submit .navbar-brand>a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:hover,
.comment-form input.navbar[type="submit"] .navbar-brand .navbar-link:hover,
.search-form .navbar.search-submit .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active,
.comment-form input.navbar[type="submit"] .navbar-brand .navbar-link.is-active,
.search-form .navbar.search-submit .navbar-brand .navbar-link.is-active {
    background-color: #2366d1;
    color: #fff;
}

.navbar.is-info .navbar-brand .navbar-link::after,
.comment-form input.navbar[type="submit"] .navbar-brand .navbar-link::after,
.search-form .navbar.search-submit .navbar-brand .navbar-link::after {
    border-color: #fff;
}

@media screen and (min-width: 1024px) {
    .navbar.is-info .navbar-start>.navbar-item,
    .comment-form input.navbar[type="submit"] .navbar-start>.navbar-item,
    .search-form .navbar.search-submit .navbar-start>.navbar-item,
    .navbar.is-info .navbar-start .navbar-link,
    .comment-form input.navbar[type="submit"] .navbar-start .navbar-link,
    .search-form .navbar.search-submit .navbar-start .navbar-link,
    .navbar.is-info .navbar-end>.navbar-item,
    .comment-form input.navbar[type="submit"] .navbar-end>.navbar-item,
    .search-form .navbar.search-submit .navbar-end>.navbar-item,
    .navbar.is-info .navbar-end .navbar-link,
    .comment-form input.navbar[type="submit"] .navbar-end .navbar-link,
    .search-form .navbar.search-submit .navbar-end .navbar-link {
        color: #fff;
    }
    .navbar.is-info .navbar-start>a.navbar-item:hover,
    .comment-form input.navbar[type="submit"] .navbar-start>a.navbar-item:hover,
    .search-form .navbar.search-submit .navbar-start>a.navbar-item:hover,
    .navbar.is-info .navbar-start>a.navbar-item.is-active,
    .comment-form input.navbar[type="submit"] .navbar-start>a.navbar-item.is-active,
    .search-form .navbar.search-submit .navbar-start>a.navbar-item.is-active,
    .navbar.is-info .navbar-start .navbar-link:hover,
    .comment-form input.navbar[type="submit"] .navbar-start .navbar-link:hover,
    .search-form .navbar.search-submit .navbar-start .navbar-link:hover,
    .navbar.is-info .navbar-start .navbar-link.is-active,
    .comment-form input.navbar[type="submit"] .navbar-start .navbar-link.is-active,
    .search-form .navbar.search-submit .navbar-start .navbar-link.is-active,
    .navbar.is-info .navbar-end>a.navbar-item:hover,
    .comment-form input.navbar[type="submit"] .navbar-end>a.navbar-item:hover,
    .search-form .navbar.search-submit .navbar-end>a.navbar-item:hover,
    .navbar.is-info .navbar-end>a.navbar-item.is-active,
    .comment-form input.navbar[type="submit"] .navbar-end>a.navbar-item.is-active,
    .search-form .navbar.search-submit .navbar-end>a.navbar-item.is-active,
    .navbar.is-info .navbar-end .navbar-link:hover,
    .comment-form input.navbar[type="submit"] .navbar-end .navbar-link:hover,
    .search-form .navbar.search-submit .navbar-end .navbar-link:hover,
    .navbar.is-info .navbar-end .navbar-link.is-active,
    .comment-form input.navbar[type="submit"] .navbar-end .navbar-link.is-active,
    .search-form .navbar.search-submit .navbar-end .navbar-link.is-active {
        background-color: #2366d1;
        color: #fff;
    }
    .navbar.is-info .navbar-start .navbar-link::after,
    .comment-form input.navbar[type="submit"] .navbar-start .navbar-link::after,
    .search-form .navbar.search-submit .navbar-start .navbar-link::after,
    .navbar.is-info .navbar-end .navbar-link::after,
    .comment-form input.navbar[type="submit"] .navbar-end .navbar-link::after,
    .search-form .navbar.search-submit .navbar-end .navbar-link::after {
        border-color: #fff;
    }
    .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
    .comment-form input.navbar[type="submit"] .navbar-item.has-dropdown:hover .navbar-link,
    .search-form .navbar.search-submit .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,
    .comment-form input.navbar[type="submit"] .navbar-item.has-dropdown.is-active .navbar-link,
    .search-form .navbar.search-submit .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #2366d1;
        color: #fff;
    }
    .navbar.is-info .navbar-dropdown a.navbar-item.is-active,
    .comment-form input.navbar[type="submit"] .navbar-dropdown a.navbar-item.is-active,
    .search-form .navbar.search-submit .navbar-dropdown a.navbar-item.is-active {
        background-color: #3273dc;
        color: #fff;
    }
}

.navbar.is-success {
    background-color: #23d160;
    color: #fff;
}

.navbar.is-success .navbar-brand>.navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
    color: #fff;
}

.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: #20bc56;
    color: #fff;
}

.navbar.is-success .navbar-brand .navbar-link::after {
    border-color: #fff;
}

@media screen and (min-width: 1024px) {
    .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: #fff;
    }
    .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: #20bc56;
        color: #fff;
    }
    .navbar.is-success .navbar-start .navbar-link::after,
    .navbar.is-success .navbar-end .navbar-link::after {
        border-color: #fff;
    }
    .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #20bc56;
        color: #fff;
    }
    .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
        background-color: #23d160;
        color: #fff;
    }
}

.navbar.is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand>.navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
    color: rgba(0, 0, 0, 0.7);
}

.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: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
    .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: rgba(0, 0, 0, 0.7);
    }
    .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: #ffd83d;
        color: rgba(0, 0, 0, 0.7);
    }
    .navbar.is-warning .navbar-start .navbar-link::after,
    .navbar.is-warning .navbar-end .navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7);
    }
    .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #ffd83d;
        color: rgba(0, 0, 0, 0.7);
    }
    .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
        background-color: #ffdd57;
        color: rgba(0, 0, 0, 0.7);
    }
}

.navbar.is-danger {
    background-color: #ff3860;
    color: #fff;
}

.navbar.is-danger .navbar-brand>.navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
    color: #fff;
}

.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: #ff1f4b;
    color: #fff;
}

.navbar.is-danger .navbar-brand .navbar-link::after {
    border-color: #fff;
}

@media screen and (min-width: 1024px) {
    .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: #fff;
    }
    .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: #ff1f4b;
        color: #fff;
    }
    .navbar.is-danger .navbar-start .navbar-link::after,
    .navbar.is-danger .navbar-end .navbar-link::after {
        border-color: #fff;
    }
    .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #ff1f4b;
        color: #fff;
    }
    .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
        background-color: #ff3860;
        color: #fff;
    }
}

.navbar>.container {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.25rem;
    width: 100%;
}

.navbar.has-shadow {
    -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
}

.navbar-brand,
.navbar-tabs {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: 3.25rem;
}

.navbar-tabs {
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
}

.navbar-burger {
    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: 50%;
    margin-left: -7px;
    position: absolute;
    top: 50%;
    -webkit-transition: none 86ms ease-out;
    -o-transition: none 86ms ease-out;
    transition: none 86ms ease-out;
    -webkit-transition-property: background, left, opacity, -webkit-transform;
    transition-property: background, left, opacity, -webkit-transform;
    -o-transition-property: background, left, opacity, -o-transform;
    transition-property: background, left, opacity, transform;
    transition-property: background, left, opacity, transform, -webkit-transform, -o-transform;
    width: 15px;
}

.navbar-burger span:nth-child(1) {
    margin-top: -6px;
}

.navbar-burger span:nth-child(2) {
    margin-top: -1px;
}

.navbar-burger span:nth-child(3) {
    margin-top: 4px;
}

.navbar-burger:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.navbar-burger.is-active span:nth-child(1) {
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.navbar-burger.is-active span:nth-child(2) {
    opacity: 0;
}

.navbar-burger.is-active span:nth-child(3) {
    margin-left: -5px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
}

.navbar-menu {
    display: none;
}

.navbar-item,
.navbar-link {
    color: #4a4a4a;
    display: block;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    position: relative;
}

a.navbar-item:hover,
a.navbar-item.is-active,
.navbar-link:hover,
.navbar-link.is-active {
    background-color: whitesmoke;
    color: #0a0a0a;
}

.navbar-item {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.navbar-item img {
    max-height: 1.75rem;
}

.navbar-item.has-dropdown {
    padding: 0;
}

.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: #ac1f2d;
}

.navbar-item.is-tab.is-active {
    background-color: transparent;
    border-bottom-color: #ac1f2d;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    color: #ac1f2d;
    padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.navbar-link {
    padding-right: 2.5em;
}

.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: #dbdbdb;
    border: none;
    display: none;
    height: 1px;
    margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
    .navbar>.container {
        display: block;
    }
    .navbar-brand .navbar-item,
    .navbar-tabs .navbar-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .navbar-menu {
        background-color: white;
        -webkit-box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
        box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
        padding: 0.5rem 0;
    }
    .navbar-menu.is-active {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    .navbar,
    .navbar-menu,
    .navbar-start,
    .navbar-end {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .navbar {
        min-height: 3.25rem;
    }
    .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;
    }
    .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;
    }
    .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
        background-color: whitesmoke;
        color: #0a0a0a;
    }
    .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
        background-color: whitesmoke;
        color: #ac1f2d;
    }
    .navbar-burger {
        display: none;
    }
    .navbar-item,
    .navbar-link {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .navbar-item.has-dropdown {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .navbar-item.is-active .navbar-dropdown,
    .navbar-item.is-hoverable:hover .navbar-dropdown {
        display: block;
    }
    .navbar-item.is-active .navbar-dropdown.is-boxed,
    .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .navbar-link::after {
        border: 1px solid #ac1f2d;
        border-right: 0;
        border-top: 0;
        content: " ";
        display: block;
        height: 0.5em;
        pointer-events: none;
        position: absolute;
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 0.5em;
        margin-top: -0.375em;
        right: 1.125em;
        top: 50%;
    }
    .navbar-menu {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .navbar-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-right: auto;
    }
    .navbar-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: auto;
    }
    .navbar-dropdown {
        background-color: white;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top: 1px solid #dbdbdb;
        -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
        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: whitesmoke;
        color: #0a0a0a;
    }
    .navbar-dropdown a.navbar-item.is-active {
        background-color: whitesmoke;
        color: #ac1f2d;
    }
    .navbar-dropdown.is-boxed {
        border-radius: 5px;
        border-top: none;
        -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
        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));
        -webkit-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-transition-duration: 86ms;
        -o-transition-duration: 86ms;
        transition-duration: 86ms;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        -o-transition-property: opacity, -o-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform, -o-transform;
    }
    .navbar-dropdown.is-right {
        left: auto;
        right: 0;
    }
    .navbar-divider {
        display: block;
    }
    .container>.navbar .navbar-brand {
        margin-left: -1rem;
    }
    .container>.navbar .navbar-menu {
        margin-right: -1rem;
    }
    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: whitesmoke;
    }
}

.pagination {
    font-size: 1rem;
    margin: -0.25rem;
}

.pagination.is-small {
    font-size: 0.75rem;
}

.pagination.is-medium {
    font-size: 1.25rem;
}

.pagination.is-large {
    font-size: 1.5rem;
}

.pagination,
.pagination-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0.25rem;
    text-align: center;
}

.pagination-previous:focus,
.pagination-previous.is-focused,
.pagination-previous:active,
.pagination-previous.is-active,
.pagination-next:focus,
.pagination-next.is-focused,
.pagination-next:active,
.pagination-next.is-active,
.pagination-link:focus,
.pagination-link.is-focused,
.pagination-link:active,
.pagination-link.is-active,
.pagination-ellipsis:focus,
.pagination-ellipsis.is-focused,
.pagination-ellipsis:active,
.pagination-ellipsis.is-active {
    outline: none;
}

.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled],
.pagination-ellipsis[disabled] {
    cursor: not-allowed;
}

.pagination-previous,
.pagination-next,
.pagination-link {
    border-color: #dbdbdb;
    min-width: 2.25em;
}

.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
    border-color: #b5b5b5;
    color: #363636;
}

.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
    border-color: #ac1f2d;
}

.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}

.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #7a7a7a;
    opacity: 0.5;
}

.pagination-previous,
.pagination-next {
    padding-left: 0.75em;
    padding-right: 0.75em;
    white-space: nowrap;
}

.pagination-link.is-current {
    background-color: #ac1f2d;
    border-color: #ac1f2d;
    color: #fff;
}

.pagination-ellipsis {
    color: #b5b5b5;
    pointer-events: none;
}

.pagination-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .pagination {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .pagination-previous,
    .pagination-next {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
    .pagination-list li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
}

@media screen and (min-width: 769px),
print {
    .pagination-list {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .pagination-previous {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .pagination-next {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .pagination {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .pagination.is-centered .pagination-previous {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .pagination.is-centered .pagination-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .pagination.is-centered .pagination-next {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .pagination.is-right .pagination-previous {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .pagination.is-right .pagination-next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .pagination.is-right .pagination-list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.panel {
    font-size: 1rem;
}

.panel:not(:last-child) {
    margin-bottom: 1.5rem;
}

.panel-heading,
.panel-tabs,
.panel-block {
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}

.panel-heading:first-child,
.panel-tabs:first-child,
.panel-block:first-child {
    border-top: 1px solid #dbdbdb;
}

.panel-heading {
    background-color: whitesmoke;
    border-radius: 3px 3px 0 0;
    color: #363636;
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.25;
    padding: 0.5em 0.75em;
}

.panel-tabs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.panel-tabs a {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: -1px;
    padding: 0.5em;
}

.panel-tabs a.is-active {
    border-bottom-color: #4a4a4a;
    color: #363636;
}

.panel-list a {
    color: #424242;
}

.panel-list a:hover {
    color: #ac1f2d;
}

.panel-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #363636;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0.5em 0.75em;
}

.panel-block input[type="checkbox"] {
    margin-right: 0.75em;
}

.panel-block>.control,
.search-form .panel-block>label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
}

.panel-block.is-wrapped {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.panel-block.is-active {
    border-left-color: #ac1f2d;
    color: #363636;
}

.panel-block.is-active .panel-icon {
    color: #ac1f2d;
}

a.panel-block,
label.panel-block {
    cursor: pointer;
}

a.panel-block:hover,
label.panel-block:hover {
    background-color: whitesmoke;
}

.panel-icon {
    display: inline-block;
    font-size: 14px;
    height: 1em;
    line-height: 1em;
    text-align: center;
    vertical-align: top;
    width: 1em;
    color: #7a7a7a;
    margin-right: 0.75em;
}

.panel-icon .fa {
    font-size: inherit;
    line-height: inherit;
}

.tabs {
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.tabs:not(:last-child) {
    margin-bottom: 1.5rem;
}

.tabs a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #424242;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -1px;
    padding: 0.5em 1em;
    vertical-align: top;
}

.tabs a:hover {
    border-bottom-color: #363636;
    color: #363636;
}

.tabs li {
    display: block;
}

.tabs li.is-active a {
    border-bottom-color: #ac1f2d;
    color: #ac1f2d;
}

.tabs ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tabs ul.is-left {
    padding-right: 0.75em;
}

.tabs ul.is-center {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0.75em;
    padding-right: 0.75em;
}

.tabs ul.is-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tabs.is-right ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tabs.is-boxed a {
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0;
}

.tabs.is-boxed a:hover {
    background-color: whitesmoke;
    border-bottom-color: #dbdbdb;
}

.tabs.is-boxed li.is-active a {
    background-color: white;
    border-color: #dbdbdb;
    border-bottom-color: transparent !important;
}

.tabs.is-fullwidth li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.tabs.is-toggle a {
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0;
    position: relative;
}

.tabs.is-toggle a:hover {
    background-color: whitesmoke;
    border-color: #b5b5b5;
    z-index: 2;
}

.tabs.is-toggle li+li {
    margin-left: -1px;
}

.tabs.is-toggle li:first-child a {
    border-radius: 3px 0 0 3px;
}

.tabs.is-toggle li:last-child a {
    border-radius: 0 3px 3px 0;
}

.tabs.is-toggle li.is-active a {
    background-color: #ac1f2d;
    border-color: #ac1f2d;
    color: #fff;
    z-index: 1;
}

.tabs.is-toggle ul {
    border-bottom: none;
}

.tabs.is-small {
    font-size: 0.75rem;
}

.tabs.is-medium {
    font-size: 1.25rem;
}

.tabs.is-large {
    font-size: 1.5rem;
}

.column {
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0.75rem;
}

.columns.is-mobile>.column.is-narrow {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.columns.is-mobile>.column.is-full {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
}

.columns.is-mobile>.column.is-three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
}

.columns.is-mobile>.column.is-two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
}

.columns.is-mobile>.column.is-half {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
}

.columns.is-mobile>.column.is-one-third {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
}

.columns.is-mobile>.column.is-one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
}

.columns.is-mobile>.column.is-offset-three-quarters {
    margin-left: 75%;
}

.columns.is-mobile>.column.is-offset-two-thirds {
    margin-left: 66.6666%;
}

.columns.is-mobile>.column.is-offset-half {
    margin-left: 50%;
}

.columns.is-mobile>.column.is-offset-one-third {
    margin-left: 33.3333%;
}

.columns.is-mobile>.column.is-offset-one-quarter {
    margin-left: 25%;
}

.columns.is-mobile>.column.is-1 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333%;
}

.columns.is-mobile>.column.is-offset-1 {
    margin-left: 8.33333%;
}

.columns.is-mobile>.column.is-2 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66667%;
}

.columns.is-mobile>.column.is-offset-2 {
    margin-left: 16.66667%;
}

.columns.is-mobile>.column.is-3 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
}

.columns.is-mobile>.column.is-offset-3 {
    margin-left: 25%;
}

.columns.is-mobile>.column.is-4 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333%;
}

.columns.is-mobile>.column.is-offset-4 {
    margin-left: 33.33333%;
}

.columns.is-mobile>.column.is-5 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66667%;
}

.columns.is-mobile>.column.is-offset-5 {
    margin-left: 41.66667%;
}

.columns.is-mobile>.column.is-6 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
}

.columns.is-mobile>.column.is-offset-6 {
    margin-left: 50%;
}

.columns.is-mobile>.column.is-7 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333%;
}

.columns.is-mobile>.column.is-offset-7 {
    margin-left: 58.33333%;
}

.columns.is-mobile>.column.is-8 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66667%;
}

.columns.is-mobile>.column.is-offset-8 {
    margin-left: 66.66667%;
}

.columns.is-mobile>.column.is-9 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
}

.columns.is-mobile>.column.is-offset-9 {
    margin-left: 75%;
}

.columns.is-mobile>.column.is-10 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333%;
}

.columns.is-mobile>.column.is-offset-10 {
    margin-left: 83.33333%;
}

.columns.is-mobile>.column.is-11 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66667%;
}

.columns.is-mobile>.column.is-offset-11 {
    margin-left: 91.66667%;
}

.columns.is-mobile>.column.is-12 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
}

.columns.is-mobile>.column.is-offset-12 {
    margin-left: 100%;
}

@media screen and (max-width: 768px) {
    .column.is-narrow-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .column.is-full-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    .column.is-three-quarters-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .column.is-two-thirds-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }
    .column.is-half-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .column.is-one-third-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }
    .column.is-one-quarter-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .column.is-offset-three-quarters-mobile {
        margin-left: 75%;
    }
    .column.is-offset-two-thirds-mobile {
        margin-left: 66.6666%;
    }
    .column.is-offset-half-mobile {
        margin-left: 50%;
    }
    .column.is-offset-one-third-mobile {
        margin-left: 33.3333%;
    }
    .column.is-offset-one-quarter-mobile {
        margin-left: 25%;
    }
    .column.is-1-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%;
    }
    .column.is-offset-1-mobile {
        margin-left: 8.33333%;
    }
    .column.is-2-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%;
    }
    .column.is-offset-2-mobile {
        margin-left: 16.66667%;
    }
    .column.is-3-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .column.is-offset-3-mobile {
        margin-left: 25%;
    }
    .column.is-4-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%;
    }
    .column.is-offset-4-mobile {
        margin-left: 33.33333%;
    }
    .column.is-5-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%;
    }
    .column.is-offset-5-mobile {
        margin-left: 41.66667%;
    }
    .column.is-6-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .column.is-offset-6-mobile {
        margin-left: 50%;
    }
    .column.is-7-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%;
    }
    .column.is-offset-7-mobile {
        margin-left: 58.33333%;
    }
    .column.is-8-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%;
    }
    .column.is-offset-8-mobile {
        margin-left: 66.66667%;
    }
    .column.is-9-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .column.is-offset-9-mobile {
        margin-left: 75%;
    }
    .column.is-10-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%;
    }
    .column.is-offset-10-mobile {
        margin-left: 83.33333%;
    }
    .column.is-11-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%;
    }
    .column.is-offset-11-mobile {
        margin-left: 91.66667%;
    }
    .column.is-12-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        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 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .column.is-full,
    .column.is-full-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    .column.is-three-quarters,
    .column.is-three-quarters-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .column.is-two-thirds,
    .column.is-two-thirds-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }
    .column.is-half,
    .column.is-half-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .column.is-one-third,
    .column.is-one-third-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }
    .column.is-one-quarter,
    .column.is-one-quarter-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .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-1,
    .column.is-1-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%;
    }
    .column.is-offset-1,
    .column.is-offset-1-tablet {
        margin-left: 8.33333%;
    }
    .column.is-2,
    .column.is-2-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%;
    }
    .column.is-offset-2,
    .column.is-offset-2-tablet {
        margin-left: 16.66667%;
    }
    .column.is-3,
    .column.is-3-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .column.is-offset-3,
    .column.is-offset-3-tablet {
        margin-left: 25%;
    }
    .column.is-4,
    .column.is-4-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%;
    }
    .column.is-offset-4,
    .column.is-offset-4-tablet {
        margin-left: 33.33333%;
    }
    .column.is-5,
    .column.is-5-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%;
    }
    .column.is-offset-5,
    .column.is-offset-5-tablet {
        margin-left: 41.66667%;
    }
    .column.is-6,
    .column.is-6-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .column.is-offset-6,
    .column.is-offset-6-tablet {
        margin-left: 50%;
    }
    .column.is-7,
    .column.is-7-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%;
    }
    .column.is-offset-7,
    .column.is-offset-7-tablet {
        margin-left: 58.33333%;
    }
    .column.is-8,
    .column.is-8-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%;
    }
    .column.is-offset-8,
    .column.is-offset-8-tablet {
        margin-left: 66.66667%;
    }
    .column.is-9,
    .column.is-9-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .column.is-offset-9,
    .column.is-offset-9-tablet {
        margin-left: 75%;
    }
    .column.is-10,
    .column.is-10-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%;
    }
    .column.is-offset-10,
    .column.is-offset-10-tablet {
        margin-left: 83.33333%;
    }
    .column.is-11,
    .column.is-11-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%;
    }
    .column.is-offset-11,
    .column.is-offset-11-tablet {
        margin-left: 91.66667%;
    }
    .column.is-12,
    .column.is-12-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        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 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .column.is-full-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    .column.is-three-quarters-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .column.is-two-thirds-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }
    .column.is-half-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .column.is-one-third-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }
    .column.is-one-quarter-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .column.is-offset-three-quarters-touch {
        margin-left: 75%;
    }
    .column.is-offset-two-thirds-touch {
        margin-left: 66.6666%;
    }
    .column.is-offset-half-touch {
        margin-left: 50%;
    }
    .column.is-offset-one-third-touch {
        margin-left: 33.3333%;
    }
    .column.is-offset-one-quarter-touch {
        margin-left: 25%;
    }
    .column.is-1-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%;
    }
    .column.is-offset-1-touch {
        margin-left: 8.33333%;
    }
    .column.is-2-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%;
    }
    .column.is-offset-2-touch {
        margin-left: 16.66667%;
    }
    .column.is-3-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .column.is-offset-3-touch {
        margin-left: 25%;
    }
    .column.is-4-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%;
    }
    .column.is-offset-4-touch {
        margin-left: 33.33333%;
    }
    .column.is-5-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%;
    }
    .column.is-offset-5-touch {
        margin-left: 41.66667%;
    }
    .column.is-6-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .column.is-offset-6-touch {
        margin-left: 50%;
    }
    .column.is-7-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%;
    }
    .column.is-offset-7-touch {
        margin-left: 58.33333%;
    }
    .column.is-8-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%;
    }
    .column.is-offset-8-touch {
        margin-left: 66.66667%;
    }
    .column.is-9-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .column.is-offset-9-touch {
        margin-left: 75%;
    }
    .column.is-10-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%;
    }
    .column.is-offset-10-touch {
        margin-left: 83.33333%;
    }
    .column.is-11-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%;
    }
    .column.is-offset-11-touch {
        margin-left: 91.66667%;
    }
    .column.is-12-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    .column.is-offset-12-touch {
        margin-left: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .column.is-narrow-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .column.is-full-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    .column.is-three-quarters-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .column.is-two-thirds-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }
    .column.is-half-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .column.is-one-third-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }
    .column.is-one-quarter-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .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-1-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%;
    }
    .column.is-offset-1-desktop {
        margin-left: 8.33333%;
    }
    .column.is-2-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%;
    }
    .column.is-offset-2-desktop {
        margin-left: 16.66667%;
    }
    .column.is-3-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .column.is-offset-3-desktop {
        margin-left: 25%;
    }
    .column.is-4-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%;
    }
    .column.is-offset-4-desktop {
        margin-left: 33.33333%;
    }
    .column.is-5-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%;
    }
    .column.is-offset-5-desktop {
        margin-left: 41.66667%;
    }
    .column.is-6-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .column.is-offset-6-desktop {
        margin-left: 50%;
    }
    .column.is-7-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%;
    }
    .column.is-offset-7-desktop {
        margin-left: 58.33333%;
    }
    .column.is-8-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%;
    }
    .column.is-offset-8-desktop {
        margin-left: 66.66667%;
    }
    .column.is-9-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .column.is-offset-9-desktop {
        margin-left: 75%;
    }
    .column.is-10-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%;
    }
    .column.is-offset-10-desktop {
        margin-left: 83.33333%;
    }
    .column.is-11-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%;
    }
    .column.is-offset-11-desktop {
        margin-left: 91.66667%;
    }
    .column.is-12-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    .column.is-offset-12-desktop {
        margin-left: 100%;
    }
}

@media screen and (min-width: 1216px) {
    .column.is-narrow-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .column.is-full-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    .column.is-three-quarters-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .column.is-two-thirds-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }
    .column.is-half-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .column.is-one-third-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }
    .column.is-one-quarter-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .column.is-offset-three-quarters-widescreen {
        margin-left: 75%;
    }
    .column.is-offset-two-thirds-widescreen {
        margin-left: 66.6666%;
    }
    .column.is-offset-half-widescreen {
        margin-left: 50%;
    }
    .column.is-offset-one-third-widescreen {
        margin-left: 33.3333%;
    }
    .column.is-offset-one-quarter-widescreen {
        margin-left: 25%;
    }
    .column.is-1-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%;
    }
    .column.is-offset-1-widescreen {
        margin-left: 8.33333%;
    }
    .column.is-2-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%;
    }
    .column.is-offset-2-widescreen {
        margin-left: 16.66667%;
    }
    .column.is-3-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .column.is-offset-3-widescreen {
        margin-left: 25%;
    }
    .column.is-4-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%;
    }
    .column.is-offset-4-widescreen {
        margin-left: 33.33333%;
    }
    .column.is-5-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%;
    }
    .column.is-offset-5-widescreen {
        margin-left: 41.66667%;
    }
    .column.is-6-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .column.is-offset-6-widescreen {
        margin-left: 50%;
    }
    .column.is-7-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%;
    }
    .column.is-offset-7-widescreen {
        margin-left: 58.33333%;
    }
    .column.is-8-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%;
    }
    .column.is-offset-8-widescreen {
        margin-left: 66.66667%;
    }
    .column.is-9-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .column.is-offset-9-widescreen {
        margin-left: 75%;
    }
    .column.is-10-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%;
    }
    .column.is-offset-10-widescreen {
        margin-left: 83.33333%;
    }
    .column.is-11-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%;
    }
    .column.is-offset-11-widescreen {
        margin-left: 91.66667%;
    }
    .column.is-12-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    .column.is-offset-12-widescreen {
        margin-left: 100%;
    }
}

@media screen and (min-width: 1408px) {
    .column.is-narrow-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .column.is-full-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    .column.is-three-quarters-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .column.is-two-thirds-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }
    .column.is-half-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .column.is-one-third-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }
    .column.is-one-quarter-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .column.is-offset-three-quarters-fullhd {
        margin-left: 75%;
    }
    .column.is-offset-two-thirds-fullhd {
        margin-left: 66.6666%;
    }
    .column.is-offset-half-fullhd {
        margin-left: 50%;
    }
    .column.is-offset-one-third-fullhd {
        margin-left: 33.3333%;
    }
    .column.is-offset-one-quarter-fullhd {
        margin-left: 25%;
    }
    .column.is-1-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%;
    }
    .column.is-offset-1-fullhd {
        margin-left: 8.33333%;
    }
    .column.is-2-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%;
    }
    .column.is-offset-2-fullhd {
        margin-left: 16.66667%;
    }
    .column.is-3-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .column.is-offset-3-fullhd {
        margin-left: 25%;
    }
    .column.is-4-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%;
    }
    .column.is-offset-4-fullhd {
        margin-left: 33.33333%;
    }
    .column.is-5-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%;
    }
    .column.is-offset-5-fullhd {
        margin-left: 41.66667%;
    }
    .column.is-6-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .column.is-offset-6-fullhd {
        margin-left: 50%;
    }
    .column.is-7-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%;
    }
    .column.is-offset-7-fullhd {
        margin-left: 58.33333%;
    }
    .column.is-8-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%;
    }
    .column.is-offset-8-fullhd {
        margin-left: 66.66667%;
    }
    .column.is-9-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .column.is-offset-9-fullhd {
        margin-left: 75%;
    }
    .column.is-10-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%;
    }
    .column.is-offset-10-fullhd {
        margin-left: 83.33333%;
    }
    .column.is-11-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%;
    }
    .column.is-offset-11-fullhd {
        margin-left: 91.66667%;
    }
    .column.is-12-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
    .column.is-offset-12-fullhd {
        margin-left: 100%;
    }
}

.columns {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem;
}

.columns:last-child {
    margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
    margin-bottom: calc(1.5rem - 0.75rem);
}

.columns.is-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.columns.is-multiline {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.columns.is-vcentered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 769px),
print {
    .columns:not(.is-desktop) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        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;
}

.columns.is-variable.is-1 {
    --columnGap: 0.25rem;
}

.columns.is-variable.is-2 {
    --columnGap: 0.5rem;
}

.columns.is-variable.is-3 {
    --columnGap: 0.75rem;
}

.columns.is-variable.is-4 {
    --columnGap: 1rem;
}

.columns.is-variable.is-5 {
    --columnGap: 1.25rem;
}

.columns.is-variable.is-6 {
    --columnGap: 1.5rem;
}

.columns.is-variable.is-7 {
    --columnGap: 1.75rem;
}

.columns.is-variable.is-8 {
    --columnGap: 2rem;
}

.tile {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .tile.is-1 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%;
    }
    .tile.is-2 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%;
    }
    .tile.is-3 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }
    .tile.is-4 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%;
    }
    .tile.is-5 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%;
    }
    .tile.is-6 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .tile.is-7 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%;
    }
    .tile.is-8 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%;
    }
    .tile.is-9 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }
    .tile.is-10 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%;
    }
    .tile.is-11 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%;
    }
    .tile.is-12 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
}

.hero {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hero .nav {
    background: none;
    -webkit-box-shadow: 0 1px 0 rgba(219, 219, 219, 0.3);
    box-shadow: 0 1px 0 rgba(219, 219, 219, 0.3);
}

.hero .tabs ul {
    border-bottom: none;
}

.hero.is-white {
    background-color: white;
    color: #0a0a0a;
}

.hero.is-white a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.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):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-white .subtitle strong {
    color: #0a0a0a;
}

.hero.is-white .nav {
    -webkit-box-shadow: 0 1px 0 rgba(10, 10, 10, 0.2);
    box-shadow: 0 1px 0 rgba(10, 10, 10, 0.2);
}

@media screen and (max-width: 768px) {
    .hero.is-white .nav-menu {
        background-color: white;
    }
}

.hero.is-white a.nav-item,
.hero.is-white .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-white .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.banner .nav .hero.is-white li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit) {
    color: rgba(10, 10, 10, 0.7);
}

.hero.is-white a.nav-item:hover,
.hero.is-white a.nav-item.is-active,
.hero.is-white .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.hero.is-white .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.banner .nav .hero.is-white li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.hero.is-white .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.hero.is-white .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.banner .nav .hero.is-white li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active {
    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: white;
}

.hero.is-white.is-bold {
    background-image: -webkit-linear-gradient(309deg, #e6e6e6 0%, white 71%, white 100%);
    background-image: -o-linear-gradient(309deg, #e6e6e6 0%, white 71%, white 100%);
    background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-white.is-bold .nav-menu {
        background-image: -webkit-linear-gradient(309deg, #e6e6e6 0%, white 71%, white 100%);
        background-image: -o-linear-gradient(309deg, #e6e6e6 0%, white 71%, white 100%);
        background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
    }
}

@media screen and (max-width: 768px) {
    .hero.is-white .nav-toggle span {
        background-color: #0a0a0a;
    }
    .hero.is-white .nav-toggle:hover {
        background-color: rgba(10, 10, 10, 0.1);
    }
    .hero.is-white .nav-toggle.is-active span {
        background-color: #0a0a0a;
    }
    .hero.is-white .nav-menu .nav-item,
    .hero.is-white .nav-menu .banner .nav li,
    .banner .nav .hero.is-white .nav-menu li {
        border-top-color: rgba(10, 10, 10, 0.2);
    }
}

.hero.is-black {
    background-color: #0a0a0a;
    color: white;
}

.hero.is-black a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-black strong {
    color: inherit;
}

.hero.is-black .title {
    color: white;
}

.hero.is-black .subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.hero.is-black .subtitle a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-black .subtitle strong {
    color: white;
}

.hero.is-black .nav {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
    .hero.is-black .nav-menu {
        background-color: #0a0a0a;
    }
}

.hero.is-black a.nav-item,
.hero.is-black .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-black .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.banner .nav .hero.is-black li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit) {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-black a.nav-item:hover,
.hero.is-black a.nav-item.is-active,
.hero.is-black .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.hero.is-black .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.banner .nav .hero.is-black li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.hero.is-black .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.hero.is-black .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.banner .nav .hero.is-black li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active {
    color: white;
}

.hero.is-black .tabs a {
    color: white;
    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: white;
}

.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: white;
    border-color: white;
    color: #0a0a0a;
}

.hero.is-black.is-bold {
    background-image: -webkit-linear-gradient(309deg, black 0%, #0a0a0a 71%, #181616 100%);
    background-image: -o-linear-gradient(309deg, black 0%, #0a0a0a 71%, #181616 100%);
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-black.is-bold .nav-menu {
        background-image: -webkit-linear-gradient(309deg, black 0%, #0a0a0a 71%, #181616 100%);
        background-image: -o-linear-gradient(309deg, black 0%, #0a0a0a 71%, #181616 100%);
        background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
    }
}

@media screen and (max-width: 768px) {
    .hero.is-black .nav-toggle span {
        background-color: white;
    }
    .hero.is-black .nav-toggle:hover {
        background-color: rgba(10, 10, 10, 0.1);
    }
    .hero.is-black .nav-toggle.is-active span {
        background-color: white;
    }
    .hero.is-black .nav-menu .nav-item,
    .hero.is-black .nav-menu .banner .nav li,
    .banner .nav .hero.is-black .nav-menu li {
        border-top-color: rgba(255, 255, 255, 0.2);
    }
}

.hero.is-light {
    background-color: whitesmoke;
    color: #363636;
}

.hero.is-light a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-light strong {
    color: inherit;
}

.hero.is-light .title {
    color: #363636;
}

.hero.is-light .subtitle {
    color: rgba(54, 54, 54, 0.9);
}

.hero.is-light .subtitle a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-light .subtitle strong {
    color: #363636;
}

.hero.is-light .nav {
    -webkit-box-shadow: 0 1px 0 rgba(54, 54, 54, 0.2);
    box-shadow: 0 1px 0 rgba(54, 54, 54, 0.2);
}

@media screen and (max-width: 768px) {
    .hero.is-light .nav-menu {
        background-color: whitesmoke;
    }
}

.hero.is-light a.nav-item,
.hero.is-light .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-light .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.banner .nav .hero.is-light li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit) {
    color: rgba(54, 54, 54, 0.7);
}

.hero.is-light a.nav-item:hover,
.hero.is-light a.nav-item.is-active,
.hero.is-light .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.hero.is-light .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.banner .nav .hero.is-light li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.hero.is-light .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.hero.is-light .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.banner .nav .hero.is-light li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active {
    color: #363636;
}

.hero.is-light .tabs a {
    color: #363636;
    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: #363636;
}

.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: #363636;
    border-color: #363636;
    color: whitesmoke;
}

.hero.is-light.is-bold {
    background-image: -webkit-linear-gradient(309deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
    background-image: -o-linear-gradient(309deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-light.is-bold .nav-menu {
        background-image: -webkit-linear-gradient(309deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
        background-image: -o-linear-gradient(309deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
        background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
    }
}

@media screen and (max-width: 768px) {
    .hero.is-light .nav-toggle span {
        background-color: #363636;
    }
    .hero.is-light .nav-toggle:hover {
        background-color: rgba(10, 10, 10, 0.1);
    }
    .hero.is-light .nav-toggle.is-active span {
        background-color: #363636;
    }
    .hero.is-light .nav-menu .nav-item,
    .hero.is-light .nav-menu .banner .nav li,
    .banner .nav .hero.is-light .nav-menu li {
        border-top-color: rgba(54, 54, 54, 0.2);
    }
}

.hero.is-dark {
    background-color: #363636;
    color: whitesmoke;
}

.hero.is-dark a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-dark strong {
    color: inherit;
}

.hero.is-dark .title {
    color: whitesmoke;
}

.hero.is-dark .subtitle {
    color: rgba(245, 245, 245, 0.9);
}

.hero.is-dark .subtitle a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-dark .subtitle strong {
    color: whitesmoke;
}

.hero.is-dark .nav {
    -webkit-box-shadow: 0 1px 0 rgba(245, 245, 245, 0.2);
    box-shadow: 0 1px 0 rgba(245, 245, 245, 0.2);
}

@media screen and (max-width: 768px) {
    .hero.is-dark .nav-menu {
        background-color: #363636;
    }
}

.hero.is-dark a.nav-item,
.hero.is-dark .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-dark .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.banner .nav .hero.is-dark li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit) {
    color: rgba(245, 245, 245, 0.7);
}

.hero.is-dark a.nav-item:hover,
.hero.is-dark a.nav-item.is-active,
.hero.is-dark .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.hero.is-dark .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.banner .nav .hero.is-dark li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.hero.is-dark .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.hero.is-dark .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.banner .nav .hero.is-dark li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active {
    color: whitesmoke;
}

.hero.is-dark .tabs a {
    color: whitesmoke;
    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: whitesmoke;
}

.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: whitesmoke;
    border-color: whitesmoke;
    color: #363636;
}

.hero.is-dark.is-bold {
    background-image: -webkit-linear-gradient(309deg, #1f191a 0%, #363636 71%, #46403f 100%);
    background-image: -o-linear-gradient(309deg, #1f191a 0%, #363636 71%, #46403f 100%);
    background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-dark.is-bold .nav-menu {
        background-image: -webkit-linear-gradient(309deg, #1f191a 0%, #363636 71%, #46403f 100%);
        background-image: -o-linear-gradient(309deg, #1f191a 0%, #363636 71%, #46403f 100%);
        background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
    }
}

@media screen and (max-width: 768px) {
    .hero.is-dark .nav-toggle span {
        background-color: whitesmoke;
    }
    .hero.is-dark .nav-toggle:hover {
        background-color: rgba(10, 10, 10, 0.1);
    }
    .hero.is-dark .nav-toggle.is-active span {
        background-color: whitesmoke;
    }
    .hero.is-dark .nav-menu .nav-item,
    .hero.is-dark .nav-menu .banner .nav li,
    .banner .nav .hero.is-dark .nav-menu li {
        border-top-color: rgba(245, 245, 245, 0.2);
    }
}

.hero.is-primary {
    background-color: #ac1f2d;
    color: #fff;
}

.hero.is-primary a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-primary strong {
    color: inherit;
}

.hero.is-primary .title {
    color: #fff;
}

.hero.is-primary .subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.hero.is-primary .subtitle a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-primary .subtitle strong {
    color: #fff;
}

.hero.is-primary .nav {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
    .hero.is-primary .nav-menu {
        background-color: #ac1f2d;
    }
}

.hero.is-primary a.nav-item,
.hero.is-primary .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-primary .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.banner .nav .hero.is-primary li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit) {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-primary a.nav-item:hover,
.hero.is-primary a.nav-item.is-active,
.hero.is-primary .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.hero.is-primary .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.banner .nav .hero.is-primary li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.hero.is-primary .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.hero.is-primary .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.banner .nav .hero.is-primary li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active {
    color: #fff;
}

.hero.is-primary .tabs a {
    color: #fff;
    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: #fff;
}

.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: #fff;
    border-color: #fff;
    color: #ac1f2d;
}

.hero.is-primary.is-bold {
    background-image: -webkit-linear-gradient(309deg, #881030 0%, #ac1f2d 71%, #c7291d 100%);
    background-image: -o-linear-gradient(309deg, #881030 0%, #ac1f2d 71%, #c7291d 100%);
    background-image: linear-gradient(141deg, #881030 0%, #ac1f2d 71%, #c7291d 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-primary.is-bold .nav-menu {
        background-image: -webkit-linear-gradient(309deg, #881030 0%, #ac1f2d 71%, #c7291d 100%);
        background-image: -o-linear-gradient(309deg, #881030 0%, #ac1f2d 71%, #c7291d 100%);
        background-image: linear-gradient(141deg, #881030 0%, #ac1f2d 71%, #c7291d 100%);
    }
}

@media screen and (max-width: 768px) {
    .hero.is-primary .nav-toggle span {
        background-color: #fff;
    }
    .hero.is-primary .nav-toggle:hover {
        background-color: rgba(10, 10, 10, 0.1);
    }
    .hero.is-primary .nav-toggle.is-active span {
        background-color: #fff;
    }
    .hero.is-primary .nav-menu .nav-item,
    .hero.is-primary .nav-menu .banner .nav li,
    .banner .nav .hero.is-primary .nav-menu li {
        border-top-color: rgba(255, 255, 255, 0.2);
    }
}

.hero.is-info,
.comment-form input.hero[type="submit"],
.search-form .hero.search-submit {
    background-color: #3273dc;
    color: #fff;
}

.hero.is-info a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.comment-form input.hero[type="submit"] a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.search-form .hero.search-submit a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-info strong,
.comment-form input.hero[type="submit"] strong,
.search-form .hero.search-submit strong {
    color: inherit;
}

.hero.is-info .title,
.comment-form input.hero[type="submit"] .title,
.search-form .hero.search-submit .title {
    color: #fff;
}

.hero.is-info .subtitle,
.comment-form input.hero[type="submit"] .subtitle,
.search-form .hero.search-submit .subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.hero.is-info .subtitle a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.comment-form input.hero[type="submit"] .subtitle a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.search-form .hero.search-submit .subtitle a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-info .subtitle strong,
.comment-form input.hero[type="submit"] .subtitle strong,
.search-form .hero.search-submit .subtitle strong {
    color: #fff;
}

.hero.is-info .nav,
.comment-form input.hero[type="submit"] .nav,
.search-form .hero.search-submit .nav {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
    .hero.is-info .nav-menu,
    .comment-form input.hero[type="submit"] .nav-menu,
    .search-form .hero.search-submit .nav-menu {
        background-color: #3273dc;
    }
}

.hero.is-info a.nav-item,
.comment-form input.hero[type="submit"] a.nav-item,
.search-form .hero.search-submit a.nav-item,
.hero.is-info .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.comment-form input.hero[type="submit"] .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.search-form .hero.search-submit .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-info .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.banner .nav .hero.is-info li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.comment-form input.hero[type="submit"] .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.banner .nav .comment-form input.hero[type="submit"] li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.search-form .hero.search-submit .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.banner .nav .search-form .hero.search-submit li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit) {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-info a.nav-item:hover,
.comment-form input.hero[type="submit"] a.nav-item:hover,
.search-form .hero.search-submit a.nav-item:hover,
.hero.is-info a.nav-item.is-active,
.comment-form input.hero[type="submit"] a.nav-item.is-active,
.search-form .hero.search-submit a.nav-item.is-active,
.hero.is-info .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.comment-form input.hero[type="submit"] .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.search-form .hero.search-submit .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.hero.is-info .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.banner .nav .hero.is-info li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.comment-form input.hero[type="submit"] .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.banner .nav .comment-form input.hero[type="submit"] li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.search-form .hero.search-submit .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.banner .nav .search-form .hero.search-submit li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.hero.is-info .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.comment-form input.hero[type="submit"] .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.search-form .hero.search-submit .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.hero.is-info .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.banner .nav .hero.is-info li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.comment-form input.hero[type="submit"] .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.banner .nav .comment-form input.hero[type="submit"] li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.search-form .hero.search-submit .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.banner .nav .search-form .hero.search-submit li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active {
    color: #fff;
}

.hero.is-info .tabs a,
.comment-form input.hero[type="submit"] .tabs a,
.search-form .hero.search-submit .tabs a {
    color: #fff;
    opacity: 0.9;
}

.hero.is-info .tabs a:hover,
.comment-form input.hero[type="submit"] .tabs a:hover,
.search-form .hero.search-submit .tabs a:hover {
    opacity: 1;
}

.hero.is-info .tabs li.is-active a,
.comment-form input.hero[type="submit"] .tabs li.is-active a,
.search-form .hero.search-submit .tabs li.is-active a {
    opacity: 1;
}

.hero.is-info .tabs.is-boxed a,
.comment-form input.hero[type="submit"] .tabs.is-boxed a,
.search-form .hero.search-submit .tabs.is-boxed a,
.hero.is-info .tabs.is-toggle a,
.comment-form input.hero[type="submit"] .tabs.is-toggle a,
.search-form .hero.search-submit .tabs.is-toggle a {
    color: #fff;
}

.hero.is-info .tabs.is-boxed a:hover,
.comment-form input.hero[type="submit"] .tabs.is-boxed a:hover,
.search-form .hero.search-submit .tabs.is-boxed a:hover,
.hero.is-info .tabs.is-toggle a:hover,
.comment-form input.hero[type="submit"] .tabs.is-toggle a:hover,
.search-form .hero.search-submit .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-info .tabs.is-boxed li.is-active a,
.comment-form input.hero[type="submit"] .tabs.is-boxed li.is-active a,
.search-form .hero.search-submit .tabs.is-boxed li.is-active a,
.hero.is-info .tabs.is-boxed li.is-active a:hover,
.comment-form input.hero[type="submit"] .tabs.is-boxed li.is-active a:hover,
.search-form .hero.search-submit .tabs.is-boxed li.is-active a:hover,
.hero.is-info .tabs.is-toggle li.is-active a,
.comment-form input.hero[type="submit"] .tabs.is-toggle li.is-active a,
.search-form .hero.search-submit .tabs.is-toggle li.is-active a,
.hero.is-info .tabs.is-toggle li.is-active a:hover,
.comment-form input.hero[type="submit"] .tabs.is-toggle li.is-active a:hover,
.search-form .hero.search-submit .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #3273dc;
}

.hero.is-info.is-bold,
.comment-form input.hero.is-bold[type="submit"],
.search-form .hero.is-bold.search-submit {
    background-image: -webkit-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
    background-image: -o-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
    background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-info.is-bold .nav-menu,
    .comment-form input.hero.is-bold[type="submit"] .nav-menu,
    .search-form .hero.is-bold.search-submit .nav-menu {
        background-image: -webkit-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
        background-image: -o-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
        background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
    }
}

@media screen and (max-width: 768px) {
    .hero.is-info .nav-toggle span,
    .comment-form input.hero[type="submit"] .nav-toggle span,
    .search-form .hero.search-submit .nav-toggle span {
        background-color: #fff;
    }
    .hero.is-info .nav-toggle:hover,
    .comment-form input.hero[type="submit"] .nav-toggle:hover,
    .search-form .hero.search-submit .nav-toggle:hover {
        background-color: rgba(10, 10, 10, 0.1);
    }
    .hero.is-info .nav-toggle.is-active span,
    .comment-form input.hero[type="submit"] .nav-toggle.is-active span,
    .search-form .hero.search-submit .nav-toggle.is-active span {
        background-color: #fff;
    }
    .hero.is-info .nav-menu .nav-item,
    .comment-form input.hero[type="submit"] .nav-menu .nav-item,
    .search-form .hero.search-submit .nav-menu .nav-item,
    .hero.is-info .nav-menu .banner .nav li,
    .banner .nav .hero.is-info .nav-menu li,
    .comment-form input.hero[type="submit"] .nav-menu .banner .nav li,
    .banner .nav .comment-form input.hero[type="submit"] .nav-menu li,
    .search-form .hero.search-submit .nav-menu .banner .nav li,
    .banner .nav .search-form .hero.search-submit .nav-menu li {
        border-top-color: rgba(255, 255, 255, 0.2);
    }
}

.hero.is-success {
    background-color: #23d160;
    color: #fff;
}

.hero.is-success a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-success strong {
    color: inherit;
}

.hero.is-success .title {
    color: #fff;
}

.hero.is-success .subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.hero.is-success .subtitle a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-success .subtitle strong {
    color: #fff;
}

.hero.is-success .nav {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
    .hero.is-success .nav-menu {
        background-color: #23d160;
    }
}

.hero.is-success a.nav-item,
.hero.is-success .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-success .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.banner .nav .hero.is-success li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit) {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-success a.nav-item:hover,
.hero.is-success a.nav-item.is-active,
.hero.is-success .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.hero.is-success .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.banner .nav .hero.is-success li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.hero.is-success .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.hero.is-success .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.banner .nav .hero.is-success li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active {
    color: #fff;
}

.hero.is-success .tabs a {
    color: #fff;
    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: #fff;
}

.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: #fff;
    border-color: #fff;
    color: #23d160;
}

.hero.is-success.is-bold {
    background-image: -webkit-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
    background-image: -o-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
    background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-success.is-bold .nav-menu {
        background-image: -webkit-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
        background-image: -o-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
        background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
    }
}

@media screen and (max-width: 768px) {
    .hero.is-success .nav-toggle span {
        background-color: #fff;
    }
    .hero.is-success .nav-toggle:hover {
        background-color: rgba(10, 10, 10, 0.1);
    }
    .hero.is-success .nav-toggle.is-active span {
        background-color: #fff;
    }
    .hero.is-success .nav-menu .nav-item,
    .hero.is-success .nav-menu .banner .nav li,
    .banner .nav .hero.is-success .nav-menu li {
        border-top-color: rgba(255, 255, 255, 0.2);
    }
}

.hero.is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-warning strong {
    color: inherit;
}

.hero.is-warning .title {
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .subtitle {
    color: rgba(0, 0, 0, 0.9);
}

.hero.is-warning .subtitle a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-warning .subtitle strong {
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .nav {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
    .hero.is-warning .nav-menu {
        background-color: #ffdd57;
    }
}

.hero.is-warning a.nav-item,
.hero.is-warning .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-warning .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.banner .nav .hero.is-warning li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit) {
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning a.nav-item:hover,
.hero.is-warning a.nav-item.is-active,
.hero.is-warning .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.hero.is-warning .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.banner .nav .hero.is-warning li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.hero.is-warning .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.hero.is-warning .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.banner .nav .hero.is-warning li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active {
    color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .tabs a {
    color: rgba(0, 0, 0, 0.7);
    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: rgba(0, 0, 0, 0.7);
}

.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: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0.7);
    color: #ffdd57;
}

.hero.is-warning.is-bold {
    background-image: -webkit-linear-gradient(309deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
    background-image: -o-linear-gradient(309deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
    background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-warning.is-bold .nav-menu {
        background-image: -webkit-linear-gradient(309deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
        background-image: -o-linear-gradient(309deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
        background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
    }
}

@media screen and (max-width: 768px) {
    .hero.is-warning .nav-toggle span {
        background-color: rgba(0, 0, 0, 0.7);
    }
    .hero.is-warning .nav-toggle:hover {
        background-color: rgba(10, 10, 10, 0.1);
    }
    .hero.is-warning .nav-toggle.is-active span {
        background-color: rgba(0, 0, 0, 0.7);
    }
    .hero.is-warning .nav-menu .nav-item,
    .hero.is-warning .nav-menu .banner .nav li,
    .banner .nav .hero.is-warning .nav-menu li {
        border-top-color: rgba(0, 0, 0, 0.2);
    }
}

.hero.is-danger {
    background-color: #ff3860;
    color: #fff;
}

.hero.is-danger a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-danger strong {
    color: inherit;
}

.hero.is-danger .title {
    color: #fff;
}

.hero.is-danger .subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.hero.is-danger .subtitle a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-danger .subtitle strong {
    color: #fff;
}

.hero.is-danger .nav {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
    .hero.is-danger .nav-menu {
        background-color: #ff3860;
    }
}

.hero.is-danger a.nav-item,
.hero.is-danger .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.hero.is-danger .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit),
.banner .nav .hero.is-danger li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit) {
    color: rgba(255, 255, 255, 0.7);
}

.hero.is-danger a.nav-item:hover,
.hero.is-danger a.nav-item.is-active,
.hero.is-danger .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.hero.is-danger .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.banner .nav .hero.is-danger li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit):hover,
.hero.is-danger .nav-item a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.hero.is-danger .banner .nav li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active,
.banner .nav .hero.is-danger li a:not(.button):not(.comment-form input[type="submit"]):not(.search-form .search-submit).is-active {
    color: #fff;
}

.hero.is-danger .tabs a {
    color: #fff;
    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: #fff;
}

.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: #fff;
    border-color: #fff;
    color: #ff3860;
}

.hero.is-danger.is-bold {
    background-image: -webkit-linear-gradient(309deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
    background-image: -o-linear-gradient(309deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
    background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-danger.is-bold .nav-menu {
        background-image: -webkit-linear-gradient(309deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
        background-image: -o-linear-gradient(309deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
        background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
    }
}

@media screen and (max-width: 768px) {
    .hero.is-danger .nav-toggle span {
        background-color: #fff;
    }
    .hero.is-danger .nav-toggle:hover {
        background-color: rgba(10, 10, 10, 0.1);
    }
    .hero.is-danger .nav-toggle.is-active span {
        background-color: #fff;
    }
    .hero.is-danger .nav-menu .nav-item,
    .hero.is-danger .nav-menu .banner .nav li,
    .banner .nav .hero.is-danger .nav-menu li {
        border-top-color: rgba(255, 255, 255, 0.2);
    }
}

.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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hero.is-halfheight .hero-body>.container,
.hero.is-fullheight .hero-body>.container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.hero.is-halfheight {
    min-height: 50vh;
}

.hero.is-fullheight {
    min-height: 100vh;
}

.hero-video {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

.hero-video video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    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,
    .hero-buttons .comment-form input[type="submit"],
    .comment-form .hero-buttons input[type="submit"],
    .hero-buttons .search-form .search-submit,
    .search-form .hero-buttons .search-submit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .hero-buttons .button:not(:last-child),
    .hero-buttons .comment-form input[type="submit"]:not(:last-child),
    .comment-form .hero-buttons input[type="submit"]:not(:last-child),
    .hero-buttons .search-form .search-submit:not(:last-child),
    .search-form .hero-buttons .search-submit:not(:last-child) {
        margin-bottom: 0.75rem;
    }
}

@media screen and (min-width: 769px),
print {
    .hero-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hero-buttons .button:not(:last-child),
    .hero-buttons .comment-form input[type="submit"]:not(:last-child),
    .comment-form .hero-buttons input[type="submit"]:not(:last-child),
    .hero-buttons .search-form .search-submit:not(:last-child),
    .search-form .hero-buttons .search-submit:not(:last-child) {
        margin-right: 1.5rem;
    }
}

.hero-head,
.hero-foot {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.hero-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    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: whitesmoke;
    padding: 3rem 1.5rem 6rem;
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url(/wp-content/themes/corerealty/dist/vendor/fontawesome-webfont_674f50d2.eot);
    src: url(/wp-content/themes/corerealty/dist/vendor/fontawesome-webfont_674f50d2.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/wp-content/themes/corerealty/dist/vendor/fontawesome-webfont_af7ae505.woff2) format("woff2"), url(/wp-content/themes/corerealty/dist/vendor/fontawesome-webfont_fee66e71.woff) format("woff"), url(/wp-content/themes/corerealty/dist/vendor/fontawesome-webfont_b06871f2.ttf) format("truetype"), url(/wp-content/themes/corerealty/dist/vendor/fontawesome-webfont_912ec66d.svg#fontawesomeregular) format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}


/* Deprecated as of 4.4.0 */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    -o-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
    content: "\F000";
}

.fa-music:before {
    content: "\F001";
}

.fa-search:before {
    content: "\F002";
}

.fa-envelope-o:before {
    content: "\F003";
}

.fa-heart:before {
    content: "\F004";
}

.fa-star:before {
    content: "\F005";
}

.fa-star-o:before {
    content: "\F006";
}

.fa-user:before {
    content: "\F007";
}

.fa-film:before {
    content: "\F008";
}

.fa-th-large:before {
    content: "\F009";
}

.fa-th:before {
    content: "\F00A";
}

.fa-th-list:before {
    content: "\F00B";
}

.fa-check:before {
    content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\F00D";
}

.fa-search-plus:before {
    content: "\F00E";
}

.fa-search-minus:before {
    content: "\F010";
}

.fa-power-off:before {
    content: "\F011";
}

.fa-signal:before {
    content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\F013";
}

.fa-trash-o:before {
    content: "\F014";
}

.fa-home:before {
    content: "\F015";
}

.fa-file-o:before {
    content: "\F016";
}

.fa-clock-o:before {
    content: "\F017";
}

.fa-road:before {
    content: "\F018";
}

.fa-download:before {
    content: "\F019";
}

.fa-arrow-circle-o-down:before {
    content: "\F01A";
}

.fa-arrow-circle-o-up:before {
    content: "\F01B";
}

.fa-inbox:before {
    content: "\F01C";
}

.fa-play-circle-o:before {
    content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\F01E";
}

.fa-refresh:before {
    content: "\F021";
}

.fa-list-alt:before {
    content: "\F022";
}

.fa-lock:before {
    content: "\F023";
}

.fa-flag:before {
    content: "\F024";
}

.fa-headphones:before {
    content: "\F025";
}

.fa-volume-off:before {
    content: "\F026";
}

.fa-volume-down:before {
    content: "\F027";
}

.fa-volume-up:before {
    content: "\F028";
}

.fa-qrcode:before {
    content: "\F029";
}

.fa-barcode:before {
    content: "\F02A";
}

.fa-tag:before {
    content: "\F02B";
}

.fa-tags:before {
    content: "\F02C";
}

.fa-book:before {
    content: "\F02D";
}

.fa-bookmark:before {
    content: "\F02E";
}

.fa-print:before {
    content: "\F02F";
}

.fa-camera:before {
    content: "\F030";
}

.fa-font:before {
    content: "\F031";
}

.fa-bold:before {
    content: "\F032";
}

.fa-italic:before {
    content: "\F033";
}

.fa-text-height:before {
    content: "\F034";
}

.fa-text-width:before {
    content: "\F035";
}

.fa-align-left:before {
    content: "\F036";
}

.fa-align-center:before {
    content: "\F037";
}

.fa-align-right:before {
    content: "\F038";
}

.fa-align-justify:before {
    content: "\F039";
}

.fa-list:before {
    content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\F03B";
}

.fa-indent:before {
    content: "\F03C";
}

.fa-video-camera:before {
    content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\F03E";
}

.fa-pencil:before {
    content: "\F040";
}

.fa-map-marker:before {
    content: "\F041";
}

.fa-adjust:before {
    content: "\F042";
}

.fa-tint:before {
    content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\F044";
}

.fa-share-square-o:before {
    content: "\F045";
}

.fa-check-square-o:before {
    content: "\F046";
}

.fa-arrows:before {
    content: "\F047";
}

.fa-step-backward:before {
    content: "\F048";
}

.fa-fast-backward:before {
    content: "\F049";
}

.fa-backward:before {
    content: "\F04A";
}

.fa-play:before {
    content: "\F04B";
}

.fa-pause:before {
    content: "\F04C";
}

.fa-stop:before {
    content: "\F04D";
}

.fa-forward:before {
    content: "\F04E";
}

.fa-fast-forward:before {
    content: "\F050";
}

.fa-step-forward:before {
    content: "\F051";
}

.fa-eject:before {
    content: "\F052";
}

.fa-chevron-left:before {
    content: "\F053";
}

.fa-chevron-right:before {
    content: "\F054";
}

.fa-plus-circle:before {
    content: "\F055";
}

.fa-minus-circle:before {
    content: "\F056";
}

.fa-times-circle:before {
    content: "\F057";
}

.fa-check-circle:before {
    content: "\F058";
}

.fa-question-circle:before {
    content: "\F059";
}

.fa-info-circle:before {
    content: "\F05A";
}

.fa-crosshairs:before {
    content: "\F05B";
}

.fa-times-circle-o:before {
    content: "\F05C";
}

.fa-check-circle-o:before {
    content: "\F05D";
}

.fa-ban:before {
    content: "\F05E";
}

.fa-arrow-left:before {
    content: "\F060";
}

.fa-arrow-right:before {
    content: "\F061";
}

.fa-arrow-up:before {
    content: "\F062";
}

.fa-arrow-down:before {
    content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\F064";
}

.fa-expand:before {
    content: "\F065";
}

.fa-compress:before {
    content: "\F066";
}

.fa-plus:before {
    content: "\F067";
}

.fa-minus:before {
    content: "\F068";
}

.fa-asterisk:before {
    content: "\F069";
}

.fa-exclamation-circle:before {
    content: "\F06A";
}

.fa-gift:before {
    content: "\F06B";
}

.fa-leaf:before {
    content: "\F06C";
}

.fa-fire:before {
    content: "\F06D";
}

.fa-eye:before {
    content: "\F06E";
}

.fa-eye-slash:before {
    content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\F071";
}

.fa-plane:before {
    content: "\F072";
}

.fa-calendar:before {
    content: "\F073";
}

.fa-random:before {
    content: "\F074";
}

.fa-comment:before {
    content: "\F075";
}

.fa-magnet:before {
    content: "\F076";
}

.fa-chevron-up:before {
    content: "\F077";
}

.fa-chevron-down:before {
    content: "\F078";
}

.fa-retweet:before {
    content: "\F079";
}

.fa-shopping-cart:before {
    content: "\F07A";
}

.fa-folder:before {
    content: "\F07B";
}

.fa-folder-open:before {
    content: "\F07C";
}

.fa-arrows-v:before {
    content: "\F07D";
}

.fa-arrows-h:before {
    content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\F080";
}

.fa-twitter-square:before {
    content: "\F081";
}

.fa-facebook-square:before {
    content: "\F082";
}

.fa-camera-retro:before {
    content: "\F083";
}

.fa-key:before {
    content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\F085";
}

.fa-comments:before {
    content: "\F086";
}

.fa-thumbs-o-up:before {
    content: "\F087";
}

.fa-thumbs-o-down:before {
    content: "\F088";
}

.fa-star-half:before {
    content: "\F089";
}

.fa-heart-o:before {
    content: "\F08A";
}

.fa-sign-out:before {
    content: "\F08B";
}

.fa-linkedin-square:before {
    content: "\F08C";
}

.fa-thumb-tack:before {
    content: "\F08D";
}

.fa-external-link:before {
    content: "\F08E";
}

.fa-sign-in:before {
    content: "\F090";
}

.fa-trophy:before {
    content: "\F091";
}

.fa-github-square:before {
    content: "\F092";
}

.fa-upload:before {
    content: "\F093";
}

.fa-lemon-o:before {
    content: "\F094";
}

.fa-phone:before {
    content: "\F095";
}

.fa-square-o:before {
    content: "\F096";
}

.fa-bookmark-o:before {
    content: "\F097";
}

.fa-phone-square:before {
    content: "\F098";
}

.fa-twitter:before {
    content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\F09A";
}

.fa-github:before {
    content: "\F09B";
}

.fa-unlock:before {
    content: "\F09C";
}

.fa-credit-card:before {
    content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
    content: "\F09E";
}

.fa-hdd-o:before {
    content: "\F0A0";
}

.fa-bullhorn:before {
    content: "\F0A1";
}

.fa-bell:before {
    content: "\F0F3";
}

.fa-certificate:before {
    content: "\F0A3";
}

.fa-hand-o-right:before {
    content: "\F0A4";
}

.fa-hand-o-left:before {
    content: "\F0A5";
}

.fa-hand-o-up:before {
    content: "\F0A6";
}

.fa-hand-o-down:before {
    content: "\F0A7";
}

.fa-arrow-circle-left:before {
    content: "\F0A8";
}

.fa-arrow-circle-right:before {
    content: "\F0A9";
}

.fa-arrow-circle-up:before {
    content: "\F0AA";
}

.fa-arrow-circle-down:before {
    content: "\F0AB";
}

.fa-globe:before {
    content: "\F0AC";
}

.fa-wrench:before {
    content: "\F0AD";
}

.fa-tasks:before {
    content: "\F0AE";
}

.fa-filter:before {
    content: "\F0B0";
}

.fa-briefcase:before {
    content: "\F0B1";
}

.fa-arrows-alt:before {
    content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
    content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
    content: "\F0C1";
}

.fa-cloud:before {
    content: "\F0C2";
}

.fa-flask:before {
    content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\F0C5";
}

.fa-paperclip:before {
    content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\F0C7";
}

.fa-square:before {
    content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\F0C9";
}

.fa-list-ul:before {
    content: "\F0CA";
}

.fa-list-ol:before {
    content: "\F0CB";
}

.fa-strikethrough:before {
    content: "\F0CC";
}

.fa-underline:before {
    content: "\F0CD";
}

.fa-table:before {
    content: "\F0CE";
}

.fa-magic:before {
    content: "\F0D0";
}

.fa-truck:before {
    content: "\F0D1";
}

.fa-pinterest:before {
    content: "\F0D2";
}

.fa-pinterest-square:before {
    content: "\F0D3";
}

.fa-google-plus-square:before {
    content: "\F0D4";
}

.fa-google-plus:before {
    content: "\F0D5";
}

.fa-money:before {
    content: "\F0D6";
}

.fa-caret-down:before {
    content: "\F0D7";
}

.fa-caret-up:before {
    content: "\F0D8";
}

.fa-caret-left:before {
    content: "\F0D9";
}

.fa-caret-right:before {
    content: "\F0DA";
}

.fa-columns:before {
    content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\F0DE";
}

.fa-envelope:before {
    content: "\F0E0";
}

.fa-linkedin:before {
    content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\F0E4";
}

.fa-comment-o:before {
    content: "\F0E5";
}

.fa-comments-o:before {
    content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\F0E7";
}

.fa-sitemap:before {
    content: "\F0E8";
}

.fa-umbrella:before {
    content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\F0EA";
}

.fa-lightbulb-o:before {
    content: "\F0EB";
}

.fa-exchange:before {
    content: "\F0EC";
}

.fa-cloud-download:before {
    content: "\F0ED";
}

.fa-cloud-upload:before {
    content: "\F0EE";
}

.fa-user-md:before {
    content: "\F0F0";
}

.fa-stethoscope:before {
    content: "\F0F1";
}

.fa-suitcase:before {
    content: "\F0F2";
}

.fa-bell-o:before {
    content: "\F0A2";
}

.fa-coffee:before {
    content: "\F0F4";
}

.fa-cutlery:before {
    content: "\F0F5";
}

.fa-file-text-o:before {
    content: "\F0F6";
}

.fa-building-o:before {
    content: "\F0F7";
}

.fa-hospital-o:before {
    content: "\F0F8";
}

.fa-ambulance:before {
    content: "\F0F9";
}

.fa-medkit:before {
    content: "\F0FA";
}

.fa-fighter-jet:before {
    content: "\F0FB";
}

.fa-beer:before {
    content: "\F0FC";
}

.fa-h-square:before {
    content: "\F0FD";
}

.fa-plus-square:before {
    content: "\F0FE";
}

.fa-angle-double-left:before {
    content: "\F100";
}

.fa-angle-double-right:before {
    content: "\F101";
}

.fa-angle-double-up:before {
    content: "\F102";
}

.fa-angle-double-down:before {
    content: "\F103";
}

.fa-angle-left:before {
    content: "\F104";
}

.fa-angle-right:before {
    content: "\F105";
}

.fa-angle-up:before {
    content: "\F106";
}

.fa-angle-down:before {
    content: "\F107";
}

.fa-desktop:before {
    content: "\F108";
}

.fa-laptop:before {
    content: "\F109";
}

.fa-tablet:before {
    content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\F10B";
}

.fa-circle-o:before {
    content: "\F10C";
}

.fa-quote-left:before {
    content: "\F10D";
}

.fa-quote-right:before {
    content: "\F10E";
}

.fa-spinner:before {
    content: "\F110";
}

.fa-circle:before {
    content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\F112";
}

.fa-github-alt:before {
    content: "\F113";
}

.fa-folder-o:before {
    content: "\F114";
}

.fa-folder-open-o:before {
    content: "\F115";
}

.fa-smile-o:before {
    content: "\F118";
}

.fa-frown-o:before {
    content: "\F119";
}

.fa-meh-o:before {
    content: "\F11A";
}

.fa-gamepad:before {
    content: "\F11B";
}

.fa-keyboard-o:before {
    content: "\F11C";
}

.fa-flag-o:before {
    content: "\F11D";
}

.fa-flag-checkered:before {
    content: "\F11E";
}

.fa-terminal:before {
    content: "\F120";
}

.fa-code:before {
    content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\F123";
}

.fa-location-arrow:before {
    content: "\F124";
}

.fa-crop:before {
    content: "\F125";
}

.fa-code-fork:before {
    content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\F127";
}

.fa-question:before {
    content: "\F128";
}

.fa-info:before {
    content: "\F129";
}

.fa-exclamation:before {
    content: "\F12A";
}

.fa-superscript:before {
    content: "\F12B";
}

.fa-subscript:before {
    content: "\F12C";
}

.fa-eraser:before {
    content: "\F12D";
}

.fa-puzzle-piece:before {
    content: "\F12E";
}

.fa-microphone:before {
    content: "\F130";
}

.fa-microphone-slash:before {
    content: "\F131";
}

.fa-shield:before {
    content: "\F132";
}

.fa-calendar-o:before {
    content: "\F133";
}

.fa-fire-extinguisher:before {
    content: "\F134";
}

.fa-rocket:before {
    content: "\F135";
}

.fa-maxcdn:before {
    content: "\F136";
}

.fa-chevron-circle-left:before {
    content: "\F137";
}

.fa-chevron-circle-right:before {
    content: "\F138";
}

.fa-chevron-circle-up:before {
    content: "\F139";
}

.fa-chevron-circle-down:before {
    content: "\F13A";
}

.fa-html5:before {
    content: "\F13B";
}

.fa-css3:before {
    content: "\F13C";
}

.fa-anchor:before {
    content: "\F13D";
}

.fa-unlock-alt:before {
    content: "\F13E";
}

.fa-bullseye:before {
    content: "\F140";
}

.fa-ellipsis-h:before {
    content: "\F141";
}

.fa-ellipsis-v:before {
    content: "\F142";
}

.fa-rss-square:before {
    content: "\F143";
}

.fa-play-circle:before {
    content: "\F144";
}

.fa-ticket:before {
    content: "\F145";
}

.fa-minus-square:before {
    content: "\F146";
}

.fa-minus-square-o:before {
    content: "\F147";
}

.fa-level-up:before {
    content: "\F148";
}

.fa-level-down:before {
    content: "\F149";
}

.fa-check-square:before {
    content: "\F14A";
}

.fa-pencil-square:before {
    content: "\F14B";
}

.fa-external-link-square:before {
    content: "\F14C";
}

.fa-share-square:before {
    content: "\F14D";
}

.fa-compass:before {
    content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\F153";
}

.fa-gbp:before {
    content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\F158";
}

.fa-won:before,
.fa-krw:before {
    content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\F15A";
}

.fa-file:before {
    content: "\F15B";
}

.fa-file-text:before {
    content: "\F15C";
}

.fa-sort-alpha-asc:before {
    content: "\F15D";
}

.fa-sort-alpha-desc:before {
    content: "\F15E";
}

.fa-sort-amount-asc:before {
    content: "\F160";
}

.fa-sort-amount-desc:before {
    content: "\F161";
}

.fa-sort-numeric-asc:before {
    content: "\F162";
}

.fa-sort-numeric-desc:before {
    content: "\F163";
}

.fa-thumbs-up:before {
    content: "\F164";
}

.fa-thumbs-down:before {
    content: "\F165";
}

.fa-youtube-square:before {
    content: "\F166";
}

.fa-youtube:before {
    content: "\F167";
}

.fa-xing:before {
    content: "\F168";
}

.fa-xing-square:before {
    content: "\F169";
}

.fa-youtube-play:before {
    content: "\F16A";
}

.fa-dropbox:before {
    content: "\F16B";
}

.fa-stack-overflow:before {
    content: "\F16C";
}

.fa-instagram:before {
    content: "\F16D";
}

.fa-flickr:before {
    content: "\F16E";
}

.fa-adn:before {
    content: "\F170";
}

.fa-bitbucket:before {
    content: "\F171";
}

.fa-bitbucket-square:before {
    content: "\F172";
}

.fa-tumblr:before {
    content: "\F173";
}

.fa-tumblr-square:before {
    content: "\F174";
}

.fa-long-arrow-down:before {
    content: "\F175";
}

.fa-long-arrow-up:before {
    content: "\F176";
}

.fa-long-arrow-left:before {
    content: "\F177";
}

.fa-long-arrow-right:before {
    content: "\F178";
}

.fa-apple:before {
    content: "\F179";
}

.fa-windows:before {
    content: "\F17A";
}

.fa-android:before {
    content: "\F17B";
}

.fa-linux:before {
    content: "\F17C";
}

.fa-dribbble:before {
    content: "\F17D";
}

.fa-skype:before {
    content: "\F17E";
}

.fa-foursquare:before {
    content: "\F180";
}

.fa-trello:before {
    content: "\F181";
}

.fa-female:before {
    content: "\F182";
}

.fa-male:before {
    content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\F184";
}

.fa-sun-o:before {
    content: "\F185";
}

.fa-moon-o:before {
    content: "\F186";
}

.fa-archive:before {
    content: "\F187";
}

.fa-bug:before {
    content: "\F188";
}

.fa-vk:before {
    content: "\F189";
}

.fa-weibo:before {
    content: "\F18A";
}

.fa-renren:before {
    content: "\F18B";
}

.fa-pagelines:before {
    content: "\F18C";
}

.fa-stack-exchange:before {
    content: "\F18D";
}

.fa-arrow-circle-o-right:before {
    content: "\F18E";
}

.fa-arrow-circle-o-left:before {
    content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\F191";
}

.fa-dot-circle-o:before {
    content: "\F192";
}

.fa-wheelchair:before {
    content: "\F193";
}

.fa-vimeo-square:before {
    content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\F195";
}

.fa-plus-square-o:before {
    content: "\F196";
}

.fa-space-shuttle:before {
    content: "\F197";
}

.fa-slack:before {
    content: "\F198";
}

.fa-envelope-square:before {
    content: "\F199";
}

.fa-wordpress:before {
    content: "\F19A";
}

.fa-openid:before {
    content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\F19D";
}

.fa-yahoo:before {
    content: "\F19E";
}

.fa-google:before {
    content: "\F1A0";
}

.fa-reddit:before {
    content: "\F1A1";
}

.fa-reddit-square:before {
    content: "\F1A2";
}

.fa-stumbleupon-circle:before {
    content: "\F1A3";
}

.fa-stumbleupon:before {
    content: "\F1A4";
}

.fa-delicious:before {
    content: "\F1A5";
}

.fa-digg:before {
    content: "\F1A6";
}

.fa-pied-piper-pp:before {
    content: "\F1A7";
}

.fa-pied-piper-alt:before {
    content: "\F1A8";
}

.fa-drupal:before {
    content: "\F1A9";
}

.fa-joomla:before {
    content: "\F1AA";
}

.fa-language:before {
    content: "\F1AB";
}

.fa-fax:before {
    content: "\F1AC";
}

.fa-building:before {
    content: "\F1AD";
}

.fa-child:before {
    content: "\F1AE";
}

.fa-paw:before {
    content: "\F1B0";
}

.fa-spoon:before {
    content: "\F1B1";
}

.fa-cube:before {
    content: "\F1B2";
}

.fa-cubes:before {
    content: "\F1B3";
}

.fa-behance:before {
    content: "\F1B4";
}

.fa-behance-square:before {
    content: "\F1B5";
}

.fa-steam:before {
    content: "\F1B6";
}

.fa-steam-square:before {
    content: "\F1B7";
}

.fa-recycle:before {
    content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\F1BA";
}

.fa-tree:before {
    content: "\F1BB";
}

.fa-spotify:before {
    content: "\F1BC";
}

.fa-deviantart:before {
    content: "\F1BD";
}

.fa-soundcloud:before {
    content: "\F1BE";
}

.fa-database:before {
    content: "\F1C0";
}

.fa-file-pdf-o:before {
    content: "\F1C1";
}

.fa-file-word-o:before {
    content: "\F1C2";
}

.fa-file-excel-o:before {
    content: "\F1C3";
}

.fa-file-powerpoint-o:before {
    content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\F1C8";
}

.fa-file-code-o:before {
    content: "\F1C9";
}

.fa-vine:before {
    content: "\F1CA";
}

.fa-codepen:before {
    content: "\F1CB";
}

.fa-jsfiddle:before {
    content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\F1CD";
}

.fa-circle-o-notch:before {
    content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\F1D1";
}

.fa-git-square:before {
    content: "\F1D2";
}

.fa-git:before {
    content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\F1D4";
}

.fa-tencent-weibo:before {
    content: "\F1D5";
}

.fa-qq:before {
    content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\F1D9";
}

.fa-history:before {
    content: "\F1DA";
}

.fa-circle-thin:before {
    content: "\F1DB";
}

.fa-header:before {
    content: "\F1DC";
}

.fa-paragraph:before {
    content: "\F1DD";
}

.fa-sliders:before {
    content: "\F1DE";
}

.fa-share-alt:before {
    content: "\F1E0";
}

.fa-share-alt-square:before {
    content: "\F1E1";
}

.fa-bomb:before {
    content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\F1E3";
}

.fa-tty:before {
    content: "\F1E4";
}

.fa-binoculars:before {
    content: "\F1E5";
}

.fa-plug:before {
    content: "\F1E6";
}

.fa-slideshare:before {
    content: "\F1E7";
}

.fa-twitch:before {
    content: "\F1E8";
}

.fa-yelp:before {
    content: "\F1E9";
}

.fa-newspaper-o:before {
    content: "\F1EA";
}

.fa-wifi:before {
    content: "\F1EB";
}

.fa-calculator:before {
    content: "\F1EC";
}

.fa-paypal:before {
    content: "\F1ED";
}

.fa-google-wallet:before {
    content: "\F1EE";
}

.fa-cc-visa:before {
    content: "\F1F0";
}

.fa-cc-mastercard:before {
    content: "\F1F1";
}

.fa-cc-discover:before {
    content: "\F1F2";
}

.fa-cc-amex:before {
    content: "\F1F3";
}

.fa-cc-paypal:before {
    content: "\F1F4";
}

.fa-cc-stripe:before {
    content: "\F1F5";
}

.fa-bell-slash:before {
    content: "\F1F6";
}

.fa-bell-slash-o:before {
    content: "\F1F7";
}

.fa-trash:before {
    content: "\F1F8";
}

.fa-copyright:before {
    content: "\F1F9";
}

.fa-at:before {
    content: "\F1FA";
}

.fa-eyedropper:before {
    content: "\F1FB";
}

.fa-paint-brush:before {
    content: "\F1FC";
}

.fa-birthday-cake:before {
    content: "\F1FD";
}

.fa-area-chart:before {
    content: "\F1FE";
}

.fa-pie-chart:before {
    content: "\F200";
}

.fa-line-chart:before {
    content: "\F201";
}

.fa-lastfm:before {
    content: "\F202";
}

.fa-lastfm-square:before {
    content: "\F203";
}

.fa-toggle-off:before {
    content: "\F204";
}

.fa-toggle-on:before {
    content: "\F205";
}

.fa-bicycle:before {
    content: "\F206";
}

.fa-bus:before {
    content: "\F207";
}

.fa-ioxhost:before {
    content: "\F208";
}

.fa-angellist:before {
    content: "\F209";
}

.fa-cc:before {
    content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\F20B";
}

.fa-meanpath:before {
    content: "\F20C";
}

.fa-buysellads:before {
    content: "\F20D";
}

.fa-connectdevelop:before {
    content: "\F20E";
}

.fa-dashcube:before {
    content: "\F210";
}

.fa-forumbee:before {
    content: "\F211";
}

.fa-leanpub:before {
    content: "\F212";
}

.fa-sellsy:before {
    content: "\F213";
}

.fa-shirtsinbulk:before {
    content: "\F214";
}

.fa-simplybuilt:before {
    content: "\F215";
}

.fa-skyatlas:before {
    content: "\F216";
}

.fa-cart-plus:before {
    content: "\F217";
}

.fa-cart-arrow-down:before {
    content: "\F218";
}

.fa-diamond:before {
    content: "\F219";
}

.fa-ship:before {
    content: "\F21A";
}

.fa-user-secret:before {
    content: "\F21B";
}

.fa-motorcycle:before {
    content: "\F21C";
}

.fa-street-view:before {
    content: "\F21D";
}

.fa-heartbeat:before {
    content: "\F21E";
}

.fa-venus:before {
    content: "\F221";
}

.fa-mars:before {
    content: "\F222";
}

.fa-mercury:before {
    content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\F224";
}

.fa-transgender-alt:before {
    content: "\F225";
}

.fa-venus-double:before {
    content: "\F226";
}

.fa-mars-double:before {
    content: "\F227";
}

.fa-venus-mars:before {
    content: "\F228";
}

.fa-mars-stroke:before {
    content: "\F229";
}

.fa-mars-stroke-v:before {
    content: "\F22A";
}

.fa-mars-stroke-h:before {
    content: "\F22B";
}

.fa-neuter:before {
    content: "\F22C";
}

.fa-genderless:before {
    content: "\F22D";
}

.fa-facebook-official:before {
    content: "\F230";
}

.fa-pinterest-p:before {
    content: "\F231";
}

.fa-whatsapp:before {
    content: "\F232";
}

.fa-server:before {
    content: "\F233";
}

.fa-user-plus:before {
    content: "\F234";
}

.fa-user-times:before {
    content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\F236";
}

.fa-viacoin:before {
    content: "\F237";
}

.fa-train:before {
    content: "\F238";
}

.fa-subway:before {
    content: "\F239";
}

.fa-medium:before {
    content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\F23B";
}

.fa-optin-monster:before {
    content: "\F23C";
}

.fa-opencart:before {
    content: "\F23D";
}

.fa-expeditedssl:before {
    content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\F244";
}

.fa-mouse-pointer:before {
    content: "\F245";
}

.fa-i-cursor:before {
    content: "\F246";
}

.fa-object-group:before {
    content: "\F247";
}

.fa-object-ungroup:before {
    content: "\F248";
}

.fa-sticky-note:before {
    content: "\F249";
}

.fa-sticky-note-o:before {
    content: "\F24A";
}

.fa-cc-jcb:before {
    content: "\F24B";
}

.fa-cc-diners-club:before {
    content: "\F24C";
}

.fa-clone:before {
    content: "\F24D";
}

.fa-balance-scale:before {
    content: "\F24E";
}

.fa-hourglass-o:before {
    content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\F253";
}

.fa-hourglass:before {
    content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\F256";
}

.fa-hand-scissors-o:before {
    content: "\F257";
}

.fa-hand-lizard-o:before {
    content: "\F258";
}

.fa-hand-spock-o:before {
    content: "\F259";
}

.fa-hand-pointer-o:before {
    content: "\F25A";
}

.fa-hand-peace-o:before {
    content: "\F25B";
}

.fa-trademark:before {
    content: "\F25C";
}

.fa-registered:before {
    content: "\F25D";
}

.fa-creative-commons:before {
    content: "\F25E";
}

.fa-gg:before {
    content: "\F260";
}

.fa-gg-circle:before {
    content: "\F261";
}

.fa-tripadvisor:before {
    content: "\F262";
}

.fa-odnoklassniki:before {
    content: "\F263";
}

.fa-odnoklassniki-square:before {
    content: "\F264";
}

.fa-get-pocket:before {
    content: "\F265";
}

.fa-wikipedia-w:before {
    content: "\F266";
}

.fa-safari:before {
    content: "\F267";
}

.fa-chrome:before {
    content: "\F268";
}

.fa-firefox:before {
    content: "\F269";
}

.fa-opera:before {
    content: "\F26A";
}

.fa-internet-explorer:before {
    content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
    content: "\F26C";
}

.fa-contao:before {
    content: "\F26D";
}

.fa-500px:before {
    content: "\F26E";
}

.fa-amazon:before {
    content: "\F270";
}

.fa-calendar-plus-o:before {
    content: "\F271";
}

.fa-calendar-minus-o:before {
    content: "\F272";
}

.fa-calendar-times-o:before {
    content: "\F273";
}

.fa-calendar-check-o:before {
    content: "\F274";
}

.fa-industry:before {
    content: "\F275";
}

.fa-map-pin:before {
    content: "\F276";
}

.fa-map-signs:before {
    content: "\F277";
}

.fa-map-o:before {
    content: "\F278";
}

.fa-map:before {
    content: "\F279";
}

.fa-commenting:before {
    content: "\F27A";
}

.fa-commenting-o:before {
    content: "\F27B";
}

.fa-houzz:before {
    content: "\F27C";
}

.fa-vimeo:before {
    content: "\F27D";
}

.fa-black-tie:before {
    content: "\F27E";
}

.fa-fonticons:before {
    content: "\F280";
}

.fa-reddit-alien:before {
    content: "\F281";
}

.fa-edge:before {
    content: "\F282";
}

.fa-credit-card-alt:before {
    content: "\F283";
}

.fa-codiepie:before {
    content: "\F284";
}

.fa-modx:before {
    content: "\F285";
}

.fa-fort-awesome:before {
    content: "\F286";
}

.fa-usb:before {
    content: "\F287";
}

.fa-product-hunt:before {
    content: "\F288";
}

.fa-mixcloud:before {
    content: "\F289";
}

.fa-scribd:before {
    content: "\F28A";
}

.fa-pause-circle:before {
    content: "\F28B";
}

.fa-pause-circle-o:before {
    content: "\F28C";
}

.fa-stop-circle:before {
    content: "\F28D";
}

.fa-stop-circle-o:before {
    content: "\F28E";
}

.fa-shopping-bag:before {
    content: "\F290";
}

.fa-shopping-basket:before {
    content: "\F291";
}

.fa-hashtag:before {
    content: "\F292";
}

.fa-bluetooth:before {
    content: "\F293";
}

.fa-bluetooth-b:before {
    content: "\F294";
}

.fa-percent:before {
    content: "\F295";
}

.fa-gitlab:before {
    content: "\F296";
}

.fa-wpbeginner:before {
    content: "\F297";
}

.fa-wpforms:before {
    content: "\F298";
}

.fa-envira:before {
    content: "\F299";
}

.fa-universal-access:before {
    content: "\F29A";
}

.fa-wheelchair-alt:before {
    content: "\F29B";
}

.fa-question-circle-o:before {
    content: "\F29C";
}

.fa-blind:before {
    content: "\F29D";
}

.fa-audio-description:before {
    content: "\F29E";
}

.fa-volume-control-phone:before {
    content: "\F2A0";
}

.fa-braille:before {
    content: "\F2A1";
}

.fa-assistive-listening-systems:before {
    content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\F2A4";
}

.fa-glide:before {
    content: "\F2A5";
}

.fa-glide-g:before {
    content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\F2A7";
}

.fa-low-vision:before {
    content: "\F2A8";
}

.fa-viadeo:before {
    content: "\F2A9";
}

.fa-viadeo-square:before {
    content: "\F2AA";
}

.fa-snapchat:before {
    content: "\F2AB";
}

.fa-snapchat-ghost:before {
    content: "\F2AC";
}

.fa-snapchat-square:before {
    content: "\F2AD";
}

.fa-pied-piper:before {
    content: "\F2AE";
}

.fa-first-order:before {
    content: "\F2B0";
}

.fa-yoast:before {
    content: "\F2B1";
}

.fa-themeisle:before {
    content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\F2B4";
}

.fa-handshake-o:before {
    content: "\F2B5";
}

.fa-envelope-open:before {
    content: "\F2B6";
}

.fa-envelope-open-o:before {
    content: "\F2B7";
}

.fa-linode:before {
    content: "\F2B8";
}

.fa-address-book:before {
    content: "\F2B9";
}

.fa-address-book-o:before {
    content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\F2BC";
}

.fa-user-circle:before {
    content: "\F2BD";
}

.fa-user-circle-o:before {
    content: "\F2BE";
}

.fa-user-o:before {
    content: "\F2C0";
}

.fa-id-badge:before {
    content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\F2C3";
}

.fa-quora:before {
    content: "\F2C4";
}

.fa-free-code-camp:before {
    content: "\F2C5";
}

.fa-telegram:before {
    content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\F2CB";
}

.fa-shower:before {
    content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\F2CD";
}

.fa-podcast:before {
    content: "\F2CE";
}

.fa-window-maximize:before {
    content: "\F2D0";
}

.fa-window-minimize:before {
    content: "\F2D1";
}

.fa-window-restore:before {
    content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\F2D4";
}

.fa-bandcamp:before {
    content: "\F2D5";
}

.fa-grav:before {
    content: "\F2D6";
}

.fa-etsy:before {
    content: "\F2D7";
}

.fa-imdb:before {
    content: "\F2D8";
}

.fa-ravelry:before {
    content: "\F2D9";
}

.fa-eercast:before {
    content: "\F2DA";
}

.fa-microchip:before {
    content: "\F2DB";
}

.fa-snowflake-o:before {
    content: "\F2DC";
}

.fa-superpowers:before {
    content: "\F2DD";
}

.fa-wpexplorer:before {
    content: "\F2DE";
}

.fa-meetup:before {
    content: "\F2E0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-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);
    -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(/wp-content/themes/corerealty/dist/vendor/ajax-loader_c5cd7f53.gif) center center no-repeat;
}


/* Icons */

@font-face {
    font-family: "slick";
    src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);
    src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=?#iefix) format("embedded-opentype"), url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#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%);
    -o-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: "\2190";
}

[dir="rtl"] .slick-prev:before {
    content: "\2192";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "\2192";
}

[dir="rtl"] .slick-next:before {
    content: "\2190";
}


/* 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: "\2022";
    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;
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url(/wp-content/themes/corerealty/dist/vendor/fontawesome-webfont_674f50d2.eot);
    src: url(/wp-content/themes/corerealty/dist/vendor/fontawesome-webfont_674f50d2.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/wp-content/themes/corerealty/dist/vendor/fontawesome-webfont_af7ae505.woff2) format("woff2"), url(/wp-content/themes/corerealty/dist/vendor/fontawesome-webfont_fee66e71.woff) format("woff"), url(/wp-content/themes/corerealty/dist/vendor/fontawesome-webfont_b06871f2.ttf) format("truetype"), url(/wp-content/themes/corerealty/dist/vendor/fontawesome-webfont_912ec66d.svg#fontawesomeregular) format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}


/* Deprecated as of 4.4.0 */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    -o-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
    content: "\F000";
}

.fa-music:before {
    content: "\F001";
}

.fa-search:before {
    content: "\F002";
}

.fa-envelope-o:before {
    content: "\F003";
}

.fa-heart:before {
    content: "\F004";
}

.fa-star:before {
    content: "\F005";
}

.fa-star-o:before {
    content: "\F006";
}

.fa-user:before {
    content: "\F007";
}

.fa-film:before {
    content: "\F008";
}

.fa-th-large:before {
    content: "\F009";
}

.fa-th:before {
    content: "\F00A";
}

.fa-th-list:before {
    content: "\F00B";
}

.fa-check:before {
    content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\F00D";
}

.fa-search-plus:before {
    content: "\F00E";
}

.fa-search-minus:before {
    content: "\F010";
}

.fa-power-off:before {
    content: "\F011";
}

.fa-signal:before {
    content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\F013";
}

.fa-trash-o:before {
    content: "\F014";
}

.fa-home:before {
    content: "\F015";
}

.fa-file-o:before {
    content: "\F016";
}

.fa-clock-o:before {
    content: "\F017";
}

.fa-road:before {
    content: "\F018";
}

.fa-download:before {
    content: "\F019";
}

.fa-arrow-circle-o-down:before {
    content: "\F01A";
}

.fa-arrow-circle-o-up:before {
    content: "\F01B";
}

.fa-inbox:before {
    content: "\F01C";
}

.fa-play-circle-o:before {
    content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\F01E";
}

.fa-refresh:before {
    content: "\F021";
}

.fa-list-alt:before {
    content: "\F022";
}

.fa-lock:before {
    content: "\F023";
}

.fa-flag:before {
    content: "\F024";
}

.fa-headphones:before {
    content: "\F025";
}

.fa-volume-off:before {
    content: "\F026";
}

.fa-volume-down:before {
    content: "\F027";
}

.fa-volume-up:before {
    content: "\F028";
}

.fa-qrcode:before {
    content: "\F029";
}

.fa-barcode:before {
    content: "\F02A";
}

.fa-tag:before {
    content: "\F02B";
}

.fa-tags:before {
    content: "\F02C";
}

.fa-book:before {
    content: "\F02D";
}

.fa-bookmark:before {
    content: "\F02E";
}

.fa-print:before {
    content: "\F02F";
}

.fa-camera:before {
    content: "\F030";
}

.fa-font:before {
    content: "\F031";
}

.fa-bold:before {
    content: "\F032";
}

.fa-italic:before {
    content: "\F033";
}

.fa-text-height:before {
    content: "\F034";
}

.fa-text-width:before {
    content: "\F035";
}

.fa-align-left:before {
    content: "\F036";
}

.fa-align-center:before {
    content: "\F037";
}

.fa-align-right:before {
    content: "\F038";
}

.fa-align-justify:before {
    content: "\F039";
}

.fa-list:before {
    content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\F03B";
}

.fa-indent:before {
    content: "\F03C";
}

.fa-video-camera:before {
    content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\F03E";
}

.fa-pencil:before {
    content: "\F040";
}

.fa-map-marker:before {
    content: "\F041";
}

.fa-adjust:before {
    content: "\F042";
}

.fa-tint:before {
    content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\F044";
}

.fa-share-square-o:before {
    content: "\F045";
}

.fa-check-square-o:before {
    content: "\F046";
}

.fa-arrows:before {
    content: "\F047";
}

.fa-step-backward:before {
    content: "\F048";
}

.fa-fast-backward:before {
    content: "\F049";
}

.fa-backward:before {
    content: "\F04A";
}

.fa-play:before {
    content: "\F04B";
}

.fa-pause:before {
    content: "\F04C";
}

.fa-stop:before {
    content: "\F04D";
}

.fa-forward:before {
    content: "\F04E";
}

.fa-fast-forward:before {
    content: "\F050";
}

.fa-step-forward:before {
    content: "\F051";
}

.fa-eject:before {
    content: "\F052";
}

.fa-chevron-left:before {
    content: "\F053";
}

.fa-chevron-right:before {
    content: "\F054";
}

.fa-plus-circle:before {
    content: "\F055";
}

.fa-minus-circle:before {
    content: "\F056";
}

.fa-times-circle:before {
    content: "\F057";
}

.fa-check-circle:before {
    content: "\F058";
}

.fa-question-circle:before {
    content: "\F059";
}

.fa-info-circle:before {
    content: "\F05A";
}

.fa-crosshairs:before {
    content: "\F05B";
}

.fa-times-circle-o:before {
    content: "\F05C";
}

.fa-check-circle-o:before {
    content: "\F05D";
}

.fa-ban:before {
    content: "\F05E";
}

.fa-arrow-left:before {
    content: "\F060";
}

.fa-arrow-right:before {
    content: "\F061";
}

.fa-arrow-up:before {
    content: "\F062";
}

.fa-arrow-down:before {
    content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\F064";
}

.fa-expand:before {
    content: "\F065";
}

.fa-compress:before {
    content: "\F066";
}

.fa-plus:before {
    content: "\F067";
}

.fa-minus:before {
    content: "\F068";
}

.fa-asterisk:before {
    content: "\F069";
}

.fa-exclamation-circle:before {
    content: "\F06A";
}

.fa-gift:before {
    content: "\F06B";
}

.fa-leaf:before {
    content: "\F06C";
}

.fa-fire:before {
    content: "\F06D";
}

.fa-eye:before {
    content: "\F06E";
}

.fa-eye-slash:before {
    content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\F071";
}

.fa-plane:before {
    content: "\F072";
}

.fa-calendar:before {
    content: "\F073";
}

.fa-random:before {
    content: "\F074";
}

.fa-comment:before {
    content: "\F075";
}

.fa-magnet:before {
    content: "\F076";
}

.fa-chevron-up:before {
    content: "\F077";
}

.fa-chevron-down:before {
    content: "\F078";
}

.fa-retweet:before {
    content: "\F079";
}

.fa-shopping-cart:before {
    content: "\F07A";
}

.fa-folder:before {
    content: "\F07B";
}

.fa-folder-open:before {
    content: "\F07C";
}

.fa-arrows-v:before {
    content: "\F07D";
}

.fa-arrows-h:before {
    content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\F080";
}

.fa-twitter-square:before {
    content: "\F081";
}

.fa-facebook-square:before {
    content: "\F082";
}

.fa-camera-retro:before {
    content: "\F083";
}

.fa-key:before {
    content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\F085";
}

.fa-comments:before {
    content: "\F086";
}

.fa-thumbs-o-up:before {
    content: "\F087";
}

.fa-thumbs-o-down:before {
    content: "\F088";
}

.fa-star-half:before {
    content: "\F089";
}

.fa-heart-o:before {
    content: "\F08A";
}

.fa-sign-out:before {
    content: "\F08B";
}

.fa-linkedin-square:before {
    content: "\F08C";
}

.fa-thumb-tack:before {
    content: "\F08D";
}

.fa-external-link:before {
    content: "\F08E";
}

.fa-sign-in:before {
    content: "\F090";
}

.fa-trophy:before {
    content: "\F091";
}

.fa-github-square:before {
    content: "\F092";
}

.fa-upload:before {
    content: "\F093";
}

.fa-lemon-o:before {
    content: "\F094";
}

.fa-phone:before {
    content: "\F095";
}

.fa-square-o:before {
    content: "\F096";
}

.fa-bookmark-o:before {
    content: "\F097";
}

.fa-phone-square:before {
    content: "\F098";
}

.fa-twitter:before {
    content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\F09A";
}

.fa-github:before {
    content: "\F09B";
}

.fa-unlock:before {
    content: "\F09C";
}

.fa-credit-card:before {
    content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
    content: "\F09E";
}

.fa-hdd-o:before {
    content: "\F0A0";
}

.fa-bullhorn:before {
    content: "\F0A1";
}

.fa-bell:before {
    content: "\F0F3";
}

.fa-certificate:before {
    content: "\F0A3";
}

.fa-hand-o-right:before {
    content: "\F0A4";
}

.fa-hand-o-left:before {
    content: "\F0A5";
}

.fa-hand-o-up:before {
    content: "\F0A6";
}

.fa-hand-o-down:before {
    content: "\F0A7";
}

.fa-arrow-circle-left:before {
    content: "\F0A8";
}

.fa-arrow-circle-right:before {
    content: "\F0A9";
}

.fa-arrow-circle-up:before {
    content: "\F0AA";
}

.fa-arrow-circle-down:before {
    content: "\F0AB";
}

.fa-globe:before {
    content: "\F0AC";
}

.fa-wrench:before {
    content: "\F0AD";
}

.fa-tasks:before {
    content: "\F0AE";
}

.fa-filter:before {
    content: "\F0B0";
}

.fa-briefcase:before {
    content: "\F0B1";
}

.fa-arrows-alt:before {
    content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
    content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
    content: "\F0C1";
}

.fa-cloud:before {
    content: "\F0C2";
}

.fa-flask:before {
    content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\F0C5";
}

.fa-paperclip:before {
    content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\F0C7";
}

.fa-square:before {
    content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\F0C9";
}

.fa-list-ul:before {
    content: "\F0CA";
}

.fa-list-ol:before {
    content: "\F0CB";
}

.fa-strikethrough:before {
    content: "\F0CC";
}

.fa-underline:before {
    content: "\F0CD";
}

.fa-table:before {
    content: "\F0CE";
}

.fa-magic:before {
    content: "\F0D0";
}

.fa-truck:before {
    content: "\F0D1";
}

.fa-pinterest:before {
    content: "\F0D2";
}

.fa-pinterest-square:before {
    content: "\F0D3";
}

.fa-google-plus-square:before {
    content: "\F0D4";
}

.fa-google-plus:before {
    content: "\F0D5";
}

.fa-money:before {
    content: "\F0D6";
}

.fa-caret-down:before {
    content: "\F0D7";
}

.fa-caret-up:before {
    content: "\F0D8";
}

.fa-caret-left:before {
    content: "\F0D9";
}

.fa-caret-right:before {
    content: "\F0DA";
}

.fa-columns:before {
    content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\F0DE";
}

.fa-envelope:before {
    content: "\F0E0";
}

.fa-linkedin:before {
    content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\F0E4";
}

.fa-comment-o:before {
    content: "\F0E5";
}

.fa-comments-o:before {
    content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\F0E7";
}

.fa-sitemap:before {
    content: "\F0E8";
}

.fa-umbrella:before {
    content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\F0EA";
}

.fa-lightbulb-o:before {
    content: "\F0EB";
}

.fa-exchange:before {
    content: "\F0EC";
}

.fa-cloud-download:before {
    content: "\F0ED";
}

.fa-cloud-upload:before {
    content: "\F0EE";
}

.fa-user-md:before {
    content: "\F0F0";
}

.fa-stethoscope:before {
    content: "\F0F1";
}

.fa-suitcase:before {
    content: "\F0F2";
}

.fa-bell-o:before {
    content: "\F0A2";
}

.fa-coffee:before {
    content: "\F0F4";
}

.fa-cutlery:before {
    content: "\F0F5";
}

.fa-file-text-o:before {
    content: "\F0F6";
}

.fa-building-o:before {
    content: "\F0F7";
}

.fa-hospital-o:before {
    content: "\F0F8";
}

.fa-ambulance:before {
    content: "\F0F9";
}

.fa-medkit:before {
    content: "\F0FA";
}

.fa-fighter-jet:before {
    content: "\F0FB";
}

.fa-beer:before {
    content: "\F0FC";
}

.fa-h-square:before {
    content: "\F0FD";
}

.fa-plus-square:before {
    content: "\F0FE";
}

.fa-angle-double-left:before {
    content: "\F100";
}

.fa-angle-double-right:before {
    content: "\F101";
}

.fa-angle-double-up:before {
    content: "\F102";
}

.fa-angle-double-down:before {
    content: "\F103";
}

.fa-angle-left:before {
    content: "\F104";
}

.fa-angle-right:before {
    content: "\F105";
}

.fa-angle-up:before {
    content: "\F106";
}

.fa-angle-down:before {
    content: "\F107";
}

.fa-desktop:before {
    content: "\F108";
}

.fa-laptop:before {
    content: "\F109";
}

.fa-tablet:before {
    content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\F10B";
}

.fa-circle-o:before {
    content: "\F10C";
}

.fa-quote-left:before {
    content: "\F10D";
}

.fa-quote-right:before {
    content: "\F10E";
}

.fa-spinner:before {
    content: "\F110";
}

.fa-circle:before {
    content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\F112";
}

.fa-github-alt:before {
    content: "\F113";
}

.fa-folder-o:before {
    content: "\F114";
}

.fa-folder-open-o:before {
    content: "\F115";
}

.fa-smile-o:before {
    content: "\F118";
}

.fa-frown-o:before {
    content: "\F119";
}

.fa-meh-o:before {
    content: "\F11A";
}

.fa-gamepad:before {
    content: "\F11B";
}

.fa-keyboard-o:before {
    content: "\F11C";
}

.fa-flag-o:before {
    content: "\F11D";
}

.fa-flag-checkered:before {
    content: "\F11E";
}

.fa-terminal:before {
    content: "\F120";
}

.fa-code:before {
    content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\F123";
}

.fa-location-arrow:before {
    content: "\F124";
}

.fa-crop:before {
    content: "\F125";
}

.fa-code-fork:before {
    content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\F127";
}

.fa-question:before {
    content: "\F128";
}

.fa-info:before {
    content: "\F129";
}

.fa-exclamation:before {
    content: "\F12A";
}

.fa-superscript:before {
    content: "\F12B";
}

.fa-subscript:before {
    content: "\F12C";
}

.fa-eraser:before {
    content: "\F12D";
}

.fa-puzzle-piece:before {
    content: "\F12E";
}

.fa-microphone:before {
    content: "\F130";
}

.fa-microphone-slash:before {
    content: "\F131";
}

.fa-shield:before {
    content: "\F132";
}

.fa-calendar-o:before {
    content: "\F133";
}

.fa-fire-extinguisher:before {
    content: "\F134";
}

.fa-rocket:before {
    content: "\F135";
}

.fa-maxcdn:before {
    content: "\F136";
}

.fa-chevron-circle-left:before {
    content: "\F137";
}

.fa-chevron-circle-right:before {
    content: "\F138";
}

.fa-chevron-circle-up:before {
    content: "\F139";
}

.fa-chevron-circle-down:before {
    content: "\F13A";
}

.fa-html5:before {
    content: "\F13B";
}

.fa-css3:before {
    content: "\F13C";
}

.fa-anchor:before {
    content: "\F13D";
}

.fa-unlock-alt:before {
    content: "\F13E";
}

.fa-bullseye:before {
    content: "\F140";
}

.fa-ellipsis-h:before {
    content: "\F141";
}

.fa-ellipsis-v:before {
    content: "\F142";
}

.fa-rss-square:before {
    content: "\F143";
}

.fa-play-circle:before {
    content: "\F144";
}

.fa-ticket:before {
    content: "\F145";
}

.fa-minus-square:before {
    content: "\F146";
}

.fa-minus-square-o:before {
    content: "\F147";
}

.fa-level-up:before {
    content: "\F148";
}

.fa-level-down:before {
    content: "\F149";
}

.fa-check-square:before {
    content: "\F14A";
}

.fa-pencil-square:before {
    content: "\F14B";
}

.fa-external-link-square:before {
    content: "\F14C";
}

.fa-share-square:before {
    content: "\F14D";
}

.fa-compass:before {
    content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\F153";
}

.fa-gbp:before {
    content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\F158";
}

.fa-won:before,
.fa-krw:before {
    content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\F15A";
}

.fa-file:before {
    content: "\F15B";
}

.fa-file-text:before {
    content: "\F15C";
}

.fa-sort-alpha-asc:before {
    content: "\F15D";
}

.fa-sort-alpha-desc:before {
    content: "\F15E";
}

.fa-sort-amount-asc:before {
    content: "\F160";
}

.fa-sort-amount-desc:before {
    content: "\F161";
}

.fa-sort-numeric-asc:before {
    content: "\F162";
}

.fa-sort-numeric-desc:before {
    content: "\F163";
}

.fa-thumbs-up:before {
    content: "\F164";
}

.fa-thumbs-down:before {
    content: "\F165";
}

.fa-youtube-square:before {
    content: "\F166";
}

.fa-youtube:before {
    content: "\F167";
}

.fa-xing:before {
    content: "\F168";
}

.fa-xing-square:before {
    content: "\F169";
}

.fa-youtube-play:before {
    content: "\F16A";
}

.fa-dropbox:before {
    content: "\F16B";
}

.fa-stack-overflow:before {
    content: "\F16C";
}

.fa-instagram:before {
    content: "\F16D";
}

.fa-flickr:before {
    content: "\F16E";
}

.fa-adn:before {
    content: "\F170";
}

.fa-bitbucket:before {
    content: "\F171";
}

.fa-bitbucket-square:before {
    content: "\F172";
}

.fa-tumblr:before {
    content: "\F173";
}

.fa-tumblr-square:before {
    content: "\F174";
}

.fa-long-arrow-down:before {
    content: "\F175";
}

.fa-long-arrow-up:before {
    content: "\F176";
}

.fa-long-arrow-left:before {
    content: "\F177";
}

.fa-long-arrow-right:before {
    content: "\F178";
}

.fa-apple:before {
    content: "\F179";
}

.fa-windows:before {
    content: "\F17A";
}

.fa-android:before {
    content: "\F17B";
}

.fa-linux:before {
    content: "\F17C";
}

.fa-dribbble:before {
    content: "\F17D";
}

.fa-skype:before {
    content: "\F17E";
}

.fa-foursquare:before {
    content: "\F180";
}

.fa-trello:before {
    content: "\F181";
}

.fa-female:before {
    content: "\F182";
}

.fa-male:before {
    content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\F184";
}

.fa-sun-o:before {
    content: "\F185";
}

.fa-moon-o:before {
    content: "\F186";
}

.fa-archive:before {
    content: "\F187";
}

.fa-bug:before {
    content: "\F188";
}

.fa-vk:before {
    content: "\F189";
}

.fa-weibo:before {
    content: "\F18A";
}

.fa-renren:before {
    content: "\F18B";
}

.fa-pagelines:before {
    content: "\F18C";
}

.fa-stack-exchange:before {
    content: "\F18D";
}

.fa-arrow-circle-o-right:before {
    content: "\F18E";
}

.fa-arrow-circle-o-left:before {
    content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\F191";
}

.fa-dot-circle-o:before {
    content: "\F192";
}

.fa-wheelchair:before {
    content: "\F193";
}

.fa-vimeo-square:before {
    content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\F195";
}

.fa-plus-square-o:before {
    content: "\F196";
}

.fa-space-shuttle:before {
    content: "\F197";
}

.fa-slack:before {
    content: "\F198";
}

.fa-envelope-square:before {
    content: "\F199";
}

.fa-wordpress:before {
    content: "\F19A";
}

.fa-openid:before {
    content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\F19D";
}

.fa-yahoo:before {
    content: "\F19E";
}

.fa-google:before {
    content: "\F1A0";
}

.fa-reddit:before {
    content: "\F1A1";
}

.fa-reddit-square:before {
    content: "\F1A2";
}

.fa-stumbleupon-circle:before {
    content: "\F1A3";
}

.fa-stumbleupon:before {
    content: "\F1A4";
}

.fa-delicious:before {
    content: "\F1A5";
}

.fa-digg:before {
    content: "\F1A6";
}

.fa-pied-piper-pp:before {
    content: "\F1A7";
}

.fa-pied-piper-alt:before {
    content: "\F1A8";
}

.fa-drupal:before {
    content: "\F1A9";
}

.fa-joomla:before {
    content: "\F1AA";
}

.fa-language:before {
    content: "\F1AB";
}

.fa-fax:before {
    content: "\F1AC";
}

.fa-building:before {
    content: "\F1AD";
}

.fa-child:before {
    content: "\F1AE";
}

.fa-paw:before {
    content: "\F1B0";
}

.fa-spoon:before {
    content: "\F1B1";
}

.fa-cube:before {
    content: "\F1B2";
}

.fa-cubes:before {
    content: "\F1B3";
}

.fa-behance:before {
    content: "\F1B4";
}

.fa-behance-square:before {
    content: "\F1B5";
}

.fa-steam:before {
    content: "\F1B6";
}

.fa-steam-square:before {
    content: "\F1B7";
}

.fa-recycle:before {
    content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\F1BA";
}

.fa-tree:before {
    content: "\F1BB";
}

.fa-spotify:before {
    content: "\F1BC";
}

.fa-deviantart:before {
    content: "\F1BD";
}

.fa-soundcloud:before {
    content: "\F1BE";
}

.fa-database:before {
    content: "\F1C0";
}

.fa-file-pdf-o:before {
    content: "\F1C1";
}

.fa-file-word-o:before {
    content: "\F1C2";
}

.fa-file-excel-o:before {
    content: "\F1C3";
}

.fa-file-powerpoint-o:before {
    content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\F1C8";
}

.fa-file-code-o:before {
    content: "\F1C9";
}

.fa-vine:before {
    content: "\F1CA";
}

.fa-codepen:before {
    content: "\F1CB";
}

.fa-jsfiddle:before {
    content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\F1CD";
}

.fa-circle-o-notch:before {
    content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\F1D1";
}

.fa-git-square:before {
    content: "\F1D2";
}

.fa-git:before {
    content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\F1D4";
}

.fa-tencent-weibo:before {
    content: "\F1D5";
}

.fa-qq:before {
    content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\F1D9";
}

.fa-history:before {
    content: "\F1DA";
}

.fa-circle-thin:before {
    content: "\F1DB";
}

.fa-header:before {
    content: "\F1DC";
}

.fa-paragraph:before {
    content: "\F1DD";
}

.fa-sliders:before {
    content: "\F1DE";
}

.fa-share-alt:before {
    content: "\F1E0";
}

.fa-share-alt-square:before {
    content: "\F1E1";
}

.fa-bomb:before {
    content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\F1E3";
}

.fa-tty:before {
    content: "\F1E4";
}

.fa-binoculars:before {
    content: "\F1E5";
}

.fa-plug:before {
    content: "\F1E6";
}

.fa-slideshare:before {
    content: "\F1E7";
}

.fa-twitch:before {
    content: "\F1E8";
}

.fa-yelp:before {
    content: "\F1E9";
}

.fa-newspaper-o:before {
    content: "\F1EA";
}

.fa-wifi:before {
    content: "\F1EB";
}

.fa-calculator:before {
    content: "\F1EC";
}

.fa-paypal:before {
    content: "\F1ED";
}

.fa-google-wallet:before {
    content: "\F1EE";
}

.fa-cc-visa:before {
    content: "\F1F0";
}

.fa-cc-mastercard:before {
    content: "\F1F1";
}

.fa-cc-discover:before {
    content: "\F1F2";
}

.fa-cc-amex:before {
    content: "\F1F3";
}

.fa-cc-paypal:before {
    content: "\F1F4";
}

.fa-cc-stripe:before {
    content: "\F1F5";
}

.fa-bell-slash:before {
    content: "\F1F6";
}

.fa-bell-slash-o:before {
    content: "\F1F7";
}

.fa-trash:before {
    content: "\F1F8";
}

.fa-copyright:before {
    content: "\F1F9";
}

.fa-at:before {
    content: "\F1FA";
}

.fa-eyedropper:before {
    content: "\F1FB";
}

.fa-paint-brush:before {
    content: "\F1FC";
}

.fa-birthday-cake:before {
    content: "\F1FD";
}

.fa-area-chart:before {
    content: "\F1FE";
}

.fa-pie-chart:before {
    content: "\F200";
}

.fa-line-chart:before {
    content: "\F201";
}

.fa-lastfm:before {
    content: "\F202";
}

.fa-lastfm-square:before {
    content: "\F203";
}

.fa-toggle-off:before {
    content: "\F204";
}

.fa-toggle-on:before {
    content: "\F205";
}

.fa-bicycle:before {
    content: "\F206";
}

.fa-bus:before {
    content: "\F207";
}

.fa-ioxhost:before {
    content: "\F208";
}

.fa-angellist:before {
    content: "\F209";
}

.fa-cc:before {
    content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\F20B";
}

.fa-meanpath:before {
    content: "\F20C";
}

.fa-buysellads:before {
    content: "\F20D";
}

.fa-connectdevelop:before {
    content: "\F20E";
}

.fa-dashcube:before {
    content: "\F210";
}

.fa-forumbee:before {
    content: "\F211";
}

.fa-leanpub:before {
    content: "\F212";
}

.fa-sellsy:before {
    content: "\F213";
}

.fa-shirtsinbulk:before {
    content: "\F214";
}

.fa-simplybuilt:before {
    content: "\F215";
}

.fa-skyatlas:before {
    content: "\F216";
}

.fa-cart-plus:before {
    content: "\F217";
}

.fa-cart-arrow-down:before {
    content: "\F218";
}

.fa-diamond:before {
    content: "\F219";
}

.fa-ship:before {
    content: "\F21A";
}

.fa-user-secret:before {
    content: "\F21B";
}

.fa-motorcycle:before {
    content: "\F21C";
}

.fa-street-view:before {
    content: "\F21D";
}

.fa-heartbeat:before {
    content: "\F21E";
}

.fa-venus:before {
    content: "\F221";
}

.fa-mars:before {
    content: "\F222";
}

.fa-mercury:before {
    content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\F224";
}

.fa-transgender-alt:before {
    content: "\F225";
}

.fa-venus-double:before {
    content: "\F226";
}

.fa-mars-double:before {
    content: "\F227";
}

.fa-venus-mars:before {
    content: "\F228";
}

.fa-mars-stroke:before {
    content: "\F229";
}

.fa-mars-stroke-v:before {
    content: "\F22A";
}

.fa-mars-stroke-h:before {
    content: "\F22B";
}

.fa-neuter:before {
    content: "\F22C";
}

.fa-genderless:before {
    content: "\F22D";
}

.fa-facebook-official:before {
    content: "\F230";
}

.fa-pinterest-p:before {
    content: "\F231";
}

.fa-whatsapp:before {
    content: "\F232";
}

.fa-server:before {
    content: "\F233";
}

.fa-user-plus:before {
    content: "\F234";
}

.fa-user-times:before {
    content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\F236";
}

.fa-viacoin:before {
    content: "\F237";
}

.fa-train:before {
    content: "\F238";
}

.fa-subway:before {
    content: "\F239";
}

.fa-medium:before {
    content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\F23B";
}

.fa-optin-monster:before {
    content: "\F23C";
}

.fa-opencart:before {
    content: "\F23D";
}

.fa-expeditedssl:before {
    content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\F244";
}

.fa-mouse-pointer:before {
    content: "\F245";
}

.fa-i-cursor:before {
    content: "\F246";
}

.fa-object-group:before {
    content: "\F247";
}

.fa-object-ungroup:before {
    content: "\F248";
}

.fa-sticky-note:before {
    content: "\F249";
}

.fa-sticky-note-o:before {
    content: "\F24A";
}

.fa-cc-jcb:before {
    content: "\F24B";
}

.fa-cc-diners-club:before {
    content: "\F24C";
}

.fa-clone:before {
    content: "\F24D";
}

.fa-balance-scale:before {
    content: "\F24E";
}

.fa-hourglass-o:before {
    content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\F253";
}

.fa-hourglass:before {
    content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\F256";
}

.fa-hand-scissors-o:before {
    content: "\F257";
}

.fa-hand-lizard-o:before {
    content: "\F258";
}

.fa-hand-spock-o:before {
    content: "\F259";
}

.fa-hand-pointer-o:before {
    content: "\F25A";
}

.fa-hand-peace-o:before {
    content: "\F25B";
}

.fa-trademark:before {
    content: "\F25C";
}

.fa-registered:before {
    content: "\F25D";
}

.fa-creative-commons:before {
    content: "\F25E";
}

.fa-gg:before {
    content: "\F260";
}

.fa-gg-circle:before {
    content: "\F261";
}

.fa-tripadvisor:before {
    content: "\F262";
}

.fa-odnoklassniki:before {
    content: "\F263";
}

.fa-odnoklassniki-square:before {
    content: "\F264";
}

.fa-get-pocket:before {
    content: "\F265";
}

.fa-wikipedia-w:before {
    content: "\F266";
}

.fa-safari:before {
    content: "\F267";
}

.fa-chrome:before {
    content: "\F268";
}

.fa-firefox:before {
    content: "\F269";
}

.fa-opera:before {
    content: "\F26A";
}

.fa-internet-explorer:before {
    content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
    content: "\F26C";
}

.fa-contao:before {
    content: "\F26D";
}

.fa-500px:before {
    content: "\F26E";
}

.fa-amazon:before {
    content: "\F270";
}

.fa-calendar-plus-o:before {
    content: "\F271";
}

.fa-calendar-minus-o:before {
    content: "\F272";
}

.fa-calendar-times-o:before {
    content: "\F273";
}

.fa-calendar-check-o:before {
    content: "\F274";
}

.fa-industry:before {
    content: "\F275";
}

.fa-map-pin:before {
    content: "\F276";
}

.fa-map-signs:before {
    content: "\F277";
}

.fa-map-o:before {
    content: "\F278";
}

.fa-map:before {
    content: "\F279";
}

.fa-commenting:before {
    content: "\F27A";
}

.fa-commenting-o:before {
    content: "\F27B";
}

.fa-houzz:before {
    content: "\F27C";
}

.fa-vimeo:before {
    content: "\F27D";
}

.fa-black-tie:before {
    content: "\F27E";
}

.fa-fonticons:before {
    content: "\F280";
}

.fa-reddit-alien:before {
    content: "\F281";
}

.fa-edge:before {
    content: "\F282";
}

.fa-credit-card-alt:before {
    content: "\F283";
}

.fa-codiepie:before {
    content: "\F284";
}

.fa-modx:before {
    content: "\F285";
}

.fa-fort-awesome:before {
    content: "\F286";
}

.fa-usb:before {
    content: "\F287";
}

.fa-product-hunt:before {
    content: "\F288";
}

.fa-mixcloud:before {
    content: "\F289";
}

.fa-scribd:before {
    content: "\F28A";
}

.fa-pause-circle:before {
    content: "\F28B";
}

.fa-pause-circle-o:before {
    content: "\F28C";
}

.fa-stop-circle:before {
    content: "\F28D";
}

.fa-stop-circle-o:before {
    content: "\F28E";
}

.fa-shopping-bag:before {
    content: "\F290";
}

.fa-shopping-basket:before {
    content: "\F291";
}

.fa-hashtag:before {
    content: "\F292";
}

.fa-bluetooth:before {
    content: "\F293";
}

.fa-bluetooth-b:before {
    content: "\F294";
}

.fa-percent:before {
    content: "\F295";
}

.fa-gitlab:before {
    content: "\F296";
}

.fa-wpbeginner:before {
    content: "\F297";
}

.fa-wpforms:before {
    content: "\F298";
}

.fa-envira:before {
    content: "\F299";
}

.fa-universal-access:before {
    content: "\F29A";
}

.fa-wheelchair-alt:before {
    content: "\F29B";
}

.fa-question-circle-o:before {
    content: "\F29C";
}

.fa-blind:before {
    content: "\F29D";
}

.fa-audio-description:before {
    content: "\F29E";
}

.fa-volume-control-phone:before {
    content: "\F2A0";
}

.fa-braille:before {
    content: "\F2A1";
}

.fa-assistive-listening-systems:before {
    content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\F2A4";
}

.fa-glide:before {
    content: "\F2A5";
}

.fa-glide-g:before {
    content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\F2A7";
}

.fa-low-vision:before {
    content: "\F2A8";
}

.fa-viadeo:before {
    content: "\F2A9";
}

.fa-viadeo-square:before {
    content: "\F2AA";
}

.fa-snapchat:before {
    content: "\F2AB";
}

.fa-snapchat-ghost:before {
    content: "\F2AC";
}

.fa-snapchat-square:before {
    content: "\F2AD";
}

.fa-pied-piper:before {
    content: "\F2AE";
}

.fa-first-order:before {
    content: "\F2B0";
}

.fa-yoast:before {
    content: "\F2B1";
}

.fa-themeisle:before {
    content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\F2B4";
}

.fa-handshake-o:before {
    content: "\F2B5";
}

.fa-envelope-open:before {
    content: "\F2B6";
}

.fa-envelope-open-o:before {
    content: "\F2B7";
}

.fa-linode:before {
    content: "\F2B8";
}

.fa-address-book:before {
    content: "\F2B9";
}

.fa-address-book-o:before {
    content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\F2BC";
}

.fa-user-circle:before {
    content: "\F2BD";
}

.fa-user-circle-o:before {
    content: "\F2BE";
}

.fa-user-o:before {
    content: "\F2C0";
}

.fa-id-badge:before {
    content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\F2C3";
}

.fa-quora:before {
    content: "\F2C4";
}

.fa-free-code-camp:before {
    content: "\F2C5";
}

.fa-telegram:before {
    content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\F2CB";
}

.fa-shower:before {
    content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\F2CD";
}

.fa-podcast:before {
    content: "\F2CE";
}

.fa-window-maximize:before {
    content: "\F2D0";
}

.fa-window-minimize:before {
    content: "\F2D1";
}

.fa-window-restore:before {
    content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\F2D4";
}

.fa-bandcamp:before {
    content: "\F2D5";
}

.fa-grav:before {
    content: "\F2D6";
}

.fa-etsy:before {
    content: "\F2D7";
}

.fa-imdb:before {
    content: "\F2D8";
}

.fa-ravelry:before {
    content: "\F2D9";
}

.fa-eercast:before {
    content: "\F2DA";
}

.fa-microchip:before {
    content: "\F2DB";
}

.fa-snowflake-o:before {
    content: "\F2DC";
}

.fa-superpowers:before {
    content: "\F2DD";
}

.fa-wpexplorer:before {
    content: "\F2DE";
}

.fa-meetup:before {
    content: "\F2E0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}


/*
 *  Usage:
 *
      <div class="sk-rotating-plane"></div>
 *
 */

.sk-rotating-plane {
    width: 40px;
    height: 40px;
    background-color: #333;
    margin: 40px auto;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    -o-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@-o-keyframes sk-rotatePlane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}


/*
 *  Usage:
 *
      <div class="sk-double-bounce">
        <div class="sk-child sk-double-bounce1"></div>
        <div class="sk-child sk-double-bounce2"></div>
      </div>
 *
 */

.sk-double-bounce {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 40px auto;
}

.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2.0s infinite ease-in-out;
    -o-animation: sk-doubleBounce 2.0s infinite ease-in-out;
    animation: sk-doubleBounce 2.0s infinite ease-in-out;
}

.sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1.0s;
    -o-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes sk-doubleBounce {
    0%,
    100% {
        -o-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}


/*
 *  Usage:
 *
      <div class="sk-wave">
        <div class="sk-rect sk-rect1"></div>
        <div class="sk-rect sk-rect2"></div>
        <div class="sk-rect sk-rect3"></div>
        <div class="sk-rect sk-rect4"></div>
        <div class="sk-rect sk-rect5"></div>
      </div>
 *
 */

.sk-wave {
    margin: 40px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.sk-wave .sk-rect {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    -o-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    -o-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    -o-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    -o-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-o-keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -o-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        -o-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
}


/*
 *  Usage:
 *
      <div class="sk-wandering-cubes">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
      </div>
 *
 */

.sk-wandering-cubes {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-wandering-cubes .sk-cube {
    background-color: #333;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
    -o-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
    animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-wandering-cubes .sk-cube2 {
    -webkit-animation-delay: -0.9s;
    -o-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCube {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
        transform: translateX(30px) rotate(-90deg) scale(0.5);
    }
    50% {
        /* Hack to make FF rotate in the right direction */
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
        transform: translateX(30px) translateY(30px) rotate(-179deg);
    }
    50.1% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
        transform: translateX(30px) translateY(30px) rotate(-180deg);
    }
    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-o-keyframes sk-wanderingCube {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -o-transform: translateX(30px) rotate(-90deg) scale(0.5);
        transform: translateX(30px) rotate(-90deg) scale(0.5);
    }
    50% {
        /* Hack to make FF rotate in the right direction */
        -o-transform: translateX(30px) translateY(30px) rotate(-179deg);
        transform: translateX(30px) translateY(30px) rotate(-179deg);
    }
    50.1% {
        -o-transform: translateX(30px) translateY(30px) rotate(-180deg);
        transform: translateX(30px) translateY(30px) rotate(-180deg);
    }
    75% {
        -o-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    }
    100% {
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes sk-wanderingCube {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
        -o-transform: translateX(30px) rotate(-90deg) scale(0.5);
        transform: translateX(30px) rotate(-90deg) scale(0.5);
    }
    50% {
        /* Hack to make FF rotate in the right direction */
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
        -o-transform: translateX(30px) translateY(30px) rotate(-179deg);
        transform: translateX(30px) translateY(30px) rotate(-179deg);
    }
    50.1% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
        -o-transform: translateX(30px) translateY(30px) rotate(-180deg);
        transform: translateX(30px) translateY(30px) rotate(-180deg);
    }
    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
        -o-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}


/*
 *  Usage:
 *
      <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */

.sk-spinner-pulse {
    width: 40px;
    height: 40px;
    margin: 40px auto;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-pulseScaleOut 1.0s infinite ease-in-out;
    -o-animation: sk-pulseScaleOut 1.0s infinite ease-in-out;
    animation: sk-pulseScaleOut 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes sk-pulseScaleOut {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}


/*
 *  Usage:
 *
      <div class="sk-chasing-dots">
        <div class="sk-child sk-dot1"></div>
        <div class="sk-child sk-dot2"></div>
      </div>
 *
 */

.sk-chasing-dots {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
    -o-animation: sk-chasingDotsRotate 2s infinite linear;
    animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
    -o-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes sk-chasingDotsRotate {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-chasingDotsBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes sk-chasingDotsBounce {
    0%,
    100% {
        -o-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-chasingDotsBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}


/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */

.sk-three-bounce {
    margin: 40px auto;
    width: 80px;
    text-align: center;
}

.sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    -o-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    -o-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    -o-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes sk-three-bounce {
    0%,
    80%,
    100% {
        -o-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}


/*
 *  Usage:
 *
      <div class="sk-circle">
        <div class="sk-circle1 sk-child"></div>
        <div class="sk-circle2 sk-child"></div>
        <div class="sk-circle3 sk-child"></div>
        <div class="sk-circle4 sk-child"></div>
        <div class="sk-circle5 sk-child"></div>
        <div class="sk-circle6 sk-child"></div>
        <div class="sk-circle7 sk-child"></div>
        <div class="sk-circle8 sk-child"></div>
        <div class="sk-circle9 sk-child"></div>
        <div class="sk-circle10 sk-child"></div>
        <div class="sk-circle11 sk-child"></div>
        <div class="sk-circle12 sk-child"></div>
      </div>
 *
 */

.sk-circle {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    -o-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -o-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -o-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -o-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -o-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    -o-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    -o-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    -o-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    -o-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    -o-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    -o-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    -o-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    -o-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    -o-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -o-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}


/*
 *  Usage:
 *
      <div class="sk-cube-grid">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
        <div class="sk-cube sk-cube3"></div>
        <div class="sk-cube sk-cube4"></div>
        <div class="sk-cube sk-cube5"></div>
        <div class="sk-cube sk-cube6"></div>
        <div class="sk-cube sk-cube7"></div>
        <div class="sk-cube sk-cube8"></div>
        <div class="sk-cube sk-cube9"></div>
      </div>
 *
 */

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 40px auto;
    /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}

.sk-cube-grid .sk-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: #333;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    -o-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0.0s;
    -o-animation-delay: 0.0s;
    animation-delay: 0.0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@-o-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -o-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -o-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        -o-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        -o-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}


/*
 *  Usage:
 *
      <div class="sk-fading-circle">
        <div class="sk-circle1 sk-circle"></div>
        <div class="sk-circle2 sk-circle"></div>
        <div class="sk-circle3 sk-circle"></div>
        <div class="sk-circle4 sk-circle"></div>
        <div class="sk-circle5 sk-circle"></div>
        <div class="sk-circle6 sk-circle"></div>
        <div class="sk-circle7 sk-circle"></div>
        <div class="sk-circle8 sk-circle"></div>
        <div class="sk-circle9 sk-circle"></div>
        <div class="sk-circle10 sk-circle"></div>
        <div class="sk-circle11 sk-circle"></div>
        <div class="sk-circle12 sk-circle"></div>
      </div>
 *
 */

.sk-fading-circle {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    -o-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -o-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -o-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -o-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -o-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    -o-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    -o-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    -o-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    -o-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    -o-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    -o-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    -o-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    -o-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    -o-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@-o-keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}


/*
 *  Usage:
 *
      <div class="sk-folding-cube">
        <div class="sk-cube1 sk-cube"></div>
        <div class="sk-cube2 sk-cube"></div>
        <div class="sk-cube4 sk-cube"></div>
        <div class="sk-cube3 sk-cube"></div>
      </div>
 *
 */

.sk-folding-cube {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    -o-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes sk-foldCubeAngle {
    0%,
    10% {
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}


/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */


/** Import theme styles */

.comment-list {
    padding-left: 0;
    list-style: none;
}

.comment-list ol {
    list-style: none;
}


/** Search form */

.search-form label {
    font-weight: normal;
}

.search-form .search-field {
    border-radius: 0 !important;
}


/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */


/** Media alignment */

.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto;
}

.aligncenter {
    display: block;
    margin: 1rem auto;
    height: auto;
}

.alignleft,
.alignright {
    margin-bottom: 1rem;
    height: auto;
}

+tablet .alignleft {
    float: left;
    margin-right: 1rem;
}

+tablet .alignright {
    float: right;
    margin-left: 1rem;
}


/** Captions */


/** Text meant only for screen readers */

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    color: #000;
    background: #fff;
}

[id^='gform_wrapper'].gform_wrapper {
    margin-bottom: 0;
    margin-top: 0;
}

[id^='gform_wrapper'].gform_wrapper .top_label .gfield_label {
    display: none;
}

[id^='gform_wrapper'].gform_wrapper ul.gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -48px !important;
}

[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield {
    margin-top: 0;
    margin-bottom: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield .ginput_container {
    margin-top: 0;
}

[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield input,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield textarea {
    border: 0;
    border-radius: 0;
    background: transparent;
    border-bottom: 2px solid rgba(151, 151, 151, 0.16);
    padding: 0 !important;
    padding-bottom: 8px !important;
    font-size: 15px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield select::-webkit-input-placeholder,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield input::-webkit-input-placeholder,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield textarea::-webkit-input-placeholder {
    color: rgba(66, 66, 66, 0.5);
}

[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield select::-moz-placeholder,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield input::-moz-placeholder,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield textarea::-moz-placeholder {
    color: rgba(66, 66, 66, 0.5);
}

[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield select:-ms-input-placeholder,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield input:-ms-input-placeholder,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield textarea:-ms-input-placeholder {
    color: rgba(66, 66, 66, 0.5);
}

[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield select:active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield select:focus,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield input:active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield input:focus,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield textarea:active,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield textarea:focus {
    outline: 0;
    border-color: #3273dc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield.gfield_error {
    background-color: transparent;
    border-top: 0;
    border-bottom: 0;
    padding-right: 16px;
}

[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield.gfield_error select,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield.gfield_error input,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield.gfield_error textarea {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 2px solid rgba(151, 151, 151, 0.16) !important;
}

[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield .select::after,
[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield .ginput_container_select::after {
    top: calc(50% - 0.25em);
    right: 0.5em;
}

@media screen and (min-width: 768px) {
    [id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield {
        margin-bottom: 48px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

[id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield#field_4_9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select {
    width: 100%;
}

[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select:focus {
    outline: 0;
}

[id^='gform_wrapper'].gform_wrapper ul.gform_fields .ginput_container_select::after {
    border-color: rgba(151, 151, 151, 0.16) !important;
}

[id^='gform_wrapper'].gform_wrapper ul.gform_fields .gform_confirmation_message {
    padding-top: 32px;
    font-size: 30px;
    font-weight: 300;
    line-height: 44px;
    color: #23d160;
}

[id^='gform_wrapper'].gform_wrapper .gform_footer {
    padding: 0;
    margin-top: 64px;
    text-align: center;
}

[id^='gform_wrapper'].gform_wrapper .gform_footer .btn {
    border-radius: 70px;
    background-color: white;
    position: relative;
    font-size: 13px;
    padding: 12px 20px;
    text-align: center;
    min-width: 150px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
    color: #ac1f2d;
}

[id^='gform_wrapper'].gform_wrapper .gform_footer .btn::before {
    content: '';
    position: absolute;
    z-index: 1;
    border: 5px solid rgba(234, 233, 233, 0.35);
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border-radius: 33px;
}

[id^='gform_wrapper'].gform_wrapper .gform_footer .btn span {
    z-index: 2;
    position: relative;
}

[id^='gform_wrapper'].gform_wrapper .gform_footer .btn:hover {
    color: white;
    background-color: #ac1f2d;
}

[id^='gform_wrapper'].gform_wrapper .gform_footer .btn:hover::before {
    background-color: rgba(172, 31, 45, 0.25);
}

[id^='gform_wrapper'].gform_wrapper .gform_footer .btn:active,
[id^='gform_wrapper'].gform_wrapper .gform_footer .btn:focus {
    outline: 0;
}

[id^='gform_wrapper'].gform_wrapper div.validation_message,
[id^='gform_wrapper'].gform_wrapper div.validation_error {
    border: 0;
    color: #ff3860;
}

.form__wrapper {
    padding: 32px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .form__wrapper {
        padding: 48px;
    }
}

.form__box {
    background-color: white;
    -webkit-box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.06);
    padding: 32px;
}

@media screen and (min-width: 768px) {
    .form__box {
        padding-top: 80px;
        padding-bottom: 32px;
        padding-left: 112px;
        padding-right: 112px;
    }
}

h3.form__heading {
    font-size: 30px;
    font-weight: 300;
    line-height: 44px;
}

.form__description {
    font-size: 15px;
    font-weight: 300;
    line-height: 2em;
    padding-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .form__description {
        width: 450px;
        max-width: 100%;
        margin: 0 auto;
    }
}

.container__gravity_form {
    z-index: 3;
}

.form__full_page .form__wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .form__full_page .form__wrapper {
        padding-top: 96px;
        padding-bottom: 96px;
    }
}

.form__full_page .form__description {
    width: 550px;
    max-width: 100%;
    padding-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .form__full_page .form__description {
        padding-bottom: 96px;
    }
}

.form__full_page [id^='gform_wrapper'].gform_wrapper ul.gform_fields {
    margin-left: -48px;
    margin-right: -48px;
}

.form__full_page [id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield {
    padding-left: 48px;
    padding-right: 48px;
}

.form__full_page [id^='gform_wrapper'].gform_wrapper ul.gform_fields li#field_2_12,
.form__full_page [id^='gform_wrapper'].gform_wrapper ul.gform_fields li#field_3_12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.form__full_page [id^='gform_wrapper'].gform_wrapper ul.gform_fields select {
    color: rgba(66, 66, 66, 0.5);
}

.slick-slide div:focus {
    outline: 0;
}

.property-gallery-map__content .button,
.property-gallery-map__content .comment-form input[type="submit"],
.comment-form .property-gallery-map__content input[type="submit"],
.property-gallery-map__content .search-form .search-submit,
.search-form .property-gallery-map__content .search-submit {
    border: 0;
    padding: 0;
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    position: absolute;
    z-index: 2;
    top: calc(50% - 25px);
    background-color: transparent;
}

.property-gallery-map__content .button i,
.property-gallery-map__content .comment-form input[type="submit"] i,
.comment-form .property-gallery-map__content input[type="submit"] i,
.property-gallery-map__content .search-form .search-submit i,
.search-form .property-gallery-map__content .search-submit i {
    width: 40px;
    height: 40px;
    font-size: 16px;
    position: relative;
    z-index: 2;
    background-color: white;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.property-gallery-map__content .button::after,
.property-gallery-map__content .comment-form input[type="submit"]::after,
.comment-form .property-gallery-map__content input[type="submit"]::after,
.property-gallery-map__content .search-form .search-submit::after,
.search-form .property-gallery-map__content .search-submit::after {
    content: '';
    z-index: 1;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.11);
    position: absolute;
    background-color: #efefef;
    border-radius: 50%;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}

.property-gallery-map__content .button:active,
.property-gallery-map__content .comment-form input[type="submit"]:active,
.comment-form .property-gallery-map__content input[type="submit"]:active,
.property-gallery-map__content .search-form .search-submit:active,
.search-form .property-gallery-map__content .search-submit:active,
.property-gallery-map__content .button:focus,
.property-gallery-map__content .comment-form input[type="submit"]:focus,
.comment-form .property-gallery-map__content input[type="submit"]:focus,
.property-gallery-map__content .search-form .search-submit:focus,
.search-form .property-gallery-map__content .search-submit:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.property-gallery-map__content .button:hover i,
.property-gallery-map__content .comment-form input[type="submit"]:hover i,
.comment-form .property-gallery-map__content input[type="submit"]:hover i,
.property-gallery-map__content .search-form .search-submit:hover i,
.search-form .property-gallery-map__content .search-submit:hover i {
    background: #ac1f2d;
    color: white;
}

.property-gallery-map__content .button--prev {
    left: 8px;
}

.property-gallery-map__content .button--next {
    right: 8px;
}

.expand {
    overflow: hidden;
    -webkit-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.expand[aria-expanded='false'] {
    height: 0 !important;
    -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.u-no-transition {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.pagination__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination__links a {
    height: 24px;
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 50%;
    margin-left: 8px;
    margin-right: 8px;
}

@media screen and (min-width: 768px) {
    .pagination__links a {
        width: 34px;
        height: 34px;
    }
}

.pagination__links a.active {
    color: white;
    background-color: #ac1f2d;
}

.pagination__prev {
    padding-right: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
    line-height: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media screen and (min-width: 768px) {
    .pagination__prev {
        padding-right: 64px;
    }
}

.pagination__prev i {
    padding-right: 8px;
    font-size: 0.5em;
}

.pagination__prev:hover {
    color: #ac1f2d;
}

.pagination__next {
    padding-left: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
    line-height: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media screen and (min-width: 768px) {
    .pagination__next {
        padding-left: 64px;
    }
}

.pagination__next i {
    padding-left: 8px;
    font-size: 0.5em;
}

.pagination__next:hover {
    color: #ac1f2d;
}

.modal__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

.modal__overlay.opened {
    display: block;
}

.modal__container {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal__container .container {
    width: 100%;
    max-width: 100%;
}

.modal__content {
    position: relative;
}

.modal__content .close__button {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.modal__content .close__button i {
    font-size: 20px;
}

.property_enquire__modal .form__description {
    padding-bottom: 64px;
}

.property_enquire__modal .form__wrapper {
    padding: 0;
}

.featured_properties__wrapper {
    padding-top: 160px;
    padding-bottom: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .featured_properties__wrapper {
        padding-top: 112px;
        padding-bottom: 112px;
    }
}

.featured_properties__content {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    max-width: 300px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 769px) {
    .featured_properties__content {
        padding-left: 150px;
        padding-right: 150px;
        padding-bottom: 0;
    }
}

.featured_properties__heading {
    font-size: 30px;
    font-weight: 300;
    line-height: 44px;
    padding-bottom: 16px;
    margin-bottom: 0;
}

.featured_properties__description {
    font-size: 15px;
    line-height: 2em;
}

.featured_properties {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .featured_properties {
        width: 50%;
    }
}

@media screen and (min-width: 1024px) {
    .featured_properties {
        width: calc(100vh - 600px);
    }
}

.featured_properties__slider {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

.featured_properties__slider .card__label {
    font-size: 13px !important;
    font-weight: 900 !important;
}

.featured_properties__categories {
    margin: 0;
    border-bottom: 0 !important;
    margin-left: 0 !important;
}

@media screen and (min-width: 768px) {
    .featured_properties__categories {
        margin-left: 16px !important;
    }
}

.featured_properties__categories li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 0 !important;
    max-width: 400px;
}

.featured_properties__categories li a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    position: relative;
    border: 0;
    font-size: 20px;
    font-weight: 500;
}

.featured_properties__categories li a:hover {
    border-color: #ac1f2d;
    color: #ac1f2d;
}

.featured_properties__categories li a::before {
    content: '';
    height: 4px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #979797;
    position: absolute;
    z-index: 1;
}

.featured_properties__categories li a::after {
    content: '';
    height: 4px;
    width: 0;
    bottom: 0;
    left: 0;
    background-color: #ac1f2d;
    position: absolute;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    z-index: 2;
}

.featured_properties__categories li.is-active a {
    border-color: #ac1f2d;
    color: #ac1f2d;
}

.featured_properties__categories li.is-active a::after {
    width: 100%;
}

.property__wrapper {
    padding: 16px;
}

.featured_properties__controls {
    padding-top: 32px;
    display: none;
}

@media screen and (min-width: 768px) {
    .featured_properties__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.featured_properties__controls .button,
.featured_properties__controls .comment-form input[type="submit"],
.comment-form .featured_properties__controls input[type="submit"],
.featured_properties__controls .search-form .search-submit,
.search-form .featured_properties__controls .search-submit {
    border: 0;
    padding: 0;
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.featured_properties__controls .button i,
.featured_properties__controls .comment-form input[type="submit"] i,
.comment-form .featured_properties__controls input[type="submit"] i,
.featured_properties__controls .search-form .search-submit i,
.search-form .featured_properties__controls .search-submit i {
    width: 40px;
    height: 40px;
    font-size: 16px;
    position: relative;
    z-index: 2;
    background-color: white;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.featured_properties__controls .button::after,
.featured_properties__controls .comment-form input[type="submit"]::after,
.comment-form .featured_properties__controls input[type="submit"]::after,
.featured_properties__controls .search-form .search-submit::after,
.search-form .featured_properties__controls .search-submit::after {
    content: '';
    z-index: 1;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.11);
    position: absolute;
    background-color: #efefef;
    border-radius: 50%;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}

.featured_properties__controls .button:active,
.featured_properties__controls .comment-form input[type="submit"]:active,
.comment-form .featured_properties__controls input[type="submit"]:active,
.featured_properties__controls .search-form .search-submit:active,
.search-form .featured_properties__controls .search-submit:active,
.featured_properties__controls .button:focus,
.featured_properties__controls .comment-form input[type="submit"]:focus,
.comment-form .featured_properties__controls input[type="submit"]:focus,
.featured_properties__controls .search-form .search-submit:focus,
.search-form .featured_properties__controls .search-submit:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.featured_properties__controls .button:hover i,
.featured_properties__controls .comment-form input[type="submit"]:hover i,
.comment-form .featured_properties__controls input[type="submit"]:hover i,
.featured_properties__controls .search-form .search-submit:hover i,
.search-form .featured_properties__controls .search-submit:hover i {
    background: #ac1f2d;
    color: white;
}

.modal__overlay__agent {
    position: absolute;
}

.modal__overlay__agent .modal__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.modal__content__agent {
    max-height: 600px;
    overflow-y: scroll;
    width: 80%;
    max-width: 1275px;
    border-radius: 8px;
    background-color: white;
}

@media screen and (min-width: 768px) {
    .modal__content__agent {
        max-height: none;
        overflow: auto;
    }
}

.modal__content__agent .close__button {
    display: none;
}

@media screen and (min-width: 768px) {
    .modal__content__agent .close__button {
        display: block;
    }
}

.agent__modal {
    width: 100%;
}

.agent__modal__tab .tabs ul {
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
}

.agent__modal__tab .tabs ul li {
    margin-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.agent__modal__tab .tabs ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    border-bottom-width: 4px;
    color: #979797;
}

@media screen and (min-width: 768px) {
    .agent__modal__tab .tabs ul li a {
        padding-top: 32px;
        padding-bottom: 32px;
        font-size: 20px;
    }
}

.agent__modal__tab .tabs ul li.is-active a {
    color: #ac1f2d;
}

.agent__properties {
    text-align: center;
    padding: 32px 16px;
}

@media screen and (min-width: 768px) {
    .agent__properties {
        padding: 96px 0;
    }
}

.agent__properties .properties-listing {
    width: 1176px;
    max-width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media screen and (min-width: 769px) {
    .agent__properties .properties-listing .property__card_wrapper {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

#contact-map {
    margin-top: -300px;
}

.contact-map__wrapper {
    position: relative;
}

.contact-map__box {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 48px;
    background-color: white;
    left: 32px;
    right: 32px;
    bottom: 16px;
}

@media screen and (min-width: 768px) {
    .contact-map__box {
        left: auto;
        bottom: 64px;
        right: 0;
        width: 480px;
    }
}

h3.contact-map__heading {
    font-size: 30px;
    font-weight: 300;
    line-height: 44px;
}

.opening_hour__title,
.opening_hour__value,
.contact-map__description {
    font-size: 15px;
    font-weight: 300;
    line-height: 2em;
}

.contact-map__opening_hours {
    padding-top: 32px;
}

.home .contact-map {
    height: 870px;
}

.contact_details__content {
    background-color: #ac1f2d;
    padding: 32px;
}

@media screen and (min-width: 769px) {
    .contact_details__content {
        padding-top: 96px;
        padding-bottom: 96px;
        padding-left: 144px;
        padding-right: 144px;
    }
}

.contact_details__map {
    height: 400px;
}

@media screen and (min-width: 769px) {
    .contact_details__map {
        height: 100%;
    }
}

.template-forms .contact-map__heading,
.template-contact .contact-map__heading {
    color: white;
}

.template-forms .contact-map__opening_hours,
.template-forms .contact-map__opening_hours h4,
.template-contact .contact-map__opening_hours,
.template-contact .contact-map__opening_hours h4 {
    color: white !important;
    margin-bottom: 0.5em;
}

.template-forms .contact-map__opening_hours .opening_hour__value,
.template-forms .contact-map__opening_hours .opening_hour__title,
.template-contact .contact-map__opening_hours .opening_hour__value,
.template-contact .contact-map__opening_hours .opening_hour__title {
    margin-bottom: 0;
}

.template-forms .contact-map__description p,
.template-contact .contact-map__description p {
    color: white;
    margin-bottom: 0.25em;
}

footer {
    background-color: #f7f7f7;
}

.footer__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
    .footer__wrapper {
        padding-top: 96px;
        padding-bottom: 48px;
        padding-left: 0;
        padding-right: 0;
    }
}

.footer__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
}

.footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__social-media .social-media a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin-right: 16px;
    background-color: #ac1f2d;
}

.footer__social-media .social-media a i {
    color: white;
}

.footer__social-media h4 {
    font-size: 14px;
    padding-bottom: 16px;
}

.footer__nav {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
}

@media screen and (min-width: 769px) {
    .footer__nav {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.footer__nav ul.nav {
    height: auto;
    background-color: transparent;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__nav .menu-item-has-children {
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media screen and (min-width: 768px) {
    .footer__nav .menu-item-has-children {
        padding-right: 112px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
    }
}

.footer__nav .menu-item-has-children>a {
    padding-bottom: 32px;
    display: inline-block;
    font-size: 14px;
}

.footer__nav .menu-item-has-children .sub-menu .menu-item a {
    color: #ababab;
    -webkit-transform: all 0.35s;
    -o-transform: all 0.35s;
    transform: all 0.35s;
}

.footer__nav .menu-item-has-children .sub-menu .menu-item a:hover {
    color: #ac1f2d;
}

.the_natives__intro {
    padding-left: 32px;
    padding-right: 32px;
}

@media screen and (min-width: 769px) {
    .the_natives__intro {
        padding-left: 0;
        padding-right: 0;
    }
}

.the_natives__intro .container {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
}

.home .hero {
    background-position: 60% 50%;
}

@media screen and (min-width: 768px) {
    .home .hero {
        background-position: right center;
    }
}

#header {
    background: white;
    height: 100px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    max-width: 100vw;
}

#header>.container {
    height: 100%;
}

#header.stuck {
    height: 60px;
    border-bottom: 1px solid #f5f5f5;
}

.admin-bar #header:not(.stuck) {
    top: 46px;
}

@media screen and (min-width: 769px) {
    .admin-bar #header:not(.stuck),
    .admin-bar #header.stuck {
        top: 32px;
    }
}

.wrap {
    padding-top: 100px;
}

.header__wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 32px;
    padding-right: 32px;
}

.header__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}

.header__brand a {
    line-height: 1;
}

.header__right-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__right-menu ul.nav {
    margin-left: -32px;
    margin-right: -32px;
}

.header__right-menu li.menu-item {
    font-size: 14px;
    padding-left: 32px;
    padding-right: 32px;
    font-family: "Open Sans", sans-serif;
}

.header__left-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 769px) {
    .header__left-menu {
        position: relative;
        left: auto;
    }
}

.header__logo {
    width: 200px;
}

.hero {
    background-size: cover;
    position: relative;
    z-index: 3;
}

.hero .container {
    height: 100%;
}

h1.hero__heading {
    padding-bottom: 0;
    color: white;
    font-size: 2.25rem;
    margin-bottom: 2.25rem;
}

.hero__light h1.hero__heading {
    color: white;
}

.hero__dark h1.hero__heading {
    color: #424242;
}

.hero__medium,
.hero__small {
    height: 370px;
}

.hero__medium h1.hero__heading,
.hero__small h1.hero__heading {
    padding-bottom: 0;
    font-size: 30px;
    font-weight: 300;
    line-height: 44px;
    padding-left: 32px;
    padding-right: 32px;
}

@media screen and (min-width: 768px) {
    .hero__medium h1.hero__heading,
    .hero__small h1.hero__heading {
        padding-left: 0;
        padding-right: 0;
    }
}

.hero__medium {
    height: 415px;
}

.hero__large {
    height: 575px;
}

.hero__body {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .hero__body {
        padding-left: 0;
        padding-right: 0;
    }
}

.hero__cta {
    border-radius: 70px;
    background-color: white;
    position: relative;
    font-size: 13px;
    padding: 12px 20px;
    text-align: center;
    min-width: 150px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
}

.hero__cta::before {
    content: '';
    position: absolute;
    z-index: 1;
    border: 5px solid rgba(234, 233, 233, 0.35);
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border-radius: 33px;
}

.hero__cta span {
    z-index: 2;
    position: relative;
}

.hero__cta:hover {
    color: white;
    background-color: #ac1f2d;
}

.hero__cta:hover::before {
    background-color: rgba(172, 31, 45, 0.25);
}

.hero__cta:active,
.hero__cta:focus {
    outline: 0;
}

.hero__search {
    padding-left: 32px;
    padding-right: 32px;
    position: absolute;
    bottom: -115px;
    left: 0;
    right: 0;
    z-index: 2;
}

@media screen and (min-width: 769px) {
    .hero__search {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .hero__search {
        bottom: -33px;
    }
}

.images_grid__wrapper {
    max-width: 100%;
    overflow: hidden;
}

.images_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 96px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.images_grid__right,
.images_grid__left {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .images_grid__right,
    .images_grid__left {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.images_grid__left-top {
    padding-bottom: 16px;
    height: 430px;
}

@media screen and (min-width: 768px) {
    .images_grid__left-top {
        height: 562.5px;
    }
}

@media screen and (min-width: 1024px) {
    .images_grid__left-top {
        height: 750px;
    }
}

.images_grid__left-bottom {
    height: 430px;
}

@media screen and (min-width: 768px) {
    .images_grid__left-bottom {
        height: 322.5px;
    }
}

@media screen and (min-width: 1024px) {
    .images_grid__left-bottom {
        height: 430px;
    }
}

.images_grid__right-top {
    height: 430px;
    padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .images_grid__right-top {
        height: 322.5px;
    }
}

@media screen and (min-width: 1024px) {
    .images_grid__right-top {
        height: 430px;
    }
}

.images_grid__right-bottom {
    height: 430px;
}

@media screen and (min-width: 768px) {
    .images_grid__right-bottom {
        height: 562.5px;
    }
}

@media screen and (min-width: 1024px) {
    .images_grid__right-bottom {
        height: 750px;
    }
}

.image_grid__wrapper {
    height: 100%;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 32px;
}

.image_grid__box {
    background: white;
    padding: 48px 32px 32px;
}

@media screen and (min-width: 768px) {
    .image_grid__box {
        width: 450px;
        max-width: 100%;
    }
}

.image_grid__heading {
    padding-bottom: 4px;
    font-size: 30px;
    font-weight: 300;
    line-height: 44px;
}

.image_grid__description {
    font-size: 15px;
    font-weight: 300;
    line-height: 2em;
}

.image_grid__cta {
    margin-top: 12px;
    border-radius: 70px;
    background-color: white;
    position: relative;
    font-size: 13px;
    padding: 12px 20px;
    text-align: center;
    min-width: 150px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
    min-width: 110px;
    padding: 7px 20px;
    font-size: 10px;
}

.image_grid__cta::before {
    content: '';
    position: absolute;
    z-index: 1;
    border: 5px solid rgba(234, 233, 233, 0.35);
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border-radius: 33px;
}

.image_grid__cta span {
    z-index: 2;
    position: relative;
}

.image_grid__cta:hover {
    color: white;
    background-color: #ac1f2d;
}

.image_grid__cta:hover::before {
    background-color: rgba(172, 31, 45, 0.25);
}

.image_grid__cta:active,
.image_grid__cta:focus {
    outline: 0;
}

.modal__overlay__images {
    position: absolute;
}

.modal__overlay__images .modal__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.modal__content__images {
    max-height: 690px;
    overflow-y: scroll;
    width: 80%;
    max-width: 900px;
    border-radius: 4px;
    background-color: white;
    -webkit-box-shadow: 0 2px 50px 0 #cdcdcd;
    box-shadow: 0 2px 50px 0 #cdcdcd;
    padding: 48px;
}

@media screen and (min-width: 768px) {
    .modal__content__images {
        max-height: none;
        overflow: auto;
    }
}

.modal__content__images .close__button {
    display: none;
    top: 8px;
    right: 8px;
}

@media screen and (min-width: 768px) {
    .modal__content__images .close__button {
        display: block;
    }
}

.modal__content__images .slick-arrow {
    border: 0;
    padding: 0;
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    z-index: 2;
    top: calc(50% - 25px);
    background-color: transparent;
}

.modal__content__images .slick-arrow i {
    width: 40px;
    height: 40px;
    font-size: 16px;
    position: relative;
    z-index: 2;
    background-color: white;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal__content__images .slick-arrow::after {
    content: '';
    z-index: 1;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.11);
    position: absolute;
    background-color: #efefef;
    border-radius: 50%;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}

.modal__content__images .slick-arrow:active,
.modal__content__images .slick-arrow:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal__content__images .slick-arrow:hover i {
    background: #ac1f2d;
    color: white;
}

.modal__content__images .slick-arrow.button--prev {
    left: 8px;
}

.modal__content__images .slick-arrow.button--next {
    right: 8px;
}

.modal__content__images .slick-arrow.button--prev {
    left: -24px;
}

.modal__content__images .slick-arrow.button--next {
    right: -24px;
}

.images__modal {
    width: 100%;
}

.images__container {
    max-width: 100%;
    overflow: hidden;
}

.images__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -32px;
    margin-right: -32px;
}

.images__row .image__container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    padding-left: 16px;
    padding-right: 16px;
    height: 200px;
}

@media screen and (min-width: 768px) {
    .images__row .image__container {
        height: 400px;
        padding-left: 32px;
        padding-right: 32px;
    }
}

.images__row .image__container img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.inspection-schedule {
    background-color: #f5f5f5;
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 32px;
    padding-right: 32px;
}

@media screen and (min-width: 769px) {
    .inspection-schedule {
        padding-left: 0;
        padding-right: 0;
    }
}

.inpsection-schedule__date {
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.inpsection-schedule__date:not(:last-child) {
    margin-bottom: 80px;
}

h2.inspection-schedule__heading {
    font-size: 18px;
    font-weight: 300;
    line-height: 44px;
    color: #424242;
    margin-bottom: 32px;
}

.inspection__row {
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    padding: 24px 32px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inspection__row:not(:last-child) {
    margin-bottom: 24px;
}

.inspection__row span {
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    color: #202020;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .inspection__row span {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.inspection__row:hover span {
    color: #ac1f2d;
}

.inspection__row__right {
    display: block;
}

.inspection__row__right span {
    display: block;
}

.inspection__row__right span:not(:last-child) {
    margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
    .inspection__row__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .inspection__row__right span:not(:last-child) {
        margin-bottom: 0;
    }
}

.inspection__row__left {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
}

.inspection__row__left span {
    display: block;
}

.inspection__row__left span:not(:last-child) {
    margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
    .inspection__row__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .inspection__row__left span:not(:last-child) {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 769px) {
    .inspection__row__left {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

.post__intro {
    padding-left: 32px;
    padding-right: 32px;
}

@media screen and (min-width: 768px) {
    .post__intro {
        padding-left: 0;
        padding-right: 0;
    }
}

h1.post__title {
    padding-top: 80px;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    line-height: 38px;
    color: #5b5b5b;
}

.post__information {
    text-align: center;
    font-size: 14px;
}

.posts__list {
    max-width: 1144px;
    margin: 0 auto;
    width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
    margin-bottom: -96px;
}

@media screen and (min-width: 768px) {
    .posts__list {
        padding-top: 128px;
        padding-bottom: 128px;
        margin-bottom: -32px;
    }
}

.posts__list .columns {
    margin: 0;
}

@media screen and (min-width: 768px) {
    .posts__list .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 769px) {
    .posts__list .columns {
        margin: -1.25rem;
    }
}

.posts__list .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .posts__list .column.is-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.post__card {
    padding-bottom: 32px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
}

@media screen and (min-width: 768px) {
    .post__card {
        padding-bottom: 96px;
    }
}

@media screen and (min-width: 768px) {
    .post__card {
        padding-left: 0;
        padding-right: 0;
    }
}

.post__image {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 24px;
    margin-bottom: 24px;
    height: 200px;
}

.post__image img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.post__cta {
    border-radius: 70px;
    background-color: white;
    position: relative;
    font-size: 13px;
    padding: 12px 20px;
    text-align: center;
    min-width: 150px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
}

.post__cta::before {
    content: '';
    position: absolute;
    z-index: 1;
    border: 5px solid rgba(234, 233, 233, 0.35);
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border-radius: 33px;
}

.post__cta span {
    z-index: 2;
    position: relative;
}

.post__cta:hover {
    color: white;
    background-color: #ac1f2d;
}

.post__cta:hover::before {
    background-color: rgba(172, 31, 45, 0.25);
}

.post__cta:active,
.post__cta:focus {
    outline: 0;
}

.post__description {
    padding-bottom: 48px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-weight: 300;
    line-height: 2em;
}

.post__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

h3.post__heading {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
}

h3.post__heading a {
    color: #424242;
}

h3.post__heading a:hover {
    color: #ac1f2d;
}

.privacy_section {
    padding-bottom: 32px;
}

.content-section__wrapper {
    padding-top: 96px;
    padding-bottom: 96px;
    padding-left: 32px;
    padding-right: 32px;
}

@media screen and (min-width: 769px) {
    .content-section__wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

h3.content-section__heading {
    font-size: 22px;
    font-weight: 400;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 32px;
    margin-bottom: 0;
    color: #5b5b5b;
}

.content-section__description ul,
.content-section__description p {
    line-height: 30px;
}

.content-section__description ul:not(:last-child),
.content-section__description p:not(:last-child) {
    margin-bottom: 1.5em;
}

.properties__carousel {
    padding-top: 48px;
    padding-bottom: 48px;
}

.properties__carousel__slide {
    width: 1144px;
    max-width: 100%;
    margin: 0 auto;
}

h3.properties__carousel__heading {
    font-size: 18px;
    font-weight: 300;
    line-height: 44px;
    color: #424242;
    padding-bottom: 24px;
}

.properties-carousel {
    margin-left: 32px;
    margin-right: 32px;
}

@media screen and (min-width: 769px) {
    .properties-carousel {
        margin-left: -16px;
        margin-right: -16px;
    }
}

.properties-carousel .button,
.properties-carousel .comment-form input[type="submit"],
.comment-form .properties-carousel input[type="submit"],
.properties-carousel .search-form .search-submit,
.search-form .properties-carousel .search-submit {
    border: 0;
    padding: 0;
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    z-index: 2;
    top: calc(50% - 25px);
    background-color: transparent;
}

.properties-carousel .button i,
.properties-carousel .comment-form input[type="submit"] i,
.comment-form .properties-carousel input[type="submit"] i,
.properties-carousel .search-form .search-submit i,
.search-form .properties-carousel .search-submit i {
    width: 40px;
    height: 40px;
    font-size: 16px;
    position: relative;
    z-index: 2;
    background-color: white;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.properties-carousel .button::after,
.properties-carousel .comment-form input[type="submit"]::after,
.comment-form .properties-carousel input[type="submit"]::after,
.properties-carousel .search-form .search-submit::after,
.search-form .properties-carousel .search-submit::after {
    content: '';
    z-index: 1;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.11);
    position: absolute;
    background-color: #efefef;
    border-radius: 50%;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}

.properties-carousel .button:active,
.properties-carousel .comment-form input[type="submit"]:active,
.comment-form .properties-carousel input[type="submit"]:active,
.properties-carousel .search-form .search-submit:active,
.search-form .properties-carousel .search-submit:active,
.properties-carousel .button:focus,
.properties-carousel .comment-form input[type="submit"]:focus,
.comment-form .properties-carousel input[type="submit"]:focus,
.properties-carousel .search-form .search-submit:focus,
.search-form .properties-carousel .search-submit:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.properties-carousel .button:hover i,
.properties-carousel .comment-form input[type="submit"]:hover i,
.comment-form .properties-carousel input[type="submit"]:hover i,
.properties-carousel .search-form .search-submit:hover i,
.search-form .properties-carousel .search-submit:hover i {
    background: #ac1f2d;
    color: white;
}

.properties-carousel .button.button--prev,
.properties-carousel .comment-form input.button--prev[type="submit"],
.comment-form .properties-carousel input.button--prev[type="submit"],
.properties-carousel .search-form .button--prev.search-submit,
.search-form .properties-carousel .button--prev.search-submit {
    left: 8px;
}

.properties-carousel .button.button--next,
.properties-carousel .comment-form input.button--next[type="submit"],
.comment-form .properties-carousel input.button--next[type="submit"],
.properties-carousel .search-form .button--next.search-submit,
.search-form .properties-carousel .button--next.search-submit {
    right: 8px;
}

.properties-carousel .button.button--prev,
.properties-carousel .comment-form input.button--prev[type="submit"],
.comment-form .properties-carousel input.button--prev[type="submit"],
.properties-carousel .search-form .button--prev.search-submit,
.search-form .properties-carousel .button--prev.search-submit {
    left: -8px;
}

@media screen and (min-width: 769px) {
    .properties-carousel .button.button--prev,
    .properties-carousel .comment-form input.button--prev[type="submit"],
    .comment-form .properties-carousel input.button--prev[type="submit"],
    .properties-carousel .search-form .button--prev.search-submit,
    .search-form .properties-carousel .button--prev.search-submit {
        left: -48px;
    }
}

.properties-carousel .button.button--next,
.properties-carousel .comment-form input.button--next[type="submit"],
.comment-form .properties-carousel input.button--next[type="submit"],
.properties-carousel .search-form .button--next.search-submit,
.search-form .properties-carousel .button--next.search-submit {
    right: -8px;
}

@media screen and (min-width: 769px) {
    .properties-carousel .button.button--next,
    .properties-carousel .comment-form input.button--next[type="submit"],
    .comment-form .properties-carousel input.button--next[type="submit"],
    .properties-carousel .search-form .button--next.search-submit,
    .search-form .properties-carousel .button--next.search-submit {
        right: -48px;
    }
}

.properties-listing__wrapper {
    width: 1144px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    padding-left: 32px;
    padding-right: 32px;
}

@media screen and (min-width: 769px) {
    .properties-listing__wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.properties-listing__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .properties-listing__controls {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.controls__current {
    font-size: 15px;
    font-weight: 300;
    line-height: 2em;
    font-size: 14px;
}

.controls__sort .filter-select {
    padding-left: 0;
    border: 0;
}

@media screen and (min-width: 768px) {
    .controls__sort .filter-select {
        padding-left: 16px;
    }
}

.properties-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .properties-listing {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 0;
        padding-right: 0;
    }
}

.properties-listing .property__card_wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    padding-bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .properties-listing .property__card_wrapper {
        max-width: 50%;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (min-width: 769px) {
    .properties-listing .property__card_wrapper {
        max-width: 100%;
    }
}

.properties-listing .property__card_wrapper .property__card {
    width: 360px;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.properties-listing__notfound {
    font-size: 30px;
    font-weight: 300;
    line-height: 44px;
    width: 100%;
}

.properties-listing__tags {
    padding-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 32px;
    padding-right: 32px;
}

@media screen and (min-width: 769px) {
    .properties-listing__tags {
        padding-left: 0;
        padding-right: 0;
    }
}

.properties-listing__tags .listing__tag {
    border-radius: 70px;
    background-color: #ac1f2d;
    padding: 4px 16px;
    color: white;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    margin-right: 16px;
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .properties-listing__tags .listing__tag {
        margin-bottom: 0;
    }
}

.properties-listing__tags .listing__tag::before {
    content: '';
    position: absolute;
    z-index: 1;
    border: 5px solid rgba(234, 233, 233, 0.35);
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border-radius: 33px;
}

.properties-listing__tags .listing__tag i {
    padding-left: 8px;
}

.properties-listing__tags .listing__tag:hover {
    background-color: white;
    color: #ac1f2d;
}

.moving-grid-move {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s, -o-transform 1s;
}

.moving-grid-enter,
.moving-grid-leave-to {
    opacity: 0;
    -webkit-transform: translateY(30px) translateX(30px);
    -o-transform: translateY(30px) translateX(30px);
    transform: translateY(30px) translateX(30px);
}

.moving-grid-leave-active {
    position: absolute;
}

.property_form__wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
    margin-bottom: 64px;
    padding-left: 32px;
    padding-right: 32px;
}

@media screen and (min-width: 769px) {
    .property_form__wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.property_form__heading {
    font-size: 30px;
    font-weight: 300;
    line-height: 44px;
}

.property_form__description {
    font-size: 15px;
    font-weight: 300;
    line-height: 2em;
    padding-bottom: 32px;
}

.property_form [id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield {
    padding-left: 12px;
    padding-right: 12px;
}

.property_form [id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield input,
.property_form [id^='gform_wrapper'].gform_wrapper ul.gform_fields li.gfield select {
    background-color: white;
    height: 45px;
    border-bottom: 0;
    padding-bottom: 0 !important;
    border-radius: 100px;
    padding-left: 24px !important;
    border: 1px solid rgba(151, 151, 151, 0.13);
}

@media screen and (min-width: 768px) {
    .property_form [id^='gform_wrapper'].gform_wrapper .gform_footer {
        margin-top: 32px;
    }
}

.property-listing__filter {
    margin-top: -150px;
    margin-bottom: 80px;
    position: relative;
    z-index: 4;
    padding-left: 32px;
    padding-right: 32px;
}

@media screen and (min-width: 769px) {
    .property-listing__filter {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .property-listing__filter {
        margin-top: -90px;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 769px) {
    .property-listing__filter {
        margin-top: -40px;
        margin-bottom: 80px;
    }
}

.realestate-inspect {
    width: 100%;
    height: 725px;
}

.share__columns {
    margin: 0;
}

@media screen and (min-width: 769px) {
    .share__columns {
        margin: -0.75rem;
    }
}

.share__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 96px;
}

@media screen and (min-width: 769px) {
    .share__wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.share__wrapper a {
    border: 0;
    padding: 0;
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
}

.share__wrapper a i {
    width: 40px;
    height: 40px;
    font-size: 16px;
    position: relative;
    z-index: 2;
    background-color: white;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.share__wrapper a::after {
    content: '';
    z-index: 1;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.11);
    position: absolute;
    background-color: #efefef;
    border-radius: 50%;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}

.share__wrapper a:active,
.share__wrapper a:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.share__wrapper a:hover i {
    background: #ac1f2d;
    color: white;
}

.share__label {
    margin-right: 32px;
    font-size: 14px;
}

.standard_banner__wrapper {
    padding-bottom: 24px;
}

.standard_banner {
    height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.standard_banner__content {
    text-align: center;
    padding-left: 32px;
    padding-right: 32px;
}

@media screen and (min-width: 768px) {
    .standard_banner__content {
        padding-left: 0;
        padding-right: 0;
    }
}

h2.standard_banner__title {
    color: white;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 300;
    line-height: 44px;
}

.standard_banner__description {
    color: white;
    font-size: 15px;
    font-weight: 300;
    line-height: 2em;
}

.standard_banner__cta {
    margin-top: 32px;
    border-radius: 70px;
    background-color: white;
    position: relative;
    font-size: 13px;
    padding: 12px 20px;
    text-align: center;
    min-width: 150px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
}

.standard_banner__cta::before {
    content: '';
    position: absolute;
    z-index: 1;
    border: 5px solid rgba(234, 233, 233, 0.35);
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border-radius: 33px;
}

.standard_banner__cta span {
    z-index: 2;
    position: relative;
}

.standard_banner__cta:hover {
    color: white;
    background-color: #ac1f2d;
}

.standard_banner__cta:hover::before {
    background-color: rgba(172, 31, 45, 0.25);
}

.standard_banner__cta:active,
.standard_banner__cta:focus {
    outline: 0;
}

.tenancy-form__wrapper {
    padding-top: 128px;
    padding-bottom: 128px;
    padding-left: 32px;
    padding-right: 32px;
}

@media screen and (min-width: 769px) {
    .tenancy-form__wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

h2.tenancy-form__heading {
    font-size: 30px;
    font-weight: 300;
    line-height: 44px;
}

.tenancy-form__description {
    font-size: 15px;
    font-weight: 300;
    line-height: 2em;
}

.tenancy-form__cta {
    margin-top: 32px;
    border-radius: 70px;
    background-color: white;
    position: relative;
    font-size: 13px;
    padding: 12px 20px;
    text-align: center;
    min-width: 150px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
}

.tenancy-form__cta::before {
    content: '';
    position: absolute;
    z-index: 1;
    border: 5px solid rgba(234, 233, 233, 0.35);
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border-radius: 33px;
}

.tenancy-form__cta span {
    z-index: 2;
    position: relative;
}

.tenancy-form__cta:hover {
    color: white;
    background-color: #ac1f2d;
}

.tenancy-form__cta:hover::before {
    background-color: rgba(172, 31, 45, 0.25);
}

.tenancy-form__cta:active,
.tenancy-form__cta:focus {
    outline: 0;
}

.text-media__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

@media screen and (min-width: 768px) {
    .text-media__banner--small {
        height: 510px;
    }
}

@media screen and (min-width: 768px) {
    .text-media__banner--large {
        height: 580px;
    }
}

.text-media__banner__image {
    height: 200px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .text-media__banner__image {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        height: 100%;
    }
}

.text-media__banner__image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.text-media__banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    z-index: 2;
    min-width: none;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .text-media__banner__content {
        min-width: 560px;
        width: 40%;
        position: absolute;
        top: 0;
        bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .text-media__banner--left .text-media__banner__image {
        margin-left: 25%;
    }
}

.text-media__banner--left .text-media__banner__content {
    left: 0;
}

@media screen and (min-width: 768px) {
    .text-media__banner--right .text-media__banner__image {
        margin-right: 25%;
    }
}

.text-media__banner--right .text-media__banner__content {
    right: 0;
}

.text-media__banner__box {
    border-radius: 4px;
    background-color: white;
    padding-top: 0;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 64px;
}

@media screen and (min-width: 768px) {
    .text-media__banner__box {
        padding: 64px;
    }
}

h2.text-media__banner__title {
    font-size: 30px;
    font-weight: 300;
    line-height: 44px;
}

.text-media__banner__description {
    max-height: 150px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 300;
    line-height: 2em;
}

@media screen and (min-width: 769px) {
    .text-media__banner__description {
        max-height: none;
    }
}

.text-media__banner__cta {
    margin-top: 24px;
    border-radius: 70px;
    background-color: white;
    position: relative;
    font-size: 13px;
    padding: 12px 20px;
    text-align: center;
    min-width: 150px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
}

.text-media__banner__cta::before {
    content: '';
    position: absolute;
    z-index: 1;
    border: 5px solid rgba(234, 233, 233, 0.35);
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border-radius: 33px;
}

.text-media__banner__cta span {
    z-index: 2;
    position: relative;
}

.text-media__banner__cta:hover {
    color: white;
    background-color: #ac1f2d;
}

.text-media__banner__cta:hover::before {
    background-color: rgba(172, 31, 45, 0.25);
}

.text-media__banner__cta:active,
.text-media__banner__cta:focus {
    outline: 0;
}

.template-the-team .three_columns__subheading {
    max-width: 100%;
    width: 550px;
}

.the_team__wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
}

@media screen and (min-width: 769px) {
    .the_team__wrapper {
        padding-top: 64px;
        padding-bottom: 128px;
    }
}

h2.the_team__heading {
    font-size: 30px;
    font-weight: 300;
    line-height: 44px;
    font-size: 25px;
    margin-bottom: 32px;
}

@media screen and (min-width: 769px) {
    h2.the_team__heading {
        margin-bottom: 80px;
    }
}

.the_team__carousel .slick-arrow {
    border: 0;
    padding: 0;
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    z-index: 2;
    top: calc(50% - 25px);
    background-color: transparent;
}

.the_team__carousel .slick-arrow i {
    width: 40px;
    height: 40px;
    font-size: 16px;
    position: relative;
    z-index: 2;
    background-color: white;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.the_team__carousel .slick-arrow::after {
    content: '';
    z-index: 1;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.11);
    position: absolute;
    background-color: #efefef;
    border-radius: 50%;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}

.the_team__carousel .slick-arrow:active,
.the_team__carousel .slick-arrow:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.the_team__carousel .slick-arrow:hover i {
    background: #ac1f2d;
    color: white;
}

.the_team__carousel .slick-arrow.button--prev {
    left: 8px;
}

.the_team__carousel .slick-arrow.button--next {
    right: 8px;
}

.the_team__carousel .slick-arrow.button--prev {
    left: 0;
}

.the_team__carousel .slick-arrow.button--next {
    right: 0;
}

.the_team__carousel .agent__wrapper {
    padding: 32px;
}

.the_team__carousel .agent__card__box {
    height: 420px;
    width: 340px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.the_team__carousel .agent__card__box .card-image img {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    height: 180px;
    width: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.the_team__carousel .agent__card__box:hover .card-image img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.the_team__carousel .slick-active .agent__card__box {
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.05);
}

.the_team__carousel .slick-active .agent__card__box .card-image img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.team_position__container {
    padding-top: 96px;
    padding-bottom: 96px;
    padding-left: 32px;
    padding-right: 32px;
}

@media screen and (min-width: 769px) {
    .team_position__container {
        padding-left: 0;
        padding-right: 0;
    }
}

.team_position__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
}

.team_position__wrapper .team_position__content {
    width: 512px;
    max-width: 100%;
}

.team_position__wrapper .column__description {
    font-size: 15px;
}

.team_position__wrapper .column__cta {
    font-size: 15px;
}

body#tinymce {
    margin: 12px !important;
}

.three_columns__wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
    overflow: hidden;
    padding-left: 32px;
    padding-right: 32px;
}

@media screen and (min-width: 768px) {
    .three_columns__wrapper {
        padding-bottom: 96px;
    }
}

@media screen and (min-width: 769px) {
    .three_columns__wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

h3.three_columns__heading {
    font-size: 30px;
    font-weight: 300;
    line-height: 44px;
    margin-bottom: 0;
}

.three_columns__subheading {
    font-size: 15px;
    font-weight: 300;
    line-height: 2em;
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .three_columns__subheading {
        margin-bottom: 48px;
    }
}

.three_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .three_columns {
        margin-left: -48px;
        margin-right: -48px;
    }
}

.column__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .column__content {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 48px;
        padding-right: 48px;
        margin-bottom: 0;
    }
}

h4.column__title {
    font-size: 15px;
}

.column__description {
    font-size: 15px;
    font-weight: 300;
    line-height: 2em;
    font-size: 12px;
}

.column__cta {
    font-size: 12px;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.column__cta i {
    padding-left: 8px;
}

.main__content {
    padding-top: 64px;
    padding-bottom: 64px;
    margin: 0;
    padding-left: 32px;
    padding-right: 32px;
}

@media screen and (min-width: 769px) {
    .main__content {
        margin: -0.75rem;
    }
}

@media screen and (min-width: 769px) {
    .main__content {
        padding-left: 0;
        padding-right: 0;
    }
}

.main__content h3 {
    font-size: 22px;
    font-weight: 300;
    line-height: 38px;
    color: #5b5b5b;
    padding-bottom: 24px;
}

.main__content p {
    font-size: 15px;
    font-weight: 300;
    line-height: 2em;
    font-weight: 400;
}

.main__content ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em !important;
    list-style: none;
}

.main__content ul li {
    font-size: 15px;
    line-height: 28px;
}

.main__content ul li::before {
    content: '\2022';
    color: #424242;
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em;
}

.quote_banner__wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 32px;
    padding-right: 32px;
}

@media screen and (min-width: 769px) {
    .quote_banner__wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.quote_banner__wrapper--grey {
    background-color: #f8f8f8;
}

.quote_banner__content {
    font-size: 22px;
    font-weight: 300;
    line-height: 39px;
    padding-bottom: 24px;
}

h4.quote_banner__author {
    font-size: 15px;
}

.quote_banner__icon {
    font-size: 40px;
    padding-bottom: 24px;
}

.standalone_image__wrapper {
    width: 100%;
    height: 200px;
}

@media screen and (min-width: 768px) {
    .standalone_image__wrapper {
        height: 450px;
    }
}

.standalone_image__wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.property-gallery-map__content .button,
.property-gallery-map__content .comment-form input[type="submit"],
.comment-form .property-gallery-map__content input[type="submit"],
.property-gallery-map__content .search-form .search-submit,
.search-form .property-gallery-map__content .search-submit {
    border: 0;
    padding: 0;
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    z-index: 2;
    top: calc(50% - 25px);
    background-color: transparent;
}

.property-gallery-map__content .button i,
.property-gallery-map__content .comment-form input[type="submit"] i,
.comment-form .property-gallery-map__content input[type="submit"] i,
.property-gallery-map__content .search-form .search-submit i,
.search-form .property-gallery-map__content .search-submit i {
    width: 40px;
    height: 40px;
    font-size: 16px;
    position: relative;
    z-index: 2;
    background-color: white;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.property-gallery-map__content .button::after,
.property-gallery-map__content .comment-form input[type="submit"]::after,
.comment-form .property-gallery-map__content input[type="submit"]::after,
.property-gallery-map__content .search-form .search-submit::after,
.search-form .property-gallery-map__content .search-submit::after {
    content: '';
    z-index: 1;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.11);
    position: absolute;
    background-color: #efefef;
    border-radius: 50%;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}

.property-gallery-map__content .button:active,
.property-gallery-map__content .comment-form input[type="submit"]:active,
.comment-form .property-gallery-map__content input[type="submit"]:active,
.property-gallery-map__content .search-form .search-submit:active,
.search-form .property-gallery-map__content .search-submit:active,
.property-gallery-map__content .button:focus,
.property-gallery-map__content .comment-form input[type="submit"]:focus,
.comment-form .property-gallery-map__content input[type="submit"]:focus,
.property-gallery-map__content .search-form .search-submit:focus,
.search-form .property-gallery-map__content .search-submit:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.property-gallery-map__content .button:hover i,
.property-gallery-map__content .comment-form input[type="submit"]:hover i,
.comment-form .property-gallery-map__content input[type="submit"]:hover i,
.property-gallery-map__content .search-form .search-submit:hover i,
.search-form .property-gallery-map__content .search-submit:hover i {
    background: #ac1f2d;
    color: white;
}

.property-gallery-map__content .button.button--prev,
.property-gallery-map__content .comment-form input.button--prev[type="submit"],
.comment-form .property-gallery-map__content input.button--prev[type="submit"],
.property-gallery-map__content .search-form .button--prev.search-submit,
.search-form .property-gallery-map__content .button--prev.search-submit {
    left: 8px;
}

.property-gallery-map__content .button.button--next,
.property-gallery-map__content .comment-form input.button--next[type="submit"],
.comment-form .property-gallery-map__content input.button--next[type="submit"],
.property-gallery-map__content .search-form .button--next.search-submit,
.search-form .property-gallery-map__content .button--next.search-submit {
    right: 8px;
}

.property-gallery-map__tab {
    height: 100%;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.09);
}

.property-gallery-map__tab .tabs ul {
    margin: 0;
}

.property-gallery-map__tab .tabs li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    margin-top: 0;
}

.property-gallery-map__tab .tabs li a {
    border-bottom: 4px solid #979797;
    margin-bottom: 0;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    font-size: 15px;
}

.property-gallery-map__tab .tabs li a:hover {
    border-color: #ac1f2d;
    color: #ac1f2d;
}

.property-gallery-map__tab .tabs li.is-active a {
    border-color: #ac1f2d;
    color: #ac1f2d;
}

.image__wrapper {
    height: 560px;
}

.image__wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-property__inspections {
    background-color: #f5f5f5;
    padding-top: 56px;
    padding-bottom: 56px;
}

.inspections__heading {
    font-size: 18px;
    font-weight: 300;
    line-height: 44px;
    color: #424242;
    padding-bottom: 24px;
}

.inspections__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inspection__box {
    background-color: white;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    max-width: 230px;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-left: 16px;
    margin-right: 16px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.inspection__box:not(:last-child) {
    margin-bottom: 16px;
}

.inspection__box:hover {
    background-color: #ac1f2d;
    color: white;
}

@media screen and (min-width: 768px) {
    .inspection__box:not(:last-child) {
        margin-bottom: 0;
    }
}

.inspections__cta {
    margin-top: 48px;
    border-radius: 70px;
    background-color: white;
    position: relative;
    font-size: 13px;
    padding: 12px 20px;
    text-align: center;
    min-width: 150px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
}

.inspections__cta::before {
    content: '';
    position: absolute;
    z-index: 1;
    border: 5px solid rgba(234, 233, 233, 0.35);
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border-radius: 33px;
}

.inspections__cta span {
    z-index: 2;
    position: relative;
}

.inspections__cta:hover {
    color: white;
    background-color: #ac1f2d;
}

.inspections__cta:hover::before {
    background-color: rgba(172, 31, 45, 0.25);
}

.inspections__cta:active,
.inspections__cta:focus {
    outline: 0;
}

.single-property__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-property__content.columns {
    margin: 0;
}

@media screen and (min-width: 769px) {
    .single-property__content {
        padding-top: 96px;
        padding-bottom: 96px;
    }
    .single-property__content.columns {
        margin: -0.75rem;
    }
}

.single-property__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    padding-top: 32px;
}

@media screen and (min-width: 769px) {
    .single-property__left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0.75rem;
        padding-top: 0;
    }
}

.single-property__info-box {
    background-color: #f7f7f7;
    padding: 32px 48px;
    margin-bottom: 4px;
}

.single-property__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media screen and (min-width: 769px) {
    .single-property__right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0.75rem;
        display: block;
    }
}

.single-property__right .single-property__info-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .single-property__right .single-property__info-box {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 769px) {
    .single-property__right .single-property__info-box {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

h1.single-property__title {
    font-size: 30px;
    font-weight: 300;
    line-height: 44px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 16px;
}

@media screen and (min-width: 769px) {
    h1.single-property__title {
        padding-left: 0;
        padding-right: 0;
    }
}

.single-property__description {
    font-size: 15px;
    font-weight: 300;
    line-height: 2em;
    padding-left: 32px;
    padding-right: 32px;
}

@media screen and (min-width: 769px) {
    .single-property__description {
        padding-left: 0;
        padding-right: 0;
    }
}

.single-property__description p {
    margin-bottom: 1.25em;
}

.single-property__description ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em !important;
    list-style: none;
}

.single-property__description ul li {
    font-size: 15px;
    line-height: 28px;
}

.single-property__description ul li::before {
    content: '\2022';
    color: #424242;
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em;
}

h3.single-property__profile__heading {
    font-size: 15px;
    font-weight: 300;
    line-height: 2em;
    font-weight: 900;
    border-bottom: 1px solid rgba(151, 151, 151, 0.23);
}

.single-property__profile__icons {
    padding-top: 24px;
    padding-bottom: 24px;
}

.profile__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 8px;
}

.profile__icon img {
    padding-right: 8px;
    height: 26px;
}

.profile__icon span {
    font-size: 13px;
    font-weight: 500;
    color: #ac1f2d;
}

.profile__section p.profile__label {
    font-size: 13px;
    font-weight: 900;
    color: rgba(91, 91, 91, 0.5);
    margin-bottom: 0;
}

.profile__section .proflie__value {
    font-size: 14px;
}

.profile__section:not(:last-child) {
    padding-bottom: 16px;
}

.single-property__actions {
    padding-top: 8px;
}

.single-property__actions a,
.single-property__actions button {
    border-radius: 70px;
    background-color: white;
    position: relative;
    font-size: 13px;
    padding: 12px 20px;
    text-align: center;
    min-width: 150px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
    padding: 4px 24px;
    font-size: 11px;
    color: #ac1f2d;
    margin-bottom: 16px;
    max-width: none;
    width: auto;
}

.single-property__actions a::before,
.single-property__actions button::before {
    content: '';
    position: absolute;
    z-index: 1;
    border: 5px solid rgba(234, 233, 233, 0.35);
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border-radius: 33px;
}

.single-property__actions a span,
.single-property__actions button span {
    z-index: 2;
    position: relative;
}

.single-property__actions a:hover,
.single-property__actions button:hover {
    color: white;
    background-color: #ac1f2d;
}

.single-property__actions a:hover::before,
.single-property__actions button:hover::before {
    background-color: rgba(172, 31, 45, 0.25);
}

.single-property__actions a:active,
.single-property__actions a:focus,
.single-property__actions button:active,
.single-property__actions button:focus {
    outline: 0;
}

.single-property__profile__actions {
    padding-top: 8px;
}

.single-property__profile__actions a,
.single-property__profile__actions button {
    border-radius: 70px;
    background-color: white;
    position: relative;
    font-size: 13px;
    padding: 12px 20px;
    text-align: center;
    min-width: 150px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
    min-width: 110px;
    padding: 7px 20px;
    font-size: 10px;
    color: #ac1f2d;
    font-size: 11px;
    min-width: 0;
    width: 110px;
    max-width: calc(50% - 10px);
    margin-bottom: 16px;
}

.single-property__profile__actions a::before,
.single-property__profile__actions button::before {
    content: '';
    position: absolute;
    z-index: 1;
    border: 5px solid rgba(234, 233, 233, 0.35);
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border-radius: 33px;
}

.single-property__profile__actions a span,
.single-property__profile__actions button span {
    z-index: 2;
    position: relative;
}

.single-property__profile__actions a:hover,
.single-property__profile__actions button:hover {
    color: white;
    background-color: #ac1f2d;
}

.single-property__profile__actions a:hover::before,
.single-property__profile__actions button:hover::before {
    background-color: rgba(172, 31, 45, 0.25);
}

.single-property__profile__actions a:active,
.single-property__profile__actions a:focus,
.single-property__profile__actions button:active,
.single-property__profile__actions button:focus {
    outline: 0;
}

.single-property__profile__actions a.single-property__profile__download,
.single-property__profile__actions button.single-property__profile__download {
    max-width: none;
    width: auto;
}

.single-property__profile__actions a.property_enquire__book_inspection,
.single-property__profile__actions button.property_enquire__book_inspection {
    min-width: 0;
    width: 240px;
    margin-top: 16px;
    max-width: 100%;
    margin-right: 0;
}

.single-property__profile__actions a.property_enquire__enquire,
.single-property__profile__actions button.property_enquire__enquire {
    margin-right: 16px;
}

.single-property__agents {
    padding-left: 32px;
    padding-right: 32px;
}

.single-property__agents .slick-arrow {
    border: 0;
    padding: 0;
    position: relative;
    width: 28px;
    height: 28px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    z-index: 2;
    top: calc(50% - 14px);
    background-color: transparent;
}

.single-property__agents .slick-arrow i {
    width: 22px;
    height: 22px;
    font-size: 8.8px;
    position: relative;
    z-index: 2;
    background-color: white;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-property__agents .slick-arrow::after {
    content: '';
    z-index: 1;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.11);
    position: absolute;
    background-color: #efefef;
    border-radius: 50%;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}

.single-property__agents .slick-arrow:active,
.single-property__agents .slick-arrow:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single-property__agents .slick-arrow:hover i {
    background: #ac1f2d;
    color: white;
}

.single-property__agents .slick-arrow.button--prev {
    left: 8px;
}

.single-property__agents .slick-arrow.button--next {
    right: 8px;
}

.single-property__agents .slick-arrow.button--prev {
    left: 0;
}

.single-property__agents .slick-arrow.button--next {
    right: 0;
}

.single-property__agents .agent__card {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single-property__agents .agent__card img {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-property__agents .card-content {
    padding-top: 16px;
}

.single-property__agents .agent__contact a {
    border-radius: 70px;
    background-color: white;
    position: relative;
    font-size: 13px;
    padding: 12px 20px;
    text-align: center;
    min-width: 150px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
    min-width: 110px;
    padding: 7px 20px;
    font-size: 10px;
    min-width: 0;
    width: 110px;
    max-width: 50%;
    color: #ac1f2d;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 16px;
}

.single-property__agents .agent__contact a::before {
    content: '';
    position: absolute;
    z-index: 1;
    border: 5px solid rgba(234, 233, 233, 0.35);
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border-radius: 33px;
}

.single-property__agents .agent__contact a span {
    z-index: 2;
    position: relative;
}

.single-property__agents .agent__contact a:hover {
    color: white;
    background-color: #ac1f2d;
}

.single-property__agents .agent__contact a:hover::before {
    background-color: rgba(172, 31, 45, 0.25);
}

.single-property__agents .agent__contact a:active,
.single-property__agents .agent__contact a:focus {
    outline: 0;
}

h4.agent__name {
    font-size: 20px;
    margin-bottom: 0;
}

.agent__position {
    font-size: 13px;
    font-weight: 300;
}

.property__gallery-map {
    position: relative;
}

.single__property__next-inspection {
    position: absolute;
    top: 48px;
    left: 96px;
    z-index: 2;
    background-color: white;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.single__property__next-inspection:hover {
    background-color: #ac1f2d;
    color: white;
}

.single-property__profile__actions a.property_enquire__book_inspection {
    margin-top: 5px;
}

.single-property__profile__actions {
    text-align: center;
}


/*# sourceMappingURL=main.css.map*/


/*Added CSS for soldout badge*/

@font-face {
    font-family: 'times_sans_serifregular';
    src: url('../font/timess__-webfont.woff2') format('woff2'), url('../timess__-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.sold-out-container,
.under-contract-container {
    position: absolute;
    top: 48px;
    left: 96px;
    z-index: 2;
    background-color: white;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 14px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    color: #ac1f2d;
    width: 350px;
    text-align: center;
}

.sold-out-container {
    font-family: "Heebo Regular", sans-serif;
    font-size: 1.5em;
}

.under-contract-container {
    font-family: "Heebo Regular", sans-serif;
    font-size: 1.3em;
}


/*.sold-out-container,*/


/*.under-contract-container{*/


/*position: absolute;*/


/*right: 0;*/


/*top: 0;*/


/*height: 400px;*/


/*width: 400px;*/


/*color: white;*/


/*overflow: hidden;*/


/*pointer-events: none;*/


/*}*/

.sold-out {
    width: 100%;
    background-color: #b91f37;
    transform: rotate(-315deg);
    text-align: center;
    top: 20%;
    right: -25%;
    position: absolute;
    font-family: "Heebo Medium", sans-serif;
    padding: 5px 95px;
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 35px;
}

.under-contract {
    width: 100%;
    background-color: #b91f37;
    transform: rotate(-315deg);
    text-align: center;
    top: 17%;
    right: -25%;
    position: absolute;
    font-family: "Heebo Regular", sans-serif;
    padding: 5px 95px;
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 35px;
    line-height: 1em;
}


/*.sold-out-container {
    position: absolute;
    top: 7.5%;
    right: -74px;
    z-index: 10;
}

.sold-out-container:before {
    content: "\00a0";
    position: absolute;
    background-color: #ffffff;
    padding: 20px 100px;
    z-index: 10;
    left: 72px;
    top: -109px;
}



.sold-out {
    color: #ffffff;
    z-index: 10;
    font-size: 35px;
    transform: rotate(-315deg);
    border: 3px solid #b91f37;
    background-color: #b91f37;
    padding: 5px 95px;
    font-family: Impact;
    letter-spacing: 2px;
    font-family: 'times_sans_serifregular';
}

*/

.left-10 {
    left: 10px !important;
}

@media screen and (max-width: 767px) {
    .sold-out {
        top: 13%;
        right: -30%;
        padding: 0;
        font-size: 25px;
    }
    .sold-out-container,
    .under-contract-container {
        /*height: 200px;*/
        /*width: 200px;*/
        left: 65px;
        /*transform: translate(-55px, 62px) !important;*/
        width: calc(100% - 20px) !important;
    }
    .single__property__next-inspection {
        left: 10px;
        width: calc(100% - 20px);
    }
    .under-contract {
        top: 10%;
        right: -35%;
        font-size: 24px;
    }
}

@media screen and (min-width: 768px) {
    .single__property__next-inspection {
        max-width: calc(100% - 192px) !important;
    }
}


/* For header logo resizing */


/*.header__logo {
    width: 300px !important;
}*/


/* Projects listing style */

.page-projects-listing-data .property-listing__filter {
    padding: 24px 48px;
}

.page-projects-listing-data .property-listing__filter .properties-filter__box {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-projects-listing-data .properties__filters {
    flex: 0 0 75%;
}

.page-projects-listing-data .properties-filter__box .properties__controls {
    flex: 0 0 25%;
}

.page-projects-listing-data .properties-filter__box .properties__controls button {
    top: unset;
    min-width: 110px;
    width: 100%;
    margin-left: unset;
}

.page-projects-listing-data .properties__filters .filter__wrapper {
    margin-bottom: 7px;
}

.page-projects-listing-data .properties__filters .filter__wrapper:first-child input {
    min-width: 300px;
    width: 100%;
}

.page-projects-listing-data .properties__filters .filter__wrapper select {
    padding-right: 45px;
}

@media screen and (max-width: 768px) {
    .page-projects-listing-data .properties__filters .filter__wrapper:first-child {
        width: 100%;
    }
    .page-projects-listing-data .properties__filters .filter__wrapper:first-child .filter-input {
        width: 100%;
        margin-right: 30px;
    }
}

@media screen and (max-width: 480px) {
    .page-projects-listing-data .properties__filters,
    .page-projects-listing-data .properties-filter__box .properties__controls {
        flex: 0 0 100%;
    }
    .page-projects-listing-data .properties__filters .filter__wrapper:first-child input {
        min-width: auto;
    }
    .page-projects-listing-data .properties__filters .filter__wrapper,
    .page-projects-listing-data .properties__filters .filter__wrapper:first-child .filter-input {
        margin-right: 0;
    }
    .page-projects-listing-data .properties__filters .filter__wrapper,
    .page-projects-listing-data .properties__filters .filter__wrapper .select,
    .page-projects-listing-data .properties__filters .filter__wrapper select {
        width: 100%;
    }
    .projectList .row {
        flex-wrap: wrap;
    }
    .projectList .row .col {
        width: 100% !important;
        padding-right: 0 !important;
    }
}


/* End Projects listing style */