/* ============================================ *
* Home Page 
* ============================================ */

.cms-br-homepage #maincontent .container {
  /*background: #d7d9d8;*/
}
.cms-br-homepage .col-main {
  width: 100%;
  padding:0;
}

.cms-br-homepage #maincontent {
      /* padding-top: 0; */
    max-width: 100%;
    padding: 0;
    position:relative;
    z-index: 2;
}
.widget.block.block-static-block{

  margin:0!important;
}
#slider{position:relative;background-color:#d8dad9;min-height:100px;}
.slider{

  width:1200px;
  margin:0 auto;
  position:relative;
  min-height:100px;

}
.slide-nav {
  
  position: absolute;
  bottom:0;
  left:0;
  padding: 10px;
  border-radius: 10px;
  z-index:55;
}

.slide-nav ul{

  padding:0;
 
}
.slide-nav ul li{

  list-style:none;
  display:inline-block;
  margin:0;
  margin-left:5px;
}
.slide-nav ul li a{
  
  display:block;
  padding:5px;
  width:10px;
  height:10px;
  
  background: rgba(82, 82, 82, 0.1);
}

.slide-nav ul li a.active{

  background-color:#67c05f;
  
}

.slider .slide{
  position:relative;
  display:none; 
  overflow:hidden;
}

.slider .slide{
  position:relative;
  margin:0!important;
  padding:0!important;
}

.slider .slide .caption{
position:absolute;
top:-6px;
left:0;
background-color: #e4e4e4;
  background-color: rgba(228, 228, 228, .9);
    box-shadow: 8px 8px 20px #00000033;
    min-width: 200px;
    max-width: 33%;
    padding: 40px 12px 40px;
    margin-bottom: 40px;
    text-align: left;
    cursor: pointer;
    z-index: 3;

}

.slider .slide .caption h1 {
  font: 40px/0px "Unna", Georgia, serif;
  line-height: 0px;
  color: #cf5114;
  text-transform: none;
  text-shadow: none;
  line-height: .8;
  margin: -5px 0 0 0;
}
.slider .slide .caption h2 {
  font:31px/22px "Unna", Georgia, serif;
  color: #636363;
  text-transform: none;
  text-shadow: none;
  line-height: .1;
  margin-top: .25em;
}
.slider .slide .caption p {
  font:18px "Unna", Georgia, serif;
  color: #465051;
  font-style: italic;
  text-transform: none;
  text-shadow: none;
  width: 90%;
}




/*
.cms-br-homepage .carousel-wrapper {
  background: #d7d9d8;
  max-width:100%;
  margin-top: 0;
}

.cms-br-homepage .carousel-inner>.item {
    background-size: cover;
    background-position: 120vw 0vw;
}

.cms-br-homepage .carousel-indicators {
  bottom: 0;
  margin-bottom: 10px;
  opacity:.5;
}
.cms-br-homepage .carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border-width:0;
    border-radius: 0;
}
.cms-br-homepage .carousel-indicators li.active {
    background-color: #7ea72e;
    border: 1px solid #7ea72e;
}
.cms-br-homepage .carousel-caption {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #e4e4e4;
  background-color: rgba(228, 228, 228, .9);
    box-shadow: 8px 8px 20px #00000033;
    min-width: 200px;
    max-width: 33%;
    padding: 54px 12px 40px;
    margin-bottom: 40px;
    text-align: left;
    cursor: pointer;
    z-index: 3;
}

.cms-br-homepage .carousel-caption h1 {
  font:40px/0px "Unna", Georgia, serif;
  color: #cf5114;
  text-transform: none;
  text-shadow: none;
  margin-left:-2px;
}
.cms-br-homepage .carousel-caption h2 {
  font:31px/22px "Unna", Georgia, serif;
  color: #636363;
  text-transform: none;
  text-shadow: none;
}
.cms-br-homepage .carousel-caption p {
  font:14px/16px "Unna", Georgia, serif;
  color: #465051;
  font-style: italic;
  text-transform: none;
  text-shadow: none;
  width: 90%;
}
/* carousel animation

.cms-br-homepage .carousel-caption-text {
  opacity: 0;
  transition: opacity .35s ease-in-out;
  -moz-transition: opacity .35s ease-in-out;
  -webkit-transition: opacity .35s ease-in-out;
  position: absolute;
  display: block;
}

.cms-br-homepage .carousel-caption-text.active {
  opacity: 1;
  transition: opacity .35s ease-in-out;
  -moz-transition: opacity .35s ease-in-out;
  -webkit-transition: opacity .35s ease-in-out;
}

.cms-br-homepage .carousel-caption-text:hover, .cms-br-homepage .carousel-caption-text:active, .cms-br-homepage .carousel-caption-text:visited {
  text-decoration: none;
}
*/
.gradient-fade {
  background-color: transparent;
  background-image: -webkit-linear-gradient(left,rgba(215,217,216,100),rgba(215,217,216,0)); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to right, rgba(215,217,216,100),rgba(215,217,216,0)); /* Chrome 26, Firefox 16+, IE 10+, Opera */
  width: 20%;
  position: absolute;
  top: 0;
  height: 100%;
}

