/* Core Styles */

/*
Colours

White				#ffffff		rgba(255,255,255,1.0)
MM Light Blue		#2369d3		rgba(35,105,211,1.0)
MM Light Blue 50%	#91b4e9		rgba(145,180,233,1.0)
MM Blue				#002038		rgba(0,32,56,1.0)
MM Dark Blue		#00172b		rgba(0,23,43,1.0)
Green				#00cc66		rgba()

*/




*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
		font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 1.0em;
	line-height: 1.4;
	color: rgba(255,255,255,1.0);
	font-display: swap;
}

body {
	margin: 0;
	background: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

.wrapper {
	display: grid;
	background: rgba(0,32,56,0.85);
	grid-gap: 0;
	grid-template-rows: auto;
	grid-template-columns:  12.0em 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 12.0em;
	grid-template-areas:

		".	page	page	page	page	page	page	page	page	page	page	page	page	."

}



		@media only screen and (max-width: 1600px) {
		.wrapper {
			grid-template-columns: 7.0em 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 7.0em;
			grid-template-areas:

				".	page	page	page	page	page	page	page	page	page	page	page	page	."

			}
		}



				@media only screen and (max-width: 1440px) {
					.wrapper {
						grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
						grid-template-areas:

							"	page	page	page	page	page	page	page	page	page	page	page	page	"

						}
					}




.pages		{ grid-area: page; background: #ffffff; }




sup  {
	position: relative;
	top: 2px;
	left: 1px;
	margin-right: 2px;
	line-height: 1.0;
}


.responsive {
	width:100%;
	height:auto;
}


.white	{ color: #ffffff !important; }
.bold	{ font-weight: 400 !important; }


a, a:visited, a:hover, a:active { transition: all .25s ease-in-out; }


p a,
p a:visited { color: rgba(255,255,255,1.0); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.45); transition: all .25s ease-in-out; }

p a:hover,
p a:active	{ color: rgba(255,255,255,0.65); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.20); transition: all .25s ease-in-out; }



.right-then-left { justify-self: end; }


h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    font-style: normal;
}

h1 {
	font-size: 3.6em;
	line-height: 1.1;
}
h2 {
	font-size: 3.4em;
	line-height: 1.2;
}
h3 {
	font-size: 2.7em;
	line-height: 1.2;
}
h4 {
	font-size: 1.7em;
	line-height: 1.2;
}
h5 {
	font-size: 1.2em;
	line-height: 1.6;
}

h4 a,
h5 a {
	color: #ffffff;
	text-decoration: none;
}

h5 a i.fa {
	position: relative;
	font-size: 0.8em;
	padding-left: 11px;
	top:1px;
	color: #2369d3;
}

h5 a:hover i.fa {
	color: #ffffff;
}

h5 a:active i.fa {
	color: rgba(255,255,255,0.6);
}


p {
	font-size: 1.0em;
	margin: 0;
	padding: 1em 0;
	line-height: 1.5;
}



.collapsible {
  background-color: #00172b;
  color: #ffffff;
  cursor: pointer;
  padding: 22px;
  width: 100%;
  border: 1px solid rgb(255,255,255,0.3);
  border-radius: 10px 10px 10px 10px;
  text-align: left;
  outline: none;
  font-size: 1em;
  font-weight: 400;
}

.collapsible span.peek {
  display: inline;
}
.collapsible.active span.peek {
  display: none;
}

.collapsible span.aboo {
  display: none;
}
.collapsible.active span.aboo {
display: inline;
  font-size: 1.2em;
}

.collapsible.active {
  background-color: #ffffff;
  color: #101010;
  border-radius: 10px 10px 0px 0px;
  padding: 2.5em 1.25em 1em 1em;
}

.collapsible i.fa {
	font-size:1.1em;
	position: relative;
	float: right;
	margin-right: 0.5em;
	color: #2369d3;
}

.collapsible i.fa.fa-caret-down {
	display: inline;
}

.collapsible i.fa.fa-times {
	display: none;
}

.collapsible.active i.fa.fa-caret-down {
	display: none;
}

.collapsible.active i.fa.fa-times {
	display: inline;
	top: -0.9em;
}







span.numbers {
	display: inline-block;
	border: 1px solid rgba(255,255,255,0.5);
    color: rgba(255,255,255,0.9);
    font-size: 1.5em;
	font-weight: 400;
    border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
    line-height: 46px;
	width:45px;
	height:45px;
    text-align: center;
	margin-top: 1.5em;
	margin-bottom: 0.75em;
}



.order-lawyer-1	{ order: 1; }
.order-lawyer-2	{ order: 2; }







	/***  PAGES  ***/


	.pages {
		display: grid;
		grid-column-gap: 0;
		grid-row-gap: 0;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: auto;
		padding: 0;
	}






	.show-in-900 {
		display: none;
	}

	.show-in-800 {
		display: none;
	}

	.show-in-600 {
		display: none;
	}

	.no-show {
		display: none;
	}

	.display-800 {
		display: none;
	}

	.div-height {
		display: block;
		padding: 0;
		padding: 3em;
	}


	ol {
	  margin: 0.5em 0em 0.1em 1.0em;
	  list-style-type: decimal;
	}

	ol li {
	  margin: 7px 0px 8px 16px;
	  font-size: 1.1em;
	  line-height: 1.3;
	  color: rgba(255,255,255,0.8);
	}

	ol li a, ol li a:visited {
	  color: rgba(255,255,255,0.8);
	  text-decoration: none;
	}
	ol li a:hover {
	  color: rgba(255,255,255,1.0);
	  text-decoration: none;
	}
	ol li a:active {
	  color: rgba(35,105,211,1.0);
	  text-decoration: none;
	}






.pages a.btn.btn-video-blue {
	 border: 1px solid transparent;
	 border-radius: 50px;
	 padding: 23px 31px 18px 32px;
	 font-size: 1.1em;
	 position: relative;
	 color: #ffffff;
}

.pages a.btn.btn-video-blue::before {
	 transition: all 0.3s;
	 content: '';
	 border-radius: 50px;
	 border: 1px solid transparent;
	 width: 60px;
	 height: 60px;
	 background: #2369d3;
	 position: absolute;
	 top: 0;
	 left: 0;
}


.pages a.btn.btn-video-blue i.fa  {
	padding-right: 40px;
	transition:.3s;
}


.pages a.btn.btn-video-blue i.fa::before {
	font-size: 1.2em;
	position: relative;
	top: 2px;
	left: -4px;
}


.pages a.btn.btn-video-blue:hover::before {
	 background: transparent;
	 border: 1px solid rgba(255,255,255,0.7);
	 width: 100%;
}

.pages a.btn.btn-video-blue i.fa {
	color: #ffffff;
}


.pages a.btn.btn-video-blue:hover i.fa {
	color: #ffffff;
	padding-right: 15px;
	transition:.3s;
}


.pages a.btn.btn-video-blue:active {
	 background: #ffffff;
	 color: #002038;
	 width: 100%;
	 transition:.3s;
}


.pages a.btn.btn-video-blue:active i.fa {
	color: #002038;
}






		@media only screen and (max-width: 900px) {

			.pages {
				grid-row-gap: 0;
				grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
				grid-template-rows: auto;
				padding: 0;
			}


			.show-in-900 {
				display: block;
			}

			p.tiny.show-in-900 {
				display: none;
			}

			.hide-in-900 {
				display: none;
			}

			div.hide-in-900 {
				display: none;
			}

			.div-height {
				display: block;
				padding: 0;
				padding: 0.75em;
			}


		}





					@media only screen and (max-width: 600px) {


						.show-in-600 {
							display: block;
						}

						.hide-in-600 {
							display: none;
						}

						div.hide-in-600 {
							display: none;
						}


				}


					@media only screen and (max-width: 412px) {

						.pages {
							grid-row-gap: 0;
							grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
							grid-template-rows: auto;
							padding: 0;
						}


						.div-height {
							display: block;
							padding: 0;
							padding: 0.75em;
						}


					}





.half-right {
	grid-column: 4 / -1;
	justify-self: end;
	margin-top: -1.1em;
	margin-right: 4em;
}


