@charset "UTF-8";
pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.pika-single.is-hidden {
    display: none
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5)
}

.pika-single:after,
.pika-single:before {
    content: " ";
    display: table
}

.pika-single:after {
    clear: both
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative;
    text-align: center
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0
}

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
    background-color: #fff
}

.pika-next,
.pika-prev {
    display: block;
    cursor: pointer;
    position: relative;
    outline: 0;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5
}

.pika-next:hover,
.pika-prev:hover {
    opacity: 1
}

.pika-next.is-disabled,
.pika-prev.is-disabled {
    cursor: default;
    opacity: .2
}

.is-rtl .pika-next,
.pika-prev {
    float: left;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==)
}

.is-rtl .pika-prev,
.pika-next {
    float: right;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=)
}

.pika-select {
    display: inline-block
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

.pika-table td,
.pika-table th {
    width: 14.2857142857%;
    padding: 0
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    text-align: center
}

.pika-table abbr {
    border-bottom: none;
    cursor: help
}

.pika-button {
    cursor: pointer;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5
}

.is-today .pika-button {
    color: #3af;
    font-weight: 700
}

.is-selected .pika-button {
    color: #fff;
    font-weight: 700;
    background: #3af;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default
}

.pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px
}

.pika-button .is-selection-disabled {
    pointer-events: none;
    cursor: default
}

.pika-week {
    font-size: 11px;
    color: #999
}

.is-inrange .pika-button {
    background: #d5e9f7
}

.is-startrange .pika-button {
    color: #fff;
    background: #6cb31d;
    box-shadow: none;
    border-radius: 3px
}

.is-endrange .pika-button {
    color: #fff;
    background: #3af;
    box-shadow: none;
    border-radius: 3px
}

.ion-form {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left
}

.ion-form .ion-form-group {
    display: block;
    margin-bottom: 1em
}

.ion-form .ion-form-group.ion-is-required label:first-child:after {
    display: inline-block;
    content: "*";
    color: #dc3545;
    margin-left: .5em
}

.ion-form .ion-form-group.ion-is-invalid {
    color: #dc3545
}

.ion-form .ion-form-group.ion-is-invalid input[type=email],
.ion-form .ion-form-group.ion-is-invalid input[type=tel],
.ion-form .ion-form-group.ion-is-invalid input[type=text] {
    border-color: #dc3545
}

.ion-form .ion-form-group label,
.ion-form .ion-form-group legend {
    width: 100%;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 1em;
    border-bottom: none;
    color: #000
}

.ion-form .ion-form-group input[type=email],
.ion-form .ion-form-group input[type=tel],
.ion-form .ion-form-group input[type=text] {
    border-radius: 3px;
    width: 100%;
    padding: .5em .5em;
    border: 1px solid #cecece
}

.ion-form .ion-form-group input[type=checkbox],
.ion-form .ion-form-group input[type=radio] {
    margin-right: .5em
}

.ion-form .ion-form-group select {
    width: 100%;
    height: 2.5em;
    background-color: #fff;
    border: 1px solid #cecece
}

.ion-form .ion-form-group textarea {
    width: 100%;
    height: 10em;
    border: 1px solid #cecece;
    border-radius: 3px;
    padding: .5em .5em
}

.ion-form button {
    width: 100%;
    border: 1px solid #037fd9;
    background-color: #037fd9;
    color: #fff;
    padding: .5em .5em;
    transition: background-color .5s, background .5s, color .5s
}

.ion-form button:hover {
    background-color: #fff;
    color: #037fd9
}

.ion-form.ion-form-horizontal .ion-form-group {
    display: flex
}

.ion-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 20%;
    padding: 20px;
    background-color: #efefef;
    border-radius: 10px;
    z-index: 9999999;
    font-size: .9em;
    box-shadow: 3x 3px 3px #000
}

.ion-notification.ion-notification-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

@media only screen and (max-width:768px) {
    .ion-notification {
        width: 40%
    }
}

@media only screen and (max-width:500px) {
    .ion-notification {
        width: auto;
        left: 20px
    }
}

a img,
img {
    border: 0
}

.clear {
    display: inline-block
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

* html .clear {
    height: 1%
}

.clear {
    display: block
}

.blog-list {
    background: #f9f9f9;
    border: 1px solid #eee;
    color: #000;
    font-size: 11px;
    margin: 0 0 18px;
    padding: 18px
}

.blog-list h2 {
    font-size: 18px;
    margin: 0 0 3px 0
}

.blog-list span {
    color: #888
}

.blog-container h1 {
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 6px 0
}

.blog-container p.description {
    margin: 0 0 36px
}

.blog-post h2.post-title {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    margin: 0;
    padding: 0 0 3px 0
}

.blog-post .post-details {
    color: #888;
    font-size: 11px;
    margin: 0 0 18px
}

.blog-container .post-list {
    float: left;
    width: 69%
}

.blog-post .post-body {
    margin: 0 0 36px
}

.comment-list {
    background: #f9f9f9;
    border: 1px solid #eee;
    margin-bottom: 36px;
    padding: 18px
}

.comment-list h5 {
    font-size: 14px;
    margin: 0 0 18px
}

.comment-list input#Captcha {
    width: 300px
}

.comment-list textarea.cat_listbox_small {
    height: 120px;
    width: 100%
}

.blog-comment-container {
    border: 1px solid #e9e9e9;
    margin: 0 0 18px
}

.blog-comment-container .comment-details {
    background: #eee;
    font-size: 11px;
    padding: 6px
}

.blog-comment-container .comment {
    background: #fff;
    padding: 9px
}

span.flag {
    margin: 0 6px;
    vertical-align: middle
}

input#emailaddress,
input#fullname,
input#website {
    width: 300px
}

textarea.comment {
    height: 160px;
    width: 100%
}

.forum-registration textarea.comment {
    height: 70px;
    width: 270px
}

.post-body .links {
    font-size: 11px
}

.blog-container .side-panel {
    float: right;
    width: 27%
}

.side-panel h4 {
    font-size: 12px;
    margin: 0 0 9px
}

.BlogTagCloud {
    margin: 0 0 18px
}

.BlogPostArchive ul,
.BlogRecentPost ul,
.BlogTagList ul {
    margin: 0;
    padding: 0
}

.BlogPostArchive li,
.BlogRecentPost li,
.BlogTagList li {
    font-size: 11px;
    list-style: none;
    margin: 0 0 9px
}

p.page-nav {
    text-align: center
}

p.page-nav a {
    margin: 0 9px
}

.blog-post dl {
    background: #f9f9f9;
    border: 1px solid #eee;
    margin: 0 0 18px;
    padding: 18px
}

.blog-post dt {
    color: #000
}

.blog-post dd {
    margin: 0 0 9px
}

.form-container {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 18px
}

ul.pagination {
    margin: 0;
    padding: 0
}

ul.pagination li {
    display: inline;
    list-style: none;
    margin: 0 2px
}

html.nhw-lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw
}

.nhw-lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    opacity: .8;
    display: none
}

.nhw-lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

.nhw-lightbox .nhw-lb-image {
    display: block;
    height: auto;
    max-width: inherit !important;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.nhw-lightbox a img {
    border: none
}

.nhw-lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.nhw-lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.nhw-lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.nhw-lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/listing/loading.gif) no-repeat
}

.nhw-lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.nhw-lb-container>.nav {
    left: 0
}

.nhw-lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.nhw-lb-next,
.nhw-lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.nhw-lb-nav a.nhw-lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/listing/prev.png) left 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.nhw-lb-nav a.nhw-lb-prev:hover {
    opacity: 1
}

.nhw-lb-nav a.nhw-lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/listing/next.png) right 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.nhw-lb-nav a.nhw-lb-next:hover {
    opacity: 1
}

.nhw-lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.nhw-lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.nhw-lb-data {
    padding: 0 4px;
    color: #ccc
}

.nhw-lb-data .nhw-lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.nhw-lb-data .nhw-lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.nhw-lb-data .nhw-lb-caption a {
    color: #4ae
}

.nhw-lb-data .nhw-lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.nhw-lb-data .nhw-lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/listing/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.nhw-lb-data .nhw-lb-close:hover {
    cursor: pointer;
    opacity: 1
}

.nhw-embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.nhw-embed-responsive::before {
    display: block;
    content: ""
}

.nhw-embed-responsive .nhw-embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.nhw-embed-responsive-21by9::before {
    padding-top: 42.8571428571%
}

.nhw-embed-responsive-16by9::before {
    padding-top: 56.25%
}

.nhw-embed-responsive-4by3::before {
    padding-top: 75%
}

.nhw-embed-responsive-1by1::before {
    padding-top: 100%
}

.nhw-d-none {
    display: none !important
}

.nhw-d-inline {
    display: inline !important
}

.nhw-d-inline-block {
    display: inline-block !important
}

.nhw-d-block {
    display: block !important
}

.nhw-d-table {
    display: table !important
}

.nhw-d-table-row {
    display: table-row !important
}

.nhw-d-table-cell {
    display: table-cell !important
}

.nhw-d-flex {
    display: flex !important
}

.nhw-d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .nhw-d-sm-none {
        display: none !important
    }
    .nhw-d-sm-inline {
        display: inline !important
    }
    .nhw-d-sm-inline-block {
        display: inline-block !important
    }
    .nhw-d-sm-block {
        display: block !important
    }
    .nhw-d-sm-table {
        display: table !important
    }
    .nhw-d-sm-table-row {
        display: table-row !important
    }
    .nhw-d-sm-table-cell {
        display: table-cell !important
    }
    .nhw-d-sm-flex {
        display: flex !important
    }
    .nhw-d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .nhw-d-md-none {
        display: none !important
    }
    .nhw-d-md-inline {
        display: inline !important
    }
    .nhw-d-md-inline-block {
        display: inline-block !important
    }
    .nhw-d-md-block {
        display: block !important
    }
    .nhw-d-md-table {
        display: table !important
    }
    .nhw-d-md-table-row {
        display: table-row !important
    }
    .nhw-d-md-table-cell {
        display: table-cell !important
    }
    .nhw-d-md-flex {
        display: flex !important
    }
    .nhw-d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .nhw-d-lg-none {
        display: none !important
    }
    .nhw-d-lg-inline {
        display: inline !important
    }
    .nhw-d-lg-inline-block {
        display: inline-block !important
    }
    .nhw-d-lg-block {
        display: block !important
    }
    .nhw-d-lg-table {
        display: table !important
    }
    .nhw-d-lg-table-row {
        display: table-row !important
    }
    .nhw-d-lg-table-cell {
        display: table-cell !important
    }
    .nhw-d-lg-flex {
        display: flex !important
    }
    .nhw-d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .nhw-d-xl-none {
        display: none !important
    }
    .nhw-d-xl-inline {
        display: inline !important
    }
    .nhw-d-xl-inline-block {
        display: inline-block !important
    }
    .nhw-d-xl-block {
        display: block !important
    }
    .nhw-d-xl-table {
        display: table !important
    }
    .nhw-d-xl-table-row {
        display: table-row !important
    }
    .nhw-d-xl-table-cell {
        display: table-cell !important
    }
    .nhw-d-xl-flex {
        display: flex !important
    }
    .nhw-d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .nhw-d-print-none {
        display: none !important
    }
    .nhw-d-print-inline {
        display: inline !important
    }
    .nhw-d-print-inline-block {
        display: inline-block !important
    }
    .nhw-d-print-block {
        display: block !important
    }
    .nhw-d-print-table {
        display: table !important
    }
    .nhw-d-print-table-row {
        display: table-row !important
    }
    .nhw-d-print-table-cell {
        display: table-cell !important
    }
    .nhw-d-print-flex {
        display: flex !important
    }
    .nhw-d-print-inline-flex {
        display: inline-flex !important
    }
}

.nhw-text-justify {
    text-align: justify !important
}

.nhw-text-nowrap {
    white-space: nowrap !important
}

.nhw-text-left {
    text-align: left !important
}

.nhw-text-right {
    text-align: right !important
}

.nhw-text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .nhw-text-sm-left {
        text-align: left !important
    }
    .nhw-text-sm-right {
        text-align: right !important
    }
    .nhw-text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .nhw-text-md-left {
        text-align: left !important
    }
    .nhw-text-md-right {
        text-align: right !important
    }
    .nhw-text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .nhw-text-lg-left {
        text-align: left !important
    }
    .nhw-text-lg-right {
        text-align: right !important
    }
    .nhw-text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .nhw-text-xl-left {
        text-align: left !important
    }
    .nhw-text-xl-right {
        text-align: right !important
    }
    .nhw-text-xl-center {
        text-align: center !important
    }
}

.nhw-text-lowercase {
    text-transform: lowercase !important
}

.nhw-text-uppercase {
    text-transform: uppercase !important
}

.nhw-text-capitalize {
    text-transform: capitalize !important
}

.nhw-font-weight-light {
    font-weight: 300 !important
}

.nhw-font-weight-normal {
    font-weight: 400 !important
}

.nhw-font-weight-bold {
    font-weight: 700 !important
}

.nhw-font-italic {
    font-style: italic !important
}

.nhw-text-white {
    color: #fff !important
}

nhw-.nhw-text-primary {
    color: #007bff !important
}

a.nhw-text-primary:focus,
a.nhw-text-primary:hover {
    color: #0062cc !important
}

nhw-.nhw-text-secondary {
    color: #6c757d !important
}

a.nhw-text-secondary:focus,
a.nhw-text-secondary:hover {
    color: #545b62 !important
}

nhw-.nhw-text-success {
    color: #28a745 !important
}

a.nhw-text-success:focus,
a.nhw-text-success:hover {
    color: #1e7e34 !important
}

nhw-.nhw-text-info {
    color: #17a2b8 !important
}

a.nhw-text-info:focus,
a.nhw-text-info:hover {
    color: #117a8b !important
}

nhw-.nhw-text-warning {
    color: #ffc107 !important
}

a.nhw-text-warning:focus,
a.nhw-text-warning:hover {
    color: #d39e00 !important
}

nhw-.nhw-text-danger {
    color: #dc3545 !important
}

a.nhw-text-danger:focus,
a.nhw-text-danger:hover {
    color: #bd2130 !important
}

nhw-.nhw-text-light {
    color: #f8f9fa !important
}

a.nhw-text-light:focus,
a.nhw-text-light:hover {
    color: #dae0e5 !important
}

nhw-.nhw-text-dark {
    color: #343a40 !important
}

a.nhw-text-dark:focus,
a.nhw-text-dark:hover {
    color: #1d2124 !important
}

.nhw-text-body {
    color: #212529 !important
}

.nhw-text-muted {
    color: #6c757d !important
}

.nhw-text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.nhw-text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.nhw-text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.nhw-m-0 {
    margin: 0 !important
}

.nhw-mt-0 {
    margin-top: 0 !important
}

.nhw-mr-0 {
    margin-right: 0 !important
}

.nhw-mb-0 {
    margin-bottom: 0 !important
}

.nhw-ml-0 {
    margin-left: 0 !important
}

.nhw-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.nhw-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.nhw-m-1 {
    margin: .25rem !important
}

.nhw-mt-1 {
    margin-top: .25rem !important
}

.nhw-mr-1 {
    margin-right: .25rem !important
}

.nhw-mb-1 {
    margin-bottom: .25rem !important
}

.nhw-ml-1 {
    margin-left: .25rem !important
}

.nhw-mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.nhw-my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.nhw-m-2 {
    margin: .5rem !important
}

.nhw-mt-2 {
    margin-top: .5rem !important
}

.nhw-mr-2 {
    margin-right: .5rem !important
}

.nhw-mb-2 {
    margin-bottom: .5rem !important
}

