/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}

a:focus {
	outline: thin dotted
}

a:active,
a:hover {
	outline: 0
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

mark {
	background: #ff0;
	color: #000
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}


/*!
 * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.far,
.fal,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -.0667em
}

.fa-xs {
	font-size: .75em
}

.fa-sm {
	font-size: .875em
}

.fa-1x {
	font-size: 1em
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-6x {
	font-size: 6em
}

.fa-7x {
	font-size: 7em
}

.fa-8x {
	font-size: 8em
}

.fa-9x {
	font-size: 9em
}

.fa-10x {
	font-size: 10em
}

.fa-fw {
	text-align: center;
	width: 1.25em
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0
}

.fa-ul>li {
	position: relative
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit
}

.fa-border {
	border: solid 0.08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1)
}

.fa-flip-horizontal.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-500px:before {
	content: "\f26e"
}

.fa-accessible-icon:before {
	content: "\f368"
}

.fa-accusoft:before {
	content: "\f369"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-card:before {
	content: "\f2bb"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-adn:before {
	content: "\f170"
}

.fa-adversal:before {
	content: "\f36a"
}

.fa-affiliatetheme:before {
	content: "\f36b"
}

.fa-algolia:before {
	content: "\f36c"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-amazon-pay:before {
	content: "\f42c"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-amilia:before {
	content: "\f36d"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-android:before {
	content: "\f17b"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angrycreative:before {
	content: "\f36e"
}

.fa-angular:before {
	content: "\f420"
}

.fa-app-store:before {
	content: "\f36f"
}

.fa-app-store-ios:before {
	content: "\f370"
}

.fa-apper:before {
	content: "\f371"
}

.fa-apple:before {
	content: "\f179"
}

.fa-apple-pay:before {
	content: "\f415"
}

.fa-archive:before {
	content: "\f187"
}

.fa-arrow-alt-circle-down:before {
	content: "\f358"
}

.fa-arrow-alt-circle-left:before {
	content: "\f359"
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-arrows-alt-h:before {
	content: "\f337"
}

.fa-arrows-alt-v:before {
	content: "\f338"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-asymmetrik:before {
	content: "\f372"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-audible:before {
	content: "\f373"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-autoprefixer:before {
	content: "\f41c"
}

.fa-avianex:before {
	content: "\f374"
}

.fa-aviato:before {
	content: "\f421"
}

.fa-aws:before {
	content: "\f375"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-band-aid:before {
	content: "\f462"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-baseball-ball:before {
	content: "\f433"
}

.fa-basketball-ball:before {
	content: "\f434"
}

.fa-bath:before {
	content: "\f2cd"
}

.fa-battery-empty:before {
	content: "\f244"
}

.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-bed:before {
	content: "\f236"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bimobject:before {
	content: "\f378"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitcoin:before {
	content: "\f379"
}

.fa-bity:before {
	content: "\f37a"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-blackberry:before {
	content: "\f37b"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-blogger:before {
	content: "\f37c"
}

.fa-blogger-b:before {
	content: "\f37d"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-bold:before {
	content: "\f032"
}

.fa-bolt:before {
	content: "\f0e7"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-bowling-ball:before {
	content: "\f436"
}

.fa-box:before {
	content: "\f466"
}

.fa-boxes:before {
	content: "\f468"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-btc:before {
	content: "\f15a"
}

.fa-bug:before {
	content: "\f188"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-buromobelexperte:before {
	content: "\f37f"
}

.fa-bus:before {
	content: "\f207"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-calendar:before {
	content: "\f133"
}

.fa-calendar-alt:before {
	content: "\f073"
}

.fa-calendar-check:before {
	content: "\f274"
}

.fa-calendar-minus:before {
	content: "\f272"
}

.fa-calendar-plus:before {
	content: "\f271"
}

.fa-calendar-times:before {
	content: "\f273"
}

.fa-camera:before {
	content: "\f030"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-car:before {
	content: "\f1b9"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-caret-square-down:before {
	content: "\f150"
}

.fa-caret-square-left:before {
	content: "\f191"
}

.fa-caret-square-right:before {
	content: "\f152"
}

.fa-caret-square-up:before {
	content: "\f151"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cc-amazon-pay:before {
	content: "\f42d"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-apple-pay:before {
	content: "\f416"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-centercode:before {
	content: "\f380"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-chart-area:before {
	content: "\f1fe"
}

.fa-chart-bar:before {
	content: "\f080"
}

.fa-chart-line:before {
	content: "\f201"
}

.fa-chart-pie:before {
	content: "\f200"
}

.fa-check:before {
	content: "\f00c"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-chess:before {
	content: "\f439"
}

.fa-chess-bishop:before {
	content: "\f43a"
}

.fa-chess-board:before {
	content: "\f43c"
}

.fa-chess-king:before {
	content: "\f43f"
}

.fa-chess-knight:before {
	content: "\f441"
}

.fa-chess-pawn:before {
	content: "\f443"
}

.fa-chess-queen:before {
	content: "\f445"
}

.fa-chess-rook:before {
	content: "\f447"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-circle:before {
	content: "\f111"
}

.fa-circle-notch:before {
	content: "\f1ce"
}

.fa-clipboard:before {
	content: "\f328"
}

.fa-clipboard-check:before {
	content: "\f46c"
}

.fa-clipboard-list:before {
	content: "\f46d"
}

.fa-clock:before {
	content: "\f017"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-closed-captioning:before {
	content: "\f20a"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-cloud-download-alt:before {
	content: "\f381"
}

.fa-cloud-upload-alt:before {
	content: "\f382"
}

.fa-cloudscale:before {
	content: "\f383"
}

.fa-cloudsmith:before {
	content: "\f384"
}

.fa-cloudversify:before {
	content: "\f385"
}

.fa-code:before {
	content: "\f121"
}

.fa-code-branch:before {
	content: "\f126"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cog:before {
	content: "\f013"
}

.fa-cogs:before {
	content: "\f085"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-comment:before {
	content: "\f075"
}

.fa-comment-alt:before {
	content: "\f27a"
}

.fa-comments:before {
	content: "\f086"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-compress:before {
	content: "\f066"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-copy:before {
	content: "\f0c5"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-cpanel:before {
	content: "\f388"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-crop:before {
	content: "\f125"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-css3-alt:before {
	content: "\f38b"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-cut:before {
	content: "\f0c4"
}

.fa-cuttlefish:before {
	content: "\f38c"
}

.fa-d-and-d:before {
	content: "\f38d"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-deaf:before {
	content: "\f2a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-deploydog:before {
	content: "\f38e"
}

.fa-deskpro:before {
	content: "\f38f"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-digital-ocean:before {
	content: "\f391"
}

.fa-discord:before {
	content: "\f392"
}

.fa-discourse:before {
	content: "\f393"
}

.fa-dna:before {
	content: "\f471"
}

.fa-dochub:before {
	content: "\f394"
}

.fa-docker:before {
	content: "\f395"
}

.fa-dollar-sign:before {
	content: "\f155"
}

.fa-dolly:before {
	content: "\f472"
}

.fa-dolly-flatbed:before {
	content: "\f474"
}

.fa-dot-circle:before {
	content: "\f192"
}

.fa-download:before {
	content: "\f019"
}

.fa-draft2digital:before {
	content: "\f396"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-dribbble-square:before {
	content: "\f397"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-dyalog:before {
	content: "\f399"
}

.fa-earlybirds:before {
	content: "\f39a"
}

.fa-edge:before {
	content: "\f282"
}

.fa-edit:before {
	content: "\f044"
}

.fa-eject:before {
	content: "\f052"
}

.fa-elementor:before {
	content: "\f430"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-ember:before {
	content: "\f423"
}

.fa-empire:before {
	content: "\f1d1"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-envira:before {
	content: "\f299"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-erlang:before {
	content: "\f39d"
}

.fa-ethereum:before {
	content: "\f42e"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-euro-sign:before {
	content: "\f153"
}

.fa-exchange-alt:before {
	content: "\f362"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-expand:before {
	content: "\f065"
}

.fa-expand-arrows-alt:before {
	content: "\f31e"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-external-link-alt:before {
	content: "\f35d"
}

.fa-external-link-square-alt:before {
	content: "\f360"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-dropper:before {
	content: "\f1fb"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-facebook-messenger:before {
	content: "\f39f"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-female:before {
	content: "\f182"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-alt:before {
	content: "\f15c"
}

.fa-file-archive:before {
	content: "\f1c6"
}

.fa-file-audio:before {
	content: "\f1c7"
}

.fa-file-code:before {
	content: "\f1c9"
}

.fa-file-excel:before {
	content: "\f1c3"
}

.fa-file-image:before {
	content: "\f1c5"
}

.fa-file-pdf:before {
	content: "\f1c1"
}

.fa-file-powerpoint:before {
	content: "\f1c4"
}

.fa-file-video:before {
	content: "\f1c8"
}

.fa-file-word:before {
	content: "\f1c2"
}

.fa-film:before {
	content: "\f008"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-first-aid:before {
	content: "\f479"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-firstdraft:before {
	content: "\f3a1"
}

.fa-flag:before {
	content: "\f024"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-flipboard:before {
	content: "\f44d"
}

.fa-fly:before {
	content: "\f417"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-font:before {
	content: "\f031"
}

.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-font-awesome-alt:before {
	content: "\f35c"
}

.fa-font-awesome-flag:before {
	content: "\f425"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-fonticons-fi:before {
	content: "\f3a2"
}

.fa-football-ball:before {
	content: "\f44e"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-fort-awesome-alt:before {
	content: "\f3a3"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-freebsd:before {
	content: "\f3a4"
}

.fa-frown:before {
	content: "\f119"
}

.fa-futbol:before {
	content: "\f1e3"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-gavel:before {
	content: "\f0e3"
}

.fa-gem:before {
	content: "\f3a5"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-github:before {
	content: "\f09b"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-gitkraken:before {
	content: "\f3a6"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-gitter:before {
	content: "\f426"
}

.fa-glass-martini:before {
	content: "\f000"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-gofore:before {
	content: "\f3a7"
}

.fa-golf-ball:before {
	content: "\f450"
}

.fa-goodreads:before {
	content: "\f3a8"
}

.fa-goodreads-g:before {
	content: "\f3a9"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-google-drive:before {
	content: "\f3aa"
}

.fa-google-play:before {
	content: "\f3ab"
}

.fa-google-plus:before {
	content: "\f2b3"
}

.fa-google-plus-g:before {
	content: "\f0d5"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-gratipay:before {
	content: "\f184"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-gripfire:before {
	content: "\f3ac"
}

.fa-grunt:before {
	content: "\f3ad"
}

.fa-gulp:before {
	content: "\f3ae"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-hacker-news-square:before {
	content: "\f3af"
}

.fa-hand-lizard:before {
	content: "\f258"
}

.fa-hand-paper:before {
	content: "\f256"
}

.fa-hand-peace:before {
	content: "\f25b"
}

.fa-hand-point-down:before {
	content: "\f0a7"
}

.fa-hand-point-left:before {
	content: "\f0a5"
}

.fa-hand-point-right:before {
	content: "\f0a4"
}

.fa-hand-point-up:before {
	content: "\f0a6"
}

.fa-hand-pointer:before {
	content: "\f25a"
}

.fa-hand-rock:before {
	content: "\f255"
}

.fa-hand-scissors:before {
	content: "\f257"
}

.fa-hand-spock:before {
	content: "\f259"
}

.fa-handshake:before {
	content: "\f2b5"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-hdd:before {
	content: "\f0a0"
}

.fa-heading:before {
	content: "\f1dc"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-heart:before {
	content: "\f004"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-hips:before {
	content: "\f452"
}

.fa-hire-a-helper:before {
	content: "\f3b0"
}

.fa-history:before {
	content: "\f1da"
}

.fa-hockey-puck:before {
	content: "\f453"
}

.fa-home:before {
	content: "\f015"
}

.fa-hooli:before {
	content: "\f427"
}

.fa-hospital:before {
	content: "\f0f8"
}

.fa-hospital-symbol:before {
	content: "\f47e"
}

.fa-hotjar:before {
	content: "\f3b1"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-start:before {
	content: "\f251"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-hubspot:before {
	content: "\f3b2"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-id-card:before {
	content: "\f2c2"
}

.fa-image:before {
	content: "\f03e"
}

.fa-images:before {
	content: "\f302"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-industry:before {
	content: "\f275"
}

.fa-info:before {
	content: "\f129"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-italic:before {
	content: "\f033"
}

.fa-itunes:before {
	content: "\f3b4"
}

.fa-itunes-note:before {
	content: "\f3b5"
}

.fa-jenkins:before {
	content: "\f3b6"
}

.fa-joget:before {
	content: "\f3b7"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-js:before {
	content: "\f3b8"
}

.fa-js-square:before {
	content: "\f3b9"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-key:before {
	content: "\f084"
}

.fa-keyboard:before {
	content: "\f11c"
}

.fa-keycdn:before {
	content: "\f3ba"
}

.fa-kickstarter:before {
	content: "\f3bb"
}

.fa-kickstarter-k:before {
	content: "\f3bc"
}

.fa-korvue:before {
	content: "\f42f"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-laravel:before {
	content: "\f3bd"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-lemon:before {
	content: "\f094"
}

.fa-less:before {
	content: "\f41d"
}

.fa-level-down-alt:before {
	content: "\f3be"
}

.fa-level-up-alt:before {
	content: "\f3bf"
}

.fa-life-ring:before {
	content: "\f1cd"
}

.fa-lightbulb:before {
	content: "\f0eb"
}

.fa-line:before {
	content: "\f3c0"
}

.fa-link:before {
	content: "\f0c1"
}

.fa-linkedin:before {
	content: "\f08c"
}

.fa-linkedin-in:before {
	content: "\f0e1"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-lira-sign:before {
	content: "\f195"
}

.fa-list:before {
	content: "\f03a"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-lock:before {
	content: "\f023"
}

.fa-lock-open:before {
	content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
	content: "\f309"
}

.fa-long-arrow-alt-left:before {
	content: "\f30a"
}

.fa-long-arrow-alt-right:before {
	content: "\f30b"
}

.fa-long-arrow-alt-up:before {
	content: "\f30c"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-lyft:before {
	content: "\f3c3"
}

.fa-magento:before {
	content: "\f3c4"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-male:before {
	content: "\f183"
}

.fa-map:before {
	content: "\f279"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-map-marker-alt:before {
	content: "\f3c5"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-medapps:before {
	content: "\f3c6"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-medium-m:before {
	content: "\f3c7"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-medrt:before {
	content: "\f3c8"
}

.fa-meetup:before {
	content: "\f2e0"
}

.fa-meh:before {
	content: "\f11a"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-microsoft:before {
	content: "\f3ca"
}

.fa-minus:before {
	content: "\f068"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-mix:before {
	content: "\f3cb"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-mizuni:before {
	content: "\f3cc"
}

.fa-mobile:before {
	content: "\f10b"
}

.fa-mobile-alt:before {
	content: "\f3cd"
}

.fa-modx:before {
	content: "\f285"
}

.fa-monero:before {
	content: "\f3d0"
}

.fa-money-bill-alt:before {
	content: "\f3d1"
}

.fa-moon:before {
	content: "\f186"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-music:before {
	content: "\f001"
}

.fa-napster:before {
	content: "\f3d2"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-newspaper:before {
	content: "\f1ea"
}

.fa-nintendo-switch:before {
	content: "\f418"
}

.fa-node:before {
	content: "\f419"
}

.fa-node-js:before {
	content: "\f3d3"
}

.fa-npm:before {
	content: "\f3d4"
}

.fa-ns8:before {
	content: "\f3d5"
}

.fa-nutritionix:before {
	content: "\f3d6"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-osi:before {
	content: "\f41a"
}

.fa-outdent:before {
	content: "\f03b"
}

.fa-page4:before {
	content: "\f3d7"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-palfed:before {
	content: "\f3d8"
}

.fa-pallet:before {
	content: "\f482"
}

.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-paste:before {
	content: "\f0ea"
}

.fa-patreon:before {
	content: "\f3d9"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-pen-square:before {
	content: "\f14b"
}

.fa-pencil-alt:before {
	content: "\f303"
}

.fa-percent:before {
	content: "\f295"
}

.fa-periscope:before {
	content: "\f3da"
}

.fa-phabricator:before {
	content: "\f3db"
}

.fa-phoenix-framework:before {
	content: "\f3dc"
}

.fa-phone:before {
	content: "\f095"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-phone-volume:before {
	content: "\f2a0"
}

.fa-php:before {
	content: "\f457"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pills:before {
	content: "\f484"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-plane:before {
	content: "\f072"
}

.fa-play:before {
	content: "\f04b"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-playstation:before {
	content: "\f3df"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-plus:before {
	content: "\f067"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-pound-sign:before {
	content: "\f154"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-print:before {
	content: "\f02f"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-pushed:before {
	content: "\f3e1"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-python:before {
	content: "\f3e2"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-question:before {
	content: "\f128"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-quidditch:before {
	content: "\f458"
}

.fa-quinscape:before {
	content: "\f459"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-random:before {
	content: "\f074"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-react:before {
	content: "\f41b"
}

.fa-rebel:before {
	content: "\f1d0"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-red-river:before {
	content: "\f3e3"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-redo:before {
	content: "\f01e"
}

.fa-redo-alt:before {
	content: "\f2f9"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-rendact:before {
	content: "\f3e4"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-reply:before {
	content: "\f3e5"
}

.fa-reply-all:before {
	content: "\f122"
}

.fa-replyd:before {
	content: "\f3e6"
}

.fa-resolving:before {
	content: "\f3e7"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-road:before {
	content: "\f018"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-rocketchat:before {
	content: "\f3e8"
}

.fa-rockrms:before {
	content: "\f3e9"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-ruble-sign:before {
	content: "\f158"
}

.fa-rupee-sign:before {
	content: "\f156"
}

.fa-safari:before {
	content: "\f267"
}

.fa-sass:before {
	content: "\f41e"
}

.fa-save:before {
	content: "\f0c7"
}

.fa-schlix:before {
	content: "\f3ea"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-search:before {
	content: "\f002"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-searchengin:before {
	content: "\f3eb"
}

.fa-sellcast:before {
	content: "\f2da"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-server:before {
	content: "\f233"
}

.fa-servicestack:before {
	content: "\f3ec"
}

.fa-share:before {
	content: "\f064"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-shekel-sign:before {
	content: "\f20b"
}

.fa-shield-alt:before {
	content: "\f3ed"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-shipping-fast:before {
	content: "\f48b"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-sign-in-alt:before {
	content: "\f2f6"
}

.fa-sign-language:before {
	content: "\f2a7"
}

.fa-sign-out-alt:before {
	content: "\f2f5"
}

.fa-signal:before {
	content: "\f012"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-sistrix:before {
	content: "\f3ee"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-slack:before {
	content: "\f198"
}

.fa-slack-hash:before {
	content: "\f3ef"
}

.fa-sliders-h:before {
	content: "\f1de"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-smile:before {
	content: "\f118"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-snowflake:before {
	content: "\f2dc"
}

.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-alpha-down:before {
	content: "\f15d"
}

.fa-sort-alpha-up:before {
	content: "\f15e"
}

.fa-sort-amount-down:before {
	content: "\f160"
}

.fa-sort-amount-up:before {
	content: "\f161"
}

.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-numeric-down:before {
	content: "\f162"
}

.fa-sort-numeric-up:before {
	content: "\f163"
}

.fa-sort-up:before {
	content: "\f0de"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-speakap:before {
	content: "\f3f3"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-square-full:before {
	content: "\f45c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-staylinked:before {
	content: "\f3f5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-steam-symbol:before {
	content: "\f3f6"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-sticker-mule:before {
	content: "\f3f7"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stopwatch:before {
	content: "\f2f2"
}

.fa-strava:before {
	content: "\f428"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-stripe:before {
	content: "\f429"
}

.fa-stripe-s:before {
	content: "\f42a"
}

.fa-studiovinari:before {
	content: "\f3f8"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-subway:before {
	content: "\f239"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-sun:before {
	content: "\f185"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-supple:before {
	content: "\f3f9"
}

.fa-sync:before {
	content: "\f021"
}

.fa-sync-alt:before {
	content: "\f2f1"
}

.fa-syringe:before {
	content: "\f48e"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-table-tennis:before {
	content: "\f45d"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-tablet-alt:before {
	content: "\f3fa"
}

.fa-tachometer-alt:before {
	content: "\f3fd"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-taxi:before {
	content: "\f1ba"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-telegram-plane:before {
	content: "\f3fe"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-thermometer:before {
	content: "\f491"
}

.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbtack:before {
	content: "\f08d"
}

.fa-ticket-alt:before {
	content: "\f3ff"
}

.fa-times:before {
	content: "\f00d"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-tint:before {
	content: "\f043"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-train:before {
	content: "\f238"
}

.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-trash-alt:before {
	content: "\f2ed"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-trello:before {
	content: "\f181"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-tv:before {
	content: "\f26c"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-typo3:before {
	content: "\f42b"
}

.fa-uber:before {
	content: "\f402"
}

.fa-uikit:before {
	content: "\f403"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-undo:before {
	content: "\f0e2"
}

.fa-undo-alt:before {
	content: "\f2ea"
}

.fa-uniregistry:before {
	content: "\f404"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-university:before {
	content: "\f19c"
}

.fa-unlink:before {
	content: "\f127"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-untappd:before {
	content: "\f405"
}

.fa-upload:before {
	content: "\f093"
}

.fa-usb:before {
	content: "\f287"
}

.fa-user:before {
	content: "\f007"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-users:before {
	content: "\f0c0"
}

.fa-ussunnah:before {
	content: "\f407"
}

.fa-utensil-spoon:before {
	content: "\f2e5"
}

.fa-utensils:before {
	content: "\f2e7"
}

.fa-vaadin:before {
	content: "\f408"
}

.fa-venus:before {
	content: "\f221"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-viber:before {
	content: "\f409"
}

.fa-video:before {
	content: "\f03d"
}

.fa-vimeo:before {
	content: "\f40a"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-vimeo-v:before {
	content: "\f27d"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-vk:before {
	content: "\f189"
}

.fa-vnv:before {
	content: "\f40b"
}

.fa-volleyball-ball:before {
	content: "\f45f"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-vuejs:before {
	content: "\f41f"
}

.fa-warehouse:before {
	content: "\f494"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-weight:before {
	content: "\f496"
}

.fa-weixin:before {
	content: "\f1d7"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-whatsapp-square:before {
	content: "\f40c"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-whmcs:before {
	content: "\f40d"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-window-close:before {
	content: "\f410"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-won-sign:before {
	content: "\f159"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-wordpress-simple:before {
	content: "\f411"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-xbox:before {
	content: "\f412"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-y-combinator:before {
	content: "\f23b"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-yandex:before {
	content: "\f413"
}

.fa-yandex-international:before {
	content: "\f414"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-yen-sign:before {
	content: "\f157"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-youtube-square:before {
	content: "\f431"
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: normal;
	src: url("../webfonts/fa-brands-400.eot");
	src: url("../webfonts/fa-brands-400d41d.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg")
}

.fab {
	font-family: 'Font Awesome 5 Brands'
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	src: url("../webfonts/fa-regular-400.eot");
	src: url("../webfonts/fa-regular-400d41d.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg")
}

.far {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	src: url("../webfonts/fa-solid-900.eot");
	src: url("../webfonts/fa-solid-900d41d.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg")
}

.fa,
.fas {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900
}

.fl-drop-left ul li ul {
	left: auto !important;
	right: 100% !important
}

.fl-drop-left ul li ul li ul {
	right: auto !important
}

.fl-drop-right ul li ul {
	right: auto !important;
	left: 100% !important
}

.fl-drop-right ul li ul li ul {
	left: auto !important
}

.fl-show {
	display: block !important
}

.fl-accordion-horizontal .fl-show {
	display: inline-block !important
}

#eNewsletter h3,
#eNewsletterArticles h3 {
	font-size: 1.2em;
	padding-bottom: 1.2em
}

#eNewsletter h4,
#eNewsletterArticles h4 {
	font-size: 1.1em;
	padding-bottom: .3em
}

#eNewsletter h5,
#eNewsletterArticles h5 {
	font-size: 1em;
	padding-bottom: .3em
}

#eNewsletterArchives .eNewsletterArchivesTopic {
	display: none
}

.faqContainerQuestions {
	float: right;
	width: 200px;
	margin: 0 0 0 10px;
	border: 1px #000 solid;
	padding: 1.2em 1.2em 0 1.2em
}

ul.faqQuestions {
	margin: 0;
	padding: 0 0 1.2em 0;
	list-style: none;
	overflow: visible
}

ul.faqQuestions li {
	display: block;
	padding: 0 0 1.2em 0
}

#faq h3,
#faqQuestions h3,
#faqArticles h3 {
	font-size: 1.2em;
	padding-bottom: 1.2em
}

#faq h4,
#faqQuestions h4,
#faqArticles h4 {
	font-size: 1.1em;
	padding-bottom: .3em
}

#faq h5,
#faqQuestions h5,
#faqArticles h5 {
	font-size: 1em;
	padding-bottom: .3em
}

#faqQuestions h3.fl_pafaq_title {
	display: none
}

#faqArchives .faqArchivesTopic {
	display: none
}

#dynamicProductsCaseSummaries .dynamicProductsCaseSummariesTopic {
	display: none
}

#dynamicProductsNews .dynamicProductsNewsTopic {
	display: none
}

ul.dynamicProductsNewsList {
	margin: 0;
	padding: 0 0 1.2em 0;
	list-style: none;
	overflow: visible
}

ul.dynamicProductsNewsList li {
	display: block
}

.newsCaseSummariesNews h2.newsCaseSummariesNewsTitle {
	display: none
}

.newsCaseSummariesCaseSummaries {
	padding-top: 15px;
	border-top: 1px #000 solid
}

.newsResourcePackColumnNewsArticles {
	float: left;
	width: 49%;
	padding: 0 1% 1.2em 0
}

.newsResourcePackArticles {
	padding-top: 15px;
	border-top: 1px #000 solid
}

.newsResourcePackColumnCaseSummariesFAQ {
	float: left;
	width: 49%;
	padding: 0 0 1.2em 1%
}

.newsResourcePackFAQ {
	padding: 15px;
	border: 1px #000 solid
}

#newsResourcePackQuestions h3.fl_pafaq_title {
	display: none
}

#newsResourcePackQuestions h3 {
	font-size: 1.2em;
	padding-bottom: 1.2em
}

#newsResourcePackQuestions h4 {
	font-size: 1.1em;
	padding-bottom: .3em
}

#newsResourcePackQuestions h5 {
	font-size: 1em;
	padding-bottom: .3em
}

#newsResourcePack .newsResourcePackNewsTopic {
	display: none
}

#newsResourcePack .newsResourcePackArticlesTopic {
	display: none
}

#newsResourcePack .newsResourcePackCaseSummariesTopic {
	display: none
}

#newsResourcePack .newsResourcePackFAQTopic {
	display: none
}

#newsResourcePackQuestions .newsResourcePackQuestionsTopic {
	display: none
}

#newsResourcePackArticles .newsResourcePackArticlesTopic {
	display: none
}

#newsResourcePackArticleArchives .newsResourcePackArticleArchivesTopic {
	display: none
}

.intakeFormError {
	color: #ff0000;
	font-weight: bold
}

#containerIntakeFormI,
#containerIntakeFormI * {
	margin: 0;
	padding: 0
}

#containerIntakeFormI p.intakeFormINote {
	padding: 0
}

#intakeFormI fieldset {
	border: none;
	border-top: 1px solid #000;
	padding: 1em 0 0 1.2em;
	margin: 1em 0 0
}

#intakeFormI fieldset legend {
	font-weight: bold
}

#ie #intakeFormI fieldset legend {
	margin: 0 0 0 -.6em
}

#intakeFormI fieldset label {
	cursor: pointer
}

#intakeFormI fieldset .formHide {
	display: none
}

#intakeFormI fieldset #formError {
	display: block;
	cursor: default;
	color: #f00;
	clear: both
}

#intakeFormI fieldset #formError strong {
	font-weight: normal
}

#intakeFormI fieldset label.formDescribeIssue {
	float: left;
	margin: .2em 0
}

#intakeFormI fieldset div.formCheck label {
	margin: 0 3em 0 0
}

#intakeFormI fieldset div.formCheck label[for="intakeFormIDisclaimerCheck"] {
	margin: 0
}

#intakeFormI fieldset input,
#intakeFormI fieldset select {
	display: block;
	width: 20.5em;
	margin: .2em 0 .5em 0;
	padding: 2px
}

#intakeFormI fieldset input.intakeFormHiddenInput {
	padding: 0
}

#intakeFormI fieldset div.formHighlight * {
	border: 1px solid #aaa
}

#intakeFormI fieldset div.formHighlight *:hover,
#intakeFormI fieldset div.formHighlight *:focus {
	background: #ffc
}

#intakeFormI fieldset select {
	width: 21em
}

#intakeFormI fieldset label input {
	display: inline;
	width: 2em;
	margin: 0
}

#intakeFormI fieldset textarea {
	clear: left;
	display: block;
	width: 25em;
	height: 10em;
	padding: 2px;
	margin: .2em 0 0 0
}

#intakeFormI fieldset p {
	margin: .5em 0
}

#intakeFormI fieldset div.formCheck {
	margin: .5em 0
}

#intakeFormI fieldset .formCheck input {
	background: none
}

#intakeFormI img.formDisclaimer {
	float: left;
	margin: 0 1em 0 0
}

#intakeFormISubmit {
	width: 12.5em;
	height: 2.5em;
	margin: .5em 0
}

#containerIntakeFormShort,
#containerIntakeFormShort *,
#containerIntakeFormShortAutofill,
#containerIntakeFormShortAutofill * {
	margin: 0;
	padding: 0
}

#intakeFormShort fieldset,
#intakeFormShortAutofill fieldset {
	border: none
}

#intakeFormShort fieldset legend span,
#intakeFormShort fieldset label span,
#intakeFormShortAutofill fieldset legend span,
#intakeFormShortAutofill fieldset label span,
#intakeFormShortAutofill fieldset label.formLabelHide {
	position: absolute;
	left: -9000em
}

#intakeFormShort fieldset label,
#intakeFormShortAutofill fieldset label {
	cursor: pointer
}

#intakeFormShort fieldset .formHide,
#intakeFormShortAutofill fieldset label.formHide {
	display: none
}

#intakeFormShort fieldset #formError strong,
#intakeFormShortAutofill fieldset #formError strong {
	font-weight: normal
}

#intakeFormShort fieldset input.intakeFormHiddenInput,
#intakeFormShortAutofill fieldset input.intakeFormHiddenInput {
	padding: 0
}

#intakeFormShort fieldset textarea,
#intakeFormShortAutofill fieldset textarea {
	height: 80px
}

#intakeFormShort fieldset .formCheck,
#intakeFormShortAutofill fieldset .formCheck {
	display: block;
	line-height: 1.5em
}

#intakeFormShort fieldset label input,
#intakeFormShortAutofill fieldset label input {
	display: inline;
	width: 20px;
	margin: 0 0 0 -3px;
	padding: 0
}

#intakeFormShort fieldset input.checkbox,
#intakeFormShortAutofill fieldset input.checkbox {
	background: none
}

#intakeFormShortDisclaimer {
	display: none;
	width: 200px;
	font-size: 12px;
	position: relative
}

#intakeFormShortDisclaimer div {
	border: 2px solid #333;
	background: #fff;
	color: #000;
	padding: 5px;
	position: absolute;
	top: 0;
	left: 0
}

#intakeFormShortDisclaimer p {
	clear: both;
	overflow: auto;
	padding: 10px 15px .8em;
	font-family: Verdana, Geneva, sans-serif
}

#intakeFormShortDisclaimer a {
	display: block;
	margin: 0 15px 0 0;
	color: #00f;
	font-weight: bold;
	text-decoration: none
}

#containerIntakeFormShort,
#containerIntakeFormShortAutofill {
	font-size: .91em;
	font-family: Verdana, Geneva, sans-serif
}

#containerIntakeFormShort p,
#containerIntakeFormShortAutofill p {
	padding: 0 0 .5em 0
}

#intakeFormShort fieldset #formError,
#intakeFormShortAutofill fieldset #formError {
	display: block;
	cursor: default;
	color: #f00
}

#intakeFormShortAutofill fieldset #formError {
	padding: 0 0 2px 0
}

#intakeFormShort fieldset input,
#intakeFormShort fieldset textarea,
#intakeFormShortAutofill fieldset input,
#intakeFormShortAutofill fieldset textarea {
	display: block;
	width: 150px;
	font-family: Verdana, Geneva, sans-serif;
	margin: .2em 0 .5em 0;
	padding: 3px
}

#intakeFormShort fieldset div.formHighlight *,
#intakeFormShortAutofill fieldset div.formHighlight * {
	border: 1px solid #aaa
}

#intakeFormShort fieldset div.formHighlight *:hover,
#intakeFormShort fieldset div.formHighlight *:focus,
#intakeFormShortAutofill fieldset div.formHighlight *:hover,
#intakeFormShortAutofill fieldset div.formHighlight *:focus {
	background: #ffc
}

#intakeFormShortSubmit,
#intakeFormShortAutofillSubmit {
	width: auto;
	height: auto;
	margin: .5em 0
}

#containerSearchFormDesign,
#searchFormDesign {
	margin: 0;
	padding: 0
}

#searchFormDesign #searchFormDesignSearchTerms {
	margin: 0;
	padding: 0;
	width: 150px;
	border: 1px solid #ccc
}

#searchFormDesign #searchFormDesignSearchTerms:focus,
#searchFormDesign #searchFormDesignSearchTerms:hover {
	border-color: #000
}

#searchFormDesign #searchFormDesignSubmit {
	width: auto;
	height: auto;
	display: inline;
	vertical-align: top
}

#searchFormDesign label {
	cursor: pointer
}

#searchFormDesign .formLabelHide {
	position: absolute;
	left: -5000px
}

.map-module {
	margin: 10px 0
}

@media (min-width: only) and (max-width: 600px) {
	.content input[type="text"],
	.content textarea,
	.content fieldset select {
		width: 90% !important
	}
	#intakeFormI input[type="text"],
	#intakeFormI textarea,
	#intakeFormI fieldset select,
	#emailObfuscation input[type="text"],
	#emailObfuscation fieldset textarea,
	#emailObfuscation fieldset select {
		width: 90% !important
	}
}

#practicePageSide {
	float: right;
	width: 182px;
	margin: 0 0 0 15px
}

#practicePageFormShort {
	border: solid 1px #000000;
	padding: 10px 15px;
	width: 152px;
	margin: 0 0 15px 0
}

#practicePageFormShort form {
	margin: 0
}

#practicePageFormShort p {
	padding: 0;
	margin: 0
}

#practicePageFormShort br {
	line-height: 0
}

#practicePageFormShort a {
	margin: 10px 0 0 0;
	display: block
}

#practicePageFormShort .practicePageFormShortHeader {
	font-weight: bold
}

#practicePageFormShort .practicePageFormShortHeaderLine2 {
	margin: 0 0 10px 0
}

#practicePageFormShort input {
	margin-bottom: 5px
}

#practicePageFormShort .practicePageFormSubmit {
	width: 73px
}

#practicePageCallToAction {
	border: solid 1px #000000;
	background-color: #cccccc;
	color: #333333;
	padding: 10px;
	margin: 0 0 15px 0
}

#ie6 #practicePageCallToAction {
	width: 164px
}

#practicePageCallToAction p {
	margin: 0;
	padding: 10px
}

#practicePageSidebar2 {
	padding: 10px;
	border: solid 1px #000000;
	background-color: #eeeeee;
	color: #333333;
	margin: 0 0 15px 0
}

#ie6 #practicePageSidebar2 {
	width: 165px
}

#practicePageFAQAbstract {
	border: solid 1px #000000;
	padding: 10px 15px
}

#ie6 #practicePageFAQAbstract {
	width: 155px
}

#practicePageLinksAbstract {
	border: solid 1px #000000;
	padding: 10px 15px
}

#practicePageSidebar1 {
	padding: 10px;
	border: solid 1px #000000;
	background-color: #eeeeee;
	color: #333333;
	margin: 15px 197px 15px 0
}

#ie #practicePageSidebar1 {
	display: inline-block
}

.practicePageError {
	color: #ff0000;
	font-weight: bold
}

#practiceCenterSide {
	float: right;
	width: 182px;
	margin: 0 0 0 15px
}

#practiceCenterFormShort {
	border: solid 1px #000000;
	padding: 10px 15px;
	margin: 0 0 15px 0
}

#practiceCenterFormShort form {
	margin: 0
}

#practiceCenterFormShort p {
	padding: 0;
	margin: 0
}

#practiceCenterFormShort br {
	line-height: 0
}

#practiceCenterFormShort a {
	margin: 10px 0 0 0;
	display: block
}

#practiceCenterFormShort .practiceCenterFormShortHeader {
	font-weight: bold
}

#practiceCenterFormShort .practiceCenterFormShortHeaderLine2 {
	margin: 0 0 10px 0
}

#practiceCenterFormShort input {
	margin-bottom: 5px
}

#practiceCenterFormShort .practiceCenterFormSubmit {
	width: 73px
}

#practiceCenterCallToAction {
	border: solid 1px #000000;
	background-color: #cccccc;
	color: #333333;
	padding: 10px;
	margin: 0 197px 15px 0
}

#ie6 #practiceCenterCallToAction {
	margin-right: 202px
}

#practiceCenterCallToAction p {
	margin: 0;
	padding: 10px
}

#practiceCenterSidebar2 {
	padding: 10px;
	border: solid 1px #000000;
	background-color: #eeeeee;
	color: #333333;
	margin: 0 0 15px 0
}

#ie6 #practiceCenterSidebar2 {
	width: 165px
}

#practiceCenterResourceLinksAbstract hr {
	height: 1px;
	border: none;
	border-top: 1px solid #000000;
	margin: 0 0 10px 0
}

#practiceCenterSidebar1 {
	padding: 10px;
	border: solid 1px #000000;
	background-color: #eeeeee;
	color: #333333;
	margin: 15px 197px 15px 0
}

#ie #practiceCenterSidebar1 {
	display: inline-block
}

#practiceCenterFAQAbstract {
	border: solid 1px #000000;
	padding: 10px 15px
}

#ie6 #practiceCenterFAQAbstract {
	width: 155px
}

ul.practiceCenterNewsList {
	margin: 0;
	padding: 0 0 1.2em 0;
	list-style: none;
	overflow: visible
}

ul.practiceCenterNewsList li {
	display: block
}

#practiceCenterFamilyLawCalculator {
	background-color: #eeeeee;
	border: solid 1px #000000;
	padding: 10px 15px;
	width: 150px;
	margin: 0 0 15px 0
}

#practiceCenterFamilyLawCalculator .practiceCenterFamilyLawCalculatorHeader {
	font-weight: bold
}

#practiceCenterFamilyLawCalculator form {
	margin: 0
}

.practiceCenterError {
	color: #ff0000;
	font-weight: bold
}

#practiceCenterNavigation {
	border: solid 1px #000000;
	margin: 0 0 15px 0
}

#practiceCenterNavigation ul {
	list-style: none;
	margin: 0;
	padding: 10px 10px 0 10px
}

#practiceCenterNavigation li {
	margin: 0 0 10px 0
}

.practiceCenterTitle {
	display: none
}

@media (min-width: only) and (max-width: 978px) {
	#practiceCenterSide {
		width: auto;
		float: none;
		margin: 0
	}
	#practiceCenterSide input,
	#practiceCenterSide textarea {
		width: 100% !important
	}
}

.mceContentBody {
	background: #F7F7F7
}

.smallText {
	font-size: .9em
}

@media (min-width: only) and (max-width: 400px) {
	#attorneyProfile img.attorneyProfilePhoto {
		float: none
	}
}

#attorneyProfile ul {
	padding-left: 0;
	list-style: none
}

#attorneyProfile img.attorneyProfilePhoto {
	float: right;
	margin: 0 0 10px 15px
}

#attorneyProfile div.attorneyProfileNarrative ul {
	list-style: disc;
	padding: 0 0 0 2em
}

#attorneyProfile div.attorneyProfileNarrative ul li {
	padding: 3px 0 3px 0
}

#attorneyProfile div.attorneyProfileSection ul {
	margin-left: 20px
}

#attorneyProfile div.attorneyProfileSection ul li {
	padding: 3px 0 3px 0
}

#attorneyProfile div.attorneyProfileSection ul li ul li {
	padding: 0 0 0 0
}

#attorneyProfile div.attorneyProfileSection p {
	padding: 3px 0 3px 20px
}

#attorneyProfile .attorneyProfileName {
	padding-bottom: 0;
	display: none
}

#attorneyProfile .attorneyProfilePositions {
	padding-bottom: 1.2em
}

#attorneyProfile .attorneyProfileLocationLabel,
#attorneyProfile .attorneyProfilePhoneLabel,
#attorneyProfile .attorneyProfileFaxLabel,
#attorneyProfile .attorneyProfileEmailLabel,
#attorneyProfile .attorneyProfileVCardLabel {
	width: 6em;
	float: left;
	font-weight: bold
}

#attorneyProfile .attorneyProfileLocation,
#attorneyProfile .attorneyProfilePhone,
#attorneyProfile .attorneyProfileFax,
#attorneyProfile .attorneyProfileEmail,
#attorneyProfile .attorneyProfileVCard {
	margin-left: 6em;
	padding-bottom: .6em
}

#ie6 #attorneyProfile .attorneyProfileLocation,
#ie6 #attorneyProfile .attorneyProfilePhone,
#ie6 #attorneyProfile .attorneyProfileFax,
#ie6 #attorneyProfile .attorneyProfileEmail,
#ie6 #attorneyProfile .attorneyProfileVCard {
	display: inline-block
}

#attorneyProfile .attorneyProfileEducation ul li strong {
	display: block
}

#attorneyProfile .attorneyProfileContactInformation {
	padding-bottom: 1.2em
}

#containerEmailObfuscation,
#containerEmailObfuscation * {
	margin: 0;
	padding: 0
}

#containerEmailObfuscation p.emailObfuscationNote {
	padding: 0
}

#emailObfuscation fieldset {
	border: none;
	border-top: 1px solid #000;
	padding: 1em 0 0 1.2em;
	margin: 1em 0 0
}

#emailObfuscation fieldset legend {
	font-weight: bold
}

#ie #emailObfuscation fieldset legend {
	margin: 0 0 0 -.6em
}

#emailObfuscation fieldset label {
	cursor: pointer
}

#emailObfuscation fieldset label.formDescribeIssue {
	float: left;
	margin: .2em 0
}

#emailObfuscation fieldset .formHide {
	display: none
}

#emailObfuscation fieldset #formError {
	display: block;
	cursor: default;
	color: #f00;
	clear: both
}

#emailObfuscation fieldset #formError strong {
	font-weight: normal
}

#emailObfuscation fieldset input {
	display: block;
	width: 20.5em;
	margin: .2em 0 .5em 0;
	padding: 2px
}

#emailObfuscation fieldset input.intakeFormHiddenInput {
	padding: 0
}

#emailObfuscation fieldset textarea {
	clear: left;
	display: block;
	width: 25em;
	height: 10em;
	padding: 2px;
	margin: .2em 0 0 0
}

#emailObfuscation fieldset div.formHighlight * {
	border: 1px solid #aaa
}

#emailObfuscation fieldset div.formHighlight *:hover,
#emailObfuscation fieldset div.formHighlight *:focus {
	background: #ffc
}

#emailObfuscation fieldset p {
	margin: .5em 0
}

#emailObfuscation fieldset div.formCheck {
	margin: .2em 0
}

#emailObfuscation fieldset .formCheck input {
	background: none
}

#emailObfuscation fieldset label input {
	display: inline;
	width: 2em
}

#emailObfuscation fieldset .formHasJavaScript {
	display: none
}

#emailObfuscation fieldset p img {
	float: left;
	margin: 0 1em 0 0
}

input#emailObfuscationSubmit {
	width: 12.5em;
	height: 2.5em;
	margin: .5em 0
}

#searchResults dd {
	margin: 0 0 1.2em 0
}

#searchResults .searchResultsHighlight {
	font-weight: bold
}

#searchResults ul.searchResultsPagination,
#searchResults ul.searchResultsPagination li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none
}

#searchResults ul.searchResultsPagination li {
	display: block;
	margin-right: .25em
}

.eNewsletterDesignModule {
	padding: 5px
}

.faqDesignModule {
	padding: 5px
}

.faqDesignModule ul.faqDesignModuleList {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: visible
}

.faqDesignModule ul.faqDesignModuleList li {
	display: block;
	padding: 0 0 1.2em 0
}

.newsDesignModule {
	padding: 5px
}

.newsDesignModule ul.newsDesignModuleList {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: visible
}

.newsDesignModule ul.newsDesignModuleList li {
	display: block;
	padding: 0 0 1.2em 0
}

@media (min-width: only) and (max-width: 978px) {
	.content iframe {
		width: 100%
	}
}

.office {
	padding: 0 0 15px 0
}

.office-last {
	padding: 0
}

.office-embedded-map {
	position: relative;
	height: 0;
	padding-bottom: 80%;
	margin: 0 0 15px 0
}

.office-embedded-map iframe {
	width: 100%;
	position: absolute;
	height: 100%
}

.office-photo img {
	max-width: 100%;
	height: auto
}


/*! /* TinyMCE Style: callOut=Call Out */

.fontColor000000 {
	color: #000
}

.fontColorC0C0C0 {
	color: #C0C0C0
}

.fontColor000080 {
	color: #000080
}

.fontColor008000 {
	color: #008000
}

.fontColor008080 {
	color: #008080
}

.fontColor800000 {
	color: #800000
}

.fontColor800080 {
	color: #800080
}

.fontColor808000 {
	color: #808000
}

.fontColor808080 {
	color: #808080
}

.fontColorFFFFFF {
	color: #FFF
}

.fontColor0000FF {
	color: #00F
}

.fontColor00FF00 {
	color: #0F0
}

.fontColor00FFFF {
	color: #0FF
}

.fontColorFF0000 {
	color: #F00
}

.fontColorFF00FF {
	color: #F0F
}

.fontColorFFFF00 {
	color: #FF0
}

.backgroundColor000000 {
	background: #000
}

.backgroundColorC0C0C0 {
	background: #C0C0C0
}

.backgroundColor000080 {
	background: #000080
}

.backgroundColor008000 {
	background: #008000
}

.backgroundColor008080 {
	background: #008080
}

.backgroundColor800000 {
	background: #800000
}

.backgroundColor800080 {
	background: #800080
}

.backgroundColor808000 {
	background: #808000
}

.backgroundColor808080 {
	background: #808080
}

.backgroundColorFFFFFF {
	background: #FFF
}

.backgroundColor0000FF {
	background: #00F
}

.backgroundColor00FF00 {
	background: #0F0
}

.backgroundColor00FFFF {
	background: #0FF
}

.backgroundColorFF0000 {
	background: #F00
}

.backgroundColorFF00FF {
	background: #F0F
}

.backgroundColorFFFF00 {
	background: #FF0
}

#navigationBlog {
	padding: 0 5%
}

