p {
	/*font-family: arial,helvetica,sans-serif;*/
}
.auto-plat-box a.auto-plat {
    text-decoration: none !important;
}
.auto-plat-box a.auto-plat:hover {
    color: #000;
}
.rv-ra-box a.standard {
    text-decoration: none !important;
}
.rv-ra-box a.standard:hover {
    color: #000;
}
.rv-plat-box a.platinum {
    text-decoration: none !important;
}
.rv-plat-box a.platinum:hover {
    color: #000;
}
.rv-plat-box a.plat-complete {
    text-decoration: none !important;
}
.rv-plat-box a.plat-complete:hover {
    color: #000;
}
h1{
	font-weight: normal;
}

.red{
	color:#D2252B;
} 

.bg-grey {
	background-color: #F6F5F4;
}

.bg-grey-light {
	background-color: #d1d2d3;
}

.plan-boxes {
	text-align: center;
    padding-top: 20px;
}

.plan-boxes div.bg-grey {
	padding-top: 40px;
	padding-bottom: 110px;
	position: relative;
	margin-bottom: 20px;
	height: 720px;/*650 630*/
}

.compare-link p
{
    margin-top:8px;
}

.small
{
    font-size:0.8em;
}

.smaller
{
    font-size:0.7em;
}

.plan-boxes .good-for-heading { 
	padding-top: 5px;
	font-weight: bold;
}

.plan-boxes .good-for {
	margin-top: 10px;
			}

.plan-boxes h3 {
	color: #D2252B;
            }

.plan-boxes h3 span {
	font-weight: bold;
            }

.plan-boxes .sticker {
	position: absolute;
	top: -10px;
	right: 5px; 
            }

.plan-boxes .btn {
	font-size: 14px;
	width: 60%;
            }

.plan-boxes .compare-link {
	font-size: 14px;
	color: #D2252B;
            }

.plan-boxes .bottom-section {
	position: absolute;
	bottom: 1px;
	width: 100%;
    padding-bottom:10px;
}

.hero img{
	margin: auto; height:auto; 
            }

.bottom-copy{
	padding:10px 0;
	max-width:460px;
	margin:0 auto;
	text-align:left;
    font-size: 16px;
}

.tales-text{
	max-width:400px;
	margin:0 auto;
	font-size:16px;
	line-height:24px;
}

.tales-source{
	font-size:12px;
}

.covers-wrap-out {
    max-width: 300px;
    margin: 0 auto;
}
    
.covers-wrap-in {
    text-align: left;
    padding-left: 15px;
}
    
.platinum-exclusive {
    margin-top:25px;
}
    
.notes p {
    font-size: .9em;
}

#counterPos {
	position: absolute;
	right: 12.5%;
	top: 0;
	width: 26%;
	height: 100%;
}
#counterPos .defaultCountdown { display: table; width: 100%; height: 100%; }
#counterPos .defaultCountdown div {
	/*color:#d6c57c; gold*/
	color:#fff;
	font-family:"Calibri",Arial,sans-serif;
	font-size:1.9vw;
	font-weight:700;
	text-align:center;
	text-shadow:1px 1px 0 #333; 
	text-transform:uppercase;
	display: table-cell;
	vertical-align: middle;
	width: 25%;
	padding-bottom: 3%;
}
#counterPos .defaultCountdown .hourcount, 
#counterPos .defaultCountdown .seccount { padding-left: 3%; }
#counterPos .defaultCountdown .daycount { padding-left: 2%; }

@media screen and (max-width: 767px) {
	.plan-boxes div.bg-grey {
		height: 700px;
	}
	
	.plan-boxes div.short {
		height: 550px;/*500*/
	}		
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.plan-boxes div.bg-grey {
		height: 690px;/*630*/
	}
	
	.plan-boxes div.short {
		height: 560px;/*520*/
	}	
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.plan-boxes div.bg-grey, .plan-boxes div.short {
		height: 770px; /*740*/
	}	
}
        
@media screen and (max-width: 550px) {
	#counterPos .defaultCountdown div { font-size: 10px; }
}

@media screen and (min-width: 992px){
	#counterPos .defaultCountdown div { font-size: 28px; }
}

