@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
fieldset[disabled] .multiselect {
    pointer-events: none
}

.multiselect__spinner {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 48px;
    height: 35px;
    background: #fff;
    display: block
}

.multiselect__spinner:after,.multiselect__spinner:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid transparent;
    border-top-color: #41b883;
    box-shadow: 0 0 0 1px transparent
}

.multiselect__spinner:before {
    animation: spinning 2.4s cubic-bezier(.41,.26,.2,.62);
    animation-iteration-count: infinite
}

.multiselect__spinner:after {
    animation: spinning 2.4s cubic-bezier(.51,.09,.21,.8);
    animation-iteration-count: infinite
}

.multiselect__loading-enter-active,.multiselect__loading-leave-active {
    transition: opacity .4s ease-in-out;
    opacity: 1
}

.multiselect__loading-enter,.multiselect__loading-leave-active {
    opacity: 0
}

.multiselect,.multiselect__input,.multiselect__single {
    font-family: inherit;
    font-size: 16px;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.multiselect {
    box-sizing: content-box;
    display: block;
    position: relative;
    width: 100%;
    min-height: 40px;
    text-align: left;
    color: #35495e
}

.multiselect * {
    box-sizing: border-box
}

.multiselect:focus {
    outline: 0
}

.multiselect--disabled {
    background: #ededed;
    pointer-events: none;
    opacity: .6
}

.multiselect--active {
    z-index: 50
}

.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.multiselect--active .multiselect__select {
    transform: rotate(180deg)
}

.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.multiselect__input,.multiselect__single {
    position: relative;
    display: inline-block;
    min-height: 20px;
    line-height: 20px;
    border: none;
    border-radius: 5px;
    background: #fff;
    padding: 0 0 0 5px;
    width: 100%;
    transition: border .1s ease;
    box-sizing: border-box;
    margin-bottom: 8px;
    vertical-align: top
}

.multiselect__input:-ms-input-placeholder {
    color: #35495e
}

.multiselect__input::placeholder {
    color: #35495e
}

.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single {
    width: auto
}

.multiselect__input:hover,.multiselect__single:hover {
    border-color: #cfcfcf
}

.multiselect__input:focus,.multiselect__single:focus {
    border-color: #a8a8a8;
    outline: 0
}

.multiselect__single {
    padding-left: 5px;
    margin-bottom: 8px
}

.multiselect__tags-wrap {
    display: inline
}

.multiselect__tags {
    min-height: 40px;
    display: block;
    padding: 8px 40px 0 8px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    font-size: 14px
}

.multiselect__tag {
    position: relative;
    display: inline-block;
    padding: 4px 26px 4px 10px;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
    line-height: 1;
    background: #41b883;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis
}

.multiselect__tag-icon {
    cursor: pointer;
    margin-left: 7px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: 700;
    font-style: normal;
    width: 22px;
    text-align: center;
    line-height: 22px;
    transition: all .2s ease;
    border-radius: 5px
}

.multiselect__tag-icon:after {
    content: "\D7";
    color: #266d4d;
    font-size: 14px
}

.multiselect__tag-icon:focus,.multiselect__tag-icon:hover {
    background: #369a6e
}

.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after {
    color: #fff
}

.multiselect__current {
    min-height: 40px;
    overflow: hidden;
    padding: 8px 30px 0 12px;
    white-space: nowrap;
    border-radius: 5px;
    border: 1px solid #e8e8e8
}

.multiselect__current,.multiselect__select {
    line-height: 16px;
    box-sizing: border-box;
    display: block;
    margin: 0;
    text-decoration: none;
    cursor: pointer
}

.multiselect__select {
    position: absolute;
    width: 40px;
    height: 38px;
    right: 1px;
    top: 1px;
    padding: 4px 8px;
    text-align: center;
    transition: transform .2s ease
}

.multiselect__select:before {
    position: relative;
    right: 0;
    top: 65%;
    color: #999;
    margin-top: 4px;
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: ""
}

.multiselect__placeholder {
    color: #adadad;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 2px
}

.multiselect--active .multiselect__placeholder {
    display: none
}

.multiselect__content-wrapper {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    max-height: 240px;
    overflow: auto;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 50;
    -webkit-overflow-scrolling: touch
}

.multiselect__content {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: 100%;
    vertical-align: top
}

.multiselect--above .multiselect__content-wrapper {
    bottom: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    border-top: 1px solid #e8e8e8
}

.multiselect__content::webkit-scrollbar {
    display: none
}

.multiselect__element {
    display: block
}

.multiselect__option {
    display: block;
    padding: 12px;
    min-height: 40px;
    line-height: 16px;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    white-space: nowrap
}

.multiselect__option:after {
    top: 0;
    right: 0;
    position: absolute;
    line-height: 40px;
    padding-right: 12px;
    padding-left: 20px;
    font-size: 13px
}

.multiselect__option--highlight {
    background: #41b883;
    outline: 0;
    color: #fff
}

.multiselect__option--highlight:after {
    content: attr(data-select);
    background: #41b883;
    color: #fff
}

.multiselect__option--selected {
    background: #f3f3f3;
    color: #35495e;
    font-weight: 700
}

.multiselect__option--selected:after {
    content: attr(data-selected);
    color: silver
}

.multiselect__option--selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
}

.multiselect__option--selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
}

.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select {
    background: #ededed;
    color: #a6a6a6
}

.multiselect__option--disabled {
    background: #ededed!important;
    color: #a6a6a6!important;
    cursor: text;
    pointer-events: none
}

.multiselect__option--group {
    background: #ededed;
    color: #35495e
}

.multiselect__option--group.multiselect__option--highlight {
    background: #35495e;
    color: #fff
}

.multiselect__option--group.multiselect__option--highlight:after {
    background: #35495e
}

.multiselect__option--disabled.multiselect__option--highlight {
    background: #dedede
}

.multiselect__option--group-selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
}

.multiselect-enter-active,.multiselect-leave-active {
    transition: all .15s ease
}

.multiselect-enter,.multiselect-leave-active {
    opacity: 0
}

.multiselect__strong {
    margin-bottom: 8px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top
}

[dir=rtl] .multiselect {
    text-align: right
}

[dir=rtl] .multiselect__select {
    right: auto;
    left: 1px
}

[dir=rtl] .multiselect__tags {
    padding: 8px 8px 0 40px
}

[dir=rtl] .multiselect__content {
    text-align: right
}

[dir=rtl] .multiselect__option:after {
    right: auto;
    left: 0
}

[dir=rtl] .multiselect__clear {
    right: auto;
    left: 12px
}

[dir=rtl] .multiselect__spinner {
    right: auto;
    left: 1px
}

@keyframes spinning {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(2turn)
    }
}

.custom-button[data-v-c7726fd6] {
    padding: 0 20px;
    position: relative;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 30px;
    font-size: 13px;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    color: #fff;
    font-weight: 500
}

.custom-button-content[data-v-c7726fd6] {
    position: relative
}

.custom-button svg[data-v-c7726fd6] {
    position: relative;
    fill: #1e90ff
}

.custom-button .custom-button-effect[data-v-c7726fd6],.custom-button svg[data-v-c7726fd6] {
    -webkit-transition: all .45s cubic-bezier(.23,1,.32,1) 0s;
    transition: all .45s cubic-bezier(.23,1,.32,1) 0s
}

.custom-button .custom-button-effect[data-v-c7726fd6] {
    position: absolute;
    background: #1e90ff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 30px;
    border-radius: 4px;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.custom-button.with-border[data-v-c7726fd6] {
    border: 1px solid #eaeaea
}

.custom-button.is-hover[data-v-c7726fd6],.custom-button[data-v-c7726fd6]:hover {
    border: 1px solid transparent!important
}

.custom-button.is-hover .custom-button-effect[data-v-c7726fd6],.custom-button:hover .custom-button-effect[data-v-c7726fd6] {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .6
}

.custom-button.is-hover svg[data-v-c7726fd6],.custom-button:hover svg[data-v-c7726fd6] {
    fill: #fff!important
}

.custom-button.is-hover .custom-button-content[data-v-c7726fd6],.custom-button:hover .custom-button-content[data-v-c7726fd6] {
    color: #fff!important
}

.custom-button.is-selected[data-v-c7726fd6] {
    border: 1px solid transparent!important
}

.custom-button.is-selected .custom-button-effect[data-v-c7726fd6] {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.custom-button.is-selected svg[data-v-c7726fd6] {
    fill: #fff!important
}

.custom-button.is-selected .custom-button-content[data-v-c7726fd6] {
    color: #fff!important
}

.custom-button.is-dark[data-v-c7726fd6] {
    background-color: #424242
}

.custom-button.is-dark.with-border[data-v-c7726fd6] {
    border-color: #757575
}

.custom-button.is-dark svg[data-v-c7726fd6] {
    fill: #fff!important
}

.custom-button.round[data-v-c7726fd6] {
    padding: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%
}

.custom-button.round .custom-button-effect[data-v-c7726fd6] {
    border-radius: 50%;
    height: 24px
}

.field[data-v-5195ef0b] {
    position: relative
}

.field.is-dark .field-label[data-v-5195ef0b] {
    color: hsla(0,0%,100%,.7)
}

.field.is-dark .field-input[data-v-5195ef0b] {
    background-color: #424242;
    border-color: hsla(0,0%,100%,.7);
    color: hsla(0,0%,100%,.7)
}

.field.is-dark.is-disabled .field-input[data-v-5195ef0b],.field.is-dark.is-disabled .field-label[data-v-5195ef0b] {
    color: #000
}

.field-label[data-v-5195ef0b] {
    position: absolute;
    top: 5px;
    cursor: pointer;
    left: 13px;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
    opacity: 0;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    font-size: 11px;
    color: rgba(0,0,0,.54)
}

.field-input[data-v-5195ef0b] {
    cursor: pointer;
    background-color: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    position: relative;
    width: 100%;
    height: 42px;
    min-height: 42px;
    padding-left: 12px;
    padding-right: 44px;
    font-weight: 400;
    -webkit-appearance: none;
    outline: 0;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 4px;
    font-size: 14px;
    z-index: 0
}

.field-input.no-clear-button[data-v-5195ef0b] {
    padding: 0 12px
}

.field-clear-button[data-v-5195ef0b] {
    position: absolute;
    right: 12px
}

.field.has-error .field-input[data-v-5195ef0b] {
    border-color: #ff4500!important
}

.field.has-error .field-label[data-v-5195ef0b] {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 11px
}

.field.has-error .field-input[data-v-5195ef0b] {
    padding-top: 14px
}

.field.has-value .field-label[data-v-5195ef0b] {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 11px
}

.field.has-value:not(.no-label) .field-input[data-v-5195ef0b] {
    padding-top: 14px
}

.field.is-focused .field-input[data-v-5195ef0b] {
    border-color: #1e90ff
}

.field.is-focused .field-label[data-v-5195ef0b] {
    color: #1e90ff
}

.field.is-disabled .field-input[data-v-5195ef0b] {
    border-color: #ccc;
    background: #f2f2f2
}

.field.is-disabled .field-input[data-v-5195ef0b],.field.is-disabled .field-label[data-v-5195ef0b] {
    cursor: default
}

.field .text-danger[data-v-5195ef0b] {
    color: #ff4500!important
}

.field.is-dark[data-v-5195ef0b] ::-webkit-input-placeholder {
    color: hsla(0,0%,100%,.7)
}

.field.is-dark[data-v-5195ef0b] :-moz-placeholder {
    color: hsla(0,0%,100%,.7);
    opacity: 1
}

.field.is-dark[data-v-5195ef0b] :-ms-input-placeholder {
    color: hsla(0,0%,100%,.7)
}

.field.is-dark[data-v-5195ef0b] ::-ms-input-placeholder {
    color: hsla(0,0%,100%,.7)
}

.field.is-dark[data-v-5195ef0b] ::placeholder {
    color: hsla(0,0%,100%,.7)
}

.field.is-dark.is-disabled[data-v-5195ef0b] ::-webkit-input-placeholder {
    color: #424242
}

.field.is-dark.is-disabled[data-v-5195ef0b] :-moz-placeholder {
    color: #424242;
    opacity: 1
}

.field.is-dark.is-disabled[data-v-5195ef0b] :-ms-input-placeholder {
    color: #424242
}

.field.is-dark.is-disabled[data-v-5195ef0b] ::-ms-input-placeholder {
    color: #424242
}

.field.is-dark.is-disabled[data-v-5195ef0b] ::placeholder {
    color: #424242
}

.field.sm .field-input[data-v-5195ef0b] {
    height: 36px;
    min-height: 36px;
    font-size: 12px
}

.field.sm .field-label[data-v-5195ef0b] {
    font-size: 10px
}

.field.sm.has-value:not(.no-label) .field-input[data-v-5195ef0b] {
    padding-top: 12px
}

.field.lg .field-input[data-v-5195ef0b] {
    height: 48px;
    min-height: 48px;
    font-size: 16px
}

.field.lg .field-label[data-v-5195ef0b] {
    font-size: 14px
}

.field.lg.has-value:not(.no-label) .field-input[data-v-5195ef0b] {
    padding-top: 16px
}

.shortcuts-container[data-v-765900da] {
    width: 140px;
    max-width: 140px;
    min-width: 140px;
    padding: 10px 5px;
    border-right: 1px solid #eaeaea;
    overflow: auto
}

.shortcuts-container button.shortcut-button[data-v-765900da] {
    margin-bottom: 10px;
    width: 100%
}

.shortcuts-container.is-dark[data-v-765900da] {
    border-color: #757575
}

@media screen and (max-width: 415px) {
    .shortcuts-container[data-v-765900da]:not(.inline) {
        width:100%;
        max-width: 100%;
        min-width: 100%;
        border-right: 0;
        border-bottom: 1px solid #eaeaea
    }

    .shortcuts-container.is-dark[data-v-765900da] {
        border-color: #757575
    }
}

.year-month-selector[data-v-399efcdb] {
    position: absolute;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #424242;
    padding: 10px
}

.year-month-selector.dark[data-v-399efcdb] {
    color: #fff;
    background-color: #424242
}

.year-month-selector .month-button[data-v-399efcdb] {
    text-transform: capitalize
}

.week-days[data-v-128cb410] {
    height: 41px;
    text-transform: capitalize
}

.week-days.is-dark .week-days-container[data-v-128cb410] {
    color: #a8a8a8!important
}

@media screen and (max-width: 415px) {
    :not(.inline) .datepicker-week[data-v-128cb410] {
        height:21px!important
    }
}

.datepicker-container[data-v-1d6767f6] {
    width: 260px;
    padding: 0 5px;
    position: relative
}

.datepicker-container.range.has-shortcuts[data-v-1d6767f6] {
    width: 400px
}

.datepicker-container.p-0[data-v-1d6767f6] {
    padding: 0
}

.datepicker-container .padding-button[data-v-1d6767f6] {
    padding: 5px 3px!important
}

.datepicker-container .calendar[data-v-1d6767f6] {
    position: relative
}

.datepicker-container .datepicker-controls[data-v-1d6767f6] {
    height: 56px
}

.datepicker-container .datepicker-controls .arrow-month[data-v-1d6767f6] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px
}

.datepicker-container .datepicker-controls .datepicker-button[data-v-1d6767f6] {
    background: 0 0;
    cursor: pointer;
    padding: 0 10px;
    border: none;
    outline: 0
}

.datepicker-container .datepicker-controls .datepicker-button svg[data-v-1d6767f6] {
    height: 17px;
    width: 17px;
    fill: #2c3e50
}

.datepicker-container .datepicker-controls .datepicker-button.datepicker-prev[data-v-1d6767f6] {
    text-align: left!important
}

.datepicker-container .datepicker-controls .datepicker-button.datepicker-next[data-v-1d6767f6] {
    text-align: right!important
}

.datepicker-container .datepicker-controls .datepicker-container-label[data-v-1d6767f6] {
    text-transform: capitalize;
    font-size: 16px;
    position: relative;
    height: 56px;
    overflow: hidden
}

.datepicker-container .datepicker-controls .date-buttons[data-v-1d6767f6] {
    text-transform: capitalize;
    font-weight: 400
}

.datepicker-container .month-container[data-v-1d6767f6] {
    position: relative;
    overflow: hidden
}

.datepicker-container .datepicker-days[data-v-1d6767f6] {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    overflow: hidden;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.datepicker-container .datepicker-days .datepicker-day[data-v-1d6767f6] {
    height: 41px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 14.28571%;
    position: relative;
    border: none;
    background: 0 0;
    font-size: 13px;
    outline: 0
}

.datepicker-container .datepicker-days .datepicker-day.enable[data-v-1d6767f6] {
    cursor: pointer
}

.datepicker-container .datepicker-days .datepicker-day .datepicker-today[data-v-1d6767f6],.datepicker-container .datepicker-days .datepicker-day-effect[data-v-1d6767f6] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    -webkit-transition: all .45s cubic-bezier(.23,1,.32,1) 0s;
    transition: all .45s cubic-bezier(.23,1,.32,1) 0s
}

.datepicker-container .datepicker-days .datepicker-day .datepicker-day-effect[data-v-1d6767f6] {
    margin: auto;
    opacity: .6;
    background: #1e90ff;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.datepicker-container .datepicker-days .datepicker-day .datepicker-today[data-v-1d6767f6] {
    background-color: #eaeaea
}

.datepicker-container .datepicker-days .datepicker-day .datepicker-day-text[data-v-1d6767f6] {
    position: relative;
    color: #000
}

.datepicker-container .datepicker-days .datepicker-day .datepicker-day-keyboard-selected[data-v-1d6767f6] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 26px;
    width: 26px;
    opacity: .7;
    border-radius: 50%;
    -webkit-transition: all .45s cubic-bezier(.23,1,.32,1) 0s;
    transition: all .45s cubic-bezier(.23,1,.32,1) 0s;
    background-color: #afafaf
}

.datepicker-container .datepicker-days .datepicker-day:hover .datepicker-day-text[data-v-1d6767f6] {
    color: #fff
}

.datepicker-container .datepicker-days .datepicker-day:hover .datepicker-day-effect[data-v-1d6767f6] {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .6
}

.datepicker-container .datepicker-days .datepicker-day.between .datepicker-day-text[data-v-1d6767f6] {
    color: #fff
}

.datepicker-container .datepicker-days .datepicker-day.between .datepicker-day-effect[data-v-1d6767f6] {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .5;
    border-radius: 0;
    width: 100%
}

.datepicker-container .datepicker-days .datepicker-day.between.first .datepicker-day-effect[data-v-1d6767f6] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.datepicker-container .datepicker-days .datepicker-day.between.last .datepicker-day-effect[data-v-1d6767f6] {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.datepicker-container .datepicker-days .datepicker-day.between .datepicker-day-keyboard-selected[data-v-1d6767f6],.datepicker-container .datepicker-days .datepicker-day.between.first .datepicker-day-keyboard-selected[data-v-1d6767f6],.datepicker-container .datepicker-days .datepicker-day.between.last .datepicker-day-keyboard-selected[data-v-1d6767f6] {
    background-color: rgba(0,0,0,.66)
}

.datepicker-container .datepicker-days .datepicker-day.selected .datepicker-day-text[data-v-1d6767f6] {
    color: #fff;
    font-weight: 700
}

.datepicker-container .datepicker-days .datepicker-day.selected .datepicker-day-effect[data-v-1d6767f6] {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.datepicker-container .datepicker-days .datepicker-day.selected .datepicker-day-keyboard-selected[data-v-1d6767f6] {
    background-color: rgba(0,0,0,.66)
}

.datepicker-container .datepicker-days .datepicker-day.disabled .datepicker-day-text[data-v-1d6767f6] {
    color: #ccc
}

.datepicker-container .datepicker-days .datepicker-day.disabled.selected[data-v-1d6767f6] {
    color: #fff
}

.datepicker-container .datepicker-days .datepicker-day.disabled .datepicker-day-effect[data-v-1d6767f6] {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.datepicker-container.is-dark .datepicker-days .datepicker-day:not(.between):not(.selected) .datepicker-day-text[data-v-1d6767f6] {
    color: #fff
}

.datepicker-container.is-dark .datepicker-days .datepicker-day:not(.between):not(.selected).disabled .datepicker-day-text[data-v-1d6767f6] {
    color: #757575
}

.datepicker-container.is-dark .datepicker-label[data-v-1d6767f6] {
    color: #fff
}

.datepicker-container.is-dark .text-muted[data-v-1d6767f6] {
    color: #a8a8a8!important
}

.datepicker-container.is-dark .datepicker-button svg[data-v-1d6767f6] {
    fill: #fff
}

.datepicker-container.is-dark .datepicker-today[data-v-1d6767f6] {
    background-color: #292929!important
}

@media screen and (max-width: 415px) {
    #DatePicker.datepicker-container[data-v-1d6767f6] {
        width:100%;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -moz-flex-direction: column
    }

    #DatePicker.datepicker-container:not(.inline) .datepicker-controls[data-v-1d6767f6] {
        height: 36px!important
    }

    #DatePicker.datepicker-container.range.has-shortcuts[data-v-1d6767f6] {
        width: 100%
    }
}

.time-picker-column[data-v-bcef17de]::-webkit-scrollbar {
    display: none
}

.time-picker[data-v-bcef17de] {
    width: 160px;
    max-width: 160px;
    position: relative;
    z-index: 1
}

.time-picker.inline[data-v-bcef17de] {
    width: 100%;
    max-width: 100%
}

.time-picker[data-v-bcef17de]:after,.time-picker[data-v-bcef17de]:before {
    content: "";
    top: 50%;
    position: absolute;
    margin: 0 auto;
    margin-top: -14px;
    height: 30px;
    z-index: -1;
    width: 85%;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.time-picker-column[data-v-bcef17de] {
    position: relative;
    overflow-y: auto
}

.time-picker-column-item[data-v-bcef17de] {
    height: 28px;
    min-height: 28px;
    padding: 0;
    color: #252525;
    cursor: pointer;
    position: relative;
    border: none;
    background: 0 0;
    font-size: 13px;
    width: 100%;
    outline: 0
}

.time-picker-column-item-effect[data-v-bcef17de] {
    position: absolute;
    opacity: .6;
    background: #1e90ff;
    height: 24px;
    width: 70%;
    top: 2px;
    left: 15%;
    -webkit-transition: all .45s cubic-bezier(.23,1,.32,1) 0s;
    transition: all .45s cubic-bezier(.23,1,.32,1) 0s;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 4px
}

.time-picker-column-item-effect[data-v-bcef17de]:hover {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.time-picker-column-item-text[data-v-bcef17de] {
    position: relative
}

.time-picker-column-item:hover .time-picker-column-item-text[data-v-bcef17de] {
    color: #fff;
    -webkit-transition: all .45s cubic-bezier(.23,1,.32,1) 0s;
    transition: all .45s cubic-bezier(.23,1,.32,1) 0s
}

.time-picker-column-item:hover .time-picker-column-item-effect[data-v-bcef17de] {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.time-picker-column-item.active[data-v-bcef17de] {
    color: #fff;
    font-weight: 700
}

.time-picker-column-item.active .time-picker-column-item-effect[data-v-bcef17de] {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.time-picker-column-item.disabled .time-picker-column-item-text[data-v-bcef17de] {
    color: #ccc
}

.time-picker-column-item.disabled .time-picker-column-item-text[data-v-bcef17de]:hover {
    color: #ccc!important
}

.time-picker-column-item.disabled .time-picker-column-item-effect[data-v-bcef17de] {
    -webkit-transform: scale(0)!important;
    transform: scale(0)!important;
    opacity: 0!important
}

.time-picker.with-border[data-v-bcef17de] {
    border-left: 1px solid #eaeaea
}

.time-picker.with-border.is-dark[data-v-bcef17de] {
    border-left: 1px solid #757575
}

.time-picker.is-dark .time-picker-column-item-text[data-v-bcef17de] {
    color: #fff
}

@media screen and (max-width: 415px) {
    .time-picker[data-v-bcef17de]:not(.inline) {
        border:0;
        border-top: 1px solid #eaeaea;
        width: 100%;
        max-width: 100%;
        height: unset!important;
        overflow: hidden
    }

    .time-picker:not(.inline).dark[data-v-bcef17de] {
        border-top: 1px solid #757575
    }

    .timepicker-container.is-dark[data-v-bcef17de] {
        border-color: #757575
    }
}

.header-picker[data-v-34d9911e] {
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    color: #fff;
    position: relative
}

.header-picker-year[data-v-34d9911e] {
    opacity: .7;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    height: 14px
}

.header-picker-date[data-v-34d9911e],.header-picker-hour[data-v-34d9911e],.header-picker-minute[data-v-34d9911e],.header-picker-range[data-v-34d9911e],.header-picker-time[data-v-34d9911e] {
    font-size: 18px;
    line-height: 18px;
    position: relative;
    height: 18px
}

.header-picker-date[data-v-34d9911e] {
    text-transform: capitalize
}

.header-picker-hour.twelve[data-v-34d9911e] {
    min-width: 74px
}

.header-picker .pl-10[data-v-34d9911e] {
    padding-left: 10px
}

.header-picker .time-number[data-v-34d9911e] {
    width: 22px
}

.header-picker.is-dark[data-v-34d9911e] {
    border: 0;
    color: #fff!important
}

.datepicker-buttons-container[data-v-26252e34] {
    padding: 5px;
    border-top: 1px solid #eaeaea;
    background-color: #fff;
    z-index: 1;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.datepicker-buttons-container .datepicker-button[data-v-26252e34] {
    padding: 0 20px;
    position: relative;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 30px;
    font-size: 14px;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    color: #fff;
    font-weight: 500
}

.datepicker-buttons-container .datepicker-button-content[data-v-26252e34] {
    position: relative
}

.datepicker-buttons-container .datepicker-button svg[data-v-26252e34] {
    position: relative;
    -webkit-transition: all .45s cubic-bezier(.23,1,.32,1) 0s;
    transition: all .45s cubic-bezier(.23,1,.32,1) 0s;
    fill: #00c853
}

.datepicker-buttons-container .datepicker-button .datepicker-button-effect[data-v-26252e34] {
    position: absolute;
    background: #00c853;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 30px;
    border-radius: 4px;
    width: 100%;
    -webkit-transition: all .45s cubic-bezier(.23,1,.32,1) 0s;
    transition: all .45s cubic-bezier(.23,1,.32,1) 0s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.datepicker-buttons-container .datepicker-button[data-v-26252e34]:hover {
    border: 1px solid transparent
}

.datepicker-buttons-container .datepicker-button:hover .datepicker-button-effect[data-v-26252e34] {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.datepicker-buttons-container .datepicker-button:hover svg[data-v-26252e34] {
    fill: #fff!important
}

.datepicker-buttons-container .datepicker-button:hover .datepicker-button-content[data-v-26252e34] {
    color: #fff!important
}

.datepicker-buttons-container .datepicker-button.now.right-margin[data-v-26252e34] {
    margin-right: 10px
}

.datepicker-buttons-container .datepicker-button.now .datepicker-button-content[data-v-26252e34] {
    color: #1e90ff
}

.datepicker-buttons-container .datepicker-button.now .datepicker-button-effect[data-v-26252e34] {
    background: #1e90ff
}

.datepicker-buttons-container .datepicker-button.validate[data-v-26252e34] {
    border: 1px solid #eaeaea
}

.datepicker-buttons-container.is-dark .datepicker-button[data-v-26252e34],.datepicker-buttons-container.is-dark[data-v-26252e34] {
    background-color: #424242
}

.datepicker-buttons-container.is-dark .datepicker-button[data-v-26252e34]:not(.now),.datepicker-buttons-container.is-dark[data-v-26252e34]:not(.now) {
    border-color: #757575
}

.datepicker-buttons-container.is-dark .datepicker-button svg[data-v-26252e34],.datepicker-buttons-container.is-dark svg[data-v-26252e34] {
    fill: #fff!important
}

.datetimepicker[data-v-2b0eb674] {
    position: absolute;
    z-index: 9;
    width: 100%
}

.datetimepicker.visible[data-v-2b0eb674] {
    z-index: 999
}

.datetimepicker .datepicker[data-v-2b0eb674] {
    position: absolute;
    z-index: 5;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    max-width: 400px
}

.datetimepicker .datepicker .pickers-container[data-v-2b0eb674] {
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.datetimepicker .datepicker.right[data-v-2b0eb674] {
    right: 0
}

.datetimepicker.is-dark .datepicker[data-v-2b0eb674],.datetimepicker.is-dark .pickers-container[data-v-2b0eb674] {
    background: #424242;
    border: 0
}

.inline .datepicker[data-v-2b0eb674],.inline.datetimepicker[data-v-2b0eb674] {
    position: relative
}

.inline .datepicker[data-v-2b0eb674] {
    margin-bottom: 0!important;
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 100%;
    max-width: 100%;
    background-color: #fff
}

@media screen and (max-width: 415px) {
    .pickers-container[data-v-2b0eb674] {
        -ms-flex-direction:column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -moz-flex-direction: column
    }

    .datetimepicker[data-v-2b0eb674]:not(.inline) {
        margin: 0!important;
        position: absolute;
        top: 0!important;
        bottom: 0;
        right: 0;
        left: 0
    }

    .datetimepicker:not(.inline) .datepicker[data-v-2b0eb674] {
        border-radius: 0!important;
        bottom: 0!important;
        top: 0!important;
        left: 0!important;
        right: 0!important;
        width: 100%!important;
        max-width: inherit!important;
        min-width: inherit!important;
        position: fixed;
        height: 100%;
        margin: 0!important
    }
}

.date-time-picker {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50
}

.date-time-picker,.date-time-picker input,.date-time-picker label,.date-time-picker p,.date-time-picker span {
    font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif
}

.date-time-picker .fluid {
    width: 100%
}

.date-time-picker .fill-height {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.date-time-picker .spacer {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.date-time-picker .align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.date-time-picker .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.date-time-picker .flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -moz-box-align: start;
    -moz-box-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start
}

.date-time-picker .flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -moz-box-align: end;
    -moz-box-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end
}

.date-time-picker .flex-direction-column {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -moz-flex-direction: column
}

.date-time-picker .flex-direction-column-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    -moz-flex-direction: column-reverse
}

.date-time-picker .flex-direction-row {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -moz-flex-direction: row
}

.date-time-picker .justify-content-end,.date-time-picker .justify-content-right {
    justify-content: flex-end;
    -ms-flex-pack: end;
    -moz-box-align: end;
    -moz-box-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -webkit-box-align: end
}

.date-time-picker .justify-content-center {
    justify-content: center;
    -ms-flex-pack: center;
    -moz-box-align: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center
}

.date-time-picker .justify-content-between {
    justify-content: space-between
}

.date-time-picker .justify-content-around,.date-time-picker .justify-content-between {
    -ms-flex-pack: justify;
    -moz-box-align: stretch;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-align: stretch
}

.date-time-picker .justify-content-around {
    justify-content: space-around
}

.date-time-picker .flex-fill {
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto
}

.date-time-picker .flex-fixed {
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto
}

.date-time-picker .flex-1 {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.date-time-picker .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.date-time-picker .flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.date-time-picker .lm-fs-12 {
    font-size: 12px!important
}

.date-time-picker .lm-fs-14 {
    font-size: 14px!important
}

.date-time-picker .lm-fs-16 {
    font-size: 16px!important
}

.date-time-picker .lm-fs-18 {
    font-size: 18px!important
}

.date-time-picker .lm-fw-300 {
    font-weight: 300
}

.date-time-picker .lm-fw-400 {
    font-weight: 400
}

.date-time-picker .lm-fw-500 {
    font-weight: 500
}

.date-time-picker .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .date-time-picker .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .date-time-picker .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .date-time-picker .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .date-time-picker .container {
        max-width:1140px
    }
}

.date-time-picker .lm-pr-1 {
    padding-right: .25rem!important
}

.date-time-picker .lm-pt-1 {
    padding-top: .25rem!important
}

.date-time-picker .lm-pb-1 {
    padding-bottom: .25rem!important
}

.date-time-picker .lm-pl-1,.date-time-picker .lm-px-1 {
    padding-left: .25rem!important
}

.date-time-picker .lm-px-1 {
    padding-right: .25rem!important
}

.date-time-picker .lm-py-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}

.date-time-picker .lm-p-1 {
    padding: .25rem!important
}

.date-time-picker .lm-pr-2 {
    padding-right: .5rem!important
}

.date-time-picker .lm-pt-2 {
    padding-top: .5rem!important
}

.date-time-picker .lm-pb-2 {
    padding-bottom: .5rem!important
}

.date-time-picker .lm-pl-2,.date-time-picker .lm-px-2 {
    padding-left: .5rem!important
}

.date-time-picker .lm-px-2 {
    padding-right: .5rem!important
}

.date-time-picker .lm-py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.date-time-picker .lm-p-2 {
    padding: .5rem!important
}

.date-time-picker .lm-pr-3 {
    padding-right: 1rem!important
}

.date-time-picker .lm-pt-3 {
    padding-top: 1rem!important
}

.date-time-picker .lm-pb-3 {
    padding-bottom: 1rem!important
}

.date-time-picker .lm-pl-3,.date-time-picker .lm-px-3 {
    padding-left: 1rem!important
}

.date-time-picker .lm-px-3 {
    padding-right: 1rem!important
}

.date-time-picker .lm-py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.date-time-picker .lm-p-3 {
    padding: 1rem!important
}

.date-time-picker .lm-pr-4 {
    padding-right: 1.5rem!important
}

.date-time-picker .lm-pt-4 {
    padding-top: 1.5rem!important
}

.date-time-picker .lm-pb-4 {
    padding-bottom: 1.5rem!important
}

.date-time-picker .lm-pl-4,.date-time-picker .lm-px-4 {
    padding-left: 1.5rem!important
}

.date-time-picker .lm-px-4 {
    padding-right: 1.5rem!important
}

.date-time-picker .lm-py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.date-time-picker .lm-p-4 {
    padding: 1.5rem!important
}

.date-time-picker .lm-pr-5 {
    padding-right: 3rem!important
}

.date-time-picker .lm-pt-5 {
    padding-top: 3rem!important
}

.date-time-picker .lm-pb-5 {
    padding-bottom: 3rem!important
}

.date-time-picker .lm-pl-5,.date-time-picker .lm-px-5 {
    padding-left: 3rem!important
}

.date-time-picker .lm-px-5 {
    padding-right: 3rem!important
}

.date-time-picker .lm-py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

.date-time-picker .lm-p-5 {
    padding: 3rem!important
}

.date-time-picker .lm-mr-1 {
    margin-right: .25rem!important
}

.date-time-picker .lm-mt-1 {
    margin-top: .25rem!important
}

.date-time-picker .lm-mb-1 {
    margin-bottom: .25rem!important
}

.date-time-picker .lm-ml-1,.date-time-picker .lm-mx-1 {
    margin-left: .25rem!important
}

.date-time-picker .lm-mx-1 {
    margin-right: .25rem!important
}

.date-time-picker .lm-my-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
}

.date-time-picker .lm-m-1 {
    margin: .25rem!important
}

.date-time-picker .lm-mr-2 {
    margin-right: .5rem!important
}

.date-time-picker .lm-mt-2 {
    margin-top: .5rem!important
}

.date-time-picker .lm-mb-2 {
    margin-bottom: .5rem!important
}

.date-time-picker .lm-ml-2,.date-time-picker .lm-mx-2 {
    margin-left: .5rem!important
}

.date-time-picker .lm-mx-2 {
    margin-right: .5rem!important
}

.date-time-picker .lm-my-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}

.date-time-picker .lm-m-2 {
    margin: .5rem!important
}

.date-time-picker .lm-mr-3 {
    margin-right: 1rem!important
}

.date-time-picker .lm-mt-3 {
    margin-top: 1rem!important
}

.date-time-picker .lm-mb-3 {
    margin-bottom: 1rem!important
}

.date-time-picker .lm-ml-3 {
    margin-left: 1rem!important
}

.date-time-picker .lm-mx-3 {
    margin-left: 1rem!important;
    margin-right: 1rem!important
}

.date-time-picker .lm-my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

.date-time-picker .lm-m-3 {
    margin: 1rem!important
}

.date-time-picker .lm-mr-4 {
    margin-right: 1.5rem!important
}

.date-time-picker .lm-mt-4 {
    margin-top: 1.5rem!important
}

.date-time-picker .lm-mb-4 {
    margin-bottom: 1.5rem!important
}

.date-time-picker .lm-ml-4,.date-time-picker .lm-mx-4 {
    margin-left: 1.5rem!important
}

.date-time-picker .lm-mx-4 {
    margin-right: 1.5rem!important
}

.date-time-picker .lm-my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

.date-time-picker .lm-m-4 {
    margin: 1.5rem!important
}

.date-time-picker .lm-mr-5 {
    margin-right: 3rem!important
}

.date-time-picker .lm-mt-5 {
    margin-top: 3rem!important
}

.date-time-picker .lm-mb-5 {
    margin-bottom: 3rem!important
}

.date-time-picker .lm-ml-5 {
    margin-left: 3rem!important
}

.date-time-picker .lm-mx-5 {
    margin-left: 3rem!important;
    margin-right: 3rem!important
}

.date-time-picker .lm-my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

.date-time-picker .lm-m-5 {
    margin: 3rem!important
}

.date-time-picker .lm-btn {
    padding: 10px 20px;
    margin-bottom: 20px;
    border: none;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12px;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    background-color: #1e90ff;
    color: #fff;
    font-weight: 500
}

.date-time-picker .lm-btn:hover {
    background-color: #0077ea;
    -webkit-box-shadow: 0 0 8px 0 rgba(232,237,250,.6),0 2px 4px 0 rgba(232,237,250,.5);
    box-shadow: 0 0 8px 0 rgba(232,237,250,.6),0 2px 4px 0 rgba(232,237,250,.5)
}

.date-time-picker .lm-btn.option {
    background-color: #424242
}

.date-time-picker .lm-btn.option:hover {
    background-color: #292929
}

.date-time-picker .lm-btn-success {
    background-color: #9acd32
}

.date-time-picker .lm-btn-success:hover {
    background-color: #7ba428
}

.date-time-picker .lm-btn-dark {
    background-color: #424242
}

.date-time-picker .lm-btn-dark:hover {
    background-color: #292929
}

.date-time-picker .lm-btn-danger {
    background-color: #ff4500
}

.date-time-picker .lm-btn-danger:hover {
    background-color: #cc3700
}

.date-time-picker .dark .lm-btn:hover {
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.6),0 2px 4px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.6),0 2px 4px 0 rgba(0,0,0,.5)
}

.date-time-picker .dark .lm-btn.option {
    background-color: #424242
}

.date-time-picker .dark .lm-btn.option:hover {
    background-color: #5c5c5c
}

.date-time-picker .slide-enter-active,.date-time-picker .slide-leave-active {
    opacity: 1;
    z-index: 998;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.date-time-picker .slide-enter,.date-time-picker .slide-leave-to {
    opacity: 0;
    z-index: 998;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.date-time-picker .slideinvert-enter-active,.date-time-picker .slideinvert-leave-active {
    opacity: 1;
    z-index: 998;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.date-time-picker .slideinvert-enter,.date-time-picker .slideinvert-leave-to {
    opacity: 0;
    z-index: 998;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.date-time-picker .slidenext-enter-active,.date-time-picker .slidenext-leave-active,.date-time-picker .slideprev-enter-active,.date-time-picker .slideprev-leave-active {
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s
}

.date-time-picker .slidenext-enter,.date-time-picker .slideprev-leave-to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.date-time-picker .slidenext-leave-to,.date-time-picker .slideprev-enter {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.date-time-picker .slidevnext-enter-active,.date-time-picker .slidevnext-leave-active,.date-time-picker .slidevprev-enter-active,.date-time-picker .slidevprev-leave-active {
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s
}

.date-time-picker .slidevnext-enter,.date-time-picker .slidevprev-leave-to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
}

.date-time-picker .slidevnext-leave-to,.date-time-picker .slidevprev-enter {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
}

@media screen and (max-width: 415px) {
    .date-time-picker .slide-enter-active,.date-time-picker .slide-leave-active,.date-time-picker .slideinvert-enter-active,.date-time-picker .slideinvert-leave-active {
        -webkit-transition:all 0s;
        transition: all 0s
    }
}

.date-time-picker .lm-text-white {
    color: #fff
}

.date-time-picker .lm-dots-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.date-time-picker .lm-text-muted {
    color: rgba(0,0,0,.54)!important
}

.date-time-picker .lm-text-strong {
    font-weight: 500
}

.date-time-picker .lm-text-center {
    text-align: center!important
}

.date-time-picker .lm-text-left {
    text-align: left!important
}

.date-time-picker .lm-text-right {
    text-align: right!important
}

.date-time-picker .lm-h-100 {
    height: 100%!important
}

.date-time-picker .lm-mh-100 {
    max-height: 100%!important
}

.date-time-picker .lm-w-100 {
    width: 100%!important
}

.date-time-picker .lm-mw-100 {
    max-width: 100%!important
}

.date-time-picker *,.date-time-picker :after,.date-time-picker :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.date-time-picker {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    border-radius: 4px;
    position: relative
}

.date-time-picker .time-picker-overlay {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4)
}

@media screen and (max-width: 415px) {
    .time-picker-overlay {
        display:none
    }

    .date-time-picker:not(.inline) {
        position: inherit!important
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

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
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,:after,:before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        box-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000!important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #ddd!important
    }
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(/fonts/bootstrap/glyphicons-halflings-regular.eot);
    src: url(/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(/fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"),url(/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"),url(/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"),url(/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    box-sizing: border-box
}

:after,:before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #3155a6;
    text-decoration: none
}

a:focus,a:hover {
    color: #20376b;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eee
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after,.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after,.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after,.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after,.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after,.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after,.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after,.bootstrap-datetimepicker-widget .btn[data-action=today]::after,.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after,.bootstrap-datetimepicker-widget .picker-switch::after,.bootstrap-datetimepicker-widget table th.next::after,.bootstrap-datetimepicker-widget table th.prev::after,.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,.h2,.h3,h1,h2,h3 {
    margin-top: 22px;
    margin-bottom: 11px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
    font-size: 65%
}

.h4,.h5,.h6,h4,h5,h6 {
    margin-top: 11px;
    margin-bottom: 11px
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-size: 75%
}

.h1,h1 {
    font-size: 2.5em
}

.h2,h2 {
    font-size: 2.1em
}

.h3,h3 {
    font-size: 1.9em
}

.h4,h4 {
    font-size: 1.7em
}

.h5,h5 {
    font-size: 1.5em
}

.h6,h6 {
    font-size: 1.3em
}

p {
    margin: 0 0 11px
}

.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size:24px
    }
}

.small,small {
    font-size: 87%
}

.mark,mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.initialism,.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #3155a6
}

a.text-primary:focus,a.text-primary:hover {
    color: #25417f
}

.text-success {
    color: #3c763d
}

a.text-success:focus,a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #3155a6
}

a.bg-primary:focus,a.bg-primary:hover {
    background-color: #25417f
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eee
}

ol,ul {
    margin-top: 0;
    margin-bottom: 11px
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 22px
}

dd,dt {
    line-height: 1.42857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,.dl-horizontal dd:before {
    display: table;
    content: " "
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 991px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],abbr[title] {
    cursor: help
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #0091d5!important
}

blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,blockquote footer,blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

blockquote .small:before,blockquote footer:before,blockquote small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #0091d5!important;
    border-left: 0
}

.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
    content: "\00A0 \2014"
}

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.42857
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.42857;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container:after,.container:before {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-fluid:after,.container-fluid:before {
    display: table;
    content: " "
}

.container-fluid:after {
    clear: both
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row:after,.row:before {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row-no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.double-region .double-region-left,.double-region .double-region-right,.triple-region .triple-region-center,.triple-region .triple-region-left,.triple-region .triple-region-right,.widget-sidebar {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
        float:left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.double-region .double-region-left,.double-region .double-region-right,.triple-region .triple-region-center,.triple-region .triple-region-left,.triple-region .triple-region-right,.widget-sidebar {
        float:left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3,.widget-sidebar {
        width: 25%
    }

    .col-md-4,.triple-region .triple-region-center,.triple-region .triple-region-left,.triple-region .triple-region-right {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6,.double-region .double-region-left,.double-region .double-region-right {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
        float:left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none
}

input[type=checkbox],input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
    cursor: not-allowed
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],select[size] {
    height: auto
}

input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.42857;
    color: #e2e1e1
}

.c-time-picker_input-time,.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #e2e1e1;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.c-time-picker_input-time:focus,.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.c-time-picker_input-time::-moz-placeholder,.form-control::-moz-placeholder {
    color: #757575;
    opacity: 1
}

.c-time-picker_input-time:-ms-input-placeholder,.form-control:-ms-input-placeholder {
    color: #757575
}

.c-time-picker_input-time::-webkit-input-placeholder,.form-control::-webkit-input-placeholder {
    color: #757575
}

.c-time-picker_input-time::-ms-expand,.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.c-time-picker_input-time[disabled],.c-time-picker_input-time[readonly],.form-control[disabled],.form-control[readonly],fieldset[disabled] .c-time-picker_input-time,fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.c-time-picker_input-time[disabled],.form-control[disabled],fieldset[disabled] .c-time-picker_input-time,fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.c-time-picker_input-time,textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input.c-time-picker_input-time[type=date],input.c-time-picker_input-time[type=datetime-local],input.c-time-picker_input-time[type=month],input.c-time-picker_input-time[type=time],input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
        line-height:36px
    }

    .input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],.input-group-sm>.input-group-btn>input.btn[type=date],.input-group-sm>.input-group-btn>input.btn[type=datetime-local],.input-group-sm>.input-group-btn>input.btn[type=month],.input-group-sm>.input-group-btn>input.btn[type=time],.input-group-sm>input.c-time-picker_input-time[type=date],.input-group-sm>input.c-time-picker_input-time[type=datetime-local],.input-group-sm>input.c-time-picker_input-time[type=month],.input-group-sm>input.c-time-picker_input-time[type=time],.input-group-sm>input.form-control[type=date],.input-group-sm>input.form-control[type=datetime-local],.input-group-sm>input.form-control[type=month],.input-group-sm>input.form-control[type=time],.input-group-sm>input.input-group-addon[type=date],.input-group-sm>input.input-group-addon[type=datetime-local],.input-group-sm>input.input-group-addon[type=month],.input-group-sm>input.input-group-addon[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm {
        line-height: 33px
    }

    .input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],.input-group-lg>.input-group-btn>input.btn[type=date],.input-group-lg>.input-group-btn>input.btn[type=datetime-local],.input-group-lg>.input-group-btn>input.btn[type=month],.input-group-lg>.input-group-btn>input.btn[type=time],.input-group-lg>input.c-time-picker_input-time[type=date],.input-group-lg>input.c-time-picker_input-time[type=datetime-local],.input-group-lg>input.c-time-picker_input-time[type=month],.input-group-lg>input.c-time-picker_input-time[type=time],.input-group-lg>input.form-control[type=date],.input-group-lg>input.form-control[type=datetime-local],.input-group-lg>input.form-control[type=month],.input-group-lg>input.form-control[type=time],.input-group-lg>input.input-group-addon[type=date],.input-group-lg>input.input-group-addon[type=datetime-local],.input-group-lg>input.input-group-addon[type=month],.input-group-lg>input.input-group-addon[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg {
        line-height: 49px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label {
    cursor: not-allowed
}

.checkbox label,.radio label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox+.checkbox,.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.form-control-static {
    min-height: 38px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,.form-control-static.input-sm,.input-group-lg>.form-control-static.c-time-picker_input-time,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.input-group-sm>.form-control-static.c-time-picker_input-time,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-right: 0;
    padding-left: 0
}

.input-group-sm>.c-time-picker_input-time,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-sm>.input-group-btn>select.btn,.input-group-sm>select.c-time-picker_input-time,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,select.input-sm {
    height: 33px;
    line-height: 33px
}

.input-group-sm>.input-group-btn>select.btn[multiple],.input-group-sm>.input-group-btn>textarea.btn,.input-group-sm>select.c-time-picker_input-time[multiple],.input-group-sm>select.form-control[multiple],.input-group-sm>select.input-group-addon[multiple],.input-group-sm>textarea.c-time-picker_input-time,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,select[multiple].input-sm,textarea.input-sm {
    height: auto
}

.form-group-sm .c-time-picker_input-time,.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.c-time-picker_input-time,.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px
}

.form-group-sm select.c-time-picker_input-time[multiple],.form-group-sm select[multiple].form-control,.form-group-sm textarea.c-time-picker_input-time,.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 36px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5
}

.input-group-lg>.c-time-picker_input-time,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.input-lg {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px
}

.input-group-lg>.input-group-btn>select.btn,.input-group-lg>select.c-time-picker_input-time,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,select.input-lg {
    height: 49px;
    line-height: 49px
}

.input-group-lg>.input-group-btn>select.btn[multiple],.input-group-lg>.input-group-btn>textarea.btn,.input-group-lg>select.c-time-picker_input-time[multiple],.input-group-lg>select.form-control[multiple],.input-group-lg>select.input-group-addon[multiple],.input-group-lg>textarea.c-time-picker_input-time,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,select[multiple].input-lg,textarea.input-lg {
    height: auto
}

.form-group-lg .c-time-picker_input-time,.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px
}

.form-group-lg select.c-time-picker_input-time,.form-group-lg select.form-control {
    height: 49px;
    line-height: 49px
}

.form-group-lg select.c-time-picker_input-time[multiple],.form-group-lg select[multiple].form-control,.form-group-lg textarea.c-time-picker_input-time,.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 49px;
    min-height: 42px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .c-time-picker_input-time,.has-feedback .form-control {
    padding-right: 45px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .c-time-picker_input-time+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-group-lg>.c-time-picker_input-time+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.input-lg+.form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px
}

.form-group-sm .c-time-picker_input-time+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-group-sm>.c-time-picker_input-time+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.input-sm+.form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
    color: #3c763d
}

.has-success .c-time-picker_input-time,.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .c-time-picker_input-time:focus,.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .c-time-picker_input-time,.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .c-time-picker_input-time:focus,.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
    color: #a94442
}

.has-error .c-time-picker_input-time,.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .c-time-picker_input-time:focus,.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 27px
}

.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=clear]::after~.form-control-feedback,.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=decrementHours]::after~.form-control-feedback,.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=decrementMinutes]::after~.form-control-feedback,.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=incrementHours]::after~.form-control-feedback,.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=incrementMinutes]::after~.form-control-feedback,.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=showHours]::after~.form-control-feedback,.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=showMinutes]::after~.form-control-feedback,.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=today]::after~.form-control-feedback,.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=togglePeriod]::after~.form-control-feedback,.bootstrap-datetimepicker-widget .has-feedback label.picker-switch::after~.form-control-feedback,.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=clear]::after~.form-control-feedback,.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=decrementHours]::after~.form-control-feedback,.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=decrementMinutes]::after~.form-control-feedback,.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=incrementHours]::after~.form-control-feedback,.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=incrementMinutes]::after~.form-control-feedback,.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=showHours]::after~.form-control-feedback,.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=showMinutes]::after~.form-control-feedback,.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=today]::after~.form-control-feedback,.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=togglePeriod]::after~.form-control-feedback,.has-feedback .bootstrap-datetimepicker-widget label.picker-switch::after~.form-control-feedback,.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .c-time-picker_input-time,.form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .c-time-picker_input-time,.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.c-time-picker_input-time,.form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,.form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,.form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,.form-horizontal .radio {
    min-height: 29px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

.form-horizontal .form-group:after,.form-horizontal .form-group:before {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top:7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top:11px;
        font-size: 20px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top:6px;
        font-size: 14px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,.btn:focus,.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,.btn:active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,.btn-default:active,.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad
}

.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.btn-default.dropdown-toggle.focus,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #3155a6;
    border-color: #0091d5
}

.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #25417f;
    border-color: #003a56
}

.btn-primary:hover {
    color: #fff;
    background-color: #25417f;
    border-color: #006798
}

.btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #25417f;
    background-image: none;
    border-color: #006798
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #1d3363;
    border-color: #003a56
}

.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #3155a6;
    border-color: #0091d5
}

.btn-primary .badge {
    color: #3155a6;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #37b34a;
    border-color: #319f42
}

.btn-success.focus,.btn-success:focus {
    color: #fff;
    background-color: #2b8c3a;
    border-color: #133e1a
}

.btn-success:hover {
    color: #fff;
    background-color: #2b8c3a;
    border-color: #23712f
}

.btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2b8c3a;
    background-image: none;
    border-color: #23712f
}

.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #23712f;
    border-color: #133e1a
}

.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
    background-color: #37b34a;
    border-color: #319f42
}

.btn-success .badge {
    color: #37b34a;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #7090ab;
    border-color: #6084a2
}

.btn-info.focus,.btn-info:focus {
    color: #fff;
    background-color: #567792;
    border-color: #304252
}

.btn-info:hover {
    color: #fff;
    background-color: #567792;
    border-color: #49647c
}

.btn-info.active,.btn-info:active,.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #567792;
    background-image: none;
    border-color: #49647c
}

.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #49647c;
    border-color: #304252
}

.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
    background-color: #7090ab;
    border-color: #6084a2
}

.btn-info .badge {
    color: #7090ab;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #eb0202;
    border-color: #d20202
}

.btn-warning.focus,.btn-warning:focus {
    color: #fff;
    background-color: #b80202;
    border-color: #530101
}

.btn-warning:hover {
    color: #fff;
    background-color: #b80202;
    border-color: #950101
}

.btn-warning.active,.btn-warning:active,.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #b80202;
    background-image: none;
    border-color: #950101
}

.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #950101;
    border-color: #530101
}

.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
    background-color: #eb0202;
    border-color: #d20202
}

.btn-warning .badge {
    color: #eb0202;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #eb0202;
    border-color: #d20202
}

.btn-danger.focus,.btn-danger:focus {
    color: #fff;
    background-color: #b80202;
    border-color: #530101
}

.btn-danger:hover {
    color: #fff;
    background-color: #b80202;
    border-color: #950101
}

.btn-danger.active,.btn-danger:active,.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b80202;
    background-image: none;
    border-color: #950101
}

.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #950101;
    border-color: #530101
}

.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
    background-color: #eb0202;
    border-color: #d20202
}

.btn-danger .badge {
    color: #eb0202;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #3155a6;
    border-radius: 0
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,.btn-link:hover {
    color: #20376b;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,.btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px
}

.btn-group-sm>.btn,.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,.btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height,visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3155a6;
    outline: 0
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 991px) {
    .navbar-right .dropdown-menu {
        right:0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:after,.btn-toolbar:before {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-group-lg>.btn .caret,.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-group-lg>.btn .caret,.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .c-time-picker_input-time,.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .c-time-picker_input-time:focus,.input-group .form-control:focus {
    z-index: 3
}

.input-group .c-time-picker_input-time,.input-group .form-control,.input-group-addon,.input-group-btn {
    display: table-cell
}

.input-group .c-time-picker_input-time:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #e2e1e1;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px
}

.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .c-time-picker_input-time:first-child,.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .c-time-picker_input-time:last-child,.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav:after,.nav:before {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background-color: #eee;
    border-color: #3155a6
}

.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color: #e2e1e1;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #3155a6
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified>li,.nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-justified>li>a,.nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 22px;
    border: 1px solid transparent
}

.navbar:after,.navbar:before {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

@media (min-width: 991px) {
    .navbar {
        border-radius:0
    }
}

.navbar-header:after,.navbar-header:before {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

@media (min-width: 991px) {
    .navbar-header {
        float:left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after,.navbar-collapse:before {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 991px) {
    .navbar-collapse {
        width:auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom,.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
        max-height:200px
    }
}

@media (min-width: 991px) {
    .navbar-fixed-bottom,.navbar-fixed-top {
        border-radius:0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 991px) {
    .container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
        margin-right:0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 991px) {
    .navbar-static-top {
        border-radius:0
    }
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 14px 15px;
    font-size: 20px;
    line-height: 22px
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width: 991px) {
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left:-15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 991px) {
    .navbar-toggle {
        display:none
    }
}

.navbar-nav {
    margin: 7px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px
}

@media (max-width: 990px) {
    .navbar-nav .open .dropdown-menu {
        position:static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 22px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width: 991px) {
    .navbar-nav {
        float:left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 14px;
        padding-bottom: 14px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin-top: 7px;
    margin-bottom: 7px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .c-time-picker_input-time,.navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .c-time-picker_input-time,.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.c-time-picker_input-time,.navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,.navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,.navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 990px) {
    .navbar-form .form-group {
        margin-bottom:5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 991px) {
    .navbar-form {
        width:auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px
}

.btn-group-sm>.navbar-btn.btn,.navbar-btn.btn-sm {
    margin-top: 8.5px;
    margin-bottom: 8.5px
}

.btn-group-xs>.navbar-btn.btn,.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 14px;
    margin-bottom: 14px
}

@media (min-width: 991px) {
    .navbar-text {
        float:left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width: 991px) {
    .navbar-left {
        float:left!important
    }

    .navbar-right {
        float: right!important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width: 990px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:#777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #090909
}

@media (max-width: 990px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color:#090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 22px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/ "
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857;
    color: #3155a6;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    z-index: 2;
    color: #20376b;
    background-color: #eee;
    border-color: #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #3155a6;
    border-color: #3155a6
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 22px 0;
    text-align: center;
    list-style: none
}

.pager:after,.pager:before {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,.pager .next>span {
    float: right
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #000!important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:focus,a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #3155a6
}

.label-primary[href]:focus,.label-primary[href]:hover {
    background-color: #25417f
}

.label-success {
    background-color: #37b34a
}

.label-success[href]:focus,.label-success[href]:hover {
    background-color: #2b8c3a
}

.label-info {
    background-color: #7090ab
}

.label-info[href]:focus,.label-info[href]:hover {
    background-color: #567792
}

.label-warning {
    background-color: #eb0202
}

.label-warning[href]:focus,.label-warning[href]:hover {
    background-color: #b80202
}

.label-danger {
    background-color: #eb0202
}

.label-danger[href]:focus,.label-danger[href]:hover {
    background-color: #b80202
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #3155a6;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

a.badge:focus,a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top:48px;
        padding-bottom: 48px
    }

    .container .jumbotron,.container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1,.jumbotron h1 {
        font-size: 72px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out
}

.thumbnail a>img,.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
    border-color: #3155a6
}

.alert {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 22px;
    margin-bottom: 22px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #3155a6;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    transition: width .6s ease
}

.progress-bar-striped,.progress-striped .progress-bar {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px
}

.progress-bar.active,.progress.active .progress-bar {
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #37b34a
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #7090ab
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #eb0202
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #eb0202
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,.media-body {
    overflow: hidden;
    zoom:1}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,.media>.pull-right {
    padding-left: 10px
}

.media-left,.media>.pull-left {
    padding-right: 10px
}

.media-body,.media-left,.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #3155a6;
    border-color: #3155a6
}

.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
    color: #b9c8ea
}

a.list-group-item,button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-body:after,.panel-body:before {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit
}

.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 22px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #3155a6
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #3155a6;
    border-color: #3155a6
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #3155a6
}

.panel-primary>.panel-heading .badge {
    color: #3155a6;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #3155a6
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid none;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    transform: translate(0,-25%);
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:after,.modal-header:before {
    display: table;
    content: " "
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after,.modal-footer:before {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Montserrat,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Montserrat,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 16px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,.carousel-inner>.item.next {
        transform: translate3d(100%,0,0);
        left: 0
    }

    .carousel-inner>.item.active.left,.carousel-inner>.item.prev {
        transform: translate3d(-100%,0,0);
        left: 0
    }

    .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
        transform: translate3d(0,0,0);
        left: 0
    }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    opacity: .5
}

.carousel-control.left {
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-repeat: repeat-x
}

.carousel-control:focus,.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203a"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
        width:30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:after,.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none!important
}

.visible-sm {
    display: none!important
}

.visible-md {
    display: none!important
}

.visible-lg {
    display: none!important
}

.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
    display: none!important
}

@media (max-width: 767px) {
    .visible-xs {
        display:block!important
    }

    table.visible-xs {
        display: table!important
    }

    tr.visible-xs {
        display: table-row!important
    }

    td.visible-xs,th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display:block!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display:inline!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display:block!important
    }

    table.visible-sm {
        display: table!important
    }

    tr.visible-sm {
        display: table-row!important
    }

    td.visible-sm,th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-block {
        display:block!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-inline {
        display:inline!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md {
        display:block!important
    }

    table.visible-md {
        display: table!important
    }

    tr.visible-md {
        display: table-row!important
    }

    td.visible-md,th.visible-md {
        display: table-cell!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-block {
        display:block!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-inline {
        display:inline!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display:block!important
    }

    table.visible-lg {
        display: table!important
    }

    tr.visible-lg {
        display: table-row!important
    }

    td.visible-lg,th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display:block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display:inline!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display:inline-block!important
    }
}

@media (max-width: 767px) {
    .hidden-xs,.widget-sidebar {
        display:none!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm,.widget-sidebar {
        display:none!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display:none!important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display:none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table!important
    }

    tr.visible-print {
        display: table-row!important
    }

    td.visible-print,th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(/fonts/bootstrap/glyphicons-halflings-regular.eot);
    src: url(/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(/fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"),url(/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"),url(/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"),url(/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

@font-face {
    font-family: Novi;
    src: url(/fonts/novi-icons.eot?v=w);
    src: url(/fonts/novi-icons.eot?v=w#iefix) format("embedded-opentype"),url(/fonts/novi-icons.woff?v=w) format("woff"),url(/fonts/novi-icons.ttf?v=w) format("truetype"),url(/fonts/novi-icons.svg?v=w#novi-icons) format("svg")
}

.novicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Novi;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.novicon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.novicon-stack span {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 2em
}

.novicon-stack.reverse {
    transform: scaleX(-1)
}

.novicon-spin {
    animation: ils-spin 2s infinite linear
}

@keyframes ils-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(359deg)
    }
}

.novicon-accounting:before {
    content: "\e649"
}

.novicon-add-with-box:before {
    content: "\e665"
}

.novicon-alert:before {
    content: "\e606"
}

.novicon-arrow-curved-down:before {
    content: "\e631"
}

.novicon-arrow-down:before {
    content: "\e620"
}

.novicon-arrow-left:before {
    content: "\e601"
}

.novicon-arrow-right:before {
    content: "\e602"
}

.novicon-arrow-up:before {
    content: "\e627"
}

.novicon-arrow-up-solid:before {
    content: "\e61d"
}

.novicon-arrow-up-thick:before {
    content: "\e614"
}

.novicon-attendee:before {
    content: "\e640"
}

.novicon-bar-graph:before {
    content: "\e672"
}

.novicon-blog-category:before {
    content: "\e635"
}

.novicon-book-open:before {
    content: "\e673"
}

.novicon-box:before {
    content: "\e663"
}

.novicon-briefcase:before {
    content: "\e615"
}

.novicon-calendar:before {
    content: "\e605"
}

.novicon-calendar-add:before {
    content: "\e63f"
}

.novicon-calendar-check:before {
    content: "\e63e"
}

.novicon-calendar-tab:before {
    content: "\e61c"
}

.novicon-calendar-tab-p2:before {
    content: "\e669"
}

.novicon-calendar-edit:before {
    content: "\e641"
}

.novicon-camera:before {
    content: "\e66d"
}

.novicon-capitol:before {
    content: "\e676"
}

.novicon-cart:before {
    content: "\e65e"
}

.novicon-cart-add:before {
    content: "\e661"
}

.novicon-cash:before {
    content: "\e66b"
}

.novicon-chat-bubble:before {
    content: "\e633"
}

.novicon-chat-bubbles:before {
    content: "\e65c"
}

.novicon-check:before {
    content: "\e624"
}

.novicon-checkbox:before {
    content: "\e645"
}

.novicon-coffee:before {
    content: "\e67a"
}

.novicon-collapse:before {
    content: "\e643"
}

.novicon-committee:before {
    content: "\e63b"
}

.novicon-company-profile:before {
    content: "\e634"
}

.novicon-compass:before {
    content: "\e60b"
}

.novicon-conference:before {
    content: "\e657"
}

.novicon-courthouse:before {
    content: "\e607"
}

.novicon-credit:before {
    content: "\e66a"
}

.novicon-cube:before {
    content: "\e67d"
}

.novicon-cubes:before {
    content: "\e67c"
}

.novicon-dashboard:before {
    content: "\e64a"
}

.novicon-delivery-truck:before {
    content: "\e662"
}

.novicon-diamond:before {
    content: "\e63a"
}

.novicon-dinner:before {
    content: "\e65d"
}

.novicon-dollar-sign:before {
    content: "\e632"
}

.novicon-download:before {
    content: "\e674"
}

.novicon-edit-page:before {
    content: "\e64f"
}

.novicon-edit-properties:before {
    content: "\e653"
}

.novicon-ellipse:before {
    content: "\e668"
}

.novicon-envelope:before {
    content: "\e610"
}

.novicon-excel:before {
    content: "\e629"
}

.novicon-exclamation:before {
    content: "\e625"
}

.novicon-expand:before {
    content: "\e611"
}

.novicon-eye:before {
    content: "\e628"
}

.novicon-facebook:before {
    content: "\e60d"
}

.novicon-family:before {
    content: "\e679"
}

.novicon-fax:before {
    content: "\e621"
}

.novicon-form:before {
    content: "\e65f"
}

.novicon-future:before {
    content: "\e63c"
}

.novicon-gears:before {
    content: "\e66c"
}

.novicon-google-2:before {
    content: "\ea88"
}

.novicon-gradcap:before {
    content: "\e603"
}

.novicon-group:before {
    content: "\e678"
}

.novicon-handshake:before {
    content: "\e604"
}

.novicon-history:before {
    content: "\e617"
}

.novicon-instagram:before {
    content: "\e901"
}

.novicon-lanyard:before {
    content: "\e67e"
}

.novicon-license:before {
    content: "\e608"
}

.novicon-link:before {
    content: "\e638"
}

.novicon-linked-in:before {
    content: "\e60c"
}

.novicon-lock:before {
    content: "\e60f"
}

.novicon-login:before {
    content: "\e61b"
}

.novicon-logout:before {
    content: "\e64d"
}

.novicon-maintenance:before {
    content: "\e655"
}

.novicon-manager:before {
    content: "\e644"
}

.novicon-map-marker:before {
    content: "\e623"
}

.novicon-menu:before {
    content: "\e613"
}

.novicon-menu-collapse:before {
    content: "\e630"
}

.novicon-microphone:before {
    content: "\e65b"
}

.novicon-networking:before {
    content: "\e639"
}

.novicon-novi:before {
    content: "\e61a"
}

.novicon-novi-n:before {
    content: "\e681"
}

.novicon-novi-o:before {
    content: "\e616"
}

.novicon-page:before {
    content: "\e636"
}

.novicon-palm-tree:before {
    content: "\e667"
}

.novicon-pay:before {
    content: "\e650"
}

.novicon-pdf:before {
    content: "\e67f"
}

.novicon-pencil:before {
    content: "\e619"
}

.novicon-person:before {
    content: "\e64c"
}

.novicon-phone:before {
    content: "\e61e"
}

.novicon-photos:before {
    content: "\e60a"
}

.novicon-plus:before {
    content: "\e618"
}

.novicon-podium:before {
    content: "\e677"
}

.novicon-print:before {
    content: "\e651"
}

.novicon-publication:before {
    content: "\e660"
}

.novicon-purchaser:before {
    content: "\e664"
}

.novicon-remove-with-box:before {
    content: "\e666"
}

.novicon-save:before {
    content: "\e626"
}

.novicon-search:before {
    content: "\e612"
}

.novicon-shield:before {
    content: "\e654"
}

.novicon-silverware:before {
    content: "\e675"
}

.novicon-spinner:before {
    content: "\e648"
}

.novicon-staff:before {
    content: "\e64b"
}

.novicon-star:before {
    content: "\e671"
}

.novicon-tent:before {
    content: "\e658"
}

.novicon-thumbs-up:before {
    content: "\e609"
}

.novicon-ticket:before {
    content: "\e656"
}

.novicon-ticket-register:before {
    content: "\e642"
}

.novicon-time:before {
    content: "\e637"
}

.novicon-toast-wine:before {
    content: "\e67b"
}

.novicon-trash:before {
    content: "\e652"
}

.novicon-trophy:before {
    content: "\e659"
}

.novicon-twitter:before {
    content: "\e60e"
}

.novicon-user-account:before {
    content: "\e647"
}

.novicon-vcard:before {
    content: "\e900"
}

.novicon-video:before {
    content: "\e66e"
}

.novicon-warning:before {
    content: "\e64e"
}

.novicon-whiteboard:before {
    content: "\e65a"
}

.novicon-wrench:before {
    content: "\e680"
}

.novicon-google:before {
    content: "\e646"
}

.novicon-youtube:before {
    content: "\ea9d"
}

.novicon-check-in-circle:before {
    content: "\e902"
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.15.35
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    list-style: none
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em
}

@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width:38em
    }
}

@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width:38em
    }
}

@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width:38em
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:after,.bootstrap-datetimepicker-widget.dropdown-menu:before {
    content: '';
    display: inline-block;
    position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,.2);
    top: -7px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0,0,0,.2);
    bottom: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second {
    width: 1em;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0;
    white-space: nowrap
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-transform: uppercase
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px
}

.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th.prev::after {
    content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next::after {
    content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td {
    height: 1em;
    line-height: 1em;
    width: 1em
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #777
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table td.hour,.bootstrap-datetimepicker-widget table td.minute {
    height: 3em
}

.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover {
    background: #eee;
    cursor: pointer
}

.bootstrap-datetimepicker-widget table td.new,.bootstrap-datetimepicker-widget table td.old {
    color: #777
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #3155a6;
    border-top-color: rgba(0,0,0,.2);
    position: absolute;
    bottom: 4px;
    right: 4px
}

.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #3155a6;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #3155a6;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #777
}

.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td span.decade,.bootstrap-datetimepicker-widget table td span.month,.bootstrap-datetimepicker-widget table td span.year {
    width: 3.5em;
    height: 3em;
    line-height: 3em
}

.bootstrap-datetimepicker-widget table td span.decade {
    width: 6em
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em!important
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after,.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after,.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after,.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after,.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after,.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after,.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after,.bootstrap-datetimepicker-widget .btn[data-action=today]::after,.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after,.bootstrap-datetimepicker-widget .picker-switch::after,.bootstrap-datetimepicker-widget table th.next::after,.bootstrap-datetimepicker-widget table th.prev::after,.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.date-picker {
    max-width: 200px
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    background: #fff;
    border: 1px solid #777;
    padding: 23px 10px 15px
}

.bootstrap-datetimepicker-widget.dropdown-menu table thead {
    padding-bottom: 30px
}

.bootstrap-datetimepicker-widget.dropdown-menu table thead tr th.picker-switch {
    vertical-align: top
}

.bootstrap-datetimepicker-widget.dropdown-menu table thead tr th.next span,.bootstrap-datetimepicker-widget.dropdown-menu table thead tr th.prev span {
    color: #3155a6;
    line-height: 20px
}

.bootstrap-datetimepicker-widget.dropdown-menu table thead tr th.dow {
    border-bottom: 1px solid #3155a6
}

.bootstrap-datetimepicker-widget.dropdown-menu table thead tr th:hover {
    background: 0 0
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.day {
    width: 26px;
    height: 22px;
    line-height: 22px;
    border-radius: 0
}

.bootstrap-datetimepicker-widget.dropdown-menu li.picker-switch .hi {
    font-size: 1.25em;
    line-height: 2em;
    height: 2em
}

.bootstrap-datetimepicker-widget.dropdown-menu li.picker-switch .close-btn,.bootstrap-datetimepicker-widget.dropdown-menu li.picker-switch .set-time-btn {
    vertical-align: middle;
    display: inline-block;
    line-height: 2em;
    padding: 5px 10px
}

.bootstrap-datetimepicker-widget.dropdown-menu li.picker-switch .close-btn>span,.bootstrap-datetimepicker-widget.dropdown-menu li.picker-switch .set-time-btn>span {
    width: auto;
    height: auto;
    line-height: normal
}

.bootstrap-datetimepicker-widget.dropdown-menu li.picker-switch .close-btn>span:hover,.bootstrap-datetimepicker-widget.dropdown-menu li.picker-switch .set-time-btn>span:hover {
    background: 0 0
}

.bootstrap-datetimepicker-widget.dropdown-menu li.picker-switch .close-btn>span.hi,.bootstrap-datetimepicker-widget.dropdown-menu li.picker-switch .set-time-btn>span.hi {
    position: relative;
    top: 3px
}

.bootstrap-datetimepicker-widget.dropdown-menu li.picker-switch .close-btn:hover,.bootstrap-datetimepicker-widget.dropdown-menu li.picker-switch .set-time-btn:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget.dropdown-menu li.picker-switch .toolbar-text {
    font-weight: 700
}

.bootstrap-datetimepicker-widget.dropdown-menu li.picker-switch .toolbar-text.set-time-text {
    margin-left: 5px
}

.bootstrap-datetimepicker-widget.dropdown-menu li.picker-switch .toolbar-text.close-text {
    margin-right: 5px
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker .btn {
    min-width: 0;
    line-height: normal
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker .btn .hi {
    font-size: 3em
}

/*!
 * FullCalendar v2.5.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
.fc {
    direction: ltr;
    text-align: left
}

.fc-rtl {
    text-align: right
}

body .fc {
    font-size: 1em
}

.fc-unthemed .fc-divider,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead {
    border-color: #ddd
}

.fc-unthemed .fc-popover {
    background-color: #fff
}

.fc-unthemed .fc-divider,.fc-unthemed .fc-popover .fc-header {
    background: #eee
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666
}

.fc-unthemed .fc-today {
    background: #fcf8e3
}

.fc-highlight {
    background: #bce8f1;
    opacity: .3
}

.fc-bgevent {
    background: #8fdf82;
    opacity: .3
}

.fc-nonbusiness {
    background: #d7d7d7
}

.fc-icon {
    display: inline-block;
    font-size: .6em;
    text-align: center;
    font-family: Novi;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fc-icon:after {
    position: relative;
    margin: 0 -1em
}

.fc-icon-left-single-arrow:after {
    content: "\e601";
    font-weight: 700;
    font-size: 200%;
    top: -7%;
    left: 3%
}

.fc-icon-right-single-arrow:after {
    content: "\e602";
    font-weight: 700;
    font-size: 200%;
    top: -7%;
    left: -3%
}

.fc-icon-left-double-arrow:after {
    content: "\e601";
    font-size: 160%;
    top: -7%
}

.fc-icon-right-double-arrow:after {
    content: "\e602";
    font-size: 160%;
    top: -7%
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%;
    left: -2%
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%;
    left: 2%
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%
}

.fc-icon-x:after {
    content: "\000D7";
    font-size: 200%;
    top: 6%
}

.fc button {
    box-sizing: border-box;
    margin: 0;
    height: 34px;
    padding: 0 1em;
    font-size: .9em;
    white-space: nowrap;
    cursor: pointer
}

.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0
}

.fc button .fc-icon {
    position: relative;
    margin: 0 1em;
    vertical-align: middle
}

.fc-state-default {
    background-color: #f0f0f0;
    color: #3155a6;
    border: none;
    text-transform: uppercase;
    font-weight: 800
}

.fc-state-default:focus {
    outline: 0
}

.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover {
    background-color: #3155a6;
    color: #fff
}

.fc-state-hover {
    text-decoration: none
}

.fc-state-active,.fc-state-down {
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    box-shadow: none
}

.fc-button-group {
    display: inline-block
}

.fc .fc-button-group>* {
    float: left;
    margin: 0 0 0 5px
}

.fc .fc-button-group>:first-child {
    margin-left: 0
}

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0,0,0,.15)
}

.fc-popover .fc-header {
    padding: 2px 4px
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px
}

.fc-popover .fc-header .fc-close {
    cursor: pointer
}

.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close {
    float: left
}

.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title {
    float: right
}

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    font-size: .9em;
    margin-top: 2px
}

.fc-popover>.ui-widget-header+.ui-widget-content {
    border-top: 0
}

.fc-divider {
    border-style: solid;
    border-width: 1px
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0
}

.fc-clear {
    clear: both
}

.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-bg {
    bottom: 0
}

.fc-bg table {
    height: 100%
}

.fc table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em
}

.fc th {
    text-align: center
}

.fc td,.fc th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top
}

.fc td.fc-today {
    border-style: double
}

.fc .fc-row {
    border-style: solid;
    border-width: 0
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
    border-top: 0 hidden transparent
}

.fc-row {
    position: relative
}

.fc-row .fc-bg {
    z-index: 1
}

.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton {
    bottom: 0
}

.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table {
    height: 100%
}

.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td {
    border-color: transparent
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2
}

.fc-row .fc-highlight-skeleton {
    z-index: 3
}

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px
}

.fc-row .fc-helper-skeleton {
    z-index: 5
}

.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td {
    background: 0 0;
    border-color: transparent;
    border-bottom: 0
}

.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td {
    border-top: 0
}

.fc-scroller {
    overflow-y: scroll;
    overflow-x: hidden
}

.fc-scroller>* {
    position: relative;
    width: 100%;
    overflow: hidden
}

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3155a6;
    background-color: #3155a6;
    font-weight: 400
}

.fc-event,.fc-event:focus,.fc-event:hover,.ui-widget .fc-event {
    color: #fff;
    text-decoration: none
}

.fc-event.fc-draggable,.fc-event[href] {
    cursor: pointer
}

.fc-not-allowed,.fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25
}

.fc-event .fc-content {
    position: relative;
    z-index: 2
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 3
}

.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-h-event .fc-resizer {
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    width: 5px
}

.fc-ltr .fc-h-event .fc-start-resizer,.fc-ltr .fc-h-event .fc-start-resizer:after,.fc-ltr .fc-h-event .fc-start-resizer:before,.fc-rtl .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-end-resizer:after,.fc-rtl .fc-h-event .fc-end-resizer:before {
    right: auto;
    cursor: w-resize
}

.fc-ltr .fc-h-event .fc-end-resizer,.fc-ltr .fc-h-event .fc-end-resizer:after,.fc-ltr .fc-h-event .fc-end-resizer:before,.fc-rtl .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-start-resizer:after,.fc-rtl .fc-h-event .fc-start-resizer:before {
    left: auto;
    cursor: e-resize
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 5px
}

.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden
}

.fc-day-grid-event .fc-time {
    font-weight: 700
}

.fc-day-grid-event .fc-resizer {
    left: -3px;
    right: -3px;
    width: 7px
}

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none
}

a.fc-more:hover {
    text-decoration: underline
}

.fc-limited {
    display: none
}

.fc-day-grid .fc-row {
    z-index: 1
}

.fc-more-popover {
    z-index: 2;
    width: 220px
}

.fc-more-popover .fc-event-container {
    padding: 10px
}

.fc-toolbar {
    text-align: center;
    margin-bottom: 1em
}

.fc-toolbar .fc-left {
    float: left
}

.fc-toolbar .fc-right {
    float: right
}

.fc-toolbar .fc-center {
    display: inline-block
}

.fc-toolbar .fc-center h2,.fc-toolbar .fc-center h3 {
    margin: 5px 0
}

.fc .fc-toolbar>*>* {
    float: left;
    margin-left: .75em
}

.fc .fc-toolbar>*>:first-child {
    margin-left: 0
}

.fc-toolbar h2 {
    margin: 0;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.5em;
    line-height: 34px
}

.fc-toolbar button {
    position: relative
}

.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover {
    z-index: 2
}

.fc-toolbar .fc-state-down {
    z-index: 3
}

.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active {
    z-index: 4
}

.fc-toolbar .fc-state-active:focus,.fc-toolbar .ui-state-active:focus {
    z-index: 4;
    outline: 2px solid #2a9d8f
}

.fc-toolbar button:focus {
    z-index: 5;
    outline: 2px solid
}

.fc-view-container *,.fc-view-container :after,.fc-view-container :before {
    box-sizing: content-box
}

.fc-view,.fc-view>table {
    position: relative;
    z-index: 1
}

.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton {
    padding-top: 1px;
    padding-bottom: 1em
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em
}

.fc-row.fc-rigid {
    overflow: hidden
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number {
    padding: 0 2px
}

.fc-basic-view td.fc-day-number,.fc-basic-view td.fc-week-number span {
    padding-top: 2px;
    padding-bottom: 2px
}

.fc-basic-view .fc-week-number {
    text-align: center
}

.fc-basic-view .fc-week-number span {
    display: inline-block;
    min-width: 1.25em
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: right
}

.fc-rtl .fc-basic-view .fc-day-number {
    text-align: left
}

.fc-day-number.fc-other-month {
    opacity: .3
}

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2
}

.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-top: 1px;
    padding-bottom: 1em
}

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap
}

.fc-ltr .fc-axis {
    text-align: right
}

.fc-rtl .fc-axis {
    text-align: left
}

.ui-widget td.fc-axis {
    font-weight: 400
}

.fc-time-grid,.fc-time-grid-container {
    position: relative;
    z-index: 1
}

.fc-time-grid {
    min-height: 100%
}

.fc-time-grid table {
    border: 0 hidden transparent
}

.fc-time-grid>.fc-bg {
    z-index: 1
}

.fc-time-grid .fc-slats,.fc-time-grid>hr {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-bgevent-skeleton,.fc-time-grid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-time-grid .fc-bgevent-skeleton {
    z-index: 3
}

.fc-time-grid .fc-highlight-skeleton {
    z-index: 4
}

.fc-time-grid .fc-content-skeleton {
    z-index: 5
}

.fc-time-grid .fc-helper-skeleton {
    z-index: 6
}

.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted
}

.fc-time-grid .fc-slats .ui-widget-content {
    background: 0 0
}

.fc-time-grid .fc-highlight-container {
    position: relative
}

.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0
}

.fc-time-grid .fc-bgevent-container,.fc-time-grid .fc-event-container {
    position: relative
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%
}

.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event {
    position: absolute;
    z-index: 1
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fc-time-grid-event {
    overflow: hidden
}

.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title {
    padding: 0 1px
}

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start)
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\000A0-\000A0"
}

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    padding: 0
}

.fc-time-grid-event .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize
}

.fc-time-grid-event .fc-resizer:after {
    content: "="
}

@media (max-width: 767px) {
    .fc button {
        padding-left:.4em;
        padding-right: .4em;
        font-size: .8em
    }
}

.rrssb-buttons {
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    height: 36px;
    margin: 0;
    padding: 0;
    width: 100%
}

.rrssb-buttons:after {
    clear: both
}

.rrssb-buttons:after,.rrssb-buttons:before {
    content: ' ';
    display: table
}

.rrssb-buttons li {
    box-sizing: border-box;
    float: left;
    height: 100%;
    line-height: 13px;
    list-style: none;
    margin: 0;
    padding: 0 2px
}

.rrssb-buttons li.rrssb-email a {
    background-color: #0a88ff
}

.rrssb-buttons li.rrssb-email a:hover {
    background-color: #006ed6
}

.rrssb-buttons li.rrssb-facebook a {
    background-color: #306199
}

.rrssb-buttons li.rrssb-facebook a:hover {
    background-color: #244872
}

.rrssb-buttons li.rrssb-tumblr a {
    background-color: #32506d
}

.rrssb-buttons li.rrssb-tumblr a:hover {
    background-color: #22364a
}

.rrssb-buttons li.rrssb-linkedin a {
    background-color: #007bb6
}

.rrssb-buttons li.rrssb-linkedin a:hover {
    background-color: #005983
}

.rrssb-buttons li.rrssb-twitter a {
    background-color: #26c4f1
}

.rrssb-buttons li.rrssb-twitter a:hover {
    background-color: #0eaad6
}

.rrssb-buttons li.rrssb-googleplus a {
    background-color: #e93f2e
}

.rrssb-buttons li.rrssb-googleplus a:hover {
    background-color: #ce2616
}

.rrssb-buttons li.rrssb-youtube a {
    background-color: #df1c31
}

.rrssb-buttons li.rrssb-youtube a:hover {
    background-color: #b21627
}

.rrssb-buttons li.rrssb-reddit a {
    background-color: #8bbbe3
}

.rrssb-buttons li.rrssb-reddit a:hover {
    background-color: #62a3d9
}

.rrssb-buttons li.rrssb-pinterest a {
    background-color: #b81621
}

.rrssb-buttons li.rrssb-pinterest a:hover {
    background-color: #8a1119
}

.rrssb-buttons li.rrssb-pocket a {
    background-color: #ed4054
}

.rrssb-buttons li.rrssb-pocket a:hover {
    background-color: #e4162d
}

.rrssb-buttons li.rrssb-github a {
    background-color: #444
}

.rrssb-buttons li.rrssb-github a:hover {
    background-color: #2b2b2b
}

.rrssb-buttons li.rrssb-instagram a {
    background-color: #125688
}

.rrssb-buttons li.rrssb-instagram a:hover {
    background-color: #0c3a5b
}

.rrssb-buttons li.rrssb-delicious a {
    background-color: #0b79e5
}

.rrssb-buttons li.rrssb-delicious a:hover {
    background-color: #095fb4
}

.rrssb-buttons li.rrssb-vk a {
    background-color: #4d71a9
}

.rrssb-buttons li.rrssb-vk a:hover {
    background-color: #3d5a86
}

.rrssb-buttons li.rrssb-hackernews a {
    background-color: #f60
}

.rrssb-buttons li.rrssb-hackernews a:hover {
    background-color: #cc5200
}

.rrssb-buttons li.rrssb-whatsapp a {
    background-color: #43d854
}

.rrssb-buttons li.rrssb-whatsapp a:hover {
    background-color: #28c039
}

.rrssb-buttons li.rrssb-print a {
    background-color: #8d98a2
}

.rrssb-buttons li.rrssb-print a:hover {
    background-color: #717f8b
}

.rrssb-buttons li a {
    background-color: #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    height: 100%;
    padding: 11px 7px 12px 27px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s ease-in-out;
    width: 100%
}

.rrssb-buttons li a .rrssb-icon {
    display: block;
    left: 10px;
    padding-top: 9px;
    position: absolute;
    top: 0;
    width: 10%
}

.rrssb-buttons li a .rrssb-icon svg {
    height: 17px;
    width: 17px
}

.rrssb-buttons li a .rrssb-icon svg path {
    fill: #fff
}

.rrssb-buttons li a .rrssb-text {
    color: #fff
}

.rrssb-buttons li a:active {
    box-shadow: inset 1px 3px 15px 0 rgba(22,0,0,.25)
}

.rrssb-buttons li.small a {
    padding: 0
}

.rrssb-buttons li.small a .rrssb-icon {
    left: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: auto;
    width: 100%
}

.rrssb-buttons li.small a .rrssb-text {
    visibility: hidden
}

.rrssb-buttons.large-format {
    height: auto
}

.rrssb-buttons.large-format li {
    height: auto
}

.rrssb-buttons.large-format li a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: .2em;
    padding: 8.5% 0 8.5% 12%
}

.rrssb-buttons.large-format li a .rrssb-icon {
    height: 100%;
    left: 7%;
    padding-top: 0;
    width: 12%
}

.rrssb-buttons.large-format li a .rrssb-icon svg {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.rrssb-buttons.large-format li a .rrssb-text {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.rrssb-buttons.small-format {
    padding-top: 5px
}

.rrssb-buttons.small-format li {
    height: 80%;
    padding: 0 1px
}

.rrssb-buttons.small-format li a .rrssb-icon {
    height: 100%;
    padding-top: 0
}

.rrssb-buttons.small-format li a .rrssb-icon svg {
    height: 48%;
    position: relative;
    top: 6px;
    width: 80%
}

.rrssb-buttons.tiny-format {
    height: 22px;
    position: relative
}

.rrssb-buttons.tiny-format li {
    padding-right: 7px
}

.rrssb-buttons.tiny-format li a {
    background-color: transparent;
    padding: 0
}

.rrssb-buttons.tiny-format li a .rrssb-icon svg {
    height: 70%;
    width: 100%
}

.rrssb-buttons.tiny-format li a:active,.rrssb-buttons.tiny-format li a:hover {
    background-color: transparent
}

.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path {
    fill: #0a88ff
}

.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #0054a3
}

.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path {
    fill: #306199
}

.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #18304b
}

.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path {
    fill: #32506d
}

.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #121d27
}

.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path {
    fill: #007bb6
}

.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #003650
}

.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path {
    fill: #26c4f1
}

.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #0b84a6
}

.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path {
    fill: #e93f2e
}

.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #a01e11
}

.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path {
    fill: #df1c31
}

.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #84111d
}

.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path {
    fill: #8bbbe3
}

.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #398bcf
}

.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path {
    fill: #b81621
}

.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #5d0b11
}

.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path {
    fill: #ed4054
}

.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #b61124
}

.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path {
    fill: #444
}

.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #111
}

.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path {
    fill: #125688
}

.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #061d2e
}

.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path {
    fill: #0b79e5
}

.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #064684
}

.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path {
    fill: #4d71a9
}

.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #2d4263
}

.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path {
    fill: #f60
}

.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #993d00
}

.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon svg path {
    fill: #43d854
}

.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #1f962d
}

.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon svg path {
    fill: #8d98a2
}

.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #5a656f
}

.rrssb-buttons li.rrssb-print a .rrssb-icon svg path:nth-child(2) {
    fill: none
}

.selectize-control {
    position: relative
}

.selectize-dropdown,.selectize-input,.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit
}

.selectize-control.single .selectize-input.input-active,.selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    border-radius: 3px
}

.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,.selectize-input.disabled * {
    cursor: default!important
}

.selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0,0,0,.15)
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom:1}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0
}

.selectize-control.multi .selectize-input>div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca
}

.selectize-control.multi .selectize-input.disabled>div,.selectize-control.multi .selectize-input.disabled>div.active {
    color: #7d7d7d;
    background: #fff;
    border: 0 solid #fff
}

.selectize-input>input {
    display: inline-block!important;
    padding: 0!important;
    min-height: 0!important;
    max-height: none!important;
    max-width: 100%!important;
    margin: 0 2px 0 0!important;
    text-indent: 0!important;
    border: 0 none!important;
    background: 0 0!important;
    line-height: inherit!important;
    -webkit-user-select: auto!important;
    box-shadow: none
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: 0!important
}

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    border-radius: 0 0 3px 3px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125,168,208,.2);
    border-radius: 1px
}

.selectize-dropdown .optgroup-header,.selectize-dropdown [data-disabled],.selectize-dropdown [data-selectable] {
    padding: 5px 8px
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(48,48,48,.5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px
}

.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: grey transparent transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent grey transparent
}

.selectize-control.rtl.single .selectize-input:after {
    left: 5px;
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px!important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa
}

.selectize-control.multi>.selectize-input>[data-value]>a.remove {
    display: inline-block;
    position: relative;
    left: 6px;
    width: 18px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    border-radius: 3px;
    background-color: transparent;
    transition: all .2s ease
}

.selectize-control.multi>.selectize-input>[data-value]>a.remove:focus,.selectize-control.multi>.selectize-input>[data-value]>a.remove:hover {
    background-color: #c2c2c2
}

.selectize-control.multi>.selectize-input>[data-value]>a.remove:focus {
    outline: 0
}

.selectize-dropdown,.selectize-dropdown.c-time-picker_input-time,.selectize-dropdown.form-control {
    height: auto;
    padding: 0;
    margin: 2px 0 0 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.selectize-dropdown .optgroup-header {
    font-size: 14px;
    line-height: 1.42857
}

.selectize-dropdown .optgroup:first-child:before {
    display: none
}

.selectize-dropdown .optgroup:before {
    content: ' ';
    display: block;
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    margin-left: -12px;
    margin-right: -12px
}

.selectize-dropdown-content {
    padding: 5px 0
}

.selectize-dropdown-header {
    padding: 6px 12px
}

.selectize-input {
    min-height: 36px
}

.selectize-input.dropdown-active {
    border-radius: 4px
}

.selectize-input.dropdown-active::before {
    display: none
}

.selectize-input.focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: "inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px ${color-rgba}"
}

.has-error .selectize-input {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .selectize-input:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.selectize-control.multi .selectize-input.has-items {
    padding-left: 9px;
    padding-right: 9px
}

.selectize-control.multi .selectize-input>div {
    border-radius: 3px
}

.selectize-control .selectize-input.locked {
    opacity: 1!important;
    background-color: #eee!important
}

.selectize-control .second-line {
    display: block;
    font-style: italic
}

.form-control.selectize-control,.selectize-control.c-time-picker_input-time {
    padding: 0;
    height: auto;
    border: none;
    background: 0 0;
    box-shadow: none;
    border-radius: 0
}

[data-disabled] {
    color: grey
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin: 0 auto
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-slide:focus {
    outline: 0
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 48px;
    z-index: 10
}

.slick-arrow.slick-prev {
    left: 0
}

.slick-arrow.slick-next {
    right: 0
}

.croppie-container {
    width: 100%;
    height: 100%
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 1px solid #7f7f7f
}

.croppie-container .cr-resizer,.croppie-container .cr-viewport {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0,0,0,.5);
    z-index: 0
}

.croppie-container .cr-resizer {
    z-index: 2;
    box-shadow: none;
    pointer-events: none
}

.croppie-container .cr-resizer-horisontal,.croppie-container .cr-resizer-vertical {
    position: absolute;
    pointer-events: all
}

.croppie-container .cr-resizer-horisontal::after,.croppie-container .cr-resizer-vertical::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid #000;
    background: #fff;
    width: 10px;
    height: 10px;
    content: ''
}

.croppie-container .cr-resizer-vertical {
    bottom: -5px;
    cursor: row-resize;
    width: 100%;
    height: 10px
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px
}

.croppie-container .cr-resizer-horisontal {
    right: -5px;
    cursor: col-resize;
    width: 10px;
    height: 100%
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px
}

.croppie-container .cr-original-image {
    display: none
}

.croppie-container .cr-vp-circle {
    border-radius: 50%
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    -ms-touch-action: none;
    touch-action: none
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center
}

.croppie-result {
    position: relative;
    overflow: hidden
}

.croppie-result img {
    position: absolute
}

.croppie-container .cr-image,.croppie-container .cr-overlay,.croppie-container .cr-viewport {
    transform: translateZ(0)
}

.cr-slider {
    -webkit-appearance: none;
    width: 300px;
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0,0,0,.5);
    border: 0;
    border-radius: 3px
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px
}

.cr-slider:focus {
    outline: 0
}

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0,0,0,.5);
    border: 0;
    border-radius: 3px
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px
}

.cr-slider:-moz-focusring {
    outline: 1px solid #fff;
    outline-offset: -1px
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: 0 0;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent
}

.cr-slider::-ms-fill-lower {
    background: rgba(0,0,0,.5);
    border-radius: 10px
}

.cr-slider::-ms-fill-upper {
    background: rgba(0,0,0,.5);
    border-radius: 10px
}

.cr-slider::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: 1px
}

.cr-slider:focus::-ms-fill-lower {
    background: rgba(0,0,0,.5)
}

.cr-slider:focus::-ms-fill-upper {
    background: rgba(0,0,0,.5)
}

.cr-rotate-controls {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1
}

.cr-rotate-controls button {
    border: 0;
    background: 0 0
}

.cr-rotate-controls i:before {
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 22px
}

.cr-rotate-l i:before {
    content: '↺'
}

.cr-rotate-r i:before {
    content: '↻'
}

.o-column {
    position: relative;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.o-column__inner-content {
    position: relative;
    display: inline-block;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.g-default__content {
    width: 100%
}

@media (min-width: 768px) {
    .g-default__content {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-default__content {
        width:75%
    }
}

.g-default__sidebar {
    width: 100%
}

@media (min-width: 768px) {
    .g-default__sidebar {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-default__sidebar {
        width:25%
    }
}

.g-default-photo__content {
    width: 100%
}

@media (min-width: 768px) {
    .g-default-photo__content {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-default-photo__content {
        width:75%
    }
}

.g-events__content {
    width: 100%
}

@media (min-width: 768px) {
    .g-events__content {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-events__content {
        width:100%
    }
}

.g-events__sidebar {
    width: 100%
}

@media (min-width: 768px) {
    .g-events__sidebar {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-events__sidebar {
        width:100%
    }
}

.g-event-register__info {
    width: 100%
}

@media (min-width: 768px) {
    .g-event-register__info {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-event-register__info {
        width:58.33333%
    }
}

.g-event-register__contact {
    width: 100%
}

@media (min-width: 768px) {
    .g-event-register__contact {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-event-register__contact {
        width:41.66667%
    }
}

.g-event-register__info {
    width: 100%
}

@media (min-width: 768px) {
    .g-event-register__info {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-event-register__info {
        width:58.33333%
    }
}

.g-event-register__contact {
    width: 100%
}

@media (min-width: 768px) {
    .g-event-register__contact {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-event-register__contact {
        width:41.66667%
    }
}

.g-contact-us__content--side-by-side .c-time-picker_input-time,.g-contact-us__content--side-by-side .form-control {
    border: 1px solid #3155a6
}

.g-contact-us__content--side-by-side .c-time-picker_input-time:focus,.g-contact-us__content--side-by-side .form-control:focus {
    border: 1px solid #4a9ad9
}

.g-contact-us__content {
    width: 100%
}

@media (min-width: 768px) {
    .g-contact-us__content {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-contact-us__content {
        width:75%
    }
}

.g-contact-us__sidebar {
    width: 100%
}

@media (min-width: 768px) {
    .g-contact-us__sidebar {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-contact-us__sidebar {
        width:25%
    }
}

.g-register__content {
    width: 100%
}

@media (min-width: 768px) {
    .g-register__content {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-register__content {
        width:75%
    }
}

.g-register__sidebar {
    width: 100%
}

@media (min-width: 768px) {
    .g-register__sidebar {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-register__sidebar {
        width:25%
    }
}

.g-article__content {
    width: 100%
}

@media (min-width: 768px) {
    .g-article__content {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-article__content {
        width:75%
    }
}

.g-article__sidebar {
    width: 100%
}

@media (min-width: 768px) {
    .g-article__sidebar {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-article__sidebar {
        width:25%
    }
}

.g-product__content--feature {
    width: 100%
}

@media (min-width: 768px) {
    .g-product__content--feature {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-product__content--feature {
        width:75%
    }
}

.g-product__content--no-feature {
    width: 100%
}

@media (min-width: 768px) {
    .g-product__content--no-feature {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-product__content--no-feature {
        width:100%
    }
}

.g-product__sidebar {
    width: 100%
}

@media (min-width: 768px) {
    .g-product__sidebar {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-product__sidebar {
        width:25%
    }
}

.g-search__content {
    width: 100%
}

@media (min-width: 768px) {
    .g-search__content {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-search__content {
        width:75%
    }
}

.g-member-details__left-column {
    width: 100%
}

@media (min-width: 768px) {
    .g-member-details__left-column {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-member-details__left-column {
        width:50%
    }
}

.g-member-details__right-column {
    width: 100%
}

@media (min-width: 768px) {
    .g-member-details__right-column {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-member-details__right-column {
        width:50%
    }
}

.g-company-details__left-column {
    width: 100%
}

@media (min-width: 768px) {
    .g-company-details__left-column {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-company-details__left-column {
        width:50%
    }
}

.g-company-details__right-column {
    width: 100%
}

@media (min-width: 768px) {
    .g-company-details__right-column {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-company-details__right-column {
        width:50%
    }
}

.pagination {
    margin: 25px 0 0;
    text-align: center;
    position: relative;
    min-height: 60px;
    width: 100%
}

.pagination .next,.pagination .prev {
    display: block
}

.pagination a {
    text-transform: uppercase;
    text-decoration: none
}

.pagination a .title {
    display: block;
    max-width: 300px;
    line-height: 1;
    margin-top: 3px
}

.pagination a .sub-title {
    text-transform: none;
    color: #3155a6;
    font-weight: 400;
    font-style: italic;
    font-size: .9em;
    display: block
}

.pagination a.next,.pagination a.prev {
    line-height: 32px;
    font-weight: 700;
    color: #3155a6
}

.pagination a.next:hover,.pagination a.prev:hover {
    color: #3155a6
}

.pagination a.prev {
    float: left;
    text-align: left
}

.pagination a.prev .sub-title,.pagination a.prev .title {
    padding-left: 27px
}

.pagination a.prev .novicon {
    margin-right: 10px;
    float: left
}

.pagination a.btn {
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 0
}

.pagination a.next {
    float: right;
    text-align: right
}

.pagination a.next .sub-title,.pagination a.next .title {
    display: none;
    padding-right: 27px
}

@media (min-width: 768px) {
    .pagination a.next .sub-title,.pagination a.next .title {
        display:block
    }
}

.pagination a.next .novicon {
    margin-left: 10px;
    float: right
}

.pagination a .novicon {
    font-size: 2em
}

.pagination .paging-scroller {
    overflow-x: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 0;
    height: 50px;
    width: 50%
}

.pagination .page-numbers {
    margin: 5px auto 0;
    display: -ms-flexbox;
    display: flex
}

.pagination .page-numbers li {
    float: left;
    padding: 0 10px;
    border-right: 2px solid #3155a6
}

.pagination .page-numbers li:first-child {
    padding-left: 0
}

.pagination .page-numbers li:last-child {
    padding-right: 0;
    border-right: none
}

.pagination .page-numbers li a,.pagination .page-numbers li span {
    font-weight: 800
}

.pagination .page-numbers li a {
    color: #3155a6
}

.pagination a.next,.pagination a.prev {
    width: 15px;
    height: 35px;
    overflow: hidden
}

@media (min-width: 768px) {
    .pagination a.next,.pagination a.prev {
        width:auto;
        height: auto
    }
}

.with-tab {
    position: relative;
    padding: 10px 0 15px
}

@media (min-width: 768px) {
    .with-tab {
        padding:30px 15px
    }
}

.with-tab h4 {
    margin: 5px 0;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase
}

@media (min-width: 992px) {
    .with-tab h4 {
        padding-top:0;
        padding-bottom: 0;
        border-bottom: none;
        text-align: left
    }
}

.with-tab h4:after {
    display: none
}

@media (min-width: 992px) {
    .with-tab h4:after {
        display:inline-block;
        width: 100%
    }
}

.with-tab h4 .novicon {
    margin-right: 10px
}

.with-tab h2 {
    margin: 5px 0;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase
}

@media (min-width: 992px) {
    .with-tab h2 {
        padding-top:0;
        padding-bottom: 0;
        border-bottom: none;
        text-align: left
    }
}

.with-tab h2:after {
    display: none;
    width: 100%
}

@media (min-width: 992px) {
    .with-tab h2:after {
        display:inline-block
    }
}

.with-tab h2 .novicon {
    margin-right: 10px
}

.with-tab .jump-to {
    float: none;
    margin: 10px 0 20px;
    text-align: center
}

@media (min-width: 992px) {
    .with-tab .jump-to {
        float:right;
        margin: 5px 0 30px 15px;
        text-align: left
    }
}

.with-tab .jump-to strong {
    text-transform: uppercase;
    font-weight: 700
}

.with-tab .jump-to select {
    display: inline-block;
    width: auto;
    margin-left: 5px;
    border-radius: 0;
    background-color: #3155a6;
    color: #fff;
    text-transform: uppercase
}

.open .o-filter-bar-filters__menu {
    width: auto
}

@media (min-width: 992px) {
    .open .o-filter-bar-filters__menu {
        width:600px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto
    }
}

.o-filter-bar {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .o-filter-bar {
        padding-left:15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

.o-filter-bar>div {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .o-filter-bar>div {
        width:100%;
        margin-top: 0;
        margin-right: 15px;
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .o-filter-bar>div {
        display:-ms-flexbox;
        display: flex;
        width: auto
    }
}

.o-filter-bar>div:first-child {
    margin-top: 0
}

.o-filter-bar select {
    border: 1px solid #949494
}

.o-filter-bar select:focus {
    border: 1px solid #4a9ad9
}

.o-filter-bar__quick-search input#search-box {
    border: 1px solid #949494
}

.o-filter-bar__quick-search input#search-box:focus {
    border: 1px solid #4a9ad9
}

@media (min-width: 768px) {
    .o-filter-bar__quick-search {
        -ms-flex-align:center;
        align-items: center
    }
}

.o-filter-bar__quick-search label {
    display: none
}

@media (min-width: 992px) {
    .o-filter-bar__quick-search label {
        display:block;
        font-weight: 700;
        font-size: .9em;
        margin-right: 10px
    }
}

.o-filter-bar__quick-search .input-group {
    width: 100%
}

@media (min-width: 992px) {
    .o-filter-bar__quick-search .input-group {
        width:unset
    }
}

.o-filter-bar__quick-search #search-go {
    display: table-cell;
    width: 34px;
    height: 34px;
    padding: 5px 8px
}

.o-filter-bar-filters .btn {
    width: 100%;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .o-filter-bar-filters .btn {
        width:auto;
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .o-filter-bar-filters__btn-filter-menu {
        margin-right:10px
    }
}

.o-filter-bar-filters__btn-filter-menu .novicon-arrow-right {
    margin-left: 5px
}

.o-filter-bar-filters__menu {
    padding: 15px;
    width: auto
}

@media (min-width: 992px) {
    .o-filter-bar-filters__menu {
        width:600px
    }
}

.o-filter-bar-filters__menu .form-group {
    margin: 10px
}

.o-filter-bar-filters__menu .form-group select.c-time-picker_input-time,.o-filter-bar-filters__menu .form-group select.form-control {
    float: none
}

.o-filter-bar-toggle__wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-left: auto
}

.o-filter-bar-toggle__wrapper-btn {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 0;
    padding-left: 0
}

.o-filter-bar-toggle__btn {
    display: block;
    margin: 0 auto;
    padding: 7px 15px;
    border: 1px solid #3155a6;
    color: #3155a6;
    font-size: .9em;
    background: #fff;
    text-align: center
}

.o-filter-bar-toggle__btn i {
    display: block
}

@media (min-width: 992px) {
    .o-filter-bar-toggle__btn i {
        display:inline-block
    }
}

.o-filter-bar-toggle__btn--active {
    background: #3155a6;
    color: #fff
}

.o-filter-bar-toggle__btn--active:hover {
    color: #fff
}

.o-filter-bar-toggle__link {
    display: block;
    margin: 10px 0 0;
    text-align: center
}

@media (min-width: 768px) {
    .o-filter-bar-toggle__link {
        text-align:right
    }
}

.g-product__content--feature .o-filter-bar__quick-search,.g-product__content--no--feature .o-filter-bar__quick-search {
    -ms-flex: 1;
    flex: 1;
    width: 100%
}

.g-product__content--feature .o-filter-bar__quick-search .search.input-group,.g-product__content--feature .o-filter-bar__quick-search select.form-control.input-group,.g-product__content--feature .o-filter-bar__quick-search select.input-group.c-time-picker_input-time,.g-product__content--no--feature .o-filter-bar__quick-search .search.input-group,.g-product__content--no--feature .o-filter-bar__quick-search select.form-control.input-group,.g-product__content--no--feature .o-filter-bar__quick-search select.input-group.c-time-picker_input-time {
    -ms-flex: 1;
    flex: 1;
    width: 100%
}

.g-product__content--feature .o-filter-bar__search-submit,.g-product__content--no--feature .o-filter-bar__search-submit {
    -ms-flex: 0;
    flex: 0
}

@media (max-width: 768px) {
    .g-product__content--feature .o-filter-bar__search-submit .btn.btn-secondary,.g-product__content--no--feature .o-filter-bar__search-submit .btn.btn-secondary {
        width:100%
    }
}

@media (min-width: 768px) {
    .g-product__content--feature .o-filter-bar>div,.g-product__content--no--feature .o-filter-bar>div {
        width:100%!important
    }

    .g-product__content--feature .o-filter-bar__quick-search,.g-product__content--no--feature .o-filter-bar__quick-search {
        -ms-flex: 1;
        flex: 1;
        width: 100%
    }

    .g-product__content--feature .o-filter-bar__quick-search .search.input-group,.g-product__content--feature .o-filter-bar__quick-search select.form-control.input-group,.g-product__content--feature .o-filter-bar__quick-search select.input-group.c-time-picker_input-time,.g-product__content--no--feature .o-filter-bar__quick-search .search.input-group,.g-product__content--no--feature .o-filter-bar__quick-search select.form-control.input-group,.g-product__content--no--feature .o-filter-bar__quick-search select.input-group.c-time-picker_input-time {
        -ms-flex: 1;
        flex: 1;
        width: 100%
    }
}

@media (min-width: 992px) {
    .g-product__content--feature .o-filter-bar>div,.g-product__content--no-feature .o-filter-bar>div {
        display:-ms-flexbox;
        display: flex;
        width: 100%!important
    }
}

.file-uploader .file-uploader-img {
    margin-bottom: 5px;
    border: solid 1px
}

.file-uploader .file-link {
    display: block;
    margin-bottom: 5px
}

.file-uploader .progress {
    height: 20px;
    overflow: hidden;
    background-color: #eee;
    border-radius: 4px;
    display: none;
    margin-top: 15px;
    box-shadow: inset 0 1px 2px fade(#000,10%)
}

.file-uploader .progress .progress-bar {
    width: 0;
    height: 100%;
    line-height: 20px;
    background-color: #37b34a;
    box-shadow: inset 0 -1px 0 fade(#000,15%);
    transition: width .6s ease
}

.file-uploader .btn i {
    margin-right: 5px;
    position: relative;
    top: 1px
}

.file-uploader .error-message {
    display: block
}

.file-uploader .cr-slider {
    width: 300px!important
}

.file-uploader .croppie-container .cr-boundary {
    margin: 0
}

.file-uploader .cr-slider:before {
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased;
    content: "\f03e";
    font-size: .8em;
    padding-right: 2px
}

.file-uploader .cr-slider:after {
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased;
    content: "\f03e";
    font-size: 1.2em;
    padding-left: 2px
}

.file-uploader .croppie-container .cr-slider-wrap {
    margin: 5px 0
}

.file-uploader .croppie-container {
    padding-top: 5px
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block
}

.fileinput-button input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer
}

#added-to-cart-modal .modal-dialog {
    width: 375px
}

#added-to-cart-modal .modal-body {
    background: #fff;
    padding: 15px;
    text-align: center
}

#added-to-cart-modal .modal-body .item-added {
    font-style: italic;
    font-size: 1.3em;
    font-weight: 700;
    margin: 0
}

#added-to-cart-modal .modal-body .item-added .novicon {
    color: #37b34a;
    font-size: 1.2em;
    margin-right: 10px
}

#added-to-cart-modal .modal-body .buttons {
    margin-top: 10px
}

#added-to-cart-modal .modal-body .buttons a:first-child {
    margin-right: 10px
}

#added-to-cart-modal .modal-body .buttons .novicon {
    margin-right: 5px
}

.main-menu .cart .items-in-cart {
    position: relative;
    display: inline-block;
    top: -7px;
    margin-right: 2px;
    margin-left: -10px;
    padding: 0 6px 0 4px;
    border-radius: 50%;
    font-size: .8em;
    line-height: 13px;
    letter-spacing: -1px;
    text-align: center;
    color: #fff;
    background: #eb0202
}

.add-to-calendar .fa-calendar,.add-to-calendar .fab {
    margin-right: 10px
}

.add-to-calendar .btn {
    width: 100%
}

.add-to-calendar .btn .novicon {
    color: inherit
}

@media (min-width: 480px) {
    .add-to-calendar {
        display:block
    }
}

@media (min-width: 992px) {
    .add-to-calendar {
        display:inline-block
    }

    .add-to-calendar .btn {
        width: inherit
    }
}

.add-to-calendar.open .dropdown-menu {
    left: auto;
    right: 0
}

@media (min-width: 992px) {
    .add-to-calendar.open .dropdown-menu {
        left:0;
        right: auto
    }
}

.d-inline-block {
    display: inline-block
}

.member-compass-container #events .event .event-inner .add-to-calendar .btn {
    top: 0
}

#other-registrations .add-to-calendar .btn {
    width: auto;
    margin-top: 10px
}

@media (min-width: 992px) {
    #other-registrations .add-to-calendar .btn {
        width:100%;
        margin-top: 0
    }
}

.o-admin-alert {
    margin: 20px 0;
    border: 1px solid #e3eaf3
}

.o-admin-alert__header-wrapper {
    padding: 5px 15px;
    background: #e3eaf3
}

.o-admin-alert__body-wrapper {
    padding: 10px 15px;
    background: #fff
}

.o-admin-alert__text {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center
}

@media (min-width: 768px) {
    .o-admin-alert__text {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        text-align: left
    }
}

.o-admin-alert__text--body {
    margin: 0 0 15px;
    line-height: 1.4;
    vertical-align: text-top
}

.o-admin-alert__text--body:last-child {
    margin: 0
}

.o-admin-alert__header-text {
    display: block;
    margin: 0;
    text-align: center
}

@media (min-width: 768px) {
    .o-admin-alert__header-text {
        display:inline-block;
        text-align: left
    }
}

.o-admin-alert__header-text--alert {
    color: #264a6d;
    font-weight: 700;
    text-transform: uppercase
}

.o-admin-alert__header-text--visibilty {
    float: none;
    padding-top: 3px;
    color: #264a6d;
    font-size: .7em;
    font-style: italic;
    text-align: center
}

@media (min-width: 768px) {
    .o-admin-alert__header-text--visibilty {
        float:right;
        text-align: right
    }
}

.o-admin-alert__link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
    border: none;
    outline: 0;
    text-overflow: ellipsis;
    background: 0 0
}

.o-admin-alert__icon {
    margin: 0 10px 3px 0;
    font-size: 1.5em
}

.o-admin-alert__icon--info,.o-admin-alert__icon--search {
    float: left;
    display: none!important
}

@media (min-width: 768px) {
    .o-admin-alert__icon--info,.o-admin-alert__icon--search {
        display:inline-block!important
    }
}

.o-admin-alert__icon--search {
    color: #459836
}

.o-admin-alert__icon--info {
    color: #718fab
}

.o-admin-alert__icon--inactive {
    color: #d93b42
}

.o-admin-alert__label {
    margin: 0;
    line-height: 1.4
}

.alert-modal .modal-dialog {
    max-width: 380px;
    margin: auto;
    margin-top: 50px
}

.alert-modal .modal-dialog .modal-body {
    padding: 30px
}

.alert-modal .modal-dialog .message-container {
    padding-bottom: 20px;
    padding-top: 10px;
    border-bottom: 1px solid #777
}

.alert-modal .modal-dialog .message-container .message {
    overflow: auto;
    min-height: 50px;
    padding-top: 5px;
    max-height: 70vh
}

.alert-modal .modal-dialog .message-container .message.one-line {
    padding-top: 0
}

.alert-modal .modal-dialog .icon {
    background: #eb0202;
    margin: 0 10px 0 5px;
    float: left;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    width: 48px;
    height: 48px;
    text-align: center;
    padding-top: 5px;
    font-size: 1.7em
}

.alert-modal .modal-dialog .icon.brand-primary {
    background: #3155a6
}

.alert-modal .modal-dialog .buttons {
    margin-top: 20px;
    padding-top: 0;
    border: none
}

.alert-modal .modal-dialog .buttons a {
    padding-left: 20px;
    padding-right: 20px
}

.alert-modal .modal-dialog .buttons a:last-child {
    float: right
}

.c-alert-one-time {
    position: fixed;
    top: 80px;
    bottom: inherit;
    left: 20px;
    z-index: 100000000;
    overflow-x: hidden;
    overflow-y: auto;
    width: 90%;
    max-height: 80%;
    padding: 20px;
    text-align: center;
    background: #000
}

@media (min-width: 768px) {
    .c-alert-one-time {
        top:auto;
        bottom: 20px;
        width: 30%
    }
}

.c-alert-one-time ol,.c-alert-one-time ul {
    text-align: left
}

.c-alert-one-time h1,.c-alert-one-time h2,.c-alert-one-time h3,.c-alert-one-time h4,.c-alert-one-time h5,.c-alert-one-time h6,.c-alert-one-time ol,.c-alert-one-time p,.c-alert-one-time ul {
    color: #fff
}

.c-alert-one-time h1 a,.c-alert-one-time h2 a,.c-alert-one-time h3 a,.c-alert-one-time h4 a,.c-alert-one-time h5 a,.c-alert-one-time h6 a,.c-alert-one-time ol a,.c-alert-one-time p a,.c-alert-one-time ul a {
    color: #fff;
    font-weight: 600
}

.c-alert-one-time h1 a:hover,.c-alert-one-time h2 a:hover,.c-alert-one-time h3 a:hover,.c-alert-one-time h4 a:hover,.c-alert-one-time h5 a:hover,.c-alert-one-time h6 a:hover,.c-alert-one-time ol a:hover,.c-alert-one-time p a:hover,.c-alert-one-time ul a:hover {
    text-decoration: underline
}

.login-or-guest .nav-tabs {
    padding-left: 20px;
    border: none
}

.login-or-guest .nav-tabs>li {
    margin-bottom: 0
}

.login-or-guest .nav-tabs>li>a {
    border: none;
    background: #3155a6;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 700;
    margin-right: 0;
    padding: 5px 25px;
    text-transform: uppercase;
    z-index: 1
}

.login-or-guest .nav-tabs>li>a:focus,.login-or-guest .nav-tabs>li>a:hover {
    color: #fff;
    text-decoration: none;
    border: none;
    outline: 0
}

.login-or-guest .nav-tabs>li.active>a {
    background: #3155a6;
    z-index: 3
}

.login-or-guest .nav-tabs>li:last-child>a {
    margin-left: -10px;
    padding-left: 30px
}

.login-or-guest .tab-pane {
    background: #3155a6;
    color: #fff;
    border-radius: 10px;
    padding: 25px
}

.login-or-guest .tab-pane label {
    color: #f0f0f0;
    text-transform: uppercase
}

.login-or-guest .line-before.line-after {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 10px
}

.login-or-guest .checkbox label {
    text-transform: none
}

.login-or-guest .btn-primary {
    font-weight: 400
}

@media (max-width: 767px) {
    .login-or-guest .nav-tabs {
        margin-top:25px
    }

    .login-or-guest .nav-tabs li>a {
        padding: 5px 15px
    }

    .login-or-guest .tab-pane {
        font-size: .9em
    }
}

.login-container {
    max-width: 550px
}

.c-login-form {
    padding-top: 5px!important
}

.c-login-form__instructions {
    margin-top: 5px;
    margin-bottom: 5px
}

.c-login-form .c-alert {
    margin-top: 10px;
    margin-bottom: 10px
}

.c-login-form__continue-button {
    width: 100%
}

.c-login-form__button {
    width: 100%
}

.c-login-form__button-column-left {
    padding: 0
}

.c-login-form__button-column-right {
    margin-top: 15px;
    padding: 0;
    text-align: center
}

.c-login-form__sso-button {
    width: 100%;
    margin-top: 5px
}

.c-login-form__novi-admin-login-button {
    width: 100%;
    margin-top: 5px
}

.c-login-form__back-to-email {
    margin-top: 5px;
    margin-bottom: 5px
}

.c-login-form__join-buttons {
    display: block
}

.c-login-form__email-form #Email {
    border: 1px solid #949494
}

.c-login-form__email-form #Email:focus {
    border: 1px solid #4a9ad9
}

.o-text-divider {
    display: table;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px
}

.o-text-divider:after,.o-text-divider:before {
    border-top: 1px solid #3155a6;
    content: '';
    display: table-cell;
    position: relative;
    top: .5em;
    width: 45%
}

[v-cloak] {
    display: none
}

#inactive-slideout {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    position: fixed;
    top: 40px;
    min-width: 250px;
    text-align: center;
    margin-bottom: 0;
    z-index: 15
}

#inactive-slideout .icon {
    font-size: 1.3em;
    margin-right: 5px
}

#inactive-slideout strong {
    color: #222
}

.register-container .noCaret div.selectize-input:after {
    border-style: hidden!important
}

.register-container .member-type {
    border-bottom: 2px solid #777;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.register-container .member-type:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.register-container .member-type h3 {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 800
}

.register-container .member-type .inner-content {
    padding: 10px 25px
}

.register-container .member-type .inner-content ul {
    list-style-type: none;
    padding-left: 0
}

.register-container .member-type .inner-content ul li:before {
    content: "\e645";
    font-family: Novi;
    margin-right: 10px
}

.register-container .member-type .inner-content ol {
    padding-left: 20px
}

@media (max-width: 767px) {
    .register-container .member-type .inner-content {
        padding:0
    }
}

.register-container .step {
    display: none
}

.register-container .step.active {
    display: block
}

.register-container .step-1 .widget {
    background: #3155a6
}

.register-container .step-1 .widget h5 {
    text-align: center;
    background: #3155a6;
    color: #fff;
    margin: 0 20px;
    padding: 10px 0;
    border-bottom: 1px solid #fff
}

.register-container .step-1 .widget .content {
    background: #3155a6;
    color: #fff
}

.register-container .step-1 .widget .btn {
    margin-top: 15px;
    display: block
}

@media (min-width: 992px) {
    .register-container .step-1 .widget-sidebar.affix {
        top:0
    }

    .register-container .step-1 .widget-sidebar.affix.stick-bottom {
        position: absolute;
        bottom: 0;
        top: auto;
        right: 0!important
    }
}

@media (max-width: 991px) {
    .register-container .step-1 .well.box {
        margin-bottom:0
    }

    .register-container .step-1 .well.box .member-types>div:first-child h3 {
        margin-top: 0
    }

    .register-container .step-1 .well.box .member-type h3 {
        text-align: left
    }

    .register-container .step-1 .widget .btn {
        max-width: 200px;
        margin: 15px auto 0
    }
}

.register-container .steps-with-navigation {
    display: none
}

.register-container .steps-with-navigation.active {
    display: block
}

.login-container .register-container .steps-with-navigation .section-header,.register-container .steps-with-navigation .header-ribbon,.register-container .steps-with-navigation .login-container .section-header {
    text-align: center
}

.register-container .steps-with-navigation .next-container {
    float: right
}

.register-container .steps-with-navigation .next-container .text-danger {
    margin-right: 15px;
    margin-top: 5px
}

.register-container .steps-with-navigation .saving .novicon {
    margin-right: 5px
}

.register-container .steps-with-navigation .step-nav {
    opacity: .7;
    transition: all .3s;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    padding-left: 75px;
    font-size: 1.15em
}

.register-container .steps-with-navigation .step-nav .number {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 2em;
    border-radius: 10px;
    border: 1px solid #fff;
    margin: 0 auto 15px
}

.register-container .steps-with-navigation .step-nav .name {
    text-transform: uppercase;
    display: block;
    max-width: 100px;
    line-height: 1;
    font-weight: 800
}

.register-container .steps-with-navigation .step-nav:focus,.register-container .steps-with-navigation .step-nav:hover {
    cursor: default;
    text-decoration: none
}

.register-container .steps-with-navigation .step-nav.active {
    opacity: 1
}

.register-container .steps-with-navigation .step-nav.active:hover {
    cursor: pointer
}

.register-container .steps-with-navigation .step-nav.active .number {
    background: #fff;
    color: #3155a6
}

.register-container .steps-with-navigation .step-nav:before {
    content: "...";
    letter-spacing: 4px;
    font-size: 80px;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: -40px;
    left: 0
}

.register-container .steps-with-navigation .step-nav:first-of-type {
    padding-left: 0
}

.register-container .steps-with-navigation .step-nav:first-of-type:before {
    display: none
}

.register-container .steps-with-navigation .step-2 h4 {
    text-align: center;
    font-weight: 700
}

.register-container .steps-with-navigation .step-2 .login-container {
    max-width: 600px;
    margin: 20px auto 30px
}

.register-container .steps-with-navigation .step-2 .login-container .agree-container {
    height: 85px;
    text-align: center
}

.register-container .steps-with-navigation .step-2 .login-container .checkbox {
    background: #3155a6;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 5px
}

.register-container .steps-with-navigation .step-2 .login-container .checkbox a {
    color: #fff;
    font-weight: 700
}

.register-container .steps-with-navigation .step-2 .login-container .social-buttons a {
    display: block;
    color: #fff;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.2em;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    line-height: 34px
}

.register-container .steps-with-navigation .step-2 .login-container .social-buttons a.facebook {
    background: #3e5491
}

.register-container .steps-with-navigation .step-2 .login-container .social-buttons a.google {
    background: #dd4b39
}

.register-container .steps-with-navigation .step-2 .login-container .social-buttons a .novicon {
    font-size: 1.5em;
    margin-right: 5px;
    top: 4px
}

.register-container .steps-with-navigation .step-2 .login-container .or {
    text-align: center;
    margin: 15px 0
}

.register-container .steps-with-navigation .step-2 .login-container .or:after,.register-container .steps-with-navigation .step-2 .login-container .or:before {
    background-color: #777
}

.register-container .steps-with-navigation .step-5 h3.registration-options {
    font-size: 1.4em;
    margin: 0;
    text-align: left!important
}

.register-container .steps-with-navigation .step-5 h3.registration-options .novicon {
    margin-right: 5px
}

.register-container .steps-with-navigation .step-5 .table {
    margin-bottom: 0
}

.register-container .steps-with-navigation .step-5 .table th {
    text-transform: uppercase;
    font-size: .9em
}

.register-container .steps-with-navigation .step-5 .table td {
    padding-top: 12px;
    padding-bottom: 12px
}

.register-container .steps-with-navigation .step-5 .table td:last-child,.register-container .steps-with-navigation .step-5 .table th:last-child {
    text-align: right
}

.register-container .steps-with-navigation .step-5 .table .table-header {
    font-size: 1.5em;
    font-weight: 700;
    text-transform: none
}

.register-container .steps-with-navigation .step-5 .table .table-header .novicon {
    margin-right: 5px
}

.register-container .steps-with-navigation .step-5 .table .description {
    color: #3155a6;
    font-style: italic;
    font-size: .9em
}

.register-container .steps-with-navigation .step-5 #products th.price {
    width: 130px;
    text-align: center
}

.register-container .steps-with-navigation .step-5 #products th.qty {
    width: 60px;
    text-align: center
}

.register-container .steps-with-navigation .step-5 #products td {
    text-align: center
}

.register-container .steps-with-navigation .step-5 #products td:first-child {
    text-align: left
}

.register-container .steps-with-navigation .step-5 #products td:last-child .c-time-picker_input-time,.register-container .steps-with-navigation .step-5 #products td:last-child .form-control {
    text-align: center
}

.register-container .steps-with-navigation .step-5 #products td em {
    font-size: .9em
}

.register-container .steps-with-navigation .step-5 #products .view-product {
    font-style: italic;
    display: inline-block;
    margin-left: 15px
}

.register-container .steps-with-navigation .step-5 #products .view-product .novicon {
    margin-right: 5px
}

@media (max-width: 767px) {
    .register-container .steps-with-navigation .step-5 #products .view-product {
        display:block;
        margin-left: 0
    }
}

.register-container .steps-with-navigation .step-5 .calculating {
    font-size: 1.3em;
    text-align: center;
    margin: 10px 0
}

.register-container .steps-with-navigation .step-5 .calculating .novicon {
    margin-right: 10px
}

.register-container .steps-with-navigation .step-5 .no-payment {
    background: #3155a6;
    padding: 25px 35px;
    border-radius: 15px;
    margin-top: 15px
}

.register-container .steps-with-navigation .step-5 .no-payment .message {
    color: #f0f0f0;
    font-style: italic;
    display: block;
    margin-bottom: 15px
}

.register-container .steps-with-navigation .step-5 .no-payment .btn {
    border: 1px solid #3155a6;
    display: block;
    text-align: center;
    letter-spacing: 2px
}

.register-container .steps-with-navigation .step-5 .no-payment .saving {
    color: #f0f0f0
}

@media (max-width: 991px) {
    .login-container .register-container .steps-with-navigation .section-header .title,.register-container .steps-with-navigation .header-ribbon .title,.register-container .steps-with-navigation .login-container .section-header .title {
        text-align:left
    }

    .login-container .register-container .steps-with-navigation .section-header .step-nav,.register-container .steps-with-navigation .header-ribbon .step-nav,.register-container .steps-with-navigation .login-container .section-header .step-nav {
        padding-left: 90px
    }

    .login-container .register-container .steps-with-navigation .section-header .step-nav .number,.register-container .steps-with-navigation .header-ribbon .step-nav .number,.register-container .steps-with-navigation .login-container .section-header .step-nav .number {
        margin-bottom: 0
    }

    .login-container .register-container .steps-with-navigation .section-header .step-nav:before,.register-container .steps-with-navigation .header-ribbon .step-nav:before,.register-container .steps-with-navigation .login-container .section-header .step-nav:before {
        margin-left: 10px
    }

    .login-container .register-container .steps-with-navigation .section-header .step-nav:first-of-type,.register-container .steps-with-navigation .header-ribbon .step-nav:first-of-type,.register-container .steps-with-navigation .login-container .section-header .step-nav:first-of-type {
        padding-left: 0
    }

    .login-container .register-container .steps-with-navigation .section-header .name,.register-container .steps-with-navigation .header-ribbon .name,.register-container .steps-with-navigation .login-container .section-header .name {
        display: none
    }

    .register-container .steps-with-navigation .step-5 .table-header {
        font-size: 1.1em
    }
}

@media (max-width: 767px) {
    .login-container .register-container .steps-with-navigation .section-header .step-nav,.register-container .steps-with-navigation .header-ribbon .step-nav,.register-container .steps-with-navigation .login-container .section-header .step-nav {
        padding-left:40px
    }

    .login-container .register-container .steps-with-navigation .section-header .step-nav .number,.register-container .steps-with-navigation .header-ribbon .step-nav .number,.register-container .steps-with-navigation .login-container .section-header .step-nav .number {
        width: 30px;
        height: 30px;
        font-size: 1.2em
    }

    .login-container .register-container .steps-with-navigation .section-header .step-nav:before,.register-container .steps-with-navigation .header-ribbon .step-nav:before,.register-container .steps-with-navigation .login-container .section-header .step-nav:before {
        letter-spacing: 1px;
        font-size: 35px;
        top: -15px;
        margin-left: 5px
    }

    .login-container .register-container .steps-with-navigation .section-header .step-nav:first-of-type,.register-container .steps-with-navigation .header-ribbon .step-nav:first-of-type,.register-container .steps-with-navigation .login-container .section-header .step-nav:first-of-type {
        padding-left: 0
    }
}

@media (max-width: 767px) and (max-width:360px) {
    .login-container .register-container .steps-with-navigation .section-header .step-nav,.register-container .steps-with-navigation .header-ribbon .step-nav,.register-container .steps-with-navigation .login-container .section-header .step-nav {
        padding-left:35px
    }

    .login-container .register-container .steps-with-navigation .section-header .step-nav .number,.register-container .steps-with-navigation .header-ribbon .step-nav .number,.register-container .steps-with-navigation .login-container .section-header .step-nav .number {
        width: 25px;
        height: 25px;
        font-size: 1.05em;
        border-radius: 6px
    }

    .login-container .register-container .steps-with-navigation .section-header .step-nav:before,.register-container .steps-with-navigation .header-ribbon .step-nav:before,.register-container .steps-with-navigation .login-container .section-header .step-nav:before {
        margin-left: 2.5px;
        top: -17px
    }
}

@media (max-width: 767px) {
    .register-container .steps-with-navigation .step-2 h4 {
        font-size:1.2em
    }

    .register-container .steps-with-navigation .step-2 .login-container {
        margin-bottom: 0
    }

    .register-container .steps-with-navigation .step-2 .login-container .agree-container {
        height: auto;
        margin-bottom: 15px
    }

    .register-container .steps-with-navigation .step-2 .login-container .social-buttons .btn {
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .login-container .register-container .section-header,.register-container .header-ribbon,.register-container .login-container .section-header {
        padding:15px;
        margin-left: -11px;
        background: #3155a6;
        background: linear-gradient(225deg,transparent 35px,#3155a6 0,#3155a6 100%);
        position: relative;
        height: auto;
        display: block;
        width: auto
    }

    .login-container .register-container .section-header:before,.register-container .header-ribbon:before,.register-container .login-container .section-header:before {
        content: "";
        border-left: 11px solid transparent;
        border-top: 10px solid #000;
        top: 100%;
        left: 0;
        position: absolute
    }

    .login-container .register-container .section-header .title,.login-container .register-container .section-header h1,.register-container .header-ribbon .title,.register-container .header-ribbon h1,.register-container .login-container .section-header .title,.register-container .login-container .section-header h1 {
        margin: 0 0 15px;
        font-weight: 700;
        letter-spacing: -2px;
        max-width: 90%;
        border-bottom: 2px solid #f0f0f0;
        padding-bottom: 15px;
        font-size: 1.8em;
        text-transform: none;
        text-align: left
    }

    .login-container .register-container .section-header .subtitle,.register-container .header-ribbon .subtitle,.register-container .login-container .section-header .subtitle {
        max-width: 80%;
        font-style: italic;
        text-align: left
    }
}

.dues-total {
    text-align: right;
    font-size: 1.1em;
    border-top: 2px solid #ddd;
    padding-top: 20px
}

.dues-total .total {
    margin-left: 20px;
    background: #f0f0f0;
    font-weight: 800;
    font-size: 1.2em;
    padding: 5px 10px
}

.dues-total .total-aligned {
    font-weight: 800;
    font-size: 1.2em;
    padding: 0 10px;
    width: 1%;
    vertical-align: middle
}

#record-matching-modal .modal-body,#unable-to-find-membership-modal .modal-body {
    padding: 25px
}

#record-matching-modal .modal-title span,#unable-to-find-membership-modal .modal-title span {
    text-transform: none;
    font-weight: 400
}

#record-matching-modal .confirm-match,#record-matching-modal .enter-code,#record-matching-modal .my-company,#unable-to-find-membership-modal .confirm-match,#unable-to-find-membership-modal .enter-code,#unable-to-find-membership-modal .my-company {
    overflow: hidden
}

#record-matching-modal .confirm-match p,#record-matching-modal .enter-code p,#record-matching-modal .my-company p,#unable-to-find-membership-modal .confirm-match p,#unable-to-find-membership-modal .enter-code p,#unable-to-find-membership-modal .my-company p {
    font-weight: 700
}

#record-matching-modal .confirm-match,#unable-to-find-membership-modal .confirm-match {
    font-size: 1.2em
}

#record-matching-modal .confirm-match p,#unable-to-find-membership-modal .confirm-match p {
    margin-bottom: 15px;
    font-weight: 400
}

#record-matching-modal .confirm-match .btn,#unable-to-find-membership-modal .confirm-match .btn {
    padding: 10px 30px
}

#record-matching-modal .confirm-match .or,#unable-to-find-membership-modal .confirm-match .or {
    margin: 0 15px
}

#record-matching-modal .confirm-match .sending-code,#unable-to-find-membership-modal .confirm-match .sending-code {
    color: #777
}

#record-matching-modal .confirm-match .sending-code .novicon,#unable-to-find-membership-modal .confirm-match .sending-code .novicon {
    margin-right: 10px
}

#record-matching-modal .confirm-match #match-name,#unable-to-find-membership-modal .confirm-match #match-name {
    font-size: 1.2em;
    margin-right: 5px
}

#record-matching-modal .confirm-match #match-parent,#unable-to-find-membership-modal .confirm-match #match-parent {
    font-size: 1.2em;
    margin-left: 5px
}

#record-matching-modal .confirm-match .match-buttons,#unable-to-find-membership-modal .confirm-match .match-buttons {
    margin-top: 15px;
    border-top: 2px solid #3155a6;
    padding-top: 10px
}

#record-matching-modal .enter-code,#unable-to-find-membership-modal .enter-code {
    font-size: 1.1em
}

#record-matching-modal .enter-code p,#unable-to-find-membership-modal .enter-code p {
    margin-bottom: 0
}

#record-matching-modal .enter-code .email-address,#unable-to-find-membership-modal .enter-code .email-address {
    color: #3155a6;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 15px;
    display: block
}

#record-matching-modal .enter-code .form-group .c-time-picker_input-time,#record-matching-modal .enter-code .form-group .form-control,#record-matching-modal .enter-code .form-group label,#unable-to-find-membership-modal .enter-code .form-group .c-time-picker_input-time,#unable-to-find-membership-modal .enter-code .form-group .form-control,#unable-to-find-membership-modal .enter-code .form-group label {
    display: inline-block;
    line-height: 1
}

#record-matching-modal .enter-code .form-group .c-time-picker_input-time,#record-matching-modal .enter-code .form-group .form-control,#unable-to-find-membership-modal .enter-code .form-group .c-time-picker_input-time,#unable-to-find-membership-modal .enter-code .form-group .form-control {
    width: 85px;
    margin: 0 5px 0 10px
}

#record-matching-modal .enter-code .form-group .btn,#unable-to-find-membership-modal .enter-code .form-group .btn {
    font-size: .8em;
    padding: 6px 10px
}

#record-matching-modal .enter-code .match-no,#unable-to-find-membership-modal .enter-code .match-no {
    margin-left: 10px;
    font-weight: 700
}

#record-matching-modal .my-company,#unable-to-find-membership-modal .my-company {
    font-size: 1.2em
}

#record-matching-modal .my-company p,#unable-to-find-membership-modal .my-company p {
    margin-bottom: 15px;
    font-weight: 400
}

.social-buttons .google i.fab.fa-google {
    position: relative;
    top: 2px;
    margin-right: 7px;
    font-size: 1.3em
}

.payment-tabs {
    border: none;
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.payment-tabs ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.payment-tabs>li {
    margin: 0 2px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: 115px
}

.payment-tabs>li>a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    border: 1px solid #c4c4c4!important;
    border-radius: 0;
    background: 0 0!important;
    color: #000!important;
    font-weight: 700;
    min-height: 140px;
    margin-right: 0;
    padding: 12px 0;
    text-align: center
}

@media (min-width: 768px) {
    .payment-tabs>li>a {
        min-height:50px;
        padding: 12px 0 6px 0
    }
}

.payment-tabs>li>a:focus,.payment-tabs>li>a:hover {
    background-color: #fafafa!important;
    text-decoration: none!important
}

.payment-tabs>li>a>div.payment-tab-title {
    padding: 2px 0 2px 0
}

.payment-tabs>li>a>i {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 28px;
    height: 28px;
    font-size: 20px;
    background-color: #eee;
    color: #fff;
    border-radius: 50%;
    padding: 5px 5px 5px 4px
}

.payment-tabs>li>a>i.active {
    background-color: #37a147
}

.payment-tabs>li.active>a {
    background: #f4f4f4!important;
    border: 1px solid #264a6d
}

.payment-tabs>li.credit-card-tab {
    float: right
}

.payment-tabs>li.invoice-disabled {
    color: #666
}

.payment-tabs>li.invoice-disabled>a {
    cursor: not-allowed
}

.payment-tabs>li.invoice-disabled>a>i {
    background-color: #666
}

.payment-tabs>li:first-child {
    margin: 0 2px 2px 0
}

.payment-tabs>li:last-child {
    margin: 0 0 2px 2px
}

.payment-container {
    border: 1px solid #000;
    padding: 20px
}

.payment-container input,.payment-container select {
    border: 1px solid #949494
}

.payment-container input:focus,.payment-container select:focus {
    border: 1px solid #4a9ad9
}

.payment-container #payment-container {
    padding: 0
}

@media (max-width: 1199px) {
    .payment-container #payment-container {
        padding-top:10px
    }
}

.payment-container .payment-box-validation-summary ul,.payment-container .validation-summary-valid {
    display: none
}

.payment-container label {
    color: #3155a6;
    text-transform: uppercase
}

.payment-container .o-saved-payment-method {
    display: inline-block;
    width: 100%;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    background: 0 0;
    color: #000;
    padding: 15px 20px;
    margin-bottom: 15px;
    cursor: pointer
}

.payment-container .o-saved-payment-method:focus,.payment-container .o-saved-payment-method:hover {
    background-color: #fafafa
}

.payment-container .o-saved-payment-method.selected {
    background: #f4f4f4!important;
    border: 1px solid #264a6d;
    cursor: auto
}

.payment-container .o-saved-payment-method__radio {
    vertical-align: 50%;
    margin-top: 5px
}

.payment-container .o-saved-payment-method__card-details-middle {
    display: inline-block;
    margin-left: 15px
}

.payment-container .o-saved-payment-method__card-details-middle--brand-and-digits {
    font-size: 16px
}

.payment-container .o-saved-payment-method__card-details-middle--expiration {
    display: none
}

.payment-container .o-saved-payment-method__card-details-end {
    display: inline-block;
    float: right;
    padding-top: 4px
}

.payment-container .o-saved-payment-method__card-details-end--expiration {
    padding-right: 15px;
    vertical-align: text-bottom
}

.payment-container .o-saved-payment-method__card-details-end--card-icon {
    vertical-align: sub;
    font-size: 2.2em
}

.payment-container .o-saved-payment-method:last-child {
    margin-bottom: 25px
}

.payment-container .card-icons {
    margin-bottom: 15px
}

.payment-container .card-icons img {
    padding-right: 5px;
    display: inline-block;
    width: 63px;
    -moz-filter: opacity(70%) grayscale(100%);
    -o-filter: opacity(70%) grayscale(100%);
    -ms-filter: opacity(70%) grayscale(100%);
    filter: opacity(70%) grayscale(100%);
    max-width: 25%
}

.payment-container .card-icons img.selected {
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none
}

.payment-container .instructions {
    display: inline-block;
    margin-left: 5px;
    border-radius: 100%;
    background: #f0f0f0;
    color: #3155a6;
    font-weight: 700;
    font-size: .8em;
    width: 16px;
    line-height: 16px;
    text-align: center
}

.payment-container .tooltip-inner {
    max-width: 275px
}

.payment-container .tooltip-inner img {
    max-width: 250px
}

.payment-container .btn {
    display: block;
    text-align: center;
    letter-spacing: 2px
}

.payment-container .payment-error {
    margin-bottom: 15px
}

.payment-container .payment-error .novicon {
    margin-right: 5px
}

.payment-container .saving .novicon {
    margin-right: 5px
}

.payment-container .overdue-invoices {
    background: #eb0202;
    color: #fff;
    border: 1px solid #fff
}

.payment-container .overdue-invoices .novicon {
    margin-right: 5px
}

.payment-container .overdue-invoices .btn {
    margin-top: 10px;
    border-color: #fff
}

.payment-container .consent-container {
    display: inline-block
}

.o-saved-payment-method__verify-bank-deposits-container {
    display: inline-block;
    max-width: 460px;
    text-align: right
}

.o-saved-payment-method__verify-bank-deposits-container .validate-deposit-form-item {
    padding: 5px;
    width: 49%;
    display: inline-block
}

.o-saved-payment-method__verify-bank-deposits-container input {
    margin-bottom: 5px;
    max-width: 100%
}

.o-saved-payment-method__verify-bank-deposits-container .btn {
    width: 100%;
    min-width: 100px
}

.o-saved-payment-method__verify-bank-deposits-container .deposit-input {
    padding: 0;
    margin-right: 2px
}

.o-saved-payment-method__verify-bank-deposits-container .deposit-submit {
    padding: 0
}

.o-saved-payment-method__verify-bank-deposits-container .deposit-error {
    float: left
}

.o-saved-payment-method__verify-bank-deposits-container-helper-text {
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px
}

.o-saved-payment-method.NeedsVerification {
    border-color: #f0ad4e!important
}

.pending-account-text {
    position: absolute;
    font-size: 14px;
    margin-top: -5px;
    margin-left: -2px;
    font-weight: 700
}

#after-save-message h4 {
    line-height: inherit
}

.popover {
    width: 350px!important
}

.popover.left>.arrow {
    display: none
}

img.account-number,img.routing-number {
    width: 275px
}

@media (min-width: 992px) and (max-width:1199px) {
    #payment-container .expiration:nth-child(2) {
        padding-right:10px
    }

    #payment-container .cvv {
        padding-left: 10px
    }

    #payment-container .cvv label {
        font-size: .9em
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .payment-container .o-saved-payment-method {
        font-size:12px;
        padding: 15px 10px
    }

    .payment-container .o-saved-payment-method__card-details-middle {
        margin-left: 2px
    }

    .payment-container .o-saved-payment-method__card-details-middle--brand-and-digits {
        font-size: 14px
    }

    .payment-container .o-saved-payment-method__card-details-middle--expiration {
        display: block
    }

    .payment-container .o-saved-payment-method__card-details-end {
        display: none
    }
}

@media (min-width: 768px) and (max-width:1199px) {
    #payment-container .expiration label {
        font-size:.9em
    }

    #payment-container .expiration:first-child {
        padding-right: 10px
    }

    #payment-container .expiration:nth-child(2) {
        padding-left: 10px
    }

    .payment-container .o-saved-payment-method__card-details-middle--expiration {
        display: block
    }

    .payment-container .o-saved-payment-method__card-details-end {
        padding-top: 13px
    }

    .payment-container .o-saved-payment-method__card-details-end--expiration {
        display: none
    }
}

@media (max-width: 767px) {
    #payment-container .tab-pane {
        font-size:.9em
    }
}

.c-billing-input__state {
    padding-right: 10px;
    padding-left: 0
}

.c-billing-input__zip {
    padding-right: 0;
    padding-left: 10px
}

.c-billing-input__save-payment {
    padding-right: 0;
    padding-left: 0
}

.in-modal .c-billing-input__city {
    padding-right: 0;
    padding-left: 0
}

.in-modal .c-billing-input__state {
    padding-right: 10px;
    padding-left: 0
}

.in-modal .c-billing-input__zip {
    padding-right: 0;
    padding-left: 10px
}

.credit-card-container {
    display: inline-block;
    width: 100%
}

@media (max-width: 992px) {
    .c-billing-input__state {
        padding-right:0
    }

    .c-billing-input__zip {
        padding-left: 0
    }
}

@media (max-width: 768px) {
    .c-billing-input__state {
        padding-right:0
    }

    .c-billing-input__zip {
        padding-left: 0
    }

    .payment-container {
        padding-top: 25px
    }

    .ach-container {
        margin-top: 30px
    }

    .credit-card-container {
        margin-top: 10px
    }

    .credit-card-container .alert.alert-warning {
        padding-top: 20px;
        margin-top: 15px
    }

    .invoice-container {
        margin-top: 10px
    }

    .invoice-container .alert.alert-warning {
        padding-top: 20px;
        margin-top: 15px
    }
}

.stripe-name-card input {
    padding: .75rem;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 1px rgba(0,0,0,.03),0 3px 6px rgba(0,0,0,.02)
}

.stripe-name-card label {
    font-size: .93rem;
    font-weight: 400;
    text-transform: none!important;
    color: #30313d
}

.stripe-novipay-form-container {
    margin-bottom: 15px
}

.payment-methods .restrictions {
    display: block;
    font-size: .8em;
    font-style: italic;
    margin: -8px 0 5px
}

.payment-methods .c-btn-payment-methods-add {
    float: right;
    margin-bottom: 15px
}

.payment-methods .o-saved-payment-method {
    display: inline-block;
    width: 100%;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    background: 0 0;
    color: #000;
    padding: 15px 20px;
    margin-bottom: 15px;
    display: table;
    width: 100%
}

.payment-methods .o-saved-payment-method__card-details-begin {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    white-space: nowrap
}

.payment-methods .o-saved-payment-method__card-details-begin--card-icon {
    font-size: 2.2em;
    padding-right: 20px
}

.payment-methods .o-saved-payment-method__card-details-middle {
    display: table-cell;
    vertical-align: middle
}

.payment-methods .o-saved-payment-method__card-details-middle--brand-and-digits {
    font-size: 16px
}

.payment-methods .o-saved-payment-method__card-details-middle--expiration {
    display: none
}

.payment-methods .o-saved-payment-method__card-details-end {
    display: table-cell;
    vertical-align: middle;
    text-align: right
}

.payment-methods .o-saved-payment-method__card-details-end--expiration {
    margin-right: 55px
}

.payment-methods .o-saved-payment-method__card-details-end--expiration.default,.payment-methods .o-saved-payment-method__card-details-end--expiration.login-container {
    margin-right: 95px
}

.payment-methods .o-saved-payment-method__card-details-end--actions a:last-child {
    margin-left: 5px;
    padding-left: 10px;
    border-left: 1px solid #c7c7c7
}

.payment-methods .o-saved-payment-method__card-details-end--actions .novicon {
    padding-right: 5px
}

.payment-methods .o-saved-payment-method__card-details-end--actions .novicon.non-default {
    color: #eee
}

body {
    background-color: beige
}

.section {
    position: relative
}

.section .background .title {
    padding-top: 25px;
    text-align: center;
    color: #fff
}

.section .background .title h1 {
    margin: 0 auto 10px;
    max-width: 850px;
    font-size: 2em;
    line-height: 1.1;
    color: #fff
}

@media (min-width: 768px) {
    .section .background .title h1 {
        font-size:2.2em
    }
}

@media (min-width: 992px) {
    .section .background .title h1 {
        font-size:2.4em;
        line-height: 1.2
    }
}

.section .background .title h1.long {
    font-size: 1.8em
}

@media (min-width: 768px) {
    .section .background .title h1.long {
        font-size:2em
    }
}

@media (min-width: 992px) {
    .section .background .title h1.long {
        font-size:2.2em
    }
}

.section .background .title h1.really-long {
    font-size: 1.6em
}

@media (min-width: 768px) {
    .section .background .title h1.really-long {
        font-size:1.8em
    }
}

@media (min-width: 992px) {
    .section .background .title h1.really-long {
        font-size:2em
    }
}

.section .background .title sup {
    font-size: .3em;
    top: -1.8em
}

.section .background .title .subtitle {
    max-width: 850px;
    margin: 0 auto;
    font-size: 1.2em;
    font-weight: 700;
    color: #fff
}

@media (min-width: 768px) {
    .section .background .title .subtitle {
        font-size:1.3em
    }
}

@media (min-width: 992px) {
    .section .background .title .subtitle {
        font-size:1.5em
    }
}

.block-header {
    background-color: #000;
    text-align: center;
    color: #fff;
    padding: 8px;
    text-transform: uppercase;
    font-weight: 700
}

.block-right {
    display: block;
    float: right
}

.space-right {
    margin-right: 10px
}

.line-after,.line-before {
    overflow: hidden;
    display: block
}

.line-after:after,.line-before:before {
    content: "";
    display: inline-block;
    top: 0;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    background-color: #000;
    margin-top: -1px;
    overflow: hidden
}

.line-before:before {
    right: .5em;
    margin-left: -50%
}

.line-after:after {
    left: .5em;
    margin-right: -50%
}

.left-border {
    border-left: solid 1px #000
}

@media (min-width: 768px) {
    .left-border {
        border-left:none
    }
}

.center {
    text-align: center
}

.full-width {
    width: 100%
}

.back-btn {
    margin: 10px;
    text-transform: uppercase
}

.background {
    background-color: #777;
    color: #fff;
    background-size: cover;
    background-position: center top
}

.background a {
    color: #fff
}

.overlay {
    background: rgba(0,0,0,.6);
    height: 100%
}

.section #widgets {
    padding: 25px 0
}

.widget {
    min-height: 250px
}

#widgets .region {
    margin-bottom: 25px
}

#widgets .region h5 {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 175%;
    font-weight: bolder
}

#widgets .region .content {
    padding: 25px;
    overflow: hidden
}

.novicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Novi;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.novicon-spin {
    animation: ils-spin 2s infinite linear
}

.bootstrap-accordion .panel-title>a:before {
    float: left!important;
    font-family: 'Glyphicons Halflings';
    content: "\e082";
    padding-right: 5px
}

.bootstrap-accordion .panel-title>a.collapsed:before {
    float: left!important;
    content: "\e081"
}

.bootstrap-accordion .panel-title>a:active,.bootstrap-accordion .panel-title>a:focus,.bootstrap-accordion .panel-title>a:hover {
    text-decoration: none
}

.inner-message {
    background: #3155a6;
    border-radius: 10px;
    color: #fff;
    text-align: center
}

.circle-image {
    background: #fff;
    overflow: hidden;
    border-radius: 50%;
    transform: translateY(0)
}

.circle-image img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: relative
}

.alert-success .novicon {
    margin-right: 5px;
    font-size: 1.1em
}

.alert-success a {
    text-decoration: underline;
    color: #3c763d
}

.btn {
    white-space: normal
}

.text-danger {
    color: #eb0202
}

figure.image {
    display: inline-block;
    border: 1px solid #3155a6;
    margin: 0 10px;
    background: #f0f0f0
}

figure.image.align-right {
    margin: 5px 0 15px 15px
}

figure.image.align-left {
    margin: 5px 15px 15px 0
}

figure.image img {
    margin: 0 auto!important;
    padding: 0
}

@media (min-width: 768px) {
    figure.image img {
        padding:8px
    }
}

figure.image figcaption {
    margin: 0 8px 8px;
    text-align: center
}

.align-left,figure.align-left {
    float: left;
    margin: 10px auto 30px
}

@media (min-width: 768px) {
    .align-left,figure.align-left {
        margin:10px 25px 10px 0
    }
}

.align-right,figure.align-right {
    float: right;
    margin: 10px auto 30px
}

@media (min-width: 768px) {
    .align-right,figure.align-right {
        margin:10px 0 10px 25px
    }
}

.video-responsive {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%
}

.video-responsive embed,.video-responsive iframe,.video-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

iframe {
    max-width: 100%
}

.c-article-list__category-description {
    padding: 10px
}

.c-article-list .separator:last-child {
    display: none
}

.blog-list-container .novicon.novicon-arrow-right {
    display: block
}

.c-breadcrumb {
    display: none
}

.t-two-column-header__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.t-two-column-header__left-column {
    width: 100%;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .t-two-column-header__left-column {
        margin-bottom:0;
        width: 55%;
        padding-right: 20px
    }
}

.t-two-column-header__right-column {
    width: 100%
}

@media (min-width: 992px) {
    .t-two-column-header__right-column {
        width:45%;
        padding-left: 20px
    }
}

.c-article-list__read-more svg {
    display: none
}

.c-body-content__ .container .section-header {
    margin-top: 60px
}

#iframe-modal .modal-body {
    overflow: hidden
}

#profile-edit-form {
    margin: 0 15px
}

.inner-content img,img {
    max-width: 100%;
    height: auto
}

.popover {
    max-width: 200px
}

@media (min-width: 768px) {
    .popover {
        max-width:300px
    }
}

.o-cart {
    background: #fff;
    border: 1px solid #888;
    margin: 0 0 25px
}

.o-cart__details {
    margin: 0;
    padding: 30px 10px;
    background: #f4f4f4;
    display: table;
    width: 100%
}

.o-cart__details [class*=col-] {
    float: left;
    display: table-cell;
    min-height: 30px
}

@media (min-width: 768px) {
    .o-cart__details [class*=col-] {
        float:none;
        display: table-cell
    }
}

.o-cart__details .col-sm-1,.o-cart__details .col-sm-7 {
    vertical-align: middle
}

.o-cart__details .col-sm-2 {
    vertical-align: top
}

.o-cart__fields {
    margin: 0;
    padding: 20px 10px
}

@media (min-width: 768px) {
    .o-cart__fields {
        padding:10px
    }
}

.o-cart__product-name {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .o-cart__product-name {
        margin-bottom:0
    }
}

.o-cart__product-name--link {
    font-weight: 600;
    font-size: 1.2em;
    color: #3155a6
}

@media (min-width: 768px) {
    .o-cart__product-name--link {
        font-size:1em
    }
}

.o-cart__product-name--link:hover {
    font-weight: 600
}

.o-cart__h6 {
    font-size: 1em;
    font-weight: 600;
    color: #3155a6;
    vertical-align: top;
    margin: 6px auto;
    display: inline-block
}

@media (min-width: 768px) {
    .o-cart__h6 {
        margin:0 auto 10px;
        display: block
    }
}

.o-cart__h6:after {
    content: ':'
}

@media (min-width: 768px) {
    .o-cart__h6:after {
        content:''
    }
}

.o-cart__h6--qty {
    text-align: left
}

@media (min-width: 768px) {
    .o-cart__h6--qty {
        text-align:center
    }
}

.o-cart__h6--price {
    text-align: left
}

@media (min-width: 768px) {
    .o-cart__h6--price {
        text-align:center
    }
}

.o-cart__qty {
    text-align: right
}

@media (min-width: 768px) {
    .o-cart__qty {
        text-align:center
    }
}

.o-cart__price {
    text-align: left
}

@media (min-width: 768px) {
    .o-cart__price {
        text-align:center
    }
}

.o-cart__price--p {
    display: inline-block;
    margin-top: 6px
}

@media (min-width: 768px) {
    .o-cart__price--p {
        margin-top:0
    }
}

.o-cart__price--p-suggested {
    font-style: italic;
    font-size: .85em
}

.o-cart__price--p-muted {
    font-style: italic
}

.o-cart__price--minimum-price {
    font-size: .85em
}

.o-cart__delete {
    text-align: right
}

.o-cart__input--qty {
    text-align: center;
    width: 60%!important;
    display: inline-block!important
}

@media (min-width: 768px) {
    .o-cart__input--qty {
        width:100%!important;
        display: block!important
    }
}

.o-cart .line-after:after,.o-cart .line-before:before {
    width: 100%
}

.c-supplier-directory__row {
    padding: 40px 0 30px;
    border-bottom: 1px solid #f0f0f0
}

.c-supplier-directory__row:first-child {
    border-top: 1px solid #f0f0f0
}

@media (min-width: 768px) {
    .c-supplier-directory__row {
        padding:40px 20px 30px
    }
}

.c-supplier-directory__row .col-sm-12 {
    padding-right: 0;
    padding-left: 0
}

.c-supplier-directory__row-anchor {
    padding: 0
}

.c-supplier-directory__h2 {
    text-align: center
}

@media (min-width: 768px) {
    .c-supplier-directory__h2 {
        text-align:left
    }
}

.c-supplier-directory__p {
    margin: 15px;
    padding: 20px 10px;
    border-bottom: 1px solid #f0f0f0
}

.c-supplier-directory__ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 10px 10px 10px;
    list-style-type: none
}

@media (min-width: 768px) {
    .c-supplier-directory__ul {
        padding:0 15px 10px 15px
    }
}

.c-supplier-directory__li {
    padding: 10px;
    -ms-flex: 1 1 35px;
    flex: 1 1 35px
}

@media (min-width: 768px) {
    .c-supplier-directory__li {
        padding:0;
        -ms-flex: 1;
        flex: 1
    }
}

.c-supplier-directory__li-a {
    font: normal .9em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    color: #3155a6
}

.c-supplier-directory__li-a:hover {
    font: normal .9em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    color: #3155a6
}

.c-supplier-directory__back-to-top {
    display: block;
    width: 100%;
    padding: 30px 0 0;
    color: #f0f0f0;
    text-align: right
}

.c-supplier-directory__top {
    position: relative;
    top: -100px;
    display: block;
    visibility: hidden
}

@media (min-width: 768px) {
    .c-supplier-directory__top {
        top:-200px
    }
}

.c-supplier-directory__top-ad {
    position: relative;
    top: -300px;
    display: block;
    visibility: hidden
}

@media (min-width: 768px) {
    .c-supplier-directory__top-ad {
        top:-400px
    }
}

.checkout-container .registration-options,.checkout-container h3 {
    font-size: 1.4em;
    font-weight: 400;
    margin: 0 0 20px;
    text-align: left!important
}

.checkout-container .registration-options .novicon,.checkout-container h3 .novicon {
    margin-right: 5px
}

@media (max-width: 767px) {
    .checkout-container .registration-options {
        margin-bottom:0
    }
}

.checkout-container .invalid-cart {
    background: #3155a6;
    color: #fff;
    margin: 0 15px;
    text-align: center;
    font-style: italic;
    font-weight: 700;
    border: none;
    border-radius: 10px
}

@media (max-width: 767px) {
    .checkout-container .invalid-cart {
        margin:0 0 15px
    }
}

.checkout-container .products th {
    text-align: center;
    border-bottom: 2px solid #f0f0f0;
    text-transform: uppercase;
    font-weight: 800
}

.checkout-container .products th.registration-options {
    text-transform: none;
    text-align: left;
    margin: 0;
    font-weight: 700
}

@media (min-width: 768px) {
    .checkout-container .products th.price {
        width:175px
    }

    .checkout-container .products th.qty,.checkout-container .products th.small-header {
        width: 75px
    }
}

@media (max-width: 767px) {
    .checkout-container .products th.price {
        width:95px
    }

    .checkout-container .products th.qty,.checkout-container .products th.small-header {
        width: 60px
    }
}

.checkout-container .products th.trash {
    width: 30px
}

.checkout-container .products td {
    text-align: center;
    padding: 15px 8px;
    vertical-align: middle;
    border-top: none;
    font-weight: 700
}

.checkout-container .products td .inline-price {
    white-space: nowrap
}

.checkout-container .products td:first-child {
    text-align: left;
    font-weight: 400
}

.checkout-container .products td:first-child>strong {
    vertical-align: top;
    margin-right: 15px
}

.checkout-container .products td:first-child .purchasable-by {
    display: block;
    color: #3155a6;
    font-style: italic;
    font-size: .9em;
    line-height: 25px
}

.checkout-container .products td input {
    text-align: center
}

.checkout-container .products td input.price,.checkout-container .products td input.quantity {
    width: 75px
}

@media (max-width: 767px) {
    .checkout-container .products td input {
        padding:6px
    }

    .checkout-container .products td input.price,.checkout-container .products td input.quantity {
        width: 60px
    }
}

@media (min-width: 768px) {
    .checkout-container .products td .input-group {
        margin-left:25px
    }
}

@media (max-width: 767px) {
    .checkout-container .products td .input-group .input-group-addon {
        padding:6px
    }
}

.checkout-container .products td em {
    font-weight: 400
}

.checkout-container .products td .remove-from-cart {
    color: #3155a6
}

.checkout-container .products td .view-product {
    font-style: italic;
    display: inline-block;
    margin-left: 15px
}

.checkout-container .products td .view-product .novicon {
    margin-right: 5px
}

@media (max-width: 767px) {
    .checkout-container .products td .view-product {
        display:block;
        margin-left: 0
    }
}

.checkout-container .products td .price-muted {
    display: block;
    color: #ccc;
    font-size: .9em
}

.checkout-container .products tbody>tr:nth-of-type(odd) {
    background: 0 0
}

.checkout-container .products tbody>tr:nth-of-type(even) {
    background: #f0f0f0
}

.checkout-container .products .field-validation-error {
    display: block;
    text-align: left
}

.checkout-container .delivery-options label {
    font-weight: 700
}

.checkout-container .delivery-options label small {
    padding-left: 15px;
    font-weight: 400;
    display: block
}

.checkout-container .purchaser {
    margin: 15px 0;
    padding: 15px 0;
    border-top: 1px solid #3155a6;
    border-bottom: 1px solid #3155a6
}

.checkout-container .purchaser label {
    font-weight: 700
}

.checkout-container #deliver-form label {
    text-transform: uppercase;
    font-size: .9em
}

@media (min-width: 768px) {
    .checkout-container .registration {
        padding:15px
    }
}

@media (min-width: 768px) {
    .checkout-container .registration .right-col {
        float:right
    }
}

@media (max-width: 767px) {
    .checkout-container .registration form>.col-sm-6,.checkout-container .registration>.col-sm-6 {
        padding:0
    }
}

.checkout-container .login-or-guest ul {
    border-bottom: 1px solid #eee!important
}

.checkout-container .login-or-guest .nav-tabs li {
    width: 40%!important;
    border-bottom: 1px solid #fff!important;
    margin-bottom: -1px!important
}

.checkout-container .login-or-guest .nav-tabs .active {
    border-bottom: 1px solid #fff!important;
    margin-bottom: -1px!important
}

.checkout-container .login-or-guest .nav-tabs li:first-child {
    margin-left: 10px
}

.checkout-container .login-or-guest .nav-tabs li:last-child {
    margin-left: 10px
}

.checkout-container .subscriptions .content {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 10px 15px
}

.checkout-container .subscriptions .content .table {
    margin-bottom: 0
}

.checkout-container .subscriptions .content .table tr>td {
    border-top: none
}

.checkout-container .subscriptions .content .table tr>td:last-child {
    text-align: right;
    font-weight: 700
}

.checkout-container .table.purchase-amounts {
    margin: 10px 10px 0 auto;
    font-size: 1.1em
}

.checkout-container .table.purchase-amounts td {
    text-align: right;
    padding: 0 0 10px;
    border-top: none
}

.checkout-container .table.purchase-amounts td:last-child {
    width: 150px;
    padding-left: 10px
}

.checkout-container .table.purchase-amounts .total-row td {
    padding-top: 10px;
    border-top: 1px solid #3155a6;
    vertical-align: middle
}

.checkout-container .table.purchase-amounts .total {
    font-size: 1.5em;
    font-weight: 800
}

.checkout-container .no-payment {
    background: #3155a6;
    padding: 25px 35px;
    border-radius: 15px;
    margin-top: 15px
}

.checkout-container .no-payment .message {
    color: #f0f0f0;
    font-style: italic;
    display: block;
    margin-bottom: 15px
}

.checkout-container .no-payment .btn {
    display: block;
    text-align: center;
    letter-spacing: 2px
}

.checkout-container .no-payment .payment-error .novicon {
    margin-right: 5px
}

.checkout-container .no-payment .saving {
    color: #f0f0f0
}

.checkout-container .no-payment .saving .novicon {
    margin-right: 5px
}

@media (max-width: 991px) {
    .checkout-container .no-payment {
        padding:25px
    }
}

@media (max-width: 767px) {
    .checkout-container .no-payment {
        background:0 0;
        border: none;
        box-shadow: none;
        padding: 0
    }
}

.checkout-container .success {
    padding: 0 15px
}

.checkout-container .success>.well {
    background: #3155a6;
    color: #fff;
    text-align: center
}

.checkout-container .success>.well h3 {
    font-weight: 800;
    font-size: 2.5em;
    text-align: center!important;
    margin-bottom: 0
}

.checkout-container .success>.well .post-registration {
    font-style: italic;
    font-size: 1.2em
}

.checkout-container .success .purchaser {
    border: none;
    padding: 0;
    margin: 0 0 25px
}

.checkout-container .success .purchaser .info {
    padding-left: 30px
}

.checkout-container .success .purchaser .info .email {
    display: block
}

.checkout-container .success .delivery-method {
    margin-bottom: 15px;
    padding-left: 20px;
    font-weight: 700
}

.checkout-container .success .delivery-method small {
    padding-left: 15px;
    display: block;
    font-weight: 400
}

.checkout-container .success .deliver-to {
    padding-left: 20px;
    line-height: 1.5em
}

.checkout-container .success .deliver-to span {
    display: block;
    padding-left: 10px
}

.checkout-container .success .deliver-to label {
    text-transform: uppercase;
    font-size: .9em;
    margin: 10px 0
}

.checkout-container .success .payment-method a {
    color: #333;
    text-decoration: underline;
    font-weight: 700
}

@media (max-width: 4screen-xs-max) {
    .checkout-container .success .summary {
        margin-top:15px
    }
}

.checkout-container .empty-cart {
    text-align: center;
    font-size: 1.2em
}

.checkout-container .empty-cart .novicon {
    display: block;
    font-size: 3em;
    margin-bottom: 10px
}

.checkout-container .file-list {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.checkout-container .file-list span {
    background-color: #eee;
    border-radius: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 12px;
    margin-right: 5px;
    margin-top: 5px
}

.checkout-container .file-list span.custom-field-file {
    border: 1px solid #ccc
}

.checkout-container .file-list span:hover i {
    opacity: 1
}

.checkout-container .file-list i {
    margin-left: 5px;
    cursor: pointer;
    opacity: .2
}

.checkout-container .file-list .custom-field-file>i:first-child {
    margin-left: 15px
}

.checkout-container .file-list .remove-custom-file:hover {
    color: red
}

.checkout-container .summary h2 {
    margin: 0!important;
    color: #333;
    background: #3155a6;
    font-weight: 400;
    font-size: 1.4em;
    box-shadow: 0 3px 0 0 rgba(0,0,0,.11);
    padding: 10px 0 10px 25px
}

.active {
    border-bottom: 1px solid #fff!important;
    margin-bottom: -1px!important
}

li.active {
    border-bottom: 1px solid #fff!important;
    margin-bottom: -1px!important
}

.view-order-container {
    background: #fff;
    border-bottom: 5px solid fade(#3155a6,60%);
    margin: 0
}

.view-order-container h2 {
    margin-top: 0;
    font-size: 1.5em
}

.view-order-container .widget-header {
    background: #3155a6;
    color: #fff;
    padding: 15px;
    margin: 0;
    font-size: 1.75em;
    font-weight: 700;
    box-shadow: 0 3px 0 0 rgba(0,0,0,.11);
    position: relative
}

.view-order-container .summary {
    background: #f0f0f0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none
}

.view-order-container .summary .btn {
    margin-top: 15px
}

.view-order-container .summary .cancelled {
    background: #eb0202;
    color: #fff;
    margin: -20px -20px 19px;
    padding: 19px 30px;
    font-size: 1.2em
}

@media (max-width: 767px) {
    .view-order-container .summary {
        padding:19px 15px
    }
}

.view-order-container .subscriptions {
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
    border-top: none
}

.view-order-container .subscriptions .table {
    margin-bottom: 0
}

.view-order-container .subscriptions .table tr>td {
    border-top: none
}

.view-order-container .subscriptions .table tr>td:last-child {
    text-align: right;
    font-weight: 700
}

.view-order-container #purchase-amounts {
    min-width: 240px;
    margin: 0 10px 0 auto;
    font-size: 1.1em
}

.view-order-container #purchase-amounts td {
    text-align: right;
    padding: 3px 0
}

@media (min-width: 768px) {
    .view-order-container #purchase-amounts td:last-child {
        padding-left:25px
    }
}

@media (max-width: 767px) {
    .view-order-container #purchase-amounts td:last-child {
        padding-left:5px
    }
}

.view-order-container #purchase-amounts .product {
    font-weight: 700
}

.view-order-container #purchase-amounts .product td {
    padding-bottom: 15px
}

.view-order-container #purchase-amounts .product .quantity {
    font-style: italic
}

.view-order-container #purchase-amounts #subtotal-row td {
    padding-top: 15px;
    border-top: 1px solid #fff
}

.view-order-container #purchase-amounts .before-total td {
    padding-bottom: 15px
}

.view-order-container #purchase-amounts #total-row td {
    padding-top: 15px;
    border-top: 1px solid #fff
}

.view-order-container #purchase-amounts #total {
    font-size: 1.5em;
    font-weight: 700
}

.view-order-container #purchase-amounts .purchase-date {
    font-size: .9em;
    font-weight: 700
}

.search-container .search-results .search-result {
    color: #3155a6;
    margin-bottom: 15px;
    display: block
}

.search-container .search-results .search-result:hover {
    text-decoration: none;
    background: #f0f0f0
}

.search-container .search-results .search-result .novicon {
    font-size: 1.5em;
    float: left;
    margin-right: 10px;
    top: 5px;
    width: 38px;
    text-align: center
}

.search-container .search-results .search-result .info {
    display: block;
    overflow: hidden
}

.search-container .search-results .search-result .info>span {
    display: block
}

.search-container .search-results .search-result .info .name {
    font-size: 1.3em;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1
}

.search-container .search-results .search-result .info .link {
    color: #3155a6;
    font-size: .9em
}

.search-container .no-results {
    text-align: center;
    margin: 25px 0
}

.search-container .no-results .form-group {
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    margin: 0 auto
}

.search-container .no-results .form-group .btn {
    margin-left: 15px;
    padding: 7px 30px
}

.search-container .no-results .form-group>span {
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    display: block
}

.search-container .no-results .form-group .c-time-picker_input-time,.search-container .no-results .form-group .form-control {
    border-radius: 0
}

.summary {
    margin: 0 0 20px
}

.summary h3 {
    background: #3155a6;
    font-size: 1.3em;
    font-weight: 400;
    color: #fff;
    padding: 10px 0 10px 25px;
    margin: 0;
    box-shadow: 0 3px 0 0 rgba(0,0,0,.11);
    position: relative;
    z-index: 2
}

.summary .content {
    background: #f0f0f0;
    padding: 10px 35px
}

.summary .promo-code {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(49,85,166,.6);
    margin: 0 0 15px
}

.summary .promo-code label {
    margin-bottom: 0;
    padding-top: 5px;
    width: 100%;
    text-align: right;
    font-style: italic
}

.summary .promo-code .btn {
    float: right;
    font-size: 1.2em;
    padding: 0 4px 0 6px;
    line-height: 32px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-color: #3155a6
}

.summary .promo-code .promo-code-input {
    padding-right: 0
}

.summary .promo-code .input-wrapper {
    display: block;
    overflow: hidden;
    float: right
}

.summary .promo-code .input-wrapper input {
    border: 1px solid #949494
}

.summary .promo-code .input-wrapper input:focus {
    border: 1px solid #4a9ad9
}

.summary .promo-code .input-wrapper .c-time-picker_input-time,.summary .promo-code .input-wrapper .form-control {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.summary .promo-code .code-used {
    padding-top: 5px;
    float: right
}

.summary .promo-code .code-used span {
    font-weight: 800;
    font-style: italic
}

.summary .promo-code .code-used a {
    color: #3155a6;
    margin-left: 10px;
    font-weight: 800;
    font-size: .7em
}

.summary .promo-code .text-danger {
    float: right;
    font-weight: 700;
    font-style: italic;
    margin: 5px 15px 0 0
}

@media (max-width: 991px) {
    .summary .content {
        padding:10px 15px
    }
}

@media (max-width: 767px) {
    .summary {
        margin-top:0
    }
}

.contact-us-container .box .association-logo {
    float: right;
    margin-left: 25px;
    width: 250px
}

.contact-us-container .box h2 {
    margin: 0 0 25px;
    font-size: 1.7em
}

.contact-us-container .box h3 {
    font-size: 1.6em;
    margin-bottom: 25px
}

.contact-us-container .box .offset-with-icon {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 1.2em
}

.contact-us-container .box .offset-with-icon .icon {
    background: #3155a6;
    border-radius: 50%;
    color: #fff;
    padding: 2px 6px;
    margin-right: 5px;
    font-size: .8em;
    display: inline-block;
    vertical-align: top
}

.contact-us-container .box .offset-with-icon .offset {
    display: inline-block
}

.contact-us-container .box .offset-with-icon.address {
    margin-bottom: 20px
}

.contact-us-container .box .offset-with-icon.address .icon {
    margin-top: 5px
}

.contact-us-container .box hr {
    border-top: 2px solid #eee
}

.contact-us-container .box h4 {
    font-style: italic;
    margin-bottom: 25px
}

.contact-us-container .box .masked-toggle {
    float: right
}

.contact-us-container .box textarea.c-time-picker_input-time,.contact-us-container .box textarea.form-control {
    min-height: 80px
}

.contact-us-container .box .validation-summary-errors {
    border: 1px solid #eb0202;
    padding: 5px 15px;
    margin: 10px 15px;
    max-width: 400px
}

.contact-us-container .box .validation-summary-errors ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0
}

.contact-us-container .box form .btn {
    float: right
}

.contact-us-container .box .saving {
    float: right;
    font-size: 1.2em
}

.contact-us-container .box .saving .novicon {
    margin-right: 5px
}

@media (max-width: 991px) {
    .contact-us-container .box h3 {
        font-size:1.3em;
        text-align: left!important
    }

    .contact-us-container .box .association-logo {
        display: none
    }
}

@media (max-width: 767px) {
    .contact-us-container .box .btn {
        display:block;
        width: 100%;
        float: none
    }

    .contact-us-container .box .saving {
        float: none;
        display: block;
        text-align: center
    }
}

.c-directory-map-view-member-list {
    display: none
}

@media (min-width: 992px) {
    .c-directory-map-view-member-list {
        display:block
    }
}

.c-directory-map-view__map-search {
    padding: 0
}

@media (min-width: 768px) {
    .c-directory-map-view__map-search-filters {
        width:100%;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto 150px;
        grid-template-columns: auto 150px
    }

    .c-directory-map-view__map-search-filters .form-group {
        margin-left: 15px
    }

    .c-directory-map-view__map-search-filters .form-group:nth-child(2) {
        margin-right: 15px
    }
}

.c-directory-map-view__map-search>#map-background {
    width: 100vw!important;
    height: 500px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

@media (min-width: 992px) {
    .c-directory-map-view__map-search>#map-background {
        width:485px!important;
        height: 585px;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width: 1200px) {
    .c-directory-map-view__map-search>#map-background {
        width:585px!important
    }
}

.c-directory-map-view__use-current-location {
    float: none;
    display: block
}

@media (min-width: 768px) {
    .c-directory-map-view__use-current-location {
        float:right;
        display: inline
    }
}

@media (min-width: 992px) {
    .c-directory-map-view-mobile-pagination {
        display:none
    }
}

.directory-profile-container .member-details .parent-company .company img {
    max-width: 150px!important;
    max-height: 150px!important;
    border-radius: 50%;
    border: 1px solid #f0f0f0
}

.o-details-block {
    background: #3155a6;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    margin: -10px -10px 30px -10px;
    padding: 30px
}

@media (min-width: 768px) {
    .o-details-block {
        padding:30px 60px 40px
    }
}

@media (min-width: 992px) {
    .o-details-block {
        -ms-grid-columns:1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        border-radius: 10px;
        margin: -10px -10px 30px -10px;
        padding: 30px 30px 40px
    }
}

.o-details-block__back-btn {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    letter-spacing: 0
}

.o-details-block__back-btn:hover {
    text-decoration: underline;
    color: #fff
}

.o-details-block__title-block {
    margin: 0 0 30px;
    text-align: center
}

@media (min-width: 992px) {
    .o-details-block__title-block {
        text-align:left
    }
}

.o-details-block__title {
    font: normal 2.2em Montserrat,sans-serif;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 10px;
    padding: 0;
    width: 100%
}

@media (min-width: 768px) {
    .o-details-block__title {
        width:93%
    }
}

.o-details-block__sub-title {
    font: normal 1.2em Montserrat,sans-serif;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    padding: 0
}

.o-details-block__category {
    padding: 0;
    margin: 30px 0 10px 0
}

@media (min-width: 992px) {
    .o-details-block__category {
        padding:0 20px 0 0
    }
}

.o-details-block__details-info {
    font: normal 1.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 15px 0;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 992px) {
    .o-details-block__details-info {
        margin:0 0 10px 0
    }
}

.o-details-block__details-info--divider {
    margin: 25px 0
}

.o-details-block__details-info--center {
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .o-details-block__details-info--center {
        -ms-flex-pack:start;
        justify-content: flex-start
    }
}

.o-details-block__details-info--center .company-links li {
    display: inline
}

.o-details-block__details-icon {
    height: 100%;
    margin: 0 10px 0 0;
    padding: 5px;
    border-radius: 50%;
    font-size: .8em;
    background: #f58220
}

.o-details-block__details-social-icon {
    display: inline-block;
    margin: 20px 10px 0 0;
    padding: 5px 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 1.2em;
    line-height: 1.4;
    color: #fff;
    background: #3155a6
}

.o-details-block__details-social-icon:hover {
    color: #fff
}

.o-details-block__details-copy {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    min-width: fit-content;
    margin: 0;
    word-wrap: break-word
}

.o-details-block__details-copy--emphasized {
    font-style: italic
}

.o-details-block__details-copy a {
    color: #fff;
    text-decoration: underline
}

.o-details-block__details-copy a:hover {
    color: #fff;
    text-decoration: none
}

.o-details-block__details-copy-link {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    display: inline;
    text-decoration: underline;
    margin-left: 0
}

.o-details-block__details-copy-link:hover {
    color: #fff;
    text-decoration: none
}

.o-details-block__details-button {
    margin: 0 auto 20px;
    text-align: center;
    width: 90%;
    display: block
}

@media (min-width: 768px) {
    .o-details-block__details-button {
        margin:10px 20px 10px 0;
        width: auto;
        display: inline-block
    }
}

.o-details-block__img--profile {
    margin: 0 auto 20px
}

@media (min-width: 768px) {
    .o-details-block__img--profile {
        margin:0 auto!important
    }
}

.o-details-block__event-logo-img {
    margin: 0 auto
}

.o-details-block__event-logo-icon {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 2em;
    color: #fff
}

.o-details-block__event-logo-title {
    font: normal 1.9em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    margin: 0 auto 10px;
    text-align: center
}

.o-details-block__member-type {
    display: inline-block;
    margin-bottom: 0
}

.o-details-block__member-since {
    display: inline-block
}

@media (min-width: 768px) {
    .o-details-block__member-since {
        width:auto;
        margin: 0
    }
}

.o-details-block__member-since::before {
    content: "/";
    display: inline-block;
    margin: 0 5px;
    font-size: 30px;
    line-height: .9;
    text-align: center;
    vertical-align: bottom
}

.o-details-block__member-since,.o-details-block__member-type {
    color: #fff
}

.member .img-circle {
    border-radius: 50%;
    width: 150px;
    height: 150px
}

.member:hover .on-hover {
    margin: 30px 10px 0
}

@media only screen and (max-device-width: 320px) and (orientation:portrait) {
    .member:hover .on-hover {
        margin:30px 0 0
    }
}

@media only screen and (min-device-width: 376px) and (max-device-width:479px) and (orientation:portrait) {
    .member:hover .on-hover {
        margin:30px 30px 0
    }
}

@media (min-width: 768px) {
    .member:hover .on-hover {
        margin:30px 25px 0
    }
}

@media (min-width: 992px) {
    .member:hover .on-hover {
        margin:30px 10px 0
    }
}

.member .member-badge-image {
    position: relative;
    overflow: hidden;
    max-width: 150px;
    margin: -30px auto 15px;
    background: #fff;
    border: 2px solid #000
}

.member .member-badge-image.missing-company {
    background-image: url(../../../assets/base/missing-company.jpg);
    background-size: contain
}

.member .member-badge-image.missing-individual {
    background-image: url(../../../assets/base/missing-individual.jpg);
    background-size: contain
}

.member .member-badge-image img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: initial!important;
    max-height: 100%;
    margin: 0 auto;
    transform: translate(-50%,0)
}

.member .social-icons {
    margin-top: 5px
}

.member .social-icons .icon {
    display: inline-block;
    margin-top: 10px;
    margin-right: 8px;
    padding: 5px 9px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 1.1em;
    color: #fff
}

.member .social-icons .icon:nth-child(12),.member .social-icons .icon:nth-child(4),.member .social-icons .icon:nth-child(8) {
    margin-right: 0
}

.member .social-icons .icon:nth-child(10),.member .social-icons .icon:nth-child(5) {
    margin-right: 8px
}

.member .social-icons .icon:last-child {
    margin-right: 0
}

.member .social-icons .icon:focus {
    outline: 3px solid #3155a6
}

.member .social-icons:has(.icon:nth-child(3)) .icon {
    font-size: .65rem
}

.directory-profile-image {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    max-width: 150px;
    margin: 15px auto;
    padding: 3px;
    background: #fff;
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px #000
}

.directory-profile-image.missing-company {
    background-image: url(../../../assets/base/missing-company.jpg);
    background-size: contain
}

.directory-profile-image.missing-individual {
    background-image: url(../../../assets/base/missing-individual.jpg);
    background-size: contain
}

@media (min-width: 768px) {
    .directory-profile-image {
        width:250px;
        height: 250px;
        max-width: 250px
    }
}

.directory-profile-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: initial;
    max-height: 100%;
    margin: 0 auto;
    transform: translate(-50%,-50%)
}

.directory-mini-image {
    float: left;
    border-radius: 50%;
    width: 73px;
    height: 73px;
    position: relative;
    overflow: hidden;
    max-width: 73px;
    margin: 5px 20px 5px 0;
    padding: 3px;
    background: #fff;
    border: 3px solid #000
}

.directory-mini-image.missing-company {
    background-image: url(../../../assets/base/missing-company.jpg);
    background-size: contain
}

.directory-mini-image.missing-individual {
    background-image: url(../../../assets/base/missing-individual.jpg);
    background-size: contain
}

.directory-mini-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: initial!important;
    max-height: 105%;
    margin: 0 auto;
    transform: translate(-50%,-50%)
}

.c-extra-info__phone {
    display: none!important
}

.c-directory-map-view-member-badge {
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    border-bottom: solid 1px #f0f0f0
}

.c-directory-map-view-member-badge:hover {
    background: #f0f0f0
}

.c-directory-map-view-member-badge__info {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.c-directory-map-view-member-badge__info-name {
    font-weight: 700
}

.c-directory-map-view-member-badge__info-contact {
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px
}

.c-directory-map-view-member-badge__info-contact .novicon {
    margin-top: 3px
}

.c-directory-map-view-member-badge__info-contact .novicon:before {
    background-color: #3155a6;
    color: #fff;
    border-radius: 50%;
    padding: 3px;
    margin-right: 8px
}

.c-directory-map-view-member-badge__info-social-icons {
    margin-top: 5px;
    margin-left: 25px
}

.c-directory-map-view-member-badge__info-social-icons .icon {
    background-color: #3155a6;
    display: inline-block;
    margin-right: 5px;
    padding: 5px 9px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 1em;
    color: #fff
}

.c-directory-map-view-member-badge__image {
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #000;
    margin-left: 5px
}

.c-directory-map-view-member-badge__image.missing-company {
    background-image: url(../../../assets/base/missing-company.jpg);
    background-size: contain
}

.c-directory-map-view-member-badge__image.missing-individual {
    background-image: url(../../../assets/base/missing-individual.jpg);
    background-size: contain
}

.c-directory-map-view-member-badge__image img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: initial!important;
    max-height: 100%;
    margin: 0 auto;
    transform: translate(-50%,0)
}

.map .c-directory-map-view-member-badge {
    padding: 0;
    border-bottom: none
}

.map .c-directory-map-view-member-badge__info-social-icons {
    margin-top: 5px
}

.map .c-directory-map-view-member-badge__info-social-icons .icon {
    padding: 6px 8px;
    margin-right: 4px
}

.map .c-directory-map-view-member-badge__image {
    display: none
}

.member-compass-header {
    display: none
}

@media (min-width: 768px) {
    .member-compass-header {
        display:block
    }
}

.member-compass-header .background {
    height: 125px
}

@media (min-width: 768px) {
    .member-compass-header .background {
        height:290px
    }
}

.member-compass-header .background .novicon {
    margin-right: 10px
}

.report-list {
    margin-left: 10%
}

.member-compass-container {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0!important
}

@media (min-width: 768px) {
    .member-compass-container.moved-up {
        margin-top:-110px!important
    }
}

.member-compass-container .c-member-compass-header {
    background-color: #fff;
    padding: 10px 15px;
    border-bottom: 3px solid #f58220
}

.member-compass-container .c-member-compass-header h1 {
    margin: 0;
    font-size: 2em!important;
    color: #3155a6;
    padding-bottom: 0
}

@media (min-width: 768px) {
    .member-compass-container .c-member-compass-header h1 {
        font-size:2.5em!important
    }
}

.member-compass-container .c-member-compass-header h1 sup {
    font-size: .4em;
    top: -1em
}

.member-compass-container .c-member-compass-header h1 .novicon {
    padding-right: 10px
}

.member-compass-container .c-member-compass-header__powered-by {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    margin-left: 2em;
    padding-left: 10px;
    text-decoration: none
}

@media (min-width: 768px) {
    .member-compass-container .c-member-compass-header__powered-by {
        margin-left:2.5em
    }
}

.member-compass-container .c-member-compass-header__powered-by--strong {
    font-weight: 700
}

.member-compass-container .c-member-compass-well {
    background: #fff;
    padding: 20px;
    padding-top: 5px
}

@media (min-width: 992px) {
    .member-compass-container .c-member-compass-well {
        display:-ms-flexbox;
        display: flex;
        padding-top: 20px
    }
}

.member-compass-container .c-member-compass-well__left-column {
    padding-bottom: 10px
}

@media (min-width: 992px) {
    .member-compass-container .c-member-compass-well__left-column {
        width:230px;
        margin-right: 20px;
        float: left;
        padding-bottom: 0
    }
}

.member-compass-container .c-member-compass-well__left-column-logout-btn {
    width: 100%;
    display: none
}

@media (min-width: 992px) {
    .member-compass-container .c-member-compass-well__left-column-logout-btn {
        display:block
    }
}

@media (min-width: 992px) {
    .member-compass-container .c-member-compass-well__content {
        width:80%
    }
}

.member-compass-container .c-member-compass-well__staff-tab-member-status {
    display: block;
    margin: 0 0 10px;
    text-align: center
}

.member-compass-container .c-member-compass-well__staff-tab-member-status--check-icon {
    display: block;
    margin: 0 auto;
    font-size: 1.3em;
    text-align: center;
    color: #3155a6
}

.member-compass-container .c-member-compass-well__staff-tab-member-status--icon {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 1.3em
}

.member-compass-container .c-member-compass-well__staff-tab-member-status--link {
    display: block;
    text-align: center;
    margin: 0 auto
}

.member-compass-container .c-member-compass-well__staff-tab-member-status--link:hover {
    text-decoration: none
}

.member-compass-container .c-member-compass-well__staff-tab-member-status--text-link {
    display: inline-block;
    font-size: 1.1em;
    color: #3155a6
}

.member-compass-container .c-member-compass-well__staff-tab-seats-filled-wrapper {
    display: inline-block;
    padding: 6px 10px;
    background: #f0f0f0;
    margin-left: -3px;
    line-height: 1.6;
    white-space: nowrap
}

.member-compass-container .c-member-compass-well__staff-tab-seats-filled-icon {
    display: inline-block;
    margin-left: 0;
    padding: 10px;
    background: #f58220;
    color: #fff
}

@media (min-width: 768px) {
    .member-compass-container .c-member-compass-well__staff-tab-seats-filled-icon {
        margin-left:10px
    }
}

.member-compass-container .c-member-compass-nav-toggle {
    height: 45px;
    padding: 10px;
    font-family: Montserrat,sans-serif;
    text-transform: none;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #3155a6;
    color: #3155a6
}

@media (min-width: 992px) {
    .member-compass-container .c-member-compass-nav-toggle {
        display:none
    }
}

.member-compass-container .c-member-compass-nav-toggle .novicon-arrow-up-solid {
    margin-top: 5px;
    font-size: 10px;
    transform: rotate(180deg);
    float: right;
    transition: transform .3s
}

.member-compass-container .c-member-compass-nav-toggle--expanded .novicon-arrow-up-solid {
    transform: rotate(0)
}

.member-compass-container .c-member-compass-nav {
    list-style: none;
    padding-left: 0;
    background-color: #f4f4f4;
    display: none
}

@media (min-width: 992px) {
    .member-compass-container .c-member-compass-nav {
        display:block
    }
}

.member-compass-container .c-member-compass-nav__item {
    height: auto;
    margin-bottom: 0;
    font-family: Montserrat,sans-serif;
    text-transform: none;
    white-space: nowrap
}

.member-compass-container .c-member-compass-nav__item:hover {
    background-color: #3155a6
}

.member-compass-container .c-member-compass-nav__item:hover a {
    background-color: #3155a6;
    color: #fff
}

.member-compass-container .c-member-compass-nav__item a {
    display: -ms-flexbox;
    display: flex;
    -ms-grid-columns: 50px auto fit-content(20px);
    grid-template-columns: 50px auto fit-content(20px);
    text-decoration: none;
    color: #3155a6;
    padding: 10px 5px 10px 0
}

.member-compass-container .c-member-compass-nav__item a .novicon {
    width: 45px;
    text-align: center;
    font-size: 18px
}

.member-compass-container .c-member-compass-nav__item a .novicon.novicon-license {
    font-size: .9em;
    padding-top: 3px
}

.member-compass-container .c-member-compass-nav__item.active {
    background-color: #3155a6
}

.member-compass-container .c-member-compass-nav__item.active a {
    color: #fff
}

.member-compass-container .c-member-compass-nav__item.active a:hover {
    background-color: #3155a6
}

.member-compass-container .c-member-compass-nav__hr {
    margin-top: 0;
    margin-bottom: 0;
    width: 90%;
    border-color: #e7e7e7
}

.member-compass-container .o-member-compass-list-item {
    margin-bottom: 15px
}

.member-compass-container .o-member-compass-list-item-header {
    color: #3155a6;
    background: #f4f4f4;
    padding: 5px 10px;
    border: 1px solid #8e8e8e
}

.member-compass-container .o-member-compass-list-item-header label {
    margin: 0
}

.member-compass-container .o-member-compass-list-item-header label input {
    display: none
}

@media (min-width: 768px) {
    .member-compass-container .o-member-compass-list-item-header label input {
        display:inline-block
    }
}

.member-compass-container .o-member-compass-list-item-header .novicon {
    padding-right: 3px;
    font-size: 1.1em
}

.member-compass-container .o-member-compass-list-item-header__status {
    float: right;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 700
}

.member-compass-container .o-member-compass-list-item-body {
    padding: 15px;
    border: 1px solid #8e8e8e;
    border-top: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(150px,auto))[2];
    grid-template-columns: repeat(2,minmax(150px,auto));
    row-gap: 10px;
    column-gap: 10px
}

@media (min-width: 768px) {
    .member-compass-container .o-member-compass-list-item-body {
        -ms-grid-columns:(minmax(150px,auto))[3] 130px;
        grid-template-columns: repeat(3,minmax(150px,auto)) 130px;
        row-gap: 15px;
        column-gap: 15px
    }
}

.member-compass-container .o-member-compass-list-item-body-detail {
    min-width: 150px
}

.member-compass-container .o-member-compass-list-item-body-detail span {
    display: block
}

.member-compass-container .o-member-compass-list-item-body-detail__label {
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 700
}

.member-compass-container .o-member-compass-list-item-body-detail span:nth-of-type(2) {
    font-weight: 400
}

@media (min-width: 768px) {
    .member-compass-container .o-member-compass-list-item-body-detail:nth-of-type(1) {
        -ms-grid-column:1
    }

    .member-compass-container .o-member-compass-list-item-body-detail:nth-of-type(2) {
        -ms-grid-column: 2
    }

    .member-compass-container .o-member-compass-list-item-body-detail:nth-of-type(3) {
        -ms-grid-column: 3
    }

    .member-compass-container .o-member-compass-list-item-body-detail:nth-of-type(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }

    .member-compass-container .o-member-compass-list-item-body-detail:nth-of-type(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 2
    }

    .member-compass-container .o-member-compass-list-item-body-detail:nth-of-type(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }
}

.member-compass-container .o-member-compass-list-item-body__actions {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
    grid-column: 1/span 2;
    text-align: center
}

.member-compass-container .o-member-compass-list-item-body__actions .btn {
    width: 40%
}

@media (min-width: 768px) {
    .member-compass-container .o-member-compass-list-item-body__actions {
        -ms-grid-row-span:2;
        -ms-grid-row: 1;
        grid-row: 1/span 2;
        -ms-grid-column: 4;
        grid-column: 4
    }

    .member-compass-container .o-member-compass-list-item-body__actions .btn {
        width: 100%;
        margin-bottom: 5px
    }
}

.member-compass-container #dashboard {
    max-width: 1000px;
    margin: 0 auto
}

.member-compass-container #dashboard .listing-table .single-census-notification {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    min-height: 75px
}

.member-compass-container #dashboard .listing-table .single-census-notification .census-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 50px;
    width: 50px;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 22px;
    color: #fff;
    background-color: #3155a6;
    border-radius: 6px 0 0 6px;
    margin-right: 3px
}

.member-compass-container #dashboard .listing-table .single-census-notification .census-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 150px;
    grid-template-columns: auto 150px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 0 6px 6px 0;
    padding: 10px 15px;
    background-color: #f0f0f0;
    width: 100%
}

.member-compass-container #dashboard .listing-table .single-census-notification .census-item .census-name {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    margin: 0
}

.member-compass-container #dashboard .listing-table .single-census-notification .census-item .census-desc {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.member-compass-container #dashboard .listing-table .single-census-notification .census-item .census-link {
    -ms-grid-row-span: 3;
    -ms-grid-row: 1;
    grid-row: 1/span 3;
    -ms-grid-column: 2;
    grid-column: 2;
    max-height: 40px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 10px
}

.member-compass-container #dashboard .alert-area {
    display: table;
    width: 100%;
    margin-bottom: 25px
}

.member-compass-container #dashboard .alert-area .alert-icon {
    display: table-cell;
    width: 50px;
    background: #7090ab;
    color: #fff;
    border-right: 3px solid #fff;
    vertical-align: middle;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.member-compass-container #dashboard .alert-area .alert-icon__success {
    background: #37b34a!important
}

.member-compass-container #dashboard .alert-area .alert-icon__warning {
    background: #eb0202!important;
    height: 100px
}

.member-compass-container #dashboard .alert-area .alert-icon .novicon {
    font-size: 1.5em
}

.member-compass-container #dashboard .alert-area .alert-text {
    display: table-cell;
    background: #90a9be;
    color: #fff;
    padding: 10px 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.member-compass-container #dashboard .alert-area .alert-text__success {
    background: #dbf4df!important;
    color: #000!important;
    font-weight: 700
}

.member-compass-container #dashboard .alert-area .alert-text__warning {
    background: #fe6f6f!important;
    color: #000!important;
    font-weight: 700;
    vertical-align: middle
}

.member-compass-container #dashboard .alert-area .alert-text__warning__title {
    font-size: 1.7em;
    padding-bottom: 5px
}

.member-compass-container #dashboard .alert-area .alert-text p {
    font-style: italic
}

.member-compass-container #dashboard .welcome {
    margin-bottom: 20px
}

.member-compass-container #dashboard .welcome a {
    color: #3155a6;
    font-weight: 700;
    font-style: italic
}

.member-compass-container #dashboard .membership-info {
    margin-bottom: 25px;
    font-size: 1.15em
}

.member-compass-container #dashboard .membership-info .member-since {
    float: right;
    border-radius: 100%;
    background: #3155a6;
    padding: 3px;
    margin-top: -5px
}

.member-compass-container #dashboard .membership-info .member-since .for-border {
    border-radius: 100%;
    border: 2px solid #f0f0f0;
    color: #fff;
    height: 100px;
    width: 100px;
    font-size: .7em;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding-top: 28px
}

.member-compass-container #dashboard .membership-info .member-since .for-border .year {
    display: block;
    font-weight: 800;
    font-size: 2.5em
}

.member-compass-container #dashboard .membership-info .member-since .for-border strong {
    display: block;
    font-weight: 800;
    margin-top: 12px
}

.member-compass-container #dashboard .membership-info .date-container {
    color: #fff;
    margin-right: 50px;
    padding-top: 25px;
    min-height: 95px;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #3155a6
}

.member-compass-container #dashboard .membership-info .date-container>div {
    line-height: 1.1em
}

.member-compass-container #dashboard .membership-info .date-container.renewal {
    background: #3155a6
}

.member-compass-container #dashboard .membership-info .date-container.grace {
    background: #eb0202
}

.member-compass-container #dashboard .membership-info .date-container.expired {
    background: #eb0202
}

.member-compass-container #dashboard .membership-info .date-container.two-rows {
    padding-top: 10px
}

.member-compass-container #dashboard .membership-info .date-container.two-rows .bottom-row {
    margin-top: 10px;
    padding: 7.5px 0 5px 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: .9em
}

.member-compass-container #dashboard .membership-info .date-container.two-rows.renewal .bottom-row {
    background: #3155a6
}

.member-compass-container #dashboard .membership-info .date-container.two-rows.grace .bottom-row {
    background: #eb0202
}

.member-compass-container #dashboard .membership-info .date-container.two-rows.expired .bottom-row,.member-compass-container #dashboard .membership-info .date-container.two-rows.expired .top-row {
    background: #eb0202
}

.member-compass-container #dashboard .membership-info .date-container.two-rows.expired .top-row {
    margin: -10px 0;
    padding: 10px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.member-compass-container #dashboard .membership-info .date-container.two-rows .member-date {
    font-size: .9em
}

.member-compass-container #dashboard .membership-info .date-container strong {
    text-transform: uppercase;
    display: block;
    font-weight: 800;
    font-size: .8em
}

.member-compass-container #dashboard .membership-info .date-container .dues-payer,.member-compass-container #dashboard .membership-info .date-container .member-date {
    font-style: italic
}

.member-compass-container #dashboard .membership-info .date-container a {
    display: block;
    background: #3155a6;
    color: #fff;
    padding: 12px 0;
    margin-top: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.member-compass-container #dashboard .membership-info .date-container a:hover {
    text-decoration: none;
    color: #3155a6
}

.member-compass-container #dashboard .membership-info .date-container a .novicon {
    margin-left: 5px;
    font-size: .9em
}

@media (max-width: 767px) {
    .member-compass-container #dashboard .membership-info {
        margin-bottom:20px
    }
}

.member-compass-container #dashboard .c-member-compass-dashboard {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%
}

@media (min-width: 992px) {
    .member-compass-container #dashboard .c-member-compass-dashboard {
        -ms-grid-columns:50% 50%;
        grid-template-columns: 50% 50%
    }
}

.member-compass-container #dashboard .dashboard-block {
    float: left;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .member-compass-container #dashboard .dashboard-block:nth-child(2n) {
        padding-left:15px
    }
}

.member-compass-container #dashboard .dashboard-block .btn {
    display: block;
    padding: 10px 0
}

.member-compass-container #dashboard .dashboard-block .btn .novicon {
    margin-left: 10px
}

.member-compass-container #dashboard .number-block a {
    text-decoration: none
}

.member-compass-container #dashboard .number-block a:hover .number,.member-compass-container #dashboard .number-block a:hover .of-what {
    color: #f0f0f0
}

.member-compass-container #dashboard .number-block .number-container {
    height: 200px;
    background: #3155a6;
    background: linear-gradient(225deg,transparent 15px,#3155a6 0,#3155a6 100%);
    font-weight: 800;
    display: table;
    width: 100%
}

.member-compass-container #dashboard .number-block .number-container .number {
    color: #f0f0f0;
    font-size: 6em;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 40%;
    padding-right: 10px
}

.member-compass-container #dashboard .number-block .number-container .of-what {
    color: #fff;
    font-size: 1.5em;
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
    text-align: left;
    text-transform: uppercase
}

.member-compass-container #dashboard .blog-category .category-name {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    background: #3155a6;
    background: linear-gradient(225deg,transparent 15px,#3155a6 0,#3155a6 100%)
}

.member-compass-container #dashboard .blog-category .category-name h5 {
    border-bottom: 2px solid #fff;
    max-width: 90%;
    font-weight: 800;
    margin: 0;
    padding-bottom: 5px;
    font-size: 1.15em
}

.member-compass-container #dashboard .blog-category .category-name .novicon {
    color: #f58220;
    margin: 0 10px 0 5px
}

.member-compass-container #dashboard .blog-category .content {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    padding: 10px 25px;
    min-height: 155px;
    font-size: 1.15em
}

.member-compass-container #dashboard .blog-category .content a {
    display: block;
    margin-bottom: 10px;
    line-height: 1;
    font-size: .9em;
    padding-bottom: 10px;
    text-decoration: none;
    border-bottom: 1px solid #3155a6
}

.member-compass-container #dashboard .blog-category .content a .title {
    display: block;
    font-weight: 700;
    color: #3155a6;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.42857
}

.member-compass-container #dashboard .blog-category .content a .article-info {
    color: #3155a6;
    font-style: italic;
    font-size: .8em
}

.member-compass-container #dashboard .blog-category .content a:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.member-compass-container .report-table-container {
    width: 90%
}

.member-compass-container .listing-table {
    position: relative;
    overflow-x: auto
}

.member-compass-container .listing-table .actions-bar {
    margin-bottom: 10px;
    width: 100%;
    position: relative
}

.member-compass-container .listing-table .actions-bar .search-box {
    max-width: 305px!important;
    border-radius: 2px;
    color: #666;
    display: block
}

@media (min-width: 768px) {
    .member-compass-container .listing-table .actions-bar .search-box {
        display:inline-block
    }
}

@media (min-width: 768px) {
    .member-compass-container .listing-table .actions-bar .show-related {
        float:right
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .member-compass-container .listing-table .actions-bar .show-related {
        padding-left:5px;
        padding-right: 5px;
        letter-spacing: normal;
        font-size: .85em;
        line-height: 20px
    }
}

.member-compass-container .listing-table .actions-bar__sort {
    margin-top: 5px;
    text-align: right
}

@media (min-width: 768px) {
    .member-compass-container .listing-table .actions-bar__sort {
        position:absolute;
        bottom: 0;
        right: 0
    }
}

.member-compass-container .listing-table .actions-bar__sort-direction {
    background: 0 0;
    border: none
}

.member-compass-container .listing-table .actions-bar__sort label {
    text-transform: uppercase
}

.member-compass-container .listing-table .actions-bar__sort select {
    border: 0 solid #fff;
    border-bottom: 1px solid #3155a6
}

.member-compass-container .listing-table .batch-actions {
    display: inline-block;
    margin-right: 15px;
    padding-left: 11px
}

.member-compass-container .listing-table .batch-actions .novicon-arrow-curved-down {
    font-size: 1.3em;
    color: #999;
    margin-right: 5px;
    vertical-align: bottom
}

.member-compass-container .listing-table .batch-actions .disabled {
    opacity: .5
}

.member-compass-container .listing-table .batch-actions .disabled:hover {
    background: 0 0!important;
    cursor: not-allowed
}

.member-compass-container .listing-table .no-results {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 40px 0
}

.member-compass-container .listing-table .edit {
    font-weight: 800;
    color: #3155a6
}

.member-compass-container .listing-table .pagination {
    float: right
}

.member-compass-container .listing-table .pagination>a,.member-compass-container .listing-table .pagination>span {
    margin-right: 9px
}

.member-compass-container .listing-table .pagination>a:last-child,.member-compass-container .listing-table .pagination>span:last-child {
    margin-right: 0
}

.member-compass-container .listing-table .pagination>a {
    text-decoration: none;
    display: inline-block
}

.member-compass-container .listing-table .pagination .disabled {
    color: #aaa;
    cursor: default
}

.member-compass-container .listing-table .table {
    border-bottom: 1px solid #777
}

.member-compass-container .listing-table .table th {
    line-height: 32px;
    border-left: 1px solid #ddd;
    text-transform: uppercase;
    padding: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #ddd;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-weight: 700;
    min-width: 150px
}

.member-compass-container .listing-table .table th:first-child {
    border-left: none
}

.member-compass-container .listing-table .table th.active {
    font-weight: 800;
    background-color: #eee
}

.member-compass-container .listing-table .table th.actions {
    width: 105px;
    text-align: center
}

@media (min-width: 768px) {
    .member-compass-container .listing-table .table th.actions {
        text-align:right
    }
}

.member-compass-container .listing-table .table th.check {
    width: 45px;
    text-align: center
}

.member-compass-container .listing-table .table th .sort {
    color: #3155a6;
    display: block;
    text-decoration: none
}

.member-compass-container .listing-table .table th .sort:hover {
    text-decoration: none
}

.member-compass-container .listing-table .table th .sort:after {
    content: "";
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 5px solid #3155a6;
    width: 0;
    height: 0;
    margin: 0 0 3px 5px;
    display: inline-block;
    visibility: hidden
}

.member-compass-container .listing-table .table th .sort.ascending:after,.member-compass-container .listing-table .table th .sort.descending:after,.member-compass-container .listing-table .table th .sort:hover:after {
    visibility: visible
}

.member-compass-container .listing-table .table th .sort.descending:after {
    border-top: 5px solid #3155a6;
    border-bottom: none
}

.member-compass-container .listing-table .table tbody tr {
    height: 45px;
    border-bottom: 1px solid #777
}

.member-compass-container .listing-table .table tbody tr:hover {
    background-color: #f5f5f5
}

.member-compass-container .listing-table .table tbody tr:last-child {
    border-bottom: 2px solid #777
}

.member-compass-container .listing-table .table tbody tr.canceled {
    opacity: .4
}

.member-compass-container .listing-table .table td {
    border-right: 1px dotted #777;
    vertical-align: middle
}

.member-compass-container .listing-table .table td:last-child {
    border-right: none
}

.member-compass-container .listing-table .table td.actions {
    text-align: center
}

@media (min-width: 768px) {
    .member-compass-container .listing-table .table td.actions {
        text-align:right
    }
}

.member-compass-container .listing-table .table td.actions>a {
    color: #3155a6;
    font-weight: 700
}

.member-compass-container .listing-table .table td .novicon {
    font-size: 1.5em;
    display: block;
    text-align: center
}

.member-compass-container .listing-table .table .checkbox-custom {
    text-align: center
}

.member-compass-container .listing-table .table .checkbox-custom label {
    margin-bottom: 0
}

.member-compass-container .listing-table .table .checkbox-custom input {
    margin-right: 0
}

.member-compass-container .listing-table .table .actions .novicon {
    margin: 5px auto 10px
}

.member-compass-container .listing-table .btn-group .group-expander {
    min-width: 0
}

.member-compass-container .listing-table .btn-group .group-expander:focus,.member-compass-container .listing-table .btn-group .group-expander:hover {
    border-color: #3054ab
}

.member-compass-container .listing-table .btn-group .group-expander.no-text {
    font-size: 2em;
    padding: 0 5px
}

.member-compass-container .listing-table .btn-group .collapsed-btns {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 5;
    min-width: 100%;
    margin-top: 5px;
    background: #3155a6;
    box-shadow: inset 0 0 0 1px #eee;
    border-radius: 2px;
    padding: 2px 0
}

.member-compass-container .listing-table .btn-group .collapsed-btns a,.member-compass-container .listing-table .btn-group .collapsed-btns input {
    display: block;
    white-space: nowrap;
    padding: 5px 15px;
    color: #fff
}

.member-compass-container .listing-table .btn-group .collapsed-btns a:hover,.member-compass-container .listing-table .btn-group .collapsed-btns input:hover {
    background: #3155a6;
    text-decoration: none
}

.member-compass-container .listing-table .btn-group .collapsed-btns input {
    width: 100%;
    background: 0 0;
    border: none
}

.member-compass-container .listing-table .btn-group .collapsed-btns.on-top {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px
}

.member-compass-container .listing-table.continuing-education {
    overflow: visible
}

.member-compass-container .listing-table.continuing-education .ceu-fieldset-with-types {
    padding-bottom: 80px
}

.member-compass-container .listing-table.continuing-education .ceu-fieldset-without-types {
    padding-bottom: 160px
}

.member-compass-container h3 {
    font-weight: 700;
    font-size: 1.4em;
    margin-top: 0
}

.member-compass-container h3 .novicon {
    margin-right: 5px
}

@media (max-width: 991px) {
    .member-compass-container h3 {
        text-align:left
    }
}

@media (min-width: 768px) {
    .member-compass-container .listing-table .table .show-icon-on-mobile {
        color:#3155a6
    }

    .member-compass-container .listing-table .table .show-icon-on-mobile .novicon {
        display: none
    }

    .member-compass-container .listing-table .table .actions .novicon {
        display: none
    }

    .member-compass-container .listing-table .table .actions>a {
        border-left: 1px solid #777;
        margin-left: 5px;
        padding-left: 5px;
        display: inline-block
    }

    .member-compass-container .listing-table .table .actions>a:first-child {
        border-left: none;
        margin-left: 0;
        padding-left: 0
    }

    .member-compass-container .listing-table .table th {
        min-width: 100px
    }

    .member-compass-container .listing-table .table th.with-secondary-actions {
        width: 150px
    }

    .member-compass-container .listing-table .table td.with-secondary-actions a {
        color: #3155a6;
        display: block;
        font-weight: 700;
        margin: 0;
        padding: 0;
        border: none
    }

    .member-compass-container .listing-table .table td.with-secondary-actions a:first-child {
        font-size: 1.1em
    }

    .member-compass-container .listing-table .table td.with-secondary-actions .secondary-actions a {
        font-size: .8em;
        line-height: 1.2;
        margin: 5px 0 10px
    }

    .member-compass-container #staff .actions-bar .btn .novicon {
        margin-right: 5px
    }
}

@media (max-width: 991px) {
    .member-compass-container #accounting .batch-actions {
        padding-left:0
    }

    .member-compass-container #accounting .listing-table .table .actions {
        min-width: 95px
    }
}

@media (max-width: 767px) {
    .member-compass-container .listing-table .table {
        font-size:.9em
    }

    .member-compass-container .listing-table .table .show-icon-on-mobile {
        color: #3155a6
    }

    .member-compass-container .listing-table .table .show-icon-on-mobile span:last-child {
        display: none
    }

    .member-compass-container .listing-table .table .actions {
        min-width: 80px
    }

    .member-compass-container .listing-table .table .actions div {
        display: inline
    }

    .member-compass-container .listing-table .table .actions a {
        display: inline-block;
        color: #3155a6;
        margin-left: 8px
    }

    .member-compass-container .listing-table .table .actions a.inactive {
        opacity: .2
    }

    .member-compass-container .listing-table .table .actions a:focus,.member-compass-container .listing-table .table .actions a:hover {
        text-decoration: none
    }

    .member-compass-container .listing-table .table .actions>a:first-child {
        margin-left: 0
    }

    .member-compass-container .listing-table .table .actions a>span:last-child {
        display: none
    }

    .member-compass-container .listing-table .table .actions .group-expander {
        display: none
    }

    .member-compass-container .listing-table .table .actions .collapsed-btns {
        position: static;
        background: 0 0;
        min-width: 0;
        margin: 0;
        padding: 0;
        border-radius: 0;
        box-shadow: none
    }

    .member-compass-container .listing-table .table .actions .collapsed-btns a {
        padding: 0
    }

    .member-compass-container #staff .table .actions {
        min-width: 105px
    }

    .member-compass-container #accounting .batch-actions {
        display: none
    }

    .member-compass-container #accounting .search-box {
        max-width: 100%
    }

    .member-compass-container #accounting .show-related {
        display: block;
        margin: 0;
        text-align: center;
        font-size: .9em
    }

    .member-compass-container #accounting .table td:first-child,.member-compass-container #accounting .table th.check {
        display: none
    }
}

.member-compass-container #census .listing-table .heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600
}

.member-compass-container #census .listing-table .heading .novicon {
    margin-right: 10px
}

.member-compass-container #census .listing-table .census-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 150px;
    grid-template-columns: auto 150px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border: 1px #eee solid;
    border-radius: 6px;
    padding: 10px 15px;
    margin-bottom: 15px
}

.member-compass-container #census .listing-table .census-item .census-name {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    margin: 0
}

.member-compass-container #census .listing-table .census-item .census-desc {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.member-compass-container #census .listing-table .census-item .census-link {
    -ms-grid-row-span: 3;
    -ms-grid-row: 1;
    grid-row: 1/span 3;
    -ms-grid-column: 2;
    grid-column: 2;
    max-height: 40px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 10px
}

.member-compass-container #events {
    padding-top: 0
}

.member-compass-container #events hr {
    border-top: 2px solid #3155a6
}

.member-compass-container #events .c-ceu-report-form {
    min-height: 700px
}

.member-compass-container #events .c-ceu-report-form h3 {
    padding-top: 10px
}

.member-compass-container #events .c-btn-ceu-report-toggle {
    width: 100%;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .member-compass-container #events .c-btn-ceu-report-toggle {
        width:auto;
        margin-bottom: 0;
        position: absolute;
        right: 0
    }
}

.member-compass-container #events .event .event-inner {
    display: table;
    width: 100%
}

.member-compass-container #events .event .event-inner .event .event-table {
    box-shadow: none
}

.member-compass-container #events .event .event-inner .event .date-stub strong {
    display: block
}

.member-compass-container #events .event .event-inner .title {
    border-right: none;
    padding: 15px;
    display: table-cell;
    vertical-align: middle
}

@media (max-width: 767px) {
    .member-compass-container #events .event .event-inner .title {
        padding:15px 10px
    }

    .member-compass-container #events .event .event-inner .title .time {
        font-size: .95em
    }
}

.member-compass-container #events .event .event-inner .title strong:hover {
    text-decoration: underline
}

.member-compass-container #events .event .event-inner .attendee {
    border-right: none;
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
    width: 75px;
    text-align: center
}

@media (min-width: 992px) {
    .member-compass-container #events .event .event-inner .attendee {
        width:200px
    }
}

.member-compass-container #events .event .event-inner .attendee strong {
    font-size: 16px;
    font-weight: 700
}

.member-compass-container #events .event .event-inner .add-to-calendar,.member-compass-container #events .event .event-inner .event-right-button {
    background: #3155a6!important;
    display: table-cell;
    vertical-align: middle;
    width: 75px;
    padding: 0
}

@media (min-width: 992px) {
    .member-compass-container #events .event .event-inner .add-to-calendar,.member-compass-container #events .event .event-inner .event-right-button {
        width:200px
    }
}

@media (min-width: 992px) {
    .member-compass-container #events .event .event-inner .add-to-calendar.open .btn,.member-compass-container #events .event .event-inner .event-right-button.open .btn {
        color:#3155a6
    }
}

.member-compass-container #events .event .event-inner .add-to-calendar.open .btn .novicon,.member-compass-container #events .event .event-inner .event-right-button.open .btn .novicon {
    color: #3155a6
}

.member-compass-container #events .event .event-inner .add-to-calendar.open .dropdown-menu,.member-compass-container #events .event .event-inner .event-right-button.open .dropdown-menu {
    left: auto;
    right: 0
}

@media (min-width: 992px) {
    .member-compass-container #events .event .event-inner .add-to-calendar.open .dropdown-menu,.member-compass-container #events .event .event-inner .event-right-button.open .dropdown-menu {
        left:0;
        right: auto
    }
}

.member-compass-container #events .event .event-inner .add-to-calendar .btn,.member-compass-container #events .event .event-inner .event-right-button .btn {
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 1.3em
}

.member-compass-container #events .event .event-inner .add-to-calendar .btn .novicon,.member-compass-container #events .event .event-inner .event-right-button .btn .novicon {
    display: none;
    font-size: 1.3em;
    margin-bottom: 5px
}

@media (min-width: 992px) {
    .member-compass-container #events .event .event-inner .add-to-calendar .btn .novicon,.member-compass-container #events .event .event-inner .event-right-button .btn .novicon {
        display:block
    }
}

.member-compass-container #events .events-today {
    padding: 15px 20px;
    border: 1px solid #3155a6;
    border-radius: 5px;
    background-color: rgba(49,85,166,.03);
    margin-bottom: 15px
}

.member-compass-container #events .events-today .event {
    background: #fff;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0
}

.member-compass-container #events .events-today .event:first-child {
    border-top: 1px solid #f0f0f0
}

.member-compass-container #events .events-today .event:last-child {
    border-bottom: 1px solid #f0f0f0
}

.member-compass-container #events .table {
    font-weight: 700
}

.member-compass-container #events .table a {
    color: #333
}

.member-compass-container #events .table a em {
    font-weight: 800
}

.member-compass-container #events .table td:first-child {
    width: 200px
}

@media (max-width: 767px) {
    .member-compass-container #events .table td:first-child {
        width:125px
    }
}

.member-compass-container #events .table .actions {
    text-align: right;
    text-transform: uppercase;
    min-width: 115px
}

.member-compass-container #events .table .actions .novicon {
    margin-right: 5px
}

@media (min-width: 768px) {
    .member-compass-container #events .table .actions>a,.member-compass-container #events .table .actions>span {
        padding-right:10px;
        margin-right: 10px;
        border-right: 1px solid #ddd
    }

    .member-compass-container #events .table .actions>a:last-child,.member-compass-container #events .table .actions>span:last-child {
        padding-right: 0;
        margin-right: 0;
        border-right: none
    }
}

@media (max-width: 767px) {
    .member-compass-container #events .table .actions a {
        font-size:.9em;
        display: block
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .member-compass-container #events #other-registrations .actions {
        min-width:290px
    }
}

.member-compass-container #events #callouts {
    margin: 15px -19px -19px;
    background: #fff
}

@media (max-width: 767px) {
    .member-compass-container #events #callouts {
        margin:15px -15px 10px
    }
}

.member-compass-container #events .no-upcoming-events {
    padding: 30px 0;
    text-align: center;
    font-weight: 700
}

.member-compass-container #events .checkbox-custom input[type=checkbox] {
    height: 21px;
    width: 21px;
    vertical-align: middle;
    border: none;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NzkiIGhlaWdodD0iOTYiIG92ZXJmbG93PSJ2aXNpYmxlIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTE2IDE0LjVjLTIuMjA3IDAtNCAxLjc5My00IDR2NTUuOTk5YzAgMi4yMDcgMS43OTMgNCA0IDRoNTZjMi4yMDcgMCA0LTEuNzkzIDQtNHYtNTUuOTk5YzAtMi4yMDctMS43OTMtNC00LTRoLTU2eiIvPjxwYXRoIGZpbGw9IiNDN0M3QzciIGQ9Ik0xNzIgODIuNDk5aC01NmMtNC40MSAwLTgtMy41OS04LTh2LTU1Ljk5OWMwLTQuNDEgMy41OS04IDgtOGg1NmM0LjQxIDAgOCAzLjU5IDggOHY1NS45OTljMCA0LjQxLTMuNTg5IDgtOCA4em0tNTYtNjhjLTIuMjA3IDAtNCAxLjc5My00IDR2NTZjMCAyLjIwNyAxLjc5MyA0IDQgNGg1NmMyLjIwNyAwIDQtMS43OTMgNC00di01NmMwLTIuMjA3LTEuNzkzLTQtNC00aC01NnoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjEgMTQuNWMtMi4yMDcgMC00IDEuNzkzLTQgNHY1NS45OTljMCAyLjIwNyAxLjc5MyA0IDQgNGg1NmMyLjIwNyAwIDQtMS43OTMgNC00di01NS45OTljMC0yLjIwNy0xLjc5My00LTQtNGgtNTZ6Ii8+PHBhdGggZmlsbD0iI0U5RTlFOSIgZD0iTTc3IDgyLjQ5OWgtNTZjLTQuNDEgMC04LTMuNTktOC04di01NS45OTljMC00LjQxIDMuNTktOCA4LThoNTZjNC40MSAwIDggMy41OSA4IDh2NTUuOTk5YzAgNC40MS0zLjU5IDgtOCA4em0tNTYtNjhjLTIuMjA3IDAtNCAxLjc5My00IDR2NTZjMCAyLjIwNyAxLjc5MyA0IDQgNGg1NmMyLjIwNyAwIDQtMS43OTMgNC00di01NmMwLTIuMjA3LTEuNzkzLTQtNC00aC01NnoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjEyIDE0LjVjLTIuMjA3IDAtNCAxLjc5My00IDR2NTUuOTk5YzAgMi4yMDcgMS43OTMgNCA0IDRoNTZjMi4yMDcgMCA0LTEuNzkzIDQtNHYtNTUuOTk5YzAtMi4yMDctMS43OTMtNC00LTRoLTU2eiIvPjxwYXRoIGZpbGw9IiNDN0M3QzciIGQ9Ik0yNjggODIuNDk5aC01NmMtNC40MSAwLTgtMy41OS04LTh2LTU1Ljk5OWMwLTQuNDEgMy41OS04IDgtOGg1NmM0LjQxIDAgOCAzLjU5IDggOHY1NS45OTljMCA0LjQxLTMuNTkgOC04IDh6bS01Ni02OGMtMi4yMDcgMC00IDEuNzkzLTQgNHY1NmMwIDIuMjA3IDEuNzkzIDQgNCA0aDU2YzIuMjA3IDAgNC0xLjc5MyA0LTR2LTU2YzAtMi4yMDctMS43OTMtNC00LTRoLTU2eiIvPjxwb2x5Z29uIGZpbGw9IiNDN0M3QzciIHBvaW50cz0iMjM2LjgxMiw3MC4wNDYgMjY4Ljg2MywyOS4xNzYgMjU5LjQyMiwyMS43NyAyMzYuNjY4LDUyLjk4NyAyMjUuNDk2LDQxLjgxNiAyMTcuMDEyLDUwLjMgMjI4LjMyNCw2MS42MTIgMjM2LjczOCw3MC4wMjIgMjM2Ljc3Myw3MC4wOTcgMjM2Ljc4OSw3MC4wNzMgMjM2LjgxMiw3MC4wOTciLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMzA4IDE0LjQ5OWMtMi4yMDcgMC00IDEuNzkzLTQgNHY1NmMwIDIuMjA3IDEuNzkzIDQgNCA0aDU2YzIuMjA3IDAgNC0xLjc5MyA0LTR2LTU2YzAtMi4yMDctMS43OTMtNC00LTRoLTU2eiIvPjxwYXRoIGZpbGw9IiNDN0M3QzciIGQ9Ik0zNjQgODIuNDk5aC01NmMtNC40MSAwLTgtMy41OS04LTh2LTU1Ljk5OWMwLTQuNDEgMy41OS04IDgtOGg1NmM0LjQxIDAgOCAzLjU5IDggOHY1NS45OTljMCA0LjQxLTMuNTkgOC04IDh6bS01Ni02OGMtMi4yMDcgMC00IDEuNzkzLTQgNHY1NmMwIDIuMjA3IDEuNzkzIDQgNCA0aDU2YzIuMjA3IDAgNC0xLjc5MyA0LTR2LTU2YzAtMi4yMDctMS43OTMtNC00LTRoLTU2eiIvPjxwb2x5Z29uIGZpbGw9IiM0OTY3QUYiIHBvaW50cz0iMzMyLjgxMiw3MC4wNDYgMzY0Ljg2MywyOS4xNzYgMzU1LjQyMiwyMS43NyAzMzIuNjY4LDUyLjk4NyAzMjEuNDk2LDQxLjgxNiAzMTMuMDEyLDUwLjMgMzI0LjMyNCw2MS42MTIgMzMyLjczOCw3MC4wMjIgMzMyLjc3Myw3MC4wOTcgMzMyLjc4OSw3MC4wNzMgMzMyLjgxMiw3MC4wOTciLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNDA0IDE0LjQ5OWMtMi4yMDcgMC00IDEuNzkzLTQgNHY1NmMwIDIuMjA3IDEuNzkzIDQgNCA0aDU2YzIuMjA3IDAgNC0xLjc5MyA0LTR2LTU2YzAtMi4yMDctMS43OTMtNC00LTRoLTU2eiIvPjxwYXRoIGZpbGw9IiNDN0M3QzciIGQ9Ik00NjAgODIuNDk5aC01NmMtNC40MSAwLTgtMy41OS04LTh2LTU1Ljk5OWMwLTQuNDEgMy41OS04IDgtOGg1NmM0LjQxIDAgOCAzLjU5IDggOHY1NS45OTljMCA0LjQxLTMuNTkgOC04IDh6bS01Ni02OGMtMi4yMDcgMC00IDEuNzkzLTQgNHY1NmMwIDIuMjA3IDEuNzkzIDQgNCA0aDU2YzIuMjA3IDAgNC0xLjc5MyA0LTR2LTU2YzAtMi4yMDctMS43OTMtNC00LTRoLTU2eiIvPjxyZWN0IHg9IjQxNSIgeT0iNDAuNSIgZmlsbD0iIzQ5NjdBRiIgd2lkdGg9IjM1IiBoZWlnaHQ9IjExLjk5OSIvPjwvc3ZnPg==) no-repeat transparent;
    background-size: 124px;
    background-position: -28px -3px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    margin-top: 0;
    margin-right: 5px;
    margin-left: 5px
}

.member-compass-container #events .checkbox-custom input[type=checkbox]:checked {
    background-position: -76px -3px
}

.member-compass-container #events .checkbox-custom input[type=checkbox]:focus {
    outline: 0
}

.member-compass-container #orders h3 {
    display: inline-block;
    margin-right: 15px
}

.member-compass-container #orders .actions-bar {
    display: inline-block
}

.member-compass-container #orders #subscriptions th.actions {
    width: 195px
}

.member-compass-container #orders #subscriptions td.actions>a {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    display: block
}

.member-compass-container .form-actions {
    text-align: right
}

.member-compass-container .form-actions .saving .novicon {
    margin-right: 5px
}

.member-compass-container .form-actions .saved {
    color: #37b34a;
    line-height: 40px
}

.member-compass-container .form-actions .saved .novicon {
    margin-right: 5px
}

.member-compass-container .form-actions .btn .novicon {
    margin-right: 5px
}

@media (max-width: 767px) {
    .member-compass-container .form-actions {
        text-align:center;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        border-top: 1px solid #ddd;
        z-index: 15
    }

    .member-compass-container .form-actions .btn {
        font-size: 1.2em;
        display: block;
        width: 100%
    }

    .member-compass-container .form-actions .saved {
        display: block
    }
}

.member-compass-container #iframe-modal {
    -webkit-overflow-scrolling: auto!important;
    overflow-y: auto!important
}

.member-compass-container #iframe-modal .modal-body {
    padding: 0
}

.member-compass-container legend {
    margin-bottom: 0;
    font-size: 1em;
    border-bottom: 0
}

.events-list-container .nav-tabs li,.events-list-container .nav-tabs ul {
    margin-bottom: 0!important
}

.events-list-container .nav-tabs li:first-child {
    margin-left: 10px!important
}

.events-list-container .nav-tabs li:nth-child(2) {
    margin-left: 10px!important
}

.events-list-container .nav-tabs li.active {
    border-bottom: 1px #fff solid;
    margin-bottom: -1px!important
}

.events-list-container .nav-tabs li.active a {
    color: #3155a6!important
}

.events-list-container .nav-tabs li:not(.active) {
    background-color: #eee!important
}

.events-list-container .nav-tabs li:not(.active) a {
    color: #777!important
}

.events-list-container .listing-table {
    margin-top: 10px
}

.events-list-container a,.events-list-container a:hover {
    font-weight: 500
}

.listing-table {
    margin-top: 10px
}

#events-link {
    float: right!important;
    font-size: .8em;
    background-color: #fff!important;
    border: none!important;
    margin-top: 10px
}

#events-link a:hover {
    background-color: #fff!important;
    border: none!important
}

#save-slideout {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 40px;
    min-width: 250px;
    text-align: center;
    margin-bottom: 0;
    z-index: 9999;
    position: fixed
}

#save-slideout .icon {
    font-size: 1.3em;
    margin-right: 5px
}

#save-slideout strong {
    color: #222
}

@media (max-width: 767px) {
    #save-slideout {
        top:292px
    }
}

.event .date-stub strong {
    display: block
}

.event .date-stub small {
    font-size: 70%!important
}

.event .event-table {
    box-shadow: none
}

.events .event:last-child {
    margin-bottom: 15px
}

.c-keyinfo_customer-title {
    margin-top: 0;
    text-align: center
}

.c-keyinfo_instructions {
    text-align: center
}

.c-member-compass-badge__pending--visibilty {
    display: block
}

.c-member-compass-badge__member-since--visibilty {
    display: block
}

.c-member-compass-badge__non-member--visibilty {
    display: block
}

.c-balance-type-has-unapplied-payments {
    opacity: .5
}

.c-balance-type-fieldset {
    margin-bottom: 25px
}

.c-balance-type-fieldset legend {
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .c-balance-type-fieldset-types {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.c-balance-type-fieldset .c-balance-type {
    border: 1px solid #eee;
    border-radius: 0;
    background: 0 0;
    color: #000;
    font-weight: 700;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 12px 0 6px 0;
    text-align: center
}

.c-balance-type-fieldset .c-balance-type:hover {
    background-color: #fbfbfb;
    cursor: pointer
}

.c-balance-type-fieldset .c-balance-type:hover .c-balance-type__radio {
    background-color: #777
}

.c-balance-type-fieldset .c-balance-type--selected {
    background-color: #fbfbfb
}

@media (min-width: 992px) {
    .c-balance-type-fieldset .c-balance-type {
        margin-bottom:0;
        width: 30%;
        height: 100%
    }
}

.c-balance-type-fieldset .c-balance-type__number {
    font-weight: 500;
    font-size: 1.5em
}

.c-balance-type-fieldset .c-balance-type__radio[type=radio] {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    background-color: #eee;
    color: #fff;
    height: 28px;
    width: 28px;
    border: #eee 1px solid;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 7px;
    outline: 0;
    font-size: 12px
}

.c-balance-type-fieldset .c-balance-type__radio[type=radio]::before {
    position: absolute;
    left: 7px;
    top: 7px;
    content: "\f00c"
}

.c-balance-type-fieldset .c-balance-type__radio[type=radio]:checked {
    background-color: #37b34a;
    border-color: #37b34a
}

.c-balance-type-fieldset .c-balance-type__radio[type=radio]:focus {
    border: #222 dashed 1px
}

.c-pay-balance-invoice-table__checkbox-column {
    width: 35px
}

.credited-line {
    text-decoration: line-through
}

.confirm-email-change-token-field-group {
    width: 100%
}

.confirm-email-change-token-field-group a {
    font-size: 12px
}

.c-balance-none h3 {
    margin-bottom: 0;
    line-height: 1
}

.c-balance-none small {
    font-size: 12px;
    font-style: italic
}

.c-balance-none .novicon-time {
    font-size: 100px;
    transform: matrix(-1,0,0,1,0,0)
}

.o-mfa__wrapper {
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .o-mfa__wrapper {
        -ms-flex-direction:inherit;
        flex-direction: inherit
    }
}

.o-mfa__wrapper--steps {
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .o-mfa__wrapper--steps {
        -ms-flex-direction:row;
        flex-direction: row
    }
}

.o-mfa__wrapper--button:hover {
    background: #f0f0f0;
    cursor: pointer
}

.o-mfa__wrapper--button:hover .o-mfa__arrow {
    color: #20376b
}

.o-mfa__wrapper--phone {
    padding: 0
}

.o-mfa__wrapper--phone .btn {
    width: 100%;
    outline: 0
}

.o-mfa__wrapper--phone input {
    width: 100%;
    margin-bottom: 20px
}

.o-mfa__option-wrapper {
    display: block;
    text-align: left
}

.o-mfa__inner-wrapper--right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.o-mfa__inner-wrapper--left {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.o-mfa__icon i {
    font-size: .8em;
    margin-right: 5px
}

.o-mfa__icon--enabled {
    color: #459836;
    font-weight: 700
}

.o-mfa__icon--disabled {
    color: #d93b42;
    font-weight: 700
}

.o-mfa__arrow {
    font-size: 2em
}

.o-mfa__arrow:hover {
    cursor: pointer;
    color: #20376b
}

.o-mfa__p--emphasized {
    font-style: italic;
    font-size: .85em
}

.o-mfa__p--strong {
    font-weight: 700
}

.o-mfa__steps {
    width: 150px
}

.o-mfa__steps-title {
    margin: 0
}

.o-mfa__content {
    width: 100%
}

.o-mfa__qr-code {
    display: block;
    margin: 0 auto 10px
}

.o-mfa__code-text,.o-mfa__text-link {
    display: block;
    text-align: center;
    margin: 0 auto
}

.o-mfa__title {
    margin: 5px 0
}

.o-mfa__text-column {
    width: 100%
}

@media (min-width: 768px) {
    .o-mfa__text-column {
        width:80%
    }
}

.o-mfa__button--float-right {
    float: right;
    -ms-flex-negative: auto;
    flex-shrink: auto;
    min-width: 150px;
    height: 100%;
    width: 100%;
    margin: 0 0 20px 0
}

@media (min-width: 768px) {
    .o-mfa__button--float-right {
        width:auto;
        margin: 0 0 0 20px
    }
}

.o-mfa__section-header {
    margin-top: 0!important
}

.o-mfa__container--login {
    width: 100%
}

@media (min-width: 768px) {
    .o-mfa__container--login {
        width:75%
    }
}

.u-margin__bottom--20 {
    margin-bottom: 20px
}

.mfa-authenticator-setup-container {
    padding: 0 0 10px
}

.o-back-button {
    margin: 0 0 10px
}

.o-back-button__icon {
    margin-right: 5px
}

.mfa-authenticator-setup-container>.section-header {
    margin-top: 0!important
}

.member-compass-container .listing-table .actions-bar .search-box {
    display: block!important;
    max-width: 100%!important;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .member-compass-container .listing-table .actions-bar .search-box {
        display:inline-block!important;
        max-width: 305px!important;
        margin-bottom: 0
    }
}

.c-member-compass-buttons-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 767px) {
    .c-member-compass-buttons-container {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#staffSearchInput {
    margin-left: 0
}

@media (max-width: 767px) {
    #staff .hidden-xs,#staff .widget-sidebar {
        display:inline-block!important
    }
}

.search-member-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%
}

@media (max-width: 767px) {
    .search-member-wrapper {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: stretch!important;
        align-items: stretch!important;
        margin-top: 10px!important;
        margin-bottom: 10px!important;
        margin-right: 0!important;
        margin-left: 0!important
    }

    .search-member-wrapper div {
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: cr;
        flex-direction: cr
    }

    .search-member-wrapper .seats-assigned-wrapper .c-member-compass-well__staff-tab-seats-filled-wrapper.member-compass-buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    .search-member-wrapper .seats-assigned-wrapper .c-member-compass-well__staff-tab-seats-filled-wrapper.member-compass-buttons span {
        margin: 0 4px
    }
}

@media (max-width: 767px) {
    .c-member-compass-buttons-container {
        height:auto
    }
}

.c-member-compass-buttons-container .add-seats-wrapper>:first-child {
    margin: 0 4px
}

.c-member-compass-buttons-container .add-seats-wrapper>:last-child {
    margin: 0 0 0 4px
}

.add-seats-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex: 1;
    flex: 1;
    height: 100%
}

.add-seats-wrapper .btn {
    padding: 6px 10px
}

.add-seats-wrapper a {
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -ms-flex-align: center;
    align-items: center;
    height: 40px
}

@media (max-width: 767px) {
    .add-seats-wrapper {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .add-seats-wrapper a {
        margin-top: 5px!important;
        margin-bottom: 5px!important;
        margin-right: 0!important;
        margin-left: 0!important;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.member-compass-container.c-member-compass-well {
    padding: 15px 0 0 0
}

.seats-assigned-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.seats-assigned-wrapper .novicon.novicon-staff.c-member-compass-well__staff-tab-seats-filled-icon {
    width: 36px
}

.seats-assigned-wrapper .c-member-compass-well__staff-tab-seats-filled-wrapper.member-compass-buttons {
    width: 100%
}

.second-back-btn {
    margin-left: 15px
}

.table-actions {
    text-align: right;
    font-size: 1.3em
}

.vcenter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.report-table th {
    background-color: #404040!important;
    color: #fff
}

.report-table th a {
    color: #fff!important
}

.report-table td .normal-weight {
    font-weight: 400!important
}

input[type=checkbox][readonly] {
    cursor: not-allowed
}

.opacity-50 {
    opacity: .5
}

.file-list {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.file-list span {
    background-color: #eee;
    border-radius: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 12px;
    margin-right: 5px;
    margin-top: 5px
}

.file-list span.custom-field-file {
    border: 1px solid #ccc
}

.file-list span:hover i {
    opacity: 1
}

.file-list i {
    margin-left: 5px;
    cursor: pointer;
    opacity: .2
}

.file-list .custom-field-file>i:first-child {
    margin-left: 15px
}

.file-list .remove-custom-file:hover {
    color: red
}

.auto-pay-membership-section {
    margin-top: 10px
}

.auto-pay-membership-section .auto-pay-options-list .auto-pay-option {
    border-bottom: 1px solid #c4c4c4;
    padding-top: 20px;
    display: inline-block;
    width: 100%
}

.auto-pay-membership-section .auto-pay-options-list .auto-pay-option:first-child {
    border-top: 1px solid #c4c4c4
}

.auto-pay-membership-section .switch-ios {
    margin-top: 5px
}

.auto-pay-options-list {
    display: inline-block;
    width: 100%;
    margin-left: 15px
}

.auto-pay-container-wrapper {
    max-height: 170px;
    overflow-y: auto;
    display: inline-block;
    width: 100%
}

.seat-type-assigned-item {
    background-color: #d5d5d5;
    padding: 8px 12px;
    min-width: 150px;
    max-width: 250px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 5px
}

.seat-type-assigned-item.total {
    background-color: transparent;
    border: 2px solid #2a5072;
    min-width: 175px;
    float: right;
    margin-right: 0;
    max-width: 190px
}

.seat-type-assigned-item.total .seat-type-name-container {
    min-width: 0
}

.seat-type-assigned-item .seat-type-number {
    display: inline-block;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    margin-top: 1px
}

.seat-type-assigned-item .seat-type-of {
    display: inline-block;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    font-style: italic;
    margin-left: 6px;
    margin-right: 6px
}

.seat-type-assigned-item .seat-type-name-container {
    display: inline-block;
    padding-left: 0!important;
    margin-left: 5px;
    text-align: right;
    -ms-flex: 2;
    flex: 2;
    min-width: 100px
}

.seat-type-assigned-item .seat-type-name-container .seat-type-name {
    margin: 0;
    font-size: 16px;
    font-weight: 900;
    white-space: nowrap;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.seat-type-assigned-item .seat-type-name-container .seat-type-assigned-text {
    margin: 0;
    font-weight: 300;
    font-size: 13px
}

.seat-type-assigned-item .seat-type-numbers-container {
    padding: 0!important;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    white-space: nowrap;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    margin-left: 5px;
    -ms-flex-align: center;
    align-items: center
}

.seat-ui-assign-wrapper {
    width: 100%;
    text-align: center
}

.seat-ui-assign-wrapper .collapsed-btns {
    background-color: #fff!important
}

.seat-ui-assign-wrapper .collapsed-btns a:hover {
    background: #d5d5d5!important;
    color: #2a5072!important
}

.seat-ui-assign-wrapper .collapsed-btns span {
    color: #2a5072!important
}

.staff-seat-type-name {
    width: 100%;
    text-align: center;
    margin-top: 5px
}

.seat-type-assigned-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 5px
}

@media (max-width: 800px) {
    .seat-type-assigned-item {
        width:100%;
        max-width: 100%
    }

    .seat-type-assigned-item.total {
        max-width: 100%
    }
}

.seat-option-container {
    max-width: 300px
}

.seat-option-container a {
    text-align: left
}

.seat-option-container a.disabled {
    color: #404040!important;
    opacity: .5;
    cursor: not-allowed
}

.seat-option-container a span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden
}

.total-seats-assigned-container {
    margin-bottom: 8px
}

.unverified-descriptor-code-ui {
    text-align: left
}

unverified-descriptor-code-ui-list {
    list-style: decimal;
    text-align: left
}

.js-member-compass-company,.js-member-compass-profile {
    display: block
}

@media (min-width: 992px) {
    .js-member-compass-company,.js-member-compass-profile {
        display:-ms-flexbox;
        display: flex
    }
}

.js-member-compass-company__save-btn,.js-member-compass-profile__save-btn {
    position: relative;
    left: 0;
    width: 94%;
    z-index: 1000000;
    margin: 0 0 0 3%
}

@media (min-width: 768px) {
    .js-member-compass-company__save-btn,.js-member-compass-profile__save-btn {
        position:fixed;
        top: inherit
    }
}

@media (min-width: 992px) {
    .js-member-compass-company__save-btn,.js-member-compass-profile__save-btn {
        position:absolute;
        top: 0
    }
}

.js-member-compass-company__save-btn--mobile,.js-member-compass-profile__save-btn--mobile {
    position: absolute;
    bottom: 0!important;
    left: 0;
    width: 104%;
    margin: 0 0 -20% -2%
}

@media (min-width: 768px) {
    .js-member-compass-company__save-btn--mobile,.js-member-compass-profile__save-btn--mobile {
        width:102%;
        margin: 0 0 -3% -1%
    }
}

.js-member-compass-company__save-btn--bottom,.js-member-compass-profile__save-btn--bottom {
    position: absolute;
    bottom: 0!important;
    left: 0;
    width: 103%;
    margin: 0 0 -9% -1%
}

@media (min-width: 768px) {
    .js-member-compass-company__save-btn--bottom,.js-member-compass-profile__save-btn--bottom {
        margin:0 0 -4% -1%
    }
}

@media (min-width: 992px) {
    .js-member-compass-company__save-btn--bottom,.js-member-compass-profile__save-btn--bottom {
        left:10%;
        width: auto;
        margin: 0
    }
}

.js-member-compass-company__save-btn--scroll,.js-member-compass-profile__save-btn--scroll {
    top: inherit
}

@media (min-width: 992px) {
    .js-member-compass-company__save-btn--scroll,.js-member-compass-profile__save-btn--scroll {
        position:sticky;
        bottom: auto;
        width: 100%;
        margin: 0;
        top: 20px
    }
}

.c-member-compass-profile__left-column {
    margin: 0 0 50px 0
}

@media (min-width: 768px) {
    .c-member-compass-profile__left-column {
        margin:0 0 100px 0
    }
}

@media (min-width: 992px) {
    .c-member-compass-profile__left-column {
        margin:0
    }
}

.c-member-compass-profile__no-edit-box {
    margin-bottom: 40px;
    padding: 20px;
    background: #f0f0f0
}

.c-member-compass-profile__no-edit-box .profile-name {
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    font-weight: 700
}

.c-member-compass-profile__no-edit-box .special-field {
    margin: 0 0 15px 0;
    font-weight: 500
}

.c-member-compass-profile__no-edit-box input {
    border: 1px solid #8a8a8a
}

.c-member-compass-profile__no-edit-box input:focus {
    border: 1px solid #3f90d0
}

.c-member-compass-profile__form-group {
    padding-right: 0;
    padding-left: 0
}

.c-member-compass-profile__form-group--static {
    padding: 0!important
}

.c-member-compass-profile__form-group.add-person-name,.c-member-compass-profile__form-group.add-person-title {
    padding-right: 5px
}

.c-member-compass-profile__form-group.add-person-suffix {
    padding-right: 0
}

.c-member-compass-profile__save-alert-wrapper {
    width: 100%;
    padding: 15px 20px;
    background: #d8d8d8
}

@media (min-width: 992px) {
    .c-member-compass-profile__save-alert-wrapper {
        width:110px;
        padding: 0;
        background: 0 0
    }
}

.c-member-compass-profile__alert {
    width: 100%;
    margin-left: 0
}

@media (min-width: 768px) {
    .c-member-compass-profile__alert {
        width:200%;
        margin-left: -55px
    }
}

.c-member-compass-profile__save-btn-wrapper {
    position: relative!important;
    margin: 0 auto;
    text-align: center!important;
    border-top: none!important
}

.c-member-compass-profile__saved-btn {
    color: #fff!important
}

.c-member-compass-profile__saved-message {
    font-size: .8em;
    margin-right: 0!important
}

.c-member-compass-profile__add-button {
    width: 100%;
    margin: 5px 0
}

@media (min-width: 768px) {
    .c-member-compass-profile__add-button {
        width:auto
    }
}

.c-member-compass-profile__item-block {
    max-width: inherit!important;
    margin: 10px 0!important
}

.c-member-compass-modal__save-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000000;
    margin: 0;
    padding: 10px 30px;
    text-align: center;
    background: #d8d8d8;
    color: #fff!important
}

.c-member-compass-modal__save-btn .btn {
    color: #fff!important
}

.custom-field-section p {
    font-size: .9em;
    margin-bottom: 20px
}

.custom-field-section h4 {
    margin-top: 40px;
    margin-bottom: 5px!important;
    font-size: 1.4em;
    font-weight: 700
}

.custom-field-section hr {
    border-top: .5px solid;
    margin-top: 5px;
    margin-bottom: 5px
}

@media (max-width: 767px) {
    .login-container .product-detail-container .section-header h1,.product-detail-container .header-ribbon h1,.product-detail-container .login-container .section-header h1 {
        font-size:2em
    }

    .login-container .product-detail-container .section-header .subtitle,.product-detail-container .header-ribbon .subtitle,.product-detail-container .login-container .section-header .subtitle {
        display: none
    }
}

.product-detail-container .back-btn {
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0 20px 0;
    display: block
}

@media (min-width: 992px) {
    .product-detail-container .back-btn {
        margin:0 0 25px 10px
    }
}

.product-detail-container .back-btn:hover {
    text-decoration: none;
    color: #f0f0f0
}

.product-detail-container .back-btn .novicon {
    margin-right: 3px;
    font-size: 1.5em;
    top: 5px
}

@media (min-width: 768px) {
    .product-detail-container .product-info .image {
        float:left;
        background: #3155a6;
        color: #fff;
        border-radius: 5px;
        margin: 15px 25px 10px 0;
        overflow: hidden
    }

    .product-detail-container .product-info .image .novicon {
        padding: 15px 25px;
        font-size: 6em
    }
}

@media (max-width: 767px) {
    .product-detail-container .product-info .image img {
        margin:0 auto 15px
    }

    .product-detail-container .product-info .image .novicon {
        display: none
    }
}

.product-detail-container .product-info .description {
    min-height: 20px;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .product-detail-container .product-info .description {
        min-height:160px
    }
}

.product-detail-container .product-info .description ol,.product-detail-container .product-info .description ul {
    overflow: hidden
}

.product-detail-container .product-info .pricing {
    text-align: right;
    font-size: 1.15em
}

.product-detail-container .product-info .pricing .non-member-price {
    color: #3155a6;
    margin-bottom: 10px
}

.product-detail-container .product-info .pricing .user-type {
    font-style: italic;
    font-size: .9em;
    font-weight: 700
}

.product-detail-container .product-info .pricing .price {
    font-weight: 800;
    min-width: 65px;
    padding-left: 5px;
    display: inline-block
}

.product-detail-container .product-info .pricing .price-muted {
    display: block;
    font-weight: 700;
    color: #ccc;
    font-size: .8em
}

.product-detail-container .product-info .form-inline {
    text-align: right
}

.product-detail-container .product-info .form-inline label {
    font-style: italic;
    font-size: .9em
}

.product-detail-container .product-info .form-inline .c-time-picker_input-time,.product-detail-container .product-info .form-inline .form-control {
    width: 75px;
    text-align: center
}

@media (min-width: 768px) {
    .product-detail-container .product-info .form-inline .c-time-picker_input-time,.product-detail-container .product-info .form-inline .form-control {
        margin:0 15px
    }

    .product-detail-container .product-info .form-inline .btn .novicon {
        display: none
    }
}

@media (max-width: 767px) {
    .product-detail-container .product-info .form-inline .c-time-picker_input-time,.product-detail-container .product-info .form-inline .form-control {
        display:inline-block;
        margin-left: 15px
    }

    .product-detail-container .product-info .form-inline .btn {
        display: block;
        letter-spacing: 1px;
        margin-top: 10px;
        padding: 12px
    }

    .product-detail-container .product-info .form-inline .btn .novicon {
        margin-right: 10px
    }
}

.product-detail-container .product-info .sign-in {
    margin-top: 5px
}

@media (min-width: 768px) {
    .product-detail-container .product-info .sign-in {
        margin-right:30px;
        text-decoration: underline
    }
}

@media (max-width: 767px) {
    .product-detail-container .product-info .sign-in {
        display:block;
        text-align: center
    }
}

@media (min-width: 768px) {
    .product-detail-container .product-info .log-in {
        float:right
    }

    .product-detail-container .product-info .log-in .novicon {
        display: none
    }
}

@media (max-width: 767px) {
    .product-detail-container .product-info .log-in {
        display:block;
        padding: 12px
    }

    .product-detail-container .product-info .log-in .novicon {
        margin-right: 10px
    }
}

.product-detail-container #contact-offline {
    float: right
}

.product-detail-container .body-content .contact-box {
    display: none;
    margin-top: 15px;
    background: #3155a6;
    color: #fff;
    padding: 20px;
    border-radius: 15px
}

.product-detail-container .body-content .contact-box h4 {
    display: inline-block;
    margin: 0 15px 20px 0;
    font-size: 1.3em
}

.product-detail-container .body-content .contact-box .restrictions {
    color: #3155a6;
    line-height: 1
}

.product-detail-container .body-content .contact-box .btn {
    float: right
}

.product-detail-container .body-content .contact-box .masked-toggle {
    float: right
}

.product-detail-container .body-content .contact-box .saving {
    font-size: 1.4em;
    padding-top: 3px;
    display: inline-block;
    float: right
}

.product-detail-container .body-content .contact-box .saving .novicon {
    margin-right: 10px
}

.product-detail-container .body-content .contact-box .alert {
    margin-bottom: 10px
}

.product-detail-container .body-content .contact-box .alert .novicon {
    margin-right: 5px
}

@media (max-width: 767px) {
    .product-detail-container .body-content .contact-box h4 {
        margin-bottom:0;
        text-align: center;
        display: block
    }

    .product-detail-container .body-content .contact-box .restrictions {
        display: block;
        text-align: center;
        margin-bottom: 20px
    }
}

.product-detail-container #contact-success {
    margin-top: 15px;
    text-align: center;
    border-radius: 15px
}

.product-detail-container #contact-success .novicon {
    margin-right: 10px;
    font-size: 1.2em
}

.featured-products {
    display: none
}

@media (min-width: 992px) {
    .featured-products {
        display:block
    }
}

.container.product-detail-container .featured-products {
    display: none
}

@media (min-width: 992px) {
    .container.product-detail-container .featured-products {
        display:block
    }
}

.c-products__h3 {
    font-size: 1.8em;
    color: #3155a6
}

.c-products__h4 {
    font-size: 1.2em;
    color: #3155a6;
    font-weight: 300;
    margin-bottom: 30px
}

.c-featured-products__wrapper {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto 20px;
    padding: 15px;
    text-align: center;
    border: 1px solid #949494;
    border-radius: 0;
    background-color: #fff
}

.c-featured-products__wrapper:hover {
    background-color: #f0f0f0;
    text-decoration: none
}

.c-featured-products__wrapper:last-child {
    margin: 0 auto
}

.c-featured-products__img {
    margin: 0 auto 10px
}

.c-featured-products__icon {
    display: block;
    margin: 0 auto 10px;
    font-size: 50px;
    color: #3155a6
}

.c-featured-products__name {
    font: 700 1em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

.long-form {
    margin: 0 auto
}

.long-form h2,.long-form h4 {
    font-size: 1.7em;
    font-weight: 700;
    margin-bottom: 15px
}

.long-form .restrictions {
    display: block;
    font-size: .8em;
    font-style: italic;
    margin: -8px 0 5px
}

.long-form .checkbox-custom .restrictions {
    margin: 0 0 5px
}

.long-form .masked-toggle {
    font-size: .8em;
    float: right;
    line-height: 25px
}

.long-form .custom-field-section,.long-form .no-section {
    border-top: 1px solid #eee
}

.long-form .custom-field-section h4,.long-form .no-section h4 {
    margin-top: 20px
}

.long-form .no-section {
    margin-top: 20px;
    padding-top: 25px
}

.long-form .address-block a {
    font-size: .8em;
    line-height: 25px
}

.long-form .restrictions a {
    font-size: inherit
}

.long-form .copy-billing {
    margin-left: 10px
}

.long-form .action-icons {
    float: right;
    position: relative
}

.long-form .action-icons .toggle {
    margin-right: 8px;
    font-size: 1.5em
}

.long-form .collapsed-with-arrow {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10
}

.long-form .collapsed-with-arrow:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 15px;
    height: 15px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #3155a6;
    background: #3155a6;
    transform: rotate(45deg)
}

.long-form .collapsed-with-arrow .inner {
    border: 1px solid #777;
    border-top: 5px solid #3155a6;
    margin-top: 7px;
    background: #fff;
    position: relative;
    padding: 15px 12px
}

.long-form .collapsed-with-arrow .switch-ios {
    display: block
}

.long-form .collapsed-with-arrow .switch-ios>.label-text {
    font-size: .9em;
    color: #3155a6;
    display: block;
    text-align: right;
    margin-right: 65px;
    line-height: 25px;
    white-space: nowrap
}

.long-form .collapsed-with-arrow .switch-ios .switch-container {
    width: 55px;
    float: right;
    font-size: .9em
}

.long-form .address-block label,.long-form .form-group label {
    text-transform: uppercase
}

.long-form .address-block label.small,.long-form .form-group label.small {
    text-transform: none
}

.long-form .form-control-static {
    padding: 0 0 0 10px;
    margin: 0;
    min-height: 0
}

.long-form .info-message {
    background: #3155a6;
    color: #fff;
    font-style: italic;
    padding: 10px 19px;
    margin-bottom: 15px
}

.long-form .info-message a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline
}

.long-form .add-margin {
    margin-bottom: 10px
}

.long-form .instructions {
    display: inline-block;
    margin-left: 10px;
    border-radius: 100%;
    background: #3155a6;
    color: #fff;
    font-weight: 700;
    font-size: .8em;
    width: 16px;
    line-height: 16px;
    text-align: center
}

.long-form .tooltip-inner {
    max-width: 300px
}

.long-form .block-save {
    float: right;
    text-transform: uppercase
}

.long-form .blocks .item-block {
    margin-bottom: 5px;
    display: table;
    width: 100%;
    max-width: 350px
}

.long-form .blocks .item-block .remove {
    display: table-cell;
    width: 25px;
    background: #3155a6;
    color: #fff;
    text-align: center;
    vertical-align: middle
}

.long-form .blocks .item-block .remove .close-x {
    line-height: 2em
}

.long-form .blocks .item-block .remove .close-x:before {
    content: "x";
    font-size: 2em
}

.long-form .blocks .item-block .remove:hover {
    text-decoration: none;
    color: #f0f0f0
}

.long-form .blocks .item-block .info {
    background: #f0f0f0;
    padding: 15px 20px 15px 20px;
    display: table-cell;
    width: 90%
}

@media (min-width: 1200px) {
    .long-form .blocks .item-block .info {
        min-width:300px
    }
}

.long-form .blocks.one-line .item-block .info {
    padding-top: 8px;
    padding-bottom: 5px
}

@media (max-width: 767px) {
    .long-form .blocks {
        margin-top:15px
    }
}

.we-are {
    min-height: 350px;
    text-align: center;
    color: #fff
}

.we-are .parallax {
    height: 100%;
    background-attachment: fixed;
    background-position: top left;
    background-size: cover!important
}

#callouts {
    overflow: hidden;
    max-height: 305px;
    color: #fff;
    background: #c1b9a3
}

#callouts .background {
    position: relative;
    height: 305px;
    background-size: cover
}

#callouts .background .overlay {
    background: rgba(0,0,0,.6)
}

#callouts .name {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0 35px;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center
}

#callouts .name:focus {
    outline: 0
}

#callouts .name:hover {
    color: #e9e0c5;
    text-decoration: none
}

#callouts .date {
    position: absolute;
    left: 50%;
    bottom: 50px;
    width: 90%;
    padding-top: 10px;
    border-top: 2px solid #fff;
    font-size: .8em;
    text-align: center;
    transform: translate(-50%,0)
}

@media (min-width: 768px) {
    #callouts .date {
        width:80%;
        font-size: 1em
    }
}

#callouts .date .fas,#callouts .date .novicon {
    margin-right: 5px
}

#callouts .slick-active .background {
    margin-right: 5px
}

#callouts .slick-active+.slick-active+.slick-active .background,#callouts .slick-active:last-child .background {
    margin-right: 0
}

.main-event .pitches {
    max-width: auto
}

@media (min-width: 768px) {
    .main-event .pitches {
        max-width:1000px;
        margin: 0 auto
    }
}

.upcoming .pitch {
    background-color: #fff
}

.o-social-icons_container .icon {
    display: inline-block;
    padding: 5px 9px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: #3155a6
}

.o-social-icons_container .icon:last-child {
    margin-right: 0
}

#map-background {
    background: url(/novi-core-assets/assets/base/map-background.png);
    background-size: cover;
    background-repeat: no-repeat
}

.featured-slider__btn {
    display: none
}

.body-content .main-event .background {
    position: relative
}

.slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 150px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    list-style-type: none
}

.slick-dots li {
    margin: 0 10px
}

.slick-dots button {
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 100%;
    background-color: transparent;
    text-indent: -9999px
}

.slick-dots li.slick-active button {
    background-color: #fff;
    border: 1px solid #fff
}

footer .separator-strip {
    min-height: 20px;
    background-color: grey
}

footer .contact-area {
    color: #fff;
    background-color: #000
}

footer .contact-area h4 {
    font-size: 120%;
    font-weight: 700;
    text-transform: none
}

footer .contact-area .social-icons {
    margin: 20px 0
}

footer .contact-area .social-icons .icon {
    display: inline-block;
    margin: 5px 7px 0 0;
    padding: 6px 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 13px
}

@media only screen and (max-device-width: 320px) and (orientation:portrait) {
    footer .contact-area .social-icons .icon {
        margin:7px 7px 0 0;
        padding: 7px 12px;
        font-size: 18px
    }
}

@media (min-width: 992px) {
    footer .contact-area .social-icons .icon {
        margin:5px 7px 0 0;
        padding: 4px 8px;
        font-size: 12px
    }
}

@media (min-width: 1200px) {
    footer .contact-area .social-icons .icon {
        margin:10px 8px 0 0;
        padding: 6px 10px;
        font-size: 13px
    }
}

footer .contact-area .social-icons .icon:nth-child(4) {
    margin: 10px 7px 0 0
}

@media only screen and (max-device-width: 320px) and (orientation:portrait) {
    footer .contact-area .social-icons .icon:nth-child(4) {
        margin:10px 0 0 0
    }
}

footer .contact-area .social-icons .icon:last-child {
    margin: 10px 0 0 0
}

footer .contact-area .social-icons .icon:focus {
    outline: 0
}

footer .affiliates-area {
    color: #fff;
    background-color: grey
}

footer .affiliates-area .affiliates {
    position: relative;
    z-index: 10;
    float: right;
    display: table;
    min-height: 75px;
    padding: 10px;
    color: #000;
    background: #fff
}

footer .affiliates-area .novi {
    float: left;
    display: inline-block;
    margin-top: 20px;
    font-size: .45em;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1em;
    letter-spacing: .3em;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff
}

footer .affiliates-area .novi img {
    width: 134px
}

footer .affiliates-area p {
    margin: 30px 0 0;
    font-size: .9em;
    color: #fff;
    text-align: center
}

.icon.twitter {
    background: #000!important
}

.icon.linked-in {
    background: #0972b1!important
}

.icon.facebook {
    background: #3e5491!important
}

.icon.google {
    background: #dd4b39!important
}

.icon.instagram {
    font-size: 1.2em;
    background: #7042c0!important
}

.icon.youtube {
    background: red!important
}

.navbar-nav:not(.sm-collapsible) ul .caret {
    position: absolute;
    right: 20px
}

.navbar-nav .scroll-down {
    width: auto!important;
    margin-top: 0!important
}

.navbar-nav .level-3 {
    padding-left: 5px
}

@media (min-width: 992px) {
    .navbar-nav .level-3 {
        padding-left:0
    }
}

.navbar-nav .level-4 {
    padding-left: 10px
}

@media (min-width: 992px) {
    .navbar-nav .level-4 {
        padding-left:0
    }
}

.navbar-nav .level-5 {
    padding-left: 15px
}

@media (min-width: 992px) {
    .navbar-nav .level-5 {
        padding-left:0
    }
}

.navbar-nav .level-6,.navbar-nav .level-7,.navbar-nav .level-8,.navbar-nav .level-9 {
    padding-left: 20px
}

@media (min-width: 992px) {
    .navbar-nav .level-6,.navbar-nav .level-7,.navbar-nav .level-8,.navbar-nav .level-9 {
        padding-left:0
    }
}

.navbar-utility {
    color: #ddd;
    background: #000
}

.navbar-utility #join-link {
    display: inline
}

.navbar-utility .novicon {
    margin-right: 4px
}

.navbar-utility a {
    margin-right: 15px;
    font-size: 85%;
    color: #ddd
}

#search-panel {
    position: absolute;
    right: 0;
    display: none;
    padding: 5px;
    background: #ddd
}

#search-panel .search-go {
    float: right;
    margin: 0;
    padding: 0 0 0 6px;
    font-size: 1.2em;
    line-height: 34px
}

#search-panel .form-group {
    margin: 0
}

#search-panel .form-group input {
    border: 1px solid #949494
}

#search-panel .form-group input:focus {
    border: 1px solid #4a9ad9
}

#search-panel .form-group>span {
    display: block;
    overflow: hidden
}

#search-panel-mobile {
    padding: 10px 0
}

#search-panel-mobile .form-group {
    margin: 0;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 8px
}

#search-panel-mobile .form-group>span {
    display: inline-block;
    overflow: hidden
}

.navbar-toggle,.navbar-toggle:hover {
    color: inherit!important;
    text-align: right
}

.navbar__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 3fr;
    grid-template-columns: 2fr 3fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-column-gap: 10px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .navbar__wrapper {
        -ms-grid-columns:2fr 12fr;
        grid-template-columns: 2fr 12fr
    }
}

@media (min-width: 992px) {
    .navbar__wrapper {
        width:970px;
        padding: 10px 0;
        -ms-grid-columns: 2fr 10fr;
        grid-template-columns: 2fr 10fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto
    }
}

@media (min-width: 1200px) {
    .navbar__wrapper {
        width:1170px
    }
}

.navbar__wrapper-sticky {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 992px) {
    .navbar__wrapper-sticky {
        width:970px;
        padding: 10px 0
    }
}

@media (min-width: 1200px) {
    .navbar__wrapper-sticky {
        width:1170px
    }
}

.navbar__logo-wrapper {
    margin: 0;
    z-index: 100
}

@media (min-width: 992px) {
    .navbar__logo-wrapper {
        margin:0
    }
}

.navbar-nav {
    float: none;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (min-width: 992px) {
    .navbar-nav {
        -ms-flex-pack:end;
        justify-content: flex-end
    }
}

.navbar-nav .scroll-down {
    width: auto!important;
    margin-top: 0!important
}

.navbar-nav>li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media (min-width: 992px) {
    .navbar-nav>li {
        -ms-flex:0 1 auto;
        flex: 0 1 auto
    }
}

.navbar-nav>li>a {
    padding: 10px;
    line-height: inherit;
    -ms-flex-align: start;
    align-items: flex-start;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: initial
}

@media (min-width: 992px) {
    .navbar-nav>li>a {
        padding:0 10px;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 5px;
        margin-top: 5px
    }
}

@media (min-width: 1200px) {
    .navbar-nav>li>a {
        padding:0 15px
    }
}

.navbar-navigation {
    -ms-grid-column: span 2;
    grid-column: span 2
}

@media (min-width: 992px) {
    .navbar-navigation {
        -ms-grid-column:auto;
        grid-column: auto
    }
}

.navbar-navigation__hr {
    width: 100%
}

.c-nav-navigation__collapse a:focus {
    outline: 3px solid #3155a6
}

.c-nav-navigation__collapse-wrapper {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
    grid-column: 1/span 2
}

@media (min-width: 992px) {
    .c-nav-navigation__collapse-wrapper {
        -ms-grid-column:auto;
        grid-column: auto
    }
}

.caret::before {
    content: "\e620";
    font-family: Novi;
    font-weight: 700;
    border: none;
    font-size: .7em
}

@media (min-width: 992px) {
    .caret::before {
        content:"\e602"
    }
}

.caret {
    border: none
}

@media only screen and (min-width: 992px) {
    .main-menu .navbar-nav .caret {
        display:none
    }

    .navbar-nav:not(.sm-collapsible) ul .caret {
        display: inline-block
    }
}

@media only screen and (max-width: 991px) {
    .navbar-nav>li:hover>a.has-submenu,.navbar-nav>li>a.active.has-submenu {
        color:inherit
    }

    .main-menu .navbar-nav>li>.dropdown-menu .dropdown-menu {
        margin-left: 0!important
    }

    .navbar-nav .open .dropdown-menu {
        width: 100%!important;
        max-width: 100%!important
    }

    .caret {
        position: absolute;
        right: 0;
        margin: -3px 15px 0 0;
        padding: 0;
        width: 32px;
        height: 26px;
        text-align: center;
        line-height: 24px;
        display: inline-block;
        border: none
    }
}

@media only screen and (min-width: 992px) {
    span.caret.c-nav-navigation__caret-mobile {
        display:none
    }
}

@media only screen and (max-width: 991px) {
    .dropdown-menu .level-10,.dropdown-menu .level-3,.dropdown-menu .level-4,.dropdown-menu .level-5,.dropdown-menu .level-6,.dropdown-menu .level-7,.dropdown-menu .level-8,.dropdown-menu .level-9 {
        margin-left:20px!important;
        color: inherit
    }
}

.upcoming {
    z-index: 6
}

.events-nav {
    text-transform: uppercase;
    font-weight: 700
}

.events {
    position: relative;
    padding: 20px 0;
    color: #414141;
    background: #fff
}

.events h2 {
    margin: 0;
    font-weight: 700;
    text-align: center
}

.events .event-table {
    position: relative;
    display: table;
    width: 100%;
    min-height: 75px;
    background-color: #fff;
    box-shadow: 3px 3px 2px grey
}

.events .events-nav {
    margin-bottom: 20px;
    text-transform: uppercase
}

.events .events-nav h2 {
    margin: 0;
    text-align: center
}

.events .events-nav a {
    margin-top: 10px;
    font-weight: 800;
    color: #414141
}

.events .events-nav a:hover {
    color: #c1b9a3
}

.events .event .date-stub {
    display: table-cell;
    width: 60px;
    font-size: 1.1em;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    background-color: grey
}

.events .event .to-separator {
    position: absolute;
    top: 50%;
    left: 50px;
    width: 20px;
    border-radius: 100%;
    font-size: .8em;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    background: #fff;
    transform: translate(0,-50%)
}

.events .event .title {
    display: table-cell;
    padding: 15px;
    vertical-align: middle;
    text-transform: uppercase;
    word-break: break-word
}

.events .event strong {
    display: block;
    font-weight: 900;
    font-size: 1.2em
}

.event-details .c-event-details_details {
    margin-bottom: 20px
}

.event-details .c-event-details_secondary-details {
    text-align: left;
    margin-top: 20px
}

.event-details .non-member-contact>a {
    word-break: break-word
}

.event-list-container .no-events {
    padding: 20px 0
}

.event-list-container .fc-day-grid-event .fc-time {
    display: none
}

.event-list-container .fc-day-grid-event .fc-content {
    text-overflow: ellipsis
}

.event-register-container .info-block span.end {
    display: block;
    margin-left: 35px
}

.event-register-container .tickets tr td,.event-register-container .tickets tr th {
    padding: 10px
}

.event-register-container .panel-heading {
    background: #3155a6;
    color: #fff
}

.event-register-container .panel-heading .novicon {
    color: #fff
}

.c-event-date-stub__btn {
    display: none
}

.c-event-date-stub__wrapper {
    display: contents
}

.c-event-date-stub__separator--slash {
    display: none
}

.c-event-register__h1 {
    font: normal 2.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 0;
    text-transform: none
}

.c-event-register__h2 {
    font: normal 2.1em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 0;
    text-transform: none
}

.c-registration {
    display: -ms-flexbox;
    display: flex
}

.c-registration__attendee-form-wrapper .c-time-picker_input-time,.c-registration__attendee-form-wrapper .form-control,.c-registration__attendee-form-wrapper .multiselect__tags {
    border: 1px solid #949494
}

.c-registration__attendee-form-wrapper .c-time-picker_input-time:focus,.c-registration__attendee-form-wrapper .form-control:focus {
    border: 1px solid #4a9ad9
}

.c-registration__back-btn {
    display: block;
    margin: 0 0 20px
}

.c-registration__seat-quantity {
    width: 115px
}

.c-registration__title {
    font: 700 1.7em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 10px
}

.c-registration__title-checkout {
    display: block
}

@media (min-width: 768px) {
    .c-registration__title-checkout {
        display:inline-block
    }
}

.c-registration__sub-title {
    font: normal 1.5em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0
}

.c-registration__sub-title--border {
    border-bottom: 1px solid #e9e9e9;
    margin: 30px 0 10px;
    padding: 0 0 5px
}

.c-registration__sub-title--centered {
    text-align: center
}

.c-registration__text {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

.c-registration__text-add-someone {
    display: block;
    float: none;
    text-align: left;
    font-size: 1em;
    margin: 0 0 10px!important;
    line-height: 1
}

@media (min-width: 768px) {
    .c-registration__text-add-someone {
        display:inline-block;
        float: right;
        text-align: right;
        font-size: .9em;
        margin: 0!important;
        line-height: 2
    }
}

.c-registration__text--emphasized {
    font-style: italic
}

.c-registration__text--bold {
    font-weight: 700
}

.c-registration__text--right {
    text-align: right
}

.c-registration__text--center {
    text-align: center
}

.c-registration__text--block {
    margin: 20px 0
}

.c-registration__price {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.2
}

.c-registration__price--donation {
    font-size: .7em;
    font-style: italic;
    margin-bottom: 0
}

.c-registration__ceu {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.2
}

.c-registration__item {
    font: 700 1.7em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    font-size: 1.1em;
    line-height: 1.2
}

@media (min-width: 768px) {
    .c-registration__item {
        font-size:1.2em;
        line-height: 1.3
    }
}

.c-registration__item-title {
    font-size: 1.6em
}

.c-registration__wrapper {
    width: 100%;
    max-width: 325px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .c-registration__wrapper {
        max-width:700px
    }
}

@media (max-width: 768px) {
    .c-registration__wrapper {
        max-width:525px
    }
}

.c-registration__wrapper--header {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 0;
    grid-template-areas: "description";
    margin: 0 0 20px;
    padding: 10px 0 5px;
    border-bottom: 2px solid #e9e9e9
}

@media (min-width: 768px) {
    .c-registration__wrapper--header {
        grid-auto-flow:column;
        -ms-grid-columns: 1fr 75px 110px 130px;
        grid-template-columns: 1fr 75px 110px 130px;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        gap: 0 20px;
        grid-template-areas: "description ceu qty price";
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-grid-column-align: center;
        justify-items: center;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding: 15px 20px 10px 0
    }
}

.c-registration__wrapper--header-attendee {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 0;
    grid-template-areas: "description";
    padding: 10px 0 5px;
    border-bottom: 2px solid #e9e9e9
}

@media (min-width: 768px) {
    .c-registration__wrapper--header-attendee {
        grid-auto-flow:column;
        -ms-grid-columns: 1fr 75px 130px;
        grid-template-columns: 1fr 75px 130px;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        gap: 0 20px;
        grid-template-areas: "description ceu price";
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-grid-column-align: center;
        justify-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 20px 10px 10px
    }
}

.c-registration__wrapper--header-rsvp {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 0;
    grid-template-areas: "description";
    padding: 10px 0 5px;
    border-bottom: 2px solid #e9e9e9
}

@media (min-width: 768px) {
    .c-registration__wrapper--header-rsvp {
        grid-auto-flow:column;
        -ms-grid-columns: 1fr 110px;
        grid-template-columns: 1fr 110px;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        gap: 0 20px;
        grid-template-areas: "description qty";
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-grid-column-align: center;
        justify-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 20px 10px 10px
    }
}

.c-registration__wrapper--header-ceu {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 0;
    grid-template-areas: "description";
    padding: 10px 0 5px;
    border-bottom: 2px solid #e9e9e9
}

@media (min-width: 768px) {
    .c-registration__wrapper--header-ceu {
        grid-auto-flow:column;
        -ms-grid-columns: 1fr 110px 110px;
        grid-template-columns: 1fr 110px 110px;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        gap: 0 20px;
        grid-template-areas: "description qty ceu";
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-grid-column-align: center;
        justify-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 20px 10px 10px
    }
}

@media (min-width: 768px) {
    .c-registration__wrapper--header-attendee.c-registration__wrapper--header-rsvp.c-registration__wrapper--header-ceu {
        -ms-grid-columns:1fr 110px;
        grid-template-columns: 1fr 110px;
        grid-template-areas: "description ceu"
    }
}

.c-registration__wrapper__hr {
    border-top: 1px solid #3155a6
}

.c-registration__wrapper--tickets {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    -ms-grid-columns: 1fr 125px;
    grid-template-columns: 1fr 125px;
    -ms-grid-rows: 4fr;
    grid-template-rows: 4fr;
    gap: 10px 5px;
    grid-template-areas: "item-description item-description" "item-details item-price" ". item-ceu" "item-qty item-qty";
    padding: 15px
}

@media (min-width: 768px) {
    .c-registration__wrapper--tickets {
        grid-auto-flow:column;
        -ms-grid-columns: 25px 1fr 75px 110px 130px;
        grid-template-columns: 25px 1fr 75px 110px 130px;
        -ms-grid-rows: 2fr;
        grid-template-rows: 2fr;
        gap: 0 20px;
        grid-template-areas: "item-description item-description item-ceu item-qty item-price" "item-details item-details item-ceu item-qty item-price";
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-grid-column-align: center;
        justify-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px
    }
}

.c-registration__wrapper--tickets:nth-child(even) {
    background: #f0f0f0
}

.c-registration__wrapper--tickets-rsvp {
    -ms-grid-columns: 1fr 125px;
    grid-template-columns: 1fr 125px;
    -ms-grid-rows: 3fr;
    grid-template-rows: 3fr;
    grid-template-areas: "item-description item-description" "item-details item-details" "item-qty item-qty"
}

@media (min-width: 768px) {
    .c-registration__wrapper--tickets-rsvp {
        -ms-grid-columns:1fr 1fr 110px;
        grid-template-columns: 1fr 1fr 110px;
        grid-template-areas: "item-description item-description item-qty" "item-details item-details item-qty"
    }
}

.c-registration__wrapper--tickets-ceu {
    -ms-grid-columns: 1fr 125px;
    grid-template-columns: 1fr 125px;
    -ms-grid-rows: 3fr;
    grid-template-rows: 3fr;
    grid-template-areas: "item-description item-description" "item-details item-details" "item-qty item-ceu"
}

@media (min-width: 768px) {
    .c-registration__wrapper--tickets-ceu {
        -ms-grid-columns:1fr 1fr 110px 110px;
        grid-template-columns: 1fr 1fr 110px 110px;
        grid-template-areas: "item-description item-description item-qty item-ceu" "item-details item-details item-qty item-ceu"
    }
}

.c-registration__wrapper--tickets-checkbox.c-registration__wrapper--tickets-rsvp.c-registration__wrapper--tickets-ceu {
    grid-template-areas: "checkbox item-description item-ceu" "checkbox item-details item-details"
}

@media (min-width: 768px) {
    .c-registration__wrapper--tickets-checkbox.c-registration__wrapper--tickets-rsvp.c-registration__wrapper--tickets-ceu {
        -ms-grid-columns:25px 1fr 110px;
        grid-template-columns: 25px 1fr 110px;
        grid-template-areas: "checkbox item-description item-ceu" "checkbox item-details item-ceu"
    }
}

@media (max-width: 768px) {
    .c-registration__wrapper--tickets {
        -ms-grid-columns:1fr 1fr 90px 70px;
        grid-template-columns: 1fr 1fr 90px 70px;
        grid-template-areas: "item-description item-ceu item-qty item-price" "item-details item-details item-details item-details";
        padding: 15px 5px
    }

    .c-registration__wrapper--tickets .c-registration__col-ceu {
        text-align: center
    }
}

.c-registration__wrapper--tickets-checkbox {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    -ms-grid-columns: 40px 1fr 125px;
    grid-template-columns: 40px 1fr 125px;
    -ms-grid-rows: 3fr;
    grid-template-rows: 3fr;
    gap: 10px 5px;
    grid-template-areas: "checkbox item-description item-price" "checkbox item-description item-ceu" "checkbox item-details item-details";
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-column-align: center;
    justify-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 15px 15px 5px
}

@media (min-width: 768px) {
    .c-registration__wrapper--tickets-checkbox {
        -ms-grid-columns:25px 1fr 75px 130px;
        grid-template-columns: 25px 1fr 75px 130px;
        -ms-grid-rows: 2fr;
        grid-template-rows: 2fr;
        gap: 0 20px;
        grid-template-areas: "checkbox item-description item-ceu item-price" "checkbox item-details item-ceu item-price";
        padding: 20px
    }
}

.c-registration__wrapper--tickets-checkbox:nth-child(even) {
    background: #f0f0f0
}

.c-registration__wrapper-add-ons,.c-registration__wrapper-more-info {
    margin-top: 40px
}

.c-registration__wrapper-addons {
    padding: 0 40px
}

.c-registration__wrapper-addons:last-child {
    padding-bottom: 10px
}

.c-registration__wrapper-addons-item:nth-child(even) {
    background: #f0f0f0
}

.c-registration__wrapper .multiselect__option--highlight {
    background-color: #f0f0f0;
    padding: 0
}

.c-registration__wrapper .multiselect__option--highlight:after {
    background-color: transparent;
    font-size: 12px;
    font-weight: 700;
    top: 7%;
    left: 41px;
    margin: 0;
    position: inherit;
    line-height: 27px;
    color: #3155a6
}

@media (min-width: 992px) {
    .c-registration__wrapper .multiselect__option--highlight:after {
        position:absolute;
        margin: 0 20px;
        font-size: 16px;
        top: 21%;
        left: auto;
        line-height: 40px
    }
}

.c-registration__wrapper--page {
    margin: 40px auto
}

.c-registration__wrapper .long-form .address-block label,.c-registration__wrapper .long-form .form-group label {
    text-transform: capitalize
}

.c-registration__checkout-wrapper {
    width: 100%
}

.c-registration__checkout-wrapper--container {
    padding: 0 15px
}

.c-registration__checkout-wrapper--left {
    padding: 0
}

@media (min-width: 992px) {
    .c-registration__checkout-wrapper--left {
        padding:0 20px 40px 0
    }
}

.c-registration__checkout-wrapper--right {
    padding: 0
}

@media (min-width: 992px) {
    .c-registration__checkout-wrapper--right {
        padding:0 0 40px 20px
    }
}

.c-registration__checkout-wrapper--guest {
    margin: 0 0 40px
}

.c-registration__checkout-wrapper--guest .agree-container a {
    color: #3155a6
}

.c-registration__checkout-wrapper--guest .agree-container a:hover {
    color: #20376b
}

.c-registration__checkout-wrapper--guest .guest-contact-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end
}

.c-registration__checkout-wrapper--guest .guest-contact-header h3 {
    line-height: 1;
    font-size: 1.7em;
    margin-bottom: 10px!important;
    margin-top: 0
}

.c-registration__checkout-wrapper--guest .guest-contact-header p {
    font-size: .9em;
    font-style: italic
}

.c-registration__checkout-wrapper--guest .guest-contact-info {
    border: 1px solid #e9e9e9;
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.c-registration__checkout-wrapper--guest .guest-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-registration__checkout-wrapper--guest .guest-info .guest-name {
    font-size: 1.2em;
    margin-bottom: 0
}

.c-registration__checkout-wrapper--guest .guest-info .guest-company {
    font-size: .9em
}

.c-registration__checkout-wrapper--guest .contact-info {
    text-align: right
}

.c-registration__checkout-wrapper--guest .contact-info .guest-phone {
    margin-bottom: 0;
    font-size: .9em
}

.c-registration__checkout-wrapper--guest .contact-info .guest-email {
    font-size: .9em
}

.c-registration__alert {
    background: #eee;
    border: 1px solid #3155a6;
    padding: 15px;
    margin: 20px auto 40px;
    text-align: center
}

.c-registration__alert--btn {
    margin: 5px auto 10px
}

.c-registration__alert--link {
    display: block;
    margin: 0 auto;
    color: #3155a6
}

.c-registration__alert--link:hover {
    color: #3155a6
}

.c-registration__header {
    font-weight: 700;
    font-size: 1.1em;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 0 5px
}

.c-registration__info-wrapper {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9
}

.c-registration__info-novicon,.c-registration__info-virtual-offering-indicator {
    display: inline-block;
    margin: 0 5px 0 0;
    color: #f58220
}

@media (min-width: 768px) {
    .c-registration__info-novicon,.c-registration__info-virtual-offering-indicator {
        margin:0 10px 0 0
    }
}

.c-registration__success-novicon {
    display: inline-block;
    margin: 0 5px 0 0;
    color: #3155a6
}

@media (min-width: 768px) {
    .c-registration__success-novicon {
        margin:0 10px 0 0
    }
}

.c-registration__date-wrapper,.c-registration__time-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .c-registration__date-wrapper,.c-registration__time-wrapper {
        display:-ms-inline-flexbox;
        display: inline-flex;
        margin-bottom: 0
    }
}

.c-registration__address-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 5px
}

.c-registration__address span {
    margin: 0 5px 0 0
}

.c-registration__addressdivider {
    margin-top: -10px
}

.c-registration__time-wrapper:before {
    display: none
}

@media (min-width: 992px) {
    .c-registration__time-wrapper:before {
        content:'|';
        display: inline-block;
        margin: 0 15px;
        color: #e9e9e9
    }
}

.c-registration__event-title {
    font: normal 2.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 15px;
    padding: 0 0 5px;
    border-bottom: 1px solid #e9e9e9
}

.c-registration__ticket-category {
    font: normal 1.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    padding: 10px;
    margin: 20px 0;
    background: #3155a6;
    color: #fff;
    cursor: pointer
}

.c-registration__ticket-category.collapsed .fa-minus-circle {
    display: none
}

.c-registration__ticket-category:not(.collapsed) .fa-plus-circle {
    display: none
}

.c-registration__ticket-category p {
    font-size: .8em;
    color: #fff;
    margin-left: 24px
}

.c-registration__col-description {
    width: 100%;
    text-align: left;
    grid-area: item-description
}

.c-registration__col-description--header {
    width: 100%;
    text-align: left;
    grid-area: description
}

.c-registration__col-description--details {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.2;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    text-align: left
}

.c-registration__col-details {
    font: normal .9em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    width: 100%;
    text-align: left;
    grid-area: item-details;
    margin: 0
}

@media (min-width: 992px) {
    .c-registration__col-details {
        margin:0
    }
}

.c-registration__col-no-qty {
    grid-area: checkbox
}

.c-registration__col-no-qty input[type=checkbox],.c-registration__col-no-qty input[type=radio] {
    width: 20px;
    height: 20px;
    margin: 0
}

.c-registration__col-price {
    text-align: right;
    grid-area: item-price;
    width: 100%
}

.c-registration__col-price--header {
    text-align: right;
    grid-area: price;
    width: 100%
}

.c-registration__col-price label {
    font-size: .8em
}

.c-registration__col-qty {
    text-align: center;
    grid-area: item-qty;
    margin: 0 auto
}

@media (min-width: 992px) {
    .c-registration__col-qty {
        width:100%;
        margin: 0
    }
}

.c-registration__col-qty--header {
    text-align: center;
    grid-area: qty;
    width: 50%;
    margin: 0 auto
}

@media (min-width: 992px) {
    .c-registration__col-qty--header {
        width:100%;
        margin: 0
    }
}

.c-registration__col-ceu {
    text-align: right;
    grid-area: item-ceu;
    width: 100%;
    margin: 0 auto
}

@media (min-width: 992px) {
    .c-registration__col-ceu {
        margin:0;
        text-align: center
    }
}

.c-registration__col-ceu--header {
    text-align: right;
    grid-area: ceu;
    width: 100%;
    margin: 0 auto;
    font-size: 1.1em
}

@media (min-width: 992px) {
    .c-registration__col-ceu--header {
        margin:0;
        text-align: center
    }
}

.c-registration__btn-calendar {
    margin: 0 auto 40px;
    display: block
}

.c-registration__btn-calendar .add-to-calendar {
    display: block;
    margin: 0 auto;
    text-align: center
}

.c-registration__btn-calendar .dropdown-menu {
    float: none;
    position: relative;
    width: 40%;
    left: 30%
}

.c-registration__btn-calendar .add-to-calendar.open .dropdown-menu {
    left: auto;
    right: auto;
    margin: 0 auto
}

.c-registration__lock {
    background: #f58220;
    padding: 7px;
    border-radius: 50%;
    color: #fff;
    font-size: .9em
}

.c-registration__ticket-title {
    font: normal 1.6em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    border-bottom: 1px solid #e9e9e9;
    margin: 10px 0 20px;
    padding: 0 0 5px
}

.c-registration__ticket-title:not(:first-child) {
    margin: 60px 0 20px
}

@media (min-width: 768px) {
    .c-registration__ticket-title:not(:first-child) {
        margin:70px 0 20px
    }
}

.c-registration__attendee-stepper {
    font-weight: 500;
    font-size: .9em
}

.c-registration .long-form .address-block label,.c-registration .long-form .form-group label {
    text-transform: none
}

.c-registration__multiselect--img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #3155a6;
    margin: 0 20px 0 0
}

.c-registration__multiselect--name {
    font-size: 1.1em;
    font-weight: 700
}

.c-registration__multiselect--email {
    font-size: 1em;
    font-style: italic
}

.c-registration__attendee {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px;
    padding: 10px;
    border: 1px solid #e9e9e9;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

@media (min-width: 768px) {
    .c-registration__attendee {
        padding:20px
    }
}

.c-registration__attendee--no-container {
    padding: 0 0 10px;
    border: none
}

.c-registration__attendee--qr-top {
    border-bottom: none;
    margin-bottom: 0
}

.c-registration__attendee--qr-bottom {
    border-top: none;
    margin-bottom: 20px;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .c-registration__attendee--qr-bottom {
        -ms-flex-direction:row;
        flex-direction: row
    }
}

.c-registration__attendee--qr-block {
    margin-right: 0
}

@media (min-width: 768px) {
    .c-registration__attendee--qr-block {
        margin-right:30px
    }
}

.c-registration__attendee--qr-img {
    max-width: 150px;
    max-height: 150px
}

.c-registration__attendee--qr-name {
    display: block;
    text-align: center;
    margin: 5px auto 10px
}

.c-registration__attendee-image {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
    background: #e9e9e9
}

.c-registration__attendee-image--featured {
    width: 40px;
    height: 40px;
    min-width: 40px
}

@media (min-width: 768px) {
    .c-registration__attendee-image--featured {
        width:60px;
        height: 60px;
        min-width: 60px
    }
}

.c-registration__attendee-initial {
    display: block;
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #3155a6;
    background: #3155a6;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 37px;
    font-size: 25px
}

.c-registration__attendee-initial--featured {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 37px;
    min-width: 40px
}

@media (min-width: 768px) {
    .c-registration__attendee-initial--featured {
        width:60px;
        height: 60px;
        padding: 0 21px;
        line-height: 55px;
        min-width: 60px
    }
}

.c-registration__attendee-email,.c-registration__attendee-name {
    font: 700 1.7em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    font-size: 1.1em
}

@media (min-width: 768px) {
    .c-registration__attendee-email,.c-registration__attendee-name {
        font-size:1.2em
    }
}

.c-registration__attendee-name--featured {
    font-size: 1.1em;
    line-height: 1
}

@media (min-width: 768px) {
    .c-registration__attendee-name--featured {
        font-size:1.5em;
        line-height: 1.2
    }
}

.c-registration__attendee-email {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    font-style: italic;
    font-size: .9em;
    display: none
}

@media (min-width: 768px) {
    .c-registration__attendee-email {
        font-size:1em;
        display: inline-block
    }
}

.c-registration__attendee-btn-remove {
    border: 2px solid #eb0202;
    color: #fff!important;
    background: #eb0202;
    font-size: .8em!important;
    padding: 6px 8px!important
}

@media (min-width: 768px) {
    .c-registration__attendee-btn-remove {
        font-size:1em!important;
        padding: 6px 17px!important
    }
}

.c-registration__attendee-btn-remove:active,.c-registration__attendee-btn-remove:hover {
    border: 2px solid #eb0202;
    color: #eb0202!important;
    background: #fff;
    font-size: .8em!important;
    padding: 6px 8px!important
}

@media (min-width: 768px) {
    .c-registration__attendee-btn-remove:active,.c-registration__attendee-btn-remove:hover {
        font-size:1em!important;
        padding: 6px 17px!important
    }
}

.c-registration__attendee-price-close {
    margin-left: auto
}

.c-registration__attendee-btn-close {
    margin-left: 0
}

.c-registration__attendee-price {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 700
}

.c-registration__attendee-price--x {
    font: normal 2em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 700
}

.c-registration__attendee-price--x:hover {
    font: normal 2em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: 700
}

.c-registration__attendee-form-wrapper {
    padding: 0 5px
}

@media (min-width: 768px) {
    .c-registration__attendee-form-wrapper {
        padding:0 15px
    }
}

.c-registration__attendee-multiselect {
    margin: 0 0 20px
}

.c-registration__attendee-multiselect .multiselect__element {
    margin-bottom: 0
}

.c-registration__attendee-multiselect .multiselect__element .c-registration__attendee {
    padding: 10px;
    margin: 0
}

.c-registration__attendee-multiselect .multiselect__element .multiselect__option {
    padding: 0
}

.c-registration__attendee-multiselect .multiselect__content {
    margin-bottom: 0!important
}

.c-registration__attendee-number {
    margin: 0 10px 0 auto;
    min-width: 60px
}

@media (min-width: 768px) {
    .c-registration__attendee-number {
        margin:0 15px 0 auto
    }
}

.c-registration__attendee-wording {
    display: none
}

@media (min-width: 768px) {
    .c-registration__attendee-wording {
        display:inline-block
    }
}

.c-registration__attendee-info {
    margin-right: auto
}

.c-registration__attendee-wrapper {
    max-height: 320px;
    overflow-y: auto;
    width: 100%
}

@media (min-width: 768px) {
    .c-registration__attendee-wrapper {
        max-height:430px
    }
}

.c-registration__attendee-label-wrapper label {
    display: inline-block
}

.c-registration__attendee-label-wrapper div {
    display: inline-block;
    float: right
}

.c-registration__checkout-no-price {
    display: none
}

.c-registration__checkout-email {
    padding: 20px 20px 0 20px;
    border: 1px solid #e9e9e9;
    margin-top: 20px
}

.c-registration__checkout-addons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 15px;
    margin: 0 0 15px
}

.c-registration__checkout-addons-subtotal {
    margin-left: auto;
    padding-left: 20px
}

.c-registration__payment-container--rsvp {
    max-width: 700px;
    margin: 0 auto;
    border: none!important;
    padding: 0
}

.c-registration__payment-container--rsvp .no-payment {
    padding: 0;
    background: #fff
}

.c-registration__payment-container--rsvp .no-payment .btn {
    margin: 0 auto;
    width: 100%
}

.c-registration__promo-code {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 25px 0 10px
}

.c-registration__promo-code--container {
    border-top: 1px solid #e9e9e9
}

.c-registration__promo-code--error {
    padding: 10px 0 0
}

.c-registration__promo-code-input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 30px
}

.c-registration__promo-code-input .c-time-picker_input-time,.c-registration__promo-code-input .form-control {
    height: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none
}

.c-registration__promo-code-input .btn {
    height: 40px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.c-registration__promo-code-applied {
    margin-left: 30px;
    border: 2px solid #f58220;
    padding: 10px 20px
}

.c-registration__promo-code--applying {
    padding-left: 30px
}

.c-registration__promo-code--applied {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.3em
}

.c-registration__promo-code--clear {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 20px;
    font-size: 1.3em;
    font-weight: 700
}

.c-registration__promo-code--clear:hover {
    font-weight: 700;
    text-decoration: none
}

.c-registration__totals {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 20px 0 10px
}

.c-registration__totals--all {
    font-weight: 700
}

.c-registration__totals-label {
    font: normal 1.2em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 700
}

.c-registration__totals-price {
    font: normal 1.2em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    min-width: 125px;
    text-align: right;
    font-weight: 700
}

.c-registration__totals-price--checkout {
    font-size: 1.4em
}

.c-registration__totals-wrapper {
    padding: 20px;
    border-top: 1px solid #e9e9e9
}

.c-registration__email-wrapper {
    border: 1px solid #e9e9e9;
    padding: 25px 20px 0
}

.c-registration__tiered {
    font-size: .7em;
    color: #3155a6;
    display: block
}

.c-registration__tiered:hover {
    text-decoration: underline;
    cursor: pointer
}

.c-registration .c-time-picker_input-time,.c-registration .form-control,.c-registration .multiselect,.c-registration .multiselect__input,.c-registration .multiselect__single {
    margin: 0
}

.c-registration-checkin__event-title {
    font: normal 1.7em Montserrat,sans-serif;
    line-height: 1.1;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 5px
}

.c-registration-checkin__outer-wrapper {
    border-radius: 5px!important
}

.c-registration-checkin__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 5px;
    padding: 60px 20px 20px;
    min-height: 20px;
    margin: 0 auto 20px;
    border: none;
    box-shadow: none
}

.c-registration-checkin__wrapper--checked-in {
    background: #459836
}

.c-registration-checkin__wrapper--cancelled,.c-registration-checkin__wrapper--not-found {
    background: #d93b42
}

.c-registration-checkin__wrapper--already-checked-in {
    background: #f2b835
}

.c-registration-checkin__wrapper--login {
    background: #a32763
}

.c-registration-checkin__wrapper--reset {
    background: #718fab
}

.c-registration-checkin__title-wrapper {
    margin: 20px 15px
}

.c-registration-checkin__icon {
    font-size: 100px;
    color: #fff
}

.c-registration-checkin__status {
    font: normal 1.2em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin: 10px auto;
    font-weight: 700;
    text-align: center
}

.c-registration-checkin__novi-logo {
    max-width: 100px;
    margin: 60px auto 0;
    text-align: center
}

.c-registration-checkin__item {
    margin: 0 0 20px
}

.c-registration-checkin__email,.c-registration-checkin__name {
    display: block
}

.c-registration-checkin__attendee-image {
    width: 40px;
    height: 40px;
    min-width: 40px
}

.c-registration-checkin__btn-wrapper {
    margin: 30px auto 0;
    text-align: center;
    display: block
}

.c-registration-checkin__undo-link {
    margin: 20px auto;
    text-align: center;
    font-size: 1.2em;
    display: block
}

.c-registration__checkout-wrapper input,.c-registration__checkout-wrapper select {
    border: 1px solid #949494
}

.c-registration__checkout-wrapper input:focus,.c-registration__checkout-wrapper select:focus {
    border: 1px solid #4a9ad9
}

.g-registration__checkout-two-columns {
    width: 100%;
    float: left;
    position: relative
}

@media (min-width: 768px) {
    .g-registration__checkout-two-columns {
        width:50%
    }
}

@media (min-width: 992px) {
    .g-registration__checkout-two-columns {
        width:50%
    }
}

.g-registration__checkout-single-column {
    width: 100%;
    max-width: 700px;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0 0 40px
}

.g-registration__checkout-single-column:first-child {
    padding: 0 0 10px
}

.u-hide {
    display: none
}

.u-hide--small {
    display: none
}

@media (min-width: 768px) {
    .u-hide--small {
        display:inherit
    }
}

.u-hide--large {
    display: inherit
}

@media (min-width: 768px) {
    .u-hide--large {
        display:none
    }
}

.u-show--small {
    display: block
}

@media (min-width: 768px) {
    .u-show--small {
        display:inherit
    }
}

.u-show--large {
    display: inherit
}

@media (min-width: 768px) {
    .u-show--large {
        display:block
    }
}

.u-show-inline--small {
    display: inline-block
}

@media (min-width: 768px) {
    .u-show-inline--small {
        display:inherit
    }
}

.u-show-inline--large {
    display: inherit
}

@media (min-width: 768px) {
    .u-show-inline--large {
        display:inline-block
    }
}

.event-registration-stepper-container .c-alert {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 20px
}

.event-registration-stepper-container .c-stepper__content {
    padding: 20px 0
}

@media (min-width: 768px) {
    .event-registration-stepper-container .c-stepper__content {
        padding:40px 0
    }
}

.c-registration__checkout-wrapper--right .c-registration__text--emphasized {
    margin-bottom: 15px
}

.c-registration__wrapper--header .c-registration__col-no-qty {
    display: none
}

.c-registration__wrapper-addons .multiselect__option--highlight {
    padding: 15px
}

.c-registration__wrapper .multiselect__option--highlight {
    padding: 12px
}

.c-registration__wrapper .buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px
}

.c-registration__wrapper .modal-body {
    margin-top: 300px
}

[v-cloak] {
    display: none
}

.payment-container .agree-container a {
    color: #3155a6
}

.payment-container .agree-container a:hover {
    color: #20376b
}

.payment-container .btn {
    margin-top: 20px
}

.o-details-block__details-icon-virtual-offering-indicator {
    font-size: .7em
}

.c-event-details__span.c-event-details__address {
    display: -ms-flexbox;
    display: flex
}

.c-event-details__calendar-novicon.fa-fw.novicon.novicon-calendar {
    margin-right: 5px
}

.c-event-nav {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 10px;
    list-style-type: none
}

@media (min-width: 992px) {
    .c-event-nav {
        display:-ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.c-event-nav__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5px!important;
    line-height: 32px!important;
    background-color: #f4f4f4;
    color: #3155a6!important;
    min-width: 150px;
    padding-left: 5px;
    padding-right: 5px
}

.c-event-nav__item.active {
    background-color: #3155a6;
    color: #fff!important
}

.c-event-nav__item a {
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: inherit
}

.c-event-nav__item a:hover {
    color: inherit;
    text-decoration: none
}

.c-event-well__content__inactive-tab {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.event-tab-content {
    max-height: unset!important;
    color: inherit!important;
    border: 0!important;
    padding: 0!important;
    overflow-x: inherit!important
}

.c-event-pricing {
    margin: 0
}

.tab-pane.event-tab-content {
    border-radius: 0!important;
    background: #fff!important
}

.event-tabs-container {
    margin-top: 15px!important
}

.event-tabs-container .c-member-compass-nav-toggle {
    margin-bottom: 10px
}

.social-sharing-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.social-sharing-container .width-70 {
    width: 70%
}

.view-product {
    display: block
}

.donation-label {
    font-size: .7em;
    display: block
}

.attendees-height-450 {
    max-height: 450px!important
}

.events-tab {
    position: relative;
    top: -46px;
    display: block;
    width: 65px;
    text-align: center;
    margin: 0 auto -35px
}

@media (min-width: 768px) {
    .events-tab {
        top:-50px
    }
}

.events-tab .novicon-calendar {
    height: 40px;
    width: 65px;
    border-radius: 90px 90px 0 0;
    background: #fff;
    margin-right: 0
}

.events-tab .novicon-calendar:before {
    font-size: 1.5em;
    line-height: 40px;
    color: #000
}

.with-count {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0
}

.with-count .character-count {
    bottom: 0;
    right: 0;
    color: #777;
    font-style: italic;
    font-size: .8em
}

label.control-label.required::after,span.required::after {
    content: " *";
    color: inherit
}

.no-show {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px
}

input[type=checkbox],input[type=radio] {
    margin: 4px 8px 0 0
}

.radio input[type=radio] {
    margin-left: -19px
}

.g-gallery__add,.g-gallery__edit {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 992px) {
    .g-gallery__add,.g-gallery__edit {
        width:50%
    }
}

.o-gallery {
    display: block;
    width: 85%;
    margin: 25px auto 15px;
    background: 0 0
}

.o-gallery__image {
    width: 100%
}

.o-gallery__image-wrapper {
    height: auto;
    overflow: hidden
}

.o-gallery__arrow {
    position: absolute;
    top: 35%;
    z-index: 10;
    margin-top: -25px;
    font-size: 36px;
    color: #3155a6;
    text-align: center;
    text-decoration: none
}

@media (min-width: 992px) {
    .o-gallery__arrow {
        top:45%
    }
}

.o-gallery__arrow-right {
    right: -35px!important
}

.o-gallery__arrow-left {
    left: -35px!important
}

.o-gallery .slick-dots {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
    width: 100%;
    position: relative;
    left: auto
}

.o-gallery .slick-dots li {
    margin: 0 10px;
    display: inline-block
}

.o-gallery .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #d8d8d8;
    text-indent: -9999px
}

.o-gallery .slick-dots li.slick-active button {
    background-color: #000
}

.o-gallery .slick-track {
    display: -ms-flexbox;
    display: flex
}

.o-gallery-edit__inner-wrapper {
    padding: 10px;
    border: 1px solid #e5e5e5
}

.o-gallery-edit__header {
    padding: 10px 10px 5px;
    background: #e3eaf3
}

.o-gallery-edit__input {
    margin: 0 10px 0 0
}

.o-gallery-edit__button {
    width: 100%
}

.o-gallery-thumbnail__list-wrapper {
    margin: 0 0 10px!important;
    padding: 0;
    list-style: none;
    clear: both
}

.o-gallery-thumbnail__image-wrapper {
    border: 1px solid #e5e5e5
}

.o-gallery-thumbnail__image {
    width: 100%;
    height: 130px;
    object-fit: cover;
    overflow: hidden
}

.o-gallery-thumbnail__delete-btn-wrapper {
    position: absolute;
    top: 10px;
    left: 15px
}

.o-gallery-thumbnail__edit-btn-wrapper {
    position: absolute;
    top: 10px;
    right: 15px
}

.o-gallery-thumbnail__delete-btn,.o-gallery-thumbnail__edit-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 5px
}

.o-gallery-thumbnail__div {
    text-align: center;
    height: 130px;
    width: 100%;
    overflow: hidden;
    background: #ebebeb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.o-gallery-thumbnail__div-icon {
    font-size: 2em;
    margin: 0 auto 10px
}

.o-gallery-thumbnail__div-title {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

#gallery-items-list li {
    padding: 0 5px 0 5px!important
}

.c-member-compass-profile__left-column .g-gallery__add,.c-member-compass-profile__left-column .g-gallery__edit {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.c-member-compass-profile__left-column .g-gallery__edit {
    margin: 40px auto 40px
}

.c-member-compass-profile__left-column .o-gallery-edit__header {
    padding: 10px 10px 5px;
    background: #eee
}

.c-member-compass-profile__left-column .o-gallery-edit__button-wrapper {
    margin-right: 0;
    margin-left: 0
}

.c-member-compass-profile__left-column .o-gallery-edit__media-button-wrapper {
    margin: 0 auto;
    text-align: center
}

.o-gallery__video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.o-gallery__video-responsive embed,.o-gallery__video-responsive iframe,.o-gallery__video-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.membership-stepper-container table,.renew-membership-container table {
    margin-bottom: 0
}

.membership-stepper-container table>tbody>tr>td,.renew-membership-container table>tbody>tr>td {
    padding: 13px
}

.membership-stepper-container .new-date,.renew-membership-container .new-date {
    text-align: right;
    font-size: 1.1em;
    padding-top: 20px
}

.membership-stepper-container .new-date td,.renew-membership-container .new-date td {
    border: 0
}

.membership-stepper-container .new-date .new-date-value,.renew-membership-container .new-date .new-date-value {
    margin-left: 20px;
    background: #f0f0f0;
    font-weight: 800;
    font-size: 1.2em;
    padding: 5px 10px
}

.membership-stepper-container .new-date .new-date-value-aligned,.renew-membership-container .new-date .new-date-value-aligned {
    font-weight: 800;
    font-size: 1.2em;
    padding: 0 10px;
    width: 1%;
    vertical-align: middle
}

.membership-stepper-container .auto-renew-option,.renew-membership-container .auto-renew-option {
    font-size: 1.1em;
    border: 0;
    text-align: right
}

.switch-light span span,.switch-toggle a {
    display: none
}

@media only screen {
    .switch-ios .switch-container {
        position: relative;
        display: block;
        min-height: 25px;
        overflow: visible;
        padding: 0;
        width: 100px;
        cursor: pointer
    }

    .switch-ios .switch-container:focus {
        outline: 3px solid #3155a6
    }

    .switch-ios span.switch {
        line-height: 25px;
        vertical-align: middle;
        position: absolute;
        left: 0;
        width: 100%;
        text-align: left
    }

    .switch-ios span.switch:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #fafafa;
        border: 1px solid #f0f0f0;
        border-radius: 30px;
        transition: all .5s ease-out;
        box-shadow: inset 0 0 0 30px #f0f0f0
    }

    .switch-ios span.switch span {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: .9em;
        font-weight: 400;
        color: #fff;
        width: 100%;
        opacity: 0
    }

    .switch-ios span.switch span:first-child {
        opacity: 1;
        padding-left: 27px;
        padding-right: 10px;
        color: #000
    }

    .switch-ios span.switch span:last-child {
        padding-right: 27px
    }

    .switch-ios input:focus~a {
        outline: 0
    }

    .switch-ios input {
        position: absolute;
        opacity: 0;
        z-index: 5
    }

    .switch-ios input:checked~.switch-container a {
        left: 100%;
        margin-left: -25px
    }

    .switch-ios input:checked~.switch-container .switch:before {
        border-color: #7090ab;
        box-shadow: inset 0 0 0 30px #7090ab
    }

    .switch-ios input:checked~.switch-container .switch span:first-of-type {
        opacity: 0
    }

    .switch-ios input:checked~.switch-container .switch span:last-of-type {
        opacity: 1
    }

    .switch-ios a {
        position: absolute;
        top: 0;
        z-index: 4;
        display: block;
        height: 100%;
        padding: 0;
        left: 0;
        width: 25px;
        background-color: #fff;
        border: 1px solid #d3d3d3;
        border-radius: 100%;
        transition: all .3s ease-out;
        box-shadow: inset 0 -3px 3px rgba(0,0,0,.025),0 1px 4px rgba(0,0,0,.15),0 4px 4px rgba(0,0,0,.1)
    }

    .active>.switch-ios span.switch:before {
        border-color: #eb0202;
        box-shadow: inset 0 0 0 30px #eb0202
    }

    .active>.switch-ios span.switch span:first-child {
        color: #fff
    }

    .active>.switch-ios input:checked~.switch-container .switch:before {
        border-color: #37b34a;
        box-shadow: inset 0 0 0 30px #37b34a
    }
}

@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width:80em) {
    .switch-light,.switch-toggle {
        animation:webkitSiblingBugfix infinite 1s
    }
}

.c-secure-contact-confirm__well .c-secure-contact-confirm__left-column {
    width: 100%;
    border-right: none
}

@media (min-width: 768px) {
    .c-secure-contact-confirm__well .c-secure-contact-confirm__left-column {
        width:50%
    }
}

@media (min-width: 992px) {
    .c-secure-contact-confirm__well .c-secure-contact-confirm__left-column {
        width:50%
    }
}

@media (min-width: 768px) {
    .c-secure-contact-confirm__well .c-secure-contact-confirm__left-column {
        border-right:1px solid #3155a6
    }
}

.c-secure-contact-confirm__well .c-secure-contact-confirm__right-column {
    width: 100%
}

@media (min-width: 768px) {
    .c-secure-contact-confirm__well .c-secure-contact-confirm__right-column {
        width:50%
    }
}

@media (min-width: 992px) {
    .c-secure-contact-confirm__well .c-secure-contact-confirm__right-column {
        width:50%
    }
}

.c-secure-contact-confirm__well h3 {
    margin-top: 0
}

.c-secure-contact-confirm__well div {
    padding-bottom: 10px
}

.c-secure-contact-view__contact-info {
    font-size: 1.2em;
    padding: 10px
}

.c-secure-contact-view__contact-info .c-secure-contact-view__bullet-icon {
    margin-right: 5px;
    padding: 8px;
    border-radius: 50%;
    font-size: .9em;
    vertical-align: top;
    background: #dcc471;
    color: #fff
}

.c-secure-contact-view__contact-line {
    margin-bottom: 15px
}

.c-secure-contact-view__map {
    min-height: 300px;
    border-radius: 30px;
    border-width: 1px;
    border-color: #3155a6;
    border-style: solid
}

.o-address {
    display: inline-block
}

.multiselect--active .multiselect__tags {
    border-color: #4a9ad9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #66afe9
}

.multiselect__tags {
    border-color: #777
}

.multiselect__placeholder {
    color: #757575;
    font-style: italic
}

.multiselect__tag {
    background: #eee;
    color: #333
}

.multiselect__tag-icon:focus,.multiselect__tag-icon:hover {
    background: #d5d5d5
}

.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after {
    color: #333
}

.multiselect__option--selected.multiselect__option--highlight {
    background: #e91e1b
}

.multiselect__option--selected.multiselect__option--highlight:after {
    background: #e91e1b
}

.multiselect__option--highlight {
    background-color: #f5fafd;
    color: #333
}

.multiselect__option--highlight span {
    width: 25ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

@media (min-width: 768px) {
    .multiselect__option--highlight span {
        width:auto;
        white-space: nowrap;
        overflow: visible;
        text-overflow: initial
    }
}

.multiselect__option--highlight:after {
    background-color: #f5fafd;
    color: #595959
}

ul.multiselect__content li {
    display: none
}

ul.multiselect__content li.multiselect__element {
    display: block
}

span.multiselect__single {
    font-size: 14px
}

.multiselect--disabled .multiselect__single,.multiselect--disabled .multiselect__tags {
    background-color: #eee
}

.c-phone-input--international {
    float: right;
    cursor: pointer
}

.c-phone-input__international--pad-right {
    padding-right: 5px
}

.c-phone-input__international--is-allowed {
    color: green
}

.c-time-picker--datetime {
    padding-left: 0
}

.c-time-picker_dropdown {
    position: absolute;
    z-index: 5;
    top: calc(2.2em + 2px);
    height: 10em;
    font-weight: 400;
    width: 100%;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    padding: inherit;
    left: 0
}

.c-time-picker_dropdown ::-webkit-scrollbar {
    background: 0 0;
    height: 8px;
    width: 8px
}

.c-time-picker_dropdown ::-webkit-scrollbar-thumb {
    border: none;
    box-shadow: none;
    background: #dadce0;
    border-radius: 8px;
    min-height: 40px
}

.c-time-picker_dropdown ul {
    background: #fff;
    border: 1px solid #ccc;
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-flex: 1;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto
}

.c-time-picker_dropdown ul li {
    text-align: center;
    padding: .3em 0;
    color: #161616
}

.c-time-picker_dropdown ul li.highlight,.c-time-picker_dropdown ul li:hover {
    background: #eee;
    color: #222;
    cursor: pointer
}

.c-time-picker_dropdown ul li.active,.c-time-picker_dropdown ul li.active:hover {
    background: #3155a6;
    color: #fff
}

.c-time-picker,.vdp-datepicker {
    max-width: 200px
}

.vdp-datepicker__calendar .cell.selected {
    background-color: #3155a6!important;
    color: #fff
}

.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
    border: 1px solid #f0f0f0!important
}

.c-stepper__container {
    background: #fff
}

.c-stepper__container hr {
    margin-top: 10px;
    margin-bottom: 10px
}

.c-stepper__container .c-percentage-ring {
    width: 70px
}

@media (min-width: 768px) {
    .c-stepper__container .c-percentage-ring {
        display:none
    }
}

.c-stepper__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center
}

.c-stepper__divider-line {
    border-bottom: 1px solid #ccc;
    height: 2px;
    position: absolute;
    top: -38px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

@media (min-width: 0px) {
    .c-stepper__divider-line {
        display:none
    }
}

@media (min-width: 768px) {
    .c-stepper__divider-line {
        display:block
    }
}

.c-stepper__steps {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    left: 0
}

@media (min-width: 0px) {
    .c-stepper__steps {
        width:100%
    }
}

@media (min-width: 768px) {
    .c-stepper__steps {
        padding:1% 4% 1% 4%;
        width: 95%
    }
}

.c-stepper__step {
    position: relative
}

@media (min-width: 0px) {
    .c-stepper__step {
        display:none
    }
}

@media (min-width: 768px) {
    .c-stepper__step {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.c-stepper__step--clickable {
    cursor: pointer
}

.c-stepper__step-title {
    display: inline-block
}

@media (min-width: 768px) {
    .c-stepper__step-title {
        display:block
    }
}

.c-stepper__step-title p {
    color: #3155a6;
    margin: 0;
    font-size: 1.7em;
    font-weight: 600
}

@media (min-width: 768px) {
    .c-stepper__step-title p {
        margin:5px;
        font-size: 1.3em
    }
}

@media (min-width: 992px) {
    .c-stepper__step-title p {
        font-size:1.7em
    }
}

.c-stepper__step-circle {
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 0 10px 0 0;
    background-color: #fff
}

@media (min-width: 768px) {
    .c-stepper__step-circle {
        float:none;
        padding: 0 15px
    }
}

.c-stepper__step-circle i {
    font-size: 15px;
    background-color: #eee;
    color: #fff;
    border-radius: 50%;
    padding: 20px
}

.c-stepper__step--active {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .c-stepper__step--active {
        display:-ms-flexbox;
        display: flex
    }
}

.c-stepper__step--active .c-stepper__step-circle i {
    background-color: #3155a6
}

.c-stepper__step--completed:not(.c-stepper__step--active) .c-stepper__step-circle i {
    color: #379a46
}

.animated {
    animation-duration: .5s;
    animation-fill-mode: both
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeOut {
    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

.c-percentage-ring {
    margin-left: 10px
}

.c-percentage-ring__circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8
}

.c-percentage-ring__circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
    stroke: #3155a6
}

.c-percentage-ring__percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: .5em;
    text-anchor: middle
}

.c-percentage-ring__text {
    font-size: 12px
}

.alert li,.alert ol,.alert ul {
    color: inherit;
    font: inherit
}

.c-alert {
    display: table
}

.c-alert__icon {
    display: table-cell!important;
    vertical-align: middle;
    padding-right: 15px
}

.c-alert__content {
    vertical-align: middle;
    display: table-cell
}

.c-alert__content ul {
    margin-top: 5px
}

.c-alert__content li,.c-alert__content ul {
    color: inherit!important;
    font: inherit!important
}

.membership-stepper-container .c-alert {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 20px
}

.membership-stepper-container.container.moved-up {
    margin-top: 0
}

@media (min-width: 768px) {
    .membership-stepper-container.container.moved-up {
        margin-top:-50px
    }
}

.membership-stepper-container .c-member-type-select__radio[type=radio] {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    background-color: #eee;
    color: #fff;
    height: 28px;
    width: 28px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 7px;
    outline: 0;
    float: left;
    font-size: 12px
}

.membership-stepper-container .c-member-type-select__radio[type=radio]::before {
    position: absolute;
    left: 8px;
    top: 8px;
    content: "\f00c"
}

.membership-stepper-container .c-member-type-select__radio[type=radio]:hover {
    background-color: #eee
}

.membership-stepper-container .c-member-type-select__radio[type=radio]:checked {
    background-color: #3155a6
}

.membership-stepper-container .c-action-buttons__left {
    width: 50%;
    display: inline-block;
    text-align: left
}

.membership-stepper-container .c-action-buttons__right {
    width: 50%;
    display: inline-block;
    text-align: right
}

.membership-stepper-container .c-keyinfo {
    margin-top: 10px
}

.membership-stepper-container .c-keyinfo input:not(.multiselect__input) {
    border: 1px solid #949494
}

.membership-stepper-container .c-keyinfo input:not(.multiselect__input):focus {
    border: 1px solid #4a9ad9
}

.membership-stepper-container .c-keyinfo .multiselect__tags {
    border: 1px solid #949494
}

.membership-stepper-container .c-keyinfo .duplicate-header {
    color: #3155a6;
    font-size: 20px
}

.membership-stepper-container .c-keyinfo .duplicate-info {
    color: #333
}

.membership-stepper-container .c-keyinfo .duplicate-dismiss {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
    color: #3155a6;
    font-weight: 500
}

@media (min-width: 768px) {
    .membership-stepper-container .c-login-info input {
        border:1px solid #949494
    }

    .membership-stepper-container .c-login-info input:focus {
        border: 1px solid #4a9ad9
    }

    .membership-stepper-container .c-login-info__firstnamegroup,.membership-stepper-container .c-login-info__lastnamegroup {
        width: 49%;
        display: inline-block;
        vertical-align: top
    }

    .membership-stepper-container .c-login-info__firstnamegroup {
        margin-right: 2%
    }
}

.membership-stepper-container .c-login-info__confirmpassword {
    margin-top: 5px
}

.membership-stepper-container .c-input-error,.membership-stepper-container .c-input-validation {
    padding-top: 2px
}

.membership-stepper-container .c-input-validation {
    padding-left: 5px
}

.membership-stepper-container .c-link-parent {
    margin-top: 15px
}

.membership-stepper-container .c-link-parent__cantfindtext,.membership-stepper-container .c-link-parent__maintext,.membership-stepper-container .c-link-parent__subtext {
    text-align: center
}

.membership-stepper-container .c-link-parent__cantfindtext {
    margin-top: 30px
}

.membership-stepper-container .c-link-parent__contactusgroup,.membership-stepper-container .c-link-parent__membershipinfogroup {
    display: inline-block;
    text-align: center;
    margin-top: 30px
}

.membership-stepper-container .c-link-parent__cantfindbuttons {
    margin-top: 15px
}

.membership-stepper-container .c-link-parent .helper-text {
    font-style: italic;
    font-size: 14px;
    padding-left: 4px
}

.membership-stepper-container .c-stepper__content .long-form {
    max-width: 700px
}

.c-action-buttons__left {
    width: 50%;
    display: inline-block;
    text-align: left
}

.c-action-buttons__right {
    width: 50%;
    display: inline-block;
    text-align: right
}

@media (min-width: 768px) {
    .o-person-name .form-group {
        margin-right:1%;
        display: inline-block;
        vertical-align: text-top
    }

    .o-person-name__titlegroup {
        width: 12%
    }

    .o-person-name__firstnamegroup {
        width: 24%
    }

    .o-person-name__middlenamegroup {
        width: 24%
    }

    .o-person-name__lastnamegroup {
        width: 24%
    }

    .o-person-name__suffixgroup.form-group {
        width: 12%;
        margin-right: 0
    }
}

.key-info-sections p {
    margin-top: -15px;
    font-size: .9em;
    margin-bottom: 20px
}

.key-info-sections h4 {
    margin-top: 40px;
    margin-bottom: 5px!important;
    font-size: 1.4em;
    font-weight: 700
}

.key-info-sections hr {
    border-top: .5px solid;
    margin-top: 5px;
    margin-bottom: 20px
}

.file-list {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.file-list span {
    background-color: #eee;
    border-radius: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 12px;
    margin-right: 5px;
    margin-top: 5px
}

.file-list span.custom-field-file {
    border: 1px solid #ccc
}

.file-list span:hover i {
    opacity: 1
}

.file-list i {
    margin-left: 5px;
    cursor: pointer;
    opacity: .2
}

.file-list .custom-field-file>i:first-child {
    margin-left: 15px
}

.address-block__copy-billing--show {
    margin-left: 15px;
    font-style: italic;
    font-size: .9em;
    cursor: pointer;
    color: #000
}

.skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
    margin: 5px;
    padding: 5px;
    background: #fff
}

a.skip:active,a.skip:focus,a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
    z-index: 100
}

.o-qty-badge {
    padding: 5px;
    border-radius: 100%;
    background: #3155a6;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 3px 3px 0 0 fade(#000,30%);
    width: 100px;
    height: 100px
}

.o-qty-badge--event {
    position: relative!important;
    top: auto!important;
    right: auto!important;
    margin: 0 auto 20px!important
}

@media (min-width: 992px) {
    .o-qty-badge--event {
        position:absolute!important;
        top: 5px!important;
        right: 0!important;
        margin: 0!important
    }
}

.o-qty-badge--product {
    position: relative;
    float: right;
    margin: 0 0 15px 15px
}

.o-qty-badge__badge {
    width: 90px;
    height: 90px;
    padding: 15px 5px 0;
    border: 1px solid #fff;
    border-radius: 100%;
    text-align: center
}

.o-qty-badge__badge--sold-out {
    padding: 15px 5px 0
}

.o-qty-badge__text {
    display: block;
    line-height: 1
}

.o-qty-badge__text--number {
    font-size: 2em;
    font-weight: 800
}

.o-qty-badge__text--remaining {
    font-size: .7em;
    font-weight: 700
}

.o-qty-badge__text--event {
    font-size: .7em
}

.o-qty-badge__text--sold-out {
    font-size: 1.7em;
    font-weight: 700
}

.container.product-detail-container .description {
    border-top: none!important;
    border-bottom: 1px solid #f0f0f0
}

td {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

@media (min-width: 768px) {
    td {
        word-break:inherit
    }
}

td a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.o-responsive-table__five-columns td,.o-responsive-table__four-columns td,.o-responsive-table__three-columns td,.o-responsive-table__two-columns td {
    padding: 10px;
    vertical-align: bottom;
    text-align: center
}

.o-responsive-table__five-columns td img,.o-responsive-table__four-columns td img,.o-responsive-table__three-columns td img,.o-responsive-table__two-columns td img {
    margin: 0 auto
}

.o-responsive-table__two-columns td {
    width: 50%
}

.o-responsive-table__three-columns td {
    width: 33.33333333%
}

.o-responsive-table__four-columns td {
    width: 25%
}

.o-responsive-table__five-columns td {
    width: 20%
}

.o-responsive-table__header {
    padding: 10px;
    color: #fff;
    background: #3155a6;
    text-align: center
}

.o-responsive-table__alternate-background {
    background: #ddd
}

.o-responsive-table__padding {
    padding: 10px
}

.btn-success {
    color: #fff;
    background-color: green!important;
    border-color: green!important;
    font-weight: 700!important
}

.btn-success:active,.btn-success:active:focus,.btn-success:focus,.btn-success:hover {
    border-color: #003400!important;
    border: 1px solid #003400!important;
    color: #fff;
    background: #004d00!important;
    font-weight: 700!important
}

.btn-success-outline {
    color: green!important;
    background-color: #fff!important;
    border-color: green!important;
    font-weight: 700
}

.btn-success-outline:active,.btn-success-outline:active:focus,.btn-success-outline:focus,.btn-success-outline:hover {
    border-color: #003400!important;
    border: 1px solid #003400!important;
    color: #fff!important;
    background: #004d00!important;
    font-weight: 700
}

.slide-enter-active,.slide-leave-active,.slide-right-enter-active,.slide-right-leave-active {
    transition: .2s
}

.slide-enter {
    transform: translate(100%,0)
}

.slide-leave-to {
    transform: translate(-100%,0)
}

.slide-right-enter {
    transform: translate(100%,0)
}

.slide-right-leave-to {
    transform: translate(200%,0)
}

.article-content-container .blog-categories a {
    display: block;
    margin: 10px 0;
    color: #3155a6;
    font-weight: 700
}

.article-content-container .blog-categories a:first-child {
    margin: 0 0 10px!important
}

.article-content-container .blog-categories a .novicon {
    float: left;
    width: 30px;
    margin: 0 10px 0 0;
    padding: 3px 0 0;
    color: #3155a6;
    font-size: .9em;
    text-align: left;
    border-radius: 0;
    background: 0 0
}

.article-content-container .blog-categories .parent-category {
    margin: 0 0 5px;
    padding: 0 0 5px
}

.article-content-container .blog-categories .sub-category {
    margin: 0 0 8px 40px;
    color: #3155a6;
    font-size: .9em;
    font-weight: 400
}

.article-content-container .blog-categories .sub-category .novicon {
    display: none
}

.article-content-container .recent-articles a {
    display: block;
    margin: 0 0 15px;
    text-decoration: none
}

.article-content-container .recent-articles a .title {
    display: block;
    margin: 0 0 3px;
    color: #3155a6;
    font-size: 1em;
    font-weight: 700
}

.article-content-container .recent-articles a .article-info {
    display: block;
    color: #3155a6;
    font-size: .9em;
    font-weight: 400
}

.c-article-widget__blog-category--parent {
    margin: 10px 0 5px!important
}

.c-article-widget__blog-category--sub-category {
    margin: 0 0 8px 40px!important
}

.c-article-widget__categories-list,.c-article-widget__most-recent-posts-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.confirm-email-container {
    width: 545px
}

.confirm-email-form-bottom {
    text-align: center
}

.confirm-email-form-bottom p {
    font-size: 12px;
    font-style: italic
}

.c-confirm-email-submit-button {
    width: 100%;
    background-color: #ff520e;
    border-color: #ff520e
}

.c-confirm-email-submit-button:hover {
    border-color: #ff520e
}

.email-sent-message {
    display: inline-block;
    width: 100%
}

.email-confirmed-container {
    width: 650px
}

.email-confirmed-container .email-confirmed-content {
    text-align: center;
    background-color: #f4f4f4;
    border-radius: 10px;
    padding: 15px;
    margin-top: 10px
}

.email-confirmed-container .fas.fa-check {
    color: green;
    margin-right: 5px
}

.email-confirmed-container p {
    font-size: 14px;
    font-weight: 700
}

.email-confirmed-container .btn.btn-primary {
    width: 35%
}

.c-unsupported-browser {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    max-width: 500px;
    display: inline-block
}

.c-unsupported-browser .novicon-warning {
    font-size: 64px;
    color: #f2b835
}

.c-unsupported-browser h1 {
    font-size: 20px;
    font-weight: 600
}

#nps-survey {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 5px;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 992px) {
    #nps-survey {
        padding:25px 60px 10px 60px
    }
}

.nps-survey-img {
    max-height: 100px;
    max-width: 500px;
    margin-bottom: 30px
}

.nps-survey-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.nps-survey-thank-you-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    max-width: 700px
}

.nps-survey-thank-you {
    font-size: 16px
}

.nps-survey-close-button {
    border: 1px solid #718fab;
    border-radius: 3px;
    width: 90px;
    font-weight: 400;
    padding: 5px 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 14px;
    background-image: linear-gradient(to bottom,#fff 0,#f2f2f2 100%)
}

.nps-survey-exit-button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    font-size: 34px;
    cursor: pointer
}

.nps-text {
    color: #264a6d;
    text-align: center;
    font-weight: 600;
    max-width: 700px
}

.nps-text.main-question {
    margin-bottom: 20px
}

.nps-text.follow-up-question {
    margin-top: 20px
}

.nps-score-wrapper {
    display: inline-block;
    width: 100%;
    max-width: 450px
}

.nps-score-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px
}

.nps-score-button {
    background-color: #f7f9fb;
    border: 2px solid #718fab;
    border-radius: 6px;
    width: 24px;
    padding: 0
}

@media (min-width: 992px) {
    .nps-score-button {
        width:32px
    }
}

.nps-score-button.active {
    color: #fff;
    background-color: #718fab;
    outline: 2px #365ebf solid;
    outline-offset: 3px;
    border-radius: 3px
}

.nps-score-button.inactive {
    opacity: .5
}

.nps-score-subtext-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px
}

.nps-survey-skip {
    font-size: 12px;
    color: #666;
    text-decoration: underline
}

.nps-survey-skip:hover {
    color: #474747;
    text-decoration: underline
}

.nps-feedback-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px
}

.nps-feedback {
    resize: none;
    height: 100px;
    margin: 15px 0;
    border-color: #ccc;
    border-radius: 3px;
    max-width: 700px
}

.nps-feedback:focus {
    outline: 0!important
}

.nps-survey-submit-button {
    color: #fff;
    width: 90px;
    border: none;
    font-weight: 400;
    padding: 5px 0;
    border-radius: 2px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 14px;
    background-image: linear-gradient(to bottom,#3e6cc9 0,#2e50b6 100%)
}

.nps-survey-submit-button:focus {
    background-color: #254183
}

#census-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    background-color: #fff
}

#census-page #censusForm,#census-page .census-complete,#census-page .census-error,#census-page .census-success {
    width: 65%;
    max-width: 800px
}

#census-page .census-complete,#census-page .census-success {
    margin-bottom: 20px
}

#census-page .census-item {
    display: -ms-grid;
    display: grid;
    border-radius: 6px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    background-color: #f1f1f1;
    padding: 10px 15px;
    margin-bottom: 15px;
    width: 65%;
    max-width: 800px
}

#census-page .census-item .census-name {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    margin: 0
}

#census-page .census-item .census-desc {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    font-size: 14px;
    margin-bottom: 15px
}

#census-page .census-item .census-assignee {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column: 1;
    margin-top: 0;
    margin-bottom: 15px
}

#census-page .census-item .census-due-date {
    -ms-grid-row: 4;
    grid-row: 4;
    -ms-grid-column: 1;
    grid-column: 1;
    margin-top: 5px
}

#census-page .census-sections {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff
}

#census-page .census-sections section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px
}

#census-page .census-sections section h4 {
    margin-top: 0
}

#census-page .census-sections section .section-desc {
    font-size: 14px;
    margin-bottom: 15px
}

#census-page .census-is-submitting {
    animation: fadeOpacity 1.5s infinite;
    pointer-events: none;
    cursor: not-allowed
}

@keyframes fadeOpacity {
    0% {
        opacity: .4
    }

    50% {
        opacity: .8
    }

    100% {
        opacity: .4
    }
}

.add-person-button-icon {
    margin-right: 5px
}

.census-item-staff-roster {
    width: 65%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f1f1f1;
    padding: 10px 15px
}

.census-item-staff-roster .census-item-description {
    width: 50%
}

.census-item-staff-roster .census-item-submit-buttons {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.census-item-staff-roster .census-item-submit-buttons .census-done-button {
    width: 40%;
    min-height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.census-item-staff-roster .census-item-submit-buttons .census-no-changes-button {
    width: 40%
}

.census-staff-roster {
    width: 65%;
    padding-top: 20px
}

.btn {
    font: normal 1.166em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    padding: 6px 17px;
    border-radius: 50px
}

.btn:active,.btn:active:focus,.btn:focus,.btn:hover {
    font-weight: 700
}

.btn-primary {
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #fff;
    background: #0091d5
}

.btn-primary:active,.btn-primary:active:focus,.btn-primary:focus,.btn-primary:hover {
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #0091d5;
    background: #fff
}

.btn-success {
    border-color: #0091d5!important;
    border: 2px solid #0091d5!important;
    color: #fff!important;
    background: #0091d5!important
}

.btn-success:active,.btn-success:active:focus,.btn-success:focus,.btn-success:hover {
    border-color: #0091d5!important;
    border: 2px solid #0091d5!important;
    color: #0091d5!important;
    background: #fff!important
}

.btn-danger {
    border-color: #d93b42!important;
    border: 2px solid #d93b42!important;
    color: #fff!important;
    background: #d93b42!important
}

.btn-danger:active,.btn-danger:active:focus,.btn-danger:focus,.btn-danger:hover {
    border-color: #d93b42!important;
    border: 2px solid #d93b42!important;
    color: #d93b42!important;
    background: #fff!important
}

.article .bottom-area .btn,.btn-default,.btn-secondary {
    border-color: #f58220;
    border: 2px solid #3155a6;
    color: #000;
    background: #fff
}

.article .bottom-area .btn:active,.article .bottom-area .btn:active:focus,.article .bottom-area .btn:focus,.article .bottom-area .btn:hover,.btn-default:active,.btn-default:active:focus,.btn-default:focus,.btn-default:hover,.btn-secondary:active,.btn-secondary:active:focus,.btn-secondary:focus,.btn-secondary:hover {
    border-color: #000;
    border: 2px solid #e2e1e1;
    color: #000;
    background: #e2e1e1
}

.btn-transparent {
    border-color: #f58220;
    border: 3px solid #3155a6;
    color: #3155a6;
    background: 0 0
}

.btn-transparent:active,.btn-transparent:active:focus,.btn-transparent:focus,.btn-transparent:hover {
    border-color: #000;
    border: 3px solid #3155a6;
    color: #fff;
    background: #3155a6
}

.btn-mobile {
    display: block;
    padding: 3px
}

@media (min-width: 992px) {
    .btn-mobile {
        display:none
    }
}

.btn-mobile .border {
    display: block;
    padding: 10px 10px 15px;
    border: 1px solid #fff;
    text-align: center
}

.btn-mobile .border .novicon {
    top: 3px;
    margin-right: 10px;
    font-size: 1.5em
}

.btn-mobile.btn-light .border {
    border-color: #3155a6
}

.btn-mobile.btn-dark {
    color: #fff;
    background: #3155a6
}

.btn-mobile.btn-dark:hover {
    color: #3155a6;
    background: #fff
}

.social-buttons {
    margin-top: 30px
}

@media (min-width: 768px) {
    .social-buttons {
        margin-top:0
    }
}

.social-buttons .btn {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 600;
    font-size: 1.1em;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    line-height: 34px;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
    text-transform: none
}

.social-buttons .btn .novicon {
    font-size: 1.5em;
    margin-right: 5px;
    top: 5px;
    color: #fff
}

.social-buttons .facebook {
    background: #3e5491
}

.social-buttons .google {
    background: #dd4b39
}

.body-content,body {
    background: #fff
}

body,html {
    font-size: 16px
}

li,p {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

h1 {
    font: normal 2.5em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

h2 {
    font: normal 2.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

h3 {
    font: normal 1.9em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

h4 {
    font: 700 1.7em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

h5 {
    font: normal 1.5em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

h6 {
    font: normal 1.3em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

.body-content li {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

a {
    color: #3155a6;
    text-decoration: none;
    cursor: pointer;
    font-weight: 800
}

a:hover {
    color: #20376b;
    text-decoration: none;
    font-weight: 800
}

label {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600!important;
    color: #000!important;
    text-transform: none;
    letter-spacing: 0
}

label.small {
    font: normal calc(100% - 1px)/1 Montserrat,sans-serif;
    line-height: normal;
    font-weight: 500;
    color: #000!important;
    text-transform: none;
    letter-spacing: 0
}

.section {
    position: relative;
    z-index: 7;
    margin-top: 0
}

.background {
    margin: 0;
    border-radius: 0;
    background-size: cover;
    background-position: 50% 0;
    background-color: #3155a6;
    color: #fff
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0
}

.pagination a.next,.pagination a.prev {
    color: #3155a6
}

.pagination a.next .title,.pagination a.prev .title {
    color: #3155a6
}

.pagination a.next .sub-title,.pagination a.prev .sub-title {
    color: #3155a6
}

.filters-container {
    float: none;
    position: relative;
    display: block;
    margin-left: 0
}

@media (min-width: 768px) {
    .filters-container {
        float:right;
        display: inline-block;
        margin-left: 10px
    }
}

.filters-container a {
    width: 100%
}

.filters-container .btn {
    color: #fff
}

.filters-container .btn .caret {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    margin: 0 0 0 5px;
    border-top: 4px solid!important;
    border-right: 4px solid transparent!important;
    border-left: 4px solid transparent!important
}

.filters-container .btn .caret:before {
    display: none
}

.filters-container .btn:hover {
    color: #3155a6
}

.filters-container #directory-filters {
    width: 100%;
    padding: 15px
}

@media (min-width: 768px) {
    .filters-container #directory-filters {
        width:300px
    }
}

.filters-container #directory-filters.dropdown-menu {
    margin: 10px 0 0;
    border-radius: 0!important
}

.filters-container #directory-filters label {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    display: block
}

.filters-container #directory-filters select {
    float: none;
    width: 100%;
    margin: 10px 0 0
}

.primary-call-out {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin: 20px 0;
    padding: 20px;
    text-align: center;
    background: #3155a6
}

.primary-call-out a {
    color: #fff!important;
    text-decoration: underline
}

.primary-call-out a:hover {
    text-decoration: none
}

.secondary-call-out {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    margin: 20px 0;
    padding: 20px;
    text-align: center;
    background: #f5f5f5
}

.secondary-call-out a {
    color: #3155a6!important;
    text-decoration: underline
}

.secondary-call-out a:hover {
    text-decoration: none
}

.fc-state-default {
    border: none;
    color: #3155a6;
    font-weight: 700;
    text-transform: none;
    background-color: #f0f0f0
}

.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover {
    color: #fff;
    background-color: #3155a6
}

.fc-state-disabled {
    opacity: .65
}

.date-time-picker .filters select.field-input,.filters .date-time-picker select.field-input,.filters select.c-time-picker_input-time,.filters select.form-control {
    color: #3155a6;
    background: #fff;
    font-weight: 700
}

.jump-to {
    float: none;
    margin: 10px 0 20px;
    text-align: center
}

@media (min-width: 992px) {
    .jump-to {
        float:right;
        margin: 5px 0 30px 15px;
        text-align: left
    }
}

.jump-to strong {
    font-weight: 600;
    text-transform: none
}

.jump-to select {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 5px;
    border-radius: 0;
    color: #000!important;
    font-weight: 700;
    text-transform: none;
    background-color: #f0f0f0
}

@media (min-width: 768px) {
    .jump-to select {
        width:auto;
        margin-bottom: 0
    }
}

.alert-danger {
    color: #d70808;
    background: #ffe9d8
}

.alert-danger .novicon {
    margin-right: 5px
}

.long-form .info-message {
    background: #3155a6
}

.well.c-restricted-page {
    padding: 20px
}

.c-restricted-page {
    background: #f0f0f0!important;
    border-radius: 10px!important
}

.c-restricted-page__div {
    padding: 0 15px;
    color: #000
}

.c-restricted-page__h2 {
    font: normal 2.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

.c-restricted-page__p {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

.centered-form,.default .centered-form,.login-container .centered-form {
    max-width: 700px;
    margin: 20px auto
}

.alert-bar {
    padding: 10px 0;
    color: #fff;
    text-align: center;
    background: #3155a6;
    font-weight: 500
}

.alert-bar a,.alert-bar a:visited {
    color: #fff
}

.c-alert-one-time {
    background: #3155a6;
    border: none
}

.c-alert-one-time h1,.c-alert-one-time h2,.c-alert-one-time h3,.c-alert-one-time h4,.c-alert-one-time h5,.c-alert-one-time h6,.c-alert-one-time ol,.c-alert-one-time p,.c-alert-one-time ul {
    color: #fff
}

.c-alert-one-time h1 a,.c-alert-one-time h2 a,.c-alert-one-time h3 a,.c-alert-one-time h4 a,.c-alert-one-time h5 a,.c-alert-one-time h6 a,.c-alert-one-time ol a,.c-alert-one-time p a,.c-alert-one-time ul a {
    color: #fff
}

.c-alert-one-time__btn {
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #fff;
    background: #0091d5
}

.c-alert-one-time__btn:active,.c-alert-one-time__btn:active:focus,.c-alert-one-time__btn:focus,.c-alert-one-time__btn:hover {
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #0091d5;
    background: #fff
}

.in-modal .alert-bar,.in-modal .c-alert-one-time {
    display: none
}

.in-modal .product-detail-container .back-btn {
    display: none
}

.social-buttons {
    display: none
}

.sidebar-widget h5 {
    font: normal 1.5em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    background: #3155a6;
    padding: 10px 20px;
    margin-top: 0;
    margin-bottom: 0
}

.sidebar-widget h3 {
    font: normal 1.9em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    background: #3155a6;
    padding: 10px 20px;
    margin-top: 0;
    margin-bottom: 0
}

.sidebar-widget p {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0
}

.sidebar-widget .content {
    background: #fff;
    padding: 20px
}

.img-on-left {
    display: block;
    margin: 0 auto
}

@media (min-width: 480px) {
    .img-on-left {
        float:left;
        margin: 0 15px 10px 0
    }
}

.img-on-right {
    display: block;
    margin: 0 auto
}

@media (min-width: 480px) {
    .img-on-right {
        float:right;
        margin: 0 0 10px 15px
    }
}

.inner-content .ribbon {
    font: normal 1.9em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    color: #3155a6;
    position: relative;
    width: auto;
    background: #fff;
    padding: 5px 20px;
    margin: 20px -20px;
    text-align: center
}

@media (min-width: 768px) {
    .inner-content .ribbon {
        width:80%;
        margin: 20px 0 20px 0;
        padding: 5px 0 5px 0;
        text-transform: none;
        text-align: left;
        box-shadow: 0 3px 0 0 #f0f0f0
    }
}

@media (min-width: 992px) {
    .inner-content .ribbon {
        width:80%
    }
}

@media (min-width: 1200px) {
    .inner-content .ribbon {
        width:60%
    }
}

.inner-content .ribbon:before {
    display: none
}

@media (min-width: 768px) {
    .inner-content .ribbon:before {
        display:none;
        content: "";
        border-left: 11px solid transparent;
        border-top: 10px solid #000;
        top: 100%;
        left: 0;
        position: absolute
    }
}

.inner-content .about-group {
    font-style: italic
}

.inner-content img {
    display: block;
    max-width: 100%;
    height: auto
}

.left-border {
    border-left: none;
    margin-top: 40px
}

@media (min-width: 768px) {
    .left-border {
        margin-top:0
    }
}

.search-container .no-results {
    text-align: left;
    margin: 25px 0
}

.search-container .no-results .form-group {
    max-width: 600px;
    margin: 0
}

.o-qty-badge {
    border-radius: 0;
    background: #fff;
    color: #3155a6;
    box-shadow: none;
    border: none;
    margin-bottom: 20px;
    padding: 0
}

.o-qty-badge--event-visibility {
    display: block
}

@media (min-width: 768px) {
    .o-qty-badge--event-visibility {
        display:block
    }
}

.o-qty-badge--event-visibility-left {
    display: block
}

@media (min-width: 768px) {
    .o-qty-badge--event-visibility-left {
        display:block
    }
}

.o-qty-badge--event-visibility-right {
    display: none
}

@media (min-width: 768px) {
    .o-qty-badge--event-visibility-right {
        display:none
    }
}

.o-qty-badge__badge {
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
    border-radius: none
}

.o-qty-badge__text {
    display: inline-block
}

.anchor-top-offset:before,.c-supplier-directory__anchor:before,.well a[id]:before {
    content: '';
    display: inline;
    height: 170px;
    margin-top: -170px;
    visibility: hidden
}

.c-body-content__ .anchor-top-offset:before,.c-body-content__ .well a[id]:before {
    display: none
}

.outline-none {
    outline-style: none
}

.body-content .section .background {
    min-height: 225px;
    height: 225px;
    background-position: top center!important
}

.body-content .section .background .overlay {
    background: rgba(0,145,213,.8)!important
}

.well {
    margin-bottom: 20px;
    padding: 20px 10px;
    min-height: 20px;
    border-radius: 0;
    border: none;
    background: #fff;
    box-shadow: none
}

@media (min-width: 768px) {
    .well {
        padding:20px 0
    }
}

.container.moved-up {
    position: relative;
    z-index: 8;
    margin-top: 130px;
    padding-top: 10px
}

@media (min-width: 992px) {
    .container.moved-up {
        margin-top:0;
        padding-top: 10px
    }
}

.container.default,.container.login-container {
    position: relative;
    z-index: 8;
    margin-top: 30px
}

@media (min-width: 992px) {
    .container.default,.container.login-container {
        margin-top:30px
    }
}

.header-ribbon,.login-container .register-container .section-header,.login-container .section-header,.register-container .header-ribbon,.register-container .login-container .section-header,.section-header {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 0;
    padding: 0;
    text-align: left;
    background: #fff;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom: none;
    z-index: 1
}

@media (min-width: 992px) {
    .header-ribbon,.login-container .register-container .section-header,.login-container .section-header,.register-container .header-ribbon,.register-container .login-container .section-header,.section-header {
        margin-left:0;
        padding: 0
    }
}

.header-ribbon:before,.login-container .register-container .section-header:before,.login-container .section-header:before,.register-container .header-ribbon:before,.register-container .login-container .section-header:before,.section-header:before {
    display: none
}

@media (min-width: 992px) {
    .header-ribbon:before,.login-container .register-container .section-header:before,.login-container .section-header:before,.register-container .header-ribbon:before,.register-container .login-container .section-header:before,.section-header:before {
        content:"";
        position: absolute;
        top: 100%;
        left: 0;
        display: block;
        border-top: none;
        border-left: none
    }
}

.header-ribbon h1,.login-container .register-container .section-header h1,.login-container .section-header h1,.register-container .header-ribbon h1,.register-container .login-container .section-header h1,.section-header h1 {
    font: normal 2em Montserrat,sans-serif;
    font-size: 2.5em;
    line-height: 1;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    max-width: 100%;
    margin: 5px 0;
    padding-bottom: 5px;
    border-bottom: none;
    text-align: left;
    text-transform: none
}

@media (min-width: 992px) {
    .header-ribbon h1,.login-container .register-container .section-header h1,.login-container .section-header h1,.register-container .header-ribbon h1,.register-container .login-container .section-header h1,.section-header h1 {
        font-size:2.5em
    }
}

@media (min-width: 992px) {
    .header-ribbon h1,.login-container .register-container .section-header h1,.login-container .section-header h1,.register-container .header-ribbon h1,.register-container .login-container .section-header h1,.section-header h1 {
        max-width:100%;
        margin: 0;
        padding-bottom: 5px;
        text-align: left
    }
}

.header-ribbon h1.long,.login-container .register-container .section-header h1.long,.login-container .section-header h1.long,.register-container .header-ribbon h1.long,.register-container .login-container .section-header h1.long,.section-header h1.long {
    font-size: 2em
}

@media (min-width: 992px) {
    .header-ribbon h1.long,.login-container .register-container .section-header h1.long,.login-container .section-header h1.long,.register-container .header-ribbon h1.long,.register-container .login-container .section-header h1.long,.section-header h1.long {
        font-size:2.5em
    }
}

.header-ribbon h1.really-long,.login-container .register-container .section-header h1.really-long,.login-container .section-header h1.really-long,.register-container .header-ribbon h1.really-long,.register-container .login-container .section-header h1.really-long,.section-header h1.really-long {
    font-size: 2em
}

@media (min-width: 992px) {
    .header-ribbon h1.really-long,.login-container .register-container .section-header h1.really-long,.login-container .section-header h1.really-long,.register-container .header-ribbon h1.really-long,.register-container .login-container .section-header h1.really-long,.section-header h1.really-long {
        font-size:2.5em
    }
}

.header-ribbon .subtitle,.login-container .register-container .section-header .subtitle,.login-container .section-header .subtitle,.register-container .header-ribbon .subtitle,.register-container .login-container .section-header .subtitle,.section-header .subtitle {
    font: normal 1.3em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    max-width: 100%;
    margin: 5px 0;
    padding-bottom: none;
    border-bottom: none;
    text-align: left
}

@media (min-width: 992px) {
    .header-ribbon .subtitle,.login-container .register-container .section-header .subtitle,.login-container .section-header .subtitle,.register-container .header-ribbon .subtitle,.register-container .login-container .section-header .subtitle,.section-header .subtitle {
        max-width:100%;
        text-align: left
    }
}

.header-ribbon .subtitle .post-date,.login-container .register-container .section-header .subtitle .post-date,.login-container .section-header .subtitle .post-date,.register-container .header-ribbon .subtitle .post-date,.register-container .login-container .section-header .subtitle .post-date,.section-header .subtitle .post-date {
    font-weight: 500;
    color: #3155a6;
    font-size: 1em;
    font-style: normal
}

.header-ribbon .subtitle .post-date .novicon,.login-container .register-container .section-header .subtitle .post-date .novicon,.login-container .section-header .subtitle .post-date .novicon,.register-container .header-ribbon .subtitle .post-date .novicon,.register-container .login-container .section-header .subtitle .post-date .novicon,.section-header .subtitle .post-date .novicon {
    display: none;
    margin-right: 5px
}

.header-ribbon .subtitle .posted-by,.login-container .register-container .section-header .subtitle .posted-by,.login-container .section-header .subtitle .posted-by,.register-container .header-ribbon .subtitle .posted-by,.register-container .login-container .section-header .subtitle .posted-by,.section-header .subtitle .posted-by {
    display: inline-block;
    font-style: normal
}

.header-ribbon .subtitle .posted-by .author-name,.login-container .register-container .section-header .subtitle .posted-by .author-name,.login-container .section-header .subtitle .posted-by .author-name,.register-container .header-ribbon .subtitle .posted-by .author-name,.register-container .login-container .section-header .subtitle .posted-by .author-name,.section-header .subtitle .posted-by .author-name {
    font-weight: 700
}

.header-ribbon .subtitle .post-extra-info,.login-container .register-container .section-header .subtitle .post-extra-info,.login-container .section-header .subtitle .post-extra-info,.register-container .header-ribbon .subtitle .post-extra-info,.register-container .login-container .section-header .subtitle .post-extra-info,.section-header .subtitle .post-extra-info {
    font-size: .7em;
    font-weight: 400;
    font-style: normal;
    display: block
}

.header-ribbon .subtitle .post-extra-info .separator,.login-container .register-container .section-header .subtitle .post-extra-info .separator,.login-container .section-header .subtitle .post-extra-info .separator,.register-container .header-ribbon .subtitle .post-extra-info .separator,.register-container .login-container .section-header .subtitle .post-extra-info .separator,.section-header .subtitle .post-extra-info .separator {
    text-transform: lowercase
}

.header-ribbon .subtitle .post-extra-info .separator:last-child,.login-container .register-container .section-header .subtitle .post-extra-info .separator:last-child,.login-container .section-header .subtitle .post-extra-info .separator:last-child,.register-container .header-ribbon .subtitle .post-extra-info .separator:last-child,.register-container .login-container .section-header .subtitle .post-extra-info .separator:last-child,.section-header .subtitle .post-extra-info .separator:last-child {
    display: none
}

.header-ribbon .subtitle .post-extra-info a,.login-container .register-container .section-header .subtitle .post-extra-info a,.login-container .section-header .subtitle .post-extra-info a,.register-container .header-ribbon .subtitle .post-extra-info a,.register-container .login-container .section-header .subtitle .post-extra-info a,.section-header .subtitle .post-extra-info a {
    color: #3155a6;
    text-decoration: underline
}

.bottom-area {
    position: absolute;
    bottom: -48px;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100px
}

.bottom-area:before {
    display: none
}

@media (min-width: 992px) {
    .bottom-area:before {
        content:"";
        position: absolute;
        bottom: 25px;
        display: block;
        width: 100%;
        height: 160px;
        margin-bottom: 0;
        border-radius: 100%;
        box-shadow: 0 120px 0 240px #f0f0f0
    }
}

.c-breadcrumb {
    display: block;
    margin: 5px -10px 20px
}

@media (min-width: 768px) {
    .c-breadcrumb {
        margin:0 -15px 20px
    }
}

.modal-dialog {
    margin-top: 10%
}

.modal.sliced-corner .close {
    margin: -15px -15px 0 0
}

.modal-content {
    height: 100%!important;
    max-height: 425px!important;
    border: none;
    background: 0 0;
    box-shadow: none
}

.modal-content .modal-header {
    position: relative;
    z-index: 2;
    margin: 0 0 0 -11px;
    padding: 15px 15px 20px;
    border: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: #fff;
    box-shadow: 0 3px 0 0 rgba(0,0,0,.11)
}

.modal-content .modal-header:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    border-right: 11px solid #000;
    border-bottom: 10px solid transparent
}

.modal-content .modal-header .modal-title {
    font: normal 2em Montserrat,sans-serif;
    font-size: 2.5em;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    max-width: 90%;
    padding: 0 0 5px 15px;
    border-bottom: 2px solid #fff
}

@media (min-width: 992px) {
    .modal-content .modal-header .modal-title {
        font-size:2.5em
    }
}

.modal-content .modal-header .modal-subtitle {
    font: normal 1.3em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin: 5px 0 0 15px
}

.modal-content .modal-header .close {
    padding: 5px 10px;
    color: #fff;
    font-size: 1.75em;
    font-weight: 400;
    text-shadow: none;
    opacity: 1
}

.modal-content .modal-body {
    padding: 10px 0;
    color: #3155a6;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.5)
}

.modal-content .modal-body iframe {
    height: 425px!important
}

#iframe-modal .modal-body {
    height: 100%!important;
    max-height: 425px!important
}

body.in-modal {
    background: #fff!important;
    padding-top: 0
}

body.in-modal .product-detail-container {
    margin-top: 0
}

#added-to-cart-modal .modal-body {
    height: 100%!important
}

#added-to-cart-modal .modal-body .item-added {
    font: normal 1.3em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0
}

#added-to-cart-modal .modal-body .buttons .btn {
    margin-top: 10px
}

.in-modal .body-content {
    height: 100%!important;
    min-height: 425px!important;
    background: #fff
}

.in-modal .color-strip {
    display: none
}

#admin-modal .modal-body {
    height: 100%!important;
    min-height: 625px!important
}

#admin-modal .modal-content {
    height: 100%!important;
    max-height: 625px!important
}

#admin-modal .modal-content .modal-body iframe {
    height: 625px!important
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 3em;
    font-weight: 700;
    color: #3155a6;
    background: rgba(255,255,255,.7)
}

.loading .loading-indicator {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.loading .loading-indicator .novicon {
    margin-right: 10px
}

#join-modal .modal-dialog {
    width: 1100px;
    max-width: 97%
}

@media (min-width: 768px) {
    #join-modal .modal-dialog {
        max-width:90%
    }
}

#join-modal .modal-body .col-sm-6:first-child {
    border-right: 1px solid #3155a6
}

#join-modal .modal-body .col-sm-6:last-child {
    margin-top: 15px
}

@media (min-width: 768px) {
    #join-modal .modal-body .col-sm-6:last-child {
        margin-top:0
    }
}

#join-modal .modal-body h5 {
    margin: 0 auto 10px;
    text-align: center
}

#join-modal .modal-body ul {
    margin: 10px 0;
    padding-left: 15px
}

#join-modal .modal-body ul li {
    list-style: none;
    font-size: 1em
}

#join-modal .modal-body ul li:before {
    content: "";
    margin-right: 10px;
    font-family: Novi
}

#join-modal .modal-body .btn {
    display: block;
    padding: 10px
}

.pagination .page-numbers li a,.pagination .page-numbers li span {
    font-weight: 500;
    color: #3155a6
}

.o-content-grid {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 0;
    grid-row-gap: 30px;
    -ms-grid-column-align: center;
    justify-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .o-content-grid {
        grid-column-gap:30px;
        grid-row-gap: 30px
    }
}

@media (min-width: 992px) {
    .o-content-grid {
        grid-column-gap:40px;
        grid-row-gap: 0
    }
}

.o-content-grid__three-columns {
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3,1fr);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
}

@media (min-width: 768px) {
    .o-content-grid__three-columns {
        -ms-grid-columns:(1fr)[3];
        grid-template-columns: repeat(3,1fr);
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr
    }
}

@media (min-width: 992px) {
    .o-content-grid__three-columns {
        -ms-grid-columns:(1fr)[3];
        grid-template-columns: repeat(3,1fr);
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr
    }
}

.o-content-grid__four-columns {
    -ms-grid-rows: (1fr)[4];
    grid-template-rows: repeat(4,1fr);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
}

@media (min-width: 768px) {
    .o-content-grid__four-columns {
        -ms-grid-columns:1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr
    }
}

@media (min-width: 992px) {
    .o-content-grid__four-columns {
        -ms-grid-columns:(auto)[4];
        grid-template-columns: repeat(4,auto);
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr
    }
}

.o-content-grid__icon {
    max-height: 70px
}

.o-content-grid__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 60px 70px auto auto;
    grid-template-rows: 60px 70px auto auto;
    grid-column-gap: 0;
    grid-row-gap: 0;
    -ms-grid-column-align: center;
    justify-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #3155a6;
    padding: 20px;
    text-align: center;
    height: 100%
}

.o-content-grid__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 70px 50px auto;
    grid-template-rows: 70px 50px auto;
    grid-column-gap: 0;
    grid-row-gap: 0;
    -ms-grid-column-align: center;
    justify-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    text-align: center;
    height: 100%
}

.o-content-grid__child {
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-row-align: center;
    align-self: center
}

.o-content-grid__child:nth-child(3) {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start
}

.o-content-grid__child--copy {
    -ms-flex-align: start;
    align-items: start
}

.navbar {
    min-height: 50px;
    margin: 0;
    border-radius: 0;
    border: none;
    background: #fff
}

@media (min-width: 992px) {
    .navbar {
        min-height:50px;
        background: #fff
    }
}

.navbar .container {
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 1200px) {
    .navbar .container {
        padding-right:15px;
        padding-left: 15px
    }
}

.navbar__logo-wrapper {
    margin: 0
}

@media (min-width: 992px) {
    .navbar__logo-wrapper {
        margin:0
    }
}

.navbar__wrapper {
    -ms-grid-columns: 4fr 3fr;
    grid-template-columns: 4fr 3fr;
    padding: 5px 15px;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .navbar__wrapper {
        -ms-grid-columns:5fr 10fr;
        grid-template-columns: 5fr 10fr;
        padding: 5px 15px
    }
}

@media (min-width: 992px) {
    .navbar__wrapper {
        -ms-grid-columns:2fr 5fr;
        grid-template-columns: 2fr 5fr;
        padding: 15px 0 20px;
        -ms-flex-align: center;
        align-items: center
    }
}

.main-menu {
    position: relative;
    z-index: 9;
    padding: 10px 0;
    box-shadow: none;
    border-bottom: none
}

@media (min-width: 768px) {
    .main-menu {
        padding:10px 0
    }
}

@media (min-width: 992px) {
    .main-menu {
        padding:0;
        box-shadow: none
    }
}

.main-menu .color-strip {
    position: static;
    top: 150px;
    left: 0;
    z-index: 1;
    display: none;
    width: 100%;
    height: 35px;
    background: #3155a6
}

@media (min-width: 768px) {
    .main-menu .color-strip {
        top:115px
    }
}

@media (min-width: 992px) {
    .main-menu .color-strip {
        top:140px
    }
}

@media (min-width: 1200px) {
    .main-menu .color-strip {
        top:140px
    }
}

.navbar-utility {
    position: relative;
    z-index: 10;
    float: right;
    width: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    box-shadow: none;
    border-bottom: none;
    display: none
}

@media (min-width: 768px) {
    .navbar-utility {
        width:auto;
        margin: 0;
        padding: inherit;
        background: #fff;
        border-bottom: none;
        display: block
    }
}

@media (min-width: 992px) {
    .navbar-utility {
        float:none;
        width: auto;
        min-height: 0;
        margin: 0;
        padding: inherit;
        background: #fff;
        box-shadow: none;
        border-bottom: none
    }
}

@media (min-width: 1200px) {
    .navbar-utility {
        width:auto
    }
}

.navbar-utility #join-link {
    display: inline-block
}

.navbar-utility__content {
    position: relative;
    float: none;
    display: none;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    width: auto;
    max-width: 1170px;
    border-bottom: none;
    background: #3155a6;
    text-align: right;
    right: auto
}

@media (min-width: 992px) and (max-width:1050px) {
    .navbar-utility__content {
        max-width:1170px
    }
}

@media (min-width: 1051px) and (max-width:1250px) {
    .navbar-utility__content {
        max-width:1170px
    }
}

@media (min-width: 1251px) and (max-width:1400px) {
    .navbar-utility__content {
        max-width:1170px
    }
}

@media (min-width: 768px) {
    .navbar-utility__content {
        right:auto;
        width: auto;
        padding: 15px
    }
}

@media (min-width: 992px) {
    .navbar-utility__content {
        position:relative;
        right: auto;
        display: block;
        width: auto;
        padding: 10px 15px;
        border-bottom: none;
        background: #3155a6;
        margin-left: auto
    }
}

.navbar-utility__content a {
    position: inherit;
    display: inline-block;
    top: auto;
    padding-top: 0;
    vertical-align: middle
}

@media (min-width: 992px) {
    .navbar-utility__content a {
        padding-top:0
    }
}

.navbar-utility a {
    font: normal .9em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0
}

@media (min-width: 992px) {
    .navbar-utility a {
        color:#000
    }
}

.navbar-utility a:hover {
    text-decoration: none;
    color: #3155a6
}

@media (min-width: 992px) {
    .navbar-utility a:hover {
        color:#3155a6
    }
}

.navbar-utility a>span {
    display: none
}

@media (min-width: 992px) {
    .navbar-utility a>span {
        display:inline-block
    }
}

.navbar-utility a:hover {
    color: #f0f0f0
}

.navbar-utility a:hover span {
    color: #f0f0f0
}

.navbar-utility a .novicon {
    display: inline-block;
    margin-right: 0;
    font-size: 1.8em;
    color: #3155a6
}

@media (min-width: 768px) {
    .navbar-utility a .novicon {
        color:#3155a6
    }
}

@media (min-width: 992px) {
    .navbar-utility a .novicon {
        margin-right:5px!important;
        color: #3155a6;
        font-size: 1.1em
    }
}

.navbar-utility a .novicon:hover {
    color: #fff
}

@media (min-width: 768px) {
    .navbar-utility a .novicon:hover {
        color:#fff
    }
}

@media (min-width: 992px) {
    .navbar-utility a .novicon:hover {
        color:#fff
    }
}

.navbar-utility a .novicon.novicon-search {
    font-size: 1.4em;
    color: #3155a6
}

@media (min-width: 768px) {
    .navbar-utility a .novicon.novicon-search {
        color:#3155a6
    }
}

@media (min-width: 992px) {
    .navbar-utility a .novicon.novicon-search {
        color:#3155a6
    }
}

.navbar-utility a .novicon.novicon-search:hover {
    color: #fff
}

@media (min-width: 768px) {
    .navbar-utility a .novicon.novicon-search:hover {
        color:#fff
    }
}

@media (min-width: 992px) {
    .navbar-utility a .novicon.novicon-search:hover {
        color:#fff
    }
}

.navbar-utility a.logged-in-as {
    margin-right: 15px;
    text-transform: none
}

.navbar-utility a.logged-in-as .novicon {
    color: #3155a6
}

@media (min-width: 768px) {
    .navbar-utility a.logged-in-as .novicon {
        color:#3155a6
    }
}

@media (min-width: 992px) {
    .navbar-utility a.logged-in-as .novicon {
        color:#3155a6
    }
}

.navbar-utility a.logged-in-as:after {
    display: none
}

.navbar-utility a.logout {
    font-style: italic;
    text-transform: lowercase;
    color: #3155a6
}

.navbar-utility a.logout .novicon-logout {
    display: inline-block
}

.navbar-utility a.navbar-toggle {
    margin: 0;
    padding: 0;
    display: inline-block
}

@media (min-width: 992px) {
    .navbar-utility a.navbar-toggle {
        display:none
    }
}

.navbar-utility a.search-toggle {
    margin-right: 0;
    padding: 0
}

.navbar-utility a.search-toggle .novicon {
    margin-right: 0
}

.navbar-utility a.search-toggle.active {
    color: #3155a6;
    background: 0 0
}

.navbar-utility a.navbar-toggle {
    float: none
}

.navbar-utility #search-panel {
    position: absolute;
    right: 0;
    display: none;
    padding: 5px;
    border: none;
    background: #f0f0f0;
    z-index: 1000000
}

@media (min-width: 992px) {
    .navbar-utility #search-panel {
        display:none
    }
}

.navbar-utility #search-panel .search-go {
    float: right;
    margin: 0;
    padding: 0 0 0 6px;
    font-size: 1.2em;
    line-height: 34px;
    border-radius: 0
}

.navbar-utility #search-panel .form-group {
    margin: 0
}

.navbar-utility #search-panel .form-group input {
    border-radius: 0;
    border: none;
    font-size: .9em
}

.navbar-utility #search-panel .form-group>span {
    display: block;
    overflow: hidden
}

.navbar-utility #search-panel .c-time-picker_input-time,.navbar-utility #search-panel .form-control {
    height: 34px
}

.navbar-utility #search-panel-mobile {
    padding: 10px 0
}

.navbar-utility #search-panel-mobile .form-group {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 8px
}

.navbar-utility #search-panel-mobile .form-group>span {
    display: block;
    overflow: hidden
}

.navbar-utility #search-panel-mobile .c-time-picker_input-time,.navbar-utility #search-panel-mobile .form-control {
    height: 34px
}

.navbar-utility .cart .novicon {
    font-size: 1.2em
}

.navbar-utility .cart .items-in-cart {
    position: relative;
    top: -7px;
    display: inline-block;
    margin-right: 2px;
    margin-left: -10px;
    padding: 0 6px 0 4px;
    border-radius: 50%;
    font-size: .8em;
    line-height: 13px;
    letter-spacing: -1px;
    text-align: center;
    color: #fff;
    background: #eb0202
}

.navbar-nav {
    font-size: .9em
}

.navbar-nav>li>a {
    font: normal 1.3em Montserrat,sans-serif;
    font-weight: 500;
    line-height: 1.42857;
    color: #000;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0
}

@media (min-width: 992px) {
    .navbar-nav>li>a {
        color:#000
    }
}

.navbar-nav>li>a:hover {
    text-decoration: none;
    color: #3155a6
}

@media (min-width: 992px) {
    .navbar-nav>li>a:hover {
        color:#3155a6
    }
}

.navbar-nav>li>a:focus {
    background: 0 0
}

.navbar-nav>li>a:hover {
    background: 0 0
}

.navbar-nav>li>a:focus {
    background: 0 0
}

.navbar-nav>li.open>a {
    background: 0 0
}

.navbar-nav>li:hover>a,.navbar-nav>li>a.active {
    background: 0 0;
    border-radius: 0
}

@media (min-width: 992px) {
    .navbar-nav>li:hover>a,.navbar-nav>li>a.active {
        background:0 0;
        border-radius: 0
    }
}

.navbar-nav>li:hover>a.has-submenu,.navbar-nav>li>a.active.has-submenu {
    border-bottom: none
}

.navbar-nav>li.dropdown:hover>a {
    border-bottom: none
}

.navbar-nav>li>.novicon-arrow-right {
    display: none
}

.navbar-nav>li>.dropdown-menu {
    border-radius: 0;
    border: 0;
    border-top: none;
    border-bottom: none;
    background: #f0f0f0;
    box-shadow: none
}

@media (min-width: 992px) {
    .navbar-nav>li>.dropdown-menu {
        border-radius:0;
        border-top: 5px solid #3155a6;
        border-bottom: none;
        background: #f0f0f0;
        background: #f9f9f9;
        background: #f9f9f9;
        background: #f9f9f9;
        background: #f9f9f9;
        box-shadow: 6px 6px 7px -5px rgba(0,0,0,.2)
    }
}

.navbar-nav>li>.dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0!important;
    border-radius: 0;
    border: none;
    background: 0 0
}

@media (min-width: 992px) {
    .navbar-nav>li>.dropdown-menu .dropdown-menu {
        margin-top:-41px!important;
        background: #3155a6
    }
}

.navbar-nav>li>.dropdown-menu>li>a {
    font: normal 1em Montserrat,sans-serif;
    font-weight: 500;
    line-height: 1.42857;
    color: #000;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    white-space: normal
}

@media (min-width: 992px) {
    .navbar-nav>li>.dropdown-menu>li>a {
        color:#000
    }
}

.navbar-nav>li>.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #3155a6
}

@media (min-width: 992px) {
    .navbar-nav>li>.dropdown-menu>li>a:hover {
        color:#3155a6
    }
}

.navbar-nav>li>.dropdown-menu>li>a:focus {
    background: 0 0
}

.navbar-nav>li>.dropdown-menu>li.dropdown>a {
    padding-right: 10px
}

.navbar-nav>li>.dropdown-menu>li:hover {
    background: #fff!important
}

@media (min-width: 992px) {
    .navbar-nav>li>.dropdown-menu>li:hover {
        background:#f0f0f0!important
    }
}

.navbar-nav>li>.dropdown-menu>li:hover a {
    background: 0 0
}

.navbar-nav>li>.dropdown-menu>li:hover:first-child {
    background: #f0f0f0
}

@media (min-width: 992px) {
    .navbar-nav>li>.dropdown-menu>li:hover:first-child {
        background:#f0f0f0;
        background: #f0f0f0;
        background: #f0f0f0;
        background: #f0f0f0;
        background: #f0f0f0
    }
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background: 0 0
}

li.open {
    background: 0 0
}

@media (min-width: 992px) {
    li.open {
        background:0 0
    }
}

li.open>a {
    color: #3155a6!important
}

.dropdown-menu {
    padding: 0;
    min-width: 220px!important;
    box-shadow: none
}

.dropdown-menu>li>a {
    padding: 10px 20px
}

.level-10>li:hover,.level-3>li:hover,.level-4>li:hover,.level-5>li:hover,.level-6>li:hover,.level-7>li:hover,.level-8>li:hover,.level-9>li:hover {
    background: #f0f0f0;
    text-decoration: underline
}

.level-10>li>a,.level-3>li>a,.level-4>li>a,.level-5>li>a,.level-6>li>a,.level-7>li>a,.level-8>li>a,.level-9>li>a {
    font: normal 1em Montserrat,sans-serif;
    font-weight: 500;
    line-height: 1.42857;
    color: #000;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    white-space: normal
}

@media (min-width: 992px) {
    .level-10>li>a,.level-3>li>a,.level-4>li>a,.level-5>li>a,.level-6>li>a,.level-7>li>a,.level-8>li>a,.level-9>li>a {
        color:#000
    }
}

.level-10>li>a:hover,.level-3>li>a:hover,.level-4>li>a:hover,.level-5>li>a:hover,.level-6>li>a:hover,.level-7>li>a:hover,.level-8>li>a:hover,.level-9>li>a:hover {
    text-decoration: none;
    color: #3155a6
}

@media (min-width: 992px) {
    .level-10>li>a:hover,.level-3>li>a:hover,.level-4>li>a:hover,.level-5>li>a:hover,.level-6>li>a:hover,.level-7>li>a:hover,.level-8>li>a:hover,.level-9>li>a:hover {
        color:#3155a6
    }
}

.level-10>li>a:focus,.level-3>li>a:focus,.level-4>li>a:focus,.level-5>li>a:focus,.level-6>li>a:focus,.level-7>li>a:focus,.level-8>li>a:focus,.level-9>li>a:focus {
    background: 0 0
}

.navbar-collapse {
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 0;
    box-shadow: none
}

@media (min-width: 992px) {
    .navbar-collapse {
        padding-top:0;
        padding-right: 0;
        padding-left: 0
    }
}

#admin-bar {
    position: absolute;
    border-top: none
}

#nav-background {
    position: relative;
    width: 100%;
    background: #3155a6;
    border-top: none;
    border-bottom: none
}

.nav-brand-show {
    float: right;
    display: none!important;
    height: 60px
}

@media (min-width: 992px) {
    .nav-brand-show {
        display:inline-block!important
    }
}

.navbar-brand-fixed-logo {
    display: none
}

.fixed-nav-logo {
    display: none
}

.nav-placeholder {
    display: none
}

.carousel-indicators {
    bottom: 50px!important
}

@media (min-width: 992px) {
    .carousel-indicators {
        bottom:30px!important
    }
}

.c-nav-utility {
    display: none;
    padding: 7px 15px;
    color: #fff;
    text-align: right;
    background: #e2e1e1
}

@media (min-width: 992px) {
    .c-nav-utility {
        display:block
    }
}

.c-nav-utility__span {
    font: normal .9em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    color: inherit
}

@media (min-width: 992px) {
    .c-nav-utility__span {
        color:#000
    }
}

.c-nav-utility__span:hover {
    text-decoration: none;
    color: #3155a6
}

@media (min-width: 992px) {
    .c-nav-utility__span:hover {
        color:#3155a6
    }
}

.c-nav-utility__link {
    padding: 0 5px 0 0
}

.c-nav-utility__link:after {
    content: "|";
    padding-left: 5px;
    color: #fff;
    display: none
}

@media (min-width: 992px) {
    .c-nav-utility__link:after {
        display:inline-block
    }
}

.c-nav-utility__link:nth-child(6) {
    padding: 0
}

.c-nav-utility__link:nth-child(6):after {
    content: ""
}

.c-nav-utility__log-out {
    float: none;
    font-size: inherit;
    font-style: italic;
    color: #3155a6;
    text-transform: lowercase;
    margin-top: 0;
    margin-left: 0
}

@media (min-width: 992px) {
    .c-nav-utility__log-out {
        float:none;
        color: #f0f0f0;
        margin-top: 0
    }
}

.c-nav-utility__logged-in-link {
    display: block
}

@media (min-width: 992px) {
    .c-nav-utility__logged-in-link {
        display:inline-block!important
    }
}

.c-nav-utility__logged-in-link:after {
    content: ""
}

.c-nav-utility__log-out-link {
    display: block;
    text-align: left
}

@media (min-width: 992px) {
    .c-nav-utility__log-out-link {
        display:inline-block!important;
        text-align: right
    }
}

.c-nav-utility__custom-display {
    display: none
}

.c-nav-navigation {
    padding: 0;
    border-top: 5px solid #3155a6
}

@media (min-width: 992px) {
    .c-nav-navigation {
        padding:0;
        border-top: none
    }
}

.c-nav-navigation__logo-wrapper {
    display: none
}

.c-nav-navigation__link {
    display: inline-block;
    width: 125px;
    padding: 0
}

@media (min-width: 768px) {
    .c-nav-navigation__link {
        width:125px;
        padding: 0
    }
}

@media (min-width: 992px) {
    .c-nav-navigation__link {
        width:130px;
        padding: 0
    }
}

@media (min-width: 1200px) {
    .c-nav-navigation__link {
        width:130px;
        padding: 0
    }
}

.c-nav-navigation__link--scroll {
    display: none
}

.c-nav-navigation__link--mobile {
    display: inline-block
}

@media (min-width: 992px) {
    .c-nav-navigation__link--mobile {
        display:none
    }
}

.c-nav-navigation__link--desktop {
    display: none
}

@media (min-width: 992px) {
    .c-nav-navigation__link--desktop {
        display:inline-block
    }
}

.c-nav-navigation__collapse-wrapper {
    float: none;
    display: inline-block
}

@media (min-width: 992px) {
    .c-nav-navigation__collapse-wrapper {
        float:right
    }
}

.c-nav-navigation__ul {
    margin: 0;
    padding: 5px 0 0
}

.c-nav-navigation__ul--mobile {
    display: block;
    margin: 0 auto
}

@media (min-width: 992px) {
    .c-nav-navigation__ul--mobile {
        display:none
    }
}

.c-nav-navigation__toggle {
    display: inline-block;
    margin-left: 0;
    padding: 0 5px 0 0
}

@media (min-width: 992px) {
    .c-nav-navigation__toggle {
        display:none;
        margin-left: 0;
        padding: inherit
    }
}

.c-nav-scroll {
    position: fixed!important;
    top: 0!important;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 80px!important;
    border-top: none;
    background: #fff
}

.c-nav-scroll .navbar-brand-fixed-logo {
    float: left;
    display: inline-block;
    width: 100px
}

.c-nav-scroll .c-nav-navigation {
    padding: 10px 10px 0
}

@media (min-width: 992px) {
    .c-nav-scroll .c-nav-navigation {
        padding:0 10px
    }
}

.c-nav-scroll .c-nav-navigation__logo-wrapper {
    float: left;
    display: inline-block;
    width: 150px;
    height: 71px;
    margin: 0 2px 2px;
    background-image: url(https://assets-staging.noviams.com/novi-file-uploads/tmpl-i/structure/template-i-fpo-logo.png);
    background-size: 150px 71px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center
}

.c-nav-scroll .c-nav-navigation__link--scroll {
    display: inline-block
}

.c-nav-scroll .c-nav-navigation__link {
    display: none
}

.c-nav-scroll .fixed-nav-logo {
    float: left;
    display: inline-block;
    width: 100px;
    height: 48px;
    margin: 0 2px 2px;
    background-image: none;
    background-size: 100px 48px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center
}

.c-nav-scroll #nav-placeholder {
    display: none!important
}

.c-nav-scroll .navbar-nav {
    width: 100%;
    margin-top: 0
}

@media (min-width: 992px) {
    .c-nav-scroll .navbar-nav {
        width:auto
    }
}

.c-nav-scroll__anchor {
    position: fixed!important;
    z-index: 1000
}

.c-nav-scroll #c-nav-navigation {
    border-bottom: 1px solid #f0f0f0;
    overflow-y: scroll;
    max-height: 99vh
}

@media (min-width: 992px) {
    .c-nav-scroll #c-nav-navigation {
        overflow-y:inherit;
        max-height: none
    }
}

#c-nav-navigation {
    position: relative;
    width: 100%;
    background: #fff
}

#search-panel {
    position: absolute;
    z-index: 1000000
}

.profile-link-container {
    position: relative;
    display: inline
}

.profile-link-container .profile-link {
    padding-top: 0!important;
    padding-left: 5px;
    padding-right: 0;
    min-width: 220px;
    max-width: 220px;
    text-align: left;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    margin-right: 0!important;
    font-size: 1em!important;
    min-height: 40px;
    margin-left: 5px;
    cursor: pointer
}

.profile-link-container .profile-link:focus {
    color: inherit!important;
    text-decoration: none!important
}

.profile-link-container .profile-link .profile-link-main-navigation {
    min-width: 190px;
    max-width: 190px;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    padding-left: 5px;
    border: 1px solid transparent
}

.profile-link-container .profile-link .profile-link-main-navigation:hover {
    border-radius: 3px 0 0 3px;
    background: #e5d9d93b;
    border: 1px solid #3333331c;
    text-decoration: none!important
}

.profile-link-container .profile-link .profile-link-main-navigation .user-name-company {
    padding: 0 5px 0 5px;
    font-size: 12px;
    text-transform: none;
    width: 80%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.profile-link-container .profile-link .profile-link-main-navigation .user-name-company .user-first-last-name {
    font-weight: 700;
    line-height: 16px
}

.profile-link-container .profile-link .profile-link-main-navigation .user-name-company .user-parent {
    font-weight: 300;
    line-height: 16px
}

.profile-link-container .profile-link .dropdown-arrow {
    right: 0;
    width: 30px;
    text-align: center;
    font-size: 32px;
    border-left: 1px solid;
    border-color: #00000040;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid transparent
}

.profile-link-container .profile-link .dropdown-arrow:hover {
    border-radius: 0 3px 3px 0;
    background: #e5d9d93b;
    border: 1px solid #3333331c;
    text-decoration: none!important
}

.profile-link-container .profile-link .dropdown-arrow span {
    font-size: 14px;
    display: block
}

.profile-link-container .profile-link .dropdown-arrow:focus {
    color: inherit!important;
    text-decoration: none!important
}

.profile-link-container .profile-image {
    width: 20%;
    max-width: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.profile-link-container .profile-image>.default-profile-image {
    border-radius: 50%;
    background-color: #d9d9d9;
    color: #000;
    width: 25px;
    line-height: 26px;
    font-size: 12px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    height: 25px;
    font-weight: 500;
    position: relative;
    text-align: center;
    text-transform: none
}

.profile-link-container .profile-image>img {
    border-radius: 50%;
    width: 25px;
    display: inline-block;
    margin-bottom: 10px
}

.profile-link-container .profile-menu-mobile {
    max-width: 220px!important
}

.profile-link-container .profile-menu {
    width: 260px;
    right: 0;
    background-color: #fff;
    position: absolute;
    z-index: 1000;
    box-shadow: 0 0 10px #33333357
}

.profile-link-container .profile-menu:before {
    content: none!important
}

.profile-link-container .profile-menu .inner {
    border-top: 4px solid #264a6d;
    border-bottom: 4px solid #264a6d;
    padding: 10px!important;
    text-align: center
}

.profile-link-container .profile-menu .inner>hr {
    margin: 5px 5px;
    color: #c0d0e4;
    height: 1px;
    background-color: #c0d0e4
}

.profile-link-container .profile-menu .inner>h3 {
    text-align: center;
    font-size: 16px;
    margin-top: 0;
    font-weight: 500;
    color: #000;
    margin-bottom: 0
}

.profile-link-container .profile-menu .inner>h4 {
    font-size: 12px;
    margin-left: 8px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #000
}

.profile-link-container .profile-menu .inner>.default-profile-image {
    border-radius: 50%;
    background-color: #264a6d;
    color: #fff;
    width: 75px;
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.profile-link-container .profile-menu .inner>img {
    border-radius: 50%;
    width: 75px;
    display: inline-block;
    margin-bottom: 10px
}

.profile-link-container .profile-menu .inner .update-password-btn {
    background: linear-gradient(180deg,#fff 0,#f2f2f2 100%);
    border: 1px solid #ccc;
    width: 200px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #365ebf;
    text-transform: none;
    text-decoration: none
}

.profile-link-container .profile-menu .inner .log-out-btn {
    width: 200px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    line-height: 30px;
    text-transform: none;
    padding-top: 0;
    margin-top: 5px
}

.profile-link-container .profile-menu .inner .log-out-btn>.novicon-logout {
    margin-right: 5px
}

.profile-link-container .profile-menu .inner .profile-menu-header {
    padding-bottom: 5px
}

.profile-link-container .profile-menu .inner .profile-menu-header .accounts-label {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #404040
}

.profile-link-container .profile-menu .inner .profile-menu-header .member-compass-label {
    text-align: right;
    font-size: 14px;
    font-weight: 300
}

.profile-link-container .profile-menu .inner .profile-menu-header .member-compass-label a {
    color: #365ebf;
    text-transform: none;
    text-decoration: underline;
    font-size: 14px;
    padding-top: 0
}

.profile-link-container .profile-menu .inner .linked-account-row {
    margin-right: 0;
    margin-left: 0;
    cursor: pointer
}

.profile-link-container .profile-menu .inner .linked-account-current-row {
    background-color: #31667B1A;
    cursor: default
}

.profile-link-container .profile-menu .inner .linked-account-container {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 0;
    margin-bottom: 2px
}

.profile-link-container .profile-menu .inner .linked-account-container .user-name-company {
    font-size: 12px;
    padding: 0 5px 0 5px;
    color: #000;
    font-weight: 500;
    line-height: 16px;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.profile-link-container .profile-menu .inner .linked-account-container .user-name-company .linked-account-detail-parent {
    font-weight: 300;
    display: block
}

.c-nav-centered__user-navigation__wrapper {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.c-nav-centered__user-navigation__wrapper .profile-link {
    float: none
}

.c-nav-centered__user-navigation__wrapper .profile-menu {
    float: none;
    right: unset;
    margin-left: -40px
}

.c-nav-centered__user-navigation__wrapper .profile-actions-non-admin {
    margin-top: 40px!important
}

.c-nav-centered__user-navigation__wrapper .profile-actions-admin {
    margin-top: 40px!important
}

.section:not(::first-child) {
    box-shadow: 0 3px 0 0 rgba(0,0,0,.11)
}

.section .background .title h1 {
    margin-top: 0
}

.section .slick-track .background {
    margin-top: 0
}

#feature-grid {
    border-top: none;
    border-bottom: none;
    background: #fff
}

#feature-grid .c-hp-feature-grid {
    padding: 30px 30px 50px
}

@media (min-width: 768px) {
    #feature-grid .c-hp-feature-grid {
        padding:10px 30px 10px
    }
}

#feature-grid .c-hp-feature-grid__wrapper {
    margin: 0;
    padding: 10px
}

@media (min-width: 768px) {
    #feature-grid .c-hp-feature-grid__wrapper {
        margin:0;
        padding: 10px 0
    }
}

@media (min-width: 992px) {
    #feature-grid .c-hp-feature-grid__wrapper {
        padding:0
    }
}

#feature-grid .c-hp-feature-grid__header {
    font: normal 2.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 auto 30px;
    text-align: center
}

@media (min-width: 768px) {
    #feature-grid .c-hp-feature-grid__header {
        margin:0 auto
    }
}

#feature-grid .c-hp-feature-grid__title {
    font: normal 1.4em Montserrat,sans-serif;
    line-height: 1.3;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    height: auto!important;
    margin: 0 auto;
    font-size: 1.1em;
    text-align: center
}

@media (min-width: 768px) {
    #feature-grid .c-hp-feature-grid__title {
        font-size:1.4em
    }
}

@media (min-width: 992px) {
    #feature-grid .c-hp-feature-grid__title {
        height:75px!important
    }
}

#feature-grid .c-hp-feature-grid__copy {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.5;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    display: none;
    text-align: center
}

@media (min-width: 992px) {
    #feature-grid .c-hp-feature-grid__copy {
        display:block
    }
}

#feature-grid .c-hp-feature-grid__link {
    font: normal 1.3em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    margin: 15px auto 0;
    padding: 0 0 10px;
    font-size: 1.3em;
    text-align: center
}

@media (min-width: 992px) {
    #feature-grid .c-hp-feature-grid__link {
        margin:30px auto 0;
        padding: 0 0 30px;
        font-size: 1.125em
    }
}

#feature-grid .c-hp-feature-grid__link:hover {
    color: #3155a6
}

#feature-grid .c-hp-feature-grid__link:hover .c-hp-feature-grid__caret {
    color: #3155a6;
    transition: all .1s ease;
    transform: translateX(5px)
}

#feature-grid .c-hp-feature-grid__img {
    display: block;
    max-width: 80%;
    margin: 0 auto 20px;
    text-align: center
}

@media (min-width: 768px) {
    #feature-grid .c-hp-feature-grid__img {
        max-width:200px
    }
}

#feature-grid .c-hp-feature-grid__img--smaller {
    max-width: 70%
}

@media (min-width: 768px) {
    #feature-grid .c-hp-feature-grid__img--smaller {
        max-width:150px
    }
}

.g-hp-feature-grid {
    width: 49%;
    padding-right: 0;
    padding-left: 0
}

@media (min-width: 768px) {
    .g-hp-feature-grid {
        width:49%
    }
}

@media (min-width: 992px) {
    .g-hp-feature-grid {
        width:24%;
        padding-right: 15px;
        padding-left: 15px
    }
}

.g-hp-feature-grid:nth-child(1) {
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0
}

@media (min-width: 768px) {
    .g-hp-feature-grid:nth-child(1) {
        border-right:none;
        border-bottom: none
    }
}

.g-hp-feature-grid:nth-child(2) {
    border-bottom: 1px solid #f0f0f0
}

@media (min-width: 768px) {
    .g-hp-feature-grid:nth-child(2) {
        border-bottom:none
    }
}

.g-hp-feature-grid:nth-child(3) {
    border-right: 1px solid #f0f0f0
}

@media (min-width: 768px) {
    .g-hp-feature-grid:nth-child(3) {
        border-right:none
    }
}

#feature-grid-stacked {
    border-top: none;
    border-bottom: none;
    background: #f0f0f0
}

#feature-grid-stacked .c-hp-feature-grid-stacked {
    padding: 5px 15px
}

@media (min-width: 992px) {
    #feature-grid-stacked .c-hp-feature-grid-stacked {
        padding:30px 30px 50px
    }
}

#feature-grid-stacked .c-hp-feature-grid-stacked__header {
    font: normal 2.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    margin: 30px auto 50px;
    text-align: center
}

#feature-grid-stacked .c-hp-feature-grid-stacked__img {
    display: block;
    max-width: 55px;
    margin: 0 auto 10px;
    text-align: center
}

@media (min-width: 992px) {
    #feature-grid-stacked .c-hp-feature-grid-stacked__img {
        margin:0 auto;
        text-align: left
    }
}

#feature-grid-stacked .c-hp-feature-grid-stacked__title {
    font: normal 1.9em Montserrat,sans-serif;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 auto 5px;
    text-align: center
}

@media (min-width: 992px) {
    #feature-grid-stacked .c-hp-feature-grid-stacked__title {
        margin:0 0 5px;
        text-align: left
    }
}

#feature-grid-stacked .c-hp-feature-grid-stacked__copy {
    font: normal 1.3em Montserrat,sans-serif;
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    font-style: italic;
    font-size: 1.3em
}

#feature-grid-stacked .c-hp-feature-grid-stacked__copy--dark {
    color: #3155a6
}

@media (min-width: 992px) {
    #feature-grid-stacked .c-hp-feature-grid-stacked__copy {
        text-align:left;
        font-size: 1.7em
    }
}

#feature-grid-stacked .c-hp-feature-grid-stacked__link {
    display: block
}

#feature-grid-stacked .c-hp-feature-grid-stacked__wrapper {
    margin: 0 0 25px;
    padding: 25px;
    color: #fff!important
}

@media (min-width: 992px) {
    #feature-grid-stacked .c-hp-feature-grid-stacked__wrapper {
        margin:0 0 10px;
        padding: 40px
    }
}

#feature-grid-stacked .c-hp-feature-grid-stacked__wrapper-link:hover .c-hp-feature-grid-stacked__wrapper--four,#feature-grid-stacked .c-hp-feature-grid-stacked__wrapper-link:hover .c-hp-feature-grid-stacked__wrapper--one,#feature-grid-stacked .c-hp-feature-grid-stacked__wrapper-link:hover .c-hp-feature-grid-stacked__wrapper--three,#feature-grid-stacked .c-hp-feature-grid-stacked__wrapper-link:hover .c-hp-feature-grid-stacked__wrapper--two {
    transition: all .5s ease-in-out;
    border-radius: 20px
}

#feature-grid-stacked .c-hp-feature-grid-stacked__wrapper--one {
    background: #3155a6
}

#feature-grid-stacked .c-hp-feature-grid-stacked__wrapper--two {
    background: #3155a6
}

#feature-grid-stacked .c-hp-feature-grid-stacked__wrapper--three {
    background: #3155a6
}

#feature-grid-stacked .c-hp-feature-grid-stacked__wrapper--four {
    background: #f58220
}

#feature-grid-stacked .c-hp-feature-grid-stacked__h5 {
    height: auto
}

@media (min-width: 992px) {
    #feature-grid-stacked .c-hp-feature-grid-stacked__h5 {
        height:75px
    }
}

.g-hp-feature-grid-stacked {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px
}

@media (min-width: 768px) {
    .g-hp-feature-grid-stacked {
        width:50%
    }
}

.g-hp-feature-grid-stacked__inner--icon {
    width: 100%
}

@media (min-width: 992px) {
    .g-hp-feature-grid-stacked__inner--icon {
        width:16.66667%
    }
}

.g-hp-feature-grid-stacked__inner--copy {
    width: 100%
}

@media (min-width: 992px) {
    .g-hp-feature-grid-stacked__inner--copy {
        width:83.33333%
    }
}

.g-hp-feature-grid-stacked__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#about-association {
    border-top: none;
    border-bottom: none;
    background: #fff
}

#about-association .c-hp-about-association {
    padding: 35px 10px 10px
}

@media (min-width: 768px) {
    #about-association .c-hp-about-association {
        padding:40px 130px
    }
}

@media (min-width: 992px) {
    #about-association .c-hp-about-association {
        padding:40px 130px
    }
}

#about-association .c-hp-about-association__title {
    font: normal 2.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 10px
}

#about-association .c-hp-about-association__p {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.5;
    font-weight: 400;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    width: auto;
    margin: 0 auto 20px;
    font-size: 1.5em;
    text-align: center
}

@media (min-width: 768px) {
    #about-association .c-hp-about-association__p {
        margin:0 auto 30px;
        font-size: 1.3em
    }
}

#about-association .c-hp-about-association__button {
    width: 130px;
    margin: 0 0 20px 0;
    font-size: .75em
}

@media (min-width: 768px) {
    #about-association .c-hp-about-association__button {
        width:150px;
        margin: 0
    }
}

#about-association .c-hp-about-association__button:first-child {
    margin: 0 20px 20px 0
}

@media (min-width: 768px) {
    #about-association .c-hp-about-association__button:first-child {
        margin:0 20px 0 0
    }
}

#blocks {
    border-top: none;
    background: #e2e1e1;
    padding: 20px 0
}

@media (min-width: 992px) {
    #blocks {
        padding:40px 0
    }
}

#blocks .color-block-full-width {
    overflow: hidden;
    height: 150px;
    text-align: center;
    padding: 30px;
    color: #f58220
}

@media (min-width: 768px) {
    #blocks .color-block-full-width {
        padding:10px 50px
    }
}

@media (min-width: 992px) {
    #blocks .color-block-full-width {
        padding:20px 50px;
        height: 170px
    }
}

@media (min-width: 1200px) {
    #blocks .color-block-full-width {
        height:150px
    }
}

#blocks .color-block-full-width:not(:first-child) {
    line-height: 30px;
    border-left: .5px solid #3155a6
}

#blocks .color-block-full-width:nth-child(3) {
    line-height: 30px;
    border-left: none;
    border-top: .5px solid #3155a6;
    padding: 30px 10px
}

@media (min-width: 768px) {
    #blocks .color-block-full-width:nth-child(3) {
        padding:30px 50px
    }
}

@media (min-width: 992px) {
    #blocks .color-block-full-width:nth-child(3) {
        border-left:.5px solid #3155a6;
        border-top: none;
        padding: 20px 50px
    }
}

#blocks .color-block-full-width:nth-child(4) {
    border-top: .5px solid #3155a6;
    padding: 30px 10px
}

@media (min-width: 768px) {
    #blocks .color-block-full-width:nth-child(4) {
        padding:30px 50px
    }
}

@media (min-width: 992px) {
    #blocks .color-block-full-width:nth-child(4) {
        border-top:none;
        padding: 20px 50px
    }
}

#blocks a {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    padding-top: 10px;
    display: block;
    letter-spacing: 0;
    cursor: pointer
}

@media (min-width: 992px) {
    #blocks a {
        font-size:1em
    }
}

@media (min-width: 1200px) {
    #blocks a {
        font-size:1em
    }
}

#blocks span {
    display: block;
    float: none;
    margin: 0
}

#blocks .fa-duotone,#blocks .fa-light,#blocks .fa-regular,#blocks .fa-solid,#blocks .fa-thin,#blocks .far,#blocks .fas {
    font-size: 35px
}

#c-hp-double-region {
    padding: 40px 0 0
}

@media (min-width: 768px) {
    #c-hp-double-region {
        padding:40px
    }
}

@media (min-width: 992px) {
    #c-hp-double-region {
        padding:80px 0 40px
    }
}

#c-hp-double-region .container {
    width: 100%
}

@media (min-width: 992px) {
    #c-hp-double-region .container {
        width:970px
    }
}

#c-hp-double-region .double-region-left {
    padding: 0 15px 20px
}

@media (min-width: 992px) {
    #c-hp-double-region .double-region-left {
        padding:0 50px 0 0
    }
}

#c-hp-double-region .double-region-right {
    padding: 0
}

@media (min-width: 992px) {
    #c-hp-double-region .double-region-right {
        padding:0
    }
}

.c-hp-double-region__title {
    font: 700 1.7em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    text-align: center
}

@media (min-width: 992px) {
    .c-hp-double-region__title {
        text-align:left
    }
}

.c-hp-double-region__copy {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    text-align: center
}

@media (min-width: 992px) {
    .c-hp-double-region__copy {
        text-align:left
    }
}

#hp-leaderboard .c-hp-leaderboard {
    margin: 0 auto 50px
}

#resources {
    border-top: none;
    border-bottom: none;
    background: #fff
}

#resources .c-hp-resources {
    padding: 10px 30px 30px
}

@media (min-width: 768px) {
    #resources .c-hp-resources {
        padding:30px 30px 100px
    }
}

#resources .c-hp-resources__wrapper {
    padding: 30px
}

@media (min-width: 768px) {
    #resources .c-hp-resources__wrapper {
        padding:0
    }
}

#resources .c-hp-resources__link-wrapper:hover .c-hp-resources__title {
    color: #3155a6
}

#resources .c-hp-resources__header {
    font: normal 2.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    margin: 20px auto 5px;
    text-align: center
}

@media (min-width: 768px) {
    #resources .c-hp-resources__header {
        margin:30px auto 50px
    }
}

#resources .c-hp-resources__img {
    display: block;
    max-width: 100px;
    margin: 0 auto 10px;
    text-align: center
}

@media (min-width: 992px) {
    #resources .c-hp-resources__img {
        margin:0 auto 20px
    }
}

#resources .c-hp-resources__title {
    font: normal 1.9em Montserrat,sans-serif;
    line-height: 1.3;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 auto;
    text-align: center
}

#resources .c-hp-resources__icon {
    margin: 0 auto;
    font-size: 3em
}

.g-hp-resources-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.g-hp-resources {
    width: 100%
}

@media (min-width: 768px) {
    .g-hp-resources {
        width:33%
    }
}

@media (min-width: 1200px) {
    .g-hp-resources {
        width:16.5%
    }
}

.g-hp-resources__spacer {
    display: none;
    width: 0%
}

@media (min-width: 1200px) {
    .g-hp-resources__spacer {
        display:inline-block;
        width: 17%
    }
}

.single-region {
    position: relative;
    margin-top: 0!important;
    padding: 0;
    border-top-right-radius: 0;
    border-top: none;
    border-top-left-radius: 0;
    border-bottom: none;
    background-color: none
}

.single-region h1,.single-region h2,.single-region h3,.single-region h4,.single-region h5,.single-region h6,.single-region p {
    color: inherit;
    text-align: inherit;
    width: auto;
    height: auto;
    margin: auto
}

@media (min-width: 992px) {
    .single-region h1,.single-region h2,.single-region h3,.single-region h4,.single-region h5,.single-region h6,.single-region p {
        width:auto;
        height: auto
    }
}

.single-region .container {
    position: relative;
    top: 0
}

#pitch::before {
    content: "";
    position: relative;
    top: -55px;
    left: 50%;
    display: none;
    width: 44px;
    padding: 20px;
    border-radius: 50%;
    border-bottom: 2px solid #000;
    background-image: url(/novi-core-assets/assets/mmha-sta/mmhasta-badge-icon.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    background-color: #fff;
    transform: translate(-50%,0)
}

#HomeMission {
    margin-top: 0!important
}

#pitches {
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff
}

@media (min-width: 992px) {
    #pitches {
        margin-top:0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        background: #fff
    }
}

#pitches:before {
    display: none
}

@media (min-width: 992px) {
    #pitches:before {
        content:"";
        position: absolute;
        display: block;
        bottom: 45%;
        width: 100%;
        height: 125px;
        margin-bottom: 60px;
        border-radius: 100%;
        box-shadow: 0 99px 0 198px #f0f0f0
    }
}

@media (min-width: 1200px) {
    #pitches:before {
        bottom:45%;
        height: 125px
    }
}

#pitches .region {
    display: block
}

#pitches .content,#pitches h4 {
    display: none
}

@media (min-width: 768px) {
    #pitches .content,#pitches h4 {
        display:block
    }
}

#pitches>.row {
    margin-right: -50px
}

#pitches .double-region-right {
    float: left;
    width: 100%
}

@media (min-width: 992px) {
    #pitches .double-region-right {
        float:left;
        width: 50%
    }
}

#pitches .double-region-left {
    float: left;
    width: 100%
}

@media (min-width: 992px) {
    #pitches .double-region-left {
        float:left;
        width: 50%
    }
}

#pitches .double-region-left,#pitches .double-region-right {
    margin: 0 0 10px;
    padding: 0;
    text-align: center
}

#pitches .double-region-left h2,#pitches .double-region-left h3,#pitches .double-region-left h5,#pitches .double-region-left h6,#pitches .double-region-right h2,#pitches .double-region-right h3,#pitches .double-region-right h5,#pitches .double-region-right h6 {
    color: #fff
}

#pitches .double-region-left h4,#pitches .double-region-right h4 {
    display: none
}

@media (min-width: 992px) {
    #pitches .double-region-left h4,#pitches .double-region-right h4 {
        display:block;
        margin: 0;
        padding: 15px 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

    #pitches .double-region-left h4 .novicon,#pitches .double-region-right h4 .novicon {
        margin-right: 5px;
        color: #e9c46a
    }
}

#pitches .double-region-left .content,#pitches .double-region-right .content {
    display: none
}

@media (min-width: 992px) {
    #pitches .double-region-left .content,#pitches .double-region-right .content {
        display:block;
        min-height: 155px;
        padding: 25px 15px;
        background: #fff;
        box-shadow: 0 3px 0 0 rgba(0,0,0,.11)
    }
}

#pitches .double-region-left:first-child,#pitches .double-region-right:first-child {
    position: relative;
    z-index: 2;
    padding: 0
}

@media (min-width: 992px) {
    #pitches .double-region-left:first-child,#pitches .double-region-right:first-child {
        padding:0
    }
}

#pitches .double-region-left:first-child h4,#pitches .double-region-right:first-child h4 {
    font: 700 1.7em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    background: linear-gradient(225deg,transparent 20px,#3155a6 0,#3155a6 100%);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-right: 3px solid rgba(0,0,0,.11)
}

#pitches .double-region-left:first-child .content,#pitches .double-region-right:first-child .content {
    border-right: 3px solid rgba(0,0,0,.11);
    border-bottom-left-radius: 0
}

#pitches .double-region-left:last-child,#pitches .double-region-right:last-child {
    margin-left: 0;
    padding-left: 0
}

@media (min-width: 992px) {
    #pitches .double-region-left:last-child,#pitches .double-region-right:last-child {
        margin-left:-35px
    }
}

#pitches .double-region-left:last-child h4,#pitches .double-region-right:last-child h4 {
    font: 700 1.7em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    padding-left: 35px;
    background: linear-gradient(225deg,transparent 20px,#3155a6 0,#3155a6 100%);
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

#pitches .double-region-left:last-child .content,#pitches .double-region-right:last-child .content {
    margin-left: 35px;
    border-bottom-right-radius: 0
}

#pitches .double-region-left>p,#pitches .double-region-right>p {
    display: block
}

.color-container {
    overflow: hidden;
    height: 100px;
    color: #fff;
    text-align: center
}

@media (min-width: 992px) {
    .color-container {
        height:180px
    }
}

.color-container:before {
    display: none
}

@media (min-width: 992px) {
    .color-container:before {
        transform:rotate(35deg);
        content: "";
        position: absolute;
        top: 0;
        left: 18%;
        display: block;
        width: 100%;
        height: 200%
    }
}

.color-container a {
    position: relative;
    z-index: 5;
    display: inline-block;
    margin-bottom: 0;
    padding-top: 0;
    color: #fff;
    font-size: .8em;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    text-align: center
}

@media (min-width: 992px) {
    .color-container a {
        padding-top:20px
    }
}

.color-container a:hover {
    text-decoration: none;
    cursor: pointer
}

.color-container a:hover span {
    text-decoration: underline
}

.color-container .color-block-text {
    display: block
}

.color-container img {
    float: none;
    width: 44px;
    height: 44px;
    margin: 0
}

@media (min-width: 992px) {
    .color-container img {
        width:65px;
        height: 65px
    }
}

.color-container .fa-duotone,.color-container .fa-light,.color-container .fa-regular,.color-container .fa-solid,.color-container .fa-thin,.color-container .far,.color-container .fas {
    height: 35px;
    margin: 5px;
    font-size: 25px
}

.color-container .fa-duotone:hover,.color-container .fa-light:hover,.color-container .fa-regular:hover,.color-container .fa-solid:hover,.color-container .fa-thin:hover,.color-container .far:hover,.color-container .fas:hover {
    text-decoration: none
}

@media (min-width: 768px) {
    .color-container .fa-duotone,.color-container .fa-light,.color-container .fa-regular,.color-container .fa-solid,.color-container .fa-thin,.color-container .far,.color-container .fas {
        height:65px;
        margin: 10px;
        font-size: 50px
    }
}

.color-container .mobile-break {
    display: none
}

@media (min-width: 992px) {
    .color-container .mobile-break {
        display:block
    }
}

.color-block1,.color-block2,.color-block3,.color-block4 {
    padding: 10px
}

.color-block1 img,.color-block2 img,.color-block3 img,.color-block4 img {
    margin: 10px
}

.color-block1 {
    background-color: #3155a6
}

@media (min-width: 992px) {
    .color-block1 {
        background-color:#3155a6
    }
}

.color-block1:before {
    background-color: #25417f
}

@media (min-width: 992px) {
    .color-block1:before {
        background-color:#25417f
    }
}

.color-block2 {
    background-color: #3155a6
}

@media (min-width: 992px) {
    .color-block2 {
        background-color:#3155a6
    }
}

.color-block2:before {
    background-color: #25417f
}

@media (min-width: 992px) {
    .color-block2:before {
        background-color:#25417f
    }
}

.color-block3 {
    background-color: #3155a6
}

@media (min-width: 992px) {
    .color-block3 {
        background-color:#3155a6
    }
}

.color-block3:before {
    background-color: #25417f
}

@media (min-width: 992px) {
    .color-block3:before {
        background-color:#25417f
    }
}

.color-block4 {
    background-color: #3155a6
}

@media (min-width: 992px) {
    .color-block4 {
        background-color:#3155a6
    }
}

.color-block4:before {
    background-color: #25417f
}

@media (min-width: 992px) {
    .color-block4:before {
        background-color:#25417f
    }
}

.color-strip {
    line-height: 0
}

.color-block {
    display: none;
    width: 20%;
    height: 5px
}

@media (min-width: 768px) {
    .color-block {
        height:8px
    }
}

.color-one {
    background: #2b4b92
}

.color-two {
    background: #2b4b92
}

.color-three {
    background: #375fba
}

.color-four {
    background: #f1750b
}

.color-five {
    background: #e3e3e3
}

.we-are {
    z-index: 5px;
    display: block;
    min-height: 350px;
    border-top: none;
    text-align: center;
    color: #000!important;
    background-color: #f0f0f0
}

.we-are .parallax {
    height: 100%;
    background: #000;
    background-attachment: fixed;
    background-position: top left;
    background-size: cover!important
}

.we-are .overlay {
    position: static;
    min-height: 350px;
    padding-top: 0;
    background: 0 0;
    background: rgba(0,145,213,.6)!important
}

@media (min-width: 992px) {
    .we-are .overlay {
        background:rgba(0,145,213,.6)!important
    }
}

.we-are h2 {
    font: normal 2.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000!important;
    text-transform: none;
    letter-spacing: 0
}

.we-are h3 {
    font: normal 1.9em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

.we-are h4 {
    font: 600 1.7em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 600;
    color: #000!important;
    text-transform: none;
    letter-spacing: 0
}

.we-are h5 {
    font: normal 1.5em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

.we-are h6 {
    font: normal 1.3em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

.we-are p {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    max-width: 750px;
    margin: 0 auto 30px;
    text-align: center
}

.we-are .line-after:after,.we-are .line-before:before {
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #0091d5
}

@media (min-width: 1200px) {
    .we-are .line-after:after,.we-are .line-before:before {
        display:inline-block;
        width: 50%;
        height: 2px;
        margin-top: -1px;
        margin-bottom: 0
    }
}

.we-are .line-before:before {
    right: 0;
    margin-left: 0
}

@media (min-width: 1200px) {
    .we-are .line-before:before {
        right:.5em;
        margin-left: -50%
    }
}

.we-are .line-after:after {
    left: 0;
    margin-right: 0
}

@media (min-width: 1200px) {
    .we-are .line-after:after {
        left:.5em;
        margin-right: -50%
    }
}

.we-are #partners {
    padding: 0 30px;
    text-align: center;
    margin-bottom: 30px
}

.we-are #partners .slick-list a {
    display: inline-block;
    padding: 3px;
    border-radius: 50%;
    border: 5px solid transparent
}

.we-are #partners .slick-list a:hover {
    border-color: #f58220
}

.we-are #partners .circle-image {
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #fff
}

.we-are #partners .circle-image img {
    position: absolute;
    height: auto;
    width: auto;
    max-width: 100%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.we-are #partners .img-circle {
    border-radius: 0
}

.footer-cms-region {
    display: block;
    padding: 30px 0;
    border-top: none;
    background: #f5f5f5
}

.footer-cms-region img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.footer-cms-region h2 {
    font: normal 2.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px
}

.footer-cms-region h3 {
    font: normal 1.9em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px
}

.footer-cms-region h4 {
    font: 600 1.7em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 600;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px
}

.footer-cms-region h5 {
    font: normal 1.5em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px
}

.footer-cms-region h6 {
    font: normal 1.3em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px
}

.footer-cms-region p {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px
}

.body-content .main-event {
    z-index: 7;
    margin-top: 0
}

.body-content .main-event .carousel-inner {
    overflow: hidden
}

.body-content .main-event .event-info {
    position: relative;
    top: 50px;
    bottom: auto;
    left: auto;
    width: auto;
    min-width: 200px;
    max-width: auto;
    margin: 25px 15px 0;
    padding: 10px 20px 20px;
    text-align: center;
    background: rgba(255,255,255,0);
    border: none
}

@media (min-width: 768px) {
    .body-content .main-event .event-info {
        position:absolute;
        top: 160px;
        left: auto;
        width: auto;
        max-width: 600px;
        margin: 0 15px;
        text-align: left
    }
}

@media (min-width: 992px) {
    .body-content .main-event .event-info {
        position:absolute;
        top: auto;
        left: auto;
        width: auto;
        max-width: 700px;
        margin: 10vh 0 5vh 35px;
        text-align: left
    }
}

.body-content .main-event .event-info .btn {
    border-radius: 0
}

.body-content .main-event .event-info .date {
    font: 400 1.5em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    float: auto;
    min-width: auto;
    padding: 0;
    font-size: 1.2em
}

@media (min-width: 992px) {
    .body-content .main-event .event-info .date {
        float:auto;
        min-width: auto;
        font-size: 1.5em
    }
}

.body-content .main-event .event-info .date .fas,.body-content .main-event .event-info .date .novicon {
    margin-right: 10px;
    font-size: 1.3em;
    color: #f58220
}

.body-content .main-event .event-info hr {
    width: 100%;
    margin: 10px 0;
    border-color: inherit
}

@media (min-width: 992px) {
    .body-content .main-event .event-info hr {
        width:100%
    }
}

.body-content .main-event .event-info h1 {
    font: normal 2.8em Montserrat,sans-serif;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    float: none;
    max-width: auto;
    margin: 0 0 20px;
    padding: 0
}

@media (min-width: 992px) {
    .body-content .main-event .event-info h1 {
        float:none;
        max-width: auto;
        font-size: 3em
    }
}

.body-content .main-event .event-info h1.long {
    font-size: 2.2em
}

.body-content .main-event .event-info h1.really-long {
    font-size: 2em
}

.body-content .main-event .event-info .event-back-strip {
    margin-top: 85px;
    background: rgba(49,85,166,.9)
}

@media (min-width: 992px) {
    .body-content .main-event .event-info .event-back-strip {
        margin-top:0
    }
}

.body-content .main-event .event-info .date-back-strip {
    background: rgba(255,255,255,.75)
}

.body-content .main-event .event-info .btn {
    float: auto;
    width: auto
}

.body-content .main-event .background {
    height: 50vh!important;
    min-height: 450px!important;
    max-height: 500px!important
}

@media (min-width: 992px) {
    .body-content .main-event .background {
        height:60vh!important;
        min-height: 500px!important;
        max-height: 600px!important
    }
}

.body-content .main-event .background .overlay {
    position: intiial;
    bottom: 0;
    border-style: none;
    border-width: 0;
    border-color: transparent;
    background: 0 0
}

@media (min-width: 768px) {
    .body-content .main-event .background .overlay {
        border-style:solid;
        border-width: 0;
        border-color: transparent;
        background: 0 0
    }
}

@media (min-width: 992px) {
    .body-content .main-event .background .overlay {
        border-style:solid;
        border-width: 0;
        border-color: transparent;
        background: 0 0
    }
}

#carousel {
    display: block
}

.event-list-slider-container #callouts {
    display: block
}

@media (min-width: 768px) {
    .event-list-slider-container #callouts {
        display:block
    }
}

#callouts {
    overflow: hidden;
    max-height: 305px;
    color: #fff;
    background: 0 0
}

#callouts .slick-arrow {
    margin: -5px 5px 0;
    color: #fff
}

#callouts .slick-arrow:hover {
    color: #f58220
}

#callouts .slick-active .background {
    margin-right: 5px;
    border-radius: 0
}

#callouts .slick-active+.slick-active+.slick-active .background,#callouts .slick-active:last-child .background {
    margin-right: 0
}

#callouts .slick-track>div .info {
    left: 0;
    width: 100%
}

#callouts .background {
    position: relative;
    height: 305px;
    min-height: 305px;
    margin: 0 3px;
    background-size: cover!important;
    background-position: top center
}

#callouts .background .overlay {
    background: rgba(0,145,213,.8)!important
}

#callouts .name {
    font: 600 1.3em Montserrat,sans-serif;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    position: absolute;
    top: 59%;
    bottom: auto;
    display: block;
    width: 100%;
    min-height: 100px;
    padding: 20px 30px;
    transform: translate(0,-50%);
    background: rgba(255,255,255,0)
}

#callouts .name:hover {
    color: #e2e1e1;
    text-decoration: none
}

#callouts .name:focus {
    outline: 0
}

#callouts .date {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #fff!important;
    text-transform: none;
    letter-spacing: 0;
    position: absolute;
    bottom: 43px;
    width: 100%;
    padding: 5px 0;
    border-top: none;
    background: rgba(226,225,225,.9)
}

#callouts .date .fas,#callouts .date .novicon {
    margin-right: 5px
}

.featured-slider__btn {
    position: absolute;
    margin: 0 auto;
    right: 0;
    bottom: 6%;
    left: 0;
    text-align: center;
    width: 60%;
    border-color: #3155a6;
    border: 2px solid #3155a6;
    color: #3155a6!important;
    background: #fff
}

@media (min-width: 768px) {
    .featured-slider__btn {
        width:40%
    }
}

.featured-slider__btn:active,.featured-slider__btn:active:focus,.featured-slider__btn:focus,.featured-slider__btn:hover {
    border-color: #3155a6;
    border: 2px solid #3155a6;
    color: #fff!important;
    background: #3155a6
}

#widgets {
    z-index: 4;
    padding: 25px 0;
    background: #f8f8f8;
    min-height: 300px
}

#widgets .region {
    margin-bottom: 0
}

#widgets .region h5 {
    font: normal 1.5em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    padding: 15px;
    border-top: none;
    border-bottom: 5px solid #3155a6;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: #fff
}

#widgets .region .content {
    min-height: 150px;
    margin: 0 0 25px;
    padding: 25px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff
}

@media (min-width: 992px) {
    #widgets .region .content {
        min-height:200px;
        margin: 0
    }
}

#widgets .double-region-left {
    display: block
}

@media (min-width: 992px) {
    #widgets .double-region-left {
        display:block
    }
}

#widgets .double-region-right {
    display: block
}

@media (min-width: 992px) {
    #widgets .double-region-right {
        display:block
    }
}

#widgets .triple-region-left {
    display: block
}

@media (min-width: 992px) {
    #widgets .triple-region-left {
        display:block
    }
}

#widgets .triple-region-center {
    display: block
}

@media (min-width: 992px) {
    #widgets .triple-region-center {
        display:block
    }
}

#widgets .triple-region-right {
    display: block
}

@media (min-width: 992px) {
    #widgets .triple-region-right {
        display:block
    }
}

.featured-member-spotlight-region {
    padding: 25px 15px 0;
    border-top: 1px solid #f0f0f0;
    background: #fff
}

.featured-member-spotlight__member-badge {
    display: inline-block;
    width: 93%;
    margin: 15px;
    padding: 30px 15px;
    border: 2px solid #3155a6;
    vertical-align: top;
    text-align: center;
    background: #f0f0f0
}

@media (min-width: 768px) {
    .featured-member-spotlight__member-badge {
        width:92%;
        margin: 15px 0 30px 30px
    }
}

@media (min-width: 992px) {
    .featured-member-spotlight__member-badge {
        width:36%;
        margin: 15px 0 30px 5px
    }
}

@media (min-width: 1200px) {
    .featured-member-spotlight__member-badge {
        margin:15px 0 30px 10px
    }
}

.featured-member-spotlight__member-badge .member {
    width: 200px;
    margin-top: 80px;
    border: none;
    background: #fff
}

.featured-member-spotlight__member-badge .member:hover {
    background: #3155a6;
    width: 200px
}

.featured-member-spotlight__member-badge .member .img-circle {
    width: 175px;
    height: 175px;
    border-radius: 0
}

@media (min-width: 768px) {
    .featured-member-spotlight__member-badge .member .img-circle {
        width:200px;
        height: 200px
    }
}

.featured-member-spotlight__member-badge .member .member-badge-image {
    max-width: 175px;
    margin: 0 auto;
    border: 1px solid #f0f0f0
}

@media (min-width: 768px) {
    .featured-member-spotlight__member-badge .member .member-badge-image {
        max-width:200px
    }
}

.featured-member-spotlight__content {
    display: inline-block;
    width: 100%;
    padding: 5px 15px 30px;
    vertical-align: top;
    text-align: center
}

@media (min-width: 992px) {
    .featured-member-spotlight__content {
        width:60%;
        padding: 8% 15px
    }
}

.featured-member-spotlight__content iframe {
    max-width: 100%;
    border: none!important
}

.featured-member-spotlight__content .mce-preview-object {
    border: none!important
}

.g-supplier-spotlight__content--left-column {
    width: 100%;
    vertical-align: top
}

@media (min-width: 768px) {
    .g-supplier-spotlight__content--left-column {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-supplier-spotlight__content--left-column {
        width:100%
    }
}

.g-supplier-spotlight__content--right-column {
    width: 100%
}

@media (min-width: 768px) {
    .g-supplier-spotlight__content--right-column {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-supplier-spotlight__content--right-column {
        width:100%
    }
}

.g-supplier-spotlight__content--right-column h2 {
    margin-top: 0
}

.g-supplier-spotlight h2,.g-supplier-spotlight h3 {
    margin-top: 0
}

footer {
    position: relative;
    display: block;
    border-top: none
}

footer .separator-strip {
    position: relative;
    z-index: 7;
    display: block;
    min-height: 20px;
    margin: 0;
    border-bottom: none;
    background-color: #3155a6
}

footer p {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

footer .contact-area {
    position: relative;
    z-index: 6;
    padding: 5px 0 30px;
    color: #fff;
    text-align: center;
    background: #3155a6;
    background-image: none;
    background-size: cover
}

@media (min-width: 992px) {
    footer .contact-area {
        padding:20px 0;
        text-align: left
    }
}

footer .contact-area li,footer .contact-area p,footer .contact-area ul {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    letter-spacing: 0
}

footer .contact-area li span,footer .contact-area p span,footer .contact-area ul span {
    font-weight: 600
}

footer .contact-area h1 {
    font: normal 2.5em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    letter-spacing: 0
}

footer .contact-area h2 {
    font: normal 1.7em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 40px
}

@media (min-width: 992px) {
    footer .contact-area h2 {
        margin-top:0
    }
}

footer .contact-area h3 {
    font: normal 1.9em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    letter-spacing: 0
}

footer .contact-area h4 {
    font: 700 1.7em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 40px
}

@media (min-width: 992px) {
    footer .contact-area h4 {
        margin-top:0
    }
}

footer .contact-area h5 {
    font: normal 1.5em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    letter-spacing: 0
}

footer .contact-area h6 {
    font: normal 1.3em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    letter-spacing: 0
}

footer .contact-area a {
    color: #fff;
    text-decoration: none
}

footer .contact-area a:hover {
    color: #fff;
    text-decoration: underline
}

footer .contact-area a.btn {
    display: inline-block;
    margin-top: 10px;
    text-transform: none
}

footer .contact-area a.btn.btn-secondary {
    border-color: #f58220;
    border: 2px solid #3155a6;
    color: #000;
    background: #fff
}

footer .contact-area a.btn.btn-secondary:active,footer .contact-area a.btn.btn-secondary:focus,footer .contact-area a.btn.btn-secondary:hover {
    border-color: #000;
    border: 2px solid #e2e1e1;
    color: #000;
    background: #e2e1e1;
    text-decoration: none
}

footer .contact-area a.btn.btn-primary {
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #fff;
    background: #0091d5
}

footer .contact-area a.btn.btn-primary:active,footer .contact-area a.btn.btn-primary:focus,footer .contact-area a.btn.btn-primary:hover {
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #0091d5;
    background: #fff;
    text-decoration: none
}

footer .contact-area .address,footer .contact-area .phone {
    display: block;
    margin-bottom: 10px
}

footer .contact-area .address a,footer .contact-area .phone a {
    color: #fff!important
}

footer .affiliates-area {
    position: relative;
    min-height: 75px;
    border-top: 3px solid #3155a6;
    color: #fff;
    background-color: #3155a6
}

footer .affiliates-area .affiliates {
    position: relative;
    z-index: 10;
    float: none;
    display: table;
    width: 100%;
    min-height: 75px;
    padding: 10px;
    text-align: center;
    background: #fff
}

@media (min-width: 992px) {
    footer .affiliates-area .affiliates {
        float:right;
        width: 28%
    }
}

@media (min-width: 1200px) {
    footer .affiliates-area .affiliates {
        width:23%
    }
}

footer .affiliates-area .affiliates h3 {
    font: normal 1.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0
}

footer .affiliates-area .affiliates a {
    cursor: pointer
}

footer .affiliates-area .affiliates a img {
    display: inline-block;
    max-width: 100%;
    width: 100px
}

footer .affiliates-area .novi {
    float: none;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    font-size: .45em;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1em;
    letter-spacing: .3em;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    color: #017cdc!important
}

@media (min-width: 992px) {
    footer .affiliates-area .novi {
        float:left;
        width: 20%;
        text-align: left
    }
}

footer .affiliates-area .novi img {
    width: 134px;
    margin: 0 auto
}

@media (min-width: 992px) {
    footer .affiliates-area .novi img {
        margin:0
    }
}

footer .affiliates-area p {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin: 30px auto;
    text-align: center
}

@media (min-width: 992px) {
    footer .affiliates-area p {
        margin:30px 0 0
    }
}

footer .affiliates-area p a {
    padding-left: 5px;
    color: #f58220;
    text-decoration: none
}

footer .affiliates-area p a:hover {
    text-decoration: underline
}

footer .color-block {
    display: none
}

.c-footer {
    float: left;
    width: 100%;
    padding: 20px;
    background: #e2e1e1
}

@media (min-width: 768px) {
    .c-footer {
        padding:20px 0
    }
}

@media (min-width: 992px) {
    .c-footer {
        padding:20px
    }
}

.c-footer__logo {
    max-width: 250px;
    margin: 0 auto 20px
}

.c-footer__address {
    margin: 0;
    font-size: 1em;
    color: #000;
    text-align: center
}

@media (min-width: 768px) {
    .c-footer__address {
        font-size:.9em;
        text-align: left
    }
}

.c-footer__phone {
    font-size: 1em;
    color: #000;
    text-align: center
}

@media (min-width: 768px) {
    .c-footer__phone {
        font-size:.9em;
        text-align: left
    }
}

.c-footer__line {
    display: none;
    color: #000;
    text-align: center
}

@media (min-width: 768px) {
    .c-footer__line {
        text-align:left
    }
}

.c-footer__social-icons {
    margin: 30px auto;
    text-align: center
}

@media (min-width: 768px) {
    .c-footer__social-icons {
        margin:5px 0 0 0;
        text-align: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.c-footer__novi {
    display: block;
    margin: 0 0 20px
}

@media (min-width: 768px) {
    .c-footer__novi {
        margin:0
    }
}

.c-footer__novi-img {
    max-width: 150px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .c-footer__novi-img {
        margin:0 auto
    }
}

.c-footer__novi-text {
    margin: 0;
    font-size: .55em;
    text-align: center;
    color: #0078d4
}

@media (min-width: 768px) {
    .c-footer__novi-text {
        text-align:left
    }
}

.c-footer__p--secondary {
    margin: 5px auto 0;
    font-size: .7em;
    color: #000;
    text-align: center
}

@media (min-width: 768px) {
    .c-footer__p--secondary {
        font-size:.6em
    }
}

.c-footer__copyright {
    margin: 0;
    font-size: 1em;
    color: #000;
    text-align: center
}

@media (min-width: 768px) {
    .c-footer__copyright {
        font-size:.9em
    }
}

.c-footer__copyright-wrapper {
    display: block
}

.c-footer__legal {
    display: inline;
    color: #000
}

.c-footer__legal:hover {
    color: #000;
    text-decoration: underline
}

.c-footer__ul {
    margin: 0 auto 20px;
    padding: 0;
    text-align: center;
    list-style-type: none
}

@media (min-width: 768px) {
    .c-footer__ul {
        margin:0 auto;
        text-align: center
    }
}

.c-footer__li {
    display: inline;
    font-size: .9em;
    color: #000;
    text-transform: none
}

@media (min-width: 768px) {
    .c-footer__li {
        font-size:.9em
    }
}

.c-footer__li--a {
    font-size: .9em;
    color: #000
}

.c-footer__li--a:hover {
    color: #000;
    text-decoration: underline
}

.c-footer__li--pipe {
    padding: 0 5px;
    font-size: .65em
}

.c-footer .icon.facebook,.c-footer .icon.instagram,.c-footer .icon.linked-in,.c-footer .icon.twitter,.c-footer .icon.youtube {
    margin: 10px 5px 0 0;
    padding: 4px 6px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: .7em;
    color: #3155a6;
    background: #fff!important
}

.c-footer .icon.facebook:hover,.c-footer .icon.instagram:hover,.c-footer .icon.linked-in:hover,.c-footer .icon.twitter:hover,.c-footer .icon.youtube:hover {
    border: 2px solid #fff;
    color: #3155a6;
    background: #3155a6
}

.c-footer__affiliate {
    display: inline-block;
    max-width: 100%;
    height: 30px;
    margin: 10px 5px
}

@media (min-width: 768px) {
    .c-footer__affiliate {
        height:40px;
        margin: 0 20px 5px
    }
}

.c-footer__affiliate-wrapper {
    text-align: center;
    margin: 0
}

@media (min-width: 768px) {
    .c-footer__affiliate-wrapper {
        text-align:center
    }
}

.c-footer__top-left,.c-footer__top-right {
    margin: 0 auto;
    text-align: center
}

.c-footer__bottom {
    margin: 30px auto 0;
    padding: 20px 0 0;
    border-top: 1px solid #3155a6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .c-footer__bottom {
        -ms-flex-direction:row;
        flex-direction: row
    }
}

.c-footer__bottom-left {
    padding: 0 15px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-order: 3;
    order: 3
}

@media (min-width: 768px) {
    .c-footer__bottom-left {
        padding:0;
        -ms-flex-order: 1;
        order: 1
    }
}

.c-footer__bottom-center {
    padding: 0 15px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-order: 3;
    order: 3
}

@media (min-width: 768px) {
    .c-footer__bottom-center {
        -ms-flex-order:2;
        order: 2
    }
}

.c-footer__bottom-right {
    padding: 0 15px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width: 768px) {
    .c-footer__bottom-right {
        padding:0;
        -ms-flex-order: 3;
        order: 3
    }
}

.c-footer__text-block h4 {
    color: inherit
}

.c-footer__text-block p {
    color: inherit;
    max-width: auto;
    margin: 0
}

.g-footer__left {
    width: 100%
}

@media (min-width: 768px) {
    .g-footer__left {
        width:25%
    }
}

.g-footer__center {
    width: 100%
}

@media (min-width: 768px) {
    .g-footer__center {
        width:50%
    }
}

.g-footer__right {
    width: 100%
}

@media (min-width: 768px) {
    .g-footer__right {
        width:25%
    }
}

.g-footer__novi {
    width: 100%
}

@media (min-width: 768px) {
    .g-footer__novi {
        width:25%
    }
}

.g-footer__copyright {
    width: 100%
}

@media (min-width: 768px) {
    .g-footer__copyright {
        width:50%
    }
}

.g-footer__affiliates {
    width: 100%
}

@media (min-width: 768px) {
    .g-footer__affiliates {
        width:25%
    }
}

a[href^=tel] {
    color: inherit;
    text-decoration: none
}

.event-list-container #events,.event-list-container .events,.member-compass-container #events,.member-compass-container .events {
    background: 0 0
}

.event-list-container .events-tab .novicon-calendar,.member-compass-container .events-tab .novicon-calendar {
    display: none
}

.event-list-container .color-strip,.member-compass-container .color-strip {
    display: none
}

.event-list-container .intro,.member-compass-container .intro {
    display: block
}

.event-list-container .intro {
    padding: 0
}

.event-list-container .intro .novicon {
    display: none
}

.upcoming {
    z-index: 7;
    border-top: 0 solid #f58220;
    border-bottom: 0 solid #f58220
}

.upcoming .mobile-callouts {
    display: block;
    background: #fff
}

.upcoming .mobile-callouts .container {
    padding: 10px 15px
}

.upcoming .mobile-callouts .btn-mobile {
    display: block;
    margin-bottom: 10px
}

.upcoming .mobile-callouts .btn-mobile:last-child {
    margin-bottom: 0
}

.upcoming .pitch {
    background-color: #f58220!important
}

#events,.events {
    position: relative;
    padding: 0;
    background: #fff!important
}

#events .events-nav,.events .events-nav {
    margin-bottom: 20px
}

#events .events-nav h2,.events .events-nav h2 {
    font: normal 2.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    text-align: center
}

#events .events-nav a,.events .events-nav a {
    font: normal 1.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #3155a6!important;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 15px;
    text-decoration: none
}

#events .events-nav a:hover,.events .events-nav a:hover {
    color: #20376b;
    text-decoration: underline
}

#events .event-table,.events .event-table {
    position: relative;
    display: table;
    width: 100%;
    min-height: 100px;
    background-color: transparent;
    box-shadow: none
}

#events .event,.events .event {
    margin: 0;
    border-top: 1px solid #f0f0f0
}

#events .event:nth-child(odd),.events .event:nth-child(odd) {
    background: 0 0
}

#events .event:nth-child(even),.events .event:nth-child(even) {
    background: #f8f8f8
}

#events .event .date-stub,.events .event .date-stub {
    font: normal 1.2em Montserrat,sans-serif;
    line-height: 1.1;
    font-weight: 600;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    display: table-cell;
    width: 60px;
    text-align: center;
    vertical-align: middle;
    background-color: #3155a6!important;
    border-right: 1px solid #e3e3e3
}

#events .event .date-stub:first-child,.events .event .date-stub:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #0091d5!important
}

#events .event .date-stub strong,.events .event .date-stub strong {
    color: #fff;
    font-weight: inherit
}

#events .event .to-separator,.events .event .to-separator {
    font: normal .7em Montserrat,sans-serif;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    position: absolute;
    top: 50%;
    left: 50px;
    width: 20px;
    border-radius: 100%;
    text-align: center;
    background: #fff;
    transform: translate(0,-50%)
}

#events .event .title,.events .event .title {
    display: table-cell;
    padding: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
    border-left: none;
    vertical-align: middle
}

#events .event .time,.events .event .time {
    color: #3155a6
}

#events .event strong,.events .event strong {
    font: normal 1.2em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    display: block
}

.event .event-table:focus,.event .event-table:hover {
    text-decoration: none;
    color: #3155a6
}

.event .event-table:focus .title,.event .event-table:hover .title {
    background: 0 0;
    border-color: #3155a6
}

.event .event-table:focus .title strong,.event .event-table:hover .title strong {
    color: #3155a6
}

.event .event-table:focus .time,.event .event-table:hover .time {
    color: #3155a6
}

.events-tab {
    position: relative;
    top: -50px;
    display: none;
    width: 65px;
    height: 40px;
    text-align: center;
    margin: 0 auto -35px
}

.events-tab .novicon-calendar {
    left: 0;
    width: 65px;
    height: 40px;
    border-radius: 90px 90px 0 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background: #fff;
    margin-right: 0
}

.events-tab .novicon-calendar:before {
    position: relative;
    top: 0;
    left: 0;
    font-size: 1.2em;
    line-height: 40px;
    color: #3155a6
}

.intro {
    min-height: 10px;
    margin: 0;
    padding: 20px 40px 15px;
    border-bottom: none;
    box-shadow: none
}

.intro .large {
    float: left;
    margin: 10px 15px 25px 0;
    font-size: 4em
}

@media (min-width: 992px) {
    .intro .large {
        margin:10px 40px 15px 0
    }
}

.extra-events {
    display: none
}

.extra-events .ribbon {
    font: normal 1.5em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    float: right;
    position: relative;
    width: 100%;
    margin: 20px 0;
    padding: 10px 15px;
    text-align: center;
    background: #fff;
    box-shadow: 0 3px 0 0 rgba(0,0,0,.11)
}

@media (min-width: 992px) {
    .extra-events .ribbon {
        width:100%;
        margin: 10px 0;
        text-align: left
    }
}

.extra-events .ribbon:before {
    display: block
}

@media (min-width: 992px) {
    .extra-events .ribbon:before {
        display:none
    }
}

.extra-events .ribbon:after {
    display: none
}

@media (min-width: 992px) {
    .extra-events .ribbon:after {
        content:"";
        position: absolute;
        top: 100%;
        right: 0;
        display: none;
        border-top: 10px solid #000;
        border-right: 11px solid transparent
    }
}

.extra-events .ribbon:first-child {
    margin-top: 0
}

.event-list-slider-container {
    display: none
}

.c-event-date-stub {
    margin: 0
}

.c-event-date-stub__start {
    color: #fff!important;
    background: 0 0
}

.c-event-date-stub__start strong {
    color: #fff!important
}

.c-event-date-stub__event-name {
    font-weight: 600!important;
    color: #000!important;
    text-transform: none!important;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .c-event-date-stub__event-name {
        margin-bottom:5px
    }
}

.c-event-date-stub__time {
    font-weight: 500!important;
    color: #000!important;
    text-transform: none!important;
    font-size: 1.2em
}

.c-event-date-stub__btn {
    font: normal 1.166em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    padding: 6px 17px;
    border-radius: 50px;
    border-color: #f58220;
    border: 2px solid #3155a6;
    color: #000;
    background: #fff;
    float: none;
    margin-top: 20px;
    display: block;
    text-align: center
}

.c-event-date-stub__btn:active,.c-event-date-stub__btn:active:focus,.c-event-date-stub__btn:focus,.c-event-date-stub__btn:hover {
    font-weight: 700;
    border-color: #000;
    border: 2px solid #e2e1e1;
    color: #000;
    background: #e2e1e1
}

@media (min-width: 768px) {
    .c-event-date-stub__btn {
        float:right;
        margin-top: -20px;
        display: inline
    }
}

.container.moved-up.event-details-container {
    margin-top: -85px!important
}

@media (min-width: 768px) {
    .container.moved-up.event-details-container {
        margin-top:-55px!important
    }
}

@media (min-width: 768px) {
    .event-details-container .section .background {
        height:300px
    }
}

.event-details-container .back-btn {
    display: block;
    max-width: 200px;
    margin: 0 auto 5px;
    color: #fff;
    font-weight: 700;
    text-transform: none
}

@media (min-width: 768px) {
    .event-details-container .back-btn {
        margin:-30px 0 5px
    }
}

@media (min-width: 992px) {
    .event-details-container .back-btn {
        margin:-25px 0 15px
    }
}

.event-details-container .back-btn:hover {
    color: #f0f0f0;
    text-decoration: none
}

.event-details-container .back-btn .novicon {
    top: 5px;
    margin-right: 3px;
    font-size: 1.5em
}

.event-details-container .container.moved-up {
    margin-top: 0!important
}

@media (min-width: 768px) {
    .event-details-container .container.moved-up {
        margin-top:-50px
    }
}

.event-details-container .well.box .background {
    position: relative;
    height: 350px;
    min-height: 600px!important;
    margin: -10px -10px 20px;
    border-radius: 10px;
    color: #fff;
    background: #3155a6
}

@media (min-width: 480px) {
    .event-details-container .well.box .background {
        min-height:700px!important
    }
}

@media (min-width: 768px) {
    .event-details-container .well.box .background {
        min-height:425px!important
    }
}

@media (min-width: 992px) {
    .event-details-container .well.box .background {
        min-height:350px!important
    }
}

.event-details-container .well.box .background .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    background: rgba(49,85,166,.8)
}

@media (min-width: 480px) {
    .event-details-container .well.box .background .overlay {
        padding:30px
    }
}

.event-details-container .well.box .background .logo-container {
    min-height: 100px
}

.event-details-container .well.box .background #map-background {
    height: 100%;
    border-radius: 10px
}

.event-details-container .well.box .background #map-background .gm-style {
    border-radius: 10px
}

.event-details-container .well.box .background #hide-map {
    position: absolute;
    right: 60px;
    bottom: 20px;
    display: none
}

.event-details-container .well.box .background .toggle-map {
    float: none;
    margin: 20px 0 10px;
    font-weight: 400!important
}

@media (min-width: 768px) {
    .event-details-container .well.box .background .toggle-map {
        margin:5px 0 0
    }
}

.event-details-container .well.box .background .event-logo {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin-bottom: 25px;
    transform: none
}

@media (min-width: 768px) {
    .event-details-container .well.box .background .event-logo {
        top:0;
        left: 50%;
        width: 95%;
        margin-bottom: 0;
        transform: translate(-50%,0)
    }
}

.event-details-container .well.box .background .event-logo span {
    display: block;
    font-size: 2em;
    font-weight: 800;
    text-align: center;
    text-transform: none
}

.event-details-container .well.box .background .event-logo span:first-child {
    margin-bottom: 10px
}

.event-details-container .well.box .background .event-logo img {
    max-height: 250px;
    margin: 0 auto;
    border: none
}

.event-details-container .well.box .background .info-block {
    margin-top: 10px
}

.event-details-container .well.box .background .info-block .novicon {
    margin-right: 10px;
    padding: 5px;
    border-radius: 50%;
    font-size: .8em;
    vertical-align: top;
    background: #e9c46a
}

.event-details-container .well.box .background .info-block .novicon-calendar,.event-details-container .well.box .background .info-block .novicon-map-marker {
    float: left
}

.event-details-container .well.box .background .info-block .novicon-ticket {
    font-size: .7em
}

.event-details-container .well.box .background .info-block .address {
    display: inline-block;
    width: 85%
}

@media (min-width: 768px) {
    .event-details-container .well.box .background .info-block .address {
        width:65%
    }
}

.event-details-container .well.box .background .info-block .address.long {
    font-size: .8em
}

.event-details-container .well.box .background .info-block .start {
    display: block;
    overflow: hidden;
    font-size: 1.1em;
    line-height: 1.1em
}

@media (min-width: 480px) {
    .event-details-container .well.box .background .info-block .start {
        font-size:1.2em;
        line-height: 1.2em
    }
}

.event-details-container .well.box .background .info-block .start .at {
    font-size: .8em
}

.event-details-container .well.box .background .info-block .start .end {
    display: block;
    font-size: .8em
}

.event-details-container .well.box .background .info-block a {
    color: #fff;
    font-weight: 700
}

.event-details-container .well.box .background em {
    display: block;
    margin-top: 20px;
    font-size: .9em
}

.event-details-container .well.box .background .buttons {
    float: none;
    width: 100%;
    padding: 15px 0
}

@media (min-width: 768px) {
    .event-details-container .well.box .background .buttons {
        padding:50px 0 0
    }
}

@media (min-width: 992px) {
    .event-details-container .well.box .background .buttons {
        float:right;
        padding: 25px 0 0
    }
}

.event-details-container .well.box .background .buttons .btn {
    display: block;
    margin: 0 0 15px 0;
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #fff;
    background: #0091d5
}

@media (min-width: 992px) {
    .event-details-container .well.box .background .buttons .btn {
        display:inline-block;
        margin: 0 15px 10px 0
    }
}

.event-details-container .well.box .background .buttons .btn:last-child {
    margin-right: 0
}

.event-details-container .well.box .background .buttons .btn:active,.event-details-container .well.box .background .buttons .btn:focus,.event-details-container .well.box .background .buttons .btn:hover {
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #0091d5;
    background: #fff
}

.event-details-container .well.box .background .addtocalendar {
    min-width: 175px;
    min-height: 32px;
    background: #3155a6!important
}

.event-details-container .well.box .background .addtocalendar:focus,.event-details-container .well.box .background .addtocalendar:hover {
    background: #fff!important
}

.event-details-container .well.box .background .addtocalendar:focus .atcb-link,.event-details-container .well.box .background .addtocalendar:hover .atcb-link {
    color: #3155a6
}

.event-details-container .well.box .background .addtocalendar .atcb-link {
    color: #fff;
    text-decoration: none
}

.event-details-container .well.box .background .addtocalendar .atcb-list {
    width: 100%;
    padding: 10px;
    border: 1px solid #3155a6;
    text-transform: none
}

.event-details-container .event-details>.row>div:first-child {
    border-right: none
}

@media (min-width: 992px) {
    .event-details-container .event-details>.row>div:first-child {
        border-right:2px solid #f0f0f0
    }
}

.event-details-container .event-details .ribbon {
    font: normal 1.3em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px 40px;
    background: #fff;
    box-shadow: 0 3px 0 0 rgba(0,0,0,.11)
}

@media (min-width: 992px) {
    .event-details-container .event-details .ribbon {
        width:60%;
        margin: 0 0 20px -30px
    }
}

.event-details-container .event-details .ribbon:before {
    content: "";
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    border-top: 10px solid #000;
    border-left: 11px solid transparent
}

@media (min-width: 992px) {
    .event-details-container .event-details .ribbon:before {
        display:none
    }
}

.event-details-container .event-details .details img {
    max-width: 100%
}

.event-details-container .event-details .details h3 {
    text-align: left
}

.event-details-container .event-details .share-with {
    margin: 15px 0
}

.event-details-container .event-details .share-with>strong {
    display: block;
    text-align: center
}

.event-details-container .event-details .nav-tabs {
    padding-left: 20px;
    border: none
}

.event-details-container .event-details .nav-tabs>li {
    margin-bottom: 0
}

.event-details-container .event-details .nav-tabs>li>a {
    z-index: 1;
    margin-right: 0;
    padding: 5px 25px;
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-weight: 700;
    background: #3155a6
}

.event-details-container .event-details .nav-tabs>li.active>a {
    z-index: 3;
    background: #fff
}

.event-details-container .event-details .tab-pane {
    overflow: auto;
    max-height: 450px;
    padding: 15px;
    border: 1px solid #3155a6;
    border-radius: 10px;
    color: #fff;
    background: #fff
}

.event-details-container .event-details .tab-pane .attendee {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    font-size: .9em
}

.event-details-container .event-details .tab-pane .attendee:last-child {
    border-bottom: none
}

.event-details-container .event-details .tab-pane .attendee .info {
    overflow: hidden;
    min-height: 80px;
    padding-top: 10px
}

.event-details-container .event-details .tab-pane .attendee .info>span {
    display: block;
    margin-bottom: 5px;
    line-height: 1.2
}

.event-details-container .event-details .tab-pane .attendee .name {
    display: block;
    font-size: 1.1em;
    line-height: 1.2
}

.event-details-container .event-details .tab-pane .attendee .name.long {
    font-size: 1em
}

.event-details-container .event-details .tab-pane .attendee .name.super-long {
    font-size: .9em
}

.event-details-container .event-details .tab-pane .attendee .title {
    font-weight: 700
}

.event-details-container .event-details .tab-pane .attendee .title.long {
    font-size: .9em
}

.event-details-container .event-details .tab-pane .attendee .title.super-long {
    font-size: .8em
}

.event-details-container .event-details .tab-pane .attendee a {
    float: right;
    margin: 25px 0 0 10px;
    padding: 5px 10px
}

.event-details-container .event-details .tab-pane .unknown {
    display: block;
    margin-top: 5px;
    text-align: center
}

.event-details-container .event-details .right-col {
    margin: 50px 0 0;
    text-align: center
}

@media (min-width: 992px) {
    .event-details-container .event-details .right-col {
        margin:0
    }
}

.event-details-container .event-details .right-col h3 {
    margin: 0;
    padding: 10px 0;
    color: #fff;
    font-size: 1.3em;
    text-transform: none;
    background: #3155a6
}

@media (min-width: 992px) {
    .event-details-container .event-details .right-col h3 {
        color:#3155a6;
        background: 0 0
    }
}

.event-details-container .event-details .right-col h3:first-child {
    margin-top: 0
}

.event-details-container .event-details .right-col .table td {
    border-top: none;
    font-weight: 700;
    text-align: left
}

.event-details-container .event-details .right-col .table td em {
    display: block
}

.event-details-container .event-details .right-col .table td:first-child {
    width: 50%
}

@media (min-width: 992px) {
    .event-details-container .event-details .right-col .table td:first-child {
        width:40%
    }
}

.event-details-container .event-details .right-col .table .date-separator td {
    padding-bottom: 0;
    font-weight: 800
}

.event-details-container .event-details .right-col .inner-content {
    text-align: left
}

.event-details-container .event-details .member {
    max-width: 250px;
    min-height: 250px;
    margin-top: 30px;
    padding-bottom: 0
}

.event-details-container .event-details .member .bottom {
    display: none
}

.event-details-container .event-details .association-contact {
    margin-top: 10px;
    font-weight: 700
}

.event-details-container .event-details .association-contact img {
    width: 300px;
    margin: 0 auto
}

.event-details-container .event-details .association-contact .address {
    display: block;
    margin: 15px 0
}

.event-details-container .event-details .non-member-contact {
    font-size: 1.2em
}

.event-details-container .event-details .non-member-contact>:nth-child(odd) {
    display: block;
    margin-bottom: 10px;
    color: #3155a6;
    font-weight: 800
}

.event-details-container .event-details .non-member-contact>:nth-child(even) {
    display: block;
    margin-bottom: 5px;
    color: #3155a6
}

.c-event-details__back-btn {
    display: block;
    margin: 0 0 20px
}

.c-event-details__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-event-details__hr {
    border-top: 1px solid #f0f0f0
}

.c-event-details__left-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 15px;
    border-right: none
}

@media (min-width: 768px) {
    .c-event-details__left-column {
        padding-right:30px;
        border-right: 1px solid #f0f0f0
    }
}

.c-event-details__right-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 15px
}

@media (min-width: 768px) {
    .c-event-details__right-column {
        padding-left:30px
    }
}

.c-event-details__title {
    font: normal 2.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 10px;
    line-height: 1.1;
    text-transform: none
}

.c-event-details__agenda-title,.c-event-details__attendee-title,.c-event-details__more-info-title,.c-event-details__registration-title,.c-event-details__share-title,.c-event-details__sub-title {
    font: 700 1.7em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

.c-event-details__attendee-title.title {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    margin: 0
}

.c-event-details__sub-title {
    margin: 0 0 30px
}

.c-event-details__share-title {
    margin: 40px 0 15px
}

.c-event-details__location-name,.c-event-details__span {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    display: inline-block;
    font-weight: 500
}

.c-event-details__category-name {
    display: none
}

.c-event-details__date-time-wrapper {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .c-event-details__date-time-wrapper {
        margin-bottom:10px
    }
}

.c-event-details__date-wrapper {
    display: inline-block
}

.c-event-details__time-wrapper {
    display: block
}

@media (min-width: 768px) {
    .c-event-details__time-wrapper {
        display:inline-block
    }
}

.c-event-details__time-wrapper:before {
    display: none
}

@media (min-width: 768px) {
    .c-event-details__time-wrapper:before {
        content:"|";
        display: inline-block;
        margin: 0 15px;
        color: #f0f0f0
    }
}

.c-event-details__address {
    margin-bottom: 20px;
    font-weight: 500
}

.c-event-details__open-until {
    margin-bottom: 10px;
    font-size: .8em;
    font-weight: 500;
    font-style: italic;
    display: block
}

.c-event-details__open-until--before-btn {
    display: none
}

.c-event-details__open-until--after-btn {
    display: block
}

.c-event-details__location-name {
    display: inline-block;
    margin-bottom: 0
}

.c-event-details__location-map-link {
    display: inline-block;
    font-size: .9em;
    margin: 0 0 0 30px
}

@media (min-width: 768px) {
    .c-event-details__location-map-link {
        margin:0 0 0 10px
    }
}

.c-event-details__location-container {
    display: inline-block;
    vertical-align: top;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.c-event-details__location-container a {
    margin: 0
}

.c-event-details__logo {
    margin: 0;
    text-align: left
}

.c-event-details__capacity-badge-wrapper {
    display: block
}

.c-event-details__button-wrapper {
    margin: 0 0 40px
}

.c-event-details__button-wrapper .btn {
    width: 100%;
    margin: 0 0 20px 0
}

@media (min-width: 768px) {
    .c-event-details__button-wrapper .btn {
        width:100%;
        margin: 0 0 10px 0
    }
}

.c-event-details__button-wrapper .add-to-calendar {
    display: block
}

@media (min-width: 768px) {
    .c-event-details__button-wrapper .add-to-calendar {
        display:block
    }
}

.c-event-details__button-wrapper--right {
    width: 100%;
    margin: 0 auto;
    display: none
}

@media (min-width: 768px) {
    .c-event-details__button-wrapper--right {
        display:block
    }
}

@media (min-width: 992px) {
    .c-event-details__button-wrapper--right {
        width:85%
    }
}

.c-event-details__button-wrapper--left {
    display: block
}

@media (min-width: 768px) {
    .c-event-details__button-wrapper--left {
        display:none
    }
}

.c-event-details__button--cta {
    border-color: #f58220;
    border: 2px solid #3155a6;
    color: #000;
    background: #fff
}

.c-event-details__button--cta:active,.c-event-details__button--cta:active:focus,.c-event-details__button--cta:focus,.c-event-details__button--cta:hover {
    border-color: #000;
    border: 2px solid #e2e1e1;
    color: #000;
    background: #e2e1e1
}

.c-event-details__button--registration-options {
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #fff;
    background: #0091d5
}

.c-event-details__button--registration-options:active,.c-event-details__button--registration-options:active:focus,.c-event-details__button--registration-options:focus,.c-event-details__button--registration-options:hover {
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #0091d5;
    background: #fff
}

.c-event-details__contact-wrapper {
    margin: 0 auto;
    text-align: center
}

.c-event-details__contact-wrapper .non-member-contact>a {
    word-break: break-word
}

.c-event-details__share-wrapper {
    margin: 0 auto;
    text-align: center
}

.c-event-details__share-wrapper .rrssb-buttons {
    text-align: center;
    margin: 0 auto
}

.c-event-details__share-wrapper .rrssb-buttons li {
    float: none;
    display: inline-block;
    padding: 0
}

.c-event-details__main-details {
    margin: 30px 0
}

.c-event-details__table {
    width: 100%;
    margin-bottom: 25px
}

.c-event-details__tr--date {
    font-weight: 600
}

.c-event-details__tr--item {
    border-bottom: 1px solid #f0f0f0
}

.c-event-details__td {
    padding: 5px
}

@media (min-width: 768px) {
    .c-event-details__td {
        padding:10px 0
    }
}

.c-event-details__td--time {
    width: 45%
}

@media (min-width: 768px) {
    .c-event-details__td--time {
        width:35%
    }
}

.c-event-details__td--name {
    width: 55%
}

@media (min-width: 768px) {
    .c-event-details__td--name {
        width:65%
    }
}

.c-event-details__attendee-row {
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0
}

.c-event-details__attendee-row:nth-child(even) {
    background: #f0f0f0
}

.c-event-details__attendee-company,.c-event-details__attendee-name {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    margin: 0
}

.c-event-details__attendee-name {
    font-weight: 600
}

.c-event-details__attendee-btn {
    float: right
}

.c-event-details__share-with {
    margin: 0 0 40px 0
}

@media (min-width: 768px) {
    .c-event-details__share-with {
        margin:0 0 20px 0
    }
}

.c-event-details__cancellation-policy-wrapper {
    margin: 40px 0 20px;
    padding: 20px;
    background: #f0f0f0
}

.c-event-details__recurring-event-title {
    font: normal 1.7em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0
}

.c-event-details__recurring-event-date-title {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    margin-bottom: 0;
    font-weight: 600
}

.c-event-details__secondary-details {
    margin: 0 0 40px
}

.c-event-details-virtual-offering-indicator,.c-event-details__calendar-novicon,.c-event-details__map-novicon,.c-event-details__time-novicon {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #b39039
}

.c-event-details .add-to-calendar .btn-secondary {
    border-color: #f58220;
    border: 2px solid #3155a6;
    color: #000;
    background: #fff
}

.c-event-details .add-to-calendar .btn-secondary:active,.c-event-details .add-to-calendar .btn-secondary:active:focus,.c-event-details .add-to-calendar .btn-secondary:focus,.c-event-details .add-to-calendar .btn-secondary:hover {
    border-color: #000;
    border: 2px solid #e2e1e1;
    color: #000;
    background: #e2e1e1
}

.c-event-details #attendees {
    max-height: 225px;
    padding: 0 20px;
    overflow-x: scroll
}

.container.moved-up.event-register-container {
    margin-top: -85px!important
}

@media (min-width: 768px) {
    .container.moved-up.event-register-container {
        margin-top:-55px!important
    }
}

.event-register-container .event-info {
    border-right: none;
    text-align: center
}

@media (min-width: 992px) {
    .event-register-container .event-info {
        border-right:none;
        text-align: left
    }
}

.event-register-container .event-info h2 {
    font: normal 2.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #f58220;
    text-transform: none;
    letter-spacing: 0;
    margin: 0
}

.event-register-container .contact-info {
    padding-left: 0
}

@media (min-width: 992px) {
    .event-register-container .contact-info {
        padding-left:30px
    }
}

.event-register-container .contact-info h3 {
    font: normal 2.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 0;
    padding-top: 0;
    display: none
}

.event-register-container .contact-info h3 .novicon {
    margin-right: 5px;
    color: #3155a6
}

.event-register-container .contact-info .purchaser .info {
    margin-bottom: 25px
}

.event-register-container .contact-info .purchaser .info span {
    display: block
}

.event-register-container .info-block {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 400;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 10px
}

.event-register-container .info-block .address {
    display: inline-block
}

.event-register-container .info-block .novicon {
    margin-right: 10px;
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    font-size: .8em;
    vertical-align: top;
    background: #e9c46a;
    display: none
}

.event-register-container .back-btn {
    width: 100%;
    margin: 10px 0 0;
    border-color: #f58220;
    border: 2px solid #3155a6;
    color: #000;
    text-align: center;
    background: #fff
}

@media (min-width: 768px) {
    .event-register-container .back-btn {
        width:35%
    }
}

.event-register-container .back-btn:active,.event-register-container .back-btn:focus,.event-register-container .back-btn:hover {
    border-color: #000;
    border: 2px solid #e2e1e1;
    color: #000;
    background: #e2e1e1
}

.event-register-container .back-btn .novicon {
    margin-right: 5px
}

.event-register-container .registration {
    margin-top: 25px;
    padding-top: 15px;
    border-top: none
}

.event-register-container .tickets .registration-options {
    font: 600 1.9em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 600;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    text-align: left
}

.event-register-container .tickets .registration-options .novicon {
    display: none;
    margin-right: 5px
}

.event-register-container .tickets td strong {
    width: auto
}

.event-register-container .tickets .description {
    margin: 5px 0 15px;
    padding-top: 0;
    font-weight: 500
}

@media (min-width: 768px) {
    .event-register-container .tickets .description {
        margin:0 0 15px
    }
}

.event-register-container .panel-heading {
    background: #3155a6
}

.event-register-container .panel-heading .novicon {
    display: none;
    color: #fff
}

.event-register-container .panel-heading .panel-title {
    font: normal 1.5em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #fff;
    text-transform: none;
    letter-spacing: 0
}

.event-register-container .panel-heading .panel-title a:hover {
    color: #fff
}

.tickets th {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    text-align: center
}

.tickets th.price {
    width: 100px
}

@media (min-width: 768px) {
    .tickets th.price {
        width:150px
    }
}

@media (min-width: 992px) {
    .tickets th.price {
        width:175px
    }
}

.tickets th.qty {
    width: 60px
}

@media (min-width: 768px) {
    .tickets th.qty {
        width:75px
    }
}

.tickets td {
    font: normal 1.3em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    padding: 8px;
    text-align: center;
    vertical-align: top
}

.tickets td:first-child {
    text-align: left
}

.tickets td strong {
    display: block;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 7px;
    vertical-align: top
}

.tickets .locked {
    font-size: 1.3em
}

.tickets .locked .novicon-lock {
    margin-right: 0
}

.tickets .description {
    display: block;
    width: 100%;
    border-top: none;
    border-bottom: none
}

.no-payment {
    margin-top: 0;
    padding: 25px 35px;
    border-radius: 0;
    background: #f8f8f8
}

.no-payment .btn {
    display: block;
    text-align: center
}

.forgot-password {
    margin-right: 0;
    color: #f0f0f0
}

.forgot-password:hover {
    color: #eb0202
}

.attendee h4.ribbon {
    font: normal 1.5em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10px;
    background: #fff;
    box-shadow: none
}

@media (min-width: 992px) {
    .attendee h4.ribbon {
        width:100%;
        margin: 0;
        padding: 10px
    }
}

.attendee h4.ribbon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    border-top: 10px solid #000;
    border-left: 11px solid transparent
}

@media (min-width: 992px) {
    .attendee h4.ribbon:before {
        display:none
    }
}

.attendee h4.ribbon em {
    font-weight: 500;
    text-transform: none;
    font-style: normal
}

.attendee .line-after:after {
    width: 100%;
    background: #3155a6
}

.table.purchase-amounts {
    margin: 10px 10px 0 auto;
    font-size: 1.1em;
    color: #3155a6
}

.table.purchase-amounts td {
    padding: 0 0 10px;
    border-top: none;
    text-align: right
}

.table.purchase-amounts td:last-child {
    width: 100px;
    padding-left: 10px
}

.table.purchase-amounts #discounts td {
    font-weight: 600;
    font-style: italic
}

.table.purchase-amounts .total-row {
    padding-top: 10px;
    border-top: 1px solid #3155a6;
    vertical-align: middle
}

.table.purchase-amounts .total-row td {
    padding-top: 10px
}

.table.purchase-amounts .total {
    font-size: 1.5em;
    font-weight: 700
}

.event-and-contact {
    margin-bottom: 40px
}

.event-and-contact .contact-info {
    padding: 0 15px
}

@media (min-width: 992px) {
    .event-and-contact .contact-info {
        padding:0 15px
    }
}

.event-and-contact .back-btn {
    display: block
}

.login-or-guest .line-after,.login-or-guest .line-before {
    display: none
}

.login-or-guest .line-after:before,.login-or-guest .line-before:before {
    background: #fff
}

.login-or-guest .line-after:after,.login-or-guest .line-before:after {
    background: #fff
}

.login-or-guest .tab-pane {
    background: #fff;
    color: #3155a6;
    border-radius: 0;
    border-top-right-radius: none;
    border-top-left-radius: none;
    padding: 25px;
    border: 1px solid #f0f0f0;
    border-top: none
}

.login-or-guest .tab-pane label {
    color: #3155a6;
    text-transform: none
}

.login-or-guest .tab-pane label a {
    color: #3155a6;
    text-decoration: none
}

.login-or-guest .tab-pane label a:hover {
    text-decoration: underline
}

.login-or-guest .tab-pane a.masked-toggle.on {
    color: #3155a6
}

.login-or-guest .nav-tabs {
    padding-left: 0;
    border: none;
    border-bottom: none
}

.login-or-guest .nav-tabs>li {
    width: 50%
}

.login-or-guest .nav-tabs>li:last-child>a {
    margin-left: 0;
    padding-left: 0
}

.login-or-guest .nav-tabs>li>a {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    background: #3155a6;
    margin-right: 0;
    padding: 10px 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: 1px solid #f0f0f0;
    border-bottom: none!important;
    text-align: center
}

@media (min-width: 992px) {
    .login-or-guest .nav-tabs>li>a {
        padding:10px 10px
    }
}

.login-or-guest .nav-tabs>li>a:focus,.login-or-guest .nav-tabs>li>a:hover {
    border: 1px solid #f0f0f0
}

.login-or-guest .nav-tabs li.active>a {
    background: #fff;
    color: #3155a6;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: 1px solid #f0f0f0;
    border-bottom: none!important;
    text-align: center
}

.login-or-guest .tab-content a {
    color: #fff;
    text-decoration: none
}

.login-or-guest .tab-content a:hover {
    text-decoration: underline
}

.login-or-guest .btn-primary {
    font-weight: 700
}

.confirmation-email {
    padding: 20px;
    border: 1px solid #f0f0f0;
    background-color: #f8f8f8
}

.confirmation-email .restrictions {
    display: block;
    font-weight: 400;
    font-style: italic
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f8f8f8
}

.table-striped>tbody>tr {
    border-bottom: 1px solid #ddd
}

.table-striped>tbody>tr:last-child {
    border-bottom: none
}

.event-details .share-with {
    margin: 15px auto
}

.event-details .share-with>strong {
    display: block;
    text-align: center
}

span.novicon.novicon-ticket-register {
    margin-right: 5px
}

.purchaser .info {
    margin-bottom: 25px
}

.purchaser .info span {
    display: block
}

.email-sent-to {
    padding: 20px 0;
    text-align: right
}

#order-completed h3 {
    font: 700 1.7em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0
}

#order-completed h3 .novicon {
    display: none;
    margin-right: 5px
}

.success-message {
    margin-bottom: 40px
}

.success-message h3 {
    font: 600 2.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #f58220;
    text-transform: none;
    letter-spacing: 0;
    margin: 0
}

.success-message span {
    position: relative;
    line-height: 1.42857
}

.c-event-register__info-block--date {
    margin: 0 0 5px!important
}

.c-event-register__info-block--date strong {
    font-weight: 600
}

.c-event-register__info-block--time {
    margin: 0 0 5px!important
}

.c-event-register__info-block--address {
    margin: 30px 0 20px!important
}

.member-fields {
    background: #fff;
    padding: 20px 30px;
    border: 1px solid #f0f0f0
}

h4.line-after {
    display: block
}

.panel-heading {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom: 1px solid transparent
}

.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
    font-weight: 600
}

.panel {
    box-shadow: none
}

.article {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    border-top: none
}

.article:last-child {
    border-bottom: none
}

.article:nth-child(even) {
    background: 0 0
}

.article .background {
    position: relative;
    height: 150px;
    background-size: cover
}

.article .background .overlay {
    background: linear-gradient(rgba(0,0,0,.9),transparent);
    height: 100%;
    padding: 15px;
    color: #fff
}

.article .background a {
    color: #fff
}

.article .background a.title {
    font: normal 1.3em Montserrat,sans-serif;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    position: relative;
    display: inline-block;
    margin-top: 0;
    bottom: inherit;
    padding: 0
}

.article .background .categories {
    font: normal .9em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    font-style: italic;
    position: relative;
    bottom: inherit;
    display: block
}

.article .background .categories a {
    font-weight: 600
}

.article .background .categories .separator {
    padding-right: 2px
}

.article .background .categories .separator:last-child {
    display: none
}

.article .post-date {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    position: absolute;
    top: 122px;
    left: 50%;
    z-index: 5;
    display: block;
    padding: 8px 12px;
    border-radius: 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 3px 0 0 rgba(0,0,0,.11);
    transform: translate(-50%,0)
}

.article .post-date .day {
    display: block;
    font-size: 1.5em
}

.article .bottom-area {
    position: relative;
    bottom: 0;
    display: block;
    height: 200px;
    padding: 45px 15px 45px;
    text-align: center;
    background: #eee
}

@media (min-width: 768px) {
    .article .bottom-area {
        height:170px
    }
}

@media (min-width: 992px) {
    .article .bottom-area {
        height:200px
    }
}

@media (min-width: 1200px) {
    .article .bottom-area {
        height:200px
    }
}

.article .bottom-area:before {
    display: none
}

.article .bottom-area p {
    font: normal .9em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0
}

.article .bottom-area .btn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    box-shadow: 0 3px 0 0 rgba(0,0,0,.11);
    transform: translate(-50%,0)
}

.blog-list-container .description {
    margin: 15px 0;
    padding-top: 0;
    border-top: none;
    border-bottom: none
}

.blog-list-container .novicon {
    float: left;
    display: none;
    margin: 0 15px 10px 10px;
    font-size: 4em
}

.blog-list-container .novicon.novicon-arrow-right {
    margin: 0;
    font-size: 1.6em
}

.blog-list-container .novicon.novicon-arrow-left {
    margin: 0;
    font-size: 1.6em
}

.blog-list-container .inner-content {
    display: block;
    padding: 0
}

.c-article-list {
    position: relative;
    overflow: initial;
    margin-bottom: 10px;
    padding: 10px 0
}

.c-article-list__h1 {
    font: normal 2.5em Montserrat,sans-serif;
    line-height: 1.3;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    font-size: 3em
}

@media (min-width: 768px) {
    .c-article-list__h1 {
        font-size:4em
    }
}

.c-article-list__subtitle {
    font: normal 2.1em Montserrat,sans-serif;
    line-height: 1.25;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    max-width: 27ch;
    margin: 0 auto;
    font-size: 1.3em;
    text-align: center
}

@media (min-width: 768px) {
    .c-article-list__subtitle {
        font-size:1.6em
    }
}

.c-article-list-full-width__title {
    font: 700 1.5em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    margin-bottom: 5px;
    text-decoration: none
}

.c-article-list-full-width__title:hover {
    text-decoration: none
}

.c-article-list-full-width--small {
    display: block
}

@media (min-width: 768px) {
    .c-article-list-full-width--small {
        display:none
    }
}

.c-article-list-full-width--large {
    display: none
}

@media (min-width: 768px) {
    .c-article-list-full-width--large {
        display:block
    }
}

.c-article-list-full-width__category {
    display: none
}

.c-article-list-full-width__wrapper:hover {
    text-decoration: none
}

.c-article-list-full-width__wrapper:hover .c-article-list__read-more {
    text-decoration: underline
}

.c-article-list__description {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.3;
    font-weight: 400;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 5px
}

.c-article-list__read-more {
    color: #3155a6;
    font-weight: 700;
    font-style: italic;
    text-decoration: underline
}

.c-article-list__read-more:hover {
    text-decoration: underline
}

.c-article-list__posted-by {
    font: normal .9em Montserrat,sans-serif;
    line-height: 1.3;
    font-weight: 400;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    text-align: left
}

.c-article-list__date {
    font: normal .9em Montserrat,sans-serif;
    line-height: 1.3;
    font-weight: 400;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    text-align: left;
    margin: 0
}

.c-article-list__hr--top {
    display: inline-block;
    width: 100%;
    margin: 10px 0 20px;
    border-top: 1px solid #f7a81b
}

.c-article-list__hr--bottom {
    display: inline-block;
    width: 100%;
    margin: 20px 0 10px;
    border-top: 5px solid #f7a81b
}

.c-article-list__category {
    font: normal 1.1em Montserrat,sans-serif;
    line-height: 2;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 10px;
    font-size: 1em;
    white-space: normal
}

@media (min-width: 768px) {
    .c-article-list__category {
        margin:0 15px;
        font-size: 1.1em;
        white-space: nowrap
    }
}

@media (min-width: 992px) {
    .c-article-list__category {
        margin:0 25px
    }
}

.c-article-list__category--link {
    font: normal 1.1em Montserrat,sans-serif;
    line-height: 2;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    letter-spacing: 0
}

.c-article-list__category--link:hover {
    color: #fff;
    text-decoration: underline
}

.c-article-list__category--parent {
    font: normal 1.1em Montserrat,sans-serif;
    line-height: 2;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    letter-spacing: 0
}

.c-article-list__category--parent:hover {
    color: #fff;
    text-decoration: underline
}

.c-article-list__category-dropdown {
    display: block;
    margin: 10px auto 0!important;
    float: none!important
}

@media (min-width: 768px) {
    .c-article-list__category-dropdown {
        float:right!important;
        margin: 10px 0 0!important
    }
}

.c-article-list__category-list {
    display: none;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 20px;
    padding: 20px;
    background: #f58220
}

@media (min-width: 768px) {
    .c-article-list__category-list {
        display:none;
        margin-bottom: 40px
    }
}

.c-article-list__category-list-wrapper {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    display: none
}

@media (min-width: 480px) {
    .c-article-list__category-list-wrapper {
        max-width:450px
    }
}

@media (min-width: 768px) {
    .c-article-list__category-list-wrapper {
        max-width:650px
    }
}

@media (min-width: 992px) {
    .c-article-list__category-list-wrapper {
        max-width:700px
    }
}

.c-article-list__quick-search {
    float: left;
    display: block!important;
    width: 50%;
    margin: 0 auto!important;
    text-align: center
}

@media (min-width: 768px) {
    .c-article-list__quick-search {
        width:60%
    }
}

.c-article-list__blog-description {
    display: none
}

.c-article-list__filters {
    margin: 15px 0 25px;
    background: 0 0;
    border-bottom: 1px solid #3155a6
}

.c-article-list__filters-btn {
    height: 36px!important;
    padding: 4px 8px!important;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.c-article-list__category-description-novicon {
    display: none!important
}

.c-article-list__img {
    display: none;
    position: relative;
    max-height: 215px;
    height: 215px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: top center
}

@media (min-width: 768px) {
    .c-article-list__img {
        display:block;
        margin-bottom: 0
    }
}

.c-article-list__img--show {
    display: block
}

@media (min-width: 768px) {
    .c-article-list__img--show {
        display:block
    }
}

.c-article-list__category-description {
    margin: 15px 5px 15px;
    padding-top: 10px;
    border-top: 1px solid #3155a6;
    border-bottom: 1px solid #3155a6
}

.c-article-list__category-description--icon {
    display: none
}

.c-article-list__no-articles {
    margin: 25px 0;
    text-align: center
}

.c-article-list__no-articles-description {
    display: block;
    font-size: 1.5em;
    font-weight: 800
}

.c-article-list__no-articles-btn {
    margin-top: 25px
}

.c-article-list__wrapper {
    display: inline-block;
    padding: 20px 15px
}

@media (min-width: 768px) {
    .c-article-list__wrapper {
        display:-ms-flexbox;
        display: flex
    }
}

.c-article-list__wrapper-btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.c-article-list__btn {
    float: none;
    width: 100%;
    margin: 15px auto 30px;
    text-align: center
}

@media (min-width: 768px) {
    .c-article-list__btn {
        float:right;
        width: auto;
        margin: 0 auto
    }
}

.c-article-list-full-width__title {
    text-align: center
}

@media (min-width: 768px) {
    .c-article-list-full-width__title {
        text-align:left
    }
}

.c-article-list-full-width__title:hover {
    font-weight: 800
}

.g-article-list__left {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .g-article-list__left {
        width:41.66667%;
        padding-right: 10px;
        padding-left: 0
    }
}

.g-article-list__right {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .g-article-list__right {
        width:58.33333%;
        padding-right: 10px;
        padding-left: 30px
    }
}

.g-article-list__right-posted-by {
    position: relative;
    float: left;
    width: 66.66667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 0
}

.g-article-list__right-date {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0
}

.article-content-container .blog-categories a {
    color: #3155a6;
    font-weight: 700
}

.article-content-container .blog-categories a .novicon {
    color: #f7a81b;
    font-size: 1em
}

.article-content-container .blog-categories .sub-category {
    color: #3155a6;
    font-size: .9em;
    font-weight: 500
}

.article-content-container .recent-articles a .title {
    color: #3155a6;
    font-size: 1em;
    font-weight: 700
}

.article-content-container .recent-articles a .article-info {
    color: #3155a6;
    font-size: .9em
}

.article-content-container .widget-sidebar {
    display: block
}

.article-content-container .widget-sidebar .widget {
    min-height: auto;
    margin-bottom: 20px
}

.article-content-container .widget-sidebar h5 {
    font: normal 1.3em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    padding: 10px;
    border-top: none;
    border-bottom: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    text-align: center;
    background: #3155a6
}

.article-content-container .widget-sidebar h3 {
    font: normal 1.3em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    border-top: none;
    border-bottom: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    text-align: center;
    background: #3155a6;
    padding: 10px
}

.article-content-container .widget-sidebar h2 {
    font: normal 1.3em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    border-top: none;
    border-bottom: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    text-align: center;
    background: #3155a6;
    padding: 10px
}

.article-content-container .widget-sidebar .content {
    clear: both;
    padding: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-top: none
}

.g-article__left-date {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 15px
}

.g-article__right-posted-by {
    position: relative;
    float: right;
    width: 50%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 10px
}

.g-article__tagged {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.g-article__row {
    margin-right: 0;
    margin-left: 0
}

.g-article__content .header-ribbon h1,.g-article__content .login-container .section-header h1,.login-container .g-article__content .section-header h1 {
    max-width: 100%;
    margin: 0 0 5px;
    padding: 0
}

.c-article__sub-header {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    letter-spacing: 0
}

.c-article__post-date {
    margin-bottom: 10px;
    text-align: left
}

.c-article__posted-by {
    margin-bottom: 10px;
    text-align: right
}

.c-article__tagged {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 10px
}

.c-article__tagged--link {
    font-size: inherit!important;
    color: #fff
}

.c-article__separator {
    margin-right: 5px;
    margin-left: -2px
}

.c-article__separator:last-child {
    display: none
}

.container.moved-up.directory-profile-container {
    margin-top: 0!important
}

@media (min-width: 768px) {
    .container.moved-up.directory-profile-container {
        margin-top:0!important
    }
}

.directory-profile-container .back-btn {
    display: block;
    margin: 0 0 10px;
    color: #fff;
    text-align: center
}

@media (min-width: 768px) {
    .directory-profile-container .back-btn {
        text-align:left
    }
}

.directory-profile-container .back-btn:hover {
    color: #3155a6;
    text-decoration: none
}

.directory-profile-container .back-btn .novicon-arrow-left {
    margin-right: 10px
}

.directory-profile-container .background {
    position: relative;
    height: 550px;
    margin: -10px -10px 15px;
    border-radius: 10px
}

@media (min-width: 768px) {
    .directory-profile-container .background {
        height:400px
    }
}

@media (min-width: 992px) {
    .directory-profile-container .background {
        height:350px
    }
}

.directory-profile-container .background .overlay {
    padding: 15px;
    border-radius: 0;
    overflow: scroll
}

@media (min-width: 480px) {
    .directory-profile-container .background .overlay {
        border-radius:10px
    }
}

.directory-profile-container .background .overlay .col-sm-5 {
    width: 100%
}

@media (min-width: 768px) {
    .directory-profile-container .background .overlay .col-sm-5 {
        width:50%
    }
}

@media (min-width: 992px) {
    .directory-profile-container .background .overlay .col-sm-5 {
        width:41.66667%
    }
}

.directory-profile-container .background .contact-info h1 {
    font: normal 2.5em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 10px
}

.directory-profile-container .background .contact-info h1.long {
    font-size: 2.1em
}

.directory-profile-container .background .contact-info h1.super-long {
    font-size: 1.8em
}

.directory-profile-container .background .contact-info .company,.directory-profile-container .background .contact-info .title {
    display: block;
    margin-bottom: 10px
}

.directory-profile-container .background .contact-info .info-block {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 10px
}

.directory-profile-container .background .contact-info .info-block .novicon {
    margin-right: 10px;
    padding: 5px;
    border-radius: 50%;
    font-size: .8em;
    vertical-align: top;
    background: #e9c46a
}

.directory-profile-container .background .contact-info .info-block .address {
    display: inline-block
}

.directory-profile-container .background .contact-info .info-block a {
    color: #fff;
    font-weight: 700;
    font-style: italic
}

.directory-profile-container .background .contact-info .btn {
    margin: 15px 5px 5px 0;
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #fff;
    background: #0091d5
}

.directory-profile-container .background .contact-info .btn:active,.directory-profile-container .background .contact-info .btn:focus,.directory-profile-container .background .contact-info .btn:hover {
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #0091d5;
    background: #fff
}

.directory-profile-container .background #map-background {
    height: 100%;
    border-radius: 10px
}

.directory-profile-container .background #map-background .gm-style {
    border-radius: 10px
}

.directory-profile-container .background #hide-map {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 60px
}

.directory-profile-container .social-icons .icon {
    display: inline-block;
    margin: 20px 10px 0 0;
    padding: 5px 9px;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 1.2em;
    color: #fff;
    background: #3155a6!important
}

.directory-profile-container .social-icons .icon:last-child {
    margin-right: 0
}

.directory-profile-container .member-details>.row>div:first-child {
    border-right: none
}

@media (min-width: 992px) {
    .directory-profile-container .member-details>.row>div:first-child {
        border-right:1px solid #f0f0f0
    }
}

.directory-profile-container .member-details .ribbon {
    font: normal 1.5em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    position: relative;
    width: 100%;
    margin: 10px auto 30px;
    padding: 10px 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 3px 0 0 rgba(0,0,0,.11)
}

@media (min-width: 768px) {
    .directory-profile-container .member-details .ribbon {
        width:75%;
        margin: 0 0 30px -31px;
        padding: 10px 0 10px 40px;
        text-align: left
    }
}

.directory-profile-container .member-details .ribbon:before {
    display: none
}

@media (min-width: 768px) {
    .directory-profile-container .member-details .ribbon:before {
        content:"";
        position: absolute;
        top: 100%;
        left: 0;
        display: block;
        border-top: 10px solid #000;
        border-left: 11px solid transparent
    }
}

.directory-profile-container .member-details .ribbon .glyphicon {
    margin-right: 10px;
    font-size: .8em
}

.directory-profile-container .member-details .profile {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 15px
}

@media (min-width: 480px) {
    .directory-profile-container .member-details .profile {
        margin-bottom:50px
    }
}

.directory-profile-container .member-details .profile strong {
    font: normal 1.3em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0
}

.directory-profile-container .member-details .nav-tabs {
    padding-left: 20px;
    border: none
}

.directory-profile-container .member-details .nav-tabs>li {
    margin-bottom: 0
}

.directory-profile-container .member-details .nav-tabs>li>a {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    z-index: 1;
    margin-right: 0;
    padding: 5px 15px;
    border: none;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #3155a6
}

@media (min-width: 480px) {
    .directory-profile-container .member-details .nav-tabs>li>a {
        padding:5px 25px
    }
}

.directory-profile-container .member-details .nav-tabs>li.active>a {
    z-index: 3;
    background: #fff
}

.directory-profile-container .member-details .nav-tabs>li:last-child>a {
    margin-left: -10px;
    padding-left: 30px
}

.directory-profile-container .member-details .tab-pane {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    overflow: auto;
    max-height: 450px;
    padding: 15px;
    border-radius: 10px;
    background: #fff
}

.directory-profile-container .member-details .tab-pane .member-list-item {
    padding: 10px 0;
    border-bottom: 1px solid #fff
}

.directory-profile-container .member-details .tab-pane .member-list-item:last-child {
    border-bottom: none
}

.directory-profile-container .member-details .tab-pane .member-list-item img {
    float: left;
    margin-right: 10px
}

.directory-profile-container .member-details .tab-pane .member-list-item .info {
    overflow: hidden;
    min-height: 90px;
    padding-top: 5px
}

.directory-profile-container .member-details .tab-pane .member-list-item .info>span {
    display: block;
    margin-bottom: 5px
}

.directory-profile-container .member-details .tab-pane .member-list-item .info strong {
    font-weight: 600
}

.directory-profile-container .member-details .tab-pane .member-list-item .name {
    display: block;
    margin-bottom: 5px
}

.directory-profile-container .member-details .tab-pane .member-list-item .name.long {
    font-size: 1em
}

.directory-profile-container .member-details .tab-pane .member-list-item .name.super-long {
    font-size: .9em
}

.directory-profile-container .member-details .tab-pane .member-list-item .title {
    font-style: italic
}

.directory-profile-container .member-details .tab-pane .member-list-item .designation.long,.directory-profile-container .member-details .tab-pane .member-list-item .title.long {
    font-size: 1em
}

.directory-profile-container .member-details .tab-pane .member-list-item .designation.super-long,.directory-profile-container .member-details .tab-pane .member-list-item .title.super-long {
    font-size: .9em
}

.directory-profile-container .member-details .tab-pane .member-list-item .address {
    font-style: italic
}

.directory-profile-container .member-details .tab-pane .member-list-item a {
    float: right;
    padding: 5px 10px;
    margin: 25px 0 0 10px
}

.directory-profile-container .member-details .feed {
    height: 450px;
    margin-top: 25px;
    text-align: center
}

.directory-profile-container .member-details .feed iframe {
    height: 100%!important
}

.directory-profile-container .member-details .member-type {
    margin-top: 15px;
    text-align: center
}

.directory-profile-container .member-details .member-type img {
    width: 50%;
    margin: 0 auto 10px
}

.directory-profile-container .member-details .member-type span {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0
}

.directory-profile-container .member-details .areas-header {
    font: normal 1.3em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    margin: 15px 0 5px;
    text-align: center
}

.directory-profile-container .member-details .areas-of-expertise {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    font-style: italic;
    text-align: center
}

.directory-profile-container .member-details .parent-company {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    text-align: center
}

@media (min-width: 768px) {
    .directory-profile-container .member-details .parent-company {
        text-align:left
    }
}

.directory-profile-container .member-details .parent-company .company {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    margin-bottom: 15px;
    font-style: Montserrat,sans-serif
}

.directory-profile-container .member-details .parent-company .company img {
    display: block;
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto 10px
}

@media (min-width: 768px) {
    .directory-profile-container .member-details .parent-company .company img {
        margin:0 0 5px
    }
}

.directory-profile-container .member-details .parent-company>span {
    display: block
}

.directory-profile-container .member-details .parent-company>span.address {
    margin-bottom: 15px
}

.directory-profile-container .member-details .parent-company .social-icons {
    margin-top: 15px
}

.directory-profile-container .member-details .award,.directory-profile-container .member-details .degree,.directory-profile-container .member-details .work {
    text-align: center
}

.directory-profile-container .member-details .award .title,.directory-profile-container .member-details .degree .title,.directory-profile-container .member-details .work .title {
    display: block;
    font-weight: 700;
    font-style: italic
}

.directory-profile-container .member-details .degree {
    margin-bottom: 5px
}

.directory-profile-image {
    position: relative;
    overflow: hidden;
    width: 150px;
    max-width: 150px;
    height: 150px;
    margin: 15px auto;
    padding: 3px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #fff;
    box-shadow: 0 0 0 3px #3155a6
}

@media (min-width: 768px) {
    .directory-profile-image {
        width:250px;
        height: 250px;
        max-width: 250px
    }
}

.directory-profile-image.missing-company {
    background-image: url(../../../assets/base/missing-company.jpg);
    background-size: contain
}

.directory-profile-image.missing-individual {
    background-image: url(../../../assets/base/missing-individual.jpg);
    background-size: contain
}

.directory-profile-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: initial;
    max-height: 100%;
    margin: 0 auto;
    transform: translate(-50%,-50%)
}

.directory-mini-image {
    border: 1px solid #f58220
}

.about-group {
    margin-bottom: 20px
}

.about-group:empty {
    display: none
}

.c-directory-profile__back-btn {
    color: #3155a6
}

.c-directory-profile__back-btn:hover {
    color: #3155a6
}

.c-directory-profile__name {
    margin: 0;
    padding: 0;
    line-height: 1.1;
    border-bottom: none
}

.c-directory-profile__name--individual {
    padding: 0
}

.c-directory-profile__name--company {
    margin: 0 0 15px;
    padding: 0 0 10px;
    border-bottom: 1px solid #f0f0f0
}

.c-directory-profile__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0
}

.c-directory-profile__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-directory-profile__col-left {
    border-right: none
}

@media (min-width: 768px) {
    .c-directory-profile__col-left {
        border-right:none
    }
}

.c-directory-profile__col-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-directory-profile__name-credentials-wrapper {
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 10px;
    margin: 0 0 10px 0
}

.c-directory-profile__contact-wrapper {
    -ms-flex-order: 7;
    order: 7
}

.c-directory-profile__related-member-wrapper {
    -ms-flex-order: 8;
    order: 8
}

.c-directory-profile__committee-wrapper {
    -ms-flex-order: 3;
    order: 3
}

.c-directory-profile__custom-fields-wrapper {
    -ms-flex-order: 2;
    order: 2
}

.c-directory-profile__facebook-feed {
    -ms-flex-order: 9;
    order: 9;
    padding: 0 0 40px
}

.c-directory-profile__twitter-feed {
    -ms-flex-order: 10;
    order: 10;
    padding: 0 0 40px
}

.c-directory-profile__education-wrapper {
    -ms-flex-order: 4;
    order: 4;
    padding: 0 0 40px
}

.c-directory-profile__awards-wrapper {
    -ms-flex-order: 5;
    order: 5;
    padding: 0 0 40px
}

.c-directory-profile__volunteer-wrapper {
    -ms-flex-order: 6;
    order: 6;
    padding: 0 0 40px
}

.c-directory-profile__img-wrapper {
    width: 300px;
    max-width: 300px;
    height: 300px;
    margin: 0 auto 40px;
    padding: 0;
    border-radius: 0;
    border: none;
    background: #fff;
    box-shadow: none
}

@media (min-width: 768px) {
    .c-directory-profile__img-wrapper {
        width:200px;
        height: 200px
    }
}

@media (min-width: 992px) {
    .c-directory-profile__img-wrapper {
        width:300px;
        height: 300px
    }
}

.c-directory-profile__img-wrapper--mobile {
    display: block
}

@media (min-width: 768px) {
    .c-directory-profile__img-wrapper--mobile {
        display:none
    }
}

.c-directory-profile__img-wrapper--desktop {
    display: none
}

@media (min-width: 768px) {
    .c-directory-profile__img-wrapper--desktop {
        display:block
    }
}

.c-directory-profile__img-missing--company {
    background-size: cover;
    background-position: center center
}

.c-directory-profile__site {
    margin: 0 0 10px;
    font-weight: 500
}

.c-directory-profile__adddress,.c-directory-profile__member-since,.c-directory-profile__member-type,.c-directory-profile__phone {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 10px
}

.c-directory-profile__parent-wrapper {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0
}

.c-directory-profile__address-wrapper,.c-directory-profile__phone-wrapper,.c-directory-profile__website-wrapper {
    display: -ms-flexbox;
    display: flex
}

.c-directory-profile__member-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .c-directory-profile__member-wrapper {
        display:inline-block
    }
}

.c-directory-profile__member-type {
    display: inline-block;
    margin-bottom: 0
}

.c-directory-profile__member-since {
    display: inline-block;
    width: 100%;
    margin: 0 0 0 30px
}

@media (min-width: 768px) {
    .c-directory-profile__member-since {
        width:auto;
        margin: 0
    }
}

.c-directory-profile__member-since:before {
    display: none
}

@media (min-width: 768px) {
    .c-directory-profile__member-since:before {
        content:"/";
        display: inline-block;
        margin: 0 5px;
        font-size: 30px;
        line-height: .9;
        text-align: center;
        vertical-align: bottom
    }
}

.c-directory-profile__credentials--individual {
    margin: 0;
    font-weight: 700
}

.c-directory-profile__professional-title {
    display: block
}

.c-directory-profile__professional-title--individual {
    margin: 0
}

.c-directory-profile__parent-name {
    display: block
}

.c-directory-profile__parent-name--individual {
    margin: 0;
    font-style: italic
}

.c-directory-profile__parent-name--individual-parent {
    font-weight: 700;
    margin: 0 0 20px!important
}

.c-directory-profile__map-novicon,.c-directory-profile__member-novicon,.c-directory-profile__phone-novicon,.c-directory-profile__website-novicon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    margin: 0 10px 0 0;
    color: #b39039;
    top: 5px
}

.c-directory-profile__phone:before {
    content: "P: ";
    display: none
}

.c-directory-profile__special-offer {
    margin: 0 0 5px
}

.c-directory-profile__special-offer-icon {
    display: none
}

.c-directory-profile__special-offer-profile {
    margin: 0 0 40px
}

.c-directory-profile__company-overview {
    margin: 0 0 5px
}

.c-directory-profile__professional-bio {
    margin: 5px 0 5px
}

.c-directory-profile__overview-text {
    margin: 0 0 40px
}

.c-directory-profile__gallery-wrapper .o-gallery {
    margin: 0 auto 40px
}

.c-directory-profile__social-icons {
    margin: 0 0 40px
}

.c-directory-profile__social-icon {
    margin: 10px 5px 0 0!important;
    padding: 5px 9px!important;
    font-size: 1em!important
}

.c-directory-profile__award-title,.c-directory-profile__committee-title,.c-directory-profile__custom-field-title,.c-directory-profile__custom-fields-title,.c-directory-profile__education-title,.c-directory-profile__expertise-title,.c-directory-profile__volunteer-title {
    padding-bottom: 7px;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 0
}

.c-directory-profile__custom-field {
    margin: 0
}

.c-directory-profile__committee-roles {
    margin: 0
}

.c-directory-profile__parent-text {
    display: none
}

.c-directory-profile__committee-wrapper,.c-directory-profile__custom-fields-wrapper,.c-directory-profile__expertise-wrapper {
    padding: 0 0 40px
}

.c-directory-profile__education-year {
    margin: 0
}

.c-directory-profile__education-degree {
    font-style: italic
}

.c-directory-profile__education-degree:last-child {
    margin: 0
}

.c-directory-profile__contact-wrapper,.c-directory-profile__related-member-wrapper {
    padding: 0 0 40px
}

.c-directory-profile__contact-title,.c-directory-profile__related-member-title {
    padding-bottom: 7px;
    border-bottom: 1px solid #f0f0f0
}

.c-directory-profile__contact-list,.c-directory-profile__related-member-list {
    padding: 15px 0;
    margin-right: 0;
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.c-directory-profile__contact-list:nth-child(even),.c-directory-profile__related-member-list:nth-child(even) {
    background: #f8f8f8
}

.c-directory-profile__contact-list-col,.c-directory-profile__related-member-list-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-directory-profile__contact-name,.c-directory-profile__related-member-name {
    margin-bottom: 0;
    font-weight: 600
}

.c-directory-profile__contact-professional-title,.c-directory-profile__related-member-professional-title {
    margin-bottom: 0
}

.c-directory-profile__contact-btn,.c-directory-profile__related-member-btn {
    font-size: .8em;
    padding: 4px 13px;
    background: #0091d5;
    border: 1px solid #0091d5;
    color: #fff
}

.c-directory-profile__contact-btn:hover,.c-directory-profile__related-member-btn:hover {
    background: #fff;
    border: 1px solid #0091d5;
    color: #0091d5
}

.c-directory-profile__hidden-contact-info-message {
    margin: 15px 0
}

.c-directory-profile__custom-field-copy {
    margin: 0 0 40px
}

.c-directory-profile__custom-field-copy:last-child {
    margin: 0
}

.c-directory-profile__committee-roles-copy {
    margin: 0 0 40px
}

.c-directory-profile__committee-roles-copy:last-child {
    margin: 0
}

.member {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: 300px;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    text-align: center;
    background-color: #fff;
    transition: background .5s;
    box-shadow: none
}

.member:focus,.member:focus-within,.member:hover {
    padding: 0;
    background-color: #f0f0f0;
    cursor: pointer;
    max-width: 300px;
    width: 100%
}

.member:focus .on-hover,.member:focus-within .on-hover,.member:hover .on-hover {
    display: block
}

.member:focus .extra-info,.member:focus-within .extra-info,.member:hover .extra-info {
    display: block
}

.member:focus-within.member .on-hover .social-icons,.member:focus.member .on-hover .social-icons,.member:hover.member .on-hover .social-icons {
    display: block
}

.member>strong {
    font-weight: 700
}

.member .member-badge-image {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #f0f0f0;
    background: #fff
}

.member .member-badge-image.missing-company {
    background-image: url(../../../assets/base/missing-company.jpg);
    background-size: contain
}

.member .member-badge-image.missing-individual {
    background-image: url(../../../assets/base/missing-individual.jpg);
    background-size: contain
}

.member .member-badge-image img {
    position: relative;
    top: 0;
    left: 0;
    max-width: initial!important;
    max-height: 100%;
    margin: 0 auto;
    transform: none;
    width: 100%
}

.member .name {
    display: block;
    margin-bottom: 5px;
    margin-top: 10px
}

.member .company,.member .special-offer {
    display: block;
    margin: 5px 0
}

.member .extra-info {
    z-index: 2;
    display: none;
    margin-bottom: 10px;
    font-size: 1.1em
}

.member .extra-info span {
    display: block
}

.member .title {
    font-weight: 700;
    font-style: italic
}

.member .bottom {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%
}

.member .bottom .background {
    display: none;
    max-width: 90%;
    min-height: 1px;
    height: 30px;
    margin: 0 auto 10px;
    filter: opacity(50%) grayscale(50%);
    background: center center/contain no-repeat transparent
}

.member .bottom .ribbon {
    font: normal .85em Montserrat,sans-serif;
    line-height: 1.1;
    font-weight: 600;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10px;
    box-shadow: 0 3px 0 0 rgba(0,0,0,.11);
    text-align: center;
    background: #3155a6;
    display: none
}

@media (min-width: 768px) {
    .member .bottom .ribbon {
        width:103%;
        margin: 0 0 0 -5px
    }
}

@media (min-width: 992px) {
    .member .bottom .ribbon {
        width:104%;
        margin: 0 0 0 -5px
    }
}

.member .bottom .ribbon:before {
    display: none
}

@media (min-width: 768px) {
    .member .bottom .ribbon:before {
        content:"";
        top: 100%;
        left: 0;
        position: absolute;
        display: block;
        border-top: 5px solid #000;
        border-left: 5px solid transparent
    }
}

.member .bottom .ribbon:after {
    display: none
}

@media (min-width: 768px) {
    .member .bottom .ribbon:after {
        content:"";
        top: 100%;
        right: 0;
        position: absolute;
        display: block;
        border-top: 5px solid #000;
        border-right: 5px solid transparent
    }
}

.member .on-hover {
    position: relative;
    bottom: auto;
    display: none;
    margin: 30px;
    padding-bottom: 10px
}

.member .on-hover:on-hover {
    display: block
}

.member .on-hover .btn {
    border-color: none;
    border: none;
    color: none;
    background: 0 0
}

.member .on-hover .btn:active,.member .on-hover .btn:focus,.member .on-hover .btn:hover {
    border-color: none;
    border: none;
    color: none;
    background: 0 0
}

.member .social-icons {
    margin-top: 15px;
    margin-bottom: 15px
}

.member .social-icons .icon {
    display: inline-block;
    margin-right: 7px;
    padding: 3px 9px;
    border-radius: 50%;
    border: none;
    color: #fff;
    font-size: 1.1em;
    background-color: #3155a6
}

.member .img-circle {
    display: none;
    border-radius: 0;
    width: 250px;
    height: 167px
}

.members {
    margin: 0 0 30px;
    padding: 0;
    text-align: center
}

.members li {
    display: inline
}

.members .slick-list .slick-slide {
    padding-top: 30px
}

.members .slick-arrow {
    color: #3155a6
}

.no-members span {
    font: normal 1.3em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    padding: 10px;
    text-align: center
}

.no-members .btn {
    display: block;
    margin: 0 auto 20px;
    width: fit-content
}

.c-member-badge {
    max-width: 300px;
    height: 325px;
    margin: 0 auto 30px;
    border: none
}

.c-member-badge__missing-company,.c-member-badge__missing-individual {
    width: 300px;
    max-width: 100%;
    height: inherit;
    margin: 0 auto;
    background-repeat: no-repeat!important
}

.c-member-badge__overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 45%;
    padding: 10px;
    background-color: #f0f0f0;
    transition: .5s ease
}

.c-member-badge__name {
    font: 600 1em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 600;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 3px;
    text-align: left
}

.c-member-badge__address,.c-member-badge__credentials,.c-member-badge__parent,.c-member-badge__phone,.c-member-badge__special-offer,.c-member-badge__title,.c-member-badge__title-parent {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    margin: 0;
    font-size: .9em;
    line-height: 1.2;
    font-weight: 400;
    text-align: left
}

.c-member-badge__view-profile {
    display: block;
    margin: 5px 0;
    color: #3155a6;
    font-weight: 600;
    text-align: left
}

.c-member-badge__view-profile:hover {
    color: #20376b;
    font-weight: 600;
    text-align: left
}

.c-member-badge__extra-info {
    display: none
}

.c-member-badge:hover .c-member-badge__overlay {
    height: 85%
}

.c-member-badge:hover .c-member-badge__extra-info {
    display: block
}

.c-member-badge:focus .c-member-badge__overlay {
    height: 85%
}

.c-member-badge:focus .c-member-badge__extra-info {
    display: block
}

.c-member-badge:focus-within .c-member-badge__overlay {
    height: 85%
}

.c-member-badge:focus-within .c-member-badge__extra-info {
    display: block
}

.c-member-badge__social-icons {
    display: block!important
}

.c-member-badge__social-icons .member .social-icons .icon {
    font-size: 1em;
    background: #3155a6!important
}

.c-member-badge__leadership-role {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    margin: 0;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    font-size: .85em
}

.c-member-badge__leadership-role-banner {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #3155a6
}

.g-default-photo__content .c-member-badge,.g-default__content .c-member-badge {
    max-width: 200px;
    height: 300px
}

.container.moved-up.member-compass-container {
    margin-top: 0!important;
    padding-top: 0
}

@media (min-width: 768px) {
    .container.moved-up.member-compass-container {
        margin-top:0!important
    }
}

.member-compass-header .background .novicon {
    margin-right: 10px
}

.member-compass-container #dashboard {
    max-width: 1000px;
    margin: 0 auto
}

.member-compass-container #dashboard .alert-area {
    display: table;
    width: 100%;
    margin-bottom: 25px
}

.member-compass-container #dashboard .alert-area .alert-icon {
    display: table-cell;
    width: 50px;
    border-right: 3px solid #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    vertical-align: middle;
    color: #f0f0f0;
    text-align: center;
    background: #3155a6
}

.member-compass-container #dashboard .alert-area .alert-icon .novicon {
    font-size: 1.5em
}

.member-compass-container #dashboard .alert-area .alert-text {
    display: table-cell;
    padding: 10px 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #f0f0f0;
    color: #3155a6
}

.member-compass-container #dashboard .alert-area .alert-text p {
    color: #3155a6;
    font-style: normal
}

.member-compass-container #dashboard .welcome {
    margin-bottom: 20px
}

.member-compass-container #dashboard .welcome h2,.member-compass-container #dashboard .welcome h3,.member-compass-container #dashboard .welcome h4,.member-compass-container #dashboard .welcome h5,.member-compass-container #dashboard .welcome h6 {
    margin-top: 0
}

.member-compass-container #dashboard .welcome h2 {
    font: normal 2.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

.member-compass-container #dashboard .welcome h3 {
    font: normal 1.9em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

.member-compass-container #dashboard .welcome h4 {
    font: 700 1.7em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

.member-compass-container #dashboard .welcome h5 {
    font: normal 1.5em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

.member-compass-container #dashboard .welcome h6 {
    font: normal 1.3em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

.member-compass-container #dashboard .welcome a {
    color: #3155a6;
    font-weight: inherit;
    font-style: normal
}

.member-compass-container #dashboard .welcome .btn-primary {
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #fff;
    background: #0091d5
}

.member-compass-container #dashboard .welcome .btn-primary:active,.member-compass-container #dashboard .welcome .btn-primary:focus,.member-compass-container #dashboard .welcome .btn-primary:hover {
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #0091d5;
    background: #fff
}

.member-compass-container #dashboard .welcome .btn-secondary {
    border-color: #f58220;
    border: 2px solid #3155a6;
    color: #000;
    background: #fff
}

.member-compass-container #dashboard .welcome .btn-secondary:active,.member-compass-container #dashboard .welcome .btn-secondary:focus,.member-compass-container #dashboard .welcome .btn-secondary:hover {
    border-color: #000;
    border: 2px solid #e2e1e1;
    color: #000;
    background: #e2e1e1
}

.member-compass-container #dashboard .membership-info {
    margin-bottom: 20px;
    font-size: 1.15em
}

@media (min-width: 768px) {
    .member-compass-container #dashboard .membership-info {
        margin-bottom:25px
    }
}

.member-compass-container #dashboard .membership-info .member-since {
    float: right;
    margin-top: -5px;
    padding: 3px;
    border-radius: 100%;
    background: #3155a6;
    border: none
}

.member-compass-container #dashboard .membership-info .member-since .for-border {
    width: 100px;
    height: 100px;
    padding-top: 32px;
    border-radius: 100%;
    border: none;
    color: #fff;
    font-size: .55em;
    line-height: 1;
    text-transform: none;
    text-align: center
}

.member-compass-container #dashboard .membership-info .member-since .for-border .year {
    display: block;
    font-size: 2.5em;
    font-weight: 800
}

.member-compass-container #dashboard .membership-info .member-since .for-border strong {
    display: block;
    margin-top: 21px;
    font-weight: 800
}

.member-compass-container #dashboard .membership-info .date-container {
    min-height: 95px;
    margin-right: 50px;
    padding-top: 25px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    background: #3155a6
}

.member-compass-container #dashboard .membership-info .date-container>div {
    line-height: 1.1em
}

.member-compass-container #dashboard .membership-info .date-container.renewal {
    background: #3155a6
}

.member-compass-container #dashboard .membership-info .date-container.grace {
    background: #eb0202
}

.member-compass-container #dashboard .membership-info .date-container.expired {
    background: #eb0202
}

.member-compass-container #dashboard .membership-info .date-container.two-rows {
    padding-top: 10px
}

.member-compass-container #dashboard .membership-info .date-container.two-rows .bottom-row {
    margin-top: 10px;
    padding: 7.5px 0 5px 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: .9em
}

.member-compass-container #dashboard .membership-info .date-container.two-rows.renewal .bottom-row {
    background: #3155a6
}

.member-compass-container #dashboard .membership-info .date-container.two-rows.grace .bottom-row {
    background: #eb0202
}

.member-compass-container #dashboard .membership-info .date-container.two-rows.expired .bottom-row,.member-compass-container #dashboard .membership-info .date-container.two-rows.expired .top-row {
    background: #eb0202
}

.member-compass-container #dashboard .membership-info .date-container.two-rows.expired .top-row {
    margin: -10px 0;
    padding: 10px 5px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

.member-compass-container #dashboard .membership-info .date-container.two-rows .member-date {
    font-size: .9em
}

.member-compass-container #dashboard .membership-info .date-container strong {
    display: block;
    font-size: .8em;
    font-weight: 700;
    text-transform: none
}

.member-compass-container #dashboard .membership-info .date-container .dues-payer,.member-compass-container #dashboard .membership-info .date-container .member-date {
    font-style: italic
}

.member-compass-container #dashboard .membership-info .date-container a {
    display: block;
    margin-top: 10px;
    padding: 12px 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    background: #3155a6
}

.member-compass-container #dashboard .membership-info .date-container a:hover {
    color: #fff;
    text-decoration: underline
}

.member-compass-container #dashboard .membership-info .date-container a .novicon {
    margin-left: 5px;
    font-size: .9em
}

.member-compass-container #dashboard .dashboard-block {
    margin-bottom: 15px
}

.member-compass-container #dashboard .dashboard-block .btn {
    display: block;
    padding: 10px 0;
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #fff;
    background: #0091d5
}

.member-compass-container #dashboard .dashboard-block .btn:active,.member-compass-container #dashboard .dashboard-block .btn:focus,.member-compass-container #dashboard .dashboard-block .btn:hover {
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #0091d5;
    background: #fff
}

.member-compass-container #dashboard .dashboard-block .btn .novicon {
    margin-left: 10px
}

.member-compass-container #dashboard .number-block a {
    text-decoration: none
}

.member-compass-container #dashboard .number-block a:hover .number,.member-compass-container #dashboard .number-block a:hover .of-what {
    color: #f0f0f0
}

.member-compass-container #dashboard .number-block .number-container {
    display: table;
    width: 100%;
    height: 251px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    font-weight: 800;
    background: #3155a6;
    background: linear-gradient(225deg,transparent 15px,#3155a6 0,#3155a6 100%)
}

.member-compass-container #dashboard .number-block .number-container .number {
    display: table-cell;
    width: 40%;
    padding-right: 10px;
    vertical-align: middle;
    color: #fff;
    font-size: 6em;
    text-align: right
}

.member-compass-container #dashboard .number-block .number-container .of-what {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 1.5em;
    line-height: 1;
    text-align: left;
    text-transform: none
}

.member-compass-container #dashboard .blog-category .category-name {
    padding: 10px 10px 0 10px;
    text-transform: none;
    background: #3155a6;
    background: linear-gradient(225deg,transparent 15px,#3155a6 0,#3155a6 100%);
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.member-compass-container #dashboard .blog-category .category-name h5 {
    max-width: 90%;
    margin: 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 1.3em;
    font-weight: 700
}

.member-compass-container #dashboard .blog-category .category-name .novicon {
    color: #fff;
    margin: 0 10px 0 5px
}

.member-compass-container #dashboard .blog-category .content {
    min-height: 200px;
    padding: 0 15px 10px 15px;
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    font-size: 1.15em
}

.member-compass-container #dashboard .blog-category .content a {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 1em;
    line-height: 1;
    text-decoration: none
}

.member-compass-container #dashboard .blog-category .content a .title {
    display: block;
    overflow: hidden;
    width: 95%;
    color: #3155a6;
    line-height: 1.42857;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media (min-width: 768px) {
    .member-compass-container #dashboard .blog-category .content a .title {
        width:95%
    }
}

@media (min-width: 992px) {
    .member-compass-container #dashboard .blog-category .content a .title {
        width:95%
    }
}

.member-compass-container #dashboard .blog-category .content a .article-info {
    color: #3155a6;
    font-size: .9em;
    font-style: italic
}

.member-compass-container #dashboard .blog-category .content a:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.member-compass-container .listing-table {
    position: relative;
    overflow-x: auto
}

.member-compass-container .listing-table .table>tbody>tr>td,.member-compass-container .listing-table .table>tbody>tr>th,.member-compass-container .listing-table .table>tfoot>tr>td,.member-compass-container .listing-table .table>tfoot>tr>th,.member-compass-container .listing-table .table>thead>tr>td,.member-compass-container .listing-table .table>thead>tr>th {
    border-top: none
}

.member-compass-container .listing-table .actions-bar .search-box {
    display: inline-block;
    max-width: 305px;
    color: #666;
    border-radius: 2px
}

.member-compass-container .listing-table .actions-bar .show-related {
    float: right;
    padding-right: 5px;
    padding-left: 5px;
    font-size: .85em;
    line-height: 20px;
    letter-spacing: 0
}

.member-compass-container .listing-table .batch-actions {
    display: inline-block;
    margin-right: 15px;
    padding-left: 11px
}

.member-compass-container .listing-table .batch-actions .novicon-arrow-curved-down {
    margin-right: 5px;
    font-size: 1.3em;
    color: #3155a6;
    vertical-align: bottom
}

.member-compass-container .listing-table .batch-actions .btn {
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #fff;
    background: #0091d5
}

.member-compass-container .listing-table .batch-actions .btn:active,.member-compass-container .listing-table .batch-actions .btn:focus,.member-compass-container .listing-table .batch-actions .btn:hover {
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #0091d5;
    background: #fff
}

.member-compass-container .listing-table .batch-actions .caret {
    position: relative;
    width: auto;
    margin: 0 0 0 5px
}

.member-compass-container .listing-table .batch-actions .disabled {
    opacity: .5
}

.member-compass-container .listing-table .batch-actions .disabled:hover {
    background: 0 0!important;
    cursor: not-allowed
}

.member-compass-container .listing-table .no-results {
    padding: 40px 0;
    border-bottom: 1px solid #f0f0f0;
    text-align: center
}

.member-compass-container .listing-table .edit {
    color: #3155a6;
    font-weight: 700
}

.member-compass-container .listing-table .pagination {
    float: right
}

.member-compass-container .listing-table .pagination>a,.member-compass-container .listing-table .pagination>span {
    margin-right: 9px
}

.member-compass-container .listing-table .pagination>a:last-child,.member-compass-container .listing-table .pagination>span:last-child {
    margin-right: 0
}

.member-compass-container .listing-table .pagination>a {
    display: inline-block;
    text-decoration: none
}

.member-compass-container .listing-table .pagination .disabled {
    color: #aaa;
    cursor: default
}

.member-compass-container .listing-table .table {
    font-size: .9em;
    border-bottom: 1px solid #f0f0f0
}

.member-compass-container .listing-table .table .show-icon-on-mobile {
    color: #3155a6
}

.member-compass-container .listing-table .table .show-icon-on-mobile span:last-child {
    display: none
}

@media (min-width: 768px) {
    .member-compass-container .listing-table .table .show-icon-on-mobile span:last-child {
        display:block
    }
}

.member-compass-container .listing-table .table .show-icon-on-mobile .novicon {
    display: block
}

@media (min-width: 768px) {
    .member-compass-container .listing-table .table .show-icon-on-mobile .novicon {
        display:none
    }
}

.member-compass-container .listing-table .table th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 8px;
    border-left: 1px solid #f0f0f0;
    line-height: 32px;
    text-transform: none;
    font-weight: 700;
    background-color: #ddd
}

.member-compass-container .listing-table .table th:first-child {
    border-left: none
}

.member-compass-container .listing-table .table th.active {
    font-weight: 800;
    background-color: #eee
}

.member-compass-container .listing-table .table th.actions {
    text-align: center;
    width: 105px
}

@media (min-width: 768px) {
    .member-compass-container .listing-table .table th.actions {
        text-align:right
    }
}

.member-compass-container .listing-table .table th.check {
    width: auto;
    text-align: center
}

.member-compass-container .listing-table .table th .sort {
    display: block;
    color: #3155a6;
    text-decoration: none;
    font-weight: 700
}

.member-compass-container .listing-table .table th .sort:hover {
    text-decoration: none
}

.member-compass-container .listing-table .table th .sort:after {
    content: "";
    display: inline-block;
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0 0 3px 5px;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #3155a6;
    border-left: 4px solid transparent
}

.member-compass-container .listing-table .table th .sort.ascending:after,.member-compass-container .listing-table .table th .sort.descending:after,.member-compass-container .listing-table .table th .sort:hover:after {
    visibility: hidden
}

.member-compass-container .listing-table .table th .sort.descending:after {
    border-top: 5px solid #3155a6;
    border-bottom: none
}

.member-compass-container .listing-table .table tbody tr {
    height: 45px;
    border-bottom: 1px solid #f0f0f0
}

.member-compass-container .listing-table .table tbody tr:hover {
    background-color: #f0f0f0
}

.member-compass-container .listing-table .table tbody tr:last-child {
    border-bottom: 2px solid #f0f0f0
}

.member-compass-container .listing-table .table tbody tr.canceled {
    opacity: .4
}

.member-compass-container .listing-table .table td {
    height: 45px;
    border-right: 1px dotted #f0f0f0;
    vertical-align: middle
}

.member-compass-container .listing-table .table td:last-child {
    border-right: none
}

.member-compass-container .listing-table .table td.actions {
    text-align: right
}

.member-compass-container .listing-table .table td.actions>a {
    color: #3155a6;
    font-weight: 700
}

.member-compass-container .listing-table .table td .novicon {
    display: block;
    font-size: 1.5em;
    text-align: center
}

.member-compass-container .listing-table .table .checkbox-custom {
    text-align: center
}

.member-compass-container .listing-table .table .checkbox-custom label {
    margin-bottom: 0
}

.member-compass-container .listing-table .table .checkbox-custom input {
    margin-right: 0
}

.member-compass-container .listing-table .table .actions {
    min-width: 80px
}

.member-compass-container .listing-table .table .actions .novicon {
    display: block
}

@media (min-width: 768px) {
    .member-compass-container .listing-table .table .actions .novicon {
        display:none
    }
}

.member-compass-container .listing-table .table .actions div {
    display: inline
}

.member-compass-container .listing-table .table .actions>a {
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #f0f0f0;
    color: #3155a6
}

.member-compass-container .listing-table .table .actions>a:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0
}

.member-compass-container .listing-table .table .actions>a.inactive {
    opacity: .2
}

.member-compass-container .listing-table .table .actions>a:focus,.member-compass-container .listing-table .table .actions>a:hover {
    text-decoration: none
}

.member-compass-container .listing-table .table .actions>a span:last-child {
    display: none
}

@media (min-width: 768px) {
    .member-compass-container .listing-table .table .actions>a span:last-child {
        display:block
    }
}

.member-compass-container .listing-table .table .actions .group-expander {
    display: none
}

@media (min-width: 768px) {
    .member-compass-container .listing-table .table .actions .group-expander {
        display:block
    }
}

.member-compass-container .listing-table .table .actions .collapsed-btns {
    position: static;
    min-width: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: 0 0;
    box-shadow: none
}

.member-compass-container .listing-table .table .actions .collapsed-btns a {
    padding: 0
}

.member-compass-container .listing-table .table th.with-secondary-actions {
    width: 150px
}

.member-compass-container .listing-table .table td.with-secondary-actions a {
    color: #3155a6;
    display: block;
    font-weight: 700;
    margin: 0;
    padding: 0;
    border: none
}

.member-compass-container .listing-table .table td.with-secondary-actions a:first-child {
    font-size: 1.1em
}

.member-compass-container .listing-table .table td.with-secondary-actions .secondary-actions a {
    font-size: .8em
}

.member-compass-container .listing-table .btn-group .group-expander {
    min-width: 0
}

.member-compass-container .listing-table .btn-group .group-expander:focus,.member-compass-container .listing-table .btn-group .group-expander:hover {
    border-color: #3155a6
}

.member-compass-container .listing-table .btn-group .group-expander.no-text {
    padding: 0 5px;
    font-size: 2em
}

.member-compass-container .listing-table .btn-group .collapsed-btns {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    min-width: 100%;
    margin-top: 5px;
    padding: 2px 0;
    border-radius: 2px;
    background: #3155a6;
    box-shadow: inset 0 0 0 1px #f0f0f0
}

.member-compass-container .listing-table .btn-group .collapsed-btns a,.member-compass-container .listing-table .btn-group .collapsed-btns input {
    display: block;
    padding: 5px 15px;
    color: #fff;
    white-space: nowrap
}

.member-compass-container .listing-table .btn-group .collapsed-btns a:hover,.member-compass-container .listing-table .btn-group .collapsed-btns input:hover {
    background: #20376b;
    text-decoration: none
}

.member-compass-container .listing-table .btn-group .collapsed-btns input {
    width: 100%;
    border: none;
    background: 0 0
}

.member-compass-container .listing-table .btn-group .collapsed-btns.on-top {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px
}

.member-compass-container #events h3 {
    margin-top: 0;
    font-size: 1.4em;
    font-weight: 700;
    text-align: center
}

@media (min-width: 768px) {
    .member-compass-container #events h3 {
        text-align:left
    }
}

.member-compass-container #events h3 .novicon {
    margin-right: 5px
}

.member-compass-container #events hr {
    border-top: 2px solid #3155a6
}

.member-compass-container #events .event .event-inner {
    display: table;
    width: 100%
}

.member-compass-container #events .event .event-inner .event .event-table {
    box-shadow: none
}

.member-compass-container #events .event .event-inner .title {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.member-compass-container #events .event .event .date-stub strong {
    display: block
}

.member-compass-container #events .event .title {
    display: table-cell;
    padding: 15px 10px;
    border-right: none;
    vertical-align: middle
}

@media (min-width: 768px) {
    .member-compass-container #events .event .title {
        padding:15px
    }
}

.member-compass-container #events .event .title .time {
    font-size: .95em
}

.member-compass-container #events .event .add-to-calendar {
    display: table-cell;
    width: 75px;
    padding: 0;
    background: #3155a6!important
}

@media (min-width: 992px) {
    .member-compass-container #events .event .add-to-calendar {
        width:200px
    }
}

.member-compass-container #events .event .add-to-calendar.open .dropdown-menu {
    right: 0;
    left: auto
}

@media (min-width: 992px) {
    .member-compass-container #events .event .add-to-calendar.open .dropdown-menu {
        right:auto;
        left: 0
    }
}

.member-compass-container #events .event .add-to-calendar .btn {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0
}

.member-compass-container #events .event .add-to-calendar .btn .novicon {
    margin-bottom: 5px
}

.member-compass-container #events .table {
    font-weight: 700
}

.member-compass-container #events .table a {
    color: #3155a6
}

.member-compass-container #events .table a em {
    font-weight: 800
}

.member-compass-container #events .table td {
    padding: 20px 0
}

.member-compass-container #events .table td:first-child {
    width: 125px
}

@media (min-width: 768px) {
    .member-compass-container #events .table td:first-child {
        width:200px
    }
}

.member-compass-container #events .table .actions {
    min-width: 115px;
    text-align: right;
    text-transform: none
}

.member-compass-container #events .table .actions .novicon {
    margin-right: 5px
}

.member-compass-container #events .table .actions>a,.member-compass-container #events .table .actions>span {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #f0f0f0;
    font-size: .9em
}

.member-compass-container #events .table .actions>a:last-child,.member-compass-container #events .table .actions>span:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none
}

.member-compass-container #events #other-registrations .actions {
    min-width: 290px
}

.member-compass-container #events #callouts {
    margin: 15px -15px 10px;
    background: #fff;
    display: block
}

@media (min-width: 768px) {
    .member-compass-container #events #callouts {
        margin:15px -19px -19px
    }
}

.member-compass-container #events .no-upcoming-events {
    padding: 30px 0;
    font-weight: 700;
    text-align: center
}

.member-compass-container #orders h4 {
    display: inline-block;
    margin-right: 15px;
    font-weight: 700
}

.member-compass-container #orders .actions-bar {
    display: inline-block
}

.member-compass-container #orders #subscriptions th.actions {
    width: 195px
}

.member-compass-container #orders #subscriptions td.actions>a {
    display: block;
    margin-left: 0;
    padding-left: 0;
    border-left: none
}

.member-compass-container .form-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    border-top: 1px solid #ddd;
    text-align: center;
    background: #fff
}

@media (min-width: 768px) {
    .member-compass-container .form-actions {
        text-align:right
    }
}

.member-compass-container .form-actions .saving .novicon {
    margin-right: 5px
}

.member-compass-container .form-actions .saved {
    display: block;
    margin-right: 15px;
    color: #37b34a
}

.member-compass-container .form-actions .saved .novicon {
    margin-right: 5px
}

.member-compass-container .form-actions .btn {
    display: block;
    width: 100%;
    font-size: 1.2em
}

.member-compass-container .form-actions .btn .novicon {
    margin-right: 5px
}

.member-compass-container #iframe-modal {
    overflow-y: auto!important;
    -webkit-overflow-scrolling: auto!important
}

.member-compass-container #iframe-modal .modal-body {
    padding: 0
}

#staff .actions-bar .btn .novicon {
    margin-right: 5px
}

#staff .table .actions {
    min-width: 105px
}

#accounting .batch-actions {
    display: none;
    padding-left: 0
}

@media (min-width: 768px) {
    #accounting .batch-actions {
        display:inline-block
    }
}

#accounting .search-box {
    width: 100%;
    max-width: 100%
}

@media (min-width: 768px) {
    #accounting .search-box {
        max-width:205px
    }
}

#accounting .table td:first-child,#accounting .table th.check {
    display: none
}

@media (min-width: 768px) {
    #accounting .table td:first-child,#accounting .table th.check {
        display:block
    }
}

#accounting .listing-table .table .actions {
    min-width: 95px
}

.products {
    margin-bottom: 15px;
    border-top: 1px solid #f0f0f0
}

.products .product {
    border-bottom: 1px solid #f0f0f0
}

@media (min-width: 768px) {
    .products .product {
        display:table;
        width: 100%;
        padding: 15px
    }
}

.products .product>div {
    display: table-cell;
    vertical-align: top
}

.products .product .name {
    font: normal 1.3em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    margin-bottom: 5px;
    padding-top: 20px
}

@media (min-width: 768px) {
    .products .product .name {
        padding-top:0
    }
}

.products .product .description {
    margin: 0;
    padding-top: 0;
    border-top: none;
    border-bottom: none;
    font-style: italic
}

.products .product .info {
    width: auto;
    padding-bottom: 30px
}

@media (min-width: 768px) {
    .products .product .info {
        max-width:80%;
        padding-bottom: 0;
        padding-left: 15px
    }
}

.products .product .pricing {
    font: normal 1.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 0 0;
    border-bottom: none;
    text-align: center
}

@media (min-width: 768px) {
    .products .product .pricing {
        float:right;
        width: 250px;
        margin-bottom: 0;
        padding: 10px 0 10px 30px;
        border: none;
        text-align: right
    }
}

.products .product .pricing .member-price {
    padding: 10px 0;
    border: 1px solid #3155a6;
    border-bottom: none;
    color: #3155a6;
    font-weight: 500;
    font-style: normal
}

@media (min-width: 768px) {
    .products .product .pricing .member-price {
        padding:0;
        border: none
    }
}

.products .product .pricing .non-member-price {
    padding: 10px 0;
    border: 1px solid #3155a6;
    border-bottom: none;
    color: #3155a6;
    font-weight: 500;
    font-style: normal
}

@media (min-width: 768px) {
    .products .product .pricing .non-member-price {
        padding:0 0 10px;
        border: none
    }
}

.products .product .btn {
    display: block;
    margin-top: 0;
    border-color: #f58220;
    border: 2px solid #3155a6;
    color: #000;
    background: #fff
}

@media (min-width: 768px) {
    .products .product .btn {
        margin-top:10px
    }
}

.products .product .btn:active,.products .product .btn:focus,.products .product .btn:hover {
    border-color: #000;
    border: 2px solid #e2e1e1;
    color: #000;
    background: #7a7676
}

.products .product .member {
    min-height: 20px;
    padding: 0;
    color: #3155a6;
    text-align: center;
    background: 0 0;
    box-shadow: none
}

@media (min-width: 768px) {
    .products .product .member {
        text-align:right
    }
}

.products .product .member .user-type {
    font-size: 1.15em;
    font-weight: 700;
    font-style: italic
}

.products .image {
    display: none!important;
    text-align: left
}

@media (min-width: 768px) {
    .products .image {
        display:table-cell!important;
        width: 120px;
        max-width: 120px
    }
}

.products .image .novicon {
    color: #3155a6;
    font-size: 5em
}

.product-detail-container {
    margin-top: 40px!important
}

@media (min-width: 992px) {
    .product-detail-container {
        margin-top:-55px!important
    }
}

.product-detail-container .back-btn {
    color: #3155a6
}

.product-detail-container .back-btn:hover {
    color: #25417f
}

.product-detail-container .product-info .sign-in {
    float: none;
    margin-right: 30px;
    text-decoration: underline
}

.product-detail-container .product-info .pricing {
    font: normal 1.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    text-align: center
}

@media (min-width: 768px) {
    .product-detail-container .product-info .pricing {
        border:none;
        text-align: right
    }
}

.product-detail-container .product-info .pricing .member-price {
    color: #3155a6;
    font-weight: 500;
    font-style: normal
}

.product-detail-container .product-info .pricing .non-member-price {
    margin-bottom: 10px;
    color: #3155a6;
    font-weight: 500;
    font-style: normal
}

.product-detail-container .product-info .pricing .donation-price {
    width: 150px;
    display: inline-block
}

.product-detail-container .product-info .pricing .user-type {
    font-weight: inherit;
    font-style: inherit
}

.product-detail-container .product-info .pricing .price {
    font-weight: inherit;
    font-style: inherit
}

.login-container .product-detail-container .section-header .subtitle,.product-detail-container .header-ribbon .subtitle,.product-detail-container .login-container .section-header .subtitle {
    display: block
}

.featured-products {
    max-width: 225px;
    margin: 0 auto;
    padding: 10px 35px 15px;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    background: #fff
}

.featured-products h3.ribbon {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background: 0 0;
    box-shadow: none;
    text-align: center
}

@media (min-width: 992px) {
    .featured-products h3.ribbon {
        width:100%
    }
}

@media (min-width: 1200px) {
    .featured-products h3.ribbon {
        width:100%
    }
}

.featured-products h3.ribbon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    border-top: 10px solid #000;
    border-left: 10px solid #fff
}

.featured-products h3.ribbon:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    border-top: 10px solid #000;
    border-right: 10px solid #fff
}

.featured-products .product {
    position: relative;
    display: block;
    overflow: hidden;
    width: auto;
    max-width: 100%;
    min-height: 125px;
    height: auto;
    margin: 0 auto 10px;
    padding: 10px;
    border: 1px solid #3155a6;
    border-radius: 0;
    color: #3155a6;
    text-align: center;
    background-size: cover
}

.featured-products .product .novicon {
    display: block;
    font-size: 2em;
    margin-bottom: 10px
}

.featured-products .product .name {
    font: normal .8em Montserrat,sans-serif;
    line-height: 1.3;
    font-weight: 600;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 15px
}

.featured-products .product .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8)
}

.featured-products .product:hover {
    color: #f58220;
    text-decoration: none
}

.g-product__content--feature .filters select {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0
}

@media (min-width: 768px) {
    .g-product__content--feature .filters select {
        float:right;
        width: 100%;
        max-width: 250px;
        margin: 0 0 15px
    }
}

.g-product__content--feature .filters select .c-time-picker_input-time,.g-product__content--feature .filters select .form-control {
    margin-right: 0
}

#payment-tabs {
    padding-left: 0
}

#payment-tabs>li {
    width: 50%;
    height: 40px
}

#payment-tabs>li>a {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    background: #3155a6;
    margin-right: 0;
    padding: 10px 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: 1px solid #f0f0f0;
    border-bottom: none!important;
    text-align: center
}

@media (min-width: 992px) {
    #payment-tabs>li>a {
        padding:10px 10px
    }
}

#payment-tabs li.active>a {
    background: #fff;
    color: #3155a6
}

#payment-container {
    border-radius: 0;
    border-top-right-radius: none;
    border-top-left-radius: none;
    padding: 25px;
    border: 1px solid #f0f0f0;
    border-top: none
}

.cart-mobile {
    position: relative;
    z-index: 1030;
    display: block;
    width: 100%;
    padding: 5px 15px;
    color: #3155a6;
    background: #f0f0f0
}

@media (min-width: 768px) {
    .cart-mobile {
        display:none
    }
}

.cart-mobile .items-in-cart {
    margin-left: 5px
}

.cart-mobile .view-cart {
    float: right;
    font-weight: 700;
    text-transform: none
}

.cart-mobile:hover {
    text-decoration: none
}

#payment-container .line-after:before,#payment-container .line-before:before {
    background: #fff
}

#payment-container .line-after:after,#payment-container .line-before:after {
    background: #fff
}

#payment-container .tab-pane {
    background: #fff
}

#payment-container .tab-pane label {
    color: #fff
}

#payment-container .tab-pane label a {
    color: #fff;
    text-decoration: none
}

#payment-container .tab-pane label a:hover {
    text-decoration: underline
}

#payment-container .tab-pane .card-icons {
    float: right;
    margin-bottom: 0
}

#payment-container .tab-pane .card-icons img {
    display: inline-block;
    width: 25px
}

#payment-container .tab-pane .btn {
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #fff;
    background: #0091d5
}

#payment-container .tab-pane .btn:active,#payment-container .tab-pane .btn:focus,#payment-container .tab-pane .btn:hover {
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #0091d5;
    background: #fff
}

#payment-container .nav-tabs>li>a {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    background: #3155a6
}

#payment-container .nav-tabs li.active>a {
    background: #fff
}

#payment-container .tab-content a {
    color: #fff;
    text-decoration: none
}

#payment-container .tab-content a:hover {
    text-decoration: underline
}

.payment-container {
    border: 1px solid #f0f0f0;
    border-top: none
}

.payment-container #payment-container {
    border: none
}

.agree-container a {
    color: #fff
}

.checkout-container h3 {
    font: normal 1.5em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 20px;
    text-align: left!important
}

.checkout-container h3 .novicon {
    margin-right: 10px;
    color: #3155a6
}

.checkout-container .registration-options {
    font: normal 1.5em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 600!important;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    text-align: left!important
}

.checkout-container .registration-options .novicon {
    margin-right: 10px;
    color: #3155a6
}

.checkout-container .products th {
    border-bottom: 2px solid #f0f0f0;
    text-align: center
}

.checkout-container .products th.price {
    width: 95px
}

@media (min-width: 992px) {
    .checkout-container .products th.price {
        width:175px
    }
}

.checkout-container .products th.qty,.checkout-container .products th.small-header {
    width: 60px
}

@media (min-width: 992px) {
    .checkout-container .products th.qty,.checkout-container .products th.small-header {
        width:75px
    }
}

.checkout-container .products th.trash {
    width: 30px
}

.checkout-container .products th.qty,.checkout-container .products th.small-header,.checkout-container .products th.trash {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0
}

.checkout-container .products td {
    padding: 15px 8px;
    border-top: none;
    font-weight: 700;
    text-align: center;
    vertical-align: middle
}

.checkout-container .products td:first-child {
    font-weight: 400;
    text-align: left
}

.checkout-container .products td:first-child>strong {
    margin-right: 15px;
    vertical-align: top
}

.checkout-container .products td:first-child .purchasable-by {
    display: block;
    color: #3155a6;
    font-size: .9em;
    line-height: 25px;
    font-style: italic
}

.checkout-container .products td input {
    margin-right: 5px;
    padding: 6px;
    text-align: center
}

.checkout-container .products td input.price,.checkout-container .products td input.quantity {
    width: 60px
}

@media (min-width: 768px) {
    .checkout-container .products td input.price,.checkout-container .products td input.quantity {
        width:75px
    }
}

.checkout-container .products td .input-group {
    margin-left: 25px
}

.checkout-container .products td .input-group .input-group-addon {
    padding: 6px
}

@media (min-width: 768px) {
    .checkout-container .products td .input-group .input-group-addon {
        padding:0
    }
}

.checkout-container .products td em {
    font-weight: 400
}

.checkout-container .products td .remove-from-cart {
    color: #3155a6
}

.checkout-container .products td .view-product {
    display: block;
    margin-left: 0;
    font-style: italic
}

@media (min-width: 768px) {
    .checkout-container .products td .view-product {
        display:inline-block;
        margin-left: 15px
    }
}

.checkout-container .products td .view-product .novicon {
    margin-right: 5px
}

.checkout-container .products td .price-muted {
    display: block;
    color: #ccc;
    font-size: .9em
}

.checkout-container .products tbody>tr:nth-of-type(odd) {
    background: 0 0
}

.checkout-container .products tbody>tr:nth-of-type(even) {
    background: #f0f0f0
}

.checkout-container .products .field-validation-error {
    display: block;
    text-align: right
}

.checkout-container .invalid-cart {
    margin: 0 0 15px;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    background: #3155a6
}

@media (min-width: 768px) {
    .checkout-container .invalid-cart {
        margin:0 15px
    }
}

.checkout-container #deliver-form label {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0
}

.checkout-container .subscriptions .content {
    padding: 10px 15px;
    border: 1px solid #f0f0f0;
    font-size: 1.1em;
    background: #fff
}

.checkout-container .subscriptions .content .table {
    margin-bottom: 0
}

.checkout-container .subscriptions .content .table tr>td {
    border-top: none
}

.checkout-container .subscriptions .content .table tr>td:last-child {
    text-align: right;
    font-weight: 700
}

.checkout-container .table.purchase-amounts {
    margin: 10px 10px 0 auto;
    font-size: 1.1em
}

.checkout-container .table.purchase-amounts td {
    padding: 0 0 10px;
    border-top: none;
    text-align: right
}

.checkout-container .table.purchase-amounts td:last-child {
    width: 150px;
    padding-left: 10px
}

.checkout-container .table.purchase-amounts .total-row td {
    padding-top: 10px;
    border-top: 1px solid #3155a6;
    vertical-align: middle
}

.checkout-container .table.purchase-amounts .total {
    font-size: 1.5em;
    font-weight: 800
}

.checkout-container .success>.well h3 {
    color: #fff
}

#delivery-options {
    margin-left: 5px
}

#delivery-options label {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0
}

#delivery-options label small {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    margin-bottom: 20px;
    padding-left: 15px
}

.summary h3 {
    margin: 0!important;
    color: #3155a6;
    background: #fff;
    font-weight: 600;
    font-size: 1.5em;
    box-shadow: none
}

.summary .content {
    background: #f8f8f8;
    padding: 10px 15px;
    border: 1px solid #f0f0f0;
    border-top: none
}

.contact-us-container .box .offset-with-icon .icon {
    color: #fff;
    background: #3155a6
}

.contact-us-container .box h2 {
    font: normal 2.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

.contact-us-container .box h3 {
    font: normal 1.9em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

.contact-us-container .box h4 {
    font: 700 1.7em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

.contact-us-container .box h5 {
    font: normal 1.5em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

.contact-us-container .box h6 {
    font: normal 1.3em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

a.masked-toggle.on {
    color: #3155a6
}

.g-contact-us__content--side-by-side {
    width: 100%;
    float: right
}

@media (min-width: 768px) {
    .g-contact-us__content--side-by-side {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-contact-us__content--side-by-side {
        width:50%
    }
}

.g-contact-us__content--side-by-side .alert {
    margin: 25px auto 400px
}

@media (min-width: 992px) {
    .g-contact-us__content--side-by-side .alert {
        margin:50px auto 525px
    }
}

.g-contact-us__content--side-by-side .well {
    border: 1px solid #f0f0f0;
    padding: 30px 40px 10px
}

.g-contact-us__sidebar--side-by-side {
    width: 100%
}

@media (min-width: 768px) {
    .g-contact-us__sidebar--side-by-side {
        width:100%
    }
}

@media (min-width: 992px) {
    .g-contact-us__sidebar--side-by-side {
        width:50%
    }
}

.c-contact-us h2.subtitle {
    margin-top: 0
}

.c-contact-us h2.subtitle::before {
    display: none
}

.c-contact-us__h3 {
    margin: 0 auto 10px;
    text-align: center
}

.c-contact-us .novicon-phone {
    color: #3155a6;
    font-size: 1.7em
}

@media (min-width: 768px) {
    .c-contact-us .novicon-phone {
        font-size:1.5em
    }
}

.c-contact-us .offset {
    font: normal 1.6em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 400;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0
}

.c-contact-us__social {
    color: #3155a6;
    font-size: 1.7em
}

.c-contact-us__social:hover {
    color: #3155a6;
    text-decoration: none
}

.c-contact-us__phone {
    margin-bottom: 20px
}

.c-contact-us__sidebar {
    margin: 0 0 60px;
    text-align: center
}

@media (min-width: 992px) {
    .c-contact-us__sidebar {
        margin:0 0 30px
    }
}

.c-contact-us__sidebar h1 {
    color: #3155a6;
    font-size: 3em;
    margin-top: 0;
    margin-bottom: 0
}

.c-contact-us__sidebar .subtitle {
    color: #3155a6;
    margin-bottom: 25px
}

.c-contact-us__sidebar .c-contact-us__phone {
    margin-top: 30px
}

.c-contact-us__sidebar p {
    max-width: 400px;
    margin: 0 auto
}

.search-container .search-results .search-result {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0
}

.search-container .search-results .search-result:hover {
    background: #f0f0f0
}

.search-container .search-results .search-result .novicon {
    color: #3155a6
}

.search-container .search-results .search-result .info .name {
    font: normal 1.3em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0
}

.search-container .search-results .search-result .info .summary {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0;
    margin: 0
}

.search-container .search-results .search-result .info .link {
    font: normal .9em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0
}

.register-container .step-1 .widget {
    margin-bottom: 20px;
    background: #3155a6
}

.register-container .step-1 .widget h5 {
    font: normal 1.5em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    background: 0 0;
    border-bottom: 1px solid #fff
}

.register-container .step-1 .widget .content {
    padding: 20px;
    background: #3155a6
}

.register-container .step-1 .widget .content p {
    font: normal 1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    letter-spacing: 0
}

.register-container .step-1 .widget .btn {
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #fff;
    background: #0091d5
}

.register-container .step-1 .widget .btn:active,.register-container .step-1 .widget .btn:focus,.register-container .step-1 .widget .btn:hover {
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #0091d5;
    background: #fff
}

.register-container .steps-with-navigation .step-2 h4 {
    font: 700 1.3em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #3155a6;
    text-transform: none;
    letter-spacing: 0
}

.register-container .steps-with-navigation .step-2 .login-container .or {
    display: none
}

.register-container .steps-with-navigation .step-2 .login-container .checkbox {
    background: #3155a6
}

.register-container .steps-with-navigation .step-2 .login-container .checkbox label {
    color: #fff!important
}

.register-container .steps-with-navigation .step-nav {
    color: #fff
}

.register-container .steps-with-navigation .step-nav:before {
    color: #fff
}

.register-container .steps-with-navigation .step-nav .number {
    color: #3155a6;
    background: #fff;
    border-color: #3155a6
}

.register-container .steps-with-navigation .step-nav.active .number {
    color: #fff;
    background: #3155a6
}

.register-container .member-type h2 {
    font: normal 2.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

.register-container .member-type h3 {
    font: normal 1.9em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

.register-container .member-type h4 {
    font: 700 1.7em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

.register-container .member-type h5 {
    font: normal 1.5em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

.register-container .member-type h6 {
    font: normal 1.3em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

.forgot-password {
    color: #f0f0f0;
    text-decoration: none
}

.forgot-password:hover {
    color: #eb0202;
    text-decoration: none
}

body {
    overscroll-behavior: none
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-top: 5px;
    margin-bottom: 5px
}

.body-content li,.body-content ol,.body-content ul {
    margin-bottom: 10px
}

.well blockquote {
    margin: 25px 0
}

blockquote {
    padding: 0 0 0 25px
}

#events .event strong,.events .event strong {
    max-width: none;
    line-height: 1.3
}

@media (min-width: 768px) {
    #events .event strong,.events .event strong {
        max-width:450px
    }
}

@media (min-width: 992px) {
    #events .event strong,.events .event strong {
        max-width:500px
    }
}

@media (min-width: 1200px) {
    #events .event strong,.events .event strong {
        max-width:900px
    }
}

.dropdown-menu>li>a {
    padding: 10px 20px;
    outline: 0
}

#payment-tabs>li {
    width: 50%;
    height: 40px
}

#payment-tabs>li:empty {
    width: 50%;
    height: 40px;
    border-bottom: 1px solid #f0f0f0
}

#payment-tabs li.active>a,#payment-tabs>li>a:focus,#payment-tabs>li>a:hover {
    background: #3155a6;
    margin-right: 0;
    padding: 10px 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: 1px solid #f0f0f0;
    border-bottom: none!important;
    text-align: center
}

@media (min-width: 992px) {
    #payment-tabs li.active>a,#payment-tabs>li>a:focus,#payment-tabs>li>a:hover {
        padding:10px 10px
    }
}

.login-or-guest .nav-tabs>li>a:focus,.login-or-guest .nav-tabs>li>a:hover {
    color: #fff;
    border: 1px solid #f0f0f0;
    border-bottom: none!important
}

.login-or-guest .nav-tabs li.active>a:focus,.login-or-guest .nav-tabs li.active>a:hover {
    color: #3155a6
}

.js-member-compass-company__save-btn--scroll,.js-member-compass-profile__save-btn--scroll {
    top: 20px
}

@media (min-width: 992px) {
    .js-member-compass-company__save-btn--scroll,.js-member-compass-profile__save-btn--scroll {
        top:175px
    }
}

.btn-tertiary {
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #fff;
    background: #0091d5
}

.btn-tertiary:active,.btn-tertiary:active:focus,.btn-tertiary:focus,.btn-tertiary:hover {
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #0091d5;
    background: #fff
}

.member-compass-container .c-member-compass-header:before {
    display: none
}

.g-events__content {
    padding-right: 0;
    padding-left: 0
}

.g-events__content .line-after {
    display: none
}

#payment-tabs>li:empty {
    width: 50%;
    height: 40px;
    border-bottom: 1px solid #f0f0f0
}

.member-compass-container .c-member-compass-header {
    padding-bottom: 0
}

.member-compass-container .c-member-compass-header h1 {
    font: normal 2.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0
}

.member-compass-container .c-member-compass-nav {
    background: #f8f8f8
}

.product:nth-child(even) {
    background-color: #f8f8f8
}

.navbar-nav>li>.dropdown-menu li,.navbar-nav>li>.dropdown-menu li li {
    margin-bottom: 0
}

.c-article-list .filters select.c-time-picker_input-time,.c-article-list .filters select.form-control,.directory .filters select.c-time-picker_input-time,.directory .filters select.form-control,.product-list-container .filters select.c-time-picker_input-time,.product-list-container .filters select.form-control {
    max-width: 1170px;
    width: 100%;
    margin: 15px 0
}

@media (min-width: 992px) {
    .c-article-list .filters select.c-time-picker_input-time,.c-article-list .filters select.form-control,.directory .filters select.c-time-picker_input-time,.directory .filters select.form-control,.product-list-container .filters select.c-time-picker_input-time,.product-list-container .filters select.form-control {
        margin:0
    }
}

.c-article-list__category-dropdown {
    margin: 15px 0!important
}

@media (min-width: 992px) {
    .c-article-list__category-dropdown {
        margin:0!important
    }
}

.with-tab .filters .quick-search {
    width: 100%
}

@media (min-width: 992px) {
    .with-tab .filters .quick-search {
        width:90%
    }
}

@media (min-width: 1200px) {
    .with-tab .filters .quick-search {
        width:80%
    }
}

.triple-region .with-tab .filters .quick-search .col-xs-12.col-sm-12.triple-region-center,.triple-region .with-tab .filters .quick-search .col-xs-12.col-sm-12.triple-region-left,.triple-region .with-tab .filters .quick-search .col-xs-12.col-sm-12.triple-region-right,.with-tab .filters .quick-search .col-xs-12.col-sm-12.col-md-4,.with-tab .filters .quick-search .triple-region .col-xs-12.col-sm-12.triple-region-center,.with-tab .filters .quick-search .triple-region .col-xs-12.col-sm-12.triple-region-left,.with-tab .filters .quick-search .triple-region .col-xs-12.col-sm-12.triple-region-right {
    width: 100%
}

@media (min-width: 768px) {
    .triple-region .with-tab .filters .quick-search .col-xs-12.col-sm-12.triple-region-center,.triple-region .with-tab .filters .quick-search .col-xs-12.col-sm-12.triple-region-left,.triple-region .with-tab .filters .quick-search .col-xs-12.col-sm-12.triple-region-right,.with-tab .filters .quick-search .col-xs-12.col-sm-12.col-md-4,.with-tab .filters .quick-search .triple-region .col-xs-12.col-sm-12.triple-region-center,.with-tab .filters .quick-search .triple-region .col-xs-12.col-sm-12.triple-region-left,.with-tab .filters .quick-search .triple-region .col-xs-12.col-sm-12.triple-region-right {
        width:100%
    }
}

@media (min-width: 992px) {
    .triple-region .with-tab .filters .quick-search .col-xs-12.col-sm-12.triple-region-center,.triple-region .with-tab .filters .quick-search .col-xs-12.col-sm-12.triple-region-left,.triple-region .with-tab .filters .quick-search .col-xs-12.col-sm-12.triple-region-right,.with-tab .filters .quick-search .col-xs-12.col-sm-12.col-md-4,.with-tab .filters .quick-search .triple-region .col-xs-12.col-sm-12.triple-region-center,.with-tab .filters .quick-search .triple-region .col-xs-12.col-sm-12.triple-region-left,.with-tab .filters .quick-search .triple-region .col-xs-12.col-sm-12.triple-region-right {
        width:25%
    }
}

.triple-region .with-tab .filters .quick-search .col-xs-12.col-sm-6.triple-region-center,.triple-region .with-tab .filters .quick-search .col-xs-12.col-sm-6.triple-region-left,.triple-region .with-tab .filters .quick-search .col-xs-12.col-sm-6.triple-region-right,.with-tab .filters .quick-search .col-xs-12.col-sm-6.col-md-4,.with-tab .filters .quick-search .triple-region .col-xs-12.col-sm-6.triple-region-center,.with-tab .filters .quick-search .triple-region .col-xs-12.col-sm-6.triple-region-left,.with-tab .filters .quick-search .triple-region .col-xs-12.col-sm-6.triple-region-right {
    width: 100%
}

@media (min-width: 768px) {
    .triple-region .with-tab .filters .quick-search .col-xs-12.col-sm-6.triple-region-center,.triple-region .with-tab .filters .quick-search .col-xs-12.col-sm-6.triple-region-left,.triple-region .with-tab .filters .quick-search .col-xs-12.col-sm-6.triple-region-right,.with-tab .filters .quick-search .col-xs-12.col-sm-6.col-md-4,.with-tab .filters .quick-search .triple-region .col-xs-12.col-sm-6.triple-region-center,.with-tab .filters .quick-search .triple-region .col-xs-12.col-sm-6.triple-region-left,.with-tab .filters .quick-search .triple-region .col-xs-12.col-sm-6.triple-region-right {
        width:50%
    }
}

@media (min-width: 992px) {
    .triple-region .with-tab .filters .quick-search .col-xs-12.col-sm-6.triple-region-center,.triple-region .with-tab .filters .quick-search .col-xs-12.col-sm-6.triple-region-left,.triple-region .with-tab .filters .quick-search .col-xs-12.col-sm-6.triple-region-right,.with-tab .filters .quick-search .col-xs-12.col-sm-6.col-md-4,.with-tab .filters .quick-search .triple-region .col-xs-12.col-sm-6.triple-region-center,.with-tab .filters .quick-search .triple-region .col-xs-12.col-sm-6.triple-region-left,.with-tab .filters .quick-search .triple-region .col-xs-12.col-sm-6.triple-region-right {
        width:37.5%
    }
}

.event-list-container .filters h3 {
    display: none;
    margin: 5px 0 0;
    font-size: 1em;
    color: #3155a6!important;
    text-transform: none
}

@media (min-width: 992px) {
    .event-list-container .filters h3 {
        display:block;
        margin: 8px 0 0;
        font-size: .9em
    }
}

@media (min-width: 1200px) {
    .event-list-container .filters h3 {
        margin:6px 0 0;
        font-size: 1em
    }
}

.filters .quick-search h3 {
    display: none;
    margin: 5px 0 0;
    font-size: 1em;
    color: #3155a6!important;
    text-transform: none
}

@media (min-width: 768px) {
    .filters .quick-search h3 {
        display:block;
        margin: 6px 0 0;
        font-size: 1em
    }
}

.with-tab .filters .search {
    width: 100%
}

.with-tab .filters .quick-search {
    background: 0 0
}

.login-or-guest .nav-tabs {
    margin-bottom: 0
}

label {
    margin-bottom: 5px
}

.date-time-picker .filters select.field-input,.filters .date-time-picker select.field-input,.filters select.c-time-picker_input-time,.filters select.form-control {
    font-weight: 500;
    color: #3155a6;
    text-transform: lowercase
}

.quick-search {
    padding: 0
}

.with-tab .jump-to select {
    background-color: #fff;
    font-weight: 500;
    border-radius: 3px;
    border: 1px solid #f0f0f0;
    color: #3155a6;
    text-transform: none
}

.with-tab .jump-to strong {
    text-transform: none;
    color: #3155a6;
    font-size: 1em
}

.fc-toolbar .fc-center {
    margin: 20px auto 0
}

@media (min-width: 768px) {
    .fc-toolbar .fc-center {
        margin:0 auto
    }
}

.jump-to select {
    font-weight: 400;
    text-transform: none
}

.with-tab .jump-to select {
    border-radius: 3px;
    border: none
}

.with-tab .jump-to strong {
    text-transform: none
}

.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover {
    background-color: #3155a6!important;
    font-weight: 500;
    text-transform: none;
    border-radius: 3px
}

.fc-state-default {
    background-color: #f8f8f8;
    font-weight: 500!important;
    text-transform: none;
    border-radius: 3px
}

.slick-dots {
    bottom: 10px
}

@media (min-width: 992px) {
    .slick-dots {
        bottom:30px
    }
}

.navbar-nav a.has-submenu:before {
    content: '+'
}

@media (min-width: 992px) {
    .navbar-nav a.has-submenu:before {
        content:none
    }
}

.navbar-nav a.has-submenu.highlighted:before {
    content: '-'
}

@media (min-width: 992px) {
    .navbar-nav a.has-submenu.highlighted:before {
        content:none
    }
}

.navbar-nav a:not(.has-submenu) {
    padding-left: 23px
}

@media (min-width: 992px) {
    .navbar-nav a:not(.has-submenu) {
        padding-left:15px
    }
}

.navbar-nav .open .dropdown-menu>li>a:not(.has-submenu) {
    padding-left: 44px
}

@media (min-width: 992px) {
    .navbar-nav .open .dropdown-menu>li>a:not(.has-submenu) {
        padding-left:20px
    }
}

@media only screen and (min-width: 992px) {
    span.caret.c-nav-navigation__caret-mobile {
        display:none
    }
}

@media only screen and (max-width: 991px) {
    span.caret.c-nav-navigation__caret-mobile {
        display:none
    }
}

.navbar-nav>li>.dropdown-menu .dropdown-menu.level-10,.navbar-nav>li>.dropdown-menu .dropdown-menu.level-3,.navbar-nav>li>.dropdown-menu .dropdown-menu.level-4,.navbar-nav>li>.dropdown-menu .dropdown-menu.level-5,.navbar-nav>li>.dropdown-menu .dropdown-menu.level-6,.navbar-nav>li>.dropdown-menu .dropdown-menu.level-7,.navbar-nav>li>.dropdown-menu .dropdown-menu.level-8,.navbar-nav>li>.dropdown-menu .dropdown-menu.level-9 {
    padding-left: 20px
}

@media (min-width: 992px) {
    .navbar-nav>li>.dropdown-menu .dropdown-menu.level-10,.navbar-nav>li>.dropdown-menu .dropdown-menu.level-3,.navbar-nav>li>.dropdown-menu .dropdown-menu.level-4,.navbar-nav>li>.dropdown-menu .dropdown-menu.level-5,.navbar-nav>li>.dropdown-menu .dropdown-menu.level-6,.navbar-nav>li>.dropdown-menu .dropdown-menu.level-7,.navbar-nav>li>.dropdown-menu .dropdown-menu.level-8,.navbar-nav>li>.dropdown-menu .dropdown-menu.level-9 {
        padding-left:0
    }
}

.navbar-nav>li>a {
    margin-bottom: 0
}

.navbar-nav>li>.dropdown-menu>li>a {
    padding-left: 20px
}

.c-nav-navigation__ul--mobile {
    padding: 0!important
}

.c-directory-profile__contact-wrapper #contacts,.c-directory-profile__contact-wrapper #members,.c-directory-profile__related-member-wrapper #contacts,.c-directory-profile__related-member-wrapper #members {
    max-height: 325px;
    overflow-y: auto
}

.c-directory-profile__name {
    text-transform: none
}

.c-directory-profile__social-icon {
    height: 38px;
    width: 38px;
    font-family: Novi
}

.c-directory-profile__social-icon .novicon {
    top: 0;
    line-height: 16px
}

.c-directory-profile__social-icon .novicon-envelope {
    font-size: .9em
}

.directory-mini-image {
    width: 80px;
    max-width: 80px;
    height: 80px;
    border: none;
    border-radius: 0
}

@media (min-width: 992px) {
    .directory-mini-image {
        width:110px;
        max-width: 110px;
        height: 110px
    }
}

.purchaser {
    margin: 20px 0 0
}

.purchaser .btn {
    width: 100%;
    margin: 10px auto 5px
}

@media (min-width: 992px) {
    .purchaser .btn {
        width:auto;
        margin: 0 auto 5px
    }
}

a.masked-toggle.on {
    float: right
}

a.masked-toggle {
    float: right
}

.login-or-guest .tab-pane label a {
    margin-left: 3px
}

.c-article-list .filters-container .btn,.directory .filters-container .btn,.product-list-container .filters-container .btn {
    font-weight: 500;
    color: #3155a6!important;
    text-transform: lowercase;
    background: #fff;
    border: 1px solid #f0f0f0
}

.member-compass-container #dashboard .alert-area .alert-icon {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.member-compass-container #dashboard .alert-area .alert-text {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.member-compass-container #dashboard .blog-category .category-name {
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: none;
    border-left: 1px solid #f0f0f0;
    background: 0 0
}

.member-compass-container #dashboard .blog-category .category-name h5 {
    font: 700 1.7em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    max-width: 100%;
    padding: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #3155a6;
    color: #3155a6;
    text-transform: none
}

.member-compass-container #dashboard .blog-category .novicon {
    display: none
}

.member-compass-container #dashboard .blog-category .content a {
    margin-bottom: 0;
    padding: 5px 10px 10px 10px;
    border-bottom: 0
}

.member-compass-container #dashboard .blog-category .content a:nth-child(odd) {
    background: 0 0
}

.member-compass-container #dashboard .blog-category .content a:nth-child(even) {
    background: #f8f8f8
}

.member-compass-container #dashboard .blog-category .content a:hover {
    background: #f0f0f0
}

.member-compass-container #dashboard .blog-category .content a .title {
    font: normal 1.3em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    width: 100%
}

.member-compass-container #dashboard .dashboard-block {
    margin-bottom: 30px
}

.member-compass-container #dashboard .dashboard-block .btn {
    border-color: #e9c46a;
    border: 1px solid #e9c46a;
    color: #fff;
    background: #e9c46a;
    border-radius: 0
}

.member-compass-container #dashboard .dashboard-block .btn:active,.member-compass-container #dashboard .dashboard-block .btn:active:focus,.member-compass-container #dashboard .dashboard-block .btn:focus,.member-compass-container #dashboard .dashboard-block .btn:hover {
    border-color: #e9c46a;
    border: 1px solid #e9c46a;
    color: #e9c46a;
    background: #fff
}

.member-compass-container #dashboard .membership-info .date-container.two-rows {
    border-radius: 3px
}

.member-compass-container #dashboard .membership-info .date-container>div {
    font-style: normal;
    font-weight: 600;
    text-transform: none;
    line-height: 1.3
}

.member-compass-container #dashboard .membership-info .date-container a {
    background: #f0f0f0;
    color: #3155a6;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.member-compass-container #dashboard .membership-info .date-container a:hover {
    color: #3155a6;
    text-decoration: underline
}

.member-compass-container #dashboard .membership-info .date-container strong {
    font-weight: 500;
    text-transform: none
}

.member-compass-container #dashboard .membership-info .date-container .dues-payer,.member-compass-container #dashboard .membership-info .date-container .member-date {
    font-style: normal;
    font-size: 1em;
    font-weight: 600;
    text-transform: none
}

.member-compass-container #dashboard .membership-info .member-since .for-border {
    width: 100px;
    height: 100px
}

.member-compass-container #dashboard .membership-info .member-since .for-border strong {
    font-weight: 500;
    font-size: 1em
}

.member-compass-container .c-member-compass-nav {
    border-radius: 3px
}

.member-compass-container .c-member-compass-nav__item.active:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.member-compass-container .c-member-compass-well {
    padding: 15px 15px
}

.c-article-list__filters {
    margin: 15px 10px 25px 10px;
    border-bottom: none
}

@media (min-width: 768px) {
    .c-article-list__filters {
        margin:15px 0 25px 0
    }
}

.c-article-list__filters .row {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .c-article-list__filters .row {
        margin-right:-7px;
        margin-left: -7px
    }
}

.directory .row,.g-product__content--feature .row {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .directory .row,.g-product__content--feature .row {
        margin-right:-7px;
        margin-left: -7px
    }
}

.g-product__content--feature .filters .col-xs-12.col-sm-4.quick-search {
    width: 100%
}

@media (min-width: 768px) {
    .g-product__content--feature .filters .col-xs-12.col-sm-4.quick-search {
        width:25%
    }
}

.g-product__content--feature .filters .col-xs-12.col-sm-8 {
    width: 100%
}

@media (min-width: 768px) {
    .g-product__content--feature .filters .col-xs-12.col-sm-8 {
        width:75%
    }
}

.c-article-list__category-description {
    padding: 10px 15px;
    width: 100%!important
}

@media (min-width: 768px) {
    .c-article-list__category-description {
        padding:10px 0
    }
}

.c-article-list .quick-search,.directory .quick-search,.product-list-container .quick-search {
    padding: 0
}

.members {
    margin: 0 -15px 30px
}

.members li {
    display: inline
}

.featured-member-spotlight__member-badge .c-member-badge {
    outline: 1px solid #3155a6
}

.featured-member-spotlight__member-badge .member:hover {
    width: 200px
}

.directory-list-container .c-member-badge__image img,.t-full-width .c-member-badge__image img,.t-header-photo .c-member-badge__image img,.t-two-column .c-member-badge__image img {
    width: 65%
}

@media (min-width: 768px) {
    .directory-list-container .c-member-badge__image img,.t-full-width .c-member-badge__image img,.t-header-photo .c-member-badge__image img,.t-two-column .c-member-badge__image img {
        width:100%
    }
}

.directory-list-container .members .col-sm-6.col-md-4.col-lg-3,.directory-list-container .members .triple-region .col-sm-6.col-lg-3.triple-region-center,.directory-list-container .members .triple-region .col-sm-6.col-lg-3.triple-region-left,.directory-list-container .members .triple-region .col-sm-6.col-lg-3.triple-region-right,.t-full-width .members .col-sm-6.col-md-4.col-lg-3,.t-full-width .members .triple-region .col-sm-6.col-lg-3.triple-region-center,.t-full-width .members .triple-region .col-sm-6.col-lg-3.triple-region-left,.t-full-width .members .triple-region .col-sm-6.col-lg-3.triple-region-right,.t-header-photo .members .col-sm-6.col-md-4.col-lg-3,.t-header-photo .members .triple-region .col-sm-6.col-lg-3.triple-region-center,.t-header-photo .members .triple-region .col-sm-6.col-lg-3.triple-region-left,.t-header-photo .members .triple-region .col-sm-6.col-lg-3.triple-region-right,.t-two-column .members .col-sm-6.col-md-4.col-lg-3,.t-two-column .members .triple-region .col-sm-6.col-lg-3.triple-region-center,.t-two-column .members .triple-region .col-sm-6.col-lg-3.triple-region-left,.t-two-column .members .triple-region .col-sm-6.col-lg-3.triple-region-right,.triple-region .directory-list-container .members .col-sm-6.col-lg-3.triple-region-center,.triple-region .directory-list-container .members .col-sm-6.col-lg-3.triple-region-left,.triple-region .directory-list-container .members .col-sm-6.col-lg-3.triple-region-right,.triple-region .t-full-width .members .col-sm-6.col-lg-3.triple-region-center,.triple-region .t-full-width .members .col-sm-6.col-lg-3.triple-region-left,.triple-region .t-full-width .members .col-sm-6.col-lg-3.triple-region-right,.triple-region .t-header-photo .members .col-sm-6.col-lg-3.triple-region-center,.triple-region .t-header-photo .members .col-sm-6.col-lg-3.triple-region-left,.triple-region .t-header-photo .members .col-sm-6.col-lg-3.triple-region-right,.triple-region .t-two-column .members .col-sm-6.col-lg-3.triple-region-center,.triple-region .t-two-column .members .col-sm-6.col-lg-3.triple-region-left,.triple-region .t-two-column .members .col-sm-6.col-lg-3.triple-region-right {
    width: 100%
}

@media (min-width: 768px) {
    .directory-list-container .members .col-sm-6.col-md-4.col-lg-3,.directory-list-container .members .triple-region .col-sm-6.col-lg-3.triple-region-center,.directory-list-container .members .triple-region .col-sm-6.col-lg-3.triple-region-left,.directory-list-container .members .triple-region .col-sm-6.col-lg-3.triple-region-right,.t-full-width .members .col-sm-6.col-md-4.col-lg-3,.t-full-width .members .triple-region .col-sm-6.col-lg-3.triple-region-center,.t-full-width .members .triple-region .col-sm-6.col-lg-3.triple-region-left,.t-full-width .members .triple-region .col-sm-6.col-lg-3.triple-region-right,.t-header-photo .members .col-sm-6.col-md-4.col-lg-3,.t-header-photo .members .triple-region .col-sm-6.col-lg-3.triple-region-center,.t-header-photo .members .triple-region .col-sm-6.col-lg-3.triple-region-left,.t-header-photo .members .triple-region .col-sm-6.col-lg-3.triple-region-right,.t-two-column .members .col-sm-6.col-md-4.col-lg-3,.t-two-column .members .triple-region .col-sm-6.col-lg-3.triple-region-center,.t-two-column .members .triple-region .col-sm-6.col-lg-3.triple-region-left,.t-two-column .members .triple-region .col-sm-6.col-lg-3.triple-region-right,.triple-region .directory-list-container .members .col-sm-6.col-lg-3.triple-region-center,.triple-region .directory-list-container .members .col-sm-6.col-lg-3.triple-region-left,.triple-region .directory-list-container .members .col-sm-6.col-lg-3.triple-region-right,.triple-region .t-full-width .members .col-sm-6.col-lg-3.triple-region-center,.triple-region .t-full-width .members .col-sm-6.col-lg-3.triple-region-left,.triple-region .t-full-width .members .col-sm-6.col-lg-3.triple-region-right,.triple-region .t-header-photo .members .col-sm-6.col-lg-3.triple-region-center,.triple-region .t-header-photo .members .col-sm-6.col-lg-3.triple-region-left,.triple-region .t-header-photo .members .col-sm-6.col-lg-3.triple-region-right,.triple-region .t-two-column .members .col-sm-6.col-lg-3.triple-region-center,.triple-region .t-two-column .members .col-sm-6.col-lg-3.triple-region-left,.triple-region .t-two-column .members .col-sm-6.col-lg-3.triple-region-right {
        width:33.33%
    }
}

@media (min-width: 992px) {
    .directory-list-container .members .col-sm-6.col-md-4.col-lg-3,.directory-list-container .members .triple-region .col-sm-6.col-lg-3.triple-region-center,.directory-list-container .members .triple-region .col-sm-6.col-lg-3.triple-region-left,.directory-list-container .members .triple-region .col-sm-6.col-lg-3.triple-region-right,.t-full-width .members .col-sm-6.col-md-4.col-lg-3,.t-full-width .members .triple-region .col-sm-6.col-lg-3.triple-region-center,.t-full-width .members .triple-region .col-sm-6.col-lg-3.triple-region-left,.t-full-width .members .triple-region .col-sm-6.col-lg-3.triple-region-right,.t-header-photo .members .col-sm-6.col-md-4.col-lg-3,.t-header-photo .members .triple-region .col-sm-6.col-lg-3.triple-region-center,.t-header-photo .members .triple-region .col-sm-6.col-lg-3.triple-region-left,.t-header-photo .members .triple-region .col-sm-6.col-lg-3.triple-region-right,.t-two-column .members .col-sm-6.col-md-4.col-lg-3,.t-two-column .members .triple-region .col-sm-6.col-lg-3.triple-region-center,.t-two-column .members .triple-region .col-sm-6.col-lg-3.triple-region-left,.t-two-column .members .triple-region .col-sm-6.col-lg-3.triple-region-right,.triple-region .directory-list-container .members .col-sm-6.col-lg-3.triple-region-center,.triple-region .directory-list-container .members .col-sm-6.col-lg-3.triple-region-left,.triple-region .directory-list-container .members .col-sm-6.col-lg-3.triple-region-right,.triple-region .t-full-width .members .col-sm-6.col-lg-3.triple-region-center,.triple-region .t-full-width .members .col-sm-6.col-lg-3.triple-region-left,.triple-region .t-full-width .members .col-sm-6.col-lg-3.triple-region-right,.triple-region .t-header-photo .members .col-sm-6.col-lg-3.triple-region-center,.triple-region .t-header-photo .members .col-sm-6.col-lg-3.triple-region-left,.triple-region .t-header-photo .members .col-sm-6.col-lg-3.triple-region-right,.triple-region .t-two-column .members .col-sm-6.col-lg-3.triple-region-center,.triple-region .t-two-column .members .col-sm-6.col-lg-3.triple-region-left,.triple-region .t-two-column .members .col-sm-6.col-lg-3.triple-region-right {
        width:25%
    }
}

@media (min-width: 1200px) {
    .directory-list-container .members .col-sm-6.col-md-4.col-lg-3,.directory-list-container .members .triple-region .col-sm-6.col-lg-3.triple-region-center,.directory-list-container .members .triple-region .col-sm-6.col-lg-3.triple-region-left,.directory-list-container .members .triple-region .col-sm-6.col-lg-3.triple-region-right,.t-full-width .members .col-sm-6.col-md-4.col-lg-3,.t-full-width .members .triple-region .col-sm-6.col-lg-3.triple-region-center,.t-full-width .members .triple-region .col-sm-6.col-lg-3.triple-region-left,.t-full-width .members .triple-region .col-sm-6.col-lg-3.triple-region-right,.t-header-photo .members .col-sm-6.col-md-4.col-lg-3,.t-header-photo .members .triple-region .col-sm-6.col-lg-3.triple-region-center,.t-header-photo .members .triple-region .col-sm-6.col-lg-3.triple-region-left,.t-header-photo .members .triple-region .col-sm-6.col-lg-3.triple-region-right,.t-two-column .members .col-sm-6.col-md-4.col-lg-3,.t-two-column .members .triple-region .col-sm-6.col-lg-3.triple-region-center,.t-two-column .members .triple-region .col-sm-6.col-lg-3.triple-region-left,.t-two-column .members .triple-region .col-sm-6.col-lg-3.triple-region-right,.triple-region .directory-list-container .members .col-sm-6.col-lg-3.triple-region-center,.triple-region .directory-list-container .members .col-sm-6.col-lg-3.triple-region-left,.triple-region .directory-list-container .members .col-sm-6.col-lg-3.triple-region-right,.triple-region .t-full-width .members .col-sm-6.col-lg-3.triple-region-center,.triple-region .t-full-width .members .col-sm-6.col-lg-3.triple-region-left,.triple-region .t-full-width .members .col-sm-6.col-lg-3.triple-region-right,.triple-region .t-header-photo .members .col-sm-6.col-lg-3.triple-region-center,.triple-region .t-header-photo .members .col-sm-6.col-lg-3.triple-region-left,.triple-region .t-header-photo .members .col-sm-6.col-lg-3.triple-region-right,.triple-region .t-two-column .members .col-sm-6.col-lg-3.triple-region-center,.triple-region .t-two-column .members .col-sm-6.col-lg-3.triple-region-left,.triple-region .t-two-column .members .col-sm-6.col-lg-3.triple-region-right {
        width:20%
    }
}

.product-detail-container .back-btn {
    margin: 0 0 25px 0
}

.checkout-container .registration {
    padding: 15px 0
}

.checkout-container .registration .right-col {
    padding-right: 15px
}

@media (min-width: 768px) {
    .checkout-container .registration .right-col {
        padding-right:0
    }
}

.level-10>li:hover,.level-2>li:hover,.level-3>li:hover,.level-4>li:hover,.level-5>li:hover,.level-6>li:hover,.level-7>li:hover,.level-8>li:hover,.level-9>li:hover {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
}

.level-10>li>a:hover,.level-2>li>a:hover,.level-3>li>a:hover,.level-4>li>a:hover,.level-5>li>a:hover,.level-6>li>a:hover,.level-7>li>a:hover,.level-8>li>a:hover,.level-9>li>a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #3155a6;
    text-decoration-color: #3155a6;
    color: #3155a6
}

@media (min-width: 992px) {
    .level-10>li>a:hover,.level-2>li>a:hover,.level-3>li>a:hover,.level-4>li>a:hover,.level-5>li>a:hover,.level-6>li>a:hover,.level-7>li>a:hover,.level-8>li>a:hover,.level-9>li>a:hover {
        text-decoration:underline;
        -webkit-text-decoration-color: #fff;
        text-decoration-color: #fff;
        color: #fff
    }
}

.c-alert-one-time {
    border-radius: 3px
}

.modal-content .modal-header {
    background: #3155a6;
    margin: 0;
    box-shadow: none
}

.modal-content .modal-header:before {
    display: none
}

.modal-content .modal-header .modal-title {
    font: normal 2.1em Montserrat,sans-serif;
    line-height: 1.42857;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    border-bottom: none
}

.c-directory-profile__back-btn {
    color: #3155a6
}

.c-directory-profile__back-btn:hover {
    color: #3155a6
}

.member-compass-container #events .no-upcoming-events {
    font-weight: 500
}

.member-compass-container #dashboard .welcome h3 {
    color: #3155a6
}

.member-compass-container .form-actions .btn {
    padding: 10px
}

.in-modal .well,.in-modal .well-alt,.modal-body .well {
    padding: 20px
}

.g-default-photo__content .member,.g-default__content .member {
    height: 300px
}

@media (min-width: 768px) {
    .g-default-photo__content .member,.g-default__content .member {
        height:325px
    }
}

.g-default-photo__content .c-member-badge__overlay,.g-default__content .c-member-badge__overlay {
    height: 45%
}

.c-member-badge:hover .c-member-badge__overlay {
    height: 85%
}

.c-member-badge:focus .c-member-badge__overlay {
    height: 85%!important
}

.c-member-badge__overlay:focus-within {
    height: 85%!important
}

.members .slick-arrow {
    color: #3155a6!important
}

.c-nav-utility__custom-link {
    font: normal 1.3em Montserrat,sans-serif;
    font-weight: 500;
    line-height: 1.42857;
    color: #000;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    padding: 10px 10px 10px 0;
    position: relative;
    display: block
}

@media (min-width: 992px) {
    .c-nav-utility__custom-link {
        color:#000
    }
}

.c-nav-utility__custom-link:hover {
    text-decoration: none;
    color: #3155a6
}

@media (min-width: 992px) {
    .c-nav-utility__custom-link:hover {
        color:#3155a6
    }
}

.c-nav-utility__custom-link:focus {
    background: 0 0
}

.register-container .step-1 .widget {
    border: 1px solid #f0f0f0
}

.register-container .member-type {
    border-bottom: 1px solid #f0f0f0
}

.container.moved-up {
    margin-top: 30px!important
}

.navbar-toggle {
    font-size: 2em;
    padding: 0;
    margin-top: 0;
    margin-bottom: 7px
}

.navbar-nav>li>.dropdown-menu.level-2 .caret,.navbar-nav>li>.dropdown-menu.level-3 .caret,.navbar-nav>li>a .caret {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2em
}

.body-content .slick-arrow.slick-prev {
    left: 0;
    color: #3155a6!important
}

.body-content .slick-arrow.slick-next {
    right: 0;
    color: #3155a6!important
}

.slick-arrow.slick-prev {
    left: 2%;
    color: #fff!important
}

.slick-arrow.slick-next {
    right: 2%;
    color: #fff!important
}

.rrssb-buttons li,.rrssb-buttons.large-format li {
    width: auto!important;
    display: block
}

.rrssb-buttons li a,.rrssb-buttons.large-format li a {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 7px;
    font-size: 1.2em
}

.rrssb-buttons li.rrssb-email a,.rrssb-buttons li.rrssb-facebook a,.rrssb-buttons li.rrssb-linkedin a,.rrssb-buttons li.rrssb-twitter a {
    color: #fff;
    background: #3155a6!important;
    margin-right: 10px;
    border: 2px solid #3155a6!important
}

.rrssb-buttons li.rrssb-email a:hover,.rrssb-buttons li.rrssb-facebook a:hover,.rrssb-buttons li.rrssb-linkedin a:hover,.rrssb-buttons li.rrssb-twitter a:hover {
    color: #3155a6!important;
    background: #fff!important;
    border: 2px solid #3155a6!important
}

.directory-profile-container .icon.email,.directory-profile-container .icon.facebook,.directory-profile-container .icon.instagram,.directory-profile-container .icon.linked-in,.directory-profile-container .icon.twitter,.directory-profile-container .icon.youtube {
    background: #3155a6!important
}

.filters .quick-search .search .btn {
    background: #3155a6;
    border-color: #3155a6;
    border: 1px solid #3155a6;
    color: #fff
}

.filters .quick-search .search .btn:hover {
    background: #fff;
    border-color: #3155a6;
    border: 1px solid #3155a6;
    color: #3155a6
}

.header-ribbon .subtitle .post-extra-info .separator,.login-container .register-container .section-header .subtitle .post-extra-info .separator,.login-container .section-header .subtitle .post-extra-info .separator,.register-container .header-ribbon .subtitle .post-extra-info .separator,.register-container .login-container .section-header .subtitle .post-extra-info .separator,.section-header .subtitle .post-extra-info .separator {
    color: #3155a6
}

.header-ribbon .subtitle .post-extra-info a,.login-container .register-container .section-header .subtitle .post-extra-info a,.login-container .section-header .subtitle .post-extra-info a,.register-container .header-ribbon .subtitle .post-extra-info a,.register-container .login-container .section-header .subtitle .post-extra-info a,.section-header .subtitle .post-extra-info a {
    color: #3155a6;
    font-weight: 700
}

.header-ribbon .subtitle .post-extra-info a:active,.header-ribbon .subtitle .post-extra-info a:active:focus,.header-ribbon .subtitle .post-extra-info a:focus,.header-ribbon .subtitle .post-extra-info a:hover,.login-container .register-container .section-header .subtitle .post-extra-info a:active,.login-container .register-container .section-header .subtitle .post-extra-info a:active:focus,.login-container .register-container .section-header .subtitle .post-extra-info a:focus,.login-container .register-container .section-header .subtitle .post-extra-info a:hover,.login-container .section-header .subtitle .post-extra-info a:active,.login-container .section-header .subtitle .post-extra-info a:active:focus,.login-container .section-header .subtitle .post-extra-info a:focus,.login-container .section-header .subtitle .post-extra-info a:hover,.register-container .header-ribbon .subtitle .post-extra-info a:active,.register-container .header-ribbon .subtitle .post-extra-info a:active:focus,.register-container .header-ribbon .subtitle .post-extra-info a:focus,.register-container .header-ribbon .subtitle .post-extra-info a:hover,.register-container .login-container .section-header .subtitle .post-extra-info a:active,.register-container .login-container .section-header .subtitle .post-extra-info a:active:focus,.register-container .login-container .section-header .subtitle .post-extra-info a:focus,.register-container .login-container .section-header .subtitle .post-extra-info a:hover,.section-header .subtitle .post-extra-info a:active,.section-header .subtitle .post-extra-info a:active:focus,.section-header .subtitle .post-extra-info a:focus,.section-header .subtitle .post-extra-info a:hover {
    color: #20376b
}

.table>thead>tr>th {
    border-bottom: none
}

.member .social-icons {
    float: left;
    padding: 0;
    display: none
}

.member .social-icons .icon.facebook,.member .social-icons .icon.instagram,.member .social-icons .icon.linked-in,.member .social-icons .icon.twitter,.member .social-icons .icon.youtube {
    background: #3155a6!important
}

.member .social-icons .icon {
    font-family: Novi;
    margin: 5px 3px 5px 0!important
}

.member .social-icons .icon .novicon {
    top: 0
}

.member .social-icons .icon .novicon-envelope {
    font-size: .9em
}

.member-compass-container .c-member-compass-header:before {
    display: none
}

.upcoming {
    padding: 50px 0
}

.upcoming #events .event:nth-child(even),.upcoming .events .event:nth-child(even) {
    background: #fff
}

.upcoming #events .event,.upcoming .events .event {
    border-top: none
}

.upcoming #events .event:last-child,.upcoming .events .event:last-child {
    border-bottom: none
}

.upcoming .c-event-date-stub__btn {
    display: none
}

.upcoming #events .event-table,.upcoming .events .event-table {
    border: 1px solid #f0f0f0
}

.upcoming #events .event .date-stub,.upcoming #events .event .date-stub strong,.upcoming #events .event .date-stub:first-child,.upcoming .events .event .date-stub,.upcoming .events .event .date-stub strong,.upcoming .events .event .date-stub:first-child {
    background: #3155a6;
    color: #fff!important
}

#events .event:last-child,.events .event:last-child {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px!important
}

.well blockquote,blockquote {
    border-left: 5px solid #f58220;
    border-color: #f58220
}

.member {
    max-width: 300px
}

.container.moved-up.event-register-container {
    margin-top: 30px!important
}

.summary h3 {
    border: 1px solid #f0f0f0;
    border-bottom: none
}

.we-are .container {
    background: #fff;
    padding: 30px 10px
}

@media (min-width: 992px) {
    .we-are .container {
        padding:30px 20px
    }
}

.we-are .overlay {
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width: 992px) {
    .we-are .overlay {
        padding-top:100px;
        padding-bottom: 100px
    }
}

.sidebar-widget .content {
    border: 1px solid #f0f0f0
}

.c-article-list-full-width__title:hover,.c-article-list__read-more:hover {
    font-weight: 700
}

.g-article-list__right-date {
    margin-top: 10px
}

.c-event-details__left-column {
    width: 100%
}

@media (min-width: 768px) {
    .c-event-details__left-column {
        width:66%
    }
}

.c-event-details__right-column {
    width: 100%;
    margin: 40px 0 0 0
}

@media (min-width: 768px) {
    .c-event-details__right-column {
        width:33%;
        margin: 0
    }
}

.c-event-details__contact-wrapper .member {
    max-width: 250px
}

.c-event-details__contact-wrapper .c-member-badge {
    height: 375px
}

.c-event-details__contact-wrapper .c-member-badge__overlay {
    height: 45%
}

.c-footer__social-icons--right {
    display: none
}

.c-footer__text-block {
    display: block
}

.c-footer h1,.c-footer h2,.c-footer h3,.c-footer h4,.c-footer h5,.c-footer h6 {
    color: #000
}

.c-footer__novi {
    float: none
}

@media (min-width: 768px) {
    .c-footer__novi {
        float:right;
        display: block
    }
}

.c-footer__novi a {
    display: block;
    color: #fff;
    font-size: .8em;
    text-align: center;
    margin: 0 0 20px
}

@media (min-width: 768px) {
    .c-footer__novi a {
        font-size:.7em;
        text-align: right;
        margin: 0
    }
}

.c-footer__novi img {
    width: 60%;
    float: none;
    clear: right;
    margin: 0 auto -20px
}

@media (min-width: 768px) {
    .c-footer__novi img {
        width:50%;
        float: right;
        clear: right;
        margin: 0 0 5px 85px
    }
}

.c-footer__affiliates {
    margin: 0 auto;
    text-align: center
}

.c-footer__ul {
    text-align: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .c-footer__ul {
        text-align:right;
        border-bottom: 1px solid #fff;
        margin-bottom: 20px
    }
}

.c-footer__li {
    display: block;
    margin-bottom: 0
}

.c-footer__li:last-child {
    margin-bottom: 10px
}

.c-footer__copyright {
    margin-bottom: 0;
    font-size: .75em
}

.c-footer__phone {
    border-bottom: 1px solid #fff;
    margin: 0 0 20px;
    padding: 0 0 20px;
    width: 100%
}

@media (min-width: 768px) {
    .c-footer__phone {
        margin:0 0 20px;
        padding: 0 0 20px;
        width: 80%
    }
}

.c-article-list-full-width__category {
    display: inline-block;
    font-weight: 700;
    color: #f58220;
    text-transform: none
}

.c-article-list-full-width__category:hover {
    text-decoration: underline
}

.categories .separator {
    display: inline-block;
    color: #f58220
}

.categories .separator:last-child {
    display: none
}

.c-nav-navigation__collapse-wrapper {
    display: block;
    width: 100%
}

@media (min-width: 992px) {
    .c-nav-navigation__collapse-wrapper {
        display:inline-block;
        width: auto
    }
}

.carousel-indicators .active {
    margin-bottom: 9px
}

.event-list-container #events,.event-list-container .events,.member-compass-container #events,.member-compass-container .events {
    margin: 0 0 20px
}

.c-event-details__recurring-event {
    font-weight: 600
}

.c-event-details__recurring-event::first-line {
    color: #3155a6;
    line-height: 2
}

h4.line-after {
    font: 700 1.7em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    width: 100%!important;
    text-align: left!important
}

h4.line-after .novicon {
    display: none
}

.we-are h4.line-after {
    font: 700 1.7em Montserrat,sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    width: 100%!important;
    text-align: center!important
}

.attendee .line-after::after {
    display: none
}

@media (min-width: 992px) {
    .items-in-cart {
        position:relative;
        display: inline-block;
        padding: 0 6px;
        border-radius: 50%;
        background: #eb0202
    }
}

.member-fields {
    background: #fff;
    padding: 20px 30px;
    border: 1px solid #f0f0f0;
    border-bottom: none
}

.custom-fields {
    padding: 0 30px 10px;
    border: 1px solid #f0f0f0;
    border-top: none
}

.product-detail-container .product-info .image {
    display: none
}

@media (min-width: 992px) {
    .product-detail-container .product-info .image {
        display:inline-block;
        margin: 0 25px 10px 0
    }
}

.product-detail-container .product-info .description {
    min-height: auto
}

@media (min-width: 992px) {
    .product-detail-container .product-info .description {
        min-height:275px
    }
}

.c-directory-map-view-member-badge__image {
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border-radius: 0;
    background: #fff;
    border: 1px solid #f0f0f0;
    margin-left: 5px
}

.c-directory-map-view-member-badge__image.missing-company {
    background-repeat: no-repeat
}

.c-directory-map-view-member-badge__image.missing-individual {
    background-repeat: no-repeat
}

.c-directory-map-view-member-badge__image img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: initial!important;
    max-height: 100%;
    margin: 0 auto;
    transform: translate(-50%,0)
}

.container.moved-up.member-compass-container {
    margin-bottom: 60px
}

.c-contact-us__container {
    margin-top: 0!important
}

@media (min-width: 992px) {
    .c-contact-us__container {
        margin-top:-80px!important
    }
}

.o-qty-badge {
    width: auto;
    height: auto
}

.o-qty-badge--event {
    position: relative!important;
    top: auto!important;
    right: auto!important;
    margin: 0 auto 20px!important
}

.hidden-element {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

#search-panel {
    margin-top: 7px
}

#search-panel-mobile {
    padding-left: 8px
}

.c-alert-one-time ul li {
    color: #e2e1e1
}

.btn,a {
    transition: .3s
}

label.control-label.required::after,span.required::after {
    content: " *";
    color: #b10202
}

a.log-out-btn.btn-primary {
    color: #fff!important;
    padding: 0;
    background-color: #3155a6;
    border: 2px solid #3155a6
}

a.log-out-btn.btn-primary:hover {
    color: #fff!important;
    padding: 0;
    background-color: #3155a6;
    border: 2px solid #3155a6
}

a.log-out-btn.btn-secondary {
    color: #fff!important;
    padding: 0;
    background-color: #3155a6;
    border: 2px solid #3155a6
}

a.log-out-btn.btn-secondary span.novicon.novicon-logout {
    color: #fff!important
}

a.log-out-btn.btn-secondary:hover {
    color: #fff!important;
    background-color: #3155a6;
    border: 2px solid #3155a6
}

a.log-out-btn.btn-secondary:hover span.novicon.novicon-logout {
    color: #fff!important
}

.btn-default {
    background-color: #e2e1e1!important;
    color: #000!important;
    border: 2px solid #e2e1e1!important
}

.btn-default:hover {
    background-color: #fff!important;
    color: #000!important;
    border: 2px solid #e2e1e1!important
}

.c-alert-one-time__btn {
    background-color: #0091d5;
    color: #fff;
    border-color: #f58220
}

.c-alert-one-time__btn:hover {
    background-color: #fff;
    color: #3155a6;
    border-color: #f58220
}

.nav .open>a {
    color: #3155a6!important
}

.c-nav-utility {
    border-bottom: 0 solid #e2e1e1;
    box-shadow: rgba(0,0,0,.3) 0 1px 5px 0;
    box-shadow: 0 0 15px 0 #38383833
}

.c-nav-utility__link::after {
    content: "|";
    padding-left: 5px;
    color: #0091d5
}

.navbar-toggle {
    font-size: 2em
}

.navbar-nav>li>.dropdown-menu {
    border-top: 0 solid #0091d5
}

.navbar__wrapper {
    -ms-grid-columns: 1fr 5fr;
    grid-template-columns: 1fr 5fr;
    padding: 2px 0 3px;
    -ms-flex-align: center;
    align-items: center
}

.navbar-nav>li>a:hover .navbar-nav li a:not(:only-child)::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%23F7A81B" d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
    height: 15px;
    width: 15px;
    display: inline-block;
    transform: rotate(180deg);
    line-height: 0
}

.navbar-nav li a:not(:only-child)::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%23F7A81B" d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
    height: 15px;
    width: 15px;
    display: inline-block;
    color: #3155a6;
    transition: .3s
}

.navbar-nav li a:hover:not(:only-child)::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%233155a6" d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
    height: 15px;
    width: 15px;
    display: inline-block;
    transform: rotate(180deg);
    line-height: 0
}

.dropdown-menu .has-submenu::after,.navbar-nav>li>.dropdown-menu>li>a::after {
    content: none!important
}

.navbar-nav>li>.dropdown-menu .dropdown-menu {
    background-color: #f0f0f0
}

.level-10>li:hover,.level-3>li:hover,.level-4>li:hover,.level-5>li:hover,.level-6>li:hover,.level-7>li:hover,.level-8>li:hover,.level-9>li:hover {
    background: #f0f0f0!important;
    text-decoration: underline
}

.level-10>li>a:hover,.level-2>li>a:hover,.level-3>li>a:hover,.level-4>li>a:hover,.level-5>li>a:hover,.level-6>li>a:hover,.level-7>li>a:hover,.level-8>li>a:hover,.level-9>li>a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
    color: #3155a6
}

div.event-info a.btn.btn-transparent {
    background-color: #3155a6;
    color: #fff;
    border: 2px solid #f58220;
    transition: .3s;
    border-radius: 50px!important
}

div.event-info a.btn.btn-transparent:hover {
    background-color: #e2e1e1;
    color: #3155a6;
    border: 2px solid #3155a6
}

.body-content .main-event .event-info .date,.body-content .main-event .event-info h1 {
    color: #fff
}

.body-content .main-event .event-info {
    box-shadow: none!important
}

#blocks .color-block-full-width:not(:first-child) {
    border-left: 2px solid #f7a81b!important
}

#blocks .fa-duotone,#blocks .fa-light,#blocks .fa-regular,#blocks .fa-solid,#blocks .fa-thin,#blocks .far,#blocks .fas {
    font-size: 45px;
    color: #3155a6;
    transition: .3s;
    height: 80px;
    width: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

#blocks .fa-duotone:hover,#blocks .fa-light:hover,#blocks .fa-regular:hover,#blocks .fa-solid:hover,#blocks .fa-thin:hover,#blocks .far:hover,#blocks .fas:hover {
    transform: scale(1.2);
    color: #3155a6
}

#blocks .color-block-full-width {
    height: 180px;
    transition: .3s
}

.items-in-cart {
    background-color: #f58220
}

#blocks a {
    color: #000;
    font-size: 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

#blocks a:hover {
    text-decoration: none
}

#blocks span {
    padding: 10px
}

#about-association .c-hp-about-association__p {
    color: #000
}

#callouts .date {
    display: none
}

#callouts .name {
    font: 600 1.3em Montserrat,sans-serif;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    position: unset;
    top: 0;
    bottom: auto;
    display: block;
    width: 100%;
    min-height: 100%;
    padding: 20px 30px;
    transform: unset;
    transition: .3s
}

#callouts .name:hover {
    background: rgba(49,85,166,.7)
}

.c-article-list-full-width__category,.categories .separator {
    color: #3155a6
}

.blog-list-container .novicon.novicon-arrow-left,.blog-list-container .novicon.novicon-arrow-right {
    display: inline-block
}

.fc-event:hover {
    font-weight: 700
}

.member-compass-container #dashboard .dashboard-block .btn {
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #fff;
    background: #0091d5
}

.member-compass-container #dashboard .dashboard-block .btn:active,.member-compass-container #dashboard .dashboard-block .btn:active:focus,.member-compass-container #dashboard .dashboard-block .btn:focus,.member-compass-container #dashboard .dashboard-block .btn:hover {
    border-color: #0091d5;
    border: 2px solid #0091d5;
    color: #0091d5;
    background: #fff
}

.upcoming #events .event .date-stub,.upcoming #events .event .date-stub strong,.upcoming #events .event .date-stub:first-child,.upcoming .events .event .date-stub,.upcoming .events .event .date-stub strong,.upcoming .events .event .date-stub:first-child {
    background: 0 0
}

.c-event-nav__item.active {
    background-color: #0091d5
}

.region .triple-region-center,.region .triple-region-left,.region .triple-region-right,.upcoming #events .event-table,.upcoming .events .event-table {
    border: 1px solid #3155a6;
    box-shadow: rgba(0,0,0,.3) 0 1px 5px 0;
    box-shadow: 0 0 15px 0 #38383833
}

.directory-profile-container .icon.email,.directory-profile-container .icon.facebook,.directory-profile-container .icon.instagram,.directory-profile-container .icon.linked-in,.directory-profile-container .icon.twitter,.directory-profile-container .icon.youtube {
    background: #3155a6!important
}

div.directory-profile-image:nth-child(1) {
    border: 2px solid #f58220
}

.g-default-photo__content .c-member-badge__overlay,.g-default__content .c-member-badge__overlay {
    height: 68%
}

#members-container .c-member-badge__overlay {
    height: 45%
}

.we-are #partners .slick-list a:hover {
    border-color: #f58220
}

.we-are h4.line-after {
    color: #fff
}

.we-are .line-after::after,.we-are .line-before::before {
    background-color: #f58220
}

.body-content .main-event .event-info,.we-are .container {
    box-shadow: rgba(0,0,0,.3) 0 1px 5px 0;
    box-shadow: 0 0 15px 0 #38383833
}

.c-member-badge:hover .c-member-badge__overlay {
    height: 85%!important
}

.c-member-badge:focus .c-member-badge__overlay {
    height: 85%!important
}

.c-member-badge__overlay:focus-within {
    height: 85%!important
}

#widgets .region h5 {
    border-bottom: 5px solid #0091d5;
    color: #000
}

hr {
    border-top: 1px solid #f7a81b
}

.c-article-list__hr--top {
    border: none
}

.c-article-list__hr--bottom {
    display: inline-block;
    width: 100%;
    margin: 20px 0 10px;
    border-top: 2px solid #e2e1e1
}

#events .event-table,.events .event-table {
    min-height: 150px
}

.sidebar-widget .content {
    background: #f5f5f5;
    padding: 20px
}

.sidebar-widget p {
    color: #000
}

.c-directory-profile__map-novicon,.c-directory-profile__member-novicon,.c-directory-profile__phone-novicon,.c-directory-profile__website-novicon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    margin: 0 10px 0 0;
    color: #3155a6;
    top: 5px
}

.c-event-details-virtual-offering-indicator,.c-event-details__calendar-novicon,.c-event-details__map-novicon,.c-event-details__time-novicon {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #3155a6
}

.primary-call-out {
    border: 2px solid #3155a6
}

.secondary-call-out {
    border: 2px solid #0091d5
}

#callouts .name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.body-content .slick-arrow.slick-next,.body-content .slick-arrow.slick-prev {
    color: #fff!important
}

.we-are .parallax {
    height: 100%;
    background: #ebebeb;
    background-attachment: fixed;
    background-position: top left;
    background-size: cover!important
}

.well blockquote,blockquote {
    border-left: 5px solid #0091d5!important
}

.c-time-picker_input-time,.form-control {
    color: #656565
}

.c-footer__legal {
    display: inline;
    color: #3155a6
}

.c-footer .icon.facebook,.c-footer .icon.instagram,.c-footer .icon.linked-in,.c-footer .icon.twitter,.c-footer .icon.youtube {
    margin: 10px 5px 0 0;
    padding: 4px 6px;
    border: 0 solid #fff;
    border-radius: 50%;
    font-size: .7em;
    color: #000;
    background: 0 0!important
}

.c-footer .icon.facebook:hover,.c-footer .icon.instagram:hover,.c-footer .icon.linked-in:hover,.c-footer .icon.twitter:hover,.c-footer .icon.youtube:hover {
    margin: 10px 5px 0 0;
    padding: 4px 6px;
    border: 0 solid #fff;
    border-radius: 50%;
    font-size: .7em;
    color: #3155a6;
    background: 0 0!important
}

.c-footer__novi a {
    color: #017cdc
}

.c-footer__phone {
    border-bottom: 1px solid #3155a6
}

.checkout-container .summary h2 {
    color: #fff
}

.checkout-container .subscriptions .content,.login-or-guest .nav-tabs li.active>a,.login-or-guest .tab-pane,.payment-container {
    background: #f4f4f4
}

.products .product .btn:active,.products .product .btn:focus,.products .product .btn:hover {
    border-color: #000;
    border: 2px solid #f58220;
    color: #fff;
    background: #3155a6
}

.payment-tabs>li>a>i {
    background-color: #714848
}

.register-container .step-1 .widget .content h1,.register-container .step-1 .widget .content h2,.register-container .step-1 .widget .content h3,.register-container .step-1 .widget .content h4,.register-container .step-1 .widget .content h5,.register-container .step-1 .widget .content p {
    color: #000
}

.register-container .step-1 .widget h5 {
    color: #000;
    border-bottom: 1px solid #000
}

.register-container .step-1 .widget,.register-container .step-1 .widget .content {
    background-color: #e2e1e1
}

.register-container .step-1 .widget .btn {
    border-color: #e2e1e1;
    border: 2px solid #e2e1e1;
    color: #fff;
    background: #3155a6
}

.login-or-guest .tab-content a {
    color: #000
}

@media only screen and (max-width: 768px) {
    #blocks .color-block-full-width:not(:first-child) {
        border:none!important
    }
}

#top-featured-carousel {
    position: relative;
    z-index: 1
}

.o-filter-bar-toggle__btn--active {
    background: #3155a6!important;
    color: #fff!important
}

.o-filter-bar-toggle__btn {
    display: block;
    margin: 0 auto;
    padding: 7px 15px;
    border: 1px solid #3155a6;
    color: #3155a6;
    font-size: .9em;
    background: #fff;
    text-align: center
}

.with-tab .jump-to strong {
    color: #000
}

.c-article-list__read-more {
    color: #3155a6
}

.c-article-list__hr--bottom {
    border-top: 2px solid #f7a81b
}