.group h4 {
	text-transform: uppercase;
	font-size: 16px
}

.group ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.group ul li {
	display: inline
}

.group a {
	display: block;
	padding: 3px 0
}

#tagCloud ul {
	list-style: none
}

#tagCloud li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 1.2;
	background: none;
	border: 0
}

#tagCloud li a {
	display: inline;
	background: none;
	padding: 0
}

#tagCloud .tagRank1 {
	font-size: 20px
}

#tagCloud .tagRank2 {
	font-size: 19px
}

#tagCloud .tagRank3 {
	font-size: 18px
}

#tagCloud .tagRank4 {
	font-size: 19px
}

#tagCloud .tagRank5 {
	font-size: 18px
}

#tagCloud .tagRank6 {
	font-size: 15px
}

#tagCloud .tagRank7 {
	font-size: 12px
}

#tagCloud .tagRank8 {
	font-size: 11px
}

#tagCloud .tagRank9 {
	font-size: 10px
}

#tagCloud .tagRank10 {
	font-size: 9px
}

.post {
	clear: both;
	border-top: 1px dotted #ccc;
	padding: 19px 0
}

.postFirst {
	border: none;
	padding-top: 0
}

.post h2 {
	padding: 0 0 3px
}

.post h2 a {
	text-decoration: underline
}

.post h2 a:hover,
.post h2 a:focus,
.post h2 a.current {
	text-decoration: none
}

.postMeta {
	clear: both
}

.postMeta p {
	padding: 0 0 5px
}

.containerComment {
	clear: both;
	padding: 14px 0 5px
}

.comment {
	border-bottom: 1px dotted #ccc
}

#containerBlogCommentForm,
#containerBlogCommentForm *,
#containerBlogCommentFormAutofill,
#containerBlogCommentFormAutofill * {
	margin: 0;
	padding: 0
}

#blogCommentForm fieldset,
#blogCommentFormAutofill fieldset {
	border: none
}

#blogCommentForm fieldset legend span,
#blogCommentForm fieldset label span,
#blogCommentFormAutofill fieldset legend span,
#blogCommentFormAutofill fieldset label span,
#blogCommentFormAutofill fieldset label.formLabelHide {
	position: absolute;
	left: -9999px
}

#blogCommentForm fieldset label,
#blogCommentFormAutofill fieldset label {
	cursor: pointer
}

#blogCommentForm fieldset .formHide,
#blogCommentFormAutofill fieldset label.formHide {
	display: none
}

#blogCommentForm fieldset #formError strong,
#blogCommentFormAutofill fieldset #formError strong {
	font-weight: normal
}

#blogCommentForm fieldset input.intakeFormHiddenInput,
#blogCommentFormAutofill fieldset input.intakeFormHiddenInput {
	padding: 0
}

#blogCommentForm fieldset textarea,
#blogCommentFormAutofill fieldset textarea {
	height: 100px
}

#containerBlogCommentForm,
#containerBlogCommentFormAutofill {
	font-family: Verdana, Geneva, sans-serif
}

#containerBlogCommentForm p,
#containerBlogCommentFormAutofill p {
	padding: 0 0 5px 0;
	color: #aa9272
}

#blogCommentForm,
#blogCommentFormAutofill {
	padding: 15px 0 0 0
}

#blogCommentForm fieldset #formError,
#blogCommentFormAutofill fieldset #formError {
	display: block;
	cursor: default;
	color: #f00
}

#blogCommentFormAutofill fieldset #formError {
	padding: 0 0 2px 0
}

#blogCommentForm fieldset input,
#blogCommentForm fieldset textarea,
#blogCommentFormAutofill fieldset input,
#blogCommentFormAutofill fieldset textarea {
	display: block;
	width: 90%;
	margin: 2px 0 5px;
	padding: 5px 5%;
	background: #fff;
	color: #999
}

#blogCommentForm fieldset div.formHighlight *,
#blogCommentFormAutofill fieldset div.formHighlight * {
	border: 1px solid #a7a7a7
}

#blogCommentForm fieldset .formCheck a:link,
#blogCommentForm fieldset .formCheck a:visited,
#blogCommentFormAutofill fieldset .formCheck a:link,
#blogCommentFormAutofill fieldset .formCheck a:visited {
	color: #bb9b65;
	text-decoration: underline
}

#blogCommentForm fieldset .formCheck a:hover,
#blogCommentForm fieldset .formCheck a:focus,
#blogCommentFormAutofill fieldset .formCheck a:hover,
#blogCommentFormAutofill fieldset .formCheck a:focus {
	color: #bb9b65;
	text-decoration: none
}

#blogCommentFormAutofill fieldset #comment-submit,
#blogCommentFormAutofill fieldset #comment-cancel,
#blogCommentFormAutofill fieldset #comment-preview {
	width: auto;
	height: auto;
	margin: 5px 0;
	padding: 0
}

.pagination {
	clear: both;
	border-top: 1px dotted #ccc;
	padding: 19px 0;
	float: left;
	width: 100%
}

.pagination ol {
	list-style: none;
	padding: 0
}

.pagination li {
	float: left;
	margin-right: 5px
}

.pagination li.resultsPrevious {
	margin-right: 5px
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.printElement {
	display: none
}

.offscreen {
	text-indent: -9999em;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	overflow: hidden;
	list-style: none
}

.offscreen br {
	display: none
}

.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

.btn-togglebox {
	display: none;
	text-decoration: none
}

@media (max-width: 750px) {
	.btn-togglebox {
		display: block
	}
}

.togglebox-close {
	display: none
}

@media (max-width: 750px) {
	.togglebox-close {
		display: block
	}
}

html {
	font-size: 62.5%
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #4b4a45
}

@media (max-width: 950px) {
	body {
		font-size: 17px
	}
}

@media (max-width: 750px) {
	body {
		font-size: 16px
	}
}

a {
	color: #f2b705;
	outline: none;
	transition: all 0.3s ease-in-out
}

a:visited {
	color: #8c8977;
	outline: none
}

a:hover,
a:focus {
	color: #2054a5;
	outline: none
}

a:active,
a .current {
	color: #011c40;
	text-decoration: none;
	outline: none
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: 700
}

img {
	max-width: 100%
}

td img {
	max-width: none
}

.container-content {
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	*zoom: 1;
	margin: 0 auto;
	max-width: 1260px
}

.container-content:before,
.container-content:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.container-content:after {
	clear: both
}

@media (max-width: 1280px) {
	.container-content {
		padding: 0 10px
	}
}

.container-page {
	width: 100%
}

.header-page-wrap {
	background-color: #023373;
	padding: 13px 0 14px;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99
}

@media (max-width: 750px) {
	.header-page-wrap {
		padding: 15px 0;
		position: static
	}
}

a.brand {
	display: block;
	float: left;
	margin-right: -100%;
	text-decoration: none
}

a.brand img {
	display: block
}

@media (max-width: 1050px) {
	a.brand {
		width: 300px
	}
}

@media (max-width: 950px) {
	a.brand {
		width: 240px
	}
}

@media (max-width: 750px) {
	a.brand {
		float: none;
		width: 100%;
		max-width: 280px;
		margin: 0 auto 20px;
		text-align: center
	}
}

.container-cta-nav-main {
	float: right;
	width: 69.4%
}

@media (max-width: 1200px) {
	.container-cta-nav-main {
		width: 65%
	}
}

@media (max-width: 950px) {
	.container-cta-nav-main {
		width: calc(100% - 360px)
	}
}

@media (max-width: 850px) {
	.container-cta-nav-main {
		width: calc(100% - 260px)
	}
}

@media (max-width: 750px) {
	.container-cta-nav-main {
		width: auto;
		max-width: 450px;
		margin: 0 auto;
		float: none;
		position: relative
	}
}

.cta {
	float: right;
	text-align: right;
	font-weight: 700;
	font-size: 34px;
	color: #f2b705;
	margin-top: 13px
}

@media (max-width: 1200px) {
	.cta {
		font-size: 28px;
		margin-top: 16px
	}
}

@media (max-width: 950px) {
	.cta {
		font-size: 22px;
		margin-top: 15px
	}
}

@media (max-width: 750px) {
	.cta {
		float: none;
		margin: 15px auto 0;
		text-align: center;
		font-size: 26px
	}
}

.nav-mobile {
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	*zoom: 1;
	clear: both;
	display: none
}

.nav-mobile:before,
.nav-mobile:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.nav-mobile:after {
	clear: both
}

.nav-mobile ul {
	padding: 0;
	margin: 0 auto 1px;
	list-style: none;
	display: table
}

.nav-mobile ul li {
	float: left
}

.nav-mobile ul li a {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background-color: #f1b300;
	padding: 18px 10px;
	width: 130px;
	display: table;
	border-radius: 4px
}

.nav-mobile ul li a:hover,
.nav-mobile ul li a:focus,
.nav-mobile ul li a.current {
	color: #fff;
	background-color: #f1b300
}

.nav-mobile ul li.last-child {
	margin-left: 15px
}

.nav-mobile ul li.last-child a:hover,
.nav-mobile ul li.last-child a:focus,
.nav-mobile ul li.last-child a.current {
	color: #fff
}

@media (max-width: 750px) {
	.nav-mobile {
		display: block
	}
}

.nav-main {
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	*zoom: 1;
	float: left;
	margin-top: 27px
}

.nav-main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative
}