.nhw-ml-2 {
    margin-left: .5rem !important
}

.nhw-mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.nhw-my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.nhw-m-3 {
    margin: 1rem !important
}

.nhw-mt-3 {
    margin-top: 1rem !important
}

.nhw-mr-3 {
    margin-right: 1rem !important
}

.nhw-mb-3 {
    margin-bottom: 1rem !important
}

.nhw-ml-3 {
    margin-left: 1rem !important
}

.nhw-mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.nhw-my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.nhw-m-4 {
    margin: 1.5rem !important
}

.nhw-mt-4 {
    margin-top: 1.5rem !important
}

.nhw-mr-4 {
    margin-right: 1.5rem !important
}

.nhw-mb-4 {
    margin-bottom: 1.5rem !important
}

.nhw-ml-4 {
    margin-left: 1.5rem !important
}

.nhw-mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.nhw-my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.nhw-m-5 {
    margin: 3rem !important
}

.nhw-mt-5 {
    margin-top: 3rem !important
}

.nhw-mr-5 {
    margin-right: 3rem !important
}

.nhw-mb-5 {
    margin-bottom: 3rem !important
}

.nhw-ml-5 {
    margin-left: 3rem !important
}

.nhw-mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.nhw-my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.nhw-p-0 {
    padding: 0 !important
}

.nhw-pt-0 {
    padding-top: 0 !important
}

.nhw-pr-0 {
    padding-right: 0 !important
}

.nhw-pb-0 {
    padding-bottom: 0 !important
}

.nhw-pl-0 {
    padding-left: 0 !important
}

.nhw-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.nhw-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.nhw-p-1 {
    padding: .25rem !important
}

.nhw-pt-1 {
    padding-top: .25rem !important
}

.nhw-pr-1 {
    padding-right: .25rem !important
}

.nhw-pb-1 {
    padding-bottom: .25rem !important
}

.nhw-pl-1 {
    padding-left: .25rem !important
}

.nhw-px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.nhw-py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.nhw-p-2 {
    padding: .5rem !important
}

.nhw-pt-2 {
    padding-top: .5rem !important
}

.nhw-pr-2 {
    padding-right: .5rem !important
}

.nhw-pb-2 {
    padding-bottom: .5rem !important
}

.nhw-pl-2 {
    padding-left: .5rem !important
}

.nhw-px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.nhw-py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.nhw-p-3 {
    padding: 1rem !important
}

.nhw-pt-3 {
    padding-top: 1rem !important
}

.nhw-pr-3 {
    padding-right: 1rem !important
}

.nhw-pb-3 {
    padding-bottom: 1rem !important
}

.nhw-pl-3 {
    padding-left: 1rem !important
}

.nhw-px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.nhw-py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.nhw-p-4 {
    padding: 1.5rem !important
}

.nhw-pt-4 {
    padding-top: 1.5rem !important
}

.nhw-pr-4 {
    padding-right: 1.5rem !important
}

.nhw-pb-4 {
    padding-bottom: 1.5rem !important
}

.nhw-pl-4 {
    padding-left: 1.5rem !important
}

.nhw-px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.nhw-py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.nhw-p-5 {
    padding: 3rem !important
}

.nhw-pt-5 {
    padding-top: 3rem !important
}

.nhw-pr-5 {
    padding-right: 3rem !important
}

.nhw-pb-5 {
    padding-bottom: 3rem !important
}

.nhw-pl-5 {
    padding-left: 3rem !important
}

.nhw-px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.nhw-py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.nhw-m-auto {
    margin: auto !important
}

.nhw-mt-auto {
    margin-top: auto !important
}

.nhw-mr-auto {
    margin-right: auto !important
}

.nhw-mb-auto {
    margin-bottom: auto !important
}

.nhw-ml-auto {
    margin-left: auto !important
}

.nhw-mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.nhw-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