@media screen and (min-width: 1200px) {
	#counterPos .defaultCountdown div { font-size: 36px; }	
	.container { width: 1190px;}
}
    
.upgrade-text {
	font-weight: bold;
	margin-top: 10px;
	font-size: 1.5em;
	margin-bottom: 25px;
	padding: 0 7px;
}

/********** background **************/
.bg-black {
	background-color:#000;
} 

.bg-red {
	background-color:#C30B24;
} 

.bg-red-sizzle {
	background-color: #d42023;
}

.bg-yellow {
	background-color: rgb(254,206,8);
}

.bg-lightgray {
	background-color: #ddd;
}

.bg-patriot-blue {
	background-color: #004a67;
}

/********** color ******************/
.text-white {
	color:#FFF;
}

.text-gold {
	color:#d6c57c;
}

/********** font ******************/

.text-normal {
    font-weight: normal;
}

.text-bold {
    font-weight: bold;
}

.text-italic {
    font-style: italic;
}

.text-thick {
    font-weight: 700;
}

.text-small {
    font-size: .8em;
}

.text-smaller {
    font-size: .7em;
}

.text-half-em {
    font-size: .5em;
}

/********** padding **********/

.pad-6 {
    padding: 6px;
}

.pad-10 {
    padding: 10px;
}

.pad-12 {
    padding: 12px;
}

.pad-14 {
    padding: 14px;
}

.pad-16 {
    padding: 16px;
}

.pad-20 {
    padding: 20px;
}

.pad-30 {
    padding: 30px;
}

.pad-top-10 {
	padding-top:10px;
}

.pad-top-25 {
	padding-top:25px;
}

.pad-top-35 {
	padding-top:35px;
}

.pad-top-40 {
	padding-top:40px;
}

.pad-left-4 {
	padding-left:4px;
}

.dc-banner a, .dc-banner a:hover {
	text-decoration:none;
	/*color: #d6c57c; gold*/
	color:#fff;
}

.line-height-80 {
	line-height:80%;
}

.carousel-control {
	width: 10% !important;
}

.carousel-indicators {
	bottom: 0!important;
}
/***** bb redesign ******/
/*
    plan cards
*/
.plan-card-container {
    /*display: -ms-grid;*/
    display: grid;
    grid-gap: 16px 16px;
    margin-bottom: 0px;
    margin-top: 20px;
}
.plan-card {
    background-color: #fff;
    padding: 15px;
    margin: 0;
    text-align: center;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    margin-top: 70px;
}
.plan-card-best {
    margin-top: 70px;
}
.plan-card-container .text-large {
    font-size: 1.3em;
}
.card-text, .coverage-text {
    margin: 20px auto;
}
@media (min-width: 1200px){
    .plan-card-container {
        display: -ms-grid;
        -ms-grid-columns: 1fr (30px 1fr)[2];
        grid-template-columns: repeat(3, 1fr);
    }
    .plan-card:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }
    .plan-card:nth-child(2) {
        -ms-grid-column: 3;
        -ms-grid-row: 1;
    }
    .plan-card:nth-child(3) {
        -ms-grid-column: 5;
        -ms-grid-row: 1;
    }
    .plan-card:nth-child(4) {
        -ms-grid-column: 7;
        -ms-grid-row: 1;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .plan-card-container {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-rows: 1fr 30px 1fr;
    }
    .plan-card:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }
    .plan-card:nth-child(2) {
        -ms-grid-column: 3;
        -ms-grid-row: 1;
    }
    .plan-card:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }
    .plan-card:nth-child(4) {
        -ms-grid-column: 3;
        -ms-grid-row: 3;
    }
    .plan-card-container {
        margin-top: 60px;
    }
}
@media (max-width: 619px){
    .plan-card-container {
        -ms-grid-columns: 1fr;
        -ms-grid-rows: 1fr (30px 1fr)[3];
    }
    .plan-card:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }
    .plan-card:nth-child(2) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }
    .plan-card:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 5;
    }
    .plan-card:nth-child(4) {
        -ms-grid-column: 1;
        -ms-grid-row: 7;
    }
}
@media (max-width: 1191px) {
    .plan-card {
        margin-top: 20px;
    }
}
@media (max-width: 991px) {
    .plan-card-container {
        margin-top: 20px;
    }
    .plan-card-best {
        margin-top: 70px;
    }
}
.plan-card a {
    text-decoration: none;
}
.plan-card-top {
    position: relative;
    padding-bottom: 30px;
}
.plan-card-top p:first-of-type {
    margin-top: -18px;
}
.plan-card-best {
    border-left: 3px solid;
    border-right: 3px solid;
    border-bottom: 3px solid;
}
.plan-card-best-value {
    display: block;
    width: calc(100% + 6px);
    position: absolute;
    top: -47px;
    left: -3px;
}
.plan-card-top .price-circle {
    position: absolute;
    top: 0;
    right: 0;
}
.plan-card-top svg {
    margin-top: 50px;
}
.plan-card a.enroll-now-btn {
    display: inline-block;
    padding: 15px 35px;
    background-color: #329117;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 6px;
}
.plan-card a.enroll-now-btn:hover,
.plan-card a.enroll-now-btn:active,
.plan-card a.enroll-now-btn:visited {
    color: #fff;
    text-decoration: none;
}
.plan-card .compare-plans-link {
    text-decoration: none;
}
.plan-card > img {
    position: absolute; 
    top: -5px; 
    left: -5px;
}
.reg-price {
    line-height: 1; 
    margin-bottom: 20px;
}