.cms-br-homepage article.support, 
  .cms-br-homepage article.featured-categories, 
  .cms-br-homepage article.featured-products, 
  .cms-br-homepage article.training, 
  .cms-br-homepage article.social-feed {
  padding: 60px 15px 0;
}

.cms-br-homepage article h2 {
  border-top: 1px solid #cf5114;
  margin-bottom: 1.5em;
}
.cms-br-homepage article h2 span {
  display: inline-block;
  background: #7ea72e;
  padding: 5px 15px;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .cms-br-homepage article.support, 
  .cms-br-homepage article.featured-categories, 
  .cms-br-homepage article.featured-products, 
  .cms-br-homepage article.training, 
  .cms-br-homepage article.social-feed {
    padding: 34px 15px 0;
  }
}
/* Featured Categories */

.cms-br-homepage .featured-categories .category-item {
    padding-right: 1.2vw;
    padding-left: 1.2vw;
}

.cms-br-homepage .featured-categories a.category-image-text {
  text-align: center;
  background: #465050 0 0 no-repeat;
  background-size: contain;
  font: 20px/1.4 "Rokkitt", serif;
  color: #fff;
  display:block;
  text-decoration: none;
  padding: 42% 10px 10px;
  -webkit-transition: background-size 1500ms linear;
  -moz-transition: background-size 1500 linear;
  -o-transition: background-size 1500 linear;
  -ms-transition: background-size 1500ms linear;
  transition: background-size 150ms linear;
}

 .cms-br-homepage .featured-categories a.category-image-text:hover {
    background-size: auto;
    text-decoration: none;
    text-shadow: 0 0 6px rgba(0,0,0,0.7);
  }

  .cms-br-homepage .featured-categories a.category-image-text span {
  position:relative;
  top: 0;
  }
/* Featured Products */

.cms-br-homepage .featured-products .product-wrapper {
    width: 100%;
    margin: 0 auto;
}


.cms-br-homepage .featured-products .product-item .product-item-inner {
  background: #465050;
}

.cms-br-homepage .featured-products .product-image, .cms-br-homepage .featured-products .product-image:hover {
  border-color: #465050;
  background: #FFFFFF;
}

.cms-br-homepage .featured-products .product-image img {
  margin: 0 auto;
}

.cms-br-homepage .featured-products .product-item .product-text {
  color: #fff;
  font-size: 12px;
  padding: 10px 14px;
  min-height: 170px;
  position: relative;
}

.cms-br-homepage .featured-products .product-item .product-text h3, 
.cms-br-homepage .featured-products .product-item .product-text h3 a {
    color: #fff;
    font-weight: normal;
    font-size: 22px;
    line-height: 1;
    text-transform: none;
    margin-bottom: 7px;
}
 
.cms-br-homepage .featured-products .product-item .product-text h3 a:hover {
  text-decoration: none;
}

.cms-br-homepage .featured-products .product-item .product-text .price {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
}

.cms-br-homepage .featured-products .product-item .product-text .starting-at {
  color: #fff;
}

.cms-br-homepage .featured-products .product-item .product-text .buttons-wrapper {
  position: absolute;
  bottom: 7px;
} 
.cms-br-homepage .featured-products .product-item .product-text .button {
  padding: 0 9px;
  margin: 9px 0 6px;
  box-sizing: border-box;
}

.cms-br-homepage .featured-products .product-item .product-text .button span {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
}

.cms-br-homepage .featured-products .product-item .product-text .button.btn-cart {
  border: 1px transparent solid;
  margin-right: 6px;
}

.cms-br-homepage .featured-products .product-item .product-text .button.btn-cart:hover {
  background: #cf5114;
}

.cms-br-homepage .featured-products .product-item .product-text .button.learn-more {
  border: 1px #fff solid;
  background: transparent;
}