@media (min-width:576px) {
    .nhw-m-sm-0 {
        margin: 0 !important
    }
    .nhw-mt-sm-0 {
        margin-top: 0 !important
    }
    .nhw-mr-sm-0 {
        margin-right: 0 !important
    }
    .nhw-mb-sm-0 {
        margin-bottom: 0 !important
    }
    .nhw-ml-sm-0 {
        margin-left: 0 !important
    }
    .nhw-mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .nhw-my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .nhw-m-sm-1 {
        margin: .25rem !important
    }
    .nhw-mt-sm-1 {
        margin-top: .25rem !important
    }
    .nhw-mr-sm-1 {
        margin-right: .25rem !important
    }
    .nhw-mb-sm-1 {
        margin-bottom: .25rem !important
    }
    .nhw-ml-sm-1 {
        margin-left: .25rem !important
    }
    .nhw-mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .nhw-my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .nhw-m-sm-2 {
        margin: .5rem !important
    }
    .nhw-mt-sm-2 {
        margin-top: .5rem !important
    }
    .nhw-mr-sm-2 {
        margin-right: .5rem !important
    }
    .nhw-mb-sm-2 {
        margin-bottom: .5rem !important
    }
    .nhw-ml-sm-2 {
        margin-left: .5rem !important
    }
    .nhw-mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .nhw-my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .nhw-m-sm-3 {
        margin: 1rem !important
    }
    .nhw-mt-sm-3 {
        margin-top: 1rem !important
    }
    .nhw-mr-sm-3 {
        margin-right: 1rem !important
    }
    .nhw-mb-sm-3 {
        margin-bottom: 1rem !important
    }
    .nhw-ml-sm-3 {
        margin-left: 1rem !important
    }
    .nhw-mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .nhw-my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .nhw-m-sm-4 {
        margin: 1.5rem !important
    }
    .nhw-mt-sm-4 {
        margin-top: 1.5rem !important
    }
    .nhw-mr-sm-4 {
        margin-right: 1.5rem !important
    }
    .nhw-mb-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .nhw-ml-sm-4 {
        margin-left: 1.5rem !important
    }
    .nhw-mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .nhw-my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .nhw-m-sm-5 {
        margin: 3rem !important
    }
    .nhw-mt-sm-5 {
        margin-top: 3rem !important
    }
    .nhw-mr-sm-5 {
        margin-right: 3rem !important
    }
    .nhw-mb-sm-5 {
        margin-bottom: 3rem !important
    }
    .nhw-ml-sm-5 {
        margin-left: 3rem !important
    }
    .nhw-mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .nhw-my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .nhw-p-sm-0 {
        padding: 0 !important
    }
    .nhw-pt-sm-0 {
        padding-top: 0 !important
    }
    .nhw-pr-sm-0 {
        padding-right: 0 !important
    }
    .nhw-pb-sm-0 {
        padding-bottom: 0 !important
    }
    .nhw-pl-sm-0 {
        padding-left: 0 !important
    }
    .nhw-px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .nhw-py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .nhw-p-sm-1 {
        padding: .25rem !important
    }
    .nhw-pt-sm-1 {
        padding-top: .25rem !important
    }
    .nhw-pr-sm-1 {
        padding-right: .25rem !important
    }
    .nhw-pb-sm-1 {
        padding-bottom: .25rem !important
    }
    .nhw-pl-sm-1 {
        padding-left: .25rem !important
    }
    .nhw-px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .nhw-py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .nhw-p-sm-2 {
        padding: .5rem !important
    }
    .nhw-pt-sm-2 {
        padding-top: .5rem !important
    }
    .nhw-pr-sm-2 {
        padding-right: .5rem !important
    }
    .nhw-pb-sm-2 {
        padding-bottom: .5rem !important
    }
    .nhw-pl-sm-2 {
        padding-left: .5rem !important
    }
    .nhw-px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .nhw-py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .nhw-p-sm-3 {
        padding: 1rem !important
    }
    .nhw-pt-sm-3 {
        padding-top: 1rem !important
    }
    .nhw-pr-sm-3 {
        padding-right: 1rem !important
    }
    .nhw-pb-sm-3 {
        padding-bottom: 1rem !important
    }
    .nhw-pl-sm-3 {
        padding-left: 1rem !important
    }
    .nhw-px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .nhw-py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .nhw-p-sm-4 {
        padding: 1.5rem !important
    }
    .nhw-pt-sm-4 {
        padding-top: 1.5rem !important
    }
    .nhw-pr-sm-4 {
        padding-right: 1.5rem !important
    }
    .nhw-pb-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .nhw-pl-sm-4 {
        padding-left: 1.5rem !important
    }
    .nhw-px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .nhw-py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .nhw-p-sm-5 {
        padding: 3rem !important
    }
    .nhw-pt-sm-5 {
        padding-top: 3rem !important
    }
    .nhw-pr-sm-5 {
        padding-right: 3rem !important
    }
    .nhw-pb-sm-5 {
        padding-bottom: 3rem !important
    }
    .nhw-pl-sm-5 {
        padding-left: 3rem !important
    }
    .nhw-px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .nhw-py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .nhw-m-sm-auto {
        margin: auto !important
    }
    .nhw-mt-sm-auto {
        margin-top: auto !important
    }
    .nhw-mr-sm-auto {
        margin-right: auto !important
    }
    .nhw-mb-sm-auto {
        margin-bottom: auto !important
    }
    .nhw-ml-sm-auto {
        margin-left: auto !important
    }
    .nhw-mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .nhw-my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width:768px) {
    .nhw-m-md-0 {
        margin: 0 !important
    }
    .nhw-mt-md-0 {
        margin-top: 0 !important
    }
    .nhw-mr-md-0 {
        margin-right: 0 !important
    }
    .nhw-mb-md-0 {
        margin-bottom: 0 !important
    }
    .nhw-ml-md-0 {
        margin-left: 0 !important
    }
    .nhw-mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .nhw-my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .nhw-m-md-1 {
        margin: .25rem !important
    }
    .nhw-mt-md-1 {
        margin-top: .25rem !important
    }
    .nhw-mr-md-1 {
        margin-right: .25rem !important
    }
    .nhw-mb-md-1 {
        margin-bottom: .25rem !important
    }
    .nhw-ml-md-1 {
        margin-left: .25rem !important
    }
    .nhw-mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .nhw-my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .nhw-m-md-2 {
        margin: .5rem !important
    }
    .nhw-mt-md-2 {
        margin-top: .5rem !important
    }
    .nhw-mr-md-2 {
        margin-right: .5rem !important
    }
    .nhw-mb-md-2 {
        margin-bottom: .5rem !important
    }
    .nhw-ml-md-2 {
        margin-left: .5rem !important
    }
    .nhw-mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .nhw-my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .nhw-m-md-3 {
        margin: 1rem !important
    }
    .nhw-mt-md-3 {
        margin-top: 1rem !important
    }
    .nhw-mr-md-3 {
        margin-right: 1rem !important
    }
    .nhw-mb-md-3 {
        margin-bottom: 1rem !important
    }
    .nhw-ml-md-3 {
        margin-left: 1rem !important
    }
    .nhw-mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .nhw-my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .nhw-m-md-4 {
        margin: 1.5rem !important
    }
    .nhw-mt-md-4 {
        margin-top: 1.5rem !important
    }
    .nhw-mr-md-4 {
        margin-right: 1.5rem !important
    }
    .nhw-mb-md-4 {
        margin-bottom: 1.5rem !important
    }
    .nhw-ml-md-4 {
        margin-left: 1.5rem !important
    }
    .nhw-mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .nhw-my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .nhw-m-md-5 {
        margin: 3rem !important
    }
    .nhw-mt-md-5 {
        margin-top: 3rem !important
    }
    .nhw-mr-md-5 {
        margin-right: 3rem !important
    }
    .nhw-mb-md-5 {
        margin-bottom: 3rem !important
    }
    .nhw-ml-md-5 {
        margin-left: 3rem !important
    }
    .nhw-mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .nhw-my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .nhw-p-md-0 {
        padding: 0 !important
    }
    .nhw-pt-md-0 {
        padding-top: 0 !important
    }
    .nhw-pr-md-0 {
        padding-right: 0 !important
    }
    .nhw-pb-md-0 {
        padding-bottom: 0 !important
    }
    .nhw-pl-md-0 {
        padding-left: 0 !important
    }
    .nhw-px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .nhw-py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .nhw-p-md-1 {
        padding: .25rem !important
    }
    .nhw-pt-md-1 {
        padding-top: .25rem !important
    }
    .nhw-pr-md-1 {
        padding-right: .25rem !important
    }
    .nhw-pb-md-1 {
        padding-bottom: .25rem !important
    }
    .nhw-pl-md-1 {
        padding-left: .25rem !important
    }
    .nhw-px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .nhw-py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .nhw-p-md-2 {
        padding: .5rem !important
    }
    .nhw-pt-md-2 {
        padding-top: .5rem !important
    }
    .nhw-pr-md-2 {
        padding-right: .5rem !important
    }
    .nhw-pb-md-2 {
        padding-bottom: .5rem !important
    }
    .nhw-pl-md-2 {
        padding-left: .5rem !important
    }
    .nhw-px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .nhw-py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .nhw-p-md-3 {
        padding: 1rem !important
    }
    .nhw-pt-md-3 {
        padding-top: 1rem !important
    }
    .nhw-pr-md-3 {
        padding-right: 1rem !important
    }
    .nhw-pb-md-3 {
        padding-bottom: 1rem !important
    }
    .nhw-pl-md-3 {
        padding-left: 1rem !important
    }
    .nhw-px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .nhw-py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .nhw-p-md-4 {
        padding: 1.5rem !important
    }
    .nhw-pt-md-4 {
        padding-top: 1.5rem !important
    }
    .nhw-pr-md-4 {
        padding-right: 1.5rem !important
    }
    .nhw-pb-md-4 {
        padding-bottom: 1.5rem !important
    }
    .nhw-pl-md-4 {
        padding-left: 1.5rem !important
    }
    .nhw-px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .nhw-py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .nhw-p-md-5 {
        padding: 3rem !important
    }
    .nhw-pt-md-5 {
        padding-top: 3rem !important
    }
    .nhw-pr-md-5 {
        padding-right: 3rem !important
    }
    .nhw-pb-md-5 {
        padding-bottom: 3rem !important
    }
    .nhw-pl-md-5 {
        padding-left: 3rem !important
    }
    .nhw-px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .nhw-py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .nhw-m-md-auto {
        margin: auto !important
    }
    .nhw-mt-md-auto {
        margin-top: auto !important
    }
    .nhw-mr-md-auto {
        margin-right: auto !important
    }
    .nhw-mb-md-auto {
        margin-bottom: auto !important
    }
    .nhw-ml-md-auto {
        margin-left: auto !important
    }
    .nhw-mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .nhw-my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width:992px) {
    .nhw-m-lg-0 {
        margin: 0 !important
    }
    .nhw-mt-lg-0 {
        margin-top: 0 !important
    }
    .nhw-mr-lg-0 {
        margin-right: 0 !important
    }
    .nhw-mb-lg-0 {
        margin-bottom: 0 !important
    }
    .nhw-ml-lg-0 {
        margin-left: 0 !important
    }
    .nhw-mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .nhw-my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .nhw-m-lg-1 {
        margin: .25rem !important
    }
    .nhw-mt-lg-1 {
        margin-top: .25rem !important
    }
    .nhw-mr-lg-1 {
        margin-right: .25rem !important
    }
    .nhw-mb-lg-1 {
        margin-bottom: .25rem !important
    }
    .nhw-ml-lg-1 {
        margin-left: .25rem !important
    }
    .nhw-mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .nhw-my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .nhw-m-lg-2 {
        margin: .5rem !important
    }
    .nhw-mt-lg-2 {
        margin-top: .5rem !important
    }
    .nhw-mr-lg-2 {
        margin-right: .5rem !important
    }
    .nhw-mb-lg-2 {
        margin-bottom: .5rem !important
    }
    .nhw-ml-lg-2 {
        margin-left: .5rem !important
    }
    .nhw-mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .nhw-my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .nhw-m-lg-3 {
        margin: 1rem !important
    }
    .nhw-mt-lg-3 {
        margin-top: 1rem !important
    }
    .nhw-mr-lg-3 {
        margin-right: 1rem !important
    }
    .nhw-mb-lg-3 {
        margin-bottom: 1rem !important
    }
    .nhw-ml-lg-3 {
        margin-left: 1rem !important
    }
    .nhw-mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .nhw-my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .nhw-m-lg-4 {
        margin: 1.5rem !important
    }
    .nhw-mt-lg-4 {
        margin-top: 1.5rem !important
    }
    .nhw-mr-lg-4 {
        margin-right: 1.5rem !important
    }
    .nhw-mb-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .nhw-ml-lg-4 {
        margin-left: 1.5rem !important
    }
    .nhw-mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .nhw-my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .nhw-m-lg-5 {
        margin: 3rem !important
    }
    .nhw-mt-lg-5 {
        margin-top: 3rem !important
    }
    .nhw-mr-lg-5 {
        margin-right: 3rem !important
    }
    .nhw-mb-lg-5 {
        margin-bottom: 3rem !important
    }
    .nhw-ml-lg-5 {
        margin-left: 3rem !important
    }
    .nhw-mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .nhw-my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .nhw-p-lg-0 {
        padding: 0 !important
    }
    .nhw-pt-lg-0 {
        padding-top: 0 !important
    }
    .nhw-pr-lg-0 {
        padding-right: 0 !important
    }
    .nhw-pb-lg-0 {
        padding-bottom: 0 !important
    }
    .nhw-pl-lg-0 {
        padding-left: 0 !important
    }
    .nhw-px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .nhw-py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .nhw-p-lg-1 {
        padding: .25rem !important
    }
    .nhw-pt-lg-1 {
        padding-top: .25rem !important
    }
    .nhw-pr-lg-1 {
        padding-right: .25rem !important
    }
    .nhw-pb-lg-1 {
        padding-bottom: .25rem !important
    }
    .nhw-pl-lg-1 {
        padding-left: .25rem !important
    }
    .nhw-px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .nhw-py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .nhw-p-lg-2 {
        padding: .5rem !important
    }
    .nhw-pt-lg-2 {
        padding-top: .5rem !important
    }
    .nhw-pr-lg-2 {
        padding-right: .5rem !important
    }
    .nhw-pb-lg-2 {
        padding-bottom: .5rem !important
    }
    .nhw-pl-lg-2 {
        padding-left: .5rem !important
    }
    .nhw-px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .nhw-py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .nhw-p-lg-3 {
        padding: 1rem !important
    }
    .nhw-pt-lg-3 {
        padding-top: 1rem !important
    }
    .nhw-pr-lg-3 {
        padding-right: 1rem !important
    }
    .nhw-pb-lg-3 {
        padding-bottom: 1rem !important
    }
    .nhw-pl-lg-3 {
        padding-left: 1rem !important
    }
    .nhw-px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .nhw-py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .nhw-p-lg-4 {
        padding: 1.5rem !important
    }
    .nhw-pt-lg-4 {
        padding-top: 1.5rem !important
    }
    .nhw-pr-lg-4 {
        padding-right: 1.5rem !important
    }
    .nhw-pb-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .nhw-pl-lg-4 {
        padding-left: 1.5rem !important
    }
    .nhw-px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .nhw-py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .nhw-p-lg-5 {
        padding: 3rem !important
    }
    .nhw-pt-lg-5 {
        padding-top: 3rem !important
    }
    .nhw-pr-lg-5 {
        padding-right: 3rem !important
    }
    .nhw-pb-lg-5 {
        padding-bottom: 3rem !important
    }
    .nhw-pl-lg-5 {
        padding-left: 3rem !important
    }
    .nhw-px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .nhw-py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .nhw-m-lg-auto {
        margin: auto !important
    }
    .nhw-mt-lg-auto {
        margin-top: auto !important
    }
    .nhw-mr-lg-auto {
        margin-right: auto !important
    }
    .nhw-mb-lg-auto {
        margin-bottom: auto !important
    }
    .nhw-ml-lg-auto {
        margin-left: auto !important
    }
    .nhw-mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .nhw-my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width:1200px) {
    .nhw-m-xl-0 {
        margin: 0 !important
    }
    .nhw-mt-xl-0 {
        margin-top: 0 !important
    }
    .nhw-mr-xl-0 {
        margin-right: 0 !important
    }
    .nhw-mb-xl-0 {
        margin-bottom: 0 !important
    }
    .nhw-ml-xl-0 {
        margin-left: 0 !important
    }
    .nhw-mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .nhw-my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .nhw-m-xl-1 {
        margin: .25rem !important
    }
    .nhw-mt-xl-1 {
        margin-top: .25rem !important
    }
    .nhw-mr-xl-1 {
        margin-right: .25rem !important
    }
    .nhw-mb-xl-1 {
        margin-bottom: .25rem !important
    }
    .nhw-ml-xl-1 {
        margin-left: .25rem !important
    }
    .nhw-mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .nhw-my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .nhw-m-xl-2 {
        margin: .5rem !important
    }
    .nhw-mt-xl-2 {
        margin-top: .5rem !important
    }
    .nhw-mr-xl-2 {
        margin-right: .5rem !important
    }
    .nhw-mb-xl-2 {
        margin-bottom: .5rem !important
    }
    .nhw-ml-xl-2 {
        margin-left: .5rem !important
    }
    .nhw-mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .nhw-my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .nhw-m-xl-3 {
        margin: 1rem !important
    }
    .nhw-mt-xl-3 {
        margin-top: 1rem !important
    }
    .nhw-mr-xl-3 {
        margin-right: 1rem !important
    }
    .nhw-mb-xl-3 {
        margin-bottom: 1rem !important
    }
    .nhw-ml-xl-3 {
        margin-left: 1rem !important
    }
    .nhw-mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .nhw-my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .nhw-m-xl-4 {
        margin: 1.5rem !important
    }
    .nhw-mt-xl-4 {
        margin-top: 1.5rem !important
    }
    .nhw-mr-xl-4 {
        margin-right: 1.5rem !important
    }
    .nhw-mb-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .nhw-ml-xl-4 {
        margin-left: 1.5rem !important
    }
    .nhw-mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .nhw-my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .nhw-m-xl-5 {
        margin: 3rem !important
    }
    .nhw-mt-xl-5 {
        margin-top: 3rem !important
    }
    .nhw-mr-xl-5 {
        margin-right: 3rem !important
    }
    .nhw-mb-xl-5 {
        margin-bottom: 3rem !important
    }
    .nhw-ml-xl-5 {
        margin-left: 3rem !important
    }
    .nhw-mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .nhw-my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .nhw-p-xl-0 {
        padding: 0 !important
    }
    .nhw-pt-xl-0 {
        padding-top: 0 !important
    }
    .nhw-pr-xl-0 {
        padding-right: 0 !important
    }
    .nhw-pb-xl-0 {
        padding-bottom: 0 !important
    }
    .nhw-pl-xl-0 {
        padding-left: 0 !important
    }
    .nhw-px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .nhw-py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .nhw-p-xl-1 {
        padding: .25rem !important
    }
    .nhw-pt-xl-1 {
        padding-top: .25rem !important
    }
    .nhw-pr-xl-1 {
        padding-right: .25rem !important
    }
    .nhw-pb-xl-1 {
        padding-bottom: .25rem !important
    }
    .nhw-pl-xl-1 {
        padding-left: .25rem !important
    }
    .nhw-px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .nhw-py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .nhw-p-xl-2 {
        padding: .5rem !important
    }
    .nhw-pt-xl-2 {
        padding-top: .5rem !important
    }
    .nhw-pr-xl-2 {
        padding-right: .5rem !important
    }
    .nhw-pb-xl-2 {
        padding-bottom: .5rem !important
    }
    .nhw-pl-xl-2 {
        padding-left: .5rem !important
    }
    .nhw-px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .nhw-py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .nhw-p-xl-3 {
        padding: 1rem !important
    }
    .nhw-pt-xl-3 {
        padding-top: 1rem !important
    }
    .nhw-pr-xl-3 {
        padding-right: 1rem !important
    }
    .nhw-pb-xl-3 {
        padding-bottom: 1rem !important
    }
    .nhw-pl-xl-3 {
        padding-left: 1rem !important
    }
    .nhw-px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .nhw-py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .nhw-p-xl-4 {
        padding: 1.5rem !important
    }
    .nhw-pt-xl-4 {
        padding-top: 1.5rem !important
    }
    .nhw-pr-xl-4 {
        padding-right: 1.5rem !important
    }
    .nhw-pb-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .nhw-pl-xl-4 {
        padding-left: 1.5rem !important
    }
    .nhw-px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .nhw-py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .nhw-p-xl-5 {
        padding: 3rem !important
    }
    .nhw-pt-xl-5 {
        padding-top: 3rem !important
    }
    .nhw-pr-xl-5 {
        padding-right: 3rem !important
    }
    .nhw-pb-xl-5 {
        padding-bottom: 3rem !important
    }
    .nhw-pl-xl-5 {
        padding-left: 3rem !important
    }
    .nhw-px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .nhw-py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .nhw-m-xl-auto {
        margin: auto !important
    }
    .nhw-mt-xl-auto {
        margin-top: auto !important
    }
    .nhw-mr-xl-auto {
        margin-right: auto !important
    }
    .nhw-mb-xl-auto {
        margin-bottom: auto !important
    }
    .nhw-ml-xl-auto {
        margin-left: auto !important
    }
    .nhw-mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .nhw-my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

.nhw-visible {
    visibility: visible !important
}

.nhw-invisible {
    visibility: hidden !important
}

.nesthub-widget {
    position: relative
}

.nesthub-widget *,
.nesthub-widget ::after,
.nesthub-widget ::before {
    box-sizing: border-box
}

.nesthub-widget *,
.nesthub-widget ::after,
.nesthub-widget ::before {
    box-sizing: border-box
}

@-ms-viewport {
    width: device-width
}

.nesthub-widget article,
.nesthub-widget aside,
.nesthub-widget figcaption,
.nesthub-widget figure,
.nesthub-widget footer,
.nesthub-widget header,
.nesthub-widget hgroup,
.nesthub-widget main,
.nesthub-widget nav,
.nesthub-widget section {
    display: block
}

.nesthub-widget [tabindex="-1"]:focus {
    outline: 0 !important
}

.nesthub-widget hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

.nesthub-widget h1,
.nesthub-widget h2,
.nesthub-widget h3,
.nesthub-widget h4,
.nesthub-widget h5,
.nesthub-widget h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

.nesthub-widget p {
    margin-top: 0;
    margin-bottom: 1rem
}

.nesthub-widget abbr[data-original-title],
.nesthub-widget abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

.nesthub-widget address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

.nesthub-widget dl,
.nesthub-widget ol,
.nesthub-widget ul {
    margin-top: 0;
    margin-bottom: 1rem
}

.nesthub-widget ol ol,
.nesthub-widget ol ul,
.nesthub-widget ul ol,
.nesthub-widget ul ul {
    margin-bottom: 0
}

.nesthub-widget dt {
    font-weight: 700
}

.nesthub-widget dd {
    margin-bottom: .5rem;
    margin-left: 0
}

.nesthub-widget blockquote {
    margin: 0 0 1rem
}

.nesthub-widget dfn {
    font-style: italic
}

.nesthub-widget b,
.nesthub-widget strong {
    font-weight: bolder
}

.nesthub-widget small {
    font-size: 80%
}

.nesthub-widget sub,
.nesthub-widget sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

.nesthub-widget sub {
    bottom: -.25em
}

.nesthub-widget sup {
    top: -.5em
}

.nesthub-widget img {
    vertical-align: middle;
    border-style: none
}

.nesthub-widget svg:not(:root) {
    overflow: hidden
}

.nesthub-widget table {
    border-collapse: collapse
}

.nesthub-widget caption {
    padding-top: .75em;
    padding-bottom: .75em;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

.nesthub-widget th {
    text-align: inherit
}

.nesthub-widget label {
    display: inline-block;
    margin-bottom: .5em
}

.nesthub-widget button {
    border-radius: 0
}

.nesthub-widget button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

.nesthub-widget button,
.nesthub-widget input,
.nesthub-widget optgroup,
.nesthub-widget select,
.nesthub-widget textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.nesthub-widget button,
.nesthub-widget input {
    overflow: visible
}

.nesthub-widget button,
.nesthub-widget select {
    text-transform: none
}

.nesthub-widget [type=reset],
.nesthub-widget [type=submit],
.nesthub-widget button,
.nesthub-widget html [type=button] {
    -webkit-appearance: button
}

.nesthub-widget [type=button]::-moz-focus-inner,
.nesthub-widget [type=reset]::-moz-focus-inner,
.nesthub-widget [type=submit]::-moz-focus-inner,
.nesthub-widget button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

.nesthub-widget input[type=checkbox],
.nesthub-widget input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

.nesthub-widget input[type=date],
.nesthub-widget input[type=datetime-local],
.nesthub-widget input[type=month],
.nesthub-widget input[type=time] {
    -webkit-appearance: listbox
}

.nesthub-widget textarea {
    overflow: auto;
    resize: vertical
}

.nesthub-widget fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

.nesthub-widget legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

.nesthub-widget progress {
    vertical-align: baseline
}

.nesthub-widget [type=number]::-webkit-inner-spin-button,
.nesthub-widget [type=number]::-webkit-outer-spin-button {
    height: auto
}

.nesthub-widget [type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

.nesthub-widget [type=search]::-webkit-search-cancel-button,
.nesthub-widget [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.nesthub-widget ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.nesthub-widget output {
    display: inline-block
}

.nesthub-widget summary {
    display: list-item;
    cursor: pointer
}

.nesthub-widget template {
    display: none
}

.nesthub-widget [hidden] {
    display: none !important
}

.nhw-hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.nhw-small {
    font-size: 80%;
    font-weight: 400
}

.nhw-mark {
    padding: .2em;
    background-color: #fcf8e3
}

.nhw-list-unstyled {
    padding-left: 0;
    list-style: none
}

.nhw-list-inline {
    padding-left: 0;
    list-style: none
}

.nhw-list-inline-item {
    display: inline-block
}

.nhw-list-inline-item:not(:last-child) {
    margin-right: .5em
}

.nhw-initialism {
    font-size: 90%;
    text-transform: uppercase
}

.nhw-blockquote {
    margin-bottom: 1rem;
    font-size: 1.25em
}

.nhw-blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.nhw-blockquote-footer::before {
    content: "— "
}

.nhw-alert {
    position: relative;
    padding: .75em 1.25em;
    margin-bottom: 1em;
    border: 1px solid transparent;
    border-radius: .25em
}

.nhw-alert-heading {
    color: inherit
}

.nhw-alert-link {
    font-weight: 700
}

.nhw-alert-dismissible {
    padding-right: 4em
}

.nhw-alert-dismissible .nhw-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75em 1.25em;
    color: inherit
}

.nhw-alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.nhw-alert-primary hr {
    border-top-color: #9fcdff
}

.nhw-alert-primary .nhw-alert-link {
    color: #002752
}

.nhw-alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.nhw-alert-secondary hr {
    border-top-color: #c8cbcf
}

.nhw-alert-secondary .nhw-alert-link {
    color: #202326
}

.nhw-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.nhw-alert-success hr {
    border-top-color: #b1dfbb
}

.nhw-alert-success .nhw-alert-link {
    color: #0b2e13
}

.nhw-alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.nhw-alert-info hr {
    border-top-color: #abdde5
}

.nhw-alert-info .nhw-alert-link {
    color: #062c33
}

.nhw-alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.nhw-alert-warning hr {
    border-top-color: #ffe8a1
}

.nhw-alert-warning .nhw-alert-link {
    color: #533f03
}

.nhw-alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.nhw-alert-danger hr {
    border-top-color: #f1b0b7
}

.nhw-alert-danger .nhw-alert-link {
    color: #491217
}

.nhw-alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.nhw-alert-light hr {
    border-top-color: #ececf6
}

.nhw-alert-light .nhw-alert-link {
    color: #686868
}

.nhw-alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.nhw-alert-dark hr {
    border-top-color: #b9bbbe
}

.nhw-alert-dark .nhw-alert-link {
    color: #040505
}

.nhw-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375em .75em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .25em;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .nhw-btn {
        transition: none
    }
}

.nhw-btn:focus,
.nhw-btn:hover {
    text-decoration: none
}

.nhw-btn.focus,
.nhw-btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2em rgba(0, 123, 255, .25)
}

.nhw-btn.disabled,
.nhw-btn:disabled {
    opacity: .65
}

.nhw-btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.nhw-btn:not(:disabled):not(.disabled).active,
.nhw-btn:not(:disabled):not(.disabled):active {
    background-image: none
}

a.nhw-btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.nhw-btn-primary {
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff
}

.nhw-btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.nhw-btn-primary.focus,
.nhw-btn-primary:focus {
    box-shadow: 0 0 0 .2em rgba(0, 123, 255, .5)
}

.nhw-btn-primary.nhw-disabled,
.nhw-btn-primary:nhw-disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.nhw-btn-primary:not(:disabled):not(.nhw-disabled).nhw-active,
.nhw-btn-primary:not(:disabled):not(.nhw-disabled):active,
.nhw-show>.nhw-btn-primary.nhw-dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.nhw-btn-primary:not(:disabled):not(.nhw-disabled).nhw-active:focus,
.nhw-btn-primary:not(:disabled):not(.nhw-disabled):active:focus,
.nhw-show>.nhw-btn-primary.nhw-dropdown-toggle:focus {
    box-shadow: 0 0 0 .2em rgba(0, 123, 255, .5)
}

.nhw-btn-secondary {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d
}

.nhw-btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.nhw-btn-secondary.focus,
.nhw-btn-secondary:focus {
    box-shadow: 0 0 0 .2em rgba(108, 117, 125, .5)
}

.nhw-btn-secondary.nhw-disabled,
.nhw-btn-secondary:nhw-disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.nhw-btn-secondary:not(:disabled):not(.nhw-disabled).nhw-active,
.nhw-btn-secondary:not(:disabled):not(.nhw-disabled):active,
.nhw-show>.nhw-btn-secondary.nhw-dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.nhw-btn-secondary:not(:disabled):not(.nhw-disabled).nhw-active:focus,
.nhw-btn-secondary:not(:disabled):not(.nhw-disabled):active:focus,
.nhw-show>.nhw-btn-secondary.nhw-dropdown-toggle:focus {
    box-shadow: 0 0 0 .2em rgba(108, 117, 125, .5)
}

.nhw-btn-success {
    color: #fff !important;
    background-color: #28a745;
    border-color: #28a745
}

.nhw-btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.nhw-btn-success.focus,
.nhw-btn-success:focus {
    box-shadow: 0 0 0 .2em rgba(40, 167, 69, .5)
}

.nhw-btn-success.nhw-disabled,
.nhw-btn-success:nhw-disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.nhw-btn-success:not(:disabled):not(.nhw-disabled).nhw-active,
.nhw-btn-success:not(:disabled):not(.nhw-disabled):active,
.nhw-show>.nhw-btn-success.nhw-dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.nhw-btn-success:not(:disabled):not(.nhw-disabled).nhw-active:focus,
.nhw-btn-success:not(:disabled):not(.nhw-disabled):active:focus,
.nhw-show>.nhw-btn-success.nhw-dropdown-toggle:focus {
    box-shadow: 0 0 0 .2em rgba(40, 167, 69, .5)
}

.nhw-btn-info {
    color: #fff !important;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.nhw-btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.nhw-btn-info.focus,
.nhw-btn-info:focus {
    box-shadow: 0 0 0 .2em rgba(23, 162, 184, .5)
}

.nhw-btn-info.nhw-disabled,
.nhw-btn-info:nhw-disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.nhw-btn-info:not(:disabled):not(.nhw-disabled).nhw-active,
.nhw-btn-info:not(:disabled):not(.nhw-disabled):active,
.nhw-show>.nhw-btn-info.nhw-dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.nhw-btn-info:not(:disabled):not(.nhw-disabled).nhw-active:focus,
.nhw-btn-info:not(:disabled):not(.nhw-disabled):active:focus,
.nhw-show>.nhw-btn-info.nhw-dropdown-toggle:focus {
    box-shadow: 0 0 0 .2em rgba(23, 162, 184, .5)
}

.nhw-btn-warning {
    color: #212529 !important;
    background-color: #ffc107;
    border-color: #ffc107
}

.nhw-btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.nhw-btn-warning.focus,
.nhw-btn-warning:focus {
    box-shadow: 0 0 0 .2em rgba(255, 193, 7, .5)
}

.nhw-btn-warning.nhw-disabled,
.nhw-btn-warning:nhw-disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.nhw-btn-warning:not(:disabled):not(.nhw-disabled).nhw-active,
.nhw-btn-warning:not(:disabled):not(.nhw-disabled):active,
.nhw-show>.nhw-btn-warning.nhw-dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.nhw-btn-warning:not(:disabled):not(.nhw-disabled).nhw-active:focus,
.nhw-btn-warning:not(:disabled):not(.nhw-disabled):active:focus,
.nhw-show>.nhw-btn-warning.nhw-dropdown-toggle:focus {
    box-shadow: 0 0 0 .2em rgba(255, 193, 7, .5)
}

.nhw-btn-danger {
    color: #fff !important;
    background-color: #dc3545;
    border-color: #dc3545
}

.nhw-btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.nhw-btn-danger.focus,
.nhw-btn-danger:focus {
    box-shadow: 0 0 0 .2em rgba(220, 53, 69, .5)
}

.nhw-btn-danger.nhw-disabled,
.nhw-btn-danger:nhw-disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.nhw-btn-danger:not(:disabled):not(.nhw-disabled).nhw-active,
.nhw-btn-danger:not(:disabled):not(.nhw-disabled):active,
.nhw-show>.nhw-btn-danger.nhw-dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.nhw-btn-danger:not(:disabled):not(.nhw-disabled).nhw-active:focus,
.nhw-btn-danger:not(:disabled):not(.nhw-disabled):active:focus,
.nhw-show>.nhw-btn-danger.nhw-dropdown-toggle:focus {
    box-shadow: 0 0 0 .2em rgba(220, 53, 69, .5)
}

.nhw-btn-light {
    color: #212529 !important;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.nhw-btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.nhw-btn-light.focus,
.nhw-btn-light:focus {
    box-shadow: 0 0 0 .2em rgba(248, 249, 250, .5)
}

.nhw-btn-light.nhw-disabled,
.nhw-btn-light:nhw-disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.nhw-btn-light:not(:disabled):not(.nhw-disabled).nhw-active,
.nhw-btn-light:not(:disabled):not(.nhw-disabled):active,
.nhw-show>.nhw-btn-light.nhw-dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.nhw-btn-light:not(:disabled):not(.nhw-disabled).nhw-active:focus,
.nhw-btn-light:not(:disabled):not(.nhw-disabled):active:focus,
.nhw-show>.nhw-btn-light.nhw-dropdown-toggle:focus {
    box-shadow: 0 0 0 .2em rgba(248, 249, 250, .5)
}

.nhw-btn-dark {
    color: #fff !important;
    background-color: #343a40;
    border-color: #343a40
}

.nhw-btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.nhw-btn-dark.focus,
.nhw-btn-dark:focus {
    box-shadow: 0 0 0 .2em rgba(52, 58, 64, .5)
}

.nhw-btn-dark.nhw-disabled,
.nhw-btn-dark:nhw-disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.nhw-btn-dark:not(:disabled):not(.nhw-disabled).nhw-active,
.nhw-btn-dark:not(:disabled):not(.nhw-disabled):active,
.nhw-show>.nhw-btn-dark.nhw-dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.nhw-btn-dark:not(:disabled):not(.nhw-disabled).nhw-active:focus,
.nhw-btn-dark:not(:disabled):not(.nhw-disabled):active:focus,
.nhw-show>.nhw-btn-dark.nhw-dropdown-toggle:focus {
    box-shadow: 0 0 0 .2em rgba(52, 58, 64, .5)
}

.nhw-btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.nhw-btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.nhw-btn-outline-primary.nhw-focus,
.nhw-btn-outline-primary:focus {
    box-shadow: 0 0 0 .2em rgba(0, 123, 255, .5)
}

.nhw-btn-outline-primary.nhw-disabled,
.nhw-btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.nhw-btn-outline-primary:not(:disabled):not(.nhw-disabled).nhw-active,
.nhw-btn-outline-primary:not(:disabled):not(.nhw-disabled):active,
.nhw-show>.nhw-btn-outline-primary.nhw-dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.nhw-btn-outline-primary:not(:disabled):not(.nhw-disabled).nhw-active:focus,
.nhw-btn-outline-primary:not(:disabled):not(.nhw-disabled):active:focus,
.nhw-show>.nhw-btn-outline-primary.nhw-dropdown-toggle:focus {
    box-shadow: 0 0 0 .2em rgba(0, 123, 255, .5)
}

.nhw-btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.nhw-btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.nhw-btn-outline-secondary.nhw-focus,
.nhw-btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2em rgba(108, 117, 125, .5)
}

.nhw-btn-outline-secondary.nhw-disabled,
.nhw-btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.nhw-btn-outline-secondary:not(:disabled):not(.nhw-disabled).nhw-active,
.nhw-btn-outline-secondary:not(:disabled):not(.nhw-disabled):active,
.nhw-show>.nhw-btn-outline-secondary.nhw-dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.nhw-btn-outline-secondary:not(:disabled):not(.nhw-disabled).nhw-active:focus,
.nhw-btn-outline-secondary:not(:disabled):not(.nhw-disabled):active:focus,
.nhw-show>.nhw-btn-outline-secondary.nhw-dropdown-toggle:focus {
    box-shadow: 0 0 0 .2em rgba(108, 117, 125, .5)
}

.nhw-btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.nhw-btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.nhw-btn-outline-success.nhw-focus,
.nhw-btn-outline-success:focus {
    box-shadow: 0 0 0 .2em rgba(40, 167, 69, .5)
}

.nhw-btn-outline-success.nhw-disabled,
.nhw-btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.nhw-btn-outline-success:not(:disabled):not(.nhw-disabled).nhw-active,
.nhw-btn-outline-success:not(:disabled):not(.nhw-disabled):active,
.nhw-show>.nhw-btn-outline-success.nhw-dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.nhw-btn-outline-success:not(:disabled):not(.nhw-disabled).nhw-active:focus,
.nhw-btn-outline-success:not(:disabled):not(.nhw-disabled):active:focus,
.nhw-show>.nhw-btn-outline-success.nhw-dropdown-toggle:focus {
    box-shadow: 0 0 0 .2em rgba(40, 167, 69, .5)
}

.nhw-btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.nhw-btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.nhw-btn-outline-info.nhw-focus,
.nhw-btn-outline-info:focus {
    box-shadow: 0 0 0 .2em rgba(23, 162, 184, .5)
}

.nhw-btn-outline-info.nhw-disabled,
.nhw-btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.nhw-btn-outline-info:not(:disabled):not(.nhw-disabled).nhw-active,
.nhw-btn-outline-info:not(:disabled):not(.nhw-disabled):active,
.nhw-show>.nhw-btn-outline-info.nhw-dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.nhw-btn-outline-info:not(:disabled):not(.nhw-disabled).nhw-active:focus,
.nhw-btn-outline-info:not(:disabled):not(.nhw-disabled):active:focus,
.nhw-show>.nhw-btn-outline-info.nhw-dropdown-toggle:focus {
    box-shadow: 0 0 0 .2em rgba(23, 162, 184, .5)
}

.nhw-btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.nhw-btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.nhw-btn-outline-warning.nhw-focus,
.nhw-btn-outline-warning:focus {
    box-shadow: 0 0 0 .2em rgba(255, 193, 7, .5)
}

.nhw-btn-outline-warning.nhw-disabled,
.nhw-btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.nhw-btn-outline-warning:not(:disabled):not(.nhw-disabled).nhw-active,
.nhw-btn-outline-warning:not(:disabled):not(.nhw-disabled):active,
.nhw-show>.nhw-btn-outline-warning.nhw-dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.nhw-btn-outline-warning:not(:disabled):not(.nhw-disabled).nhw-active:focus,
.nhw-btn-outline-warning:not(:disabled):not(.nhw-disabled):active:focus,
.nhw-show>.nhw-btn-outline-warning.nhw-dropdown-toggle:focus {
    box-shadow: 0 0 0 .2em rgba(255, 193, 7, .5)
}

.nhw-btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.nhw-btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.nhw-btn-outline-danger.nhw-focus,
.nhw-btn-outline-danger:focus {
    box-shadow: 0 0 0 .2em rgba(220, 53, 69, .5)
}

.nhw-btn-outline-danger.nhw-disabled,
.nhw-btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.nhw-btn-outline-danger:not(:disabled):not(.nhw-disabled).nhw-active,
.nhw-btn-outline-danger:not(:disabled):not(.nhw-disabled):active,
.nhw-show>.nhw-btn-outline-danger.nhw-dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.nhw-btn-outline-danger:not(:disabled):not(.nhw-disabled).nhw-active:focus,
.nhw-btn-outline-danger:not(:disabled):not(.nhw-disabled):active:focus,
.nhw-show>.nhw-btn-outline-danger.nhw-dropdown-toggle:focus {
    box-shadow: 0 0 0 .2em rgba(220, 53, 69, .5)
}

.nhw-btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.nhw-btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.nhw-btn-outline-light.nhw-focus,
.nhw-btn-outline-light:focus {
    box-shadow: 0 0 0 .2em rgba(248, 249, 250, .5)
}

.nhw-btn-outline-light.nhw-disabled,
.nhw-btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.nhw-btn-outline-light:not(:disabled):not(.nhw-disabled).nhw-active,
.nhw-btn-outline-light:not(:disabled):not(.nhw-disabled):active,
.nhw-show>.nhw-btn-outline-light.nhw-dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.nhw-btn-outline-light:not(:disabled):not(.nhw-disabled).nhw-active:focus,
.nhw-btn-outline-light:not(:disabled):not(.nhw-disabled):active:focus,
.nhw-show>.nhw-btn-outline-light.nhw-dropdown-toggle:focus {
    box-shadow: 0 0 0 .2em rgba(248, 249, 250, .5)
}

.nhw-btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.nhw-btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.nhw-btn-outline-dark.nhw-focus,
.nhw-btn-outline-dark:focus {
    box-shadow: 0 0 0 .2em rgba(52, 58, 64, .5)
}

.nhw-btn-outline-dark.nhw-disabled,
.nhw-btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.nhw-btn-outline-dark:not(:disabled):not(.nhw-disabled).nhw-active,
.nhw-btn-outline-dark:not(:disabled):not(.nhw-disabled):active,
.nhw-show>.nhw-btn-outline-dark.nhw-dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.nhw-btn-outline-dark:not(:disabled):not(.nhw-disabled).nhw-active:focus,
.nhw-btn-outline-dark:not(:disabled):not(.nhw-disabled):active:focus,
.nhw-show>.nhw-btn-outline-dark.nhw-dropdown-toggle:focus {
    box-shadow: 0 0 0 .2em rgba(52, 58, 64, .5)
}

.nhw-btn-link {
    background-color: transparent
}

.nhw-btn-lg {
    padding: .5em 1em;
    font-size: 1.25em;
    line-height: 1.5;
    border-radius: .3em
}

.nhw-btn-sm {
    padding: .25em .5em;
    font-size: .875em;
    line-height: 1.5;
    border-radius: .2em
}

.nhw-btn-block {
    display: block;
    width: 100%
}

.nhw-btn-block+.nhw-btn-block {
    margin-top: .5em
}

input[type=button].nhw-btn-block,
input[type=reset].nhw-btn-block,
input[type=submit].nhw-btn-block {
    width: 100%
}

.nhw-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .nhw-container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .nhw-container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .nhw-container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .nhw-container {
        max-width: 1140px
    }
}

.nhw-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.nhw-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.nhw-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.nhw-no-gutters>.nhw-col,
.nhw-no-gutters>[class*=nhw-col-] {
    padding-right: 0;
    padding-left: 0
}

.nhw-col,
.nhw-col-1,
.nhw-col-10,
.nhw-col-11,
.nhw-col-12,
.nhw-col-2,
.nhw-col-3,
.nhw-col-4,
.nhw-col-5,
.nhw-col-6,
.nhw-col-7,
.nhw-col-8,
.nhw-col-9,
.nhw-col-auto,
.nhw-col-lg,
.nhw-col-lg-1,
.nhw-col-lg-10,
.nhw-col-lg-11,
.nhw-col-lg-12,
.nhw-col-lg-2,
.nhw-col-lg-3,
.nhw-col-lg-4,
.nhw-col-lg-5,
.nhw-col-lg-6,
.nhw-col-lg-7,
.nhw-col-lg-8,
.nhw-col-lg-9,
.nhw-col-lg-auto,
.nhw-col-md,
.nhw-col-md-1,
.nhw-col-md-10,
.nhw-col-md-11,
.nhw-col-md-12,
.nhw-col-md-2,
.nhw-col-md-3,
.nhw-col-md-4,
.nhw-col-md-5,
.nhw-col-md-6,
.nhw-col-md-7,
.nhw-col-md-8,
.nhw-col-md-9,
.nhw-col-md-auto,
.nhw-col-sm,
.nhw-col-sm-1,
.nhw-col-sm-10,
.nhw-col-sm-11,
.nhw-col-sm-12,
.nhw-col-sm-2,
.nhw-col-sm-3,
.nhw-col-sm-4,
.nhw-col-sm-5,
.nhw-col-sm-6,
.nhw-col-sm-7,
.nhw-col-sm-8,
.nhw-col-sm-9,
.nhw-col-sm-auto,
.nhw-col-xl,
.nhw-col-xl-1,
.nhw-col-xl-10,
.nhw-col-xl-11,
.nhw-col-xl-12,
.nhw-col-xl-2,
.nhw-col-xl-3,
.nhw-col-xl-4,
.nhw-col-xl-5,
.nhw-col-xl-6,
.nhw-col-xl-7,
.nhw-col-xl-8,
.nhw-col-xl-9,
.nhw-col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.nhw-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.nhw-col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.nhw-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.nhw-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.nhw-col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.nhw-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.nhw-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.nhw-col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.nhw-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.nhw-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.nhw-col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.nhw-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.nhw-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.nhw-col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.nhw-order-first {
    order: -1
}

.nhw-order-last {
    order: 13
}

.nhw-order-0 {
    order: 0
}

.nhw-order-1 {
    order: 1
}

.nhw-order-2 {
    order: 2
}

.nhw-order-3 {
    order: 3
}

.nhw-order-4 {
    order: 4
}

.nhw-order-5 {
    order: 5
}

.nhw-order-6 {
    order: 6
}

.nhw-order-7 {
    order: 7
}

.nhw-order-8 {
    order: 8
}

.nhw-order-9 {
    order: 9
}

.nhw-order-10 {
    order: 10
}

.nhw-order-11 {
    order: 11
}

.nhw-order-12 {
    order: 12
}

.nhw-offset-1 {
    margin-left: 8.3333333333%
}

.nhw-offset-2 {
    margin-left: 16.6666666667%
}

.nhw-offset-3 {
    margin-left: 25%
}

.nhw-offset-4 {
    margin-left: 33.3333333333%
}

.nhw-offset-5 {
    margin-left: 41.6666666667%
}

.nhw-offset-6 {
    margin-left: 50%
}

.nhw-offset-7 {
    margin-left: 58.3333333333%
}

.nhw-offset-8 {
    margin-left: 66.6666666667%
}

.nhw-offset-9 {
    margin-left: 75%
}

.nhw-offset-10 {
    margin-left: 83.3333333333%
}

.nhw-offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width:576px) {
    .nhw-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .nhw-col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .nhw-col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .nhw-col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .nhw-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .nhw-col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .nhw-col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .nhw-col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .nhw-col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .nhw-col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .nhw-col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .nhw-col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .nhw-col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .nhw-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .nhw-order-sm-first {
        order: -1
    }
    .nhw-order-sm-last {
        order: 13
    }
    .nhw-order-sm-0 {
        order: 0
    }
    .nhw-order-sm-1 {
        order: 1
    }
    .nhw-order-sm-2 {
        order: 2
    }
    .nhw-order-sm-3 {
        order: 3
    }
    .nhw-order-sm-4 {
        order: 4
    }
    .nhw-order-sm-5 {
        order: 5
    }
    .nhw-order-sm-6 {
        order: 6
    }
    .nhw-order-sm-7 {
        order: 7
    }
    .nhw-order-sm-8 {
        order: 8
    }
    .nhw-order-sm-9 {
        order: 9
    }
    .nhw-order-sm-10 {
        order: 10
    }
    .nhw-order-sm-11 {
        order: 11
    }
    .nhw-order-sm-12 {
        order: 12
    }
    .nhw-offset-sm-0 {
        margin-left: 0
    }
    .nhw-offset-sm-1 {
        margin-left: 8.3333333333%
    }
    .nhw-offset-sm-2 {
        margin-left: 16.6666666667%
    }
    .nhw-offset-sm-3 {
        margin-left: 25%
    }
    .nhw-offset-sm-4 {
        margin-left: 33.3333333333%
    }
    .nhw-offset-sm-5 {
        margin-left: 41.6666666667%
    }
    .nhw-offset-sm-6 {
        margin-left: 50%
    }
    .nhw-offset-sm-7 {
        margin-left: 58.3333333333%
    }
    .nhw-offset-sm-8 {
        margin-left: 66.6666666667%
    }
    .nhw-offset-sm-9 {
        margin-left: 75%
    }
    .nhw-offset-sm-10 {
        margin-left: 83.3333333333%
    }
    .nhw-offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:768px) {
    .nhw-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .nhw-col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .nhw-col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .nhw-col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .nhw-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .nhw-col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .nhw-col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .nhw-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .nhw-col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .nhw-col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .nhw-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .nhw-col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .nhw-col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .nhw-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .nhw-order-md-first {
        order: -1
    }
    .nhw-order-md-last {
        order: 13
    }
    .nhw-order-md-0 {
        order: 0
    }
    .nhw-order-md-1 {
        order: 1
    }
    .nhw-order-md-2 {
        order: 2
    }
    .nhw-order-md-3 {
        order: 3
    }
    .nhw-order-md-4 {
        order: 4
    }
    .nhw-order-md-5 {
        order: 5
    }
    .nhw-order-md-6 {
        order: 6
    }
    .nhw-order-md-7 {
        order: 7
    }
    .nhw-order-md-8 {
        order: 8
    }
    .nhw-order-md-9 {
        order: 9
    }
    .nhw-order-md-10 {
        order: 10
    }
    .nhw-order-md-11 {
        order: 11
    }
    .nhw-order-md-12 {
        order: 12
    }
    .nhw-offset-md-0 {
        margin-left: 0
    }
    .nhw-offset-md-1 {
        margin-left: 8.3333333333%
    }
    .nhw-offset-md-2 {
        margin-left: 16.6666666667%
    }
    .nhw-offset-md-3 {
        margin-left: 25%
    }
    .nhw-offset-md-4 {
        margin-left: 33.3333333333%
    }
    .nhw-offset-md-5 {
        margin-left: 41.6666666667%
    }
    .nhw-offset-md-6 {
        margin-left: 50%
    }
    .nhw-offset-md-7 {
        margin-left: 58.3333333333%
    }
    .nhw-offset-md-8 {
        margin-left: 66.6666666667%
    }
    .nhw-offset-md-9 {
        margin-left: 75%
    }
    .nhw-offset-md-10 {
        margin-left: 83.3333333333%
    }
    .nhw-offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:992px) {
    .nhw-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .nhw-col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .nhw-col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .nhw-col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .nhw-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .nhw-col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .nhw-col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .nhw-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .nhw-col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .nhw-col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .nhw-col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .nhw-col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .nhw-col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .nhw-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .nhw-order-lg-first {
        order: -1
    }
    .nhw-order-lg-last {
        order: 13
    }
    .nhw-order-lg-0 {
        order: 0
    }
    .nhw-order-lg-1 {
        order: 1
    }
    .nhw-order-lg-2 {
        order: 2
    }
    .nhw-order-lg-3 {
        order: 3
    }
    .nhw-order-lg-4 {
        order: 4
    }
    .nhw-order-lg-5 {
        order: 5
    }
    .nhw-order-lg-6 {
        order: 6
    }
    .nhw-order-lg-7 {
        order: 7
    }
    .nhw-order-lg-8 {
        order: 8
    }
    .nhw-order-lg-9 {
        order: 9
    }
    .nhw-order-lg-10 {
        order: 10
    }
    .nhw-order-lg-11 {
        order: 11
    }
    .nhw-order-lg-12 {
        order: 12
    }
    .nhw-offset-lg-0 {
        margin-left: 0
    }
    .nhw-offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .nhw-offset-lg-2 {
        margin-left: 16.6666666667%
    }
    .nhw-offset-lg-3 {
        margin-left: 25%
    }
    .nhw-offset-lg-4 {
        margin-left: 33.3333333333%
    }
    .nhw-offset-lg-5 {
        margin-left: 41.6666666667%
    }
    .nhw-offset-lg-6 {
        margin-left: 50%
    }
    .nhw-offset-lg-7 {
        margin-left: 58.3333333333%
    }
    .nhw-offset-lg-8 {
        margin-left: 66.6666666667%
    }
    .nhw-offset-lg-9 {
        margin-left: 75%
    }
    .nhw-offset-lg-10 {
        margin-left: 83.3333333333%
    }
    .nhw-offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1200px) {
    .nhw-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .nhw-col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .nhw-col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .nhw-col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .nhw-col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .nhw-col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .nhw-col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .nhw-col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .nhw-col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .nhw-col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .nhw-col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .nhw-col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .nhw-col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .nhw-col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .nhw-order-xl-first {
        order: -1
    }
    .nhw-order-xl-last {
        order: 13
    }
    .nhw-order-xl-0 {
        order: 0
    }
    .nhw-order-xl-1 {
        order: 1
    }
    .nhw-order-xl-2 {
        order: 2
    }
    .nhw-order-xl-3 {
        order: 3
    }
    .nhw-order-xl-4 {
        order: 4
    }
    .nhw-order-xl-5 {
        order: 5
    }
    .nhw-order-xl-6 {
        order: 6
    }
    .nhw-order-xl-7 {
        order: 7
    }
    .nhw-order-xl-8 {
        order: 8
    }
    .nhw-order-xl-9 {
        order: 9
    }
    .nhw-order-xl-10 {
        order: 10
    }
    .nhw-order-xl-11 {
        order: 11
    }
    .nhw-order-xl-12 {
        order: 12
    }
    .nhw-offset-xl-0 {
        margin-left: 0
    }
    .nhw-offset-xl-1 {
        margin-left: 8.3333333333%
    }
    .nhw-offset-xl-2 {
        margin-left: 16.6666666667%
    }
    .nhw-offset-xl-3 {
        margin-left: 25%
    }
    .nhw-offset-xl-4 {
        margin-left: 33.3333333333%
    }
    .nhw-offset-xl-5 {
        margin-left: 41.6666666667%
    }
    .nhw-offset-xl-6 {
        margin-left: 50%
    }
    .nhw-offset-xl-7 {
        margin-left: 58.3333333333%
    }
    .nhw-offset-xl-8 {
        margin-left: 66.6666666667%
    }
    .nhw-offset-xl-9 {
        margin-left: 75%
    }
    .nhw-offset-xl-10 {
        margin-left: 83.3333333333%
    }
    .nhw-offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.nhw-test-control {
    display: none !important
}

.nhw-form-control {
    display: block;
    width: 100%;
    padding: .375em .75em;
    font-size: 1em;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25em;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .nhw-form-control {
        transition: none
    }
}

.nhw-form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.nhw-form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2em rgba(0, 123, 255, .25)
}