.nav-main ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative
}

.nav-main ul li:hover>ul,
.nav-main ul li:focus>ul,
.nav-main ul li.drop-active>ul {
	visibility: visible;
	opacity: 1;
	z-index: 999999
}

.nav-main ul li a {
	display: block
}

.nav-main ul li ul {
	transition-property: opacity, visibility;
	transition-duration: 200ms, 200ms;
	transition-timing-function: ease-out, linear;
	transition-delay: 0s;
	display: block;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	margin: 0;
	padding: 0;
	top: 100%;
	left: auto
}

.nav-main ul li ul li {
	width: auto;
	display: block;
	float: none
}

.nav-main ul li ul li:hover ul,
.nav-main ul li ul li:focus ul,
.nav-main ul li ul li.drop-active ul {
	visibility: visible;
	opacity: 1;
	z-index: 999999
}

.nav-main ul li ul li ul {
	left: 100%;
	top: 0;
	visibility: hiddden
}

.nav-main ul li ul li ul ul {
	visibility: hiddden;
	opacity: 0;
	position: relative;
	left: auto;
	right: auto
}

.nav-main ul .last-child>ul>li>ul {
	left: auto;
	right: 100%
}

.nav-main:before,
.nav-main:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.nav-main:after {
	clear: both
}

.nav-main>ul {
	list-style: none;
	padding-left: 0;
	margin: 0
}

.nav-main>ul>li {
	float: left;
	padding: 0 27px;
	position: relative
}

.nav-main>ul>li>a {
	font-family: "Lato", sans-serif;
	display: block;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 10px
}

.nav-main>ul>li>a:hover,
.nav-main>ul>li>a:focus,
.nav-main>ul>li>a.current {
	color: #ebb20e
}

.nav-main>ul>li.has-child>a:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	font-weight: 700;
	padding-left: 5px
}

.nav-main>ul>li.item-first {
	padding-left: 0
}

.nav-main>ul>li.item-last {
	padding-right: 0
}

.nav-main>ul>li ul {
	width: 228px
}

.nav-main>ul>li ul li {
	margin-bottom: 1px
}

.nav-main>ul>li ul li a {
	background-color: #c7c5c5;
	font-size: 16px;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none
}

.nav-main>ul>li ul li a:hover,
.nav-main>ul>li ul li a:focus,
.nav-main>ul>li ul li a.current {
	background-color: #023373;
	color: #fff
}

.nav-main>ul>li ul li ul {
	padding-left: 1px
}

@media (max-width: 1260px) {
	.nav-main>ul>li {
		padding: 0 17px
	}
}

@media (max-width: 1200px) {
	.nav-main>ul>li {
		padding: 0 10px
	}
}

@media (max-width: 1050px) {
	.nav-main>ul>li>a {
		font-size: 14px
	}
}

@media (max-width: 950px) {
	.nav-main {
		margin-top: 23px
	}
	.nav-main>ul>li {
		padding: 0 7px
	}
	.nav-main>ul>li>a {
		font-size: 13px;
		text-transform: capitalize
	}
	.nav-main>ul>li ul {
		width: 170px
	}
	.nav-main>ul>li ul li a {
		font-size: 14px;
		padding: 8px 10px
	}
}

@media (max-width: 750px) {
	.nav-main {
		display: none;
		float: none;
		margin-top: 0
	}
	.nav-main ul {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		float: none;
		visibility: visible;
		opacity: 1;
		width: auto
	}
	.nav-main ul li {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		float: none;
		visibility: visible;
		opacity: 1;
		width: auto
	}
	.nav-main ul li a {
		display: block
	}
	.nav-main ul li ul {
		display: none;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		float: none;
		visibility: visible;
		opacity: 1;
		width: auto
	}
	.nav-main ul li ul li {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		float: none;
		visibility: visible;
		opacity: 1;
		width: auto
	}
	.nav-main ul li ul li ul {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		float: none;
		visibility: visible;
		opacity: 1;
		width: auto
	}
	.nav-main ul li ul li ul li {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		float: none;
		visibility: visible;
		opacity: 1;
		width: auto
	}
	.nav-main ul li ul li ul li ul {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		float: none;
		visibility: visible;
		opacity: 1;
		width: auto
	}
	.nav-main ul .last-child>ul>li>ul {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		float: none;
		visibility: visible;
		opacity: 1;
		width: auto
	}
	.nav-main ul .fl-drop-active>ul {
		display: block
	}
	.nav-main ul {
		max-width: 300px;
		margin: 15px auto 0
	}
	.nav-main ul li {
		float: none;
		display: block;
		text-align: left;
		padding: 0;
		margin-bottom: 1px
	}
	.nav-main ul li a {
		font-size: 16px;
		display: block;
		padding: 12px 20px;
		text-transform: capitalize;
		color: #fff;
		border-radius: 4px;
		background-color: #f1b300
	}
	.nav-main ul li a:hover,
	.nav-main ul li a:focus,
	.nav-main ul li a.current {
		background-color: #023373;
		color: #fff
	}
	.nav-main ul li:after {
		display: none
	}
	.nav-main ul li.togglebox-close {
		margin-bottom: 0
	}
	.nav-main ul li.has-child>a {
		position: relative
	}
	.nav-main ul li.has-child>a:after {
		content: "\f067";
		font-weight: 700;
		position: absolute;
		top: 12px;
		right: 16px;
		width: 12px;
		height: 12px;
		font-size: 15px;
		font-family: 'Font Awesome 5 Free'
	}
	.nav-main ul li.has-child>a:after.fl-scripts-toggle-enabled:after {
		content: "\f068"
	}
	.nav-main ul li.has-child>a.fl-scripts-toggle-enabled:after {
		content: "\f068"
	}
	.nav-main ul li.has-child ul {
		margin-top: 1px
	}
	.nav-main ul li ul li a {
		padding-left: 25px;
		font-size: 15px;
		background-color: #f1b300
	}
	.nav-main ul li ul li a:hover,
	.nav-main ul li ul li a:focus,
	.nav-main ul li ul li a.current {
		background-color: #023373;
		color: #fff
	}
}

.container-banner-wrap {
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	*zoom: 1;
	background-image: url(../images/bg-banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	margin-top: 100px
}

.container-banner-wrap:before,
.container-banner-wrap:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.container-banner-wrap:after {
	clear: both
}

@media (max-width: 1050px) {
	.container-banner-wrap {
		margin-top: 95px
	}
}

@media (max-width: 950px) {
	.container-banner-wrap {
		margin-top: 82px
	}
}

@media (max-width: 750px) {
	.container-banner-wrap {
		margin-top: 0
	}
}

.container-banner {
	padding-top: 147px;
	padding-bottom: 117px;
	position: relative;
	z-index: 1
}

.container-banner p {
	font-size: 18px;
	margin: 23px 0 34px;
	line-height: 1.6;
	color: #ffffff
}

@media (max-width: 950px) {
	.container-banner {
		padding-top: 110px;
		padding-bottom: 96px
	}
	.container-banner p {
		font-size: 18px;
		margin-top: 20px
	}
}

@media (max-width: 750px) {
	.container-banner {
		padding-top: 20px;
		padding-bottom: 0
	}
	.container-banner p {
		margin-top: 0;
		margin-bottom: 0;
		text-align: center;
		font-size: 16px
	}
}

.container-tagline {
	width: 52%
}

@media (max-width: 750px) {
	.container-tagline {
		width: 100%
	}
}

.tagline {
	font-size: 72px;
	color: #fff;
	text-transform: capitalize;
	line-height: 1.2;
	margin: 0 0
}

@media (max-width: 1200px) {
	.tagline {
		font-size: 62px
	}
}

@media (max-width: 950px) {
	.tagline {
		font-size: 48px
	}
}

@media (max-width: 850px) {
	.tagline {
		font-size: 42px
	}
}

@media (max-width: 750px) {
	.tagline {
		font-size: 24px;
		margin: 0;
		text-align: center;
		line-height: 1.2
	}
	.tagline span {
		font-size: 38px
	}
}

.img-attr {
	display: block;
	position: absolute;
	bottom: -64px;
	right: -96px;
	width: 746px;
	z-index: -1
}

@media (max-width: 1200px) {
	.img-attr {
		width: 666px
	}
}

@media (max-width: 950px) {
	.img-attr {
		width: 540px
	}
}

@media (max-width: 750px) {
	.img-attr {
		position: static;
		max-width: 220px;
		margin: 0 auto 0
	}
}

.Home .img-attr {
	bottom: 0;
	width: 818px
}

.Home .container-banner-wrap {
	background-image: url(../images/bg-banner-hm.jpg)
}

.Home .container-banner {
	padding-top: 174px;
	padding-bottom: 180px
}

@media (max-width: 1200px) {
	.Home .container-banner {
		padding-top: 160px;
		padding-bottom: 100px
	}
	.Home .img-attr {
		width: 720px
	}
}

@media (max-width: 1100px) {
	.Home .container-banner {
		padding-top: 130px
	}
	.Home .img-attr {
		width: 650px
	}
}

@media (max-width: 950px) {
	.Home .container-banner {
		padding-top: 110px
	}
	.Home .img-attr {
		width: 610px
	}
}

@media (max-width: 750px) {
	.Home .container-banner {
		padding-top: 20px;
		padding-bottom: 0
	}
	.Home .img-attr {
		width: 100%;
		max-width: 280px
	}
}

.container-breadcrumbs-wrap {
	padding: 20px 0 18px
}

@media (max-width: 950px) {
	.container-breadcrumbs-wrap {
		padding: 15px 0 13px
	}
}

@media (max-width: 750px) {
	.container-breadcrumbs-wrap {
		display: none
	}
}

ol#navigationBreadCrumbs {
	font-size: 16px;
	text-transform: capitalize;
	list-style: none;
	width: 100%;
	padding-left: 0;
	margin: 0
}

ol#navigationBreadCrumbs li {
	display: block;
	float: left
}

ol#navigationBreadCrumbs li span {
	padding: 0 2px;
	font-weight: 900
}

@media (max-width: 950px) {
	ol#navigationBreadCrumbs {
		font-size: 15px
	}
}

#navigationBreadCrumbs a {
	display: inline-block;
	text-decoration: none;
	color: #023373
}

#navigationBreadCrumbs a:hover {
	color: #f1b300
}

#navigationBreadCrumbs li.itemLast {
	background: none
}

h4.title-nav-practice {
	font-size: 48px;
	line-height: 1.2;
	margin: 0 0 31px;
	text-align: center;
	text-transform: capitalize;
	color: #023373
}

@media (max-width: 1200px) {
	h4.title-nav-practice {
		font-size: 44px
	}
}

@media (max-width: 950px) {
	h4.title-nav-practice {
		font-size: 38px;
		margin-bottom: 25px
	}
}

@media (max-width: 750px) {
	h4.title-nav-practice {
		font-size: 26px;
		margin-bottom: 15px
	}
}

.nav-practice {
	text-align: center;
	padding-top: 74px;
	padding-bottom: 101px
}

.nav-practice ul {
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	*zoom: 1;
	padding-left: 0;
	margin: 0;
	list-style: none
}

.nav-practice ul:before,
.nav-practice ul:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.nav-practice ul:after {
	clear: both
}

.nav-practice ul li {
	width: 23.8%;
	margin-right: 1.6%;
	float: left;
	margin-bottom: 22px
}

.nav-practice ul li a {
	text-decoration: none;
	display: block;
	min-height: 298px;
	position: relative;
	color: #011c40;
	font-weight: 700;
	font-size: 26px;
	text-transform: capitalize;
	background-color: #eff2f6;
	z-index: 1;
	padding: 62px 5px 0
}

.nav-practice ul li a img {
	display: table;
	margin: 0 auto 48px;
	transition: all 0.3s ease-in-out
}

.nav-practice ul li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #f2b705;
	text-align: center;
	transition: height 0.4s ease-in-out;
	z-index: -1
}

.nav-practice ul li a:hover,
.nav-practice ul li a:focus {
	color: #fff
}

.nav-practice ul li a:hover:before,
.nav-practice ul li a:focus:before {
	height: 100%
}

.nav-practice ul li.item-last {
	margin-right: 0
}

@media (max-width: 1200px) {
	.nav-practice {
		padding-bottom: 70px
	}
	.nav-practice ul li a {
		font-size: 20px
	}
}

@media (max-width: 950px) {
	.nav-practice {
		padding-top: 50px;
		padding-bottom: 40px
	}
	.nav-practice ul li a {
		font-size: 18px;
		min-height: 220px;
		padding-top: 40px
	}
	.nav-practice ul li a img {
		height: 70px;
		margin-bottom: 35px
	}
}

@media (max-width: 850px) {
	.nav-practice ul li {
		margin-bottom: 12px
	}
	.nav-practice ul li a {
		font-size: 16px
	}
}

@media (max-width: 750px) {
	.nav-practice {
		padding-top: 0;
		padding-bottom: 15px;
		float: none
	}
	.nav-practice ul {
		max-width: 300px;
		margin: 15px auto 0
	}
	.nav-practice ul li {
		width: 49%;
		margin-bottom: 6px;
		margin-right: 2%
	}
	.nav-practice ul li a {
		min-height: 140px;
		padding-top: 15px;
		line-height: 1.1
	}
	.nav-practice ul li a img {
		height: 40px;
		margin-bottom: 15px
	}
	.nav-practice ul li:nth-child(even) {
		margin-right: 0
	}
}

.container-columns {
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	*zoom: 1;
	position: relative;
	padding-bottom: 54px;
	padding-top: 83px
}

.container-columns:before,
.container-columns:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.container-columns:after {
	clear: both
}

@media (max-width: 1280px) {
	.container-columns {
		padding-top: 50px;
		padding-bottom: 38px
	}
}

@media (max-width: 750px) {
	.container-columns {
		padding: 20px 10px 0
	}
}

.container-column-main {
	float: left;
	width: 100%
}

@media (max-width: 750px) {
	.container-column-main {
		float: none
	}
}

.column-main {
	margin-right: 478px
}

@media (max-width: 1200px) {
	.column-main {
		margin-right: 420px
	}
}

@media (max-width: 950px) {
	.column-main {
		margin-right: 325px
	}
}

@media (max-width: 750px) {
	.column-main {
		margin-right: 0
	}
}

.title-module {
	display: table;
	margin-bottom: 39px
}

@media (max-width: 1050px) {
	.title-module {
		width: 60px
	}
}

@media (max-width: 750px) {
	.title-module {
		margin-bottom: 20px;
		width: 50px
	}
}

.page-title {
	font-size: 48px;
	margin: 0 0 28px;
	line-height: 1.2;
	color: #011c40
}

@media (max-width: 1200px) {
	.page-title {
		font-size: 44px
	}
}

@media (max-width: 950px) {
	.page-title {
		font-size: 35px
	}
}

@media (max-width: 750px) {
	.page-title {
		font-size: 26px;
		max-width: 100%;
		margin-bottom: 15px
	}
}

.content {
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	*zoom: 1;
	line-height: 1.7
}

.content:before,
.content:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.content:after {
	clear: both
}

.content p,
.content ul {
	margin: 0 0 31px
}

.content h2,
.content h3 {
	margin: 0 0 30px;
	line-height: 1.3;
	padding-top: 10px;
	color: #011c40
}

.content h2 {
	font-size: 36px
}

.content h3 {
	font-size: 28px
}

.content ul {
	padding-left: 35px;
	list-style: none
}

.content ul li {
	margin-bottom: 7px;
	position: relative;
	line-height: 1.5
}

.content ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 700;
	position: absolute;
	top: 14px;
	left: -15px;
	line-height: 0
}

@media (max-width: 1200px) {
	.content h2 {
		font-size: 32px
	}
	.content h3 {
		font-size: 26px
	}
}

@media (max-width: 950px) {
	.content h2,
	.content h3 {
		margin-bottom: 20px
	}
	.content h2 {
		font-size: 28px
	}
	.content h3 {
		font-size: 24px
	}
	.content p,
	.content ul {
		margin: 0 0 22px
	}
}

@media (max-width: 750px) {
	.content {
		line-height: 1.5
	}
	.content h2,
	.content h3,
	.content p,
	.content ul {
		margin: 0 0 15px;
		padding-top: 0
	}
	.content h2 {
		font-size: 22px;
		line-height: 1.2
	}
	.content h3 {
		font-size: 19px;
		line-height: 1.2
	}
}

p.callOut {
	padding: 27px 28px;
	border-left: 2px solid #f1b300
}

@media (max-width: 950px) {
	p.callOut {
		padding: 15px 20px
	}
}

@media (max-width: 750px) {
	p.callOut {
		padding: 15px;
		border-left-width: 3px
	}
}

.column-side {
	float: right;
	width: 398px;
	margin-left: -100%;
	margin-top: 11px
}

@media (max-width: 950px) {
	.column-side {
		width: 300px
	}
}

@media (max-width: 750px) {
	.column-side {
		width: auto;
		float: none;
		margin: 10px auto 0;
		max-width: 300px
	}
	.column-side:before {
		display: none
	}
}

.container-columns-wrap {
	background-color: #f9f9f9
}

@media (max-width: 750px) {
	.container-columns-wrap {
		background: none
	}
}

.img-top-right {
	float: right;
	width: 48.5%;
	display: block
}

@media (max-width: 950px) {
	.img-top-right {
		margin-top: 12px
	}
}

@media (max-width: 750px) {
	.img-top-right {
		display: none
	}
}

.Home .page-title {
	font-size: 38px;
	max-width: 100%;
	line-height: 1.15;
	margin-bottom: 0
}

.Home .container-columns {
	padding-bottom: 135px;
	padding-top: 136px
}

.Home .column-main {
	margin-right: 0;
	float: left;
	width: 49%;
	padding-top: 95px
}

.Home .column-main h2 {
	color: #011c40;
	font-size: 48px;
	margin: 0 0 10px;
	line-height: 1.2
}

.Home .column-main .content {
	max-width: 90%
}

.Home .content h2 {
	font-size: 48px;
	line-height: 1.2;
	padding-top: 14px;
	margin-bottom: 43px
}

.Home .content h2 span {
	font-size: 38px;
	display: block
}

.Home .content p {
	line-height: 1.8
}

.Home .content p:last-child {
	margin-bottom: 0
}

.Home .container-column-main {
	float: right
}

.Home .column-side {
	float: left;
	margin-left: 0;
	margin-right: -100%;
	width: 504px
}

@media (max-width: 1280px) {
	.Home .column-side {
		width: 48%
	}
	.Home .page-title {
		font-size: 35px
	}
	.Home .container-columns {
		padding-top: 100px;
		padding-bottom: 100px
	}
	.Home .column-main {
		padding-top: 40px
	}
	.Home .column-main h2 {
		font-size: 44px;
		margin-bottom: 25px
	}
	.Home .content h2 {
		font-size: 44px
	}
	.Home .content h2 span {
		font-size: 34px
	}
}

@media (max-width: 1050px) {
	.Home .column-main {
		padding-top: 0
	}
	.Home .column-main .content {
		max-width: 100%
	}
}

@media (max-width: 950px) {
	.Home .container-columns {
		padding-top: 60px;
		padding-bottom: 55px
	}
	.Home .column-main h2 {
		font-size: 38px
	}
	.Home .page-title {
		font-size: 28px
	}
	.Home .content h2 {
		font-size: 36px;
		padding-top: 0;
		margin-bottom: 15px
	}
	.Home .content h2 span {
		font-size: 30px
	}
	.Home .content p {
		font-size: 17px
	}
}

@media (max-width: 750px) {
	.Home .column-main {
		width: 100%;
		float: none
	}
	.Home .column-main h2 {
		font-size: 26px;
		margin-bottom: 15px
	}
	.Home .column-side {
		margin: 0 auto 15px;
		float: none;
		width: 100%;
		max-width: 200px
	}
	.Home .container-columns {
		padding-top: 20px;
		padding-bottom: 20px
	}
	.Home .container-column-main {
		float: none
	}
	.Home .content p {
		font-size: 16px;
		line-height: 1.5
	}
	.Home .content p:last-child {
		margin-bottom: 0
	}
	.Home .content h2 {
		font-size: 26px;
		margin-bottom: 15px
	}
	.Home .content h2 span {
		font-size: 22px
	}
}

.title-silo-practice {
	font-size: 40px;
	color: #fff;
	line-height: 1.2;
	word-wrap: break-word;
	margin: 35px 32px 12px
}

@media (max-width: 1200px) {
	.title-silo-practice {
		font-size: 35px
	}
}

@media (max-width: 950px) {
	.title-silo-practice {
		font-size: 26px
	}
}

@media (max-width: 750px) {
	.title-silo-practice {
		margin: 16px 20px 18px;
		font-size: 26px
	}
}

.silo-practice {
	margin: 0 0 20px;
	overflow: hidden;
	background-color: #00266a;
	padding-bottom: 22px
}

.silo-practice ul {
	list-style: none;
	margin: 0;
	padding: 0 0
}

.silo-practice ul li a {
	color: #fff;
	text-decoration: none;
	line-height: 1.5;
	position: relative;
	text-transform: capitalize;
	font-size: 20px;
	padding: 12px 40px 13px 46px;
	display: block
}

.silo-practice ul li a:before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-weight: 700;
	position: absolute;
	left: 34px;
	top: 17px;
	line-height: 1
}

.silo-practice ul li a:hover,
.silo-practice ul li a:focus,
.silo-practice ul li a.current {
	color: #fff;
	background-color: #f1b300
}

.silo-practice ul li ul li a {
	padding-left: 68px
}

.silo-practice ul li ul li a:before {
	left: 55px
}

@media (max-width: 950px) {
	.silo-practice ul li a {
		font-size: 16px
	}
}

@media (max-width: 750px) {
	.silo-practice ul li a {
		padding: 10px 26px 10px 35px
	}
	.silo-practice ul li a:before {
		left: 22px;
		top: 13px
	}
	.silo-practice ul li ul li a {
		padding-left: 50px
	}
	.silo-practice ul li ul li a:before {
		left: 38px
	}
}

.container-content-top {
	background: url(../images/bg-content-top.jpg) center top no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 146px;
	padding-bottom: 128px
}

.container-content-top h2 {
	color: #fff
}

@media (max-width: 1200px) {
	.container-content-top {
		padding-top: 76px;
		padding-bottom: 78px
	}
}

@media (max-width: 1050px) {
	.container-content-top {
		background-position-x: 64%
	}
}

@media (max-width: 950px) {
	.container-content-top {
		padding-top: 46px;
		padding-bottom: 48px;
		background-position-x: 69%
	}
}

@media (max-width: 750px) {
	.container-content-top {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.content-top-left {
	width: 50%
}

@media (max-width: 950px) {
	.content-top-left {
		width: 100%
	}
}

.container-attrneys-list {
	padding-top: 83px;
	padding-bottom: 154px;
	background-color: #f9f9f9
}

@media (max-width: 950px) {
	.container-attrneys-list {
		padding-top: 62px;
		padding-bottom: 104px
	}
}

@media (max-width: 750px) {
	.container-attrneys-list {
		padding-top: 20px;
		padding-bottom: 60px
	}
}

@media (max-width: 510px) {
	.container-attrneys-list {
		padding-bottom: 50px
	}
}

.attr-list-left.content {
	float: left;
	width: 30%;
	padding-top: 190px
}

.attr-list-left.content h2 {
	color: #023373;
	margin-bottom: 16px
}

@media (max-width: 1200px) {
	.attr-list-left.content {
		padding-top: 100px
	}
}

@media (max-width: 1050px) {
	.attr-list-left.content {
		padding-top: 50px;
		width: 32%
	}
}

@media (max-width: 950px) {
	.attr-list-left.content {
		padding-top: 30px
	}
}

@media (max-width: 750px) {
	.attr-list-left.content {
		float: none;
		width: 100%;
		padding-top: 0;
		padding-bottom: 15px
	}
}

.attr-list {
	float: right;
	width: 65.1%;
	margin: 0;
	padding-left: 0;
	list-style: none
}

.attr-list li {
	float: left;
	width: 48.5%;
	margin-right: 3%
}

.attr-list li a {
	display: block;
	text-decoration: none;
	position: relative
}

.attr-list li a img {
	display: block
}

.attr-list li a .attr-name {
	position: absolute;
	font-size: 38px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
	left: 27px;
	bottom: 53px
}

.attr-list li a .fas {
	width: 107px;
	height: 107px;
	background-color: #f2b705;
	display: block;
	position: absolute;
	bottom: -64px;
	right: 14px;
	color: #fff;
	font-size: 32px;
	text-align: center;
	padding-top: 38px;
	line-height: 1;
	transition: all 0.2s ease-in-out
}

.attr-list li a:hover img {
	opacity: 1
}

.attr-list li a:hover .fas {
	background-color: #023373
}

.attr-list li.item-last {
	margin-right: 0
}

@media (max-width: 1200px) {
	.attr-list li a .attr-name {
		font-size: 30px
	}
}

@media (max-width: 950px) {
	.attr-list li a .attr-name {
		font-size: 24px
	}
	.attr-list li a .fas {
		width: 80px;
		height: 80px;
		padding-top: 28px;
		font-size: 24px;
		bottom: -44px
	}
}

@media (max-width: 750px) {
	.attr-list {
		float: none;
		width: 100%
	}
}

@media (max-width: 510px) {
	.attr-list li a .attr-name {
		font-size: 18px;
		left: 8px;
		bottom: 48px
	}
	.attr-list li a .fas {
		width: 60px;
		height: 60px;
		padding-top: 18px;
		bottom: -28px
	}
}

@media (max-width: 360px) {
	.attr-list li a .attr-name {
		font-size: 16px;
		bottom: 48px
	}
	.attr-list li a .fas {
		width: 28px
	}
}

.container-content-tagline {
	background-color: #1c3573;
	color: #fff;
	font-size: 40px;
	text-align: center;
	padding: 56px 0 60px;
	line-height: 1.2
}

@media (max-width: 1200px) {
	.container-content-tagline {
		font-size: 36px;
		padding: 42px 0 50px
	}
}

@media (max-width: 950px) {
	.container-content-tagline {
		font-size: 32px;
		padding: 31px 0 36px
	}
}

@media (max-width: 750px) {
	.container-content-tagline {
		font-size: 25px;
		padding: 18px 0 20px
	}
}

.container-testimonials {
	background-color: #00266a;
	color: #fff;
	text-align: center;
	padding-top: 101px;
	padding-bottom: 109px;
	width: 100%;
	overflow: hidden
}

.container-testimonials h2 {
	font-size: 48px;
	margin: 0 0 15px
}

@media (max-width: 1200px) {
	.container-testimonials {
		padding-top: 80px;
		padding-bottom: 70px
	}
	.container-testimonials h2 {
		font-size: 44px
	}
}

@media (max-width: 950px) {
	.container-testimonials {
		padding-top: 50px;
		padding-bottom: 50px
	}
	.container-testimonials h2 {
		font-size: 35px
	}
}

@media (max-width: 750px) {
	.container-testimonials {
		padding-top: 20px;
		padding-bottom: 20px
	}
	.container-testimonials h2 {
		font-size: 26px
	}
}

.testimonials {
	padding-left: 106px;
	padding-right: 106px;
	position: relative;
	z-index: 1
}

.testimonials:before,
.testimonials:after {
	content: "";
	position: absolute;
	top: -40%;
	height: 200%;
	width: 130%;
	transform: skew(-31deg);
	z-index: -1
}

.testimonials:before {
	box-shadow: 0 0 230px rgba(1, 28, 64, 0.5) inset;
	left: 29.6%
}

.testimonials:after {
	box-shadow: 0 0 230px rgba(1, 28, 64, 0.5);
	left: -56%
}

@media (max-width: 950px) {
	.testimonials {
		padding-left: 60px;
		padding-right: 60px
	}
}

@media (max-width: 750px) {
	.testimonials {
		padding-left: 10px;
		padding-right: 10px
	}
}

#interactive-testimonials {
	position: relative
}

#interactive-testimonials ul.slides {
	list-style: none;
	padding-left: 0;
	margin: 0
}

#interactive-testimonials ul.slides li {
	display: none;
	overflow: hidden
}