.cms-br-homepage .featured-products .product-item .product-text .button.learn-more:hover {
  background: #cf5114;
  border-color: transparent;
}

/* Training Events - Home*/

.cms-br-homepage .events .event-item, .cms-buddy-rhodes-training .events .event-item {
  position: relative;
  font-size: 14px;
}

.cms-br-homepage .events .event-date, .cms-buddy-rhodes-training .events .event-date {
  position: absolute;
  text-align:right;
  left:0;
  top:0;
  padding-right: 8px;
  width: 187px;
}

.cms-br-homepage .events .event-description {
  margin-left: 187px;
  display: block;
  border-left: 1px solid #465051;
  padding-left: 8px;
  padding-bottom: 20px;

}
.cms-br-homepage .events .event-item:last-child {
  padding-bottom: 0px;
}

.cms-buddy-rhodes-training .events {
  margin: 25px 0 20px;
}

.cms-buddy-rhodes-training .events .event-date {
  width: 120px;
  padding: 10px 0;
  border-top: 1px solid #ececec;
  text-align:left;
}
.cms-buddy-rhodes-training .events .event-date:after {
  content: ":";
}
.cms-buddy-rhodes-training .events .event-description {
  display: block;
  margin-left: 120px;
  padding: 10px 8px;
  border-top: 1px solid #ececec; 
}

.event-description .full {
  font-weight:bold;
  color: #9c1d00;
}

.cms-buddy-rhodes-training .events .event-item:last-child {
border-bottom: 1px solid #ececec;
}
.cms-br-homepage .support-wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cms-br-homepage .support-item, .cms-page-view .support-item {
  font-family: "Rokkitt", serif;
  padding-left: 1.2vw;
  padding-right: 1.2vw;
}
.cms-br-homepage .support-item a, .cms-page-view .support-item a { 
  background: #465050;
  border-radius: 0;
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
  color: #FFF;
  width: 100%;
  line-height: 1;
  border-left: 40px solid #e8e8e8;
  position: relative;
  text-align: left;
}
.cms-br-homepage .support-item a:hover, .cms-page-view .support-item a:hover {
  color: #465050;
  text-decoration: none;
  background: #e8e8e8;
}
.cms-br-homepage .support-item img, .cms-page-view .support-item img {
  width: 20px;
  margin-left: -30px;
  margin-top: 7px;
}

.cms-br-homepage .support-item img.calculator-icon, .cms-br-homepage .support-item img.dealer-icon {
  width: 24px;
  margin-left: -32px;
  margin-top: 6px;
}

.cms-br-homepage .support-item img.dealer-icon {
  margin-top: 8px;
}

.cms-br-homepage .support-item span, .cms-page-view .support-item span { 
  padding: 13px 10px 11px;
  display: inline-block;
}
.cms-page-view .support-item img.color-icon{
  width: 40px;
  margin-left: -35px;
  margin-top: 7px;
}

@media (min-width: 480px) {
  .cms-br-homepage #maincontent .container {
    width: 100%;
    padding-left:0;
    padding-right:0;
  }

  .cms-br-homepage article.support, 
  .cms-br-homepage article.featured-categories, 
  .cms-br-homepage article.featured-products, 
  .cms-br-homepage article.training, 
  .cms-br-homepage article.social-feed, 
  .cms-br-homepage .carousel {
    width: 100%;
    margin: auto;
  }

  .cms-br-homepage .carousel-caption h1 {
    font-size: 28px;
    line-height: 30px;
    margin-left:-2px;
  }
  .cms-br-homepage .carousel-caption h2 {
    font-size: 24px;
    line-height: 22px;
    margin-top: -10px;
  }
  .cms-br-homepage .carousel-caption p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 18px;
  }
}



@media (min-width: 768px) {
.cms-br-homepage #maincontent .container {
      width: 100%;
  }
  .cms-br-homepage article.support, 
  .cms-br-homepage article.featured-categories, 
  .cms-br-homepage article.featured-products, 
  .cms-br-homepage article.training, 
  .cms-br-homepage article.social-feed, 
  .cms-br-homepage .carousel {
      width: 100%;
      margin: auto;
  }
  .cms-br-homepage .carousel-caption {
    padding-top: 20px;
    left: 15px;
    margin-bottom: 20px;
  }
  .cms-br-homepage .carousel-caption h1 {
    font-size: 30px;
    line-height: 30px;
    margin-left:-2px;
  }
  .cms-br-homepage .carousel-caption h2 {
    font-size: 24px;
    line-height: 22px;
    margin-top: -10px;
  }
  .cms-br-homepage .carousel-caption p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 24px;
  }

}

