@import url("https://use.typekit.net/yqs0tip.css");


:root {
   --rrac-red: #e0001b;
	--rrac-red-hvr: #fa0220;
    --rrac-black-0: #000;
   --rrac-black-1: #111;
   --rrac-black-2: #222;
   --rrac-light-grey: #999;
  --rrac-mid-grey: #676767;
   --rrac-grey: #808080;
   --rrac-dark-grey: #343434;
}




.page-blogcategory .main {
   background-color: #fff;
}
.page-blogcategory h1 {
   font-weight: 900;
   display: inline-block;
   white-space: nowrap;
   position: relative;
   padding: 4px 15px
}
.page-blogcategory h1:before {
   content: '';
   position: absolute;
   top: 0;
   left: -5px;
   width: calc(100% + 10px);
   height: 100%;
   border: 3px solid var(--rrac-red);
   z-index: -1;
   transform: skew(-20deg);
   background-color: #000
}
.page-blogcategory h1:after {
   content: '';
   position: absolute;
   top: -5px;
   left: 50%;
   width: calc(100% + 20px);
   transform: translateX(-50%) skew(-20deg);
   height: calc(100% + 10px);
   border: 3px solid #515151;
   z-index: -1
}

.page-blog .jumbotron, 
.page-blogcategory .jumbotron {
     position: relative;
   display: flex;
  align-items: center;
   z-index: 0;

   background-color: #000;
   border-bottom: 4px solid #515151;
   min-height: 420px;

}
.page-blog .jumbotron:before, .page-blogcategory .jumbotron:before {
   content: '';
   position: absolute;
   height: 13px;
   bottom: -4px;
   border-top: 4px solid;
   border-left: 4px solid;
   border-right: 4px solid;
   width: 1160px;
   background: #fff;
   border-color: #515151;
   z-index: 0;
   left: 50%;
   transform: translateX(-50%)
}
.page-blog .jumbotron:after {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: .5;
   z-index: -1;
   background-image: url('../images/art/bloghome-header.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: contain
}
.page-blogcategory .jumbotron:after {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: .5;
   z-index: -1
}

.jumbotron {
   color: #fff;
}


.jointitle {
   position: relative;
   padding: 20px 30px 30px;
   -webkit-transform: rotate(-8deg);
   transform: rotate(-8deg);
   z-index: 0;
   line-height: 47px;
   top: -10px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   display: inline-block;
   border: 2px solid #fff;
   background-color: rgba(0, 0, 0, .5);
   animation: beat;
   text-transform: uppercase;
   animation-duration: 2.5s;
   animation-delay: .5s;
   font-size: 24px
}
@keyframes beat {
   0% {
      transform: scale(1)
   }
   25% {
      transform: scale(.97)
   }
   35% {
      transform: scale(.9)
   }
   45% {
      transform: scale(1.1)
   }
   55% {
      transform: scale(.9)
   }
   65% {
      transform: scale(1.1)
   }
   75% {
      transform: scale(1.03)
   }
   90% {
      transform: scale(.95)
   }
   100% {
      transform: scale(1) rotate(-8deg)
   }
}
.jointitle::before, .jointitle::after {
   content: '';
   position: absolute
}
.jointitle::before {
   width: calc(100% - 7.5px);
   height: calc(100% - 7.5px);
   top: 3.5px;
   left: 3.5px;
   border: 2px solid #808080
}
.jointitle::after {
   top: -20px;
   left: -20px;
   width: 200px;
   height: 100px;
   background-image: url("../images/art/rr-swoosh.png");
   background-size: contain;
   background-repeat: no-repeat;
   z-index: -1
}
.join-our {
   position: relative;
   height: 100%;
   display: inline-block;
   font-weight: 300;
   font-size: 30px;
   text-align: center;
   border-bottom: none;
   border-top: none;
   color: #fff;
   padding: 3px 0
}
.join-our:before, .join-our:after {
   content: '';
   position: absolute
}
.mlist {
   font-size: 50px;
   display: block;
   font-weight: 600
}
.jointitle .join-our span {
   position: relative;
   display: block;
   height: 100%;
   line-height: 32px
}
.join-our .j-o-text:before, .join-our .j-o-text:after {
       content: "";
   background-color: #f00;

   display: inline-block;
   height: 3px;
   position: relative;
   vertical-align: middle;
   width: 45%;
   padding: 0 5px;
   border-top: 2px dotted #000;
   border-bottom: 2px dotted #000
}
.join-our .j-o-text:before {
   right: .5rem;
   margin-left: -50%
}
.join-our .j-o-text:after {
   left: .5rem;
   margin-right: -50%
}
.page-blog .blog-newsletter {
  display:block;
	margin:.5rem auto;
  max-width:450px;
}

.page-blog .blog-newsletter {
  display:block;
	margin:.5rem auto;
  max-width:450px;
}
.page-blog .blog-newsletter button {

   background-color: var(--rrac-red);

}
.page-blog  .btn, .blogpost .btn {
   padding: .85rem 1.25rem;
   min-height: 50px;
}


.page-blog .blog-newsletter button:hover {
   background-color: #000;
}
.page-blog .blog-newsletter input {
     background-color: #000;
   min-height: 50px;


   color: #fff;
   margin-bottom: 1rem;
   text-align: center;
   border-radius: 0
}
.page-blog .dropdown-menu {
   border: 2px solid #000
}
.page-blog .dropdown .dropdown-toggle {
   text-align: center;
   font-size: 14px
}
.page-blog .dropdown-menu a {
   position: relative;
   font-size: 14px
}
.page-blog .dropdown-menu a:after {
   content: '';
   position: absolute;
   width: 20px;
   height: 10px;
   left: 2px;
   top: 10px;
   background-image: url('../images/art/rr-lines-01.png');
   background-size: 100%;
   background-repeat: no-repeat
}
.page-blog .dropdown button[aria-expanded="true"]:after {
   transform: rotate(180deg);
   transition: .2s ease
}
.blogpost-sidebar h3 {
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: .75rem;
  padding-bottom: .25rem;


}


.blogpost-sidebar li a {
	padding: .65rem;
	font-size: 12px;
  padding-left: 1rem;
}

.blogpost-sidebar li a:before {
   content: '';
   position: absolute;
   left: 4px;
   top: 50%;
transform: translateY(-50%);
background: var(--rrac-red);
   width: 7px;
   height: 10px;

}



.social-share a {
   border: 2px solid #000;
   background: #f00;
   -webkit-box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, .05);
   box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, .05);
   color: #fff !important;
   position: relative;
   z-index: 0
}
.social-share a:hover {
   background: #222;
   transform: scale(1.05)
}
.blogpost .container:first-of-type .row {
   position: relative;
   z-index: 0;
   width: 100%
}

