
@media(min-width:650px) {
.v-homepage-search-remove-right-gutter {
	padding-right: 0
}
.v-homepage-input-top-space {
	top: 5px
}
.v-homepage-search-textfield {
	border-top: 0;
	position: relative
}
}
.twitter-typeahead {
	display: block!important
}
.tt-hint {
	top: 5px!important
}
.tt-menu {
	right: 0
}
.tt-dataset-topics {
	background: #fff;
	border: 1px solid #66afe9;
	width: 100%;
	position: relative;
	top: 4px;
	z-index: 1
}
.tt-suggestion.tt-selectable {
	padding: 1.2rem;
	cursor: pointer
}
.tt-suggestion.tt-selectable:hover {
	background-color: #eaeaea
}
.tt-suggestion.tt-selectable.tt-cursor {
	background-color: #f55d25;
	color: #fff
}

@media(max-width:649px) {
.tt-dataset-topics {
	top: -1px
}
}
.v-homepage-tabs {
	border-bottom: 0
}
.v-homepage-tabs>li {
	margin-bottom: 0
}
.v-homepage-tabs>li>a {
	position: relative;
	top: 1px;
	border-radius: inherit;
	border: 1px solid #ccc;
	margin-right: -1px
}
.v-homepage-tabs>li>a:hover {
	border-color: #ccc
}
.v-homepage-tabs>li.active>a, .v-homepage-tabs>li.active>a:hover, .v-homepage-tabs>li.active>a:focus {
	border-radius: inherit;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 0;
	-webkit-box-shadow: 0 -5px 0 #008cc9;
	box-shadow: 0 -5px 0 #008cc9
}
.v-homepage-tab-card {
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1.2rem
}

@media(min-width:992px) and (max-width:1199px) {
.v-homepage-tabs>li>a {
	font-size: .85em
}
}
.v-subnav-container {
	-webkit-box-shadow: 1px 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 1px 1px 0 0 #e6e6e6, 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset;
	box-shadow: 1px 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 1px 1px 0 0 #e6e6e6, 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset;
	margin-bottom: 2px
}

@media screen and (max-width:991px) {
.v-subnav-container .container {
	max-width: 100%
}
}
.v-subnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.v-subnav::before, .v-subnav::after {
	content: normal
}

@media(max-width:991px) {
.v-subnav {
	display: block;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0
}
}
.v-subnav-card {
	-webkit-box-shadow: 1px 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 1px 1px 0 0 #e6e6e6, 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset;
	box-shadow: 1px 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 1px 1px 0 0 #e6e6e6, 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.v-subnav-card:hover {
	background-color: #f9f9f9
}
.v-subnav-card a {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	height: 100%
}
.v-subnav-card .v-subnav-card-contents {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 1.2rem;
	padding-right: 1.2rem
}
.v-subnav-card .v-subnav-card-contents .v-text {
	color: #5e5e5e;
	font-size: 1.25em;
	width: 100%
}

@media screen and (max-width:991px) {
.v-subnav-card .v-subnav-card-contents {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.v-subnav-card .v-subnav-card-contents .v-text.text-center {
	text-align: left;
	font-size: 1em
}
}
.v-subnav-card .v-subnav-card-contents .v-subnav-icon {
	content: '';
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: .8em 1em;
	width: 43px;
	min-width: 43px;
	height: 43px;
	line-height: 43px
}

@media screen and (min-width:992px) and (max-width:1199px) {
.v-subnav-card .v-subnav-card-contents .v-subnav-icon {
	content: '';
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: .8em .3em;
	width: 43px;
	min-width: 43px;
	height: 43px;
	line-height: 43px
}
}

@media screen and (max-width:650px) {
.v-subnav-card .v-subnav-card-contents .v-subnav-icon {
	width: 30px;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 .8em
}
}
.v-btn-warning {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff
}
.v-close-button-format {
	font-size: xx-large;
	color: #fff;
	background: 0 0;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	opacity: .6
}
.v-close-button-format:hover, .v-close-button-format:focus {
	color: inherit;
	background: 0 0;
	text-decoration: none;
	cursor: pointer;
	opacity: .8
}
.alert-warning {
	background-color: #151515
}

@media screen and (min-width:650px) {
.v-format-text {
	margin-top: 0;
	margin-bottom: 0
}
.alert-warning {
	height: 10%
}
.v-bump-content {
	margin-top: 9px
}
.v-bump-svg {
	margin-top: 5px
}
}

@media screen and (max-width:649px) {
.v-format-text {
	text-align: center
}
.v-center-image-xs {
	text-align: center
}
.v-body {
	margin-top: -25px
}
}
.v-homepage-bg-gradient {
	position: relative
}
.v-homepage-bg-gradient * {
	z-index: 2
}
.v-homepage-bg-gradient::after {
	background: 0 0;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(53%, rgba(0,0,0,0.22)), color-stop(83%, rgba(44,44,44,0.35)), color-stop(100%, rgba(19,19,19,0.42)));
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(53%, rgba(0,0,0,0.22)), color-stop(83%, rgba(44,44,44,0.35)), to(rgba(19,19,19,0.42)));
	background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.22) 53%, rgba(44,44,44,0.35) 83%, rgba(19,19,19,0.42) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=0 );
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 1
}
.v-homepage-hero-logo {
	max-width: 400px
}
.js-v-hero.hidden #v-get-advice-hero-bg-image {
	background-image: none
}

@media(min-width:650px) and (max-width:991px) {
.v-homepage-hero-background {
	background-position: center 25%
}
}

@media(max-width:649px) {
.v-homepage-hero-background {
	background-position: 62% 30%
}
.v-homepage-hero-tagline {
	font-size: 1em
}
.v-homepage-hero-tagline span {
	font-weight: 700
}
.v-homepage-topic-outline-button {
	font-size: .7em
}
}
.v-card-stack-layer:nth-child(1) {
	z-index: 3
}
.v-card-stack-layer:nth-child(1) .card {
	position: relative;
	border-color: #26ddfc;
	margin: auto
}
.v-card-stack-layer:nth-child(1) .card::after {
	content: '';
	display: block;
	width: 120%;
	height: 90%;
	position: absolute;
	top: -24.9%;
	left: -10%;
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, rgba(0,0,0,0.15)), color-stop(90%, rgba(0,0,0,0.15)), to(transparent));
	background: linear-gradient(to right, transparent, rgba(0,0,0,0.15) 10%, rgba(0,0,0,0.15) 90%, transparent);
	z-index: -1
}
.v-card-stack-layer:nth-child(2)::after {
	background: 0 0
}

@media(max-width:649px) {
.js-btn-hack {
	clear: both
}
}
.v-homepage-selected {
	font-weight: 700;
	border-bottom: 4px solid #ff7441;
	display: inline
}
.js-v-pivot-button {
	cursor: pointer;
	padding: 0 11px 10px
}

@media(min-width:650px) {
.v-remove-right-gutter {
	padding-right: 0
}
.v-remove-left-gutter {
	padding-left: 0
}
}
.v-lawyer-card-hr-spacing {
	margin: 0 -1.2rem 1rem
}
.v-icon-spacing {
	padding-bottom: 2px
}
ul.slick-dots {
	/*pointer-events: none;
	cursor: default*/
	color:red;
}
.pa-finder-link {
	cursor: pointer
}