.nhw-form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.nhw-form-control:disabled,
.nhw-form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.nhw-form-control:not([size]):not([multiple]) {
    height: calc(2.25em + 2px)
}

select.nhw-form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.nhw-form-control-file,
.nhw-form-control-range {
    display: block;
    width: 100%
}

.nhw-col-form-label {
    padding-top: calc(.375em + 1px);
    padding-bottom: calc(.375em + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.nhw-col-form-label-lg {
    padding-top: calc(.5em + 1px);
    padding-bottom: calc(.5em + 1px);
    font-size: 1.25em;
    line-height: 1.5
}

.nhw-col-form-label-sm {
    padding-top: calc(.25em + 1px);
    padding-bottom: calc(.25em + 1px);
    font-size: .875em;
    line-height: 1.5
}

.nhw-form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375em;
    padding-bottom: .375em;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.nhw-form-control-plaintext.nhw-form-control-lg,
.nhw-form-control-plaintext.nhw-form-control-sm,
.nhw-input-group-lg>.nhw-form-control-plaintext.nhw-form-control,
.nhw-input-group-lg>.nhw-input-group-append>.nhw-form-control-plaintext.nhw-btn,
.nhw-input-group-lg>.nhw-input-group-append>.nhw-form-control-plaintext.nhw-input-group-text,
.nhw-input-group-lg>.nhw-input-group-prepend>.nhw-form-control-plaintext.nhw-btn,
.nhw-input-group-lg>.nhw-input-group-prepend>.nhw-form-control-plaintext.nhw-input-group-text,
.nhw-input-group-sm>.nhw-form-control-plaintext.nhw-form-control,
.nhw-input-group-sm>.nhw-input-group-append>.nhw-form-control-plaintext.nhw-btn,
.nhw-input-group-sm>.nhw-input-group-append>.nhw-form-control-plaintext.nhw-input-group-text,
.nhw-input-group-sm>.nhw-input-group-prepend>.nhw-form-control-plaintext.nhw-btn,
.nhw-input-group-sm>.nhw-input-group-prepend>.nhw-form-control-plaintext.nhw-input-group-text {
    padding-right: 0;
    padding-left: 0
}

.nhw-form-control-sm,
.nhw-input-group-sm>.nhw-form-control,
.nhw-input-group-sm>.nhw-input-group-append>.nhw-btn,
.nhw-input-group-sm>.nhw-input-group-append>.nhw-input-group-text,
.nhw-input-group-sm>.nhw-input-group-prepend>.nhw-btn,
.nhw-input-group-sm>.nhw-input-group-prepend>.nhw-input-group-text {
    padding: .25em .5em;
    font-size: .875em;
    line-height: 1.5;
    border-radius: .2em
}

.nhw-input-group-sm>.nhw-input-group-append>select.nhw-btn:not([size]):not([multiple]),
.nhw-input-group-sm>.nhw-input-group-append>select.nhw-input-group-text:not([size]):not([multiple]),
.nhw-input-group-sm>.nhw-input-group-prepend>select.nhw-btn:not([size]):not([multiple]),
.nhw-input-group-sm>.nhw-input-group-prepend>select.nhw-input-group-text:not([size]):not([multiple]),
.nhw-input-group-sm>select.nhw-form-control:not([size]):not([multiple]),
select.nhw-form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125em + 2px)
}

