/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* ----------------------------------------------------
	General Styling
------------------------------------------------------- */

html,
body {
    min-height: 100%;
    height: 100%;
    width: 100%;
}

body {
    font-family: "lato", Arial, sans-serif;
    font-weight: 100;
    color: #1A1919;
}

#main {
    margin-top: 100px;
}

a {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:focus {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'bebas-neue', sans-serif;
    font-weight: 100;
    color: #1A1919;
}

h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary {
    background-color: #09517C;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin: 0px 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary {
    background-color: #D8454E;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h1.tertiary, h2.tertiary, h3.tertiary, h4.tertiary, h5.tertiary, h6.tertiary {
    font-family: lato;
    font-weight: 400;
}

h1.green, h2.green, h3.green, h4.green, h5.green, h6.green {
    color: #00BC70;
}

h1.red, h2.red, h3.red, h4.red, h5.red, h6.red {
    color: #D8454E;
}

h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue {
    color: #09517C;
}

p {
    font-family: "lato", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight:400;
    color: #1A1919;
}

i {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    color: #1A1919;
}

a i:hover {
    color: #09517C !important;
}

section {
    /*margin-top: 40px;*/
}

.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}

.tooltip {
    font-family: lato, Arial;
}

.tooltip-inner {
    background-color: #00A7E1;
    color: #fff;;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #00A7E1 !important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #00A7E1 !important;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #00A7E1 !important;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #00A7E1 !important;
}

.tooltip.show {
    opacity: 1 !important;
}

/* ------- Buttons ------- */

.btn {
    font-family: "lato", Arial, sans-serif;
    border-radius: 0;
}

.btn-small {
    font-size: 0.7rem;
    padding: .1rem .25rem;
}

.btn-green {
    background-color: #00BC70;
    border-color: #00BC70;
    color: #fff!important;
}

.btn-green i, .btn-red i, .btn-blue i {
    color: #fff;
}

.btn-green:hover {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #ffffff;
}

.btn-blue {
    background-color: #09517C;
    border-color: #09517C;
    color: #fff!important;
}

.btn-blue:hover {
    background-color: #4c88ab;
    border-color: #4c88ab;
    color: #ffffff;
}

.btn-red {
    color: #fff;
    background-color: #D8454E;
    border-color: #D8454E;
}

.btn-red:hover {
    background-color: #df6a71;
    border-color: #df6a71;
}

.btn-neutral {
    background-color: transparent;
    color: #1A1919;
    border-color: #1A1919;
    border-radius: 0;
}

.btn-neutral:hover {
    background-color: #09517C;
    color: #fff !important;
    border-color: #09517C;
}

.btn.btn-neutral.active {
    background-color: #09517C;
    color: #fff;
    border-color: #09517C;
}

.btn.btn-neutral.active i, .btn.btn-neutral:hover i {
    color: #fff;
}

.btn-bold {
    background-color: #00A7E1;
    border-color: #00A7E1;
    color: #fff;
    border-radius: 0;
}

.btn-bold:hover {
    background-color: #09517C;
    border-color: #09517C;
}

.btn-filter {
    padding: 0;
    background-color: transparent;
    border: none;
    color: #fff;
    text-transform: none;
    margin: 0;
}

.btn-dropdown {
    background-color: #fff;
    color: #1A1919;
    border-color: #e5e5e5;
}

.btn-dropdown:hover {
    background-color: #D8454E;
    color: #fff;
    border-color: #D8454E;
}

.btn-soft {
    background-color: transparent;
    color: #6D6E6D;
    border-color: #e5e5e5;
    border-radius: 5px;
}

.btn-soft:hover {
    background-color: #e5e5e5;
    color: #6D6E6D;
    /*border-color: #e5e5e5;*/
}

.btn.btn-soft.active {
    background-color: #e5e5e5;
    color: #6D6E6D;
    /*border-color: #e5e5e5;*/
}

.font-100 {
    font-size: 100%;
}

.badge-blue {
    background-color: #09517C;
    color: #fff;
}

.icon--smaller {
    font-size: 0.85rem;
}