#interactive-testimonials ul.slides li p {
	margin: 0 0 20px;
	line-height: 1.6
}

#interactive-testimonials ul.slides li p:last-child {
	margin-bottom: 0
}

@media (max-width: 750px) {
	#interactive-testimonials ul.slides li p {
		margin-bottom: 10px
	}
}

#interactive-testimonials ul.slides li.slide1,
#interactive-testimonials ul.slides li.flex-active-slide {
	display: block
}

#interactive-testimonials ul.slides li.slide2 {
	padding-top: 30px
}

#interactive-testimonials ul.slides li.slide3 {
	padding-top: 15px
}

ul.flex-direction-nav {
	list-style: none;
	padding-left: 0;
	margin: 0;
	width: 100%
}

ul.flex-direction-nav li a {
	position: absolute;
	font-size: 18px;
	display: inline-block;
	width: 74px;
	text-align: center;
	color: #f2b705;
	text-transform: uppercase;
	height: 28px;
	text-decoration: none;
	letter-spacing: 4px
}

ul.flex-direction-nav li a.flex-prev {
	top: 50%;
	margin-top: -37px;
	left: -133px;
	transform: rotate(-90deg)
}

ul.flex-direction-nav li a.flex-next {
	top: 50%;
	margin-top: -37px;
	right: -133px;
	transform: rotate(90deg)
}

ul.flex-direction-nav li a:after {
	content: "";
	width: 100%;
	position: absolute;
	height: 2px;
	background-color: #f2b705;
	left: 0;
	bottom: 0
}

ul.flex-direction-nav li a:hover {
	color: #fff
}

@media (max-width: 1280px) {
	ul.flex-direction-nav li a.flex-prev {
		left: -128px
	}
	ul.flex-direction-nav li a.flex-next {
		right: -128px
	}
}

@media (max-width: 950px) {
	ul.flex-direction-nav li a.flex-prev {
		left: -78px
	}
	ul.flex-direction-nav li a.flex-next {
		right: -78px
	}
}

@media (max-width: 750px) {
	ul.flex-direction-nav {
		display: none
	}
}

.flex-viewport {
	overflow: hidden
}

.container-short-form>p {
	font-size: 18px;
	line-height: 1.7;
	text-align: center;
	margin: 0 auto 93px;
	max-width: 75%
}

@media (max-width: 1200px) {
	.container-short-form>p {
		margin-bottom: 50px
	}
}

@media (max-width: 950px) {
	.container-short-form>p {
		font-size: 17px
	}
}

@media (max-width: 750px) {
	.container-short-form>p {
		font-size: 17px;
		max-width: 100%;
		font-size: 16px;
		margin-bottom: 15px;
		line-height: 1.5
	}
}

@media (max-width: 750px) {
	.container-short-form {
		display: none
	}
}

@media (max-width: 750px) {
	.Home .container-short-form {
		display: block
	}
}

.short-form {
	padding: 91px 5.3% 65px;
	background: url(../images/bg-short-form.png) center top no-repeat;
	float: right;
	width: 57.4%;
	background-size: cover;
	color: #ffffff;
	position: relative;
	z-index: 1
}

@media (max-width: 1280px) {
	.short-form {
		padding: 60px 3.8% 55px
	}
}

@media (max-width: 1200px) {
	.short-form {
		width: calc(100% - 500px)
	}
}

@media (max-width: 950px) {
	.short-form {
		padding: 46px 3% 40px;
		width: calc(100% - 440px)
	}
}

@media (max-width: 750px) {
	.short-form {
		display: none
	}
}

h4.title-short-form {
	font-size: 60px;
	margin: 0 0 7px;
	text-transform: capitalize;
	line-height: 1
}

@media (max-width: 1280px) {
	h4.title-short-form {
		font-size: 48px
	}
}

@media (max-width: 1200px) {
	h4.title-short-form {
		font-size: 40px;
		margin-bottom: 15px
	}
}

@media (max-width: 950px) {
	h4.title-short-form {
		font-size: 35px
	}
}

@media (max-width: 750px) {
	h4.title-short-form {
		font-size: 26px
	}
}

#containerIntakeFormShort,
#containerIntakeFormShortAutofill {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	position: relative
}

#containerIntakeFormShort p,
#containerIntakeFormShortAutofill p {
	margin: 0 0 21px;
	padding: 0
}

#containerIntakeFormShort p strong,
#containerIntakeFormShortAutofill p strong {
	font-weight: 700
}

#containerIntakeFormShort .formHide,
#containerIntakeFormShortAutofill .formHide {
	display: none
}

#intakeFormShort fieldset textarea,
#intakeFormShort fieldset input,
#intakeFormShortAutofill fieldset textarea,
#intakeFormShortAutofill fieldset input {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #ffffff;
	width: 100%;
	margin: 0 1.7% 9px 0;
	padding: 14px 12px 14px 18px;
	background-color: #000e34;
	border: none
}

#intakeFormShort fieldset textarea:hover,
#intakeFormShort fieldset textarea:focus,
#intakeFormShort fieldset textarea.current,
#intakeFormShort fieldset input:hover,
#intakeFormShort fieldset input:focus,
#intakeFormShort fieldset input.current,
#intakeFormShortAutofill fieldset textarea:hover,
#intakeFormShortAutofill fieldset textarea:focus,
#intakeFormShortAutofill fieldset textarea.current,
#intakeFormShortAutofill fieldset input:hover,
#intakeFormShortAutofill fieldset input:focus,
#intakeFormShortAutofill fieldset input.current {
	background-color: #fff;
	bottom: none
}

#intakeFormShort fieldset #intakeFormShortPhone,
#intakeFormShortAutofill fieldset #intakeFormShortPhone {
	margin-right: 0
}

#intakeFormShort fieldset textarea,
#intakeFormShortAutofill fieldset textarea {
	height: 132px;
	width: 100%;
	margin: 0 0 10px;
	padding-top: 18px
}

#intakeFormShort fieldset div.formHighlight *,
#intakeFormShortAutofill fieldset div.formHighlight * {
	border: none
}

#intakeFormShort fieldset div.formHighlight *:hover,
#intakeFormShort fieldset div.formHighlight *:focus,
#intakeFormShort fieldset div.formHighlight *.current,
#intakeFormShortAutofill fieldset div.formHighlight *:hover,
#intakeFormShortAutofill fieldset div.formHighlight *:focus,
#intakeFormShortAutofill fieldset div.formHighlight *.current {
	background-color: #000e34;
	border: none
}

#intakeFormShort fieldset .formCheck,
#intakeFormShortAutofill fieldset .formCheck {
	clear: both;
	font-size: 16px
}

#intakeFormShort fieldset .formCheck a:link,
#intakeFormShort fieldset .formCheck a:visited,
#intakeFormShortAutofill fieldset .formCheck a:link,
#intakeFormShortAutofill fieldset .formCheck a:visited {
	color: #f2b705
}

#intakeFormShort fieldset .formCheck a:hover,
#intakeFormShort fieldset .formCheck a:focus,
#intakeFormShortAutofill fieldset .formCheck a:hover,
#intakeFormShortAutofill fieldset .formCheck a:focus {
	color: #fff
}

#intakeFormShort input[type="checkbox"],
#intakeFormShortAutofill input[type="checkbox"] {
	background: none;
	width: 21px;
	height: 26px;
	margin: -2px 15px 0 0;
	border: none;
	border-radius: 0;
	float: left
}

#intakeFormShort input[type="checkbox"]:hover,
#intakeFormShort input[type="checkbox"]:focus,
#intakeFormShortAutofill input[type="checkbox"]:hover,
#intakeFormShortAutofill input[type="checkbox"]:focus {
	background: none
}

#containerIntakeFormShortAutofill p.intakeFormShortPrivacy {
	display: inline-block;
	margin: 0 5px
}

#containerIntakeFormShortAutofill p.intakeFormShortPrivacy a:link,
#containerIntakeFormShortAutofill p.intakeFormShortPrivacy a:visited {
	color: #f2b705
}

#containerIntakeFormShortAutofill p.intakeFormShortPrivacy a:hover,
#containerIntakeFormShortAutofill p.intakeFormShortPrivacy a:focus {
	color: #fff
}

.short-form #formError {
	position: absolute;
	top: 22px;
	font-size: 15px;
	line-height: 1
}

.short-form #intakeFormShortDisclaimerCheck {
	margin-top: 6px
}

#intakeFormShortSubmit,
#intakeFormShortAutofillSubmit,
a.btns,
.btns a.office-map-link,
a.office-page-link {
	margin-top: 48px;
	display: table;
	cursor: pointer;
	color: #f1b300;
	border: none;
	border-radius: 0;
	position: relative;
	background: transparent;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: color 0.3s ease-in-out
}

#intakeFormShortSubmit:before,
#intakeFormShortAutofillSubmit:before,
a.btns:before,
.btns a.office-map-link:before,
a.office-page-link:before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #f1b300;
	transition: background 0.3s ease-in-out
}

#intakeFormShortSubmit:after,
#intakeFormShortAutofillSubmit:after,
a.btns:after,
.btns a.office-map-link:after,
a.office-page-link:after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-left: 5px;
	position: relative;
	left: 0;
	transition: left 0.3s ease-in-out
}

#intakeFormShortSubmit:hover,
#intakeFormShortAutofillSubmit:hover,
a.btns:hover,
.btns a.office-map-link:hover,
a.office-page-link:hover {
	color: #fff;
	background: transparent
}

#intakeFormShortSubmit:hover:before,
#intakeFormShortAutofillSubmit:hover:before,
a.btns:hover:before,
.btns a.office-map-link:hover:before,
a.office-page-link:hover:before {
	background-color: #fff
}

#intakeFormShortSubmit:hover:after,
#intakeFormShortAutofillSubmit:hover:after,
a.btns:hover:after,
.btns a.office-map-link:hover:after,
a.office-page-link:hover:after {
	left: 6px
}

@media (max-width: 950px) {
	#intakeFormShortSubmit,
	#intakeFormShortAutofillSubmit,
	a.btns,
	.btns a.office-map-link,
	a.office-page-link {
		margin-top: 30px
	}
}

@media (max-width: 750px) {
	#intakeFormShortSubmit,
	#intakeFormShortAutofillSubmit,
	a.btns,
	.btns a.office-map-link,
	a.office-page-link {
		font-size: 16px
	}
}

a.btn-contact-us.btns {
	margin-top: 0
}

@media (max-width: 750px) {
	a.btn-contact-us.btns {
		display: none
	}
}

#intakeFormShortDisclaimer {
	width: 100%;
	float: left
}

#intakeFormShortDisclaimer div {
	border: none;
	background: #fff;
	padding: 5px;
	text-align: left;
	z-index: 1
}

#intakeFormShortDisclaimer p {
	font-family: "Open Sans", sans-serif;
	color: #333;
	padding: 0;
	margin: 0 0 5px;
	font-size: 15px;
	line-height: 1.3
}

#intakeFormShortDisclaimer a {
	color: #f2b705;
	font-size: 15px
}

#intakeFormShortDisclaimer a:hover,
#intakeFormShortDisclaimer a:focus,
#intakeFormShortDisclaimer a.current {
	color: #f2b705;
	text-decoration: none
}

.container-map-wrap {
	background: url(../images/office-map.png) center top no-repeat;
	background-size: cover;
	height: 418px;
	display: block;
	text-decoration: none;
	margin-top: -235px
}

@media (max-width: 750px) {
	.container-map-wrap {
		display: none
	}
}

.contact-info-left {
	float: left;
	width: 466px
}

.contact-info-left h4 {
	margin: 0 0 4px;
	font-size: 18px;
	color: #011c40;
	line-height: 1.2
}

@media (max-width: 950px) {
	.contact-info-left {
		width: 410px
	}
}

@media (max-width: 750px) {
	.contact-info-left {
		float: none;
		width: auto
	}
}

@media (max-width: 450px) {
	.contact-info-left {
		display: table;
		margin: 0 auto;
		text-align: center
	}
}

.contact-block {
	float: left;
	width: 270px
}

@media (max-width: 950px) {
	.contact-block {
		width: 220px
	}
}

@media (max-width: 450px) {
	.contact-block {
		float: none;
		width: auto
	}
}

.container-btns {
	float: right
}

@media (max-width: 450px) {
	.container-btns {
		float: none;
		width: auto;
		display: table;
		margin: 20px auto 0
	}
}

.brand-footer {
	clear: both;
	display: block;
	margin-bottom: 45px
}

@media (max-width: 950px) {
	.brand-footer {
		margin-bottom: 25px
	}
}

@media (max-width: 750px) {
	.brand-footer {
		float: none;
		width: 100%;
		display: none
	}
}

.contact-numbers {
	margin-bottom: 26px
}

@media (max-width: 750px) {
	.contact-numbers {
		float: none;
		width: 100%;
		margin-bottom: 12px
	}
}

.contact-info {
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	*zoom: 1;
	line-height: 1.8;
	color: #404040;
	font-size: 18px;
	padding-top: 84px;
	padding-bottom: 0
}

.contact-info:before,
.contact-info:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.contact-info:after {
	clear: both
}

.contact-info p {
	margin: 0
}

.contact-info p>br {
	display: none
}

.contact-info a.office-map-link,
.contact-info a.office-page-link {
	margin-top: 5px;
	line-height: 1.2;
	font-size: 16px
}

.contact-info a.office-map-link:hover,
.contact-info a.office-map-link:focus,
.contact-info a.office-map-link.current,
.contact-info a.office-page-link:hover,
.contact-info a.office-page-link:focus,
.contact-info a.office-page-link.current {
	color: #023373
}

.contact-info a.office-map-link:hover:before,
.contact-info a.office-map-link:focus:before,
.contact-info a.office-map-link.current:before,
.contact-info a.office-page-link:hover:before,
.contact-info a.office-page-link:focus:before,
.contact-info a.office-page-link.current:before {
	background-color: #023373
}

.contact-info .office-address {
	display: block
}

.contact-info .office-street-address {
	display: block
}

.contact-info .office-street-address br {
	display: none
}

.contact-info .office-phone {
	display: none
}

@media (max-width: 1050px) {
	.contact-info {
		padding-top: 76px
	}
}

@media (max-width: 950px) {
	.contact-info {
		font-size: 16px
	}
	.contact-info a.office-map-link,
	.contact-info a.office-page-link {
		font-size: 13px
	}
}

@media (max-width: 850px) {
	.contact-info {
		padding-top: 48px
	}
}

@media (max-width: 750px) {
	.contact-info {
		line-height: 1.5;
		padding-top: 20px;
		padding-bottom: 0
	}
}

@media (max-width: 450px) {
	.contact-info a.office-map-link,
	.contact-info a.office-page-link {
		margin: 10px auto 0
	}
}

ul.social {
	list-style: none;
	padding: 0;
	display: table;
	margin: 0 auto 44px
}

ul.social li {
	display: inline-block;
	margin-right: 24px
}

ul.social li a {
	text-decoration: none;
	color: #00266a;
	font-size: 27px;
	line-height: 0;
	display: block;
	width: 47px;
	height: 47px;
	text-align: center;
	padding-top: 11px;
	background-color: #fff;
	border-radius: 30px
}

ul.social li a:hover,
ul.social li a:focus,
ul.social li a.current {
	text-decoration: none;
	background-color: #f1b300
}

ul.social li:last-child,
ul.social li.last-child {
	margin-right: 0
}

@media (max-width: 950px) {
	ul.social {
		margin-bottom: 32px
	}
	ul.social li {
		margin-right: 8px
	}
	ul.social li a {
		width: 45px;
		height: 45px;
		font-size: 22px;
		padding-top: 12px
	}
}

@media (max-width: 750px) {
	ul.social {
		margin-bottom: 20px
	}
	ul.social li a {
		font-size: 20px;
		padding-top: 10px;
		width: 40px;
		height: 40px
	}
}
a.btn-review-us:nth-child(1){
	display: none;
}
a.btn-review-us {
	display: none;
	color: #fff;
	background-color: #f1b300;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 20px;
	width: 180px;
	margin: 0 0 12px;
	text-align: center
}

a.btn-review-us:before {
	display: none
}

a.btn-review-us:hover,
a.btn-review-us:focus {
	color: #fff;
	background-color: #00266a
}

@media (max-width: 750px) {
	a.btn-review-us {
		font-size: 16px;
		margin-bottom: 15px;
		padding: 12px 20px
	}
}

.container-badges {
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	*zoom: 1;
	padding-top: 31px;
	padding-bottom: 40px;
	overflow: hidden;
	width: 100%;
	position: relative
}

.container-badges:before,
.container-badges:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.container-badges:after {
	clear: both
}

.container-badges ul {
	list-style: none;
	padding-left: 0;
	list-style: none;
	display: flex;
	justify-content: space-between
}

.container-badges ul li img {
	display: block
}

@media (max-width: 1200px) {
	.container-badges ul li {
		padding: 5px
	}
	.container-badges ul li img {
		max-width: 96%
	}
}

@media (max-width: 950px) {
	.container-badges {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

@media (max-width: 750px) {
	.container-badges {
		padding-top: 0;
		padding-bottom: 0
	}
	.container-badges ul {
		display: block;
		text-align: center
	}
	.container-badges ul li {
		display: inline-block
	}
	.container-badges ul li img {
		max-width: 100%;
		height: 45px
	}
}

.container-footer-page {
	background-color: #00266a;
	padding-top: 85px
}

@media (max-width: 1200px) {
	.container-footer-page {
		padding-top: 60px
	}
}

@media (max-width: 950px) {
	.container-footer-page {
		padding-top: 50px
	}
}

@media (max-width: 750px) {
	.container-footer-page {
		padding-top: 20px
	}
}

.footer-page {
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	*zoom: 1;
	position: relative
}

.footer-page:before,
.footer-page:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.footer-page:after {
	clear: both
}

h4.title-footer {
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	color: #b2b2b2;
	margin: 0 0 58px
}

@media (max-width: 1200px) {
	h4.title-footer {
		margin-bottom: 38px
	}
}

@media (max-width: 950px) {
	h4.title-footer {
		margin-bottom: 30px
	}
}

@media (max-width: 750px) {
	h4.title-footer {
		font-size: 18px;
		margin-bottom: 15px
	}
}

.fine-print {
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
	color: #ffffff
}

.fine-print a {
	color: #fff
}

.fine-print a:hover,
.fine-print a:focus,
.fine-print a:active {
	color: #f1b300
}

.fine-print p {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0
}

@media (max-width: 950px) {
	.fine-print {
		font-size: 16px
	}
}

@media (max-width: 750px) {
	.fine-print {
		font-size: 15px;
		line-height: 1.4;
		text-align: center
	}
}

.copyright {
	padding: 0 0 .2em
}

iframe[src^="http://maps.google.com"],
iframe[src^="https://maps.google.com"] {
	max-width: 100%
}

a.btn-nav-practice,
a.btn-short-form,
a.btn-silo-practice {
	display: none;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background-color: #023373;
	padding: 18px 10px;
	margin: 20px auto;
	max-width: 280px;
	position: relative;
	z-index: 2
}

a.btn-nav-practice:hover,
a.btn-nav-practice:focus,
a.btn-nav-practice.current,
a.btn-short-form:hover,
a.btn-short-form:focus,
a.btn-short-form.current,
a.btn-silo-practice:hover,
a.btn-silo-practice:focus,
a.btn-silo-practice.current {
	color: #fff
}

@media (max-width: 750px) {
	a.btn-nav-practice,
	a.btn-short-form,
	a.btn-silo-practice {
		display: block
	}
}

a.back-to-top {
	display: table;
	width: 84px;
	height: 82px;
	color: #00266a;
	font-size: 29px;
	background-color: #ffffff;
	line-height: 1;
	padding-top: 23px;
	text-align: center;
	margin: 80px auto 0
}

a.back-to-top:hover,
a.back-to-top:focus,
a.back-to-top.current {
	background-color: #f1b300
}

@media (max-width: 1200px) {
	a.back-to-top {
		margin-top: 50px
	}
}

@media (max-width: 950px) {
	a.back-to-top {
		width: 60px;
		height: 54px;
		padding-top: 12px;
		font-size: 26px
	}
}

@media (max-width: 750px) {
	a.back-to-top {
		margin-top: 25px;
		width: 56px;
		height: 48px
	}
}

a.btn-silo-practice {
	margin-bottom: 0
}

a.btn-short-form {
	margin-bottom: 0
}

.Home a.btn-short-form {
	margin-top: 20px
}

.Contact .container-short-form,
.Contact a.btn-short-form,
.Contact .short-form,
.E-mail .container-short-form,
.E-mail a.btn-short-form,
.E-mail .short-form {
	display: none
}

.Contact .container-map-wrap,
.E-mail .container-map-wrap {
	margin-top: 60px
}

.Contact .contact-info-left,
.E-mail .contact-info-left {
	float: none;
	margin: 0 auto
}

.Contact #intakeFormISubmit,
.Contact #emailObfuscationSubmit,
.E-mail #intakeFormISubmit,
.E-mail #emailObfuscationSubmit {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	background: #023373;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 30px;
	border: none;
	height: auto;
	width: auto;
	white-space: normal;
	border-radius: 0
}

.Contact #intakeFormISubmit:hover,
.Contact #intakeFormISubmit:focus,
.Contact #intakeFormISubmit.current,
.Contact #emailObfuscationSubmit:hover,
.Contact #emailObfuscationSubmit:focus,
.Contact #emailObfuscationSubmit.current,
.E-mail #intakeFormISubmit:hover,
.E-mail #intakeFormISubmit:focus,
.E-mail #intakeFormISubmit.current,
.E-mail #emailObfuscationSubmit:hover,
.E-mail #emailObfuscationSubmit:focus,
.E-mail #emailObfuscationSubmit.current {
	background: #f1b300;
	color: #fff;
	border: none
}

@media (max-width: 980px) {
	.E-mail .contextual {
		display: none
	}
}

@media (max-width: 900px) {
	#attorneyProfile img.attorneyProfilePhoto {
		float: none
	}
}

@media (max-width: 920px) {
	#intakeFormI fieldset input,
	#intakeFormI fieldset select {
		width: 90%
	}
}

@media (max-width: 920px) {
	#intakeFormI fieldset textarea {
		width: 90%
	}
}

@media (max-width: 920px) {
	#containerEmailObfuscation fieldset input,
	#intakeFormI fieldset select {
		width: 90%
	}
}

@media (max-width: 920px) {
	#containerEmailObfuscation fieldset textarea {
		width: 90%
	}
}

@media (max-width: 500px) {
	#intakeFormI fieldset div.formCheck label {
		margin: 0 10px 0 0
	}
}

.Search .content #searchFormSearchTerms {
	width: 40%
}

a[href^="tel:"] {
	color: inherit !important;
	text-decoration: none !important;
	cursor: text !important
}

.Site-Map .content ul {
	margin-bottom: 0
}

.content #attorneyProfile h3 {
	margin-bottom: 10px;
	padding-top: 15px
}

.content #attorneyProfile ul {
	margin-bottom: 0
}

.content #attorneyProfile ul li:before {
	display: none
}

.content ul.searchResultsPagination li:before {
	display: none
}

.blog #navigationBlog {
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	*zoom: 1;
	padding: 0;
	margin: 0px 10px 30px
}

.blog #navigationBlog:before,
.blog #navigationBlog:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.blog #navigationBlog:after {
	clear: both
}

.blog .subscribe {
	display: block;
	background: url("../images/bg-subscribe.png") 0 3px no-repeat;
	padding-left: 23px;
	margin: 20px 10px;
	color: #f2b705;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 16px
}

.blog .subscribe:hover,
.blog .subscribe:focus,
.blog .subscribe:active,
.blog .subscribe.current {
	text-decoration: none
}

.blog .findlaw-network {
	margin: 20px 10px 25px 10px;
	display: none;
}

.blog .group h4 {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #f2b705;
	text-transform: uppercase;
	margin: 20px 0 2px
}

.blog .group ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.blog .group ul li {
	display: inline;
	font-size: 16px
}

.blog .group a {
	text-decoration: underline;
	display: block;
	text-transform: capitalize;
	font-family: "Open Sans", sans-serif;
	border-bottom: 0;
	padding: 7px 3px 7px;
	font-weight: 400;
	color: #f2b705
}

.blog .group a:hover,
.blog .group a:focus,
.blog .group a:active,
.blog .group a.current {
	color: #f2b705;
	text-decoration: none
}

.blog #tagCloud a {
	padding: 12px 10px 13px 0;
	float: none
}

.blog #tagCloud a:before {
	background: none
}

.blog #blogCommentForm fieldset input,
.blog #containerBlogCommentFormAutofill #comment-submit,
.blog #blogCommentFormAutofill fieldset #comment-submit {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #023373;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	padding: 9px 18px;
	border: 0
}

.blog #blogCommentForm fieldset input:hover,
.blog #blogCommentForm fieldset input:focus,
.blog #blogCommentForm fieldset input:active,
.blog #blogCommentForm fieldset input.current,
.blog #containerBlogCommentFormAutofill #comment-submit:hover,
.blog #containerBlogCommentFormAutofill #comment-submit:focus,
.blog #containerBlogCommentFormAutofill #comment-submit:active,
.blog #containerBlogCommentFormAutofill #comment-submit.current,
.blog #blogCommentFormAutofill fieldset #comment-submit:hover,
.blog #blogCommentFormAutofill fieldset #comment-submit:focus,
.blog #blogCommentFormAutofill fieldset #comment-submit:active,
.blog #blogCommentFormAutofill fieldset #comment-submit.current {
	background: #f1b300;
	color: #fff
}

.blog .pagination {
	clear: both;
	border-top: 1px dotted #ccc;
	padding: 19px 0;
	float: left;
	width: 100%
}

.blog .pagination ol {
	list-style: none;
	padding: 0
}

.blog .pagination ol li {
	float: left;
	margin-right: 5px
}

.blog input[type="submit"] {
	text-indent: 0 !important
}

.blog .fb-like,
.blog .twitter-share-button,
.blog .g-plusone {
	min-width: 94px
}

.blog .fb-like {
	top: -8px;
	min-width: 114px
}

.blog .IN-widget {
	vertical-align: middle !important
}

.blog #containerSearchFormDesign,
.blog #searchFormDesign {
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	*zoom: 1;
	margin: 5px 0 12px;
	padding: 0;
	clear: both;
	position: relative
}

.blog #containerSearchFormDesign:before,
.blog #containerSearchFormDesign:after,
.blog #searchFormDesign:before,
.blog #searchFormDesign:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.blog #containerSearchFormDesign:after,
.blog #searchFormDesign:after {
	clear: both
}

.blog #searchFormDesign #searchFormDesignSearchTerms {
	margin: 0;
	padding: 7px 88px 7px 15px;
	width: 100%;
	color: #929292;
	border: 1px solid #023373;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	float: left;
	outline: none;
	background: #fefefe
}

.blog #searchFormDesign #searchFormDesignSearchTerms:hover,
.blog #searchFormDesign #searchFormDesignSearchTerms:focus,
.blog #searchFormDesign #searchFormDesignSearchTerms:active,
.blog #searchFormDesign #searchFormDesignSearchTerms.current {
	background: #fff;
	border: 1px solid #f1b300;
	outline: none
}

.blog #searchFormDesign #searchFormDesignSubmit,
.blog #searchFormDesign .search-submit {
	font-family: "Open Sans", sans-serif;
	width: auto;
	height: auto;
	display: inline;
	vertical-align: top;
	margin: 0;
	font-size: 16px;
	color: #fff;
	padding: 8px 17px 8px 12px;
	border: 0;
	float: left;
	position: absolute;
	right: 0;
	top: 0;
	background: #023373
}

.blog #searchFormDesign #searchFormDesignSubmit:hover,
.blog #searchFormDesign #searchFormDesignSubmit:focus,
.blog #searchFormDesign #searchFormDesignSubmit:active,
.blog #searchFormDesign #searchFormDesignSubmit.current,
.blog #searchFormDesign .search-submit:hover,
.blog #searchFormDesign .search-submit:focus,
.blog #searchFormDesign .search-submit:active,
.blog #searchFormDesign .search-submit.current {
	color: #fff;
	background: #f1b300
}

.blog #searchFormDesign .formLabelHide {
	position: absolute;
	left: -5000px
}

