
/* override important bits of the body to match */
body {
    font-weight: 300;
    padding-bottom: 60px !important;
    background: #fff;
}


/* Disabled
   ========================================================================== */
/* ?? */
.disabled {
    opacity: 0.48;
    pointer-events: none;
    cursor: not-allowed;
}

.controls > .btn {
    display: inline !important;
}

label.checkbox {
    line-height: 0px;
}

.fa-star, .fa-star-o {
    color: goldenrod;
}

.dataset_views_label {
    background-color: #009fda;
    padding: 2px 5px 2px 5px;
    color: white;
    border-radius: 4px;
}

/* ?? */
.list-inline > li {
    display: inline;
}

/*COMMENTs*/

.comment {
    border: 2px solid #f2f2f2;
    border-radius: 4px;
    margin: 6px;
}

#comments-section ul, ol {
    padding: 0;
    margin: 0 0 0 25px;
}

.comment-content {
    padding-top: 4px;
    background-color: #f5f5f5;
}

.content {
    border: 2px dotted #f2f2f2;
    margin: 4px;
    border-radius: 2px;
    padding: 10px;
    background-color: #fff;
}

.comment-date {
    font-size: 11px;
}

.comment-date > a {
    color: #fafafa;
}

.comment-date-label {
    margin-top: 12px;
    min-height: 0;
    text-align: right;
    margin-right: 8px;
}

.comment-spacer {
    padding-left: 6px;
}

.comment-foot {
}

.comment-footer {
    /*height: 28px;*/
    padding-top: 6px;
    padding-right: 6px;
    /*border-top: 3px solid #009fda;*/
}

.comment > h3 {
    margin-top: 0px;
}

.comment-container {
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
    margin-top: 4px;
    margin-bottom: 10px;
}

.comment-subject {
    /*background-color: #009fda;*/
    /*color: white;*/
}

.comment-date > a {
    color: white;
}

.no-comments {
    padding: 20px 0px 0px 10px;
    color: #fff;
}

.no-comment {
    background-color: #009fda;

}

.no-comment .fa {
    transition: .3s transform ease-in-out;
}

.no-comment .collapsed .fa {
    transform: rotate(90deg);
}

.form-subject {
    height: 30px !important;
    width: 97% !important;
    border: 2px inset #f2f2f2 !important;
    border-radius: 4px;
}

.form-help {
    color: #fff;
    font-size: 10px;
}

.form-user {
    float: left;
    font-size: 12px;
    margin-top: 5px;
    text-align: left;
}

.form-comment {
    margin-bottom: 20px;
}


.replies {
    margin-left: 20px;
}

.modal-header {
    background-color: #009fda;
    color: #fff;
    padding-top: 20px;
}

.modal-footer {
    border-top: 6px dashed #f2f2f2;
    background-color: #fff !important;
}


.modal-header .form-subject {
    width: 93% !important;
}

.chev-btn {
    border-left: 1px solid #f5f5f5;
    padding: 6px;
    border-radius: 2px;
}

.chev-icon:hover {
    /*background-color: #009fda;*/
    color: #fff;
}

.chev-row:hover {
    cursor: pointer;
}

#upvote {
    margin-bottom: 5px;
}

