/*  Phoenix ATS 
 *	Recruitment Software solution from Capital Software
 *	version 5
 *	http://www.phoenixats.com/
 */
html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

nav.navbar {
    flex: 0 0 auto;
}

main.body-content {
    flex: 1 0 auto;
}

footer.site-footer {
    flex: 0 0 auto;
}

.btn {
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    .btn:hover, .btn:focus {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.btn-social-icon {
    min-width: initial;
}

.btn-default {
    background: #fff;
    border: 0;
}

    .btn-default:hover, .btn-default:focus {
        background: #fff;
        border-color: #4f93ce;
    }

    .btn-default:focus {
        -webkit-box-shadow: 0, 0, 0, #fff;
        -moz-box-shadow: 0, 0, 0, #fff;
        box-shadow: 0, 0, 0, #fff;
    }

.btn-primary, .btn-info {
    background: #337ab7;
}

    .btn-primary:hover, .btn-info:hover, .btn-primary:focus, .btn-info:focus {
        background-color: #4f93ce;
        -webkit-transition: all, 0.1s, ease-in-out;
        -moz-transition: all, 0.1s, ease-in-out;
        -ms-transition: all, 0.1s, ease-in-out;
        -o-transition: all, 0.1s, ease-in-out;
        transition: all, 0.1s, ease-in-out;
    }

a.btn {
    display: inline-block\9;
    margin-bottom: 3px\9;
}

.main-content .search-jobs .control-label {
    font-size: 16px;
    font-size: 1.6rem;
}

.form-control {
    border-color: #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    .form-control:hover, .form-control:focus {
        border-color: #c4c4c4;
    }

    .form-control:focus {
        -webkit-box-shadow: 0 0 5px #ddd;
        -moz-box-shadow: 0 0 5px #ddd;
        box-shadow: 0 0 5px #ddd;
    }

.thumbnail .caption {
    color: #777;
}

.alert {
    margin: 20px 0;
    font-weight: bold;
}

.alert-danger {
    background-color: #ffdcda;
    border-color: #f44336;
    color: #f44336;
}

.pagination .active > a, .pagination .active > a:hover, .pagination .active > a:focus,
.pagination .active > span, .pagination .active > span:hover, .pagination .active > span:focus {
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination li > a:hover, .pagination li > a:focus,
.pagination li > span:hover, .pagination li > span:focus {
    border-color: #ddd;
}

.pagination li > a, .pagination li > span,
.pagination .disabled > a, .pagination .disabled > a:hover {
    color: #337ab7;
    border-color: #ddd;
}

i#social {
    opacity: 0.85;
}

    i#social:hover, i#social:focus {
        -webkit-transition: all, 0.2s, ease-in-out;
        -moz-transition: all, 0.2s, ease-in-out;
        -ms-transition: all, 0.2s, ease-in-out;
        -o-transition: all, 0.2s, ease-in-out;
        transition: all, 0.2s, ease-in-out;
        opacity: 1;
    }

.linkedinimport {
    font-family: Roboto, Arial, sans-serif;
    padding-left: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

    .linkedinimport i.fa-linkedin {
        line-height: 32px;
    }

ul.nav-wizard {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    ul.nav-wizard li:before {
        border-left-color: #fff;
    }

    ul.nav-wizard li a {
        color: #000;
    }

    ul.nav-wizard li.active {
        color: #fff;
        background: #337ab7;
    }

        ul.nav-wizard li.active a, ul.nav-wizard li.active a:active, ul.nav-wizard li.active a:focus, ul.nav-wizard li.active a:visited {
            color: #fff;
            background: #337ab7;
        }

        ul.nav-wizard li.active:after {
            border-left-color: #27829E;
        }

    ul.nav-wizard li:after {
        border-left-color: #27829E !important;
    }

.thumbnail {
    border-color: #eee;
}

    .thumbnail:hover {
        border-color: #ddd;
    }

#JobNumberOrTitle.k-textbox {
    width: 100%;
}

.k-textbox {
    border-color: #ddd;
    max-width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    .k-textbox:hover, .k-textbox:focus {
        border-color: #c4c4c4;
    }

    .k-textbox:focus {
        -webkit-box-shadow: 0 0 5px #ddd;
        -moz-box-shadow: 0 0 5px #ddd;
        box-shadow: 0 0 5px #ddd;
    }

    .k-textbox:focus, .k-autocomplete.k-state-focused, .k-picker-wrap.k-state-focused,
    .k-numeric-wrap.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-multiselect.k-header.k-state-focused {
        -webkit-box-shadow: 0 0 5px #ddd;
        -moz-box-shadow: 0 0 5px #ddd;
        box-shadow: 0 0 5px #ddd;
    }

.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default,
.k-dropdown-wrap.k-state-default, .k-multiselect.k-header, .k-state-default > .k-select {
    border-color: #ddd;
}

.k-state-hover span {
    background-color: #ddd;
}

.k-calendar .k-header, .k-calendar .k-footer, .k-calendar .k-footer .k-nav-today {
    background-color: #ddd;
}

    .k-calendar .k-footer .k-nav-today:hover, .k-calendar .k-footer .k-nav-today.k-state-hover,
    .k-link.k-state-hover, .k-state-hover, .k-state-hover:hover,
    .k-calendar .k-link.k-nav-fast.k-state-hover, .k-state-focused {
        background-color: #ddd;
    }

    .k-calendar .k-footer .k-nav-today:active,
    .k-calendar .k-footer .k-nav-today:active,
    .k-heade .k-link:active,
    .k-calendar .k-link.k-nav-fast:active {
        color: #000;
        background-color: #ddd;
    }

::-moz-selection {
    background: #337ab7;
    color: #000;
}

::selection {
    background: #337ab7;
    color: #000;
}

.username {
    color: #ddd;
}

hr {
    border-color: #ddd;
}

body {
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #777;
}

p {
    font-family: Roboto, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000;
    font-family: Roboto, Arial, sans-serif;
    font-weight: bold;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
    .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
        color: #000;
    }

        h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus,
        .h1 a:hover,
        .h1 a:focus, .h2 a:hover, .h2 a:focus, .h3 a:hover, .h3 a:focus, .h4 a:hover, .h4 a:focus, .h5 a:hover, .h5 a:focus, .h6 a:hover, .h6 a:focus {
            color: #000;
        }

h1, .h1 {
    font-size: 36px;
    font-size: 3.6rem;
    font-family: Roboto, Arial, sans-serif;
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 25px;
        font-size: 2.5rem;
    }
}

h2, .h2 {
    font-size: 30px;
    font-size: 3rem;
}

@media (max-width: 767px) {
    h2, .h2 {
        font-size: 20px;
        font-size: 2rem;
    }
}

h3, .h3 {
    font-size: 21px;
    font-size: 2.1rem;
}

@media (max-width: 767px) {
    h3, .h3 {
        font-size: 17px;
        font-size: 1.7rem;
    }
}

h4, .h4 {
    font-size: 18px;
    font-size: 1.8rem;
}

@media (max-width: 767px) {
    h4, .h4 {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

h5, .h5 {
    font-size: 16px;
    font-size: 1.6rem;
}

a {
    color: #337ab7;
}

    a:hover, a:focus {
        color: #337ab7;
        text-decoration: underline;
    }

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th,
.table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td,
.control-label,
.k-textbox,
.k-picker-wrap, .k-calendar-container table {
    font-size: 14px;
    font-size: 1.4rem;
}

.logo-nav-header {
    float: left;
    min-height: 65px;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .logo-nav-header .logo {
        margin-left: 15px;
    }
}

.navbar-default .navbar-brand {
    color: #337ab7;
}

    .navbar-default .navbar-brand:hover {
        color: #2d6da3;
    }

.navbar-default .navbar-nav > li > a {
    color: #337ab7;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #285f8f;
    }

.navbar-default .navbar-toggle {
    margin-right: 0;
}

@media (max-width: 767px) {
    .navbar-default .navbar-toggle {
        margin-right: 15px;
    }
}

.desktop-nav {
    display: flex;
    align-items: center;
    min-height: 65px;
}

.mobile-nav-btn {
    float: right;
    display: flex;
    align-items: center;
    min-height: 65px;
}

.sidebar {
    margin-top: 20px;
}

.careernav p {
    margin-bottom: 0;
}

.careernav a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .careernav a:hover, .careernav a:focus {
        background-color: #337ab7;
        color: #fff;
        text-decoration: none;
        padding-left: 10px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.panel-default {
    border-color: #337ab7;
}

    .panel-default .panel-heading {
        background-color: #337ab7;
        color: #fff;
    }

.team-grid .member:hover:after {
    background: #337ab7;
}

footer {
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

/*# sourceMappingURL=Site.css.map */


/*! CSS Used from: https://wgc.school.nz/wp-content/plugins/wpfront-notification-bar/css/wpfront-notification-bar.min.css?ver=2.2.0.082910 ; media=all */
@media all {
    #wpfront-notification-bar {
        visibility: hidden;
        position: fixed;
        overflow: hidden;
        left: 0;
        right: 0;
        color: #fff;
        background-color: #000;
    }

    .wpfront-bottom-shadow {
        -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.75);
        -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.75);
        box-shadow: 0 5px 5px 0 rgba(0,0,0,0.75);
    }

    #wpfront-notification-bar.wpfront-fixed {
        position: fixed;
        z-index: 9999;
        width: 100%;
    }

    #wpfront-notification-bar.top {
        top: 0;
    }

    #wpfront-notification-bar div.wpfront-close {
        position: absolute;
        top: 3px;
        right: 5px;
        cursor: pointer;
        font-family: Arial,sans-serif;
        font-weight: bold;
        line-height: 0;
        font-size: 10px;
        padding: 5px 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    #wpfront-notification-bar table, #wpfront-notification-bar tbody, #wpfront-notification-bar tr {
        margin: auto;
        border: 0;
        padding: 0;
        background: inherit;
    }

    #wpfront-notification-bar td {
        background: inherit;
        vertical-align: middle;
        text-align: center;
        border: 0;
        margin: 0;
        padding: 5px 0;
        line-height: 1em;
    }

    #wpfront-notification-bar div {
        text-align: center;
        display: inline-block;
        vertical-align: middle;
    }

    #wpfront-notification-bar a.wpfront-button {
        display: inline-block;
        box-shadow: 0 1px 2px rgba(0,0,0,0.2);
        white-space: nowrap;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        text-shadow: 0 1px 1px rgba(0,0,0,0.3);
        cursor: pointer;
        padding: 5px 10px;
        margin-left: 5px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
    }

    #wpfront-notification-bar-open-button {
        position: absolute;
        right: 10px;
        z-index: 9999;
        border: 3px solid white;
        width: 23px;
        height: 30px;
        cursor: pointer;
        background-repeat: no-repeat;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        #wpfront-notification-bar-open-button.hidden {
            display: none;
        }

        #wpfront-notification-bar-open-button.top {
            top: 0;
            background-position: top center;
            border-top: 0;
            -webkit-border-top-right-radius: 0;
            -webkit-border-top-left-radius: 0;
            -moz-border-radius-topright: 0;
            -moz-border-radius-topleft: 0;
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

    #wpfront-notification-bar-spacer {
        position: relative;
    }
}
/*! CSS Used from: https://wgc.school.nz/wp-content/themes/ed-school/assets/css/groundwork-responsive.css?ver=5.8.1 ; media=all */
@media all {
    .hidden {
        display: none !important;
    }
}
/*! CSS Used from: https://wgc.school.nz/wp-content/themes/ed-school/style.css?ver=5.8.1 ; media=all */
@media all {
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    a {
        color: #282828;
        text-decoration: none;
    }

        a:focus {
            outline: thin dotted;
        }

        a:active, a:hover {
            color: #4f4f4f;
        }

        a:hover {
            text-decoration: none;
        }

    b {
        font-weight: bold;
    }

    table {
        border: 1px solid #dadada;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 14px;
        line-height: 2;
        margin: 0 0 20px;
        width: 100%;
    }

    td {
        font-weight: normal;
        text-align: left;
    }

    td {
        padding: 15px;
    }

    td {
        border: 1px solid #dadada;
    }

    ::-webkit-input-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    :-moz-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    ::-moz-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    :-ms-input-placeholder {
        color: #7B8085;
        font-weight: 300;
    }

    a:focus {
        outline: 0;
    }

    ::-webkit-input-placeholder {
        padding-left: 10px;
    }

    :-moz-placeholder {
        padding-left: 10px;
    }

    ::-moz-placeholder {
        padding-left: 10px;
    }

    :-ms-input-placeholder {
        padding-left: 10px;
    }
}
/*! CSS Used from: https://wgc.school.nz/wp-content/themes/ed-school-child/style.css?ver=1.0.0 ; media=all */
@media all {
    /*! @import https://wgc.school.nz/wp-content/themes/ed-school/style.css */
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    a {
        color: #282828;
        text-decoration: none;
    }

        a:focus {
            outline: thin dotted;
        }

        a:active, a:hover {
            color: #4f4f4f;
        }

        a:hover {
            text-decoration: none;
        }

    b {
        font-weight: bold;
    }

    table {
        border: 1px solid #dadada;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 14px;
        line-height: 2;
        margin: 0 0 20px;
        width: 100%;
    }

    td {
        font-weight: normal;
        text-align: left;
    }

    td {
        padding: 15px;
    }

    td {
        border: 1px solid #dadada;
    }

    ::-webkit-input-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    :-moz-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    ::-moz-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    :-ms-input-placeholder {
        color: #7B8085;
        font-weight: 300;
    }

    a:focus {
        outline: 0;
    }

    ::-webkit-input-placeholder {
        padding-left: 10px;
    }

    :-moz-placeholder {
        padding-left: 10px;
    }

    ::-moz-placeholder {
        padding-left: 10px;
    }

    :-ms-input-placeholder {
        padding-left: 10px;
    }
    /*! end @import */
}
/*! CSS Used from: https://wgc.school.nz/wp-content/uploads/ed_school_options_style.css?ver=5.8.1 ; media=all */
@media all {
    a {
        color: #353434;
    }

        a:hover {
            color: #008c95;
        }

        a:active {
            color: #008c95;
        }

    a {
        color: #000;
    }

        a:hover {
            color: #000000;
        }

    a {
        color: #000;
    }

        a:hover {
            color: #000000;
        }

    a {
        color: #000;
    }

        a:hover {
            color: #000000;
        }
}
/*! CSS Used from: Embedded */
#wpfront-notification-bar {
    background: #ff0000;
    background: -moz-linear-gradient(top, #ff0000 0%, #ff0505 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#ff0505));
    background: -webkit-linear-gradient(top, #ff0000 0%,#ff0505 100%);
    background: -o-linear-gradient(top, #ff0000 0%,#ff0505 100%);
    background: -ms-linear-gradient(top, #ff0000 0%,#ff0505 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ff0505 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0505',GradientType=0 );
}

    #wpfront-notification-bar div.wpfront-message {
        color: #ffffff;
    }

    #wpfront-notification-bar a.wpfront-button {
        background: #00b7ea;
        background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3));
        background: -webkit-linear-gradient(top, #00b7ea 0%,#009ec3 100%);
        background: -o-linear-gradient(top, #00b7ea 0%,#009ec3 100%);
        background: -ms-linear-gradient(top, #00b7ea 0%,#009ec3 100%);
        background: linear-gradient(to bottom, #00b7ea 0%, #009ec3 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 );
        color: #ffffff;
    }

#wpfront-notification-bar-open-button {
    background-color: #00b7ea;
}

    #wpfront-notification-bar-open-button.top {
        background-image: url(https://wgc.school.nz/wp-content/plugins/wpfront-notification-bar/images/arrow_down.png);
    }

#wpfront-notification-bar div.wpfront-close {
    border: 1px solid #555555;
    background-color: #555555;
    color: #000000;
}

    #wpfront-notification-bar div.wpfront-close:hover {
        border: 1px solid #aaaaaa;
        background-color: #aaaaaa;
    }


