div hr{
   /* margin: 0;*/
}

div hr.bottom-margin{
    margin-bottom: 9px;
}

.control-group label,.control-group .form-label{       
    font-family: fontGotham;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 2;
    margin-bottom: 0px;
    font-size: 10.5pt;
}
.control-group textarea{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}


.control-group input, .control-group select{
    width: 100%;
    height: 30px;
    margin-left: 0px;
    margin-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 

div.checkbox-wrapper{
    width: 30px;
	height: 30px;
	background: #dedede;
	display: inline-block;
	border-radius: 100%;
	position: relative;
    float: left;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    
}

div.checkbox-wrapper label{
    display: block;
	width: 20px;
	height: 20px;
	border-radius: 100px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
	background: #bababa;
	background: black\9;    
	-webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
    visibility: hidden\9;
    display: none\9;    
}

div.checkbox-wrapper input{
    visibility: hidden;
    display: none;
    visibility: visible\9;
    display: inline-block\9; 
    border-radius: 0;
    margin-top: 0;  
    border: none;
    outline: none;    
    border-color: transparent;
}

div.checkbox-wrapper input:focus{
    outline:none;
    outline: 0\9;
    color: white !important;
    border: 0;
}

div.checkbox-wrapper input[type=checkbox]:checked + label {
	/*background: #8abf9d;*/
	background: #75aa88;	
}

.control-group label small, .control-group span.form-label small{
    text-transform: none;
}

.button-line-height{   
    line-height: 29px;
}
.checkbox-label-text{
    display: inline-block;
    position: relative;
    float: left;
    line-height: 30px;
    height: 30px;
    margin-left: 12px; 
}
.control-row{
   
}

/* ****** */
.row-fluid.narrow [class*="span"]{
        min-height: 22px;
}
@media (max-width: 768px ){
   
        
    .phone-label{
        display: inline !important;
    }
    .item-row{
        margin-bottom: 10px;
    }
}
.address-row, .card-row{
    margin-bottom: 15px;
    
}
.address-text, .card-text{
    line-height: 30px;
}
.items-label{
    line-height: 13pt;
    margin-top: 7px;
}
.personal-overview-wrapper{
    margin-top: 25px;
}
h3.personal-overview{
    line-height: 30pt !important;
}