.formHide {
	display: none
}


/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}

a:focus {
	outline: thin dotted
}

a:active,
a:hover {
	outline: 0
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

mark {
	background: #ff0;
	color: #000
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}


/*!
 * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.far,
.fal,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -.0667em
}

.fa-xs {
	font-size: .75em
}

.fa-sm {
	font-size: .875em
}

.fa-1x {
	font-size: 1em
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-6x {
	font-size: 6em
}

.fa-7x {
	font-size: 7em
}

.fa-8x {
	font-size: 8em
}

.fa-9x {
	font-size: 9em
}

.fa-10x {
	font-size: 10em
}

.fa-fw {
	text-align: center;
	width: 1.25em
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0
}

.fa-ul>li {
	position: relative
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit
}

.fa-border {
	border: solid 0.08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1)
}

.fa-flip-horizontal.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-500px:before {
	content: "\f26e"
}

.fa-accessible-icon:before {
	content: "\f368"
}

.fa-accusoft:before {
	content: "\f369"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-card:before {
	content: "\f2bb"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-adn:before {
	content: "\f170"
}

.fa-adversal:before {
	content: "\f36a"
}

.fa-affiliatetheme:before {
	content: "\f36b"
}

.fa-algolia:before {
	content: "\f36c"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-amazon-pay:before {
	content: "\f42c"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-amilia:before {
	content: "\f36d"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-android:before {
	content: "\f17b"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angrycreative:before {
	content: "\f36e"
}

.fa-angular:before {
	content: "\f420"
}

.fa-app-store:before {
	content: "\f36f"
}

.fa-app-store-ios:before {
	content: "\f370"
}

.fa-apper:before {
	content: "\f371"
}

.fa-apple:before {
	content: "\f179"
}

.fa-apple-pay:before {
	content: "\f415"
}

.fa-archive:before {
	content: "\f187"
}

.fa-arrow-alt-circle-down:before {
	content: "\f358"
}

.fa-arrow-alt-circle-left:before {
	content: "\f359"
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-arrows-alt-h:before {
	content: "\f337"
}

.fa-arrows-alt-v:before {
	content: "\f338"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-asymmetrik:before {
	content: "\f372"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-audible:before {
	content: "\f373"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-autoprefixer:before {
	content: "\f41c"
}

.fa-avianex:before {
	content: "\f374"
}

.fa-aviato:before {
	content: "\f421"
}

.fa-aws:before {
	content: "\f375"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-band-aid:before {
	content: "\f462"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-baseball-ball:before {
	content: "\f433"
}

.fa-basketball-ball:before {
	content: "\f434"
}

.fa-bath:before {
	content: "\f2cd"
}

.fa-battery-empty:before {
	content: "\f244"
}

.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-bed:before {
	content: "\f236"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bimobject:before {
	content: "\f378"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitcoin:before {
	content: "\f379"
}

.fa-bity:before {
	content: "\f37a"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-blackberry:before {
	content: "\f37b"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-blogger:before {
	content: "\f37c"
}

.fa-blogger-b:before {
	content: "\f37d"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-bold:before {
	content: "\f032"
}

.fa-bolt:before {
	content: "\f0e7"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-bowling-ball:before {
	content: "\f436"
}

.fa-box:before {
	content: "\f466"
}

.fa-boxes:before {
	content: "\f468"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-btc:before {
	content: "\f15a"
}

.fa-bug:before {
	content: "\f188"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-buromobelexperte:before {
	content: "\f37f"
}

.fa-bus:before {
	content: "\f207"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-calendar:before {
	content: "\f133"
}

.fa-calendar-alt:before {
	content: "\f073"
}

.fa-calendar-check:before {
	content: "\f274"
}

.fa-calendar-minus:before {
	content: "\f272"
}

.fa-calendar-plus:before {
	content: "\f271"
}

.fa-calendar-times:before {
	content: "\f273"
}

.fa-camera:before {
	content: "\f030"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-car:before {
	content: "\f1b9"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-caret-square-down:before {
	content: "\f150"
}

.fa-caret-square-left:before {
	content: "\f191"
}

.fa-caret-square-right:before {
	content: "\f152"
}

.fa-caret-square-up:before {
	content: "\f151"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cc-amazon-pay:before {
	content: "\f42d"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-apple-pay:before {
	content: "\f416"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-centercode:before {
	content: "\f380"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-chart-area:before {
	content: "\f1fe"
}

.fa-chart-bar:before {
	content: "\f080"
}

.fa-chart-line:before {
	content: "\f201"
}

.fa-chart-pie:before {
	content: "\f200"
}

.fa-check:before {
	content: "\f00c"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-chess:before {
	content: "\f439"
}

.fa-chess-bishop:before {
	content: "\f43a"
}

.fa-chess-board:before {
	content: "\f43c"
}

.fa-chess-king:before {
	content: "\f43f"
}

.fa-chess-knight:before {
	content: "\f441"
}

.fa-chess-pawn:before {
	content: "\f443"
}

.fa-chess-queen:before {
	content: "\f445"
}

.fa-chess-rook:before {
	content: "\f447"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-circle:before {
	content: "\f111"
}

.fa-circle-notch:before {
	content: "\f1ce"
}

.fa-clipboard:before {
	content: "\f328"
}

.fa-clipboard-check:before {
	content: "\f46c"
}

.fa-clipboard-list:before {
	content: "\f46d"
}

.fa-clock:before {
	content: "\f017"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-closed-captioning:before {
	content: "\f20a"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-cloud-download-alt:before {
	content: "\f381"
}

.fa-cloud-upload-alt:before {
	content: "\f382"
}

.fa-cloudscale:before {
	content: "\f383"
}

.fa-cloudsmith:before {
	content: "\f384"
}

.fa-cloudversify:before {
	content: "\f385"
}

.fa-code:before {
	content: "\f121"
}

.fa-code-branch:before {
	content: "\f126"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cog:before {
	content: "\f013"
}

.fa-cogs:before {
	content: "\f085"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-comment:before {
	content: "\f075"
}

.fa-comment-alt:before {
	content: "\f27a"
}

.fa-comments:before {
	content: "\f086"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-compress:before {
	content: "\f066"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-copy:before {
	content: "\f0c5"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-cpanel:before {
	content: "\f388"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-crop:before {
	content: "\f125"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-css3-alt:before {
	content: "\f38b"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-cut:before {
	content: "\f0c4"
}

.fa-cuttlefish:before {
	content: "\f38c"
}

.fa-d-and-d:before {
	content: "\f38d"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-deaf:before {
	content: "\f2a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-deploydog:before {
	content: "\f38e"
}

.fa-deskpro:before {
	content: "\f38f"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-digital-ocean:before {
	content: "\f391"
}

.fa-discord:before {
	content: "\f392"
}

.fa-discourse:before {
	content: "\f393"
}

.fa-dna:before {
	content: "\f471"
}

.fa-dochub:before {
	content: "\f394"
}

.fa-docker:before {
	content: "\f395"
}

.fa-dollar-sign:before {
	content: "\f155"
}

.fa-dolly:before {
	content: "\f472"
}

.fa-dolly-flatbed:before {
	content: "\f474"
}

.fa-dot-circle:before {
	content: "\f192"
}

.fa-download:before {
	content: "\f019"
}

.fa-draft2digital:before {
	content: "\f396"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-dribbble-square:before {
	content: "\f397"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-dyalog:before {
	content: "\f399"
}

.fa-earlybirds:before {
	content: "\f39a"
}

.fa-edge:before {
	content: "\f282"
}

.fa-edit:before {
	content: "\f044"
}

.fa-eject:before {
	content: "\f052"
}

.fa-elementor:before {
	content: "\f430"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-ember:before {
	content: "\f423"
}

.fa-empire:before {
	content: "\f1d1"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-envira:before {
	content: "\f299"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-erlang:before {
	content: "\f39d"
}

.fa-ethereum:before {
	content: "\f42e"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-euro-sign:before {
	content: "\f153"
}

.fa-exchange-alt:before {
	content: "\f362"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-expand:before {
	content: "\f065"
}

.fa-expand-arrows-alt:before {
	content: "\f31e"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-external-link-alt:before {
	content: "\f35d"
}

.fa-external-link-square-alt:before {
	content: "\f360"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-dropper:before {
	content: "\f1fb"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-facebook-messenger:before {
	content: "\f39f"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-female:before {
	content: "\f182"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-alt:before {
	content: "\f15c"
}

.fa-file-archive:before {
	content: "\f1c6"
}

.fa-file-audio:before {
	content: "\f1c7"
}

.fa-file-code:before {
	content: "\f1c9"
}

.fa-file-excel:before {
	content: "\f1c3"
}

.fa-file-image:before {
	content: "\f1c5"
}

.fa-file-pdf:before {
	content: "\f1c1"
}

.fa-file-powerpoint:before {
	content: "\f1c4"
}

.fa-file-video:before {
	content: "\f1c8"
}

.fa-file-word:before {
	content: "\f1c2"
}

.fa-film:before {
	content: "\f008"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-first-aid:before {
	content: "\f479"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-firstdraft:before {
	content: "\f3a1"
}

.fa-flag:before {
	content: "\f024"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-flipboard:before {
	content: "\f44d"
}

.fa-fly:before {
	content: "\f417"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-font:before {
	content: "\f031"
}

.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-font-awesome-alt:before {
	content: "\f35c"
}

.fa-font-awesome-flag:before {
	content: "\f425"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-fonticons-fi:before {
	content: "\f3a2"
}

.fa-football-ball:before {
	content: "\f44e"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-fort-awesome-alt:before {
	content: "\f3a3"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-freebsd:before {
	content: "\f3a4"
}

.fa-frown:before {
	content: "\f119"
}

.fa-futbol:before {
	content: "\f1e3"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-gavel:before {
	content: "\f0e3"
}

.fa-gem:before {
	content: "\f3a5"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-github:before {
	content: "\f09b"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-gitkraken:before {
	content: "\f3a6"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-gitter:before {
	content: "\f426"
}

.fa-glass-martini:before {
	content: "\f000"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-gofore:before {
	content: "\f3a7"
}

.fa-golf-ball:before {
	content: "\f450"
}

.fa-goodreads:before {
	content: "\f3a8"
}

.fa-goodreads-g:before {
	content: "\f3a9"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-google-drive:before {
	content: "\f3aa"
}

.fa-google-play:before {
	content: "\f3ab"
}

.fa-google-plus:before {
	content: "\f2b3"
}

.fa-google-plus-g:before {
	content: "\f0d5"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-gratipay:before {
	content: "\f184"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-gripfire:before {
	content: "\f3ac"
}

.fa-grunt:before {
	content: "\f3ad"
}

.fa-gulp:before {
	content: "\f3ae"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-hacker-news-square:before {
	content: "\f3af"
}

.fa-hand-lizard:before {
	content: "\f258"
}

.fa-hand-paper:before {
	content: "\f256"
}

.fa-hand-peace:before {
	content: "\f25b"
}

.fa-hand-point-down:before {
	content: "\f0a7"
}

.fa-hand-point-left:before {
	content: "\f0a5"
}

.fa-hand-point-right:before {
	content: "\f0a4"
}

.fa-hand-point-up:before {
	content: "\f0a6"
}

.fa-hand-pointer:before {
	content: "\f25a"
}

.fa-hand-rock:before {
	content: "\f255"
}

.fa-hand-scissors:before {
	content: "\f257"
}

.fa-hand-spock:before {
	content: "\f259"
}

.fa-handshake:before {
	content: "\f2b5"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-hdd:before {
	content: "\f0a0"
}

.fa-heading:before {
	content: "\f1dc"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-heart:before {
	content: "\f004"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-hips:before {
	content: "\f452"
}

.fa-hire-a-helper:before {
	content: "\f3b0"
}

.fa-history:before {
	content: "\f1da"
}

.fa-hockey-puck:before {
	content: "\f453"
}

.fa-home:before {
	content: "\f015"
}

.fa-hooli:before {
	content: "\f427"
}

.fa-hospital:before {
	content: "\f0f8"
}

.fa-hospital-symbol:before {
	content: "\f47e"
}

.fa-hotjar:before {
	content: "\f3b1"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-start:before {
	content: "\f251"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-hubspot:before {
	content: "\f3b2"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-id-card:before {
	content: "\f2c2"
}

.fa-image:before {
	content: "\f03e"
}

.fa-images:before {
	content: "\f302"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-industry:before {
	content: "\f275"
}

.fa-info:before {
	content: "\f129"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-italic:before {
	content: "\f033"
}

.fa-itunes:before {
	content: "\f3b4"
}

.fa-itunes-note:before {
	content: "\f3b5"
}

.fa-jenkins:before {
	content: "\f3b6"
}

.fa-joget:before {
	content: "\f3b7"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-js:before {
	content: "\f3b8"
}

.fa-js-square:before {
	content: "\f3b9"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-key:before {
	content: "\f084"
}

.fa-keyboard:before {
	content: "\f11c"
}

.fa-keycdn:before {
	content: "\f3ba"
}

.fa-kickstarter:before {
	content: "\f3bb"
}

.fa-kickstarter-k:before {
	content: "\f3bc"
}

.fa-korvue:before {
	content: "\f42f"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-laravel:before {
	content: "\f3bd"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-lemon:before {
	content: "\f094"
}

.fa-less:before {
	content: "\f41d"
}

.fa-level-down-alt:before {
	content: "\f3be"
}

.fa-level-up-alt:before {
	content: "\f3bf"
}

.fa-life-ring:before {
	content: "\f1cd"
}

.fa-lightbulb:before {
	content: "\f0eb"
}

.fa-line:before {
	content: "\f3c0"
}

.fa-link:before {
	content: "\f0c1"
}

.fa-linkedin:before {
	content: "\f08c"
}

.fa-linkedin-in:before {
	content: "\f0e1"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-lira-sign:before {
	content: "\f195"
}

.fa-list:before {
	content: "\f03a"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-lock:before {
	content: "\f023"
}

.fa-lock-open:before {
	content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
	content: "\f309"
}

.fa-long-arrow-alt-left:before {
	content: "\f30a"
}

.fa-long-arrow-alt-right:before {
	content: "\f30b"
}

.fa-long-arrow-alt-up:before {
	content: "\f30c"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-lyft:before {
	content: "\f3c3"
}

.fa-magento:before {
	content: "\f3c4"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-male:before {
	content: "\f183"
}

.fa-map:before {
	content: "\f279"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-map-marker-alt:before {
	content: "\f3c5"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-medapps:before {
	content: "\f3c6"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-medium-m:before {
	content: "\f3c7"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-medrt:before {
	content: "\f3c8"
}

.fa-meetup:before {
	content: "\f2e0"
}

.fa-meh:before {
	content: "\f11a"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-microsoft:before {
	content: "\f3ca"
}

.fa-minus:before {
	content: "\f068"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-mix:before {
	content: "\f3cb"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-mizuni:before {
	content: "\f3cc"
}

.fa-mobile:before {
	content: "\f10b"
}

.fa-mobile-alt:before {
	content: "\f3cd"
}

.fa-modx:before {
	content: "\f285"
}

.fa-monero:before {
	content: "\f3d0"
}

.fa-money-bill-alt:before {
	content: "\f3d1"
}

.fa-moon:before {
	content: "\f186"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-music:before {
	content: "\f001"
}

.fa-napster:before {
	content: "\f3d2"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-newspaper:before {
	content: "\f1ea"
}

.fa-nintendo-switch:before {
	content: "\f418"
}

.fa-node:before {
	content: "\f419"
}

.fa-node-js:before {
	content: "\f3d3"
}

.fa-npm:before {
	content: "\f3d4"
}

.fa-ns8:before {
	content: "\f3d5"
}

.fa-nutritionix:before {
	content: "\f3d6"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-osi:before {
	content: "\f41a"
}

.fa-outdent:before {
	content: "\f03b"
}

.fa-page4:before {
	content: "\f3d7"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-palfed:before {
	content: "\f3d8"
}

.fa-pallet:before {
	content: "\f482"
}

.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-paste:before {
	content: "\f0ea"
}

.fa-patreon:before {
	content: "\f3d9"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-pen-square:before {
	content: "\f14b"
}

.fa-pencil-alt:before {
	content: "\f303"
}

.fa-percent:before {
	content: "\f295"
}

.fa-periscope:before {
	content: "\f3da"
}

.fa-phabricator:before {
	content: "\f3db"
}

.fa-phoenix-framework:before {
	content: "\f3dc"
}

.fa-phone:before {
	content: "\f095"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-phone-volume:before {
	content: "\f2a0"
}

.fa-php:before {
	content: "\f457"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pills:before {
	content: "\f484"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-plane:before {
	content: "\f072"
}

.fa-play:before {
	content: "\f04b"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-playstation:before {
	content: "\f3df"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-plus:before {
	content: "\f067"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-pound-sign:before {
	content: "\f154"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-print:before {
	content: "\f02f"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-pushed:before {
	content: "\f3e1"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-python:before {
	content: "\f3e2"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-question:before {
	content: "\f128"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-quidditch:before {
	content: "\f458"
}

.fa-quinscape:before {
	content: "\f459"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-random:before {
	content: "\f074"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-react:before {
	content: "\f41b"
}

.fa-rebel:before {
	content: "\f1d0"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-red-river:before {
	content: "\f3e3"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-redo:before {
	content: "\f01e"
}

.fa-redo-alt:before {
	content: "\f2f9"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-rendact:before {
	content: "\f3e4"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-reply:before {
	content: "\f3e5"
}

.fa-reply-all:before {
	content: "\f122"
}

.fa-replyd:before {
	content: "\f3e6"
}

.fa-resolving:before {
	content: "\f3e7"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-road:before {
	content: "\f018"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-rocketchat:before {
	content: "\f3e8"
}

.fa-rockrms:before {
	content: "\f3e9"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-ruble-sign:before {
	content: "\f158"
}

.fa-rupee-sign:before {
	content: "\f156"
}

.fa-safari:before {
	content: "\f267"
}

.fa-sass:before {
	content: "\f41e"
}

.fa-save:before {
	content: "\f0c7"
}

.fa-schlix:before {
	content: "\f3ea"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-search:before {
	content: "\f002"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-searchengin:before {
	content: "\f3eb"
}

.fa-sellcast:before {
	content: "\f2da"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-server:before {
	content: "\f233"
}

.fa-servicestack:before {
	content: "\f3ec"
}

.fa-share:before {
	content: "\f064"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-shekel-sign:before {
	content: "\f20b"
}

.fa-shield-alt:before {
	content: "\f3ed"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-shipping-fast:before {
	content: "\f48b"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-sign-in-alt:before {
	content: "\f2f6"
}

.fa-sign-language:before {
	content: "\f2a7"
}

.fa-sign-out-alt:before {
	content: "\f2f5"
}

.fa-signal:before {
	content: "\f012"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-sistrix:before {
	content: "\f3ee"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-slack:before {
	content: "\f198"
}

.fa-slack-hash:before {
	content: "\f3ef"
}

.fa-sliders-h:before {
	content: "\f1de"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-smile:before {
	content: "\f118"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-snowflake:before {
	content: "\f2dc"
}

.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-alpha-down:before {
	content: "\f15d"
}

.fa-sort-alpha-up:before {
	content: "\f15e"
}

.fa-sort-amount-down:before {
	content: "\f160"
}

.fa-sort-amount-up:before {
	content: "\f161"
}

.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-numeric-down:before {
	content: "\f162"
}

.fa-sort-numeric-up:before {
	content: "\f163"
}

.fa-sort-up:before {
	content: "\f0de"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-speakap:before {
	content: "\f3f3"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-square-full:before {
	content: "\f45c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-staylinked:before {
	content: "\f3f5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-steam-symbol:before {
	content: "\f3f6"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-sticker-mule:before {
	content: "\f3f7"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stopwatch:before {
	content: "\f2f2"
}

.fa-strava:before {
	content: "\f428"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-stripe:before {
	content: "\f429"
}

.fa-stripe-s:before {
	content: "\f42a"
}

.fa-studiovinari:before {
	content: "\f3f8"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-subway:before {
	content: "\f239"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-sun:before {
	content: "\f185"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-supple:before {
	content: "\f3f9"
}

.fa-sync:before {
	content: "\f021"
}

.fa-sync-alt:before {
	content: "\f2f1"
}

.fa-syringe:before {
	content: "\f48e"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-table-tennis:before {
	content: "\f45d"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-tablet-alt:before {
	content: "\f3fa"
}

.fa-tachometer-alt:before {
	content: "\f3fd"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-taxi:before {
	content: "\f1ba"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-telegram-plane:before {
	content: "\f3fe"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-thermometer:before {
	content: "\f491"
}

.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbtack:before {
	content: "\f08d"
}

.fa-ticket-alt:before {
	content: "\f3ff"
}

.fa-times:before {
	content: "\f00d"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-tint:before {
	content: "\f043"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-train:before {
	content: "\f238"
}

.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-trash-alt:before {
	content: "\f2ed"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-trello:before {
	content: "\f181"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-tv:before {
	content: "\f26c"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-typo3:before {
	content: "\f42b"
}

.fa-uber:before {
	content: "\f402"
}

.fa-uikit:before {
	content: "\f403"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-undo:before {
	content: "\f0e2"
}

.fa-undo-alt:before {
	content: "\f2ea"
}

.fa-uniregistry:before {
	content: "\f404"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-university:before {
	content: "\f19c"
}

.fa-unlink:before {
	content: "\f127"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-untappd:before {
	content: "\f405"
}

.fa-upload:before {
	content: "\f093"
}

.fa-usb:before {
	content: "\f287"
}

.fa-user:before {
	content: "\f007"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-users:before {
	content: "\f0c0"
}

.fa-ussunnah:before {
	content: "\f407"
}

.fa-utensil-spoon:before {
	content: "\f2e5"
}

.fa-utensils:before {
	content: "\f2e7"
}

.fa-vaadin:before {
	content: "\f408"
}

.fa-venus:before {
	content: "\f221"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-viber:before {
	content: "\f409"
}

.fa-video:before {
	content: "\f03d"
}

.fa-vimeo:before {
	content: "\f40a"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-vimeo-v:before {
	content: "\f27d"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-vk:before {
	content: "\f189"
}

.fa-vnv:before {
	content: "\f40b"
}

.fa-volleyball-ball:before {
	content: "\f45f"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-vuejs:before {
	content: "\f41f"
}

.fa-warehouse:before {
	content: "\f494"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-weight:before {
	content: "\f496"
}

.fa-weixin:before {
	content: "\f1d7"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-whatsapp-square:before {
	content: "\f40c"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-whmcs:before {
	content: "\f40d"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-window-close:before {
	content: "\f410"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-won-sign:before {
	content: "\f159"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-wordpress-simple:before {
	content: "\f411"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-xbox:before {
	content: "\f412"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-y-combinator:before {
	content: "\f23b"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-yandex:before {
	content: "\f413"
}

.fa-yandex-international:before {
	content: "\f414"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-yen-sign:before {
	content: "\f157"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-youtube-square:before {
	content: "\f431"
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: normal;
	src: url("../webfonts/fa-brands-400.eot");
	src: url("../webfonts/fa-brands-400d41d.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg")
}

.fab {
	font-family: 'Font Awesome 5 Brands'
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	src: url("../webfonts/fa-regular-400.eot");
	src: url("../webfonts/fa-regular-400d41d.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg")
}

.far {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	src: url("../webfonts/fa-solid-900.eot");
	src: url("../webfonts/fa-solid-900d41d.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg")
}

.fa,
.fas {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900
}

.fl-drop-left ul li ul {
	left: auto !important;
	right: 100% !important
}

.fl-drop-left ul li ul li ul {
	right: auto !important
}

.fl-drop-right ul li ul {
	right: auto !important;
	left: 100% !important
}

.fl-drop-right ul li ul li ul {
	left: auto !important
}

.fl-show {
	display: block !important
}

.fl-accordion-horizontal .fl-show {
	display: inline-block !important
}

#eNewsletter h3,
#eNewsletterArticles h3 {
	font-size: 1.2em;
	padding-bottom: 1.2em
}

#eNewsletter h4,
#eNewsletterArticles h4 {
	font-size: 1.1em;
	padding-bottom: .3em
}

#eNewsletter h5,
#eNewsletterArticles h5 {
	font-size: 1em;
	padding-bottom: .3em
}

#eNewsletterArchives .eNewsletterArchivesTopic {
	display: none
}

.faqContainerQuestions {
	float: right;
	width: 200px;
	margin: 0 0 0 10px;
	border: 1px #000 solid;
	padding: 1.2em 1.2em 0 1.2em
}

ul.faqQuestions {
	margin: 0;
	padding: 0 0 1.2em 0;
	list-style: none;
	overflow: visible
}

ul.faqQuestions li {
	display: block;
	padding: 0 0 1.2em 0
}

#faq h3,
#faqQuestions h3,
#faqArticles h3 {
	font-size: 1.2em;
	padding-bottom: 1.2em
}

#faq h4,
#faqQuestions h4,
#faqArticles h4 {
	font-size: 1.1em;
	padding-bottom: .3em
}

#faq h5,
#faqQuestions h5,
#faqArticles h5 {
	font-size: 1em;
	padding-bottom: .3em
}

#faqQuestions h3.fl_pafaq_title {
	display: none
}

#faqArchives .faqArchivesTopic {
	display: none
}

#dynamicProductsCaseSummaries .dynamicProductsCaseSummariesTopic {
	display: none
}

#dynamicProductsNews .dynamicProductsNewsTopic {
	display: none
}

ul.dynamicProductsNewsList {
	margin: 0;
	padding: 0 0 1.2em 0;
	list-style: none;
	overflow: visible
}

ul.dynamicProductsNewsList li {
	display: block
}

.newsCaseSummariesNews h2.newsCaseSummariesNewsTitle {
	display: none
}

.newsCaseSummariesCaseSummaries {
	padding-top: 15px;
	border-top: 1px #000 solid
}

.newsResourcePackColumnNewsArticles {
	float: left;
	width: 49%;
	padding: 0 1% 1.2em 0
}

.newsResourcePackArticles {
	padding-top: 15px;
	border-top: 1px #000 solid
}

.newsResourcePackColumnCaseSummariesFAQ {
	float: left;
	width: 49%;
	padding: 0 0 1.2em 1%
}

.newsResourcePackFAQ {
	padding: 15px;
	border: 1px #000 solid
}

#newsResourcePackQuestions h3.fl_pafaq_title {
	display: none
}

#newsResourcePackQuestions h3 {
	font-size: 1.2em;
	padding-bottom: 1.2em
}

#newsResourcePackQuestions h4 {
	font-size: 1.1em;
	padding-bottom: .3em
}

#newsResourcePackQuestions h5 {
	font-size: 1em;
	padding-bottom: .3em
}

#newsResourcePack .newsResourcePackNewsTopic {
	display: none
}

#newsResourcePack .newsResourcePackArticlesTopic {
	display: none
}

#newsResourcePack .newsResourcePackCaseSummariesTopic {
	display: none
}

#newsResourcePack .newsResourcePackFAQTopic {
	display: none
}

#newsResourcePackQuestions .newsResourcePackQuestionsTopic {
	display: none
}

#newsResourcePackArticles .newsResourcePackArticlesTopic {
	display: none
}

#newsResourcePackArticleArchives .newsResourcePackArticleArchivesTopic {
	display: none
}

.intakeFormError {
	color: #ff0000;
	font-weight: bold
}

#containerIntakeFormI,
#containerIntakeFormI * {
	margin: 0;
	padding: 0
}

#containerIntakeFormI p.intakeFormINote {
	padding: 0
}

#intakeFormI fieldset {
	border: none;
	border-top: 1px solid #000;
	padding: 1em 0 0 1.2em;
	margin: 1em 0 0
}

#intakeFormI fieldset legend {
	font-weight: bold
}

#ie #intakeFormI fieldset legend {
	margin: 0 0 0 -.6em
}

#intakeFormI fieldset label {
	cursor: pointer
}

#intakeFormI fieldset .formHide {
	display: none
}

#intakeFormI fieldset #formError {
	display: block;
	cursor: default;
	color: #f00;
	clear: both
}

#intakeFormI fieldset #formError strong {
	font-weight: normal
}

#intakeFormI fieldset label.formDescribeIssue {
	float: left;
	margin: .2em 0
}

#intakeFormI fieldset div.formCheck label {
	margin: 0 3em 0 0
}

#intakeFormI fieldset div.formCheck label[for="intakeFormIDisclaimerCheck"] {
	margin: 0
}

#intakeFormI fieldset input,
#intakeFormI fieldset select {
	display: block;
	width: 20.5em;
	margin: .2em 0 .5em 0;
	padding: 2px
}

#intakeFormI fieldset input.intakeFormHiddenInput {
	padding: 0
}

#intakeFormI fieldset div.formHighlight * {
	border: 1px solid #aaa
}

#intakeFormI fieldset div.formHighlight *:hover,
#intakeFormI fieldset div.formHighlight *:focus {
	background: #ffc
}

#intakeFormI fieldset select {
	width: 21em
}

#intakeFormI fieldset label input {
	display: inline;
	width: 2em;
	margin: 0
}

#intakeFormI fieldset textarea {
	clear: left;
	display: block;
	width: 25em;
	height: 10em;
	padding: 2px;
	margin: .2em 0 0 0
}

#intakeFormI fieldset p {
	margin: .5em 0
}

#intakeFormI fieldset div.formCheck {
	margin: .5em 0
}

#intakeFormI fieldset .formCheck input {
	background: none
}

#intakeFormI img.formDisclaimer {
	float: left;
	margin: 0 1em 0 0
}

#intakeFormISubmit {
	width: 12.5em;
	height: 2.5em;
	margin: .5em 0
}

#containerIntakeFormShort,
#containerIntakeFormShort *,
#containerIntakeFormShortAutofill,
#containerIntakeFormShortAutofill * {
	margin: 0;
	padding: 0
}

#intakeFormShort fieldset,
#intakeFormShortAutofill fieldset {
	border: none
}

#intakeFormShort fieldset legend span,
#intakeFormShort fieldset label span,
#intakeFormShortAutofill fieldset legend span,
#intakeFormShortAutofill fieldset label span,
#intakeFormShortAutofill fieldset label.formLabelHide {
	position: absolute;
	left: -9000em
}

#intakeFormShort fieldset label,
#intakeFormShortAutofill fieldset label {
	cursor: pointer
}

#intakeFormShort fieldset .formHide,
#intakeFormShortAutofill fieldset label.formHide {
	display: none
}

#intakeFormShort fieldset #formError strong,
#intakeFormShortAutofill fieldset #formError strong {
	font-weight: normal
}

#intakeFormShort fieldset input.intakeFormHiddenInput,
#intakeFormShortAutofill fieldset input.intakeFormHiddenInput {
	padding: 0
}

#intakeFormShort fieldset textarea,
#intakeFormShortAutofill fieldset textarea {
	height: 80px
}

#intakeFormShort fieldset .formCheck,
#intakeFormShortAutofill fieldset .formCheck {
	display: block;
	line-height: 1.5em
}

#intakeFormShort fieldset label input,
#intakeFormShortAutofill fieldset label input {
	display: inline;
	width: 20px;
	margin: 0 0 0 -3px;
	padding: 0
}

#intakeFormShort fieldset input.checkbox,
#intakeFormShortAutofill fieldset input.checkbox {
	background: none
}

#intakeFormShortDisclaimer {
	display: none;
	width: 200px;
	font-size: 12px;
	position: relative
}

#intakeFormShortDisclaimer div {
	border: 2px solid #333;
	background: #fff;
	color: #000;
	padding: 5px;
	position: absolute;
	top: 0;
	left: 0
}

#intakeFormShortDisclaimer p {
	clear: both;
	overflow: auto;
	padding: 10px 15px .8em;
	font-family: Verdana, Geneva, sans-serif
}

#intakeFormShortDisclaimer a {
	display: block;
	margin: 0 15px 0 0;
	color: #00f;
	font-weight: bold;
	text-decoration: none
}

#containerIntakeFormShort,
#containerIntakeFormShortAutofill {
	font-size: .91em;
	font-family: Verdana, Geneva, sans-serif
}

#containerIntakeFormShort p,
#containerIntakeFormShortAutofill p {
	padding: 0 0 .5em 0
}

#intakeFormShort fieldset #formError,
#intakeFormShortAutofill fieldset #formError {
	display: block;
	cursor: default;
	color: #f00
}

#intakeFormShortAutofill fieldset #formError {
	padding: 0 0 2px 0
}

#intakeFormShort fieldset input,
#intakeFormShort fieldset textarea,
#intakeFormShortAutofill fieldset input,
#intakeFormShortAutofill fieldset textarea {
	display: block;
	width: 150px;
	font-family: Verdana, Geneva, sans-serif;
	margin: .2em 0 .5em 0;
	padding: 3px
}

#intakeFormShort fieldset div.formHighlight *,
#intakeFormShortAutofill fieldset div.formHighlight * {
	border: 1px solid #aaa
}

#intakeFormShort fieldset div.formHighlight *:hover,
#intakeFormShort fieldset div.formHighlight *:focus,
#intakeFormShortAutofill fieldset div.formHighlight *:hover,
#intakeFormShortAutofill fieldset div.formHighlight *:focus {
	background: #ffc
}

#intakeFormShortSubmit,
#intakeFormShortAutofillSubmit {
	width: auto;
	height: auto;
	margin: .5em 0
}

#containerSearchFormDesign,
#searchFormDesign {
	margin: 0;
	padding: 0
}

#searchFormDesign #searchFormDesignSearchTerms {
	margin: 0;
	padding: 0;
	width: 150px;
	border: 1px solid #ccc
}

#searchFormDesign #searchFormDesignSearchTerms:focus,
#searchFormDesign #searchFormDesignSearchTerms:hover {
	border-color: #000
}

#searchFormDesign #searchFormDesignSubmit {
	width: auto;
	height: auto;
	display: inline;
	vertical-align: top
}

#searchFormDesign label {
	cursor: pointer
}

#searchFormDesign .formLabelHide {
	position: absolute;
	left: -5000px
}

.map-module {
	margin: 10px 0
}

@media (min-width: only) and (max-width: 600px) {
	.content input[type="text"],
	.content textarea,
	.content fieldset select {
		width: 90% !important
	}
	#intakeFormI input[type="text"],
	#intakeFormI textarea,
	#intakeFormI fieldset select,
	#emailObfuscation input[type="text"],
	#emailObfuscation fieldset textarea,
	#emailObfuscation fieldset select {
		width: 90% !important
	}
}

#practicePageSide {
	float: right;
	width: 182px;
	margin: 0 0 0 15px
}

#practicePageFormShort {
	border: solid 1px #000000;
	padding: 10px 15px;
	width: 152px;
	margin: 0 0 15px 0
}

#practicePageFormShort form {
	margin: 0
}

#practicePageFormShort p {
	padding: 0;
	margin: 0
}

#practicePageFormShort br {
	line-height: 0
}

#practicePageFormShort a {
	margin: 10px 0 0 0;
	display: block
}

#practicePageFormShort .practicePageFormShortHeader {
	font-weight: bold
}

#practicePageFormShort .practicePageFormShortHeaderLine2 {
	margin: 0 0 10px 0
}

#practicePageFormShort input {
	margin-bottom: 5px
}

#practicePageFormShort .practicePageFormSubmit {
	width: 73px
}

#practicePageCallToAction {
	border: solid 1px #000000;
	background-color: #cccccc;
	color: #333333;
	padding: 10px;
	margin: 0 0 15px 0
}

#ie6 #practicePageCallToAction {
	width: 164px
}

#practicePageCallToAction p {
	margin: 0;
	padding: 10px
}

#practicePageSidebar2 {
	padding: 10px;
	border: solid 1px #000000;
	background-color: #eeeeee;
	color: #333333;
	margin: 0 0 15px 0
}

#ie6 #practicePageSidebar2 {
	width: 165px
}

#practicePageFAQAbstract {
	border: solid 1px #000000;
	padding: 10px 15px
}

#ie6 #practicePageFAQAbstract {
	width: 155px
}

#practicePageLinksAbstract {
	border: solid 1px #000000;
	padding: 10px 15px
}

#practicePageSidebar1 {
	padding: 10px;
	border: solid 1px #000000;
	background-color: #eeeeee;
	color: #333333;
	margin: 15px 197px 15px 0
}

#ie #practicePageSidebar1 {
	display: inline-block
}

.practicePageError {
	color: #ff0000;
	font-weight: bold
}

#practiceCenterSide {
	float: right;
	width: 182px;
	margin: 0 0 0 15px
}

#practiceCenterFormShort {
	border: solid 1px #000000;
	padding: 10px 15px;
	margin: 0 0 15px 0
}

#practiceCenterFormShort form {
	margin: 0
}

#practiceCenterFormShort p {
	padding: 0;
	margin: 0
}

#practiceCenterFormShort br {
	line-height: 0
}

#practiceCenterFormShort a {
	margin: 10px 0 0 0;
	display: block
}

#practiceCenterFormShort .practiceCenterFormShortHeader {
	font-weight: bold
}

#practiceCenterFormShort .practiceCenterFormShortHeaderLine2 {
	margin: 0 0 10px 0
}

#practiceCenterFormShort input {
	margin-bottom: 5px
}

#practiceCenterFormShort .practiceCenterFormSubmit {
	width: 73px
}

#practiceCenterCallToAction {
	border: solid 1px #000000;
	background-color: #cccccc;
	color: #333333;
	padding: 10px;
	margin: 0 197px 15px 0
}

#ie6 #practiceCenterCallToAction {
	margin-right: 202px
}

#practiceCenterCallToAction p {
	margin: 0;
	padding: 10px
}

#practiceCenterSidebar2 {
	padding: 10px;
	border: solid 1px #000000;
	background-color: #eeeeee;
	color: #333333;
	margin: 0 0 15px 0
}

#ie6 #practiceCenterSidebar2 {
	width: 165px
}

#practiceCenterResourceLinksAbstract hr {
	height: 1px;
	border: none;
	border-top: 1px solid #000000;
	margin: 0 0 10px 0
}

#practiceCenterSidebar1 {
	padding: 10px;
	border: solid 1px #000000;
	background-color: #eeeeee;
	color: #333333;
	margin: 15px 197px 15px 0
}

#ie #practiceCenterSidebar1 {
	display: inline-block
}

#practiceCenterFAQAbstract {
	border: solid 1px #000000;
	padding: 10px 15px
}

#ie6 #practiceCenterFAQAbstract {
	width: 155px
}

ul.practiceCenterNewsList {
	margin: 0;
	padding: 0 0 1.2em 0;
	list-style: none;
	overflow: visible
}

ul.practiceCenterNewsList li {
	display: block
}

#practiceCenterFamilyLawCalculator {
	background-color: #eeeeee;
	border: solid 1px #000000;
	padding: 10px 15px;
	width: 150px;
	margin: 0 0 15px 0
}

#practiceCenterFamilyLawCalculator .practiceCenterFamilyLawCalculatorHeader {
	font-weight: bold
}

#practiceCenterFamilyLawCalculator form {
	margin: 0
}

.practiceCenterError {
	color: #ff0000;
	font-weight: bold
}

#practiceCenterNavigation {
	border: solid 1px #000000;
	margin: 0 0 15px 0
}

#practiceCenterNavigation ul {
	list-style: none;
	margin: 0;
	padding: 10px 10px 0 10px
}

#practiceCenterNavigation li {
	margin: 0 0 10px 0
}

.practiceCenterTitle {
	display: none
}

@media (min-width: only) and (max-width: 978px) {
	#practiceCenterSide {
		width: auto;
		float: none;
		margin: 0
	}
	#practiceCenterSide input,
	#practiceCenterSide textarea {
		width: 100% !important
	}
}

.mceContentBody {
	background: #F7F7F7
}

.smallText {
	font-size: .9em
}

@media (min-width: only) and (max-width: 400px) {
	#attorneyProfile img.attorneyProfilePhoto {
		float: none
	}
}

#attorneyProfile ul {
	padding-left: 0;
	list-style: none
}

#attorneyProfile img.attorneyProfilePhoto {
	float: right;
	margin: 0 0 10px 15px
}

#attorneyProfile div.attorneyProfileNarrative ul {
	list-style: disc;
	padding: 0 0 0 2em
}

#attorneyProfile div.attorneyProfileNarrative ul li {
	padding: 3px 0 3px 0
}

#attorneyProfile div.attorneyProfileSection ul {
	margin-left: 20px
}

#attorneyProfile div.attorneyProfileSection ul li {
	padding: 3px 0 3px 0
}

#attorneyProfile div.attorneyProfileSection ul li ul li {
	padding: 0 0 0 0
}

#attorneyProfile div.attorneyProfileSection p {
	padding: 3px 0 3px 20px
}

#attorneyProfile .attorneyProfileName {
	padding-bottom: 0;
	display: none
}

#attorneyProfile .attorneyProfilePositions {
	padding-bottom: 1.2em
}

#attorneyProfile .attorneyProfileLocationLabel,
#attorneyProfile .attorneyProfilePhoneLabel,
#attorneyProfile .attorneyProfileFaxLabel,
#attorneyProfile .attorneyProfileEmailLabel,
#attorneyProfile .attorneyProfileVCardLabel {
	width: 6em;
	float: left;
	font-weight: bold
}

#attorneyProfile .attorneyProfileLocation,
#attorneyProfile .attorneyProfilePhone,
#attorneyProfile .attorneyProfileFax,
#attorneyProfile .attorneyProfileEmail,
#attorneyProfile .attorneyProfileVCard {
	margin-left: 6em;
	padding-bottom: .6em
}

#ie6 #attorneyProfile .attorneyProfileLocation,
#ie6 #attorneyProfile .attorneyProfilePhone,
#ie6 #attorneyProfile .attorneyProfileFax,
#ie6 #attorneyProfile .attorneyProfileEmail,
#ie6 #attorneyProfile .attorneyProfileVCard {
	display: inline-block
}

#attorneyProfile .attorneyProfileEducation ul li strong {
	display: block
}

#attorneyProfile .attorneyProfileContactInformation {
	padding-bottom: 1.2em
}

#containerEmailObfuscation,
#containerEmailObfuscation * {
	margin: 0;
	padding: 0
}

#containerEmailObfuscation p.emailObfuscationNote {
	padding: 0
}

#emailObfuscation fieldset {
	border: none;
	border-top: 1px solid #000;
	padding: 1em 0 0 1.2em;
	margin: 1em 0 0
}

#emailObfuscation fieldset legend {
	font-weight: bold
}

#ie #emailObfuscation fieldset legend {
	margin: 0 0 0 -.6em
}

#emailObfuscation fieldset label {
	cursor: pointer
}

#emailObfuscation fieldset label.formDescribeIssue {
	float: left;
	margin: .2em 0
}

#emailObfuscation fieldset .formHide {
	display: none
}

#emailObfuscation fieldset #formError {
	display: block;
	cursor: default;
	color: #f00;
	clear: both
}

#emailObfuscation fieldset #formError strong {
	font-weight: normal
}

#emailObfuscation fieldset input {
	display: block;
	width: 20.5em;
	margin: .2em 0 .5em 0;
	padding: 2px
}

#emailObfuscation fieldset input.intakeFormHiddenInput {
	padding: 0
}

#emailObfuscation fieldset textarea {
	clear: left;
	display: block;
	width: 25em;
	height: 10em;
	padding: 2px;
	margin: .2em 0 0 0
}

#emailObfuscation fieldset div.formHighlight * {
	border: 1px solid #aaa
}

#emailObfuscation fieldset div.formHighlight *:hover,
#emailObfuscation fieldset div.formHighlight *:focus {
	background: #ffc
}

#emailObfuscation fieldset p {
	margin: .5em 0
}

#emailObfuscation fieldset div.formCheck {
	margin: .2em 0
}

#emailObfuscation fieldset .formCheck input {
	background: none
}

#emailObfuscation fieldset label input {
	display: inline;
	width: 2em
}

#emailObfuscation fieldset .formHasJavaScript {
	display: none
}

#emailObfuscation fieldset p img {
	float: left;
	margin: 0 1em 0 0
}

input#emailObfuscationSubmit {
	width: 12.5em;
	height: 2.5em;
	margin: .5em 0
}

#searchResults dd {
	margin: 0 0 1.2em 0
}

#searchResults .searchResultsHighlight {
	font-weight: bold
}

#searchResults ul.searchResultsPagination,
#searchResults ul.searchResultsPagination li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none
}

#searchResults ul.searchResultsPagination li {
	display: block;
	margin-right: .25em
}

.eNewsletterDesignModule {
	padding: 5px
}

.faqDesignModule {
	padding: 5px
}

.faqDesignModule ul.faqDesignModuleList {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: visible
}

.faqDesignModule ul.faqDesignModuleList li {
	display: block;
	padding: 0 0 1.2em 0
}

.newsDesignModule {
	padding: 5px
}

.newsDesignModule ul.newsDesignModuleList {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: visible
}

.newsDesignModule ul.newsDesignModuleList li {
	display: block;
	padding: 0 0 1.2em 0
}

@media (min-width: only) and (max-width: 978px) {
	.content iframe {
		width: 100%
	}
}

.office {
	padding: 0 0 15px 0
}

.office-last {
	padding: 0
}

.office-embedded-map {
	position: relative;
	height: 0;
	padding-bottom: 80%;
	margin: 0 0 15px 0
}

.office-embedded-map iframe {
	width: 100%;
	position: absolute;
	height: 100%
}

.office-photo img {
	max-width: 100%;
	height: auto
}


/*! /* TinyMCE Style: callOut=Call Out */

.fontColor000000 {
	color: #000
}

.fontColorC0C0C0 {
	color: #C0C0C0
}

.fontColor000080 {
	color: #000080
}

.fontColor008000 {
	color: #008000
}

.fontColor008080 {
	color: #008080
}

.fontColor800000 {
	color: #800000
}

.fontColor800080 {
	color: #800080
}

.fontColor808000 {
	color: #808000
}

.fontColor808080 {
	color: #808080
}

.fontColorFFFFFF {
	color: #FFF
}

.fontColor0000FF {
	color: #00F
}

.fontColor00FF00 {
	color: #0F0
}

.fontColor00FFFF {
	color: #0FF
}

.fontColorFF0000 {
	color: #F00
}

.fontColorFF00FF {
	color: #F0F
}

.fontColorFFFF00 {
	color: #FF0
}

.backgroundColor000000 {
	background: #000
}

.backgroundColorC0C0C0 {
	background: #C0C0C0
}

.backgroundColor000080 {
	background: #000080
}

.backgroundColor008000 {
	background: #008000
}

.backgroundColor008080 {
	background: #008080
}

.backgroundColor800000 {
	background: #800000
}

.backgroundColor800080 {
	background: #800080
}

.backgroundColor808000 {
	background: #808000
}

.backgroundColor808080 {
	background: #808080
}

.backgroundColorFFFFFF {
	background: #FFF
}

.backgroundColor0000FF {
	background: #00F
}

.backgroundColor00FF00 {
	background: #0F0
}

.backgroundColor00FFFF {
	background: #0FF
}

.backgroundColorFF0000 {
	background: #F00
}

.backgroundColorFF00FF {
	background: #F0F
}

.backgroundColorFFFF00 {
	background: #FF0
}

#navigationBlog {
	padding: 0 5%
}