/* -------------------- */

.img-title {
    line-height: 1.1;
}

.img-title {
    display: inline;
    background: #fff;
    line-height: 1.3;
    -webkit-box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
    box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
}

.bg-dark {
    background-color: #f2f2f2;
}

.no-padding {
    padding: 0;
}

.padding-top {
    padding-top: 70px;
}

.text-center {
    text-align: center;
}

.link-decorate h4:hover {
    text-decoration: underline;
}

.sm-hide {
    display: none;
}

@media (min-width: 992px) {
    .sm-hide {
        display: inline;
    }
}

.form-control {
    border-radius: 0;
}

.form-control::-moz-placeholder {
    color: #999;
    font-size: 0.8rem;
}

.form-control:-ms-input-placeholder {
    color: #999;
    font-size: 0.8rem;
}

.form-control::-webkit-input-placeholder {
    color: #999;
    font-size: 0.8rem;
}

.dropdown-menu {
    overflow-y: scroll;
}

.bg-gray {
    background-color: #e5e5e5;
}

.invalid {
    border-color: #D8454E !important;
}

.text--green {
    color: #00BC70 !important;
}

.text--bold {
    font-weight: bold !important;
}

.page-item.active .page-link {
    background-color: #09517C;
    border-color: #09517C;
}

.page-link {
    color: #09517C;
}

/* ----------------------------------------------------
	Home: Navbar
------------------------------------------------------- */

#mainNav {
    background-color: #fff;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
    padding: 0.75em 0;
    color: #1A1919;
    font-family: 'bebas-neue', Arial, sans-serif;
}

#mainNav .dropdown-item {
    font-family: 'bebas-neue', Arial, sans-serif;
}

#mainNav .dropdown-menu {
    border: none;
    overflow: visible;
}

@media (min-width: 992px) {
    #mainNav {
        border: none;
        background-color: transparent;
        padding: .2rem 4rem;
    }

    /*#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {*/
    /*color: #00BC70;*/
    /*}*/
    /*#mainNav .navbar-nav .nav-item .nav-link {*/
    /*color: #00BC70;*/
    /*}*/

    #mainNav .dropdown-menu * {
        color: #fff;
    }

    #mainNav .dropdown-menu p
    {
        text-transform: none !important;
    }

    #mainNav .navbar-nav .nav-item .nav-link
    {
        color: #fff;
        padding: 1.1em 1em !important;
    }

    #mainNav #user-dropdown i {
        color: #fff;
    }

    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #fff;
        border-bottom: 1px solid #e5e5e5;
    }

    #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link,
    #mainNav.navbar-shrink #user-dropdown i {
        color: #1A1919;
    }

    .nav-item {
        text-align: center;
    }

    #mainNav .navbar-nav .nav-item .nav-link.active,
    #mainNav .navbar-nav .nav-item .nav-link:hover,
    #mainNav p:hover {
        color: #0079B7 !important;
    }

    #mainNav .dropdown-menu {
        background-color: rgba(0,0,20,0.7);
    }

    #mainNav .dropdown-item {
        color: #fff;
    }

    #mainNav .dropdown-item:hover {
        color: #0079B7 !important;
        background-color: transparent !important;
    }
}

@media (min-width: 1080px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 1.1rem;
    }

    #mainNav .dropdown-item {
        font-size: 1.1rem !important;
    }
}

/* ----------------------------------------------------
	Home: Header
------------------------------------------------------- */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background: -o-linear-gradient(top, rgba(26, 25, 25, 1) 0%, rgba(153, 153, 153, 0.2) 20%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 25, 25, 1)), color-stop(20%, rgba(153, 153, 153, 0.2)));
    background: linear-gradient(to bottom, rgba(26, 25, 25, 1) 0%, rgba(153, 153, 153, 0.2) 20%);
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url('https://www.businessrecycling.com.au/images/headings/br-header-2020.jpg');
    text-align: center;
    color: white;
    min-height: 50%;
}

header .header-content {
    z-index: 20;
    position: absolute;
    text-align: center;
    padding: 0 10px;
    width: 100%;
    top: 40%;
}