.page-blog .blog-intro p {
   position: relative;
   padding:1rem;
font-size: initial;
   margin: .5rem 0 1.5rem;

}

.blogpost .container:first-of-type .row:before {
   content: '';
   position: absolute;
   height: 13px;
   bottom: -4px;
   border-top: 4px solid #888;
   border-left: 4px solid #888;
   border-right: 4px solid #888;
   width: 100%;
   background: #fff;
   z-index: 1;
   left: 15px
}
.blogpost-hero {
   position: relative;
   border-bottom: 4px solid #888;
   background-color: #000;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
}
.blogpost-hero:before {
   content:'';
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
 background: #000;
background: linear-gradient(90deg, rgba(0,0,0,1) 20%,rgba(0,0,0,1) 25%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%); 
   mix-blend-mode: multiply;
}



.page-blogpost .blogpost-category {
      display: inline-block;

   font-weight: 400;

   color: #ddd;


   font-size: 10px;
   position: relative;
   z-index: 0;

   background-color: #000;

   padding: .25rem .5rem;
   font-weight: bold;
   text-align: center;
   margin-bottom: .25rem;
}
.page-blogpost .blogpost-category:before {
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
text-align: center;
   z-index: -1;
   background-color: #111;
   border: 1px solid #f00;
   top: 0;
left:0;
      text-align: center;
}




.blogpost-hero .container {
   display: flex;
   height: 100%
       
}

.blogpost-hero .row {

   align-items: center
}


.blogpost-hero .blogpost-title {
   text-shadow: 1px 1px 1px #000;
    font-size:36px;
       padding: 1rem 0;
}


.blogpost-hero .blogpost-date {
       position: relative;
   font-size: 13px;
   color: #ddd;


}
.blogpost-date i {
   color: var(--rrac-red);

}



.blogpost-grid a.card {
   color: #111;
   box-shadow: 0 0 10px 3px rgba(10, 10, 10, .2);
   border-top-left-radius: calc(.25rem - 1px);
   border-top-right-radius: calc(.25rem - 1px)
}


.blogpost-body h2 {
   counter-increment: a;
   font-weight: 900;

}
.blogpost-body h2 .number {
   display: block;
   width: 50px;
   height: 47px;
   position: relative;
   z-index: 0;
   left: 0;
    margin-bottom: .5rem;
}
.blogpost-body h2 .number:before {
   content: counter(a);
   position: absolute;
   font-size: 35px;
   color: #fff;
   text-align: center;
   width: 49px;
   height: 49px;
   font-family: 'Alisha', Museo Sans, sans-serif;
   left: 0;
   top: 0
}
.blogpost-body h2 .number:after {
   content: '';
   position: absolute;
   left: 0;
   top: -5px;
   width: 50px;
   height: 50px;
   display: inline-block;
   background-color: #000;
   background-image: url("../images/art/rr-numb-wrap-01.png");
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 50%;
   z-index: -1
}