.group h4 {
	text-transform: uppercase;
	font-size: 16px
}

.group ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.group ul li {
	display: inline
}

.group a {
	display: block;
	padding: 3px 0
}

#tagCloud ul {
	list-style: none
}

#tagCloud li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 1.2;
	background: none;
	border: 0
}

#tagCloud li a {
	display: inline;
	background: none;
	padding: 0
}

#tagCloud .tagRank1 {
	font-size: 20px
}

#tagCloud .tagRank2 {
	font-size: 19px
}

#tagCloud .tagRank3 {
	font-size: 18px
}

#tagCloud .tagRank4 {
	font-size: 19px
}

#tagCloud .tagRank5 {
	font-size: 18px
}

#tagCloud .tagRank6 {
	font-size: 15px
}

#tagCloud .tagRank7 {
	font-size: 12px
}

#tagCloud .tagRank8 {
	font-size: 11px
}

#tagCloud .tagRank9 {
	font-size: 10px
}

#tagCloud .tagRank10 {
	font-size: 9px
}

.post {
	clear: both;
	border-top: 1px dotted #ccc;
	padding: 19px 0
}

.postFirst {
	border: none;
	padding-top: 0
}

.post h2 {
	padding: 0 0 3px
}

.post h2 a {
	text-decoration: underline
}

.post h2 a:hover,
.post h2 a:focus,
.post h2 a.current {
	text-decoration: none
}

.postMeta {
	clear: both
}

.postMeta p {
	padding: 0 0 5px
}

.containerComment {
	clear: both;
	padding: 14px 0 5px
}

.comment {
	border-bottom: 1px dotted #ccc
}

#containerBlogCommentForm,
#containerBlogCommentForm *,
#containerBlogCommentFormAutofill,
#containerBlogCommentFormAutofill * {
	margin: 0;
	padding: 0
}

#blogCommentForm fieldset,
#blogCommentFormAutofill fieldset {
	border: none
}

#blogCommentForm fieldset legend span,
#blogCommentForm fieldset label span,
#blogCommentFormAutofill fieldset legend span,
#blogCommentFormAutofill fieldset label span,
#blogCommentFormAutofill fieldset label.formLabelHide {
	position: absolute;
	left: -9999px
}

#blogCommentForm fieldset label,
#blogCommentFormAutofill fieldset label {
	cursor: pointer
}

#blogCommentForm fieldset .formHide,
#blogCommentFormAutofill fieldset label.formHide {
	display: none
}

#blogCommentForm fieldset #formError strong,
#blogCommentFormAutofill fieldset #formError strong {
	font-weight: normal
}

#blogCommentForm fieldset input.intakeFormHiddenInput,
#blogCommentFormAutofill fieldset input.intakeFormHiddenInput {
	padding: 0
}

#blogCommentForm fieldset textarea,
#blogCommentFormAutofill fieldset textarea {
	height: 100px
}

#containerBlogCommentForm,
#containerBlogCommentFormAutofill {
	font-family: Verdana, Geneva, sans-serif
}

#containerBlogCommentForm p,
#containerBlogCommentFormAutofill p {
	padding: 0 0 5px 0;
	color: #aa9272
}

#blogCommentForm,
#blogCommentFormAutofill {
	padding: 15px 0 0 0
}

#blogCommentForm fieldset #formError,
#blogCommentFormAutofill fieldset #formError {
	display: block;
	cursor: default;
	color: #f00
}

#blogCommentFormAutofill fieldset #formError {
	padding: 0 0 2px 0
}

#blogCommentForm fieldset input,
#blogCommentForm fieldset textarea,
#blogCommentFormAutofill fieldset input,
#blogCommentFormAutofill fieldset textarea {
	display: block;
	width: 90%;
	margin: 2px 0 5px;
	padding: 5px 5%;
	background: #fff;
	color: #999
}

#blogCommentForm fieldset div.formHighlight *,
#blogCommentFormAutofill fieldset div.formHighlight * {
	border: 1px solid #a7a7a7
}

#blogCommentForm fieldset .formCheck a:link,
#blogCommentForm fieldset .formCheck a:visited,
#blogCommentFormAutofill fieldset .formCheck a:link,
#blogCommentFormAutofill fieldset .formCheck a:visited {
	color: #bb9b65;
	text-decoration: underline
}

#blogCommentForm fieldset .formCheck a:hover,
#blogCommentForm fieldset .formCheck a:focus,
#blogCommentFormAutofill fieldset .formCheck a:hover,
#blogCommentFormAutofill fieldset .formCheck a:focus {
	color: #bb9b65;
	text-decoration: none
}

#blogCommentFormAutofill fieldset #comment-submit,
#blogCommentFormAutofill fieldset #comment-cancel,
#blogCommentFormAutofill fieldset #comment-preview {
	width: auto;
	height: auto;
	margin: 5px 0;
	padding: 0
}

.pagination {
	clear: both;
	border-top: 1px dotted #ccc;
	padding: 19px 0;
	float: left;
	width: 100%
}

.pagination ol {
	list-style: none;
	padding: 0
}

.pagination li {
	float: left;
	margin-right: 5px
}

.pagination li.resultsPrevious {
	margin-right: 5px
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.printElement {
	display: none
}

.offscreen {
	text-indent: -9999em;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	overflow: hidden;
	list-style: none
}

.offscreen br {
	display: none
}

.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

.btn-togglebox {
	display: none;
	text-decoration: none
}

@media (max-width: 750px) {
	.btn-togglebox {
		display: block
	}
}

.togglebox-close {
	display: none
}

@media (max-width: 750px) {
	.togglebox-close {
		display: block
	}
}

html {
	font-size: 62.5%
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #4b4a45
}

@media (max-width: 950px) {
	body {
		font-size: 17px
	}
}

@media (max-width: 750px) {
	body {
		font-size: 16px
	}
}

a {
	color: #f2b705;
	outline: none;
	transition: all 0.3s ease-in-out
}

a:visited {
	color: #8c8977;
	outline: none
}

a:hover,
a:focus {
	color: #2054a5;
	outline: none
}

a:active,
a .current {
	color: #011c40;
	text-decoration: none;
	outline: none
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: 700
}

img {
	max-width: 100%
}

td img {
	max-width: none
}

.container-content {
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	*zoom: 1;
	margin: 0 auto;
	max-width: 1260px
}

.container-content:before,
.container-content:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.container-content:after {
	clear: both
}

@media (max-width: 1280px) {
	.container-content {
		padding: 0 10px
	}
}

.container-page {
	width: 100%
}

.header-page-wrap {
	background-color: #023373;
	padding: 13px 0 14px;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99
}

@media (max-width: 750px) {
	.header-page-wrap {
		padding: 15px 0;
		position: static
	}
}

a.brand {
	display: block;
	float: left;
	margin-right: -100%;
	text-decoration: none
}

a.brand img {
	display: block
}

@media (max-width: 1050px) {
	a.brand {
		width: 300px
	}
}

@media (max-width: 950px) {
	a.brand {
		width: 240px
	}
}

@media (max-width: 750px) {
	a.brand {
		float: none;
		width: 100%;
		max-width: 280px;
		margin: 0 auto 20px;
		text-align: center
	}
}

.container-cta-nav-main {
	float: right;
	width: 69.4%
}

@media (max-width: 1200px) {
	.container-cta-nav-main {
		width: 65%
	}
}

@media (max-width: 950px) {
	.container-cta-nav-main {
		width: calc(100% - 360px)
	}
}

@media (max-width: 850px) {
	.container-cta-nav-main {
		width: calc(100% - 260px)
	}
}

@media (max-width: 750px) {
	.container-cta-nav-main {
		width: auto;
		max-width: 450px;
		margin: 0 auto;
		float: none;
		position: relative
	}
}

.cta {
	float: right;
	text-align: right;
	font-weight: 700;
	font-size: 34px;
	color: #f2b705;
	margin-top: 13px
}

@media (max-width: 1200px) {
	.cta {
		font-size: 28px;
		margin-top: 16px
	}
}

@media (max-width: 950px) {
	.cta {
		font-size: 22px;
		margin-top: 15px
	}
}

@media (max-width: 750px) {
	.cta {
		float: none;
		margin: 15px auto 0;
		text-align: center;
		font-size: 26px
	}
}

.nav-mobile {
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	*zoom: 1;
	clear: both;
	display: none
}

.nav-mobile:before,
.nav-mobile:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.nav-mobile:after {
	clear: both
}

.nav-mobile ul {
	padding: 0;
	margin: 0 auto 1px;
	list-style: none;
	display: table
}

.nav-mobile ul li {
	float: left
}

.nav-mobile ul li a {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background-color: #f1b300;
	padding: 18px 10px;
	width: 130px;
	display: table;
	border-radius: 4px
}

.nav-mobile ul li a:hover,
.nav-mobile ul li a:focus,
.nav-mobile ul li a.current {
	color: #fff;
	background-color: #f1b300
}

.nav-mobile ul li.last-child {
	margin-left: 15px
}

.nav-mobile ul li.last-child a:hover,
.nav-mobile ul li.last-child a:focus,
.nav-mobile ul li.last-child a.current {
	color: #fff
}

@media (max-width: 750px) {
	.nav-mobile {
		display: block
	}
}

.nav-main {
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	*zoom: 1;
	float: left;
	margin-top: 27px
}

.nav-main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative
}