header h1, header h2, header h3, header h4, header h5, header h6, header p,
.header-search-form p {
    color: #ffffff;
    letter-spacing: 0.5px;
}

#matDropdown.dropdown-menu {
    max-height: 300px;
}

header .header-content .input-group {
    border-radius: 0;
}

.form-control:focus {
    border-color: #00BC70;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(92, 184, 92, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(92, 184, 92, 0.6);
}

.header-search-form {
    text-align: left;
    background-color: rgba(9, 81, 124, 0.85);
    padding: 16px 10px;
}

.header-search-form--grey {
    text-align: left;
    background-color: rgba(26, 25, 25, 0.4);
    padding: 16px 10px;
}

.header-search-form h3 {
    font-family: "lato", Arial, sans-serif;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.filter-option {
    /*font-size: 1.2rem;*/
    color: #fff;
    display: inline-block;
    padding: 0 5px;
}

.filter-option i {
    color: #fff;
    padding: 0 2px;
}

.header-bottom {
    background-color: #e5e5e5;
}

.header-bottom p {
    font-size: 1rem;
}

.header-bottom img {
    width: 100px;
}

.home-search-location {
    z-index: 1001;
}

.home-search-filters {
    z-index: 1000;
}

#matDropdown {
    z-index: 1001;
}

header .nav-tabs .nav-item {
    margin-bottom: 0px !important;
}

header .nav-tabs .nav-link {
    background-color: rgba(26, 25, 25, 0.6);
    color: #fff;
}

header .nav-tabs .nav-link.active,
header .nav-tabs .nav-link.active:hover {
    background-color: rgba(9, 81, 124, 0.85);
    border: 1px solid transparent;
    color: #fff;
}

header .nav-tabs .nav-link:hover {
    border-color: transparent;
    background-color: rgba(26, 25, 25, 0.75);
}

header .nav-tabs {
    border-bottom: none;
}

@media (min-width: 992px) {
    header {
        min-height: 70%;
    }

    header .header-content {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 50px;
        top: 55%;
    }

    header .header-content .header-content-inner {
        margin-left: auto;
        margin-right: auto;
    }

    .header-search-form {
        padding: 26px 20px;
    }

    .header-search-form h3 {
        font-size: 1.9rem;
    }

    .header-bottom p {
        font-size: 1.3rem;
    }

    .header-bottom img {
        width: 200px;
    }
}

/* ----------------------------------------------------
	Home - Body
------------------------------------------------------- */

.tile {
    position: relative;
    /*padding: 20px;*/
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tile-inner {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
}

@media (min-width: 1024px) {
    .tile:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.tile-header h3 {
    background-color: #09517C;
    padding: 5px 20px 5px 20px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block
}

.tile-header-blue h3 {
    background-color: #00A7E1;
}

.tile-body {
    padding: 20px;
}

.tile-body h1 {
    color: #fff;
    font-size: 4rem;
}

.tile-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    -webkit-box-shadow: inset 0px -125px 52px -12px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -125px 52px -12px rgba(0, 0, 0, 0.75);
}

.default-tile .tile-inner {
    min-height: 250px;
}

.home-sponsor-tile .tile-inner {
    padding: 75px;
    background-color: #dc4732;
}

.home-sponsor-tile p {
    font-size: 0.9rem;
    color: #fff;
}

@media (min-width: 1024px) {
    .home-sponsor-tile .tile-inner {
        padding: 100px;
    }

    .home-sponsor-tile p {
        font-size: 1.5rem;
    }
}

.home-campaign-tile {
    min-height: 350px;
}

.home-campaign-tile .tile-inner {
    background-image: url('../images/new/renovation.jpeg');
}

.home-campaign-tile h2 {
    color: #fff;
}

.home-carousel-tile {
    border: 1px solid #e5e5e5;
}

.home-carousel-tile h2 {
    color: #1A1919;
    text-transform: uppercase;
}

.home-carousel-tile-detail {
    padding-bottom: 20px;
}

.carousel-item p,
.carousel-item h3 {
    color: white;
}

.home-paper-tile .tile-inner {
    border: 1px solid #e5e5e5;
    min-height: 350px;
    background-color: #fff;
}

.home-paper-tile .tile-inner {
    background-image: url('../images/new/pa-paper-blue.jpg');
}

.home-news-tile {
    margin-bottom: 30px;
}

.card-header {
    width: 100%;
    min-height: 200px;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    border-radius: 0;
}

.card-body {
    padding-bottom: 0;
}

.card-footer {
    background-color: #fff;
    border-top: none;
}

.news-card {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    margin-bottom: 20px;
    border-radius: 0;
}

@media (min-width: 1024px) {
    .news-card:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.news-card h6 {
    color: #9e9e9e;
}

.news-card p {
    font-size: 0.8rem;
}

@media (min-width: 992px) {
    .home-news-tile {
        margin: 0;
    }
}

.news-story img {
    width: 80%;
}

/* ----------------------------------------------------
	Footer
------------------------------------------------------- */

#footer-br h3 {
    text-transform: uppercase;
}

#footer-br .footer-top {
    text-align: center;
    padding: 30px 0;
    background-color: #e5e5e5;
}