/*! CSS Used from: https://wgc.school.nz/wp-content/themes/ed-school/assets/css/theme-icons.css?ver=5.8.1 ; media=all */
@media all {
    [class^="icon-ed"]:before {
        font-family: 'ed-icon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .icon-edright-arrow:before {
        content: "\e92c";
    }
}
/*! CSS Used from: https://wgc.school.nz/wp-content/uploads/asp_upload/style.instances-ho-is-po-no-da-au-co-au-ga-se-is.css?ver=06bXgP ; media=all */
@media all {
    div.ajaxsearchpro.asp_main_container {
        transition: width 130ms linear;
        -webkit-transition: width 130ms linear;
    }

    div.asp_w.ajaxsearchpro, div.asp_w.asp_r, div.asp_w.asp_s {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -ms-box-sizing: content-box;
        -o-box-sizing: content-box;
        box-sizing: content-box;
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 0;
        text-transform: none;
        text-shadow: none;
        box-shadow: none;
        text-decoration: none;
        text-align: left;
        text-indent: initial;
        letter-spacing: normal;
        font-display: swap;
    }

    div.asp_w_container div[id*=__original__] {
        display: none !important;
    }

    div.asp_w.ajaxsearchpro {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    div.asp_w.asp_r, div.asp_w.asp_r * {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    div.asp_w.ajaxsearchpro input[type=text]::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }

    div.asp_w.ajaxsearchpro input[type=text]::-ms-reveal {
        display: none;
        width: 0;
        height: 0;
    }

    div.asp_w.ajaxsearchpro input[type="search"] {
        -webkit-appearance: textfield !important;
    }

    .asp_clear {
        clear: both !important;
        margin: 0 !important;
        padding: 0 !important;
        width: auto !important;
        height: 0 !important;
    }

    .hiddend {
        display: none !important;
    }

    div.asp_w.ajaxsearchpro {
        width: 100%;
        height: auto;
        border-radius: 0;
        background: rgba(255,255,255,0);
        overflow: hidden;
    }

        div.asp_w.ajaxsearchpro.asp_non_compact {
            min-width: 200px;
        }

    div.asp_m.ajaxsearchpro .proinput input:before, div.asp_m.ajaxsearchpro .proinput input:after, div.asp_m.ajaxsearchpro .proinput form:before, div.asp_m.ajaxsearchpro .proinput form:after {
        display: none;
    }

    div.asp_w.ajaxsearchpro input:focus {
        outline: none;
    }

    div.asp_m.ajaxsearchpro .probox .proinput input::-ms-clear {
        display: none;
    }

    div.asp_m.ajaxsearchpro .probox {
        width: auto;
        border-radius: 5px;
        background: #FFF;
        overflow: hidden;
        border: 1px solid #FFF;
        box-shadow: 1px 0 3px #CCC inset;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        direction: ltr;
        align-items: stretch;
    }

        div.asp_m.ajaxsearchpro .probox .proinput {
            width: 1px;
            height: 100%;
            margin: 0 0 0 10px;
            padding: 0 5px;
            float: left;
            box-shadow: none;
            position: relative;
            flex: 1 1 auto;
            -webkit-flex: 1 1 auto;
            z-index: 0;
        }

            div.asp_m.ajaxsearchpro .probox .proinput form {
                height: 100%;
                margin: 0 !important;
                padding: 0 !important;
            }

            div.asp_m.ajaxsearchpro .probox .proinput input {
                height: 100%;
                width: 100%;
                border: 0;
                background: transparent;
                width: auto;
                box-shadow: none;
                margin: -1px;
                padding: 0;
                left: 0;
                padding-top: 2px;
                min-width: 120px;
            }

                div.asp_m.ajaxsearchpro .probox .proinput input.autocomplete {
                    border: 0;
                    background: transparent;
                    width: 100%;
                    box-shadow: none;
                    margin: 0;
                    padding: 0;
                    left: 0;
                }

        div.asp_m.ajaxsearchpro .probox .proloading, div.asp_m.ajaxsearchpro .probox .proclose, div.asp_m.ajaxsearchpro .probox .promagnifier, div.asp_m.ajaxsearchpro .probox .prosettings {
            width: 20px;
            height: 20px;
            background: none;
            background-size: 20px 20px;
            float: right;
            box-shadow: none;
            margin: 0;
            padding: 0;
            text-align: center;
            z-index: 1;
        }

        div.asp_m.ajaxsearchpro .probox .proloading, div.asp_m.ajaxsearchpro .probox .proclose {
            background-position: center center;
            display: none;
            background-size: auto;
            background-repeat: no-repeat;
            background-color: transparent;
        }

        div.asp_m.ajaxsearchpro .probox .proloading {
            padding: 2px;
            box-sizing: border-box;
        }

        div.asp_m.ajaxsearchpro .probox .proclose {
            position: relative;
            cursor: pointer;
            z-index: 2;
        }

        div.asp_m.ajaxsearchpro .probox .promagnifier .innericon, div.asp_m.ajaxsearchpro .probox .prosettings .innericon {
            background-size: 20px 20px;
            background-position: center center;
            background-repeat: no-repeat;
            background-color: transparent;
            width: 100%;
            height: 100%;
            line-height: initial;
            text-align: center;
            overflow: hidden;
        }

            div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg, div.asp_m.ajaxsearchpro .probox .prosettings .innericon svg {
                height: 100%;
                width: 22px;
                vertical-align: baseline;
                display: inline-block;
            }

        div.asp_m.ajaxsearchpro .probox .proclose svg {
            background: #333;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            width: 20px;
            height: 20px;
            margin-top: -10px;
            left: 50%;
            margin-left: -10px;
            fill: #fefefe;
            padding: 4px;
            box-sizing: border-box;
            box-shadow: 0 0 0 2px rgba(255,255,255,0.9);
        }

    div.asp_hidden_data, div.asp_hidden_data * {
        display: none;
    }

    div.asp_w.asp_r {
        display: none;
    }

        div.asp_w.asp_r * {
            text-decoration: none;
            text-shadow: none;
        }

        div.asp_w.asp_r .results {
            overflow: hidden;
            width: auto;
            height: 0;
            margin: 0;
            padding: 0;
        }

        div.asp_w.asp_r .resdrg {
            height: auto;
        }

    div.asp_w.asp_s.searchsettings {
        width: auto;
        height: auto;
        position: absolute;
        display: none;
        z-index: 11001;
        border-radius: 0 0 3px 3px;
        visibility: hidden;
        opacity: 0;
        overflow: visible;
    }

        div.asp_w.asp_s.searchsettings form {
            display: flex;
            flex-wrap: wrap;
            margin: 0 0 12px 0 !important;
            padding: 0 !important;
        }

        div.asp_w.asp_s.searchsettings .asp_option_inner {
            margin: 2px 10px 0 10px;
            *padding-bottom: 10px;
        }

        div.asp_w.asp_s.searchsettings div.asp_option_label {
            font-size: 14px;
            line-height: 20px !important;
            margin: 0;
            width: 150px;
            text-shadow: none;
            padding: 0;
            min-height: 20px;
            border: none;
            background: transparent;
            float: none;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        div.asp_w.asp_s.searchsettings .asp_option_inner input[type=checkbox] {
            display: none !important;
        }

        div.asp_w.asp_s.searchsettings .asp_option_inner {
            width: 17px;
            height: 17px;
            position: relative;
            flex-grow: 0;
            -webkit-flex-grow: 0;
            flex-shrink: 0;
            -webkit-flex-shrink: 0;
        }

            div.asp_w.asp_s.searchsettings .asp_option_inner label {
                cursor: pointer;
                position: absolute;
                width: 17px;
                height: 17px;
                top: 0;
                padding: 0;
                border-radius: 2px;
                box-shadow: none;
                font-size: 0 !important;
                color: rgba(0,0,0,0);
            }

                div.asp_w.asp_s.searchsettings .asp_option_inner label:before {
                    display: none !important;
                }

                div.asp_w.asp_s.searchsettings .asp_option_inner label:after {
                    opacity: 0;
                    font-family: 'asppsicons2';
                    content: "\e800";
                    background: transparent;
                    border-top: none;
                    border-right: none;
                    box-sizing: content-box;
                    height: 100%;
                    width: 100%;
                    padding: 0 !important;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                div.asp_w.asp_s.searchsettings .asp_option_inner label:hover::after {
                    opacity: 0.3;
                }

            div.asp_w.asp_s.searchsettings .asp_option_inner input[type=checkbox]:checked ~ label:after {
                opacity: 1;
            }

        div.asp_w.asp_s.searchsettings fieldset {
            position: relative;
            float: left;
        }

        div.asp_w.asp_s.searchsettings fieldset {
            background: transparent;
            font-size: .9em;
            margin: 12px 0 0 !important;
            padding: 0 !important;
            width: 200px;
            min-width: 200px;
        }

        div.asp_w.asp_s.searchsettings .asp_option {
            display: flex;
            flex-direction: row;
            -webkit-flex-direction: row;
            align-items: flex-start;
            margin: 0 0 10px 0;
            cursor: pointer;
        }

            div.asp_w.asp_s.searchsettings .asp_option:last-child {
                margin-bottom: 0;
            }

        div.asp_w.asp_s.searchsettings fieldset .asp_option {
            width: auto;
            max-width: none;
        }

        div.asp_w.asp_s.searchsettings fieldset div.asp_option_label {
            width: 70%;
            display: block;
        }

        div.asp_w.asp_s.searchsettings fieldset div.asp_option_label {
            width: auto;
            display: block;
            box-sizing: border-box;
        }

    div.ajaxsearchpro.searchsettings fieldset legend {
        margin-bottom: 8px !important;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    div[id*='ajaxsearchpro2_'] div.asp_loader, div[id*='ajaxsearchpro2_'] div.asp_loader * {
        box-sizing: border-box !important;
        margin: 0;
        padding: 0;
        box-shadow: none;
    }

    div[id*='ajaxsearchpro2_'] div.asp_loader {
        box-sizing: border-box;
        display: flex;
        flex: 0 1 auto;
        flex-direction: column;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 28px;
        max-width: 100%;
        max-height: 100%;
        align-items: center;
        justify-content: center;
    }

    div[id*='ajaxsearchpro2_'] div.asp_loader-inner {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        height: 100%;
    }

    div[id*='ajaxsearchpro2_'] div.asp_ball-scale > div {
        background-color: rgb(74,137,191);
        border-radius: 100%;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        display: inline-block;
        height: 100%;
        width: 100%;
        -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
        animation: ball-scale 1s 0s ease-in-out infinite;
    }

    div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_loader, div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_loader * {
        box-sizing: border-box !important;
        margin: 0;
        padding: 0;
        box-shadow: none;
    }

    div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_loader {
        box-sizing: border-box;
        display: flex;
        flex: 0 1 auto;
        flex-direction: column;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 28px;
        max-width: 100%;
        max-height: 100%;
        align-items: center;
        justify-content: center;
    }

    div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_loader-inner {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        height: 100%;
    }

    div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_ball-scale > div {
        background-color: rgb(74,137,191);
        border-radius: 100%;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        display: inline-block;
        height: 100%;
        width: 100%;
        -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
        animation: ball-scale 1s 0s ease-in-out infinite;
    }

    #ajaxsearchpro2_1 div.asp_loader, #ajaxsearchpro2_1 div.asp_loader * {
        box-sizing: border-box !important;
        margin: 0;
        padding: 0;
        box-shadow: none;
    }

    #ajaxsearchpro2_1 div.asp_loader {
        box-sizing: border-box;
        display: flex;
        flex: 0 1 auto;
        flex-direction: column;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 28px;
        max-width: 100%;
        max-height: 100%;
        align-items: center;
        justify-content: center;
    }

    #ajaxsearchpro2_1 div.asp_loader-inner {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        height: 100%;
    }

    #ajaxsearchpro2_1 div.asp_ball-scale > div {
        background-color: rgb(74,137,191);
        border-radius: 100%;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        display: inline-block;
        height: 100%;
        width: 100%;
        -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
        animation: ball-scale 1s 0s ease-in-out infinite;
    }

    div.asp_r.asp_r_2, div.asp_r.asp_r_2 *, div.asp_m.asp_m_2, div.asp_m.asp_m_2 *, div.asp_s.asp_s_2, div.asp_s.asp_s_2 * {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -ms-box-sizing: content-box;
        -o-box-sizing: content-box;
        box-sizing: content-box;
        border: 0;
        border-radius: 0;
        text-transform: none;
        text-shadow: none;
        box-shadow: none;
        text-decoration: none;
        text-align: left;
        letter-spacing: normal;
    }

    div.asp_r.asp_r_2, div.asp_m.asp_m_2, div.asp_s.asp_s_2 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        div.asp_r.asp_r_2, div.asp_r.asp_r_2 *, div.asp_m.asp_m_2, div.asp_m.asp_m_2 *, div.asp_s.asp_s_2, div.asp_s.asp_s_2 * {
            padding: 0;
            margin: 0;
        }

    #ajaxsearchpro2_1, div.asp_m.asp_m_2 {
        width: 100%;
        height: auto;
        max-height: none;
        border-radius: 5px;
        background: #d1eaff;
        margin-top: 0;
        margin-bottom: 0;
        background-image: -moz-radial-gradient(center,ellipse cover,rgb(255,255,255),rgb(255,255,255));
        background-image: -webkit-gradient(radial,center center,0px,center center,100%,rgb(255,255,255),rgb(255,255,255));
        background-image: -webkit-radial-gradient(center,ellipse cover,rgb(255,255,255),rgb(255,255,255));
        background-image: -o-radial-gradient(center,ellipse cover,rgb(255,255,255),rgb(255,255,255));
        background-image: -ms-radial-gradient(center,ellipse cover,rgb(255,255,255),rgb(255,255,255));
        background-image: radial-gradient(ellipse at center,rgb(255,255,255),rgb(255,255,255));
        overflow: hidden;
        border: 2px solid rgb(74,137,191);
        border-radius: 50px 50px 50px 50px;
        box-shadow: none;
    }

        #ajaxsearchpro2_1 .probox, div.asp_m.asp_m_2 .probox {
            margin: 6px;
            height: 28px;
            background-image: -moz-radial-gradient(center,ellipse cover,rgb(255,255,255),rgb(255,255,255));
            background-image: -webkit-gradient(radial,center center,0px,center center,100%,rgb(255,255,255),rgb(255,255,255));
            background-image: -webkit-radial-gradient(center,ellipse cover,rgb(255,255,255),rgb(255,255,255));
            background-image: -o-radial-gradient(center,ellipse cover,rgb(255,255,255),rgb(255,255,255));
            background-image: -ms-radial-gradient(center,ellipse cover,rgb(255,255,255),rgb(255,255,255));
            background-image: radial-gradient(ellipse at center,rgb(255,255,255),rgb(255,255,255));
            border: 0 none rgb(255,255,255);
            border-radius: 0;
            box-shadow: none;
        }

            #ajaxsearchpro2_1 .probox .proinput, div.asp_m.asp_m_2 .probox .proinput {
                font-weight: normal;
                font-family: "Open Sans";
                color: rgb(0,0,0);
                font-size: 12px;
                line-height: 15px;
                text-shadow: none;
                line-height: normal;
                flex-grow: 1;
                order: 5;
                -webkit-flex-grow: 1;
                -webkit-order: 5;
            }

                #ajaxsearchpro2_1 .probox .proinput input.orig, div.asp_m.asp_m_2 .probox .proinput input.orig {
                    font-weight: normal;
                    font-family: "Open Sans";
                    color: rgb(0,0,0);
                    font-size: 12px;
                    line-height: 15px;
                    text-shadow: none;
                    line-height: normal;
                    border: 0;
                    box-shadow: none;
                    height: 28px;
                    position: relative;
                    z-index: 2;
                    padding: 0 !important;
                    padding-top: 2px !important;
                    margin: -1px 0 0 -4px !important;
                    width: 100%;
                    background: transparent !important;
                }

                #ajaxsearchpro2_1 .probox .proinput input.autocomplete, div.asp_m.asp_m_2 .probox .proinput input.autocomplete {
                    font-weight: normal;
                    font-family: "Open Sans";
                    color: rgb(0,0,0);
                    font-size: 12px;
                    line-height: 15px;
                    text-shadow: none;
                    line-height: normal;
                    opacity: 0.25;
                    height: 28px;
                    display: block;
                    position: relative;
                    z-index: 1;
                    padding: 0 !important;
                    margin: -1px 0 0 -4px !important;
                    margin-top: -28px !important;
                    width: 100%;
                    background: transparent !important;
                }

                div.asp_m.asp_m_2 .probox .proinput input.orig::-webkit-input-placeholder {
                    font-weight: normal;
                    font-family: "Open Sans";
                    color: rgb(0,0,0);
                    font-size: 12px;
                    text-shadow: none;
                    opacity: 0.85;
                }

                div.asp_m.asp_m_2 .probox .proinput input.orig::-moz-placeholder {
                    font-weight: normal;
                    font-family: "Open Sans";
                    color: rgb(0,0,0);
                    font-size: 12px;
                    text-shadow: none;
                    opacity: 0.85;
                }

                div.asp_m.asp_m_2 .probox .proinput input.orig:-ms-input-placeholder {
                    font-weight: normal;
                    font-family: "Open Sans";
                    color: rgb(0,0,0);
                    font-size: 12px;
                    text-shadow: none;
                    opacity: 0.85;
                }

                div.asp_m.asp_m_2 .probox .proinput input.orig:-moz-placeholder {
                    font-weight: normal;
                    font-family: "Open Sans";
                    color: rgb(0,0,0);
                    font-size: 12px;
                    text-shadow: none;
                    opacity: 0.85;
                    line-height: normal !important;
                }

                #ajaxsearchpro2_1 .probox .proinput input.autocomplete, div.asp_m.asp_m_2 .probox .proinput input.autocomplete {
                    font-weight: normal;
                    font-family: "Open Sans";
                    color: rgb(0,0,0);
                    font-size: 12px;
                    line-height: 15px;
                    text-shadow: none;
                    line-height: normal;
                    border: 0;
                    box-shadow: none;
                }

            #ajaxsearchpro2_1 .probox .proloading, #ajaxsearchpro2_1 .probox .proclose, #ajaxsearchpro2_1 .probox .promagnifier, #ajaxsearchpro2_1 .probox .prosettings, div.asp_m.asp_m_2 .probox .proloading, div.asp_m.asp_m_2 .probox .proclose, div.asp_m.asp_m_2 .probox .promagnifier, div.asp_m.asp_m_2 .probox .prosettings {
                width: 28px;
                height: 28px;
                flex: 0 0 28px;
                flex-grow: 0;
                order: 7;
                -webkit-flex: 0 0 28px;
                -webkit-flex-grow: 0;
                -webkit-order: 7;
            }

                #ajaxsearchpro2_1 .probox .proclose svg, div.asp_m.asp_m_2 .probox .proclose svg {
                    fill: rgb(254,254,254);
                    background: rgb(51,51,51);
                    box-shadow: 0 0 0 2px rgba(255,255,255,0.9);
                }

            #ajaxsearchpro2_1 .probox .proloading, div.asp_m.asp_m_2 .probox .proloading {
                width: 28px;
                height: 28px;
                min-width: 28px;
                min-height: 28px;
                max-width: 28px;
                max-height: 28px;
            }

                #ajaxsearchpro2_1 .probox .proloading .asp_loader, div.asp_m.asp_m_2 .probox .proloading .asp_loader {
                    width: 24px;
                    height: 24px;
                    min-width: 24px;
                    min-height: 24px;
                    max-width: 24px;
                    max-height: 24px;
                }

            #ajaxsearchpro2_1 .probox .promagnifier, div.asp_m.asp_m_2 .probox .promagnifier {
                width: auto;
                height: 28px;
                flex: 0 0 auto;
                order: 7;
                -webkit-flex: 0 0 auto;
                -webkit-order: 7;
            }

                #ajaxsearchpro2_1 .probox .promagnifier div.innericon, div.asp_m.asp_m_2 .probox .promagnifier div.innericon {
                    width: 28px;
                    height: 28px;
                    float: right;
                }

                #ajaxsearchpro2_1 .probox .promagnifier div.asp_text_button, div.asp_m.asp_m_2 .probox .promagnifier div.asp_text_button {
                    width: auto;
                    height: 28px;
                    float: right;
                    margin: 0;
                    padding: 0 10px 0 2px;
                    font-weight: normal;
                    font-family: "Open Sans";
                    color: rgb(51,51,51);
                    font-size: 15px;
                    line-height: auto;
                    text-shadow: none;
                    line-height: 28px;
                }

                #ajaxsearchpro2_1 .probox .promagnifier .innericon svg, div.asp_m.asp_m_2 .probox .promagnifier .innericon svg {
                    fill: rgb(74,137,191);
                }

            #ajaxsearchpro2_1 .probox .prosettings .innericon svg, div.asp_m.asp_m_2 .probox .prosettings .innericon svg {
                fill: rgb(74,137,191);
            }

            #ajaxsearchpro2_1 .probox .promagnifier, div.asp_m.asp_m_2 .probox .promagnifier {
                width: 28px;
                height: 28px;
                background: transparent;
                background-position: center center;
                background-repeat: no-repeat;
                order: 11;
                -webkit-order: 11;
                float: right;
                border: 0 solid rgb(255,255,255);
                border-radius: 0;
                box-shadow: -1px 1px 0 0 rgba(255,255,255,0.64) inset;
                cursor: pointer;
                background-size: 100% 100%;
                background-position: center center;
                background-repeat: no-repeat;
                cursor: pointer;
            }

            #ajaxsearchpro2_1 .probox .prosettings, div.asp_m.asp_m_2 .probox .prosettings {
                width: 28px;
                height: 28px;
                background: transparent;
                background-position: center center;
                background-repeat: no-repeat;
                order: 10;
                -webkit-order: 10;
                float: right;
                border: 0 solid rgb(255,255,255);
                border-radius: 0;
                box-shadow: 0 1px 0 0 rgba(255,255,255,0.64) inset;
                cursor: pointer;
                background-size: 100% 100%;
                align-self: flex-end;
            }

    div.asp_r.asp_r_2 {
        position: absolute;
        z-index: 11000;
        width: auto;
        margin: 12px 0 0 0;
    }

        div.asp_r.asp_r_2 .asp_res_loader {
            background: rgb(255,255,255);
            height: 200px;
            padding: 10px;
        }

            div.asp_r.asp_r_2 .asp_res_loader .asp_loader {
                height: 200px;
                width: 200px;
                margin: 0 auto;
            }

    div.asp_s.asp_s_2.searchsettings {
        direction: ltr;
        padding: 0;
        background-image: -webkit-linear-gradient(185deg,rgb(255,255,255),rgb(255,255,255));
        background-image: -moz-linear-gradient(185deg,rgb(255,255,255),rgb(255,255,255));
        background-image: -o-linear-gradient(185deg,rgb(255,255,255),rgb(255,255,255));
        background-image: -ms-linear-gradient(185deg,rgb(255,255,255) 0,rgb(255,255,255) 100%);
        background-image: linear-gradient(185deg,rgb(255,255,255),rgb(255,255,255));
        box-shadow: 1px 1px 0 1px rgb(74,137,191);
        ;
        max-width: 208px;
        z-index: 2;
    }

        div.asp_s.asp_s_2.searchsettings.asp_s {
            z-index: 11001;
        }

        div.asp_s.asp_s_2.searchsettings form {
            display: flex;
        }

        div.asp_s.asp_s_2.searchsettings div.asp_option_label {
            font-weight: bold;
            font-family: "Open Sans";
            color: rgb(43,43,43);
            font-size: 12px;
            line-height: 15px;
            text-shadow: none;
        }

        div.asp_s.asp_s_2.searchsettings .asp_option_inner label {
            background-image: -webkit-linear-gradient(180deg,rgb(34,34,34),rgb(69,72,77));
            background-image: -moz-linear-gradient(180deg,rgb(34,34,34),rgb(69,72,77));
            background-image: -o-linear-gradient(180deg,rgb(34,34,34),rgb(69,72,77));
            background-image: -ms-linear-gradient(180deg,rgb(34,34,34) 0,rgb(69,72,77) 100%);
            background-image: linear-gradient(180deg,rgb(34,34,34),rgb(69,72,77));
        }

            div.asp_s.asp_s_2.searchsettings .asp_option_inner label:after {
                font-family: 'asppsicons2';
                border: none;
                content: "\e800";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                font-size: 11px;
                color: rgb(255,255,255);
                margin: 1px 0 0 0 !important;
                line-height: 17px;
                text-align: center;
                text-decoration: none;
                text-shadow: none;
            }

        div.asp_s.asp_s_2.searchsettings fieldset {
            width: 200px;
            min-width: 200px;
            max-width: 10000px;
        }

            div.asp_s.asp_s_2.searchsettings fieldset legend {
                padding: 0 0 0 10px;
                margin: 0;
                background: transparent;
                font-weight: normal;
                font-family: "Open Sans";
                color: rgb(71,71,71);
                font-size: 13px;
                line-height: 15px;
                text-shadow: none;
            }

    div.asp_r.asp_r_2.vertical {
        padding: 4px;
        background: rgb(255,255,255);
        border-radius: 3px;
        border: 2px solid rgb(74,137,191);
        border-radius: 3px 3px 3px 3px;
        box-shadow: none;
        visibility: hidden;
        display: none;
    }

        div.asp_r.asp_r_2.vertical .results {
            max-height: none;
        }
}
/*! CSS Used from: https://wgc.school.nz/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=6.7.0 ; media=all */
@media all {
    .vc_row:after, .vc_row:before {
        content: " ";
        display: table;
    }

    .vc_row:after {
        clear: both;
    }

    .vc_column_container {
        width: 100%;
    }

    .vc_row {
        margin-left: -15px;
    }

    .vc_col-sm-12 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    @media (min-width:768px) {
        .vc_col-sm-12 {
            float: left;
        }

        .vc_col-sm-12 {
            width: 100%;
        }
    }

    .wpb_text_column :last-child, .wpb_text_column p:last-child {
        margin-bottom: 0;
    }

    .wpb_content_element {
        margin-bottom: 35px;
    }

    .vc_column-inner::after, .vc_column-inner::before {
        content: " ";
        display: table;
    }

    .vc_column-inner::after {
        clear: both;
    }

    .vc_column_container {
        padding-left: 0;
        padding-right: 0;
    }

        .vc_column_container > .vc_column-inner {
            box-sizing: border-box;
            padding-left: 15px;
            padding-right: 15px;
            width: 100%;
        }

    .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner {
        padding-top: 35px;
    }
}
/*! CSS Used from: https://wgc.school.nz/wp-content/themes/ed-school/style.css?ver=5.8.1 ; media=all */
@media all {
    input[type="submit"] {
        background-color: #353535;
        border: none;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        padding: 11px 24px 10px;
        text-decoration: none;
        box-shadow: none;
        text-align: center;
    }

        input[type="submit"]:hover, input[type="submit"]:focus {
            background-color: #686868;
            outline: none;
        }

        input[type="submit"]:active {
            background-color: #353535;
        }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    a {
        color: #282828;
        text-decoration: none;
    }

        a:focus {
            outline: thin dotted;
        }

        a:active, a:hover {
            color: #4f4f4f;
        }

        a:hover {
            text-decoration: none;
        }

    p {
        margin: 0.3em 0 0.6em;
    }

    ul {
        margin: 16px 0;
        padding: 0 0 0 28px;
    }

    ul {
        list-style-type: circle;
    }

    li > ul {
        margin: 0;
    }

    img {
        -ms-interpolation-mode: bicubic;
        border: 0;
        vertical-align: middle;
    }

    svg:not(:root) {
        overflow: hidden;
    }

    form {
        margin: 0;
    }

    fieldset {
        border: 1px solid #c0c0c0;
        margin: 0 2px;
        padding: 0.35em 0.625em 0.75em;
    }

    legend {
        border: 0;
        padding: 0;
        white-space: normal;
    }

    input {
        font-size: 15px;
        margin: 0;
        max-width: 100%;
        vertical-align: baseline;
    }

    input {
        line-height: normal;
    }

        input[type="submit"] {
            -webkit-appearance: button;
            cursor: pointer;
        }

        input[disabled] {
            cursor: default;
        }

        input[type="checkbox"] {
            padding: 0;
        }

        input[type="search"] {
            -webkit-appearance: textfield;
            padding-right: 2px;
        }

        input::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

    hr {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #dadada;
        margin: 1em 0;
        padding: 0;
    }

    input {
        font-family: inherit;
        padding: 14px;
        margin-bottom: 10px;
    }

    input {
        color: #141412;
    }

        input:focus {
            border: 2px solid #c3c0ab;
            outline: 0;
        }

    ::-webkit-input-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    :-moz-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    ::-moz-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    :-ms-input-placeholder {
        color: #7B8085;
        font-weight: 300;
    }

    .respmenu-wrap {
        position: relative;
        width: 100%;
        margin: 0 auto;
        display: none;
        z-index: 100;
    }

    .respmenu-header {
        overflow: hidden;
        margin-bottom: 30px;
        border: 1px solid;
        padding: 5px;
    }

    .respmenu {
        list-style: none;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        margin: 0;
    }

    .respmenu {
        border-top: 1px dotted;
        border-left: 1px dotted;
        border-right: 1px dotted;
    }

        .respmenu li {
            border: 0;
            margin: 0;
            cursor: pointer;
            padding-left: 25px;
            font-size: 100%;
            font: inherit;
        }

            .respmenu li a {
                display: block;
                text-decoration: none;
                padding: 15px;
                margin: 0;
                border-bottom: 1px dotted;
                color: #000;
                -moz-transition: color .2s;
                -webkit-transition: color .2s;
                -o-transition: width color .2s;
                transition: color .2s, padding-left 0.2s;
            }

                .respmenu li a:hover {
                    color: blue;
                    padding-left: 20px;
                    opacity: 1;
                }

        .respmenu > li {
            padding: 0;
        }

    .respmenu-open, .respmenu-submenu-toggle {
        float: right;
        cursor: pointer;
    }

    .respmenu-submenu-toggle {
        padding: 7px;
        color: #000;
        font-size: 25px;
    }

    .respmenu-open hr {
        width: 40px;
        border: 2px solid;
        margin: 6px 0;
    }

    .respmenu-open:hover hr {
        border: 2px solid #3C3C3C;
    }

    .respmenu {
        display: none;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .respmenu .sub-menu {
            display: none;
            list-style: none;
        }

        .respmenu li {
            position: relative;
            padding-left: 0;
        }

    .respmenu-submenu-toggle {
        color: #000;
    }

    .respmenu-wrap {
        padding: 0;
        display: block;
    }

    .respmenu-header {
        border: 0;
        padding: 0;
        margin-bottom: 0;
        position: relative;
        min-height: 50px;
    }

        .respmenu-header .respmenu-header-logo-link {
            display: inline-block;
            width: 50%;
        }

            .respmenu-header .respmenu-header-logo-link img {
                max-width: 100%;
                height: auto;
            }

    .respmenu-open {
        border: 0;
        color: #686868;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -11px;
    }

        .respmenu-open:hover {
            color: #353535;
        }

        .respmenu-open hr {
            width: 23px;
            border: 1px solid #686868;
            margin: 4px 0;
        }

        .respmenu-open:hover {
            border: 0;
        }

            .respmenu-open:hover hr {
                border: 1px solid #353535;
            }

    .respmenu li a {
        font-size: 18px;
        padding: 15px 0;
        color: #686868;
        -moz-transition: all .2s !important;
        -webkit-transition: all .2s !important;
        -o-transition: all .2s !important;
        transition: all 0.2s !important;
        border-bottom: 1px solid #e6e6e6;
    }

        .respmenu li a:hover {
            color: #353535;
            border-bottom: 1px solid #e6e6e6;
        }

    .cbp-respmenu-more {
        position: absolute;
        right: 0;
        top: 4px;
        font-size: 18px;
        margin-right: 0;
        color: #686868;
        margin-top: 5px;
    }

        .cbp-respmenu-more i:before {
            display: inline-block;
            transform: rotate(90deg);
        }

    .vc_row, .header-mobile .vc_row {
        margin-left: 0;
        margin-right: 0;
    }

        .vc_row p {
            margin: 0 0 10px;
        }

    a:focus {
        outline: 0;
    }

    input:focus {
        border: none;
    }

    ::-webkit-input-placeholder {
        padding-left: 10px;
    }

    :-moz-placeholder {
        padding-left: 10px;
    }

    ::-moz-placeholder {
        padding-left: 10px;
    }

    :-ms-input-placeholder {
        padding-left: 10px;
    }

    .header-mobile {
        border-bottom: 1px solid #f5f5f5;
    }

    @media (max-width: 767px) {
        .vc_column-inner {
            margin-bottom: 30px;
        }
    }
}
/*! CSS Used from: Embedded */
.header-mobile {
    display: none;
}

@media screen and (max-width:1025px) {
    .header-mobile {
        display: block;
    }
}
/*! CSS Used from: https://wgc.school.nz/wp-content/themes/ed-school-child/style.css?ver=1.0.0 ; media=all */
@media all {
    /*! @import https://wgc.school.nz/wp-content/themes/ed-school/style.css */
    input[type="submit"] {
        background-color: #353535;
        border: none;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        padding: 11px 24px 10px;
        text-decoration: none;
        box-shadow: none;
        text-align: center;
    }

        input[type="submit"]:hover, input[type="submit"]:focus {
            background-color: #686868;
            outline: none;
        }

        input[type="submit"]:active {
            background-color: #353535;
        }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    a {
        color: #282828;
        text-decoration: none;
    }

        a:focus {
            outline: thin dotted;
        }

        a:active, a:hover {
            color: #4f4f4f;
        }

        a:hover {
            text-decoration: none;
        }

    p {
        margin: 0.3em 0 0.6em;
    }

    ul {
        margin: 16px 0;
        padding: 0 0 0 28px;
    }

    ul {
        list-style-type: circle;
    }

    li > ul {
        margin: 0;
    }

    img {
        -ms-interpolation-mode: bicubic;
        border: 0;
        vertical-align: middle;
    }

    svg:not(:root) {
        overflow: hidden;
    }

    form {
        margin: 0;
    }

    fieldset {
        border: 1px solid #c0c0c0;
        margin: 0 2px;
        padding: 0.35em 0.625em 0.75em;
    }

    legend {
        border: 0;
        padding: 0;
        white-space: normal;
    }

    input {
        font-size: 15px;
        margin: 0;
        max-width: 100%;
        vertical-align: baseline;
    }

    input {
        line-height: normal;
    }

        input[type="submit"] {
            -webkit-appearance: button;
            cursor: pointer;
        }

        input[disabled] {
            cursor: default;
        }

        input[type="checkbox"] {
            padding: 0;
        }

        input[type="search"] {
            -webkit-appearance: textfield;
            padding-right: 2px;
        }

        input::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

    hr {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #dadada;
        margin: 1em 0;
        padding: 0;
    }

    input {
        font-family: inherit;
        padding: 14px;
        margin-bottom: 10px;
    }

    input {
        color: #141412;
    }

        input:focus {
            border: 2px solid #c3c0ab;
            outline: 0;
        }

    ::-webkit-input-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    :-moz-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    ::-moz-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    :-ms-input-placeholder {
        color: #7B8085;
        font-weight: 300;
    }

    .respmenu-wrap {
        position: relative;
        width: 100%;
        margin: 0 auto;
        display: none;
        z-index: 100;
    }

    .respmenu-header {
        overflow: hidden;
        margin-bottom: 30px;
        border: 1px solid;
        padding: 5px;
    }

    .respmenu {
        list-style: none;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        margin: 0;
    }

    .respmenu {
        border-top: 1px dotted;
        border-left: 1px dotted;
        border-right: 1px dotted;
    }

        .respmenu li {
            border: 0;
            margin: 0;
            cursor: pointer;
            padding-left: 25px;
            font-size: 100%;
            font: inherit;
        }

            .respmenu li a {
                display: block;
                text-decoration: none;
                padding: 15px;
                margin: 0;
                border-bottom: 1px dotted;
                color: #000;
                -moz-transition: color .2s;
                -webkit-transition: color .2s;
                -o-transition: width color .2s;
                transition: color .2s, padding-left 0.2s;
            }

                .respmenu li a:hover {
                    color: blue;
                    padding-left: 20px;
                    opacity: 1;
                }

        .respmenu > li {
            padding: 0;
        }

    .respmenu-open, .respmenu-submenu-toggle {
        float: right;
        cursor: pointer;
    }

    .respmenu-submenu-toggle {
        padding: 7px;
        color: #000;
        font-size: 25px;
    }

    .respmenu-open hr {
        width: 40px;
        border: 2px solid;
        margin: 6px 0;
    }

    .respmenu-open:hover hr {
        border: 2px solid #3C3C3C;
    }

    .respmenu {
        display: none;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .respmenu .sub-menu {
            display: none;
            list-style: none;
        }

        .respmenu li {
            position: relative;
            padding-left: 0;
        }

    .respmenu-submenu-toggle {
        color: #000;
    }

    .respmenu-wrap {
        padding: 0;
        display: block;
    }

    .respmenu-header {
        border: 0;
        padding: 0;
        margin-bottom: 0;
        position: relative;
        min-height: 50px;
    }

        .respmenu-header .respmenu-header-logo-link {
            display: inline-block;
            width: 50%;
        }

            .respmenu-header .respmenu-header-logo-link img {
                max-width: 100%;
                height: auto;
            }

    .respmenu-open {
        border: 0;
        color: #686868;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -11px;
    }

        .respmenu-open:hover {
            color: #353535;
        }

        .respmenu-open hr {
            width: 23px;
            border: 1px solid #686868;
            margin: 4px 0;
        }

        .respmenu-open:hover {
            border: 0;
        }

            .respmenu-open:hover hr {
                border: 1px solid #353535;
            }

    .respmenu li a {
        font-size: 18px;
        padding: 15px 0;
        color: #686868;
        -moz-transition: all .2s !important;
        -webkit-transition: all .2s !important;
        -o-transition: all .2s !important;
        transition: all 0.2s !important;
        border-bottom: 1px solid #e6e6e6;
    }

        .respmenu li a:hover {
            color: #353535;
            border-bottom: 1px solid #e6e6e6;
        }

    .cbp-respmenu-more {
        position: absolute;
        right: 0;
        top: 4px;
        font-size: 18px;
        margin-right: 0;
        color: #686868;
        margin-top: 5px;
    }

        .cbp-respmenu-more i:before {
            display: inline-block;
            transform: rotate(90deg);
        }

    .vc_row, .header-mobile .vc_row {
        margin-left: 0;
        margin-right: 0;
    }

        .vc_row p {
            margin: 0 0 10px;
        }

    a:focus {
        outline: 0;
    }

    input:focus {
        border: none;
    }

    ::-webkit-input-placeholder {
        padding-left: 10px;
    }

    :-moz-placeholder {
        padding-left: 10px;
    }

    ::-moz-placeholder {
        padding-left: 10px;
    }

    :-ms-input-placeholder {
        padding-left: 10px;
    }

    .header-mobile {
        border-bottom: 1px solid #f5f5f5;
    }

    @media (max-width: 767px) {
        .vc_column-inner {
            margin-bottom: 30px;
        }
    }
    /*! end @import */
}
/*! CSS Used from: https://wgc.school.nz/wp-content/uploads/ed_school_options_style.css?ver=5.8.1 ; media=all */
@media all {
    a {
        color: #353434;
    }

        a:hover {
            color: #008c95;
        }

        a:active {
            color: #008c95;
        }

    .respmenu li a {
        font-family: "Open Sans";
        line-height: 24px;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        font-display: swap;
    }

    .respmenu li a, .cbp-respmenu-more {
        color: #000;
    }

        .respmenu li a:hover, .cbp-respmenu-more:hover {
            color: #000000;
        }

    a {
        color: #000;
    }

        a:hover {
            color: #000000;
        }

    a {
        color: #000;
    }

        a:hover {
            color: #000000;
        }

    .header-mobile {
        background-color: #fff;
    }

    .respmenu li a, .cbp-respmenu-more {
        color: #ffffff;
    }

        .respmenu li a:hover, .cbp-respmenu-more:hover {
            color: #333;
        }

    .respmenu-open hr {
        border-color: #000000;
    }

    .respmenu-open:hover hr {
        border-color: #999999;
    }

    a {
        color: #000;
    }

        a:hover {
            color: #000000;
        }

    input[type="submit"] {
        background-color: #2abfd4;
        border-radius: 0px;
        font-size: 15px;
        font-weight: bold;
        line-height: 15px;
        border: 1px solid #2abfd4;
        color: #fff;
        padding: 16px 27px 14px 27px;
        text-transform: uppercase;
        font-family: inherit;
        letter-spacing: inherit;
        text-align: center;
    }

        input[type="submit"]:hover, input[type="submit"]:focus {
            background-color: #20d1e9;
            border: 1px solid #20d1e9;
            color: #2abfd4;
        }

    input, input:focus {
        background-color: #f2f2f2;
    }

        input[type="text"], input[type="search"] {
            width: 100%;
        }

        input[type="text"], input[type="search"] {
            height: 40px;
        }

            input[type="text"], input[type="search"], input[type="text"]:focus, input[type="search"]:focus {
                border: 0px solid #d0cece;
            }
}
/*! CSS Used from: Embedded */
.vc_custom_1537237002602 {
    background-color: #27829e !important;
}

.vc_custom_1501231364509 {
    margin-bottom: -1px !important;
    padding-top: 0px !important;
}

.vc_custom_1568667361459 {
    padding-top: -20px !important;
}
/*! CSS Used from: Embedded */
.asp_m {
    height: 0;
}
/*! CSS Used keyframes */
@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
/*! CSS Used fontfaces */
@font-face {
    font-family: 'ed-icon';
    src: url('https://wgc.school.nz/wp-content/themes/ed-school/assets/fonts/ed-icon.eot?nj4a9z');
    src: url('https://wgc.school.nz/wp-content/themes/ed-school/assets/fonts/ed-icon.eot?nj4a9z#iefix') format('embedded-opentype'), 
        url('~/Content/Skins/WGC/fonts/ed-icon.ttf') format('truetype'), 
        url('~/Content/Skins/WGC/fonts/ed-icon.woff') format('woff'), 
        url('https://wgc.school.nz/wp-content/themes/ed-school/assets/fonts/ed-icon.svg?nj4a9z#ed-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'asppsicons2';
    src: url('~/Content/Skins/WGC/fonts/icons2.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*! CSS Used from: https://wgc.school.nz/wp-content/themes/ed-school/style.css?ver=5.8.1 ; media=all */
@media all {
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    ::-webkit-input-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    :-moz-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    ::-moz-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    :-ms-input-placeholder {
        color: #7B8085;
        font-weight: 300;
    }

    ::-webkit-input-placeholder {
        padding-left: 10px;
    }

    :-moz-placeholder {
        padding-left: 10px;
    }

    ::-moz-placeholder {
        padding-left: 10px;
    }

    :-ms-input-placeholder {
        padding-left: 10px;
    }

    .spinner1 {
        width: 40px;
        height: 40px;
        position: relative;
    }

    .double-bounce1, .double-bounce2 {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #fff;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: bounce 2.0s infinite ease-in-out;
        animation: bounce 2.0s infinite ease-in-out;
    }

    .double-bounce2 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .wh-preloader {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999999;
        background-color: #304ffe;
    }
}
/*! CSS Used from: https://wgc.school.nz/wp-content/themes/ed-school-child/style.css?ver=1.0.0 ; media=all */
@media all {
    /*! @import https://wgc.school.nz/wp-content/themes/ed-school/style.css */
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    ::-webkit-input-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    :-moz-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    ::-moz-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    :-ms-input-placeholder {
        color: #7B8085;
        font-weight: 300;
    }

    ::-webkit-input-placeholder {
        padding-left: 10px;
    }

    :-moz-placeholder {
        padding-left: 10px;
    }

    ::-moz-placeholder {
        padding-left: 10px;
    }

    :-ms-input-placeholder {
        padding-left: 10px;
    }

    .spinner1 {
        width: 40px;
        height: 40px;
        position: relative;
    }

    .double-bounce1, .double-bounce2 {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #fff;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: bounce 2.0s infinite ease-in-out;
        animation: bounce 2.0s infinite ease-in-out;
    }

    .double-bounce2 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .wh-preloader {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999999;
        background-color: #304ffe;
    }
    /*! end @import */
}
/*! CSS Used from: https://wgc.school.nz/wp-content/uploads/ed_school_options_style.css?ver=5.8.1 ; media=all */
@media all {
    .wh-preloader {
        background-color: #FFFFFF;
    }
}
/*! CSS Used keyframes */
@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes bounce {
    0%,100%,20%,53%,80% {
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%,43% {
        transition-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        transition-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    0%,100%,20%,53%,80% {
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%,43% {
        transition-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        transition-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

/*! CSS Used from: https://wgc.school.nz/wp-content/uploads/asp_upload/style.instances-ho-is-po-no-da-au-co-au-ga-se-is.css?ver=06bXgP ; media=all */
@media all {
    div.ajaxsearchpro.asp_main_container {
        transition: width 130ms linear;
        -webkit-transition: width 130ms linear;
    }

    div.asp_w.ajaxsearchpro, div.asp_w.asp_r, div.asp_w.asp_s {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -ms-box-sizing: content-box;
        -o-box-sizing: content-box;
        box-sizing: content-box;
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 0;
        text-transform: none;
        text-shadow: none;
        box-shadow: none;
        text-decoration: none;
        text-align: left;
        text-indent: initial;
        letter-spacing: normal;
        font-display: swap;
    }

    div.asp_w_container div[id*=__original__] {
        display: none !important;
    }

    div.asp_w.ajaxsearchpro {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    div.asp_w.asp_r, div.asp_w.asp_r * {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    div.asp_w.ajaxsearchpro input[type=text]::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }

    div.asp_w.ajaxsearchpro input[type=text]::-ms-reveal {
        display: none;
        width: 0;
        height: 0;
    }

    div.asp_w.ajaxsearchpro input[type="search"] {
        -webkit-appearance: textfield !important;
    }

    .asp_clear {
        clear: both !important;
        margin: 0 !important;
        padding: 0 !important;
        width: auto !important;
        height: 0 !important;
    }

    .hiddend {
        display: none !important;
    }

    div.asp_w.ajaxsearchpro {
        width: 100%;
        height: auto;
        border-radius: 0;
        background: rgba(255,255,255,0);
        overflow: hidden;
    }

        div.asp_w.ajaxsearchpro.asp_non_compact {
            min-width: 200px;
        }

    div.asp_m.ajaxsearchpro .proinput input:before, div.asp_m.ajaxsearchpro .proinput input:after, div.asp_m.ajaxsearchpro .proinput form:before, div.asp_m.ajaxsearchpro .proinput form:after {
        display: none;
    }

    div.asp_w.ajaxsearchpro input:focus {
        outline: none;
    }

    div.asp_m.ajaxsearchpro .probox .proinput input::-ms-clear {
        display: none;
    }

    div.asp_m.ajaxsearchpro .probox {
        width: auto;
        border-radius: 5px;
        background: #FFF;
        overflow: hidden;
        border: 1px solid #FFF;
        box-shadow: 1px 0 3px #CCC inset;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        direction: ltr;
        align-items: stretch;
    }

        div.asp_m.ajaxsearchpro .probox .proinput {
            width: 1px;
            height: 100%;
            margin: 0 0 0 10px;
            padding: 0 5px;
            float: left;
            box-shadow: none;
            position: relative;
            flex: 1 1 auto;
            -webkit-flex: 1 1 auto;
            z-index: 0;
        }

            div.asp_m.ajaxsearchpro .probox .proinput form {
                height: 100%;
                margin: 0 !important;
                padding: 0 !important;
            }

            div.asp_m.ajaxsearchpro .probox .proinput input {
                height: 100%;
                width: 100%;
                border: 0;
                background: transparent;
                width: auto;
                box-shadow: none;
                margin: -1px;
                padding: 0;
                left: 0;
                padding-top: 2px;
                min-width: 120px;
            }

                div.asp_m.ajaxsearchpro .probox .proinput input.autocomplete {
                    border: 0;
                    background: transparent;
                    width: 100%;
                    box-shadow: none;
                    margin: 0;
                    padding: 0;
                    left: 0;
                }

        div.asp_m.ajaxsearchpro .probox .proloading, div.asp_m.ajaxsearchpro .probox .proclose, div.asp_m.ajaxsearchpro .probox .promagnifier, div.asp_m.ajaxsearchpro .probox .prosettings {
            width: 20px;
            height: 20px;
            background: none;
            background-size: 20px 20px;
            float: right;
            box-shadow: none;
            margin: 0;
            padding: 0;
            text-align: center;
            z-index: 1;
        }

        div.asp_m.ajaxsearchpro .probox .proloading, div.asp_m.ajaxsearchpro .probox .proclose {
            background-position: center center;
            display: none;
            background-size: auto;
            background-repeat: no-repeat;
            background-color: transparent;
        }

        div.asp_m.ajaxsearchpro .probox .proloading {
            padding: 2px;
            box-sizing: border-box;
        }

        div.asp_m.ajaxsearchpro .probox .proclose {
            position: relative;
            cursor: pointer;
            z-index: 2;
        }

        div.asp_m.ajaxsearchpro .probox .promagnifier .innericon, div.asp_m.ajaxsearchpro .probox .prosettings .innericon {
            background-size: 20px 20px;
            background-position: center center;
            background-repeat: no-repeat;
            background-color: transparent;
            width: 100%;
            height: 100%;
            line-height: initial;
            text-align: center;
            overflow: hidden;
        }

            div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg, div.asp_m.ajaxsearchpro .probox .prosettings .innericon svg {
                height: 100%;
                width: 22px;
                vertical-align: baseline;
                display: inline-block;
            }

        div.asp_m.ajaxsearchpro .probox .proclose svg {
            background: #333;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            width: 20px;
            height: 20px;
            margin-top: -10px;
            left: 50%;
            margin-left: -10px;
            fill: #fefefe;
            padding: 4px;
            box-sizing: border-box;
            box-shadow: 0 0 0 2px rgba(255,255,255,0.9);
        }

    div.asp_hidden_data, div.asp_hidden_data * {
        display: none;
    }

    div.asp_w.asp_r {
        display: none;
    }

        div.asp_w.asp_r * {
            text-decoration: none;
            text-shadow: none;
        }

        div.asp_w.asp_r .results {
            overflow: hidden;
            width: auto;
            height: 0;
            margin: 0;
            padding: 0;
        }

        div.asp_w.asp_r .resdrg {
            height: auto;
        }

    div.asp_w.asp_s.searchsettings {
        width: auto;
        height: auto;
        position: absolute;
        display: none;
        z-index: 11001;
        border-radius: 0 0 3px 3px;
        visibility: hidden;
        opacity: 0;
        overflow: visible;
    }

        div.asp_w.asp_s.searchsettings form {
            display: flex;
            flex-wrap: wrap;
            margin: 0 0 12px 0 !important;
            padding: 0 !important;
        }

        div.asp_w.asp_s.searchsettings .asp_option_inner {
            margin: 2px 10px 0 10px;
            *padding-bottom: 10px;
        }

        div.asp_w.asp_s.searchsettings div.asp_option_label {
            font-size: 14px;
            line-height: 20px !important;
            margin: 0;
            width: 150px;
            text-shadow: none;
            padding: 0;
            min-height: 20px;
            border: none;
            background: transparent;
            float: none;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        div.asp_w.asp_s.searchsettings .asp_option_inner input[type=checkbox] {
            display: none !important;
        }

        div.asp_w.asp_s.searchsettings .asp_option_inner {
            width: 17px;
            height: 17px;
            position: relative;
            flex-grow: 0;
            -webkit-flex-grow: 0;
            flex-shrink: 0;
            -webkit-flex-shrink: 0;
        }

            div.asp_w.asp_s.searchsettings .asp_option_inner label {
                cursor: pointer;
                position: absolute;
                width: 17px;
                height: 17px;
                top: 0;
                padding: 0;
                border-radius: 2px;
                box-shadow: none;
                font-size: 0 !important;
                color: rgba(0,0,0,0);
            }

                div.asp_w.asp_s.searchsettings .asp_option_inner label:before {
                    display: none !important;
                }

                div.asp_w.asp_s.searchsettings .asp_option_inner label:after {
                    opacity: 0;
                    font-family: 'asppsicons2';
                    content: "\e800";
                    background: transparent;
                    border-top: none;
                    border-right: none;
                    box-sizing: content-box;
                    height: 100%;
                    width: 100%;
                    padding: 0 !important;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                div.asp_w.asp_s.searchsettings .asp_option_inner label:hover::after {
                    opacity: 0.3;
                }

            div.asp_w.asp_s.searchsettings .asp_option_inner input[type=checkbox]:checked ~ label:after {
                opacity: 1;
            }

        div.asp_w.asp_s.searchsettings fieldset {
            position: relative;
            float: left;
        }

        div.asp_w.asp_s.searchsettings fieldset {
            background: transparent;
            font-size: .9em;
            margin: 12px 0 0 !important;
            padding: 0 !important;
            width: 200px;
            min-width: 200px;
        }

        div.asp_w.asp_s.searchsettings .asp_option {
            display: flex;
            flex-direction: row;
            -webkit-flex-direction: row;
            align-items: flex-start;
            margin: 0 0 10px 0;
            cursor: pointer;
        }

            div.asp_w.asp_s.searchsettings .asp_option:last-child {
                margin-bottom: 0;
            }

        div.asp_w.asp_s.searchsettings fieldset .asp_option {
            width: auto;
            max-width: none;
        }

        div.asp_w.asp_s.searchsettings fieldset div.asp_option_label {
            width: 70%;
            display: block;
        }

        div.asp_w.asp_s.searchsettings fieldset div.asp_option_label {
            width: auto;
            display: block;
            box-sizing: border-box;
        }

    div.ajaxsearchpro.searchsettings fieldset legend {
        margin-bottom: 8px !important;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    div[id*='ajaxsearchpro1_'] div.asp_loader, div[id*='ajaxsearchpro1_'] div.asp_loader * {
        box-sizing: border-box !important;
        margin: 0;
        padding: 0;
        box-shadow: none;
    }

    div[id*='ajaxsearchpro1_'] div.asp_loader {
        box-sizing: border-box;
        display: flex;
        flex: 0 1 auto;
        flex-direction: column;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 28px;
        max-width: 100%;
        max-height: 100%;
        align-items: center;
        justify-content: center;
    }

    div[id*='ajaxsearchpro1_'] div.asp_loader-inner {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        height: 100%;
    }

    div[id*='ajaxsearchpro1_'] div.asp_ball-scale > div {
        background-color: rgb(74,137,191);
        border-radius: 100%;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        display: inline-block;
        height: 100%;
        width: 100%;
        -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
        animation: ball-scale 1s 0s ease-in-out infinite;
    }

    div[id*='ajaxsearchprores1_'] .asp_res_loader div.asp_loader, div[id*='ajaxsearchprores1_'] .asp_res_loader div.asp_loader * {
        box-sizing: border-box !important;
        margin: 0;
        padding: 0;
        box-shadow: none;
    }

    div[id*='ajaxsearchprores1_'] .asp_res_loader div.asp_loader {
        box-sizing: border-box;
        display: flex;
        flex: 0 1 auto;
        flex-direction: column;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 28px;
        max-width: 100%;
        max-height: 100%;
        align-items: center;
        justify-content: center;
    }

    div[id*='ajaxsearchprores1_'] .asp_res_loader div.asp_loader-inner {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        height: 100%;
    }

    div[id*='ajaxsearchprores1_'] .asp_res_loader div.asp_ball-scale > div {
        background-color: rgb(74,137,191);
        border-radius: 100%;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        display: inline-block;
        height: 100%;
        width: 100%;
        -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
        animation: ball-scale 1s 0s ease-in-out infinite;
    }

    #ajaxsearchpro1_1 div.asp_loader, #ajaxsearchpro1_1 div.asp_loader * {
        box-sizing: border-box !important;
        margin: 0;
        padding: 0;
        box-shadow: none;
    }

    #ajaxsearchpro1_1 div.asp_loader {
        box-sizing: border-box;
        display: flex;
        flex: 0 1 auto;
        flex-direction: column;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 28px;
        max-width: 100%;
        max-height: 100%;
        align-items: center;
        justify-content: center;
    }

    #ajaxsearchpro1_1 div.asp_loader-inner {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        height: 100%;
    }

    #ajaxsearchpro1_1 div.asp_ball-scale > div {
        background-color: rgb(74,137,191);
        border-radius: 100%;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        display: inline-block;
        height: 100%;
        width: 100%;
        -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
        animation: ball-scale 1s 0s ease-in-out infinite;
    }

    div.asp_r.asp_r_1, div.asp_r.asp_r_1 *, div.asp_m.asp_m_1, div.asp_m.asp_m_1 *, div.asp_s.asp_s_1, div.asp_s.asp_s_1 * {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -ms-box-sizing: content-box;
        -o-box-sizing: content-box;
        box-sizing: content-box;
        border: 0;
        border-radius: 0;
        text-transform: none;
        text-shadow: none;
        box-shadow: none;
        text-decoration: none;
        text-align: left;
        letter-spacing: normal;
    }

    div.asp_r.asp_r_1, div.asp_m.asp_m_1, div.asp_s.asp_s_1 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        div.asp_r.asp_r_1, div.asp_r.asp_r_1 *, div.asp_m.asp_m_1, div.asp_m.asp_m_1 *, div.asp_s.asp_s_1, div.asp_s.asp_s_1 * {
            padding: 0;
            margin: 0;
        }

    #ajaxsearchpro1_1, div.asp_m.asp_m_1 {
        width: 250px;
        height: auto;
        max-height: none;
        border-radius: 5px;
        background: #d1eaff;
        margin-top: 0;
        margin-bottom: 0;
        background-image: -moz-radial-gradient(center,ellipse cover,rgb(255,255,255),rgb(255,255,255));
        background-image: -webkit-gradient(radial,center center,0px,center center,100%,rgb(255,255,255),rgb(255,255,255));
        background-image: -webkit-radial-gradient(center,ellipse cover,rgb(255,255,255),rgb(255,255,255));
        background-image: -o-radial-gradient(center,ellipse cover,rgb(255,255,255),rgb(255,255,255));
        background-image: -ms-radial-gradient(center,ellipse cover,rgb(255,255,255),rgb(255,255,255));
        background-image: radial-gradient(ellipse at center,rgb(255,255,255),rgb(255,255,255));
        overflow: hidden;
        border: 2px solid rgb(74,137,191);
        border-radius: 50px 50px 50px 50px;
        box-shadow: none;
    }

        #ajaxsearchpro1_1 .probox, div.asp_m.asp_m_1 .probox {
            margin: 6px;
            height: 28px;
            background-image: -moz-radial-gradient(center,ellipse cover,rgb(255,255,255),rgb(255,255,255));
            background-image: -webkit-gradient(radial,center center,0px,center center,100%,rgb(255,255,255),rgb(255,255,255));
            background-image: -webkit-radial-gradient(center,ellipse cover,rgb(255,255,255),rgb(255,255,255));
            background-image: -o-radial-gradient(center,ellipse cover,rgb(255,255,255),rgb(255,255,255));
            background-image: -ms-radial-gradient(center,ellipse cover,rgb(255,255,255),rgb(255,255,255));
            background-image: radial-gradient(ellipse at center,rgb(255,255,255),rgb(255,255,255));
            border: 0 none rgb(255,255,255);
            border-radius: 0;
            box-shadow: none;
        }

            #ajaxsearchpro1_1 .probox .proinput, div.asp_m.asp_m_1 .probox .proinput {
                font-weight: normal;
                font-family: "Open Sans";
                color: rgb(0,0,0);
                font-size: 12px;
                line-height: 15px;
                text-shadow: none;
                line-height: normal;
                flex-grow: 1;
                order: 5;
                -webkit-flex-grow: 1;
                -webkit-order: 5;
            }

                #ajaxsearchpro1_1 .probox .proinput input.orig, div.asp_m.asp_m_1 .probox .proinput input.orig {
                    font-weight: normal;
                    font-family: "Open Sans";
                    color: rgb(0,0,0);
                    font-size: 12px;
                    line-height: 15px;
                    text-shadow: none;
                    line-height: normal;
                    border: 0;
                    box-shadow: none;
                    height: 28px;
                    position: relative;
                    z-index: 2;
                    padding: 0 !important;
                    padding-top: 2px !important;
                    margin: -1px 0 0 -4px !important;
                    width: 100%;
                    background: transparent !important;
                }

                #ajaxsearchpro1_1 .probox .proinput input.autocomplete, div.asp_m.asp_m_1 .probox .proinput input.autocomplete {
                    font-weight: normal;
                    font-family: "Open Sans";
                    color: rgb(0,0,0);
                    font-size: 12px;
                    line-height: 15px;
                    text-shadow: none;
                    line-height: normal;
                    opacity: 0.25;
                    height: 28px;
                    display: block;
                    position: relative;
                    z-index: 1;
                    padding: 0 !important;
                    margin: -1px 0 0 -4px !important;
                    margin-top: -28px !important;
                    width: 100%;
                    background: transparent !important;
                }

                div.asp_m.asp_m_1 .probox .proinput input.orig::-webkit-input-placeholder {
                    font-weight: normal;
                    font-family: "Open Sans";
                    color: rgb(0,0,0);
                    font-size: 12px;
                    text-shadow: none;
                    opacity: 0.85;
                }

                div.asp_m.asp_m_1 .probox .proinput input.orig::-moz-placeholder {
                    font-weight: normal;
                    font-family: "Open Sans";
                    color: rgb(0,0,0);
                    font-size: 12px;
                    text-shadow: none;
                    opacity: 0.85;
                }

                div.asp_m.asp_m_1 .probox .proinput input.orig:-ms-input-placeholder {
                    font-weight: normal;
                    font-family: "Open Sans";
                    color: rgb(0,0,0);
                    font-size: 12px;
                    text-shadow: none;
                    opacity: 0.85;
                }

                div.asp_m.asp_m_1 .probox .proinput input.orig:-moz-placeholder {
                    font-weight: normal;
                    font-family: "Open Sans";
                    color: rgb(0,0,0);
                    font-size: 12px;
                    text-shadow: none;
                    opacity: 0.85;
                    line-height: normal !important;
                }

                #ajaxsearchpro1_1 .probox .proinput input.autocomplete, div.asp_m.asp_m_1 .probox .proinput input.autocomplete {
                    font-weight: normal;
                    font-family: "Open Sans";
                    color: rgb(0,0,0);
                    font-size: 12px;
                    line-height: 15px;
                    text-shadow: none;
                    line-height: normal;
                    border: 0;
                    box-shadow: none;
                }

            #ajaxsearchpro1_1 .probox .proloading, #ajaxsearchpro1_1 .probox .proclose, #ajaxsearchpro1_1 .probox .promagnifier, #ajaxsearchpro1_1 .probox .prosettings, div.asp_m.asp_m_1 .probox .proloading, div.asp_m.asp_m_1 .probox .proclose, div.asp_m.asp_m_1 .probox .promagnifier, div.asp_m.asp_m_1 .probox .prosettings {
                width: 28px;
                height: 28px;
                flex: 0 0 28px;
                flex-grow: 0;
                order: 7;
                -webkit-flex: 0 0 28px;
                -webkit-flex-grow: 0;
                -webkit-order: 7;
            }

                #ajaxsearchpro1_1 .probox .proclose svg, div.asp_m.asp_m_1 .probox .proclose svg {
                    fill: rgb(254,254,254);
                    background: rgb(51,51,51);
                    box-shadow: 0 0 0 2px rgba(255,255,255,0.9);
                }

            #ajaxsearchpro1_1 .probox .proloading, div.asp_m.asp_m_1 .probox .proloading {
                width: 28px;
                height: 28px;
                min-width: 28px;
                min-height: 28px;
                max-width: 28px;
                max-height: 28px;
            }

                #ajaxsearchpro1_1 .probox .proloading .asp_loader, div.asp_m.asp_m_1 .probox .proloading .asp_loader {
                    width: 24px;
                    height: 24px;
                    min-width: 24px;
                    min-height: 24px;
                    max-width: 24px;
                    max-height: 24px;
                }

            #ajaxsearchpro1_1 .probox .promagnifier, div.asp_m.asp_m_1 .probox .promagnifier {
                width: auto;
                height: 28px;
                flex: 0 0 auto;
                order: 7;
                -webkit-flex: 0 0 auto;
                -webkit-order: 7;
            }

                #ajaxsearchpro1_1 .probox .promagnifier div.innericon, div.asp_m.asp_m_1 .probox .promagnifier div.innericon {
                    width: 28px;
                    height: 28px;
                    float: right;
                }

                #ajaxsearchpro1_1 .probox .promagnifier div.asp_text_button, div.asp_m.asp_m_1 .probox .promagnifier div.asp_text_button {
                    width: auto;
                    height: 28px;
                    float: right;
                    margin: 0;
                    padding: 0 10px 0 2px;
                    font-weight: normal;
                    font-family: "Open Sans";
                    color: rgb(51,51,51);
                    font-size: 15px;
                    line-height: auto;
                    text-shadow: none;
                    line-height: 28px;
                }

                #ajaxsearchpro1_1 .probox .promagnifier .innericon svg, div.asp_m.asp_m_1 .probox .promagnifier .innericon svg {
                    fill: rgb(74,137,191);
                }

            #ajaxsearchpro1_1 .probox .prosettings .innericon svg, div.asp_m.asp_m_1 .probox .prosettings .innericon svg {
                fill: rgb(74,137,191);
            }

            #ajaxsearchpro1_1 .probox .promagnifier, div.asp_m.asp_m_1 .probox .promagnifier {
                width: 28px;
                height: 28px;
                background: transparent;
                background-position: center center;
                background-repeat: no-repeat;
                order: 11;
                -webkit-order: 11;
                float: right;
                border: 0 solid rgb(255,255,255);
                border-radius: 0;
                box-shadow: -1px 1px 0 0 rgba(255,255,255,0.64) inset;
                cursor: pointer;
                background-size: 100% 100%;
                background-position: center center;
                background-repeat: no-repeat;
                cursor: pointer;
            }

            #ajaxsearchpro1_1 .probox .prosettings, div.asp_m.asp_m_1 .probox .prosettings {
                width: 28px;
                height: 28px;
                background: transparent;
                background-position: center center;
                background-repeat: no-repeat;
                order: 10;
                -webkit-order: 10;
                float: right;
                border: 0 solid rgb(255,255,255);
                border-radius: 0;
                box-shadow: 0 1px 0 0 rgba(255,255,255,0.64) inset;
                cursor: pointer;
                background-size: 100% 100%;
                align-self: flex-end;
            }

    div.asp_r.asp_r_1 {
        position: absolute;
        z-index: 11000;
        width: auto;
        margin: 12px 0 0 0;
    }

        div.asp_r.asp_r_1 .asp_res_loader {
            background: rgb(255,255,255);
            height: 200px;
            padding: 10px;
        }

            div.asp_r.asp_r_1 .asp_res_loader .asp_loader {
                height: 200px;
                width: 200px;
                margin: 0 auto;
            }

    div.asp_s.asp_s_1.searchsettings {
        direction: ltr;
        padding: 0;
        background-image: -webkit-linear-gradient(185deg,rgb(255,255,255),rgb(255,255,255));
        background-image: -moz-linear-gradient(185deg,rgb(255,255,255),rgb(255,255,255));
        background-image: -o-linear-gradient(185deg,rgb(255,255,255),rgb(255,255,255));
        background-image: -ms-linear-gradient(185deg,rgb(255,255,255) 0,rgb(255,255,255) 100%);
        background-image: linear-gradient(185deg,rgb(255,255,255),rgb(255,255,255));
        box-shadow: 1px 1px 0 1px rgb(74,137,191);
        ;
        max-width: 208px;
        z-index: 2;
    }

        div.asp_s.asp_s_1.searchsettings.asp_s {
            z-index: 11001;
        }

        div.asp_s.asp_s_1.searchsettings form {
            display: flex;
        }

        div.asp_s.asp_s_1.searchsettings div.asp_option_label {
            font-weight: bold;
            font-family: "Open Sans";
            color: rgb(43,43,43);
            font-size: 12px;
            line-height: 15px;
            text-shadow: none;
        }

        div.asp_s.asp_s_1.searchsettings .asp_option_inner label {
            background-image: -webkit-linear-gradient(180deg,rgb(34,34,34),rgb(69,72,77));
            background-image: -moz-linear-gradient(180deg,rgb(34,34,34),rgb(69,72,77));
            background-image: -o-linear-gradient(180deg,rgb(34,34,34),rgb(69,72,77));
            background-image: -ms-linear-gradient(180deg,rgb(34,34,34) 0,rgb(69,72,77) 100%);
            background-image: linear-gradient(180deg,rgb(34,34,34),rgb(69,72,77));
        }

            div.asp_s.asp_s_1.searchsettings .asp_option_inner label:after {
                font-family: 'asppsicons2';
                border: none;
                content: "\e800";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                font-size: 11px;
                color: rgb(255,255,255);
                margin: 1px 0 0 0 !important;
                line-height: 17px;
                text-align: center;
                text-decoration: none;
                text-shadow: none;
            }

        div.asp_s.asp_s_1.searchsettings fieldset {
            width: 200px;
            min-width: 200px;
            max-width: 10000px;
        }

            div.asp_s.asp_s_1.searchsettings fieldset legend {
                padding: 0 0 0 10px;
                margin: 0;
                background: transparent;
                font-weight: normal;
                font-family: "Open Sans";
                color: rgb(71,71,71);
                font-size: 13px;
                line-height: 15px;
                text-shadow: none;
            }

    div.asp_r.asp_r_1.vertical {
        padding: 4px;
        background: rgb(255,255,255);
        border-radius: 3px;
        border: 2px solid rgb(74,137,191);
        border-radius: 3px 3px 3px 3px;
        box-shadow: none;
        visibility: hidden;
        display: none;
    }

        div.asp_r.asp_r_1.vertical .results {
            max-height: none;
        }
}
/*! CSS Used from: https://wgc.school.nz/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=6.7.0 ; media=all */
@media all {
    .vc_row:after, .vc_row:before {
        content: " ";
        display: table;
    }

    .vc_row:after {
        clear: both;
    }

    .vc_column_container {
        width: 100%;
    }

    .vc_row {
        margin-left: -15px;
    }

    .vc_col-sm-12, .vc_col-sm-6 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    @media (min-width:768px) {
        .vc_col-sm-12, .vc_col-sm-6 {
            float: left;
        }

        .vc_col-sm-12 {
            width: 100%;
        }

        .vc_col-sm-6 {
            width: 50%;
        }
    }

    .wpb_text_column :last-child {
        margin-bottom: 0;
    }

    .wpb_content_element {
        margin-bottom: 35px;
    }

    .vc_row.vc_row-flex {
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .vc_row.vc_row-flex > .vc_column_container {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

            .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
                -webkit-box-flex: 1;
                -webkit-flex-grow: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                z-index: 1;
            }

    @media (-ms-high-contrast:active),(-ms-high-contrast:none) {
        .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner > * {
            min-height: 1em;
        }
    }

    .vc_row.vc_row-flex::after, .vc_row.vc_row-flex::before {
        display: none;
    }

    .vc_row.vc_row-o-equal-height > .vc_column_container {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .vc_row.vc_row-o-content-middle > .vc_column_container > .vc_column-inner {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .vc_column-inner::after, .vc_column-inner::before {
        content: " ";
        display: table;
    }

    .vc_column-inner::after {
        clear: both;
    }

    .vc_column_container {
        padding-left: 0;
        padding-right: 0;
    }

        .vc_column_container > .vc_column-inner {
            box-sizing: border-box;
            padding-left: 15px;
            padding-right: 15px;
            width: 100%;
        }

    .vc_row-has-fill > .vc_column_container > .vc_column-inner {
        padding-top: 35px;
    }

    .vc_section {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
    }

        .vc_section.vc_section-has-fill {
            padding-top: 35px;
        }

    .vc_row.vc_row-o-equal-height > .vc_column_container {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .vc_btn3-container {
        display: block;
        margin-bottom: 21.73913043px;
        max-width: 100%;
    }

        .vc_btn3-container.vc_btn3-inline {
            display: inline-block;
            vertical-align: top;
        }

    .vc_general.vc_btn3 {
        display: inline-block;
        margin-bottom: 0;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background-color: transparent;
        color: #5472d2;
        border: 1px solid transparent;
        box-sizing: border-box;
        word-wrap: break-word;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-decoration: none;
        position: relative;
        top: 0;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        line-height: normal;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        font-size: 14px;
        padding-top: 14px;
        padding-bottom: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .vc_general.vc_btn3:active, .vc_general.vc_btn3:focus {
            outline: 0;
        }

        .vc_general.vc_btn3:focus, .vc_general.vc_btn3:hover {
            border: 1px solid transparent;
            text-decoration: none;
            color: #4868cf;
        }

    .vc_btn3.vc_btn3-style-modern {
        background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
        background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
        background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
        background-repeat: repeat-x;
    }

    .vc_btn3.vc_btn3-shape-rounded {
        border-radius: 5px;
    }

    .vc_btn3.vc_btn3-size-xs {
        font-size: 11px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .vc_btn3.vc_btn3-color-info {
        color: #fff;
        background-color: #58b9da;
    }

        .vc_btn3.vc_btn3-color-info:focus, .vc_btn3.vc_btn3-color-info:hover {
            color: #f7f7f7;
            background-color: #3fafd4;
        }

        .vc_btn3.vc_btn3-color-info:active {
            color: #f2f2f2;
            background-color: #37abd3;
        }

        .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern {
            color: #fff;
            border-color: #58b9da;
            background-color: #58b9da;
        }

            .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:hover {
                color: #f7f7f7;
                border-color: #3fafd4;
                background-color: #3fafd4;
            }

            .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:active {
                color: #f2f2f2;
                border-color: #37abd3;
                background-color: #37abd3;
            }

    .wpb_single_image img {
        height: auto;
        max-width: 100%;
        vertical-align: top;
    }

    .wpb_single_image .vc_single_image-wrapper {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
    }

    .wpb_single_image.vc_align_left {
        text-align: left;
    }

    .wpb_single_image .vc_figure {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        max-width: 100%;
    }

    .wpb_animate_when_almost_visible {
        opacity: 0;
    }

    .wpb_start_animation {
        opacity: 1;
    }
}
/*! CSS Used from: https://wgc.school.nz/wp-content/plugins/ed-school-plugin/public/css/style.css?ver=5.8.1 ; media=all */
@media all {
    .wh-menu-center ul.sf-menu {
        float: none;
        text-align: center;
    }

        .wh-menu-center ul.sf-menu li {
            display: inline-block;
            float: none;
        }

            .wh-menu-center ul.sf-menu li .sub-menu li {
                display: block;
                float: left;
            }
}
/*! CSS Used from: https://wgc.school.nz/wp-content/themes/ed-school/assets/css/groundwork-responsive.css?ver=5.8.1 ; media=all */
@media all {
    .cbp-container {
        margin: 0 auto;
    }

    .cbp-row {
        clear: both;
        width: 100%;
    }

        .cbp-row:after {
            content: " ";
            display: block;
            height: 0;
            font-size: 0;
            clear: both;
            visibility: hidden;
        }
}
/*! CSS Used from: https://wgc.school.nz/wp-content/themes/ed-school/style.css?ver=5.8.1 ; media=all */
@media all {
    input[type="submit"] {
        background-color: #353535;
        border: none;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        padding: 11px 24px 10px;
        text-decoration: none;
        box-shadow: none;
        text-align: center;
    }

        input[type="submit"]:hover, input[type="submit"]:focus {
            background-color: #686868;
            outline: none;
        }

        input[type="submit"]:active {
            background-color: #353535;
        }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    figure, section {
        display: block;
    }

    a {
        color: #282828;
        text-decoration: none;
    }

        a:focus {
            outline: thin dotted;
        }

        a:active, a:hover {
            color: #4f4f4f;
        }

        a:hover {
            text-decoration: none;
        }

    ul {
        margin: 16px 0;
        padding: 0 0 0 28px;
    }

    ul {
        list-style-type: circle;
    }

    li > ul {
        margin: 0;
    }

    img {
        -ms-interpolation-mode: bicubic;
        border: 0;
        vertical-align: middle;
    }

    svg:not(:root) {
        overflow: hidden;
    }

    figure {
        margin: 0;
    }

    form {
        margin: 0;
    }

    fieldset {
        border: 1px solid #c0c0c0;
        margin: 0 2px;
        padding: 0.35em 0.625em 0.75em;
    }

    legend {
        border: 0;
        padding: 0;
        white-space: normal;
    }

    input {
        font-size: 15px;
        margin: 0;
        max-width: 100%;
        vertical-align: baseline;
    }

    input {
        line-height: normal;
    }

        input[type="submit"] {
            -webkit-appearance: button;
            cursor: pointer;
        }

        input[disabled] {
            cursor: default;
        }

        input[type="checkbox"] {
            padding: 0;
        }

        input[type="search"] {
            -webkit-appearance: textfield;
            padding-right: 2px;
        }

        input::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

    input {
        font-family: inherit;
        padding: 14px;
        margin-bottom: 10px;
    }

    input {
        color: #141412;
    }

        input:focus {
            border: 2px solid #c3c0ab;
            outline: 0;
        }

    ::-webkit-input-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    :-moz-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    ::-moz-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    :-ms-input-placeholder {
        color: #7B8085;
        font-weight: 300;
    }

    img[class*="attachment-"] {
        height: auto;
        max-width: 100%;
    }

    .sf-menu, .sf-menu * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .sf-menu li {
            position: relative;
        }

        .sf-menu ul {
            position: absolute;
            display: none;
            top: 100%;
            left: 0;
            z-index: 99;
        }

        .sf-menu > li {
            float: left;
        }

        .sf-menu li:hover > ul {
            display: block;
        }

        .sf-menu a {
            display: block;
            position: relative;
        }

    .sf-menu {
        float: left;
    }

        .sf-menu ul {
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
            min-width: 12em;
            *width: 12em;
        }

        .sf-menu a {
            text-decoration: none;
            zoom: 1;
        }

        .sf-menu li {
            white-space: nowrap;
            *white-space: normal;
            -webkit-transition: background .2s;
            transition: background .2s;
        }

            .sf-menu li:hover {
                -webkit-transition: none;
                transition: none;
            }

        .sf-menu.wh-menu-main li.menu-item-has-children > a {
            position: relative;
            padding-right: 15px;
        }



        .sf-menu.wh-menu-main .sub-menu {
            margin-top: 15px;
            box-shadow: none;
            margin-left: 12px;
        }

            .sf-menu.wh-menu-main .sub-menu li {
                padding: 14px 0;
                width: 100%;
                border: 1px solid #e5e5e5;
                border-top: none;
            }

                .sf-menu.wh-menu-main .sub-menu li:first-child {
                    border-top: 1px solid rgba(0, 0, 0, 0.2);
                }

                .sf-menu.wh-menu-main .sub-menu li a {
                    text-align: left;
                    padding: 0;
                    border: none;
                }

                    .sf-menu.wh-menu-main .sub-menu li a:after {
                        content: "";
                        width: 0;
                        left: auto;
                        right: 0;
                        border: none;
                    }

            .sf-menu.wh-menu-main .sub-menu:before {
                content: "";
                display: block;
                height: 15px;
                position: absolute;
                top: -15px;
                width: 100%;
            }

        .sf-menu.wh-menu-main li > a {
            margin: 0 13px;
            padding: 23px 0 0;
            border-top: 4px solid transparent;
        }

        .sf-menu.wh-menu-main > li:hover > a {
            border-top: 4px solid #e6be1e;
        }

    .wh-sticky-header-enabled {
        z-index: 99999;
    }

        .wh-sticky-header-enabled:after {
            clear: both;
            content: "";
            display: block;
        }

    .vc_row {
        margin-left: 0;
        margin-right: 0;
    }

    .wh-header > .vc_section {
        margin: 0;
        padding: 0;
    }

    .wpb_single_image .vc_single_image-wrapper {
        max-width: 100%;
    }

    a:focus {
        outline: 0;
    }

    input:focus {
        border: none;
    }

    ::-webkit-input-placeholder {
        padding-left: 10px;
    }

    :-moz-placeholder {
        padding-left: 10px;
    }

    ::-moz-placeholder {
        padding-left: 10px;
    }

    :-ms-input-placeholder {
        padding-left: 10px;
    }

    .wh-header .cbp-container {
        margin: 0 auto;
    }

    @media (max-width: 767px) {
        .vc_column-inner {
            margin-bottom: 30px;
        }
    }
}
/*! CSS Used from: Embedded */
@media screen and (max-width:1025px) {
    .wh-header {
        display: none;
    }
}
/*! CSS Used from: https://wgc.school.nz/wp-content/themes/ed-school-child/style.css?ver=1.0.0 ; media=all */
@media all {
    /*! @import https://wgc.school.nz/wp-content/themes/ed-school/style.css */
    input[type="submit"] {
        background-color: #353535;
        border: none;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        padding: 11px 24px 10px;
        text-decoration: none;
        box-shadow: none;
        text-align: center;
    }

        input[type="submit"]:hover, input[type="submit"]:focus {
            background-color: #686868;
            outline: none;
        }

        input[type="submit"]:active {
            background-color: #353535;
        }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    figure, section {
        display: block;
    }

    a {
        color: #282828;
        text-decoration: none;
    }

        a:focus {
            outline: thin dotted;
        }

        a:active, a:hover {
            color: #4f4f4f;
        }

        a:hover {
            text-decoration: none;
        }

    ul {
        margin: 16px 0;
        padding: 0 0 0 28px;
    }

    ul {
        list-style-type: circle;
    }

    li > ul {
        margin: 0;
    }

    img {
        -ms-interpolation-mode: bicubic;
        border: 0;
        vertical-align: middle;
    }

    svg:not(:root) {
        overflow: hidden;
    }

    figure {
        margin: 0;
    }

    form {
        margin: 0;
    }

    fieldset {
        border: 1px solid #c0c0c0;
        margin: 0 2px;
        padding: 0.35em 0.625em 0.75em;
    }

    legend {
        border: 0;
        padding: 0;
        white-space: normal;
    }

    input {
        font-size: 15px;
        margin: 0;
        max-width: 100%;
        vertical-align: baseline;
    }

    input {
        line-height: normal;
    }

        input[type="submit"] {
            -webkit-appearance: button;
            cursor: pointer;
        }

        input[disabled] {
            cursor: default;
        }

        input[type="checkbox"] {
            padding: 0;
        }

        input[type="search"] {
            -webkit-appearance: textfield;
            padding-right: 2px;
        }

        input::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

    input {
        font-family: inherit;
        padding: 14px;
        margin-bottom: 10px;
    }

    input {
        color: #141412;
    }

        input:focus {
            border: 2px solid #c3c0ab;
            outline: 0;
        }

    ::-webkit-input-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    :-moz-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    ::-moz-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    :-ms-input-placeholder {
        color: #7B8085;
        font-weight: 300;
    }

    img[class*="attachment-"] {
        height: auto;
        max-width: 100%;
    }

    .sf-menu, .sf-menu * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .sf-menu li {
            position: relative;
        }

        .sf-menu ul {
            position: absolute;
            display: none;
            top: 100%;
            left: 0;
            z-index: 99;
        }

        .sf-menu > li {
            float: left;
        }

        .sf-menu li:hover > ul {
            display: block;
        }

        .sf-menu a {
            display: block;
            position: relative;
        }

    .sf-menu {
        float: left;
    }

        .sf-menu ul {
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
            min-width: 12em;
            *width: 12em;
        }

        .sf-menu a {
            text-decoration: none;
            zoom: 1;
        }

        .sf-menu li {
            white-space: nowrap;
            *white-space: normal;
            -webkit-transition: background .2s;
            transition: background .2s;
        }

            .sf-menu li:hover {
                -webkit-transition: none;
                transition: none;
            }

        .sf-menu.wh-menu-main li.menu-item-has-children > a {
            position: relative;
            padding-right: 15px;
        }


        .sf-menu.wh-menu-main .sub-menu {
            margin-top: 15px;
            box-shadow: none;
            margin-left: 12px;
        }

            .sf-menu.wh-menu-main .sub-menu li {
                padding: 14px 0;
                width: 100%;
                border: 1px solid #e5e5e5;
                border-top: none;
            }

                .sf-menu.wh-menu-main .sub-menu li:first-child {
                    border-top: 1px solid rgba(0, 0, 0, 0.2);
                }

                .sf-menu.wh-menu-main .sub-menu li a {
                    text-align: left;
                    padding: 0;
                    border: none;
                }

                    .sf-menu.wh-menu-main .sub-menu li a:after {
                        content: "";
                        width: 0;
                        left: auto;
                        right: 0;
                        border: none;
                    }

            .sf-menu.wh-menu-main .sub-menu:before {
                content: "";
                display: block;
                height: 15px;
                position: absolute;
                top: -15px;
                width: 100%;
            }

        .sf-menu.wh-menu-main li > a {
            margin: 0 13px;
            padding: 23px 0 0;
            border-top: 4px solid transparent;
        }

        .sf-menu.wh-menu-main > li:hover > a {
            border-top: 4px solid #e6be1e;
        }

    .wh-sticky-header-enabled {
        z-index: 99999;
    }

        .wh-sticky-header-enabled:after {
            clear: both;
            content: "";
            display: block;
        }

    .vc_row {
        margin-left: 0;
        margin-right: 0;
    }

    .wh-header > .vc_section {
        margin: 0;
        padding: 0;
    }

    .wpb_single_image .vc_single_image-wrapper {
        max-width: 100%;
    }

    a:focus {
        outline: 0;
    }

    input:focus {
        border: none;
    }

    ::-webkit-input-placeholder {
        padding-left: 10px;
    }

    :-moz-placeholder {
        padding-left: 10px;
    }

    ::-moz-placeholder {
        padding-left: 10px;
    }

    :-ms-input-placeholder {
        padding-left: 10px;
    }

    .wh-header .cbp-container {
        margin: 0 auto;
    }

    @media (max-width: 767px) {
        .vc_column-inner {
            margin-bottom: 30px;
        }
    }
    /*! end @import */
}
/*! CSS Used from: https://wgc.school.nz/wp-content/uploads/ed_school_options_style.css?ver=5.8.1 ; media=all */
@media all {
    .cbp-container {
    }

    a {
        color: #353434;
    }

        a:hover {
            color: #008c95;
        }

        a:active {
            color: #008c95;
        }

    .wh-header {
        background-color: #fff;
        background-repeat: no-repeat;
    }

    .wh-header {
        border-bottom: 1px solid #ededed;
    }

    .sf-menu.wh-menu-main a {
        font-family: "Open Sans";
        line-height: 24px;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        font-display: swap;
    }

    .sf-menu.wh-menu-main ul li a {
        font-family: "Open Sans";
        line-height: 22px;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        font-display: swap;
    }

    .sf-menu.wh-menu-main a {
        color: #000;
    }

        .sf-menu.wh-menu-main a:hover {
            color: #000000;
        }

    a {
        color: #000;
    }

        a:hover {
            color: #000000;
        }

    a {
        color: #000;
    }

        a:hover {
            color: #000000;
        }

    .sf-menu.wh-menu-main ul li, .sf-menu.wh-menu-main .sub-menu {
        background-color: #fff;
    }

        .sf-menu.wh-menu-main ul li:hover {
            background-color: #27829e;
        }

        .sf-menu.wh-menu-main .sub-menu li a {
            color: #000000;
        }

            .sf-menu.wh-menu-main .sub-menu li a:hover {
                color: #ffffff;
            }

    .wh-menu-main {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    a {
        color: #000;
    }

        a:hover {
            color: #000000;
        }

    .sf-menu.wh-menu-main > li:hover > a {
        border-top-color: #27829E !important;
    }

    input[type="submit"] {
        background-color: #2abfd4;
        border-radius: 0px;
        font-size: 15px;
        font-weight: bold;
        line-height: 15px;
        border: 1px solid #2abfd4;
        color: #fff;
        padding: 16px 27px 14px 27px;
        text-transform: uppercase;
        font-family: inherit;
        letter-spacing: inherit;
        text-align: center;
    }

        input[type="submit"]:hover, input[type="submit"]:focus {
            background-color: #20d1e9;
            border: 1px solid #20d1e9;
            color: #2abfd4;
        }

    input, input:focus {
        background-color: #f2f2f2;
    }

        input[type="text"], input[type="search"] {
            width: 100%;
        }

        input[type="text"], input[type="search"] {
            height: 40px;
        }

            input[type="text"], input[type="search"], input[type="text"]:focus, input[type="search"]:focus {
                border: 0px solid #d0cece;
            }
}
/*! CSS Used from: Embedded */
.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern {
    color: #fff;
    border-color: #58b9da;
    background-color: #58b9da;
    width: 80px;
}

.vc_custom_1537920741669 {
    margin-bottom: 0px !important;
    border-bottom-width: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.vc_custom_1538018065925 {
    padding-left: 300px !important;
    background-color: #27829e !important;
}

.vc_custom_1537921356595 {
    padding-top: 3px !important;
}

.vc_custom_1542753007489 {
    margin-top: -10px !important;
}

.vc_custom_1542753191505 {
    margin-bottom: 10px !important;
}

.vc_custom_1562894327908 {
    margin-bottom: -5px !important;
    padding-right: 2px !important;
}

.vc_custom_1562894334272 {
    margin-bottom: -5px !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.vc_custom_1562894339984 {
    margin-bottom: -5px !important;
    padding-left: 2px !important;
}

.vc_custom_1537928750853 {
    margin-bottom: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}

.vc_custom_1538340303181 {
    padding-bottom: 20px !important;
}
/*! CSS Used from: Embedded */
.asp_m {
    height: 0;
}
/*! CSS Used from: https://wgc.school.nz/wp-content/plugins/js_composer/assets/lib/bower/animate-css/animate.min.css?ver=6.7.0 ; media=all */
@media all {
    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .fadeInDown {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
    }
}
/*! CSS Used keyframes */
@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/*! CSS Used fontfaces */
@font-face {
    font-family: 'asppsicons2';
    src: url('~/Content/Skins/WGC/fonts/icons2.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v26/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*! CSS Used from: https://wgc.school.nz/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=6.7.0 ; media=all */
@media all {
    .vc_row_footer:after, .vc_row_footer:before {
        content: " ";
        display: table;
    }

    .vc_row_footer:after {
        clear: both;
    }

    .vc_column_footer_container {
        width: 100%;
    }

    .vc_row_footer {
        margin-left: -15px;
    }

    .vc_col-sm-12 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    @media (min-width:768px) {
        .vc_col-sm-12 {
            float: left;
        }

        .vc_col-sm-12 {
            width: 100%;
        }
    }

    .vc_clearfix:after, .vc_clearfix:before {
        content: " ";
        display: table;
    }

    .vc_clearfix:after {
        clear: both;
    }

    .vc_clearfix:after, .vc_clearfix:before {
        content: " ";
        display: table;
    }

    .vc_clearfix:after {
        clear: both;
    }

    .wpb_text_column :last-child, .wpb_text_column p:last-child {
        margin-bottom: 0;
    }

    .wpb_content_element {
        margin-bottom: 35px;
    }

    .vc_column_footer-inner::after, .vc_column_footer-inner::before {
        content: " ";
        display: table;
    }

    .vc_column_footer-inner::after {
        clear: both;
    }

    .vc_column_footer_container {
        padding-left: 0;
        padding-right: 0;
    }

        .vc_column_footer_container > .vc_column_footer-inner {
            box-sizing: border-box;
            padding-left: 15px;
            padding-right: 15px;
            width: 100%;
        }

    .vc_section {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
    }

        .vc_section[data-vc-full-width] {
            -webkit-transition: opacity .5s ease;
            -o-transition: opacity .5s ease;
            transition: opacity .5s ease;
            overflow: hidden;
        }

            .vc_section[data-vc-full-width] > .vc_row_footer {
                margin-left: 0;
                margin-right: 0;
            }

        .vc_section.vc_section-has-fill {
            padding-top: 35px;
        }

    .vc_custom_heading a, .vc_custom_heading a:focus, .vc_custom_heading a:hover, .vc_custom_heading a:visited {
        border: none;
        text-decoration: inherit;
        color: inherit;
    }

    .vc_custom_heading a {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        opacity: 1;
    }

        .vc_custom_heading a:hover {
            opacity: .85;
        }
}
/*! CSS Used from: https://wgc.school.nz/wp-content/themes/ed-school/assets/css/groundwork-responsive.css?ver=5.8.1 ; media=all */
@media all {
    .cbp-container {
        margin: 0 auto;
    }

    .cbp-row {
        clear: both;
        width: 100%;
    }

        .cbp-row:after {
            content: " ";
            display: block;
            height: 0;
            font-size: 0;
            clear: both;
            visibility: hidden;
        }
}
/*! CSS Used from: https://wgc.school.nz/wp-content/themes/ed-school/style.css?ver=5.8.1 ; media=all */
@media all {
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    section {
        display: block;
    }

    a {
        color: #282828;
        text-decoration: none;
    }

        a:focus {
            outline: thin dotted;
        }

        a:active, a:hover {
            color: #4f4f4f;
        }

        a:hover {
            text-decoration: none;
        }

    p {
        margin: 0.3em 0 0.6em;
    }

    small {
        font-size: smaller;
    }

    ::-webkit-input-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    :-moz-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    ::-moz-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    :-ms-input-placeholder {
        color: #7B8085;
        font-weight: 300;
    }

    .vc_custom_heading {
        margin-top: 0;
    }

    .vc_row_footer {
        margin-left: 0;
        margin-right: 0;
    }

    .cbp-container .vc_row_footer {
        margin-left: -15px;
    }

    .vc_row_footer p {
        margin: 0 0 10px;
    }

    a:focus {
        outline: 0;
    }

    ::-webkit-input-placeholder {
        padding-left: 10px;
    }

    :-moz-placeholder {
        padding-left: 10px;
    }

    ::-moz-placeholder {
        padding-left: 10px;
    }

    :-ms-input-placeholder {
        padding-left: 10px;
    }

    .wh-footer .wh-padding {
        padding-top: 0;
        padding-bottom: 0;
    }

    @media (max-width: 767px) {
        .vc_column_footer-inner {
            margin-bottom: 30px;
        }

        .vc_section[data-vc-full-width] {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }
}
/*! CSS Used from: https://wgc.school.nz/wp-content/themes/ed-school-child/style.css?ver=1.0.0 ; media=all */
@media all {
    /*! @import https://wgc.school.nz/wp-content/themes/ed-school/style.css */
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    section {
        display: block;
    }

    a {
        color: #282828;
        text-decoration: none;
    }

        a:focus {
            outline: thin dotted;
        }

        a:active, a:hover {
            color: #4f4f4f;
        }

        a:hover {
            text-decoration: none;
        }

    p {
        margin: 0.3em 0 0.6em;
    }

    small {
        font-size: smaller;
    }

    ::-webkit-input-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    :-moz-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    ::-moz-placeholder {
        color: #7B8085;
        padding-left: 0 !important;
        font-weight: 300;
    }

    :-ms-input-placeholder {
        color: #7B8085;
        font-weight: 300;
    }

    .vc_custom_heading {
        margin-top: 0;
    }

    .vc_row_footer {
        margin-left: 0;
        margin-right: 0;
    }

    .cbp-container .vc_row_footer {
        margin-left: -15px;
    }

    .vc_row_footer p {
        margin: 0 0 10px;
    }

    a:focus {
        outline: 0;
    }

    ::-webkit-input-placeholder {
        padding-left: 10px;
    }

    :-moz-placeholder {
        padding-left: 10px;
    }

    ::-moz-placeholder {
        padding-left: 10px;
    }

    :-ms-input-placeholder {
        padding-left: 10px;
    }

    .wh-footer .wh-padding {
        padding-top: 0;
        padding-bottom: 0;
    }

    @media (max-width: 767px) {
        .vc_column_footer-inner {
            margin-bottom: 30px;
        }

        .vc_section[data-vc-full-width] {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }
    /*! end @import */
}
/*! CSS Used from: https://wgc.school.nz/wp-content/uploads/ed_school_options_style.css?ver=5.8.1 ; media=all */
@media all {
    .cbp-container {
    }

    a {
        color: #353434;
    }

        a:hover {
            color: #008c95;
        }

        a:active {
            color: #008c95;
        }

    .wh-padding {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }

    a {
        color: #000;
    }

        a:hover {
            color: #000000;
        }

    a {
        color: #000;
    }

        a:hover {
            color: #000000;
        }

    a {
        color: #000;
    }

        a:hover {
            color: #000000;
        }

    .wh-footer {
        background-color: #fff;
    }
}
/*! CSS Used from: Embedded */
.link-underline {
    text-decoration: underline;
}

.wh-footer a:hover {
    color: #fcc92f;
}

.wh-footer p {
    font-family: Libre Franklin;
}

.vc_custom_1501065380455 {
    margin-top: 40px !important;
    padding-top: 50px !important;
    padding-bottom: 49px !important;
    background-color: #262628 !important;
}
/*! CSS Used fontfaces */
@font-face {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/librefranklin/v7/jizDREVItHgc8qDIbSTKq4XkRiUQ2zcLig.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/librefranklin/v7/jizDREVItHgc8qDIbSTKq4XkRiUR2zcLig.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/librefranklin/v7/jizDREVItHgc8qDIbSTKq4XkRiUf2zc.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/librefranklin/v7/jizDREVItHgc8qDIbSTKq4XkRiUQ2zcLig.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/librefranklin/v7/jizDREVItHgc8qDIbSTKq4XkRiUR2zcLig.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/librefranklin/v7/jizDREVItHgc8qDIbSTKq4XkRiUf2zc.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/librefranklin/v7/jizDREVItHgc8qDIbSTKq4XkRiUQ2zcLig.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/librefranklin/v7/jizDREVItHgc8qDIbSTKq4XkRiUR2zcLig.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/librefranklin/v7/jizDREVItHgc8qDIbSTKq4XkRiUf2zc.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#wh-mobile-menu > div.respmenu-header > div > hr {
    background-color: black;
}


body > main > div > article > div.vacancies-wrapper > div > div > div > div > div.form-group.job-buttons > div > a.btn.btn-primary.apply-disable {
    background-color: #58b9da;
}

    body > main > div > article > div.vacancies-wrapper > div > div > div > div > div.form-group.job-buttons > div > a.btn.btn-primary.apply-disable:hover {
        background-color: #3fafd4;
    }

body > main > div > article > div.vacancies-wrapper > div > div > div > div > div.form-group.job-buttons > div > a.btn.btn-info {
    background-color: #58b9da;
}

    body > main > div > article > div.vacancies-wrapper > div > div > div > div > div.form-group.job-buttons > div > a.btn.btn-info:hover {
        background-color: #3fafd4;
    }

body > main > div > article > div.vacancies-wrapper > div > div > div > div > div.form-group.job-buttons > div > div > div > a.btn.btn-primary.apply-disable {
    background-color: #58b9da;
}

    body > main > div > article > div.vacancies-wrapper > div > div > div > div > div.form-group.job-buttons > div > div > div > a.btn.btn-primary.apply-disable:hover {
        background-color: #3fafd4;
    }

body > main > div > article > div.vacancies-wrapper > div > div > div > div > div.form-group.job-buttons > div > div > div > a.btn.btn-info {
    background-color: #58b9da;
}

    body > main > div > article > div.vacancies-wrapper > div > div > div > div > div.form-group.job-buttons > div > div > div > a.btn.btn-info:hover {
        background-color: #3fafd4;
    }

body > main > div > article > div.vacancies-wrapper > div > div > div > div > div.form-group.job-buttons > div > div > div > a.btn.btn-primary {
    background-color: #58b9da;
}

    body > main > div > article > div.vacancies-wrapper > div > div > div > div > div.form-group.job-buttons > div > div > div > a.btn.btn-primary:hover {
        background-color: #3fafd4;
    }

body > main > div > aside > div.searchjob > form > div > div:nth-child(9) > input {
    background-color: #58b9da;
    color: white;
    border-radius: 5px;
}

    body > main > div > aside > div.searchjob > form > div > div:nth-child(9) > input:hover {
        background-color: #3fafd4;
        color: white;
        border-radius: 5px;
    }

body > main > div > aside > div.careernav.auth > p.active > a:hover {
    background-color: #27829E;
}

body > main > div > aside > div.careernav.auth > p.active > a:focus {
    background-color: #27829E;
}

body > main > div > aside > div.careernav.unauth > p > a:hover {
    background-color: #27829E;
}

body > main > div > aside > div.careernav.unauth > p > a:focus {
    background-color: #27829E;
}

body > main > div > aside > div.careernav.auth > p > a:hover {
    background-color: #27829E;
}

body > main > div > aside > div.careernav.auth > p > a:focus {
    background-color: #27829E;
}

body > main > div > article > div.pull-right > div.social-share > a > i {
    color: #27829E;
}

#jobDetailsAccordionItems > div > div.panel-heading {
    background-color: #27829E;
}

#jobDetailsAccordionItems > div {
    border-color: #27829E;
}

body > main > div > article > div.row.job-ad > div.col-sm-9 > div > div.job-ad-buttons > a {
    background-color: #58b9da;
}

    body > main > div > article > div.row.job-ad > div.col-sm-9 > div > div.job-ad-buttons > a:hover {
        background-color: #3fafd4;
    }

body > main > div > article > div.row.job-ad > div.col-sm-3.job-ad-side > div > a {
    background-color: #58b9da;
}

    body > main > div > article > div.row.job-ad > div.col-sm-3.job-ad-side > div > a:hover {
        background-color: #3fafd4;
    }

#loginForm > div:nth-child(6) > input {
    background-color: #58b9da;
    border-radius: 5px;
    color: white;
}

    #loginForm > div:nth-child(6) > input:hover {
        background-color: #3fafd4;
        border-radius: 5px;
        color: white;
    }

#registration_button_01 {
    background-color: #58b9da;
    border-radius: 5px;
    color: white;
}

    #registration_button_01:hover {
        background-color: #3fafd4;
        border-radius: 5px;
        color: white;
    }

#RegisterEmail {
    border: 1px solid #d0cece;
}

#ConfirmEmail {
    border: 1px solid #d0cece;
}

#LoginModal > div > div {
    margin-top: 300px;
}

#RegisterModal > div > div {
    margin-top: 300px;
}

#formPage > ul:nth-child(2) > li {
    background: #27829E;
}

    #formPage > ul:nth-child(2) > li > a {
        background: #27829E;
    }

#formPage > div.row > div > button:nth-child(3) {
    background-color: #58b9da;
}

    #formPage > div.row > div > button:nth-child(3):hover {
        background-color: #3fafd4;
    }

