  
.isi-partial
{
	div
	{
			background:blue !important;
		a
		{
			line-height:1.5em;
		}
	}
}  
.drawer-text>div
{
	cursor:pointer;
    height:45px; 
	line-height:45px;
	text-align:left;
	padding:1px 35px 0 35px;
	font-size:26px;
	font-weight:500;
	
	div
	{
		span 
		{
			display: inline-block;
			vertical-align: middle;
			line-height: normal;
		}
	}	
}
.drawer-gradient
{
    -ms-background: -webkit-linear-gradient(rgb(181, 181, 181), rgb(223, 223, 223), rgb(181, 181, 181));
    -o-background: -webkit-linear-gradient(rgb(181, 181, 181), rgb(223, 223, 223), rgb(181, 181, 181));
    -moz-background: -webkit-linear-gradient(rgb(181, 181, 181), rgb(223, 223, 223), rgb(181, 181, 181));
    -webkit-background: -webkit-linear-gradient(rgb(181, 181, 181), rgb(223, 223, 223), rgb(181, 181, 181));
    background: -webkit-linear-gradient(rgb(181, 181, 181), rgb(223, 223, 223), rgb(181, 181, 181));
	background-color:#dcdcdc;
	
}


/*#drawer-handle-text
{
    line-height:1em;
}*/
.question-text
{
    margin-top:5px;
    margin-left:-25px;
    font-family:Arial, Helvetica, sans-serif;
    color:#233960;
    font-size:15px;
    font-weight:600;
}
input[type=radio]
{
        float: left;
}
/*.radio-wrapper>div>label
{
    visibility:hidden;
}*/
.jam>label
{
    
    visibility:hidden;
}
.radio-wrapper>label
{
     font-family:Arial, Helvetica, sans-serif;
    color:#233960;
    font-size:15px;
    font-weight:600;
   
    margin-left: 30px;
    display: block;
}

.primary-message .savingscard{
    width:100%;
}

@media (max-width: 479px) 
{
    .primary-message .touchpoints 
    {
        width:100%;
    }
    #drawer-handle-text
    {
        font-size:16px;
        font-weight:600;
        font-stretch:extra-condensed;
    }
}
@media (min-width: 480px) and (max-width: 767px) 
{
}
@media (min-width: 768px) and (max-width: 991px) 
{
}
@media (min-width: 992px) and (max-width: 1199px) 
{
}
@media (min-width: 1200px) 
{
}



