/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#field_7_13 {
	clear: both;
	padding-top: 22px;
}
#sfvDatesContainer,
#vcDatesContainer {
  	margin:20px 0 30px 0;
}

#sfvDatesContainer input[type="text"],
 #vcDatesContainer input[type="text"] {
    position: relative; 
}

#sfvDatesContainer input,
 #vcDatesContainer input { 
 	width:300px;
 	float: left;
 	display: block;
 }


#sfvDatesContainer:before,
#vcDatesContainer:before {
    font-family: 'FontAwesome';
    color: #333;
    position: relative;
    left: 0;
    content: "\f274";
    float: left;
    display: block;
    width: 24px;
    top: 2px;
}

.ls-bottom-nav-wrapper {
	display: none!important;
}