#formPage > ul > li > a {
    color: white;
}

#formPage > div.application-ko > div > div > div > div > div.col-md-7 > div > div > span > span > span {
    background-color: #58b9da;
}

#formPage > div.application-ko > div > div > div > div > div > div > div > table > tfoot > tr > td > button {
    background: #58b9da;
}

    #formPage > div.application-ko > div > div > div > div > div > div > div > table > tfoot > tr > td > button:hover {
        background: #3fafd4;
    }

#formPage > div.row > div > button:nth-child(4) {
    background-color: #58b9da;
}

    #formPage > div.row > div > button:nth-child(4):hover {
        background-color: #3fafd4;
    }

body > main > div > article > form > div > div > div > div > p > a > i {
    color: #27829E;
}

body > main > div > article > form > p > a.btn.btn-primary.pull-right {
    background-color: #58b9da;
}

    body > main > div > article > form > p > a.btn.btn-primary.pull-right:hover {
        background-color: #3fafd4;
    }

body > main > div > article > div.my-settings-wrapper > div.change-password > div > form > div:nth-child(5) > div > input {
    background-color: #58b9da;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
}

    body > main > div > article > div.my-settings-wrapper > div.change-password > div > form > div:nth-child(5) > div > input:hover {
        background-color: #3fafd4;
        text-transform: none;
        font-weight: normal;
        font-size: 14px;
        color: white;
        padding: 8px 12px;
        border-radius: 4px;
    }

body > main > div > article > div.my-settings-wrapper > div > div > div > div > div > a {
    background-color: #58b9da;
}


    body > main > div > article > div.my-settings-wrapper > div > div > div > div > div > a:hover {
        background-color: #3fafd4;
    }

#workingatwgcbutton {
    border-radius: 12px;
    border: 2px solid #ffffff;
    padding: 8px;
    width: 180px;
    background: left;
    font-size: 15px;
}

body > div.cbp-row.wh-header.top.wh-sticky-header-enabled > section > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1538018065925.vc_row-has-fill.vc_row-o-equal-height.vc_row-o-content-middle.vc_row-flex > div:nth-child(2) > div > div > div.vc_btn3-container.wpb_animate_when_almost_visible.wpb_fadeInDown.fadeInDown.vc_btn3-inline.vc_custom_1562894327908.wpb_start_animation.animated {
    margin-bottom: 30px !important;
}

body > main > div > article > div.vacancies-wrapper > div > div > div > div > h2 > a {
    color: #27829e;
}

body > main > div > article > h1 > span{
    color: #27829e;
}

#formPage > h1 {
    color: #27829e;
}

body > main > div > article > div > ul > li.active > a {
    background-color: #27829e !important;
}