.blogpost-body figure {
   position: relative;
   margin: 0 0 1.25rem
}
.blogpost-body figcaption {
   color: #333;
   position: relative;
   border-bottom: 1px solid #515151;
   padding:5px 0 5px ;
   padding-left: 1rem;
   font-size: 13px;
   background-color: #fff
}
.blogpost-body figcaption:before {
   content: '';
   position: absolute;
   left: 4px;
   top: 1rem;
transform: translateY(-50%);
background: var(--rrac-grey);
   width: 7px;
   height: 5px;

}
.blogpost-body ul li, .blogpost-body ol li {
   margin-bottom: 1rem
}
.blogpost-body ul {
   list-style-type: none;
   padding-left: 1.1rem
}
.blogpost-body ul li {
   position: relative
}
.blogpost-body ul li:before {
   content: '';
   position: absolute;
   left: -20px;
   top: 6px;
   width: 19px;
   background-image: url('../images/art/rr-list-ico2.png');
   background-repeat: no-repeat;
   background-size: contain;
   height: 14px;
   line-height: 14px
}
.blogpost-body ol {
   list-style-type: none
}
.blogpost-body ol li {
   counter-increment: b;
   position: relative
}
.blogpost-body ol li:before {
   content: counter(b);
   position: absolute;
   font-size: 22px;
   left: -26px;
   color: #fff;
   top: 5px;
   width: 18px;
   height: 20px;
   font-family: 'Alisha', 'Museo Sans', sans-serif;
   line-height: 25px;
   display: inline-block
}
.blogpost-body ol li:after {
   content: '';
   position: absolute;
   z-index: -1;
   left: -27px;
   top: 2px;
   background-image: url(../images/art/rr-numb-circle.png);
   background-position: top center;
   background-repeat: no-repeat;
   background-size: contain;
   width: 25px;
   height: 25px;
   display: inline-block;
   background-color: #000;
   border-radius: 50%
}
.blog-newsletter .title {
   font-weight: 900;
   color: #fff;
   text-transform: capitalize;
	font-size: 22px;
   text-align: center;
   margin-bottom: .5rem;
}
.blogpost-date {
   color: #ddd;
   text-shadow: 1px 1px 2px #000
}

.blogpost-body h2, 
.blogpost-body h3, 
.blogpost-body h4 {
   margin-bottom: 1.25rem;
   padding-top: 1.25rem
}

.blogpost-body .first:first-letter {
   float: left;
   font-family: 'Alisha', 'Museo Sans', sans-serif;
   font-size: 70px;
   color: #f00;
   text-shadow: 1px 2px 0 #000;
   position: relative;
   line-height: 55px;
   z-index: 0;
   font-weight: 900;
   padding-right: 15px
}
.page-blog .blog-intro {
   position: relative;
   z-index: 0
}
.page-blog .blog-intro:before {
   content: '';
   position: absolute;
   top: -6rem;
   left: 50%;
   transform: translateX(-50%);
	width: 100%;
   height: 100%;
   background-image: url(../images/art/blogcatls-car.png);
   background-repeat: no-repeat;
   background-size: 250px;
   background-position: center;
}
.blog-intro h1, .blog-intro h2 {
   font-weight: 900;
   font-size: 36px;
   text-transform: capitalize;
   margin-bottom: .75rem;
   margin-top: .5rem;
   display: inline-block;
   position: relative;
   padding: .5rem 3rem;
   font-family: 'Alisha', Museo Sans, sans-serif;
   text-shadow: 1px 4px 1px #000;
   color: #fff
}
.blog-intro h1:before, .blog-intro h2:before {
   content: '';
   position: absolute;
   top: 0;
   left: -5px;
   width: calc(100% + 10px);
   height: 100%;
   border: 3px solid #f00;
   z-index: -1;
   transform: skew(-20deg);
   background-color: #000
}
.blog-intro h1:after, .blog-intro h2:after {
   content: '';
   position: absolute;
   top: -5px;
   left: 50%;
   width: calc(100% + 20px);
   transform: translateX(-50%) skew(-20deg);
   height: calc(100% + 10px);
   border: 3px solid #000;
   z-index: -1
}



.blogpost-grid .card-summary {
   position: relative;
   width: 100%;
   margin-bottom: .75rem;
}