@media (min-width: 992px) {
 .cms-br-homepage #maincontent .container {
      width: 100%;
  }
  .cms-br-homepage article.support, 
  .cms-br-homepage article.featured-categories, 
  .cms-br-homepage article.featured-products, 
  .cms-br-homepage article.training, 
  .cms-br-homepage article.social-feed, 
  .cms-br-homepage .carousel {
      width: 970px;
      margin: auto;
  }
  .cms-br-homepage .carousel-caption {
    padding-top: 40px;
  }
  .cms-br-homepage .carousel-caption h1 {
    font-size: 40px;
    line-height: 40px;
    margin-left:-2px;
  }
  .cms-br-homepage .carousel-caption h2 {
    font-size: 32px;
    line-height: 22px;
    margin-top: -16px;
  }
  .cms-br-homepage .carousel-caption p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 28px;
  }

  

}

@media (min-width: 1200px) {
  .cms-br-homepage #maincontent .container {
      width: 100%;
      padding-right: 0px;
      padding-left: 0px;
      max-width: 100%;
  }

  .cms-br-homepage article.support, 
  .cms-br-homepage article.featured-categories, 
  .cms-br-homepage article.featured-products, 
  .cms-br-homepage article.training, 
  .cms-br-homepage article.social-feed, 
  .cms-br-homepage .carousel {
      width: 1170px;
      margin: auto;
  }
  .cms-br-homepage .carousel-caption {
    padding-top: 54px;
  }
  .cms-br-homepage .carousel-caption h1 {
    font-size: 48px;
    line-height: 48px;
    margin-left:-2px;
  }
  .cms-br-homepage .carousel-caption h2 {
    font-size: 36px;
    line-height: 22px;
    margin-top: -20px;
  }
  .cms-br-homepage .carousel-caption p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 28px;
  }

  .cms-br-homepage .featured-categories .category-item, 
  .cms-br-homepage .featured-products .product-item, 
  .cms-br-homepage .support-item {
    padding-right: 17px;
    padding-left: 17px;
  }
}

@media (max-width:1201px) {
  .cms-br-homepage .featured-products .product-item:last-child {
   display: none;
  }
}

@media (max-width:1199px) {
  
  .cms-br-homepage .featured-products .product-item:last-child {
    visibility: hidden;
     opacity: 0;
  }
  .cms-br-homepage .featured-products .product-item.col-md-3 {
    width: 33%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 991px) {

  .cms-br-homepage .featured-products .product-item .product-text .button span {
    font-size: 11px;
    line-height: 22px;
  }
  /*slider*/
  .slider{

    width:100%;
  }

  .slider .slide .caption {
    
    max-width: 50%;
    padding: 7px 12px 23px;
    
  }
}

@media (max-width: 991px) and (min-width: 550px) {

  .cms-br-homepage .support-item span {
    font-size: 15px;
  }
}

@media (max-width: 767px) {

  .cms-br-homepage #maincontent .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .navbar-brand.visible-lg, .navbar-brand.visible-md, .navbar-brand.visible-sm, .navbar-brand.visible-xs {
    display: none!important;
  }
  .gradient-fade {
    display:none;
  }

  .cms-br-homepage .carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    height: 62vw;
    opacity: 0;
  }

  .cms-br-homepage .carousel-caption {
    padding-top: 12px;
    left: 14px;
    min-width: 250px;
    max-width: 35%;
    bottom: 10%;
    top: 58%;
  }
  .cms-br-homepage .carousel-caption a {
    display: block;
    position: relative;
    margin-top: -.25em;
  }
   .cms-br-homepage .carousel-caption h1 {
    line-height: 1;
    font-size: 30px;
  }
  
  .cms-br-homepage .carousel-caption h2 {
    display: none;
  }
  .cms-br-homepage .carousel-caption p {
    display:none;
  }

  .cms-br-homepage .featured-categories a.category-image-text {
    padding: 45% 10px 10px;
  }
  .cms-br-homepage .featured-categories a.category-image-text span {
    position:relative;
    top: -1vw;
  }
  .cms-br-homepage .featured-products .product-item:last-child {
    display:block;
    opacity: 1;
    visibility: visible;
  }
  .cms-br-homepage .featured-products .product-item.col-md-3 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .cms-br-homepage .featured-products .product-item .product-text .button span {
    font-size: 11px;
    line-height: 22px;
  }
  .cms-br-homepage .support-item {
    min-height: 50px;
  }
  .cms-br-homepage .support-item a span {
    min-width: 64%;
  }

  .cms-br-homepage .events .event-date, .cms-buddy-rhodes-training .events .event-date {
    position: static;
    text-align: left;
    padding-right: 8px;
    width: auto;
    font-weight: bold;
  }

 .cms-br-homepage .events .event-description, .cms-buddy-rhodes-training .events .event-description {
    display: block;
    margin-left: 0;
    padding-left: 0;
    border: none; 
  }

  /*slider*/
  .slide-nav{

    display:none;
  }

  .slider .slide .caption p{

    display:none;
  }

  .slider .slide .caption {
  
    top: 28%;
    max-width: 80%;
    padding: 7px 12px 0px;

  }
  .cms-index-index.mobile .columns {
    margin-top: -1px;
    position: relative;
    z-index: -1;
  }

}