#footer-br .footer-bottom {
    padding: 10px 0;
    background-color: #cecece;
}

#footer-br .footer-social {
    text-align: center;
    padding: 10px 0 20px 0;
}

#footer-br .at-icon-wrapper {
    background-color: transparent !important;
}

.addthis_toolbox a {
    margin: 0 30px 0 0 !important;
    text-align: center;
}

.at300b:hover svg {
    fill: #09517C !important;
}

#footer-br .footer-divider {
    position: absolute;
    border-left: 2px solid #cecece;
    margin: 0;
    width: auto;
    left: 50%;
    top: 0;
    bottom: 0;
    height: 100%;
}

#footer-br .list-group {
    border: 0;
}

#footer-br .list-group-item {
    padding: 5px 0;
    background-color: transparent;
    border: 0;
}

#footer-br .list-group-item a {
    color: #1A1919;
}

#footer-br .list-group-item a:hover {
    color: #09517C;
}

#footer-br .footer-bottom a {
    color: #1A1919;
}

#footer-br .footer-bottom a:hover {
    color: #09517C;
}

#footer-br .footer-navigate {
    margin-top: 20px;
}

@media (min-width: 768px) {
    #footer-br .footer-top {
        text-align: left;
    }

    #footer-br .footer-navigate {
        margin-top: 0;
    }

    #footer-br .footer-social {
        text-align: left;
    }
}

/* ----------------------------------------------------
	Main Content
------------------------------------------------------- */

.page-header {
    position: relative;
    width: 100%;
    height: 25vh;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    text-align: center;
    min-height: 25vh;
    margin-top: 40px;
}

.content {
    position: relative;
    margin-top: -60px;
}

/*.container-fluid .content {*/
/*margin-top: -50px;*/
/*}*/

.content-header {
    color: transparent;
    text-align: center;
}

.content-header h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2rem;
}

.content-body {
    background-color: #fff;
}

.container .content-body {
    padding: 10px 0;
}

.content-page-content h1, .content-page-content h2, .content-page-content h3, .content-page-content h4, .content-page-content h5, .content-page-content h6, .rny-heading {
    background-color: #09517C;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
}

.rny-heading-blue {
    background-color: #00A7E1;
}

.content-page-content h1.tertiary, .content-page-content h2.tertiary, .content-page-content h3.tertiary, .content-page-content h4.tertiary, .content-page-content h5.tertiary, .content-page-content h6.tertiary {
    background-color: transparent;
    padding: 0;
    margin: 0 0 10px 0;
    text-transform: none;
    color: black;
}

.content-page-content h1 a, .content-page-content h2 a, .content-page-content h3 a, .content-page-content h4 a, .content-page-content h5 a, .content-page-content h6 a {
    color: #fff !important;
}

