.ngg-headercontainer{
    padding: 12px;
    padding-bottom: 0;
    font-size: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,"Nimbus Sans L",sans-serif;
    background: #fff;
}

.ngg-headercontainer a {
    border-bottom: none;
}

.ngg-header {
    height: 64px;
    padding-bottom: 12px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 27px;
}

.ngg-header, .ngg-logo-wrapper {
    display: flex;
    align-items: center;
}

.ngg-header { justify-content: space-between; }

.ngg-logo-wrapper a {
    color: black;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    border-bottom: none;
}

.ngg-logo-wrapper a:hover {
    text-decoration: none;
    color: #999;
}

.ngg-logo-wrapper .ngg-site-name {
    display: inline-block;
    float: left;
    margin-left: 20px;
    padding: 0px 20px;
    border-left: 1px solid #ddd;
    height: 27px;
}

.ngg-logo-wrapper img {
    float: left;
    display: inline-block;
}

.ngg-search-wrapper .ngg-search-container {
    position: absolute;
    top: -15px;
    right: 0px;
}
.ngg-search-wrapper { position: relative; }

.ngg-search {
    display: inline-block;
    position: relative;
    margin: 0px;
}

.ngg-search-close {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.2);
    padding: 0px;
    border: 0px;
    -webkit-appearance: none;
    background: transparent;
}

.ngg-search-close::after {
    display: block;
    content: "";
    font-family: FontAwesome;
}

.ngg-search-field-rounded {
    box-sizing: border-box;
    margin: 0px;
    font-style: normal;
    font-size: inherit;
    line-height: 27px;
    font-family: inherit;
    color: rgb(68, 68, 68);
    -webkit-appearance: none;
    width: 180px;
    height: 30px;
    padding: 0px 0px 0px 30px;
    border: 1px solid rgba(0, 0, 0, 0.298039);
    transition: all 0.2s linear;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.901961);
    border-radius: 15px;
}

.ngg-search-field-rounded:focus {
    outline: 0px;
}

.ngg-search-field-rounded:focus, .ngg-search.ngg-active .ngg-search-field-rounded {
    width: 180px;
}

.ngg-search::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.2);
}
.ngg-link-unstyled {border-bottom: none;text-decoration: none;}
.ngg-link-unstyled:hover {border-bottom: none;text-decoration: none;}
@media (min-width: 768px) {
    .ngg-visible-small-mini {
        display: none !important;
    }
}

@media (max-width: 768px){
    .ngg-hidden-small-mini {
        display: none !important;
    }
}

@media (max-width: 430px){
    .ngg-search-field-rounded:focus, .ngg-search.ngg-active .ngg-search-field-rounded {
        width: 150px;
    }
    .ngg-search-field-rounded {
        width: 60px;
    }
}
.ngg-container {
    box-sizing: border-box;
    max-width: 990px;
    padding: 0px 20px; }
.ngg-container-center {
    margin-left: auto;
    margin-right: auto; }
.ngg-container::after { clear: both; }
.ngg-container::before, .ngg-container::after { content: " "; display: table; }

.ngg-copyright-item {
    line-height: 0;
    height: 7px; }

.ngg-footer-global {
    padding-bottom: 100px;
    padding-top: 60px;
    letter-spacing: 0.05rem;
    background-color: rgb(38, 38, 38);
    font: normal 14px / 20px "Helvetica Neue",Helvetica,Arial,"Nimbus Sans L",sans-serif;
}
.ngg-footer-item {
    line-height: 1.6rem;
    color: rgb(198, 198, 198);
    font-size: 11px; }
.ngg-footer-logo { width: 207px; }
.ngg-footer-nav ul > li h4 {
    color: rgb(198, 198, 198);
    text-transform: uppercase;
    padding-bottom: 0.5em;
    margin: 0px; }
.ngg-footer-nav ul > li h4, .ngg-footer-nav ul > li a {
    letter-spacing: 0.05rem;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Nimbus Sans L', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: rgb(198, 198, 198); }

.ngg-grid + .ngg-grid, .ngg-grid-margin, .ngg-grid > * > .ngg-panel + .ngg-panel { margin-top: 25px; }
.ngg-grid .ngg-dropdown-grid + .ngg-dropdown-grid { margin-top: 15px; }
.ngg-grid > * > :last-child { margin-bottom: 0px; }
.ngg-grid > * > :last-child, .ngg-article-heading > * > :last-child { margin-bottom: 0px; }
.ngg-grid > * { flex: 0 0 auto; margin: 0px; float: left; }
.ngg-grid > * { padding-left: 25px; }
.ngg-grid { display: flex; flex-wrap: wrap; margin: 0px; padding: 0px; list-style: none; }
.ngg-grid { margin-left: -25px; }
.ngg-grid-collapse + .ngg-grid-collapse, .ngg-grid-collapse > .ngg-grid-margin, .ngg-grid-collapse > * > .ngg-panel + .ngg-panel { margin-top: 0px; }
.ngg-grid-medium + .ngg-grid-medium, .ngg-grid-medium > .ngg-grid-margin, .ngg-grid-medium > * > .ngg-panel + .ngg-panel { margin-top: 25px; }
.ngg-grid-small + .ngg-grid-small, .ngg-grid-small > .ngg-grid-margin, .ngg-grid-small > * > .ngg-panel + .ngg-panel { margin-top: 10px; }
.ngg-grid.ngg-grid-micro > * > .ngg-panel + .ngg-panel { margin-top: 2px; }
.ngg-grid::after { clear: both; }
.ngg-grid::before, .ngg-grid::after { content: ""; display: block; overflow: hidden; }
[class*="ngg-width"] { box-sizing: border-box; width: 100%; }
.ngg-width-1-2, .ngg-width-2-4, .ngg-width-3-6, .ngg-width-5-10 { width: 50%; }

p.ngg-footer-item a { color: inherit; border-bottom: none}
p.ngg-footer-item a:hover { color: inherit; text-decoration: underline; }
p.ngg-footer-item { margin-bottom: 0px; margin-top: 7px; }

.ngg-padding-vertical {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.ngg-footer-global a {text-decoration: none; border-bottom: none;}

.ngg-panel { display: block; position: relative; }
.ngg-panel, .ngg-panel:hover { text-decoration: none; }
.ngg-panel::after { clear: both; }
.ngg-panel::before, .ngg-panel::after { content: " "; display: table; }

.ngg-list ul { margin: 0px; paddingg-left: 20px; list-style: none; }
.ngg-list { padding: 0px; list-style: none; }
.ngg-link-unstyled {border-bottom: none;text-decoration: none;}
.ngg-link-unstyled:hover {border-bottom: none;text-decoration: none;}

@media (min-width: 768px) {
    .ngg-width-medium-1-2, .ngg-width-medium-2-4, .ngg-width-medium-3-6, .ngg-width-medium-5-10 { width: 50%; }
}
@media (max-width: 768px) {
    .ngg-grid > .ngg-list {padding-left: 25px}
}