.nhw-form-control-lg,
.nhw-input-group-lg>.nhw-form-control,
.nhw-input-group-lg>.nhw-input-group-append>.nhw-btn,
.nhw-input-group-lg>.nhw-input-group-append>.nhw-input-group-text,
.nhw-input-group-lg>.nhw-input-group-prepend>.nhw-btn,
.nhw-input-group-lg>.nhw-input-group-prepend>.nhw-input-group-text {
    padding: .5em 1em;
    font-size: 1.25em;
    line-height: 1.5;
    border-radius: .3em
}

.nhw-input-group-lg>.nhw-input-group-append>select.nhw-btn:not([size]):not([multiple]),
.nhw-input-group-lg>.nhw-input-group-append>select.nhw-input-group-text:not([size]):not([multiple]),
.nhw-input-group-lg>.nhw-input-group-prepend>select.nhw-btn:not([size]):not([multiple]),
.nhw-input-group-lg>.nhw-input-group-prepend>select.nhw-input-group-text:not([size]):not([multiple]),
.nhw-input-group-lg>select.nhw-form-control:not([size]):not([multiple]),
select.nhw-form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875em + 2px)
}

.nhw-form-group {
    margin-bottom: 1em
}

.nhw-form-text {
    display: block;
    margin-top: .25em
}