@media (min-width: 992px) {
    .page-header {
        height: 65vh;
        margin-top: 0;
    }

    .content {
        margin-top: -200px;
    }

    /*.container-fluid .content {*/
    /*margin-top: -200px;*/
    /*}*/
    .content-header {
        padding: 30px;
    }

    .content-header h1 {
        font-size: 4rem;
    }

    .container .content-body {
        padding: 30px 50px;
    }
}

/* ----------------------------------------------------
	Related Docs
------------------------------------------------------- */

.related-docs {
    padding-top: 30px;
}

.related-docs h4 {
    display: block;
    background-color: #D8454E;
    color: #fff;
    padding: 5px;
    margin: 0;
}

.related-docs-links {
    border: 1px solid #9e9e9e;
    border-top: none;
    padding: 10px;
}

.related-docs-links ul {
    list-style-type: none;
}

.related-docs li:before {
    font-family: 'Font Awesome 5 Free';
    margin: 0 5px 0 -23px;
}

.related-docs-links li.pdf:before {
    content: '\f1c1';
}

.related-docs-links li.doc:before {
    content: '\f1c2';
}

.related-docs-links li.xls:before {
    content: '\f1c3';
}

.related-docs-links li.ppt:before {
    content: '\f1c4';
}

.related-docs-links li.htm:before {
    content: '\f0ac';
}

/* ----------------------------------------------------
	Council/Business Page
------------------------------------------------------- */

.listing-map {
    padding-top: 68px;
    height: 250px;
}

@media (min-width: 768px) {
    .listing-map {
        height: 450px;
    }
}

.listing-info, .listing-services {
    padding: 30px 0;
}

.listing-info h2, .listing-services h3 {
    text-transform: uppercase;
}

.listing-info a {
    text-decoration: none;
    color: #1A1919;
}

.listing-info i {
    color: #09517C;
}

.listing-info .cta-buttons i {
    color: #1A1919;
}

.listing-info small, .listing-info i {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.listing-info a:hover small, .listing-info a:hover i {
    color: #09517C;
}

.listing-services {
    background-color: #fff;
}

.listing-services i {
    padding-left: 10px;
    color: #09517C;
}

.listing-link {
    /*padding: 10px 0;*/
    color: #1A1919;
    font-weight: 600;
}

.listing-link:hover {
    color: #09517C;
}

.listing-services-council .nav-pills .nav-link {
    color: #1A1919;
    background-color: transparent;
}

.listing-services .nav-pills .nav-link.active {
    font-weight: 700;
}

.listing-facility {
    height: 100%;
}

.listing-passiton-option {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    padding-bottom: 20px;
}

@media (min-width: 1024px) {
    .listing-passiton-option:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (min-width: 768px) {
    .listing-passiton-option {
        padding: 0;
    }
}

.listing-passiton-option .listing-link {
    text-align: center;
    background-color: #fff;
    color: #1A1919;
    font-weight: 600;
}

.listing-passiton i {
    padding-left: 10px;
    color: #D8454E;
}

.listing-enquire-title {
    height: 100%;
    min-height: 200px;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url('https://www.recyclingnearyou.com.au/images/new/getinvolved.jpeg');
}

.listing-enquire-form {
    border: 2px solid #e5e5e5;
}

.listing-events-body i {
    color: #09517C;
}

.listing-services .btn-neutral {
    font-size: 0.9rem;
}

table.no-border td {
    border: none;
}

/* ----------------------------------------------------
	Business Search
------------------------------------------------------- */
.business-search-wrapper {
    border: 1px solid #e5e5e5;
    border-top: none;
    height: 400px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .business-search-wrapper {
        height: 450px;
    }
}

.business-search-list {
    border-right: 1px solid #e5e5e5;
    height: 100%;
    overflow: hidden;
}

.business-search-filters {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.business-search-results {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.business-search-location {
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.business-search-location.selected {
    background-color: #e5e5e5;
}

.business-search-location:hover {
    background-color: #d6d6d6;
    cursor: pointer;
}

.business-search-location-inner {
    padding: 10px;
}

.business-search-location h4 {
    font-family: 'lato', Arial;
    font-weight: 400;
    font-size: 1rem;
    margin: 0 0 5px 0;
}

.business-search-location h5 {
    font-family: 'lato', Arial;
    font-weight: 400;
    font-size: 0.9rem;
    margin: 0 0 3px 0;
}

.business-search-location p {
    font-size: 0.8rem;
    margin: 0;
}

.business-search-map, .business-search-map #map_frame, .business-search-map #map_canvas {
    height: 100%;
    width: 100%;
    margin: 0;
}

.business-search-location i {
    font-size: 0.8rem;
    color: #09517C;
}

.location-pickup {
    padding: 20px 30px 30px 30px;
}

.location-meta, .location-meta i {
    color: #9e9e9e;
    font-size: 0.8rem;
}

.business-search-tabs a {
    font-size: 0.9rem;
}

@media (min-width: 768px) {
    .business-search-tabs a {
        font-size: 1.2rem;
    }
}

#map-toggle:hover, #list-toggle:hover {
    cursor: pointer;
}

#map-toggle.selected, #list-toggle.selected {
    background-color: #e5e5e5;
}

#map-toggle.selected i, #map-toggle.selected p, #list-toggle.selected i, #list-toggle.selected p {
    color: #09517C;
}

.material-search .header-search-form {
    background-color: #e5e5e5;
    margin: 20px 0 20px 0;
}

#search-list {
    height: 100%;
}

