/*
------------------------------------------------------------------
SITE BANNER
------------------------------------------------------------------
*/

.site-banner {
    display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
    padding: 10px 0;

	align-items: center;

    background-color: #74B32F;
    color: white;
    min-height: 60px;
}

.site-banner .row {
    width: 100%;
    display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: stretch;
}

.site-banner .row div {
    position: relative;
}

.site-banner p {
    margin: 0;
    color: white !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    display: inline-block;
}

.site-banner a {
    color: white;
    border-bottom: 1px solid white;
}

.site-banner .truck-icon {
    width: 55px;
    position: relative;
    top: -9px;
    left: -19px;

}

.site-banner .close-icon {
    width: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -35px;
}

@media screen and (max-width: 800px) {
    .site-banner p br {
      display: none;
    }
    .site-banner .close-icon {
        right: -20px;
    }

}

.site-banner .more-information {
    white-space: nowrap;
}

.site-banner .more-information span {
    color: white;
}

@media screen and (max-width: 641px) {
    .site-banner {
        padding: 20px 0;
    }

    .site-banner .more-information span {
        display: none;
    }
}

@media only screen and (min-width: 1921px) {
    .site-banner {
        padding-top: 20px;
    }
}

@media screen and (max-width: 810px) {
  .site-banner .truck-icon {
      display: none;
  }
}

.boot-strap {
    display: block;
}

.boot-strap .truck-icon {
    top: 2px;
}

.boot-strap a {
    text-decoration: none;
}