﻿html {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #fff;
    color: #444444;
}
body {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #fff;
    color: #444444;
    min-width: 312px !important;
}
.firstFocus-content ol, .firstFocus-content ul {
    margin-left: 60px !important;
}
li {
    list-style: disc;
    margin-left: 20px !important;
}
.pagination li {
    list-style: none !important;
    margin-left: 0 !important;
    padding: 0 !important;
}
.paginationDiv {
    margin-left: -40px !important;
}
.page-link {
    font-size: 1.6rem !important;
}
.noUnderline a:link {
    text-decoration: none !important;
}
td {
    font-size: 2.0rem !important;
}
input::placeholder {
    color: #444444;
    opacity: 1;
}
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1;
    /* Firefox */
}
 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}
 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red;
}
.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    width: 100%
}
.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.imageBorder {
    border: 1px solid #A7A7A7;
    margin: 8px;
    padding: 8px;
}
#HomeNav {
    background-color: #00763E;
    text-transform: uppercase;
}
#HomeNav .navbar {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 71px;
}
#HomeNav .navbar .navbar-nav {
    padding-top: 7px;
}
#HomeNav .navbar .navbar-nav>li {
    list-style: none;
    margin-left: 2px;
    padding: 0px;
}
#HomeNav .navbar .navbar-nav .nav-item.active>.nav-link {
    background-color: transparent;
}
#HomeNav .navbar .navbar-nav>li>a>.fas {
    line-height: 2
}
#HomeNav .navbar .navbar-nav>li>a {
    font-size: 1.5rem;
    text-decoration: none;
    color: #FFF;
}
#HomeNav .navbar .navbar-nav>li>a:hover {
    text-decoration: underline;
}
#HomeNav .navbar .dropdown-menu li {
    list-style: none;
    margin-left: 0 !important;
    padding: 0 !important;
}
#HomeNav .navbar .dropdown-menu>li>a {
    text-decoration: none;
}
#HomeNav .navbar .dropdown-menu>li>a:hover {
    text-decoration: underline;
    color: #00763E !important;
    background-color: #fff
}
#HomeNav .navbar .dropdown-menu .dropdown-item {
    font-size: 1.6rem;
    color: #005898;
    padding-left: 0px;
}
#HomeNav .navbar .dropdown-menu .dropdown-item.active {
    background-color: transparent;
    min-width: 12rem !important
}
.dropdown-menu.show {
    width: 223px;
}

/* hamburger*/

#HomeNav .double-nav .button-collapse {
    font-size: 3.1rem
}
.headerStickyLogo {
    margin-top: -28px;
    width: 200px;
    position: fixed;
    left: 0;
    z-index: 1030;
    float: left;
}

/* Side-nav*/

#HomeNav .side-nav {
    width: 32rem;
    padding-right: 0px;
    margin-left: -20px;
}
#HomeNav .side-nav a {
    color: #fff;
    text-decoration: none;
    background-color: transparent
}
#HomeNav .side-nav a:hover {
    text-decoration: underline;
}
#HomeNav .side-nav .custom-scrollbar {
    margin-right: -10px;
    margin-top: 0px;
}
#HomeNav .side-nav .custom-scrollbar li {
    margin-left: 0px;
}
#HomeNav .side-nav .side-nav-headerLink {
    margin-top: -50px;
}
#HomeNav .side-nav .side-nav-headerLink a {
    font-size: 2.0rem
}
#HomeNav .side-nav .menu-sub {
    padding-left: 20px;
    margin-left: 0px;
    font-size: 1.4rem
}
#HomeNav .side-nav .collapsible {
    margin-left: -25px;
}
#HomeNav .side-nav .collapsible a {
    font-size: 1.7rem
}

/*side-nav icons*/

#HomeNav .side-nav .whatisbiodiesel::before {
    content: url('/images/default-source/icons/side-nav-icon-what.png');
    padding-right: 15px;
}
#HomeNav .side-nav .usingbiodiesel::before {
    content: url('/images/default-source/icons/side-nav-icon-using.png');
    padding-right: 15px;
}
#HomeNav .side-nav .policy::before {
    content: url('/images/default-source/icons/side-nav-icon-policy.png');
    padding-right: 15px;
}
#HomeNav .side-nav .production::before {
    content: url('/images/default-source/icons/side-nav-icon-production.png');
    padding-right: 15px;
}
#HomeNav .side-nav .newsresources::before {
    content: url('/images/default-source/icons/side-nav-icon-news.png');
    padding-right: 15px;
}
#HomeNav .side-nav .homeButton::before {
    content: url('/images/default-source/icons/side-nav-icon-home.png');
    padding-right: 15px;
}