/* ----------------------------------------------------
	Info Portal
------------------------------------------------------- */

.info-tile {
    height: 100%;
    min-height: 200px;
}

.info-factsheets-tile .tile-inner {
    background-image: url('../images/new/office-paper.jpg');
    min-height: 200px;
}

.info-promotion-tile .tile-inner {
    background-image: url('../images/new/promotion.jpg');
    min-height: 200px;
}

.info-research-tile .tile-inner {
    background-image: url('../images/new/research.jpg');
    min-height: 200px;
}

.info-tips-tile .tile-inner {
    background-image: url('../images/new/tips.jpg');
    min-height: 200px;
}

.info-kids-tile .tile-inner {
    background-image: url('../images/new/kids.jpg');
    min-height: 200px;
}

.info-resource-tile .tile-inner {
    background-image: url('../images/new/workplace.jpg');
    min-height: 200px;
}

/* ----------------------------------------------------
	About
------------------------------------------------------- */

.sponsor-inner {
    /*border: 1px solid #e5e5e5;*/
    -webkit-transition: all 0.5s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.5s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.5s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (min-width: 1024px) {
    .sponsor-inner:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.sponsor-img {
    /*padding: 20px 10px 10px 10px;*/
}

@media (min-width: 768px) {
    .sponsor-img {
        height: 170px;
    }
}

.sponsor-content h1.tertiary, .sponsor-content h2.tertiary,
.sponsor-content h3.tertiary, .sponsor-content h4.tertiary,
.sponsor-content h5.tertiary, .sponsor-content h6.tertiary {
    background-color: transparent;
    color: #1A1919;
    display: block;
    padding: 0;
    margin: 0px 0 10px 0;
    text-transform: none;
    letter-spacing: inherit;
}

/* ----------------------------------------------------
	News
------------------------------------------------------- */

.news-main-img {
    height: 100%;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    min-height: 250px;
    position: relative;
}

.news-main-img p, .news-main-img i {
    color: #ffffff;
    font-size: 0.8rem;
}

.news-body {
    position: absolute;
    padding: 20px 20px 5px 20px;
    bottom: 10px;
}

.news-heading {
    position: absolute;
    top: 0;
    left: 0;
}

#searchSpinner {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
}

.spinner {
    width: 70px;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #00BC70;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/* ----------------------------------------------------
	Kerbside
------------------------------------------------------- */

.kerbside-accepted i {
    color: #09517C;
}

.kerbside-not-accepted i {
    color: #D8454E;
}

/* ----------------------------------------------------
	Recycled Product Guide
------------------------------------------------------- */

#recycled-product-details p {
    margin: 0;
}

#recycled-products-carousel-indicators {
    position: relative;
    bottom: 0;
    margin-top: 15px;
}

#recycled-products-carousel-indicators li {
    background-color: #e5e5e5;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