img.icon-quote {
	display: block;
	position: relative;
	width: 56px;
	height: auto;
	top: -32px;
	margin-right: 0;
	margin-left: auto;
}











	.hrow h1 {
		font-size: 3.2em;
		padding-top: 0.25em;
		padding-bottom: 0.25em;
	}

	.hrow h2 {
		font-size: 3.0em;
		padding-top: 0.25em;
	}

	.hrow h2.h2shrink {
		font-size: 2.9em;
		padding-top: 0.25em;
		padding-bottom: 2em;
	}

	.hrow h3 {
		font-size: 2.6em;
		padding-top: 0.25em;
		padding-bottom: 0.25em;
	}

	.hrow h4 {
		font-size: 2.0em;
		font-weight: 500;
		line-height: 1.35;
		padding-top: 0.25em;
		padding-bottom: 0.25em;
	}






	.hrow {
		display: grid;
		grid-column-gap: 0;
		grid-row-gap: 0;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: auto;
		padding: 4em 3em 4em 3em;
	}

	.hrow {
		grid-column: span 12;
		margin: 0em;
		border: none;
	}

	.hrow.nopadding {
		padding: 0;
		padding: 0em 0em 0em 0em;
		border: none;
	}

	.hrow.nopadding.noborder {
		padding: 0;
		padding: 0em 0em 0em 0em;
		border: none;
	}


	.hrow div.full {
		grid-column: span 12;
		margin: 0em;
		padding: 2em 1.5em 2em 1.5em;
	}

	.hrow div.full.nopadding {
		grid-column: span 12;
		margin: 0em;
		padding: 0;
		padding: 0em 0em 0em 0em;
	}

	div.mapheight {
		height: 500px;
	}

	.hrow div.half {
		grid-column: span 6;
		margin: 0em;
		padding: 1.5em 1.5em 1.5em 1.5em;
	}

	.hrow div.onethird {
		grid-column: span 4;
		margin: 0em;
		padding: 1.5em 1.5em 1.5em 1.5em;
	}

	.hrow div.onethird-alt {
		grid-column: span 4;
		margin: 0em;
		padding: 1.5em 1.5em 1.5em 1.5em;
	}

	.hrow div.twothirds {
		grid-column: span 8;
		margin: 0em;
		padding: 1.5em 1.5em 1.5em 1.5em;
	}

	.hrow div.onequarter {
		grid-column: span 3;
		margin: 0em;
		padding: 1.5em 1.5em 1.5em 1.5em;
	}

	.hrow div.threequarters {
		grid-column: span 9;
		margin: 0em;
		padding: 1.5em 1.5em 1.5em 1.5em;
	}

	.hrow div.onesixth {
		grid-column: span 2;
		margin: 0em;
		padding: 1.5em 1.5em 1.5em 1.5em;
	}

	.hrow div.fivesixths {
		grid-column: span 10;
		margin: 0em;
		padding: 1.5em 1.5em 1.5em 1.5em;
	}


	div.hrow.adjustheight {
		position: relative;
		padding: 0;
		padding: 0em;
		height: 120px;
		border: none;
		background: transparent;
	}




.hrow div.full p.large,
.hrow div.half p.large,
.hrow div.onethird p.large,
.hrow div.onethird-alt p.large,
.hrow div.twothirds p.large,
.hrow div.onequarter p.large,
.hrow div.threequarters p.large,
.hrow div.onesixth p.large,
.hrow div.fivesixths p.large,
.hrow div.adjustheight p.large  { font-size: 1.7em; font-weight: 400; line-height: 1.3; color: inherit; transition: all .25s ease-in-out; }