/*rebranding*/

.rebranding {
    background-color: #59cbe8;
    color: #000000;
    text-align: center;
    margin-top: -7px;
    padding-top: 10px;
    height: 53px;
    font-size: 2.5rem;
    font-weight: 700;
}
.rebranding a {
    color: #000000;
}
#Hero {
    min-height: 400px;
    background-image: url('/images/default-source/site-assets/home-page-hero-image3.jpg');
    background-size: cover;
    margin-top: 38px;
    padding: 40px 0 105px 0;
}
#Hero .homePage-name {
    display: block;
    font-size: 4.0rem;
}
#Hero .homePage-text {
    padding-top: 40px;
    font-size: 3.0rem;
}
#Hero .googlesearchBox {
    position: relative;
    top: 0;
    float: right;
    right: -30px;
}
#Hero .hero-cards {
    color: #fff;
}
#Hero .hero-card-icon {
    text-align: center;
    padding-top: 2rem;
}
#Hero .hero-card-icon:hover {
    color: #fff;
}
#Hero .hero-card-title {
    padding: 4.2rem 0 1.0rem 0;
    font-size: 3rem;
    color: #fff;
}
#Hero .hero-card-title:hover {
    color: #fff
}
#Hero .hero-card-action {
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
}
#ContentHero {
    margin-top: 0px;
    padding: 40px 0 105px 0;
}
#ContentHero img {
    object-fit: cover;
    max-height: 300px;
    min-height: 150px;
    width: 100%
}
#ContentHero .googleContentSearchBox {
    /*margin-top: -199px;
    margin-right: -28px;*/
    position: fixed;
    right: -10px;
    top: 86px;
}
#ContentHero .pageTitle {
    margin-top: -60px;
    font-size: 4.8rem;
}
#ContentHero .googleContentSearch {
    margin-top: -50px
}
.breadcrumb {
    background-color: transparent !important;
    margin-bottom: 0px;
    margin-top: -10px;
}
.breadcrumb-item.active {
    color: #ffffff;
    font-size: 2.4rem;
}
#FirstFocus {
    padding: 70px 0 10px 0;
    background-color: #fff
}
#FirstFocus-Content {
    background-color: #f4f4f4;
    margin-top: -124px;
}
.firstFocus-content {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
#SecondFocus {
    padding: 70px 0 5px 0 !important;
    color: #fff;
}
#SecondFocus li {
    list-style-image: url('/images/default-source/icons/120px-tick-green.png?sfvrsn=6e3044ac_2')
}
#SecondFocus .left-border {
    border-left: 1px solid #fff;
    padding-left: 85px;
    margin-left: -55px;
}
#SecondFocus a {
    color: #fff;
    text-decoration: underline;
}
#SecondFocus a:hover {
    color: #009E49;
    text-decoration: underline;
}
#NewsEvents {
    padding: 0;
    background-color: #fff
}
#NewsEvents .newsContainer {
    background-color: #f4f4f4;
    padding-top: 50px;
    padding-bottom: 20px;
}
#NewsEvents .news-events-header {
    font-size: 4rem
}
#NewsEvents li {
    margin-left: 0
}
.news-item-container {
    margin-bottom: 40px;
}
.news-date {
    font-size: 1.20rem;
}
.news-fullStory {
    font-size: 1.20rem;
}
.news-button {
    -moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
    box-shadow: inset 0px 0px 0px 0px #ffffff;
    background-color: #009e49;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 14px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #000000;
}
.news-button:hover {
    background-color: #0084c9;
}
.news-button:active {
    position: relative;
    top: 1px;
}

/* Home page news*/