#recycled-products-carousel-indicators li.active {
    background-color: #6D6E6D;
}

/* ----------------------------------------------------
	NRW Home: Header
------------------------------------------------------- */

/*header.nrw-header {*/
/*min-height: 100vh;*/
/*background-image: url('/images/new/nrw/header.jpg');*/
/*}*/

/*header.nrw-header .overlay {*/
/*background: -moz-linear-gradient(top, rgba(19, 19, 19, 0.7) 10%, rgba(19, 19, 19, 0.7) 70%);*/
/*background: -webkit-linear-gradient(top, rgba(19, 19, 19, 0.7) 10%, rgba(19, 19, 19, 0.7) 70%);*/
/*background: -o-linear-gradient(top, rgba(19, 19, 19, 0.7) 10%, rgba(19, 19, 19, 0.7) 70%);*/
/*background: -ms-linear-gradient(top, rgba(19, 19, 19, 0.7) 10%, rgba(19, 19, 19, 0.7) 70%);*/
/*background: linear-gradient(to bottom, rgba(19, 19, 19, 0.7) 10%, rgba(19, 19, 19, 0.7) 70%);*/
/*}*/

/*header.nrw-header .header-content {*/
/*transform: none;*/
/*top: 25%;*/
/*}*/



.nrw-header .overlay {
    z-index: 10;
    pointer-events: none;
    background: -o-linear-gradient(top, rgba(19, 19, 19, 0.7) 10%, rgba(19, 19, 19, 0.7) 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(19, 19, 19, 0.7)), color-stop(70%, rgba(19, 19, 19, 0.7)));
    background: linear-gradient(to bottom, rgba(19, 19, 19, 0.7) 10%, rgba(19, 19, 19, 0.7) 70%);
}

.nrw-header .carousel-item {
    height: 85vh;
    /*min-height: 300px;*/
    background: no-repeat center center scroll;
    background-size: cover;
}

.animation-delay {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.nrw-header h1, .nrw-header h2, .nrw-header h3, .nrw-header h4 {
    color: #fff;
}

.nrw-header p.arrow-down {
    font-size: 65pt;
}

.nrw-header p.arrow-down i {
    color: #fff;
}

@media (min-width: 768px) {
    .nrw-header .carousel-item {
        height: 85vh;
    }
}

.nrw-header-bottom img {
    width: 100%;
}

.nrw-header .display-2 {
    font-weight: 700;
    font-size: 3rem;
}

.nrw-header .display-4 {
    font-size: 2rem;
}

@media (min-width: 768px) {
    .nrw-header .display-2 {
        font-weight: 700;
        font-size: 5rem;
    }

    .nrw-header .display-4 {
        font-size: 3.5rem;
    }

    .nrw-header .carousel-caption-center {
        top: 35%;
        right: 25%;
        bottom: 0;
        left: 25%;
    }
}

#nrw-body section {
    margin: 0;
    padding: 50px 0;
}

.section-dark {
    background-color: #09517C;
}

.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6, .section-dark p {
    color: #fff;
}

#nrw-about .about-item {
    width: 30%;
    margin: auto;
}

#nrw-body .default-tile .tile-inner {
    min-height: 250px;
}

.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #002539;
    border-radius: 0;
}

.btn-white:hover {
    background-color: #002539;
    border-color: #002539;
    color: #fff;
}

.title-us {
    height: 4px;
    width: 20%;
    margin: 0 auto 20px auto;
    border-radius: 2px;
    background-color: #fff;
}

.title-us-dark {
    background-color: #09517C;
}

.tile-full-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #2b2d32;
    opacity: 0.5;
}

