﻿
@font-face {
    font-family: HKGrotesk;
    src: url(../HKGrotesk-Regular.woff2) format("woff2"),url(../HKGrotesk-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HKGrotesk;
    src: url(../HKGrotesk-SemiBold.woff2) format("woff2"),url(../HKGrotesk-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: HKGrotesk;
    src: url(../HKGrotesk-Bold.woff2) format("woff2"),url(../HKGrotesk-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: HKGrotesk;
    src: url(../HKGrotesk-Medium.woff2) format("woff2"),url(../HKGrotesk-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

/*h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}*/

svg:not(:root) {
    overflow: hidden
}

/*figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}



button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

h1, h2, h3, h4, h5 {
    margin: 0
}

p {
    margin: 0
}

*, :after, :before {
    box-sizing: border-box
}



body {
    background-color: #fff;
    font-family: HKGrotesk,sans-serif;
    font-size: 100%;
    /*padding-top: 4.0625em */
}

a {
    color: currentColor;
    text-decoration: none
}

.btn {
    display: inline-block;
    font-size: 1em;
    line-height: 3em;
    height: 3em;
    transition: transform .4s ease-out;
    padding: 0 1.5em
}

.btn-primary {
    background-color: #67823a;
    color: #fff
}

.btn-primary:hover {
    transform: translateY(-3px)
}



.calendar-filter {
    position: absolute;
    left: -18.75em;
    transition: left .4s ease-out;
    top: 7.625em;
    padding-left: 1.125em !important
}

    .calendar-filter.show {
        left: 0
    }

@media (min-width:75em) {
    .calendar-filter {
        position: relative;
        left: auto;
        top: auto;
        transition: none;
        padding-left: 0 !important
    }

        .calendar-filter .show {
            left: auto
        }
}

.calendar-filter form ol, .calendar-filter form ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.calendar-filter form .form-item:not(:first-child) {
    margin-top: 1.125em
}

.calendar-filter .two-columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.calendar-filter .form-item {
    width: calc(100% - 16px)
}

.calendar-filter .date-field {
    width: calc(50% - 5px)
}

.calendar-filter label {
    display: block;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.25em;
    margin-bottom: .5625em
}

.calendar-filter input[type=text] {
    border: 1px solid #979797;
    color: #024c8d;
    font-size: 1em;
    height: 3em;
    line-height: 3em;
    padding: 0 1em;
    width: 100%
}

.calendar-filter select {
    background: url(../Images/select-arrow.svg) no-repeat right 16px center;
    background-size: 12px 7px;
    border: 1px solid #979797;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1em;
    height: 3em;
    line-height: 3em;
    padding: 0 2em 0 1em;
    width: 100%
}
/*    appearance: none; */
.calendar-filter input[type=date] {
    border: 1px solid #979797;
    color: #024c8d;
    font-size: .875em;
    height: 3em;
    line-height: 3em;
    padding: 0 .5em;
    width: 100%
}

*/