.homePageNews-container {
    max-width: 667px;
}
.homePageNews-topBar {
    background-color: #00763E;
    height: 10px;
}
.homePageNews-dateBox {
    width: 70px;
    float: left;
    background-color: #00763E;
    padding: 0 10px 10px 10px;
    margin-right: 10px;
}
.homePageNews-date {
    font-size: 2.4rem;
    width: 50px;
    background-color: #00763E;
    color: #FFF;
    border: 3px solid #FFF;
    text-align: center;
}
.homePageNews-title {
    color: #444444;
    font-size: 2.0rem;
    min-height: 60px;
}
.homePageNews-title a {
    color: #00763E !important;
    text-decoration: underline !important;
}
.homePageNews-title a:visited {
    color: #0084C9 !important;
    text-decoration: underline !important;
}
.homePageNews-title a:active {
    color: #ba2b2e !important;
    text-decoration: underline !important;
}
.homePageNews-title a:hover {
    color: #ba2b2e !important;
    text-decoration: underline !important;
}
.homePageNews-summary {
    display: inline-block;
    font-size: 2.0rem;
    color: #444444;
    max-width: 667px;
}
.homePageNews-navigate {
    display: block;
    max-width: 667px;
    text-align: right;
    padding-bottom: 10px;
}
.homePageNews-navigate a {
    font-size: 1.4rem;
    color: #00763E !important;
    text-decoration: underline !important;
}
.homePageNews-navigate a:visited {
    color: #0084C9 !important;
    text-decoration: underline !important;
}
.homePageNews-navigate a:active {
    color: #ba2b2e !important;
    text-decoration: underline !important;
}
.homePageNews-navigate a:hover {
    color: #ba2b2e !important;
    text-decoration: underline !important;
}
.news-viewAll .btn[class*="btn-outline-"].btn-lg {
    padding-top: 0.88rem;
    padding-bottom: 0.88rem;
    color: #00763E !important;
    border-color: #00763E !important;
    font-size: 3rem;
    padding: 5px 10px 5px 10px !important;
    border-radius: 5px;
    margin-bottom: 70px;
}
.news-viewAll .btn[class*="btn-outline-"].btn-lg:hover {
    color: #fff !important;
    border-color: #00763E !important;
    background-color: #00763E !important;
}
.pagination .active .page-link {
    color: #ffffff !important;
}
.list-unstyled li {
    list-style: none;
}

/* home page EVENTS */

.homePageEvents-header {
    font-size: 5.2rem !important;
    line-height: 1.2;
    margin-bottom: 20px;
}
.homePageEvents-date {
    background-color: #00763E;
    color: #FFF;
    font-size: 2.4rem;
}
.homePageEvents-title {
    font-size: 2.0rem;
}
.homePageEvents-title a {
    color: #00763E !important;
    text-decoration: underline !important;
    font-size: 2.0rem;
}
.homePageEvents-title a:visited {
    color: #0084C9 !important;
    text-decoration: underline !important;
}
.homePageEvents-title a:active {
    color: #ba2b2e !important;
    text-decoration: underline !important;
}
.homePageEvents-title a:hover {
    color: #ba2b2e !important;
    text-decoration: underline !important;
}
.homePageEvents-summary {
    font-size: 1.8rem;
}
.homePAgeEvents-viewAll .btn[class*="btn-outline-"].btn-lg {
    padding-top: 0.88rem;
    padding-bottom: 0.88rem;
    color: #00763E !important;
    border-color: #00763E !important;
    font-size: 3rem;
    padding: 5px 10px 5px 10px !important;
    border-radius: 5px;
    margin-bottom: 50px;
}
.homePAgeEvents-viewAll .btn[class*="btn-outline-"].btn-lg:hover {
    color: #FFF !important;
    border-color: #00763E !important;
    background-color: #00763E !important;
}
#About {
    padding: 60px 0 30px 0;
    background-color: #fff
}
#FooterTop {
    background-color: #00763E;
    color: #fff;
    padding: 40px 0 40px 0;
}

/* Contactus - Terms of use - Copyright*/