.nav-main ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative
}

.nav-main ul li:hover>ul,
.nav-main ul li:focus>ul,
.nav-main ul li.drop-active>ul {
	visibility: visible;
	opacity: 1;
	z-index: 999999
}

.nav-main ul li a {
	display: block
}

.nav-main ul li ul {
	transition-property: opacity, visibility;
	transition-duration: 200ms, 200ms;
	transition-timing-function: ease-out, linear;
	transition-delay: 0s;
	display: block;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	margin: 0;
	padding: 0;
	top: 100%;
	left: auto
}

.nav-main ul li ul li {
	width: auto;
	display: block;
	float: none
}

.nav-main ul li ul li:hover ul,
.nav-main ul li ul li:focus ul,
.nav-main ul li ul li.drop-active ul {
	visibility: visible;
	opacity: 1;
	z-index: 999999
}

.nav-main ul li ul li ul {
	left: 100%;
	top: 0;
	visibility: hiddden
}

.nav-main ul li ul li ul ul {
	visibility: hiddden;
	opacity: 0;
	position: relative;
	left: auto;
	right: auto
}

.nav-main ul .last-child>ul>li>ul {
	left: auto;
	right: 100%
}

.nav-main:before,
.nav-main:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.nav-main:after {
	clear: both
}

.nav-main>ul {
	list-style: none;
	padding-left: 0;
	margin: 0
}

.nav-main>ul>li {
	float: left;
	padding: 0 27px;
	position: relative
}

.nav-main>ul>li>a {
	font-family: "Lato", sans-serif;
	display: block;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 10px
}

.nav-main>ul>li>a:hover,
.nav-main>ul>li>a:focus,
.nav-main>ul>li>a.current {
	color: #ebb20e
}

.nav-main>ul>li.has-child>a:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	font-weight: 700;
	padding-left: 5px
}

.nav-main>ul>li.item-first {
	padding-left: 0
}

.nav-main>ul>li.item-last {
	padding-right: 0
}

.nav-main>ul>li ul {
	width: 228px
}

.nav-main>ul>li ul li {
	margin-bottom: 1px
}

.nav-main>ul>li ul li a {
	background-color: #c7c5c5;
	font-size: 16px;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none
}

.nav-main>ul>li ul li a:hover,
.nav-main>ul>li ul li a:focus,
.nav-main>ul>li ul li a.current {
	background-color: #023373;
	color: #fff
}

.nav-main>ul>li ul li ul {
	padding-left: 1px
}

@media (max-width: 1260px) {
	.nav-main>ul>li {
		padding: 0 17px
	}
}

@media (max-width: 1200px) {
	.nav-main>ul>li {
		padding: 0 10px
	}
}

@media (max-width: 1050px) {
	.nav-main>ul>li>a {
		font-size: 14px
	}
}

@media (max-width: 950px) {
	.nav-main {
		margin-top: 23px
	}
	.nav-main>ul>li {
		padding: 0 7px
	}
	.nav-main>ul>li>a {
		font-size: 13px;
		text-transform: capitalize
	}
	.nav-main>ul>li ul {
		width: 170px
	}
	.nav-main>ul>li ul li a {
		font-size: 14px;
		padding: 8px 10px
	}
}

@media (max-width: 750px) {
	.nav-main {
		display: none;
		float: none;
		margin-top: 0
	}
	.nav-main ul {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		float: none;
		visibility: visible;
		opacity: 1;
		width: auto
	}
	.nav-main ul li {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		float: none;
		visibility: visible;
		opacity: 1;
		width: auto
	}
	.nav-main ul li a {
		display: block
	}
	.nav-main ul li ul {
		display: none;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		float: none;
		visibility: visible;
		opacity: 1;
		width: auto
	}
	.nav-main ul li ul li {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		float: none;
		visibility: visible;
		opacity: 1;
		width: auto
	}
	.nav-main ul li ul li ul {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		float: none;
		visibility: visible;
		opacity: 1;
		width: auto
	}
	.nav-main ul li ul li ul li {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		float: none;
		visibility: visible;
		opacity: 1;
		width: auto
	}
	.nav-main ul li ul li ul li ul {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		float: none;
		visibility: visible;
		opacity: 1;
		width: auto
	}
	.nav-main ul .last-child>ul>li>ul {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		float: none;
		visibility: visible;
		opacity: 1;
		width: auto
	}
	.nav-main ul .fl-drop-active>ul {
		display: block
	}
	.nav-main ul {
		max-width: 300px;
		margin: 15px auto 0
	}
	.nav-main ul li {
		float: none;
		display: block;
		text-align: left;
		padding: 0;
		margin-bottom: 1px
	}
	.nav-main ul li a {
		font-size: 16px;
		display: block;
		padding: 12px 20px;
		text-transform: capitalize;
		color: #fff;
		border-radius: 4px;
		background-color: #f1b300
	}
	.nav-main ul li a:hover,
	.nav-main ul li a:focus,
	.nav-main ul li a.current {
		background-color: #023373;
		color: #fff
	}
	.nav-main ul li:after {
		display: none
	}
	.nav-main ul li.togglebox-close {
		margin-bottom: 0
	}
	.nav-main ul li.has-child>a {
		position: relative
	}
	.nav-main ul li.has-child>a:after {
		content: "\f067";
		font-weight: 700;
		position: absolute;
		top: 12px;
		right: 16px;
		width: 12px;
		height: 12px;
		font-size: 15px;
		font-family: 'Font Awesome 5 Free'
	}
	.nav-main ul li.has-child>a:after.fl-scripts-toggle-enabled:after {
		content: "\f068"
	}
	.nav-main ul li.has-child>a.fl-scripts-toggle-enabled:after {
		content: "\f068"
	}
	.nav-main ul li.has-child ul {
		margin-top: 1px
	}
	.nav-main ul li ul li a {
		padding-left: 25px;
		font-size: 15px;
		background-color: #f1b300
	}
	.nav-main ul li ul li a:hover,
	.nav-main ul li ul li a:focus,
	.nav-main ul li ul li a.current {
		background-color: #023373;
		color: #fff
	}
}

.container-banner-wrap {
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	*zoom: 1;
	background-image: url(../images/bg-banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	margin-top: 100px
}

.container-banner-wrap:before,
.container-banner-wrap:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.container-banner-wrap:after {
	clear: both
}

@media (max-width: 1050px) {
	.container-banner-wrap {
		margin-top: 95px
	}
}

@media (max-width: 950px) {
	.container-banner-wrap {
		margin-top: 82px
	}
}

@media (max-width: 750px) {
	.container-banner-wrap {
		margin-top: 0
	}
}

.container-banner {
	padding-top: 147px;
	padding-bottom: 117px;
	position: relative;
	z-index: 1
}

.container-banner p {
	font-size: 18px;
	margin: 23px 0 34px;
	line-height: 1.6;
	color: #ffffff
}

@media (max-width: 950px) {
	.container-banner {
		padding-top: 110px;
		padding-bottom: 96px
	}
	.container-banner p {
		font-size: 18px;
		margin-top: 20px
	}
}

@media (max-width: 750px) {
	.container-banner {
		padding-top: 20px;
		padding-bottom: 0
	}
	.container-banner p {
		margin-top: 0;
		margin-bottom: 0;
		text-align: center;
		font-size: 16px
	}
}

.container-tagline {
	width: 52%
}

@media (max-width: 750px) {
	.container-tagline {
		width: 100%
	}
}

.tagline {
	font-size: 72px;
	color: #fff;
	text-transform: capitalize;
	line-height: 1.2;
	margin: 0 0
}

@media (max-width: 1200px) {
	.tagline {
		font-size: 62px
	}
}

@media (max-width: 950px) {
	.tagline {
		font-size: 48px
	}
}

@media (max-width: 850px) {
	.tagline {
		font-size: 42px
	}
}

@media (max-width: 750px) {
	.tagline {
		font-size: 24px;
		margin: 0;
		text-align: center;
		line-height: 1.2
	}
	.tagline span {
		font-size: 38px
	}
}

.img-attr {
	display: block;
	position: absolute;
	bottom: -64px;
	right: -96px;
	width: 746px;
	z-index: -1
}

@media (max-width: 1200px) {
	.img-attr {
		width: 666px
	}
}

@media (max-width: 950px) {
	.img-attr {
		width: 540px
	}
}

@media (max-width: 750px) {
	.img-attr {
		position: static;
		max-width: 220px;
		margin: 0 auto 0
	}
}

.Home .img-attr {
	bottom: 0;
	width: 818px
}

.Home .container-banner-wrap {
	background-image: url(../images/bg-banner-hm.jpg)
}

.Home .container-banner {
	padding-top: 174px;
	padding-bottom: 180px
}

@media (max-width: 1200px) {
	.Home .container-banner {
		padding-top: 160px;
		padding-bottom: 100px
	}
	.Home .img-attr {
		width: 720px
	}
}

@media (max-width: 1100px) {
	.Home .container-banner {
		padding-top: 130px
	}
	.Home .img-attr {
		width: 650px
	}
}

@media (max-width: 950px) {
	.Home .container-banner {
		padding-top: 110px
	}
	.Home .img-attr {
		width: 610px
	}
}

@media (max-width: 750px) {
	.Home .container-banner {
		padding-top: 20px;
		padding-bottom: 0
	}
	.Home .img-attr {
		width: 100%;
		max-width: 280px
	}
}

.container-breadcrumbs-wrap {
	padding: 20px 0 18px
}

@media (max-width: 950px) {
	.container-breadcrumbs-wrap {
		padding: 15px 0 13px
	}
}

@media (max-width: 750px) {
	.container-breadcrumbs-wrap {
		display: none
	}
}

ol#navigationBreadCrumbs {
	font-size: 16px;
	text-transform: capitalize;
	list-style: none;
	width: 100%;
	padding-left: 0;
	margin: 0
}

ol#navigationBreadCrumbs li {
	display: block;
	float: left
}

ol#navigationBreadCrumbs li span {
	padding: 0 2px;
	font-weight: 900
}

@media (max-width: 950px) {
	ol#navigationBreadCrumbs {
		font-size: 15px
	}
}

#navigationBreadCrumbs a {
	display: inline-block;
	text-decoration: none;
	color: #023373
}

#navigationBreadCrumbs a:hover {
	color: #f1b300
}

#navigationBreadCrumbs li.itemLast {
	background: none
}

h4.title-nav-practice {
	font-size: 48px;
	line-height: 1.2;
	margin: 0 0 31px;
	text-align: center;
	text-transform: capitalize;
	color: #023373
}

@media (max-width: 1200px) {
	h4.title-nav-practice {
		font-size: 44px
	}
}

@media (max-width: 950px) {
	h4.title-nav-practice {
		font-size: 38px;
		margin-bottom: 25px
	}
}

@media (max-width: 750px) {
	h4.title-nav-practice {
		font-size: 26px;
		margin-bottom: 15px
	}
}

.nav-practice {
	text-align: center;
	padding-top: 74px;
	padding-bottom: 101px
}

.nav-practice ul {
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	*zoom: 1;
	padding-left: 0;
	margin: 0;
	list-style: none
}

.nav-practice ul:before,
.nav-practice ul:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.nav-practice ul:after {
	clear: both
}

.nav-practice ul li {
	width: 23.8%;
	margin-right: 1.6%;
	float: left;
	margin-bottom: 22px
}

.nav-practice ul li a {
	text-decoration: none;
	display: block;
	min-height: 298px;
	position: relative;
	color: #011c40;
	font-weight: 700;
	font-size: 26px;
	text-transform: capitalize;
	background-color: #eff2f6;
	z-index: 1;
	padding: 62px 5px 0
}

.nav-practice ul li a img {
	display: table;
	margin: 0 auto 48px;
	transition: all 0.3s ease-in-out
}

.nav-practice ul li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #f2b705;
	text-align: center;
	transition: height 0.4s ease-in-out;
	z-index: -1
}

.nav-practice ul li a:hover,
.nav-practice ul li a:focus {
	color: #fff
}

.nav-practice ul li a:hover:before,
.nav-practice ul li a:focus:before {
	height: 100%
}

.nav-practice ul li.item-last {
	margin-right: 0
}

@media (max-width: 1200px) {
	.nav-practice {
		padding-bottom: 70px
	}
	.nav-practice ul li a {
		font-size: 20px
	}
}

@media (max-width: 950px) {
	.nav-practice {
		padding-top: 50px;
		padding-bottom: 40px
	}
	.nav-practice ul li a {
		font-size: 18px;
		min-height: 220px;
		padding-top: 40px
	}
	.nav-practice ul li a img {
		height: 70px;
		margin-bottom: 35px
	}
}

@media (max-width: 850px) {
	.nav-practice ul li {
		margin-bottom: 12px
	}
	.nav-practice ul li a {
		font-size: 16px
	}
}

@media (max-width: 750px) {
	.nav-practice {
		padding-top: 0;
		padding-bottom: 15px;
		float: none
	}
	.nav-practice ul {
		max-width: 300px;
		margin: 15px auto 0
	}
	.nav-practice ul li {
		width: 49%;
		margin-bottom: 6px;
		margin-right: 2%
	}
	.nav-practice ul li a {
		min-height: 140px;
		padding-top: 15px;
		line-height: 1.1
	}
	.nav-practice ul li a img {
		height: 40px;
		margin-bottom: 15px
	}
	.nav-practice ul li:nth-child(even) {
		margin-right: 0
	}
}

.container-columns {
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	*zoom: 1;
	position: relative;
	padding-bottom: 54px;
	padding-top: 83px
}

.container-columns:before,
.container-columns:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.container-columns:after {
	clear: both
}

@media (max-width: 1280px) {
	.container-columns {
		padding-top: 50px;
		padding-bottom: 38px
	}
}

@media (max-width: 750px) {
	.container-columns {
		padding: 20px 10px 0
	}
}

.container-column-main {
	float: left;
	width: 100%
}

@media (max-width: 750px) {
	.container-column-main {
		float: none
	}
}

.column-main {
	margin-right: 478px
}

@media (max-width: 1200px) {
	.column-main {
		margin-right: 420px
	}
}

@media (max-width: 950px) {
	.column-main {
		margin-right: 325px
	}
}

@media (max-width: 750px) {
	.column-main {
		margin-right: 0
	}
}

.title-module {
	display: table;
	margin-bottom: 39px
}

@media (max-width: 1050px) {
	.title-module {
		width: 60px
	}
}

@media (max-width: 750px) {
	.title-module {
		margin-bottom: 20px;
		width: 50px
	}
}

.page-title {
	font-size: 48px;
	margin: 0 0 28px;
	line-height: 1.2;
	color: #011c40
}

@media (max-width: 1200px) {
	.page-title {
		font-size: 44px
	}
}

@media (max-width: 950px) {
	.page-title {
		font-size: 35px
	}
}

@media (max-width: 750px) {
	.page-title {
		font-size: 26px;
		max-width: 100%;
		margin-bottom: 15px
	}
}

.content {
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	*zoom: 1;
	line-height: 1.7
}

.content:before,
.content:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.content:after {
	clear: both
}

.content p,
.content ul {
	margin: 0 0 31px
}

.content h2,
.content h3 {
	margin: 0 0 30px;
	line-height: 1.3;
	padding-top: 10px;
	color: #011c40
}

.content h2 {
	font-size: 36px
}

.content h3 {
	font-size: 28px
}

.content ul {
	padding-left: 35px;
	list-style: none
}

.content ul li {
	margin-bottom: 7px;
	position: relative;
	line-height: 1.5
}

.content ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 700;
	position: absolute;
	top: 14px;
	left: -15px;
	line-height: 0
}

@media (max-width: 1200px) {
	.content h2 {
		font-size: 32px
	}
	.content h3 {
		font-size: 26px
	}
}

@media (max-width: 950px) {
	.content h2,
	.content h3 {
		margin-bottom: 20px
	}
	.content h2 {
		font-size: 28px
	}
	.content h3 {
		font-size: 24px
	}
	.content p,
	.content ul {
		margin: 0 0 22px
	}
}

@media (max-width: 750px) {
	.content {
		line-height: 1.5
	}
	.content h2,
	.content h3,
	.content p,
	.content ul {
		margin: 0 0 15px;
		padding-top: 0
	}
	.content h2 {
		font-size: 22px;
		line-height: 1.2
	}
	.content h3 {
		font-size: 19px;
		line-height: 1.2
	}
}

p.callOut {
	padding: 27px 28px;
	border-left: 2px solid #f1b300
}

@media (max-width: 950px) {
	p.callOut {
		padding: 15px 20px
	}
}

@media (max-width: 750px) {
	p.callOut {
		padding: 15px;
		border-left-width: 3px
	}
}

.column-side {
	float: right;
	width: 398px;
	margin-left: -100%;
	margin-top: 11px
}

@media (max-width: 950px) {
	.column-side {
		width: 300px
	}
}

@media (max-width: 750px) {
	.column-side {
		width: auto;
		float: none;
		margin: 10px auto 0;
		max-width: 300px
	}
	.column-side:before {
		display: none
	}
}

.container-columns-wrap {
	background-color: #f9f9f9
}

@media (max-width: 750px) {
	.container-columns-wrap {
		background: none
	}
}

.img-top-right {
	float: right;
	width: 48.5%;
	display: block
}

@media (max-width: 950px) {
	.img-top-right {
		margin-top: 12px
	}
}

@media (max-width: 750px) {
	.img-top-right {
		display: none
	}
}

.Home .page-title {
	font-size: 38px;
	max-width: 100%;
	line-height: 1.15;
	margin-bottom: 0
}

.Home .container-columns {
	padding-bottom: 135px;
	padding-top: 136px
}

.Home .column-main {
	margin-right: 0;
	float: left;
	width: 49%;
	padding-top: 95px
}

.Home .column-main h2 {
	color: #011c40;
	font-size: 48px;
	margin: 0 0 10px;
	line-height: 1.2
}

.Home .column-main .content {
	max-width: 90%
}

.Home .content h2 {
	font-size: 48px;
	line-height: 1.2;
	padding-top: 14px;
	margin-bottom: 43px
}

.Home .content h2 span {
	font-size: 38px;
	display: block
}

.Home .content p {
	line-height: 1.8
}

.Home .content p:last-child {
	margin-bottom: 0
}

.Home .container-column-main {
	float: right
}

.Home .column-side {
	float: left;
	margin-left: 0;
	margin-right: -100%;
	width: 504px
}

@media (max-width: 1280px) {
	.Home .column-side {
		width: 48%
	}
	.Home .page-title {
		font-size: 35px
	}
	.Home .container-columns {
		padding-top: 100px;
		padding-bottom: 100px
	}
	.Home .column-main {
		padding-top: 40px
	}
	.Home .column-main h2 {
		font-size: 44px;
		margin-bottom: 25px
	}
	.Home .content h2 {
		font-size: 44px
	}
	.Home .content h2 span {
		font-size: 34px
	}
}

@media (max-width: 1050px) {
	.Home .column-main {
		padding-top: 0
	}
	.Home .column-main .content {
		max-width: 100%
	}
}

@media (max-width: 950px) {
	.Home .container-columns {
		padding-top: 60px;
		padding-bottom: 55px
	}
	.Home .column-main h2 {
		font-size: 38px
	}
	.Home .page-title {
		font-size: 28px
	}
	.Home .content h2 {
		font-size: 36px;
		padding-top: 0;
		margin-bottom: 15px
	}
	.Home .content h2 span {
		font-size: 30px
	}
	.Home .content p {
		font-size: 17px
	}
}

@media (max-width: 750px) {
	.Home .column-main {
		width: 100%;
		float: none
	}
	.Home .column-main h2 {
		font-size: 26px;
		margin-bottom: 15px
	}
	.Home .column-side {
		margin: 0 auto 15px;
		float: none;
		width: 100%;
		max-width: 200px
	}
	.Home .container-columns {
		padding-top: 20px;
		padding-bottom: 20px
	}
	.Home .container-column-main {
		float: none
	}
	.Home .content p {
		font-size: 16px;
		line-height: 1.5
	}
	.Home .content p:last-child {
		margin-bottom: 0
	}
	.Home .content h2 {
		font-size: 26px;
		margin-bottom: 15px
	}
	.Home .content h2 span {
		font-size: 22px
	}
}

.title-silo-practice {
	font-size: 40px;
	color: #fff;
	line-height: 1.2;
	word-wrap: break-word;
	margin: 35px 32px 12px
}

@media (max-width: 1200px) {
	.title-silo-practice {
		font-size: 35px
	}
}

@media (max-width: 950px) {
	.title-silo-practice {
		font-size: 26px
	}
}

@media (max-width: 750px) {
	.title-silo-practice {
		margin: 16px 20px 18px;
		font-size: 26px
	}
}

.silo-practice {
	margin: 0 0 20px;
	overflow: hidden;
	background-color: #00266a;
	padding-bottom: 22px
}

.silo-practice ul {
	list-style: none;
	margin: 0;
	padding: 0 0
}

.silo-practice ul li a {
	color: #fff;
	text-decoration: none;
	line-height: 1.5;
	position: relative;
	text-transform: capitalize;
	font-size: 20px;
	padding: 12px 40px 13px 46px;
	display: block
}

.silo-practice ul li a:before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-weight: 700;
	position: absolute;
	left: 34px;
	top: 17px;
	line-height: 1
}

.silo-practice ul li a:hover,
.silo-practice ul li a:focus,
.silo-practice ul li a.current {
	color: #fff;
	background-color: #f1b300
}

.silo-practice ul li ul li a {
	padding-left: 68px
}

.silo-practice ul li ul li a:before {
	left: 55px
}

@media (max-width: 950px) {
	.silo-practice ul li a {
		font-size: 16px
	}
}

@media (max-width: 750px) {
	.silo-practice ul li a {
		padding: 10px 26px 10px 35px
	}
	.silo-practice ul li a:before {
		left: 22px;
		top: 13px
	}
	.silo-practice ul li ul li a {
		padding-left: 50px
	}
	.silo-practice ul li ul li a:before {
		left: 38px
	}
}

.container-content-top {
	background: url(../images/bg-content-top.jpg) center top no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 146px;
	padding-bottom: 128px
}

.container-content-top h2 {
	color: #fff
}

@media (max-width: 1200px) {
	.container-content-top {
		padding-top: 76px;
		padding-bottom: 78px
	}
}

@media (max-width: 1050px) {
	.container-content-top {
		background-position-x: 64%
	}
}

@media (max-width: 950px) {
	.container-content-top {
		padding-top: 46px;
		padding-bottom: 48px;
		background-position-x: 69%
	}
}

@media (max-width: 750px) {
	.container-content-top {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.content-top-left {
	width: 50%
}

@media (max-width: 950px) {
	.content-top-left {
		width: 100%
	}
}

.container-attrneys-list {
	padding-top: 83px;
	padding-bottom: 154px;
	background-color: #f9f9f9
}

@media (max-width: 950px) {
	.container-attrneys-list {
		padding-top: 62px;
		padding-bottom: 104px
	}
}

@media (max-width: 750px) {
	.container-attrneys-list {
		padding-top: 20px;
		padding-bottom: 60px
	}
}

@media (max-width: 510px) {
	.container-attrneys-list {
		padding-bottom: 50px
	}
}

.attr-list-left.content {
	float: left;
	width: 30%;
	padding-top: 190px
}

.attr-list-left.content h2 {
	color: #023373;
	margin-bottom: 16px
}

@media (max-width: 1200px) {
	.attr-list-left.content {
		padding-top: 100px
	}
}

@media (max-width: 1050px) {
	.attr-list-left.content {
		padding-top: 50px;
		width: 32%
	}
}

@media (max-width: 950px) {
	.attr-list-left.content {
		padding-top: 30px
	}
}

@media (max-width: 750px) {
	.attr-list-left.content {
		float: none;
		width: 100%;
		padding-top: 0;
		padding-bottom: 15px
	}
}

.attr-list {
	float: right;
	width: 65.1%;
	margin: 0;
	padding-left: 0;
	list-style: none
}

.attr-list li {
	float: left;
	width: 48.5%;
	margin-right: 3%
}

.attr-list li a {
	display: block;
	text-decoration: none;
	position: relative
}

.attr-list li a img {
	display: block
}

.attr-list li a .attr-name {
	position: absolute;
	font-size: 38px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
	left: 27px;
	bottom: 53px
}

.attr-list li a .fas {
	width: 107px;
	height: 107px;
	background-color: #f2b705;
	display: block;
	position: absolute;
	bottom: -64px;
	right: 14px;
	color: #fff;
	font-size: 32px;
	text-align: center;
	padding-top: 38px;
	line-height: 1;
	transition: all 0.2s ease-in-out
}

.attr-list li a:hover img {
	opacity: 1
}

.attr-list li a:hover .fas {
	background-color: #023373
}

.attr-list li.item-last {
	margin-right: 0
}

@media (max-width: 1200px) {
	.attr-list li a .attr-name {
		font-size: 30px
	}
}

@media (max-width: 950px) {
	.attr-list li a .attr-name {
		font-size: 24px
	}
	.attr-list li a .fas {
		width: 80px;
		height: 80px;
		padding-top: 28px;
		font-size: 24px;
		bottom: -44px
	}
}

@media (max-width: 750px) {
	.attr-list {
		float: none;
		width: 100%
	}
}

@media (max-width: 510px) {
	.attr-list li a .attr-name {
		font-size: 18px;
		left: 8px;
		bottom: 48px
	}
	.attr-list li a .fas {
		width: 60px;
		height: 60px;
		padding-top: 18px;
		bottom: -28px
	}
}

@media (max-width: 360px) {
	.attr-list li a .attr-name {
		font-size: 16px;
		bottom: 48px
	}
	.attr-list li a .fas {
		width: 28px
	}
}

.container-content-tagline {
	background-color: #1c3573;
	color: #fff;
	font-size: 40px;
	text-align: center;
	padding: 56px 0 60px;
	line-height: 1.2
}

@media (max-width: 1200px) {
	.container-content-tagline {
		font-size: 36px;
		padding: 42px 0 50px
	}
}

@media (max-width: 950px) {
	.container-content-tagline {
		font-size: 32px;
		padding: 31px 0 36px
	}
}

@media (max-width: 750px) {
	.container-content-tagline {
		font-size: 25px;
		padding: 18px 0 20px
	}
}

.container-testimonials {
	background-color: #00266a;
	color: #fff;
	text-align: center;
	padding-top: 101px;
	padding-bottom: 109px;
	width: 100%;
	overflow: hidden
}

.container-testimonials h2 {
	font-size: 48px;
	margin: 0 0 15px
}

@media (max-width: 1200px) {
	.container-testimonials {
		padding-top: 80px;
		padding-bottom: 70px
	}
	.container-testimonials h2 {
		font-size: 44px
	}
}

@media (max-width: 950px) {
	.container-testimonials {
		padding-top: 50px;
		padding-bottom: 50px
	}
	.container-testimonials h2 {
		font-size: 35px
	}
}

@media (max-width: 750px) {
	.container-testimonials {
		padding-top: 20px;
		padding-bottom: 20px
	}
	.container-testimonials h2 {
		font-size: 26px
	}
}

.testimonials {
	padding-left: 106px;
	padding-right: 106px;
	position: relative;
	z-index: 1
}

.testimonials:before,
.testimonials:after {
	content: "";
	position: absolute;
	top: -40%;
	height: 200%;
	width: 130%;
	transform: skew(-31deg);
	z-index: -1
}

.testimonials:before {
	box-shadow: 0 0 230px rgba(1, 28, 64, 0.5) inset;
	left: 29.6%
}

.testimonials:after {
	box-shadow: 0 0 230px rgba(1, 28, 64, 0.5);
	left: -56%
}

@media (max-width: 950px) {
	.testimonials {
		padding-left: 60px;
		padding-right: 60px
	}
}

@media (max-width: 750px) {
	.testimonials {
		padding-left: 10px;
		padding-right: 10px
	}
}

#interactive-testimonials {
	position: relative
}

#interactive-testimonials ul.slides {
	list-style: none;
	padding-left: 0;
	margin: 0
}

#interactive-testimonials ul.slides li {
	display: none;
	overflow: hidden
}

