/* Small and up */
@media only screen
  and (min-device-width: 768px){
#label-column {
	display:block;
}
a.vc_btn3-color-white {
    background-color: transparent !important;
    border-width: 0px !important;
    background-image: none !important;
    text-decoration: underline !important;
}
#price-h, #price-elite, #price-prem {
   min-height:75px;
    max-height:75px;
    height:75px;
    overflow: hidden;
}
.coverage {
    text-align: center;
    padding-top:10px;
    font-size: 1.1rem;
}
#price-r .vc_column_container:nth-of-type(2n){
    background-color: #e3e3e3
}
#price-r .vc_column_container {
    padding-top:1rem;
}
#price-r {
    border-top:1px solid #EBEBEB;
    padding:0;
}
#price-r {
   min-height:75px;
    max-height:75px;
    height:75px;
    overflow: hidden;
    color:black;
}
#price-r.last {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom:2rem;
}
#price-elite {
    background-color: #3473A4;
    color:white;
    text-align: center;
    padding-top:1.0rem;
    font-size: 1.8rem;
}
#price-prem {
    background-color: #EEC900;
    color:white;
    text-align: center;
    padding-top:1.0rem;
    font-size: 1.8rem;
}
.fa-times-circle, .fa-check-circle {
    font-size: 2.0rem;
}
.fa-times-circle {
    color:#9D1309;
}
.fa-check-circle {
    color:#397D02;
}
#price-r .vc_column_container:nth-of-type(2n){
    background-color: #e3e3e3
}
}/* Small and up */

/* Mobile Portrait */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 767px){
#label-column {
	display:none;
}
#price-elite {
    background-color: #3473A4;
    color:white;
    text-align: center;
    padding-top:1.0rem;
    font-size: 1.8rem;
}
#price-prem {
    background-color: #EEC900;
    color:white;
    text-align: center;
    padding-top:1.0rem;
    font-size: 1.8rem;
}
#price-r .wpb_column .vc_column_container .vc_col-sm-6 {
	width:45% !important;
	margin:0px !important;
	padding:0px !important;
}
.vc_column-inner {
	width:50% !important;
	float:left !important;
	text-align: center !important;
}
.vc_column-inner .wpb_content_element {
	margin-bottom:0px !important;
}
.vc_col-sm-12 .vc_column-inner {
	width:100% !important;
	float:none !important;
	text-align: center !important;
}
}/* Mobile Portrait */