.contactCopyright {
    font-size: 1.6rem;
    line-height: 25px;
    margin-bottom: -30px;
}
.contactCopyright a {
    text-decoration: none !important;
    color: #fff !important;
}
.contactCopyright a:hover {
    text-decoration: underline !important;
    color: #fff;
}
#FooterBottom {
    background-color: #009E49;
    color: #ffffff !important;
    border-bottom: black solid 10px;
    padding-top: 40px;
}
#FooterBottom a {
    color: #fff !important
}
#FooterBottom .nav-sitemap li {
    border-left: none;
    margin-left: -17px !important;
    padding: 0 10px 0 10px !important;
}
#FooterBottom .sitemap-topLevel {
    margin-right: 7px;
    margin-bottom: 0;
}
#FooterBottom .sitemap-topLevel-header {
    text-transform: uppercase;
    text-decoration: underline;
    padding: 10px;
    font-size: 1.9rem;
}
#FooterBottom .sitemap-topLevel a {
    color: #cccccc !important;
    font-size: 1.6rem;
}
#FooterBottom .sitemap-topLevel a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}
#FooterBottom .nav-sitemap {
    display: flex;
}
#FooterBottom .nav-sitemap>li a::before {
    content: url('/images/default-source/site-assets/footerarrow.png')
}
#FooterBottom .flex-column {
    margin-bottom: 10px;
    margin-left: -12px;
}

/* social Icons   */

.socialIcons {
    padding-bottom: 10px;
}
.socialIcons ul {
    margin-top: 10px;
}
.socialIcons ul li {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 10px;
}
.fab {
    padding: 5px 0 0 5px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: #fff;
    color: #005898;
}
.sf-social-share li {
    margin-left: 10px;
}
.facebook {
    width: 45px;
    height: 45px;
    background-image: url('/images/default-source/icons/social_fb_white.png');
}
.facebook:hover {
    width: 45px;
    height: 45px;
    background-image: url('/images/default-source/icons/social_fb.png');
}
.twitter {
    width: 45px;
    height: 45px;
    background-image: url('/images/default-source/icons/social_twitter_white.png');
}
.twitter:hover {
    width: 45px;
    height: 45px;
    background-image: url('/images/default-source/icons/social_twitter.png');
}
.linkedin {
    width: 45px;
    height: 45px;
    background-image: url('/images/default-source/icons/social_linkedin_white.png');
}
.linkedin:hover {
    width: 45px;
    height: 45px;
    background-image: url('/images/default-source/icons/social_linkedin.png');
}
.youtube {
    width: 45px;
    height: 45px;
    background-image: url('/images/default-source/icons/social_youtube_white.png');
}
.youtube:hover {
    width: 45px;
    height: 45px;
    background-image: url('/images/default-source/icons/social_youtube.png');
}
.instagram {
    width: 45px;
    height: 45px;
    background-image: url('/images/default-source/icons/social_instagram_white.png');
}
.instagram:hover {
    width: 45px;
    height: 45px;
    background-image: url('/images/default-source/icons/social_instagram_color.png');
}
.email {
    width: 45px;
    height: 45px;
    background-image: url('/images/default-source/icons/social_mail_white.png');
}
.email:hover {
    width: 45px;
    height: 45px;
    background-image: url('/images/default-source/icons/social_mail.png');
}
.appNow {
    width: 93px;
    height: 31px;
    background-image: url('/images/default-source/icons/app_now.png');
    border: 0 none transparent;
}
.appNow:hover {
    width: 93px;
    height: 31px;
    background-image: url('/images/default-source/icons/app_now2.png');
    border: 0 none transparent;
}
.appApple {
    width: 93px;
    height: 31px;
    background-image: url('/images/default-source/icons/app_apple.png');
    border: 0 none transparent;
}
.appApple:hover {
    width: 93px;
    height: 31px;
    background-image: url('/images/default-source/icons/app_apple2.png');
    border: 0 none transparent;
}
.appGoogle {
    width: 93px;
    height: 31px;
    background-image: url('/images/default-source/icons/app_google.png');
    border: 0 none transparent;
}
.appGoogle:hover {
    width: 93px;
    height: 31px;
    background-image: url('/images/default-source/icons/app_google2.png');
    border: 0 none transparent;
}
#FamilyOfWebsites {
    background-color: #F0F7FD;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*DataTables styling */

.dataTable td {
    font-size: 1.55rem !important;
}
table th {
    font-size: 1.6rem
}

/* Extra small devices (portrait phones, less than 576px)
 No media query for `xs` since this is the default in Bootstrap*/


/* Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {
    .container {
        max-width: none !important;
    }
    #Hero .homePage-name {
        display: block;
        font-size: 5.0rem;
    }
    .breadcrumb-item.active {
        color: #ffffff;
        font-size: 4.6rem;
    }
    #Hero .googlesearchBox {
        left: 28px;
    }
    .breadcrumb {
        margin-bottom: 0px;
        margin-top: -20px;
    }
    .homePageNews-summary {
        margin-left: 78px;
    }
    .homePageNews-title {
        font-size: 2.50rem;
    }
}

/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {
    .container {
        max-width: none !important;
    }
    #Hero .homePage-name {
        font-size: 7.0rem;
    }
    #Hero .homePage-text {
        font-size: 4.0rem;
    }
    #Hero .googlesearchBox {
        top: 0px;
        left: 30px;
    }
    #Hero .hero-card-title {
        font-size: 4rem;
        color: #fff;
    }
    #NewsEvents .news-events-header {
        font-size: 6rem
    }
    .blue-button-card .btn {
        font-size: 3rem !important;
    }
    .grassRootsForm-header {
        font-size: 2.5rem
    }
}

/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {
    .container {
        max-width: none !important;
    }
    #HomeNav .navbar .navbar-nav>li>a {
        font-size: 1.5rem;
    }
    #Hero {
        max-height: 750px;
    }
    #Hero .homePage-name {
        font-size: 9.0rem;
    }
    #Hero .googlesearchBox {
        top: 0;
        left: 28px;
    }
    #NewsEvents .news-events-header {
        font-size: 8rem
    }
    .grassRootsForm-header {
        font-size: 3.5rem
    }
}

/* Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
    #HomeNav .navbar .navbar-nav>li>a {
        font-size: 1.8rem;
    }
    #HomeNav .navbar .navbar-nav>li {
        padding: 10px;
    }
    #Hero .googlesearchBox {
        top: 0px;
        left: 30px;
    }
}

/* styles for mapping*/

#myMap {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 500px;
}
#map-container {
    text-align: center;
    padding-top: 40px;
}
#map-container input[type="text"], textarea {
    font-size: 15.33px;
    color: #000;
    border: 2px solid #999;
    padding: 5px 6px;
    background-image: linear-gradient(to right, #e9e9e9 0%, #ffffff 51%);
}
#map-container select {
    font-size: 15.33px;
    color: #000;
    border: 2px solid #999;
    padding: 6px 6px;
    background-image: linear-gradient(to right, #f0f0f0 0%, #ffffff 51%);
    display: inline-block !important;
}
#map-container .auto-style1 {
    width: 7%;
}
#map-container input[type="button"] {
    flex: 1 1 auto;
    margin: 5px;
    padding: 2px 5px 2px 5px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFF;
    /* text-shadow:00 10px rgba(0,0,0,0.2);*/
    box-shadow: 0 0 20px #eee;
    background-image: linear-gradient(to right, #005798 0%, #0084C9 51%, #005798 100%);
}
#map-container .map-searchReset {
    float: right;
    font-size: 1.4rem;
}
#map-container input[type="button"]:hover {
    background-position: right center;
}
#map-container .noResults {
    margin: 0;
    background: yellow;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    display: none;
    z-index: 1000;
}
.members-container {
    display: flex;
    flex-wrap: wrap;
}
.members-member {
    flex-grow: 1;
    flex: 1 1 30%;
    min-width: 200px;
    height: 200px;
}
.noResults {
    margin: 0;
    background: yellow;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    display: none;
    z-index: 1000;
}

/*Correct problem with MDB oveer SF*/