.stats-list {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

@media (min-width: 512px) {
    .stats-list {
        max-width: 600px;
    }
}

.stats-list a {
    color: #fff;
}

.stats-list li {
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 16px;
}

.stats-list li::after {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 0;
    content: '';
    opacity: 0.32;
    transform: translate(0, -50%);
    background: #fff;
    width: 1px;
    height: 24px;
}

@media (min-width: 512px) {
    .stats-list li {
        width: 25%;
        margin-bottom: 0;
    }
}

.stats-list li:nth-child(2)::after {
    display: none;
}

@media (min-width: 512px) {
    .stats-list li:nth-child(2)::after {
        display: block;
    }
}

.stats-list li:last-child::after {
    display: none;
}

.stats-list strong {
    display: block;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
}

.stats-list span {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.label:empty,
.badge:empty {
    display: none;
}

.simple-input .field .btn-search {
    /*position: relative !important;*/
    /*background-color: #ffa938;*/
    border: none;
    color: #fff;
    transition: color 0.2s ease-in;
}

.simple-input .field .btn-search:hover {
    color: #999;
}

.masthead {
    color: #000;
    background: #fff;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.16);
    position: relative;
    margin: 0;
    padding: 2px 0;
    height: 66px;
}

.masthead:before,
.masthead:after {
    display: table;
    content: "";
    line-height: 0;
}

.masthead:after {
    clear: both;
}

.masthead::before,
.masthead::after {
    content: " ";
    display: table;
}

.masthead::after {
    clear: both;
}

.masthead .container {
    position: relative;
    padding: 0 20px 10px 20px;
    margin-left: 0px;
    width: 100%;
    margin-right: 0px;

}

.masthead a {
    font-size: 16px;
    font-weight: 700;
    border-radius: 2px !important;
}

.masthead .nav-collapse, .masthead .navbar-collapse {
    padding-top: 10px;
    margin-top: 10px;
}


.masthead input[type="text"] {
    border-color: #0081b1;
}

.masthead .navigation {
    margin-right: 20px;
}

.masthead .navigation .nav-pills {
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: transparent;
    font-weight: 800;
}

.masthead .navigation .nav-pills li a:hover, .masthead .navigation .nav-pills li a:active,
.masthead .navigation .nav-pills li.active a {
    box-shadow: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    background-color: none !important;
    color: #ffa938;
}

.masthead .nav > li > a,
.masthead .nav > li > a:focus,
.masthead .nav > .active > a,
.masthead .nav > .active > a:focus {
    color: #27323e;
    text-shadow: none;
    padding: 5px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    background-color: transparent !important;

}

.masthead .nav > li {
    margin-right: 30px;
}

.masthead .nav > li > a:hover, .masthead .nav > .active > a:hover {
    color: #ffa938;
    text-shadow: none;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;

}

.masthead .site-search {
    margin: 2px 8px 2px 0;
    font-family: 'Montserrat', sans-serif;

}

.masthead .site-search input {
    width: 200px;
    padding: 4px 10px;
    font-family: 'Montserrat', sans-serif;

}

.masthead .btn-navbar,
.masthead .btn-navbar:hover,
.masthead .btn-navbar:focus,
.masthead .btn-navbar:active,
.masthead .btn-navbar.active,
.masthead .btn-navbar.disabled,
.masthead .btn-navbar[disabled] {
    background-image: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    margin-top: 15px;
}

.masthead .btn-navbar .icon-bar,
.masthead .btn-navbar:hover .icon-bar,
.masthead .btn-navbar:focus .icon-bar,
.masthead .btn-navbar:active .icon-bar,
.masthead .btn-navbar.active .icon-bar,
.masthead .btn-navbar.disabled .icon-bar,
.masthead .btn-navbar[disabled] .icon-bar {
    margin-right: 0;
    box-shadow: none;
}

.masthead .debug {
    position: absolute;
    top: 37px;
    left: 10px;
    color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 980px) {
    .masthead .nav-collapse {
        float: right;
    }
}

@media (max-width: 767px) {
    .masthead .section {
        float: none;
    }

    .masthead .section .nav-collapse {
        margin-bottom: 25px;
    }
}

@media (max-width: 979px) {
    .masthead .site-search {
        display: none;
    }
}

.header-text-logo {
    margin-top: 10px;
    text-transform: uppercase;
}

.header-text-logo > a {
    display: block;
}

.header-text-logo > a:hover {
    opacity: 0.8;
}

.account-masthead {
    *zoom: 1;
    min-height: 30px;
    color: #000;
    background: #fff;
}

.account-masthead:before,
.account-masthead:after {
    display: table;
    content: "";
    line-height: 0;
}

.account-masthead:after {
    clear: both;
}

.account-masthead::before,
.account-masthead::after {
    content: " ";
    display: table;
}

.account-masthead::after {
    clear: both;
}

.account-masthead .container {
    /*padding: 8px 20px;*/
}

.account {
    float: right;
}

.account ul {
    *zoom: 1;
}

.account ul:before,
.account ul:after {
    display: table;
    content: "";
    line-height: 0;
}

.account ul:after {
    clear: both;
}

.account ul::before,
.account ul::after {
    content: " ";
    display: table;
}

.account ul::after {
    clear: both;
}

.account ul li {
    display: block;
    float: left;
}

.account ul li a {
    display: block;
    color: inherit;
    font-size: 13px;
    font-weight: bold;
    padding: 0 10px;
    line-height: 31px;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.account ul li a span.username,
.account ul li a span.text {
    margin: 0 2px 0 4px;
}

/*.account ul li a span.text {*/
/*position: absolute;*/
/*top: -9999px;*/
/*left: -9999px;*/
/*}*/

.account ul li a:hover {
    color: inherit;
    background-color: #0081b1;
    text-decoration: none;
}

.account ul li a.sub {
    font-weight: 300;
}

.account ul li a .btn {
    vertical-align: 1px;
    margin-left: 3px;
}

.account .notifications a span.badge {
    font-size: 12px;
    margin-left: 3px;
    padding: 1px 6px;
    background-color: #0081b1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-shadow: none;
    color: #bfd7de;
}

.account .notifications a:hover span {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.08);
}

.account .notifications.notifications-important a span.badge {
    color: #fff;
    background-color: #C9403A;
}

.account.authed .image {
    padding: 0 6px;
}

.account.authed .image img {
    vertical-align: -6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* Truncated text
   ========================================================================== */
.truncated {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Hidden content
   ========================================================================== */
/* Hide from both screenreaders and browsers */
.hidden {
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders */
.visually-hidden,
.attr-wbg-ifc span,
.btn-hidden-text > span,
.inpage-hub .inpage-title {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/**
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* Undo visually-hidden */
.visually-hidden-undo {
    position: inherit;
    overflow: visible;
    height: auto;
    width: auto;
    margin: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}

/* Unscrollable
   ========================================================================== */
.unscrollable-y {
    overflow-y: hidden;
}

.unscrollable-x {
    overflow-x: hidden;
}

/* Fold: Featured Tools
   ========================================================================== */
.fold.home-featured-tools {
    background: #fff;
}

.home-tools-list {
    list-style: none;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0;
}

.home-tools-list .tool-wrapper {
    margin-top: 40px;
}

.home-tools-list .tool-wrapper:first-child {
    margin-top: 0;
}

@media (min-width: 768px) {
    .home-tools-list .tool-wrapper {
        float: left;
        margin-top: 80px;
        margin-right: 4%;
        width: 48%;
    }

    .home-tools-list .tool-wrapper:nth-child(2) {
        margin-top: 0;
    }

    .home-tools-list .tool-wrapper:nth-child(2n) {
        margin-right: 0;
    }
}

.tool {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.tool *,
.tool *::before,
.tool *::after {
    box-sizing: inherit;
}

.tool-media,
.tool-copy {
    vertical-align: top;
}

.tool-media {
    margin-bottom: 20px;
}

.tool-media img {
    display: block;
    width: 100%;
    height: auto;
}

.tool-media-screenshot {
    position: relative;
    display: block;
    min-height: 160px;
    background: #f5f6f8;
    box-shadow: 0 4px 16px 2px rgba(0, 34, 68, 0.08);
    border-radius: 4px;
    overflow: hidden;
}

.tool-media-screenshot::before {
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 40px;
    background: url(/images/layout/window-buttons.svg) 8px center no-repeat #f5f6f8;
    content: '';
    speak: none;
    color: rgba(0, 0, 0, 0.16);
    padding: 0 5px;
}

.tool-media-screenshot::after {
    -webkit-border-radius: 4px 4px 2px 2px;
    -moz-border-radius: 4px 4px 2px 2px;
    border-radius: 4px 4px 2px 2px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    content: '';
    border-radius: 4px;
}

a.tool-media-screenshot {
    transition: all 0.16s ease 0s;
}

a.tool-media-screenshot:hover {
    transform: translate(0, -5px);
}

.tool-header {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .tool-header {
        margin-bottom: 20px;
    }
}

.tool-title {
    margin: 0 0 4px 0;
    font-size: 16px;
    line-height: 24px;
}

.tool-title a:link,
.tool-title a:visited {
    color: inherit;
}

.tool-title a:hover {
    color: #009fda;
}

@media (min-width: 768px) {
    .tool-title {
        font-size: 20px;
        line-height: 28px;
    }
}

.tool-subtitle {
    font-size: 12px;
    line-height: 16px;
    color: #838b8f;
    text-transform: uppercase;
}

.tool-body {
    width: 100%;
    margin-bottom: 20px;
    color: #7a8c9e;
    font-size: 14px;
    line-height: 24px;
}

.tool-body > *:last-child {
    margin-bottom: 0;
}

.account ul li a {
    display: block;
    color: inherit;
    font-size: 13px;
    font-weight: bold;
    padding: 0 10px;
    line-height: 31px;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

dl.dataset-details {
    margin: 8px 0 8px 0;
    font-size: 0;
    color: rgba(0, 34, 68, 0.48);
}

dl.dataset-details dt, dl.dataset-details dd {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
}

dl.dataset-details dt {
    margin: 0 4px 0 0;
    font-weight: 600;
}

dl.dataset-details dd {
    margin: 0 12px 0 0;
    font-weight: 400;
}

dl.dataset-details dt, dl.dataset-details dd {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
}

.dataset_views_label {
    background-color: #009fda;
    padding: 2px 5px 2px 5px;
    color: white;
    border-radius: 4px;
}

.dataset-resource-list {
    margin: 16px 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.dataset-resource-list li {
    display: inline-block;
    margin: 0 4px 4px 0;
    line-height: 0;
}

.search-form .search-input-group .input-group-btn .btn {
    margin-top: 10px;
}

.module-content > :last-child {
    margin-bottom: 0;
}

.dataset-heading {
    font-size: 16px;
    margin: 0;
    line-height: 24px;
}

.label, .badge {
    display: inline-block !important;
    padding: 2px 4px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 14px !important;
    color: #fff;
    vertical-align: baseline !important;
    white-space: nowrap !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #999;
}

.label[data-format=html],
.label[data-format*=html] {
    background-color: #55a1ce;
}

.label[data-format=json],
.label[data-format*=json] {
    background-color: #ef7100;
}

.label[data-format=xml],
.label[data-format*=xml] {
    background-color: #ef7100;
}

.label[data-format=text],
.label[data-format*=text] {
    background-color: #74cbec;
}

.label[data-format=csv],
.label[data-format*=csv] {
    background-color: #dfb100;
}

.label[data-format=xls],
.label[data-format*=xls] {
    background-color: #2db55d;
}

.label[data-format=zip],
.label[data-format*=zip] {
    background-color: #686868;
}

.label[data-format=api],
.label[data-format*=api] {
    background-color: #ec96be;
}

.label[data-format=pdf],
.label[data-format*=pdf] {
    background-color: #e0051e;
}

.label[data-format=rdf],
.label[data-format*=rdf],
.label[data-format*=nquad],
.label[data-format*=ntriples],
.label[data-format*=turtle] {
    background-color: #0b4498;
}

.btn-add {
    float: right;
}

.search-form .search-input button {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    height: 20px;
    padding: 0;
    border: none;
    background: transparent;
}

.search-form .search-input.search-giant button {
    margin-top: -15px;
    right: 15px;
    height: 30px;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

.search-dropdown {
    padding-bottom: 50px;
}

.navbar {
    margin-bottom: 0 !important;
}

.dataset-search-form form-control {
    width: 100% !important;
    display: block !important;
}

.prose h1,
.prose heading-1 h2,
.prose heading-2 {
    margin-bottom: 15px;
}

.prose h3,
.prose heading-3 {
    margin-bottom: 10px;
}

/* Prose
   ========================================================================== */
.inpage-body .prose {
    font-size: 16px;
    line-height: 24px;
}

.inpage-body .prose > h1:not(:first-child),
.inpage-body .prose > h2:not(:first-child),
.inpage-body .prose > h3:not(:first-child),
.inpage-body .prose > h4:not(:first-child),
.inpage-body .prose > h5:not(:first-child),
.inpage-body .prose > h6:not(:first-child) {
    margin-top: 40px;
}

.inpage-body .prose > h1 + h2:not(:first-child),
.inpage-body .prose > h2 + h3:not(:first-child),
.inpage-body .prose > h3 + h4:not(:first-child),
.inpage-body .prose > h4 + h5:not(:first-child),
.inpage-body .prose > h5 + h6:not(:first-child) {
    margin-top: 0;
}

.inpage-body .prose > * {
    margin-top: 0;
    margin-bottom: 24px;
}

.inpage-body .prose > *:first-child {
    margin-top: 0;
}

.inpage-body .prose > *:last-child {
    margin-bottom: 0;
}

.inpage-body .prose li {
    line-height: 24px;
}

@media (min-width: 768px) {
    .inpage-body .prose {
        max-width: 768px;
        font-size: 18px;
        line-height: 32px;
    }

    .inpage-body .prose > h1:not(:first-child),
    .inpage-body .prose > h2:not(:first-child),
    .inpage-body .prose > h3:not(:first-child),
    .inpage-body .prose > h4:not(:first-child),
    .inpage-body .prose > h5:not(:first-child),
    .inpage-body .prose > h6:not(:first-child) {
        margin-top: 56px;
    }

    .inpage-body .prose > * {
        margin-bottom: 28px;
    }

    .inpage-body .prose li {
        line-height: 32px;
    }
}

/* ==========================================================================
   Inpage
   ========================================================================== */
.page-body-contained {
    padding: 20px;
    margin: 0;
}

@media (min-width: 768px) {
    .page-body-contained {
        padding: 40px 20px;
    }
}

.inpage-header {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .inpage-header {
        margin-bottom: 40px;
    }
}

.inpage-headline > *:last-child {
    margin-bottom: 0;
}

.inpage-toolbar {
    margin: 0;
    padding: 0;
}

.search-input-group {
    display: block !important;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 34px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.input-search {
    line-height: 1;
    text-align: center;
    border-radius: 0;

}


@media (max-width: 767px) {
    .toolbar .breadcrumb a {
        color: #27323e;
        text-shadow: none;
    }

    .org-item {
        height: auto;
    }
}

@media (max-width: 1024px) {
    #field-order-by {
        float: right;
    }

}

.org-view {
    overflow: hidden;
    color: black;
    text-decoration: none;
}

.org-item:hover, .org-view.hovered {
    -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: black;
}

.org-item a:hover {
    text-decoration: none;
    color: black;
}

.org-item {
    text-align: center;
    padding: 15px;
    margin-bottom: 10px;
    background-color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 280px;
    color: black;
    border: solid 1px #ccc;
}

.media-heading {
    color: #50595e;
    font-size: 18px;
    margin-top: 5px;
}

.panel-title-sp {
    height: 140px;
}



#field-giant-search {
    margin-bottom: 20px;
}

.masthead hgroup h1 {
    font-weight: 700;
    letter-spacing: 0;
    margin: 3px 0;
}

.site-title {
    line-height: 38px;
    margin: 0;
    margin-bottom: -12px;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif !important;
    color: #009fda;
    font-weight: 700;
}

.btn,
label {
    font-weight: normal;
}

.page-heading {
    overflow-wrap: break-word;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
    box-shadow: inset 0 1px #e9ebf0;
    padding: 14px 0;
    background: transparent;
    color: #000;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.site-footer .container {
    padding: 0 20px;
}

@media (min-width: 768px) {
    .site-footer {
        padding: 14px 0;
    }
}

.footer-nav {
    box-shadow: inset 0 -1px #e9ebf0;
    padding-bottom: 20px;
    margin-bottom: 28px;
    text-align: center;
}

.nav-section {
    display: inline-block;
}

.nav-section h2 {
    font-size: 12px;
    color: #838b8f;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 8px 0 0;
    line-height: 30px;
    vertical-align: top;
    font-weight: 300;
}

@media (min-width: 768px) {
    .nav-section {
        display: table-cell;
    }
}

.nav-section-connect {
    margin: 0 0 20px 0;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .nav-section-connect {
        padding-right: 20px;
        text-align: left;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .nav-section-browse {
        text-align: right;
        width: 100%;
    }
}

.menu-browse, .menu-connect {
    list-style: none;
    padding: 0;
    margin: 0;
    word-spacing: -0.26rem;
    display: inline-block;
}

.menu-connect li, .menu-browse li {
    display: inline-block;
    vertical-align: top;
    word-spacing: normal;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .attr-wbg-ifc {
        float: left;
    }
}

.footer-attr > *:last-child {
    margin-bottom: 0;

}

@media (min-width: 768px) {
    .attr-ds {
        text-transform: uppercase;
    }
}

.right-attr {
    padding-right: 50px;
    float:right;
}

.attr-ds {
    /*font-size: 0.75rem;*/
    font-weight: 600;
}

.attr-deri {
    text-transform: none;
    padding-right: 50px;
    /*color: #009fda;*/
}

.attr-deri:hover {
    text-transform:none;
    color: #ffa938;
}

.attr-wbg-ifc {
    padding-left: 50px;
    float: left;
}

.attr-wbg-ifc img {
    vertical-align: top;
    max-width: 240px;
    height: auto;
    opacity: 0.8;
}

.footer-attr {
    height: 38px;
}

.site-footer a {
    color: #009fda !important;
}

@media (min-width: 320px) and (max-width: 767px) {

    .attr-wbg-ifc {
        padding-left: 0 !important;
    }
    .footer-attr {
        padding-right: 0 !important;
    }
}
/*PANELS*/

.panel-stats {
    background-color: transparent;
    color: white;
    text-align: center;
    padding: 5px;
    min-height: 58px;
    margin-top: 0px;
}

.panel-engage {
    background-color: #f5f6f8;
    color: black;
    text-align: center
}

.panel-hero {
    background-color: transparent;
    color: white;
    text-align: center;
    padding: 10px;
}

.panel-map {
    background-color: #f5f6f8;
    color: black;
    min-height: 400px;
    /*padding: 5px;*/
}

.panel-app {
    height: 270px;
}

/*CAROUSELS*/
.carousel-control-app {
    top: 50% !important;
}

.carousel-indicators {
    position: absolute;
    left: 60% !important;
    top: 70% !important;
    z-index: 5;
    margin: 0;
    list-style: none !important;
    width: auto;
    margin-left: 100px;
    margin-top: 20px;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer !important;
    background-color: #fff !important;
    border: 1px solid #009fda !important;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px !important;
    height: 12px !important;
    margin: 0 !important;
    background-color: #009fda !important;
}

.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}

.carousel-control {
    border: none !important;
}

/*HERO STUFF*/

.hero-search input[type="text"] {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border: 0;
    /*line-height: 32px;*/
    padding: 20px 20px 20px 20px;
    box-sizing: border-box;
    color: #27323e;
    font-weight: 600;
}

.hero-search input[type="text"]::placeholder {
    opacity: 0.64;
    color: inherit;
}

.hero-search input[type="text"]:focus {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.32);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.32);
}

.hero-search .field .btn-search {
    /*transform: translate(0, -50%);*/
    position: relative;
}

.hero-search .field .btn-search i {
    font-size: 24px;
    line-height: 1;
    width: 24px;
}

.hero-search .field .btn-search:hover {
    color: inherit;
    opacity: 0.64;
}

form .field .center-block {
    max-width: 60%
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #50595e;
    background-color: #f5f6f8;
}


.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0 !important;
    border: 1px solid transparent;
}


.map-col {
    height: 800px;
}

.map-header {
    background-color: transparent;
    font-weight: 800;
    color: #27323e !important;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}


.fmap {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

#map  {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.mapboxgl-canvas {
    left: 0;
}

.mapboxgl-popup-content-wrapper {
    background-color: white;
}

.mapboxgl-popup {
    background-color: white;
}

.mapboxgl-popup-tip {
    display: none;
}


@media (min-width: 320px) and (max-width: 767px) {
    .map-header, #map-section {
        visibility: hidden;
        display: none;
    }

    .nav-collapse {
        background-color: white;
        margin-left: -20px !important;
        margin-right: -20px !important;
    }

    .nav-pills {
        padding-left: 15px;
    }
}

@media (min-width: 400px) and (max-width: 1024px) and (orientation: landscape) {
    .map-header, #map-section {
        visibility: visible;
        display: inherit;
    }

    .nav-pills {
        padding-left: 15px;
    }
}



.table-front > tbody > tr {
    /*height: 20px;*/
}

.table-front > tbody > tr > th {
    background-color: #009fda !important;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}

.img-icon {
    width: 110px;
    margin-bottom: 10px;

}

.type-icon:hover {
    color: #009fda;
}

.img-slider {
    width: 100%;
    min-height: 188px;
}

.toolt {
    border-radius: 8px;
    padding: 5px;
    background-color: #009fda;
    margin: 5px;
    text-align: left;
}

.map-row {
    background-color: #f6f6f6;
}

.fa-chevron-left, .fa-chevron-right {
    position: absolute;
    top: 36%;
    right: 40px;
    font-size: 30px;
    color: white;
}

.panel-carousel .panel-header {
    background-color: #009fda;
    color: white;
    padding: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.panel-carousel .panel-body {
    background-color: white;
    color: black;
    padding-left: 5px;
    padding-right: 5px;
    height: 126px;
}

.panel-carousel .panel-footer {
    background-color: white;
    color: #009fda;
    font-weight: 700;
    padding: 5px;

}

.panel-carousel {
    height: 188px;
}

.panel-recent {
    background: url(/images/meta/default-meta-image.png) 0px 0px/400px 300px no-repeat;
}

.home-stats {
    min-height: 100px;
    background-color: transparent;
    margin-top: 10px;
}

.home-stats a {
    color: white;
    font-weight: 700;
    text-decoration: none;
}

.home-stats a span {
    font-size: 20px;
}

.home-stats a:hover {
    text-decoration: none;
}

.stats-num {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}

.stats-text {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}

.super-hero {
    background-color: transparent;
    background: url("/images/layout/search-hero.jpg");
    background-repeat: no-repeat;
    background-size: 140%;
    height: 540px;
    font-family: 'Montserrat', sans-serif;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mini-hero {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.hero-title {
    color: white;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.hero-1 {
    margin-top: 30px;
}

.panel-text {
    text-transform: uppercase;
    color: white;
    z-index: 100;
}

.panel-front-title {
    text-transform: uppercase;
    color: white;
    z-index: 100;
}

.panel-front-top {
    background: url("/images/content/rezoning.png");
    /*background-position: top;*/
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 130px;
}

.panel-front-carousel {

}

.hero-1 {
    font-size: 30px;
}

.hero-2 {
    font-size: 20px;
}

.sub-btn {
    background-color: #ffa938 !important;
    color: white !important;
    border-radius: 0 !important;
    border: none !important;
    font-size: 29px !important;
    font-weight: 300 !important;
}

.slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 270px;
    background: #f5f6f8;
    font-weight: 600;
    /*filter: brightness(50%);*/
}

.slide1 {
    position: relative;
    width: 100%;
    background: url("/images/layout/slide1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.slide1__content {
    position: relative;
    z-index: 10;
}

.slide2 {
    position: relative;
    width: 100%;
    background: url("/images/layout/slide2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.slide2__content {
    position: relative;
    z-index: 10;
}

.slide3 {
    position: relative;
    width: 100%;
    background: url("/images/layout/slide3.jpg");
    background-position: 0, -50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide3:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    opacity: 0.8;

}

.slide3__content {
    position: relative;
    z-index: 10;
}

.slide4 {
    position: relative;
    width: 100%;
    background: url("/images/layout/slide5.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide4:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    opacity: 0.6;

}

.slide4__content {
    position: relative;
    z-index: 10;
}

.slide-text {
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    z-index: 50;
    padding: 20px;
    padding-bottom: 0;
    padding-top: 0;
}

.slide-text-top {
    padding-top: 2px;
    z-index: 50;
}

.slide-text:hover {
    text-decoration: underline;
    text-decoration-color: #ffa938;
    text-decoration-style: solid;
}

.slide-title {
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    z-index: 50;
    padding: 20px;
    padding-bottom: 0;

}

.slide-title-top {
    margin-top: 36px;
    z-index: 50;
}

.slide-link {
    color: #ffffff;
    text-decoration: none;
    border: none
    padding: 8px;
}

.slide-link:hover, .slide-link:active, .slide-link:visited {
    text-decoration: none;
    /*opacity: 0.8;*/

}

.stats-link:hover {
    color: #ffa938;
    text-decoration: none;
}

.front-search {
    font-weight: 700;
}

.explore-row {
    background-color: #f6f6f6;
    font-family: 'Montserrat', sans-serif;
}

.panel-popup {
    background-color: transparent;
    /*padding: 5px;*/
    min-height: 60px;
    width: 100px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    /*box-shadow: 0 4px 16px 3px rgba(0, 34, 68, 0.08);*/
    /*text-align: center;*/
}

.popup-text {
    font-weight: 600;
}

.popup-count {

}

@keyframes lds-blocks {
    0% {
        background: #ffa938;
    }
    12.5% {
        background: #ffa938;
    }
    12.625% {
        background: #009fda;
    }
    100% {
        background: #009fda;
    }
}

@-webkit-keyframes lds-blocks {
    0% {
        background: #ffa938;
    }
    12.5% {
        background: #ffa938;
    }
    12.625% {
        background: #009fda;
    }
    100% {
        background: #009fda;
    }
}

.lds-blocks {
    position: relative;
}

.lds-blocks div {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #009fda;
    -webkit-animation: lds-blocks 1s linear infinite;
    animation: lds-blocks 1s linear infinite;
}

.lds-blocks {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.spinner-text {
    margin-top: 75px;
    font-family: 'Montserrat', sans-serif;
    color: #50595e;
    font-weight: 300;
}

.hero-icon-title {
    color: white;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif !important;
    opacity: 1;
}

.hero-icon-title:hover {
    text-decoration: none;
}

.hero-icon-box {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}



.carousel-caption {
    position: absolute;
    bottom: 15px !important;
    z-index: 10;
    padding-top: 0 !important;
    color: #fff;
    text-align: left !important;
    right: 0 !important;
    left: 0 !important;
    padding-bottom: 0 !important;
}


@media (min-width: 320px) and (max-width: 767px) {
    .panel-stats {
        visibility: hidden;
        display: none;
    }

    .super-hero {
        height: auto;
        padding-top: 5px;
    }

    .masthead hgroup h1, .masthead hgroup h2 {
        float: left;
        font-size: 24px;
        line-height: 1.5;
    }

    .panel-app {
        margin-top: 5px;
    }
}