p.box-dark  { font-size: 2em; font-weight: 600; line-height:1.3; background-color: rgba(35,105,211,0.9); color: #ffffff; padding: 1.35em 1.35em 1.25em 1.35em; border-radius: 20px; border: 2px solid rgba(0,32,56,0.8); }
.gold  { color: #ff9e38; }
.bluebright  { color: #91b4e9; }


.centerthis {
	justify-content: center;
}

.inner {
	margin-top: 2.5em;
	padding: 1em 1em 1em 1em;
	float: none;
	border-radius: 20px;
	background-color: #ffffff;
	border: 2px solid #404040;
	color: #808080;
}

.circle {
	display: inline-grid;
	justify-content: center;
	position: relative;
	top: -70px;
	padding: 0;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background-color: #ff9e38;
	border: 2px solid #404040;
}

.circle img {
	padding: 0;
	width: 100%;
	height: auto;
	overflow:hidden;
}






footer {
	display: grid;
	grid-column-gap: 0;
	grid-row-gap: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	padding: 5.5em 4em 0em 4em;
}

footer div.half {
	grid-column: span 6;
	margin: 0em;
	margin-top: 1em;
}

footer div.third {
	grid-column: span 4;
	margin: 0em;
}


footer h3 {
	grid-column: span 12;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	font-size: 2.0em;
	font-weight: 400;
}





footer div.half h4 {
	color: #ffffff;
	font-size: 1.4em;
	font-weight: 500;
	margin: 0;
	padding: 0.8em 0em 0.2em 0em;
}

footer div.half h4 a, footer div.half h4 a:visited {
	color: #ffffff;
	text-decoration: none;
}
footer div.half h4 a:hover, footer div.half h4 a:active {
	color: #2369d3;
	text-decoration: none;
}

footer div.half p {
	color: #ffffff;
	opacity: 0.7;
	font-size: 1.0em;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

footer div.third h4 {
	color: #ffffff;
	font-size: 1.4em;
	font-weight: 400;
	margin: 0;
	padding: 0.8em 0em 0.2em 0em;
}

footer div.third h4 a, footer div.third h4 a:visited {
	color: #ffffff;
	text-decoration: none;
}
footer div.third h4 a:hover, footer div.third h4 a:active {
	color: #2369d3;
	text-decoration: none;
}

footer div.third p {
	color: #ffffff;
	opacity: 0.7;
	font-size: 1.0em;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

ul.footer-links {
	list-style: none;
	padding: 0;
	margin-top: -1.3em;
}

ul.footer-links li {
	font-size: 1.0em;
	font-weight: 300;
	line-height: 1.9;
}

ul.footer-links li a {
	text-decoration: none;
	color: #ffffff;
}

ul.footer-links li a i.fa {
	position: relative;
	padding-left: 9px;
	top:2px;
	color: #2369d3;
}

ul.footer-links li a:hover i.fa {
	color: #ffffff;
}

ul.footer-links li a:active i.fa {
	color: rgba(255,255,255,0.65);
}

footer div.h-line {
	display: block;
	border-top: 1px solid rgba(255,255,255,0.20);
	margin: 1.3em 0em 1.2em 0em;
}

footer img.icon {
	display: block;
	height: 41px;
	width: auto;
	vertical-align: middle;
}





footer div.copyright-social {
	grid-column: span 12;
	margin: 0;
	padding: 0em 0em 0.75em 0em;
}

.copyright-social-inner {
	display: grid;
	grid-column-gap: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	margin: 0;
	padding: 0;
}

.copyright-social-inner {
	grid-column: span 12;
	margin: 0;
	padding: 0;
	align-items: center;
}

.copyright-social-inner div.h-line {
	grid-column: span 12;
	margin: 1em 0em -0.5em 0em;
	padding: 0;
}


						.copyright-social-inner div.h-line-1,
						.copyright-social-inner div.h-line-2,
						.copyright-social-inner div.h-line-3 {
							grid-column: span 12;
							border-top: 1px solid rgba(255,255,255,0.20);
							margin: 1em 0em -0.5em 0em;
							padding: 0;
						}

.fulls {
	grid-column: span 12;
	margin: 0;
	padding: 0.75em 0;
	margin-top: 1em;
	border-top: 1px solid rgba(255,255,255,0.25);
}

.halves-1, .halves-2, .halves-3 {
	grid-column: span 6;
	margin: 0;
	padding: 0;
}

.halves-2.pullup {
	margin-top: -3em;
}



.map-responsive{
    overflow:hidden;
    padding: 0;
    padding: 0em 0em 0em 0em;
    position:relative;
    height:500px;
	border-radius:0;
	margin-top:0;
	margin-bottom:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:500px;
    width:100%;
    padding: 0;
    padding: 0em 0em 0em 0em;
	border-radius:0;
    position:relative;
	margin-top:0;
	margin-bottom:0;
}

.halves-1#map {
	height: 100%;
  }

.map-responsive2 {
    overflow:hidden;
    padding-bottom:39%;
    position:relative;
    height:0;
	border-radius:10px;
	margin-top:-1em;
	margin-bottom:2.5em;
}
.map-responsive2 iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
	border-radius:10px;
    position:absolute;
}


.fulls p {
	color: rgba(255,255,255,0.8);
	font-size: 1.0em;
	font-weight: 300;
	margin: 0;
	padding:  0.7em 0em 0.4em 0em;
	text-align: center;
}

.fulls p.small {
	color: rgba(255,255,255,0.8);
	font-size: 0.8em;
	font-weight: 300;
	margin: 0;
	padding: 0.7em 0em 0.4em 0em;
	text-align: center;
}

.halves-2 h4 {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: 300;
	margin: 0;
	padding: 0.8em 0em 0.8em 0em;
}

.halves-2 a {
	color: rgba(255,255,255,0.65);
	text-decoration: none;
	font-size: 1.0em;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

.halves-2 a:hover {
	color: rgba(255,255,255,1.0);
	text-decoration: none;
}

.halves-2 a:active {
	color: rgba(35,105,211,1.0);
	text-decoration: none;
}

.halves-3 p {
	color: #ffffff;
	opacity: 0.8;
	font-size: 0.75em;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.copyright-social-inner div.quarters-1,
.copyright-social-inner div.eighths-1,
.copyright-social-inner div.eighths-2 {
	grid-column: span 2;
	margin: 0;
	padding: 0;
}

.copyright-social-inner div.quarters-1 {
							justify-self: stretch;
							text-align: center;
							padding: 0.8em 0 0.2em 0;
						}

.copyright-social-inner div.eighths-1 {
							justify-self: stretch;
							text-align: center;
							padding: 0.8em 0 0.2em 0;
						}

.copyright-social-inner div.eighths-2 {
							justify-self: stretch;
							text-align: center;
							padding: 0.8em 0 0.2em 0;
						}

ul.legal-links1  {
	list-style: none;
	padding: 0;
	text-align: right;
}

ul.legal-links2  {
	list-style: none;
	padding: 0;
	text-align: center;
}



ul.legal-links1 li, ul.legal-links2 li {
	display: inline;
	padding:0;
	font-size: 1.0em;
	font-weight: 300;
}

ul.legal-links1 li a, ul.legal-links2 li a {
	text-decoration: none;
	color: #ffffff;
}

ul.legal-links1 li a i.fa, ul.legal-links2 li a i.fa {
	position: relative;
	padding-left: 9px;
	top:2px;
	color: #2369d3;
}

ul.legal-links1 li a:hover i.fa, ul.legal-links2 li a:hover i.fa {
	color: #ffffff;
}

ul.legal-links1 li a:active i.fa, ul.legal-links2 li a:active i.fa {
	color: rgba(255,255,255,0.65);
}

ul.social-links {
	list-style: none;
	padding: 0;
}

ul.social-links li {
	display: inline;
	padding-left:0.9em;
}




img.s-icon {
	height:15px;
	width: auto;
	position: relative;
	top: ;
	left: ;
}

div.h-line-2, div.h-line-3 {
	display: none;
}




				@media only screen and (max-width: 1100px) {


				.copyright-social-inner {
					display: grid;
					grid-gap: 0;
					grid-column-gap: 1em;
					grid-template-rows: auto;
					grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
					grid-template-areas:
						"half-1		half-1		half-1		half-2		half-2		half-2"
						"hl-1		hl-1		hl-1		hl-1		hl-1		hl-1"
						"eighth-1	eighth-1	eighth-2	eighth-2	quart-1		quart-1"
						"hl-2		hl-2		hl-2		hl-2		hl-2		hl-2"
						"half-3		half-3		half-3		half-3		half-3		half-3"
						"fulls		fulls		fulls		fulls		fulls		fulls"
				}



				.halves-1		{ grid-area: half-1; }
				.halves-2		{ grid-area: half-2; }
				.halves-3		{ grid-area: half-3; }
				.quarters-1		{ grid-area: quart-1; }
				.eighths-1		{ grid-area: eighth-1; }
				.eighths-2		{ grid-area: eighth-2; }
				.h-line-1			{ grid-area: hl-1; }
				.h-line-2			{ grid-area: hl-2; }
				.fulls				{ grid-area: fulls; }





						.copyright-social-inner {
							grid-column: span 6;
							margin: 0;
							padding: 0;
							align-items: center;
						}

						.copyright-social-inner div.h-line {
							grid-column: span 6;
							margin: 1em 0em -0.5em 0em;
							padding: 0;
						}

						.copyright-social-inner div.h-line-1,
						.copyright-social-inner div.h-line-2 {
						display: block;
							grid-column: span 6;
							border-top: 1px solid rgba(255,255,255,0.20);
							margin: 1em 0em -0.5em 0em;
							padding: 0;
						}

						.fulls {
							grid-column: span 6;
							margin: 0;
							padding: 0.75em 0;
							margin-top:1em;
							border-top: 1px solid rgba(255,255,255,0.25);
						}

						.halves-1, .halves-2 {
							grid-column: span 3;
							margin: 0;
							padding: 0.5em 0em 0.5em 0em;
						}

						.halves-3 {
							grid-column: span 6;
							margin: 0;
							padding: 0.5em 0em 0.5em 0em;
						}

						.halves-2 h4 {
							color: #ffffff;
							font-size: 1.4em;
							font-weight: 300;
							margin: 0;
							padding: 0.8em 0em 0.8em 0em;
						}

						.halves-2 a {
							color: rgba(255,255,255,0.65);
							text-decoration: none;
							font-size: 1.0em;
							font-weight: 300;
							line-height: 1.5;
							margin: 0;
							padding: 0;
						}

						.halves-2 a:hover {
							color: rgba(255,255,255,1.0);
							text-decoration: none;
						}

						.halves-2 a:active {
							color: rgba(35,105,211,1.0);
							text-decoration: none;
						}

						.halves-3 p {
							color: #ffffff;
							opacity: 0.8;
							font-size: 0.75em;
							font-weight: 300;
							margin: 0;
							padding: 0;
						}

						ul.legal-links1 {
							list-style: none;
							margin: 0;
							padding: 0.7em 0em 0.3em 0em;
							text-align: left;
						}

						ul.legal-links2 {
							list-style: none;
							margin: 0;
							margin-left: -8.5em;
							padding: 0.7em 0em 0.3em 0em;
							text-align: left;
						}

										@media only screen and (max-width: 950px) {
												ul.legal-links2 { margin-left: -6em; }
												.halves-2.pullup { margin-top: 0; }
											}



						ul.legal-links1 li,
						ul.legal-links2 li {
							font-size: 1.0em;
							font-weight: 300;
						}

						ul.legal-links1 li a,
						ul.legal-links2 li a {
							text-decoration: none;
							color: #ffffff;
						}

						ul.legal-links1 li a i.fa,
						ul.legal-links2 li a i.fa {
							position: relative;
							padding-left: 9px;
							top:2px;
							color: #2369d3;
						}

						ul.legal-links1 li a:hover i.fa,
						ul.legal-links2 li a:hover i.fa {
							color: #ffffff;
						}

						ul.legal-links1 li a:active i.fa,
						ul.legal-links2 li a:active i.fa {
							color: rgba(255,255,255,0.65);
						}

						ul.social-links {
							list-style: none;
							padding: 0;
						}

						.copyright-social-inner div.quarters-1 {
							grid-column: span 2;
							justify-self: stretch;
							text-align: right;
							padding: 0.8em 0 0.2em 0;
						}

						ul.social-links li {
							display: inline;
							padding-right:0em;
							padding-left:1.15em;
						}

						img.s-icon {
							height:21px;
							width: auto;
							position: relative;
							top: ;
							left: ;
						}



	}






					@media only screen and (max-width: 800px) {


					.copyright-social-inner {
						display: grid;
						grid-gap: 0;
						grid-template-rows: auto;
						grid-template-columns: 1fr 1fr;
						grid-template-areas:
							"half-1		half-1"
							"half-2		half-2"
							"hl-1		hl-1"
							"quart-1	quart-1"
							"hl-2		hl-2"
							"eighth-1	eighth-2"
							"hl-3		hl-3"
							"half-3		half-3"
							"fulls		fulls"
					}



					.halves-1		{ grid-area: half-1; }
					.halves-2		{ grid-area: half-2; }
					.halves-3		{ grid-area: half-3; }
					.quarters-1		{ grid-area: quart-1; }
					.eighths-1		{ grid-area: eighth-1; }
					.eighths-2		{ grid-area: eighth-2; }
					.h-line-1		{ grid-area: hl-1; }
					.h-line-2		{ grid-area: hl-2; }
					.h-line-3		{ grid-area: hl-3; }
					.fulls				{ grid-area: fulls; }


						footer {
							display: grid;
							grid-column-gap: 0em;
							grid-row-gap: 0em;
							grid-template-columns: 1fr 1fr;
							padding: 3.8em 1.5em 2.0em 1.5em;
						}

						footer div.half {
							grid-column: span 3;
							margin-top: 1.0em;
							margin-bottom: 0.75em;
						}

						footer div.third {
							grid-column: span 2;
							margin-top: 0.7em;
							margin-bottom: 0.5em;
						}

						footer h3 {
							grid-column: span 2;
							margin-top: 0.25em;
							margin-bottom: 0.9em;
							font-size: 1.8em;
							font-weight: 400;
						}





						footer div.half h4 {
							color: #ffffff;
							font-size: 1.5em;
							font-weight: 400;
							margin: 0;
							padding: 0.8em 0em 0.2em 0em;
						}

						footer div.half p {
							color: #ffffff;
							opacity: 0.7;
							font-size: 1.0em;
							font-weight: 300;
							margin: 0;
							padding: 0;
						}

						footer div.third h4 {
							color: #ffffff;
							font-size: 1.5em;
							font-weight: 400;
							margin: 0;
							padding: 0.8em 0em 0.2em 0em;
						}

						footer div.third p {
							color: #ffffff;
							opacity: 0.7;
							font-size: 1.0em;
							font-weight: 300;
							margin: 0;
							padding: 0;
						}

						ul.footer-links {
							list-style: none;
							padding: 0;
							margin-top: -1.3em;
						}

						ul.footer-links li {
							font-size: 1.0em;
							font-weight: 300;
							line-height: 1.9;
						}

						ul.footer-links li a {
							text-decoration: none;
							color: #ffffff;
						}

						ul.footer-links li a i.fa {
							position: relative;
							padding-left: 9px;
							top:2px;
							color: #2369d3;
						}

						ul.footer-links li a:hover i.fa {
							color: #ffffff;
						}

						ul.footer-links li a:active i.fa {
							color: rgba(255,255,255,0.65);
						}

						footer div.h-line {
							display: block;
							border-top: 1px solid rgba(255,255,255,0.20);
							margin: 1.3em 0em 1.2em 0em;
						}

						footer img.icon {
							display: block;
							height: 47px;
							width: auto;
							vertical-align: middle;
						}


						footer div.copyright-social {
							grid-column: span 2;
							margin: 0;
							padding: 0em 0em 0.75em 0em;
						}

						.copyright-social-inner {
							display: grid;
							grid-column-gap: 3em;
							grid-template-columns: 1fr 1fr;
							margin: 0;
							padding: 0;
						}

						.copyright-social-inner {
							grid-column: span 2;
							margin: 0;
							padding: 0;
							align-items: center;
						}

						.copyright-social-inner div.h-line {
							grid-column: span 2;
							margin: 1em 0em -0.5em 0em;
							padding: 0;
						}

						.copyright-social-inner div.h-line-1,
						.copyright-social-inner div.h-line-2,
						.copyright-social-inner div.h-line-3 {
						display: block;
							grid-column: span 2;
							border-top: 1px solid rgba(255,255,255,0.20);
							margin: 1em 0em -0.5em 0em;
							padding: 0;
						}

						.fulls {
							grid-column: span 2;
							margin: 0;
							padding: 0.75em 0;
							margin-top:1em;
							border-top: 1px solid rgba(255,255,255,0.25);
						}

						.halves-1, .halves-2, .halves-3 {
							grid-column: span 2;
							margin: 0;
							padding: 0.5em 0em 0.5em 0em;
						}

						.halves-2 h4 {
							color: #ffffff;
							font-size: 1.5em;
							font-weight: 300;
							margin: 0;
							padding: 0.8em 0em 0.8em 0em;
						}

						.halves-2 a {
							color: rgba(255,255,255,0.65);
							text-decoration: none;
							font-size: 1.0em;
							font-weight: 300;
							line-height: 1.5;
							margin: 0;
							padding: 0;
						}

						.halves-2 a:hover {
							color: rgba(255,255,255,1.0);
							text-decoration: none;
						}

						.halves-2 a:active {
							color: rgba(35,105,211,1.0);
							text-decoration: none;
						}

						.fulls p {
							color: rgba(255,255,255,0.8);
							opacity: 0.8;
							font-size: 0.85em;
							font-weight: 300;
							margin: 0;
							padding: 0.7em 0em 0.4em 0em;
							text-align: center;
						}

						.fulls p.small {
							color: rgba(255,255,255,0.8);
							opacity: 0.8;
							font-size: 0.75em;
							font-weight: 300;
							margin: 0;
							padding: 0.7em 0em 0.4em 0em;
							text-align: center;
						}

						.halves-3 p {
							color: #ffffff;
							opacity: 0.8;
							font-size: 0.75em;
							font-weight: 300;
							margin: 0;
							padding: 0;
							text-align: center;
						}

						ul.legal-links1 {
							list-style: none;
							margin: 0;
							padding: 0.7em 0 0.3em 0;
							text-align: left;
						}

						ul.legal-links2 {
							list-style: none;
							margin: 0;
							padding: 0.7em 0 0.3em 0;
							text-align: right;
						}

						ul.legal-links1 li,
						ul.legal-links2 li {
							font-size: 1.1em;
							font-weight: 300;
						}

						ul.legal-links1 li a,
						ul.legal-links2 li a {
							text-decoration: none;
							color: #ffffff;
						}

						ul.legal-links1 li a i.fa,
						ul.legal-links2 li a i.fa {
							position: relative;
							padding-left: 9px;
							top:2px;
							color: #2369d3;
						}

						ul.legal-links1 li a:hover i.fa,
						ul.legal-links2 li a:hover i.fa {
							color: #ffffff;
						}

						ul.legal-links1 li a:active i.fa,
						ul.legal-links2 li a:active i.fa {
							color: rgba(255,255,255,0.65);
						}

						ul.social-links {
							list-style: none;
							padding: 0;
						}


						.copyright-social-inner div.eighths-1 {
							grid-column: span 1;
							justify-self: start;
							padding: 0.8em 0em 0.2em 0em;
						}

						.copyright-social-inner div.eighths-2 {
							grid-column: span 1;
							justify-self: end;
							padding: 0.8em 0em 0.2em 0em;
						}


						.copyright-social-inner div.quarters-1 {
							grid-column: span 2;
							justify-self: stretch;
							text-align: center;
							padding: 0.8em 0 0.2em 0;
						}

						ul.social-links li {
							display: inline;
							padding-right:0.75em;
							padding-left:0.75em;
						}

						img.s-icon {
							height:22px;
							width: auto;
							position: relative;
							top: ;
							left: ;
						}



			}





						@media only screen and (max-width: 412px) {


								ul.legal-links1 li, ul.legal-links2 li {
									display: inline;
									padding:0;
									font-size: 0.95em;
									font-weight: 300;
								}

								ul.legal-links1 li a, ul.legal-links2 li a {
									text-decoration: none;
									color: #ffffff;
								}

								ul.legal-links1 li a i.fa, ul.legal-links2 li a i.fa {
									position: relative;
									padding-left: 9px;
									top:2px;
									color: #2369d3;
								}

								.pages-inner div.half div.half-inner-white {
									margin-top: 6em;
									padding: 2em 2em 2.5em 2em;
									width: 100%;
									float: none;
								}

								footer h3 {
									font-size: 1.6em;
								}

					}





.btn {transition:.3s; text-decoration: none; outline: none !important; outline: 0 !important;}
.btn:hover {transition:.3s; cursor:pointer; text-decoration: none;}
.btn:active {transition:.1s; cursor:pointer; text-decoration: none;}



.btn.btn-more,
a.btn.btn-more {
	display: inline-block;
	background: transparent;
	color: #2369d3;
	font-weight: 400 !important;
	font-size: 0.85em !important;
	text-decoration: none;
	padding: 0 !important;
	border: none !important;
	float: right !important;
}

.btn.btn-more:hover,
a.btn.btn-more:hover {
	color: #2369d3;
	text-decoration: none;
}

.btn.btn-more:active,
a.btn.btn-more:active {
	color: #002038;
	text-decoration: none;
}


.btn.btn-bluelt,
a.btn.btn-bluelt {
	display: inline-block;
	background: rgba(35,105,211,1.0);
	color: #fff;
	font-weight: 300;
	font-size: 1.1em;
	text-decoration: none;
	padding: 19px 34px 16px 28px;
	border-radius: 50px;
	border: 1px solid rgba(35,105,211,0.0);
}

.btn.btn-bluelt:hover,
a.btn.btn-bluelt:hover {
	background: #002038;
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255,255,255,0.7);
}

.btn.btn-bluelt:active,
a.btn.btn-bluelt:active {
	background: #fff;
	color: #002038;
	text-decoration: none;
	border: 1px solid #002038;
}

.btn.btn-bluelt i.fa,
a.btn.btn-bluelt i.fa {
	position: relative;
	padding-left: 30px;
	top:1px;
	margin-right:-14px;
}


		.hero-inner-2 .btn.btn-bluelt,
		.hero-inner-2 a.btn.btn-bluelt {
			position: relative;
			top: -1.7em;
		}


.btn.btn-bluelt-form,
a.btn.btn-bluelt-form {
	display: inline-block;
	background: rgba(30,168,225,1.0);
	color: #ffffff;
	font-weight: 600;
	font-size: inherit;
	line-height: inherit;
	text-decoration: none;
	padding: 9px 16px 9px 11px;
	border-radius: 0px 45px 45px 0px;
	border: 2px solid rgba(30,168,225,1.0);
	position: relative;
	margin-top: 0px;
	margin-left: -4px;
}

.btn.btn-bluelt-form:hover,
a.btn.btn-bluelt-form:hover {
	background: #707070;
	color: #ffffff;
	text-decoration: none;
	border: 2px solid rgba(30,168,225,1.0);
}

.btn.btn-bluelt-form:active,
a.btn.btn-bluelt-form:active {
	background: #202020;
	color: #ffffff;
	text-decoration: none;
	border: 2px solid rgba(30,168,225,1.0);
}










.btn.btn-bluelt-block,
a.btn.btn-bluelt-block {
	display: block;
	background: rgba(35,105,211,1.0);
	color: #fff;
	font-weight: 600;
	font-size: 1.3em;
	text-decoration: none;
	padding: 20px 34px 14px 24px;
	border-radius: 50px;
	border: 1px solid rgba(35,105,211,0.0);
}

.btn.btn-bluelt-block:hover,
a.btn.btn-bluelt-block:hover {
	background: #002038;
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255,255,255,0.7);
}

.btn.btn-bluelt-block:active,
a.btn.btn-bluelt-block:active {
	background: #fff;
	color: #002038;
	text-decoration: none;
	border: 1px solid #002038;
}

.btn.btn-bluelt-block i.fa,
a.btn.btn-bluelt-block i.fa {
	position: relative;
	padding-left: 10px;
	top:1px;
	margin-right:-14px;
}







.btn.btn-darkoline,
a.btn.btn-darkoline {
	display: inline-block;
	background: transparent;
	color: #fff;
	font-weight: 300;
	font-size: 1.1em;
	text-decoration: none;
	padding: 19px 34px 15px 28px;
	border-radius: 50px;
	border: 1px solid rgba(255,255,255,0.5);
}

.btn.btn-darkoline:hover,
a.btn.btn-darkoline:hover {
	background: #2369d3;
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255,255,255,0.5);
}

.btn.btn-darkoline:active,
a.btn.btn-darkoline:active {
	background: #fff;
	color: #002038;
	text-decoration: none;
	border: 1px solid #002038;
}

.btn.btn-darkoline i.fa,
a.btn.btn-darkoline i.fa {
	position: relative;
	font-size: 0.8em;
	padding-left: 25px;
	top:0px;
	margin-right:-14px;
}





.btn-bluesm,
a.btn-bluesm {
	display: inline-block;
	background: rgba(35,105,211,1.0);
	color: #fff;
	font-weight: 300;
	font-size: 1.1em;
	line-height:130%;
	padding: 15px 23px 11px 23px;
	text-decoration: none;
	border-radius: 50px;
	border: 1px solid rgba(35,105,211,0.0);
	margin-right: 0.75em;
	margin-bottom: 1.25em;
}

.btn-bluesm:hover,
a.btn-bluesm:hover {
	background: #002038;
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255,255,255,0.7);
}

.btn-bluesm:active,
a.btn-bluesm:active {
	background: #fff;
	color: #002038;
	text-decoration: none;
	border: 1px solid #002038;
}






.btn.btn-headerphone {
	display: inline-block;
	background: #2369d3;
	color: #ffffff;
	font-weight: 300;
	font-size: 1.0em;
	text-decoration: none;
	padding: 18px 76px 15px 74px;
	margin: 0;
	border: 1px solid transparent;
}

.btn.btn-headerphone:hover {
	background: #002038;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid rgba(255,255,255,0.4);
}

.btn.btn-headerphone:active {
	background: #ffffff;
	color: #002038;
	text-decoration: none;
	border: 1px solid transparent;
}

.btn.btn-headerphone i.fa {
	position: relative;
	font-size: 0.8em;
	margin-right:10px;
}








.btn .btn-video,
a.btn .btn-video {
	 margin: 20px auto;
	 border: 1px solid transparent;
	 border-radius: 50px;
	 padding: 23px 31px 18px 32px;
	 font-size: 1.1em;
	 position: relative;
	 color: #ffffff;
}
 .btn .btn-video::before,
a.btn .btn-video::before {
	 transition: all 0.3s;
	 content: '';
	 border-radius: 50px;
	 border: 1px solid transparent;
	 width: 59px;
	 height: 100%;
	 background: white;
	 position: absolute;
	 top: 0;
	 left: 0;
}

.btn .btn-video i.fa,
a.btn .btn-video i.fa  {
	padding-right: 40px;
	transition:.3s;
}

.btn .btn-video i.fa::before,
a.btn .btn-video i.fa::before {
	font-size: 1.2em;
	position: relative;
	top: 2px;
	left: -4px;
}

 .btn .btn-video:hover::before,
a.btn .btn-video:hover::before {
	 background: transparent;
	 border: 1px solid rgba(255,255,255,0.7);
	 width: 100%;
}
 .btn .btn-video i.fa,
a.btn .btn-video i.fa {
	color: #002038;
}

 .btn .btn-video:hover i.fa,
a.btn .btn-video:hover i.fa {
	color: #ffffff;
	padding-right: 15px;
	transition:.3s;
}

 .btn .btn-video:active,
a.btn .btn-video:active {
	 background: #ffffff;
	 color: #002038;
	 width: 100%;
	 transition:.3s;
}

 .btn .btn-video:active i.fa,
a.btn .btn-video:active i.fa {
	color: #002038;
}










.btn.btn-clear,
a.btn.btn-clear {
	display: inline-block;
	background: transparent;
	color: #fff;
	font-weight: 300;
	font-size: 1.1em;
	text-decoration: none;
	padding: 20px 38px 17px 38px;
	border-radius: 50px;
	border: 1px solid rgba(255,255,255,0.7);
	margin: 1.2em 0;
}

.btn.btn-clear:hover,
a.btn.btn-clear:hover {
	background: rgba(35,105,211,1.0);
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(35,105,211,0.0);
}

.btn.btn-clear:active,
a.btn.btn-clear:active {
	background: #fff;
	color: #002038;
	text-decoration: none;
	border: 1px solid rgba(35,105,211,0.0);
}

.btn.btn-clear i.fa,
a.btn.btn-clear i.fa {
	position: relative;
	padding-left: 39px;
	top:1px;
	margin-right:-15px;
}






.btn.btn-clear-round,
a.btn.btn-clear-round {
	display: inline-block;
	background: transparent;
	color: #2369d3;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1;
	text-decoration: none;
	width:78px;
	height:78px;
	padding: auto;
	border-radius: 50px;
	border: 1px solid rgba(255,255,255,0.6);
	float:right;
	margin-right: 0.75em;
	margin-top: 1.5em;
}

.btn.btn-clear-round:hover,
a.btn.btn-clear-round:hover {
	background: rgba(35,105,211,1.0);
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(35,105,211,0.0);
}

.btn.btn-clear-round:active,
a.btn.btn-clear-round:active {
	background: #fff;
	color: #002038;
	text-decoration: none;
	border: 1px solid rgba(35,105,211,0.0);
}

.btn.btn-clear-round i.fa,
a.btn.btn-clear-round i.fa {
	position: relative;
	top:27px;
	left:35px;
	margin: auto auto;
}








.btn.btn-round-plus,
a.btn.btn-round-plus {
	display: inline-block;
	background: #2369d3;
	color: #ffffff;
	font-size: 2em;
	text-decoration: none;
	padding: 30px 30px;
	border-radius: 50px;
	border: none;
	width:90px;
	height:90px;
	line-height: 1.0;
	position: relative;
	top: 68%;
	left:1.2em;
}

.btn.btn-round-plus:hover,
a.btn.btn-round-plus:hover {
	background: #ffffff;
	color: #2369d3;
	text-decoration: none;
}

.btn.btn-round-plus:active,
a.btn.btn-round-plus:active {
	background: #91b4e9;;
	color: #ffffff;
	text-decoration: none;
}

.btn.btn-round-plus i.fa,
a.btn.btn-round-plus i.fa {
	position: relative;
	margin: auto auto;
}













.btn.btn-white,
a.btn.btn-white {
	display: inline-block;
	background: #ffffff;
	color: #101010;
	font-weight: 400;
	font-size: 1.1em;
	text-decoration: none;
	padding: 20px 38px 17px 38px;
	border-radius: 50px;
	border: 1px solid rgba(255,255,255,0.7);
	margin: 1.2em 0;
}

.btn.btn-white:hover,
a.btn.btn-white:hover {
	background: #2369d3;
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255,255,255,0.9);
}