.nhw-form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.nhw-form-row>.nhw-col,
.nhw-form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.nhw-form-check {
    position: relative;
    display: block;
    padding-left: 1.25em
}

.nhw-form-check-input {
    position: absolute;
    margin-top: .3em;
    margin-left: -1.25em
}

.nhw-form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.nhw-form-check-label {
    margin-bottom: 0
}

.nhw-form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75em
}

.nhw-form-check-inline .nhw-form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125em;
    margin-left: 0
}

.nhw-valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25em;
    font-size: 80%;
    color: #28a745
}

.nhw-valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, .8);
    border-radius: .2rem
}

.nhw-custom-select.nhw-is-valid,
.nhw-form-control.nhw-is-valid,
.nhw-was-validated .nhw-custom-select:valid,
.nhw-was-validated .nhw-form-control:valid {
    border-color: #28a745
}

.nhw-custom-select.nhw-is-valid:focus,
.nhw-form-control.nhw-is-valid:focus,
.nhw-was-validated .nhw-custom-select:valid:focus,
.nhw-was-validated .nhw-form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2em rgba(40, 167, 69, .25)
}

.nhw-custom-select.nhw-is-valid~.nhw-valid-feedback,
.nhw-custom-select.nhw-is-valid~.nhw-valid-tooltip,
.nhw-form-control.nhw-is-valid~.nhw-valid-feedback,
.nhw-form-control.nhw-is-valid~.nhw-valid-tooltip,
.nhw-was-validated .nhw-custom-select:valid~.nhw-valid-feedback,
.nhw-was-validated .nhw-custom-select:valid~.nhw-valid-tooltip,
.nhw-was-validated .nhw-form-control:valid~.nhw-valid-feedback,
.nhw-was-validated .nhw-form-control:valid~.nhw-valid-tooltip {
    display: block
}

.nhw-form-control-file.nhw-is-valid~.nhw-valid-feedback,
.nhw-form-control-file.nhw-is-valid~.nhw-valid-tooltip,
.nhw-was-validated .nhw-form-control-file:valid~.nhw-valid-feedback,
.nhw-was-validated .nhw-form-control-file:valid~.nhw-valid-tooltip {
    display: block
}

.nhw-form-check-input.nhw-is-valid~.form-check-label,
.nhw-was-validated .nhw-form-check-input:valid~.form-check-label {
    color: #28a745
}

.nhw-form-check-input.nhw-is-valid~.nhw-valid-feedback,
.nhw-form-check-input.nhw-is-valid~.nhw-valid-tooltip,
.nhw-was-validated .nhw-form-check-input:valid~.nhw-valid-feedback,
.nhw-was-validated .nhw-form-check-input:valid~.nhw-valid-tooltip {
    display: block
}

.nhw-custom-control-input.nhw-is-valid~.custom-control-label,
.nhw-was-validated .nhw-custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.nhw-custom-control-input.nhw-is-valid~.custom-control-label::before,
.nhw-was-validated .nhw-custom-control-input:valid~.custom-control-label::before {
    background-color: #71dd8a
}

.nhw-custom-control-input.nhw-is-valid~.nhw-valid-feedback,
.nhw-custom-control-input.nhw-is-valid~.nhw-valid-tooltip,
.nhw-was-validated .nhw-custom-control-input:valid~.nhw-valid-feedback,
.nhw-was-validated .nhw-custom-control-input:valid~.nhw-valid-tooltip {
    display: block
}

.nhw-custom-control-input.nhw-is-valid:checked~.nhw-custom-control-label::before,
.nhw-was-validated .nhw-custom-control-input:valid:checked~.nhw-custom-control-label::before {
    background-color: #34ce57
}

.nhw-custom-control-input.nhw-is-valid:focus~.nhw-custom-control-label::before,
.nhw-was-validated .nhw-custom-control-input:valid:focus~.nhw-custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2em rgba(40, 167, 69, .25)
}

.nhw-custom-file-input.nhw-is-valid~.custom-file-label,
.nhw-was-validated .nhw-custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.nhw-custom-file-input.nhw-is-valid~.custom-file-label::before,
.nhw-was-validated .nhw-custom-file-input:valid~.custom-file-label::before {
    border-color: inherit
}

.nhw-custom-file-input.nhw-is-valid~.nhw-valid-feedback,
.nhw-custom-file-input.nhw-is-valid~.nhw-valid-tooltip,
.nhw-was-validated .nhw-custom-file-input:valid~.nhw-valid-feedback,
.nhw-was-validated .nhw-custom-file-input:valid~.nhw-valid-tooltip {
    display: block
}

.nhw-custom-file-input.nhw-is-valid:focus~.nhw-custom-file-label,
.nhw-was-validated .nhw-custom-file-input:valid:focus~.nhw-custom-file-label {
    box-shadow: 0 0 0 .2em rgba(40, 167, 69, .25)
}

.nhw-invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25em;
    font-size: 80%;
    color: #dc3545
}

.nhw-invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, .8);
    border-radius: .2rem
}

.nhw-custom-select.nhw-is-invalid,
.nhw-form-control.nhw-is-invalid,
.nhw-was-validated .nhw-custom-select:invalid,
.nhw-was-validated .nhw-form-control:invalid {
    border-color: #dc3545
}

.nhw-custom-select.nhw-is-invalid:focus,
.nhw-form-control.nhw-is-invalid:focus,
.nhw-was-validated .nhw-custom-select:invalid:focus,
.nhw-was-validated .nhw-form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2em rgba(220, 53, 69, .25)
}

.nhw-custom-select.nhw-is-invalid~.nhw-invalid-feedback,
.nhw-custom-select.nhw-is-invalid~.nhw-invalid-tooltip,
.nhw-form-control.nhw-is-invalid~.nhw-invalid-feedback,
.nhw-form-control.nhw-is-invalid~.nhw-invalid-tooltip,
.nhw-was-validated .nhw-custom-select:invalid~.nhw-invalid-feedback,
.nhw-was-validated .nhw-custom-select:invalid~.nhw-invalid-tooltip,
.nhw-was-validated .nhw-form-control:invalid~.nhw-invalid-feedback,
.nhw-was-validated .nhw-form-control:invalid~.nhw-invalid-tooltip {
    display: block
}

.nhw-form-control-file.nhw-is-invalid~.nhw-invalid-feedback,
.nhw-form-control-file.nhw-is-invalid~.nhw-invalid-tooltip,
.nhw-was-validated .nhw-form-control-file:invalid~.nhw-invalid-feedback,
.nhw-was-validated .nhw-form-control-file:invalid~.nhw-invalid-tooltip {
    display: block
}

.nhw-form-check-input.nhw-is-invalid~.form-check-label,
.nhw-was-validated .nhw-form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.nhw-form-check-input.nhw-is-invalid~.nhw-invalid-feedback,
.nhw-form-check-input.nhw-is-invalid~.nhw-invalid-tooltip,
.nhw-was-validated .nhw-form-check-input:invalid~.nhw-invalid-feedback,
.nhw-was-validated .nhw-form-check-input:invalid~.nhw-invalid-tooltip {
    display: block
}

.nhw-custom-control-input.nhw-is-invalid~.custom-control-label,
.nhw-was-validated .nhw-custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.nhw-custom-control-input.nhw-is-invalid~.custom-control-label::before,
.nhw-was-validated .nhw-custom-control-input:invalid~.custom-control-label::before {
    background-color: #efa2a9
}

.nhw-custom-control-input.nhw-is-invalid~.nhw-invalid-feedback,
.nhw-custom-control-input.nhw-is-invalid~.nhw-invalid-tooltip,
.nhw-was-validated .nhw-custom-control-input:invalid~.nhw-invalid-feedback,
.nhw-was-validated .nhw-custom-control-input:invalid~.nhw-invalid-tooltip {
    display: block
}

.nhw-custom-control-input.nhw-is-invalid:checked~.nhw-custom-control-label::before,
.nhw-was-validated .nhw-custom-control-input:invalid:checked~.nhw-custom-control-label::before {
    background-color: #e4606d
}

.nhw-custom-control-input.nhw-is-invalid:focus~.nhw-custom-control-label::before,
.nhw-was-validated .nhw-custom-control-input:invalid:focus~.nhw-custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2em rgba(220, 53, 69, .25)
}

.nhw-custom-file-input.nhw-is-invalid~.custom-file-label,
.nhw-was-validated .nhw-custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.nhw-custom-file-input.nhw-is-invalid~.custom-file-label::before,
.nhw-was-validated .nhw-custom-file-input:invalid~.custom-file-label::before {
    border-color: inherit
}

.nhw-custom-file-input.nhw-is-invalid~.nhw-invalid-feedback,
.nhw-custom-file-input.nhw-is-invalid~.nhw-invalid-tooltip,
.nhw-was-validated .nhw-custom-file-input:invalid~.nhw-invalid-feedback,
.nhw-was-validated .nhw-custom-file-input:invalid~.nhw-invalid-tooltip {
    display: block
}

.nhw-custom-file-input.nhw-is-invalid:focus~.nhw-custom-file-label,
.nhw-was-validated .nhw-custom-file-input:invalid:focus~.nhw-custom-file-label {
    box-shadow: 0 0 0 .2em rgba(220, 53, 69, .25)
}

.nhw-form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.nhw-form-inline .nhw-form-check {
    width: 100%
}

@media (min-width:576px) {
    .nhw-form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }
    .nhw-form-inline .nhw-form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }
    .nhw-form-inline .nhw-form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .nhw-form-inline .nhw-form-control-plaintext {
        display: inline-block
    }
    .nhw-form-inline .nhw-custom-select,
    .nhw-form-inline .nhw-input-group {
        width: auto
    }
    .nhw-form-inline .nhw-form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .nhw-form-inline .nhw-form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25em;
        margin-left: 0
    }
    .nhw-form-inline .nhw-custom-control {
        align-items: center;
        justify-content: center
    }
    .nhw-form-inline .nhw-custom-control-label {
        margin-bottom: 0
    }
}

.nhw-input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.nhw-input-group>.nhw-custom-file,
.nhw-input-group>.nhw-custom-select,
.nhw-input-group>.nhw-form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.nhw-input-group>.nhw-custom-file+.nhw-custom-file,
.nhw-input-group>.nhw-custom-file+.nhw-custom-select,
.nhw-input-group>.nhw-custom-file+.nhw-form-control,
.nhw-input-group>.nhw-custom-select+.nhw-custom-file,
.nhw-input-group>.nhw-custom-select+.nhw-custom-select,
.nhw-input-group>.nhw-custom-select+.nhw-form-control,
.nhw-input-group>.nhw-form-control+.nhw-custom-file,
.nhw-input-group>.nhw-form-control+.nhw-custom-select,
.nhw-input-group>.nhw-form-control+.nhw-form-control {
    margin-left: -1px
}

.nhw-input-group>.nhw-custom-file .nhw-custom-file-input:focus~.nhw-custom-file-label,
.nhw-input-group>.nhw-custom-select:focus,
.nhw-input-group>.nhw-form-control:focus {
    z-index: 3
}

.nhw-input-group>.nhw-custom-select:not(:last-child),
.nhw-input-group>.nhw-form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.nhw-input-group>.nhw-custom-select:not(:first-child),
.nhw-input-group>.nhw-form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.nhw-input-group>.nhw-custom-file {
    display: flex;
    align-items: center
}

.nhw-input-group>.nhw-custom-file:not(:last-child) .nhw-custom-file-label,
.nhw-input-group>.nhw-custom-file:not(:last-child) .nhw-custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.nhw-input-group>.nhw-custom-file:not(:first-child) .nhw-custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.nhw-input-group-append,
.nhw-input-group-prepend {
    display: flex
}

.nhw-input-group-append .nhw-btn,
.nhw-input-group-prepend .nhw-btn {
    position: relative;
    z-index: 2
}

.nhw-input-group-append .nhw-btn+.nhw-btn,
.nhw-input-group-append .nhw-btn+.nhw-input-group-text,
.nhw-input-group-append .nhw-input-group-text+.nhw-btn,
.nhw-input-group-append .nhw-input-group-text+.nhw-input-group-text,
.nhw-input-group-prepend .nhw-btn+.nhw-btn,
.nhw-input-group-prepend .nhw-btn+.nhw-input-group-text,
.nhw-input-group-prepend .nhw-input-group-text+.nhw-btn,
.nhw-input-group-prepend .nhw-input-group-text+.nhw-input-group-text {
    margin-left: -1px
}

.nhw-input-group-prepend {
    margin-right: -1px
}

.nhw-input-group-append {
    margin-left: -1px
}

.nhw-input-group-text {
    display: flex;
    align-items: center;
    padding: .375em .75em;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25em
}

.nhw-input-group-text input[type=checkbox],
.nhw-input-group-text input[type=radio] {
    margin-top: 0
}