[type=radio]:checked, [type=radio]:not(:checked) {
    position: inherit;
    pointer-events: auto;
    opacity: 1;
}
select {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: none !important;
}
.jarallax {
    min-height: auto;
}
.sf-backend-wrp .nav-tabs>li.active>a, .sf-backend-wrp .nav-tabs>li.active>a:focus, .sf-backend-wrp .nav-tabs>li.active>a:hover {
    color: #000 !important;
}
.sf-backend-wrp .nav-tabs>li>a {
    color: #105cb6 !important;
}
.btn {
    box-shadow: none;
    -webkit-box-shadow: none;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    text-decoration: none;
    text-transform: none;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:active, .btn:focus, .btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.blue-button-card {
    text-align: center
}
.blue-button {
    color: #fff;
    padding: 1rem 3rem 1rem 3rem;
    font-size: 2.0rem;
    border-radius: .5rem;
    text-decoration: none;
}
.blue-button:visited {
    color: #fff
}
.blue-button-card .btn {
    padding-top: 0.88rem;
    padding-bottom: 0.88rem;
    color: #fff !important;
    border-color: #0084c9 !important;
    font-size: 2rem;
    padding: 5px 10px 5px 10px !important;
    border-radius: 5px;
    margin-bottom: 50px;
    text-decoration: none !important;
}
.blue-button-card .btn:hover {
    color: #FFF !important;
    border-color: #009e49 !important;
    background-color: #009e49 !important;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    opacity: 1 !important;
}
.ffsHead {
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
    background-color: #009e49;
    color: white;
    font-size: 2.2rem;
}
.basicsItem {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 2.25rem !important;
}
.basicsBackground {
    background: #f4f4f4;
    padding: 1px 15px 5px 18px;
}
.sf-list-content {
    font-size: 2.0rem;
    font-weight: 400;
    margin-bottom: 40px;
}
.sfPageContainer .RadDock .rdContent {
    font-size: 2.0rem !important;
}
ul.no_bullet {
    list-style-type: none !important;
    padding: 0px !important;
    margin: 0px 0px 0px 0px !important;
}
li.www {
    list-style: none !important;
    background: url('/images/default-source/icons/www_icon.png') no-repeat left top !important;
    height: 28px !important;
    padding-left: 28px !important;
    padding-top: 1px !important;
    font-family: 'biodiesel-sansbold';
    font-size: 1.6rem;
    margin: 15px 0;
}
li.video {
    list-style: none !important;
    background: url('/images/default-source/icons/video_icon.png') no-repeat left top !important;
    height: 6.0rem !important;
    padding-left: 28px !important;
    padding-top: 8px !important;
    font-family: 'biodiesel-sansbold';
    font-size: 2.0rem;
    margin: 15px 0;
    line-height: 22px;
}
.rm-adjust {
    margin-right: -15px;
}

/*form stuff */

.form-control {
    font-size: 2.0rem !important;
    line-height: 2.5rem
}
.custom-select {
    line-height: .5px;
}

/* Maps/listing stuff */

.retail-companyNameColumn {
    min-width: 200px;
}
.textWithline:after {
    background-color: #eee;
    content: "";
    display: inline-block;
    height: 2px;
    margin-left: .5em;
    vertical-align: middle;
    width: 100%;
}
.textWithlineadjustment {
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
}

/* Styles for Success Story Cards  */

.successStory .card {
    min-width: 28rem;
    margin-bottom: 15px;
}
.successStory li {
    list-style-type: none;
}
.successStory .card-text {
    font-size: 1.4rem !important;
}
.successStory .modal-dialog {
    max-width: 80%;
}
.successStory .btn.btn-lg {
    font-size: 2.0rem;
}
.embed-responsive iframe {
    bottom: 0;
    left: 5%;
    width: 90%;
    height: 90%;
    border: 0;
}

/* Adjust the color of the search input placeholders */

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFF;
    opacity: 1
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF;
    opacity: 1
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #FFF;
    opacity: 1
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #FFF;
    opacity: 1
}
.fancy-content iframe {
    max-width: 99%;
    max-height: 99%;
    margin: 0;
}
.fancybox-slide--iframe .fancybox-content {
    width: 530px;
    height: 340px;
    max-width: 80%;
    max-height: 80%;
    margin: 0;
}

/* contact form */

.contactUs {
    font-size: 2.0rem
}
.contactUs label {
    font-size: 2.0rem
}
.contactUs input[type="text"], .contactUs input[type="email"], textarea {
    font-size: 15.33px;
    color: #000;
    padding: 5px 6px;
    background-image: none;
    height: auto
}
.consentCaptcha label {
    padding-right: 5px;
}
.contactConsent legend {
    display: none;
}
.contactConsent ul {
    margin-left: 0 !important
}
.contactConsent li {
    display: inline-block !important;
}
.contactConsent li {
    margin-left: 0px !important;
}
[type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
    position: relative;
    opacity: 0;
    pointer-events: all;
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5);
    /* IE */
    -moz-transform: scale(1.5);
    /* FF */
    -webkit-transform: scale(1.5);
    /* Safari and Chrome */
    -o-transform: scale(1.5);
    /* Opera */
    padding: 10px;
}
.contactUs .btn {
    font-size: 3rem;
    background-color: #0084C9 !important
}
.contactUS .btn-primary {
    background-color: #0084C9 !important
}