.btn.btn-white:active,
a.btn.btn-white:active {
	background: #002038;
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255,255,255,0.9);
}

.btn.btn-white i.fa,
a.btn.btn-white i.fa {
	position: relative;
	padding-left: 39px;
	top:1px;
	margin-right:-15px;
}




.btn.btn-ltb-on-ltb,
a.btn.btn-ltb-on-ltb {
	display: inline-block;
	background: rgba(35,105,211,1.0);
	color: #fff;
	font-weight: 300;
	font-size: 1.1em;
	text-decoration: none;
	padding: 18px 32px 15px 28px;
	border-radius: 50px;
	border: 1px solid rgba(255,255,255,0.4);
}

.btn.btn-ltb-on-ltb:hover,
a.btn.btn-ltb-on-ltb:hover {
	background: rgba(255,255,255,1.0);
	color: #2369d3;
	text-decoration: none;
	border: 1px solid rgba(255,255,255,0.8);
}

.btn.btn-ltb-on-ltb:active,
a.btn.btn-ltb-on-ltb:active {
	background: #fff;
	color: #2369d3;
	text-decoration: none;
	border: 1px solid #2369d3;
}

.btn.btn-ltb-on-ltb i.fa,
a.btn.btn-ltb-on-ltb i.fa {
	position: relative;
	padding-left: 30px;
	color: #fff;
	top:1px;
	margin-right:-10px;
}