.nhw-input-group>.nhw-input-group-append:last-child>.nhw-btn:not(:last-child):not(.nhw-dropdown-toggle),
.nhw-input-group>.nhw-input-group-append:last-child>.nhw-input-group-text:not(:last-child),
.nhw-input-group>.nhw-input-group-append:not(:last-child)>.nhw-btn,
.nhw-input-group>.nhw-input-group-append:not(:last-child)>.nhw-input-group-text,
.nhw-input-group>.nhw-input-group-prepend>.nhw-btn,
.nhw-input-group>.nhw-input-group-prepend>.nhw-input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.nhw-input-group>.nhw-input-group-append>.nhw-btn,
.nhw-input-group>.nhw-input-group-append>.nhw-input-group-text,
.nhw-input-group>.nhw-input-group-prepend:first-child>.nhw-btn:not(:first-child),
.nhw-input-group>.nhw-input-group-prepend:first-child>.nhw-input-group-text:not(:first-child),
.nhw-input-group>.nhw-input-group-prepend:not(:first-child)>.nhw-btn,
.nhw-input-group>.nhw-input-group-prepend:not(:first-child)>.nhw-input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.nhw-nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nhw-nav-link {
    display: block;
    padding: .5em 1em
}

.nhw-nav-link:focus,
.nhw-nav-link:hover {
    text-decoration: none
}

.nhw-nav-link.disabled {
    color: #6c757d
}

.nhw-nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nhw-nav-tabs .nhw-nav-item {
    margin-bottom: -1px
}

.nhw-nav-tabs .nhw-nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25em;
    border-top-right-radius: .25em
}

.nhw-nav-tabs .nhw-nav-link:focus,
.nhw-nav-tabs .nhw-nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nhw-nav-tabs .nhw-nav-link.nhw-disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nhw-nav-tabs .nhw-nav-item.show .nhw-nav-link,
.nhw-nav-tabs .nhw-nav-link.nhw-active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nhw-nav-tabs .nhw-dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nhw-nav-pills .nhw-nav-link {
    border-radius: .25em
}

.nhw-nav-pills .nhw-nav-link.nhw-active,
.nhw-nav-pills .nhw-show>.nhw-nav-link {
    background-color: #007bff;
    color: #fff
}

.nhw-nav-fill .nhw-nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nhw-nav-justified .nhw-nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nhw-tab-content>.nhw-tab-pane {
    display: none
}

.nhw-tab-content>.nhw-active {
    display: block
}

.nhw-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25em
}

.nhw-card>hr {
    margin-right: 0;
    margin-left: 0
}

.nhw-card>.nhw-list-group:first-child .nhw-list-group-item:first-child {
    border-top-left-radius: .25em;
    border-top-right-radius: .25em
}

.nhw-card>.nhw-list-group:last-child .nhw-list-group-item:last-child {
    border-bottom-right-radius: .25em;
    border-bottom-left-radius: .25em
}

.nhw-card-body {
    flex: 1 1 auto;
    padding: 1.25em
}

.nhw-card-title {
    margin-bottom: .75em
}

.nhw-card-subtitle {
    margin-top: -.375em;
    margin-bottom: 0
}

.nhw-card-text:last-child {
    margin-bottom: 0
}

.nhw-card-link:hover {
    text-decoration: none
}

.nhw-card-link+nhw-.card-link {
    margin-left: 1.25em
}

.nhw-card-header {
    padding: .75em 1.25em;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.nhw-card-header:first-child {
    border-radius: calc(.25em - 1px) calc(.25em - 1px) 0 0
}

.nhw-card-header+.nhw-list-group .nhw-list-group-item:first-child {
    border-top: 0
}

.nhw-card-footer {
    padding: .75em 1.25em;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.nhw-card-footer:last-child {
    border-radius: 0 0 calc(.25em - 1px) calc(.25em - 1px)
}

.nhw-card-header-tabs {
    margin-right: -.625em;
    margin-bottom: -.75em;
    margin-left: -.625em;
    border-bottom: 0
}

.nhw-card-header-pills {
    margin-right: -.625em;
    margin-left: -.625em
}

.nhw-card-image-box {
    position: relative;
    width: 100%;
    background-size: cover !important;
    background-position: center center;
    min-height: 300px;
    text-align: center;
    background-color: #dee2e6
}

.nhw-card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25em
}

.nhw-card-img {
    width: 100%;
    border-radius: calc(.25em - 1px)
}

.nhw-card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25em - 1px);
    border-top-right-radius: calc(.25em - 1px)
}

.nhw-card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25em - 1px);
    border-bottom-left-radius: calc(.25em - 1px)
}

.nhw-card-video-tour {
    position: absolute;
    top: 5px;
    right: 5px
}

.nhw-card-deck {
    display: flex;
    flex-direction: column
}

.nhw-card-deck .nhw-card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .nhw-card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .nhw-card-deck .nhw-card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.nhw-card-group {
    display: flex;
    flex-direction: column
}

.nhw-card-group>.nhw-card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .nhw-card-group {
        flex-flow: row wrap
    }
    .nhw-card-group>.nhw-card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .nhw-card-group>.nhw-card+.nhw-card {
        margin-left: 0;
        border-left: 0
    }
    .nhw-card-group>.nhw-card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .nhw-card-group>.nhw-card:first-child .nhw-card-header,
    .nhw-card-group>.nhw-card:first-child .nhw-card-img-top {
        border-top-right-radius: 0
    }
    .nhw-card-group>.nhw-card:first-child .nhw-card-footer,
    .nhw-card-group>.nhw-card:first-child .nhw-card-img-bottom {
        border-bottom-right-radius: 0
    }
    .nhw-card-group>.nhw-card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .nhw-card-group>.nhw-card:last-child .nhw-card-header,
    .nhw-card-group>.nhw-card:last-child .nhw-card-img-top {
        border-top-left-radius: 0
    }
    .nhw-card-group>.nhw-card:last-child .nhw-card-footer,
    .nhw-card-group>.nhw-card:last-child .nhw-card-img-bottom {
        border-bottom-left-radius: 0
    }
    .nhw-card-group>.nhw-card:only-child {
        border-radius: .25em
    }
    .nhw-card-group>.nhw-card:only-child .nhw-card-header,
    .nhw-card-group>.nhw-card:only-child .nhw-card-img-top {
        border-top-left-radius: .25em;
        border-top-right-radius: .25em
    }
    .nhw-card-group>.nhw-card:only-child .nhw-card-footer,
    .nhw-card-group>.nhw-card:only-child .nhw-card-img-bottom {
        border-bottom-right-radius: .25em;
        border-bottom-left-radius: .25em
    }
    .nhw-card-group>.nhw-card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }
    .nhw-card-group>.nhw-card:not(:first-child):not(:last-child):not(:only-child) .nhw-card-footer,
    .nhw-card-group>.nhw-card:not(:first-child):not(:last-child):not(:only-child) .nhw-card-header,
    .nhw-card-group>.nhw-card:not(:first-child):not(:last-child):not(:only-child) .nhw-card-img-bottom,
    .nhw-card-group>.nhw-card:not(:first-child):not(:last-child):not(:only-child) .nhw-card-img-top {
        border-radius: 0
    }
}

.nhw-card-columns .nhw-card {
    margin-bottom: .75em
}

@media (min-width:576px) {
    .nhw-card-columns {
        column-count: 3;
        column-gap: 1.25em;
        orphans: 1;
        widows: 1
    }
    .nhw-card-columns .nhw-card {
        display: inline-block;
        width: 100%
    }
}

.nhw-accordion .nhw-card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.nhw-accordion .nhw-card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.nhw-accordion .nhw-card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.nhw-accordion .nhw-card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nhw-pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25em
}

.nhw-page-link {
    position: relative;
    display: block;
    padding: .5em .75em;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.nhw-page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.nhw-page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2em rgba(0, 123, 255, .25)
}

.nhw-page-link:not(:disabled):not(.nhw-disabled) {
    cursor: pointer
}

.nhw-page-item:first-child .nhw-page-link {
    margin-left: 0;
    border-top-left-radius: .25em;
    border-bottom-left-radius: .25em
}

.nhw-page-item:last-child .nhw-page-link {
    border-top-right-radius: .25em;
    border-bottom-right-radius: .25em
}

.nhw-page-item.nhw-active .nhw-page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.nhw-page-item.nhw-disabled .nhw-page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.nhw-pagination-lg .nhw-page-link {
    padding: .75em 1.5em;
    font-size: 1.25em;
    line-height: 1.5
}

.nhw-pagination-lg .nhw-page-item:first-child .nhw-page-link {
    border-top-left-radius: .3em;
    border-bottom-left-radius: .3em
}

.nhw-pagination-lg .nhw-page-item:last-child .nhw-page-link {
    border-top-right-radius: .3em;
    border-bottom-right-radius: .3em
}

.nhw-pagination-sm .nhw-page-link {
    padding: .25em .5em;
    font-size: .875em;
    line-height: 1.5
}

.nhw-pagination-sm .nhw-page-item:first-child .nhw-page-link {
    border-top-left-radius: .2em;
    border-bottom-left-radius: .2em
}

.nhw-pagination-sm .nhw-page-item:last-child .nhw-page-link {
    border-top-right-radius: .2em;
    border-bottom-right-radius: .2em
}

.nhw-typeahead {
    position: absolute;
    display: none;
    background-color: #fff;
    border: 1px solid #f8f9fa;
    padding: 0;
    margin: 0;
    list-style-type: none;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2)
}

.nhw-typeahead-show {
    display: block
}

.nhw-typeahead-item {
    padding: 5px;
    margin: 0;
    cursor: pointer
}

.nhw-typeahead-item-active {
    background-color: #007bff;
    color: #fff
}

.nhw-modal-open {
    overflow: hidden
}

.nhw-modal-open .nhw-modal {
    overflow-x: hidden;
    overflow-y: auto
}

.nhw-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.nhw-modal-dialog {
    position: relative;
    width: auto;
    margin: .5em;
    pointer-events: none
}

.nhw-modal.nhw-fade .nhw-modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media screen and (prefers-reduced-motion:reduce) {
    .nhw-modal.nhw-fade .nhw-modal-dialog {
        transition: none
    }
}

.nhw-modal.nhw-show .nhw-modal-dialog {
    transform: none
}

.nhw-modal.nhw-modal-static .nhw-modal-dialog {
    transform: scale(1.02)
}

.nhw-modal-dialog-scrollable {
    display: flex;
    max-height: subtract(100%, 1em)
}

.nhw-modal-dialog-scrollable .nhw-modal-content {
    max-height: subtract(100vh, 1em);
    overflow: hidden
}

.nhw-modal-dialog-scrollable .nhw-modal-footer,
.nhw-modal-dialog-scrollable .nhw-modal-header {
    flex-shrink: 0
}

.nhw-modal-dialog-scrollable .nhw-modal-body {
    overflow-y: auto
}

.nhw-modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: subtract(100%, 1em)
}

.nhw-modal-dialog-centered::before {
    display: block;
    height: subtract(100vh, 1em);
    height: min-content;
    content: ""
}

.nhw-modal-dialog-centered.nhw-modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.nhw-modal-dialog-centered.nhw-modal-dialog-scrollable .nhw-modal-content {
    max-height: none
}

.nhw-modal-dialog-centered.nhw-modal-dialog-scrollable::before {
    content: none
}

.nhw-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3em;
    outline: 0
}

.nhw-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.nhw-modal-backdrop.nhw-fade {
    opacity: 0
}

.nhw-modal-backdrop.nhw-show {
    opacity: .5
}

.nhw-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: subtract(.3em, 1px);
    border-top-right-radius: subtract(.3em, 1px)
}

.nhw-modal-header .nhw-close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.nhw-modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.nhw-modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.nhw-modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: subtract(.3em, 1px);
    border-bottom-left-radius: subtract(.3em, 1px)
}

.nhw-modal-footer>* {
    margin: .25rem
}

.nhw-modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .nhw-modal-dialog {
        max-width: 500px;
        margin: 1.75em auto
    }
    .nhw-modal-dialog-scrollable {
        max-height: subtract(100%, 3.5em)
    }
    .nhw-modal-dialog-scrollable .nhw-modal-content {
        max-height: subtract(100vh, 3.5em)
    }
    .nhw-modal-dialog-centered {
        min-height: subtract(100%, 3.5em)
    }
    .nhw-modal-dialog-centered::before {
        height: subtract(100vh, 3.5em);
        height: min-content
    }
    .nhw-modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .nhw-modal-lg,
    .nhw-modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .nhw-modal-xl {
        max-width: 1140px
    }
}

#nesthub-search-form {
    padding: 15px 15px 15px 15px;
    background-color: #dee2e6
}

.nhw-card-image-box img {
    max-height: 300px
}

.nhw-map-property-info-window {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    margin-top: 10px
}

.nhw-map-property-info-window-img {
    width: 50px;
    height: 75px;
    background-color: #cecece;
    flex-grow: 0;
    overflow: hidden
}

.nhw-map-property-info-window-img img {
    max-width: none;
    height: 75px;
    transform: translateX(-25%)
}

.nhw-map-property-info-window-detail {
    padding-left: 10px
}

#nesthub-property-detail-view .nhw-property-view-gallery {
    display: none
}

#nesthub-property-detail-view .nhw-property-view-image {
    position: relative
}

#nesthub-property-detail-view .nhw-property-view-image img {
    cursor: pointer;
    width: auto;
    max-height: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

#nesthub-property-detail-view .nhw-property-view-image .nhw-property-view-image-count {
    position: absolute;
    right: 10px;
    bottom: 10px
}

#nesthub-property-detail-view .nhw-property-view-card {
    background-color: #dee2e6;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2)
}

#nesthub-property-detail-view .nhw-property-view-summary {
    background-color: #fff;
    padding: 10px
}

#nesthub-property-detail-view .nhw-property-view-summary .nhw-property-view-summary-inner {
    width: 100% !important;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    display: table
}

.nhjw-prop-list-view .nhjw-prop-list-search {
    padding: .5em
}

.nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-row {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding: 0;
    margin: 0
}

.nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-row .nhjw-prop-search-row-item {
    padding: .3em .5em
}

.nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-keyword {
    flex: 0 0 50%
}

.nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-min-rent {
    flex: 0 0 12.5%
}

.nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-max-rent {
    flex: 0 0 12.5%
}

.nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-beds {
    flex: 0 0 12.5%
}

.nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-baths {
    flex: 0 0 12.5%
}

.nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-property-type {
    flex: 0 0 33.33%
}

.nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-pets {
    flex: 0 0 33.33%
}

.nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-sort {
    flex: 0 0 33.34%
}

.nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-submit {
    text-align: center;
    margin-top: 10px
}