/* submit-your-location form  */

.sylForm {
    font-weight: 300 !important
}
.sylForm div {
    padding-bottom: 5px;
    min-width: 150px;
}
.sylForm .sylUpdate strong {
    margin-left: 10px;
}
.sylForm .form-check-label {
    margin-left: 10px;
}
.addLocation {
    display: block !important;
    height: 29px;
}
.chkGDPR {
    margin-left: 25px;
    margin-top: -30px;
}

/*Grass roots homepage form*/

.form-group {
    margin-bottom: 0
}
.grassRootsForm .form-control {
    height: calc(3.25rem + 6px);
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: inherit;
}
.grassRootsForm {
    margin-top: 4px;
}
.grassRootsForm .checkBox-label {
    font-size: 1.5rem
}
.grassRootsForm .checkBox-label input {
    margin-top: 5px;
}
.grassRootsForm-header {
    text-align: justify;
}
.grassRootsForm-body {
    border: 0 solid #009e49
}
.grassRootsForm-email .form-control, .grassRootsForm-firstName .form-control, .grassRootsForm-lastName .form-control, .grassRootsForm-zip .form-control {
    border: none;
    font-size: 2.0rem;
    border-bottom: 1px solid #009e49;
    border-radius: 0;
    background-color: transparent;
}
.grassRootsForm-email label {
    display: none
}
.grassRootsForm-firstName label {
    display: none
}
.grassRootsForm-lastName label {
    display: none
}
.grassRootsForm-zip label {
    display: none
}
.grassRootsForm-btn {
    padding-top: 0.88rem;
    padding-bottom: 0.88rem;
    color: #fff !important;
    border-color: #009e49 !important;
    font-size: 2rem;
    padding: 5px 20px 5px 20px !important;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #009e49 !important;
}
.grassRootsForm-btn:hover {
    color: #009e49 !important;
    border-color: #009e49 !important;
    background-color: #fff !important;
}
.formSubmited {
    display: none
}

/*  %%%  HIDE LABEL ON GRASSROOTS HOME PAGE FORM  %%%%  */

.grassRootsForm #CheckboxGroupLabel-1 {
    display: none;
}
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0;
    text-decoration: none;
    color: #000000;
    background-color: transparent;
    font-size: 12px;
    padding: 1em;
    display: none;
    z-index: 1000;
}
.back-to-top:hover {
    background-color: transparent;
    z-index: 1000;
}
a.back-to-top {
    display: none;
    width: 90px;
    height: 90px;
    position: fixed;
    z-index: 999;
    right: 45px;
    bottom: 50px;
    background: url("/img/back2top_green.png") no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.back-to-top:hover {
    background: url("/img/back2top_blue.png") no-repeat center 43%;
}

/* # # #  CUSTOM PLACEMENT STYLES # # # */

.margin-top-10 {
    margin-top: 10px !important;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-top-30 {
    margin-top: 30px !important;
}
.margin-top-40 {
    margin-top: 40px !important;
}
.margin-top-50 {
    margin-top: 50px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.margin-bottom-50 {
    margin-bottom: 50px !important;
}
.padding-top-10 {
    padding-top: 10px !important;
}
.padding-top-20 {
    padding-top: 20px !important;
}
.padding-top-30 {
    padding-top: 30px !important;
}
.padding-top-40 {
    padding-top: 40px !important;
}
.padding-top-50 {
    padding-top: 50px !important;
}
.padding-bottom-10 {
    padding-bottom: 10px !important;
}
.padding-bottom-20 {
    padding-bottom: 20px !important;
}
.padding-bottom-30 {
    padding-bottom: 30px !important;
}
.padding-bottom-40 {
    padding-bottom: 40px !important;
}
.padding-bottom-50 {
    padding-bottom: 50px !important;
}