.btn.btn-ltb-on-ltb:hover i.fa,
a.btn.btn-ltb-on-ltb:hover i.fa {
	color: #2369d3;
}

.btn.btn-ltb-on-ltb:active i.fa,
a.btn.btn-ltb-on-ltb:active i.fa {
	color: #2369d3;
}



@media only screen and (max-width: 800px) {

			.btn.btn-round-plus,
			a.btn.btn-round-plus {
				display: inline-block;
				font-size: 1.5em;
				padding: 26px 26px;
				width:74px;
				height:74px;
				line-height: 1.0;
				top: 50%;
				left: 50%;
				-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
			}
}


@media only screen and (max-width: 600px) {


			.two-thirds-inner-top-left {
				grid-column: span 4;
				padding: 0;
			}

			.two-thirds-inner-top-right {
				grid-column: span 4;
				padding: 0;
			}

			.btn.btn-clear-round,
			a.btn.btn-clear-round {
			display: block;
			font-size: 1.1em;
			line-height: 1;
			color: #ffffff;
			float: left;
			min-width: 190px;
			max-height: 62px;
			text-decoration: none;
			padding: 23px 38px 17px 38px;
			border-radius: 50px;
			border: 1px solid rgba(255,255,255,0.6);
			margin: 1.2em 0;
			}

			.btn.btn-clear-round i.fa,
			a.btn.btn-clear-round i.fa {
				display: inline;
				position: relative;
				float: right;
				font-size: 1.2em;
				color: #2369d3;
				top:-19px;
				left:22px;
				margin: 0;
				margin-right: 0.25em;
			}

			.btn.btn-clear-round:hover i.fa,
			a.btn.btn-clear-round:hover i.fa {
				color: #ffffff;
			}

			.btn.btn-clear-round:active i.fa,
			a.btn.btn-clear-round:active i.fa {
				color: #002038;
			}


			.btn.hide-in-600,
			a.btn.hide-in-600 {
				display: none;
			}

			.btn-bluesm,
			a.btn-bluesm {
				margin-right: 0.2em;
				margin-bottom: 0.4em;
			}


}





















