@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: Outfit, sans-serif;
  font-weight:100;
}

html {
  line-height: 1;
}

body {
  font-size: 16px;
  line-height:24px;
  font-family: Outfit, serif;
  width: 100vw;
}

a {
  text-decoration: none;
  border: none;
  outline: none;
  color: inherit;
  cursor: pointer;
}

.titleBlock {
  border-bottom: 4px solid #efefef;
  padding-bottom:10px;
  overflow:hidden;
}
h1 {
  color: #1CBAAA;
  font-weight:500;
  padding-bottom: 5px;
}

h2 {
  margin-top: 25px;
}

h3 {
  color: #1CBAAA;
	margin-top:25px;
}
h3.black {
	color:#000000
}
h3.blue {
	color:#15375E
}
.content {
	padding: 20px;
}

strong, b {
  color: #1CBAAA;
}

.attorneyText {
float:left;
width:580px;
}
.attorneyPhoto {
	background-image: url("/_images/atty-bg.png");
	background-size: 220px 220px;
	float:right;
}

.bottomLeft {
	float:left;
	width: 620px;
}

.bottomRight {
	float:right;
	width:220px;
}