@media (max-width: 549px) {

  .cms-br-homepage .featured-categories a.category-image-text {
    padding: 50% 10px 10px;
  }
 .cms-br-homepage .featured-categories a.category-image-text span {
    top: -5vw;
  }

  .cms-br-homepage .featured-categories a.category-image-text:hover {
    background-size: 200%;
  }

  .cms-br-homepage .featured-products .product-item.col-md-3 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
    .cms-br-homepage .carousel-caption h1 {
    line-height: 1;
    font-size: 26px;
  }
  .cms-br-homepage .carousel-caption {
    padding-top: 12px;
    left: 14px;
    min-width: 240px;
    max-width: 35%;
    bottom: 10%;
    top: 58%;
    margin-bottom: 30px;
  }

  .cms-br-homepage .featured-products .product-item .product-text {
    min-height: 120px;
  }

}
@media (max-width: 480px) {
  .cms-br-homepage .carousel-caption {
    padding: 12px 12px 16px;
    left: 0;
    min-width: 180px;
    max-width: 35%;
    top: 70%;
    margin-bottom: 0;
  }

  .cms-br-homepage .carousel-caption a {
    display: block;
    position: relative;
    margin-top: -.5em;
  }

  .cms-br-homepage .carousel-caption h1 {
    /*line-height: 0.2;*/
    font-size: 18px;
  }

  .slider .slide .caption h1 {
    font: 28px "Unna", Georgia, serif;
    line-height:35px;
    
  }

  .slider .slide .caption h2 {
    font: 20px "Unna", Georgia, serif;
    
  }


}


/* Announcement banner */
.announcement-wrapper {
  background: #d2f7fc;
  cursor: pointer;
  position: relative;
}

.announcement {
  padding: 6px 12px;
}

.announcement-header {
  text-align: center;
}

.announcement-header h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0;

}

.announcement-header h2 span {
  font-size: 22px;
  line-height: 0;
  position: relative;
  top: 2px;
}

.announcement-body {
  font-size: 12px;
  line-height: 1.3;
  height: 0px;
  margin-top: 6px;
  text-align: center;
  display:none;
}

.announcement.open .announcement-body {
  height:auto;
  display:block;

}

@media (max-width: 480px) {
  .announcement {
    margin-left: 100px;
  }
  .announcement-header{
    text-align: left;
  }
  .announcement-body {
    text-align: left;
  }

}

/* Social Feed 

.social-feed {
  display:none;
}*/

/* Curator 

.crt-widget-carousel .crt-carousel-slider .crt-post-c {
    height: 583px;
    x: center;
    justify-content: center;
}
.crt-post-v2 .crt-post-content-image {
    max-height: 350px;
    overflow: hidden;
    position: relative;
}
.crt-grid-post-v2 .crt-post-footer, .crt-post-v2 .crt-post-footer {
    position: absolute;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    bottom: 0px;
    width: 100%;
}
.crt-widget-carousel .crt-carousel-stage {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: auto !important;
}
.crt-panel-next, .crt-panel-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    z-index: 100;
    background-color: rgba(151, 152, 172, 0.27);
    border-radius: 50%;
}
.crt-panel-next {
    right: -6px !important;
}
.crt-panel-prev {
    left: -7px !important;
}
.crt-widget-carousel .crt-carousel-feed {
    
    font-family: "Open Sans", sans-serif !important;
}
.crt-post-share {
   
    top: -11px !important;
  
}
.crt-post-v2 .crt-post-content-text {
   
    font-size: 14px !important;
    line-height: 1.6;
   
}

.crt-post .crt-post-text {
    font-size: 14px !important;
}
.crt-post .crt-post-footer {
    position: absolute;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
}
*/