@media only screen and (max-width: 412px) {






.btn.btn-bluelt,
a.btn.btn-bluelt {
	font-weight: 300;
	font-size: 0.95em;
	padding: 16px 27px 13px 24px;
}

.btn.btn-bluelt i.fa,
a.btn.btn-bluelt i.fa {
	position: relative;
	padding-left: 20px;
	top:1px;
	margin-right:-5px;
}


.btn .btn-video,
a.btn .btn-video {
	 margin: 20px auto;
	 border: 1px solid transparent;
	 border-radius: 50px;
	 padding: 23px 31px 18px 32px;
	 font-size: 1.1em;
	 position: relative;
	 color: #ffffff;
}
 .btn .btn-video::before,
a.btn .btn-video::before {
	 transition: all 0.3s;
	 content: '';
	 border-radius: 50px;
	 border: 1px solid transparent;
	 width: 59px;
	 height: 100%;
	 background: white;
	 position: absolute;
	 top: 0;
	 left: 0;
}

.btn .btn-video i.fa,
a.btn .btn-video i.fa  {
	padding-right: 40px;
	transition:.3s;
}

.btn .btn-video i.fa::before,
a.btn .btn-video i.fa::before {
	font-size: 1.2em;
	position: relative;
	top: 2px;
	left: -4px;
}

 .btn .btn-video:hover i.fa,
a.btn .btn-video:hover i.fa {
	color: #ffffff;
	padding-right: 15px;
	transition:.3s;
}



.btn.btn-clear,
a.btn.btn-clear {
	font-weight: 300;
	font-size: 0.95em;
	padding: 16px 27px 13px 24px;
	margin: 1.0em 0;
}

.btn.btn-clear i.fa,
a.btn.btn-clear i.fa {
	position: relative;
	padding-left: 20px;
	top:1px;
	margin-right:-5px;
}

.btn.btn-white,
a.btn.btn-white {
	font-weight: 400;
	font-size: 0.95em;
	padding: 16px 27px 13px 24px;
	margin: 1.0em 0;
}

.btn.btn-white i.fa,
a.btn.btn-white i.fa {
	position: relative;
	padding-left: 20px;
	top:1px;
	margin-right:-5px;
}




.btn.btn-ltb-on-ltb,
a.btn.btn-ltb-on-ltb {
	padding: 16px 28px 13px 24px;
}

.btn.btn-ltb-on-ltb i.fa,
a.btn.btn-ltb-on-ltb i.fa {
	padding-left: 24px;
	margin-right:-10px;
}



		.hero-inner-2 .btn.btn-ltb-on-ltb,
		.hero-inner-2 a.btn.btn-ltb-on-ltb {
			position: relative;
			top: -1.7em;
		}





}





/* Accordion Style */

		@media only screen and (min-width: 801px) {

		.accordion {
		  display: inline-flex;
		  align-items: center;
		  background-color: #2369d3;
		  color: #ffffff;
		  cursor: pointer;
		  padding: 2em 2em 1.9em 2em;
		  width: 100%;
		  border: none;
		  border-radius: 12px 12px 12px 12px;
		  text-align: left;
		  outline: none;
		  font-size: 1.3em;
		  margin-top: 20px;
		  margin-bottom: 0px;
		  transition: 0.4s;
		}

		.accordion h5 {
		  display: inline-flex;
		  justify-self: start;
		  font-size: 1.4em;
		  font-weight:400;
		  line-height: 1.4;
		  margin-top: 7px;
		  order: 2;
		}

		.active, .accordion:hover {
		  background-color: #fff;
		  color: #101010;
		  border-radius: 12px 12px 12px 12px;
		}

		.panel {
		  position: relative;
		  top: -12px;
		  padding: 0em 19em 0em 11em;
		  color: #101010 !important;
		  background-color: white;
		  max-height: 0;
		  border-radius: 0px 0px 12px 12px;
		  overflow: hidden;
		  transition: max-height 0.4s ease-out;
		}

		.accordion.active:first-child {
		  margin-top: -42px;
		}

		.panel p {
		  color: #101010 !important;
		  font-size: 1.1em;
		  font-weight: 400;
		  margin-top: 1em;
		}

		.accordion i.fa.fa-plus {
			display: inline-flex;
			justify-self: start;
			position: relative;
			top: 0px;
			font-size: 1.0rem;
			margin-right: 70px;
			margin-left: 0px;
			color: rgba(35,105,211,1.0);
			background-color: rgba(255,255,255,1.0);
			border: 1px solid rgba(255,255,255,0.9);
			border-radius: 50%;
			padding: 22px;
			transition: 0.4s ease-out;
			order: 1;
		}

		.accordion:hover i.fa.fa-plus {
			color: rgba(255,255,255,0.9);
			background-color: rgba(35,105,211,1.0);
			border: 1px solid rgba(35,105,211,1.0);
			transition: 0.4s ease-out;
		}

		.active i.fa.fa-plus {
			display: none;
			justify-self: start;
		}

		.accordion i.fa.fa-minus {
			display: none;
			justify-self: start;
			position: relative;
			top: 0px;
			font-size: 1.0rem;
			margin-right: 70px;
			margin-left: 0px;
			color: rgba(255,255,255,0.95);
			background-color: rgba(35,105,211,1.0);
			border: 1px solid rgba(35,105,211,1.0);
			border-radius: 50%;
			padding: 22px;
			order: 1;
		}

		.active i.fa.fa-minus {
			display: inline-flex;
			justify-self: start;
		}



}




		@media only screen and (max-width: 800px) {

		.accordion {
		  display: inline-flex;
		  align-items: center;
		  background-color: #2369d3;
		  color: #ffffff;
		  cursor: pointer;
		  padding: 2em 1.5em 1.8em 1.5em;
		  width: 100%;
		  border: none;
		  border-radius: 12px 12px 12px 12px;
		  text-align: left;
		  outline: none;
		  font-size: 1.3em;
		  margin-top: 20px;
		  margin-bottom: 0px;
		  transition: 0.4s;
		}

		.accordion h5 {
		  display: inline-flex;
		  justify-self: start;
		  font-size: 1.2em;
		  font-weight:400;
		  line-height: 1.2;
		  margin-top: 10px;
		  margin-right: 50px;
		  order: 1;
		}

		.active, .accordion:hover {
		  background-color: #fff;
		  color: #101010;
		  border-radius: 12px 12px 12px 12px;
		}

		.panel {
		  position: relative;
		  top: -12px;
		  padding: 0em 1.9em 0em 2.0em;
		  color: #101010 !important;
		  background-color: white;
		  max-height: 0;
		  border-radius: 0px 0px 12px 12px;
		  overflow: hidden;
		  transition: max-height 0.4s ease-out;
		}

		.accordion.active:first-child {
		  margin-top: -42px;
		}

		.panel p {
		  color: #101010 !important;
		  font-size: 1.1em;
		  font-weight: 400;
		  margin-top: 1em;
		  margin-bottom: -0.75em;
		}

		.accordion i.fa.fa-plus {
			display: inline-flex;
			justify-self: end;
			position: relative;
			top: 0px;
			font-size: 0.8rem;
			margin-right: 0px;
			margin-left: auto;
			color: rgba(35,105,211,1.0);
			background-color: rgba(255,255,255,1.0);
			border: 1px solid rgba(255,255,255,0.9);
			border-radius: 50%;
			padding: 14px;
			transition: 0.4s ease-out;
			order: 2;
		}

		.accordion:hover i.fa.fa-plus {
			color: rgba(255,255,255,0.9);
			background-color: rgba(35,105,211,1.0);
			border: 1px solid rgba(35,105,211,1.0);
			transition: 0.4s ease-out;
		}

		.active i.fa.fa-plus {
			display: none;
			justify-self: end;
		}

		.accordion i.fa.fa-minus {
			display: none;
			justify-self: end;
			position: relative;
			top: 0px;
			font-size: 0.8rem;
			margin-right: 0px;
			margin-left: auto;
			color: rgba(255,255,255,0.95);
			background-color: rgba(35,105,211,1.0);
			border: 1px solid rgba(35,105,211,1.0);
			border-radius: 50%;
			padding: 14px;
			order: 2;
		}

		.active i.fa.fa-minus {
			display: inline-flex;
			justify-self: end;
			float: right;
		}


}


.update { color: rgba(255,205,0,1.0) !important; }

.text-left  { text-align: left !important; }

.clear-margins  { margin-right: 0 !important; margin-left: 0 !important; }









/* The Modal (background) */
.modal  {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 3%; /* Location of the box */
  padding-bottom: 3%;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}


/* Modal Content */
.modal-content {
  position: relative;
  background-color: #ffffff;
  margin: auto;
  padding: 0;
  border: none;
  border-radius: 14px;
  color: #808080;
  width: 70%;
  height: auto;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 20px 30px 20px 30px ;
  background-color: #ffffff;
  border-radius: 14px 14px 0px 0px;
  color: white;
}

.modal-body {
  display: flex;
  padding: 0;
  height: auto;
  overflow: auto;
}

.modal-footer {
  padding: 0px 30px 30px 30px ;
  background-color: #ffffff;
  color: white;
  border-radius: 0px 0px 14px 14px;
  text-align: right;
}