.bib-circle {
    width: 170px;
    height: 170px;
    background-color: #00A7E1;
    margin: auto;
    padding-top: 40px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.bib-circle h4 {
    color: #fff;
    padding: 0;
    margin: 0;
    display: block;
    background-color: transparent;
}

@media (min-width: 1024px) {
    .bib-circle:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

#nrw-form {
    min-height: 250px;
    position: relative;
}

.nrw-form {
    background-color: #00A7E1;
    padding: 20px;
}

.nrw-form h1 {
    color: #fff;
    font-size: 40pt;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.nrw-form p {
    color: #fff;

}

.nrw-form label {
    color: #fff;
}

.nrw-form .spinner > div {
    background-color: #fff;
}

.form-wrapper {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 20px;
}

.event-form .filter-option {
    font-size: 1rem;
    color: #1A1919;
    text-transform: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.event-item.tile:hover {
    -webkit-box-shadow: 0 4px 15px 0 rgba(40,44,53,.06), 0 2px 2px 0 rgba(40,44,53,.08);
    box-shadow: 0 4px 15px 0 rgba(40,44,53,.06), 0 2px 2px 0 rgba(40,44,53,.08);
}

.events-list {
    position: relative;
}

@media (min-width: 768px) {
    .v-center-outer {
        position: relative;
        height: 100%;
    }

    .v-center-inner {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/* ----------------------------------------------------
	Mapbox
------------------------------------------------------- */

#geocoder {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.mapboxgl-ctrl-geocoder {
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0px !important;
    font-family: inherit !important;
}

.mapboxgl-ctrl-geocoder--input {
    color: black important!;
    font-weight: 400 !important;
}

#map_frame {
    border-style: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#map_canvas {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.map--business {
    height: 450px;
}

.marker {
    background-image: url("/images/icons/map_pin.png");
    background-size: cover;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .mapboxgl-ctrl-geocoder--input {
        font-size: 0.85rem !important;
    }
}


/* ----------------------------------------------------
	Bootstrap Accordion
------------------------------------------------------- */


#accordion-container {
    max-width: 600px;
    overflow: auto;
  }
  
  /* text on checkboxes  */
  #accordion .form-check-label {
    font-family: "lato", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
    font-weight: 100;
    color: #1a1919;
  }
  
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
  .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #09517c;
  }
  
  #accordion .card {
    box-shadow: 2px 3px 2px 0 rgba(110, 130, 208, 0.18);
    margin-bottom: 20px;
    border: none;
    border: none !important;
    padding: 0 !important;
    padding-bottom: 20px;
    background-color: transparent !important;
  }
  
  #accordion .card-body {
    background: #f9f9f9;
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
  }

  #accordion .card-body label {
    display: inline-block;
  }

  #accordion .btn-link {
    width: 100%;
    height: 60px;
    color: #000;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    font-size: 1rem;
    background-color: #fff;
  }
  
  #accordion .btn-link:focus,
  #accordion .btn-link:active {
    outline: none;
    box-shadow: none;
    text-decoration: none;
  }
  
  #accordion .btn-link:hover {
    text-decoration: none;
  }
  
  #accordion .btn-link.collapsed:before {
    content: "";
    height: 0;
    width: 0;
  }
  
  #accordion .btn-link:after {
    content: "\2212";
    width: 35px;
    font-size: 25px;
    text-align: center;
    border-radius: 5px;
    right: 15px;
    top: 11px;
    position: absolute;
    background: #09517c;
    color: #fff;
  }
  
  #accordion .btn-link.collapsed:after {
    content: "\002B";
  }
  
  #accordion h4 {
    background-color: #09517c;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    /*   padding: 5px 10px; */
    margin: 5px;
    word-wrap: break-word;
    max-width:85%;
  }
  
  #categories .card-body {
    background: #f9f9f9;
  }
  
  /* inner accordion */
  
  #categories h4 {
    padding-bottom: 0;
    color: #09517c;
    background-color: white;
    margin: 0;
  }
  
  #categories .btn-link {
    height: 50px;
    text-decoration: lowercase;
  }
  
  #categories .btn-link:after {
    content: "\2212";
    width: 35px;
    font-size: 25px;
    text-align: center;
    border-radius: 5px;
    right: 7px;
    top: 7px;
    position: absolute;
    background: #fff;
    color: #09517c;
  }
  
  .mat-heading {
    text-transform: capitalize;
    font-weight: 700;
    color: #09517c;
    padding: 6px 0 0 6px;
  }