/*********/
.margin-left-6 {
    margin-left: 6px;
}
.margin-top-40 {
    margin-top: 40px;
}
.pad-bottom-20 {
    padding-bottom: 20px;
}
.text-medium {
    font-size: 110%;
}
.home-section-plans h1 {
    line-height: 1.1;
}
.home-section-plans h2 {
    font-size: 1.5em;
    margin-top: 40px;
    height: 60px;
}
.home-section-plan-circle {
    height: 95px;
    width: 95px;
    background-color: #C30B24;
}
.price-circle {
    align-content: center;
    align-items: center;
    background: url('//images.goodsam.com/goodsamroadside.com/home/ra-price-circle-bg.png');
    border-radius: 50%;
    color: #FFF;
    display: flex;
    flex-direction: column;
    height: 90px;
    justify-content: center;
    position: absolute;
    right: -6px;
    top: -6px;
    width: 90px;
    font-size: 1.2em;
    line-height: 1;
}
.price-circle > div:first-child > div:nth-child(2) {
    font-size: 1.2em;
}
.price-circle .big-price {
    display: flex;
    font-weight: normal;
    letter-spacing: 1px;
}
.price-circle-dollars {
    font-size: 1.3em;
}
.price-circle-symbol {
    line-height: 1.1em;
}
.price-circle-cents {
    line-height: 1.0em;
    font-size: .9em;
}
.card-price {
    font-size: 2.4em;
}
.btn_red {
    font-weight: normal;
    padding: 15px 30px;
    display: inline-block;
}
/*
.slashed-price {
  position: relative;
}
.slashed-price:before {
  border-top: 2px solid;
  border-color: #000;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;

  -webkit-transform:rotate(-10deg);
  -moz-transform:rotate(-10deg);
  -ms-transform:rotate(-10deg);
  -o-transform:rotate(-10deg);
  transform:rotate(-10deg);
}*/
.save-amount {
    font-size: .9em;
    font-weight: 600;
}
.plan-card-list {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    margin-top: 15px;
}
.plan-card-list li {
    margin-bottom: 8px;
}
.plan-card-list img {
    margin-bottom: 8px;
    width: 15px;
}
.border-width-3 {
    border: 3px solid;
}
.border-width-6 {
    border: 6px solid;
}
.border-color-red {
    border-color: #c30b24;
}
.home-slide-ind-list-rv,
.home-slide-ind-list-auto {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
    margin-top: 18px;
}
.home-slide-ind-list-rv li,
.home-slide-ind-list-auto li {
    margin-right: 10px;
    display: inline;
}
.home-slide-ind-rv,
.home-slide-ind-auto {
    border-top: 4px solid #999;
    display: inline-block;
    width: 40px;
}
.home-slide-ind-rv.active-item,
.home-slide-ind-auto.active-item {
    border-top: 4px solid #c30b24;
}
.auto-plans {
    margin-top:45px;
}