.modal-body-inner {
  display: block;
  padding: 0em 10em 0em 7em;
  background-color: #ffffff;
  color: #808080;
  width: 85%;
}




		@media only screen and (max-width: 1400px) {
			.modal-body-inner {
			  display: block;
			  padding: 2.5em 3.5em 0em 3.5em;
			  background-color: #ffffff;
			  color: #808080;
			  width: 88%;
			}
		}

		@media only screen and (max-width: 1100px) {
			.modal-body-inner {
			  display: block;
			  padding: 2.5em 2.5em 0em 2.5em;
			  background-color: #ffffff;
			  color: #808080;
			  width: 92%;
			}
		}


		@media only screen and (max-width: 900px) {

			.modal-body-inner {
			  display: block;
			  padding: 2em 1.5em 1.5em 1.5em;
			  background-color: #ffffff;
			  color: #808080;
			  width: 96%;
			}

		}



.modal-body-left {
  display: inline-block;
  padding: 30px 40px 15px 40px;
  background-color: #ffffff;
  color: #808080;
  width: 50%;
}

.modal-body-right {
  display: inline-block;
  padding: 30px 40px 15px 40px;
  background-color: #ffffff;
  color: #808080;
  width: 50%;
}

.modal-body-left h1 {
	font-size: 4.7em;
	line-height: 1.05;
	font-weight:300;
	color: rgba(0,0,0,0.9);
}

.modal-body-left p.large {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 1.4em;
	line-height: 1.5;
	color: rgba(0,0,0,0.9);
}


div.modal-buttons{
  display: flex;
  padding: 0;
  margin-top:10px;
}

.vline {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 1.3em;
	line-height: 2.8;
	padding: 0px 16px 0px 4px;
	color: #bbbbbb;
}

		@media only screen and (max-width: 1400px) {
			.modal-content {
			  width: 84%;
			}

			.modal-body-left h1 {
				font-size: 4.1em;
				line-height: 1.05;
			}
		}

		@media only screen and (max-width: 1100px) {
			.modal-content {
			  width: 98%;
			}

			.modal-body-left h1 {
				font-size: 3.5em;
				line-height: 1.05;
			}

			.modal-body-video {
			  padding: 0px 25px 0px 25px;
			}

		}

		@media only screen and (max-width: 800px) {

			.modal {
			  padding-top: 5px; /* Location of the box */
			  padding-right: 5px;
			  padding-bottom: 5px;
			  padding-left: 5px;
			}

			.modal-content {
			  width: 100%;
			}

			.modal-body {
			  display: block;
			}

			.modal-body-left {
			  display: block;
			  padding: 10px 30px 0px 30px;
			  width: 100%;
			}

			.modal-body-right {
			  display: block;
			  padding: 0px 30px 10px 30px;
			  width: 100%;
			}

			.modal-body-left h1 {
				font-size: 2.5em;
				line-height: 1.05;
				font-weight:400;
			}

		}





.btn-modal-blue,
a.btn-modal-blue {
	display: inline;
	background: #2369d3;
	color: #fff;
	font-weight: 300;
	font-size: 1.1em;
	line-height:130%;
	padding: 17px 28px 14px 28px;
	text-decoration: none;
	border-radius: 50px;
	border: 1px solid #2369d3;
	margin-right: 0.75em;
	margin-bottom: 1.25em;
}

.btn-modal-blue:hover,
a.btn-modal-blue:hover {
	background: #002038;
	color: #fff;
	text-decoration: none;
	border: 1px solid #002038;
}

.btn-modal-blue:active,
a.btn-modal-blue:active {
	background: #fff;
	color: #2369d3;
	text-decoration: none;
	border: 1px solid #2369d3;
}

.btn.btn-modal-blue i.fa,
a.btn.btn-modal-blue i.fa {
	position: relative;
	padding-left: 20px;
	color: #fff;
	font-size: 0.95em;
	top:1px;
	margin-right:-5px;
}

.btn.btn-modal-blue:hover i.fa,
a.btn.btn-modal-blue:hover i.fa {
	color: #ffffff;
}

.btn.btn-modal-blue:active i.fa,
a.btn.btn-modal-blue:active i.fa {
	color: #2369d3;
}






.btn-modal-cancel,
a.btn-modal-cancel {
	display: inline;
	background: rgba(255,255,255,1.0);
	color: #202020;
	font-weight: 300;
	font-size: 1.1em;
	line-height:130%;
	padding: 17px 28px 14px 28px;
	text-decoration: none;
	border-radius: 50px;
	border: 1px solid rgba(35,105,211,0.0);
	margin-right: 0.75em;
	margin-bottom: 1.25em;
}

.btn-modal-cancel:hover,
a.btn-modal-cancel:hover {
	background: #eeeeee;
	color: #202020;
	text-decoration: none;
	border: 1px solid #eeeeee;
}

.btn-modal-cancel:active,
a.btn-modal-cancel:active {
	background: #aaaaaa;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #aaaaaa;
}

.btn.btn-modal-cancel i.fa,
a.btn.btn-modal-cancel i.fa {
	position: relative;
	padding-left: 5px;
	color: #2369d3;
	font-size: 0.95em;
	top:1px;
	margin-right:-5px;
	margin-left:9px;
}

.btn.btn-modal-cancel:hover i.fa,
a.btn.btn-modal-cancel:hover i.fa {
	color: #2369d3;
}

.btn.btn-modal-cancel:active i.fa,
a.btn.btn-modal-cancel:active i.fa {
	color: #ffffff;
}






.btn.btn-modal-video-close:hover i.fa,
a.btn.btn-modal-video-close:hover i.fa {
	color: #2369d3;
}

.btn.btn-modal-video-close:active i.fa,
a.btn.btn-modal-video-close:active i.fa {
	color: #ffffff;
}



.btn-modal-close.close i.fa {
	font-size: 1.5em;
	color: rgba(145,180,233,1.0);
	outline: none;
	position: relative;
	top: 6px;
	/* left: 97%; */
	transition:.2s; cursor:pointer; text-decoration: none;
}
.btn-modal-close.close:hover i.fa {
	color: red;
	outline: none;
	transition:.2s; cursor:pointer; text-decoration: none;
}
.btn-modal-close.close:active i.fa {
	color: #202020;
	outline: none;
	transition:.1s; cursor:pointer; text-decoration: none;
}





/* FORM ELEMENTS */


input[type=text], input[type=phone], input[type=date], select, textarea {
  width: 100%;
  padding: 18px 24px 14px 16px;
	color: #202020;
	font-family: 'Mulish', sans-serif;
	font-size: 1.1em;
	line-height:1.1em;
	font-weight: 400;
	font-style: normal;
  border: 2px solid #808080;
  border-radius: 10px;
  background-color: #ffffff;
  margin-top: 8px;
  margin-bottom: 12px;
  resize: vertical;
  transition: all 0.25s ease-in-out;
  outline: none;
}

		input[type=text]:focus, input[type=phone]:focus, input[type=date]:focus, select:focus, .custom-select:focus, textarea:focus,
		input[type=text]:active, input[type=phone]:active, input[type=date]:active, select:active, .custom-select:active, textarea:active{
		  border: 2px solid #91b4e9;
		  border-radius: 10px;
		  box-shadow: 0px 0px 6px rgba(145,180,233,0.5);
		  outline: none;
		  transition: all 0.25s ease-in-out;
		}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

select {
  width: 100%;
  padding: 18px 24px 14px 16px;
	color: #202020;
	font-family: 'Mulish', sans-serif;
	font-size: 1.2em;
	line-height:1.1em;
	font-weight: 400;
	font-style: normal;
  border: 2px solid #808080;
  border-radius: 10px;
  background-color: #ffffff;
  margin-top: 8px;
  margin-bottom: 12px;
  outline: none;
  transition: all 0.25s ease-in-out;
}

select:focus {
  box-shadow: 0px 0px 6px rgba(145,180,233,0.5) !important;
  outline: none;
  transition: all 0.25s ease-in-out;
}

select > option {
 position: relative;
 top: 20px;
 font-size: 0.9em !important;
}

::-webkit-input-placeholder {
	color: #202020;
	font-family: 'Mulish', sans-serif;
	font-size: 1.1em;
	line-height:1.1em;
	font-weight: 400;
	font-style: normal;
	}

:-ms-input-placeholder {
	color: #202020;
	font-family: 'Mulish', sans-serif;
	font-size: 1.1em;
	line-height:1.1em;
	font-weight: 400;
	font-style: normal;
	}

::placeholder {
	color: #202020;
	font-family: 'Mulish', sans-serif;
	font-size: 1.1em;
	line-height:1.1em;
	font-weight: 400;
	font-style: normal;
	}


/*
input[value=""] {
  background: url('https://personal-injury-lawyer.neinstein.com/images/optionaltext.jpg');
  background-position: right top;
  background-repeat:no-repeat;
}
*/

textarea[value=""] {
  background: url('https://personal-injury-lawyer.neinstein.com/images/optionaltext.jpg');
  background-position: right top;
  background-repeat:no-repeat;
}





h4.modalheading {
	color: #202020;
	font-size: 4.5em;
	font-weight: 300;
	line-height: 1.1;
}

			@media only screen and (max-width: 1100px) {
				h4.modalheading {
					font-size: 3.7em;
					line-height: 1.1;
				}
			}

					@media only screen and (max-width: 800px) {
						h4.modalheading {
							font-size: 3.0em;
							line-height: 1.1;
						}
					}

							@media only screen and (max-width: 600px) {
								h4.modalheading {
									font-size: 2.6em;
									line-height: 1.1;
								}
							}






		@media only screen and (min-width: 800px) {
		.lessthan800 { display: none; }
		.morethan800 { display: inline; }
}


		@media only screen and (max-width: 800px) {
		.lessthan800 { display: inline; }
		.morethan800 { display: none; }
}






