﻿/*add overrides to default styling here*/

/* Pull through custom font*/
/*@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,500,700,400italic,700italic);
*/
@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'RobotoCondensed-BoldItalic';
    src: url('../fonts/RobotoCondensed-BoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'RobotoCondensed-Italic';
    src: url('../fonts/RobotoCondensed-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'RobotoCondensed-Light';
    src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'RobotoCondensed-LightItalic';
    src: url('../fonts/RobotoCondensed-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
}


@font-face {
    font-family: 'fa-brands-400';
    src: url('../webfonts/fa-brands-400.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'fa-brands-400';
    src: url('../webfonts/fa-brands-400.svg') format('svg');
}
@font-face {
    font-family: 'fa-brands-400';
    src: url('../webfonts/fa-brands-400.ttf') format('truetype');
}
@font-face {
    font-family: 'fa-brands-400';
    src: url('../webfonts/fa-brands-400.woff') format('woff');
}
@font-face {
    font-family: 'fa-brands-400';
    src: url('../webfonts/fa-brands-400.woff2') format('woff2');
}
@font-face {
    font-family: 'fa-regular-400';
    src: url('../webfonts/fa-regular-400.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'fa-regular-400';
    src: url('../webfonts/fa-regular-400.svg') format('svg');
}
@font-face {
    font-family: 'fa-regular-400';
    src: url('../webfonts/fa-regular-400.ttf') format('truetype');
}
@font-face {
    font-family: 'fa-regular-400';
    src: url('../webfonts/fa-regular-400.woff') format('woff');
}
@font-face {
    font-family: 'fa-regular-400';
    src: url('../webfonts/fa-regular-400.woff2') format('woff2');
}
@font-face {
    font-family: 'fa-solid-900';
    src: url('../webfonts/fa-solid-900.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'fa-solid-900';
    src: url('../webfonts/fa-solid-900.svg') format('svg');
}
@font-face {
    font-family: 'fa-solid-900';
    src: url('../webfonts/fa-solid-900.ttf') format('truetype');
}
@font-face {
    font-family: 'fa-solid-900';
    src: url('../webfonts/fa-solid-900.woff') format('woff');
}
@font-face {
    font-family: 'fa-solid-900';
    src: url('../webfonts/fa-solid-900.woff2') format('woff2');
}

span, .span{

    font-weight:bold;
}

.fa{

    font-family:fa-brands-400;
}
::-webkit-calendar-picker-indicator {
   width:50px;
   

  
}
/*step wizard*/
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    border-radius: 50px;
}


.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    border-radius: 50px;
}

.btn-primary {
    background-color: #fa9d00 !important;
    color: #fff !important;
}

    .btn-primary:hover, .btn-circle:hover, .btn-default btn-circle1:hover, .btn btn-default btn-circle1:hover {
        background-color: #fa9d00 !important;
        color: #fff !important;
        border: 1px solid #fa9d00;
    }


.btn-default btn-circle1 {
    width: auto;
    height: 30px;
    text-align: center;
    padding: 14px 0;
    font-size: 12px;
    border: transparent;
    border-radius: 50px !important;
    background-color: #fff !important;
}

.displaynone, .dontdisplay {

    display:none!important;
}

input[type=submit]{

    width:auto!important;
}

.alert, select{

    margin-top:22px;
    margin-bottom:22px;
}

.btn-circle1 {
    position: relative;
    width: auto!important;
    height: auto;
    text-align: center !important;
    padding: 14px 18px !important;
    font-size: 12px !important;
    top: -10px;
    border-radius: 50px !important;
    border: transparent;
    letter-spacing: 0px !important;
}


.grey h2, .app-title, .grey h3 {
    color: #1a3467!important;
    font-size: 28px;
    margin-top: 32px;
    margin-bottom: 32px;
}
.ui-datepicker.ui-widget select {
    width: 100% !important;
    height: 100%;
}




@media(max-width:768px) {

    /*.stepwizard {
        display: flex;
        flex-wrap: wrap;
    }
    .stepwizard-step {
        display: flex;
        flex-wrap: wrap;
    }.stepwizard-row {*/
    /*display: none;*/

    /*}*/

    .stepwizard-row:before {
        display: none;
    }

    .btn-circle1 {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        width: auto;
        height: auto;
        text-align: center !important;
        padding: 10px 10px !important;
        font-size: 10px !important;
        margin-top: 15px;
        line-height: 1.428571429 !important;
        border-radius: 15px !important;
        border: none !important;
        letter-spacing: 0px !important;
    }
}


@media(max-width:1300px) {

    /*.stepwizard {
        display: flex;
        flex-wrap: wrap;
    }
    .stepwizard-step {
        display: flex;
        flex-wrap: wrap;
    }.stepwizard-row {*/
    /*display: none;*/

    /*}*/

    .stepwizard-row:before {
        display: none;
    }

    .btn-circle1 {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        width: auto;
        height: auto;
        text-align: center !important;
        padding: 10px 10px !important;
        font-size: 12px !important;
        margin-top: 15px;
        line-height: 1.428571429 !important;
        border-radius: 15px !important;
        border: none !important;
        letter-spacing: 0px !important;
    }
}
/*[type="text"], .form-control, [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 5.16667rem;
    padding: 0.44444rem;
    border: 1px solid #ececec;
    margin: 0 0 0.88889rem;
    font-family: inherit;*/
    /* font-size: 0.88889rem;*/
    /*color: #3c3c3c;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-top: 1.14px;
    margin-bottom: 1.14px;
}*/

/*
.ast-button, .button, button, input[type=button], input[type=reset], input[type=submit] {
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    color: #ffffff;
    border-color: #009ce8;
    background-color: #009ce8;
    border-radius: 42px;
    padding-top: 10px;
    padding-right: 38px;
    padding-bottom: 10px;
    padding-left: 38px;
    font-family: 'Cabin',sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-size: 1rem;
    line-height: 1em;
}*/

    /*.ast-button:focus, .ast-button:hover, .button:focus, .button:hover, button:focus, button:hover, input[type=button]:focus, input[type=button]:hover, input[type=reset]:focus, input[type=reset]:hover, input[type=submit]:focus, input[type=submit]:hover {
        color: #fff;*/
        /*    border-color: var(--ast-border-color)*/
    /*}

    .ast-button:active, .ast-button:focus, .button:active, .button:focus, button:active, button:focus, input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus {
        border-color: var(--ast-border-color);
        outline: 0
    }

input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    color: #666;
    border: 1px solid var(--ast-border-color);
    border-radius: 2px;
    -webkit-appearance: none
}

    input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
        color: #111
    }

textarea {
    padding-left: 3px;
    width: 100%
}*/
/*
a {
    color: #4169e1
}

    a:focus, a:hover {
        color: #191970
    }

    a:focus {
        outline: thin dotted
    }

    a:hover {
        outline: 0
    }*/


input[type=submit] {
    background: #1a3467 !important;
    color: #fff !important;
    border-radius: 9px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    border: 0;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 2px;
        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 12.25px;
        font-size: .875rem;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }


h3{

    margin-top:20px!important;
}

@media(min-width:768px) {
    .body-content {
        margin-top: 150px;
    }
}/*

input[type=submit]:not(.button) {
    background-color: transparent !important;
    border: none !important;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    top: 0;
    font-family: 'Roboto Condensed';
    background-color: #fddb33;
    color: #222;
}

input:not(.button):active {
    border: 1px solid #fddb33 !important
}*/

[type="text"]:focus, [type="password"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="email"]:focus, [type="number"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="url"]:focus, [type="color"]:focus, textarea:focus {
    /*    border: 1px solid #cacaca;*/
    background-color: #fff;
    outline: none;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    border: 1px solid #fddb33 !important
}

textarea {
    max-width: 100%
}

    textarea[rows] {
        height: auto
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #3c3c3c
    }

    input::placeholder, textarea::placeholder {
        color: #3c3c3c
    }

    input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
        background-color: #efefef;
        cursor: default
    }

[type="submit"], [type="button"] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type="search"] {
    box-sizing: border-box
}

[type="file"], [type="checkbox"], [type="radio"] {
    margin: 0 0 0.88889rem
}

    [type="checkbox"] + label, [type="radio"] + label {
        display: inline-block;
        margin-left: 0.44444rem;
        margin-right: 0.88889rem;
        margin-bottom: 0;
        vertical-align: baseline
    }

        [type="checkbox"] + label[for], [type="radio"] + label[for] {
            cursor: pointer
        }

label > [type="checkbox"], label > [type="radio"] {
    margin-right: 0.44444rem
}

/*[type="file"] {
    width: 100%
}*/

label {
    display: block;
    margin: 0;
    /*font-size: 0.77778rem;*/
    /*  font-weight: 300;*/
    line-height: 1.8;
    color: #3c3c3c
}

    label.middle {
        margin: 0 0 0.88889rem;
        padding: 0.5rem 0
    }


.alert.alert-danger:before, .alert.alert-feedback:before, .alert.alert-info:before, .alert.alert-success:before, .alert.alert-warning:before {
    content: " ";
    position: absolute;
    top: 13px;
    right: 15px;
    background-repeat: no-repeat;
    padding: 13px
}

.alert {
    position: relative;
    padding-left: 50px
}

    .alert.alert-feedback {
        border: 1px solid #095bbc;
        border-top: 4px solid #095bbc;
        color: #222e3a;
        background-color: #dbebff;
        padding-left: 60px
    }

        .alert.alert-feedback:before {
            margin-right: 20px;
            position: relative;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4KICAgIDxwYXRoIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjMDk1QkJDIiBzdHJva2UtbGluZWD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTI1IDEyLjMzM2ExMS4xNzMgMTEuMTczIDAgMCAxLTEuMiA1LjA2NyAxMS4zMzMgMTEuMzMzIDAgMCAxLTEwLjEzMyA2LjI2NyAxMS4xNzMgMTEuMTczIDAgMCAxLTUuMDY3LTEuMkwxIDI1bDIuNTMzLTcuNmExMS4xNzMgMTEuMTczIDAgMCAxLTEuMi01LjA2N0ExMS4zMzMgMTEuMzMzIDAgMCAxIDguNiAyLjIgMTEuMTczIDExLjE3MyAwIDAgMSAxMy42NjcgMWguNjY2QTExLjMwNyAxMS4zMDcgMCAwIDEgMjUgMTEuNjY3di42NjZ6Ii8+Cjwvc3ZnPgo=)
        }

    .alert.alert-success {
        border: 1px solid #73c36b
    }

        .alert.alert-success:before {
            margin-right: 20px;
            position: relative;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg style='fill-rule:evenodd;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;stroke:%2373C36B'%3E%3Cpath d='M21 10.08V11a10 10 0 1 1-5.93-9.14'/%3E%3Cpath d='M21 3L11 13.01l-3-3'/%3E%3C/g%3E%3C/svg%3E")
        }

    .alert.alert-info {
        border: 1px solid #6fcfe1
    }

        .alert.alert-info:before {
            margin-right: 20px;
            position: relative;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1 1)'%3E%3Ccircle cx='10' cy='10' r='10' stroke='%236FCFE1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath stroke='%236FCFE1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10 14v-4'/%3E%3Ccircle cx='10' cy='6' r='1' fill='%236FCFE1'/%3E%3C/g%3E%3C/svg%3E%0A")
        }

    .alert.alert-danger, .alert.alert-warning {
        border: 1px solid #e95050;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .alert.alert-danger:before, .alert.alert-warning:before {
            margin-right: 20px;
            position: relative;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1 1)'%3E%3Ccircle cx='10' cy='10' r='10' stroke='%23E95050' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath stroke='%23E95050' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10 6v4'/%3E%3Ccircle cx='10' cy='14' r='1' fill='%23E95050'/%3E%3C/g%3E%3C/svg%3E%0A")
        }

    .alert.alert-edgy {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 0
    }

    .alert.alert-iconed {
        position: relative;
        padding-left: 60px
    }

        .alert.alert-iconed:before {
            content: " ";
            position: absolute;
            top: 10px;
            left: 15px
        }

    .alert > p:last-child {
        margin-bottom: 0
    }

.alert-container {
    border-width: 1px;
    border-style: solid;
    border-radius: .25rem
}



    .alert-container.alert-global {
        border-width: 0 0 1px 0;
        border-radius: 0
    }

    .alert-container .alert {
        max-width: 1250px;
        margin: auto;
        border-width: 0
    }
table {
    width: 80%;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 0 auto;
}

/* Zebra striping */

tr:nth-of-type(odd) {
  
}

th {
    color: #009ce8;
    font-weight: 600;
}

.ui-datepicker .td, .tr {
    display:flex!important;
}
.ui-datepicker td a {
    display: flex!important;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

td, th {
    padding: 12px;
    border: 1px solid #ccc;
    text-align: left;
   
}
/*
@media only screen and (max-width: 760px) {

    td, tr:not(.ui-datepicker) {
        display: block
    }



    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
    
    }

        tr + tr {
            margin-top: 24px;
        }

    td {
     
        border: none;
        border-bottom: 1px solid;
        position: relative;
        padding-left: 50%;
    
        text-align: left;
    }

        td:before {
            content: attr(data-label);
            display: inline-block;
            line-height: 1.5;
            margin-left: -100%;
            width: 100%;
            white-space: nowrap;
        }
}
*/



/*Tables for mobile - Excludes datepicker and fee grid with :not(.ui-datepicker-calendar):not(#FeeGrid)*/

@media screen and (max-width: 600px) {
    body .table:not(.ui-datepicker-calendar):not(#FeeGrid):not(select) {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        vertical-align: bottom;
        padding: 0px !important;
    }

    .table:not(.ui-datepicker-calendar):not(#FeeGrid) .tr:not(select) {
        display: flex;
        flex-direction: column;
    }

    .table:not(.ui-datepicker-calendar):not(#FeeGrid) .td:not(select) {
        white-space: nowrap;
        font-weight: bold;
    }

    td:not(.ui-datepicker-calendar), tr:not(.ui-datepicker-calendar) {
        display: flex
    }

}

/*input{

    margin-top:30px;
    margin-bottom:30px;
}*/

table:not(.ui-datepicker-calendar):not(#FeeGrid):not(select) {
    padding: 20px;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table:not(.ui-datepicker-calendar):not(#FeeGrid) caption:not(select) {
    font-size: 24px;
    margin: .5em 0 .75em;
}

table:not(.ui-datepicker-calendar):not(#FeeGrid) tr:not(select) {
    background-color: #f8f8f8;
    /* border: 1px solid #ddd;*/
    padding: .35em;
}

table:not(.ui-datepicker-calendar):not(#FeeGrid) th:not(select),
table:not(.ui-datepicker-calendar):not(#FeeGrid) td:not(select) {
    padding: .625em;
    /*text-align: center;*/
}



table:not(.ui-datepicker-calendar):not(#FeeGrid) th:not(select) {
    font-family: bebasneueheavy, arial, sans-serif !important;
    font-size: 18px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 800px) {
    table:not(.ui-datepicker-calendar):not(#FeeGrid):not(select) {
        border: 0;
    }

    table:not(.ui-datepicker-calendar):not(#FeeGrid) caption:not(select) {
        font-size: 1.3em;
    }

    table:not(.ui-datepicker-calendar):not(#FeeGrid) thead:not(select) {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        display: flex;
        flex-wrap: wrap;
    }

    table:not(.ui-datepicker-calendar):not(#FeeGrid) tr:not(select) {
        display: block;
        /* margin-bottom: .625em;*/
    }

    table:not(.ui-datepicker-calendar):not(#FeeGrid) td:not(select) {
        display: block;
        font-size: .8em;
        text-align: left;
    }

    table:not(.ui-datepicker-calendar):not(#FeeGrid) td::before:not(select) {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    /*   table:not(.ui-datepicker-calendar):not(#FeeGrid) td:last-child:not(select) {
        border-bottom: 0;
      
    }*/
}

.svgwhite{

  /*  color:#fff!important;*/
    fill:#fff!important;
   /* background:#fff!important;*/
}
.displaynone{
    display:none!important;
}
.textfieldlabelrequired:after{
    content: ' *';
    color:red;

}

.intro-block{
    margin-top:30px;
 
    background:#009ce8;
    padding:40px;
}



.intro-block h1 {
  color:#fff;
}
.grey {
    min-width: 80vw;
/*    margin-left: 5vw;
    margin-right: 5vw;*/
   /* padding: 40px;*/
    background: #fff;
  /*  margin-top:20px;*/
}


input[type=radio] {
    opacity: 0;
    -webkit-clip-path: polygon(0 0);
    clip-path: polygon(0 0);
    position: absolute;
    left: 0
}

    input[type=radio] + label {
        position: relative;
        margin: 0 0.5rem 0.5rem 0
    }

        input[type=radio] + label:last-of-type {
            margin-bottom: 0.5rem
        }

        input[type=radio] + label:before {
            display: block;
            width: 20px;
            height: 20px;
            content: "";
            border: 1px solid #878787;
            background-color: #f9f9f9;
            top: 4px;
            margin-right: 10px;
            position: relative;
            -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.15);
            box-shadow: 0 3px 6px rgba(0,0,0,0.15);
            border-radius: 50%
        }

    input[type=radio]:checked + label:after {
        background-color: #0A74D1;
        width: 8px;
        height: 8px;
        content: "";
        position: absolute;
        border-radius: 50%;
        top: 10px;
        left: 6px
    }

    input[type=radio][disabled] + label {
        opacity: 0.5
    }
canvas{

    width:75%!important;
}
input[type=radio] {
    margin: 0
}

button[type="submit"] {
    margin-top: 14px
}

select {
    height: auto;
    padding: .6rem 1.27778rem .6rem .6rem !important;
  /*  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);*/
    margin-bottom: 0
}


header{

    margin-bottom:50px;
}

form {
    min-width: 80vw;
    margin-left: 10vw;
    margin-right: 10vw;

}



.panel {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-heading {
  padding: 10px 15px;
  margin: -15px -15px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}


#dpSearchGrid {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

#dpSearchGrid:before,
#dpSearchGrid:after {
  display: table;
  content: " ";
}

#dpSearchGrid:after {
  clear: both;
}

#dpSearchGrid a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

#dpSearchGrid a,
#dpSearchGrid  span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

#dpSearchGrid  a:hover,
#dpSearchGrid  a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

#QASCapture_QASTable {
width:100%;
}
/* Start Compass Controls*/

.btnSearch {
    background-image:url('../_images/btnsearch.png');
    width:136px;
    height:37px
}
.textfieldlabelrequired {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

#FeeGrid {
width:auto;
text-align:left;
}

#FeeGridHeaderRow {
font-weight: 700;
}

.courselistgrid {
    margin:auto;
    width: 90%;

}
.MarketingFieldListView li
{
	vertical-align :top ;
	display:inline-block;
}

.usercontrol
{
	text-align: left;
	border-style:none;
    margin: 20px;
}

.searchpanel{
    padding-right: 25px;
}

.searchBox {
    width: 100%;
}
.imageLabel {
    display:block !important;
}

.resultspanel {
     vertical-align:top; 
}

.resultspanel div div {
    /*padding:10px;*/
}

.tblrow:nth-child(even) {
    background-color: #f9f9f9;
}

.searchgridcell {
    padding-right: 10px;
}

.searchgridcell:nth-child(even) {
    background-color: #f9f9f9;
}

.searchgridcell:nth-child(even) {
    background-color: #f9f9f9;
}

.searchgridheaderAccount {
    background-color: #cfdde8;  
}
    .searchgridheader th {
        text-align: center;
    }

.MarketingField1Image{
	border-radius:15px;
	width:120px;
	background-color:#FFF;
	margin:  0 10px 10px 10px;
    
	float:left;
	-webkit-box-shadow: 0 1px 3px #c3c3c3;
    -moz-box-shadow: 0 1px 3px #c3c3c3;
    box-shadow: 0 1px 3px #c3c3c3;  
	overflow:hidden;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}

.MarketingField1Image:hover{
	-webkit-box-shadow: 0 0 8px #83B3D6, 0 0 8px #83B3D6;
    -moz-box-shadow: 0 0 8px #83B3D6,  0 0 8px #83B3D6;
    box-shadow: 0 0 8px #83B3D6,  0 0 8px #83B3D6; 
}
	

.MarketingField1Image img{
	display:block;
	width:120px;
	-webkit-box-shadow: 0 2px 1px #c3c3c3;
    -moz-box-shadow: 0 2px 1px #c3c3c3;
    box-shadow: 0 2px 1px #c3c3c3;
	-webkit-border-radius:15px 15px 0 0;
    -moz-border-radius:15px 15px 0 0;
    border-radius:15px 15px 0 0;
	opacity:0.8;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	}

.MarketingField1Image img:hover{
	opacity:1;
}


.MarketingFieldListView h3{
	
	font-size:75%;
	font-weight:normal;
	padding:5px 0 0 8px;
	color:#2d2d2d;
	text-decoration:none;
    text-align:center;
}

.MarketingFieldListView h3 a{
	text-decoration:none;
	color:#2d2d2d;
}

.MarketingFieldListView span{
	
	font-size:80%;
	font-weight:normal;
	padding:0 0 0 8px;
	color:#83B3D6;
	text-decoration:none;
    text-align: center;
}

span input[type="image"] {
    padding:10px;
}

#CourseSearchPanel_ListView {
    text-align:center;
}

#FeeGridFeeTypeCell {
    text-align:center;
    width:200px;
}


#FeeGridAmountCell {
    text-align:center;
width:150px;
}
/* End Compass Controls*/
.error {
    display:block;
}

/**** QAS showloading ****/
.loading-indicator {
    height: 80px;
    width: 80px;
    background: url('data:image/gif;base64,R0lGODlhHwAfAPUAAP///wAAAOjo6NLS0ry8vK6urqKiotzc3Li4uJqamuTk5NjY2KqqqqCgoLCwsMzMzPb29qioqNTU1Obm5jY2NiYmJlBQUMTExHBwcJKSklZWVvr6+mhoaEZGRsbGxvj4+EhISDIyMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEgUDAgFA4BiwSQexKh0eEAkrldAZbvlOD5TqYKALWu5XIwnPFwwymY0GsRgAxrwuJwbCi8aAHlYZ3sVdwtRCm8JgVgODwoQAAIXGRpojQwKRGSDCRESYRsGHYZlBFR5AJt2a3kHQlZlERN2QxMRcAiTeaG2QxJ5RnAOv1EOcEdwUMZDD3BIcKzNq3BJcJLUABBwStrNBtjf3GUGBdLfCtadWMzUz6cDxN/IZQMCvdTBcAIAsli0jOHSJeSAqmlhNr0awo7RJ19TJORqdAXVEEVZyjyKtE3Bg3oZE2iK8oeiKkFZGiCaggelSTiA2LhxiZLBSjZjBL2siNBOFQ84LxHA+mYEiRJzBO7ZCQIAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82YAIQxRCm14Ww4PChAAEAoPDlsAFRUgHkRiZAkREmoSEXiVlRgfQgeBaXRpo6MOQlZbERN0Qx4drRUcAAJmnrVDBrkVDwNjr8BDGxq5Z2MPyUQZuRgFY6rRABe5FgZjjdm8uRTh2d5b4NkQY0zX5QpjTc/lD2NOx+WSW0++2RJmUGJhmZVsQqgtCE6lqpXGjBchmt50+hQKEAEiht5gUcTIESR9GhlgE9IH0BiTkxrMmWIHDkose9SwcQlHDsOIk9ygiVbl5JgMLuV4HUmypMkTOkEAACH5BAkKAAAALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2LQV3t4UBcvcF9/eFpdYxdgZ5hUYA73YGxruCbVjt78G7hXFqlhY/fLQwR0HIQdGuUrTz5eQdIc0cfIEwByGD0MKvcGSaFGjR8GyeAPhIUofQGNQSgrB4IsdOCqx7FHDBiYcOQshYjKDxliVDpRjunCjdSTJkiZP6AQBACH5BAkKAAAALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2I3WBcvczltNxNzIW0693MFYT7bTumNQqlisv7BjswAHo64egFdQAbj0RtOXDQY6VAAUakihN1gSLaJ1IYOGChgXXqEUpQ9ASRlDYhT0xQ4cACJDhqDD5mRKjCAYuArjBmVKDP9+VRljMyMHDwcfuBlBooSCBQwJiqkJAgAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEgUDAgFA8BQIAwExKh0eEAkrlcA9oo4TKcKwharHScIiu9wwTBn3QnGQg1owBNld+O72N/zZnVzRApteFsODwoQABAKDw5bZQxpQ2JkCRESahIRh1gEVIGVamlmXgBWWxETdEMTnlsIAAJmm65DEmZGYw64UZFbR2MPv0QPY0hjpMYKY0ljjMZCEGNK09MG0diN1gXL3M5bTcTcyFtOvdzBWE+207pjUKpYrL+wY7MAB4EerqZjUAG4lKVCBwMbvnT6dCXUkEIFK0jUkOECFEeQJF2hFKUPAIkgQwIaI+hLiJAoR27Zo4YBCJQgVW4cpMYDBpgVZKL59cEBhw+U+QROQ4bBAoUlTZ7QCQIAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82Z1c0QKbXhbDg8KEAAQCg8OW2UMaUNiZAkREmoSEYdYBFSBlWppZl4AVlsRE3RDE55bCAACZpuuQxJmRmMOuFGRW0djD79ED2NIY6TGCmNJY4zGQhBjStPTFBXb21DY1VsGFtzbF9gAzlsFGOQVGefIW2LtGhvYwVgDD+0V17+6Y6BwaNfBwy9YY2YBcMAPnStTY1B9YMdNiyZOngCFGuIBxDZAiRY1eoTvE6UoDEIAGrNSUoNBUuzAaYlljxo2M+HIeXiJpRsRNMaq+JSFCpsRJEqYOPH2JQgAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfjywjlzX9jdXNEHiAVFX8ODwoQABAKDw5bZQxpQh8YiIhaERJqEhF4WwRDDpubAJdqaWZeAByoFR0edEMTolsIAA+yFUq2QxJmAgmyGhvBRJNbA5qoGcpED2MEFrIX0kMKYwUUslDaj2PA4soGY47iEOQFY6vS3FtNYw/m1KQDYw7mzFhPZj5JGzYGipUtESYowzVmF4ADgOCBCZTgFQAxZBJ4AiXqT6ltbUZhWdToUSR/Ii1FWbDnDkUyDQhJsQPn5ZU9atjUhCPHVhgTNy/RSKsiqKFFbUaQKGHiJNyXIAAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEh8JDAWCsBQIAwExKhU+HFwKlgsIMHlIg7TqQeTLW+7XYIiPGSAymY0mrFgA0LwuLzbCC/6eVlnewkADXVECgxcAGUaGRdQEAoPDmhnDGtDBJcVHQYbYRIRhWgEQwd7AB52AGt7YAAIchETrUITpGgIAAJ7ErdDEnsCA3IOwUSWaAOcaA/JQ0amBXKa0QpyBQZyENFCEHIG39HcaN7f4WhM1uTZaE1y0N/TacZoyN/LXU+/0cNyoMxCUytYLjm8AKSS46rVKzmxADhjlCACMFGkBiU4NUQRxS4OHijwNqnSJS6ZovzRyJAQo0NhGrgs5bIPmwWLCLHsQsfhxBWTe9QkOzCwC8sv5Ho127akyRM7QQAAOwAAAAAAAAAAAA==') /*../_images/loading.gif*/;
    background-repeat: no-repeat;
    background-position: center center;
}

.loading-indicator-overlay {
    background-color: #FFFFFF;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}


/*#region Toastr*/
.toast{
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    padding: 15px!important;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
#toast-container > .toast:before {
    position: relative;
    font-family: 'Glyphicons Halflings';
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    padding-right: 0.5em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    float: left;
}

/*Success*/
#toast-container > .toast-success{
    background-image: linear-gradient(to bottom, #DFF0D8 0px, #C8E5BC 100%)!important;
    background-repeat: repeat-x;
    border-color: #B2DBA1;
    color: #3C763D !important;
    background-color: #DFF0D8;
}
.toast-success > .toast-close-button{
    color: #3C763D!important;
}

#toast-container > .toast-success:before {
    content: "\e013";
}
/*Error*/
#toast-container > .toast-error{
    background-image: linear-gradient(to bottom, #F2DEDE 0px, #E7C3C3 100%)!important;
    background-repeat: repeat-x;
    border-color: #DCA7A7;
    color: #A94442 !important;
    background-color: #F2DEDE;
}
.toast-error > .toast-close-button{
    color: #A94442!important;
}

#toast-container > .toast-error:before {
    content: " \e101";
}
/*Info*/
#toast-container > .toast-info{
    background-image: linear-gradient(to bottom, #D9EDF7 0px, #B9DEF0 100%)!important;
    background-repeat: repeat-x;
    border-color: #9ACFEA;
    color: #31708F !important;
    background-color: #D9EDF7;
}
.toast-info > .toast-close-button{
    color: #31708F!important;
}
#toast-container > .toast-info:before {
    content: "\e086";
}

/*Warning*/
#toast-container > .toast-warning{
    background-image: linear-gradient(to bottom, #FCF8E3 0px, #F8EFC0 100%)!important;
    background-repeat: repeat-x;
    border-color: #F5E79E;
    color: #8A6D3B !important;
    background-color: #FCF8E3;
}
.toast-warning > .toast-close-button{
    color: #8A6D3B!important;
}
#toast-container > .toast-warning:before {
    content: "\e107";
}
/*#endregion Toastr*/


.ui-datepicker-title {
    color:black;
}


/*User Account CSS */
       ol.progtrckr {
                            margin: 0;
                            padding: 0;
                            list-style-type none;
                        }
            ol.progtrckr li {
                        display: inline-block;
                        text-align: center;
                        line-height: 3em;
                       
                    }

            ol.progtrckr[data-progtrckr-steps="5"] li { width: 19%;  }

            ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid yellowgreen;
}
ol.progtrckr li.progtrckr-current {
    color: gold;
    border-bottom: 4px solid rgb(247,237,190);
}

ol.progtrckr li.progtrckr-todo {
    color: silver; 
    border-bottom: 4px solid silver;
}

ol.progtrckr li:after {
    content: "\00a0\00a0";
}
ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}
ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: #f5f5f5;
    background-color: yellowgreen;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}
ol.progtrckr li.progtrckr-current:before {
    content: "\039F";
    color: gold;
    background-color: white;
    font-size: 24px;
    bottom: -1.6em;
}
ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 24px;
    bottom: -1.6em;
}
.courseHeader {
    font-size: x-large;
    color:yellowgreen;
}

.prog-details {
    border-radius: 4px;
    margin-top: 10px; 
}

.prog-details > div {
    height: 192px;
    padding: 4px;
     overflow: hidden;
    min-height: 192px;
    min-width:217px;
    line-height:2em;
    text-align:left;
      /* Animation time */
    -webkit-transition: height 2.0s;
    -moz-transition: height 2.0s;
    -o-transition: height 2.0s;
    transition: height 2.0s; 
}
.prog-details >  div:hover{
   min-height:192px;
    height: auto; /* This is the height on hover */
}


.done {
      background-color:rgb(205,229,146) ;
}
.todo {
      background-color:rgb(233,233,233);
}
.current {
    background-color:rgb(247,237,190);
}
.errorLogo {
    margin: auto;
    width:200px;
}
#SearchButton {
    margin-top:10px;
}


#advanced-search {
    text-align: left;
    width: 100%;
    padding: 5px 0 15px;
}

#advanced-search-toggle {
    cursor: pointer;
}

#search-query-explained {
    padding: 10px 0;
}

    #search-query-explained span.term,
    #search-query-explained span.date,
    #search-query-explained span.when,
    #search-query-explained span.branch,
    #search-query-explained span.node,
    #search-query-explained span.op {
        font-weight: bold;
    }

    #search-query-explained span.op {
        text-transform: uppercase;
    }

#search-results li.search-result .mime-pdf {
    padding-left: 20px;
    background: url(../../system/images/pdf_button.png) no-repeat;
}

#search-results .search-pagination,
#search-results .pagination,
#search-results .search-pages-counter {
    clear: both;
    margin: 0 auto;
}

#highlighter-start, #highlighter-end {
    display: none;
    height: 0;
    opacity: 0;
}

/* bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
.pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis, .file-cta, .file-name, .select select, .textarea, .input, .button, .tribe-events-gmap {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(.5em - 1px);
    padding-left: calc(.75em - 1px);
    padding-right: calc(.75em - 1px);
    padding-top: calc(.5em - 1px);
    position: relative;
    vertical-align: top
}

    .pagination-previous:focus, .pagination-next:focus, .pagination-link:focus, .pagination-ellipsis:focus, .file-cta:focus, .file-name:focus, .select select:focus, .textarea:focus, .input:focus, .button:focus, .tribe-events-gmap:focus, .is-focused.pagination-previous, .is-focused.pagination-next, .is-focused.pagination-link, .is-focused.pagination-ellipsis, .is-focused.file-cta, .is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.input, .is-focused.button, .is-focused.tribe-events-gmap, .pagination-previous:active, .pagination-next:active, .pagination-link:active, .pagination-ellipsis:active, .file-cta:active, .file-name:active, .select select:active, .textarea:active, .input:active, .button:active, .tribe-events-gmap:active, .is-active.pagination-previous, .is-active.pagination-next, .is-active.pagination-link, .is-active.pagination-ellipsis, .is-active.file-cta, .is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.input, .is-active.button, .is-active.tribe-events-gmap {
        outline: 0
    }

    [disabled].pagination-previous, [disabled].pagination-next, [disabled].pagination-link, [disabled].pagination-ellipsis, [disabled].file-cta, [disabled].file-name, .select select[disabled], [disabled].textarea, [disabled].input, [disabled].button, [disabled].tribe-events-gmap, fieldset[disabled] .pagination-previous, fieldset[disabled] .pagination-next, fieldset[disabled] .pagination-link, fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .file-cta, fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .button, fieldset[disabled] .tribe-events-gmap {
        cursor: not-allowed
    }

.is-unselectable, .tabs, .pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis, .breadcrumb, .file, .button, .tribe-events-gmap {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
    border: 3px solid rgba(0,0,0,0);
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: .625em;
    margin-top: -0.4375em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    transform-origin: center;
    width: .625em
}

.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .block:not(:last-child), .title:not(:last-child), .subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) {
    margin-bottom: 1.5rem
}

.modal-close, .delete {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10,10,10,.2);
    border: 0;
    border-radius: 9999px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: 0;
    position: relative;
    vertical-align: top;
    width: 20px
}

    .modal-close::before, .delete::before, .modal-close::after, .delete::after {
        background-color: #fff;
        content: "";
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform-origin: center center
    }

    .modal-close::before, .delete::before {
        height: 2px;
        width: 50%
    }

    .modal-close::after, .delete::after {
        height: 50%;
        width: 2px
    }

    .modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
        background-color: rgba(10,10,10,.3)
    }

    .modal-close:active, .delete:active {
        background-color: rgba(10,10,10,.4)
    }

.is-small.modal-close, .is-small.delete {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px
}

.is-medium.modal-close, .is-medium.delete {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px
}

.is-large.modal-close, .is-large.delete {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px
}

.control.is-loading::after, .select.is-loading::after, .loader, .button.is-loading::after, .is-loading.tribe-events-gmap::after {
    animation: spinAround 500ms infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 9999px;
    border-right-color: rgba(0,0,0,0);
    border-top-color: rgba(0,0,0,0);
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em
}

.hero-video, .is-overlay, .modal-background, .modal, .image.is-square img, .image.is-square .has-ratio, .image.is-1by1 img, .image.is-1by1 .has-ratio, .image.is-5by4 img, .image.is-5by4 .has-ratio, .image.is-4by3 img, .image.is-4by3 .has-ratio, .image.is-3by2 img, .image.is-3by2 .has-ratio, .image.is-5by3 img, .image.is-5by3 .has-ratio, .image.is-16by9 img, .image.is-16by9 .has-ratio, .image.is-2by1 img, .image.is-2by1 .has-ratio, .image.is-3by1 img, .image.is-3by1 .has-ratio, .image.is-4by5 img, .image.is-4by5 .has-ratio, .image.is-3by4 img, .image.is-3by4 .has-ratio, .image.is-2by3 img, .image.is-2by3 .has-ratio, .image.is-3by5 img, .image.is-3by5 .has-ratio, .image.is-9by16 img, .image.is-9by16 .has-ratio, .image.is-1by2 img, .image.is-1by2 .has-ratio, .image.is-1by3 img, .image.is-1by3 .has-ratio {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.navbar-burger {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: 0;
    border: 0;
    color: currentColor;
    font-family: inherit;
    font-size: 1em;
    margin: 0;
    padding: 0
}

/* minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

ul {
    list-style: none
}

button, input, select, textarea {
    margin: 0
}

html {
    box-sizing: border-box
}

*, *::before, *::after {
    box-sizing: inherit
}

img, video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

    td:not([align]), th:not([align]) {
        text-align: inherit
    }

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%;
    text-size-adjust: 100%
}

article, aside, figure, footer, header, hgroup, section {
    display: block
}

body, button, input, optgroup, select, textarea {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif
}

code, pre {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-family: monospace
}

body {
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5
}

a {
    color: #485fc7;
    cursor: pointer;
    text-decoration: none
}

    a strong {
        color: currentColor
    }

    a:hover {
        color: #363636
    }

code {
    background-color: #f5f5f5;
    color: #da1039;
    font-size: .875em;
    font-weight: normal;
    padding: .25em .5em .25em
}

hr {
    background-color: #f5f5f5;
    border: 0;
    display: block;
    height: 2px;
    margin: 1.5rem 0
}

img {
    height: auto;
    max-width: 100%
}

input[type=checkbox], input[type=radio] {
    vertical-align: baseline
}

small {
    font-size: .875em
}

span {
    font-style: inherit;
    font-weight: inherit
}

strong {
    color: #363636;
    font-weight: 700
}

fieldset {
    border: 0
}

pre {
    -webkit-overflow-scrolling: touch;
    background-color: #f5f5f5;
    color: #4a4a4a;
    font-size: .875em;
    overflow-x: auto;
    padding: 1.25rem 1.5rem;
    white-space: pre;
    word-wrap: normal
}

    pre code {
        background-color: rgba(0,0,0,0);
        color: currentColor;
        font-size: 1em;
        padding: 0
    }

table td, table th {
    vertical-align: top
}

    table td:not([align]), table th:not([align]) {
        text-align: inherit
    }

table th {
    color: #363636
}

.box {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 .5em 1em -0.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
    color: #4a4a4a;
    display: block;
    padding: 1.25rem
}

a.box:hover, a.box:focus {
    box-shadow: 0 .5em 1em -0.125em rgba(10,10,10,.1),0 0 0 1px #485fc7
}

a.box:active {
    box-shadow: inset 0 1px 2px rgba(10,10,10,.2),0 0 0 1px #485fc7
}

.button, .tribe-events-gmap {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(.5em - 1px);
    text-align: center;
    white-space: nowrap
}

    .button strong, .tribe-events-gmap strong {
        color: inherit
    }

    .button .icon, .tribe-events-gmap .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
        height: 1.5em;
        width: 1.5em
    }

        .button .icon:first-child:not(:last-child), .tribe-events-gmap .icon:first-child:not(:last-child) {
            margin-left: calc(-0.5em - 1px);
            margin-right: .25em
        }

        .button .icon:last-child:not(:first-child), .tribe-events-gmap .icon:last-child:not(:first-child) {
            margin-left: .25em;
            margin-right: calc(-0.5em - 1px)
        }

        .button .icon:first-child:last-child, .tribe-events-gmap .icon:first-child:last-child {
            margin-left: calc(-0.5em - 1px);
            margin-right: calc(-0.5em - 1px)
        }

    .button:hover, .tribe-events-gmap:hover, .button.is-hovered, .is-hovered.tribe-events-gmap {
        border-color: #b5b5b5;
        color: #363636
    }

    .button:focus, .tribe-events-gmap:focus, .button.is-focused, .is-focused.tribe-events-gmap {
        border-color: #485fc7;
        color: #363636
    }

        .button:focus:not(:active), .tribe-events-gmap:focus:not(:active), .button.is-focused:not(:active), .is-focused.tribe-events-gmap:not(:active) {
            box-shadow: 0 0 0 .125em rgba(72,95,199,.25)
        }

    .button:active, .tribe-events-gmap:active, .button.is-active, .is-active.tribe-events-gmap {
        border-color: #4a4a4a;
        color: #363636
    }

    .button.is-text, .is-text.tribe-events-gmap {
        background-color: rgba(0,0,0,0);
        border-color: rgba(0,0,0,0);
        color: #4a4a4a;
        text-decoration: underline
    }

        .button.is-text:hover, .is-text.tribe-events-gmap:hover, .button.is-text.is-hovered, .is-text.is-hovered.tribe-events-gmap, .button.is-text:focus, .is-text.tribe-events-gmap:focus, .button.is-text.is-focused, .is-text.is-focused.tribe-events-gmap {
            background-color: #f5f5f5;
            color: #363636
        }

        .button.is-text:active, .is-text.tribe-events-gmap:active, .button.is-text.is-active, .is-text.is-active.tribe-events-gmap {
            background-color: #e8e8e8;
            color: #363636
        }

        .button.is-text[disabled], .is-text[disabled].tribe-events-gmap, fieldset[disabled] .button.is-text, fieldset[disabled] .is-text.tribe-events-gmap {
            background-color: rgba(0,0,0,0);
            border-color: rgba(0,0,0,0);
            box-shadow: none
        }

    .button.is-ghost, .is-ghost.tribe-events-gmap {
        background: 0;
        border-color: rgba(0,0,0,0);
        color: #485fc7;
        text-decoration: none
    }

        .button.is-ghost:hover, .is-ghost.tribe-events-gmap:hover, .button.is-ghost.is-hovered, .is-ghost.is-hovered.tribe-events-gmap {
            color: #485fc7;
            text-decoration: underline
        }

    .button.is-white, .is-white.tribe-events-gmap {
        background-color: #fff;
        border-color: rgba(0,0,0,0);
        color: #0a0a0a
    }

        .button.is-white:hover, .is-white.tribe-events-gmap:hover, .button.is-white.is-hovered, .is-white.is-hovered.tribe-events-gmap {
            background-color: #f9f9f9;
            border-color: rgba(0,0,0,0);
            color: #0a0a0a
        }

        .button.is-white:focus, .is-white.tribe-events-gmap:focus, .button.is-white.is-focused, .is-white.is-focused.tribe-events-gmap {
            border-color: rgba(0,0,0,0);
            color: #0a0a0a
        }

            .button.is-white:focus:not(:active), .is-white.tribe-events-gmap:focus:not(:active), .button.is-white.is-focused:not(:active), .is-white.is-focused.tribe-events-gmap:not(:active) {
                box-shadow: 0 0 0 .125em rgba(255,255,255,.25)
            }

        .button.is-white:active, .is-white.tribe-events-gmap:active, .button.is-white.is-active, .is-white.is-active.tribe-events-gmap {
            background-color: #f2f2f2;
            border-color: rgba(0,0,0,0);
            color: #0a0a0a
        }

        .button.is-white[disabled], .is-white[disabled].tribe-events-gmap, fieldset[disabled] .button.is-white, fieldset[disabled] .is-white.tribe-events-gmap {
            background-color: #fff;
            border-color: #fff;
            box-shadow: none
        }

        .button.is-white.is-inverted, .is-white.is-inverted.tribe-events-gmap {
            background-color: #0a0a0a;
            color: #fff
        }

            .button.is-white.is-inverted:hover, .is-white.is-inverted.tribe-events-gmap:hover, .button.is-white.is-inverted.is-hovered, .is-white.is-inverted.is-hovered.tribe-events-gmap {
                background-color: #000
            }

            .button.is-white.is-inverted[disabled], .is-white.is-inverted[disabled].tribe-events-gmap, fieldset[disabled] .button.is-white.is-inverted, fieldset[disabled] .is-white.is-inverted.tribe-events-gmap {
                background-color: #0a0a0a;
                border-color: rgba(0,0,0,0);
                box-shadow: none;
                color: #fff
            }

        .button.is-white.is-loading::after, .is-white.is-loading.tribe-events-gmap::after {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) #0a0a0a #0a0a0a !important
        }

        .button.is-white.is-outlined, .is-white.is-outlined.tribe-events-gmap {
            background-color: rgba(0,0,0,0);
            border-color: #fff;
            color: #fff
        }

            .button.is-white.is-outlined:hover, .is-white.is-outlined.tribe-events-gmap:hover, .button.is-white.is-outlined.is-hovered, .is-white.is-outlined.is-hovered.tribe-events-gmap, .button.is-white.is-outlined:focus, .is-white.is-outlined.tribe-events-gmap:focus, .button.is-white.is-outlined.is-focused, .is-white.is-outlined.is-focused.tribe-events-gmap {
                background-color: #fff;
                border-color: #fff;
                color: #0a0a0a
            }

            .button.is-white.is-outlined.is-loading::after, .is-white.is-outlined.is-loading.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
            }

            .button.is-white.is-outlined.is-loading:hover::after, .is-white.is-outlined.is-loading.tribe-events-gmap:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .is-white.is-outlined.is-loading.is-hovered.tribe-events-gmap::after, .button.is-white.is-outlined.is-loading:focus::after, .is-white.is-outlined.is-loading.tribe-events-gmap:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after, .is-white.is-outlined.is-loading.is-focused.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #0a0a0a #0a0a0a !important
            }

            .button.is-white.is-outlined[disabled], .is-white.is-outlined[disabled].tribe-events-gmap, fieldset[disabled] .button.is-white.is-outlined, fieldset[disabled] .is-white.is-outlined.tribe-events-gmap {
                background-color: rgba(0,0,0,0);
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

        .button.is-white.is-inverted.is-outlined, .is-white.is-inverted.is-outlined.tribe-events-gmap {
            background-color: rgba(0,0,0,0);
            border-color: #0a0a0a;
            color: #0a0a0a
        }

            .button.is-white.is-inverted.is-outlined:hover, .is-white.is-inverted.is-outlined.tribe-events-gmap:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .is-white.is-inverted.is-outlined.is-hovered.tribe-events-gmap, .button.is-white.is-inverted.is-outlined:focus, .is-white.is-inverted.is-outlined.tribe-events-gmap:focus, .button.is-white.is-inverted.is-outlined.is-focused, .is-white.is-inverted.is-outlined.is-focused.tribe-events-gmap {
                background-color: #0a0a0a;
                color: #fff
            }

            .button.is-white.is-inverted.is-outlined.is-loading:hover::after, .is-white.is-inverted.is-outlined.is-loading.tribe-events-gmap:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .is-white.is-inverted.is-outlined.is-loading.is-hovered.tribe-events-gmap::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .is-white.is-inverted.is-outlined.is-loading.tribe-events-gmap:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after, .is-white.is-inverted.is-outlined.is-loading.is-focused.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
            }

            .button.is-white.is-inverted.is-outlined[disabled], .is-white.is-inverted.is-outlined[disabled].tribe-events-gmap, fieldset[disabled] .button.is-white.is-inverted.is-outlined, fieldset[disabled] .is-white.is-inverted.is-outlined.tribe-events-gmap {
                background-color: rgba(0,0,0,0);
                border-color: #0a0a0a;
                box-shadow: none;
                color: #0a0a0a
            }

    .button.is-black, .is-black.tribe-events-gmap {
        background-color: #0a0a0a;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

        .button.is-black:hover, .is-black.tribe-events-gmap:hover, .button.is-black.is-hovered, .is-black.is-hovered.tribe-events-gmap {
            background-color: #040404;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-black:focus, .is-black.tribe-events-gmap:focus, .button.is-black.is-focused, .is-black.is-focused.tribe-events-gmap {
            border-color: rgba(0,0,0,0);
            color: #fff
        }

            .button.is-black:focus:not(:active), .is-black.tribe-events-gmap:focus:not(:active), .button.is-black.is-focused:not(:active), .is-black.is-focused.tribe-events-gmap:not(:active) {
                box-shadow: 0 0 0 .125em rgba(10,10,10,.25)
            }

        .button.is-black:active, .is-black.tribe-events-gmap:active, .button.is-black.is-active, .is-black.is-active.tribe-events-gmap {
            background-color: #000;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-black[disabled], .is-black[disabled].tribe-events-gmap, fieldset[disabled] .button.is-black, fieldset[disabled] .is-black.tribe-events-gmap {
            background-color: #0a0a0a;
            border-color: #0a0a0a;
            box-shadow: none
        }

        .button.is-black.is-inverted, .is-black.is-inverted.tribe-events-gmap {
            background-color: #fff;
            color: #0a0a0a
        }

            .button.is-black.is-inverted:hover, .is-black.is-inverted.tribe-events-gmap:hover, .button.is-black.is-inverted.is-hovered, .is-black.is-inverted.is-hovered.tribe-events-gmap {
                background-color: #f2f2f2
            }

            .button.is-black.is-inverted[disabled], .is-black.is-inverted[disabled].tribe-events-gmap, fieldset[disabled] .button.is-black.is-inverted, fieldset[disabled] .is-black.is-inverted.tribe-events-gmap {
                background-color: #fff;
                border-color: rgba(0,0,0,0);
                box-shadow: none;
                color: #0a0a0a
            }

        .button.is-black.is-loading::after, .is-black.is-loading.tribe-events-gmap::after {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
        }

        .button.is-black.is-outlined, .is-black.is-outlined.tribe-events-gmap {
            background-color: rgba(0,0,0,0);
            border-color: #0a0a0a;
            color: #0a0a0a
        }

            .button.is-black.is-outlined:hover, .is-black.is-outlined.tribe-events-gmap:hover, .button.is-black.is-outlined.is-hovered, .is-black.is-outlined.is-hovered.tribe-events-gmap, .button.is-black.is-outlined:focus, .is-black.is-outlined.tribe-events-gmap:focus, .button.is-black.is-outlined.is-focused, .is-black.is-outlined.is-focused.tribe-events-gmap {
                background-color: #0a0a0a;
                border-color: #0a0a0a;
                color: #fff
            }

            .button.is-black.is-outlined.is-loading::after, .is-black.is-outlined.is-loading.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #0a0a0a #0a0a0a !important
            }

            .button.is-black.is-outlined.is-loading:hover::after, .is-black.is-outlined.is-loading.tribe-events-gmap:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .is-black.is-outlined.is-loading.is-hovered.tribe-events-gmap::after, .button.is-black.is-outlined.is-loading:focus::after, .is-black.is-outlined.is-loading.tribe-events-gmap:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after, .is-black.is-outlined.is-loading.is-focused.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
            }

            .button.is-black.is-outlined[disabled], .is-black.is-outlined[disabled].tribe-events-gmap, fieldset[disabled] .button.is-black.is-outlined, fieldset[disabled] .is-black.is-outlined.tribe-events-gmap {
                background-color: rgba(0,0,0,0);
                border-color: #0a0a0a;
                box-shadow: none;
                color: #0a0a0a
            }

        .button.is-black.is-inverted.is-outlined, .is-black.is-inverted.is-outlined.tribe-events-gmap {
            background-color: rgba(0,0,0,0);
            border-color: #fff;
            color: #fff
        }

            .button.is-black.is-inverted.is-outlined:hover, .is-black.is-inverted.is-outlined.tribe-events-gmap:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .is-black.is-inverted.is-outlined.is-hovered.tribe-events-gmap, .button.is-black.is-inverted.is-outlined:focus, .is-black.is-inverted.is-outlined.tribe-events-gmap:focus, .button.is-black.is-inverted.is-outlined.is-focused, .is-black.is-inverted.is-outlined.is-focused.tribe-events-gmap {
                background-color: #fff;
                color: #0a0a0a
            }

            .button.is-black.is-inverted.is-outlined.is-loading:hover::after, .is-black.is-inverted.is-outlined.is-loading.tribe-events-gmap:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .is-black.is-inverted.is-outlined.is-loading.is-hovered.tribe-events-gmap::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .is-black.is-inverted.is-outlined.is-loading.tribe-events-gmap:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after, .is-black.is-inverted.is-outlined.is-loading.is-focused.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #0a0a0a #0a0a0a !important
            }

            .button.is-black.is-inverted.is-outlined[disabled], .is-black.is-inverted.is-outlined[disabled].tribe-events-gmap, fieldset[disabled] .button.is-black.is-inverted.is-outlined, fieldset[disabled] .is-black.is-inverted.is-outlined.tribe-events-gmap {
                background-color: rgba(0,0,0,0);
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

    .button.is-light, .is-light.tribe-events-gmap {
        background-color: #f5f5f5;
        border-color: rgba(0,0,0,0);
        color: rgba(0,0,0,.7)
    }

        .button.is-light:hover, .is-light.tribe-events-gmap:hover, .button.is-light.is-hovered, .is-light.is-hovered.tribe-events-gmap {
            background-color: #eee;
            border-color: rgba(0,0,0,0);
            color: rgba(0,0,0,.7)
        }

        .button.is-light:focus, .is-light.tribe-events-gmap:focus, .button.is-light.is-focused, .is-light.is-focused.tribe-events-gmap {
            border-color: rgba(0,0,0,0);
            color: rgba(0,0,0,.7)
        }

            .button.is-light:focus:not(:active), .is-light.tribe-events-gmap:focus:not(:active), .button.is-light.is-focused:not(:active), .is-light.is-focused.tribe-events-gmap:not(:active) {
                box-shadow: 0 0 0 .125em rgba(245,245,245,.25)
            }

        .button.is-light:active, .is-light.tribe-events-gmap:active, .button.is-light.is-active, .is-light.is-active.tribe-events-gmap {
            background-color: #e8e8e8;
            border-color: rgba(0,0,0,0);
            color: rgba(0,0,0,.7)
        }

        .button.is-light[disabled], .is-light[disabled].tribe-events-gmap, fieldset[disabled] .button.is-light, fieldset[disabled] .is-light.tribe-events-gmap {
            background-color: #f5f5f5;
            border-color: #f5f5f5;
            box-shadow: none
        }

        .button.is-light.is-inverted, .is-light.is-inverted.tribe-events-gmap {
            background-color: rgba(0,0,0,.7);
            color: #f5f5f5
        }

            .button.is-light.is-inverted:hover, .is-light.is-inverted.tribe-events-gmap:hover, .button.is-light.is-inverted.is-hovered, .is-light.is-inverted.is-hovered.tribe-events-gmap {
                background-color: rgba(0,0,0,.7)
            }

            .button.is-light.is-inverted[disabled], .is-light.is-inverted[disabled].tribe-events-gmap, fieldset[disabled] .button.is-light.is-inverted, fieldset[disabled] .is-light.is-inverted.tribe-events-gmap {
                background-color: rgba(0,0,0,.7);
                border-color: rgba(0,0,0,0);
                box-shadow: none;
                color: #f5f5f5
            }

        .button.is-light.is-loading::after, .is-light.is-loading.tribe-events-gmap::after {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,.7) rgba(0,0,0,.7) !important
        }

        .button.is-light.is-outlined, .is-light.is-outlined.tribe-events-gmap {
            background-color: rgba(0,0,0,0);
            border-color: #f5f5f5;
            color: #f5f5f5
        }

            .button.is-light.is-outlined:hover, .is-light.is-outlined.tribe-events-gmap:hover, .button.is-light.is-outlined.is-hovered, .is-light.is-outlined.is-hovered.tribe-events-gmap, .button.is-light.is-outlined:focus, .is-light.is-outlined.tribe-events-gmap:focus, .button.is-light.is-outlined.is-focused, .is-light.is-outlined.is-focused.tribe-events-gmap {
                background-color: #f5f5f5;
                border-color: #f5f5f5;
                color: rgba(0,0,0,.7)
            }

            .button.is-light.is-outlined.is-loading::after, .is-light.is-outlined.is-loading.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #f5f5f5 #f5f5f5 !important
            }

            .button.is-light.is-outlined.is-loading:hover::after, .is-light.is-outlined.is-loading.tribe-events-gmap:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .is-light.is-outlined.is-loading.is-hovered.tribe-events-gmap::after, .button.is-light.is-outlined.is-loading:focus::after, .is-light.is-outlined.is-loading.tribe-events-gmap:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after, .is-light.is-outlined.is-loading.is-focused.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,.7) rgba(0,0,0,.7) !important
            }

            .button.is-light.is-outlined[disabled], .is-light.is-outlined[disabled].tribe-events-gmap, fieldset[disabled] .button.is-light.is-outlined, fieldset[disabled] .is-light.is-outlined.tribe-events-gmap {
                background-color: rgba(0,0,0,0);
                border-color: #f5f5f5;
                box-shadow: none;
                color: #f5f5f5
            }

        .button.is-light.is-inverted.is-outlined, .is-light.is-inverted.is-outlined.tribe-events-gmap {
            background-color: rgba(0,0,0,0);
            border-color: rgba(0,0,0,.7);
            color: rgba(0,0,0,.7)
        }

            .button.is-light.is-inverted.is-outlined:hover, .is-light.is-inverted.is-outlined.tribe-events-gmap:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .is-light.is-inverted.is-outlined.is-hovered.tribe-events-gmap, .button.is-light.is-inverted.is-outlined:focus, .is-light.is-inverted.is-outlined.tribe-events-gmap:focus, .button.is-light.is-inverted.is-outlined.is-focused, .is-light.is-inverted.is-outlined.is-focused.tribe-events-gmap {
                background-color: rgba(0,0,0,.7);
                color: #f5f5f5
            }

            .button.is-light.is-inverted.is-outlined.is-loading:hover::after, .is-light.is-inverted.is-outlined.is-loading.tribe-events-gmap:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .is-light.is-inverted.is-outlined.is-loading.is-hovered.tribe-events-gmap::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .is-light.is-inverted.is-outlined.is-loading.tribe-events-gmap:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after, .is-light.is-inverted.is-outlined.is-loading.is-focused.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #f5f5f5 #f5f5f5 !important
            }

            .button.is-light.is-inverted.is-outlined[disabled], .is-light.is-inverted.is-outlined[disabled].tribe-events-gmap, fieldset[disabled] .button.is-light.is-inverted.is-outlined, fieldset[disabled] .is-light.is-inverted.is-outlined.tribe-events-gmap {
                background-color: rgba(0,0,0,0);
                border-color: rgba(0,0,0,.7);
                box-shadow: none;
                color: rgba(0,0,0,.7)
            }

    .button.is-dark, .is-dark.tribe-events-gmap {
        background-color: #363636;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

        .button.is-dark:hover, .is-dark.tribe-events-gmap:hover, .button.is-dark.is-hovered, .is-dark.is-hovered.tribe-events-gmap {
            background-color: #2f2f2f;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-dark:focus, .is-dark.tribe-events-gmap:focus, .button.is-dark.is-focused, .is-dark.is-focused.tribe-events-gmap {
            border-color: rgba(0,0,0,0);
            color: #fff
        }

            .button.is-dark:focus:not(:active), .is-dark.tribe-events-gmap:focus:not(:active), .button.is-dark.is-focused:not(:active), .is-dark.is-focused.tribe-events-gmap:not(:active) {
                box-shadow: 0 0 0 .125em rgba(54,54,54,.25)
            }

        .button.is-dark:active, .is-dark.tribe-events-gmap:active, .button.is-dark.is-active, .is-dark.is-active.tribe-events-gmap {
            background-color: #292929;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-dark[disabled], .is-dark[disabled].tribe-events-gmap, fieldset[disabled] .button.is-dark, fieldset[disabled] .is-dark.tribe-events-gmap {
            background-color: #363636;
            border-color: #363636;
            box-shadow: none
        }

        .button.is-dark.is-inverted, .is-dark.is-inverted.tribe-events-gmap {
            background-color: #fff;
            color: #363636
        }

            .button.is-dark.is-inverted:hover, .is-dark.is-inverted.tribe-events-gmap:hover, .button.is-dark.is-inverted.is-hovered, .is-dark.is-inverted.is-hovered.tribe-events-gmap {
                background-color: #f2f2f2
            }

            .button.is-dark.is-inverted[disabled], .is-dark.is-inverted[disabled].tribe-events-gmap, fieldset[disabled] .button.is-dark.is-inverted, fieldset[disabled] .is-dark.is-inverted.tribe-events-gmap {
                background-color: #fff;
                border-color: rgba(0,0,0,0);
                box-shadow: none;
                color: #363636
            }

        .button.is-dark.is-loading::after, .is-dark.is-loading.tribe-events-gmap::after {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
        }

        .button.is-dark.is-outlined, .is-dark.is-outlined.tribe-events-gmap {
            background-color: rgba(0,0,0,0);
            border-color: #363636;
            color: #363636
        }

            .button.is-dark.is-outlined:hover, .is-dark.is-outlined.tribe-events-gmap:hover, .button.is-dark.is-outlined.is-hovered, .is-dark.is-outlined.is-hovered.tribe-events-gmap, .button.is-dark.is-outlined:focus, .is-dark.is-outlined.tribe-events-gmap:focus, .button.is-dark.is-outlined.is-focused, .is-dark.is-outlined.is-focused.tribe-events-gmap {
                background-color: #363636;
                border-color: #363636;
                color: #fff
            }

            .button.is-dark.is-outlined.is-loading::after, .is-dark.is-outlined.is-loading.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #363636 #363636 !important
            }

            .button.is-dark.is-outlined.is-loading:hover::after, .is-dark.is-outlined.is-loading.tribe-events-gmap:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .is-dark.is-outlined.is-loading.is-hovered.tribe-events-gmap::after, .button.is-dark.is-outlined.is-loading:focus::after, .is-dark.is-outlined.is-loading.tribe-events-gmap:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after, .is-dark.is-outlined.is-loading.is-focused.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
            }

            .button.is-dark.is-outlined[disabled], .is-dark.is-outlined[disabled].tribe-events-gmap, fieldset[disabled] .button.is-dark.is-outlined, fieldset[disabled] .is-dark.is-outlined.tribe-events-gmap {
                background-color: rgba(0,0,0,0);
                border-color: #363636;
                box-shadow: none;
                color: #363636
            }

        .button.is-dark.is-inverted.is-outlined, .is-dark.is-inverted.is-outlined.tribe-events-gmap {
            background-color: rgba(0,0,0,0);
            border-color: #fff;
            color: #fff
        }

            .button.is-dark.is-inverted.is-outlined:hover, .is-dark.is-inverted.is-outlined.tribe-events-gmap:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .is-dark.is-inverted.is-outlined.is-hovered.tribe-events-gmap, .button.is-dark.is-inverted.is-outlined:focus, .is-dark.is-inverted.is-outlined.tribe-events-gmap:focus, .button.is-dark.is-inverted.is-outlined.is-focused, .is-dark.is-inverted.is-outlined.is-focused.tribe-events-gmap {
                background-color: #fff;
                color: #363636
            }

            .button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .is-dark.is-inverted.is-outlined.is-loading.tribe-events-gmap:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .is-dark.is-inverted.is-outlined.is-loading.is-hovered.tribe-events-gmap::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .is-dark.is-inverted.is-outlined.is-loading.tribe-events-gmap:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after, .is-dark.is-inverted.is-outlined.is-loading.is-focused.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #363636 #363636 !important
            }

            .button.is-dark.is-inverted.is-outlined[disabled], .is-dark.is-inverted.is-outlined[disabled].tribe-events-gmap, fieldset[disabled] .button.is-dark.is-inverted.is-outlined, fieldset[disabled] .is-dark.is-inverted.is-outlined.tribe-events-gmap {
                background-color: rgba(0,0,0,0);
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

    .button.is-primary, .is-primary.tribe-events-gmap {
        background-color: #00d1b2;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

        .button.is-primary:hover, .is-primary.tribe-events-gmap:hover, .button.is-primary.is-hovered, .is-primary.is-hovered.tribe-events-gmap {
            background-color: #00c4a7;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-primary:focus, .is-primary.tribe-events-gmap:focus, .button.is-primary.is-focused, .is-primary.is-focused.tribe-events-gmap {
            border-color: rgba(0,0,0,0);
            color: #fff
        }

            .button.is-primary:focus:not(:active), .is-primary.tribe-events-gmap:focus:not(:active), .button.is-primary.is-focused:not(:active), .is-primary.is-focused.tribe-events-gmap:not(:active) {
                box-shadow: 0 0 0 .125em rgba(0,209,178,.25)
            }

        .button.is-primary:active, .is-primary.tribe-events-gmap:active, .button.is-primary.is-active, .is-primary.is-active.tribe-events-gmap {
            background-color: #00b89c;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-primary[disabled], .is-primary[disabled].tribe-events-gmap, fieldset[disabled] .button.is-primary, fieldset[disabled] .is-primary.tribe-events-gmap {
            background-color: #00d1b2;
            border-color: #00d1b2;
            box-shadow: none
        }

        .button.is-primary.is-inverted, .is-primary.is-inverted.tribe-events-gmap {
            background-color: #fff;
            color: #00d1b2
        }

            .button.is-primary.is-inverted:hover, .is-primary.is-inverted.tribe-events-gmap:hover, .button.is-primary.is-inverted.is-hovered, .is-primary.is-inverted.is-hovered.tribe-events-gmap {
                background-color: #f2f2f2
            }

            .button.is-primary.is-inverted[disabled], .is-primary.is-inverted[disabled].tribe-events-gmap, fieldset[disabled] .button.is-primary.is-inverted, fieldset[disabled] .is-primary.is-inverted.tribe-events-gmap {
                background-color: #fff;
                border-color: rgba(0,0,0,0);
                box-shadow: none;
                color: #00d1b2
            }

        .button.is-primary.is-loading::after, .is-primary.is-loading.tribe-events-gmap::after {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
        }

        .button.is-primary.is-outlined, .is-primary.is-outlined.tribe-events-gmap {
            background-color: rgba(0,0,0,0);
            border-color: #00d1b2;
            color: #00d1b2
        }

            .button.is-primary.is-outlined:hover, .is-primary.is-outlined.tribe-events-gmap:hover, .button.is-primary.is-outlined.is-hovered, .is-primary.is-outlined.is-hovered.tribe-events-gmap, .button.is-primary.is-outlined:focus, .is-primary.is-outlined.tribe-events-gmap:focus, .button.is-primary.is-outlined.is-focused, .is-primary.is-outlined.is-focused.tribe-events-gmap {
                background-color: #00d1b2;
                border-color: #00d1b2;
                color: #fff
            }

            .button.is-primary.is-outlined.is-loading::after, .is-primary.is-outlined.is-loading.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #00d1b2 #00d1b2 !important
            }

            .button.is-primary.is-outlined.is-loading:hover::after, .is-primary.is-outlined.is-loading.tribe-events-gmap:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .is-primary.is-outlined.is-loading.is-hovered.tribe-events-gmap::after, .button.is-primary.is-outlined.is-loading:focus::after, .is-primary.is-outlined.is-loading.tribe-events-gmap:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after, .is-primary.is-outlined.is-loading.is-focused.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
            }

            .button.is-primary.is-outlined[disabled], .is-primary.is-outlined[disabled].tribe-events-gmap, fieldset[disabled] .button.is-primary.is-outlined, fieldset[disabled] .is-primary.is-outlined.tribe-events-gmap {
                background-color: rgba(0,0,0,0);
                border-color: #00d1b2;
                box-shadow: none;
                color: #00d1b2
            }

        .button.is-primary.is-inverted.is-outlined, .is-primary.is-inverted.is-outlined.tribe-events-gmap {
            background-color: rgba(0,0,0,0);
            border-color: #fff;
            color: #fff
        }

            .button.is-primary.is-inverted.is-outlined:hover, .is-primary.is-inverted.is-outlined.tribe-events-gmap:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .is-primary.is-inverted.is-outlined.is-hovered.tribe-events-gmap, .button.is-primary.is-inverted.is-outlined:focus, .is-primary.is-inverted.is-outlined.tribe-events-gmap:focus, .button.is-primary.is-inverted.is-outlined.is-focused, .is-primary.is-inverted.is-outlined.is-focused.tribe-events-gmap {
                background-color: #fff;
                color: #00d1b2
            }

            .button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .is-primary.is-inverted.is-outlined.is-loading.tribe-events-gmap:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .is-primary.is-inverted.is-outlined.is-loading.is-hovered.tribe-events-gmap::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .is-primary.is-inverted.is-outlined.is-loading.tribe-events-gmap:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after, .is-primary.is-inverted.is-outlined.is-loading.is-focused.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #00d1b2 #00d1b2 !important
            }

            .button.is-primary.is-inverted.is-outlined[disabled], .is-primary.is-inverted.is-outlined[disabled].tribe-events-gmap, fieldset[disabled] .button.is-primary.is-inverted.is-outlined, fieldset[disabled] .is-primary.is-inverted.is-outlined.tribe-events-gmap {
                background-color: rgba(0,0,0,0);
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

        .button.is-primary.is-light, .is-primary.is-light.tribe-events-gmap {
            background-color: #ebfffc;
            color: #00947e
        }

            .button.is-primary.is-light:hover, .is-primary.is-light.tribe-events-gmap:hover, .button.is-primary.is-light.is-hovered, .is-primary.is-light.is-hovered.tribe-events-gmap {
                background-color: #defffa;
                border-color: rgba(0,0,0,0);
                color: #00947e
            }

            .button.is-primary.is-light:active, .is-primary.is-light.tribe-events-gmap:active, .button.is-primary.is-light.is-active, .is-primary.is-light.is-active.tribe-events-gmap {
                background-color: #d1fff8;
                border-color: rgba(0,0,0,0);
                color: #00947e
            }

    .button.is-link, .is-link.tribe-events-gmap {
        background-color: #485fc7;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

        .button.is-link:hover, .is-link.tribe-events-gmap:hover, .button.is-link.is-hovered, .is-link.is-hovered.tribe-events-gmap {
            background-color: #3e56c4;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-link:focus, .is-link.tribe-events-gmap:focus, .button.is-link.is-focused, .is-link.is-focused.tribe-events-gmap {
            border-color: rgba(0,0,0,0);
            color: #fff
        }

            .button.is-link:focus:not(:active), .is-link.tribe-events-gmap:focus:not(:active), .button.is-link.is-focused:not(:active), .is-link.is-focused.tribe-events-gmap:not(:active) {
                box-shadow: 0 0 0 .125em rgba(72,95,199,.25)
            }

        .button.is-link:active, .is-link.tribe-events-gmap:active, .button.is-link.is-active, .is-link.is-active.tribe-events-gmap {
            background-color: #3a51bb;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-link[disabled], .is-link[disabled].tribe-events-gmap, fieldset[disabled] .button.is-link, fieldset[disabled] .is-link.tribe-events-gmap {
            background-color: #485fc7;
            border-color: #485fc7;
            box-shadow: none
        }

        .button.is-link.is-inverted, .is-link.is-inverted.tribe-events-gmap {
            background-color: #fff;
            color: #485fc7
        }

            .button.is-link.is-inverted:hover, .is-link.is-inverted.tribe-events-gmap:hover, .button.is-link.is-inverted.is-hovered, .is-link.is-inverted.is-hovered.tribe-events-gmap {
                background-color: #f2f2f2
            }

            .button.is-link.is-inverted[disabled], .is-link.is-inverted[disabled].tribe-events-gmap, fieldset[disabled] .button.is-link.is-inverted, fieldset[disabled] .is-link.is-inverted.tribe-events-gmap {
                background-color: #fff;
                border-color: rgba(0,0,0,0);
                box-shadow: none;
                color: #485fc7
            }

        .button.is-link.is-loading::after, .is-link.is-loading.tribe-events-gmap::after {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
        }

        .button.is-link.is-outlined, .is-link.is-outlined.tribe-events-gmap {
            background-color: rgba(0,0,0,0);
            border-color: #485fc7;
            color: #485fc7
        }

            .button.is-link.is-outlined:hover, .is-link.is-outlined.tribe-events-gmap:hover, .button.is-link.is-outlined.is-hovered, .is-link.is-outlined.is-hovered.tribe-events-gmap, .button.is-link.is-outlined:focus, .is-link.is-outlined.tribe-events-gmap:focus, .button.is-link.is-outlined.is-focused, .is-link.is-outlined.is-focused.tribe-events-gmap {
                background-color: #485fc7;
                border-color: #485fc7;
                color: #fff
            }

            .button.is-link.is-outlined.is-loading::after, .is-link.is-outlined.is-loading.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #485fc7 #485fc7 !important
            }

            .button.is-link.is-outlined.is-loading:hover::after, .is-link.is-outlined.is-loading.tribe-events-gmap:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .is-link.is-outlined.is-loading.is-hovered.tribe-events-gmap::after, .button.is-link.is-outlined.is-loading:focus::after, .is-link.is-outlined.is-loading.tribe-events-gmap:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after, .is-link.is-outlined.is-loading.is-focused.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
            }

            .button.is-link.is-outlined[disabled], .is-link.is-outlined[disabled].tribe-events-gmap, fieldset[disabled] .button.is-link.is-outlined, fieldset[disabled] .is-link.is-outlined.tribe-events-gmap {
                background-color: rgba(0,0,0,0);
                border-color: #485fc7;
                box-shadow: none;
                color: #485fc7
            }

        .button.is-link.is-inverted.is-outlined, .is-link.is-inverted.is-outlined.tribe-events-gmap {
            background-color: rgba(0,0,0,0);
            border-color: #fff;
            color: #fff
        }

            .button.is-link.is-inverted.is-outlined:hover, .is-link.is-inverted.is-outlined.tribe-events-gmap:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .is-link.is-inverted.is-outlined.is-hovered.tribe-events-gmap, .button.is-link.is-inverted.is-outlined:focus, .is-link.is-inverted.is-outlined.tribe-events-gmap:focus, .button.is-link.is-inverted.is-outlined.is-focused, .is-link.is-inverted.is-outlined.is-focused.tribe-events-gmap {
                background-color: #fff;
                color: #485fc7
            }

            .button.is-link.is-inverted.is-outlined.is-loading:hover::after, .is-link.is-inverted.is-outlined.is-loading.tribe-events-gmap:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .is-link.is-inverted.is-outlined.is-loading.is-hovered.tribe-events-gmap::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .is-link.is-inverted.is-outlined.is-loading.tribe-events-gmap:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after, .is-link.is-inverted.is-outlined.is-loading.is-focused.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #485fc7 #485fc7 !important
            }

            .button.is-link.is-inverted.is-outlined[disabled], .is-link.is-inverted.is-outlined[disabled].tribe-events-gmap, fieldset[disabled] .button.is-link.is-inverted.is-outlined, fieldset[disabled] .is-link.is-inverted.is-outlined.tribe-events-gmap {
                background-color: rgba(0,0,0,0);
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

        .button.is-link.is-light, .is-link.is-light.tribe-events-gmap {
            background-color: #eff1fa;
            color: #3850b7
        }

            .button.is-link.is-light:hover, .is-link.is-light.tribe-events-gmap:hover, .button.is-link.is-light.is-hovered, .is-link.is-light.is-hovered.tribe-events-gmap {
                background-color: #e6e9f7;
                border-color: rgba(0,0,0,0);
                color: #3850b7
            }

            .button.is-link.is-light:active, .is-link.is-light.tribe-events-gmap:active, .button.is-link.is-light.is-active, .is-link.is-light.is-active.tribe-events-gmap {
                background-color: #dce0f4;
                border-color: rgba(0,0,0,0);
                color: #3850b7
            }

    .button.is-info, .is-info.tribe-events-gmap {
        background-color: #3e8ed0;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

        .button.is-info:hover, .is-info.tribe-events-gmap:hover, .button.is-info.is-hovered, .is-info.is-hovered.tribe-events-gmap {
            background-color: #3488ce;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-info:focus, .is-info.tribe-events-gmap:focus, .button.is-info.is-focused, .is-info.is-focused.tribe-events-gmap {
            border-color: rgba(0,0,0,0);
            color: #fff
        }

            .button.is-info:focus:not(:active), .is-info.tribe-events-gmap:focus:not(:active), .button.is-info.is-focused:not(:active), .is-info.is-focused.tribe-events-gmap:not(:active) {
                box-shadow: 0 0 0 .125em rgba(62,142,208,.25)
            }

        .button.is-info:active, .is-info.tribe-events-gmap:active, .button.is-info.is-active, .is-info.is-active.tribe-events-gmap {
            background-color: #3082c5;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-info[disabled], .is-info[disabled].tribe-events-gmap, fieldset[disabled] .button.is-info, fieldset[disabled] .is-info.tribe-events-gmap {
            background-color: #3e8ed0;
            border-color: #3e8ed0;
            box-shadow: none
        }

        .button.is-info.is-inverted, .is-info.is-inverted.tribe-events-gmap {
            background-color: #fff;
            color: #3e8ed0
        }

            .button.is-info.is-inverted:hover, .is-info.is-inverted.tribe-events-gmap:hover, .button.is-info.is-inverted.is-hovered, .is-info.is-inverted.is-hovered.tribe-events-gmap {
                background-color: #f2f2f2
            }

            .button.is-info.is-inverted[disabled], .is-info.is-inverted[disabled].tribe-events-gmap, fieldset[disabled] .button.is-info.is-inverted, fieldset[disabled] .is-info.is-inverted.tribe-events-gmap {
                background-color: #fff;
                border-color: rgba(0,0,0,0);
                box-shadow: none;
                color: #3e8ed0
            }

        .button.is-info.is-loading::after, .is-info.is-loading.tribe-events-gmap::after {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
        }

        .button.is-info.is-outlined, .is-info.is-outlined.tribe-events-gmap {
            background-color: rgba(0,0,0,0);
            border-color: #3e8ed0;
            color: #3e8ed0
        }

            .button.is-info.is-outlined:hover, .is-info.is-outlined.tribe-events-gmap:hover, .button.is-info.is-outlined.is-hovered, .is-info.is-outlined.is-hovered.tribe-events-gmap, .button.is-info.is-outlined:focus, .is-info.is-outlined.tribe-events-gmap:focus, .button.is-info.is-outlined.is-focused, .is-info.is-outlined.is-focused.tribe-events-gmap {
                background-color: #3e8ed0;
                border-color: #3e8ed0;
                color: #fff
            }

            .button.is-info.is-outlined.is-loading::after, .is-info.is-outlined.is-loading.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #3e8ed0 #3e8ed0 !important
            }

            .button.is-info.is-outlined.is-loading:hover::after, .is-info.is-outlined.is-loading.tribe-events-gmap:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .is-info.is-outlined.is-loading.is-hovered.tribe-events-gmap::after, .button.is-info.is-outlined.is-loading:focus::after, .is-info.is-outlined.is-loading.tribe-events-gmap:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after, .is-info.is-outlined.is-loading.is-focused.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
            }

            .button.is-info.is-outlined[disabled], .is-info.is-outlined[disabled].tribe-events-gmap, fieldset[disabled] .button.is-info.is-outlined, fieldset[disabled] .is-info.is-outlined.tribe-events-gmap {
                background-color: rgba(0,0,0,0);
                border-color: #3e8ed0;
                box-shadow: none;
                color: #3e8ed0
            }

        .button.is-info.is-inverted.is-outlined, .is-info.is-inverted.is-outlined.tribe-events-gmap {
            background-color: rgba(0,0,0,0);
            border-color: #fff;
            color: #fff
        }

            .button.is-info.is-inverted.is-outlined:hover, .is-info.is-inverted.is-outlined.tribe-events-gmap:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .is-info.is-inverted.is-outlined.is-hovered.tribe-events-gmap, .button.is-info.is-inverted.is-outlined:focus, .is-info.is-inverted.is-outlined.tribe-events-gmap:focus, .button.is-info.is-inverted.is-outlined.is-focused, .is-info.is-inverted.is-outlined.is-focused.tribe-events-gmap {
                background-color: #fff;
                color: #3e8ed0
            }

            .button.is-info.is-inverted.is-outlined.is-loading:hover::after, .is-info.is-inverted.is-outlined.is-loading.tribe-events-gmap:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .is-info.is-inverted.is-outlined.is-loading.is-hovered.tribe-events-gmap::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .is-info.is-inverted.is-outlined.is-loading.tribe-events-gmap:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after, .is-info.is-inverted.is-outlined.is-loading.is-focused.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #3e8ed0 #3e8ed0 !important
            }

            .button.is-info.is-inverted.is-outlined[disabled], .is-info.is-inverted.is-outlined[disabled].tribe-events-gmap, fieldset[disabled] .button.is-info.is-inverted.is-outlined, fieldset[disabled] .is-info.is-inverted.is-outlined.tribe-events-gmap {
                background-color: rgba(0,0,0,0);
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

        .button.is-info.is-light, .is-info.is-light.tribe-events-gmap {
            background-color: #eff5fb;
            color: #296fa8
        }

            .button.is-info.is-light:hover, .is-info.is-light.tribe-events-gmap:hover, .button.is-info.is-light.is-hovered, .is-info.is-light.is-hovered.tribe-events-gmap {
                background-color: #e4eff9;
                border-color: rgba(0,0,0,0);
                color: #296fa8
            }

            .button.is-info.is-light:active, .is-info.is-light.tribe-events-gmap:active, .button.is-info.is-light.is-active, .is-info.is-light.is-active.tribe-events-gmap {
                background-color: #dae9f6;
                border-color: rgba(0,0,0,0);
                color: #296fa8
            }

    .button.is-success, .is-success.tribe-events-gmap {
        background-color: #48c78e;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

        .button.is-success:hover, .is-success.tribe-events-gmap:hover, .button.is-success.is-hovered, .is-success.is-hovered.tribe-events-gmap {
            background-color: #3ec487;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-success:focus, .is-success.tribe-events-gmap:focus, .button.is-success.is-focused, .is-success.is-focused.tribe-events-gmap {
            border-color: rgba(0,0,0,0);
            color: #fff
        }

            .button.is-success:focus:not(:active), .is-success.tribe-events-gmap:focus:not(:active), .button.is-success.is-focused:not(:active), .is-success.is-focused.tribe-events-gmap:not(:active) {
                box-shadow: 0 0 0 .125em rgba(72,199,142,.25)
            }

        .button.is-success:active, .is-success.tribe-events-gmap:active, .button.is-success.is-active, .is-success.is-active.tribe-events-gmap {
            background-color: #3abb81;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-success[disabled], .is-success[disabled].tribe-events-gmap, fieldset[disabled] .button.is-success, fieldset[disabled] .is-success.tribe-events-gmap {
            background-color: #48c78e;
            border-color: #48c78e;
            box-shadow: none
        }

        .button.is-success.is-inverted, .is-success.is-inverted.tribe-events-gmap {
            background-color: #fff;
            color: #48c78e
        }

            .button.is-success.is-inverted:hover, .is-success.is-inverted.tribe-events-gmap:hover, .button.is-success.is-inverted.is-hovered, .is-success.is-inverted.is-hovered.tribe-events-gmap {
                background-color: #f2f2f2
            }

            .button.is-success.is-inverted[disabled], .is-success.is-inverted[disabled].tribe-events-gmap, fieldset[disabled] .button.is-success.is-inverted, fieldset[disabled] .is-success.is-inverted.tribe-events-gmap {
                background-color: #fff;
                border-color: rgba(0,0,0,0);
                box-shadow: none;
                color: #48c78e
            }

        .button.is-success.is-loading::after, .is-success.is-loading.tribe-events-gmap::after {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
        }

        .button.is-success.is-outlined, .is-success.is-outlined.tribe-events-gmap {
            background-color: rgba(0,0,0,0);
            border-color: #48c78e;
            color: #48c78e
        }

            .button.is-success.is-outlined:hover, .is-success.is-outlined.tribe-events-gmap:hover, .button.is-success.is-outlined.is-hovered, .is-success.is-outlined.is-hovered.tribe-events-gmap, .button.is-success.is-outlined:focus, .is-success.is-outlined.tribe-events-gmap:focus, .button.is-success.is-outlined.is-focused, .is-success.is-outlined.is-focused.tribe-events-gmap {
                background-color: #48c78e;
                border-color: #48c78e;
                color: #fff
            }

            .button.is-success.is-outlined.is-loading::after, .is-success.is-outlined.is-loading.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #48c78e #48c78e !important
            }

            .button.is-success.is-outlined.is-loading:hover::after, .is-success.is-outlined.is-loading.tribe-events-gmap:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .is-success.is-outlined.is-loading.is-hovered.tribe-events-gmap::after, .button.is-success.is-outlined.is-loading:focus::after, .is-success.is-outlined.is-loading.tribe-events-gmap:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after, .is-success.is-outlined.is-loading.is-focused.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
            }

            .button.is-success.is-outlined[disabled], .is-success.is-outlined[disabled].tribe-events-gmap, fieldset[disabled] .button.is-success.is-outlined, fieldset[disabled] .is-success.is-outlined.tribe-events-gmap {
                background-color: rgba(0,0,0,0);
                border-color: #48c78e;
                box-shadow: none;
                color: #48c78e
            }

        .button.is-success.is-inverted.is-outlined, .is-success.is-inverted.is-outlined.tribe-events-gmap {
            background-color: rgba(0,0,0,0);
            border-color: #fff;
            color: #fff
        }

            .button.is-success.is-inverted.is-outlined:hover, .is-success.is-inverted.is-outlined.tribe-events-gmap:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .is-success.is-inverted.is-outlined.is-hovered.tribe-events-gmap, .button.is-success.is-inverted.is-outlined:focus, .is-success.is-inverted.is-outlined.tribe-events-gmap:focus, .button.is-success.is-inverted.is-outlined.is-focused, .is-success.is-inverted.is-outlined.is-focused.tribe-events-gmap {
                background-color: #fff;
                color: #48c78e
            }

            .button.is-success.is-inverted.is-outlined.is-loading:hover::after, .is-success.is-inverted.is-outlined.is-loading.tribe-events-gmap:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .is-success.is-inverted.is-outlined.is-loading.is-hovered.tribe-events-gmap::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .is-success.is-inverted.is-outlined.is-loading.tribe-events-gmap:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after, .is-success.is-inverted.is-outlined.is-loading.is-focused.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #48c78e #48c78e !important
            }

            .button.is-success.is-inverted.is-outlined[disabled], .is-success.is-inverted.is-outlined[disabled].tribe-events-gmap, fieldset[disabled] .button.is-success.is-inverted.is-outlined, fieldset[disabled] .is-success.is-inverted.is-outlined.tribe-events-gmap {
                background-color: rgba(0,0,0,0);
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

        .button.is-success.is-light, .is-success.is-light.tribe-events-gmap {
            background-color: #effaf5;
            color: #257953
        }

            .button.is-success.is-light:hover, .is-success.is-light.tribe-events-gmap:hover, .button.is-success.is-light.is-hovered, .is-success.is-light.is-hovered.tribe-events-gmap {
                background-color: #e6f7ef;
                border-color: rgba(0,0,0,0);
                color: #257953
            }

            .button.is-success.is-light:active, .is-success.is-light.tribe-events-gmap:active, .button.is-success.is-light.is-active, .is-success.is-light.is-active.tribe-events-gmap {
                background-color: #dcf4e9;
                border-color: rgba(0,0,0,0);
                color: #257953
            }

    .button.is-warning, .is-warning.tribe-events-gmap {
        background-color: #ffe08a;
        border-color: rgba(0,0,0,0);
        color: rgba(0,0,0,.7)
    }

        .button.is-warning:hover, .is-warning.tribe-events-gmap:hover, .button.is-warning.is-hovered, .is-warning.is-hovered.tribe-events-gmap {
            background-color: #ffdc7d;
            border-color: rgba(0,0,0,0);
            color: rgba(0,0,0,.7)
        }

        .button.is-warning:focus, .is-warning.tribe-events-gmap:focus, .button.is-warning.is-focused, .is-warning.is-focused.tribe-events-gmap {
            border-color: rgba(0,0,0,0);
            color: rgba(0,0,0,.7)
        }

            .button.is-warning:focus:not(:active), .is-warning.tribe-events-gmap:focus:not(:active), .button.is-warning.is-focused:not(:active), .is-warning.is-focused.tribe-events-gmap:not(:active) {
                box-shadow: 0 0 0 .125em rgba(255,224,138,.25)
            }

        .button.is-warning:active, .is-warning.tribe-events-gmap:active, .button.is-warning.is-active, .is-warning.is-active.tribe-events-gmap {
            background-color: #ffd970;
            border-color: rgba(0,0,0,0);
            color: rgba(0,0,0,.7)
        }

        .button.is-warning[disabled], .is-warning[disabled].tribe-events-gmap, fieldset[disabled] .button.is-warning, fieldset[disabled] .is-warning.tribe-events-gmap {
            background-color: #ffe08a;
            border-color: #ffe08a;
            box-shadow: none
        }

        .button.is-warning.is-inverted, .is-warning.is-inverted.tribe-events-gmap {
            background-color: rgba(0,0,0,.7);
            color: #ffe08a
        }

            .button.is-warning.is-inverted:hover, .is-warning.is-inverted.tribe-events-gmap:hover, .button.is-warning.is-inverted.is-hovered, .is-warning.is-inverted.is-hovered.tribe-events-gmap {
                background-color: rgba(0,0,0,.7)
            }

            .button.is-warning.is-inverted[disabled], .is-warning.is-inverted[disabled].tribe-events-gmap, fieldset[disabled] .button.is-warning.is-inverted, fieldset[disabled] .is-warning.is-inverted.tribe-events-gmap {
                background-color: rgba(0,0,0,.7);
                border-color: rgba(0,0,0,0);
                box-shadow: none;
                color: #ffe08a
            }

        .button.is-warning.is-loading::after, .is-warning.is-loading.tribe-events-gmap::after {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,.7) rgba(0,0,0,.7) !important
        }

        .button.is-warning.is-outlined, .is-warning.is-outlined.tribe-events-gmap {
            background-color: rgba(0,0,0,0);
            border-color: #ffe08a;
            color: #ffe08a
        }

            .button.is-warning.is-outlined:hover, .is-warning.is-outlined.tribe-events-gmap:hover, .button.is-warning.is-outlined.is-hovered, .is-warning.is-outlined.is-hovered.tribe-events-gmap, .button.is-warning.is-outlined:focus, .is-warning.is-outlined.tribe-events-gmap:focus, .button.is-warning.is-outlined.is-focused, .is-warning.is-outlined.is-focused.tribe-events-gmap {
                background-color: #ffe08a;
                border-color: #ffe08a;
                color: rgba(0,0,0,.7)
            }

            .button.is-warning.is-outlined.is-loading::after, .is-warning.is-outlined.is-loading.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #ffe08a #ffe08a !important
            }

            .button.is-warning.is-outlined.is-loading:hover::after, .is-warning.is-outlined.is-loading.tribe-events-gmap:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .is-warning.is-outlined.is-loading.is-hovered.tribe-events-gmap::after, .button.is-warning.is-outlined.is-loading:focus::after, .is-warning.is-outlined.is-loading.tribe-events-gmap:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after, .is-warning.is-outlined.is-loading.is-focused.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,.7) rgba(0,0,0,.7) !important
            }

            .button.is-warning.is-outlined[disabled], .is-warning.is-outlined[disabled].tribe-events-gmap, fieldset[disabled] .button.is-warning.is-outlined, fieldset[disabled] .is-warning.is-outlined.tribe-events-gmap {
                background-color: rgba(0,0,0,0);
                border-color: #ffe08a;
                box-shadow: none;
                color: #ffe08a
            }

        .button.is-warning.is-inverted.is-outlined, .is-warning.is-inverted.is-outlined.tribe-events-gmap {
            background-color: rgba(0,0,0,0);
            border-color: rgba(0,0,0,.7);
            color: rgba(0,0,0,.7)
        }

            .button.is-warning.is-inverted.is-outlined:hover, .is-warning.is-inverted.is-outlined.tribe-events-gmap:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .is-warning.is-inverted.is-outlined.is-hovered.tribe-events-gmap, .button.is-warning.is-inverted.is-outlined:focus, .is-warning.is-inverted.is-outlined.tribe-events-gmap:focus, .button.is-warning.is-inverted.is-outlined.is-focused, .is-warning.is-inverted.is-outlined.is-focused.tribe-events-gmap {
                background-color: rgba(0,0,0,.7);
                color: #ffe08a
            }

            .button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .is-warning.is-inverted.is-outlined.is-loading.tribe-events-gmap:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .is-warning.is-inverted.is-outlined.is-loading.is-hovered.tribe-events-gmap::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .is-warning.is-inverted.is-outlined.is-loading.tribe-events-gmap:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after, .is-warning.is-inverted.is-outlined.is-loading.is-focused.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #ffe08a #ffe08a !important
            }

            .button.is-warning.is-inverted.is-outlined[disabled], .is-warning.is-inverted.is-outlined[disabled].tribe-events-gmap, fieldset[disabled] .button.is-warning.is-inverted.is-outlined, fieldset[disabled] .is-warning.is-inverted.is-outlined.tribe-events-gmap {
                background-color: rgba(0,0,0,0);
                border-color: rgba(0,0,0,.7);
                box-shadow: none;
                color: rgba(0,0,0,.7)
            }

        .button.is-warning.is-light, .is-warning.is-light.tribe-events-gmap {
            background-color: #fffaeb;
            color: #946c00
        }

            .button.is-warning.is-light:hover, .is-warning.is-light.tribe-events-gmap:hover, .button.is-warning.is-light.is-hovered, .is-warning.is-light.is-hovered.tribe-events-gmap {
                background-color: #fff6de;
                border-color: rgba(0,0,0,0);
                color: #946c00
            }

            .button.is-warning.is-light:active, .is-warning.is-light.tribe-events-gmap:active, .button.is-warning.is-light.is-active, .is-warning.is-light.is-active.tribe-events-gmap {
                background-color: #fff3d1;
                border-color: rgba(0,0,0,0);
                color: #946c00
            }

    .button.is-danger, .is-danger.tribe-events-gmap {
        background-color: #f14668;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

        .button.is-danger:hover, .is-danger.tribe-events-gmap:hover, .button.is-danger.is-hovered, .is-danger.is-hovered.tribe-events-gmap {
            background-color: #f03a5f;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-danger:focus, .is-danger.tribe-events-gmap:focus, .button.is-danger.is-focused, .is-danger.is-focused.tribe-events-gmap {
            border-color: rgba(0,0,0,0);
            color: #fff
        }

            .button.is-danger:focus:not(:active), .is-danger.tribe-events-gmap:focus:not(:active), .button.is-danger.is-focused:not(:active), .is-danger.is-focused.tribe-events-gmap:not(:active) {
                box-shadow: 0 0 0 .125em rgba(241,70,104,.25)
            }

        .button.is-danger:active, .is-danger.tribe-events-gmap:active, .button.is-danger.is-active, .is-danger.is-active.tribe-events-gmap {
            background-color: #ef2e55;
            border-color: rgba(0,0,0,0);
            color: #fff
        }

        .button.is-danger[disabled], .is-danger[disabled].tribe-events-gmap, fieldset[disabled] .button.is-danger, fieldset[disabled] .is-danger.tribe-events-gmap {
            background-color: #f14668;
            border-color: #f14668;
            box-shadow: none
        }

        .button.is-danger.is-inverted, .is-danger.is-inverted.tribe-events-gmap {
            background-color: #fff;
            color: #f14668
        }

            .button.is-danger.is-inverted:hover, .is-danger.is-inverted.tribe-events-gmap:hover, .button.is-danger.is-inverted.is-hovered, .is-danger.is-inverted.is-hovered.tribe-events-gmap {
                background-color: #f2f2f2
            }

            .button.is-danger.is-inverted[disabled], .is-danger.is-inverted[disabled].tribe-events-gmap, fieldset[disabled] .button.is-danger.is-inverted, fieldset[disabled] .is-danger.is-inverted.tribe-events-gmap {
                background-color: #fff;
                border-color: rgba(0,0,0,0);
                box-shadow: none;
                color: #f14668
            }

        .button.is-danger.is-loading::after, .is-danger.is-loading.tribe-events-gmap::after {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
        }

        .button.is-danger.is-outlined, .is-danger.is-outlined.tribe-events-gmap {
            background-color: rgba(0,0,0,0);
            border-color: #f14668;
            color: #f14668
        }

            .button.is-danger.is-outlined:hover, .is-danger.is-outlined.tribe-events-gmap:hover, .button.is-danger.is-outlined.is-hovered, .is-danger.is-outlined.is-hovered.tribe-events-gmap, .button.is-danger.is-outlined:focus, .is-danger.is-outlined.tribe-events-gmap:focus, .button.is-danger.is-outlined.is-focused, .is-danger.is-outlined.is-focused.tribe-events-gmap {
                background-color: #f14668;
                border-color: #f14668;
                color: #fff
            }

            .button.is-danger.is-outlined.is-loading::after, .is-danger.is-outlined.is-loading.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #f14668 #f14668 !important
            }

            .button.is-danger.is-outlined.is-loading:hover::after, .is-danger.is-outlined.is-loading.tribe-events-gmap:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .is-danger.is-outlined.is-loading.is-hovered.tribe-events-gmap::after, .button.is-danger.is-outlined.is-loading:focus::after, .is-danger.is-outlined.is-loading.tribe-events-gmap:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after, .is-danger.is-outlined.is-loading.is-focused.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important
            }

            .button.is-danger.is-outlined[disabled], .is-danger.is-outlined[disabled].tribe-events-gmap, fieldset[disabled] .button.is-danger.is-outlined, fieldset[disabled] .is-danger.is-outlined.tribe-events-gmap {
                background-color: rgba(0,0,0,0);
                border-color: #f14668;
                box-shadow: none;
                color: #f14668
            }

        .button.is-danger.is-inverted.is-outlined, .is-danger.is-inverted.is-outlined.tribe-events-gmap {
            background-color: rgba(0,0,0,0);
            border-color: #fff;
            color: #fff
        }

            .button.is-danger.is-inverted.is-outlined:hover, .is-danger.is-inverted.is-outlined.tribe-events-gmap:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .is-danger.is-inverted.is-outlined.is-hovered.tribe-events-gmap, .button.is-danger.is-inverted.is-outlined:focus, .is-danger.is-inverted.is-outlined.tribe-events-gmap:focus, .button.is-danger.is-inverted.is-outlined.is-focused, .is-danger.is-inverted.is-outlined.is-focused.tribe-events-gmap {
                background-color: #fff;
                color: #f14668
            }

            .button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .is-danger.is-inverted.is-outlined.is-loading.tribe-events-gmap:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .is-danger.is-inverted.is-outlined.is-loading.is-hovered.tribe-events-gmap::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .is-danger.is-inverted.is-outlined.is-loading.tribe-events-gmap:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after, .is-danger.is-inverted.is-outlined.is-loading.is-focused.tribe-events-gmap::after {
                border-color: rgba(0,0,0,0) rgba(0,0,0,0) #f14668 #f14668 !important
            }

            .button.is-danger.is-inverted.is-outlined[disabled], .is-danger.is-inverted.is-outlined[disabled].tribe-events-gmap, fieldset[disabled] .button.is-danger.is-inverted.is-outlined, fieldset[disabled] .is-danger.is-inverted.is-outlined.tribe-events-gmap {
                background-color: rgba(0,0,0,0);
                border-color: #fff;
                box-shadow: none;
                color: #fff
            }

        .button.is-danger.is-light, .is-danger.is-light.tribe-events-gmap {
            background-color: #feecf0;
            color: #cc0f35
        }

            .button.is-danger.is-light:hover, .is-danger.is-light.tribe-events-gmap:hover, .button.is-danger.is-light.is-hovered, .is-danger.is-light.is-hovered.tribe-events-gmap {
                background-color: #fde0e6;
                border-color: rgba(0,0,0,0);
                color: #cc0f35
            }

            .button.is-danger.is-light:active, .is-danger.is-light.tribe-events-gmap:active, .button.is-danger.is-light.is-active, .is-danger.is-light.is-active.tribe-events-gmap {
                background-color: #fcd4dc;
                border-color: rgba(0,0,0,0);
                color: #cc0f35
            }

    .button.is-small, .is-small.tribe-events-gmap {
        font-size: .75rem
    }

        .button.is-small:not(.is-rounded), .is-small.tribe-events-gmap:not(.is-rounded) {
            border-radius: 2px
        }

    .button.is-normal, .is-normal.tribe-events-gmap {
        font-size: 1rem
    }

    .button.is-medium, .is-medium.tribe-events-gmap {
        font-size: 1.25rem
    }

    .button.is-large, .is-large.tribe-events-gmap {
        font-size: 1.5rem
    }

    .button[disabled], [disabled].tribe-events-gmap, fieldset[disabled] .button, fieldset[disabled] .tribe-events-gmap {
        background-color: #fff;
        border-color: #dbdbdb;
        box-shadow: none;
        opacity: .5
    }

    .button.is-fullwidth, .is-fullwidth.tribe-events-gmap {
        display: flex;
        width: 100%
    }

    .button.is-loading, .is-loading.tribe-events-gmap {
        color: rgba(0,0,0,0) !important;
        pointer-events: none
    }

        .button.is-loading::after, .is-loading.tribe-events-gmap::after {
            position: absolute;
            left: calc(50% - 1em*.5);
            top: calc(50% - 1em*.5);
            position: absolute !important
        }

    .button.is-static, .is-static.tribe-events-gmap {
        background-color: #f5f5f5;
        border-color: #dbdbdb;
        color: #7a7a7a;
        box-shadow: none;
        pointer-events: none
    }

    .button.is-rounded, .is-rounded.tribe-events-gmap {
        border-radius: 9999px;
        padding-left: calc(1em + .25em);
        padding-right: calc(1em + .25em)
    }

.buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .buttons .button, .buttons .tribe-events-gmap {
        margin-bottom: .5rem
    }

        .buttons .button:not(:last-child):not(.is-fullwidth), .buttons .tribe-events-gmap:not(:last-child):not(.is-fullwidth) {
            margin-right: .5rem
        }

    .buttons:last-child {
        margin-bottom: -0.5rem
    }

    .buttons:not(:last-child) {
        margin-bottom: 1rem
    }

    .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large), .buttons.are-small .tribe-events-gmap:not(.is-normal):not(.is-medium):not(.is-large) {
        font-size: .75rem
    }

        .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded), .buttons.are-small .tribe-events-gmap:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
            border-radius: 2px
        }

    .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large), .buttons.are-medium .tribe-events-gmap:not(.is-small):not(.is-normal):not(.is-large) {
        font-size: 1.25rem
    }

    .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium), .buttons.are-large .tribe-events-gmap:not(.is-small):not(.is-normal):not(.is-medium) {
        font-size: 1.5rem
    }

    .buttons.has-addons .button:not(:first-child), .buttons.has-addons .tribe-events-gmap:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .buttons.has-addons .button:not(:last-child), .buttons.has-addons .tribe-events-gmap:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        margin-right: -1px
    }

    .buttons.has-addons .button:last-child, .buttons.has-addons .tribe-events-gmap:last-child {
        margin-right: 0
    }

    .buttons.has-addons .button:hover, .buttons.has-addons .tribe-events-gmap:hover, .buttons.has-addons .button.is-hovered, .buttons.has-addons .is-hovered.tribe-events-gmap {
        z-index: 2
    }

    .buttons.has-addons .button:focus, .buttons.has-addons .tribe-events-gmap:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .is-focused.tribe-events-gmap, .buttons.has-addons .button:active, .buttons.has-addons .tribe-events-gmap:active, .buttons.has-addons .button.is-active, .buttons.has-addons .is-active.tribe-events-gmap, .buttons.has-addons .button.is-selected, .buttons.has-addons .is-selected.tribe-events-gmap {
        z-index: 3
    }

        .buttons.has-addons .button:focus:hover, .buttons.has-addons .tribe-events-gmap:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .is-focused.tribe-events-gmap:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .tribe-events-gmap:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .is-active.tribe-events-gmap:hover, .buttons.has-addons .button.is-selected:hover, .buttons.has-addons .is-selected.tribe-events-gmap:hover {
            z-index: 4
        }

    .buttons.has-addons .button.is-expanded, .buttons.has-addons .is-expanded.tribe-events-gmap {
        flex-grow: 1;
        flex-shrink: 1
    }

    .buttons.is-centered {
        justify-content: center
    }

        .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth), .buttons.is-centered:not(.has-addons) .tribe-events-gmap:not(.is-fullwidth) {
            margin-left: .25rem;
            margin-right: .25rem
        }

    .buttons.is-right {
        justify-content: flex-end
    }

        .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth), .buttons.is-right:not(.has-addons) .tribe-events-gmap:not(.is-fullwidth) {
            margin-left: .25rem;
            margin-right: .25rem
        }

.container {
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto
}

    .container.is-fluid {
        max-width: none !important;
        padding-left: 32px;
        padding-right: 32px;
        width: 100%
    }

.content li + li {
    margin-top: .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: 600;
    line-height: 1.125
}

.content h1 {
    font-size: 2em;
    margin-bottom: .5em
}

    .content h1:not(:first-child) {
        margin-top: 1em
    }

.content h2 {
    font-size: 1.75em;
    margin-bottom: .5714em
}

    .content h2:not(:first-child) {
        margin-top: 1.1428em
    }

.content h3 {
    font-size: 1.5em;
    margin-bottom: .6666em
}

    .content h3:not(:first-child) {
        margin-top: 1.3333em
    }

.content h4 {
    font-size: 1.25em;
    margin-bottom: .8em
}

.content h5 {
    font-size: 1.125em;
    margin-bottom: .8888em
}

.content h6 {
    font-size: 1em;
    margin-bottom: 1em
}

.content blockquote {
    background-color: #f5f5f5;
    border-left: 5px solid #dbdbdb;
    padding: 1.25em 1.5em
}

.content ol {
    list-style-position: outside;
    margin-left: 2em;
    margin-top: 1em
}

    .content ol:not([type]) {
        list-style-type: decimal
    }

        .content ol:not([type]).is-lower-alpha {
            list-style-type: lower-alpha
        }

        .content ol:not([type]).is-lower-roman {
            list-style-type: lower-roman
        }

        .content ol:not([type]).is-upper-alpha {
            list-style-type: upper-alpha
        }

        .content ol:not([type]).is-upper-roman {
            list-style-type: upper-roman
        }

.content ul {
    list-style: disc outside;
    margin-left: 2em;
    margin-top: 1em
}

    .content ul ul {
        list-style-type: circle;
        margin-top: .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: .5em .75em;
        vertical-align: top
    }

    .content table th {
        color: #363636
    }

        .content table th:not([align]) {
            text-align: inherit
        }

    .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 .tabs li + li {
    margin-top: 0
}

.content.is-small {
    font-size: .75rem
}

.content.is-normal {
    font-size: 1rem
}

.content.is-medium {
    font-size: 1.25rem
}

.content.is-large {
    font-size: 1.5rem
}

.icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem
}

    .icon.is-small {
        height: 1rem;
        width: 1rem
    }

    .icon.is-medium {
        height: 2rem;
        width: 2rem
    }

    .icon.is-large {
        height: 3rem;
        width: 3rem
    }

.icon-text {
    align-items: flex-start;
    color: inherit;
    display: inline-flex;
    flex-wrap: wrap;
    line-height: 1.5rem;
    vertical-align: top
}

    .icon-text .icon {
        flex-grow: 0;
        flex-shrink: 0
    }

        .icon-text .icon:not(:last-child) {
            margin-right: .25em
        }

        .icon-text .icon:not(:first-child) {
            margin-left: .25em
        }

div.icon-text {
    display: flex
}

.image {
    display: block;
    position: relative
}

    .image img {
        display: block;
        height: auto;
        width: 100%
    }

        .image img.is-rounded {
            border-radius: 9999px
        }

    .image.is-fullwidth {
        width: 100%
    }

    .image.is-square img, .image.is-square .has-ratio, .image.is-1by1 img, .image.is-1by1 .has-ratio, .image.is-5by4 img, .image.is-5by4 .has-ratio, .image.is-4by3 img, .image.is-4by3 .has-ratio, .image.is-3by2 img, .image.is-3by2 .has-ratio, .image.is-5by3 img, .image.is-5by3 .has-ratio, .image.is-16by9 img, .image.is-16by9 .has-ratio, .image.is-2by1 img, .image.is-2by1 .has-ratio, .image.is-3by1 img, .image.is-3by1 .has-ratio, .image.is-4by5 img, .image.is-4by5 .has-ratio, .image.is-3by4 img, .image.is-3by4 .has-ratio, .image.is-2by3 img, .image.is-2by3 .has-ratio, .image.is-3by5 img, .image.is-3by5 .has-ratio, .image.is-9by16 img, .image.is-9by16 .has-ratio, .image.is-1by2 img, .image.is-1by2 .has-ratio, .image.is-1by3 img, .image.is-1by3 .has-ratio {
        height: 100%;
        width: 100%
    }

    .image.is-square, .image.is-1by1 {
        padding-top: 100%
    }

    .image.is-5by4 {
        padding-top: 80%
    }

    .image.is-4by3 {
        padding-top: 75%
    }

    .image.is-3by2 {
        padding-top: 66.6666%
    }

    .image.is-5by3 {
        padding-top: 60%
    }

    .image.is-16by9 {
        padding-top: 56.25%
    }

    .image.is-2by1 {
        padding-top: 50%
    }

    .image.is-3by1 {
        padding-top: 33.3333%
    }

    .image.is-4by5 {
        padding-top: 125%
    }

    .image.is-3by4 {
        padding-top: 133.3333%
    }

    .image.is-2by3 {
        padding-top: 150%
    }

    .image.is-3by5 {
        padding-top: 166.6666%
    }

    .image.is-9by16 {
        padding-top: 177.7777%
    }

    .image.is-1by2 {
        padding-top: 200%
    }

    .image.is-1by3 {
        padding-top: 300%
    }

    .image.is-16x16 {
        height: 16px;
        width: 16px
    }

    .image.is-24x24 {
        height: 24px;
        width: 24px
    }

    .image.is-32x32 {
        height: 32px;
        width: 32px
    }

    .image.is-48x48 {
        height: 48px;
        width: 48px
    }

    .image.is-64x64 {
        height: 64px;
        width: 64px
    }

    .image.is-96x96 {
        height: 96px;
        width: 96px
    }

    .image.is-128x128 {
        height: 128px;
        width: 128px
    }

.notification {
    background-color: #f5f5f5;
    border-radius: 4px;
    position: relative;
    padding: 1.25rem 2.5rem 1.25rem 1.5rem
}

    .notification a:not(.button):not(.tribe-events-gmap):not(.dropdown-item) {
        color: currentColor;
        text-decoration: underline
    }

    .notification strong {
        color: currentColor
    }

    .notification code, .notification pre {
        background: #fff
    }

        .notification pre code {
            background: rgba(0,0,0,0)
        }

    .notification > .delete {
        right: .5rem;
        position: absolute;
        top: .5rem
    }

    .notification .title, .notification .subtitle, .notification .content {
        color: currentColor
    }

    .notification.is-white {
        background-color: #fff;
        color: #0a0a0a
    }

    .notification.is-black {
        background-color: #0a0a0a;
        color: #fff
    }

    .notification.is-light {
        background-color: #f5f5f5;
        color: rgba(0,0,0,.7)
    }

    .notification.is-dark {
        background-color: #363636;
        color: #fff
    }

    .notification.is-primary {
        background-color: #00d1b2;
        color: #fff
    }

        .notification.is-primary.is-light {
            background-color: #ebfffc;
            color: #00947e
        }

    .notification.is-link {
        background-color: #485fc7;
        color: #fff
    }

        .notification.is-link.is-light {
            background-color: #eff1fa;
            color: #3850b7
        }

    .notification.is-info {
        background-color: #3e8ed0;
        color: #fff
    }

        .notification.is-info.is-light {
            background-color: #eff5fb;
            color: #296fa8
        }

    .notification.is-success {
        background-color: #48c78e;
        color: #fff
    }

        .notification.is-success.is-light {
            background-color: #effaf5;
            color: #257953
        }

    .notification.is-warning {
        background-color: #ffe08a;
        color: rgba(0,0,0,.7)
    }

        .notification.is-warning.is-light {
            background-color: #fffaeb;
            color: #946c00
        }

    .notification.is-danger {
        background-color: #f14668;
        color: #fff
    }

        .notification.is-danger.is-light {
            background-color: #feecf0;
            color: #cc0f35
        }

.progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    border-radius: 9999px;
    display: block;
    height: 1rem;
    overflow: hidden;
    padding: 0;
    width: 100%
}

    .progress::-webkit-progress-bar {
        background-color: #ededed
    }

    .progress::-webkit-progress-value {
        background-color: #4a4a4a
    }

    .progress::-moz-progress-bar {
        background-color: #4a4a4a
    }

    .progress::-ms-fill {
        background-color: #4a4a4a;
        border: 0
    }

    .progress.is-white::-webkit-progress-value {
        background-color: #fff
    }

    .progress.is-white::-moz-progress-bar {
        background-color: #fff
    }

    .progress.is-white::-ms-fill {
        background-color: #fff
    }

    .progress.is-white:indeterminate {
        background-image: linear-gradient(to right,hsl(0,0%,100%) 30%,hsl(0,0%,93%) 30%)
    }

    .progress.is-black::-webkit-progress-value {
        background-color: #0a0a0a
    }

    .progress.is-black::-moz-progress-bar {
        background-color: #0a0a0a
    }

    .progress.is-black::-ms-fill {
        background-color: #0a0a0a
    }

    .progress.is-black:indeterminate {
        background-image: linear-gradient(to right,hsl(0,0%,4%) 30%,hsl(0,0%,93%) 30%)
    }

    .progress.is-light::-webkit-progress-value {
        background-color: #f5f5f5
    }

    .progress.is-light::-moz-progress-bar {
        background-color: #f5f5f5
    }

    .progress.is-light::-ms-fill {
        background-color: #f5f5f5
    }

    .progress.is-light:indeterminate {
        background-image: linear-gradient(to right,hsl(0,0%,96%) 30%,hsl(0,0%,93%) 30%)
    }

    .progress.is-dark::-webkit-progress-value {
        background-color: #363636
    }

    .progress.is-dark::-moz-progress-bar {
        background-color: #363636
    }

    .progress.is-dark::-ms-fill {
        background-color: #363636
    }

    .progress.is-dark:indeterminate {
        background-image: linear-gradient(to right,hsl(0,0%,21%) 30%,hsl(0,0%,93%) 30%)
    }

    .progress.is-primary::-webkit-progress-value {
        background-color: #00d1b2
    }

    .progress.is-primary::-moz-progress-bar {
        background-color: #00d1b2
    }

    .progress.is-primary::-ms-fill {
        background-color: #00d1b2
    }

    .progress.is-primary:indeterminate {
        background-image: linear-gradient(to right,hsl(171,100%,41%) 30%,hsl(0,0%,93%) 30%)
    }

    .progress.is-link::-webkit-progress-value {
        background-color: #485fc7
    }

    .progress.is-link::-moz-progress-bar {
        background-color: #485fc7
    }

    .progress.is-link::-ms-fill {
        background-color: #485fc7
    }

    .progress.is-link:indeterminate {
        background-image: linear-gradient(to right,hsl(229,53%,53%) 30%,hsl(0,0%,93%) 30%)
    }

    .progress.is-info::-webkit-progress-value {
        background-color: #3e8ed0
    }

    .progress.is-info::-moz-progress-bar {
        background-color: #3e8ed0
    }

    .progress.is-info::-ms-fill {
        background-color: #3e8ed0
    }

    .progress.is-info:indeterminate {
        background-image: linear-gradient(to right,hsl(207,61%,53%) 30%,hsl(0,0%,93%) 30%)
    }

    .progress.is-success::-webkit-progress-value {
        background-color: #48c78e
    }

    .progress.is-success::-moz-progress-bar {
        background-color: #48c78e
    }

    .progress.is-success::-ms-fill {
        background-color: #48c78e
    }

    .progress.is-success:indeterminate {
        background-image: linear-gradient(to right,hsl(153,53%,53%) 30%,hsl(0,0%,93%) 30%)
    }

    .progress.is-warning::-webkit-progress-value {
        background-color: #ffe08a
    }

    .progress.is-warning::-moz-progress-bar {
        background-color: #ffe08a
    }

    .progress.is-warning::-ms-fill {
        background-color: #ffe08a
    }

    .progress.is-warning:indeterminate {
        background-image: linear-gradient(to right,hsl(44,100%,77%) 30%,hsl(0,0%,93%) 30%)
    }

    .progress.is-danger::-webkit-progress-value {
        background-color: #f14668
    }

    .progress.is-danger::-moz-progress-bar {
        background-color: #f14668
    }

    .progress.is-danger::-ms-fill {
        background-color: #f14668
    }

    .progress.is-danger:indeterminate {
        background-image: linear-gradient(to right,hsl(348,86%,61%) 30%,hsl(0,0%,93%) 30%)
    }

    .progress:indeterminate {
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        animation-name: moveIndeterminate;
        animation-timing-function: linear;
        background-color: #ededed;
        background-image: linear-gradient(to right,hsl(0,0%,29%) 30%,hsl(0,0%,93%) 30%);
        background-position: top left;
        background-repeat: no-repeat;
        background-size: 150% 150%
    }

        .progress:indeterminate::-webkit-progress-bar {
            background-color: rgba(0,0,0,0)
        }

        .progress:indeterminate::-moz-progress-bar {
            background-color: rgba(0,0,0,0)
        }

        .progress:indeterminate::-ms-fill {
            animation-name: none
        }

    .progress.is-small {
        height: .75rem
    }

    .progress.is-medium {
        height: 1.25rem
    }

    .progress.is-large {
        height: 1.5rem
    }

.table {
    background-color: #fff;
    color: #363636
}

    .table td, .table th {
        border: 1px solid #dbdbdb;
        border-width: 0 0 1px;
        padding: .5em .75em;
        vertical-align: top
    }

        .table td.is-white, .table th.is-white {
            background-color: #fff;
            border-color: #fff;
            color: #0a0a0a
        }

        .table td.is-black, .table th.is-black {
            background-color: #0a0a0a;
            border-color: #0a0a0a;
            color: #fff
        }

        .table td.is-light, .table th.is-light {
            background-color: #f5f5f5;
            border-color: #f5f5f5;
            color: rgba(0,0,0,.7)
        }

        .table td.is-dark, .table th.is-dark {
            background-color: #363636;
            border-color: #363636;
            color: #fff
        }

        .table td.is-primary, .table th.is-primary {
            background-color: #00d1b2;
            border-color: #00d1b2;
            color: #fff
        }

        .table td.is-link, .table th.is-link {
            background-color: #485fc7;
            border-color: #485fc7;
            color: #fff
        }

        .table td.is-info, .table th.is-info {
            background-color: #3e8ed0;
            border-color: #3e8ed0;
            color: #fff
        }

        .table td.is-success, .table th.is-success {
            background-color: #48c78e;
            border-color: #48c78e;
            color: #fff
        }

        .table td.is-warning, .table th.is-warning {
            background-color: #ffe08a;
            border-color: #ffe08a;
            color: rgba(0,0,0,.7)
        }

        .table td.is-danger, .table th.is-danger {
            background-color: #f14668;
            border-color: #f14668;
            color: #fff
        }

        .table td.is-narrow, .table th.is-narrow {
            white-space: nowrap;
            width: 1%
        }

        .table td.is-selected, .table th.is-selected {
            background-color: #00d1b2;
            color: #fff
        }

            .table td.is-selected a, .table td.is-selected strong, .table th.is-selected a, .table th.is-selected strong {
                color: currentColor
            }

        .table td.is-vcentered, .table th.is-vcentered {
            vertical-align: middle
        }

    .table th {
        color: #363636
    }

        .table th:not([align]) {
            text-align: left
        }

    .table tr.is-selected {
        background-color: #00d1b2;
        color: #fff
    }

        .table tr.is-selected a, .table tr.is-selected strong {
            color: currentColor
        }

        .table tr.is-selected td, .table tr.is-selected th {
            border-color: #fff;
            color: currentColor
        }

    .table thead {
        background-color: rgba(0,0,0,0)
    }

        .table thead td, .table thead th {
            border-width: 0 0 2px;
            color: #363636
        }

    .table tfoot {
        background-color: rgba(0,0,0,0)
    }

        .table tfoot td, .table tfoot th {
            border-width: 2px 0 0;
            color: #363636
        }

    .table tbody {
        background-color: rgba(0,0,0,0)
    }

        .table tbody tr:last-child td, .table tbody tr:last-child th {
            border-bottom-width: 0
        }

    .table.is-bordered td, .table.is-bordered th {
        border-width: 1px
    }

    .table.is-bordered tr:last-child td, .table.is-bordered tr:last-child th {
        border-bottom-width: 1px
    }

    .table.is-fullwidth {
        width: 100%
    }

    .table.is-hoverable tbody tr:not(.is-selected):hover {
        background-color: #fafafa
    }

    .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
        background-color: #fafafa
    }

        .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
            background-color: #f5f5f5
        }

    .table.is-narrow td, .table.is-narrow th {
        padding: .25em .5em
    }

    .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
        background-color: #fafafa
    }

.table-container {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%
}

.tags {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .tags .tag {
        margin-bottom: .5rem
    }

        .tags .tag:not(:last-child) {
            margin-right: .5rem
        }

    .tags:last-child {
        margin-bottom: -0.5rem
    }

    .tags:not(:last-child) {
        margin-bottom: 1rem
    }

    .tags.are-medium .tag:not(.is-normal):not(.is-large) {
        font-size: 1rem
    }

    .tags.are-large .tag:not(.is-normal):not(.is-medium) {
        font-size: 1.25rem
    }

    .tags.is-centered {
        justify-content: center
    }

        .tags.is-centered .tag {
            margin-right: .25rem;
            margin-left: .25rem
        }

    .tags.is-right {
        justify-content: flex-end
    }

        .tags.is-right .tag:not(:first-child) {
            margin-left: .5rem
        }

        .tags.is-right .tag:not(:last-child) {
            margin-right: 0
        }

    .tags.has-addons .tag {
        margin-right: 0
    }

        .tags.has-addons .tag:not(:first-child) {
            margin-left: 0;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

        .tags.has-addons .tag:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

.tag:not(body) {
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #4a4a4a;
    display: inline-flex;
    font-size: .75rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap
}

    .tag:not(body) .delete {
        margin-left: .25rem;
        margin-right: -0.375rem
    }

    .tag:not(body).is-white {
        background-color: #fff;
        color: #0a0a0a
    }

    .tag:not(body).is-black {
        background-color: #0a0a0a;
        color: #fff
    }

    .tag:not(body).is-light {
        background-color: #f5f5f5;
        color: rgba(0,0,0,.7)
    }

    .tag:not(body).is-dark {
        background-color: #363636;
        color: #fff
    }

    .tag:not(body).is-primary {
        background-color: #00d1b2;
        color: #fff
    }

        .tag:not(body).is-primary.is-light {
            background-color: #ebfffc;
            color: #00947e
        }

    .tag:not(body).is-link {
        background-color: #485fc7;
        color: #fff
    }

        .tag:not(body).is-link.is-light {
            background-color: #eff1fa;
            color: #3850b7
        }

    .tag:not(body).is-info {
        background-color: #3e8ed0;
        color: #fff
    }

        .tag:not(body).is-info.is-light {
            background-color: #eff5fb;
            color: #296fa8
        }

    .tag:not(body).is-success {
        background-color: #48c78e;
        color: #fff
    }

        .tag:not(body).is-success.is-light {
            background-color: #effaf5;
            color: #257953
        }

    .tag:not(body).is-warning {
        background-color: #ffe08a;
        color: rgba(0,0,0,.7)
    }

        .tag:not(body).is-warning.is-light {
            background-color: #fffaeb;
            color: #946c00
        }

    .tag:not(body).is-danger {
        background-color: #f14668;
        color: #fff
    }

        .tag:not(body).is-danger.is-light {
            background-color: #feecf0;
            color: #cc0f35
        }

    .tag:not(body).is-normal {
        font-size: .75rem
    }

    .tag:not(body).is-medium {
        font-size: 1rem
    }

    .tag:not(body).is-large {
        font-size: 1.25rem
    }

    .tag:not(body) .icon:first-child:not(:last-child) {
        margin-left: -0.375em;
        margin-right: .1875em
    }

    .tag:not(body) .icon:last-child:not(:first-child) {
        margin-left: .1875em;
        margin-right: -0.375em
    }

    .tag:not(body) .icon:first-child:last-child {
        margin-left: -0.375em;
        margin-right: -0.375em
    }

    .tag:not(body).is-delete {
        margin-left: 1px;
        padding: 0;
        position: relative;
        width: 2em
    }

        .tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
            background-color: currentColor;
            content: "";
            display: block;
            left: 50%;
            position: absolute;
            top: 50%;
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform-origin: center center
        }

        .tag:not(body).is-delete::before {
            height: 1px;
            width: 50%
        }

        .tag:not(body).is-delete::after {
            height: 50%;
            width: 1px
        }

        .tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
            background-color: #e8e8e8
        }

        .tag:not(body).is-delete:active {
            background-color: #dbdbdb
        }

    .tag:not(body).is-rounded {
        border-radius: 9999px
    }

a.tag:hover {
    text-decoration: underline
}

.title, .subtitle {
    word-break: break-word
}

    .title em, .title span, .subtitle em, .subtitle span {
        font-weight: inherit
    }

    .title sub, .subtitle sub {
        font-size: .75em
    }

    .title sup, .subtitle sup {
        font-size: .75em
    }

    .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:not(.is-spaced) + .subtitle {
        margin-top: -1.25rem
    }

    .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: .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.25rem
    }

    .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: .75rem
    }

.heading {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.number {
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 9999px;
    display: inline-flex;
    font-size: 1.25rem;
    height: 2em;
    justify-content: center;
    margin-right: 1.5rem;
    min-width: 2.5em;
    padding: .25rem .5rem;
    text-align: center;
    vertical-align: top
}

.select select, .textarea, .input {
    background-color: #fff;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: #363636
}

    .select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
        color: rgba(54,54,54,.3)
    }

    .select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
        color: rgba(54,54,54,.3)
    }

    .select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
        color: rgba(54,54,54,.3)
    }

    .select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
        color: rgba(54,54,54,.3)
    }

    .select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
        border-color: #b5b5b5
    }

    .select select:focus, .textarea:focus, .input:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .select select:active, .textarea:active, .input:active, .select select.is-active, .is-active.textarea, .is-active.input {
        border-color: #485fc7;
        box-shadow: 0 0 0 .125em rgba(72,95,199,.25)
    }

    .select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
        background-color: #f5f5f5;
        border-color: #f5f5f5;
        box-shadow: none;
        color: #7a7a7a
    }

        .select select[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, [disabled].input::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
            color: rgba(122,122,122,.3)
        }

        .select select[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder {
            color: rgba(122,122,122,.3)
        }

        .select select[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, [disabled].input:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder {
            color: rgba(122,122,122,.3)
        }

        .select select[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder {
            color: rgba(122,122,122,.3)
        }

.textarea, .input {
    box-shadow: inset 0 .0625em .125em rgba(10,10,10,.05);
    max-width: 100%;
    width: 100%
}

[readonly].textarea, [readonly].input {
    box-shadow: none
}

.is-white.textarea, .is-white.input {
    border-color: #fff
}

    .is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input {
        box-shadow: 0 0 0 .125em rgba(255,255,255,.25)
    }

.is-black.textarea, .is-black.input {
    border-color: #0a0a0a
}

    .is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input {
        box-shadow: 0 0 0 .125em rgba(10,10,10,.25)
    }

.is-light.textarea, .is-light.input {
    border-color: #f5f5f5
}

    .is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input {
        box-shadow: 0 0 0 .125em rgba(245,245,245,.25)
    }

.is-dark.textarea, .is-dark.input {
    border-color: #363636
}

    .is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input {
        box-shadow: 0 0 0 .125em rgba(54,54,54,.25)
    }

.is-primary.textarea, .is-primary.input {
    border-color: #00d1b2
}

    .is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input {
        box-shadow: 0 0 0 .125em rgba(0,209,178,.25)
    }

.is-link.textarea, .is-link.input {
    border-color: #485fc7
}

    .is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input {
        box-shadow: 0 0 0 .125em rgba(72,95,199,.25)
    }

.is-info.textarea, .is-info.input {
    border-color: #3e8ed0
}

    .is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input {
        box-shadow: 0 0 0 .125em rgba(62,142,208,.25)
    }

.is-success.textarea, .is-success.input {
    border-color: #48c78e
}

    .is-success.textarea:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .is-success.textarea:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.input {
        box-shadow: 0 0 0 .125em rgba(72,199,142,.25)
    }

.is-warning.textarea, .is-warning.input {
    border-color: #ffe08a
}

    .is-warning.textarea:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input {
        box-shadow: 0 0 0 .125em rgba(255,224,138,.25)
    }

.is-danger.textarea, .is-danger.input {
    border-color: #f14668
}

    .is-danger.textarea:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input {
        box-shadow: 0 0 0 .125em rgba(241,70,104,.25)
    }

.is-small.textarea, .is-small.input {
    border-radius: 2px;
    font-size: .75rem
}

.is-medium.textarea, .is-medium.input {
    font-size: 1.25rem
}

.is-large.textarea, .is-large.input {
    font-size: 1.5rem
}

.is-fullwidth.textarea, .is-fullwidth.input {
    display: block;
    width: 100%
}

.is-inline.textarea, .is-inline.input {
    display: inline;
    width: auto
}

.input.is-rounded {
    border-radius: 9999px;
    padding-left: calc(calc(0.75em - 1px) + .375em);
    padding-right: calc(calc(0.75em - 1px) + .375em)
}

.input.is-static {
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    box-shadow: none;
    padding-left: 0;
    padding-right: 0
}

.textarea {
    display: block;
    max-width: 100%;
    min-width: 100%;
    padding: calc(.75em - 1px);
    resize: vertical
}

    .textarea:not([rows]) {
        max-height: 40em;
        min-height: 8em
    }

    .textarea[rows] {
        height: initial
    }

    .textarea.has-fixed-size {
        resize: none
    }

.radio, .checkbox {
    cursor: pointer;
    display: inline-block;
    line-height: 1.25;
    position: relative
}

    .radio input, .checkbox input {
        cursor: pointer
    }

    .radio:hover, .checkbox:hover {
        color: #363636
    }

    [disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox, .radio input[disabled], .checkbox input[disabled] {
        color: #7a7a7a;
        cursor: not-allowed
    }

    .radio + .radio {
        margin-left: .5em
    }

.select {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top
}

    .select:not(.is-multiple) {
        height: 2.5em
    }

        .select:not(.is-multiple):not(.is-loading)::after {
            border-color: #485fc7;
            right: 1.125em;
            z-index: 4
        }

    .select.is-rounded select {
        border-radius: 9999px;
        padding-left: 1em
    }

    .select select {
        cursor: pointer;
        display: block;
        font-size: 1em;
        max-width: 100%;
        outline: 0
    }

        .select select::-ms-expand {
            display: none
        }

        .select select[disabled]:hover, fieldset[disabled] .select select:hover {
            border-color: #f5f5f5
        }

        .select select:not([multiple]) {
            padding-right: 2.5em
        }

        .select select[multiple] {
            height: auto;
            padding: 0
        }

            .select select[multiple] option {
                padding: .5em 1em
            }

    .select:not(.is-multiple):not(.is-loading):hover::after {
        border-color: #363636
    }

    .select.is-white:not(:hover)::after {
        border-color: #fff
    }

    .select.is-white select {
        border-color: #fff
    }

        .select.is-white select:hover, .select.is-white select.is-hovered {
            border-color: #f2f2f2
        }

        .select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
            box-shadow: 0 0 0 .125em rgba(255,255,255,.25)
        }

    .select.is-black:not(:hover)::after {
        border-color: #0a0a0a
    }

    .select.is-black select {
        border-color: #0a0a0a
    }

        .select.is-black select:hover, .select.is-black select.is-hovered {
            border-color: #000
        }

        .select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
            box-shadow: 0 0 0 .125em rgba(10,10,10,.25)
        }

    .select.is-light:not(:hover)::after {
        border-color: #f5f5f5
    }

    .select.is-light select {
        border-color: #f5f5f5
    }

        .select.is-light select:hover, .select.is-light select.is-hovered {
            border-color: #e8e8e8
        }

        .select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
            box-shadow: 0 0 0 .125em rgba(245,245,245,.25)
        }

    .select.is-dark:not(:hover)::after {
        border-color: #363636
    }

    .select.is-dark select {
        border-color: #363636
    }

        .select.is-dark select:hover, .select.is-dark select.is-hovered {
            border-color: #292929
        }

        .select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
            box-shadow: 0 0 0 .125em rgba(54,54,54,.25)
        }

    .select.is-primary:not(:hover)::after {
        border-color: #00d1b2
    }

    .select.is-primary select {
        border-color: #00d1b2
    }

        .select.is-primary select:hover, .select.is-primary select.is-hovered {
            border-color: #00b89c
        }

        .select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
            box-shadow: 0 0 0 .125em rgba(0,209,178,.25)
        }

    .select.is-link:not(:hover)::after {
        border-color: #485fc7
    }

    .select.is-link select {
        border-color: #485fc7
    }

        .select.is-link select:hover, .select.is-link select.is-hovered {
            border-color: #3a51bb
        }

        .select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
            box-shadow: 0 0 0 .125em rgba(72,95,199,.25)
        }

    .select.is-info:not(:hover)::after {
        border-color: #3e8ed0
    }

    .select.is-info select {
        border-color: #3e8ed0
    }

        .select.is-info select:hover, .select.is-info select.is-hovered {
            border-color: #3082c5
        }

        .select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
            box-shadow: 0 0 0 .125em rgba(62,142,208,.25)
        }

    .select.is-success:not(:hover)::after {
        border-color: #48c78e
    }

    .select.is-success select {
        border-color: #48c78e
    }

        .select.is-success select:hover, .select.is-success select.is-hovered {
            border-color: #3abb81
        }

        .select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
            box-shadow: 0 0 0 .125em rgba(72,199,142,.25)
        }

    .select.is-warning:not(:hover)::after {
        border-color: #ffe08a
    }

    .select.is-warning select {
        border-color: #ffe08a
    }

        .select.is-warning select:hover, .select.is-warning select.is-hovered {
            border-color: #ffd970
        }

        .select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
            box-shadow: 0 0 0 .125em rgba(255,224,138,.25)
        }

    .select.is-danger:not(:hover)::after {
        border-color: #f14668
    }

    .select.is-danger select {
        border-color: #f14668
    }

        .select.is-danger select:hover, .select.is-danger select.is-hovered {
            border-color: #ef2e55
        }

        .select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
            box-shadow: 0 0 0 .125em rgba(241,70,104,.25)
        }

    .select.is-small {
        border-radius: 2px;
        font-size: .75rem
    }

    .select.is-medium {
        font-size: 1.25rem
    }

    .select.is-large {
        font-size: 1.5rem
    }

    .select.is-disabled::after {
        border-color: #7a7a7a !important;
        opacity: .5
    }

    .select.is-fullwidth {
        width: 100%
    }

        .select.is-fullwidth select {
            width: 100%
        }

    .select.is-loading::after {
        margin-top: 0;
        position: absolute;
        right: .625em;
        top: .625em;
        transform: none
    }

    .select.is-loading.is-small:after {
        font-size: .75rem
    }

    .select.is-loading.is-medium:after {
        font-size: 1.25rem
    }

    .select.is-loading.is-large:after {
        font-size: 1.5rem
    }

.file {
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
    position: relative
}

    .file.is-white .file-cta {
        background-color: #fff;
        border-color: rgba(0,0,0,0);
        color: #0a0a0a
    }

    .file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
        background-color: #f9f9f9;
        border-color: rgba(0,0,0,0);
        color: #0a0a0a
    }

    .file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
        border-color: rgba(0,0,0,0);
        box-shadow: 0 0 .5em rgba(255,255,255,.25);
        color: #0a0a0a
    }

    .file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
        background-color: #f2f2f2;
        border-color: rgba(0,0,0,0);
        color: #0a0a0a
    }

    .file.is-black .file-cta {
        background-color: #0a0a0a;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
        background-color: #040404;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
        border-color: rgba(0,0,0,0);
        box-shadow: 0 0 .5em rgba(10,10,10,.25);
        color: #fff
    }

    .file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
        background-color: #000;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-light .file-cta {
        background-color: #f5f5f5;
        border-color: rgba(0,0,0,0);
        color: rgba(0,0,0,.7)
    }

    .file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
        background-color: #eee;
        border-color: rgba(0,0,0,0);
        color: rgba(0,0,0,.7)
    }

    .file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
        border-color: rgba(0,0,0,0);
        box-shadow: 0 0 .5em rgba(245,245,245,.25);
        color: rgba(0,0,0,.7)
    }

    .file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
        background-color: #e8e8e8;
        border-color: rgba(0,0,0,0);
        color: rgba(0,0,0,.7)
    }

    .file.is-dark .file-cta {
        background-color: #363636;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
        background-color: #2f2f2f;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
        border-color: rgba(0,0,0,0);
        box-shadow: 0 0 .5em rgba(54,54,54,.25);
        color: #fff
    }

    .file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
        background-color: #292929;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-primary .file-cta {
        background-color: #00d1b2;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
        background-color: #00c4a7;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
        border-color: rgba(0,0,0,0);
        box-shadow: 0 0 .5em rgba(0,209,178,.25);
        color: #fff
    }

    .file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
        background-color: #00b89c;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-link .file-cta {
        background-color: #485fc7;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
        background-color: #3e56c4;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
        border-color: rgba(0,0,0,0);
        box-shadow: 0 0 .5em rgba(72,95,199,.25);
        color: #fff
    }

    .file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
        background-color: #3a51bb;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-info .file-cta {
        background-color: #3e8ed0;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
        background-color: #3488ce;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
        border-color: rgba(0,0,0,0);
        box-shadow: 0 0 .5em rgba(62,142,208,.25);
        color: #fff
    }

    .file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
        background-color: #3082c5;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-success .file-cta {
        background-color: #48c78e;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
        background-color: #3ec487;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
        border-color: rgba(0,0,0,0);
        box-shadow: 0 0 .5em rgba(72,199,142,.25);
        color: #fff
    }

    .file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
        background-color: #3abb81;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-warning .file-cta {
        background-color: #ffe08a;
        border-color: rgba(0,0,0,0);
        color: rgba(0,0,0,.7)
    }

    .file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
        background-color: #ffdc7d;
        border-color: rgba(0,0,0,0);
        color: rgba(0,0,0,.7)
    }

    .file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
        border-color: rgba(0,0,0,0);
        box-shadow: 0 0 .5em rgba(255,224,138,.25);
        color: rgba(0,0,0,.7)
    }

    .file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
        background-color: #ffd970;
        border-color: rgba(0,0,0,0);
        color: rgba(0,0,0,.7)
    }

    .file.is-danger .file-cta {
        background-color: #f14668;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
        background-color: #f03a5f;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
        border-color: rgba(0,0,0,0);
        box-shadow: 0 0 .5em rgba(241,70,104,.25);
        color: #fff
    }

    .file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
        background-color: #ef2e55;
        border-color: rgba(0,0,0,0);
        color: #fff
    }

    .file.is-small {
        font-size: .75rem
    }

    .file.is-normal {
        font-size: 1rem
    }

    .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.has-name.is-empty .file-cta {
        border-radius: 4px
    }

    .file.has-name.is-empty .file-name {
        display: none
    }

    .file.is-boxed .file-label {
        flex-direction: column
    }

    .file.is-boxed .file-cta {
        flex-direction: column;
        height: auto;
        padding: 1em 3em
    }

    .file.is-boxed .file-name {
        border-width: 0 1px 1px
    }

    .file.is-boxed .file-icon {
        height: 1.5em;
        width: 1.5em
    }

        .file.is-boxed .file-icon .fa {
            font-size: 21px
        }

    .file.is-boxed.is-small .file-icon .fa {
        font-size: 14px
    }

    .file.is-boxed.is-medium .file-icon .fa {
        font-size: 28px
    }

    .file.is-boxed.is-large .file-icon .fa {
        font-size: 35px
    }

    .file.is-boxed.has-name .file-cta {
        border-radius: 4px 4px 0 0
    }

    .file.is-boxed.has-name .file-name {
        border-radius: 0 0 4px 4px;
        border-width: 0 1px 1px
    }

    .file.is-centered {
        justify-content: center
    }

    .file.is-fullwidth .file-label {
        width: 100%
    }

    .file.is-fullwidth .file-name {
        flex-grow: 1;
        max-width: none
    }

    .file.is-right {
        justify-content: flex-end
    }

        .file.is-right .file-cta {
            border-radius: 0 4px 4px 0
        }

        .file.is-right .file-name {
            border-radius: 4px 0 0 4px;
            border-width: 1px 0 1px 1px;
            order: -1
        }

.file-label {
    align-items: stretch;
    display: flex;
    cursor: pointer;
    justify-content: flex-start;
    overflow: hidden;
    position: relative
}

    .file-label:hover .file-cta {
        background-color: #eee;
        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: 100%;
    left: 0;
    opacity: 0;
    outline: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.file-cta, .file-name {
    border-color: #dbdbdb;
    border-radius: 4px;
    font-size: 1em;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap
}

.file-cta {
    background-color: #f5f5f5;
    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: inherit;
    text-overflow: ellipsis
}

.file-icon {
    align-items: center;
    display: flex;
    height: 1em;
    justify-content: center;
    margin-right: .5em;
    width: 1em
}

    .file-icon .fa {
        font-size: 14px
    }

.label {
    color: #363636;
    display: block;
    font-size: 1rem;
    font-weight: 700
}

    .label:not(:last-child) {
        margin-bottom: .5em
    }

    .label.is-small {
        font-size: .75rem
    }

    .label.is-medium {
        font-size: 1.25rem
    }

    .label.is-large {
        font-size: 1.5rem
    }

.help {
    display: block;
    font-size: .75rem;
    margin-top: .25rem
}

    .help.is-white {
        color: #fff
    }

    .help.is-black {
        color: #0a0a0a
    }

    .help.is-light {
        color: #f5f5f5
    }

    .help.is-dark {
        color: #363636
    }

    .help.is-primary {
        color: #00d1b2
    }

    .help.is-link {
        color: #485fc7
    }

    .help.is-info {
        color: #3e8ed0
    }

    .help.is-success {
        color: #48c78e
    }

    .help.is-warning {
        color: #ffe08a
    }

    .help.is-danger {
        color: #f14668
    }

.field:not(:last-child) {
    margin-bottom: .75rem
}

.field.has-addons {
    display: flex;
    justify-content: flex-start
}

    .field.has-addons .control:not(:last-child) {
        margin-right: -1px
    }

    .field.has-addons .control:not(:first-child):not(:last-child) .button, .field.has-addons .control:not(:first-child):not(:last-child) .tribe-events-gmap, .field.has-addons .control:not(:first-child):not(:last-child) .input, .field.has-addons .control:not(:first-child):not(:last-child) .select select {
        border-radius: 0
    }

    .field.has-addons .control:first-child:not(:only-child) .button, .field.has-addons .control:first-child:not(:only-child) .tribe-events-gmap, .field.has-addons .control:first-child:not(:only-child) .input, .field.has-addons .control:first-child:not(:only-child) .select select {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .field.has-addons .control:last-child:not(:only-child) .button, .field.has-addons .control:last-child:not(:only-child) .tribe-events-gmap, .field.has-addons .control:last-child:not(:only-child) .input, .field.has-addons .control:last-child:not(:only-child) .select select {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .tribe-events-gmap:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered, .field.has-addons .control .tribe-events-gmap:not([disabled]).is-hovered, .field.has-addons .control .input:not([disabled]):hover, .field.has-addons .control .input:not([disabled]).is-hovered, .field.has-addons .control .select select:not([disabled]):hover, .field.has-addons .control .select select:not([disabled]).is-hovered {
        z-index: 2
    }

    .field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .tribe-events-gmap:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .tribe-events-gmap:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .tribe-events-gmap:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active, .field.has-addons .control .tribe-events-gmap:not([disabled]).is-active, .field.has-addons .control .input:not([disabled]):focus, .field.has-addons .control .input:not([disabled]).is-focused, .field.has-addons .control .input:not([disabled]):active, .field.has-addons .control .input:not([disabled]).is-active, .field.has-addons .control .select select:not([disabled]):focus, .field.has-addons .control .select select:not([disabled]).is-focused, .field.has-addons .control .select select:not([disabled]):active, .field.has-addons .control .select select:not([disabled]).is-active {
        z-index: 3
    }

        .field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .tribe-events-gmap:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .tribe-events-gmap:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .tribe-events-gmap:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover, .field.has-addons .control .tribe-events-gmap:not([disabled]).is-active:hover, .field.has-addons .control .input:not([disabled]):focus:hover, .field.has-addons .control .input:not([disabled]).is-focused:hover, .field.has-addons .control .input:not([disabled]):active:hover, .field.has-addons .control .input:not([disabled]).is-active:hover, .field.has-addons .control .select select:not([disabled]):focus:hover, .field.has-addons .control .select select:not([disabled]).is-focused:hover, .field.has-addons .control .select select:not([disabled]):active:hover, .field.has-addons .control .select select:not([disabled]).is-active:hover {
            z-index: 4
        }

    .field.has-addons .control.is-expanded {
        flex-grow: 1;
        flex-shrink: 1
    }

    .field.has-addons.has-addons-centered {
        justify-content: center
    }

    .field.has-addons.has-addons-right {
        justify-content: flex-end
    }

    .field.has-addons.has-addons-fullwidth .control {
        flex-grow: 1;
        flex-shrink: 0
    }

.field.is-grouped {
    display: flex;
    justify-content: flex-start
}

    .field.is-grouped > .control {
        flex-shrink: 0
    }

        .field.is-grouped > .control:not(:last-child) {
            margin-bottom: 0;
            margin-right: .75rem
        }

        .field.is-grouped > .control.is-expanded {
            flex-grow: 1;
            flex-shrink: 1
        }

    .field.is-grouped.is-grouped-centered {
        justify-content: center
    }

    .field.is-grouped.is-grouped-right {
        justify-content: flex-end
    }

    .field.is-grouped.is-grouped-multiline {
        flex-wrap: wrap
    }

        .field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
            margin-bottom: .75rem
        }

        .field.is-grouped.is-grouped-multiline:last-child {
            margin-bottom: -0.75rem
        }

        .field.is-grouped.is-grouped-multiline:not(:last-child) {
            margin-bottom: 0
        }

.field-label .label {
    font-size: inherit
}

.field-body .field .field {
    margin-bottom: 0
}

.control {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit
}

    .control.has-icons-left .input:focus ~ .icon, .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, .control.has-icons-right .select:focus ~ .icon {
        color: #4a4a4a
    }

    .control.has-icons-left .input.is-small ~ .icon, .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon, .control.has-icons-right .select.is-small ~ .icon {
        font-size: .75rem
    }

    .control.has-icons-left .input.is-medium ~ .icon, .control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon, .control.has-icons-right .select.is-medium ~ .icon {
        font-size: 1.25rem
    }

    .control.has-icons-left .input.is-large ~ .icon, .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon, .control.has-icons-right .select.is-large ~ .icon {
        font-size: 1.5rem
    }

    .control.has-icons-left .icon, .control.has-icons-right .icon {
        color: #dbdbdb;
        height: 2.5em;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 2.5em;
        z-index: 4
    }

    .control.has-icons-left .input, .control.has-icons-left .select select {
        padding-left: 2.5em
    }

    .control.has-icons-left .icon.is-left {
        left: 0
    }

    .control.has-icons-right .input, .control.has-icons-right .select select {
        padding-right: 2.5em
    }

    .control.has-icons-right .icon.is-right {
        right: 0
    }

    .control.is-loading::after {
        position: absolute !important;
        right: .625em;
        top: .625em;
        z-index: 4
    }

    .control.is-loading.is-small:after {
        font-size: .75rem
    }

    .control.is-loading.is-medium:after {
        font-size: 1.25rem
    }

    .control.is-loading.is-large:after {
        font-size: 1.5rem
    }

.breadcrumb {
    font-size: 1rem;
    white-space: nowrap
}

    .breadcrumb a {
        align-items: center;
        color: #485fc7;
        display: flex;
        justify-content: center;
        padding: 0 .75em
    }

        .breadcrumb a:hover {
            color: #363636
        }

    .breadcrumb li {
        align-items: center;
        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: #b5b5b5;
            content: "/"
        }

    .breadcrumb ul, .breadcrumb ol {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .breadcrumb .icon:first-child {
        margin-right: .5em
    }

    .breadcrumb .icon:last-child {
        margin-left: .5em
    }

    .breadcrumb.is-centered ol, .breadcrumb.is-centered ul {
        justify-content: center
    }

    .breadcrumb.is-right ol, .breadcrumb.is-right ul {
        justify-content: flex-end
    }

    .breadcrumb.is-small {
        font-size: .75rem
    }

    .breadcrumb.is-medium {
        font-size: 1.25rem
    }

    .breadcrumb.is-large {
        font-size: 1.5rem
    }

    .breadcrumb.has-arrow-separator li + li::before {
        content: "→"
    }

    .breadcrumb.has-bullet-separator li + li::before {
        content: "•"
    }

    .breadcrumb.has-dot-separator li + li::before {
        content: "·"
    }

    .breadcrumb.has-succeeds-separator li + li::before {
        content: "≻"
    }

.card {
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 .5em 1em -0.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
    color: #4a4a4a;
    max-width: 100%;
    position: relative
}

.card-footer:first-child, .card-content:first-child, .card-header:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card-footer:last-child, .card-content:last-child, .card-header:last-child {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.card-header {
    background-color: rgba(0,0,0,0);
    align-items: stretch;
    box-shadow: 0 .125em .25em rgba(10,10,10,.1);
    display: flex
}

.card-header-title {
    align-items: center;
    color: #363636;
    display: flex;
    flex-grow: 1;
    font-weight: 700;
    padding: .75rem 1rem
}

    .card-header-title.is-centered {
        justify-content: center
    }

.card-header-icon {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: 0;
    border: 0;
    color: currentColor;
    font-family: inherit;
    font-size: 1em;
    margin: 0;
    padding: 0;
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: .75rem 1rem
}

.card-image {
    display: block;
    position: relative
}

    .card-image:first-child img {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-image:last-child img {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem
    }

.card-content {
    background-color: rgba(0,0,0,0);
    padding: 1.5rem
}

.card-footer {
    background-color: rgba(0,0,0,0);
    border-top: 1px solid #ededed;
    align-items: stretch;
    display: flex
}

.card-footer-item {
    align-items: center;
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    padding: .75rem
}

    .card-footer-item:not(:last-child) {
        border-right: 1px solid #ededed
    }

.card .media:not(:last-child) {
    margin-bottom: 1.5rem
}

.dropdown {
    display: inline-flex;
    position: relative;
    vertical-align: top
}

    .dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
        display: block
    }

    .dropdown.is-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .dropdown.is-up .dropdown-menu {
        bottom: 100%;
        padding-bottom: 4px;
        padding-top: initial;
        top: auto
    }

.dropdown-menu {
    display: none;
    left: 0;
    min-width: 12rem;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    z-index: 20
}

.dropdown-content {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 .5em 1em -0.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
    padding-bottom: .5rem;
    padding-top: .5rem
}

.dropdown-item {
    color: #4a4a4a;
    display: block;
    font-size: .875rem;
    line-height: 1.5;
    padding: .375rem 1rem;
    position: relative
}

a.dropdown-item, button.dropdown-item {
    padding-right: 3rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%
}

    a.dropdown-item:hover, button.dropdown-item:hover {
        background-color: #f5f5f5;
        color: #0a0a0a
    }

    a.dropdown-item.is-active, button.dropdown-item.is-active {
        background-color: #485fc7;
        color: #fff
    }

.dropdown-divider {
    background-color: #ededed;
    border: 0;
    display: block;
    height: 1px;
    margin: .5rem 0
}

.level {
    align-items: center;
    justify-content: space-between
}

    .level code {
        border-radius: 4px
    }

    .level img {
        display: inline-block;
        vertical-align: top
    }

    .level.is-mobile {
        display: flex
    }

        .level.is-mobile .level-left, .level.is-mobile .level-right {
            display: flex
        }

            .level.is-mobile .level-left + .level-right {
                margin-top: 0
            }

        .level.is-mobile .level-item:not(:last-child) {
            margin-bottom: 0;
            margin-right: .75rem
        }

        .level.is-mobile .level-item:not(.is-narrow) {
            flex-grow: 1
        }

.level-item {
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center
}

    .level-item .title, .level-item .subtitle {
        margin-bottom: 0
    }

.level-left, .level-right {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0
}

    .level-left .level-item.is-flexible, .level-right .level-item.is-flexible {
        flex-grow: 1
    }

.level-left {
    align-items: center;
    justify-content: flex-start
}

.level-right {
    align-items: center;
    justify-content: flex-end
}

.media {
    align-items: flex-start;
    display: flex;
    text-align: inherit
}

    .media .content:not(:last-child) {
        margin-bottom: .75rem
    }

    .media .media {
        border-top: 1px solid rgba(219,219,219,.5);
        display: flex;
        padding-top: .75rem
    }

        .media .media .content:not(:last-child), .media .media .control:not(:last-child) {
            margin-bottom: .5rem
        }

        .media .media .media {
            padding-top: .5rem
        }

            .media .media .media + .media {
                margin-top: .5rem
            }

    .media + .media {
        border-top: 1px solid rgba(219,219,219,.5);
        margin-top: 1rem;
        padding-top: 1rem
    }

    .media.is-large + .media {
        margin-top: 1.5rem;
        padding-top: 1.5rem
    }

.media-left, .media-right {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0
}

.media-left {
    margin-right: 1rem
}

.media-right {
    margin-left: 1rem
}

.media-content {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: inherit
}

.menu {
    font-size: 1rem
}

    .menu.is-small {
        font-size: .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: #4a4a4a;
        display: block;
        padding: .5em .75em
    }

        .menu-list a:hover {
            background-color: #f5f5f5;
            color: #363636
        }

        .menu-list a.is-active {
            background-color: #485fc7;
            color: #fff
        }

    .menu-list li ul {
        border-left: 1px solid #dbdbdb;
        margin: .75em;
        padding-left: .75em
    }

.menu-label {
    color: #7a7a7a;
    font-size: .75em;
    letter-spacing: .1em;
    text-transform: uppercase
}

    .menu-label:not(:first-child) {
        margin-top: 1em
    }

    .menu-label:not(:last-child) {
        margin-bottom: 1em
    }

.message {
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 1rem
}

    .message strong {
        color: currentColor
    }

    .message a:not(.button):not(.tribe-events-gmap):not(.tag):not(.dropdown-item) {
        color: currentColor;
        text-decoration: underline
    }

    .message.is-small {
        font-size: .75rem
    }

    .message.is-medium {
        font-size: 1.25rem
    }

    .message.is-large {
        font-size: 1.5rem
    }

    .message.is-white {
        background-color: #fff
    }

        .message.is-white .message-header {
            background-color: #fff;
            color: #0a0a0a
        }

        .message.is-white .message-body {
            border-color: #fff
        }

    .message.is-black {
        background-color: #fafafa
    }

        .message.is-black .message-header {
            background-color: #0a0a0a;
            color: #fff
        }

        .message.is-black .message-body {
            border-color: #0a0a0a
        }

    .message.is-light {
        background-color: #fafafa
    }

        .message.is-light .message-header {
            background-color: #f5f5f5;
            color: rgba(0,0,0,.7)
        }

        .message.is-light .message-body {
            border-color: #f5f5f5
        }

    .message.is-dark {
        background-color: #fafafa
    }

        .message.is-dark .message-header {
            background-color: #363636;
            color: #fff
        }

        .message.is-dark .message-body {
            border-color: #363636
        }

    .message.is-primary {
        background-color: #ebfffc
    }

        .message.is-primary .message-header {
            background-color: #00d1b2;
            color: #fff
        }

        .message.is-primary .message-body {
            border-color: #00d1b2;
            color: #00947e
        }

    .message.is-link {
        background-color: #eff1fa
    }

        .message.is-link .message-header {
            background-color: #485fc7;
            color: #fff
        }

        .message.is-link .message-body {
            border-color: #485fc7;
            color: #3850b7
        }

    .message.is-info {
        background-color: #eff5fb
    }

        .message.is-info .message-header {
            background-color: #3e8ed0;
            color: #fff
        }

        .message.is-info .message-body {
            border-color: #3e8ed0;
            color: #296fa8
        }

    .message.is-success {
        background-color: #effaf5
    }

        .message.is-success .message-header {
            background-color: #48c78e;
            color: #fff
        }

        .message.is-success .message-body {
            border-color: #48c78e;
            color: #257953
        }

    .message.is-warning {
        background-color: #fffaeb
    }

        .message.is-warning .message-header {
            background-color: #ffe08a;
            color: rgba(0,0,0,.7)
        }

        .message.is-warning .message-body {
            border-color: #ffe08a;
            color: #946c00
        }

    .message.is-danger {
        background-color: #feecf0
    }

        .message.is-danger .message-header {
            background-color: #f14668;
            color: #fff
        }

        .message.is-danger .message-body {
            border-color: #f14668;
            color: #cc0f35
        }

.message-header {
    align-items: center;
    background-color: #4a4a4a;
    border-radius: 4px 4px 0 0;
    color: #fff;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.25;
    padding: .75em 1em;
    position: relative
}

    .message-header .delete {
        flex-grow: 0;
        flex-shrink: 0;
        margin-left: .75em
    }

    .message-header + .message-body {
        border-width: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.message-body {
    border-color: #dbdbdb;
    border-radius: 4px;
    border-style: solid;
    border-width: 0 0 0 4px;
    color: #4a4a4a;
    padding: 1.25em 1.5em
}

    .message-body code, .message-body pre {
        background-color: #fff
    }

        .message-body pre code {
            background-color: rgba(0,0,0,0)
        }

.modal {
    align-items: center;
    display: none;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 40
}

    .modal.is-active {
        display: flex
    }

.modal-background {
    background-color: rgba(10,10,10,.86)
}

.modal-content, .modal-card {
    margin: 0 20px;
    max-height: calc(100vh - 160px);
    overflow: auto;
    position: relative;
    width: 100%
}

.modal-close {
    background: 0;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px
}

.modal-card {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 40px);
    overflow: hidden;
    -ms-overflow-y: visible
}

.modal-card-head, .modal-card-foot {
    align-items: center;
    background-color: #f5f5f5;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-start;
    padding: 20px;
    position: relative
}

.modal-card-head {
    border-bottom: 1px solid #dbdbdb;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.modal-card-title {
    color: #363636;
    flex-grow: 1;
    flex-shrink: 0;
    font-size: 1.5rem;
    line-height: 1
}

.modal-card-foot {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #dbdbdb
}

    .modal-card-foot .button:not(:last-child), .modal-card-foot .tribe-events-gmap:not(:last-child) {
        margin-right: .5em
    }

.modal-card-body {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: auto;
    padding: 20px
}

.navbar {
    background-color: #fff;
    min-height: 3.25rem;
    position: relative;
    z-index: 30
}

    .navbar.is-white {
        background-color: #fff;
        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:focus, .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:focus, .navbar.is-white .navbar-brand .navbar-link:hover, .navbar.is-white .navbar-brand .navbar-link.is-active {
                background-color: #f2f2f2;
                color: #0a0a0a
            }

            .navbar.is-white .navbar-brand .navbar-link::after {
                border-color: #0a0a0a
            }

        .navbar.is-white .navbar-burger {
            color: #0a0a0a
        }

    .navbar.is-black {
        background-color: #0a0a0a;
        color: #fff
    }

        .navbar.is-black .navbar-brand > .navbar-item, .navbar.is-black .navbar-brand .navbar-link {
            color: #fff
        }

            .navbar.is-black .navbar-brand > a.navbar-item:focus, .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:focus, .navbar.is-black .navbar-brand .navbar-link:hover, .navbar.is-black .navbar-brand .navbar-link.is-active {
                background-color: #000;
                color: #fff
            }

            .navbar.is-black .navbar-brand .navbar-link::after {
                border-color: #fff
            }

        .navbar.is-black .navbar-burger {
            color: #fff
        }

    .navbar.is-light {
        background-color: #f5f5f5;
        color: rgba(0,0,0,.7)
    }

        .navbar.is-light .navbar-brand > .navbar-item, .navbar.is-light .navbar-brand .navbar-link {
            color: rgba(0,0,0,.7)
        }

            .navbar.is-light .navbar-brand > a.navbar-item:focus, .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:focus, .navbar.is-light .navbar-brand .navbar-link:hover, .navbar.is-light .navbar-brand .navbar-link.is-active {
                background-color: #e8e8e8;
                color: rgba(0,0,0,.7)
            }

            .navbar.is-light .navbar-brand .navbar-link::after {
                border-color: rgba(0,0,0,.7)
            }

        .navbar.is-light .navbar-burger {
            color: rgba(0,0,0,.7)
        }

    .navbar.is-dark {
        background-color: #363636;
        color: #fff
    }

        .navbar.is-dark .navbar-brand > .navbar-item, .navbar.is-dark .navbar-brand .navbar-link {
            color: #fff
        }

            .navbar.is-dark .navbar-brand > a.navbar-item:focus, .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:focus, .navbar.is-dark .navbar-brand .navbar-link:hover, .navbar.is-dark .navbar-brand .navbar-link.is-active {
                background-color: #292929;
                color: #fff
            }

            .navbar.is-dark .navbar-brand .navbar-link::after {
                border-color: #fff
            }

        .navbar.is-dark .navbar-burger {
            color: #fff
        }

    .navbar.is-primary {
        background-color: #00d1b2;
        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:focus, .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:focus, .navbar.is-primary .navbar-brand .navbar-link:hover, .navbar.is-primary .navbar-brand .navbar-link.is-active {
                background-color: #00b89c;
                color: #fff
            }

            .navbar.is-primary .navbar-brand .navbar-link::after {
                border-color: #fff
            }

        .navbar.is-primary .navbar-burger {
            color: #fff
        }

    .navbar.is-link {
        background-color: #485fc7;
        color: #fff
    }

        .navbar.is-link .navbar-brand > .navbar-item, .navbar.is-link .navbar-brand .navbar-link {
            color: #fff
        }

            .navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active, .navbar.is-link .navbar-brand .navbar-link:focus, .navbar.is-link .navbar-brand .navbar-link:hover, .navbar.is-link .navbar-brand .navbar-link.is-active {
                background-color: #3a51bb;
                color: #fff
            }

            .navbar.is-link .navbar-brand .navbar-link::after {
                border-color: #fff
            }

        .navbar.is-link .navbar-burger {
            color: #fff
        }

    .navbar.is-info {
        background-color: #3e8ed0;
        color: #fff
    }

        .navbar.is-info .navbar-brand > .navbar-item, .navbar.is-info .navbar-brand .navbar-link {
            color: #fff
        }

            .navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active, .navbar.is-info .navbar-brand .navbar-link:focus, .navbar.is-info .navbar-brand .navbar-link:hover, .navbar.is-info .navbar-brand .navbar-link.is-active {
                background-color: #3082c5;
                color: #fff
            }

            .navbar.is-info .navbar-brand .navbar-link::after {
                border-color: #fff
            }

        .navbar.is-info .navbar-burger {
            color: #fff
        }

    .navbar.is-success {
        background-color: #48c78e;
        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:focus, .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:focus, .navbar.is-success .navbar-brand .navbar-link:hover, .navbar.is-success .navbar-brand .navbar-link.is-active {
                background-color: #3abb81;
                color: #fff
            }

            .navbar.is-success .navbar-brand .navbar-link::after {
                border-color: #fff
            }

        .navbar.is-success .navbar-burger {
            color: #fff
        }

    .navbar.is-warning {
        background-color: #ffe08a;
        color: rgba(0,0,0,.7)
    }

        .navbar.is-warning .navbar-brand > .navbar-item, .navbar.is-warning .navbar-brand .navbar-link {
            color: rgba(0,0,0,.7)
        }

            .navbar.is-warning .navbar-brand > a.navbar-item:focus, .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:focus, .navbar.is-warning .navbar-brand .navbar-link:hover, .navbar.is-warning .navbar-brand .navbar-link.is-active {
                background-color: #ffd970;
                color: rgba(0,0,0,.7)
            }

            .navbar.is-warning .navbar-brand .navbar-link::after {
                border-color: rgba(0,0,0,.7)
            }

        .navbar.is-warning .navbar-burger {
            color: rgba(0,0,0,.7)
        }

    .navbar.is-danger {
        background-color: #f14668;
        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:focus, .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:focus, .navbar.is-danger .navbar-brand .navbar-link:hover, .navbar.is-danger .navbar-brand .navbar-link.is-active {
                background-color: #ef2e55;
                color: #fff
            }

            .navbar.is-danger .navbar-brand .navbar-link::after {
                border-color: #fff
            }

        .navbar.is-danger .navbar-burger {
            color: #fff
        }

    .navbar > .container {
        align-items: stretch;
        display: flex;
        min-height: 3.25rem;
        width: 100%
    }

    .navbar.has-shadow {
        box-shadow: 0 2px 0 0 #f5f5f5
    }

    .navbar.is-fixed-bottom, .navbar.is-fixed-top {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30
    }

    .navbar.is-fixed-bottom {
        bottom: 0
    }

        .navbar.is-fixed-bottom.has-shadow {
            box-shadow: 0 -2px 0 0 #f5f5f5
        }

    .navbar.is-fixed-top {
        top: 0
    }

html.has-navbar-fixed-top, body.has-navbar-fixed-top {
    padding-top: 3.25rem
}

html.has-navbar-fixed-bottom, body.has-navbar-fixed-bottom {
    padding-bottom: 3.25rem
}

.navbar-brand, .navbar-tabs {
    align-items: stretch;
    display: flex;
    flex-shrink: 0;
    min-height: 3.25rem
}

    .navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
        background-color: rgba(0,0,0,0)
    }

.navbar-tabs {
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden
}

.navbar-burger {
    color: #4a4a4a;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: 0;
    border: 0;
    cursor: pointer;
    display: block;
    height: 3.25rem;
    position: relative;
    width: 3.25rem;
    margin-left: auto
}

    .navbar-burger span {
        background-color: currentColor;
        display: block;
        height: 1px;
        left: calc(50% - 8px);
        position: absolute;
        transform-origin: center;
        transition-duration: 86ms;
        transition-property: background-color,opacity,transform;
        transition-timing-function: ease-out;
        width: 16px
    }

        .navbar-burger span:nth-child(1) {
            top: calc(50% - 6px)
        }

        .navbar-burger span:nth-child(2) {
            top: calc(50% - 1px)
        }

        .navbar-burger span:nth-child(3) {
            top: calc(50% + 4px)
        }

    .navbar-burger:hover {
        background-color: rgba(0,0,0,.05)
    }

    .navbar-burger.is-active span:nth-child(1) {
        transform: translateY(5px) rotate(45deg)
    }

    .navbar-burger.is-active span:nth-child(2) {
        opacity: 0
    }

    .navbar-burger.is-active span:nth-child(3) {
        transform: translateY(-5px) rotate(-45deg)
    }

.navbar-menu {
    display: none
}

.navbar-item, .navbar-link {
    color: #4a4a4a;
    display: block;
    line-height: 1.5;
    padding: .5rem .75rem;
    position: relative
}

    .navbar-item .icon:only-child, .navbar-link .icon:only-child {
        margin-left: -0.25rem;
        margin-right: -0.25rem
    }

a.navbar-item, .navbar-link {
    cursor: pointer
}

    a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, .navbar-link.is-active {
        background-color: #fafafa;
        color: #485fc7
    }

.navbar-item {
    flex-grow: 0;
    flex-shrink: 0
}

    .navbar-item img {
        max-height: 1.75rem
    }

    .navbar-item.has-dropdown {
        padding: 0
    }

    .navbar-item.is-expanded {
        flex-grow: 1;
        flex-shrink: 1
    }

    .navbar-item.is-tab {
        border-bottom: 1px solid rgba(0,0,0,0);
        min-height: 3.25rem;
        padding-bottom: calc(.5rem - 1px)
    }

        .navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
            background-color: rgba(0,0,0,0);
            border-bottom-color: #485fc7
        }

        .navbar-item.is-tab.is-active {
            background-color: rgba(0,0,0,0);
            border-bottom-color: #485fc7;
            border-bottom-style: solid;
            border-bottom-width: 3px;
            color: #485fc7;
            padding-bottom: calc(.5rem - 3px)
        }

.navbar-content {
    flex-grow: 1;
    flex-shrink: 1
}

.navbar-link:not(.is-arrowless) {
    padding-right: 2.5em
}

    .navbar-link:not(.is-arrowless)::after {
        border-color: #485fc7;
        margin-top: -0.375em;
        right: 1.125em
    }

.navbar-dropdown {
    font-size: .875rem;
    padding-bottom: .5rem;
    padding-top: .5rem
}

    .navbar-dropdown .navbar-item {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

.navbar-divider {
    background-color: #f5f5f5;
    border: 0;
    display: none;
    height: 2px;
    margin: .5rem 0
}

.hero.is-fullheight-with-navbar {
    min-height: calc(100vh - 3.25rem)
}

.pagination {
    font-size: 1rem;
    margin: -0.25rem
}

    .pagination.is-small {
        font-size: .75rem
    }

    .pagination.is-medium {
        font-size: 1.25rem
    }

    .pagination.is-large {
        font-size: 1.5rem
    }

    .pagination.is-rounded .pagination-previous, .pagination.is-rounded .pagination-next {
        padding-left: 1em;
        padding-right: 1em;
        border-radius: 9999px
    }

    .pagination.is-rounded .pagination-link {
        border-radius: 9999px
    }

.pagination, .pagination-list {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center
}

.pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis {
    font-size: 1em;
    justify-content: center;
    margin: .25rem;
    padding-left: .5em;
    padding-right: .5em;
    text-align: center
}

.pagination-previous, .pagination-next, .pagination-link {
    border-color: #dbdbdb;
    color: #363636;
    min-width: 2.5em
}

    .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: #485fc7
    }

    .pagination-previous:active, .pagination-next:active, .pagination-link:active {
        box-shadow: inset 0 1px 2px rgba(10,10,10,.2)
    }

    .pagination-previous[disabled], .pagination-previous.is-disabled, .pagination-next[disabled], .pagination-next.is-disabled, .pagination-link[disabled], .pagination-link.is-disabled {
        background-color: #dbdbdb;
        border-color: #dbdbdb;
        box-shadow: none;
        color: #7a7a7a;
        opacity: .5
    }

.pagination-previous, .pagination-next {
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap
}

.pagination-link.is-current {
    background-color: #485fc7;
    border-color: #485fc7;
    color: #fff
}

.pagination-ellipsis {
    color: #b5b5b5;
    pointer-events: none
}

.pagination-list {
    flex-wrap: wrap
}

    .pagination-list li {
        list-style: none
    }

.panel {
    border-radius: 6px;
    box-shadow: 0 .5em 1em -0.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
    font-size: 1rem
}

    .panel:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .panel.is-white .panel-heading {
        background-color: #fff;
        color: #0a0a0a
    }

    .panel.is-white .panel-tabs a.is-active {
        border-bottom-color: #fff
    }

    .panel.is-white .panel-block.is-active .panel-icon {
        color: #fff
    }

    .panel.is-black .panel-heading {
        background-color: #0a0a0a;
        color: #fff
    }

    .panel.is-black .panel-tabs a.is-active {
        border-bottom-color: #0a0a0a
    }

    .panel.is-black .panel-block.is-active .panel-icon {
        color: #0a0a0a
    }

    .panel.is-light .panel-heading {
        background-color: #f5f5f5;
        color: rgba(0,0,0,.7)
    }

    .panel.is-light .panel-tabs a.is-active {
        border-bottom-color: #f5f5f5
    }

    .panel.is-light .panel-block.is-active .panel-icon {
        color: #f5f5f5
    }

    .panel.is-dark .panel-heading {
        background-color: #363636;
        color: #fff
    }

    .panel.is-dark .panel-tabs a.is-active {
        border-bottom-color: #363636
    }

    .panel.is-dark .panel-block.is-active .panel-icon {
        color: #363636
    }

    .panel.is-primary .panel-heading {
        background-color: #00d1b2;
        color: #fff
    }

    .panel.is-primary .panel-tabs a.is-active {
        border-bottom-color: #00d1b2
    }

    .panel.is-primary .panel-block.is-active .panel-icon {
        color: #00d1b2
    }

    .panel.is-link .panel-heading {
        background-color: #485fc7;
        color: #fff
    }

    .panel.is-link .panel-tabs a.is-active {
        border-bottom-color: #485fc7
    }

    .panel.is-link .panel-block.is-active .panel-icon {
        color: #485fc7
    }

    .panel.is-info .panel-heading {
        background-color: #3e8ed0;
        color: #fff
    }

    .panel.is-info .panel-tabs a.is-active {
        border-bottom-color: #3e8ed0
    }

    .panel.is-info .panel-block.is-active .panel-icon {
        color: #3e8ed0
    }

    .panel.is-success .panel-heading {
        background-color: #48c78e;
        color: #fff
    }

    .panel.is-success .panel-tabs a.is-active {
        border-bottom-color: #48c78e
    }

    .panel.is-success .panel-block.is-active .panel-icon {
        color: #48c78e
    }

    .panel.is-warning .panel-heading {
        background-color: #ffe08a;
        color: rgba(0,0,0,.7)
    }

    .panel.is-warning .panel-tabs a.is-active {
        border-bottom-color: #ffe08a
    }

    .panel.is-warning .panel-block.is-active .panel-icon {
        color: #ffe08a
    }

    .panel.is-danger .panel-heading {
        background-color: #f14668;
        color: #fff
    }

    .panel.is-danger .panel-tabs a.is-active {
        border-bottom-color: #f14668
    }

    .panel.is-danger .panel-block.is-active .panel-icon {
        color: #f14668
    }

.panel-tabs:not(:last-child), .panel-block:not(:last-child) {
    border-bottom: 1px solid #ededed
}

.panel-heading {
    background-color: #ededed;
    border-radius: 6px 6px 0 0;
    color: #363636;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.25;
    padding: .75em 1em
}

.panel-tabs {
    align-items: flex-end;
    display: flex;
    font-size: .875em;
    justify-content: center
}

    .panel-tabs a {
        border-bottom: 1px solid #dbdbdb;
        margin-bottom: -1px;
        padding: .5em
    }

        .panel-tabs a.is-active {
            border-bottom-color: #4a4a4a;
            color: #363636
        }

.panel-list a {
    color: #4a4a4a
}

    .panel-list a:hover {
        color: #485fc7
    }

.panel-block {
    align-items: center;
    color: #363636;
    display: flex;
    justify-content: flex-start;
    padding: .5em .75em
}

    .panel-block input[type=checkbox] {
        margin-right: .75em
    }

    .panel-block > .control {
        flex-grow: 1;
        flex-shrink: 1;
        width: 100%
    }

    .panel-block.is-wrapped {
        flex-wrap: wrap
    }

    .panel-block.is-active {
        border-left-color: #485fc7;
        color: #363636
    }

        .panel-block.is-active .panel-icon {
            color: #485fc7
        }

    .panel-block:last-child {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px
    }

a.panel-block, label.panel-block {
    cursor: pointer
}

    a.panel-block:hover, label.panel-block:hover {
        background-color: #f5f5f5
    }

.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: .75em
}

    .panel-icon .fa {
        font-size: inherit;
        line-height: inherit
    }

.tabs {
    -webkit-overflow-scrolling: touch;
    align-items: stretch;
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap
}

    .tabs a {
        align-items: center;
        border-bottom-color: #dbdbdb;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        color: #4a4a4a;
        display: flex;
        justify-content: center;
        margin-bottom: -1px;
        padding: .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: #485fc7;
            color: #485fc7
        }

    .tabs ul {
        align-items: center;
        border-bottom-color: #dbdbdb;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        display: flex;
        flex-grow: 1;
        flex-shrink: 0;
        justify-content: flex-start
    }

        .tabs ul.is-left {
            padding-right: .75em
        }

        .tabs ul.is-center {
            flex: none;
            justify-content: center;
            padding-left: .75em;
            padding-right: .75em
        }

        .tabs ul.is-right {
            justify-content: flex-end;
            padding-left: .75em
        }

    .tabs .icon:first-child {
        margin-right: .5em
    }

    .tabs .icon:last-child {
        margin-left: .5em
    }

    .tabs.is-centered ul {
        justify-content: center
    }

    .tabs.is-right ul {
        justify-content: flex-end
    }

    .tabs.is-boxed a {
        border: 1px solid rgba(0,0,0,0);
        border-radius: 4px 4px 0 0
    }

        .tabs.is-boxed a:hover {
            background-color: #f5f5f5;
            border-bottom-color: #dbdbdb
        }

    .tabs.is-boxed li.is-active a {
        background-color: #fff;
        border-color: #dbdbdb;
        border-bottom-color: rgba(0,0,0,0) !important
    }

    .tabs.is-fullwidth li {
        flex-grow: 1;
        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: #f5f5f5;
            border-color: #b5b5b5;
            z-index: 2
        }

    .tabs.is-toggle li + li {
        margin-left: -1px
    }

    .tabs.is-toggle li:first-child a {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .tabs.is-toggle li:last-child a {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }

    .tabs.is-toggle li.is-active a {
        background-color: #485fc7;
        border-color: #485fc7;
        color: #fff;
        z-index: 1
    }

    .tabs.is-toggle ul {
        border-bottom: 0
    }

    .tabs.is-toggle.is-toggle-rounded li:first-child a {
        border-bottom-left-radius: 9999px;
        border-top-left-radius: 9999px;
        padding-left: 1.25em
    }

    .tabs.is-toggle.is-toggle-rounded li:last-child a {
        border-bottom-right-radius: 9999px;
        border-top-right-radius: 9999px;
        padding-right: 1.25em
    }

    .tabs.is-small {
        font-size: .75rem
    }

    .tabs.is-medium {
        font-size: 1.25rem
    }

    .tabs.is-large {
        font-size: 1.5rem
    }

.column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .75rem
}

.columns.is-mobile > .column.is-narrow {
    flex: none;
    width: unset
}

.columns.is-mobile > .column.is-full {
    flex: none;
    width: 100%
}

.columns.is-mobile > .column.is-three-quarters {
    flex: none;
    width: 75%
}

.columns.is-mobile > .column.is-two-thirds {
    flex: none;
    width: 66.6666%
}

.columns.is-mobile > .column.is-half {
    flex: none;
    width: 50%
}

.columns.is-mobile > .column.is-one-third {
    flex: none;
    width: 33.3333%
}

.columns.is-mobile > .column.is-one-quarter {
    flex: none;
    width: 25%
}

.columns.is-mobile > .column.is-one-fifth {
    flex: none;
    width: 20%
}

.columns.is-mobile > .column.is-two-fifths {
    flex: none;
    width: 40%
}

.columns.is-mobile > .column.is-three-fifths {
    flex: none;
    width: 60%
}

.columns.is-mobile > .column.is-four-fifths {
    flex: none;
    width: 80%
}

.columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%
}

.columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%
}

.columns.is-mobile > .column.is-offset-half {
    margin-left: 50%
}

.columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%
}

.columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%
}

.columns.is-mobile > .column.is-offset-one-fifth {
    margin-left: 20%
}

.columns.is-mobile > .column.is-offset-two-fifths {
    margin-left: 40%
}

.columns.is-mobile > .column.is-offset-three-fifths {
    margin-left: 60%
}

.columns.is-mobile > .column.is-offset-four-fifths {
    margin-left: 80%
}

.columns.is-mobile > .column.is-0 {
    flex: none;
    width: 0
}

.columns.is-mobile > .column.is-offset-0 {
    margin-left: 0
}

.columns.is-mobile > .column.is-1 {
    flex: none;
    width: 8.33333337%
}

.columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333337%
}

.columns.is-mobile > .column.is-2 {
    flex: none;
    width: 16.66666674%
}

.columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66666674%
}

.columns.is-mobile > .column.is-3 {
    flex: none;
    width: 25%
}

.columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%
}

.columns.is-mobile > .column.is-4 {
    flex: none;
    width: 33.33333337%
}

.columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333337%
}

.columns.is-mobile > .column.is-5 {
    flex: none;
    width: 41.66666674%
}

.columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66666674%
}

.columns.is-mobile > .column.is-6 {
    flex: none;
    width: 50%
}

.columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%
}

.columns.is-mobile > .column.is-7 {
    flex: none;
    width: 58.33333337%
}

.columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333337%
}

.columns.is-mobile > .column.is-8 {
    flex: none;
    width: 66.66666674%
}

.columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66666674%
}

.columns.is-mobile > .column.is-9 {
    flex: none;
    width: 75%
}

.columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%
}

.columns.is-mobile > .column.is-10 {
    flex: none;
    width: 83.33333337%
}

.columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333337%
}

.columns.is-mobile > .column.is-11 {
    flex: none;
    width: 91.66666674%
}

.columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.66666674%
}

.columns.is-mobile > .column.is-12 {
    flex: none;
    width: 100%
}

.columns.is-mobile > .column.is-offset-12 {
    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 {
        justify-content: center
    }

    .columns.is-gapless {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0
    }

        .columns.is-gapless > .column {
            margin: 0;
            padding: 0 !important
        }

        .columns.is-gapless:not(:last-child) {
            margin-bottom: 1.5rem
        }

        .columns.is-gapless:last-child {
            margin-bottom: 0
        }

    .columns.is-mobile {
        display: flex
    }

    .columns.is-multiline {
        flex-wrap: wrap
    }

    .columns.is-vcentered {
        align-items: center
    }

    .columns.is-variable {
        --columnGap: .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: 0
        }

        .columns.is-variable.is-1 {
            --columnGap: .25rem
        }

        .columns.is-variable.is-2 {
            --columnGap: .5rem
        }

        .columns.is-variable.is-3 {
            --columnGap: .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 {
    align-items: stretch;
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    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: .75rem
        }

    .tile.is-child {
        margin: 0 !important
    }

    .tile.is-parent {
        padding: .75rem
    }

    .tile.is-vertical {
        flex-direction: column
    }

        .tile.is-vertical > .tile.is-child:not(:last-child) {
            margin-bottom: 1.5rem !important
        }

.has-text-white {
    color: #fff !important
}

a.has-text-white:hover, a.has-text-white:focus {
    color: #e6e6e6 !important
}

.has-background-white {
    background-color: #fff !important
}

.has-text-black {
    color: #0a0a0a !important
}

a.has-text-black:hover, a.has-text-black:focus {
    color: #000 !important
}

.has-background-black {
    background-color: #0a0a0a !important
}

.has-text-light {
    color: #f5f5f5 !important
}

a.has-text-light:hover, a.has-text-light:focus {
    color: #dbdbdb !important
}

.has-background-light {
    background-color: #f5f5f5 !important
}

.has-text-dark {
    color: #363636 !important
}

a.has-text-dark:hover, a.has-text-dark:focus {
    color: #1c1c1c !important
}

.has-background-dark {
    background-color: #363636 !important
}

.has-text-primary {
    color: #00d1b2 !important
}

a.has-text-primary:hover, a.has-text-primary:focus {
    color: #009e86 !important
}

.has-background-primary {
    background-color: #00d1b2 !important
}

.has-text-primary-light {
    color: #ebfffc !important
}

a.has-text-primary-light:hover, a.has-text-primary-light:focus {
    color: #b8fff4 !important
}

.has-background-primary-light {
    background-color: #ebfffc !important
}

.has-text-primary-dark {
    color: #00947e !important
}

a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
    color: #00c7a9 !important
}

.has-background-primary-dark {
    background-color: #00947e !important
}

.has-text-link {
    color: #485fc7 !important
}

a.has-text-link:hover, a.has-text-link:focus {
    color: #3449a8 !important
}

.has-background-link {
    background-color: #485fc7 !important
}

.has-text-link-light {
    color: #eff1fa !important
}

a.has-text-link-light:hover, a.has-text-link-light:focus {
    color: #c8cfee !important
}

.has-background-link-light {
    background-color: #eff1fa !important
}

.has-text-link-dark {
    color: #3850b7 !important
}

a.has-text-link-dark:hover, a.has-text-link-dark:focus {
    color: #576dcb !important
}

.has-background-link-dark {
    background-color: #3850b7 !important
}

.has-text-info {
    color: #3e8ed0 !important
}

a.has-text-info:hover, a.has-text-info:focus {
    color: #2b74b1 !important
}

.has-background-info {
    background-color: #3e8ed0 !important
}

.has-text-info-light {
    color: #eff5fb !important
}

a.has-text-info-light:hover, a.has-text-info-light:focus {
    color: #c6ddf1 !important
}

.has-background-info-light {
    background-color: #eff5fb !important
}

.has-text-info-dark {
    color: #296fa8 !important
}

a.has-text-info-dark:hover, a.has-text-info-dark:focus {
    color: #368ace !important
}

.has-background-info-dark {
    background-color: #296fa8 !important
}

.has-text-success {
    color: #48c78e !important
}

a.has-text-success:hover, a.has-text-success:focus {
    color: #34a873 !important
}

.has-background-success {
    background-color: #48c78e !important
}

.has-text-success-light {
    color: #effaf5 !important
}

a.has-text-success-light:hover, a.has-text-success-light:focus {
    color: #c8eedd !important
}

.has-background-success-light {
    background-color: #effaf5 !important
}

.has-text-success-dark {
    color: #257953 !important
}

a.has-text-success-dark:hover, a.has-text-success-dark:focus {
    color: #31a06e !important
}

.has-background-success-dark {
    background-color: #257953 !important
}

.has-text-warning {
    color: #ffe08a !important
}

a.has-text-warning:hover, a.has-text-warning:focus {
    color: #ffd257 !important
}

.has-background-warning {
    background-color: #ffe08a !important
}

.has-text-warning-light {
    color: #fffaeb !important
}

a.has-text-warning-light:hover, a.has-text-warning-light:focus {
    color: #ffecb8 !important
}

.has-background-warning-light {
    background-color: #fffaeb !important
}

.has-text-warning-dark {
    color: #946c00 !important
}

a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
    color: #c79200 !important
}

.has-background-warning-dark {
    background-color: #946c00 !important
}

.has-text-danger {
    color: #f14668 !important
}

a.has-text-danger:hover, a.has-text-danger:focus {
    color: #ee1742 !important
}

.has-background-danger {
    background-color: #f14668 !important
}

.has-text-danger-light {
    color: #feecf0 !important
}

a.has-text-danger-light:hover, a.has-text-danger-light:focus {
    color: #fabdc9 !important
}

.has-background-danger-light {
    background-color: #feecf0 !important
}

.has-text-danger-dark {
    color: #cc0f35 !important
}

a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
    color: #ee2049 !important
}

.has-background-danger-dark {
    background-color: #cc0f35 !important
}

.has-text-black-bis {
    color: #121212 !important
}

.has-background-black-bis {
    background-color: #121212 !important
}

.has-text-black-ter {
    color: #242424 !important
}

.has-background-black-ter {
    background-color: #242424 !important
}

.has-text-grey-darker {
    color: #363636 !important
}

.has-background-grey-darker {
    background-color: #363636 !important
}

.has-text-grey-dark {
    color: #4a4a4a !important
}

.has-background-grey-dark {
    background-color: #4a4a4a !important
}

.has-text-grey {
    color: #7a7a7a !important
}

.has-background-grey {
    background-color: #7a7a7a !important
}

.has-text-grey-light {
    color: #b5b5b5 !important
}

.has-background-grey-light {
    background-color: #b5b5b5 !important
}

.has-text-grey-lighter {
    color: #dbdbdb !important
}

.has-background-grey-lighter {
    background-color: #dbdbdb !important
}

.has-text-white-ter {
    color: #f5f5f5 !important
}

.has-background-white-ter {
    background-color: #f5f5f5 !important
}

.has-text-white-bis {
    color: #fafafa !important
}

.has-background-white-bis {
    background-color: #fafafa !important
}

.is-flex-direction-row {
    flex-direction: row !important
}

.is-flex-direction-row-reverse {
    flex-direction: row-reverse !important
}

.is-flex-direction-column {
    flex-direction: column !important
}

.is-flex-direction-column-reverse {
    flex-direction: column-reverse !important
}

.is-flex-wrap-nowrap {
    flex-wrap: nowrap !important
}

.is-flex-wrap-wrap {
    flex-wrap: wrap !important
}

.is-flex-wrap-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.is-justify-content-flex-start {
    justify-content: flex-start !important
}

.is-justify-content-flex-end {
    justify-content: flex-end !important
}

.is-justify-content-center {
    justify-content: center !important
}

.is-justify-content-space-between {
    justify-content: space-between !important
}

.is-justify-content-space-around {
    justify-content: space-around !important
}

.is-justify-content-space-evenly {
    justify-content: space-evenly !important
}

.is-justify-content-start {
    justify-content: start !important
}

.is-justify-content-end {
    justify-content: end !important
}

.is-justify-content-left {
    justify-content: left !important
}

.is-justify-content-right {
    justify-content: right !important
}

.is-align-content-flex-start {
    align-content: flex-start !important
}

.is-align-content-flex-end {
    align-content: flex-end !important
}

.is-align-content-center {
    align-content: center !important
}

.is-align-content-space-between {
    align-content: space-between !important
}

.is-align-content-space-around {
    align-content: space-around !important
}

.is-align-content-space-evenly {
    align-content: space-evenly !important
}

.is-align-content-stretch {
    align-content: stretch !important
}

.is-align-content-start {
    align-content: start !important
}

.is-align-content-end {
    align-content: end !important
}

.is-align-content-baseline {
    align-content: baseline !important
}

.is-align-items-stretch {
    align-items: stretch !important
}

.is-align-items-flex-start {
    align-items: flex-start !important
}

.is-align-items-flex-end {
    align-items: flex-end !important
}

.is-align-items-center {
    align-items: center !important
}

.is-align-items-baseline {
    align-items: baseline !important
}

.is-align-items-start {
    align-items: start !important
}

.is-align-items-end {
    align-items: end !important
}

.is-align-items-self-start {
    align-items: self-start !important
}

.is-align-items-self-end {
    align-items: self-end !important
}

.is-align-self-auto {
    align-self: auto !important
}

.is-align-self-flex-start {
    align-self: flex-start !important
}

.is-align-self-flex-end {
    align-self: flex-end !important
}

.is-align-self-center {
    align-self: center !important
}

.is-align-self-baseline {
    align-self: baseline !important
}

.is-align-self-stretch {
    align-self: stretch !important
}

.is-flex-grow-0 {
    flex-grow: 0 !important
}

.is-flex-grow-1 {
    flex-grow: 1 !important
}

.is-flex-grow-2 {
    flex-grow: 2 !important
}

.is-flex-grow-3 {
    flex-grow: 3 !important
}

.is-flex-grow-4 {
    flex-grow: 4 !important
}

.is-flex-grow-5 {
    flex-grow: 5 !important
}

.is-flex-shrink-0 {
    flex-shrink: 0 !important
}

.is-flex-shrink-1 {
    flex-shrink: 1 !important
}

.is-flex-shrink-2 {
    flex-shrink: 2 !important
}

.is-flex-shrink-3 {
    flex-shrink: 3 !important
}

.is-flex-shrink-4 {
    flex-shrink: 4 !important
}

.is-flex-shrink-5 {
    flex-shrink: 5 !important
}

.is-clearfix::after {
    clear: both;
    content: " ";
    display: table
}

.is-pulled-left {
    float: left !important
}

.is-pulled-right {
    float: right !important
}

.is-radiusless {
    border-radius: 0 !important
}

.is-shadowless {
    box-shadow: none !important
}

.is-clickable {
    cursor: pointer !important;
    pointer-events: all !important
}

.is-clipped {
    overflow: hidden !important
}

.is-relative {
    position: relative !important
}

.is-marginless {
    margin: 0 !important
}

.is-paddingless {
    padding: 0 !important
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.ml-1 {
    margin-left: .25rem !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.m-3 {
    margin: .75rem !important
}

.mt-3 {
    margin-top: .75rem !important
}

.mr-3 {
    margin-right: .75rem !important
}

.mb-3 {
    margin-bottom: .75rem !important
}

.ml-3 {
    margin-left: .75rem !important
}

.mx-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important
}

.my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important
}

.m-4 {
    margin: 1rem !important
}

.mt-4 {
    margin-top: 1rem !important
}

.mr-4 {
    margin-right: 1rem !important
}

.mb-4 {
    margin-bottom: 1rem !important
}

.ml-4 {
    margin-left: 1rem !important
}

.mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-5 {
    margin: 1.5rem !important
}

.mt-5 {
    margin-top: 1.5rem !important
}

.mr-5 {
    margin-right: 1.5rem !important
}

.mb-5 {
    margin-bottom: 1.5rem !important
}

.ml-5 {
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-6 {
    margin: 3rem !important
}

.mt-6 {
    margin-top: 3rem !important
}

.mr-6 {
    margin-right: 3rem !important
}

.mb-6 {
    margin-bottom: 3rem !important
}

.ml-6 {
    margin-left: 3rem !important
}

.mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ml-auto {
    margin-left: auto !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pr-1 {
    padding-right: .25rem !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pl-1 {
    padding-left: .25rem !important
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pr-2 {
    padding-right: .5rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pl-2 {
    padding-left: .5rem !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.p-3 {
    padding: .75rem !important
}

.pt-3 {
    padding-top: .75rem !important
}

.pr-3 {
    padding-right: .75rem !important
}

.pb-3 {
    padding-bottom: .75rem !important
}

.pl-3 {
    padding-left: .75rem !important
}

.px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important
}

.py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
}

.p-4 {
    padding: 1rem !important
}

.pt-4 {
    padding-top: 1rem !important
}

.pr-4 {
    padding-right: 1rem !important
}

.pb-4 {
    padding-bottom: 1rem !important
}

.pl-4 {
    padding-left: 1rem !important
}

.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-5 {
    padding: 1.5rem !important
}

.pt-5 {
    padding-top: 1.5rem !important
}

.pr-5 {
    padding-right: 1.5rem !important
}

.pb-5 {
    padding-bottom: 1.5rem !important
}

.pl-5 {
    padding-left: 1.5rem !important
}

.px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-6 {
    padding: 3rem !important
}

.pt-6 {
    padding-top: 3rem !important
}

.pr-6 {
    padding-right: 3rem !important
}

.pb-6 {
    padding-bottom: 3rem !important
}

.pl-6 {
    padding-left: 3rem !important
}

.px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.p-auto {
    padding: auto !important
}

.pt-auto {
    padding-top: auto !important
}

.pr-auto {
    padding-right: auto !important
}

.pb-auto {
    padding-bottom: auto !important
}

.pl-auto {
    padding-left: auto !important
}

.px-auto {
    padding-left: auto !important;
    padding-right: auto !important
}

.py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important
}

.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 {
    font-size: .75rem !important
}

.has-text-centered {
    text-align: center !important
}

.has-text-justified {
    text-align: justify !important
}

.has-text-left {
    text-align: left !important
}

.has-text-right {
    text-align: right !important
}

.is-capitalized {
    text-transform: capitalize !important
}

.is-lowercase {
    text-transform: lowercase !important
}

.is-uppercase {
    text-transform: uppercase !important
}

.is-italic {
    font-style: italic !important
}

.is-underlined {
    text-decoration: underline !important
}

.has-text-weight-light {
    font-weight: 300 !important
}

.has-text-weight-normal {
    font-weight: 400 !important
}

.has-text-weight-medium {
    font-weight: 500 !important
}

.has-text-weight-semibold {
    font-weight: 600 !important
}

.has-text-weight-bold {
    font-weight: 700 !important
}

.is-family-primary {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif !important
}

.is-family-secondary {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif !important
}

.is-family-sans-serif {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif !important
}

.is-family-monospace {
    font-family: monospace !important
}

.is-family-code {
    font-family: monospace !important
}

.is-block {
    display: block !important
}

.is-flex {
    display: flex !important
}

.is-inline {
    display: inline !important
}

.is-inline-block {
    display: inline-block !important
}

.is-inline-flex {
    display: inline-flex !important
}

.is-hidden {
    display: none !important
}

.is-sr-only {
    border: none !important;
    clip: rect(0,0,0,0) !important;
    height: .01em !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: .01em !important
}

.is-invisible {
    visibility: hidden !important
}

.hero {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

    .hero .navbar {
        background: 0
    }

    .hero .tabs ul {
        border-bottom: 0
    }

    .hero.is-white {
        background-color: #fff;
        color: #0a0a0a
    }

        .hero.is-white a:not(.button):not(.tribe-events-gmap):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-white strong {
            color: inherit
        }

        .hero.is-white .title {
            color: #0a0a0a
        }

        .hero.is-white .subtitle {
            color: rgba(10,10,10,.9)
        }

            .hero.is-white .subtitle a:not(.button):not(.tribe-events-gmap), .hero.is-white .subtitle strong {
                color: #0a0a0a
            }

        .hero.is-white .navbar-item, .hero.is-white .navbar-link {
            color: rgba(10,10,10,.7)
        }

            .hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active, .hero.is-white .navbar-link:hover, .hero.is-white .navbar-link.is-active {
                background-color: #f2f2f2;
                color: #0a0a0a
            }

        .hero.is-white .tabs a {
            color: #0a0a0a;
            opacity: .9
        }

            .hero.is-white .tabs a:hover {
                opacity: 1
            }

        .hero.is-white .tabs li.is-active a {
            color: #fff !important;
            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,.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: #fff
        }

        .hero.is-white.is-bold {
            background-image: linear-gradient(141deg,#e8e3e4 0,hsl(0,0%,100%) 71%,white 100%)
        }

    .hero.is-black {
        background-color: #0a0a0a;
        color: #fff
    }

        .hero.is-black a:not(.button):not(.tribe-events-gmap):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-black strong {
            color: inherit
        }

        .hero.is-black .title {
            color: #fff
        }

        .hero.is-black .subtitle {
            color: rgba(255,255,255,.9)
        }

            .hero.is-black .subtitle a:not(.button):not(.tribe-events-gmap), .hero.is-black .subtitle strong {
                color: #fff
            }

        .hero.is-black .navbar-item, .hero.is-black .navbar-link {
            color: rgba(255,255,255,.7)
        }

            .hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active, .hero.is-black .navbar-link:hover, .hero.is-black .navbar-link.is-active {
                background-color: #000;
                color: #fff
            }

        .hero.is-black .tabs a {
            color: #fff;
            opacity: .9
        }

            .hero.is-black .tabs a:hover {
                opacity: 1
            }

        .hero.is-black .tabs li.is-active a {
            color: #0a0a0a !important;
            opacity: 1
        }

        .hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
            color: #fff
        }

            .hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
                background-color: rgba(10,10,10,.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: #fff;
            border-color: #fff;
            color: #0a0a0a
        }

        .hero.is-black.is-bold {
            background-image: linear-gradient(141deg,black 0,hsl(0,0%,4%) 71%,#181616 100%)
        }

    .hero.is-light {
        background-color: #f5f5f5;
        color: rgba(0,0,0,.7)
    }

        .hero.is-light a:not(.button):not(.tribe-events-gmap):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-light strong {
            color: inherit
        }

        .hero.is-light .title {
            color: rgba(0,0,0,.7)
        }

        .hero.is-light .subtitle {
            color: rgba(0,0,0,.9)
        }

            .hero.is-light .subtitle a:not(.button):not(.tribe-events-gmap), .hero.is-light .subtitle strong {
                color: rgba(0,0,0,.7)
            }

        .hero.is-light .navbar-item, .hero.is-light .navbar-link {
            color: rgba(0,0,0,.7)
        }

            .hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active, .hero.is-light .navbar-link:hover, .hero.is-light .navbar-link.is-active {
                background-color: #e8e8e8;
                color: rgba(0,0,0,.7)
            }

        .hero.is-light .tabs a {
            color: rgba(0,0,0,.7);
            opacity: .9
        }

            .hero.is-light .tabs a:hover {
                opacity: 1
            }

        .hero.is-light .tabs li.is-active a {
            color: #f5f5f5 !important;
            opacity: 1
        }

        .hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
            color: rgba(0,0,0,.7)
        }

            .hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
                background-color: rgba(10,10,10,.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: rgba(0,0,0,.7);
            border-color: rgba(0,0,0,.7);
            color: #f5f5f5
        }

        .hero.is-light.is-bold {
            background-image: linear-gradient(141deg,#dfd8d9 0,hsl(0,0%,96%) 71%,white 100%)
        }

    .hero.is-dark {
        background-color: #363636;
        color: #fff
    }

        .hero.is-dark a:not(.button):not(.tribe-events-gmap):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-dark strong {
            color: inherit
        }

        .hero.is-dark .title {
            color: #fff
        }

        .hero.is-dark .subtitle {
            color: rgba(255,255,255,.9)
        }

            .hero.is-dark .subtitle a:not(.button):not(.tribe-events-gmap), .hero.is-dark .subtitle strong {
                color: #fff
            }

        .hero.is-dark .navbar-item, .hero.is-dark .navbar-link {
            color: rgba(255,255,255,.7)
        }

            .hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active, .hero.is-dark .navbar-link:hover, .hero.is-dark .navbar-link.is-active {
                background-color: #292929;
                color: #fff
            }

        .hero.is-dark .tabs a {
            color: #fff;
            opacity: .9
        }

            .hero.is-dark .tabs a:hover {
                opacity: 1
            }

        .hero.is-dark .tabs li.is-active a {
            color: #363636 !important;
            opacity: 1
        }

        .hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
            color: #fff
        }

            .hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
                background-color: rgba(10,10,10,.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: #fff;
            border-color: #fff;
            color: #363636
        }

        .hero.is-dark.is-bold {
            background-image: linear-gradient(141deg,#1f191a 0,hsl(0,0%,21%) 71%,#46403f 100%)
        }

    .hero.is-primary {
        background-color: #00d1b2;
        color: #fff
    }

        .hero.is-primary a:not(.button):not(.tribe-events-gmap):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-primary strong {
            color: inherit
        }

        .hero.is-primary .title {
            color: #fff
        }

        .hero.is-primary .subtitle {
            color: rgba(255,255,255,.9)
        }

            .hero.is-primary .subtitle a:not(.button):not(.tribe-events-gmap), .hero.is-primary .subtitle strong {
                color: #fff
            }

        .hero.is-primary .navbar-item, .hero.is-primary .navbar-link {
            color: rgba(255,255,255,.7)
        }

            .hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active, .hero.is-primary .navbar-link:hover, .hero.is-primary .navbar-link.is-active {
                background-color: #00b89c;
                color: #fff
            }

        .hero.is-primary .tabs a {
            color: #fff;
            opacity: .9
        }

            .hero.is-primary .tabs a:hover {
                opacity: 1
            }

        .hero.is-primary .tabs li.is-active a {
            color: #00d1b2 !important;
            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,.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: #00d1b2
        }

        .hero.is-primary.is-bold {
            background-image: linear-gradient(141deg,#009e6c 0,hsl(171,100%,41%) 71%,#00e7eb 100%)
        }

    .hero.is-link {
        background-color: #485fc7;
        color: #fff
    }

        .hero.is-link a:not(.button):not(.tribe-events-gmap):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-link strong {
            color: inherit
        }

        .hero.is-link .title {
            color: #fff
        }

        .hero.is-link .subtitle {
            color: rgba(255,255,255,.9)
        }

            .hero.is-link .subtitle a:not(.button):not(.tribe-events-gmap), .hero.is-link .subtitle strong {
                color: #fff
            }

        .hero.is-link .navbar-item, .hero.is-link .navbar-link {
            color: rgba(255,255,255,.7)
        }

            .hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active, .hero.is-link .navbar-link:hover, .hero.is-link .navbar-link.is-active {
                background-color: #3a51bb;
                color: #fff
            }

        .hero.is-link .tabs a {
            color: #fff;
            opacity: .9
        }

            .hero.is-link .tabs a:hover {
                opacity: 1
            }

        .hero.is-link .tabs li.is-active a {
            color: #485fc7 !important;
            opacity: 1
        }

        .hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
            color: #fff
        }

            .hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
                background-color: rgba(10,10,10,.1)
            }

        .hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
            background-color: #fff;
            border-color: #fff;
            color: #485fc7
        }

        .hero.is-link.is-bold {
            background-image: linear-gradient(141deg,#2959b3 0,hsl(229,53%,53%) 71%,#5658d2 100%)
        }

    .hero.is-info {
        background-color: #3e8ed0;
        color: #fff
    }

        .hero.is-info a:not(.button):not(.tribe-events-gmap):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-info strong {
            color: inherit
        }

        .hero.is-info .title {
            color: #fff
        }

        .hero.is-info .subtitle {
            color: rgba(255,255,255,.9)
        }

            .hero.is-info .subtitle a:not(.button):not(.tribe-events-gmap), .hero.is-info .subtitle strong {
                color: #fff
            }

        .hero.is-info .navbar-item, .hero.is-info .navbar-link {
            color: rgba(255,255,255,.7)
        }

            .hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active, .hero.is-info .navbar-link:hover, .hero.is-info .navbar-link.is-active {
                background-color: #3082c5;
                color: #fff
            }

        .hero.is-info .tabs a {
            color: #fff;
            opacity: .9
        }

            .hero.is-info .tabs a:hover {
                opacity: 1
            }

        .hero.is-info .tabs li.is-active a {
            color: #3e8ed0 !important;
            opacity: 1
        }

        .hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
            color: #fff
        }

            .hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
                background-color: rgba(10,10,10,.1)
            }

        .hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
            background-color: #fff;
            border-color: #fff;
            color: #3e8ed0
        }

        .hero.is-info.is-bold {
            background-image: linear-gradient(141deg,#208fbc 0,hsl(207,61%,53%) 71%,#4d83db 100%)
        }

    .hero.is-success {
        background-color: #48c78e;
        color: #fff
    }

        .hero.is-success a:not(.button):not(.tribe-events-gmap):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-success strong {
            color: inherit
        }

        .hero.is-success .title {
            color: #fff
        }

        .hero.is-success .subtitle {
            color: rgba(255,255,255,.9)
        }

            .hero.is-success .subtitle a:not(.button):not(.tribe-events-gmap), .hero.is-success .subtitle strong {
                color: #fff
            }

        .hero.is-success .navbar-item, .hero.is-success .navbar-link {
            color: rgba(255,255,255,.7)
        }

            .hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active, .hero.is-success .navbar-link:hover, .hero.is-success .navbar-link.is-active {
                background-color: #3abb81;
                color: #fff
            }

        .hero.is-success .tabs a {
            color: #fff;
            opacity: .9
        }

            .hero.is-success .tabs a:hover {
                opacity: 1
            }

        .hero.is-success .tabs li.is-active a {
            color: #48c78e !important;
            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,.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: #48c78e
        }

        .hero.is-success.is-bold {
            background-image: linear-gradient(141deg,#29b35e 0,hsl(153,53%,53%) 71%,#56d2af 100%)
        }

    .hero.is-warning {
        background-color: #ffe08a;
        color: rgba(0,0,0,.7)
    }

        .hero.is-warning a:not(.button):not(.tribe-events-gmap):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-warning strong {
            color: inherit
        }

        .hero.is-warning .title {
            color: rgba(0,0,0,.7)
        }

        .hero.is-warning .subtitle {
            color: rgba(0,0,0,.9)
        }

            .hero.is-warning .subtitle a:not(.button):not(.tribe-events-gmap), .hero.is-warning .subtitle strong {
                color: rgba(0,0,0,.7)
            }

        .hero.is-warning .navbar-item, .hero.is-warning .navbar-link {
            color: rgba(0,0,0,.7)
        }

            .hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active, .hero.is-warning .navbar-link:hover, .hero.is-warning .navbar-link.is-active {
                background-color: #ffd970;
                color: rgba(0,0,0,.7)
            }

        .hero.is-warning .tabs a {
            color: rgba(0,0,0,.7);
            opacity: .9
        }

            .hero.is-warning .tabs a:hover {
                opacity: 1
            }

        .hero.is-warning .tabs li.is-active a {
            color: #ffe08a !important;
            opacity: 1
        }

        .hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
            color: rgba(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,.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,.7);
            border-color: rgba(0,0,0,.7);
            color: #ffe08a
        }

        .hero.is-warning.is-bold {
            background-image: linear-gradient(141deg,#ffb657 0,hsl(44,100%,77%) 71%,#fff6a3 100%)
        }

    .hero.is-danger {
        background-color: #f14668;
        color: #fff
    }

        .hero.is-danger a:not(.button):not(.tribe-events-gmap):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-danger strong {
            color: inherit
        }

        .hero.is-danger .title {
            color: #fff
        }

        .hero.is-danger .subtitle {
            color: rgba(255,255,255,.9)
        }

            .hero.is-danger .subtitle a:not(.button):not(.tribe-events-gmap), .hero.is-danger .subtitle strong {
                color: #fff
            }

        .hero.is-danger .navbar-item, .hero.is-danger .navbar-link {
            color: rgba(255,255,255,.7)
        }

            .hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active, .hero.is-danger .navbar-link:hover, .hero.is-danger .navbar-link.is-active {
                background-color: #ef2e55;
                color: #fff
            }

        .hero.is-danger .tabs a {
            color: #fff;
            opacity: .9
        }

            .hero.is-danger .tabs a:hover {
                opacity: 1
            }

        .hero.is-danger .tabs li.is-active a {
            color: #f14668 !important;
            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,.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: #f14668
        }

        .hero.is-danger.is-bold {
            background-image: linear-gradient(141deg,#fa0a62 0,hsl(348,86%,61%) 71%,#f7595f 100%)
        }

    .hero.is-small .hero-body {
        padding: 1.5rem
    }

    .hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
        align-items: center;
        display: flex
    }

        .hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
            flex-grow: 1;
            flex-shrink: 1
        }

    .hero.is-halfheight {
        min-height: 50vh
    }

    .hero.is-fullheight {
        min-height: 100vh
    }

.hero-video {
    overflow: hidden
}

    .hero-video video {
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 50%;
        transform: translate3d(-50%,-50%,0)
    }

    .hero-video.is-transparent {
        opacity: .3
    }

.hero-buttons {
    margin-top: 1.5rem
}

.hero-head, .hero-foot {
    flex-grow: 0;
    flex-shrink: 0
}

.hero-body {
    flex-grow: 1;
    flex-shrink: 0;
    padding: 3rem 1.5rem
}

.section {
    padding: 3rem 1.5rem
}

.footer {
    background-color: #fafafa;
    padding: 3rem 1.5rem 6rem
}

.has-bebas-neue-font-heavy {
    font-family: bebasNeueHeavy,sans-serif
}

.has-text-weight-medium {
    font-family: avenirMedium,arial,sans-serif
}

.has-text-weight-bold {
    font-weight: 700
}

.pinkGradient {
    background: linear-gradient(to top,#f5366c 0,rgba(255,255,255,0) 100%)
}

.goldPinkGradient {
    background: linear-gradient(25deg,#fff 0,rgba(221,47,96,0.2) 30%,#eab624 100%)
}

.pinkGoldGradient {
    background: linear-gradient(25deg,#eab624 5%,rgba(221,47,96,0.7) 100%)
}

.toBlueGradient {
    background: linear-gradient(to top,rgba(26,52,103,0.9019607843) 0,rgba(26,52,103,0) 100%)
}

.blueCoal {
    background-color: #1a3467 !important
}

.has-text-danger {
    color: #dd2f60 !important
}

html, body {
    min-height: 100vh
}

    body > .wrapper {
        min-height: 100vh;
        display: flex;
        flex-direction: column
    }

.content {
    flex: 1 0 auto
}

.footer {
    flex-shrink: 0
}

main[role=main] {
    flex: 1 0 auto
}

.button, .tribe-events-gmap, button, .wp-block-button__link {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex !important;
    align-items: center;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    min-height: 3rem;
    color: #fff;
    cursor: pointer;
    font-family: avenirbook,arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    padding: 1.5em 2.5em;
    text-decoration: none;
    transition: background-color 150ms ease-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

    .button:after, .tribe-events-gmap:after, button:after, .wp-block-button__link:after {
        content: "";
        display: block;
        position: absolute;
        border: 2px solid rgba(0,0,0,0);
        border-radius: 2px;
        border-right: 0;
        border-top: 0;
        height: .5em;
        margin-top: -0.2em;
        pointer-events: none;
        top: 50%;
        transform-origin: center;
        transform: rotate(-45deg);
        width: .5em;
        z-index: 4
    }

    .button:focus, .tribe-events-gmap:focus, button:focus, .wp-block-button__link:focus {
        border-color: #1a3467
    }

    .button:disabled, .tribe-events-gmap:disabled, button:disabled, .wp-block-button__link:disabled {
        cursor: not-allowed;
        opacity: .5
    }

        .button:disabled:hover, .tribe-events-gmap:disabled:hover, button:disabled:hover, .wp-block-button__link:disabled:hover {
            background-color: #1a3467
        }

    .button:hover, .tribe-events-gmap:hover, .button:focus, .tribe-events-gmap:focus, button:hover, button:focus, .wp-block-button__link:hover, .wp-block-button__link:focus {
        background-color: #666;
        color: #fff
    }

    .button.is-primary, .is-primary.tribe-events-gmap, button.is-primary, .wp-block-button__link.is-primary {
        background-color: #000
    }

        .button.is-primary:hover, .is-primary.tribe-events-gmap:hover, button.is-primary:hover, .wp-block-button__link.is-primary:hover {
            background-color: #63686b
        }

    .button.is-secondary, .tribe-events-gmap, button.is-secondary, .wp-block-button__link.is-secondary {
        background-color: #fff;
        color: #000;
        border: 1px solid #000
    }

        .button.is-secondary:hover, .tribe-events-gmap:hover, .button.is-secondary:focus, .tribe-events-gmap:focus, button.is-secondary:hover, button.is-secondary:focus, .wp-block-button__link.is-secondary:hover, .wp-block-button__link.is-secondary:focus {
            background-color: #000;
            color: #fff
        }

        .button.is-secondary.arrow-right:after, .tribe-events-gmap:after, .button.is-secondary.arrow-left:after, button.is-secondary.arrow-right:after, button.is-secondary.arrow-left:after, .wp-block-button__link.is-secondary.arrow-right:after, .wp-block-button__link.is-secondary.arrow-left:after {
            border-color: #000
        }

    .button.is-cta, .is-cta.tribe-events-gmap, button.is-cta, .wp-block-button__link.is-cta {
        background-color: #dd2f60
    }

        .button.is-cta:hover, .is-cta.tribe-events-gmap:hover, .button.is-cta:focus, .is-cta.tribe-events-gmap:focus, button.is-cta:hover, button.is-cta:focus, .wp-block-button__link.is-cta:hover, .wp-block-button__link.is-cta:focus {
            background-color: #f0356a;
            color: #fff
        }

    .button.is-outline, .is-outline.tribe-events-gmap, button.is-outline, .wp-block-button__link.is-outline {
        background-color: rgba(0,0,0,0);
        border: 1px solid #000;
        color: #000;
        height: calc(3rem - 2px)
    }

        .button.is-outline:after, .is-outline.tribe-events-gmap:after, button.is-outline:after, .wp-block-button__link.is-outline:after {
            border-color: #000 !important
        }

        .button.is-outline:hover, .is-outline.tribe-events-gmap:hover, .button.is-outline:focus, .is-outline.tribe-events-gmap:focus, button.is-outline:hover, button.is-outline:focus, .wp-block-button__link.is-outline:hover, .wp-block-button__link.is-outline:focus {
            background-color: #000;
            color: #fff
        }

            .button.is-outline:hover:after, .is-outline.tribe-events-gmap:hover:after, .button.is-outline:focus:after, .is-outline.tribe-events-gmap:focus:after, button.is-outline:hover:after, button.is-outline:focus:after, .wp-block-button__link.is-outline:hover:after, .wp-block-button__link.is-outline:focus:after {
                border-color: #fff !important
            }

    .button.is-outline-white, .is-outline-white.tribe-events-gmap, button.is-outline-white, .wp-block-button__link.is-outline-white {
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        color: #fff;
        height: calc(3rem - 2px)
    }

        .button.is-outline-white:hover, .is-outline-white.tribe-events-gmap:hover, button.is-outline-white:hover, .wp-block-button__link.is-outline-white:hover {
            background-color: #fff;
            color: #000
        }

            .button.is-outline-white:hover:after, .is-outline-white.tribe-events-gmap:hover:after, button.is-outline-white:hover:after, .wp-block-button__link.is-outline-white:hover:after {
                border-color: #000
            }

    .button.is-outline-cta, .is-outline-cta.tribe-events-gmap, button.is-outline-cta, .wp-block-button__link.is-outline-cta {
        background-color: rgba(0,0,0,0);
        border: 1px solid #dd2f60;
        color: #dd2f60;
        height: calc(3rem - 2px)
    }

        .button.is-outline-cta:after, .is-outline-cta.tribe-events-gmap:after, button.is-outline-cta:after, .wp-block-button__link.is-outline-cta:after {
            border-color: #dd2f60
        }

        .button.is-outline-cta:hover, .is-outline-cta.tribe-events-gmap:hover, .button.is-outline-cta:focus, .is-outline-cta.tribe-events-gmap:focus, button.is-outline-cta:hover, button.is-outline-cta:focus, .wp-block-button__link.is-outline-cta:hover, .wp-block-button__link.is-outline-cta:focus {
            background-color: #dd2f60;
            color: #fff
        }

            .button.is-outline-cta:hover:after, .is-outline-cta.tribe-events-gmap:hover:after, .button.is-outline-cta:focus:after, .is-outline-cta.tribe-events-gmap:focus:after, button.is-outline-cta:hover:after, button.is-outline-cta:focus:after, .wp-block-button__link.is-outline-cta:hover:after, .wp-block-button__link.is-outline-cta:focus:after {
                border-color: #fff !important
            }

    .button.arrow-right, .tribe-events-gmap, button.arrow-right, .wp-block-button__link.arrow-right {
        padding-right: 3.5em;
        padding-left: 1.25em;
        justify-content: flex-start
    }

        .button.arrow-right:after, .tribe-events-gmap:after, button.arrow-right:after, .wp-block-button__link.arrow-right:after {
            transform: rotate(-135deg);
            border-color: #fff;
            right: 1.25em
        }

    .button.arrow-left, .arrow-left.tribe-events-gmap, button.arrow-left, .wp-block-button__link.arrow-left {
        justify-content: flex-end;
        padding-right: 1.25em;
        padding-left: 3.5em
    }

        .button.arrow-left:after, .arrow-left.tribe-events-gmap:after, button.arrow-left:after, .wp-block-button__link.arrow-left:after {
            transform: rotate(45deg);
            border-color: #fff;
            left: 1.25em
        }

    .button.no-arrow:before, .no-arrow.tribe-events-gmap:before, .button.no-arrow:after, .no-arrow.tribe-events-gmap:after, button.no-arrow:before, button.no-arrow:after, .wp-block-button__link.no-arrow:before, .wp-block-button__link.no-arrow:after {
        display: none
    }

    .button.is-link, .is-link.tribe-events-gmap, button.is-link, .wp-block-button__link.is-link {
        background: rgba(0,0,0,0);
        color: #dd2f60;
        padding-left: 0;
        transition: all 150ms ease-in
    }

        .button.is-link:after, .is-link.tribe-events-gmap:after, button.is-link:after, .wp-block-button__link.is-link:after {
            content: "";
            position: absolute;
            display: block;
            width: 1em;
            height: 1em;
            top: 50%;
            margin-top: -0.5em;
            right: 1.25em;
            background-image: url(https://stokecoll.ac.uk/wp-content/themes/stokecoll--parent/resources/dist/img/icons/arrow-right-solid-red.svg);
            background-repeat: no-repeat;
            border-color: rgba(0,0,0,0);
            transform: rotate(0)
        }

        .button.is-link:hover, .is-link.tribe-events-gmap:hover, button.is-link:hover, .wp-block-button__link.is-link:hover {
            background: rgba(0,0,0,0);
            color: #dd2f60
        }

            .button.is-link:hover:after, .is-link.tribe-events-gmap:hover:after, button.is-link:hover:after, .wp-block-button__link.is-link:hover:after {
                right: 0
            }

    .button.reset, .reset.tribe-events-gmap, button.reset, .wp-block-button__link.reset {
        background-image: url(https://stokecoll.ac.uk/wp-content/themes/stokecoll--parent/resources/dist/img/icons/times.svg);
        background-repeat: no-repeat;
        background-size: .5em;
        background-position: 10% 50%;
        line-height: 1
    }

.wp-block-button__link {
    background-color: #1a3467;
    transition: all 150ms ease-in
}

    .wp-block-button__link:hover, .wp-block-button__link:focus {
        filter: brightness(125%)
    }

.arrow-right, .tribe-events-gmap {
    display: flex;
    position: relative;
    padding-right: 3.5em;
    padding-left: 1.25em;
    justify-content: flex-start;
    align-items: center
}

    .arrow-right:after, .tribe-events-gmap:after {
        content: "";
        display: block;
        position: absolute;
        border: 2px solid rgba(0,0,0,0);
        border-radius: 2px;
        border-right: 0;
        border-top: 0;
        height: .75em;
        margin-top: -0.35em;
        pointer-events: none;
        top: 50%;
        transform-origin: center;
        transform: rotate(-135deg);
        width: .75em;
        z-index: 4;
        border-color: #fff;
        right: 1.25em
    }

    .arrow-right.has-text-grey-light:after, .has-text-grey-light.tribe-events-gmap:after {
        border-color: #9c9c9c
    }

.arrow-left {
    display: flex;
    position: relative;
    padding-left: 3.5em;
    padding-right: 1.25em;
    justify-content: flex-start;
    align-items: center
}

    .arrow-left:after {
        content: "";
        display: block;
        position: absolute;
        border: 2px solid rgba(0,0,0,0);
        border-radius: 2px;
        border-right: 0;
        border-top: 0;
        height: .75em;
        margin-top: -0.35em;
        pointer-events: none;
        top: 50%;
        transform-origin: center;
        transform: rotate(45deg);
        width: .75em;
        z-index: 4;
        border-color: #fff;
        left: 1.25em
    }

.arrow-left--black:after {
    border-color: #000
}

.arrow-left.back {
    padding-left: 2.5rem
}

    .arrow-left.back:after {
        width: .5em;
        height: .5em
    }

.gform_button:focus-visible {
    outline: 2px solid #015ecc;
    outline-offset: 5px;
    color: #fff
}

fieldset {
    background-color: rgba(0,0,0,0);
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    font-weight: 600;
    margin-bottom: .5rem;
    padding: 0
}

label {
    cursor: pointer;
    display: block;
    font-weight: 600;
    margin-bottom: .5rem
}

select {
    margin-bottom: 1rem;
    width: 100%;
    background-image: url(https://stokecoll.ac.uk/wp-content/themes/stokecoll--parent/resources/dist/img/icons/angle-down.svg);
    background-repeat: no-repeat;
    background-size: .5em;
    background-position: 90% 50%;
    line-height: 1
}

textarea {
    resize: vertical
}

input[type=text], select, textarea, input[type=date], input[type=email]{
    display: block;
    font-family: avenirbook,arial,sans-serif;
    font-size: 16px;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fafafa !important;
    border: 1px solid #e3e3e3;
    box-shadow: none !important;
    box-sizing: border-box;
    margin-bottom: 1rem;
    padding: 1em;
    transition: border-color 150ms ease-in;
    width: 100%;
    height: 3rem !important;
    color: #63686b !important
}

    input[type=text]:hover, select:hover, textarea:hover {
        border-color: shade(#e3e3e3,20%)
    }

    input[type=text]:focus, select:focus, textarea:focus {
        border-color: #1a3467;
        box-shadow: none,0 0 5px rgba(21,42,83,.7);
        outline: 0
    }

    input[type=text]:disabled, select:disabled, textarea:disabled {
        background-color: shade(#fff,5%);
        cursor: not-allowed
    }

        input[type=text]:disabled:hover, select:disabled:hover, textarea:disabled:hover {
            border: 1px solid #e3e3e3
        }

    input[type=text]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
        color: #666 !important
    }

    input[type=text]::placeholder, select::placeholder, textarea::placeholder {
        color: #666 !important
    }

[type=checkbox], [type=radio] {
    display: inline;
    margin-right: .5rem
}

[type=file] {
    margin-bottom: 1rem;
    width: 100%
}

.file-download {
    height: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e3e3e3;
    padding: 0 1rem;
    flex-grow: 1
}

.gform_wrapper {
    border: 1px solid #e3e3e3;
    padding: 1em;
    margin-top: 0 !important
}

.gform_body select, .gform_footer select {
    background-position: 97% center !important
}

.gform_body input, .gform_body select, .gform_footer input, .gform_footer select {
    width: 100% !important;
    padding-left: 1em !important
}

    .gform_body input[type=submit], .gform_footer input[type=submit] {
        justify-content: flex-start;
        padding: 1em 2.5em;
        background-color: #000;
        background-image: url(https://stokecoll.ac.uk/wp-content/themes/stokecoll--parent/resources/dist/img/icons/angle-right-white.svg);
        background-repeat: no-repeat;
        background-position: 96% center;
        background-size: .6em
    }

        .gform_body input[type=submit]:hover, .gform_footer input[type=submit]:hover {
            background-color: #454545;
            color: #fff
        }

        .gform_body input[type=submit]:focus-visible, .gform_footer input[type=submit]:focus-visible {
            outline: 2px solid #015ecc;
            outline-offset: -5px
        }

        .gform_body input[type=submit]:before, .gform_footer input[type=submit]:before {
            content: "";
            display: block;
            position: absolute;
            border: 2px solid rgba(0,0,0,0);
            border-radius: 2px;
            border-right: 0;
            border-top: 0;
            height: .5em;
            margin-top: -0.2em;
            pointer-events: none;
            top: 50%;
            transform-origin: center;
            width: .5em;
            z-index: 4;
            transform: rotate(-135deg);
            border-color: #fff;
            right: 1.25em
        }

.gform_body .gfield_checkbox, .gform_footer .gfield_checkbox {
    width: 100% !important
}

    .gform_body .gfield_checkbox li, .gform_footer .gfield_checkbox li {
        display: flex !important;
        flex-direction: row-reverse !important;
        justify-content: space-between !important;
        align-items: center !important
    }

        .gform_body .gfield_checkbox li input[type=checkbox], .gform_footer .gfield_checkbox li input[type=checkbox] {
            width: 1em !important
        }

.gform_body .gchoice_4_18_1, .gform_footer .gchoice_4_18_1 {
    float: left !important
}

    .gform_body .gchoice_4_18_1 input[type=checkbox], .gform_footer .gchoice_4_18_1 input[type=checkbox] {
        width: 1em !important;
        height: 1em !important
    }

.gform_body .date-drop-down, .gform_footer .date-drop-down {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important
}

    .gform_body .date-drop-down .ginput_container_date, .gform_footer .date-drop-down .ginput_container_date {
        width: 70% !important
    }

.gform_body .clear-multi, .gform_footer .clear-multi {
    width: 100% !important;
    margin-left: 0 !important
}

    .gform_body .clear-multi .gfield_date_dropdown_day, .gform_body .clear-multi .gfield_date_dropdown_month, .gform_body .clear-multi .gfield_date_dropdown_year, .gform_footer .clear-multi .gfield_date_dropdown_day, .gform_footer .clear-multi .gfield_date_dropdown_month, .gform_footer .clear-multi .gfield_date_dropdown_year {
        width: 30%
    }

        .gform_body .clear-multi .gfield_date_dropdown_day select, .gform_body .clear-multi .gfield_date_dropdown_month select, .gform_body .clear-multi .gfield_date_dropdown_year select, .gform_footer .clear-multi .gfield_date_dropdown_day select, .gform_footer .clear-multi .gfield_date_dropdown_month select, .gform_footer .clear-multi .gfield_date_dropdown_year select {
            padding-left: 1em !important;
            background-position: 93% center !important
        }

.ginput_container_consent {
    display: flex;
    flex-direction: column-reverse
}

    .ginput_container_consent label {
        font-weight: 400
    }

    .ginput_container_consent input {
        width: -moz-max-content !important;
        width: max-content !important;
        margin-left: 0 !important
    }

html {
    box-sizing: border-box;
    scroll-behavior: smooth
}

*, *:before, *:after {
    box-sizing: inherit
}

html, body {
    height: 100%
}

main {
    padding: 3em 0;
    padding-bottom: 0
}

.home main {
    padding: 0
}

section {
    display: inline-block;
    width: 100%;
    padding: 0 !important
}

.container {
    width: 80%;
    max-width: 80em !important;
    padding: 3rem 0;
    flex-grow: 0
}

.wrap {
    flex-wrap: wrap
}

.is-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 20em;
    z-index: -1
}

.space-between {
    justify-content: space-between !important
}

.space-around {
    justify-content: space-around !important
}

.justify-center {
    justify-content: center !important
}

.align-center {
    align-items: center !important
}

.full-width {
    width: 100%
}

.is-half {
    width: 50%
}

ul, ol {
    list-style-position: outside;
    margin: 0;
    padding: 1em
}

ul {
    list-style: disc
}

dl {
    margin: 0
}

dt {
    font-weight: 600;
    margin: 0
}

dd {
    margin: 0
}

table, .wp-block-table table {
    border-collapse: collapse;
    margin: 1rem 0;
    table-layout: fixed;
    width: 100%
}

tr {
    border: 1px solid #e3e3e3
}

    tr:nth-child(odd) {
        background-color: #fafafa
    }

th {
    font-weight: 600;
    padding: 1rem 0;
    text-align: left
}

td {
    border-bottom: 1px solid #e3e3e3;
    padding: 1rem
}

tr, td, th {
    vertical-align: middle
}

@font-face {
    font-family: bebasNeueHeavy;
    src: url(../fonts/BebasNeue-Heavy.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: bebasNeueMedium;
    src: url(../fonts/BebasNeue-Medium.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: avenirBook;
    src: url(../fonts/AvenirLTStd-Book.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: avenirMedium;
    src: url(../fonts/AvenirLTStd-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: avenirHeavy;
    src: url(../fonts/AvenirLTStd-Heavy.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

body {
    color: #63686b;
    font-family: avenirbook,arial,sans-serif;
    font-size: 16px;
    line-height: 1.5
}

h1, h2, h3, h4, h5, h6 {
    font-family: bebasneueheavy, arial, sans-serif!important;
    line-height: 1.2;
    margin: 0 0 1rem;
    text-transform: none
}

    h1.custom, h2.custom, h3.custom, h4.custom, h5.custom, h6.custom {
        position: relative;
        padding-top: .7em
    }

        h1.custom:after, h2.custom:after, h3.custom:after, h4.custom:after, h5.custom:after, h6.custom:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 1em;
            height: .1em;
            background-color: #dd2f60
        }

h1, h2, h3 {
    font-family: bebasneueheavy,arial,sans-serif;
    text-transform: uppercase
}

.gutenberg-page h1, .gutenberg-page h2, .gutenberg-page h3, .gutenberg-page h4 {
    margin-top: 1rem
}

h1, .is-size-1 {
    font-size: 3rem
}

h2, .is-size-2 {
    font-size: 2.5rem
}

h3, .is-size-3 {
    font-size: 2rem
}

h4, .is-size-4 {
    font-size: 1.5rem
}

h5, .is-size-5 {
    font-size: 1.125rem
}

h6, .is-size-6 {
    font-size: 1rem
}

.is-size-7 {
    font-size: .75rem
}

p {
    margin: 0 0 1.5rem
}

a {
    color: #1a3467;
    text-decoration: none;
    transition: color 150ms ease-in
}

    a:active, a:focus, a:hover {
        color: shade(#1a3467,25%)
    }

hr {
    border-bottom: 1px solid #e3e3e3;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.5rem 0
}

.title {
    position: relative;
    margin-top: 1rem
}

.pagination {
    display: block;
    margin-top: 1.5rem
}

    .pagination .pagination-list {
        list-style: none
    }

    .pagination .screen-reader-text, .pagination .nav-links {
        display: flex;
        justify-content: center;
        width: 100%
    }

    .pagination .screen-reader-text {
        display: none
    }

    .pagination .page-numbers {
        margin: .3em
    }

    .pagination .next.page-numbers, .pagination .prev.page-numbers {
        height: 3rem;
        width: auto;
        padding: .2em 1.5em;
        border-radius: 0;
        border-radius: 0;
        background-color: #000;
        border-color: #000;
        color: #fff;
        font-family: bebasneueheavy,arial,sans-serif
    }

        .pagination .next.page-numbers:hover, .pagination .prev.page-numbers:hover {
            display: flex;
            background-color: #454545
        }

        .pagination .next.page-numbers[disabled], .pagination .prev.page-numbers[disabled] {
            background-color: #9c9c9c !important;
            border-color: #9c9c9c !important;
            color: #fff
        }

        .pagination .next.page-numbers svg, .pagination .prev.page-numbers svg {
            width: 1em;
            height: 1em
        }

    .pagination .page-numbers {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #e3e3e3;
        border-radius: 0;
        background-color: rgba(0,0,0,0);
        color: #000;
        font-family: bebasneueheavy,arial,sans-serif;
        height: 3rem;
        width: 3rem
    }

        .pagination .page-numbers:hover {
            background-color: !important
        }

        .pagination .page-numbers.current {
            border-color: #000
        }

.cards {
    justify-content: flex-start
}

.card {
    position: relative;
    width: 32%;
    margin-right: 1%;
    height: 15em;
    overflow: hidden;
    margin-bottom: 1em;
    transition: all 150ms ease-in;
    border-radius: 0
}

    .card:last-child {
        margin-right: none
    }

    .card:after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(to bottom,rgba(0,0,0,0) 70%,rgba(0,0,0,0.9) 100%)
    }

    .card img {
        z-index: 0;
        height: 15em;
        width: 100%;
        max-width: initial;
        -o-object-fit: cover;
        object-fit: cover;
        transition: all 150ms ease-in
    }

    .card h3 {
        z-index: 2;
        position: absolute;
        left: 1rem;
        bottom: 0;
        width: calc(100% - 2rem)
    }

    .card:hover img {
        transform: scale(1.1)
    }

    .card:hover h3 {
        text-decoration: underline
    }

.card--desc {
    display: block;
    position: relative;
    width: 32%;
    min-height: 20em;
    background-color: #fff;
    margin-bottom: 1em;
    transition: all 150ms ease-in
}

    .card--desc:last-child {
        margin-right: 0
    }

    .card--desc:hover {
        box-shadow: 0 .5em 1em -0.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02)
    }

    .card--desc a {
        display: flex;
        flex-flow: column;
        height: 100%
    }

        .card--desc a.title-link {
            height: initial
        }

    .card--desc.auto-height {
        height: auto;
        min-height: initial
    }

    .card--desc .imgWrap {
        position: relative;
        height: 13.75em;
        overflow: hidden
    }

        .card--desc .imgWrap.news-post:after {
            display: none
        }

        .card--desc .imgWrap img {
            z-index: 0;
            height: 13.75em;
            width: 100%;
            max-width: initial;
            -o-object-fit: cover;
            object-fit: cover;
            transition: all 150ms ease-in
        }

        .card--desc .imgWrap .alt-img {
            height: 7em;
            -o-object-fit: contain;
            object-fit: contain;
            margin-top: 1.5em
        }

        .card--desc .imgWrap:after {
            content: "";
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: linear-gradient(to bottom,rgba(0,0,0,0) 70%,rgba(0,0,0,0.9) 100%);
            z-index: 1
        }

    .card--desc .card--content {
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        flex-grow: 1;
        padding: 1em;
        min-height: 9em
    }

    .card--desc:hover h3 {
        text-decoration: underline
    }

.card--category {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #e3e3e3;
    box-shadow: none;
    padding: 2em
}

    .card--category:after {
        display: none
    }

    .card--category img {
        display: block;
        width: auto;
        height: 80px;
        -o-object-fit: initial;
        object-fit: initial;
        margin-bottom: 1em
    }

.post-type-archive-course .imgWrap, .post-type-archive-tribe_events .imgWrap, .single .imgWrap, .search .imgWrap, .search-results .imgWrap, .archive .imgWrap, .gutenberg-page .imgWrap {
    position: relative;
    height: 13.75rem
}

    .post-type-archive-course .imgWrap img, .post-type-archive-tribe_events .imgWrap img, .single .imgWrap img, .search .imgWrap img, .search-results .imgWrap img, .archive .imgWrap img, .gutenberg-page .imgWrap img {
        height: 13.75rem
    }

    .post-type-archive-course .imgWrap h3:hover, .post-type-archive-tribe_events .imgWrap h3:hover, .single .imgWrap h3:hover, .search .imgWrap h3:hover, .search-results .imgWrap h3:hover, .archive .imgWrap h3:hover, .gutenberg-page .imgWrap h3:hover {
        color: #454545 !important
    }

    .post-type-archive-course .imgWrap .cat, .post-type-archive-tribe_events .imgWrap .cat, .single .imgWrap .cat, .search .imgWrap .cat, .search-results .imgWrap .cat, .archive .imgWrap .cat, .gutenberg-page .imgWrap .cat {
        position: absolute;
        left: 1rem;
        bottom: .7rem;
        padding-left: 1rem;
        z-index: 2
    }

        .post-type-archive-course .imgWrap .cat:after, .post-type-archive-tribe_events .imgWrap .cat:after, .single .imgWrap .cat:after, .search .imgWrap .cat:after, .search-results .imgWrap .cat:after, .archive .imgWrap .cat:after, .gutenberg-page .imgWrap .cat:after {
            content: "";
            position: absolute;
            display: block;
            width: 4px;
            height: 95%;
            top: 0;
            left: 0;
            background: #eab624
        }

    .post-type-archive-course .imgWrap:after, .post-type-archive-tribe_events .imgWrap:after, .single .imgWrap:after, .search .imgWrap:after, .search-results .imgWrap:after, .archive .imgWrap:after, .gutenberg-page .imgWrap:after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(to bottom,rgba(0,0,0,0) 70%,rgba(0,0,0,0.9) 100%)
    }

.post-type-archive-course .card--content, .post-type-archive-tribe_events .card--content, .single .card--content, .search .card--content, .search-results .card--content, .archive .card--content, .gutenberg-page .card--content {
    flex-flow: column nowrap;
    justify-content: space-between
}

    .post-type-archive-course .card--content .details, .post-type-archive-tribe_events .card--content .details, .single .card--content .details, .search .card--content .details, .search-results .card--content .details, .archive .card--content .details, .gutenberg-page .card--content .details {
        color: #000;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap
    }

        .post-type-archive-course .card--content .details div, .post-type-archive-tribe_events .card--content .details div, .single .card--content .details div, .search .card--content .details div, .search-results .card--content .details div, .archive .card--content .details div, .gutenberg-page .card--content .details div {
            align-items: center;
            margin-top: 2px;
            margin-bottom: 2px
        }

            .post-type-archive-course .card--content .details div span, .post-type-archive-tribe_events .card--content .details div span, .single .card--content .details div span, .search .card--content .details div span, .search-results .card--content .details div span, .archive .card--content .details div span, .gutenberg-page .card--content .details div span {
                line-height: 1;
                margin-top: 2px
            }

        .post-type-archive-course .card--content .details svg, .post-type-archive-tribe_events .card--content .details svg, .single .card--content .details svg, .search .card--content .details svg, .search-results .card--content .details svg, .archive .card--content .details svg, .gutenberg-page .card--content .details svg {
            width: .8rem;
            height: .8rem;
            margin-right: .5rem
        }

            .post-type-archive-course .card--content .details svg.hourglass, .post-type-archive-tribe_events .card--content .details svg.hourglass, .single .card--content .details svg.hourglass, .search .card--content .details svg.hourglass, .search-results .card--content .details svg.hourglass, .archive .card--content .details svg.hourglass, .gutenberg-page .card--content .details svg.hourglass {
                width: .6rem
            }

.cat {
    position: relative;
    padding-left: 1rem;
    z-index: 2
}

    .cat:after {
        content: "";
        position: absolute;
        display: block;
        width: 4px;
        height: 95%;
        top: 0;
        left: 0;
        background: #eab624
    }

.cat--red:after {
    background: #dd2f60
}

.subtitleSide {
    position: relative;
    padding-left: 1rem;
    z-index: 2
}

    .subtitleSide:after {
        content: "";
        position: absolute;
        display: block;
        width: 4px;
        height: 95%;
        top: 0;
        left: 0;
        background: #eab624
    }

.subtitleSide--red:after {
    background: #dd2f60
}

.gallery {
    width: 640px;
    overflow: hidden;
    max-width: 100%
}

    .gallery__slides, .gallery ul.gallery__slides {
        width: 100%;
        height: 320px;
        display: flex;
        align-items: stretch;
        list-style: none;
        padding: 0;
        margin: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scroll-snap-type: mandatory;
        scroll-snap-points-x: repeat(100%);
        overscroll-behavior: none
    }

        .gallery__slides::-webkit-scrollbar, .gallery ul.gallery__slides::-webkit-scrollbar {
            width: 0;
            background: rgba(0,0,0,0)
        }

    .gallery.has-navigation {
        position: relative
    }

.gallery__navigationButton {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(0,0,0,0);
    border: 0;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    text-shadow: -1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
    transition: opacity .2s linear;
    color: #000
}

    .gallery__navigationButton:active {
        color: #000
    }

    .gallery__navigationButton.is-disabled {
        opacity: .1;
        cursor: default
    }

    .gallery__navigationButton.is-next {
        right: 0
    }

    .gallery__navigationButton.is-previous {
        left: 0
    }

.gallery.is-vertical .gallery__slides {
    flex-direction: column;
    scroll-snap-type: y mandatory;
    scroll-snap-type: mandatory;
    scroll-snap-points-x: none;
    scroll-snap-points-y: repeat(100%)
}

.gallery.is-vertical.has-navigation .gallery__navigationButton {
    padding: 1.5rem 0;
    left: 0;
    right: 0;
    width: 100%;
    top: auto;
    bottom: auto
}

    .gallery.is-vertical.has-navigation .gallery__navigationButton.is-next {
        bottom: 0
    }

    .gallery.is-vertical.has-navigation .gallery__navigationButton.is-previous {
        top: 0
    }

.gallery__slide, .gallery__slide + li.gallery__slide {
    height: inherit;
    height: 320px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 1 0 auto;
    scroll-snap-align: center
}

    .gallery__slide > *, .gallery__slide + li.gallery__slide > * {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.gallery.has-preview {
    scroll-snap-points-x: repeat(90%)
}

    .gallery.has-preview .gallery__slide {
        width: 90%;
        scroll-snap-align: start
    }

    .gallery.has-preview.is-vertical {
        scroll-snap-points-x: none;
        scroll-snap-points-y: repeat(90%)
    }

        .gallery.has-preview.is-vertical .gallery__slide {
            width: 100%;
            height: 90%;
            scroll-snap-align: start
        }

.gallery.has-fallback .gallery__slides {
    overflow: hidden
}

.menu-social-menu-container .menu {
    display: flex
}

    .menu-social-menu-container .menu li {
        font-size: 1rem;
        display: inline-block
    }

        .menu-social-menu-container .menu li a {
            display: flex;
            width: 1em;
            align-items: center;
            padding: 12px 8px;
            background-repeat: no-repeat;
            margin: 0 .2em;
            background-position: 50%
        }

            .menu-social-menu-container .menu li a:hover {
                transform: scale(1.1)
            }

            .menu-social-menu-container .menu li a:before {
                display: inline-block
            }

            .menu-social-menu-container .menu li a[href*="facebook.com/"] {
                background-image: url(https://stokecoll.ac.uk/wp-content/themes/stokecoll--parent/resources/dist/img/icons/facebook-square.svg)
            }

            .menu-social-menu-container .menu li a[href*="twitter.com/"] {
                background-image: url(https://stokecoll.ac.uk/wp-content/themes/stokecoll--parent/resources/dist/img/icons/twitter.svg)
            }

            .menu-social-menu-container .menu li a[href*="linkedin.com/"] {
                background-image: url(https://stokecoll.ac.uk/wp-content/themes/stokecoll--parent/resources/dist/img/icons/linkedin.svg)
            }

            .menu-social-menu-container .menu li a[href*="instagram.com/"] {
                background-image: url(https://stokecoll.ac.uk/wp-content/themes/stokecoll--parent/resources/dist/img/icons/instagram.svg)
            }

            .menu-social-menu-container .menu li a[href*="youtube.com/"] {
                background-image: url(https://stokecoll.ac.uk/wp-content/themes/stokecoll--parent/resources/dist/img/icons/youtube.svg)
            }

            .menu-social-menu-container .menu li a[href*="tiktok.com/"] {
                background-image: url(https://stokecoll.ac.uk/wp-content/themes/stokecoll--parent/resources/dist/img/icons/tiktok.svg)
            }

.navbar-dropdown {
    display: flex !important
}

.navbar {
    z-index: 50;
    transition: height .4s ease-in
}

    .navbar .nav > .navbar-item > .menu-item {
        color: #1a3467;
        font-weight: 700;
        transition: all .2s ease-in-out;
        transition-delay: .2s;
        border-bottom: 3px solid rgba(0,0,0,0)
    }

    .navbar .navbar-brand {
        background: #fff;
        width: 20rem;
        justify-content: center;
        align-items: center;
        padding: 1em 0
    }

        .navbar .navbar-brand .logo-img {
            width: 10em;
            height: auto
        }

        .navbar .navbar-brand .ofsted-logo-img {
            width: 5em;
            height: auto;
            margin-left: 1.2em;
            transition: all .3s ease-in;
            order: 2
        }

        .navbar .navbar-brand .sticky {
            display: none
        }

    .navbar .navbar-menu {
        width: calc(100% - 20em);
        flex-wrap: wrap;
        padding-top: 0;
        padding-bottom: 0
    }

    .navbar .navbar-menu-top {
        width: 100%;
        height: 48px;
        justify-content: flex-end;
        padding: 0
    }

        .navbar .navbar-menu-top .menu-item {
            padding: 1em;
            font-size: .75rem;
            color: #1a3467;
            align-items: center;
            border-bottom: 3px solid rgba(0,0,0,0);
            transition: all .3s ease-in-out
        }

            .navbar .navbar-menu-top .menu-item:hover, .navbar .navbar-menu-top .menu-item:focus-visible {
                border-bottom: 3px solid #eab624;
                background-color: #fff
            }

        .navbar .navbar-menu-top .banner-cta {
            position: relative;
            color: #1a3467;
            font-size: .75rem;
            background-repeat: no-repeat;
            background-size: 1.5em;
            background-position: 96%;
            height: 100%;
            align-items: center
        }

            .navbar .navbar-menu-top .banner-cta.prospectus {
                border-right: 0
            }

            .navbar .navbar-menu-top .banner-cta.connect {
                background-position: 87%
            }

            .navbar .navbar-menu-top .banner-cta.newsletter {
                background: unset !important;
                position: fixed;
                height: 136px;
                width: 136px;
                bottom: 0
            }

                .navbar .navbar-menu-top .banner-cta.newsletter a {
                    background: #dd2f60;
                    color: #fff !important;
                    border-radius: 50%;
                    border: 2px solid #fff;
                    font-size: 16px;
                    font-weight: 800
                }

            .navbar .navbar-menu-top .banner-cta a {
                padding: 1em;
                font-size: .75rem;
                color: #1a3467;
                align-items: center;
                border-bottom: 3px solid rgba(0,0,0,0);
                transition: all .3s ease-in-out
            }

                .navbar .navbar-menu-top .banner-cta a:hover, .navbar .navbar-menu-top .banner-cta a:focus-visible {
                    border-bottom: 3px solid #eab624
                }

            .navbar .navbar-menu-top .banner-cta svg {
                width: 1em;
                height: 1.2em;
                margin-left: 1em
            }

    .navbar .navbar-menu-bottom {
        position: relative;
        width: 100%;
        background-color: #fff;
        padding: 0;
        justify-content: flex-end;
        align-items: center
    }

        .navbar .navbar-menu-bottom .menu-item {
            color: #1a3467;
            font-weight: 700
        }

        .navbar .navbar-menu-bottom .search label#search-open-label {
            border-bottom: 3px solid rgba(0,0,0,0)
        }

            .navbar .navbar-menu-bottom .search label#search-open-label:hover {
                background-color: #fff !important;
                border-bottom: 3px solid #eab624
            }

        .navbar .navbar-menu-bottom .search svg {
            color: #1a3467
        }

        .navbar .navbar-menu-bottom .nav > .menu-item, .navbar .navbar-menu-bottom .nav > .navbar-item {
            border-bottom: 3px solid rgba(0,0,0,0)
        }

            .navbar .navbar-menu-bottom .nav > .menu-item:hover, .navbar .navbar-menu-bottom .nav > .menu-item:focus, .navbar .navbar-menu-bottom .nav > .navbar-item:hover, .navbar .navbar-menu-bottom .nav > .navbar-item:focus {
                background-color: #fff;
                border-bottom: 3px solid #eab624
            }

        .navbar .navbar-menu-bottom .nav span.menu-item, .navbar .navbar-menu-bottom .nav label.menu-item.navbar-toggle--submenu {
            font-size: 1rem;
            cursor: default;
            justify-content: flex-start !important
        }

            .navbar .navbar-menu-bottom .nav span.menu-item:hover, .navbar .navbar-menu-bottom .nav label.menu-item.navbar-toggle--submenu:hover {
                text-decoration: none !important;
                color: #1a3467 !important
            }

        .navbar .navbar-menu-bottom .nav label.menu-item.navbar-toggle--submenu {
            margin-bottom: 0 !important
        }

        .navbar .navbar-menu-bottom .navbar-dropdown {
            white-space: pre-wrap
        }

            .navbar .navbar-menu-bottom .navbar-dropdown a, .navbar .navbar-menu-bottom .navbar-dropdown span.menu-item, .navbar .navbar-menu-bottom .navbar-dropdown label.menu-item.navbar-toggle--submenu {
                width: 100% !important;
                white-space: normal
            }

            .navbar .navbar-menu-bottom .navbar-dropdown.is-boxed {
                border-radius: 0 !important;
                transform: translateY(0) !important;
                top: 100% !important;
                padding: 0
            }

        .navbar .navbar-menu-bottom .nav {
            height: 100%;
            width: auto;
            padding: 0;
            align-items: center;
            overflow: auto;
            -ms-overflow-style: none;
            scrollbar-width: none
        }

            .navbar .navbar-menu-bottom .nav > .has-dropdown {
                position: static
            }

                .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown {
                    display: block;
                    position: absolute;
                    top: 100%;
                    left: -20rem;
                    width: 100vw;
                    color: #000;
                    min-height: 20em;
                    justify-content: flex-start;
                    border-radius: 0;
                    border-top: 0
                }

                    .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown > li {
                        padding: 0 1em;
                        height: 3em;
                        font-weight: 700;
                        margin-bottom: .5em
                    }

                        .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown > li li {
                            font-weight: 400;
                            padding: 1em 0
                        }

                        .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown > li:after {
                            content: "";
                            position: absolute;
                            display: block;
                            width: 2em;
                            height: 2px;
                            top: 100%;
                            left: 1em;
                            margin-bottom: 1em
                        }

                    .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown a, .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown span.menu-item, .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown label.menu-item.navbar-toggle--submenu {
                        font-size: 1rem !important
                    }

                    .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown .navbar-dropdown {
                        flex-flow: column nowrap;
                        justify-content: flex-start;
                        width: 25%;
                        box-shadow: none
                    }

                        .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown .navbar-dropdown li {
                            padding: 0 .5em
                        }

                        .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown .navbar-dropdown a, .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown .navbar-dropdown span.menu-item, .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown .navbar-dropdown label.menu-item.navbar-toggle--submenu {
                            color: #000;
                            font-size: 1em
                        }

            .navbar .navbar-menu-bottom .nav .study {
                position: relative;
                height: 100%
            }

                .navbar .navbar-menu-bottom .nav .study .navbar-item {
                    width: 100%;
                    height: 100%
                }

                    .navbar .navbar-menu-bottom .nav .study .navbar-item a, .navbar .navbar-menu-bottom .nav .study .navbar-item span.menu-item, .navbar .navbar-menu-bottom .nav .study .navbar-item label.menu-item.navbar-toggle--submenu {
                        width: 100%;
                        height: 100%;
                        align-items: center;
                        padding: 0 2.5em 0 1em
                    }

                .navbar .navbar-menu-bottom .nav .study > li {
                    position: relative
                }

            .navbar .navbar-menu-bottom .nav .study__dropdown {
                display: none;
                position: absolute;
                flex-flow: row wrap;
                justify-content: space-around;
                width: 100vw;
                height: 90vh;
                min-height: 20em;
                top: 100%;
                left: -20em;
                padding: 0 1em
            }

            .navbar .navbar-menu-bottom .nav .study__dropdown--section {
                width: 25%;
                padding: 1em 2em;
                border-right: 1px solid #e3e3e3
            }

                .navbar .navbar-menu-bottom .nav .study__dropdown--section .section-title {
                    position: relative;
                    font-weight: 700;
                    padding: 1em 0;
                    margin-bottom: .5em
                }

                    .navbar .navbar-menu-bottom .nav .study__dropdown--section .section-title:after {
                        content: "";
                        position: absolute;
                        display: block;
                        width: 2em;
                        height: 2px;
                        top: 95%;
                        left: 0;
                        background-color: #e3e3e3;
                        margin-bottom: 1em
                    }

                .navbar .navbar-menu-bottom .nav .study__dropdown--section .menu a {
                    color: #000;
                    padding-left: 0
                }

                    .navbar .navbar-menu-bottom .nav .study__dropdown--section .menu a:hover {
                        text-decoration: underline
                    }

                .navbar .navbar-menu-bottom .nav .study__dropdown--section .book-open-day p {
                    margin-bottom: 1em
                }

            .navbar .navbar-menu-bottom .nav .study:hover .study__dropdown {
                display: flex
            }

            .navbar .navbar-menu-bottom .nav .navbar-item {
                height: 100%;
                display: flex;
                align-items: center
            }

                .navbar .navbar-menu-bottom .nav .navbar-item.has-dropdown .navbar-dropdown .navbar-item {
                    height: auto
                }

                .navbar .navbar-menu-bottom .nav .navbar-item.has-dropdown .navbar-dropdown .menu-item {
                    height: auto;
                    color: #000
                }

                    .navbar .navbar-menu-bottom .nav .navbar-item.has-dropdown .navbar-dropdown .menu-item:hover {
                        color: #000;
                        text-decoration: underline;
                        background-color: rgba(0,0,0,0) !important
                    }

                    .navbar .navbar-menu-bottom .nav .navbar-item.has-dropdown .navbar-dropdown .menu-item:focus, .navbar .navbar-menu-bottom .nav .navbar-item.has-dropdown .navbar-dropdown .menu-item:focus-visible {
                        outline: 2px solid #015ecc;
                        outline-offset: -3px
                    }

            .navbar .navbar-menu-bottom .nav .navbar-link:not(.is-arrowless):after {
                border: 2px solid rgba(0,0,0,0);
                border-bottom-color: #fff;
                border-left-color: #fff;
                margin-top: -0.55em
            }

    .navbar .navbar-menu .banner-cta {
        position: relative;
        color: #1a3467;
        font-size: .75rem;
        background-repeat: no-repeat;
        background-size: 1.5em;
        background-position: 96%;
        height: 100%;
        align-items: center
    }

        .navbar .navbar-menu .banner-cta.connect {
            background-position: 87%
        }

        .navbar .navbar-menu .banner-cta.newsletter {
            background: unset !important;
            position: fixed;
            height: 136px;
            width: 136px;
            top: 136px;
            right: 12px;
            display: flex;
            z-index: 9999
        }

        .navbar .navbar-menu .banner-cta.newsletter--hidden {
            display: none
        }

        .navbar .navbar-menu .banner-cta.newsletter a {
            background: #dd2f60;
            color: #fff !important;
            border-radius: 50%;
            border: 2px solid #fff;
            font-size: 16px;
            font-weight: 800;
            transition: unset !important
        }

            .navbar .navbar-menu .banner-cta.newsletter a:hover, .navbar .navbar-menu .banner-cta.newsletter a:focus-visible {
                border: 3px solid #eab624
            }

        .navbar .navbar-menu .banner-cta.newsletter svg {
            position: absolute;
            top: 0;
            right: 0;
            width: 30px
        }

        .navbar .navbar-menu .banner-cta a {
            padding: 1em;
            font-size: .75rem;
            align-items: center;
            transition: all .3s ease-in-out
        }

            .navbar .navbar-menu .banner-cta a:hover, .navbar .navbar-menu .banner-cta a:focus-visible {
                border-bottom: 3px solid #eab624
            }

body.search .navbar .navbar-menu-top, body.search-results .navbar .navbar-menu-top {
    background-color: #fff !important
}

body.search .navbar .navbar-menu-bottom, body.search-results .navbar .navbar-menu-bottom {
    background-color: #fff !important
}

body.fixed-nav .navbar-brand {
    padding: 1em
}

    body.fixed-nav .navbar-brand .sticky {
        display: flex !important;
        height: 25px;
        width: auto
    }

    body.fixed-nav .navbar-brand .logo-img, body.fixed-nav .navbar-brand .ofsted-logo-img {
        display: none;
        opacity: 0;
        width: 0 !important
    }

body.fixed-nav .navbar {
    width: 100%;
    height: 4em;
    position: fixed;
    top: 0;
    background-color: #fff
}

body.fixed-nav .navbar-menu-top {
    display: none !important
}

.navbar-menu-top, .navbar-menu-bottom {
    background-color: #fff
}

.navbar-burger {
    display: none !important;
    color: #1a3467
}

#toggle_mobile_menu:focus-visible ~ .navbar-burger {
    outline: 2px solid #015ecc;
    outline-offset: -2px
}

.navbar-burger {
    opacity: 1;
    display: block
}

.toggle-chev {
    display: none;
    width: 16px;
    transform: rotate(-90deg);
    transition: .2s ease-in-out transform
}

#search-close-icon svg {
    color: #1a3467;
    width: 1em;
    height: 1em
}

.close_menu_button {
    color: #000;
    border: 0;
    font-size: 1.5em;
    position: relative
}

    .close_menu_button span {
        position: absolute;
        transition: 300ms;
        background: #000;
        border-radius: 2px
    }

        .close_menu_button span:first-child {
            top: 32%;
            bottom: 32%;
            width: 3px;
            left: 47%
        }

        .close_menu_button span:last-child {
            left: 30%;
            right: 30%;
            height: 3px;
            top: 46%
        }

.navbar-dropdown.depth-1.is-boxed {
    opacity: 1 !important
}

.navbar-dropdown.is-boxed {
    pointer-events: initial !important
}

.footer {
    display: block;
    background-color: #1a3467;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0
}

    .footer h4 {
        font-family: avenirheavy,arial,sans-serif
    }

    .footer p, .footer a, .footer h3, .footer h4 {
        color: #fff;
        padding-top: 0
    }

        .footer p:after, .footer a:after, .footer h3:after, .footer h4:after {
            display: none
        }

    .footer .footer-top {
        background-color: #eab624
    }

        .footer .footer-top p, .footer .footer-top a, .footer .footer-top h3, .footer .footer-top h4 {
            color: #1a3467;
            padding-top: 0
        }

            .footer .footer-top p:after, .footer .footer-top a:after, .footer .footer-top h3:after, .footer .footer-top h4:after {
                display: none
            }

        .footer .footer-top a {
            position: relative;
            color: #1a3467 !important;
            line-height: 1.2 !important;
            padding-right: 1rem;
            padding-left: 0;
            font-family: avenirheavy,arial,sans-serif
        }

        .footer .footer-top img {
            height: 50px !important;
            width: auto !important
        }

    .footer .footer-bottom {
        background-color: #1a3467;
        padding-top: 2em
    }

        .footer .footer-bottom a:hover, .footer .footer-bottom a:focus {
            text-decoration: underline
        }

    .footer .menu {
        list-style: none;
        padding-left: 0
    }

    .footer .column {
        padding: 0
    }

    .footer .explore, .footer .connect, .footer .corporate, .footer .copyright {
        position: relative;
        margin: 0 auto;
        padding: 2em 0 !important;
        flex-wrap: wrap
    }

        .footer .explore .column:first-child {
            padding-right: 7em
        }

        .footer .explore .column span {
            display: block;
            clear: right
        }

        .footer .explore h3 span {
            color: #eab624
        }

        .footer .explore .card-links {
            justify-content: space-between
        }

            .footer .explore .card-links a {
                display: flex;
                width: 23%;
                flex-flow: column nowrap;
                justify-content: space-between;
                padding: 1em;
                border-top: 3px solid #9c9c9c;
                font-family: bebasneueheavy,arial,sans-serif
            }

                .footer .explore .card-links a img {
                    max-width: 2em
                }

                .footer .explore .card-links a svg {
                    color: #9c9c9c
                }

                .footer .explore .card-links a .arrow-right, .footer .explore .card-links a .tribe-events-gmap {
                    font-size: 1.125rem !important;
                    line-height: 1.2 !important;
                    padding-right: 1rem
                }

                .footer .explore .card-links a:hover svg {
                    color: #eab624
                }

                .footer .explore .card-links a:hover .arrow-right, .footer .explore .card-links a:hover .tribe-events-gmap {
                    text-decoration: underline
                }

                    .footer .explore .card-links a:hover .arrow-right:after, .footer .explore .card-links a:hover .tribe-events-gmap:after {
                        border-color: #eab624
                    }

                .footer .explore .card-links a .arrow-right, .footer .explore .card-links a .tribe-events-gmap {
                    padding-left: 0
                }

            .footer .explore .card-links svg {
                width: 2em;
                height: auto
            }

    .footer .connect {
        background-color: #eab624
    }

        .footer .connect .column .arrow-right, .footer .connect .column .tribe-events-gmap {
            padding-left: 0;
            font-family: bebasneueheavy,arial,sans-serif
        }

    .footer .corporate {
        padding: 0 !important;
        border-bottom: 1px solid rgba(227,227,227,.3)
    }

        .footer .corporate .column:last-child {
            padding: 0;
            justify-content: space-between
        }

        .footer .corporate .partner-link {
            display: block
        }

        .footer .corporate img {
            width: 7em;
            height: auto
        }

        .footer .corporate .ofsted-logo-img {
            width: 4em !important;
            height: auto;
            margin-left: .75em;
            opacity: 1
        }

        .footer .corporate .menu-social-menu-container a {
            font-size: 1.5em
        }

    .footer .copyright p {
        margin-bottom: 0;
        margin-top: 1.2em
    }

.hover-underline-animation {
    display: inline-block;
    position: relative
}

    .hover-underline-animation:after {
        content: "";
        display: block !important;
        position: absolute;
        width: 100%;
        transform: scaleX(1);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #1a3467 !important;
        transform-origin: bottom right;
        transition: transform .25s ease-out
    }

    .hover-underline-animation:hover:after {
        transform: scaleX(0);
        transform-origin: bottom left
    }

.banner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .banner video {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 0
    }

    .banner img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center 50%;
        object-position: center 50%;
        height: 300px;
        display: block
    }

.banner__content {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 0
}

    .banner__content .container {
        width: 507px;
        margin: 0;
        padding: 24px 40px;
        background-color: #1a3467
    }

        .banner__content .container .wrapper {
            width: 100%
        }

    .banner__content.has_video {
        position: relative;
        height: 90vh
    }

        .banner__content.has_video .container {
            max-width: 80em !important
        }

    .banner__content .wrapper {
        width: 40%;
        clear: both
    }

.banner {
    height: auto
}

.post-type-archive-course .banner {
    height: 35rem;
    margin-top: -8rem
}

.single-course .banner, .single-course_mode .banner {
    position: relative;
    height: 35rem;
    margin-top: -8rem
}

    .single-course .banner:before, .single-course .banner:after, .single-course_mode .banner:before, .single-course_mode .banner:after {
        display: none
    }

    .single-course .banner:before, .single-course .banner:after, .single-course_mode .banner:before, .single-course_mode .banner:after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    .single-course .banner:before, .single-course_mode .banner:before {
        background: linear-gradient(0,rgba(0,0,0,0) 48%,#000 100%)
    }

    .single-course .banner:after, .single-course_mode .banner:after {
        background: linear-gradient(0,#000 0,rgba(0,0,0,0) 100%)
    }

.single-course .banner__content .container, .single-course_mode .banner__content .container {
    width: 1014px !important;
    max-width: 100% !important
}

    .single-course .banner__content .container .wrapper, .single-course_mode .banner__content .container .wrapper {
        position: unset !important;
        bottom: 0 !important;
        width: 100% !important
    }

.single-course .arrow-left.back, .single-course_mode .arrow-left.back {
    align-items: flex-start
}

    .single-course .arrow-left.back:after, .single-course_mode .arrow-left.back:after {
        border-color: #fff;
        top: 13px !important
    }

.single-course .banner:after, .single-course_mode .banner:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 70%,rgba(0,0,0,0.9) 100%);
    z-index: 1
}

.single-course .breadcrumbs, .single-course_mode .breadcrumbs {
    position: relative;
    color: #fff;
    z-index: 3
}

    .single-course .breadcrumbs:after, .single-course_mode .breadcrumbs:after {
        content: "";
        position: absolute;
        display: block;
        width: 150%;
        height: 1px;
        left: -25%;
        bottom: 0;
        background-color: #e3e3e3
    }

    .single-course .breadcrumbs a, .single-course_mode .breadcrumbs a {
        color: #fff
    }

.searchForm {
    width: 100%;
    align-self: flex-end
}

    .searchForm .inputWrap {
        position: relative;
        flex-grow: 1;
        margin-right: .5em;
        height: 3rem
    }

        .searchForm .inputWrap #search-input, .searchForm .inputWrap #banner-search-input, .searchForm .inputWrap #nav-search-input, .searchForm .inputWrap #hkb-search-input {
            width: 100%
        }

            .searchForm .inputWrap #banner-search-input:focus-visible, .searchForm .inputWrap #hkb-search-input:focus-visible, .searchForm .inputWrap #nav-search-input:focus-visible {
                outline: 2px solid #015ecc
            }

    .searchForm label {
        cursor: pointer
    }

    .searchForm svg {
        width: 1em;
        height: 1em;
        position: absolute;
        right: 1em;
        top: 1em
    }

.home .banner {
    height: auto !important
}

    .home .banner:before, .home .banner:after {
        content: "";
        position: absolute;
        display: block;
        height: 12em;
        z-index: 1
    }

    .home .banner:before {
        height: 18em;
        top: 0;
        left: 0;
        background: linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.9) 100%)
    }

    .home .banner:after {
        top: initial;
        bottom: 0;
        background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.9) 100%)
    }

.home .banner__content {
    bottom: 0;
    top: initial;
    z-index: 2
}

    .home .banner__content .wrapper {
        align-self: flex-end;
        color: #fff
    }

.blog .banner {
    margin-top: -8em
}

    .blog .banner:after {
        content: "";
        position: absolute;
        display: block;
        background: linear-gradient(to bottom,rgba(0,0,0,0) 70%,rgba(0,0,0,0.9) 100%);
        z-index: 1
    }

    .blog .banner:before {
        content: "";
        position: absolute;
        display: block;
        background: linear-gradient(to bottom,rgba(0,0,0,0) 70%,rgba(0,0,0,0.9) 100%);
        z-index: 1;
        transform: rotate(180deg)
    }

.blog .banner__content {
    z-index: 2
}

    .blog .banner__content .wrapper {
        position: absolute;
        width: 100%;
        bottom: 1em
    }

        .blog .banner__content .wrapper h1 {
            color: #fff
        }

.blog .banner svg {
    width: auto;
    height: 1rem;
    color: #eab624;
    margin-right: .5rem
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.error404 .banner {
    display: none
}

body.knowledgebase .banner, .page-id-163 .banner, .post-type-archive-ht_kb .banner {
    height: 20em;
    background: linear-gradient(-110deg,rgba(114,158,195,0.65) 52%,rgba(234,182,36,0.6) 100%),url(../img/CombinedShape.svg);
    background-repeat: no-repeat;
    background-position: right,top right;
    background-size: 100%,70%
}

    body.knowledgebase .banner h1, body.knowledgebase .banner p, .page-id-163 .banner h1, .page-id-163 .banner p, .post-type-archive-ht_kb .banner h1, .post-type-archive-ht_kb .banner p {
        color: #000 !important
    }

        body.knowledgebase .banner h1:after, body.knowledgebase .banner p:after, .page-id-163 .banner h1:after, .page-id-163 .banner p:after, .post-type-archive-ht_kb .banner h1:after, .post-type-archive-ht_kb .banner p:after {
            display: none
        }

    body.knowledgebase .banner:after, body.knowledgebase .banner:before, .page-id-163 .banner:after, .page-id-163 .banner:before, .post-type-archive-ht_kb .banner:after, .post-type-archive-ht_kb .banner:before {
        display: none
    }

    body.knowledgebase .banner img, .page-id-163 .banner img, .post-type-archive-ht_kb .banner img {
        display: none
    }

.tax-ht_kb_category .banner, .tax-ht_kb_category .captions, .single-ht_kb .banner, .single-ht_kb .captions {
    display: none
}

body.archive:not(.post-type-archive-course) .banner {
    height: 20em;
    background: url(../img/Ribbon.svg);
    background-repeat: no-repeat;
    background-position: top right
}

    body.archive:not(.post-type-archive-course) .banner:after {
        display: none
    }

    body.archive:not(.post-type-archive-course) .banner .banner__content .container {
        background-color: unset !important;
        margin: 0 auto;
        height: 100%;
        display: flex;
        align-items: center;
        width: 80%
    }

        body.archive:not(.post-type-archive-course) .banner .banner__content .container .wrapper {
            width: 444px
        }

    body.archive:not(.post-type-archive-course) .banner .banner__content .container-mobile-image {
        width: 100%
    }

        body.archive:not(.post-type-archive-course) .banner .banner__content .container-mobile-image img {
            display: block !important;
            height: auto !important
        }

    body.archive:not(.post-type-archive-course) .banner h1 {
        color: #1a3467 !important
    }

    body.archive:not(.post-type-archive-course) .banner p {
        color: #000 !important
    }

        body.archive:not(.post-type-archive-course) .banner p:after {
            display: none
        }

    body.archive:not(.post-type-archive-course) .banner img {
        display: none
    }

body.search .banner {
    display: none
}

body.search .banner__content {
    display: none !important
}

body.search .banner img {
    display: none
}

.banner.events {
    height: 25em;
    background: url(../img/CombinedShapePink.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 58%,70%
}

    .banner.events:after {
        display: none
    }

    .banner.events:before {
        background: linear-gradient(180deg,rgba(114,158,195,0.35) 19%,rgba(221,47,96,0.2) 100%)
    }

    .banner.events .tribe-events-ajax-loading {
        display: none
    }

    .banner.events .banner-content .tribe-events-before-html {
        max-width: 600px
    }

.banner--career {
    margin-top: -3em
}

.single .wrapper {
    position: absolute;
    bottom: 1em
}

.single-cat-name svg {
    width: 1.2em;
    height: 1em;
    color: #eab624
}

.banner--news {
    max-height: 560px;
    margin-top: 0 !important
}

    .banner--news svg {
        height: 14px;
        margin-top: -2px
    }

    .banner--news .container {
        max-width: 1014px !important;
        width: 100%
    }

        .banner--news .container .wrapper {
            position: relative;
            bottom: 0
        }

.navbar-menu-bottom .search {
    position: relative;
    width: 4em;
    height: 100%;
    padding: 0;
    justify-content: center;
    align-items: center
}

input[name=search] {
    display: none
}

#search-open-label {
    display: flex;
    font-size: 16px;
    width: 100%;
    height: 100%;
    margin: auto 0;
    justify-content: center;
    cursor: pointer;
    align-items: center
}

    #search-open-label:hover {
        background-color: #363636
    }

    #search-open-label #search-open-icon {
        height: 20px;
        width: 20px;
        display: block;
        color: #fff
    }

        #search-open-label #search-open-icon #search-icon {
            color: #fff;
            width: 100%;
            height: 100%
        }

#search-input, #banner-search-input, #nav-search-input, #hkb-search-input {
    width: 0;
    height: 0;
    -webkit-appearance: none
}

    #search-input::-moz-placeholder, #banner-search-input::-moz-placeholder, #nav-search-input::-moz-placeholder, #hkb-search-input::-moz-placeholder {
        color: var(--wp--preset--color--black)
    }

    #search-input::placeholder, #banner-search-input::placeholder, #nav-search-input::placeholder, #hkb-search-input::placeholder {
        color: var(--wp--preset--color--black)
    }

.search-input-wrapper {
    z-index: 10;
    padding: 0;
    height: 100%
}

#search-input-icon, #nav-search-input-icon, #banner-search-input-icon, #hkb-search-input-icon {
    display: none
}

    #search-input-icon:focus-visible, #nav-search-input-icon:focus-visible, #banner-search-input-icon:focus-visible, #hkb-search-input-icon:focus-visible {
        outline: 2px solid #015ecc;
        outline-offset: -5px
    }

#search-close-label {
    padding-left: 10px
}

#search-close-label {
    display: none
}

#searchform--toggle {
    visibility: hidden
}

#search-open:checked ~ .search #search-open-label {
    display: none
}

#search-open:checked ~ .search .search-input-wrapper #search-input-icon, #search-open:checked ~ .search .search-input-wrapper #nav-search-input-icon {
    display: block;
    position: absolute;
    right: -17px;
    top: -3.75em;
    cursor: pointer;
    height: 3.75rem;
    border: 0;
    background: rgba(0,0,0,0)
}

    #search-open:checked ~ .search .search-input-wrapper #search-input-icon svg, #search-open:checked ~ .search .search-input-wrapper #nav-search-input-icon svg {
        width: 1.2em;
        height: 1.2em
    }

#search-open:checked ~ .search .search-input-wrapper #search-close-label {
    position: absolute;
    display: flex;
    font-size: 16px;
    width: 3.75rem;
    height: 3.75rem;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    top: 100%;
    right: 0
}

    #search-open:checked ~ .search .search-input-wrapper #search-close-label #search-close-icon {
        width: 12px;
        height: 15px;
        left: 100%
    }

#search-open:checked ~ .search .search-input-wrapper > #search-close-label #search-input, #search-open:checked ~ .search .search-input-wrapper > #search-close-label #nav-search-input {
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    transition: width 1s;
    background-color: var(--wp--preset--color--stoke-yellow);
    margin: auto 0;
    height: 3.75rem !important;
    -webkit-appearance: none;
    border: 1px;
    padding-left: 24px;
    z-index: -1
}

#search-close:checked ~ .search #search-open-label {
    display: flex;
    justify-content: center;
    margin: auto 0
}

#search-open:focus-visible ~ .search #search-open-label, #search-open:focus-visible ~ .search .search-input-wrapper #search-close-label {
    outline: 2px solid #015ecc;
    outline-offset: -5px
}

#student-work .student-work__wrap {
    justify-content: space-between
}

    #student-work .student-work__wrap .column {
        flex-basis: initial;
        flex-grow: initial;
        flex-shrink: initial
    }

#student-work .square {
    position: relative;
    overflow: hidden;
    width: 31%;
    margin-top: .5em;
    margin-bottom: .5em
}

    #student-work .square:after {
        content: "";
        display: block;
        padding-bottom: 100%
    }

    #student-work .square img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: initial;
        width: auto;
        height: 100%
    }

    #student-work .square label {
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3.25rem;
        height: 3.25rem;
        margin-bottom: 0;
        background-color: #000;
        color: #fff;
        cursor: pointer
    }

        #student-work .square label svg {
            width: .7em;
            height: auto;
            transition: all .4s ease-in
        }

    #student-work .square .student-work__name {
        align-items: center;
        position: absolute;
        bottom: 0;
        left: 3.25rem;
        width: 0;
        height: 3.25rem;
        transition: all .4s ease-in;
        background-color: #000
    }

        #student-work .square .student-work__name span {
            opacity: 0;
            padding-left: 1em;
            color: #fff
        }

    #student-work .square input:checked ~ .student-work__name {
        width: calc(100% - 2rem)
    }

        #student-work .square input:checked ~ .student-work__name span {
            animation: fadeIn .7s forwards;
            animation-delay: .3s
        }

    #student-work .square input:checked ~ label svg {
        transform: rotate(180deg)
    }

#course-quote {
    background: linear-gradient(0,rgba(255,255,255,0) 0,rgba(234,182,36,0.24) 100%);
    text-align: center
}

    #course-quote svg {
        color: #eab624
    }

#requirements {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 3em 0 !important;
    margin-bottom: 2em
}

.side-tabs.desktop {
    border: 1px solid #e3e3e3
}

    .side-tabs.desktop .side-tabs__tabs {
        width: 30%;
        margin-bottom: 0;
        border-right: 1px solid #e3e3e3
    }

        .side-tabs.desktop .side-tabs__tabs label {
            background-image: url(https://stokecoll.ac.uk/wp-content/themes/stokecoll--parent/resources/dist/img/icons/angle-right-red.svg);
            background-repeat: no-repeat;
            background-position: 94% center;
            background-size: .5em
        }

    .side-tabs.desktop .side-tabs__content {
        width: 70%;
        padding: 2em 3em;
        background-color: #fafafa
    }

        .side-tabs.desktop .side-tabs__content > div {
            display: none
        }

    .side-tabs.desktop label {
        border-bottom: 1px solid #e3e3e3;
        padding: 1em;
        margin-bottom: 0;
        margin-right: -1px;
        color: #9c9c9c;
        cursor: pointer
    }

        .side-tabs.desktop label:last-child {
            border-bottom: 0
        }

    .side-tabs.desktop #course-requirements:checked ~ .side-tabs__content .course-requirements, .side-tabs.desktop #assessment:checked ~ .side-tabs__content .assessment, .side-tabs.desktop #teaching:checked ~ .side-tabs__content .teaching, .side-tabs.desktop #careers:checked ~ .side-tabs__content .careers, .side-tabs.desktop #progression:checked ~ .side-tabs__content .progression, .side-tabs.desktop #what-else:checked ~ .side-tabs__content .what-else {
        display: block
    }

    .side-tabs.desktop #course-requirements:checked ~ .side-tabs__tabs .for-course_requirements, .side-tabs.desktop #assessment:checked ~ .side-tabs__tabs .for-assessment, .side-tabs.desktop #teaching:checked ~ .side-tabs__tabs .for-teaching, .side-tabs.desktop #careers:checked ~ .side-tabs__tabs .for-careers, .side-tabs.desktop #progression:checked ~ .side-tabs__tabs .for-progression, .side-tabs.desktop #what-else:checked ~ .side-tabs__tabs .for-what_else {
        background-color: #fafafa;
        border-right: 1px solid #fafafa;
        color: #000;
        background-image: none
    }

.side-tabs.mobile {
    display: none !important
}

    .side-tabs.mobile .side-tabs__tabs {
        width: 100%;
        border: 1px solid #e3e3e3
    }

        .side-tabs.mobile .side-tabs__tabs .requirements, .side-tabs.mobile .side-tabs__tabs .teaching, .side-tabs.mobile .side-tabs__tabs .careers, .side-tabs.mobile .side-tabs__tabs .progression, .side-tabs.mobile .side-tabs__tabs > div {
            display: none;
            height: 0;
            opacity: 0;
            transition: all .4s ease-in-out
        }

        .side-tabs.mobile .side-tabs__tabs label {
            position: relative;
            display: flex;
            align-items: center;
            height: 3rem;
            padding: 1em;
            border-bottom: 1px solid #e3e3e3;
            border-top: 1px solid #e3e3e3;
            cursor: pointer;
            margin-bottom: 0;
            margin-top: -1px
        }

            .side-tabs.mobile .side-tabs__tabs label:after {
                content: "";
                display: block;
                position: absolute;
                top: 1em;
                right: 1em;
                width: 1em;
                height: 1em;
                transform: rotate(90deg);
                transform-origin: center;
                background-image: url(https://stokecoll.ac.uk/wp-content/themes/stokecoll--parent/resources/dist/img/icons/angle-right-red.svg);
                background-repeat: no-repeat;
                background-position: 94% 1em;
                background-size: .5em;
                transition: all .4s ease-in-out;
                padding-right: 2em
            }

    .side-tabs.mobile #mobile-course-requirements:checked ~ .course-requirements, .side-tabs.mobile #mobile-assessment:checked ~ .assessment, .side-tabs.mobile #mobile-teaching:checked ~ .teaching, .side-tabs.mobile #mobile-careers:checked ~ .careers, .side-tabs.mobile #mobile-progression:checked ~ .progression, .side-tabs.mobile #mobile-what-else:checked ~ .what-else {
        display: block;
        height: auto;
        animation: fadeIn .7s forwards;
        animation-delay: .3s;
        padding: 1em;
        word-wrap: break-word
    }

    .side-tabs.mobile #mobile-course-requirements:checked ~ .for-course_requirements, .side-tabs.mobile #mobile-assessment:checked ~ .for-assessment, .side-tabs.mobile #mobile-teaching:checked ~ .for-teaching, .side-tabs.mobile #mobile-careers:checked ~ .for-careers, .side-tabs.mobile #mobile-progression:checked ~ .for-progression, .side-tabs.mobile #mobile-what-else:checked ~ .for-what_else {
        background-color: #fafafa;
        border-right: 1px solid #fafafa;
        color: #63686b
    }

        .side-tabs.mobile #mobile-course-requirements:checked ~ .for-course_requirements:after, .side-tabs.mobile #mobile-assessment:checked ~ .for-assessment:after, .side-tabs.mobile #mobile-teaching:checked ~ .for-teaching:after, .side-tabs.mobile #mobile-careers:checked ~ .for-careers:after, .side-tabs.mobile #mobile-progression:checked ~ .for-progression:after, .side-tabs.mobile #mobile-what-else:checked ~ .for-what_else:after {
            transform: rotate(-90deg)
        }

.sidebar-box {
    border: 1px solid #e3e3e3
}

.sidebar-box__heading {
    border-bottom: 1px solid #e3e3e3;
    padding: 1rem
}

.sidebar-box__info {
    padding: 1rem;
    background-color: #fafafa
}

.searchForm__filters-courses select {
    padding: 0 1.8em 0 .7em !important;
    border-color: #666 !important;
    font-family: bebasneueheavy,arial,sans-serif;
    color: #666 !important
}

    .searchForm__filters-courses select:focus-visible {
        outline: 2px solid #015ecc
    }

.searchForm__filters-courses .searchForm__submitsection input:focus-visible {
    outline: 2px solid #015ecc;
    outline-offset: -5px
}

.searchComponent {
    background-color: #000
}

    .searchComponent .tabbed [type=radio] {
        opacity: 0;
        position: absolute;
        z-index: -1
    }

    .searchComponent .tabbed input ~ .tab {
        display: none
    }

    .searchComponent .tabbed #tab1:focus-visible ~ .labels .label1, .searchComponent .tabbed #tab2:focus-visible ~ .labels .label2 {
        outline: 2px solid #015ecc;
        outline-offset: -5px
    }

    .searchComponent .tabbed #tab1:checked ~ .content1 {
        display: block;
        background-color: #eab624
    }

    .searchComponent .tabbed #tab2:checked ~ .content2 {
        display: block;
        background-color: #79a3c6
    }

    .searchComponent .tabbed .labels {
        display: flex;
        justify-content: flex-start;
        overflow: auto;
        flex-wrap: nowrap
    }

    .searchComponent .tabbed label {
        flex-grow: 1;
        flex-shrink: 1;
        padding: 16px 8px;
        text-align: center;
        cursor: pointer;
        margin-bottom: 0 !important;
        color: #1a3467
    }

        .searchComponent .tabbed label.label1 {
            background-color: #eab624
        }

        .searchComponent .tabbed label.label2 {
            background-color: #79a3c6
        }

        .searchComponent .tabbed label.label1 {
            margin-left: -1px
        }

        .searchComponent .tabbed label h2 {
            margin-bottom: 0;
            font-family: avenirheavy,arial,sans-serif
        }

    .searchComponent .tabbed #tab1:checked ~ .labels .label1, .searchComponent .tabbed #tab2:checked ~ .labels .label2 {
        color: #1a3467
    }

    .searchComponent .tabbed #tab2:checked ~ .labels .label2 {
        background-color: #79a3c6
    }

    .searchComponent .tabbed #tab1:checked ~ .labels .label1 {
        background-color: #eab624
    }

    .searchComponent .box__content .search-form__header {
        justify-content: space-between
    }

        .searchComponent .box__content .search-form__header h3, .searchComponent .box__content .search-form__header a {
            color: #1a3467
        }

            .searchComponent .box__content .search-form__header a:after {
                border-color: #1a3467
            }

    .searchComponent .box__content .search-content-mobile a {
        color: #1a3467
    }

        .searchComponent .box__content .search-content-mobile a:after {
            border-color: #1a3467
        }

    .searchComponent .box__content .search-form {
        justify-content: space-between;
        flex-flow: row wrap
    }

        .searchComponent .box__content .search-form input {
            width: 59%
        }

            .searchComponent .box__content .search-form input:focus-visible {
                outline: 2px solid #015ecc;
                outline-offset: 2px
            }

            .searchComponent .box__content .search-form input.career {
                width: 89%
            }

        .searchComponent .box__content .search-form .select {
            width: 29%
        }

            .searchComponent .box__content .search-form .select:after {
                margin-top: .08em;
                border-color: #000
            }

        .searchComponent .box__content .search-form .button, .searchComponent .box__content .search-form .tribe-events-gmap {
            width: 10%
        }

            .searchComponent .box__content .search-form .button:focus-visible, .searchComponent .box__content .search-form .tribe-events-gmap:focus-visible {
                outline: 2px solid #015ecc;
                outline-offset: 5px
            }

    .searchComponent .box__content .all-courses:after {
        right: 0 !important
    }

    .searchComponent svg {
        width: 1rem;
        height: 1rem;
        color: #000
    }

.searchComponent--light {
    background-color: #fff
}

    .searchComponent--light .tabbed {
        border: 1px solid #e3e3e3
    }

        .searchComponent--light .tabbed label {
            background-color: #fff;
            color: #9c9c9c;
            border-bottom: 1px solid #e3e3e3;
            margin-top: -1px
        }

            .searchComponent--light .tabbed label:first-child {
                border-right: 1px solid #e3e3e3
            }

            .searchComponent--light .tabbed label:hover {
                background-color: #fafafa;
                border-bottom: 1px solid #e3e3e3
            }

        .searchComponent--light .tabbed .tab {
            display: none
        }

        .searchComponent--light .tabbed #tab1:checked ~ .labels .label1, .searchComponent--light .tabbed #tab2:checked ~ .labels .label2 {
            font-family: bebasneueheavy,arial,sans-serif;
            border-bottom: none !important;
            border-top: 1px solid #e3e3e3;
            background-color: #fff !important;
            color: #000
        }

        .searchComponent--light .tabbed #tab1:checked ~ .labels .label1 {
            border-right: 1px solid #e3e3e3
        }

        .searchComponent--light .tabbed #tab1:checked ~ .labels .label2 {
            border-bottom: 1px solid #e3e3e3
        }

        .searchComponent--light .tabbed #tab2:checked ~ .labels .label2 {
            border-left: 1px solid #e3e3e3
        }

        .searchComponent--light .tabbed #tab2:checked ~ .labels .label1 {
            border-bottom: 1px solid #e3e3e3
        }

        .searchComponent--light .tabbed #tab1:checked ~ .tab.content1, .searchComponent--light .tabbed #tab2:checked ~ .tab.content2 {
            display: block;
            background-color: #fff
        }

        .searchComponent--light .tabbed #tab1:checked ~ .labels .label1, .searchComponent--light .tabbed #tab2:checked ~ .labels .label2 {
            border-bottom: 0
        }

    .searchComponent--light .filename {
        color: #000;
        margin-left: 1em
    }

        .searchComponent--light .filename:hover {
            text-decoration: underline
        }

    .searchComponent--light svg {
        color: #000
    }

.ctaBoxes {
    flex-flow: row wrap;
    width: 100%
}

.ctaBoxes__box {
    position: relative;
    width: 33.3333%;
    justify-content: space-between;
    padding: 2em;
    height: 20em;
    overflow: hidden;
    flex-grow: 1
}

.ctaBoxes__box--textBtn {
    flex-flow: column nowrap
}

    .ctaBoxes__box--textBtn p {
        text-shadow: 1px 1px #9c9c9c;
        color: #fff
    }

.ctaBoxes__box .buttons {
    margin-bottom: 0
}

.ctaBoxes__box .button.is-primary, .ctaBoxes__box .is-primary.tribe-events-gmap {
    max-width: 13em;
    margin: .5em;
    margin-left: 0
}

    .ctaBoxes__box .button.is-primary:hover, .ctaBoxes__box .is-primary.tribe-events-gmap:hover {
        background-color: #fff;
        color: #000
    }

        .ctaBoxes__box .button.is-primary:hover:after, .ctaBoxes__box .is-primary.tribe-events-gmap:hover:after {
            border-color: #000
        }

.ctaBoxes__box img {
    position: absolute;
    top: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    min-width: 100%;
    min-height: 20em;
    z-index: -1;
    max-width: initial;
    height: 100%
}

.ctaBoxes__box.career {
    justify-content: space-between
}

    .ctaBoxes__box.career p, .ctaBoxes__box.career h3 {
        text-shadow: 1px 1px #000;
        color: #fff
    }

.ctaBoxes__box.event {
    position: relative;
    justify-content: flex-end
}

    .ctaBoxes__box.event:after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2
    }

    .ctaBoxes__box.event .event-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3
    }

    .ctaBoxes__box.event .cat {
        position: relative
    }

        .ctaBoxes__box.event .cat:after {
            content: "";
            position: absolute;
            display: block;
            width: 4px;
            height: 95%;
            top: 0;
            left: 0;
            background: #eab624
        }

.ctaBoxes__box.openDay {
    justify-content: space-between
}

    .ctaBoxes__box.openDay .buttons {
        flex-direction: column;
        align-items: flex-start
    }

        .ctaBoxes__box.openDay .buttons .button, .ctaBoxes__box.openDay .buttons .tribe-events-gmap {
            min-width: 180px
        }

.ctaBoxes__box.yellTrans {
    background: rgba(234,182,36,.8)
}

.ctaBoxes__box.yell {
    background: #eab624
}

.ctaBoxes__box.pinkTrans {
    background: rgba(221,47,96,.8)
}

.ctaBoxes__box.blueCoalTrans {
    background: rgba(26,52,103,.8)
}

section.discoverArea {
    background: linear-gradient(to top,rgba(114,158,195,0.35) 0,rgba(255,255,255,0.2) 100%);
    padding-top: 4.5rem !important;
    padding-bottom: 3rem !important
}

    section.discoverArea .columns {
        flex-wrap: wrap
    }

.gutenberg-page main section.discoverArea .container {
    max-width: 80em !important
}

.coverBox {
    position: relative;
    padding-bottom: 4.5rem;
    overflow: hidden
}

    .coverBox:before, .coverBox:after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: .9
    }

    .coverBox:before {
        background-color: #1a3467
    }

    .coverBox:after {
        background: linear-gradient(to left,#f5366c 0,rgba(255,255,255,0) 100%);
        opacity: .3;
        z-index: 2
    }

    .coverBox .container {
        flex-direction: column;
        z-index: 3
    }

    .coverBox h2, .coverBox p {
        max-width: 50%
    }

    .coverBox p {
        font-size: 16px;
        font-family: avenirbook,arial,sans-serif
    }

    .coverBox img {
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }

    .coverBox svg {
        width: 1em;
        height: 1em;
        margin-right: .3em;
        color: #dd2f60
    }

    .coverBox .button:focus-visible, .coverBox .tribe-events-gmap:focus-visible {
        outline: 2px solid #015ecc;
        outline-offset: -5px
    }

    .coverBox.gutenberg {
        margin: 2rem 0
    }

        .coverBox.gutenberg:before {
            background-color: #121212
        }

        .coverBox.gutenberg:after {
            background: linear-gradient(260deg,#eab624 9%,transparent 26%,black 71%) !important
        }

        .coverBox.gutenberg .button, .coverBox.gutenberg .tribe-events-gmap {
            background-color: #fff;
            color: #000
        }

        .coverBox.gutenberg p {
            font-size: 16px;
            font-family: avenirbook,arial,sans-serif
        }

.cardList {
    background: #fafafa
}

    .cardList .container {
        margin-top: -1rem;
        background-color: #fafafa;
        z-index: 2;
        width: calc(80% + 3rem);
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .cardList > p {
        max-width: 50%
    }

    .cardList .centeredBtn {
        max-width: 13em;
        margin: 0 auto
    }

        .cardList .centeredBtn:focus-visible {
            outline: 2px solid #015ecc;
            outline-offset: -5px
        }

    .cardList .margin-bottom {
        margin-bottom: 2rem
    }

.partners > p {
    max-width: 50%
}

.partners .centeredBtn {
    max-width: 13em;
    margin: 0 auto
}

.partners .partnersWrap {
    justify-content: center;
    border-right: 0;
    margin-bottom: 1.5rem
}

.partners .imgWrap {
    border: 1px solid #e3e3e3;
    width: 146px;
    align-items: center;
    justify-content: center;
    padding: 1em;
    margin-top: -1px;
    margin-right: -1px
}

.newsletter {
    background: linear-gradient(145deg,rgba(114,158,195,0.35) 26%,rgba(221,47,96,0.2) 100%);
    text-align: center
}

    .newsletter form {
        justify-content: space-between
    }

    .newsletter input {
        width: 79%
    }

    .newsletter button {
        width: 20%
    }

.breadcrumbs {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3
}

    .breadcrumbs .container {
        display: flex;
        justify-content: space-between;
        padding: 1rem 0 !important
    }

.captions {
    width: 100%;
    min-height: 3rem;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3
}

.page-template-page-career main {
    background-color: #fafafa
}

.career-coach {
    background-color: #fff;
    border: 1px solid #e3e3e3
}

    .career-coach > .column {
        border-bottom: 1px solid #e3e3e3
    }

        .career-coach > .column:last-child {
            border-bottom: 0
        }

        .career-coach > .column .column {
            border-right: 1px solid #e3e3e3;
            height: 13em;
            padding-top: 2em
        }

            .career-coach > .column .column:last-child {
                border-right: 0
            }

    .career-coach .progress-circle {
        position: relative
    }

        .career-coach .progress-circle p:first-child {
            margin-top: -5.5em
        }

    .career-coach svg {
        transform: rotate(-125deg)
    }

.share--container {
    display: none;
    justify-content: flex-start;
    padding-top: 1em
}

    .share--container svg {
        width: 2rem;
        height: 2rem;
        margin-right: 1em
    }

    .share--container a {
        color: #000
    }

        .share--container a:hover, .share--container a:focus {
            color: #666
        }

#share:checked ~ .share--btn {
    display: none !important
}

#share:checked ~ .share--container {
    display: flex;
    animation: fadeIn 1s forwards
}

input[type=checkbox]:focus ~ label {
    border: 1px dashed #000
}

.alert__box {
    width: 100%;
    margin: 0 auto
}

    .alert__box a {
        color: #dd2f60;
        text-decoration: underline
    }

.alert__icon {
    background-color: rgba(221,47,96,.15);
    color: #dd2f60;
    padding: .5em
}

.tooltip {
    position: relative;
    display: inline-block;
    font-size: 12px
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 300px;
        text-align: center;
        border-radius: 6px;
        background-color: #fff;
        padding: 10px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 50%;
        margin-left: -60px
    }

    .tooltip:hover .tooltiptext {
        visibility: visible
    }

.upcoming-alert {
    background-color: #dd2f60;
    color: #fff;
    font-weight: 700;
    width: 100%;
    text-align: center;
    display: block;
    padding: 28px 16px
}

#s-bns {
    display: flex !important
}

#cc--main .title:hover {
    margin-bottom: 1.5rem !important
}

#cc--main .title button:focus {
    color: #666 !important
}

body.single .banner {
    background-image: url(../img/default.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

body.single .captions .container {
    padding: 0
}

body.single .newsSidebar {
    position: relative
}

body.single .newsSidebar__container {
    position: sticky;
    top: 1em
}

body.single .newsSidebar .date, body.single .newsSidebar .author {
    border: 1px solid #e3e3e3
}

.single-post .banner img {
    max-height: 550px !important
}

.single-post .banner__content .container {
    display: none !important
}

.single-post main .container {
    max-width: 80em !important
}

body.home .ctaBoxes .button:focus-visible, body.home .ctaBoxes .tribe-events-gmap:focus-visible {
    outline: 2px solid #015ecc;
    outline-offset: -5px
}

body.home .ctaBoxes h3 {
    font-family: avenirheavy,arial,sans-serif;
    text-transform: none
}

body.home .discoverArea {
    padding-top: 1.5rem !important
}

body.error404 svg {
    color: rgba(0,0,0,.15)
}

body.error404 .button, body.error404 .tribe-events-gmap {
    max-width: 13em
}

body.error404 h1 {
    color: #000
}

    body.error404 h1 div {
        font-size: 3em;
        line-height: 1
    }

body.error404 p {
    width: 100%;
    max-width: 30em
}

body.search main {
    padding-top: 0;
    background-color: #f5f5f5
}

body.search .filters {
    display: none
}

body.search .searchForm__wrapper {
    height: auto;
    background: #1a3467
}

    body.search .searchForm__wrapper .results-for {
        display: inline-flex;
        height: 4rem;
        border-left: 1px solid #79a3c6;
        margin-left: 1em;
        padding-left: 1em
    }

body.search .searchForm__filters {
    height: 3rem;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden
}

    body.search .searchForm__filters .container {
        padding: 0;
        height: 100%;
        display: block;
        margin: 0 auto !important
    }

        body.search .searchForm__filters .container form {
            display: inline-block;
            height: 100%;
            width: 100%
        }

        body.search .searchForm__filters .container .columns {
            height: 100%;
            width: 100%;
            margin: 0
        }

        body.search .searchForm__filters .container .column {
            text-align: center;
            border-left: 1px solid #e3e3e3
        }

            body.search .searchForm__filters .container .column:last-child {
                border-right: 1px solid #e3e3e3
            }

        body.search .searchForm__filters .container label {
            cursor: pointer
        }

    body.search .searchForm__filters input[type=radio]:checked ~ label {
        color: #dd2f60
    }

body.search .searchForm__filters-courses select {
    padding: 1 !important;
    border-color: #666 !important;
    font-family: bebasneueheavy,arial,sans-serif;
    color: #666 !important
}

body.search .searchForm__filters-courses span {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

body.search .searchForm__filters-courses .searchForm__submitsection {
    display: flex;
    justify-content: flex-end
}

    body.search .searchForm__filters-courses .searchForm__submitsection .button, body.search .searchForm__filters-courses .searchForm__submitsection .tribe-events-gmap {
        width: 50%
    }

        body.search .searchForm__filters-courses .searchForm__submitsection .button:focus-visible, body.search .searchForm__filters-courses .searchForm__submitsection .tribe-events-gmap:focus-visible {
            outline: 2px solid #015ecc
        }

.blog {
    background-color: #f5f5f5
}

    .blog main {
        padding: 0;
        background-color: #f5f5f5
    }

    .blog .imgWrap:after {
        display: none
    }

.archive main, .post-type-archive-course main, .tax-subject_area main {
    padding: 0;
    background-color: #f5f5f5
}

.stickyMenu {
    position: sticky;
    top: 4em;
    border-bottom: 1px solid #e3e3e3;
    margin-top: -3rem;
    background-color: #fff;
    list-style: none;
    z-index: 9
}

    .stickyMenu > div {
        overflow-x: auto
    }

    .stickyMenu ul {
        display: flex;
        height: 80px;
        justify-content: flex-start;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        list-style: none
    }

        .stickyMenu ul li {
            height: 100%;
            min-height: 80px
        }

            .stickyMenu ul li a {
                height: 100%;
                width: 100%;
                display: flex;
                align-items: center;
                padding: 1em
            }

                .stickyMenu ul li a.active {
                    border-bottom: 3px solid #dd2f60;
                    color: #000;
                    font-family: avenirheavy,arial,sans-serif
                }

                    .stickyMenu ul li a.active a {
                        font-family: avenirheavy,arial,sans-serif
                    }

    .stickyMenu #show-menu:checked ~ ul {
        display: flex !important
    }

.select.goTo {
    display: none
}

#show-menu:checked ~ .stickyMenu ul {
    display: flex !important
}

.courseHeader .with-border {
    border: 1px solid #e3e3e3
}

.courseHeader svg {
    width: 1.5em;
    height: 1.5em;
    color: #dd2f60;
    margin-right: 1.5rem
}

.courseHeader__box {
    padding: 1em;
    border-right: 1px solid #e3e3e3;
    align-items: center;
    flex-grow: 1;
    flex-basis: 0
}

    .courseHeader__box:last-child {
        border-right: 0
    }

    .courseHeader__box h2 {
        margin-bottom: .5rem;
        font-family: avenirbook,arial,sans-serif
    }

.courseHeader .applyDropdown {
    padding: 1rem;
    flex-wrap: wrap
}

    .courseHeader .applyDropdown .select {
        flex-grow: 1;
        margin-right: .5rem
    }

        .courseHeader .applyDropdown .select select {
            background-image: none !important
        }

#team {
    background-color: #f5f5f5
}

    #team .imgWrap {
        border: 1px solid #f5f5f5;
        background-color: #fafafa
    }

        #team .imgWrap:after {
            display: none
        }

#application {
    background-color: #f5f5f5
}

#careers-section-single {
    background: linear-gradient(25deg,#fff 0,rgba(221,47,96,0.2) 30%,#eab624 100%);
    min-height: 20em
}

    #careers-section-single h2:after {
        background-color: #000
    }

.has-event #courseSummary {
    padding-top: 0;
    padding-bottom: 0
}

.single-course_mode .banner__content, .single-course .banner__content {
    height: 100% !important;
    position: absolute !important;
    padding: 3em 0 0 !important
}

.single-course_mode .banner:after, .single-course .banner:after {
    background: linear-gradient(to bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,0.9) 100%)
}

.single-course_mode .banner__content .wrapper, .single-course .banner__content .wrapper {
    width: 70%
}

.single-course_mode .searchwp-related, .single-course .searchwp-related {
    background-color: #fafafa;
    margin-top: 0
}

.single-course_mode .searchwp-related__title, .single-course .searchwp-related__title {
    background-color: #fafafa;
    border-bottom: none !important;
    height: auto;
    padding-top: 3em
}

    .single-course_mode .searchwp-related__title > h3, .single-course .searchwp-related__title > h3 {
        position: relative;
        text-transform: none !important;
        font-size: 1.5rem !important;
        padding-top: 1em;
        padding-bottom: 1em
    }

        .single-course_mode .searchwp-related__title > h3:after, .single-course .searchwp-related__title > h3:after {
            content: "";
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            width: 1rem;
            height: .25rem;
            background-color: #dd2f60
        }

#tribe-events-pg-template {
    width: 80%;
    max-width: 80em !important;
    margin: 2em auto
}

.single-tribe_events .banner .container {
    width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important
}

.single-tribe_events .captions .container {
    width: 100%
}

.tribe-events-single .columns {
    flex-wrap: wrap
}

.tribe-events-pg-template {
    padding-top: 0 !important
}

.single-tribe_events .tribe-events-event-meta {
    background: #fff;
    padding-bottom: 0;
    border: 1px solid #e3e3e3;
    padding-top: 0 !important
}

    .single-tribe_events .tribe-events-event-meta:before {
        display: none
    }

.tribe-events-meta-group {
    width: 100% !important;
    color: #666;
    font-size: 1rem !important;
    padding: 19px;
    border-bottom: 1px solid #e3e3e3;
    margin-right: 0 !important
}

    .tribe-events-meta-group:last-child {
        border-bottom: 0;
        margin-bottom: 0
    }

    .tribe-events-meta-group abbr {
        text-decoration: none
    }

a {
    color: #666
}

.tribe-events-content {
    overflow-x: scroll
}

.tribe-events-gmap {
    margin-top: 1rem
}

    .tribe-events-gmap:after {
        border-color: #000
    }

.tribe-events-meta-group-cost {
    margin-bottom: 0;
    border-bottom: 0
}

    .tribe-events-meta-group-cost dt {
        text-transform: uppercase;
        font-family: bebasneueheavy,arial,sans-serif;
        color: #000;
        margin-bottom: 10px
    }

.page-template-page-career .banner__content .wrapper {
    width: 70%
}

.page-template-page-career .cards .card--desc:last-child {
    margin-right: 0 !important
}

.post-type-archive-tribe_events main {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f5f5f5
}

.post-type-archive-tribe_events .container {
    margin: 0 auto !important
}

.post-type-archive-tribe_events header.events-header {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    padding: 2rem 0 !important
}

.post-type-archive-tribe_events .tribe-events-c-events-bar__search-container {
    width: 100%
}

.post-type-archive-tribe_events .tribe-events-header__events-bar.tribe-events-c-events-bar {
    margin-left: 0 !important
}

.post-type-archive-tribe_events .search-btn {
    padding: 1rem
}

.post-type-archive-tribe_events .tribe-events-c-view-selector__list-item a {
    background-color: #e3e3e3 !important;
    min-width: 7em
}

    .post-type-archive-tribe_events .tribe-events-c-view-selector__list-item a span {
        font-size: 1em;
        font-family: bebasneueheavy,arial,sans-serif !important;
        color: #fff !important
    }

    .post-type-archive-tribe_events .tribe-events-c-view-selector__list-item a:hover {
        background-color: #666
    }

.post-type-archive-tribe_events .tribe-events-c-view-selector__list {
    list-style: none;
    display: flex
}

.post-type-archive-tribe_events .tribe-events-c-view-selector__list-item--active {
    margin-right: 1em
}

    .post-type-archive-tribe_events .tribe-events-c-view-selector__list-item--active a {
        background-color: #000
    }

    .post-type-archive-tribe_events .tribe-events-c-view-selector__list-item--active span {
        color: #fff
    }

.post-type-archive-tribe_events .tribe-common-a11y-visual-hide, .post-type-archive-tribe_events .tribe-events-c-view-selector__button {
    display: none !important
}

.post-type-archive-tribe_events .tribe-events-calendar-list.cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    grid-gap: 1rem
}

.post-type-archive-tribe_events .card--desc {
    width: 100%;
    margin-bottom: 1em !important
}

    .post-type-archive-tribe_events .card--desc .card-content {
        height: calc(100% - 13.75rem)
    }

.post-type-archive-tribe_events .tribe-events-calendar-list__event-featured-image-wrapper {
    width: 100% !important
}

.post-type-archive-tribe_events .tribe-events-c-ical {
    display: none
}

.post-type-archive-tribe_events .view-selector {
    padding: 3rem 0 2rem !important
}

    .post-type-archive-tribe_events .view-selector .tribe-events-c-view-selector__list li {
        margin-right: 0 !important;
        padding-right: 0 !important
    }

        .post-type-archive-tribe_events .view-selector .tribe-events-c-view-selector__list li a, .post-type-archive-tribe_events .view-selector .tribe-events-c-view-selector__list li span {
            background-color: #e8e8e8 !important;
            color: #666 !important
        }

            .post-type-archive-tribe_events .view-selector .tribe-events-c-view-selector__list li a:hover, .post-type-archive-tribe_events .view-selector .tribe-events-c-view-selector__list li span:hover {
                color: #000 !important
            }

        .post-type-archive-tribe_events .view-selector .tribe-events-c-view-selector__list li.tribe-events-c-view-selector__list-item--active a, .post-type-archive-tribe_events .view-selector .tribe-events-c-view-selector__list li.tribe-events-c-view-selector__list-item--active span {
            background-color: #000 !important;
            color: #fff !important
        }

.post-type-archive-tribe_events .tribe-events-c-view-selector__content {
    background: rgba(0,0,0,0) !important;
    padding-right: 0 !important
}

.post-type-archive-tribe_events .tribe-events-calendar-list-nav {
    border-top: none !important
}

.post-type-archive-tribe_events .tribe-events-c-nav__list {
    display: flex;
    list-style: none
}

    .post-type-archive-tribe_events .tribe-events-c-nav__list li {
        width: 8.5em !important
    }

        .post-type-archive-tribe_events .tribe-events-c-nav__list li a {
            width: 100% !important
        }

        .post-type-archive-tribe_events .tribe-events-c-nav__list li:first-child {
            margin-right: 1em;
            margin-left: 0 !important
        }

        .post-type-archive-tribe_events .tribe-events-c-nav__list li:last-child {
            margin-right: 0 !important;
            margin-left: 1em !important
        }

            .post-type-archive-tribe_events .tribe-events-c-nav__list li:last-child button {
                margin-right: 0 !important
            }

    .post-type-archive-tribe_events .tribe-events-c-nav__list .tribe-events-c-nav__list-item--today {
        display: none
    }

    .post-type-archive-tribe_events .tribe-events-c-nav__list button {
        display: flex;
        justify-content: center;
        color: #fff !important;
        background-color: #000 !important;
        min-width: 8.5em
    }

        .post-type-archive-tribe_events .tribe-events-c-nav__list button:first-child {
            margin-right: 1em
        }

        .post-type-archive-tribe_events .tribe-events-c-nav__list button:disabled {
            background-color: #e3e3e3 !important;
            opacity: 1 !important;
            color: #9c9c9c !important
        }

.tribe-featured-event {
    overflow: hidden
}

    .tribe-featured-event .event-card {
        min-height: 20em;
        color: #fff;
        padding: 1em;
        background-size: cover;
        transition: all 150ms ease-in;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden
    }

        .tribe-featured-event .event-card:after {
            content: "";
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: linear-gradient(to bottom,rgba(0,0,0,0) 70%,rgba(0,0,0,0.9) 100%)
        }

        .tribe-featured-event .event-card:before {
            content: "";
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: linear-gradient(to top,rgba(0,0,0,0) 70%,rgba(0,0,0,0.9) 100%)
        }

        .tribe-featured-event .event-card .main {
            position: relative;
            height: 100% !important;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            z-index: 1
        }

    .tribe-featured-event:hover .event-card {
        transform: scale(1.1)
    }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav {
    display: none !important
}

.tribe-events-view--month .tribe-events-calendar-month__day--current h3, .tribe-events-view--month .tribe-events-calendar-month__day-date-link h3 {
    color: #000 !important
}

.tribe-events-view--month .tribe-events-calendar-month__multiday-event-bar {
    border-radius: 0 !important
}

.tribe-events-view--month .tribe-events-calendar-month__multiday-event-bar-inner {
    border-radius: 0 !important;
    border-left: 3px solid #eab624;
    background-color: rgba(234,182,36,.1);
    color: #000;
    padding: .5em
}

.tribe-events-view--month .tribe-common .tribe-common-svgicon--featured {
    display: none !important
}

.tribe-events-view--month .tribe-events-calendar-month__calendar-event {
    border-left: 3px solid #dd2f60;
    background-color: rgba(221,47,96,.05)
}

.tribe-events-view--month .tribe-events-calendar-month__header {
    border: 1px solid #e4e4e4;
    margin-bottom: -1px
}

    .tribe-events-view--month .tribe-events-calendar-month__header .tribe-events-calendar-month__header-column {
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #e4e4e4;
        padding-bottom: 0;
        height: 3em;
        text-align: center
    }

        .tribe-events-view--month .tribe-events-calendar-month__header .tribe-events-calendar-month__header-column:last-child {
            border-right: 0
        }

    .tribe-events-view--month .tribe-events-calendar-month__header h3 {
        text-transform: uppercase
    }

.tribe-events-c-top-bar__datepicker-container .datepicker .month, .tribe-events-c-top-bar__datepicker-container .datepicker .year {
    padding-left: 10px !important
}

    .tribe-events-c-top-bar__datepicker-container .datepicker .month.active, .tribe-events-c-top-bar__datepicker-container .datepicker .year.active {
        background: #000 !important;
        color: #fff !important
    }

    .tribe-events-c-top-bar__datepicker-container .datepicker .month.focused, .tribe-events-c-top-bar__datepicker-container .datepicker .year.focused {
        background: #000 !important;
        color: #fff !important
    }

.tribe-events-c-top-bar__datepicker-container .table-condensed th.next {
    text-align: right !important
}

.tribe-events-c-top-bar__datepicker-container .table-condensed th.datepicker-switch {
    text-align: center !important
}

.tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-button {
    padding-right: 2em !important
}

    .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-button:after {
        right: .5em !important;
        border-color: #000 !important;
        width: 10px !important;
        height: 10px !important
    }

.tribe-events-c-top-bar__datepicker .tribe-events .datepicker .month, .tribe-events-c-top-bar__datepicker .tribe-events .datepicker .year {
    padding-left: 10px !important
}

    .tribe-events-c-top-bar__datepicker .tribe-events .datepicker .month.active.focused, .tribe-events-c-top-bar__datepicker .tribe-events .datepicker .year.active.focused {
        background: #000 !important;
        color: #fff !important
    }

.tribe-events-c-top-bar__datepicker .datepicker.dropdown-menu {
    top: 0 !important;
    left: 0 !important
}

.searchwp-related {
    background: #f1f1f1;
    margin-top: 1em
}

.searchwp-related__title {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 4em;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff
}

.searchwp-related > .container > ol {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.searchwp-related li {
    width: 32%;
    padding: 0;
    display: flex;
    background-color: #fff;
    flex-grow: 1;
    margin: 0 .5em
}

.searchwp-related > ol > li > a {
    display: block;
    width: 100%;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 2px
}

.searchwp-related > .container > ol > li > a > h3 {
    display: block;
    padding: 1em
}

.searchwp-related a {
    width: 100%
}

.searchwp-related .image-container {
    height: 14em;
    width: 100%;
    overflow: hidden;
    background-image: url(../img/default.jpg);
    background-size: cover;
    background-position: center
}

.searchwp-related img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.searchwp-related > ol > li > a:hover {
    border: 1px solid #e7e7e7
}

.post-type-archive-ht_kb main {
    padding-top: 0;
    padding-bottom: 0
}

.tax-ht_kb_category main, .hkb-template-search main, .ht_kb-template-default main {
    padding-top: 0;
    padding-bottom: 0
}

.tax-ht_kb_category .breadcrumbs-kb, .hkb-template-search .breadcrumbs-kb, .ht_kb-template-default .breadcrumbs-kb {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    align-items: center;
    padding: 0
}

    .tax-ht_kb_category .breadcrumbs-kb .container, .hkb-template-search .breadcrumbs-kb .container, .ht_kb-template-default .breadcrumbs-kb .container {
        padding: 0
    }

    .tax-ht_kb_category .breadcrumbs-kb .hkb-breadcrumbs, .hkb-template-search .breadcrumbs-kb .hkb-breadcrumbs, .ht_kb-template-default .breadcrumbs-kb .hkb-breadcrumbs {
        list-style: none;
        padding-left: 0
    }

        .tax-ht_kb_category .breadcrumbs-kb .hkb-breadcrumbs li, .hkb-template-search .breadcrumbs-kb .hkb-breadcrumbs li, .ht_kb-template-default .breadcrumbs-kb .hkb-breadcrumbs li {
            position: relative;
            width: auto;
            padding: 0 1em
        }

            .tax-ht_kb_category .breadcrumbs-kb .hkb-breadcrumbs li:first-child, .hkb-template-search .breadcrumbs-kb .hkb-breadcrumbs li:first-child, .ht_kb-template-default .breadcrumbs-kb .hkb-breadcrumbs li:first-child {
                padding-left: 0
            }

            .tax-ht_kb_category .breadcrumbs-kb .hkb-breadcrumbs li:last-child:after, .hkb-template-search .breadcrumbs-kb .hkb-breadcrumbs li:last-child:after, .ht_kb-template-default .breadcrumbs-kb .hkb-breadcrumbs li:last-child:after {
                display: none
            }

            .tax-ht_kb_category .breadcrumbs-kb .hkb-breadcrumbs li:after, .hkb-template-search .breadcrumbs-kb .hkb-breadcrumbs li:after, .ht_kb-template-default .breadcrumbs-kb .hkb-breadcrumbs li:after {
                content: "/";
                display: block;
                position: absolute;
                top: 0;
                right: 0
            }

            .tax-ht_kb_category .breadcrumbs-kb .hkb-breadcrumbs li span, .hkb-template-search .breadcrumbs-kb .hkb-breadcrumbs li span, .ht_kb-template-default .breadcrumbs-kb .hkb-breadcrumbs li span {
                font-weight: 700
            }

.hkb-template-category .hkb-subcats {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-start
}

    .hkb-template-category .hkb-subcats li {
        width: 31%;
        padding: 1.5rem;
        border: 1px solid #000;
        margin-bottom: 1em;
        margin-right: 2%;
        text-align: center;
        transform: all .4s ease-in
    }

        .hkb-template-category .hkb-subcats li a {
            font-weight: 700;
            color: #000;
            font-size: 1.15em
        }

        .hkb-template-category .hkb-subcats li .hkb-subcats__cat-count {
            display: none
        }

        .hkb-template-category .hkb-subcats li:hover, .hkb-template-category .hkb-subcats li:focus, .hkb-template-category .hkb-subcats li:active {
            background-color: #000
        }

            .hkb-template-category .hkb-subcats li:hover a, .hkb-template-category .hkb-subcats li:focus a, .hkb-template-category .hkb-subcats li:active a {
                color: #fff
            }

.hkb-article__title:after {
    display: none !important
}

.hkb-feedback {
    border: 1px solid #e3e3e3;
    text-align: center;
    padding: 1.5em
}

.hkb-searchresults {
    list-style: none
}

    .hkb-searchresults > li {
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 1em
    }

        .hkb-searchresults > li:last-child {
            border: 0
        }

    .hkb-searchresults ul {
        list-style: none
    }

.kb-search-nav {
    max-width: 600px
}

.has-background-black .hkb-category__icon {
    filter: invert(100%);
    width: auto;
    height: 40px;
    margin-right: 1rem
}

.has-background-blue {
    background-color: #1a3467
}

.faux-header h1:after, .faux-header h2:after, .faux-header h3:after, .faux-header h4:after {
    display: none
}

.faux-header .hkb-site-search__button {
    background-color: #dd2f60
}

    .faux-header .hkb-site-search__button:hover, .faux-header .hkb-site-search__button:focus-visible {
        background-color: #f0356a
    }

.faux-header p {
    color: #fff
}

.hkb-article-list.cards li {
    flex-grow: initial
}

    .hkb-article-list.cards li:first-child {
        margin-left: 0
    }

.kb-container {
    padding-top: 0;
    padding-bottom: 0
}

.kb-head {
    background-color: #fff;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3
}

    .kb-head .searchwp-related__title {
        border: 0
    }

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0
}

    .acf-map img {
        max-width: inherit !important
    }

.faux-link__element {
    position: relative
}

    .faux-link__element a {
        position: relative;
        z-index: 1
    }

    .faux-link__element .faux-link__overlay-link {
        position: absolute;
        bottom: 0;
        display: block;
        -ms-filter: "alpha(opacity=0)";
        left: 0;
        opacity: 0;
        overflow: hidden;
        right: 0;
        text-indent: 200%;
        top: 0;
        visibility: visible;
        white-space: nowrap;
        z-index: 2
    }

.hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    order: 0
}

.hidden--fixed {
    position: fixed;
    top: 0
}

.is-sr-only {
    position: absolute;
    height: 1px;
    width: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    clip-path: polygon(0 0,0 0,0 0);
    -webkit-clip-path: polygon(0 0,0 0,0 0);
    overflow: hidden !important
}

.scroll {
    overflow: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch
}

#user_switching_switch_on {
    position: relative;
    z-index: 999999999999;
    background-color: #000;
    color: #fff
}

.hyphens {
    -webkit-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

.is-full {
    width: 100%
}

.border-top {
    border-top: 1px solid #e3e3e3
}

.section--grey {
    background-color: #fafafa;
    border-top: 1px solid #e3e3e3;
    padding: 3em 0
}

.center {
    margin: 0 auto
}

.video-controls {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 30
}

    .video-controls .toggle_playback {
        border-radius: 50%;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #1a3467;
        border: 0;
        min-width: initial;
        min-height: initial;
        padding: initial
    }

    .video-controls .video-toggle {
        display: inline-block;
        width: 16px;
        height: auto;
        -o-object-fit: initial;
        object-fit: initial
    }

.has-bebas-neue-font-heavy {
    font-family: bebasNeueHeavy,sans-serif
}

.has-text-weight-medium {
    font-family: avenirMedium,arial,sans-serif
}

.has-text-weight-bold {
    font-weight: 700
}

.pinkGradient {
    background: linear-gradient(to top,#f5366c 0,rgba(255,255,255,0) 100%)
}

.goldPinkGradient {
    background: linear-gradient(25deg,#fff 0,rgba(221,47,96,0.2) 30%,#eab624 100%)
}

.pinkGoldGradient {
    background: linear-gradient(25deg,#eab624 5%,rgba(221,47,96,0.7) 100%)
}

.toBlueGradient {
    background: linear-gradient(to top,rgba(26,52,103,0.9019607843) 0,rgba(26,52,103,0) 100%)
}

.blueCoal {
    background-color: #1a3467 !important
}

.has-text-danger {
    color: #dd2f60 !important
}

.gutenberg-page.page main .container {
    max-width: 50em !important
}

.gutenberg-page.single-ht_kb main .container {
    max-width: 68em !important
}

.gutenberg-content {
    padding-left: 16px;
    padding-right: 16px
}

    .gutenberg-content a {
        text-decoration: underline;
        font-weight: 700
    }

    .gutenberg-content ul {
        list-style: initial;
        padding-left: 40px
    }

    .gutenberg-content ol {
        list-style: numeric;
        padding-left: 40px
    }

    .gutenberg-content li {
        margin-bottom: .75em
    }

    .gutenberg-content > *:not(.heading) {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .gutenberg-content .heading {
        color: #1a3467
    }

    .gutenberg-content > :not(.alignwide):not(.alignfull), .gutenberg-content .wp-block {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto
    }

    .gutenberg-content > .wp-block-group {
        padding-left: 16px;
        padding-right: 16px
    }

.single-post--body {
    padding: 40px 16px
}

    .single-post--body > * {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px
    }

    .single-post--body ul {
        list-style: initial;
        margin-left: auto
    }

    .single-post--body cite {
        font-style: normal
    }

    .single-post--body ul, .single-post--body ol {
        padding-left: 40px !important
    }

    .single-post--body pre, .single-post--body .wp-block-pullquote {
        max-width: 768px
    }

.has-text-align-center {
    text-align: center !important
}

.has-text-align-right {
    text-align: right !important
}

.alignfull {
    max-width: initial !important;
    width: 100vw !important;
    margin-left: calc((-100vw + 50em)*.5) !important
}

.alignwide {
    margin-left: -5rem !important;
    margin-right: -5rem !important
}

.wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

    .wp-block-embed__wrapper iframe, .wp-block-embed__wrapper object, .wp-block-embed__wrapper embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.has-white-color {
    color: #fff
}

    .has-white-color strong, .has-white-color a {
        color: #fff
    }

.has-black-color {
    color: #000
}

    .has-black-color strong, .has-black-color a {
        color: #000
    }

.has-stoke-yellow-background-color {
    background-color: #eab624
}

.has-stoke-gold-background-color {
    background-color: #c8b17f
}

.has-stoke-pink-background-color {
    background-color: #dd2f60
}

.has-stoke-blue-background-color {
    background-color: #1a3467
}

.has-stoke-blue-salt-background-color {
    background-color: #729ec3
}

.has-stoke-grey-light-background-color {
    background-color: #fafafa
}

.has-stoke-grey-tundora-background-color {
    background-color: #454545
}

.has-stoke-grey-dark-background-color {
    background-color: #63686b
}

.has-stoke-grey-dove-background-color {
    background-color: #666
}

.has-stoke-yellow-color {
    color: #eab624
}

    .has-stoke-yellow-color strong, .has-stoke-yellow-color a {
        color: #eab624
    }

.has-stoke-gold-color {
    color: #c8b17f
}

    .has-stoke-gold-color strong, .has-stoke-gold-color a {
        color: #c8b17f
    }

.has-stoke-pink-cta-color {
    color: #dd2f60
}

    .has-stoke-pink-cta-color strong, .has-stoke-pink-cta-color a {
        color: #dd2f60
    }

.has-stoke-pink-color {
    color: #dd2f60
}

    .has-stoke-pink-color strong, .has-stoke-pink-color a {
        color: #dd2f60
    }

.has-stoke-blue-color {
    color: #1a3467
}

    .has-stoke-blue-color strong, .has-stoke-blue-color a {
        color: #1a3467
    }

.has-stoke-blue-salt-color {
    color: #729ec3
}

    .has-stoke-blue-salt-color strong, .has-stoke-blue-salt-color a {
        color: #729ec3
    }

.has-stoke-grey-light-color {
    color: #fafafa
}

    .has-stoke-grey-light-color strong, .has-stoke-grey-light-color a {
        color: #fafafa
    }

.has-stoke-grey-tundora-color {
    color: #454545
}

    .has-stoke-grey-tundora-color strong, .has-stoke-grey-tundora-color a {
        color: #454545
    }

.has-stoke-grey-dark-color {
    color: #63686b
}

    .has-stoke-grey-dark-color strong, .has-stoke-grey-dark-color a {
        color: #63686b
    }

.has-7-font-size {
    font-size: .75rem
}

.has-6-font-size {
    font-size: 1rem
}

.has-5-font-size {
    font-size: 1.125rem
}

.has-4-font-size {
    font-size: 1.5rem
}

.has-3-font-size {
    font-size: 2rem
}

.has-2-font-size {
    font-size: 2.5rem
}

.has-1-font-size {
    font-size: 3rem
}

.no-mb {
    margin-bottom: 0 !important
}

.no-mt {
    margin-top: 0 !important
}

.extra-pb {
    padding-bottom: 40px !important
}

    .extra-pb.already-padded {
        padding-bottom: 80px !important
    }

.extra-pt {
    padding-top: 40px !important
}

    .extra-pt.already-padded {
        padding-top: 80px !important
    }

.wp-block-heading:not(.has-text-color) {
    color: #1a3467
}

blockquote, .wp-block-quote, .wp-block-quote.is-style-large {
    position: relative;
    padding: 3em;
    margin: 2rem 0
}

    blockquote:before, .wp-block-quote:before, .wp-block-quote.is-style-large:before {
        content: "";
        display: block;
        position: absolute;
        background-image: url(https://stokecoll.ac.uk/wp-content/themes/stokecoll--parent/resources/dist/img/icons/quote-left.svg);
        background-size: contain;
        top: 0;
        left: 3em;
        width: 2.5em;
        height: 2.5em;
        background-repeat: no-repeat
    }

    blockquote p, .wp-block-quote p, .wp-block-quote.is-style-large p {
        font-size: 1.5rem;
        font-family: bebasneueheavy,arial,sans-serif
    }

    blockquote cite, .wp-block-quote cite, .wp-block-quote.is-style-large cite {
        font-style: normal;
        font-family: bebasneueheavy,arial,sans-serif;
        font-size: 1rem
    }

    blockquote.bg, .wp-block-quote.bg, .wp-block-quote.is-style-large.bg {
        background: linear-gradient(160deg,rgba(255,255,255,0) 0,rgba(234,182,36,0.24) 100%)
    }

    .wp-block-quote.is-style-large {
        padding: 3em 0
    }

        .wp-block-quote.is-style-large:before {
            left: 0
        }

.wp-block-pullquote {
    position: relative;
    border: 2px solid #e3e3e3;
    background-color: #fafafa !important;
    padding: 40px;
    margin: 2rem 0;
    text-align: left
}

    .wp-block-pullquote blockquote {
        padding: 0;
        margin: 0
    }

        .wp-block-pullquote blockquote:before {
            display: none
        }

        .wp-block-pullquote blockquote p {
            font-size: 16px !important;
            line-height: 1.5 !important
        }

    .wp-block-pullquote.custom {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 0
    }

        .wp-block-pullquote.custom blockquote {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 2rem
        }

        .wp-block-pullquote.custom .quotee {
            font-size: 1.2rem
        }

        .wp-block-pullquote.custom cite {
            font-family: avenirbook,arial,sans-serif
        }

    .wp-block-pullquote.has-img blockquote {
        width: calc(100% - 15em)
    }

    .wp-block-pullquote.has-img .image-wrap {
        position: relative;
        width: 15em
    }

        .wp-block-pullquote.has-img .image-wrap img {
            -o-object-fit: cover;
            object-fit: cover;
            height: 100%;
            width: 100%
        }

.wp-block-media-text {
    margin: 2rem 0
}

.wp-block-media-text__media {
    grid-template-columns: 60% auto;
    width: 100%
}

.wp-block-media-text__content {
    align-self: start !important;
    padding: 40px 24px !important
}

.wp-block-audio {
    background-color: #f1f3f4;
    margin-bottom: 2rem;
    border: 1px solid #e3e3e3
}

.wp-block-file {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
    margin-bottom: 2rem;
    border: 1px solid #e3e3e3
}

    .wp-block-file a {
        margin-bottom: 0;
        line-height: 1;
        font-family: avenirmedium,arial,sans-serif;
        color: #000
    }

.wp-block-file__button {
    position: relative;
    width: 2em;
    height: 2em;
    background: rgba(0,0,0,0) !important;
    color: rgba(0,0,0,0) !important
}

    .wp-block-file__button:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 1.5em;
        height: 1.5em;
        background-image: url(https://stokecoll.ac.uk/wp-content/themes/stokecoll--parent/resources/dist/img/icons/arrow-alt-to-bottom.svg);
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1;
        z-index: 1
    }

.downloads img {
    width: 24px;
    max-height: 16px;
    margin-bottom: 6px !important
}

.downloads .file-download {
    justify-content: flex-end;
    align-items: center
}

    .downloads .file-download span {
        padding-right: 4px
    }

.vacany-section {
    margin: 16px 0 !important;
    padding: 16px;
    border-bottom: 1px solid #f2f2f2
}

.wp-block-group .vacany-section:last-child {
    border-bottom: 0
}

.wp-block-image img {
    display: block;
    margin-bottom: 0
}

.wp-block-image figcaption {
    text-align: left;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
    padding: 1em;
    font-size: .75rem
}

.wp-block-group .wp-block-group__inner-container {
    margin: 0 auto
}

.wp-block-group.has-background {
    padding: 2rem
}

.wp-block-cover__inner-container {
    max-width: 800px
}

.social-share {
    justify-content: center
}

    .social-share ul {
        padding-left: 16px;
        list-style: none;
        align-items: center
    }

    .social-share li {
        margin: 0 8px
    }

        .social-share li img {
            width: 24px
        }

.accordion__wrapper {
    width: 100%
}

.accordion__header {
    padding: 16px;
    display: none
}

.accordion__title {
    position: relative;
    padding: 8px 16px;
    cursor: pointer;
    margin-bottom: 0 !important
}

    .accordion__title:after {
        content: "";
        position: absolute;
        right: 16px;
        top: 10px;
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: center;
        background-image: url(https://stokecoll.ac.uk/wp-content/themes/stokecoll--parent/resources/dist/img/icons/chevron-dark.svg);
        transition: transform ease-in-out .2s;
        transform: rotate(0)
    }

    .accordion__title.has-white-color:after {
        background-image: url(https://stokecoll.ac.uk/wp-content/themes/stokecoll--parent/resources/dist/img/icons/chev-down--white.svg)
    }

.accordion__item {
    width: 100%;
    position: relative;
    margin-bottom: 8px !important
}

    .accordion__item:last-child {
        margin-bottom: 0
    }

    .accordion__item .panel {
        max-height: 0;
        overflow: hidden;
        padding-left: 16px !important;
        padding-right: 16px !important;
        margin-top: 0 !important
    }

        .accordion__item .panel li {
            padding: 16px;
            border-bottom: 1px solid #adadaf
        }

.accordion .accordion__wrapper {
    list-style: none;
    padding-left: 0 !important
}

.accordion label {
    padding-right: 48px
}

.accordion .panel {
    border: 1px solid #adadaf;
    border-top: 0;
    padding-top: 12px
}

    .accordion .panel ul {
        list-style: normal
    }

    .accordion .panel ol {
        list-style: numeric
    }

.accordion_checkbox:focus + label {
    outline: 1px solid #eab624
}

.accordion_checkbox:checked ~ label:after {
    transform: rotate(-180deg)
}

.accordion_checkbox:checked ~ .panel {
    display: block;
    max-height: initial
}

.wp-block-gallery.custom {
    position: relative;
    overflow: hidden;
    height: 32rem;
    border: 1px solid #e3e3e3;
    margin-bottom: 2rem
}

    .wp-block-gallery.custom .swiper-slide--inner {
        height: 100%
    }

        .wp-block-gallery.custom .swiper-slide--inner .img-wrap {
            position: relative;
            height: calc(100% - 3.5rem);
            overflow: hidden
        }

            .wp-block-gallery.custom .swiper-slide--inner .img-wrap img {
                -o-object-fit: cover;
                object-fit: cover;
                min-height: 454px;
                width: 100%
            }

            .wp-block-gallery.custom .swiper-slide--inner .img-wrap:after {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(to bottom,rgba(0,0,0,0) 70%,rgba(0,0,0,0.9) 100%)
            }

        .wp-block-gallery.custom .swiper-slide--inner .caption {
            position: absolute;
            bottom: 3.5rem;
            color: #fff;
            font-family: bebasneueheavy,arial,sans-serif;
            padding-left: 1.5rem
        }

    .wp-block-gallery.custom .swiper-button-next, .wp-block-gallery.custom .swiper-button-prev {
        top: 100%;
        transform: translateY(-60%);
        width: 3.5rem;
        height: 3.5rem;
        border-left: 1px solid #e3e3e3
    }

        .wp-block-gallery.custom .swiper-button-next:after, .wp-block-gallery.custom .swiper-button-prev:after {
            font-size: .75rem;
            color: #000;
            font-weight: 700
        }

    .wp-block-gallery.custom .swiper-button-next {
        right: 0
    }

    .wp-block-gallery.custom .swiper-button-prev {
        right: 3.5rem;
        left: initial
    }

    .wp-block-gallery.custom .swiper-pagination {
        top: 100%;
        left: .5rem;
        transform: translateY(-2.3rem);
        font-size: .75rem;
        width: 3.5rem;
        height: 1.5rem;
        color: #000;
        font-family: bebasneueheavy,arial,sans-serif
    }

.gform_body ul {
    list-style: none;
    padding-left: 0 !important
}

    .gform_body ul li {
        margin-top: 16px
    }

.gform_body .gfield_description, .gform_body .gsection_description {
    width: 100%;
    padding-top: 8px;
    font-size: 12px
}

.gform_body .ginput_container_name {
    display: flex
}

    .gform_body .ginput_container_name span:not(:last-child) {
        margin-right: 8px
    }

    .gform_body .ginput_container_name label {
        font-size: 12px
    }

.gform_body .gfield_label {
    font-weight: 700
}

.gform_body .gfield_required {
    margin-left: 4px;
    color: red
}

.gform_body .clear-multi {
    display: flex
}

.gform_body textarea {
    display: block;
    padding: 8px
}

    .gform_body textarea:focus, .gform_body input:focus, .gform_body select:focus {
        outline-color: #44c9bf
    }

.gform_body select[multiple=multiple] {
    height: auto
}

.gform_body .gfield_time_hour, .gform_body .gfield_time_minute, .gform_body .gfield_time_ampm {
    width: 4.5rem
}

    .gform_body .gfield_time_hour i, .gform_body .gfield_time_minute i, .gform_body .gfield_time_ampm i {
        font-style: normal
    }

    .gform_body .gfield_time_hour label, .gform_body .gfield_time_minute label, .gform_body .gfield_time_ampm label {
        text-align: center;
        margin: 1px 0 9px 1px;
        width: 3rem;
        display: block;
        font-size: 12px
    }

    .gform_body .gfield_time_hour input, .gform_body .gfield_time_minute input, .gform_body .gfield_time_ampm input {
        width: calc(3rem + 8px)
    }

.gform_body .gsection_description {
    padding-top: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc
}

.gform_body .ginput_container {
    margin-top: 8px
}

.gform_body .gform_title {
    margin-bottom: 8px
}

.gform_body .gsection_title {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    margin-bottom: 8px
}

.gform_body .gfield_radio label, .gform_body .gfield_checkbox label {
    padding-left: 8px
}

.gform_body .ginput_container_address label {
    font-size: 12px;
    margin-bottom: 8px;
    display: block
}

.gform_body .ginput_left, .gform_body .ginput_right {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0
}

.gform_body .ginput_left {
    margin-right: 8px
}

.gform_body .ginput_right {
    margin-right: -8px;
    padding-right: 8px
}

.gform_body .gform_fileupload_multifile .gform_drop_area {
    padding: 24px;
    border: 1px dashed #ccc;
    text-align: center;
    color: #aaa;
    margin-bottom: 16px;
    background: rgba(0,0,0,.02);
    border-radius: 4px
}

.gform_body .gform_fileupload_multifile .gform_drop_instructions {
    display: block;
    margin-bottom: 8px
}

.gform_body .gform_fileupload_multifile input[type=button] {
    padding: 12px 8px;
    font-weight: 700;
    width: 100%;
    max-width: 300px
}

.gform_body .validation_message.instruction, .gform_body .validation_message.gfield_description {
    background-color: rgba(229,36,36,.25);
    border: 1px solid #e52424;
    color: #262a2b;
    padding: 8px;
    line-height: 1;
    margin-top: 4px;
    border-radius: 2px;
    font-size: 12px
}

.gform_body table {
    margin: 0;
    border: 0
}

    .gform_body table th, .gform_body table td {
        border: 0;
        padding: 4px 0
    }

        .gform_body table th:not(:first-child), .gform_body table td:not(:first-child) {
            padding: 4px 0 4px 16px
        }

.gform_wrapper input[type=submit] {
    padding: 12px 8px;
    font-weight: 700;
    width: 100%;
    max-width: 300px
}

.course-cards-block__filter > * {
    flex-basis: 0;
    flex-grow: 1
}

.course-cards-block__filter > div {
    width: 100%;
    flex-basis: initial;
    flex-grow: 3;
    margin-bottom: 1em
}

.course-cards-block select {
    position: relative;
    padding: 1em 2.2em 1em 1em;
    border-color: #666;
    font-family: bebasneueheavy,arial,sans-serif;
    color: #666 !important;
    background-position: 94% 50%
}

.course-cards-block .card--desc {
    border: 1px solid #f5f5f5
}

    .course-cards-block .card--desc h3 {
        padding-top: 0
    }

        .course-cards-block .card--desc h3:after {
            display: none
        }

.course-cards-block.alignwide {
    margin-left: -10rem !important;
    margin-right: -10rem !important
}

.wp-block-video-gallery {
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem
}

    .wp-block-video-gallery .swiper-button-next, .wp-block-video-gallery .swiper-button-prev {
        top: 31vmin;
        transform: translateY(-60%);
        width: 2.5rem;
        height: 2.5rem;
        color: #fff;
        background-color: #dd2f60
    }

        .wp-block-video-gallery .swiper-button-next:after, .wp-block-video-gallery .swiper-button-prev:after {
            font-size: 18px !important
        }

    .wp-block-video-gallery .swiper-button-next {
        right: 10px
    }

    .wp-block-video-gallery .swiper-button-prev {
        left: 10px
    }

    .wp-block-video-gallery .media-container {
        margin-bottom: 1.5rem
    }

    .wp-block-video-gallery.alignwide .swiper-button-next, .wp-block-video-gallery.alignwide .swiper-button-prev {
        top: 35vmin
    }

    .wp-block-video-gallery.alignfull .swiper-button-next, .wp-block-video-gallery.alignfull .swiper-button-prev {
        top: 38vmin
    }

    .wp-block-video-gallery.alignfull .caption {
        padding-inline: 16px
    }

    .wp-block-video-gallery.horizontal .swiper-slide--inner {
        display: flex;
        align-items: center
    }

        .wp-block-video-gallery.horizontal .swiper-slide--inner .media-container {
            width: 50%
        }

        .wp-block-video-gallery.horizontal .swiper-slide--inner .caption {
            width: 50%;
            padding-inline: 1rem
        }

    .wp-block-video-gallery.horizontal .swiper-button-next, .wp-block-video-gallery.horizontal .swiper-button-prev {
        top: 50%
    }

    .wp-block-video-gallery.horizontal .swiper-button-next {
        right: calc(50% + 26px)
    }

.is-style-rounded-corners {
    border-radius: 8px
}

    .is-style-rounded-corners img, .is-style-rounded-corners video {
        border-radius: 8px
    }

    .is-style-rounded-corners caption {
        border-radius: 8px
    }

.wp-block-video video {
    width: 100%;
    display: block
}

.wp-block-image img, .wp-block-audio audio {
    display: block
}

.wp-block-gallery figure:focus-visible {
    outline: 2px solid #015ecc;
    outline-offset: 5px
}

@media(min-width: 640px) {
    .gform_body .small {
        width: 25%
    }

    .gform_body .medium {
        width: calc(50% - 8px)
    }

    .gform_body .large {
        width: 100%
    }
}

@media(min-width: 768px) {
    .hide-desktop {
        display: none !important
    }
}

@media screen and (min-width: 769px)and (max-width:1023px) {
    .button.is-responsive.is-small, .is-responsive.is-small.tribe-events-gmap {
        font-size: .65625rem
    }

    .button.is-responsive, .is-responsive.tribe-events-gmap, .button.is-responsive.is-normal {
        font-size: .75rem
    }

        .button.is-responsive.is-medium, .is-responsive.is-medium.tribe-events-gmap {
            font-size: 1rem
        }

        .button.is-responsive.is-large, .is-responsive.is-large.tribe-events-gmap {
            font-size: 1.25rem
        }

    .columns.is-variable.is-0-tablet-only {
        --columnGap: 0
    }

    .columns.is-variable.is-1-tablet-only {
        --columnGap: .25rem
    }

    .columns.is-variable.is-2-tablet-only {
        --columnGap: .5rem
    }

    .columns.is-variable.is-3-tablet-only {
        --columnGap: .75rem
    }

    .columns.is-variable.is-4-tablet-only {
        --columnGap: 1rem
    }

    .columns.is-variable.is-5-tablet-only {
        --columnGap: 1.25rem
    }

    .columns.is-variable.is-6-tablet-only {
        --columnGap: 1.5rem
    }

    .columns.is-variable.is-7-tablet-only {
        --columnGap: 1.75rem
    }

    .columns.is-variable.is-8-tablet-only {
        --columnGap: 2rem
    }

    .has-text-centered-tablet-only {
        text-align: center !important
    }

    .has-text-justified-tablet-only {
        text-align: justify !important
    }

    .has-text-left-tablet-only {
        text-align: left !important
    }

    .has-text-right-tablet-only {
        text-align: right !important
    }

    .is-block-tablet-only {
        display: block !important
    }

    .is-flex-tablet-only {
        display: flex !important
    }

    .is-inline-tablet-only {
        display: inline !important
    }

    .is-inline-block-tablet-only {
        display: inline-block !important
    }

    .is-inline-flex-tablet-only {
        display: inline-flex !important
    }

    .is-hidden-tablet-only {
        display: none !important
    }

    .is-invisible-tablet-only {
        visibility: hidden !important
    }
}

@media screen and (min-width: 769px) {
    .modal-content, .modal-card {
        margin: 0 auto;
        max-height: calc(100vh - 40px);
        width: 640px
    }
}

@media screen and (min-width: 769px),print {
    .field.is-horizontal {
        display: flex
    }

    .field-label {
        flex-basis: 0;
        flex-grow: 1;
        flex-shrink: 0;
        margin-right: 1.5rem;
        text-align: right
    }

        .field-label.is-small {
            font-size: .75rem;
            padding-top: .375em
        }

        .field-label.is-normal {
            padding-top: .375em
        }

        .field-label.is-medium {
            font-size: 1.25rem;
            padding-top: .375em
        }

        .field-label.is-large {
            font-size: 1.5rem;
            padding-top: .375em
        }

    .field-body {
        display: flex;
        flex-basis: 0;
        flex-grow: 5;
        flex-shrink: 1
    }

        .field-body .field {
            margin-bottom: 0
        }

        .field-body > .field {
            flex-shrink: 1
        }

            .field-body > .field:not(.is-narrow) {
                flex-grow: 1
            }

            .field-body > .field:not(:last-child) {
                margin-right: .75rem
            }

    .level {
        display: flex
    }

        .level > .level-item:not(.is-narrow) {
            flex-grow: 1
        }

    .level-left .level-item:not(:last-child), .level-right .level-item:not(:last-child) {
        margin-right: .75rem
    }

    .level-left {
        display: flex
    }

    .level-right {
        display: flex
    }

    .pagination-list {
        flex-grow: 1;
        flex-shrink: 1;
        justify-content: flex-start;
        order: 1
    }

    .pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis {
        margin-bottom: 0;
        margin-top: 0
    }

    .pagination-previous {
        order: 2
    }

    .pagination-next {
        order: 3
    }

    .pagination {
        justify-content: space-between;
        margin-bottom: 0;
        margin-top: 0
    }

        .pagination.is-centered .pagination-previous {
            order: 1
        }

        .pagination.is-centered .pagination-list {
            justify-content: center;
            order: 2
        }

        .pagination.is-centered .pagination-next {
            order: 3
        }

        .pagination.is-right .pagination-previous {
            order: 1
        }

        .pagination.is-right .pagination-next {
            order: 2
        }

        .pagination.is-right .pagination-list {
            justify-content: flex-end;
            order: 3
        }

    .column.is-narrow, .column.is-narrow-tablet {
        flex: none;
        width: unset
    }

    .column.is-full, .column.is-full-tablet {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters, .column.is-three-quarters-tablet {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds, .column.is-two-thirds-tablet {
        flex: none;
        width: 66.6666%
    }

    .column.is-half, .column.is-half-tablet {
        flex: none;
        width: 50%
    }

    .column.is-one-third, .column.is-one-third-tablet {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter, .column.is-one-quarter-tablet {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth, .column.is-one-fifth-tablet {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths, .column.is-two-fifths-tablet {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths, .column.is-three-fifths-tablet {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths, .column.is-four-fifths-tablet {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
        margin-left: 75%
    }

    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
        margin-left: 66.6666%
    }

    .column.is-offset-half, .column.is-offset-half-tablet {
        margin-left: 50%
    }

    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
        margin-left: 25%
    }

    .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
        margin-left: 20%
    }

    .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
        margin-left: 40%
    }

    .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
        margin-left: 60%
    }

    .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
        margin-left: 80%
    }

    .column.is-0, .column.is-0-tablet {
        flex: none;
        width: 0
    }

    .column.is-offset-0, .column.is-offset-0-tablet {
        margin-left: 0
    }

    .column.is-1, .column.is-1-tablet {
        flex: none;
        width: 8.33333337%
    }

    .column.is-offset-1, .column.is-offset-1-tablet {
        margin-left: 8.33333337%
    }

    .column.is-2, .column.is-2-tablet {
        flex: none;
        width: 16.66666674%
    }

    .column.is-offset-2, .column.is-offset-2-tablet {
        margin-left: 16.66666674%
    }

    .column.is-3, .column.is-3-tablet {
        flex: none;
        width: 25%
    }

    .column.is-offset-3, .column.is-offset-3-tablet {
        margin-left: 25%
    }

    .column.is-4, .column.is-4-tablet {
        flex: none;
        width: 33.33333337%
    }

    .column.is-offset-4, .column.is-offset-4-tablet {
        margin-left: 33.33333337%
    }

    .column.is-5, .column.is-5-tablet {
        flex: none;
        width: 41.66666674%
    }

    .column.is-offset-5, .column.is-offset-5-tablet {
        margin-left: 41.66666674%
    }

    .column.is-6, .column.is-6-tablet {
        flex: none;
        width: 50%
    }

    .column.is-offset-6, .column.is-offset-6-tablet {
        margin-left: 50%
    }

    .column.is-7, .column.is-7-tablet {
        flex: none;
        width: 58.33333337%
    }

    .column.is-offset-7, .column.is-offset-7-tablet {
        margin-left: 58.33333337%
    }

    .column.is-8, .column.is-8-tablet {
        flex: none;
        width: 66.66666674%
    }

    .column.is-offset-8, .column.is-offset-8-tablet {
        margin-left: 66.66666674%
    }

    .column.is-9, .column.is-9-tablet {
        flex: none;
        width: 75%
    }

    .column.is-offset-9, .column.is-offset-9-tablet {
        margin-left: 75%
    }

    .column.is-10, .column.is-10-tablet {
        flex: none;
        width: 83.33333337%
    }

    .column.is-offset-10, .column.is-offset-10-tablet {
        margin-left: 83.33333337%
    }

    .column.is-11, .column.is-11-tablet {
        flex: none;
        width: 91.66666674%
    }

    .column.is-offset-11, .column.is-offset-11-tablet {
        margin-left: 91.66666674%
    }

    .column.is-12, .column.is-12-tablet {
        flex: none;
        width: 100%
    }

    .column.is-offset-12, .column.is-offset-12-tablet {
        margin-left: 100%
    }

    .columns:not(.is-desktop) {
        display: flex
    }

    .columns.is-variable.is-0-tablet {
        --columnGap: 0
    }

    .columns.is-variable.is-1-tablet {
        --columnGap: .25rem
    }

    .columns.is-variable.is-2-tablet {
        --columnGap: .5rem
    }

    .columns.is-variable.is-3-tablet {
        --columnGap: .75rem
    }

    .columns.is-variable.is-4-tablet {
        --columnGap: 1rem
    }

    .columns.is-variable.is-5-tablet {
        --columnGap: 1.25rem
    }

    .columns.is-variable.is-6-tablet {
        --columnGap: 1.5rem
    }

    .columns.is-variable.is-7-tablet {
        --columnGap: 1.75rem
    }

    .columns.is-variable.is-8-tablet {
        --columnGap: 2rem
    }

    .tile:not(.is-child) {
        display: flex
    }

    .tile.is-1 {
        flex: none;
        width: 8.33333337%
    }

    .tile.is-2 {
        flex: none;
        width: 16.66666674%
    }

    .tile.is-3 {
        flex: none;
        width: 25%
    }

    .tile.is-4 {
        flex: none;
        width: 33.33333337%
    }

    .tile.is-5 {
        flex: none;
        width: 41.66666674%
    }

    .tile.is-6 {
        flex: none;
        width: 50%
    }

    .tile.is-7 {
        flex: none;
        width: 58.33333337%
    }

    .tile.is-8 {
        flex: none;
        width: 66.66666674%
    }

    .tile.is-9 {
        flex: none;
        width: 75%
    }

    .tile.is-10 {
        flex: none;
        width: 83.33333337%
    }

    .tile.is-11 {
        flex: none;
        width: 91.66666674%
    }

    .tile.is-12 {
        flex: none;
        width: 100%
    }

    .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: .75rem !important
    }

    .has-text-centered-tablet {
        text-align: center !important
    }

    .has-text-justified-tablet {
        text-align: justify !important
    }

    .has-text-left-tablet {
        text-align: left !important
    }

    .has-text-right-tablet {
        text-align: right !important
    }

    .is-block-tablet {
        display: block !important
    }

    .is-flex-tablet {
        display: flex !important
    }

    .is-inline-tablet {
        display: inline !important
    }

    .is-inline-block-tablet {
        display: inline-block !important
    }

    .is-inline-flex-tablet {
        display: inline-flex !important
    }

    .is-hidden-tablet {
        display: none !important
    }

    .is-invisible-tablet {
        visibility: hidden !important
    }

    .hero.is-medium .hero-body {
        padding: 9rem 4.5rem
    }

    .hero.is-large .hero-body {
        padding: 18rem 6rem
    }

    .hero-buttons {
        display: flex;
        justify-content: center
    }

        .hero-buttons .button:not(:last-child), .hero-buttons .tribe-events-gmap:not(:last-child) {
            margin-right: 1.5rem
        }

    .hero-body {
        padding: 3rem 3rem
    }
}

@media(min-width: 960px) {
    .navbar .nav > .navbar-item > .menu-item:hover, .navbar .nav > .navbar-item > .menu-item:focus {
        text-decoration: none;
        transition-delay: 0s
    }

    .navbar .navbar-menu-bottom .menu-item:hover, .navbar .navbar-menu-bottom .menu-item:focus {
        text-decoration: none;
        transition-delay: 0s
    }

    .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown {
        opacity: 0;
        visibility: hidden;
        transition: all .2s ease-in-out;
        transition-delay: .2s
    }

        .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown > .navbar-item.has-dropdown {
            width: 25%;
            border-right: 1px solid #c99911 !important
        }

            .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown > .navbar-item.has-dropdown:last-child {
                border-right: 0
            }

            .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown > .navbar-item.has-dropdown.two_columns .navbar-dropdown, .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown > .navbar-item.has-dropdown.three_columns .navbar-dropdown, .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown > .navbar-item.has-dropdown.four_columns .navbar-dropdown {
                display: flex;
                flex-direction: column;
                flex-wrap: wrap;
                height: calc(100vh - 127px)
            }

            .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown > .navbar-item.has-dropdown.two_columns {
                width: 50% !important;
                height: auto
            }

                .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown > .navbar-item.has-dropdown.two_columns .navbar-dropdown {
                    display: block !important;
                    -moz-column-count: 2;
                    column-count: 2;
                    height: auto
                }

                    .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown > .navbar-item.has-dropdown.two_columns .navbar-dropdown a, .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown > .navbar-item.has-dropdown.two_columns .navbar-dropdown span.menu-item, .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown > .navbar-item.has-dropdown.two_columns .navbar-dropdown label.menu-item.navbar-toggle--submenu {
                        display: inline-block
                    }

            .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown > .navbar-item.has-dropdown.three_columns {
                width: 75% !important
            }

                .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown > .navbar-item.has-dropdown.three_columns .navbar-dropdown a, .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown > .navbar-item.has-dropdown.three_columns .navbar-dropdown span.menu-item label.menu-item.navbar-toggle--submenu {
                    width: 33.333% !important
                }

            .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown > .navbar-item.has-dropdown.four_columns {
                width: 100% !important
            }

                .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown > .navbar-item.has-dropdown.four_columns .navbar-dropdown a, .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown > .navbar-item.has-dropdown.four_columns .navbar-dropdown span.menu-item, .navbar .navbar-menu-bottom .nav > .has-dropdown > .navbar-dropdown > .navbar-item.has-dropdown.four_columns .navbar-dropdown label.menu-item.navbar-toggle--submenu {
                    width: 25% !important
                }

    .navbar .navbar-menu-bottom .nav > .has-dropdown:hover .navbar-dropdown, .navbar .navbar-menu-bottom .nav > .has-dropdown:focus-within .navbar-dropdown {
        opacity: 1 !important;
        visibility: visible !important;
        transition: all .2s ease-in-out;
        transition-delay: 0s
    }

    .navbar-burger {
        position: absolute;
        opacity: 0;
        display: none !important
    }

    .navbar-menu-bottom .nav .navbar-toggle--submenu {
        display: none
    }

    .navbar-menu-bottom .nav .navbar-item.has-dropdown > .menu-item {
        padding-left: 1em
    }

    .navbar-menu-bottom .nav .navbar-item.has-dropdown > .navbar-dropdown {
        padding: 0;
        overflow: hidden;
        padding-left: 2em;
        background-color: #eab624
    }

        .navbar-menu-bottom .nav .navbar-item.has-dropdown > .navbar-dropdown > .navbar-item {
            width: 25%;
            padding: 2em 2em 1em
        }

            .navbar-menu-bottom .nav .navbar-item.has-dropdown > .navbar-dropdown > .navbar-item.has-dropdown {
                display: flex;
                flex-direction: column;
                align-items: flex-start
            }

            .navbar-menu-bottom .nav .navbar-item.has-dropdown > .navbar-dropdown > .navbar-item:after {
                display: none
            }

            .navbar-menu-bottom .nav .navbar-item.has-dropdown > .navbar-dropdown > .navbar-item > .menu-item {
                position: relative;
                color: #1a3467;
                font-family: avenirheavy,arial,sans-serif;
                padding-left: 2em
            }

                .navbar-menu-bottom .nav .navbar-item.has-dropdown > .navbar-dropdown > .navbar-item > .menu-item:hover {
                    text-decoration: none
                }

                .navbar-menu-bottom .nav .navbar-item.has-dropdown > .navbar-dropdown > .navbar-item > .menu-item:after {
                    display: none
                }

            .navbar-menu-bottom .nav .navbar-item.has-dropdown > .navbar-dropdown > .navbar-item > .navbar-dropdown {
                position: static;
                width: 100%;
                border-top: 0;
                padding-left: 1rem;
                border-right: 0
            }

                .navbar-menu-bottom .nav .navbar-item.has-dropdown > .navbar-dropdown > .navbar-item > .navbar-dropdown a, .navbar-menu-bottom .nav .navbar-item.has-dropdown > .navbar-dropdown > .navbar-item > .navbar-dropdown span.menu-item, .navbar-menu-bottom .nav .navbar-item.has-dropdown > .navbar-dropdown > .navbar-item > .navbar-dropdown label.menu-item.navbar-toggle--submenu {
                    color: #1a3467;
                    padding: .5em 1em;
                    font-weight: 400
                }

                    .navbar-menu-bottom .nav .navbar-item.has-dropdown > .navbar-dropdown > .navbar-item > .navbar-dropdown a:before, .navbar-menu-bottom .nav .navbar-item.has-dropdown > .navbar-dropdown > .navbar-item > .navbar-dropdown span.menu-item:before, .navbar-menu-bottom .nav .navbar-item.has-dropdown > .navbar-dropdown > .navbar-item > .navbar-dropdown label.menu-item.navbar-toggle--submenu:before {
                        display: none
                    }

    .toggle-sub-mobile {
        display: none
    }

    .home .banner {
        margin-top: -8em
    }

    .tribe-events-single .columns .column:first-child {
        padding-right: 7em
    }
}

@media screen and (min-width: 1024px) {
    .container {
        max-width: 960px
    }

    .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:focus, .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:focus, .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:focus, .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:focus, .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:focus .navbar-link, .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: #fff;
        color: #0a0a0a
    }

    .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: #fff
    }

        .navbar.is-black .navbar-start > a.navbar-item:focus, .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:focus, .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:focus, .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:focus, .navbar.is-black .navbar-end .navbar-link:hover, .navbar.is-black .navbar-end .navbar-link.is-active {
            background-color: #000;
            color: #fff
        }

        .navbar.is-black .navbar-start .navbar-link::after, .navbar.is-black .navbar-end .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #000;
        color: #fff
    }

    .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
        background-color: #0a0a0a;
        color: #fff
    }

    .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: rgba(0,0,0,.7)
    }

        .navbar.is-light .navbar-start > a.navbar-item:focus, .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:focus, .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:focus, .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:focus, .navbar.is-light .navbar-end .navbar-link:hover, .navbar.is-light .navbar-end .navbar-link.is-active {
            background-color: #e8e8e8;
            color: rgba(0,0,0,.7)
        }

        .navbar.is-light .navbar-start .navbar-link::after, .navbar.is-light .navbar-end .navbar-link::after {
            border-color: rgba(0,0,0,.7)
        }

    .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link, .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: rgba(0,0,0,.7)
    }

    .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: #f5f5f5;
        color: rgba(0,0,0,.7)
    }

    .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: #fff
    }

        .navbar.is-dark .navbar-start > a.navbar-item:focus, .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:focus, .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:focus, .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:focus, .navbar.is-dark .navbar-end .navbar-link:hover, .navbar.is-dark .navbar-end .navbar-link.is-active {
            background-color: #292929;
            color: #fff
        }

        .navbar.is-dark .navbar-start .navbar-link::after, .navbar.is-dark .navbar-end .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link, .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: #fff
    }

    .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #363636;
        color: #fff
    }

    .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:focus, .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:focus, .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:focus, .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:focus, .navbar.is-primary .navbar-end .navbar-link:hover, .navbar.is-primary .navbar-end .navbar-link.is-active {
            background-color: #00b89c;
            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:focus .navbar-link, .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #00b89c;
        color: #fff
    }

    .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: #00d1b2;
        color: #fff
    }

    .navbar.is-link .navbar-start > .navbar-item, .navbar.is-link .navbar-start .navbar-link, .navbar.is-link .navbar-end > .navbar-item, .navbar.is-link .navbar-end .navbar-link {
        color: #fff
    }

        .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active, .navbar.is-link .navbar-start .navbar-link:focus, .navbar.is-link .navbar-start .navbar-link:hover, .navbar.is-link .navbar-start .navbar-link.is-active, .navbar.is-link .navbar-end > a.navbar-item:focus, .navbar.is-link .navbar-end > a.navbar-item:hover, .navbar.is-link .navbar-end > a.navbar-item.is-active, .navbar.is-link .navbar-end .navbar-link:focus, .navbar.is-link .navbar-end .navbar-link:hover, .navbar.is-link .navbar-end .navbar-link.is-active {
            background-color: #3a51bb;
            color: #fff
        }

        .navbar.is-link .navbar-start .navbar-link::after, .navbar.is-link .navbar-end .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #3a51bb;
        color: #fff
    }

    .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: #485fc7;
        color: #fff
    }

    .navbar.is-info .navbar-start > .navbar-item, .navbar.is-info .navbar-start .navbar-link, .navbar.is-info .navbar-end > .navbar-item, .navbar.is-info .navbar-end .navbar-link {
        color: #fff
    }

        .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active, .navbar.is-info .navbar-start .navbar-link:focus, .navbar.is-info .navbar-start .navbar-link:hover, .navbar.is-info .navbar-start .navbar-link.is-active, .navbar.is-info .navbar-end > a.navbar-item:focus, .navbar.is-info .navbar-end > a.navbar-item:hover, .navbar.is-info .navbar-end > a.navbar-item.is-active, .navbar.is-info .navbar-end .navbar-link:focus, .navbar.is-info .navbar-end .navbar-link:hover, .navbar.is-info .navbar-end .navbar-link.is-active {
            background-color: #3082c5;
            color: #fff
        }

        .navbar.is-info .navbar-start .navbar-link::after, .navbar.is-info .navbar-end .navbar-link::after {
            border-color: #fff
        }

    .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #3082c5;
        color: #fff
    }

    .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
        background-color: #3e8ed0;
        color: #fff
    }

    .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:focus, .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:focus, .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:focus, .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:focus, .navbar.is-success .navbar-end .navbar-link:hover, .navbar.is-success .navbar-end .navbar-link.is-active {
            background-color: #3abb81;
            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:focus .navbar-link, .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #3abb81;
        color: #fff
    }

    .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
        background-color: #48c78e;
        color: #fff
    }

    .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,.7)
    }

        .navbar.is-warning .navbar-start > a.navbar-item:focus, .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:focus, .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:focus, .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:focus, .navbar.is-warning .navbar-end .navbar-link:hover, .navbar.is-warning .navbar-end .navbar-link.is-active {
            background-color: #ffd970;
            color: rgba(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,.7)
        }

    .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #ffd970;
        color: rgba(0,0,0,.7)
    }

    .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
        background-color: #ffe08a;
        color: rgba(0,0,0,.7)
    }

    .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:focus, .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:focus, .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:focus, .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:focus, .navbar.is-danger .navbar-end .navbar-link:hover, .navbar.is-danger .navbar-end .navbar-link.is-active {
            background-color: #ef2e55;
            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:focus .navbar-link, .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #ef2e55;
        color: #fff
    }

    .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
        background-color: #f14668;
        color: #fff
    }

    .navbar, .navbar-menu, .navbar-start, .navbar-end {
        align-items: stretch;
        display: flex
    }

    .navbar {
        min-height: 3.25rem
    }

        .navbar.is-spaced {
            padding: 1rem 2rem
        }

            .navbar.is-spaced .navbar-start, .navbar.is-spaced .navbar-end {
                align-items: center
            }

            .navbar.is-spaced a.navbar-item, .navbar.is-spaced .navbar-link {
                border-radius: 4px
            }

        .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active, .navbar.is-transparent .navbar-link:focus, .navbar.is-transparent .navbar-link:hover, .navbar.is-transparent .navbar-link.is-active {
            background-color: rgba(0,0,0,0) !important
        }

        .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
            background-color: rgba(0,0,0,0) !important
        }

        .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
            background-color: #f5f5f5;
            color: #0a0a0a
        }

        .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
            background-color: #f5f5f5;
            color: #485fc7
        }

    .navbar-burger {
        display: none
    }

    .navbar-item, .navbar-link {
        align-items: center;
        display: flex
    }

        .navbar-item.has-dropdown {
            align-items: stretch
        }

        .navbar-item.has-dropdown-up .navbar-link::after {
            transform: rotate(135deg) translate(0.25em,-0.25em)
        }

        .navbar-item.has-dropdown-up .navbar-dropdown {
            border-bottom: 2px solid #dbdbdb;
            border-radius: 6px 6px 0 0;
            border-top: 0;
            bottom: 100%;
            box-shadow: 0 -8px 8px rgba(10,10,10,.1);
            top: auto
        }

        .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
            display: block
        }

            .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
                opacity: 1;
                pointer-events: auto;
                transform: translateY(0)
            }

    .navbar-menu {
        flex-grow: 1;
        flex-shrink: 0
    }

    .navbar-start {
        justify-content: flex-start;
        margin-right: auto
    }

    .navbar-end {
        justify-content: flex-end;
        margin-left: auto
    }

    .navbar-dropdown {
        background-color: #fff;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top: 2px solid #dbdbdb;
        box-shadow: 0 8px 8px rgba(10,10,10,.1);
        display: none;
        font-size: .875rem;
        left: 0;
        min-width: 100%;
        position: absolute;
        top: 100%;
        z-index: 20
    }

        .navbar-dropdown .navbar-item {
            padding: .375rem 1rem;
            white-space: nowrap
        }

        .navbar-dropdown a.navbar-item {
            padding-right: 3rem
        }

            .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
                background-color: #f5f5f5;
                color: #0a0a0a
            }

            .navbar-dropdown a.navbar-item.is-active {
                background-color: #f5f5f5;
                color: #485fc7
            }

        .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
            border-radius: 6px;
            border-top: 0;
            box-shadow: 0 8px 8px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
            display: block;
            opacity: 0;
            pointer-events: none;
            top: calc(100% + (-4px));
            transform: translateY(-5px);
            transition-duration: 86ms;
            transition-property: opacity,transform
        }

        .navbar-dropdown.is-right {
            left: auto;
            right: 0
        }

    .navbar-divider {
        display: block
    }

    .navbar > .container .navbar-brand, .container > .navbar .navbar-brand {
        margin-left: -0.75rem
    }

    .navbar > .container .navbar-menu, .container > .navbar .navbar-menu {
        margin-right: -0.75rem
    }

    .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30
    }

    .navbar.is-fixed-bottom-desktop {
        bottom: 0
    }

        .navbar.is-fixed-bottom-desktop.has-shadow {
            box-shadow: 0 -2px 3px rgba(10,10,10,.1)
        }

    .navbar.is-fixed-top-desktop {
        top: 0
    }

    html.has-navbar-fixed-top-desktop, body.has-navbar-fixed-top-desktop {
        padding-top: 3.25rem
    }

    html.has-navbar-fixed-bottom-desktop, body.has-navbar-fixed-bottom-desktop {
        padding-bottom: 3.25rem
    }

    html.has-spaced-navbar-fixed-top, body.has-spaced-navbar-fixed-top {
        padding-top: 5.25rem
    }

    html.has-spaced-navbar-fixed-bottom, body.has-spaced-navbar-fixed-bottom {
        padding-bottom: 5.25rem
    }

    a.navbar-item.is-active, .navbar-link.is-active {
        color: #0a0a0a
    }

        a.navbar-item.is-active:not(:focus):not(:hover), .navbar-link.is-active:not(:focus):not(:hover) {
            background-color: rgba(0,0,0,0)
        }

    .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #fafafa
    }

    .column.is-narrow-desktop {
        flex: none;
        width: unset
    }

    .column.is-full-desktop {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-desktop {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-desktop {
        flex: none;
        width: 66.6666%
    }

    .column.is-half-desktop {
        flex: none;
        width: 50%
    }

    .column.is-one-third-desktop {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-desktop {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-desktop {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-desktop {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-desktop {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-desktop {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-desktop {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-desktop {
        margin-left: 66.6666%
    }

    .column.is-offset-half-desktop {
        margin-left: 50%
    }

    .column.is-offset-one-third-desktop {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-desktop {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-desktop {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-desktop {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-desktop {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-desktop {
        margin-left: 80%
    }

    .column.is-0-desktop {
        flex: none;
        width: 0
    }

    .column.is-offset-0-desktop {
        margin-left: 0
    }

    .column.is-1-desktop {
        flex: none;
        width: 8.33333337%
    }

    .column.is-offset-1-desktop {
        margin-left: 8.33333337%
    }

    .column.is-2-desktop {
        flex: none;
        width: 16.66666674%
    }

    .column.is-offset-2-desktop {
        margin-left: 16.66666674%
    }

    .column.is-3-desktop {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-desktop {
        margin-left: 25%
    }

    .column.is-4-desktop {
        flex: none;
        width: 33.33333337%
    }

    .column.is-offset-4-desktop {
        margin-left: 33.33333337%
    }

    .column.is-5-desktop {
        flex: none;
        width: 41.66666674%
    }

    .column.is-offset-5-desktop {
        margin-left: 41.66666674%
    }

    .column.is-6-desktop {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-desktop {
        margin-left: 50%
    }

    .column.is-7-desktop {
        flex: none;
        width: 58.33333337%
    }

    .column.is-offset-7-desktop {
        margin-left: 58.33333337%
    }

    .column.is-8-desktop {
        flex: none;
        width: 66.66666674%
    }

    .column.is-offset-8-desktop {
        margin-left: 66.66666674%
    }

    .column.is-9-desktop {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-desktop {
        margin-left: 75%
    }

    .column.is-10-desktop {
        flex: none;
        width: 83.33333337%
    }

    .column.is-offset-10-desktop {
        margin-left: 83.33333337%
    }

    .column.is-11-desktop {
        flex: none;
        width: 91.66666674%
    }

    .column.is-offset-11-desktop {
        margin-left: 91.66666674%
    }

    .column.is-12-desktop {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-desktop {
        margin-left: 100%
    }

    .columns.is-desktop {
        display: flex
    }

    .columns.is-variable.is-0-desktop {
        --columnGap: 0
    }

    .columns.is-variable.is-1-desktop {
        --columnGap: .25rem
    }

    .columns.is-variable.is-2-desktop {
        --columnGap: .5rem
    }

    .columns.is-variable.is-3-desktop {
        --columnGap: .75rem
    }

    .columns.is-variable.is-4-desktop {
        --columnGap: 1rem
    }

    .columns.is-variable.is-5-desktop {
        --columnGap: 1.25rem
    }

    .columns.is-variable.is-6-desktop {
        --columnGap: 1.5rem
    }

    .columns.is-variable.is-7-desktop {
        --columnGap: 1.75rem
    }

    .columns.is-variable.is-8-desktop {
        --columnGap: 2rem
    }

    .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: .75rem !important
    }

    .has-text-centered-desktop {
        text-align: center !important
    }

    .has-text-justified-desktop {
        text-align: justify !important
    }

    .has-text-left-desktop {
        text-align: left !important
    }

    .has-text-right-desktop {
        text-align: right !important
    }

    .is-block-desktop {
        display: block !important
    }

    .is-flex-desktop {
        display: flex !important
    }

    .is-inline-desktop {
        display: inline !important
    }

    .is-inline-block-desktop {
        display: inline-block !important
    }

    .is-inline-flex-desktop {
        display: inline-flex !important
    }

    .is-hidden-desktop {
        display: none !important
    }

    .is-invisible-desktop {
        visibility: hidden !important
    }

    .section {
        padding: 3rem 3rem
    }

        .section.is-medium {
            padding: 9rem 4.5rem
        }

        .section.is-large {
            padding: 18rem 6rem
        }
}

@media screen and (min-width: 1024px)and (max-width:1215px) {
    .columns.is-variable.is-0-desktop-only {
        --columnGap: 0
    }

    .columns.is-variable.is-1-desktop-only {
        --columnGap: .25rem
    }

    .columns.is-variable.is-2-desktop-only {
        --columnGap: .5rem
    }

    .columns.is-variable.is-3-desktop-only {
        --columnGap: .75rem
    }

    .columns.is-variable.is-4-desktop-only {
        --columnGap: 1rem
    }

    .columns.is-variable.is-5-desktop-only {
        --columnGap: 1.25rem
    }

    .columns.is-variable.is-6-desktop-only {
        --columnGap: 1.5rem
    }

    .columns.is-variable.is-7-desktop-only {
        --columnGap: 1.75rem
    }

    .columns.is-variable.is-8-desktop-only {
        --columnGap: 2rem
    }

    .has-text-centered-desktop-only {
        text-align: center !important
    }

    .has-text-justified-desktop-only {
        text-align: justify !important
    }

    .has-text-left-desktop-only {
        text-align: left !important
    }

    .has-text-right-desktop-only {
        text-align: right !important
    }

    .is-block-desktop-only {
        display: block !important
    }

    .is-flex-desktop-only {
        display: flex !important
    }

    .is-inline-desktop-only {
        display: inline !important
    }

    .is-inline-block-desktop-only {
        display: inline-block !important
    }

    .is-inline-flex-desktop-only {
        display: inline-flex !important
    }

    .is-hidden-desktop-only {
        display: none !important
    }

    .is-invisible-desktop-only {
        visibility: hidden !important
    }
}

@media(min-width: 1024px) {
    .navbar .navbar-menu-bottom .nav .navbar-link {
        background-color: rgba(0,0,0,0)
    }
}

@media screen and (min-width: 1216px) {
    .container:not(.is-max-desktop) {
        max-width: 1152px
    }

    .column.is-narrow-widescreen {
        flex: none;
        width: unset
    }

    .column.is-full-widescreen {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-widescreen {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-widescreen {
        flex: none;
        width: 66.6666%
    }

    .column.is-half-widescreen {
        flex: none;
        width: 50%
    }

    .column.is-one-third-widescreen {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-widescreen {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-widescreen {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-widescreen {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-widescreen {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-widescreen {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-widescreen {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-widescreen {
        margin-left: 66.6666%
    }

    .column.is-offset-half-widescreen {
        margin-left: 50%
    }

    .column.is-offset-one-third-widescreen {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-widescreen {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-widescreen {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-widescreen {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-widescreen {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-widescreen {
        margin-left: 80%
    }

    .column.is-0-widescreen {
        flex: none;
        width: 0
    }

    .column.is-offset-0-widescreen {
        margin-left: 0
    }

    .column.is-1-widescreen {
        flex: none;
        width: 8.33333337%
    }

    .column.is-offset-1-widescreen {
        margin-left: 8.33333337%
    }

    .column.is-2-widescreen {
        flex: none;
        width: 16.66666674%
    }

    .column.is-offset-2-widescreen {
        margin-left: 16.66666674%
    }

    .column.is-3-widescreen {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-widescreen {
        margin-left: 25%
    }

    .column.is-4-widescreen {
        flex: none;
        width: 33.33333337%
    }

    .column.is-offset-4-widescreen {
        margin-left: 33.33333337%
    }

    .column.is-5-widescreen {
        flex: none;
        width: 41.66666674%
    }

    .column.is-offset-5-widescreen {
        margin-left: 41.66666674%
    }

    .column.is-6-widescreen {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-widescreen {
        margin-left: 50%
    }

    .column.is-7-widescreen {
        flex: none;
        width: 58.33333337%
    }

    .column.is-offset-7-widescreen {
        margin-left: 58.33333337%
    }

    .column.is-8-widescreen {
        flex: none;
        width: 66.66666674%
    }

    .column.is-offset-8-widescreen {
        margin-left: 66.66666674%
    }

    .column.is-9-widescreen {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-widescreen {
        margin-left: 75%
    }

    .column.is-10-widescreen {
        flex: none;
        width: 83.33333337%
    }

    .column.is-offset-10-widescreen {
        margin-left: 83.33333337%
    }

    .column.is-11-widescreen {
        flex: none;
        width: 91.66666674%
    }

    .column.is-offset-11-widescreen {
        margin-left: 91.66666674%
    }

    .column.is-12-widescreen {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-widescreen {
        margin-left: 100%
    }

    .columns.is-variable.is-0-widescreen {
        --columnGap: 0
    }

    .columns.is-variable.is-1-widescreen {
        --columnGap: .25rem
    }

    .columns.is-variable.is-2-widescreen {
        --columnGap: .5rem
    }

    .columns.is-variable.is-3-widescreen {
        --columnGap: .75rem
    }

    .columns.is-variable.is-4-widescreen {
        --columnGap: 1rem
    }

    .columns.is-variable.is-5-widescreen {
        --columnGap: 1.25rem
    }

    .columns.is-variable.is-6-widescreen {
        --columnGap: 1.5rem
    }

    .columns.is-variable.is-7-widescreen {
        --columnGap: 1.75rem
    }

    .columns.is-variable.is-8-widescreen {
        --columnGap: 2rem
    }

    .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: .75rem !important
    }

    .has-text-centered-widescreen {
        text-align: center !important
    }

    .has-text-justified-widescreen {
        text-align: justify !important
    }

    .has-text-left-widescreen {
        text-align: left !important
    }

    .has-text-right-widescreen {
        text-align: right !important
    }

    .is-block-widescreen {
        display: block !important
    }

    .is-flex-widescreen {
        display: flex !important
    }

    .is-inline-widescreen {
        display: inline !important
    }

    .is-inline-block-widescreen {
        display: inline-block !important
    }

    .is-inline-flex-widescreen {
        display: inline-flex !important
    }

    .is-hidden-widescreen {
        display: none !important
    }

    .is-invisible-widescreen {
        visibility: hidden !important
    }
}

@media screen and (min-width: 1216px)and (max-width:1407px) {
    .columns.is-variable.is-0-widescreen-only {
        --columnGap: 0
    }

    .columns.is-variable.is-1-widescreen-only {
        --columnGap: .25rem
    }

    .columns.is-variable.is-2-widescreen-only {
        --columnGap: .5rem
    }

    .columns.is-variable.is-3-widescreen-only {
        --columnGap: .75rem
    }

    .columns.is-variable.is-4-widescreen-only {
        --columnGap: 1rem
    }

    .columns.is-variable.is-5-widescreen-only {
        --columnGap: 1.25rem
    }

    .columns.is-variable.is-6-widescreen-only {
        --columnGap: 1.5rem
    }

    .columns.is-variable.is-7-widescreen-only {
        --columnGap: 1.75rem
    }

    .columns.is-variable.is-8-widescreen-only {
        --columnGap: 2rem
    }

    .has-text-centered-widescreen-only {
        text-align: center !important
    }

    .has-text-justified-widescreen-only {
        text-align: justify !important
    }

    .has-text-left-widescreen-only {
        text-align: left !important
    }

    .has-text-right-widescreen-only {
        text-align: right !important
    }

    .is-block-widescreen-only {
        display: block !important
    }

    .is-flex-widescreen-only {
        display: flex !important
    }

    .is-inline-widescreen-only {
        display: inline !important
    }

    .is-inline-block-widescreen-only {
        display: inline-block !important
    }

    .is-inline-flex-widescreen-only {
        display: inline-flex !important
    }

    .is-hidden-widescreen-only {
        display: none !important
    }

    .is-invisible-widescreen-only {
        visibility: hidden !important
    }
}

@media(min-width: 1400px) {
    .alignfull {
        margin-left: calc((-100vw + 100%)*.5) !important
    }
}

@media screen and (min-width: 1400px) {
    .course-cards-block.alignwide {
        margin-left: -16rem !important;
        margin-right: -16rem !important
    }
}

@media screen and (min-width: 1408px) {
    .container:not(.is-max-desktop):not(.is-max-widescreen) {
        max-width: 1344px
    }

    .column.is-narrow-fullhd {
        flex: none;
        width: unset
    }

    .column.is-full-fullhd {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-fullhd {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-fullhd {
        flex: none;
        width: 66.6666%
    }

    .column.is-half-fullhd {
        flex: none;
        width: 50%
    }

    .column.is-one-third-fullhd {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-fullhd {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-fullhd {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-fullhd {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-fullhd {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-fullhd {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-fullhd {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-fullhd {
        margin-left: 66.6666%
    }

    .column.is-offset-half-fullhd {
        margin-left: 50%
    }

    .column.is-offset-one-third-fullhd {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-fullhd {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-fullhd {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-fullhd {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-fullhd {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-fullhd {
        margin-left: 80%
    }

    .column.is-0-fullhd {
        flex: none;
        width: 0
    }

    .column.is-offset-0-fullhd {
        margin-left: 0
    }

    .column.is-1-fullhd {
        flex: none;
        width: 8.33333337%
    }

    .column.is-offset-1-fullhd {
        margin-left: 8.33333337%
    }

    .column.is-2-fullhd {
        flex: none;
        width: 16.66666674%
    }

    .column.is-offset-2-fullhd {
        margin-left: 16.66666674%
    }

    .column.is-3-fullhd {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-fullhd {
        margin-left: 25%
    }

    .column.is-4-fullhd {
        flex: none;
        width: 33.33333337%
    }

    .column.is-offset-4-fullhd {
        margin-left: 33.33333337%
    }

    .column.is-5-fullhd {
        flex: none;
        width: 41.66666674%
    }

    .column.is-offset-5-fullhd {
        margin-left: 41.66666674%
    }

    .column.is-6-fullhd {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-fullhd {
        margin-left: 50%
    }

    .column.is-7-fullhd {
        flex: none;
        width: 58.33333337%
    }

    .column.is-offset-7-fullhd {
        margin-left: 58.33333337%
    }

    .column.is-8-fullhd {
        flex: none;
        width: 66.66666674%
    }

    .column.is-offset-8-fullhd {
        margin-left: 66.66666674%
    }

    .column.is-9-fullhd {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-fullhd {
        margin-left: 75%
    }

    .column.is-10-fullhd {
        flex: none;
        width: 83.33333337%
    }

    .column.is-offset-10-fullhd {
        margin-left: 83.33333337%
    }

    .column.is-11-fullhd {
        flex: none;
        width: 91.66666674%
    }

    .column.is-offset-11-fullhd {
        margin-left: 91.66666674%
    }

    .column.is-12-fullhd {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-fullhd {
        margin-left: 100%
    }

    .columns.is-variable.is-0-fullhd {
        --columnGap: 0
    }

    .columns.is-variable.is-1-fullhd {
        --columnGap: .25rem
    }

    .columns.is-variable.is-2-fullhd {
        --columnGap: .5rem
    }

    .columns.is-variable.is-3-fullhd {
        --columnGap: .75rem
    }

    .columns.is-variable.is-4-fullhd {
        --columnGap: 1rem
    }

    .columns.is-variable.is-5-fullhd {
        --columnGap: 1.25rem
    }

    .columns.is-variable.is-6-fullhd {
        --columnGap: 1.5rem
    }

    .columns.is-variable.is-7-fullhd {
        --columnGap: 1.75rem
    }

    .columns.is-variable.is-8-fullhd {
        --columnGap: 2rem
    }

    .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: .75rem !important
    }

    .has-text-centered-fullhd {
        text-align: center !important
    }

    .has-text-justified-fullhd {
        text-align: justify !important
    }

    .has-text-left-fullhd {
        text-align: left !important
    }

    .has-text-right-fullhd {
        text-align: right !important
    }

    .is-block-fullhd {
        display: block !important
    }

    .is-flex-fullhd {
        display: flex !important
    }

    .is-inline-fullhd {
        display: inline !important
    }

    .is-inline-block-fullhd {
        display: inline-block !important
    }

    .is-inline-flex-fullhd {
        display: inline-flex !important
    }

    .is-hidden-fullhd {
        display: none !important
    }

    .is-invisible-fullhd {
        visibility: hidden !important
    }
}

@media screen and (max-width: 1407px) {
    .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
        max-width: 1344px
    }
}

@media screen and (max-width: 1230px) {
    .course-cards-block.alignwide {
        margin-left: -6rem !important;
        margin-right: -6rem !important
    }
}

@media screen and (max-width: 1215px) {
    .container.is-widescreen:not(.is-max-desktop) {
        max-width: 1152px
    }
}

@media screen and (max-width: 1080px) {
    .course-cards-block.alignwide {
        margin-left: auto !important;
        margin-right: auto !important
    }
}

@media(max-width: 1024px) {
    .navbar .navbar-menu {
        box-shadow: none !important
    }

    .footer .explore, .footer .connect, .footer .corporate, .footer .copyright {
        flex-direction: column
    }

        .footer .explore .column, .footer .connect .column, .footer .corporate .column, .footer .copyright .column {
            width: 100%
        }

        .footer .explore .card-links a {
            min-height: 10em
        }

        .footer .connect .column {
            margin: 1em 0;
            width: 100%
        }

    body.archive:not(.post-type-archive-course) .banner .banner__content {
        height: 100% !important
    }

    .alignfull {
        width: 100vw !important;
        margin-left: calc((-100vw + 100%)*.5) !important
    }

    .wp-block-video-gallery.alignfull .swiper-button-next, .wp-block-video-gallery.alignfull .swiper-button-prev {
        top: 32vmin
    }
}

@media screen and (max-width: 1023px) {
    .navbar > .container {
        display: block
    }

    .navbar-brand .navbar-item, .navbar-tabs .navbar-item {
        align-items: center;
        display: flex
    }

    .navbar-link::after {
        display: none
    }

    .navbar-menu {
        background-color: #fff;
        box-shadow: 0 8px 16px rgba(10,10,10,.1);
        padding: .5rem 0
    }

        .navbar-menu.is-active {
            display: block
        }

    .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30
    }

    .navbar.is-fixed-bottom-touch {
        bottom: 0
    }

        .navbar.is-fixed-bottom-touch.has-shadow {
            box-shadow: 0 -2px 3px rgba(10,10,10,.1)
        }

    .navbar.is-fixed-top-touch {
        top: 0
    }

        .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
            -webkit-overflow-scrolling: touch;
            max-height: calc(100vh - 3.25rem);
            overflow: auto
        }

    html.has-navbar-fixed-top-touch, body.has-navbar-fixed-top-touch {
        padding-top: 3.25rem
    }

    html.has-navbar-fixed-bottom-touch, body.has-navbar-fixed-bottom-touch {
        padding-bottom: 3.25rem
    }

    .column.is-narrow-touch {
        flex: none;
        width: unset
    }

    .column.is-full-touch {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-touch {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-touch {
        flex: none;
        width: 66.6666%
    }

    .column.is-half-touch {
        flex: none;
        width: 50%
    }

    .column.is-one-third-touch {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-touch {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-touch {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-touch {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-touch {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-touch {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-touch {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-touch {
        margin-left: 66.6666%
    }

    .column.is-offset-half-touch {
        margin-left: 50%
    }

    .column.is-offset-one-third-touch {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-touch {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-touch {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-touch {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-touch {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-touch {
        margin-left: 80%
    }

    .column.is-0-touch {
        flex: none;
        width: 0
    }

    .column.is-offset-0-touch {
        margin-left: 0
    }

    .column.is-1-touch {
        flex: none;
        width: 8.33333337%
    }

    .column.is-offset-1-touch {
        margin-left: 8.33333337%
    }

    .column.is-2-touch {
        flex: none;
        width: 16.66666674%
    }

    .column.is-offset-2-touch {
        margin-left: 16.66666674%
    }

    .column.is-3-touch {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-touch {
        margin-left: 25%
    }

    .column.is-4-touch {
        flex: none;
        width: 33.33333337%
    }

    .column.is-offset-4-touch {
        margin-left: 33.33333337%
    }

    .column.is-5-touch {
        flex: none;
        width: 41.66666674%
    }

    .column.is-offset-5-touch {
        margin-left: 41.66666674%
    }

    .column.is-6-touch {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-touch {
        margin-left: 50%
    }

    .column.is-7-touch {
        flex: none;
        width: 58.33333337%
    }

    .column.is-offset-7-touch {
        margin-left: 58.33333337%
    }

    .column.is-8-touch {
        flex: none;
        width: 66.66666674%
    }

    .column.is-offset-8-touch {
        margin-left: 66.66666674%
    }

    .column.is-9-touch {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-touch {
        margin-left: 75%
    }

    .column.is-10-touch {
        flex: none;
        width: 83.33333337%
    }

    .column.is-offset-10-touch {
        margin-left: 83.33333337%
    }

    .column.is-11-touch {
        flex: none;
        width: 91.66666674%
    }

    .column.is-offset-11-touch {
        margin-left: 91.66666674%
    }

    .column.is-12-touch {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-touch {
        margin-left: 100%
    }

    .columns.is-variable.is-0-touch {
        --columnGap: 0
    }

    .columns.is-variable.is-1-touch {
        --columnGap: .25rem
    }

    .columns.is-variable.is-2-touch {
        --columnGap: .5rem
    }

    .columns.is-variable.is-3-touch {
        --columnGap: .75rem
    }

    .columns.is-variable.is-4-touch {
        --columnGap: 1rem
    }

    .columns.is-variable.is-5-touch {
        --columnGap: 1.25rem
    }

    .columns.is-variable.is-6-touch {
        --columnGap: 1.5rem
    }

    .columns.is-variable.is-7-touch {
        --columnGap: 1.75rem
    }

    .columns.is-variable.is-8-touch {
        --columnGap: 2rem
    }

    .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: .75rem !important
    }

    .has-text-centered-touch {
        text-align: center !important
    }

    .has-text-justified-touch {
        text-align: justify !important
    }

    .has-text-left-touch {
        text-align: left !important
    }

    .has-text-right-touch {
        text-align: right !important
    }

    .is-block-touch {
        display: block !important
    }

    .is-flex-touch {
        display: flex !important
    }

    .is-inline-touch {
        display: inline !important
    }

    .is-inline-block-touch {
        display: inline-block !important
    }

    .is-inline-flex-touch {
        display: inline-flex !important
    }

    .is-hidden-touch {
        display: none !important
    }

    .is-invisible-touch {
        visibility: hidden !important
    }

    .hero.is-white .navbar-menu {
        background-color: #fff
    }

    .hero.is-black .navbar-menu {
        background-color: #0a0a0a
    }

    .hero.is-light .navbar-menu {
        background-color: #f5f5f5
    }

    .hero.is-dark .navbar-menu {
        background-color: #363636
    }

    .hero.is-primary .navbar-menu {
        background-color: #00d1b2
    }

    .hero.is-link .navbar-menu {
        background-color: #485fc7
    }

    .hero.is-info .navbar-menu {
        background-color: #3e8ed0
    }

    .hero.is-success .navbar-menu {
        background-color: #48c78e
    }

    .hero.is-warning .navbar-menu {
        background-color: #ffe08a
    }

    .hero.is-danger .navbar-menu {
        background-color: #f14668
    }
}

@media(max-width: 1023px) {
    .full-width-touch {
        width: 100%
    }
}

@media(max-width: 960px) {
    .card--desc {
        width: 49%;
        margin-left: .5%;
        margin-right: .5%;
        flex-grow: 1
    }

    .navbar .navbar-brand .ofsted-logo-img {
        width: 3em
    }

    .navbar .navbar-menu-bottom .nav > .menu-item:hover, .navbar .navbar-menu-bottom .nav > .menu-item:focus, .navbar .navbar-menu-bottom .nav > .navbar-item:hover, .navbar .navbar-menu-bottom .nav > .navbar-item:focus {
        background-color: initial
    }

    .navbar .navbar-menu-bottom .nav > .menu-item:focus, .navbar .navbar-menu-bottom .nav > .menu-item:focus-visible, .navbar .navbar-menu-bottom .nav > .navbar-item:focus, .navbar .navbar-menu-bottom .nav > .navbar-item:focus-visible {
        outline: 2px solid #015ecc;
        outline-offset: -3px
    }

    .navbar .navbar-menu-bottom .nav {
        display: none !important
    }

    .navbar-burger {
        display: block !important
    }

    .navbar {
        height: initial
    }

        .navbar .navbar-brand {
            padding: 8px;
            width: 240px
        }

            .navbar .navbar-brand .logo-img {
                height: 40px !important;
                width: auto !important
            }

    .navbar-burger {
        margin: 0
    }

    .navbar .navbar-menu {
        width: calc(100% - 240px)
    }

    .navbar .navbar-menu-bottom {
        justify-content: flex-end !important
    }

    .navbar-menu-top {
        display: none !important
    }

    .navbar-menu-bottom .search {
        width: 40px
    }

        .navbar-menu-bottom .search #search-open-label {
            padding: 0
        }

    .nav {
        position: absolute;
        left: -240px;
        right: 0;
        top: 57px;
        z-index: 90;
        height: auto !important;
        background-color: #eab624;
        color: #1a3467;
        overflow: auto;
        max-height: calc(100vh - 56px)
    }

        .nav .navbar-toggle--submenu {
            display: flex
        }

        .nav .navbar-dropdown {
            white-space: normal !important
        }

            .nav .navbar-dropdown.depth-0 .menu-item, .nav .navbar-dropdown.depth-0 .navbar-toggle--submenu {
                background-color: #eab624
            }

            .nav .navbar-dropdown.depth-1 {
                width: 100% !important
            }

                .nav .navbar-dropdown.depth-1 .menu-item {
                    padding: 16px 32px !important;
                    background-color: #eab624;
                    font-weight: 400
                }

                    .nav .navbar-dropdown.depth-1 .menu-item:last-child {
                        border: 0
                    }

            .nav .navbar-dropdown:not(.depth-1) .has-dropdown {
                padding: 0 !important
            }

        .nav .navbar-item.has-dropdown .menu-item {
            color: #1a3467 !important
        }

            .nav .navbar-item.has-dropdown .menu-item:focus, .nav .navbar-item.has-dropdown .menu-item:active, .nav .navbar-item.has-dropdown .menu-item:hover {
                background-color: #eab624
            }

            .nav .navbar-item.has-dropdown .menu-item:focus, .nav .navbar-item.has-dropdown .menu-item:focus-visible {
                outline: 2px solid #015ecc;
                outline-offset: -3px
            }

        .nav .navbar-menu-bottom .nav a.menu-item:focus, .nav .navbar-menu-bottom .nav a.menu-item:focus-visible {
            outline: 2px solid #015ecc !important;
            outline-offset: -3px !important
        }

        .nav .navbar-item.has-dropdown input[type=checkbox]:focus ~ label {
            outline: 2px solid #015ecc;
            outline-offset: -3px;
            border-radius: 5px
        }

        .nav .menu-item {
            color: #1a3467 !important;
            width: 100%;
            padding: 16px;
            font-weight: 700
        }

            .nav .menu-item:last-child {
                border: 0
            }

    #toggle_mobile_menu:checked + .nav {
        display: block !important;
        height: auto !important
    }

    .menu-item-has-children {
        width: calc(100% - 48px) !important
    }

    .has-dropdown {
        flex-wrap: wrap;
        white-space: normal !important
    }

    #search-input, #banner-search-input, #nav-search-input, #hbk-search-input {
        right: -51px !important
    }

    .navbar-toggle--submenu {
        height: 56px;
        width: 48px;
        text-align: center;
        cursor: pointer;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0 !important
    }

    .navbar-dropdown {
        display: none !important
    }

    .toggle-chev {
        display: block
    }

    .nav > .has-dropdown {
        padding: 0 !important
    }

        .nav > .has-dropdown .toggle-sub-mobile:checked ~ .navbar-toggle--submenu .toggle-chev {
            transform: rotate(90deg)
        }

        .nav > .has-dropdown .toggle-sub-mobile:checked ~ .navbar-toggle--submenu.close_menu_button span {
            transform: rotate(90deg)
        }

            .nav > .has-dropdown .toggle-sub-mobile:checked ~ .navbar-toggle--submenu.close_menu_button span:last-child {
                left: 50%;
                right: 50%
            }

        .nav > .has-dropdown .toggle-sub-mobile:checked ~ .navbar-dropdown {
            display: flex !important;
            flex-wrap: wrap;
            position: relative !important;
            left: initial !important;
            top: initial !important;
            min-height: initial !important;
            opacity: 1;
            visibility: visible;
            pointer-events: initial
        }

            .nav > .has-dropdown .toggle-sub-mobile:checked ~ .navbar-dropdown .navbar-item {
                width: 100% !important
            }

                .nav > .has-dropdown .toggle-sub-mobile:checked ~ .navbar-dropdown .navbar-item.menu-item-has-children {
                    width: calc(100% - 48px) !important
                }

    .banner__content .wrapper {
        width: 60%
    }

    .side-tabs.desktop {
        display: none !important
    }

    .side-tabs.mobile {
        display: flex !important
    }

    .searchComponent .box__content .search-form input {
        width: 100% !important
    }

    .searchComponent .box__content .search-form .select {
        width: 69%
    }

    .searchComponent .box__content .search-form .button, .searchComponent .box__content .search-form .tribe-events-gmap {
        width: 100% !important
    }

    .ctaBoxes__box {
        width: 50%
    }

        .ctaBoxes__box:last-child {
            width: 100%
        }

    section.discoverArea .columns .column {
        width: 50%
    }

        section.discoverArea .columns .column:first-child, section.discoverArea .columns .column:last-child {
            width: 100%
        }

    body.search .searchForm__wrapper .results-for {
        width: 100%;
        display: flex;
        border-left: 0;
        border-top: 1px solid #79a3c6;
        margin-top: 1em;
        margin-left: 0;
        padding-left: 0
    }

    body.search .searchForm__filters-courses .searchForm__submitsection .button, body.search .searchForm__filters-courses .searchForm__submitsection .tribe-events-gmap {
        width: 100%
    }

    .hkb-template-category .hkb-subcats li {
        width: 48%
    }

    .hkb-article-list.cards {
        flex-direction: column
    }

        .hkb-article-list.cards li {
            margin: 8px 0;
            width: 100%
        }

    .alignwide {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .wp-block-video-gallery.alignwide .swiper-button-next, .wp-block-video-gallery.alignwide .swiper-button-prev {
        top: 28vmin
    }
}

@media(max-width: 900px) {
    .navbar .navbar-menu .banner-cta.newsletter {
        width: 100%;
        height: auto;
        left: 0;
        top: unset !important;
        bottom: 0
    }

        .navbar .navbar-menu .banner-cta.newsletter a {
            width: 100%;
            border-radius: unset;
            border: 0
        }

        .navbar .navbar-menu .banner-cta.newsletter svg {
            top: 25%;
            right: 16px
        }

            .navbar .navbar-menu .banner-cta.newsletter svg circle {
                fill: #fff
            }

            .navbar .navbar-menu .banner-cta.newsletter svg path {
                fill: #dd2f60
            }

    .tribe-events-single .columns > .column {
        flex-basis: initial !important;
        width: 100% !important
    }
}

@media(max-width: 830px) {
    .single-post--body pre, .single-post--body .wp-block-pullquote {
        max-width: calc(100% - 32px)
    }
}

@media(max-width: 800px) {
    .wp-block-video-gallery.horizontal .swiper-slide--inner {
        flex-wrap: wrap
    }

        .wp-block-video-gallery.horizontal .swiper-slide--inner .media-container {
            width: 100%
        }

        .wp-block-video-gallery.horizontal .swiper-slide--inner .caption {
            width: 100%
        }

    .wp-block-video-gallery.horizontal .swiper-button-next, .wp-block-video-gallery.horizontal .swiper-button-prev {
        top: 31vmin
    }

    .wp-block-video-gallery.horizontal .swiper-button-next {
        right: 10px
    }
}

@media(max-width: 769px) {
    .alignwide {
        width: 100% !important;
        margin-left: initial !important
    }

    .wp-block-pullquote.custom blockquote {
        text-align: left
    }

    .wp-block-pullquote.has-img {
        flex-direction: column-reverse
    }

        .wp-block-pullquote.has-img blockquote {
            width: 100%;
            text-align: center
        }

        .wp-block-pullquote.has-img .image-wrap {
            width: 10em;
            height: 10em;
            margin: 0 auto;
            border-radius: 50%;
            overflow: hidden;
            margin-top: 2rem
        }

    .wp-block-media-text {
        display: flex;
        flex-direction: column
    }

        .wp-block-media-text .wp-block-media-text__content {
            margin-top: 16px
        }

        .wp-block-media-text.has-media-on-the-right {
            flex-direction: column-reverse
        }

        .wp-block-media-text.alignfull .wp-block-media-text__content {
            padding: 0 16px
        }

    .social-share {
        flex-direction: column
    }

        .social-share ul {
            justify-content: center;
            padding: 8px 0 0 0
        }
}

@media screen and (max-width: 769px) {
    .course-cards-block__filter > * {
        flex-basis: initial
    }

    .course-cards-block select {
        width: 100%;
        margin-right: 0 !important
    }
}

@media screen and (max-width: 768px) {
    .button.is-responsive.is-small, .is-responsive.is-small.tribe-events-gmap {
        font-size: .5625rem
    }

    .button.is-responsive, .is-responsive.tribe-events-gmap, .button.is-responsive.is-normal {
        font-size: .65625rem
    }

        .button.is-responsive.is-medium, .is-responsive.is-medium.tribe-events-gmap {
            font-size: .75rem
        }

        .button.is-responsive.is-large, .is-responsive.is-large.tribe-events-gmap {
            font-size: 1rem
        }

    .field-label {
        margin-bottom: .5rem
    }

    .level-item:not(:last-child) {
        margin-bottom: .75rem
    }

    .level-left + .level-right {
        margin-top: 1.5rem
    }

    .media-content {
        overflow-x: auto
    }

    .pagination {
        flex-wrap: wrap
    }

    .pagination-previous, .pagination-next {
        flex-grow: 1;
        flex-shrink: 1
    }

    .pagination-list li {
        flex-grow: 1;
        flex-shrink: 1
    }

    .column.is-narrow-mobile {
        flex: none;
        width: unset
    }

    .column.is-full-mobile {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-mobile {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-mobile {
        flex: none;
        width: 66.6666%
    }

    .column.is-half-mobile {
        flex: none;
        width: 50%
    }

    .column.is-one-third-mobile {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-mobile {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-mobile {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-mobile {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-mobile {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-mobile {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-mobile {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-mobile {
        margin-left: 66.6666%
    }

    .column.is-offset-half-mobile {
        margin-left: 50%
    }

    .column.is-offset-one-third-mobile {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-mobile {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-mobile {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-mobile {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-mobile {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-mobile {
        margin-left: 80%
    }

    .column.is-0-mobile {
        flex: none;
        width: 0
    }

    .column.is-offset-0-mobile {
        margin-left: 0
    }

    .column.is-1-mobile {
        flex: none;
        width: 8.33333337%
    }

    .column.is-offset-1-mobile {
        margin-left: 8.33333337%
    }

    .column.is-2-mobile {
        flex: none;
        width: 16.66666674%
    }

    .column.is-offset-2-mobile {
        margin-left: 16.66666674%
    }

    .column.is-3-mobile {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-mobile {
        margin-left: 25%
    }

    .column.is-4-mobile {
        flex: none;
        width: 33.33333337%
    }

    .column.is-offset-4-mobile {
        margin-left: 33.33333337%
    }

    .column.is-5-mobile {
        flex: none;
        width: 41.66666674%
    }

    .column.is-offset-5-mobile {
        margin-left: 41.66666674%
    }

    .column.is-6-mobile {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-mobile {
        margin-left: 50%
    }

    .column.is-7-mobile {
        flex: none;
        width: 58.33333337%
    }

    .column.is-offset-7-mobile {
        margin-left: 58.33333337%
    }

    .column.is-8-mobile {
        flex: none;
        width: 66.66666674%
    }

    .column.is-offset-8-mobile {
        margin-left: 66.66666674%
    }

    .column.is-9-mobile {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-mobile {
        margin-left: 75%
    }

    .column.is-10-mobile {
        flex: none;
        width: 83.33333337%
    }

    .column.is-offset-10-mobile {
        margin-left: 83.33333337%
    }

    .column.is-11-mobile {
        flex: none;
        width: 91.66666674%
    }

    .column.is-offset-11-mobile {
        margin-left: 91.66666674%
    }

    .column.is-12-mobile {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-mobile {
        margin-left: 100%
    }

    .columns.is-variable.is-0-mobile {
        --columnGap: 0
    }

    .columns.is-variable.is-1-mobile {
        --columnGap: .25rem
    }

    .columns.is-variable.is-2-mobile {
        --columnGap: .5rem
    }

    .columns.is-variable.is-3-mobile {
        --columnGap: .75rem
    }

    .columns.is-variable.is-4-mobile {
        --columnGap: 1rem
    }

    .columns.is-variable.is-5-mobile {
        --columnGap: 1.25rem
    }

    .columns.is-variable.is-6-mobile {
        --columnGap: 1.5rem
    }

    .columns.is-variable.is-7-mobile {
        --columnGap: 1.75rem
    }

    .columns.is-variable.is-8-mobile {
        --columnGap: 2rem
    }

    .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: .75rem !important
    }

    .has-text-centered-mobile {
        text-align: center !important
    }

    .has-text-justified-mobile {
        text-align: justify !important
    }

    .has-text-left-mobile {
        text-align: left !important
    }

    .has-text-right-mobile {
        text-align: right !important
    }

    .is-block-mobile {
        display: block !important
    }

    .is-flex-mobile {
        display: flex !important
    }

    .is-inline-mobile {
        display: inline !important
    }

    .is-inline-block-mobile {
        display: inline-block !important
    }

    .is-inline-flex-mobile {
        display: inline-flex !important
    }

    .is-hidden-mobile {
        display: none !important
    }

    .is-invisible-mobile {
        visibility: hidden !important
    }

    .hero.is-white.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#e8e3e4 0,hsl(0,0%,100%) 71%,white 100%)
    }

    .hero.is-black.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,black 0,hsl(0,0%,4%) 71%,#181616 100%)
    }

    .hero.is-light.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#dfd8d9 0,hsl(0,0%,96%) 71%,white 100%)
    }

    .hero.is-dark.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#1f191a 0,hsl(0,0%,21%) 71%,#46403f 100%)
    }

    .hero.is-primary.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#009e6c 0,hsl(171,100%,41%) 71%,#00e7eb 100%)
    }

    .hero.is-link.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#2959b3 0,hsl(229,53%,53%) 71%,#5658d2 100%)
    }

    .hero.is-info.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#208fbc 0,hsl(207,61%,53%) 71%,#4d83db 100%)
    }

    .hero.is-success.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#29b35e 0,hsl(153,53%,53%) 71%,#56d2af 100%)
    }

    .hero.is-warning.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#ffb657 0,hsl(44,100%,77%) 71%,#fff6a3 100%)
    }

    .hero.is-danger.is-bold .navbar-menu {
        background-image: linear-gradient(141deg,#fa0a62 0,hsl(348,86%,61%) 71%,#f7595f 100%)
    }

    .hero-video {
        display: none
    }

    .hero-buttons .button, .hero-buttons .tribe-events-gmap {
        display: flex
    }

        .hero-buttons .button:not(:last-child), .hero-buttons .tribe-events-gmap:not(:last-child) {
            margin-bottom: .75rem
        }
}

@media(max-width: 768px) {
    .wp-block-button.wp-block-button__width-50, .wp-block-button.wp-block-button__width-25, .wp-block-button.wp-block-button__width-75 {
        width: 100% !important;
        justify-content: center
    }

    .container {
        width: 90%;
        max-width: 90%
    }

    .full-width-mobile {
        width: 100%
    }

    .hide-mobile {
        display: none !important
    }

    table, .wp-block-table table {
        width: auto;
        overflow: scroll
    }

    .card {
        width: 100%;
        margin-bottom: 1rem
    }

    .navbar .navbar-menu-bottom .nav .navbar-item.is-active {
        background-color: #eab624 !important
    }

    .footer .explore .column:first-child {
        padding-right: initial
    }

    .footer .explore .card-links {
        flex-flow: row wrap
    }

        .footer .explore .card-links a {
            width: 48%;
            margin: 1em 0
        }

    .footer .corporate .column {
        margin: 1em 0;
        width: 100%
    }

        .footer .corporate .column:last-child {
            flex-wrap: wrap
        }

    .banner img {
        height: 25em
    }

    .banner__content .container {
        padding: 24px
    }

    .banner__content {
        position: relative;
        padding: 0 !important;
        height: auto
    }

        .banner__content .container {
            width: 100%
        }

    .banner__content {
        padding: 3em 0 0
    }

        .banner__content.has_video {
            height: 60vh
        }

        .banner__content .wrapper {
            width: 100%
        }

    .post-type-archive-course .banner {
        height: auto !important
    }

        .post-type-archive-course .banner img {
            height: 30rem !important
        }

    .searchForm .inputWrap {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1em
    }

    .searchForm button {
        width: 100%
    }

    .home .banner:before {
        display: none
    }

    .home .banner:after {
        display: none
    }

    body.knowledgebase .banner, .page-id-163 .banner, .post-type-archive-ht_kb .banner {
        background-size: 112%,70%
    }

    body.archive:not(.post-type-archive-course) .banner {
        background: none !important;
        height: auto !important
    }

        body.archive:not(.post-type-archive-course) .banner .banner__content .container {
            padding: 100px 24px 4px 24px
        }

            body.archive:not(.post-type-archive-course) .banner .banner__content .container .wrapper {
                width: 100%
            }

    .banner.events {
        background-size: 112%,70%
    }

        .banner.events .banner-content .tribe-events-before-html {
            width: 100%
        }

    .container-mobile-image.events-archive {
        width: 100vw;
        margin-left: -5.5%;
        max-height: 200px
    }

        .container-mobile-image.events-archive img {
            -o-object-fit: contain;
            object-fit: contain;
            height: auto;
            width: 100%;
            display: block !important
        }

    #student-work .square {
        width: 48%
    }

    section.discoverArea .columns .column {
        width: 100%
    }

    .coverBox h2, .coverBox p {
        max-width: 100%
    }

    .cardList > p {
        width: 100%
    }

    .partners > p {
        width: 100%
    }

    .career-coach > .column .column {
        border-bottom: 1px solid #e3e3e3;
        border-right: 0;
        text-align: center
    }

    .career-coach .mobile-scroll {
        overflow: auto
    }

        .career-coach .mobile-scroll .column.is-3 {
            width: 100% !important
        }

    body.home .tabbed .search-form input, body.home .tabbed .search-form button {
        width: 100% !important
    }

    body.home .ctaBoxes .button, body.home .ctaBoxes .tribe-events-gmap {
        width: 100% !important;
        max-width: initial;
        margin-right: 0 !important
    }

    body.home .ctaBoxes__box {
        padding: 2em 1em
    }

    body.home .discoverArea {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    body.search .searchForm__wrapper .container {
        padding-top: 24px;
        padding-bottom: 24px
    }

    body.search .searchForm__filters {
        height: auto
    }

        body.search .searchForm__filters .filter-btn {
            border: 1px solid #e3e3e3;
            margin: 0 -1px -1px -1px
        }

    body.search .searchForm__filters-courses .filter-btns {
        display: flex
    }

        body.search .searchForm__filters-courses .filter-btns input {
            width: 100%
        }

    .stickyMenu__apply {
        width: 50%
    }

        .stickyMenu__apply a {
            width: 100%
        }

    .single-course_mode .banner img, .single-course .banner img {
        height: 25em
    }

    .single-course_mode .breadcrumbs, .single-course .breadcrumbs {
        display: none
    }

    .single-course_mode .banner__content .wrapper, .single-course .banner__content .wrapper {
        width: 100%
    }

    .single-tribe_events .banner {
        height: 168px !important
    }

    .tribe-events-c-events-bar__search-button .button, .tribe-events-c-events-bar__search-button .tribe-events-gmap {
        min-width: 10em
    }

    .tribe-events-c-search__input-group .tribe-common-form-control-text__input {
        padding-left: 16px
    }

    .page-template-page-career .banner__content .wrapper {
        width: 100%
    }

    .hkb-hero-container {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .gutenberg-page.page main .container {
        width: 90%;
        max-width: 90% !important
    }

    .wp-block-column {
        margin-bottom: 1.75em
    }
}

@media(max-width: 718px) {
    .gform_body table thead {
        display: none
    }

    .gform_body table td {
        display: block;
        margin-bottom: 8px;
        padding: 0 !important
    }

        .gform_body table td:after {
            content: attr(data-label);
            font-size: 12px;
            white-space: nowrap;
            display: block;
            clear: both
        }
}

@media(max-width: 640px) {
    .gform_body .clear-multi .gfield_date_dropdown_day, .gform_body .clear-multi .gfield_date_dropdown_month, .gform_body .clear-multi .gfield_date_dropdown_year, .gform_footer .clear-multi .gfield_date_dropdown_day, .gform_footer .clear-multi .gfield_date_dropdown_month, .gform_footer .clear-multi .gfield_date_dropdown_year {
        width: 100%
    }

    .pagination .page-numbers {
        margin-top: .3em;
        margin-bottom: .3em
    }

    .card--desc {
        width: 100%
    }

    .footer .explore .card-links a {
        width: 100%;
        margin: 1em 0
    }

    #student-work .square {
        width: 100%
    }

    .searchComponent .tabbed label {
        width: 50%
    }

    .ctaBoxes__box {
        width: 100%
    }

    .coverBox .button, .coverBox .tribe-events-gmap {
        max-width: 100%;
        width: 100%
    }

        .coverBox .button:first-child, .coverBox .tribe-events-gmap:first-child {
            margin-right: 0 !important
        }

    .cardList .centeredBtn {
        max-width: 100%
    }

    .partners .centeredBtn {
        max-width: 100%
    }

    .newsletter input {
        width: 100%
    }

    .newsletter button {
        width: 100%
    }

    .stickyMenu > div {
        position: relative;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: visible
    }

    .stickyMenu ul {
        display: none;
        position: absolute;
        top: 48px;
        width: 100%;
        left: 0;
        height: auto;
        flex-wrap: wrap;
        background-color: #fff;
        padding-left: 0;
        padding-right: 0
    }

        .stickyMenu ul li {
            border-bottom: 1px solid #e3e3e3;
            width: 100%;
            height: 3em;
            min-height: initial
        }

            .stickyMenu ul li a {
                width: 100%;
                justify-content: center;
                color: #000
            }

    .select.goTo {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        width: 50%;
        height: 48px;
        padding-left: 1em;
        border-bottom: 1px solid #e3e3e3
    }

    .courseHeader__box {
        width: 100%;
        border-bottom: 1px solid #e3e3e3
    }

    .courseHeader .applyDropdown {
        background-color: #fff !important;
        border: none !important
    }

        .courseHeader .applyDropdown .select {
            width: 100%;
            margin-right: 0;
            margin-bottom: 1em
        }

            .courseHeader .applyDropdown .select:after {
                display: none
            }

    #courseSummary .container, #requirements .container, #facilities .container {
        padding-top: 0
    }

    .has-event #courseSummary .container {
        padding-top: 0
    }

    .hkb-template-category .hkb-subcats li {
        width: 100%
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes moveIndeterminate {
    from {
        background-position: 200% 0
    }

    to {
        background-position: -200% 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