.nhjw-prop-list-view .nhjw-prop-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding: 0;
    margin: 0
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item {
    list-style: none;
    flex: 0 0 33.333333%;
    padding: .5em;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    line-height: 1.15;
    user-select: none
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item .nhjw-prop-list-item-img-box {
    width: 100%;
    height: 300px;
    background-color: #cecece;
    height: 0;
    padding-top: 69.35%;
    background-color: #efefef;
    border-radius: 20px;
    overflow: hidden;
    position: relative
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item .nhjw-prop-list-item-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item .nhjw-prop-list-item-details {
    font-size: 16px
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item .nhjw-prop-list-item-details .nhjw-prop-list-item-price {
    letter-spacing: .025em;
    font-weight: 700;
    padding-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding-right: 15px
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item .nhjw-prop-list-item-details .nhjw-prop-list-item-beds-baths {
    margin: 10px 0 8px
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item .nhjw-prop-list-item-details .nhjw-prop-list-item-beds-baths ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item .nhjw-prop-list-item-details .nhjw-prop-list-item-beds-baths ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    padding: 0 10px 0 5px;
    border-right: 1px solid #555
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item .nhjw-prop-list-item-details .nhjw-prop-list-item-beds-baths ul li:first-child {
    padding-left: 0
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item .nhjw-prop-list-item-details .nhjw-prop-list-item-beds-baths ul li:last-child {
    border-right: 0;
    padding-right: 0
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item .nhjw-prop-list-item-details .nhjw-prop-list-item-address {
    margin: 10px 0
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item .nhjw-prop-list-item-details .nhjw-prop-list-item-property-type {
    font-weight: 700
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item .nhjw-prop-list-item-details .nhjw-prop-list-item-availability {
    margin-top: 10px
}

.nhjw-prop-list-view .nhjw-pagination {
    margin: 10px 0;
    text-align: center
}

.nhjw-prop-list-view .nhjw-pagination .nhw-pagination {
    justify-content: center
}

#nhjw-prop-list-view-modal .nhw-modal-dialog {
    width: 90%
}

@media (min-width:992px) {
    #nhjw-prop-list-view-modal .nhw-modal-lg {
        max-width: 90%
    }
}

@media (min-width:576px) {
    #nhjw-prop-list-view-modal .nhw-modal-lg {
        max-width: 90%
    }
}

@media (max-width:992px) {
    .nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-row .nhjw-prop-search-row-item {
        padding: 10px .5em 8px .5em
    }
    .nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-keyword {
        flex: 0 0 100%
    }
    .nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-min-rent {
        flex: 0 0 50%
    }
    .nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-max-rent {
        flex: 0 0 50%
    }
    .nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-beds {
        flex: 0 0 50%
    }
    .nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-baths {
        flex: 0 0 50%
    }
    .nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-property-type {
        flex: 0 0 50%
    }
    .nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-pets {
        flex: 0 0 50%
    }
    .nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-sort {
        flex: 0 0 100%
    }
    .nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item {
        flex: 0 0 50%
    }
}

@media (max-width:768px) {
    .nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item {
        flex: 0 0 100%
    }
    .nhjw-prop-list-view .nhjw-pagination .nhjw-pagination-num-page {
        display: none
    }
}

#nhjw-prop-list-view-modal .nhw-modal-title {
    margin: 0;
    font-size: 20px
}

#nhjw-prop-list-view-modal .nhw-property-view-card {
    box-shadow: none;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 30px;
    border-radius: 20px
}

#nhjw-prop-list-view-modal .nhw-property-view-card .nhw-property-view-summary {
    padding: 20px 25px 15px
}

#nhjw-prop-list-view-modal .nhw-property-view-image {
    position: relative;
    overflow: hidden;
    flex: 1 1 auto;
    border-radius: 20px 20px 0 0
}

#nhjw-prop-list-view-modal .nhw-property-view-image img {
    cursor: pointer;
    width: auto;
    max-height: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    object-fit: cover;
    object-position: middle;
    height: 100% !important;
    width: 100% !important;
    max-height: 100% !important;
    transition: .8s ease
}

#nhjw-prop-list-view-modal .nhw-property-view-image .nhjw-property-view-gallery {
    display: none
}

#nhjw-prop-list-view-modal .nhw-property-view-image .nhjw-property-view-image-count {
    position: absolute;
    right: 10px;
    bottom: 10px
}

#nhjw-prop-list-view-modal #nhjw-property-view-main-image {
    display: block;
    max-height: 400px;
    overflow: hidden
}

#nhjw-prop-list-view-modal .nhjw-property-view-summary-container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center
}

#nhjw-prop-list-view-modal .nhjw-property-view-summary-container .nhjw-property-view-address {
    flex: 0 0 50%
}

#nhjw-prop-list-view-modal .nhjw-property-view-summary-container .nhjw-property-view-address-line1 {
    font-size: 20px;
    font-weight: 700
}

#nhjw-prop-list-view-modal .nhjw-property-view-summary-container .nhjw-property-view-rent {
    flex: 0 0 50%;
    text-align: right
}

#nhjw-prop-list-view-modal .nhjw-property-view-summary-container .nhjw-property-view-rent-amount {
    line-height: 1.1;
    margin: 0
}

#nhjw-prop-list-view-modal .nhjw-property-view-summary-container .nhjw-property-view-rent-unit {
    font-size: 14px;
    line-height: 1
}

#nhjw-prop-list-view-modal .nhjw-property-view-summary-container .nhjw-property-view-stats {
    flex: 0 0 100%;
    display: flex;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    margin: 10px 0
}

#nhjw-prop-list-view-modal .nhjw-property-view-summary-container .nhjw-property-view-stats .nhjw-property-view-stat-item {
    flex-grow: 1;
    flex-basis: 1;
    text-align: center
}

@media (max-width:576px) {
    #nhjw-prop-list-view-modal .nhjw-property-view-summary-container .nhjw-property-view-address {
        flex: 0 0 100%;
        text-align: center
    }
    #nhjw-prop-list-view-modal .nhjw-property-view-summary-container .nhjw-property-view-rent {
        flex: 0 0 100%;
        text-align: center;
        padding: 10px 0
    }
    #nhjw-prop-list-view-modal .nhjw-property-view-summary-container .nhjw-property-view-stats .nhjw-property-view-stat-item {
        flex: 0 0 50%;
        padding: 5px 0
    }
}

.nhw-icon {
    height: 30px;
    width: 30px;
    margin: 0 8px 0 0;
    text-align: center;
    display: block
}

.nhw-property-view-summary .nhw-icon-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin: 10px -15px 15px
}

.nhw-icon-list {
    margin: 10px -5px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.nhw-property-view-summary .nhw-icon-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin: 10px -15px 15px
}

.nhw-icon-list-item {
    padding: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nhw-icon[src*=sqft] {
    margin-right: 5px
}

.nhw-property-view-summary .nhw-icon-list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    padding: 20px 15px 0
}

.nhw-property-view-summary .nhw-icon {
    margin: 0 auto 8px
}

.nhw-property-view-rent {
    text-align: right;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1
}

.nhw-property-view-rent .nhw-text-sm {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    display: block
}

.nhw-property-view-share {
    text-align: right
}

.nhw-property-view-share .a2a_kit {
    display: inline-block
}

@media (min-width:992px) {
    .nhw-order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .nhw-order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .nhw-order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width:768px) {
    .nhw-order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .nhw-order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .nhw-order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .nhw-order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

#nesthub-search-form {
    padding: 15px 15px 15px 15px;
    background-color: #dee2e6
}

.nhw-card-image-box img {
    max-height: 300px
}

.nhw-map-property-info-window {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    margin-top: 10px
}

.nhw-map-property-info-window-img {
    width: 50px;
    height: 75px;
    background-color: #cecece;
    flex-grow: 0;
    overflow: hidden
}

.nhw-map-property-info-window-img img {
    max-width: none;
    height: 75px;
    transform: translateX(-25%)
}

.nhw-map-property-info-window-detail {
    padding-left: 10px
}

#nesthub-property-detail-view .nhw-property-view-gallery {
    display: none
}

#nesthub-property-detail-view .nhw-property-view-image {
    position: relative
}

#nesthub-property-detail-view .nhw-property-view-image img {
    cursor: pointer;
    width: auto;
    max-height: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

#nesthub-property-detail-view .nhw-property-view-image .nhw-property-view-image-count {
    position: absolute;
    right: 10px;
    bottom: 10px
}

#nesthub-property-detail-view .nhw-property-view-card {
    background-color: #dee2e6;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2)
}

#nesthub-property-detail-view .nhw-property-view-summary {
    background-color: #fff;
    padding: 10px
}

#nesthub-property-detail-view .nhw-property-view-summary .nhw-property-view-summary-inner {
    width: 100% !important;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    display: table
}

.nhjw-prop-list-view .nhjw-prop-list-search {
    padding: .5em
}

.nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-row {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding: 0;
    margin: 0
}

.nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-row .nhjw-prop-search-row-item {
    padding: .3em .5em
}

.nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-keyword {
    flex: 0 0 50%
}

.nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-min-rent {
    flex: 0 0 12.5%
}

.nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-max-rent {
    flex: 0 0 12.5%
}

.nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-beds {
    flex: 0 0 12.5%
}

.nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-baths {
    flex: 0 0 12.5%
}

.nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-property-type {
    flex: 0 0 33.33%
}

.nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-pets {
    flex: 0 0 33.33%
}

.nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-sort {
    flex: 0 0 33.34%
}

.nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-submit {
    text-align: center;
    margin-top: 10px
}

.nhjw-prop-list-view .nhjw-prop-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding: 0;
    margin: 0
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item {
    list-style: none;
    flex: 0 0 33.333333%;
    padding: .5em;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    line-height: 1.15;
    user-select: none
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item .nhjw-prop-list-item-img-box {
    width: 100%;
    height: 300px;
    background-color: #cecece;
    height: 0;
    padding-top: 69.35%;
    background-color: #efefef;
    border-radius: 20px;
    overflow: hidden;
    position: relative
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item .nhjw-prop-list-item-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item .nhjw-prop-list-item-details {
    font-size: 16px
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item .nhjw-prop-list-item-details .nhjw-prop-list-item-price {
    letter-spacing: .025em;
    font-weight: 700;
    padding-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding-right: 15px
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item .nhjw-prop-list-item-details .nhjw-prop-list-item-beds-baths {
    margin: 10px 0 8px
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item .nhjw-prop-list-item-details .nhjw-prop-list-item-beds-baths ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item .nhjw-prop-list-item-details .nhjw-prop-list-item-beds-baths ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    padding: 0 10px 0 5px;
    border-right: 1px solid #555
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item .nhjw-prop-list-item-details .nhjw-prop-list-item-beds-baths ul li:first-child {
    padding-left: 0
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item .nhjw-prop-list-item-details .nhjw-prop-list-item-beds-baths ul li:last-child {
    border-right: 0;
    padding-right: 0
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item .nhjw-prop-list-item-details .nhjw-prop-list-item-address {
    margin: 10px 0
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item .nhjw-prop-list-item-details .nhjw-prop-list-item-property-type {
    font-weight: 700
}

.nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item .nhjw-prop-list-item-details .nhjw-prop-list-item-availability {
    margin-top: 10px
}

.nhjw-prop-list-view .nhjw-pagination {
    margin: 10px 0;
    text-align: center
}

.nhjw-prop-list-view .nhjw-pagination .nhw-pagination {
    justify-content: center
}

#nhjw-prop-list-view-modal .nhw-modal-dialog {
    width: 90%
}

@media (min-width:992px) {
    #nhjw-prop-list-view-modal .nhw-modal-lg {
        max-width: 90%
    }
}

@media (min-width:576px) {
    #nhjw-prop-list-view-modal .nhw-modal-lg {
        max-width: 90%
    }
}

@media (max-width:992px) {
    .nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-row .nhjw-prop-search-row-item {
        padding: 10px .5em 8px .5em
    }
    .nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-keyword {
        flex: 0 0 100%
    }
    .nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-min-rent {
        flex: 0 0 50%
    }
    .nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-max-rent {
        flex: 0 0 50%
    }
    .nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-beds {
        flex: 0 0 50%
    }
    .nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-baths {
        flex: 0 0 50%
    }
    .nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-property-type {
        flex: 0 0 50%
    }
    .nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-pets {
        flex: 0 0 50%
    }
    .nhjw-prop-list-view .nhjw-prop-list-search .nhjw-prop-search-sort {
        flex: 0 0 100%
    }
    .nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item {
        flex: 0 0 50%
    }
}

@media (max-width:768px) {
    .nhjw-prop-list-view .nhjw-prop-list .nhjw-prop-list-item {
        flex: 0 0 100%
    }
    .nhjw-prop-list-view .nhjw-pagination .nhjw-pagination-num-page {
        display: none
    }
}

#nhjw-prop-list-view-modal .nhw-modal-title {
    margin: 0;
    font-size: 20px
}

#nhjw-prop-list-view-modal .nhw-property-view-card {
    box-shadow: none;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 30px;
    border-radius: 20px
}

#nhjw-prop-list-view-modal .nhw-property-view-card .nhw-property-view-summary {
    padding: 20px 25px 15px
}

#nhjw-prop-list-view-modal .nhw-property-view-image {
    position: relative;
    overflow: hidden;
    flex: 1 1 auto;
    border-radius: 20px 20px 0 0
}

#nhjw-prop-list-view-modal .nhw-property-view-image img {
    cursor: pointer;
    width: auto;
    max-height: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    object-fit: cover;
    object-position: middle;
    height: 100% !important;
    width: 100% !important;
    max-height: 100% !important;
    transition: .8s ease
}

#nhjw-prop-list-view-modal .nhw-property-view-image .nhjw-property-view-gallery {
    display: none
}

#nhjw-prop-list-view-modal .nhw-property-view-image .nhjw-property-view-image-count {
    position: absolute;
    right: 10px;
    bottom: 10px
}

#nhjw-prop-list-view-modal #nhjw-property-view-main-image {
    display: block;
    max-height: 400px;
    overflow: hidden
}

#nhjw-prop-list-view-modal .nhjw-property-view-summary-container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center
}

#nhjw-prop-list-view-modal .nhjw-property-view-summary-container .nhjw-property-view-address {
    flex: 0 0 50%
}

#nhjw-prop-list-view-modal .nhjw-property-view-summary-container .nhjw-property-view-address-line1 {
    font-size: 20px;
    font-weight: 700
}

#nhjw-prop-list-view-modal .nhjw-property-view-summary-container .nhjw-property-view-rent {
    flex: 0 0 50%;
    text-align: right
}

#nhjw-prop-list-view-modal .nhjw-property-view-summary-container .nhjw-property-view-rent-amount {
    line-height: 1.1;
    margin: 0
}

#nhjw-prop-list-view-modal .nhjw-property-view-summary-container .nhjw-property-view-rent-unit {
    font-size: 14px;
    line-height: 1
}

#nhjw-prop-list-view-modal .nhjw-property-view-summary-container .nhjw-property-view-stats {
    flex: 0 0 100%;
    display: flex;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    margin: 10px 0
}

#nhjw-prop-list-view-modal .nhjw-property-view-summary-container .nhjw-property-view-stats .nhjw-property-view-stat-item {
    flex-grow: 1;
    flex-basis: 1;
    text-align: center
}

@media (max-width:576px) {
    #nhjw-prop-list-view-modal .nhjw-property-view-summary-container .nhjw-property-view-address {
        flex: 0 0 100%;
        text-align: center
    }
    #nhjw-prop-list-view-modal .nhjw-property-view-summary-container .nhjw-property-view-rent {
        flex: 0 0 100%;
        text-align: center;
        padding: 10px 0
    }
    #nhjw-prop-list-view-modal .nhjw-property-view-summary-container .nhjw-property-view-stats .nhjw-property-view-stat-item {
        flex: 0 0 50%;
        padding: 5px 0
    }
}

.nhw-icon {
    height: 30px;
    width: 30px;
    margin: 0 8px 0 0;
    text-align: center;
    display: block
}

.nhw-property-view-summary .nhw-icon-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin: 10px -15px 15px
}

.nhw-icon-list {
    margin: 10px -5px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.nhw-property-view-summary .nhw-icon-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin: 10px -15px 15px
}

.nhw-icon-list-item {
    padding: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nhw-icon[src*=sqft] {
    margin-right: 5px
}

.nhw-property-view-summary .nhw-icon-list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    padding: 20px 15px 0
}

.nhw-property-view-summary .nhw-icon {
    margin: 0 auto 8px
}

.nhw-property-view-rent {
    text-align: right;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1
}

.nhw-property-view-rent .nhw-text-sm {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    display: block
}

.nhw-property-view-share {
    text-align: right
}

.nhw-property-view-share .a2a_kit {
    display: inline-block
}

@media (min-width:992px) {
    .nhw-order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .nhw-order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .nhw-order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width:768px) {
    .nhw-order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .nhw-order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .nhw-order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .nhw-order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}