.bg-white	{ background-color: rgba(255,255,255,1.0); color: rgba(0,0,0,0.6); }
.bg-lightest	{ background-color: rgba(145,180,233,0.5); color: rgba(255,255,255,1.0); }
.bg-lighter	{ background-color: rgba(145,180,233,1.0); color: rgba(255,255,255,1.0); }
.bg-light	{ background-color: rgba(35,105,211,1.0); color: rgba(255,255,255,0.9); }
.bg-med		{ background-color: rgba(0,32,56,1.0); color: rgba(255,255,255,0.9); }
.bg-dark	{ background-color: rgba(0,23,43,1.0); color: rgba(255,255,255,0.9); }

.bg-lightgrey	{ background-color: rgba(0,0,0,0.05); color: rgba(0,0,0,1.0); }

.bg-white h1 { color: #e63e47; font-weight: 500; }
.bg-white h2 { color: #55aade; font-weight: 400; }
.bg-white h3 { color: #808080; font-weight: 400; }
.bg-white h4 { color: #55aade; font-weight: 400; }
.bg-white h5 { color: #55aade; font-weight: 500; }

.bg-lightest h1 { color: #e63e47; font-weight: 500; }
.bg-lightest h2 { color: #55aade; font-weight: 400; }
.bg-lightest h3 { color: #808080; font-weight: 400; }
.bg-lightest h4 { color: #55aade; font-weight: 400; }
.bg-lightest h5 { color: #55aade; font-weight: 500; }

.bg-lighter h1 { color: #ffffff; font-weight: 500; }
.bg-lighter h2 { color: #ffffff; font-weight: 400; }
.bg-lighter h3 { color: #ffffff; font-weight: 400; }
.bg-lighter h4 { color: #ffffff; font-weight: 400; }
.bg-lighter h5 { color: #ffffff; font-weight: 500; }

.bg-light h1 { color: #ffffff; font-weight: 500; }
.bg-light h2 { color: #ffffff; font-weight: 400; }
.bg-light h3 { color: #ffffff; font-weight: 400; }
.bg-light h4 { color: #ffffff; font-weight: 400; }
.bg-light h5 { color: #ffffff; font-weight: 500; }

.bg-med h1 { color: #ffffff; font-weight: 500; }
.bg-med h2 { color: #ffffff; font-weight: 400; }
.bg-med h3 { color: #ffffff; font-weight: 400; }
.bg-med h4 { color: #ffffff; font-weight: 400; }
.bg-med h5 { color: #ffffff; font-weight: 500; }

.bg-dark h1 { color: #ffffff; font-weight: 500; }
.bg-dark h2 { color: #ffffff; font-weight: 400; }
.bg-dark h3 { color: #ffffff; font-weight: 400; }
.bg-dark h4 { color: #ffffff; font-weight: 400; }
.bg-dark h5 { color: #ffffff; font-weight: 500; }




img.logo-size-main { max-width: 316px; min-width: auto; }

.text-center { text-align: center; }

div.justify-center {
	/* display: flex; */
	align-items: center;
	justify-content: center;
  }

div.fixheight		{ min-height: 245px; }
div.fixheightb	{ min-height: 325px; }
div.fixheightc		{ min-height: 350px; }

.heavy { font-weight: 600 !important; }


.p-7 { padding: 7em; padding: 7em 7em 7em 7em; padding-top: 7em; padding-right: 7em; padding-bottom: 7em; padding-left: 7em; }
.p-6 { padding: 6em; }
.p-5 { padding: 5em; }
.p-4 { padding: 4em; }
.p-3 { padding: 3em; }
.p-2 { padding: 2em; }
.p-1 { padding: 1em; }
.p-05 { padding: 0.5em; }
.p-0 { padding: 0; }

.pt-7 { padding-top: 7em; }
.pt-6 { padding-top: 6em; }
.pt-5 { padding-top: 5em; }
.pt-4 { padding-top: 4em; }
.pt-3 { padding-top: 3em; }
.pt-2 { padding-top: 2em; }
.pt-15 { padding-top: 1.5em; }
.pt-1 { padding-top: 1em; }

.pr-7 { padding-right: 7em; }
.pr-6 { padding-right: 6em; }
.pr-5 { padding-right: 5em; }
.pr-4 { padding-right: 4em; }
.pr-3 { padding-right: 3em; }
.pr-2 { padding-right: 2em; }
.pr-15 { padding-right: 1.5em; }
.pr-1 { padding-right: 1em; }

.pb-7 { padding-bottom: 7em; }
.pb-6 { padding-bottom: 6em; }
.pb-5 { padding-bottom: 5em; }
.pb-4 { padding-bottom: 4em; }
.pb-3 { padding-bottom: 3em; }
.pb-2 { padding-bottom: 2em; }
.pb-15 { padding-bottom: 1.5em; }
.pb-1 { padding-bottom: 1em; }

.pl-7 { padding-left: 7em; }
.pl-6 { padding-left: 6em; }
.pl-5 { padding-left: 5em; }
.pl-4 { padding-left: 4em; }
.pl-3 { padding-left: 3em; }
.pl-2 { padding-left: 2em; }
.pl-15 { padding-left: 1.5em; }
.pl-1 { padding-left: 1em; }

.mt-0 { margin-top: 0; }
.mt-7 { margin-top: 7em; }
.mt-6 { margin-top: 6em; }
.mt-5 { margin-top: 5em; }
.mt-4 { margin-top: 4em; }
.mt-3 { margin-top: 3em; }
.mt-2 { margin-top: 2em; }
.mt-15 { margin-top: 1.5em; }
.mt-1 { margin-top: 1em; }
.mt-08 { margin-top: 0.8em; }
.mt-07 { margin-top: 0.7em; }
.mt-06 { margin-top: 0.6em; }
.mt-05 { margin-top: 0.5em; }
.mt-025 { margin-top: 0.25em; }

.mt--4 { margin-top: -4em; }
.mt--35 { margin-top: -3.5em; }
.mt--3 { margin-top: -3em; }
.mt--25 { margin-top: -2.5em; }
.mt--2 { margin-top: -2em; }
.mt--15 { margin-top: -1.5em; }
.mt--1 { margin-top: -1em; }

.mr-7 { margin-right: 7em; }
.mr-6 { margin-right: 6em; }
.mr-5 { margin-right: 5em; }
.mr-4 { margin-right: 4em; }
.mr-3 { margin-right: 3em; }
.mr-2 { margin-right: 2em; }
.mr-15 { margin-right: 1.5em; }
.mr-1 { margin-right: 1em; }

.mb-0 { margin-bottom: 0; }
.mb-7 { margin-bottom: 7em; }
.mb-6 { margin-bottom: 6em; }
.mb-5 { margin-bottom: 5em; }
.mb-4 { margin-bottom: 4em; }
.mb-3 { margin-bottom: 3em; }
.mb-2 { margin-bottom: 2em; }
.mb-15 { margin-bottom: 1.5em; }
.mb-1 { margin-bottom: 1em; }
.mb-05 { margin-bottom: 0.4em; }

.ml-7 { margin-left: 7em; }
.ml-6 { margin-left: 6em; }
.ml-5 { margin-left: 5em; }
.ml-4 { margin-left: 4em; }
.ml-3 { margin-left: 3em; }
.ml-2 { margin-left: 2em; }
.ml-1 { margin-left: 1em; }

.ml-7i { margin-left: 7em !important; }
.ml-6i { margin-left: 6em !important; }
.ml-5i { margin-left: 5em !important; }
.ml-4i { margin-left: 4em !important; }
.ml-3i { margin-left: 3em !important; }
.ml-2i { margin-left: 2em !important; }
.ml-1i { margin-left: 1em !important; }




	ul.dash {
	  list-style-image: url('https://personal-injury-lawyer.neinstein.com/images/dash.png');
	  margin: 0.5em 0em 0.1em 1.4em;
	  text-align: left;
	}
	ul.dash.dark {
	  list-style-image: url('https://personal-injury-lawyer.neinstein.com/images/dash-dark.png');
	  margin: 0.5em 0em 0.1em 1.4em;
	  text-align: left;
	}



	ul.dash li {
	  margin: 7px 0px 7px 0px;
	  font-size: 1.1em;
	  line-height: 1.3;
	  color: rgba(255,255,255,0.8);
	}

	ul.dash li a, ul.dash li a:visited {
	  color: rgba(255,255,255,0.8);
	  text-decoration: none;
	}
	ul.dash li a:hover {
	  color: rgba(255,255,255,1.0);
	  text-decoration: none;
	}
	ul.dash li a:active {
	  color: rgba(35,105,211,1.0);
	  text-decoration: none;
	}



	ul.dash.dark li {
	  color: rgba(0,0,0,0.8);
	}

	ul.dash.dark li a, ul.dash.dark li a:visited {
	  color: rgba(0,0,0,0.8);
	  text-decoration: none;
	}
	ul.dash.dark li a:hover {
	  color: rgba(35,105,211,1.0);
	  text-decoration: none;
	}
	ul.dash.dark li a:active {
	  color: rgba(0,23,43,1.0);
	  text-decoration: none;
	}