#interactive-testimonials ul.slides li p {
	margin: 0 0 20px;
	line-height: 1.6
}

#interactive-testimonials ul.slides li p:last-child {
	margin-bottom: 0
}

@media (max-width: 750px) {
	#interactive-testimonials ul.slides li p {
		margin-bottom: 10px
	}
}

#interactive-testimonials ul.slides li.slide1,
#interactive-testimonials ul.slides li.flex-active-slide {
	display: block
}

#interactive-testimonials ul.slides li.slide2 {
	padding-top: 30px
}

#interactive-testimonials ul.slides li.slide3 {
	padding-top: 15px
}

ul.flex-direction-nav {
	list-style: none;
	padding-left: 0;
	margin: 0;
	width: 100%
}

ul.flex-direction-nav li a {
	position: absolute;
	font-size: 18px;
	display: inline-block;
	width: 74px;
	text-align: center;
	color: #f2b705;
	text-transform: uppercase;
	height: 28px;
	text-decoration: none;
	letter-spacing: 4px
}

ul.flex-direction-nav li a.flex-prev {
	top: 50%;
	margin-top: -37px;
	left: -133px;
	transform: rotate(-90deg)
}

ul.flex-direction-nav li a.flex-next {
	top: 50%;
	margin-top: -37px;
	right: -133px;
	transform: rotate(90deg)
}

ul.flex-direction-nav li a:after {
	content: "";
	width: 100%;
	position: absolute;
	height: 2px;
	background-color: #f2b705;
	left: 0;
	bottom: 0
}

ul.flex-direction-nav li a:hover {
	color: #fff
}

@media (max-width: 1280px) {
	ul.flex-direction-nav li a.flex-prev {
		left: -128px
	}
	ul.flex-direction-nav li a.flex-next {
		right: -128px
	}
}

@media (max-width: 950px) {
	ul.flex-direction-nav li a.flex-prev {
		left: -78px
	}
	ul.flex-direction-nav li a.flex-next {
		right: -78px
	}
}

@media (max-width: 750px) {
	ul.flex-direction-nav {
		display: none
	}
}

.flex-viewport {
	overflow: hidden
}

.container-short-form>p {
	font-size: 18px;
	line-height: 1.7;
	text-align: center;
	margin: 0 auto 93px;
	max-width: 75%
}

@media (max-width: 1200px) {
	.container-short-form>p {
		margin-bottom: 50px
	}
}

@media (max-width: 950px) {
	.container-short-form>p {
		font-size: 17px
	}
}

@media (max-width: 750px) {
	.container-short-form>p {
		font-size: 17px;
		max-width: 100%;
		font-size: 16px;
		margin-bottom: 15px;
		line-height: 1.5
	}
}

@media (max-width: 750px) {
	.container-short-form {
		display: none
	}
}

@media (max-width: 750px) {
	.Home .container-short-form {
		display: block
	}
}

.short-form {
	padding: 91px 5.3% 65px;
	background: url(../images/bg-short-form.png) center top no-repeat;
	float: right;
	width: 57.4%;
	background-size: cover;
	color: #ffffff;
	position: relative;
	z-index: 1
}

@media (max-width: 1280px) {
	.short-form {
		padding: 60px 3.8% 55px
	}
}

@media (max-width: 1200px) {
	.short-form {
		width: calc(100% - 500px)
	}
}

@media (max-width: 950px) {
	.short-form {
		padding: 46px 3% 40px;
		width: calc(100% - 440px)
	}
}

@media (max-width: 750px) {
	.short-form {
		display: none
	}
}

h4.title-short-form {
	font-size: 60px;
	margin: 0 0 7px;
	text-transform: capitalize;
	line-height: 1
}

@media (max-width: 1280px) {
	h4.title-short-form {
		font-size: 48px
	}
}

@media (max-width: 1200px) {
	h4.title-short-form {
		font-size: 40px;
		margin-bottom: 15px
	}
}

@media (max-width: 950px) {
	h4.title-short-form {
		font-size: 35px
	}
}

@media (max-width: 750px) {
	h4.title-short-form {
		font-size: 26px
	}
}

#containerIntakeFormShort,
#containerIntakeFormShortAutofill {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	position: relative
}

#containerIntakeFormShort p,
#containerIntakeFormShortAutofill p {
	margin: 0 0 21px;
	padding: 0
}

#containerIntakeFormShort p strong,
#containerIntakeFormShortAutofill p strong {
	font-weight: 700
}

#containerIntakeFormShort .formHide,
#containerIntakeFormShortAutofill .formHide {
	display: none
}

#intakeFormShort fieldset textarea,
#intakeFormShort fieldset input,
#intakeFormShortAutofill fieldset textarea,
#intakeFormShortAutofill fieldset input {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #ffffff;
	width: 100%;
	margin: 0 1.7% 9px 0;
	padding: 14px 12px 14px 18px;
	background-color: #000e34;
	border: none
}

#intakeFormShort fieldset textarea:hover,
#intakeFormShort fieldset textarea:focus,
#intakeFormShort fieldset textarea.current,
#intakeFormShort fieldset input:hover,
#intakeFormShort fieldset input:focus,
#intakeFormShort fieldset input.current,
#intakeFormShortAutofill fieldset textarea:hover,
#intakeFormShortAutofill fieldset textarea:focus,
#intakeFormShortAutofill fieldset textarea.current,
#intakeFormShortAutofill fieldset input:hover,
#intakeFormShortAutofill fieldset input:focus,
#intakeFormShortAutofill fieldset input.current {
	background-color: #fff;
	bottom: none
}

#intakeFormShort fieldset #intakeFormShortPhone,
#intakeFormShortAutofill fieldset #intakeFormShortPhone {
	margin-right: 0
}

#intakeFormShort fieldset textarea,
#intakeFormShortAutofill fieldset textarea {
	height: 132px;
	width: 100%;
	margin: 0 0 10px;
	padding-top: 18px
}

#intakeFormShort fieldset div.formHighlight *,
#intakeFormShortAutofill fieldset div.formHighlight * {
	border: none
}

#intakeFormShort fieldset div.formHighlight *:hover,
#intakeFormShort fieldset div.formHighlight *:focus,
#intakeFormShort fieldset div.formHighlight *.current,
#intakeFormShortAutofill fieldset div.formHighlight *:hover,
#intakeFormShortAutofill fieldset div.formHighlight *:focus,
#intakeFormShortAutofill fieldset div.formHighlight *.current {
	background-color: #000e34;
	border: none
}

#intakeFormShort fieldset .formCheck,
#intakeFormShortAutofill fieldset .formCheck {
	clear: both;
	font-size: 16px
}

#intakeFormShort fieldset .formCheck a:link,
#intakeFormShort fieldset .formCheck a:visited,
#intakeFormShortAutofill fieldset .formCheck a:link,
#intakeFormShortAutofill fieldset .formCheck a:visited {
	color: #f2b705
}

#intakeFormShort fieldset .formCheck a:hover,
#intakeFormShort fieldset .formCheck a:focus,
#intakeFormShortAutofill fieldset .formCheck a:hover,
#intakeFormShortAutofill fieldset .formCheck a:focus {
	color: #fff
}

#intakeFormShort input[type="checkbox"],
#intakeFormShortAutofill input[type="checkbox"] {
	background: none;
	width: 21px;
	height: 26px;
	margin: -2px 15px 0 0;
	border: none;
	border-radius: 0;
	float: left
}

#intakeFormShort input[type="checkbox"]:hover,
#intakeFormShort input[type="checkbox"]:focus,
#intakeFormShortAutofill input[type="checkbox"]:hover,
#intakeFormShortAutofill input[type="checkbox"]:focus {
	background: none
}

#containerIntakeFormShortAutofill p.intakeFormShortPrivacy {
	display: inline-block;
	margin: 0 5px
}

#containerIntakeFormShortAutofill p.intakeFormShortPrivacy a:link,
#containerIntakeFormShortAutofill p.intakeFormShortPrivacy a:visited {
	color: #f2b705
}

#containerIntakeFormShortAutofill p.intakeFormShortPrivacy a:hover,
#containerIntakeFormShortAutofill p.intakeFormShortPrivacy a:focus {
	color: #fff
}

.short-form #formError {
	position: absolute;
	top: 22px;
	font-size: 15px;
	line-height: 1
}

.short-form #intakeFormShortDisclaimerCheck {
	margin-top: 6px
}

#intakeFormShortSubmit,
#intakeFormShortAutofillSubmit,
a.btns,
.btns a.office-map-link,
a.office-page-link {
	margin-top: 48px;
	display: table;
	cursor: pointer;
	color: #f1b300;
	border: none;
	border-radius: 0;
	position: relative;
	background: transparent;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: color 0.3s ease-in-out
}

#intakeFormShortSubmit:before,
#intakeFormShortAutofillSubmit:before,
a.btns:before,
.btns a.office-map-link:before,
a.office-page-link:before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #f1b300;
	transition: background 0.3s ease-in-out
}

#intakeFormShortSubmit:after,
#intakeFormShortAutofillSubmit:after,
a.btns:after,
.btns a.office-map-link:after,
a.office-page-link:after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-left: 5px;
	position: relative;
	left: 0;
	transition: left 0.3s ease-in-out
}

#intakeFormShortSubmit:hover,
#intakeFormShortAutofillSubmit:hover,
a.btns:hover,
.btns a.office-map-link:hover,
a.office-page-link:hover {
	color: #fff;
	background: transparent
}

#intakeFormShortSubmit:hover:before,
#intakeFormShortAutofillSubmit:hover:before,
a.btns:hover:before,
.btns a.office-map-link:hover:before,
a.office-page-link:hover:before {
	background-color: #fff
}

#intakeFormShortSubmit:hover:after,
#intakeFormShortAutofillSubmit:hover:after,
a.btns:hover:after,
.btns a.office-map-link:hover:after,
a.office-page-link:hover:after {
	left: 6px
}

@media (max-width: 950px) {
	#intakeFormShortSubmit,
	#intakeFormShortAutofillSubmit,
	a.btns,
	.btns a.office-map-link,
	a.office-page-link {
		margin-top: 30px
	}
}

@media (max-width: 750px) {
	#intakeFormShortSubmit,
	#intakeFormShortAutofillSubmit,
	a.btns,
	.btns a.office-map-link,
	a.office-page-link {
		font-size: 16px
	}
}

a.btn-contact-us.btns {
	margin-top: 0
}

@media (max-width: 750px) {
	a.btn-contact-us.btns {
		display: none
	}
}

#intakeFormShortDisclaimer {
	width: 100%;
	float: left
}

#intakeFormShortDisclaimer div {
	border: none;
	background: #fff;
	padding: 5px;
	text-align: left;
	z-index: 1
}

#intakeFormShortDisclaimer p {
	font-family: "Open Sans", sans-serif;
	color: #333;
	padding: 0;
	margin: 0 0 5px;
	font-size: 15px;
	line-height: 1.3
}

#intakeFormShortDisclaimer a {
	color: #f2b705;
	font-size: 15px
}

#intakeFormShortDisclaimer a:hover,
#intakeFormShortDisclaimer a:focus,
#intakeFormShortDisclaimer a.current {
	color: #f2b705;
	text-decoration: none
}

.container-map-wrap {
	background: url(../images/office-map.png) center top no-repeat;
	background-size: cover;
	height: 418px;
	display: block;
	text-decoration: none;
	margin-top: -235px
}

@media (max-width: 750px) {
	.container-map-wrap {
		display: none
	}
}

.contact-info-left {
	float: left;
	width: 466px
}

.contact-info-left h4 {
	margin: 0 0 4px;
	font-size: 18px;
	color: #011c40;
	line-height: 1.2
}

@media (max-width: 950px) {
	.contact-info-left {
		width: 410px
	}
}

@media (max-width: 750px) {
	.contact-info-left {
		float: none;
		width: auto
	}
}

@media (max-width: 450px) {
	.contact-info-left {
		display: table;
		margin: 0 auto;
		text-align: center
	}
}

.contact-block {
	float: left;
	width: 270px
}

@media (max-width: 950px) {
	.contact-block {
		width: 220px
	}
}

@media (max-width: 450px) {
	.contact-block {
		float: none;
		width: auto
	}
}

.container-btns {
	float: right
}

@media (max-width: 450px) {
	.container-btns {
		float: none;
		width: auto;
		display: table;
		margin: 20px auto 0
	}
}

.brand-footer {
	clear: both;
	display: block;
	margin-bottom: 45px
}

@media (max-width: 950px) {
	.brand-footer {
		margin-bottom: 25px
	}
}

@media (max-width: 750px) {
	.brand-footer {
		float: none;
		width: 100%;
		display: none
	}
}

.contact-numbers {
	margin-bottom: 26px
}

@media (max-width: 750px) {
	.contact-numbers {
		float: none;
		width: 100%;
		margin-bottom: 12px
	}
}

.contact-info {
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	*zoom: 1;
	line-height: 1.8;
	color: #404040;
	font-size: 18px;
	padding-top: 84px;
	padding-bottom: 0
}

.contact-info:before,
.contact-info:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.contact-info:after {
	clear: both
}

.contact-info p {
	margin: 0
}

.contact-info p>br {
	display: none
}

.contact-info a.office-map-link,
.contact-info a.office-page-link {
	margin-top: 5px;
	line-height: 1.2;
	font-size: 16px
}

.contact-info a.office-map-link:hover,
.contact-info a.office-map-link:focus,
.contact-info a.office-map-link.current,
.contact-info a.office-page-link:hover,
.contact-info a.office-page-link:focus,
.contact-info a.office-page-link.current {
	color: #023373
}

.contact-info a.office-map-link:hover:before,
.contact-info a.office-map-link:focus:before,
.contact-info a.office-map-link.current:before,
.contact-info a.office-page-link:hover:before,
.contact-info a.office-page-link:focus:before,
.contact-info a.office-page-link.current:before {
	background-color: #023373
}

.contact-info .office-address {
	display: block
}

.contact-info .office-street-address {
	display: block
}

.contact-info .office-street-address br {
	display: none
}

.contact-info .office-phone {
	display: none
}

@media (max-width: 1050px) {
	.contact-info {
		padding-top: 76px
	}
}

@media (max-width: 950px) {
	.contact-info {
		font-size: 16px
	}
	.contact-info a.office-map-link,
	.contact-info a.office-page-link {
		font-size: 13px
	}
}

@media (max-width: 850px) {
	.contact-info {
		padding-top: 48px
	}
}

@media (max-width: 750px) {
	.contact-info {
		line-height: 1.5;
		padding-top: 20px;
		padding-bottom: 0
	}
}

@media (max-width: 450px) {
	.contact-info a.office-map-link,
	.contact-info a.office-page-link {
		margin: 10px auto 0
	}
}

ul.social {
	list-style: none;
	padding: 0;
	display: table;
	margin: 0 auto 44px
}

ul.social li {
	display: inline-block;
	margin-right: 24px
}

ul.social li a {
	text-decoration: none;
	color: #00266a;
	font-size: 27px;
	line-height: 0;
	display: block;
	width: 47px;
	height: 47px;
	text-align: center;
	padding-top: 11px;
	background-color: #fff;
	border-radius: 30px
}

ul.social li a:hover,
ul.social li a:focus,
ul.social li a.current {
	text-decoration: none;
	background-color: #f1b300
}

ul.social li:last-child,
ul.social li.last-child {
	margin-right: 0
}

@media (max-width: 950px) {
	ul.social {
		margin-bottom: 32px
	}
	ul.social li {
		margin-right: 8px
	}
	ul.social li a {
		width: 45px;
		height: 45px;
		font-size: 22px;
		padding-top: 12px
	}
}

@media (max-width: 750px) {
	ul.social {
		margin-bottom: 20px
	}
	ul.social li a {
		font-size: 20px;
		padding-top: 10px;
		width: 40px;
		height: 40px
	}
}

a.btn-review-us {
	display:block;
	color: #fff;
	background-color: #f1b300;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 20px;
	width: 180px;
	margin: 0 0 12px;
	text-align: center
}

a.btn-review-us:before {
	display: none
}

a.btn-review-us:hover,
a.btn-review-us:focus {
	color: #fff;
	background-color: #00266a
}

@media (max-width: 750px) {
	a.btn-review-us {
		font-size: 16px;
		margin-bottom: 15px;
		padding: 12px 20px
	}
}

.container-badges {
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	*zoom: 1;
	padding-top: 31px;
	padding-bottom: 40px;
	overflow: hidden;
	width: 100%;
	position: relative
}

.container-badges:before,
.container-badges:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.container-badges:after {
	clear: both
}

.container-badges ul {
	list-style: none;
	padding-left: 0;
	list-style: none;
	display: flex;
	justify-content: space-between
}

.container-badges ul li img {
	display: block
}

@media (max-width: 1200px) {
	.container-badges ul li {
		padding: 5px
	}
	.container-badges ul li img {
		max-width: 96%
	}
}

@media (max-width: 950px) {
	.container-badges {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

@media (max-width: 750px) {
	.container-badges {
		padding-top: 0;
		padding-bottom: 0
	}
	.container-badges ul {
		display: block;
		text-align: center
	}
	.container-badges ul li {
		display: inline-block
	}
	.container-badges ul li img {
		max-width: 100%;
		height: 45px
	}
}

.container-footer-page {
	background-color: #00266a;
	padding-top: 85px
}

@media (max-width: 1200px) {
	.container-footer-page {
		padding-top: 60px
	}
}

@media (max-width: 950px) {
	.container-footer-page {
		padding-top: 50px
	}
}

@media (max-width: 750px) {
	.container-footer-page {
		padding-top: 20px
	}
}

.footer-page {
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	*zoom: 1;
	position: relative
}

.footer-page:before,
.footer-page:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.footer-page:after {
	clear: both
}

h4.title-footer {
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	color: #b2b2b2;
	margin: 0 0 58px
}

@media (max-width: 1200px) {
	h4.title-footer {
		margin-bottom: 38px
	}
}

@media (max-width: 950px) {
	h4.title-footer {
		margin-bottom: 30px
	}
}

@media (max-width: 750px) {
	h4.title-footer {
		font-size: 18px;
		margin-bottom: 15px
	}
}

.fine-print {
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
	color: #ffffff
}

.fine-print a {
	color: #fff
}

.fine-print a:hover,
.fine-print a:focus,
.fine-print a:active {
	color: #f1b300
}

.fine-print p {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0
}

@media (max-width: 950px) {
	.fine-print {
		font-size: 16px
	}
}

@media (max-width: 750px) {
	.fine-print {
		font-size: 15px;
		line-height: 1.4;
		text-align: center
	}
}

.copyright {
	padding: 0 0 .2em
}

iframe[src^="http://maps.google.com"],
iframe[src^="https://maps.google.com"] {
	max-width: 100%
}

a.btn-nav-practice,
a.btn-short-form,
a.btn-silo-practice {
	display: none;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background-color: #023373;
	padding: 18px 10px;
	margin: 20px auto;
	max-width: 280px;
	position: relative;
	z-index: 2
}

a.btn-nav-practice:hover,
a.btn-nav-practice:focus,
a.btn-nav-practice.current,
a.btn-short-form:hover,
a.btn-short-form:focus,
a.btn-short-form.current,
a.btn-silo-practice:hover,
a.btn-silo-practice:focus,
a.btn-silo-practice.current {
	color: #fff
}

@media (max-width: 750px) {
	a.btn-nav-practice,
	a.btn-short-form,
	a.btn-silo-practice {
		display: block
	}
}

a.back-to-top {
	display: table;
	width: 84px;
	height: 82px;
	color: #00266a;
	font-size: 29px;
	background-color: #ffffff;
	line-height: 1;
	padding-top: 23px;
	text-align: center;
	margin: 80px auto 0
}

a.back-to-top:hover,
a.back-to-top:focus,
a.back-to-top.current {
	background-color: #f1b300
}

@media (max-width: 1200px) {
	a.back-to-top {
		margin-top: 50px
	}
}

@media (max-width: 950px) {
	a.back-to-top {
		width: 60px;
		height: 54px;
		padding-top: 12px;
		font-size: 26px
	}
}

@media (max-width: 750px) {
	a.back-to-top {
		margin-top: 25px;
		width: 56px;
		height: 48px
	}
}

a.btn-silo-practice {
	margin-bottom: 0
}

a.btn-short-form {
	margin-bottom: 0
}

.Home a.btn-short-form {
	margin-top: 20px
}

.Contact .container-short-form,
.Contact a.btn-short-form,
.Contact .short-form,
.E-mail .container-short-form,
.E-mail a.btn-short-form,
.E-mail .short-form {
	display: none
}

.Contact .container-map-wrap,
.E-mail .container-map-wrap {
	margin-top: 60px
}

.Contact .contact-info-left,
.E-mail .contact-info-left {
	float: none;
	margin: 0 auto
}

.Contact #intakeFormISubmit,
.Contact #emailObfuscationSubmit,
.E-mail #intakeFormISubmit,
.E-mail #emailObfuscationSubmit {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	background: #023373;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 30px;
	border: none;
	height: auto;
	width: auto;
	white-space: normal;
	border-radius: 0
}

.Contact #intakeFormISubmit:hover,
.Contact #intakeFormISubmit:focus,
.Contact #intakeFormISubmit.current,
.Contact #emailObfuscationSubmit:hover,
.Contact #emailObfuscationSubmit:focus,
.Contact #emailObfuscationSubmit.current,
.E-mail #intakeFormISubmit:hover,
.E-mail #intakeFormISubmit:focus,
.E-mail #intakeFormISubmit.current,
.E-mail #emailObfuscationSubmit:hover,
.E-mail #emailObfuscationSubmit:focus,
.E-mail #emailObfuscationSubmit.current {
	background: #f1b300;
	color: #fff;
	border: none
}

@media (max-width: 980px) {
	.E-mail .contextual {
		display: none
	}
}

@media (max-width: 900px) {
	#attorneyProfile img.attorneyProfilePhoto {
		float: none
	}
}

@media (max-width: 920px) {
	#intakeFormI fieldset input,
	#intakeFormI fieldset select {
		width: 90%
	}
}

@media (max-width: 920px) {
	#intakeFormI fieldset textarea {
		width: 90%
	}
}

@media (max-width: 920px) {
	#containerEmailObfuscation fieldset input,
	#intakeFormI fieldset select {
		width: 90%
	}
}

@media (max-width: 920px) {
	#containerEmailObfuscation fieldset textarea {
		width: 90%
	}
}

@media (max-width: 500px) {
	#intakeFormI fieldset div.formCheck label {
		margin: 0 10px 0 0
	}
}

.Search .content #searchFormSearchTerms {
	width: 40%
}

a[href^="tel:"] {
	color: inherit !important;
	text-decoration: none !important;
	cursor: text !important
}

.Site-Map .content ul {
	margin-bottom: 0
}

.content #attorneyProfile h3 {
	margin-bottom: 10px;
	padding-top: 15px
}

.content #attorneyProfile ul {
	margin-bottom: 0
}

.content #attorneyProfile ul li:before {
	display: none
}

.content ul.searchResultsPagination li:before {
	display: none
}

.blog #navigationBlog {
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	*zoom: 1;
	padding: 0;
	margin: 0px 10px 30px
}

.blog #navigationBlog:before,
.blog #navigationBlog:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.blog #navigationBlog:after {
	clear: both
}

.blog .subscribe {
	display: block;
	background: url("../images/bg-subscribe.png") 0 3px no-repeat;
	padding-left: 23px;
	margin: 20px 10px;
	color: #f2b705;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 16px
}

.blog .subscribe:hover,
.blog .subscribe:focus,
.blog .subscribe:active,
.blog .subscribe.current {
	text-decoration: none
}

.blog .findlaw-network {
	margin: 20px 10px 25px 10px;
	display: none;
}

.blog .group h4 {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #f2b705;
	text-transform: uppercase;
	margin: 20px 0 2px
}

.blog .group ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.blog .group ul li {
	display: inline;
	font-size: 16px
}

.blog .group a {
	text-decoration: underline;
	display: block;
	text-transform: capitalize;
	font-family: "Open Sans", sans-serif;
	border-bottom: 0;
	padding: 7px 3px 7px;
	font-weight: 400;
	color: #f2b705
}

.blog .group a:hover,
.blog .group a:focus,
.blog .group a:active,
.blog .group a.current {
	color: #f2b705;
	text-decoration: none
}

.blog #tagCloud a {
	padding: 12px 10px 13px 0;
	float: none
}

.blog #tagCloud a:before {
	background: none
}

.blog #blogCommentForm fieldset input,
.blog #containerBlogCommentFormAutofill #comment-submit,
.blog #blogCommentFormAutofill fieldset #comment-submit {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #023373;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	padding: 9px 18px;
	border: 0
}

.blog #blogCommentForm fieldset input:hover,
.blog #blogCommentForm fieldset input:focus,
.blog #blogCommentForm fieldset input:active,
.blog #blogCommentForm fieldset input.current,
.blog #containerBlogCommentFormAutofill #comment-submit:hover,
.blog #containerBlogCommentFormAutofill #comment-submit:focus,
.blog #containerBlogCommentFormAutofill #comment-submit:active,
.blog #containerBlogCommentFormAutofill #comment-submit.current,
.blog #blogCommentFormAutofill fieldset #comment-submit:hover,
.blog #blogCommentFormAutofill fieldset #comment-submit:focus,
.blog #blogCommentFormAutofill fieldset #comment-submit:active,
.blog #blogCommentFormAutofill fieldset #comment-submit.current {
	background: #f1b300;
	color: #fff
}

.blog .pagination {
	clear: both;
	border-top: 1px dotted #ccc;
	padding: 19px 0;
	float: left;
	width: 100%
}

.blog .pagination ol {
	list-style: none;
	padding: 0
}

.blog .pagination ol li {
	float: left;
	margin-right: 5px
}

.blog input[type="submit"] {
	text-indent: 0 !important
}

.blog .fb-like,
.blog .twitter-share-button,
.blog .g-plusone {
	min-width: 94px
}

.blog .fb-like {
	top: -8px;
	min-width: 114px
}

.blog .IN-widget {
	vertical-align: middle !important
}

.blog #containerSearchFormDesign,
.blog #searchFormDesign {
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	*zoom: 1;
	margin: 5px 0 12px;
	padding: 0;
	clear: both;
	position: relative
}

.blog #containerSearchFormDesign:before,
.blog #containerSearchFormDesign:after,
.blog #searchFormDesign:before,
.blog #searchFormDesign:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.blog #containerSearchFormDesign:after,
.blog #searchFormDesign:after {
	clear: both
}

.blog #searchFormDesign #searchFormDesignSearchTerms {
	margin: 0;
	padding: 7px 88px 7px 15px;
	width: 100%;
	color: #929292;
	border: 1px solid #023373;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	float: left;
	outline: none;
	background: #fefefe
}

.blog #searchFormDesign #searchFormDesignSearchTerms:hover,
.blog #searchFormDesign #searchFormDesignSearchTerms:focus,
.blog #searchFormDesign #searchFormDesignSearchTerms:active,
.blog #searchFormDesign #searchFormDesignSearchTerms.current {
	background: #fff;
	border: 1px solid #f1b300;
	outline: none
}

.blog #searchFormDesign #searchFormDesignSubmit,
.blog #searchFormDesign .search-submit {
	font-family: "Open Sans", sans-serif;
	width: auto;
	height: auto;
	display: inline;
	vertical-align: top;
	margin: 0;
	font-size: 16px;
	color: #fff;
	padding: 8px 17px 8px 12px;
	border: 0;
	float: left;
	position: absolute;
	right: 0;
	top: 0;
	background: #023373
}

.blog #searchFormDesign #searchFormDesignSubmit:hover,
.blog #searchFormDesign #searchFormDesignSubmit:focus,
.blog #searchFormDesign #searchFormDesignSubmit:active,
.blog #searchFormDesign #searchFormDesignSubmit.current,
.blog #searchFormDesign .search-submit:hover,
.blog #searchFormDesign .search-submit:focus,
.blog #searchFormDesign .search-submit:active,
.blog #searchFormDesign .search-submit.current {
	color: #fff;
	background: #f1b300
}

.blog #searchFormDesign .formLabelHide {
	position: absolute;
	left: -5000px
}

.formHide {
	display: none
}