.blogpost-grid .card-summary:after {
   background: none;
}
.blogpost-body .fa-youtube {
   color: #f00
}
.blogpost-body .fa-instagram {
   color: transparent;
   background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
   background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
   background-clip: text;
   -webkit-background-clip: text
}
.blogpost-body img {
   width: 100%;
   height: auto
}
.inset-sm {
   max-width: 220px;
   position: absolute;
   top: 0;
   border-radius: 50%;
   right: 0;
   box-shadow: 0 0 20px 5px rgba(0, 0, 0, .05)
}




@media(max-width:768px) {
   .inset-sm {
      max-width: 30vw
   }
}


.blogpost-body blockquote {
   position: relative !important;
   max-width: 500px;
   z-index: 0;
   margin-top: 4em !important;
   display: block;
   margin-bottom: 3em !important;
   margin-left: auto;
   margin-right: auto
}
.blogpost-body blockquote div {
   font-size: 2.2em;
   position: relative;
   font-weight: 900;
   margin-bottom: .35em;
   line-height: 55px;
   padding-bottom: 10px;
   color: #555
}

.blogpost-body blockquote cite {
   color: #515151;
   font-weight: 500;
   font-size: 15px
}


.blogpost-body blockquote figcaption {
   color: #515151;
   padding-right: 10px;
   border-left: 2px solid #515151;
   font-size: 20px;
   line-height: 25px;
   font-weight: 900;
   padding-left: 10px;
   border-bottom: none;
}
.blogpost-body blockquote figcaption:before {
   display: none
}
.blogpost-body .cta-disclaimer {
   font-size: 16px;
   font-style: italic;
   font-weight: 300
}
.blogpost-body .cta-disclaimer span {
   font-weight: 700
}
.blogpost-body .btn-audio {
   margin-bottom: .75rem;
   display: inline-block;
   text-decoration: none;
   padding: .5rem .75rem;
   color: var(--rrac-red);
   border: 1px solid var(--rrac-red);
   border-radius: 2px;
   transition: .05s ease-in-out
}
.blogpost-body .btn-audio:is(:hover, :focus, :active) {
   text-decoration: none;
   background: var(--rrac-red);
   color: #fff;
}
.numb {
   font-family: 'Alisha', 'Museo Sans', sans-serif;
   font-size: 45px !important;
   color: #fff;
   width: 50px;
   position: relative;
   height: 50px;
   line-height: 50px;
   border-radius: 50%;
   text-shadow: 2px 1px 0 #000;
   z-index: 0;
   left: 5px;
   text-align: center;
   top: 0
}
.numb:after {
   content: '';
   position: absolute;
   left: -10px;
   top: 0;
   width: 70px;
   height: 70px;
   background-repeat: no-repeat;
   z-index: -1;
   background-image: url("../images/art/rr-numb-wrap-01.png");
   background-size: contain
}
.cta-01 {
   padding: 3rem;
   position: relative;
   border: 2px solid #222
}
.cta-01:before {
   content: '';
   position: absolute;
   border-left: 5px solid #000;
   border-top: 3px solid #000;
   width: 80px;
   height: 80px;
   z-index: -1;
   background-image: url("../images/art/rr-fig-side-01.png");
   background-size: 100%;
   background-repeat: no-repeat;
   background-position: center;
   top: -10px;
   left: -10px
}
.cta-01:after {
   content: '';
   position: absolute;
   border-right: 3px solid #000;
   border-bottom: 5px solid #000;
   width: 80px;
   height: 80px;
   z-index: -1;
   background-image: url("../images/art/rr-fig-side-02.png");
   background-size: 100%;
   background-repeat: no-repeat;
   background-position: center;
   bottom: -10px;
   right: -10px
}
.cta-01 .rr-bullhorn {
   display: block;
   position: absolute;
   font-weight: 700;
   background-color: #f00;
   border-radius: 50%;
   border: 2px solid #000;
   width: 70px;
   height: 70px;
   z-index: 0;
   background-image: url("../images/art/rr-bullhorn.png");
   background-size: 100%;
   background-repeat: no-repeat;
   background-position: center;
   top: -25px;
   left: 50%;
   transform: translateX(-50%);
   -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
   box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2)
}
.cta-01 .rr-bullhorn:before, .cta-01 .rr-contact:before {
   content: '';
   position: absolute;
   top: -8px;
   left: -8px;
   width: calc(115% + 5px);
   height: calc(115% + 5px);
   z-index: -2;
   background-image: url(../images/art/rr-circle-dash-01.png);
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center
}
.cta-01 .rr-contact {
   display: block;
   position: absolute;
   background-color: #f00;
   border-radius: 50%;
   border: 2px solid #000;
   width: 70px;
   height: 70px;
   z-index: 0;
   background-image: url("../images/art/rr-contact.png");
   background-size: 100%;
   background-repeat: no-repeat;
   background-position: center;
   top: -25px;
   left: 50%;
   transform: translateX(-50%);
   -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
   box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2)
}
.grey {
   color: #515151
}
.red {
   color: #f00
}
.green {
   color: #008000
}
.red div:first-of-type, .green div:first-of-type {
   font-weight: 900
}
.swoosh-alt {
   position: relative
}
.swoosh-alt:before {
   content: '';
   position: absolute;
   top: 0;
   left: -10px;
   width: 100px;
   height: 100%;
   background-image: url(../images/art/rr-swoosh-alt.png);
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center;
   z-index: -1
}
.blogpost-body .btn-cta {
   padding: 15px 25px;
   font-size: 19px;
   letter-spacing: .25px;
   min-width: 200px;
   margin-top: .75em;
   margin-bottom: .75em
}
.card.card-style-1 {
   border: 1px solid #333;
   background-color: #fff;
   border-radius: 2px;
   position: relative;
   margin-top: 2.5em;
   margin-bottom: 2.5em;
   box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, .03);
   z-index: 0;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   transition-duration: 220ms
}
.card-style-1:active, .card-style-1:focus, .card-style-1:hover {
   background-color: #f8fafc;
   box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .15);
   -webkit-transform: scale(1.045);
   transform: scale(1.045)
}
.card.card-style-1:before {
   content: '';
   position: absolute;
   top: -20px;
   left: -10px;
   width: 100px;
   height: 100px;
   z-index: 0;
   background-image: url("../images/art/rr-bullhorn.png");
   background-size: contain;
   background-repeat: no-repeat
}
.card.card-style-1:after {
   content: '';
   position: absolute;
   top: -20px;
   left: -20px;
   width: 75px;
   height: 75px;
   z-index: -2;
   border-radius: 50%;
   background-color: #f5f5f5;
   box-shadow: inset 0 0 0 1px #000;
   border-left: 2px solid #f00;
   border-top: 2px solid #f00
}
.ans-card {
   border: 1px solid #000;
   position: relative;
   border-radius: 5px;
   box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
   margin-bottom: 2em;
   display: block
}
.ans-card p {
   margin-bottom: 0;
font-weight: 500
}
.ans-card p {
   padding-left: 20px;
   padding-right: 20px
}
.ans-card:before {
   content: '\f4b0';
   position: absolute;
   font-family: 'Font Awesome Pro';
   text-align: center;
   line-height: 30px;
   font-weight: 100;
   top: -10px;
   left: -17px;
   color: #f00;
   width: 50px;
   line-height: 50px;
   height: 50px;
   border: 1px solid #676767;
   background: #fff;
   border-radius: 10px;
   background-size: contain
}
.ans-card:after {
   content: '';
   position: absolute;
   border: none;
   background: #fff;
   background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(21, 21, 21, 1) 100%);
   background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(21, 21, 21, 1) 100%);
   background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(21, 21, 21, 1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#151515", GradientType=1);
   top: 0;
   left: 0;
   width: 20px;
   height: 100%;
   z-index: -1
}
.rrcs7 .ans-card::before {
   content: '';
   background: url(/images/art/rrcs7-ico.jpg) center;
   background-size: contain;
   width: 50px;
   height: 50px;
   border-radius: 50%;
   left: -15px;
   border: 0;
   border-radius: 10px;
   box-shadow: inset 0 0 6px 3px rgba(0, 0, 0, .3)
}
.rrcs7 .ans-card::after {
   left: 0;
   border: none;
   width: 20px;
   background: #fff;
   background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(21, 21, 21, 1) 100%);
   background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(21, 21, 21, 1) 100%);
   background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(21, 21, 21, 1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#151515", GradientType=1)
}
.rr-question h3 {
   position: relative;
   margin-top: 1.5em !important;
   margin-bottom: 1.5em !important;
   padding-left: 40px
}
.rr-question h3:before, .rrcs7 h3:after {
   content: '';
   position: absolute
}
.rr-question h3:before {
   top: -10px;
   left: -15px;
   width: 50px;
   height: 50px;
   border-radius: 10px;
   background: url(../images/art/rr-question-ico.jpg) no-repeat center center;
   background-size: contain;
   border: 1px solid #333;
   box-shadow: inset 0 0 6px 3px rgba(0, 0, 0, .3)
}
.headlines {
   display: block;
   position: relative;
   overflow: hidden
}
.headlines:before, .headlines:after {
   background-color: #555;
   content: "";
   display: inline-block;
   height: 1px;
   position: relative;
   vertical-align: middle;
   width: 35%
}
.headlines:before {
   right: .5em;
   margin-left: -50%
}
.headlines:after {
   left: .5em;
   margin-right: -50%
}
.btn-jumbo {
   font-weight: 900;
   text-align: center;
   padding: 1.2em;
   letter-spacing: 1px
}
.shop-btn-hvr {
   display: inline-block;
   width: 100%;
   height: 100%;
   position: relative
}
.shop-btn-hvr:hover {
   text-decoration: none
}
.shop-btn-hvr:hover:before, .shop-btn-hvr:hover:after {
   opacity: 1
}
.shop-btn-hvr:before, .shop-btn-hvr:after {
   opacity: 0;
   transition: .4s ease
}
.shop-btn-hvr:hover:before {
   transform: translate(-50%, -50%)
}
.shop-btn-hvr:before {
   content: 'Shop';
   text-align: center;
   font-family: 'eurostile-extended', sans-serif;
   position: absolute;
   top: 50%;
   font-size: 1em;
   left: 50%;
   text-transform: uppercase;
   font-weight: 400;
   transform: translate(-200%, -50%);
   letter-spacing: 1px;
   width: 100px;
   height: 50px;
   line-height: 35px;
   padding: 6px;
   white-space: nowrap;
   background: rgba(0, 0, 0, .6);
   color: #fff;
   border-radius: 2px;
   border: 1px solid;
   cursor: pointer;
   box-shadow: 0 0 10px 2px rgba(0, 0, 0, .3);
   z-index: 1
}
.shop-btn-hvr:after {
   content: '';
   text-align: center;
   position: absolute;
   top: 0;
   font-size: 16px;
   left: 0;
   width: 100%;
   height: 100%;
   padding: 6px;
   color: #fff;
   z-index: 0
}
.blogpost-body hr {
   margin-top: 1.5rem;
   margin-bottom: 1.5rem
}
.pos-numb h4 {
   position: absolute;
   top: 0;
   width: 40px;
   height: 32px;
   line-height: 32px;
   font-size: 14px !important;
   color: #fff;
   font-weight: 700;
   text-align: center;
   display: inline-block;
   left: 15px;
   background-size: contain;
   box-shadow: 2px 2px 0 0 #000
}
.pos-numb.blck-numb h4 {
   background: #fff;
   color: #000
}
.pos-numb.grad-red-numb h4 {
   background: #f00
}
.fb-blue {
   color: #4267b2
}
.blog-carousel {
   margin-top: 2em;
   margin-bottom: 3em !important
}
.blog-carousel .slick-slide {
   margin: 0 10px
}
.blog-carousel .slick-slide {
   transition: all ease-in-out .3s;
   opacity: .2
}
.blog-carousel .slick-prev:before, .blog-carousel .slick-next:before {
   color: #000
}
.blog-carousel .slick-prev, .blog-carousel .slick-next {
   width: 45px;
   height: 45px;
   background: #fff;
   z-index: 1;
   border-radius: 50%;
   -webkit-transition: .5s ease;
   transition: .5s ease;
   transform: translateY(-50%)
}
.blog-carousel .slick-prev:hover, .blog-carousel .slick-next:hover {
   background: #000;
   color: #f00
}
.blog-carousel .slick-arrow:hover:before {
   color: #f00
}
.blog-carousel .slick-prev {
   left: -15px
}
.blog-carousel .slick-next {
   right: -15px
}
.blog-carousel .slick-active {
   opacity: 1
}
.blog-carousel .slick-current {
   opacity: 1
}
.blog-carousel .slick-dots li.slick-active button::before {
   color: #f00
}
.blog-carousel .slick-dots {
   bottom: -50px;
   list-style-type: none
}
.blogpost-body ul.slick-dots li:before {
   background-image: none !important
}
.blog-carousel-item .carousel-item {
   position: relative;
   -webkit-transition: .5s ease;
   transition: .5s ease
}
.blog-carousel-item .overlay, .blog-carousel-item .blog-carousel-caption {
   opacity: 0
}
.blog-carousel-inner-caption .prod-title {
   text-transform: uppercase;
   font-weight: 900;
   font-size: 15px
}
.blog-carousel-inner-caption {
   display: block;
   left: 50%;
   transform: translateX(-50%);
   width: 100%;
   background-color: rgba(0, 0, 0, .68);
   bottom: 0;
   max-height: 100px;
   text-align: center;
   padding: 10px;
   position: absolute
}
.blog-carousel .blog-carousel-item {
   position: relative;
   z-index: 0
}
.blog-carousel .blog-carousel-item img {
   border-radius: 7px
}
.blog-carousel .blog-carousel-item:hover:before {
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   height: 100%;
   width: 100%;
   opacity: .8;
   transition: .5s ease;
   background-color: rgba(0, 0, 0, .81);
   z-index: 0
}
.blog-carousel .blog-carousel-item:hover:before {
   transition: .2s ease;
   cursor: pointer
}
.blog-carousel .blog-carousel-item:hover:before {
   opacity: .8;
   transition: .2s ease;
   z-index: 0
}
.blog-carousel .blog-carousel-item:hover .blog-carousel-caption {
   opacity: 1
}
.blog-carousel .item-image-wrapper {
   position: relative;
   display: block;
   cursor: pointer;
   text-decoration: none
}
.blog-carousel .item-image-wrapper:hover {
   text-decoration: none
}
@media screen and (max-width:768px) {
   .blog-carousel .item-image-wrapper a {
      margin-bottom: 15px
   }
}
.blog-carousel .item-image-wrapper .fa-plus {
   margin-bottom: 5px
}
.blog-carousel .item-content {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   text-align: center;
   width: 300px
}
.blog-carousel .item-content a {
   display: block;
   font-size: 16px;
   font-weight: 500;
   padding: 10px 15px;
   color: #fff;
   width: 60px;
   height: 60px;
   text-align: center;
   background: #f00;
   border-radius: 50%
}
.blog-carousel .item-content a:first-of-type {
   margin-right: 3px
}
.blog-carousel .item-content a:hover {
   text-decoration: none;
   background-color: #222;
   opacity: 1
}
.blog-carousel .item-content-inner {
   text-align: center;
   margin-bottom: 5px
}
.blog-carousel .item-content-inner span {
   color: #fff;
   text-align: center;
   display: block
}
.blog-carousel .item-content-inner hr {
   margin-top: 2px;
   border-color: #f00;
   margin-bottom: 5px;
   max-width: 150px
}
.blog-carousel .item-content-inner span:nth-child(1) {
   font-size: 14px !important;
   font-weight: 900;
   text-transform: uppercase
}
.blog-carousel .item-content-inner span:nth-child(2) {
   font-size: 14px !important;
   font-weight: 700
}
.blog-carousel .item-content-links {
   -ms-display: flex;
   display: flex;
   justify-content: center
}
.blog-carousel .item-content-links i {
   color: #f00
}
.blog-carousel .item-content-links i:hover {
   color: #fff
}
.blog-carousel .item-content-links a:first-of-type {
   margin-right: 5px
}
.blog-carousel .item-content-links a:last-of-type {
   margin-left: 5px
}
.blog-carousel .item-content-links a {
   display: inline-block
}
.blog-carousel .item-content-links i {
   font-size: 20px
}
.blog-carousel .nosku {
   visibility: hidden
}
.blog-carousel .blog-carousel-item {
   position: relative
}
.blog-carousel .blog-carousel-item img:hover .blog-carousel-inner-caption {
   opacity: 0
}
.blog-carousel .overlay-content {
   text-align: center;
   padding: 10px;
   position: absolute;
   top: 50%;
   display: block;
   left: 50%;
   transform: translateX(-50%) translateY(-50%);
   width: 100%;
   max-height: 100px
}
.blog-carousel .overlay-content {
   opacity: 0
}
.blog-carousel .blog-carousel-item:hover .overlay-content {
   opacity: 1;
   z-index: 1
}
.blog-carousel .blog-carousel-item:hover .blog-carousel-inner-caption {
   opacity: 0
}
.blog-carousel .blog-carousel-inner-caption span {
   color: #d3d3d3;
   display: block;
   font-size: 13px
}
.blogpost-body .wistia_responsive_padding {
   margin-top: 1.5rem;
   margin-bottom: 1.5rem
}
.product-line-overview .size {
   overflow: hidden;
   padding: .5rem;
   color: #f00;
   position: relative;
font-size: 1.4rem;
   font-family: 'Eurostile', sans-serif;
   font-weight: 600
}
.product-line-overview .card {
   border-radius: 2px;
   overflow: hidden;
   box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
   min-height: inherit;
   transition: .3s ease;
   position: relative;
   width: 100%;
   z-index: 0
}
.product-line-overview .card:before {
   position: relative
}
.product-line-overview .card:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: #000;
   opacity: 0;
   transition: inherit;
   z-index: -1
}
.product-line-overview .card:hover:before {
   opacity: 1
}
.product-line-overview .product-line-content {
   width: 100%;
   transition: .2s ease;
   min-height: 100%;
   overflow: hidden;
   padding: 15px 5px;
   position: relative;
   background: #000
}
.product-line-overview .product-line-content:before {
   content: '';
   position: absolute;
   top: -2px;
   left: 50%;
   transform: translateX(-50%);
   border-left: 12px solid transparent;
   border-right: 12px solid transparent;
   border-top: 12px solid #fff;
   opacity: 0;
   transition: inherit
}
.product-line-overview .card:hover .product-line-content:before {
   opacity: 1
}
.product-line-overview .card:hover .product-line-content {
   opacity: 1
}
.product-line-overview .card h5 {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   display: block;
   padding: 5px 20px;
   width: 100%;
   text-align: center;
   font-weight: 900;
   color: #fff;
   font-size: 17px
}
.product-line-buttons {
   padding: 0 1rem
}
.product-line-overview .product-line-buttons a {
   width: 100%;
   background: #f00;
   text-align: center;
   display: block;
   padding: .25rem .5rem;
   margin-bottom: .5rem;
   font-size: 15px;
   border-radius: 2px;
   color: #fff !important;
   line-height: 30px;
   box-shadow: 0 0 20px 5px rgba(0, 0, 0, .2);
   text-decoration: none;
   transition: .2s ease
}
.product-line-overview .product-line-buttons a:last-of-type {
   margin-bottom: 0
}
.product-line-overview .product-line-buttons a:first-of-type {
   background: #000;
   box-shadow: inset 0 0 0 1px #ddd
}
.product-line-overview .product-line-buttons a:first-of-type:hover {
   background: #808080
}
.product-line-overview .product-line-buttons a:last-of-type:hover {
   background: #808080
}
.product-line-overview .product-line-buttons a:hover i, .product-line-overview .product-line-buttons a:focus i, .product-line-overview .product-line-buttons a:active i {
   color: #fff
}
.product-line-overview .product-line-buttons a i, .product-line-overview .product-line-buttons .more-info i {
   font-size: 14px;
   color: inherit
}
.product-line-overview .overview-body {
   background: #000;
   color: #fff;
   border-radius: 2px;
   padding-top: 1rem;
   padding-bottom: 1rem
}
.product-line-overview .overview-body h6 {
   text-transform: capitalize;
font-size: 14px;
  font-weight: 900;
   padding-bottom: 5px;
   border-bottom: 1px solid #ddd
}
.product-line-overview .overview-body ul {
   margin: 0;
   padding-left: 5px
}
.blogpost-body .product-line-overview .overview-body ul li {
   font-size: 13px;
   color: #ddd
}
.product-line-overview .overview-body ul li b {
   color: var(--rrac-red)
}
.product-line-overview .overview-body ul li:before {
   background: none
}
.product-line-overview .overview-body ul li {
   margin-bottom: 5px
}
.size-row {
   padding-top: 10px
}
.product-line-overview .card .sku {
   position: absolute;
   left: 0;
   font-size: 13px;
   padding: 5px;
   background: #000;
   color: #fff;
   z-index: 1
}
.product-line-overview h3.product-overview-title {
   font-family: 'Eurostile', sans-serif;
   margin-bottom: 5px;
   text-align: center
}
.product-line-overview .card .imgBx {
   overflow: hidden;
   transition-delay: 1s ease;
   transition: 2s ease;
   position: relative;
   width: 100%;
   height: 320px
}
.product-line-overview .card .imgBx img {
   position: absolute;
   transition: 3s ease-in-out;
   top: 50%;
   left: 0;
   transform: translateY(-50%)
}
.product-line-overview .card:hover .imgBx .noshow {
   visibility: hidden;
   opacity: 0
}
.blogpost-body .product-line-overview .overview-body .review-wrapper {
   margin-top: 1rem
}
.blogpost-body .product-line-overview .overview-body .review-wrapper *:not(h6) {
   font-size: 13px;
   margin-bottom: 5px
}
.blogpost-body .product-line-overview .overview-body .stars-wrapper i {
   color: #ffd700
}
.blogpost-body .product-line-overview .overview-body .stars-wrapper div {
   margin-bottom: 7px
}
.blogpost-body .product-line-overview .overview-body .review-headline {
   font-weight: 900;
   color: #ffd700
}
.blogpost-body .product-line-overview .overview-body .review-description-text {
   padding-left: 1rem;
   position: relative
}
.blogpost-body .product-line-overview .overview-body .review-description-text:before {
   content: '\f10d';
   position: absolute;
   font-size: 12px;
   font-weight: 600;
   font-family: var(--font-awesome);
   color: #fff;
   left: 0;
   top: 0
}
.blogpost-body .product-line-overview .overview-body .review-author {
   color: #a5a5a5;
   padding-left: 1rem
}
.blogpost-body .product-line-overview .overview-body .stars-wrapper {
   display: block;
   margin: 0;
   margin-bottom: 2px !important
}
.blogpost-body .cta-info {
   border: 1px solid;
   padding: 1.5rem 1.35rem 1rem .75rem;
   display: flex;
   border-radius: 2px
}
.blogpost-body .cta-info p {
   padding-left: .5rem;
   font-size: 16px
}
.blogpost-body .cta-info i {
   color: var(--rrac-red);
   font-size: 1.25rem;
   padding-top: .15rem
}
.rr-red {
   color: var(--rrac-red)
}
