html,
body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  background-color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #595959;
}

* {
  box-sizing: border-box;
  outline: none !important;
}

img {
  border: 0;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='submit'],
textarea,
select,
button {
  -webkit-appearance: none;
  border-radius: 0;
}

a,
input[type='submit'],
button {
  cursor: pointer;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

ul:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.site-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.inner {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 20px;
}

.site-header {
  position: relative;
  background-color: #132741;
}

.header-logo {
  float: left;
  margin: 7px 0 7px 44px;
  width: 253px;
}
@media screen and (max-width: 960px) {
  .header-logo {
    margin: 7px 0 7px 20px;
  }
}
@media screen and (max-width: 640px) {
  .header-logo {
    width: 160px;
    margin: 25px 0 0 20px;
  }
}
.header-logo a {
  display: block;
}
.header-logo a img {
  display: block;
  width: 100%;
  height: auto;
}

.header-navigation {
  float: right;
	font-weight: 500;
}
.header-navigation > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 960px) {
  .header-navigation > ul.desktop {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 200;
    width: 100%;
    background-color: #132741;
    border-bottom: 1px solid #241323;
    text-align: center;
  }
  .header-navigation > ul.desktop.open {
    display: block;
  }
}
.header-navigation > ul.desktop > li {
  position: relative;
  float: left;
  margin: 0 25px;
}
@media screen and (max-width: 1080px) {
  .header-navigation > ul.desktop > li {
    margin: 0 16px;
  }
}
@media screen and (max-width: 960px) {
  .header-navigation > ul.desktop > li {
    float: none;
    margin: 0;
    padding: 6px 20px;
    border-top: 1px solid #241323;
  }
}
.header-navigation > ul.desktop > li.search {
  margin: 0 32px 0 25px;
}
.header-navigation > ul.desktop > li.search a {
  font-size: 32px;
}
.header-navigation > ul.desktop > li.search:hover:before {
  display: none;
}
@media screen and (max-width: 960px) {
  .header-navigation > ul.desktop > li.search {
    display: none;
  }
}
.header-navigation > ul.desktop > li > a {
  display: block;
  line-height: 104px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
.header-navigation > ul.desktop > li > a:hover {
  color: #4182e3;
}
@media screen and (max-width: 1080px) {
  .header-navigation > ul.desktop > li > a {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .header-navigation > ul.desktop > li > a {
    display: inline;
    line-height: normal;
  }
}
.header-navigation > ul.mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .header-navigation > ul.mobile {
    display: block;
  }
  .header-navigation > ul.mobile a {
    font-size: 32px;
  }
}
.header-navigation > ul.mobile > li {
  position: relative;
  float: left;
  margin: 0 16px;
}
.header-navigation > ul.mobile > li.search {
  margin: 0 32px 0 25px;
}
.header-navigation > ul.mobile > li.search a {
  font-size: 32px;
}
.header-navigation > ul.mobile > li.search:hover:before {
  display: none;
}
.header-navigation > ul.mobile > li > a {
  display: block;
  line-height: 104px;
  font-size: 28px;
  color: #fff;
  text-decoration: none;
}
.header-navigation > ul.mobile > li > a:hover {
  color: #4182e3;
}

.header-search {
  display: block;
  position: absolute;
  left: 341px;
  right: 0;
  top: 0;
  z-index: 100;
  pointer-events: none;
}
.header-search.open {
  display: block;
}
.header-search.open form {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .header-search {
    left: 0;
    top: 100%;
    height: 0;
    overflow: hidden;
    transition: all 1s ease-in-out;
  }
  .header-search.open {
    height: 50px;
  }
}
.header-search form {
  position: relative;
  float: right;
  width: 0;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #132741;
  transition: all 1s ease-in-out;
  pointer-events: auto;
}
@media screen and (max-width: 800px) {
  .header-search form {
    width: 100%;
    height: 50px;
  }
}
.header-search form .field {
  margin: 0 66px 0 0;
}
.header-search form .field input[type='text'] {
  width: 100%;
  height: 102px;
  padding: 0 0 0 20px;
  border: 0;
  background-color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #132741;
}
.header-search form .field input[type='text']::placeholder {
  color: #9b9b9b;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .header-search form .field input[type='text'] {
    height: 50px;
  }
}
.header-search form .close {
  position: absolute;
  right: 33px;
  top: 0;
  height: 96px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .header-search form .close {
    height: 50px;
    overflow: hidden;
  }
}
.header-search form .close button {
  height: 100%;
  padding: 2px 0 0;
  border: 0;
  background-color: #fff;
  font-size: 48px;
  color: #132741;
}
.header-search form .close button:hover {
  color: #4182e3;
}
.header-search form .close button:active {
  padding: 0;
}

.site-content {
  flex: 1 0 auto;
}
.site-content h1 {
  margin: 36px 0 25px;
  font-size: 34px;
  color: #2351a5;
}
.site-content h2 {
  margin: 20px 0;
  font-family: "Lora", sans-serif;
  font-size: 36px;
  font-weight: normal;
  color: #1A417B;
}
.site-content h3 {
  margin: 20px 0;
  font-family: "Lora", sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-style: italic;
  color: #132641;
}
.site-content h4 {
  margin: 20px 0;
  font-family: "Lora", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  color: #132641;
}
.site-content h5 {
  padding: 6px 10px;
  background-color: #6a6a6a;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
}
.site-content p {
  margin: 20px 0;
  line-height: 30px;
}
.site-content .head-text {
  font-family: lora;
  font-size: 22px;
  color: #132641;
}
.site-content ul {
  margin: 10px 0;
  padding: 0 0 0 30px;
  list-style: none;
}
.site-content ul li {
  position: relative;
  margin: 0 0 10px;
  padding: 4px 0;
}
.site-content ul li:last-child {
  margin: 0;
}
.site-content ul li:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 11px;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}
.site-content a {
  color: #4182e3;
  text-decoration: none;
}
.site-content a:hover {
  text-decoration: underline;
}
.site-content img.full-width {
  display: block;
  width: 100%;
  height: auto;
}
.site-content .no-margins {
  margin: 0 !important;
}
.site-content .no-top-margin {
  margin-top: 0 !important;
}
.site-content .no-bottom-margin {
  margin-bottom: 0 !important;
}
.site-content .double-margin {
  margin: 50px 0;
}
.site-content .double-margin-top {
  margin: 50px 0 0;
}
.site-content .cols-2 {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .site-content .cols-2 {
    display: block;
  }
}
.site-content .cols-2 .content {
  flex: 1;
}
.site-content .cols-2 .content h3 {
  position: relative;
  line-height: 36px;
  font-size: 28px;
  color: #1a417b;
}
.site-content .cols-2 .content h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 100%;
  border-top: 1px solid #1b427c;
}
.site-content .cols-2 .content h3 span {
  position: relative;
  z-index: 100;
  padding: 0 27px 0 0;
  background-color: #fff;
}
.site-content .cols-2 .sidebar {
  width: 273px;
  margin: 0 0 0 47px;
}
@media screen and (max-width: 960px) {
  .site-content .cols-2 .sidebar {
    width: auto;
    margin: 0;
  }
}
.site-content .cols-3 {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .site-content .cols-3 {
    display: block;
  }
}
.site-content .cols-3 .content {
  flex: 1;
}
.site-content .cols-3 .content h3 {
  position: relative;
  line-height: 36px;
  font-size: 28px;
  color: #1a417b;
}
.site-content .cols-3 .content h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 100%;
  border-top: 1px solid #1b427c;
}
.site-content .cols-3 .content h3 span {
  position: relative;
  z-index: 100;
  padding: 0 27px 0 0;
  background-color: #fff;
}
.site-content .cols-3 .sidebar {
  width: 273px;
  margin: 0 0 0 47px;
}
.site-content .cols-3 .left-sidebar {
  width: 150px;
  margin: 0 47px 0 0;
}
.site-content .cols-3 .sidebar .badges {
  display: none;
}
@media screen and (max-width: 960px) {
  .site-content .cols-3 .sidebar {
    width: auto;
    margin: 0;
  }
  .site-content .cols-3 .left-sidebar {
   display: none;
  }
.site-content .cols-3 .sidebar .badges {
  display: block;
  }
}
.site-content .hr {
  margin: 30px 0;
  border-bottom: 1px solid #e0e0e0;
}
.site-content .more {
  margin: 30px 0;
  text-align: center;
}
.site-content .more .button {
  display: inline-block;
  padding: 0 28px;
  background-color: #4182e3;
  border-radius: 2px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.site-content .more .button:hover {
  background-color: #3574D1;
  text-decoration: none;
}

.wall .wall-image {
  position: relative;
}
.wall .wall-image .slide {
  height: 317px;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .wall .wall-image .slide {
    height: 240px;
  }
}
@media screen and (max-width: 800px) {
  .wall .wall-image .slide {
    height: 200px;
  }
}
@media screen and (max-width: 640px) {
  .wall .wall-image .slide {
    height: 160px;
  }
}
.wall .wall-image h2 {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 990px;
  margin: 0;
  padding: 0 20px;
  font-family: "Lora", sans-serif;
  font-size: 72px;
  font-weight: normal;
  font-style: italic;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 960px) {
  .wall .wall-image h2 {
    font-size: 48px;
  }
}
.wall .wall-slider {
  position: relative;
}
.wall .wall-slider .slider .slide {
  height: 500px;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1080px) {
  .wall .wall-slider .slider .slide {
    height: 400px;
  }
}
@media screen and (max-width: 960px) {
  .wall .wall-slider .slider .slide {
    height: 300px;
  }
}
.wall .wall-slider h2 {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 990px;
  margin: 0;
  padding: 0 20px;
  font-family: "Lora", sans-serif;
  font-size: 72px;
  font-weight: normal;
  font-style: italic;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.75);
}
.wall .wall-slider h2 p {
  margin:inherit;
	line-height: inherit;
}
@media screen and (max-width: 960px) {
  .wall .wall-slider h2 {
    font-size: 48px;
  }
}
.wall .wall-profile .inner {
  position: relative;
}
.wall .wall-profile .image {
  position: relative;
  height: 317px;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .wall .wall-profile .image {
    height: 240px;
  }
}
@media screen and (max-width: 800px) {
  .wall .wall-profile .image {
    height: 200px;
  }
}
.wall .wall-profile .image .inner {
  position: relative;
  height: 100%;
}
.wall .wall-profile .image img {
  display: block;
  position: absolute;
  left: 96px;
  bottom: 0;
  width:300px;
  height:auto;
}
@media screen and (max-width: 960px) {
  .wall .wall-profile .image img {
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 200px;
  }
}
@media screen and (max-width: 800px) {
  .wall .wall-profile .image img {
    width: auto;
    height: 160px;
  }
}
.wall .wall-profile .profile {
  position: absolute;
  left: 50%;
  right: 20px;
  top: -290px;
  padding: 28px 36px;
  background-color: rgba(255, 255, 255, 0.65);
  color: #4a494a;
}
@media screen and (max-width: 960px) {
  .wall .wall-profile .profile {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 20px 0;
    border: 1px solid #ccc;
  }
}
.wall .wall-profile .profile h2 {
  overflow: hidden;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {
  .wall .wall-profile .profile h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .wall .wall-profile .profile h2 {
    white-space: normal;
  }
}
.wall .wall-profile .profile h6 {
  display: inline-block;
  margin: 6px 0 0;
  padding: 0 9px;
  background-color: #1b427c;
  line-height: 20px;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
}
.wall .wall-profile .profile .contact {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.wall .wall-profile .profile .contact li {
  margin: 0;
  padding: 0;
  line-height: 28px;
  font-size: 16px;
}
.wall .wall-profile .profile .contact li:before {
  display: none;
}
.wall .wall-profile .profile .contact li a {
  color: #4a494a;
}
.wall .wall-profile .profile .social {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.wall .wall-profile .profile .social li {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 24px;
}
.wall .wall-profile .profile .social li:before {
  display: none;
}
.wall .wall-profile .profile .social li a:hover {
  color: #3574D1;
}

.site-content-inner {
  max-width: 990px;
  margin: 0 auto;
  padding: 50px 20px;
}

.site-content-inner-3-col {
  max-width: 1187px;
  margin: 0 auto;
  padding: 50px 20px;
}

.home-margin {
  padding: 10px 20px;
}

.home-intro .slider-nav {
  background-color: #132641;
  text-align: center;
}
.home-intro .slider-nav ul {
  display: block;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-intro .slider-nav ul li {
  display: inline-block;
  margin: 0;
  line-height: 37px;
  font-weight: bold;
}
.home-intro .slider-nav ul li:before {
  display: none;
}
.home-intro .slider-nav ul li:after {
  content: "|";
  margin: 0 2px 0 6px;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .home-intro .slider-nav ul li:after {
    font-size: 10px;
  }
}
.home-intro .slider-nav ul li:last-child:after {
  display: none;
}
.home-intro .slider-nav ul li a {
  font-size: 16px;
  color: #fff;
}
.home-intro .slider-nav ul li a.active {
  color: #4182e3;
}
@media screen and (max-width: 640px) {
  .home-intro .slider-nav ul li a {
    font-size: 12px;
  }
}
.home-intro .intro {
  overflow: auto;
  padding: 20px 42px;
  border-color: #c9cbd0;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
@media screen and (max-width: 960px) {
  .home-intro .intro {
    padding: 10px 20px;
  }
}
.home-intro .intro h3 {
  margin: 0;
  font-size: 36px;
  font-style: normal;
  color: #1a417b;
}
.home-intro .intro p {
  margin: 10px 0 0;
  font-family: "Lora", sans-serif;
  font-size: 22px;
  color: #132641;
}

.featured-news-slider {
  display: flex;
  border: 1px solid #d6d6d6;
}
@media screen and (max-width: 960px) {
  .featured-news-slider {
    display: block;
  }
}
.featured-news-slider .image-slider {
  flex: 1;
  min-width: 0;
  min-height: 0;
}
.featured-news-slider .image-slider .slide a {
  display: block;
}
.featured-news-slider .image-slider .slide a img {
  display: block;
  width: 100%;
  height: auto;
}
.featured-news-slider .pager {
  display: flex;
  flex-direction: column;
  width: 311px;
}
@media screen and (max-width: 960px) {
  .featured-news-slider .pager {
    display: block;
    width: auto;
  }
}
.featured-news-slider .pager h4 {
  margin: 0;
  padding: 6px 20px;
  font-size: 36px;
  font-style: normal;
  color: #1A417B;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .featured-news-slider .pager h4 {
    text-align: left;
  }
}
.featured-news-slider .pager ul {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 960px) {
  .featured-news-slider .pager ul {
    display: block;
  }
}
.featured-news-slider .pager ul li {
  flex: 1;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d6d6d6;
}
.featured-news-slider .pager ul li:before {
  display: none;
}
.featured-news-slider .pager ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  font-size: 16px;
  color: #4a494a;
}
@media screen and (max-width: 960px) {
  .featured-news-slider .pager ul li a {
    width: auto;
    height: auto;
    padding: 6px 20px;
  }
}
.featured-news-slider .pager ul li a:hover {
  background-color: #f1f7fb;
}
.featured-news-slider .pager ul li a.active {
  background-color: #f1f7fb;
}
.featured-news-slider .pager ul li a.active:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 0;
  height: 0;
  margin: -22px 0 0;
  border-style: solid;
  border-width: 22px 22px 22px 0;
  border-color: transparent #f1f7fb transparent transparent;
}
@media screen and (max-width: 960px) {
  .featured-news-slider .pager ul li a.active:before {
    display: none;
  }
}
.featured-news-slider .pager ul li a span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .featured-news-slider .pager ul li a span {
    position: relative;
    top: auto;
    transform: none;
  }
}

.masonry-blocks {
  margin: 10px -5px 0;
}
.masonry-blocks .block {
  width: 50%;
  padding: 5px;
}

@media screen and (max-width: 640px) {
  .masonry-blocks .block {
    width: 100%;
  }
}
.masonry-blocks .block .item {
  position: relative;
  padding: 56px 42px 25px;
  border: 1px solid #c9cbd0;
}
@media screen and (max-width: 960px) {
  .masonry-blocks .block .item {
    padding: 56px 20px 25px;
  }
}
.masonry-blocks .block .item .image {
  margin: 0 0 20px;
}
.masonry-blocks .block .item .image img {
  display: block;
  width: 100%;
  height: auto;
}
.masonry-blocks .block .item h3 {
  margin: 0;
  line-height: 28px;
}
.masonry-blocks .block .item h6 {
  position: absolute;
  left: 42px;
  top: 19px;
  margin: 0;
  padding: 0 9px;
  background-color: #1b427c;
  line-height: 20px;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .masonry-blocks .block .item h6 {
    left: 20px;
  }
}
.masonry-blocks .block .item p {
  margin: 6px 0 0;
}
.masonry-blocks .block .item > .button {
  display: inline-block;
  margin: 12px 0 0;
  padding: 0 28px;
  background-color: #4182e3;
  border-radius: 2px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.masonry-blocks .block .item > .button:hover {
  background-color: #3574D1;
  text-decoration: none;
}

.cases .item {
  margin: 20px 0;
}
.cases .item h4 {
  margin: 0;
  padding: 10px;
  background-color: #595959;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.cases .item p {
  margin: 5px 0 0;
  padding: 20px;
  background-color: #fbfbfb;
  border: 1px solid #d7d7d7;
}
.cases .hidden {
  display: none;
}
.cases .all {
  display: none;
}
.cases .all .item:first-child {
  margin-top: 0;
}

.item-meta {
  margin: 0 0 50px;
  padding: 0 0 50px;
  border-bottom: 1px solid #d6d6d6;
}
.item-meta h2 {
  margin: 0;
  font-style: italic;
}
.item-meta h6 {
  display: inline-block;
  margin: 10px 0 0;
  padding: 0 9px;
  background-color: #1b427c;
  line-height: 20px;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
}
.item-meta .contact {
  overflow: auto;
  margin: 20px 0 0;
  float:left;
  padding-right:30px;
}
.item-meta .contact .profile-photo {
  float: left;
  width: 70px;
  height: 70px;
  border: 1px solid #a5a5a5;
  border-radius: 50%;
}
.item-meta .contact .profile-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.item-meta .contact .author {
  margin: 4px 0 0 86px;
}
.item-meta .contact .email {
  margin: 4px 0 0 86px;
  font-size: 14px;
}
.item-meta .contact .phone {
  margin: 0 0 0 86px;
  font-size: 14px;
}

.practice-area-overview ul {
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 2;
  column-gap: 10px;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .practice-area-overview ul {
    column-count: 1;
    column-gap: 0;
  }
}
.practice-area-overview ul li {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  font-size: 22px;
}
.practice-area-overview ul li:before {
  display: none;
}
@media screen and (max-width: 800px) {
  .practice-area-overview ul li {
    font-size: 18px;
  }
}
.practice-area-overview ul li a {
  display: block;
  position: relative;
  height: 89px;
  background-color: #f1f7fb;
  border: 1px solid #bbc9db;
}
.practice-area-overview ul li a:after {
  content: "\f30f";
  position: absolute;
  right: 43px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Ionicons";
  font-size: 22px;
}
.practice-area-overview ul li a:hover {
  text-decoration: none;
  background-color: #1b427c;
  color: #fafafa;
}
.practice-area-overview ul li a span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 74px 0 43px;
}

.contact-form {
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .contact-form {
    display: block;
  }
}
.contact-form .left {
  width: 33.3333%;
  padding: 0 40px 0 0;
	float:left;
}
@media screen and (max-width: 800px) {
  .contact-form .left {
    width: 100%;
    padding: 0;
  }
}
.contact-form .left h4 {
  margin: 0 0 20px;
  font-size: 28px;
  font-weight: bold;
  color: #1a417b;
}
.contact-form .left p {
  margin: 0;
}
.contact-form .form {
  width: 66.6667%;
	float:left;
}
@media screen and (max-width: 800px) {
  .contact-form .form {
    width: 100%;
    margin: 20px 0 0;
  }
}
.contact-form .form form {
  margin: -5px;
}
.contact-form .form .half {
  position: relative;
  float: left;
  width: 50%;
  padding: 5px;
}
@media screen and (max-width: 640px) {
  .contact-form .form .half {
    width: 100%;
  }
}
.contact-form .form .full {
  position: relative;
  float: left;
  width: 100%;
  padding: 5px;
}
.contact-form .form input {
  width: 100%;
  height: 70px;
  padding: 0 12px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #595959;
}
.contact-form .form select {
  width: 100%;
  height: 70px;
  padding: 0 12px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #B0A6B0;
}
.contact-form input.focus + label {
  top: 12px;
  font-size: 12px;
  color: #9b9a9b;
}
.contact-form .form textarea {
  width: 100%;
  height: 175px;
  padding: 22px 12px 0;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #595959;
  resize: none;
}
.contact-form textarea.focus + label {
  top: 12px;
  font-size: 12px;
  color: #9b9a9b;
}
.contact-form .form .placeholder {
  position: absolute;
  left: 18px;
  top: 30px;
  pointer-events: none;
}
.contact-form .form .submit {
  text-align: right;
}
.contact-form .form .submit input[type='submit'] {
  display: inline-block;
  width: auto;
  height: 40px;
  margin: 12px 0 0;
  padding: 0 28px;
  background-color: #4182e3;
  border: 0;
  border-radius: 2px;
  font-size: 16px;
  color: #fff;
}
.contact-form .form .submit input[type='submit']:hover {
  background-color: #3574D1;
}

.sidebar {
  font-size: 14px;
}
.sidebar h4 {
  margin: 0;
  font-size: 22px;
}
.sidebar ul li {
  margin: 0 0 6px;
}
.sidebar .box {
  padding: 22px;
  background-color: #f1f7fb;
  margin-bottom:20px;
}
.sidebar .box .key-contact {
  padding: 0 0 25px;
  margin: 0 0 25px;
  border-bottom: 1px solid #dee3e6;
}
.sidebar .box .key-contact .contact {
  overflow: auto;
  margin: 20px 0 0;
}
.sidebar .box .key-contact .contact .profile-photo {
  float: left;
  width: 70px;
  height: 70px;
  border: 1px solid #a5a5a5;
  border-radius: 50%;
}
.sidebar .box .key-contact .contact .profile-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.sidebar .box .key-contact .contact .name {
  margin: 4px 0 0 86px;
  font-size: 18px;
}
.sidebar .box .key-contact .contact .email {
  margin: 4px 0 0 86px;
  font-size: 14px;
}
.sidebar .box .key-contact .contact .phone {
  margin: 0 0 0 86px;
  font-size: 14px;
}
.badges {
  margin:0 auto;
	text-align: center;
}
.super_lawyers_badge {
	display: inline-block;
}

.related-news-slider {
  padding: 50px 0;
  background-color: #f1f7fb;
}
.related-news-slider .slider {
  position: relative;
  margin: 0 68px;
}
@media screen and (max-width: 800px) {
  .related-news-slider .slider {
    margin: 0;
  }
}
.related-news-slider .slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -32px 0 0;
  font-size: 64px;
  line-height: 64px;
  color: #c3d0d9;
}
@media screen and (max-width: 800px) {
  .related-news-slider .slider .slick-arrow {
    font-size: 32px;
  }
}
.related-news-slider .slider .slick-arrow:hover {
  color: #4182e3;
}
.related-news-slider .slider .slick-arrow.prev {
  left: -50px;
}
@media screen and (max-width: 800px) {
  .related-news-slider .slider .slick-arrow.prev {
    left: -15px;
  }
}
.related-news-slider .slider .slick-arrow.next {
  right: -50px;
}
@media screen and (max-width: 800px) {
  .related-news-slider .slider .slick-arrow.next {
    right: -15px;
  }
}
.related-news-slider .slider .slide .item {
  position: relative;
  margin: 5px;
  padding: 56px 42px 25px;
  border: 1px solid #c9cbd0;
}
.related-news-slider .slider .slide .item .image {
  margin: 0 0 20px;
}
.related-news-slider .slider .slide .item .image img {
  display: block;
  width: 100%;
  height: auto;
}
.related-news-slider .slider .slide .item h3 {
  margin: 0;
  line-height: 28px;
}
.related-news-slider .slider .slide .item h6 {
  position: absolute;
  left: 42px;
  top: 19px;
  margin: 0;
  padding: 0 9px;
  background-color: #1b427c;
  line-height: 20px;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
}
.related-news-slider .slider .slide .item p {
  margin: 6px 0 0;
}
.related-news-slider .slider .slide .item > .button {
  display: inline-block;
  margin: 12px 0 0;
  padding: 0 28px;
  background-color: #4182e3;
  border-radius: 2px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.related-news-slider .slider .slide .item > .button:hover {
  background-color: #3574D1;
  text-decoration: none;
}

.contact-block {
  padding: 43px 0;
  background-color: #efefef;
}
.contact-block .inner {
  display: flex;
}
@media screen and (max-width: 800px) {
  .contact-block .inner {
    display: block;
  }
}
.contact-block .left {
  width: 33.3333%;
  padding: 0 40px 0 0;
}
@media screen and (max-width: 800px) {
  .contact-block .left {
    width: 100%;
    padding: 0;
  }
}
.contact-block .left h4 {
  margin: 0 0 20px;
  font-size: 28px;
  font-weight: bold;
  color: #1a417b;
}
.contact-block .left p {
  margin: 0;
}
.contact-block .form {
  width: 66.6667%;
}
.contact-block .form label, .contact-form label {
  display:none;
}
.contact-block .form ul, .contact-form ul  {
  padding:0;
}
.contact-block .form ul li, .contact-form ul li  {
  margin:0;
}
.contact-block .form ul li:before, .contact-form ul li:before {
  content:"";
  position: relative;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background-color: inherit;
  border-radius: 0;
}
@media screen and (max-width: 800px) {
  .contact-block .form {
    width: 100%;
    margin: 20px 0 0;
  }
}
.contact-block .form form {
  margin: -5px;
}
.contact-block .form .half {
  position: relative;
  float: left;
  width: 50%;
  padding: 5px;
}
@media screen and (max-width: 640px) {
  .contact-block .form .half {
    width: 100%;
  }
}
.contact-block .form .full {
  position: relative;
  float: left;
  width: 100%;
  padding: 5px;
}
.gform_footer {
  position: relative;
  width: 100%;
  padding: 5px;
  text-align: right;
}
.contact-block .form .file-upload input[type='file'] {
  display: none;
}
.contact-block .form .file-upload label {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  cursor: pointer;
}
.contact-block .form .file-upload label span {
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 12px;
  padding: 0 12px;
  background-color: #fff;
  border: 1px solid #1b427c;
  line-height: 42px;
  font-size: 12px;
  color: #1a417b;
}
.contact-block .form .file-upload label span i {
  float: left;
  margin: 0 10px 0 0;
  font-size: 22px;
}
.contact-block .form input[type='text'] {
  width: 100%;
  height: 70px;
  padding: 0 12px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #595959;
}
.contact-block .form select {
  width: 100%;
  height: 70px;
  padding: 0 12px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #B0A6B0;
}
.contact-block input[type='text'].focus + label {
  top: 12px;
  font-size: 12px;
  color: #9b9a9b;
}
.contact-block .form textarea {
  width: 100%;
  height: 175px;
  padding: 22px 12px 0;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #595959;
  resize: none;
}
.contact-block textarea.focus + label {
  top: 12px;
  font-size: 12px;
  color: #9b9a9b;
}
.contact-block .form .placeholder {
  position: absolute;
  left: 18px;
  top: 30px;
  pointer-events: none;
}
.contact-block .form #gform_submit_button_1, .contact-form #gform_submit_button_1 {
  text-align: right;
}
.contact-block .form #gform_submit_button_1, .contact-form #gform_submit_button_1 {
  display: inline-block;
  width: auto;
  height: 40px;
  margin: 0;
  padding: 0 28px;
  background-color: #4182e3;
  border: 0;
  border-radius: 2px;
  font-size: 16px;
  color: #fff;
	text-transform: uppercase;
}
.contact-block .form #gform_submit_button_1:hover, .contact-form #gform_submit_button_1:hover {
  background-color: #3574D1;
  text-decoration: none;
}

.validation_error, .validation_message {
	color: red;
}

.offices-block {
  padding: 43px 0;
  background-color: #f1f7fb;
	clear:both;
}
.offices-block h4 {
  margin: 0;
  font-style: normal;
  font-size: 36px;
  color: #1a417b;
}
.offices-block .offices {
  margin: 20px 0 0;
  column-count: 3;
  column-gap: 10px;
}
@media screen and (max-width: 800px) {
  .offices-block .offices {
    column-count: 1;
  }
}
.offices-block .offices .office {
  display: block;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #d9d9da;
}
@media screen and (max-width: 800px) {
  .offices-block .offices .office {
    margin: 0 0 10px;
  }
}
.offices-block .offices .office .map img {
  display: block;
  width: 100%;
  height: auto;
}
.offices-block .offices .office h3 {
  margin: 16px 0 0;
  font-size: 28px;
  font-weight: bold;
  color: #1a417b;
}
.offices-block .offices .office p {
  margin: 6px 0 0;
}
.offices-block .offices .office .directions {
  margin: 16px 0 0;
}

.site-footer {
  flex-shrink: 0;
  background-color: #132741;
  color: #fff;
}
.site-footer h3 {
  font-family: "Lora", sans-serif;
  font-weight: normal;
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .site-footer h3 {
    position: relative;
    padding: 0 20px;
    background-color: #4182e3;
    border-radius: 2px;
    line-height: 40px;
    cursor: pointer;
  }
  .site-footer h3:hover {
    background-color: #3574D1;
  }
  .site-footer h3:after {
    content: "\f489";
    position: absolute;
    right: 20px;
    top: 0;
    font-family: "Ionicons";
  }
  .site-footer h3.open:after {
    content: "\f462";
  }
}
.site-footer h4 {
  margin: 0;
  font-size: 16px;
}
.site-footer a {
  color: #599cff;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer .top {
  padding: 20px 0;
  line-height: 24px;
  font-size: 16px;
}
.site-footer .top .inner {
  display: flex;
  flex-flow: wrap;
}
.site-footer .top .offices {
  width: 235px;
}
@media screen and (max-width: 800px) {
  .site-footer .top .offices {
    width: 100%;
  }
}
@media screen and (min-width: 801px) {
  .site-footer .top .offices div.wrapper {
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 800px) {
  .site-footer .top .offices div.wrapper {
    display: none;
  }
}
.site-footer .top .offices div.wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 800px) {
  .site-footer .top .offices div.wrapper ul {
    padding: 0 20px;
    column-count: 3;
  }
}
@media screen and (max-width: 640px) {
  .site-footer .top .offices div.wrapper ul {
    column-count: 1;
  }
}
.site-footer .top .offices div.wrapper ul li {
  margin: 0 0 20px;
}
@media screen and (max-width: 800px) {
  .site-footer .top .offices div.wrapper ul li {
    display: inline-block;
    width: 100%;
  }
}
.site-footer .top .attorneys {
  flex: 1 1 auto;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 800px) {
  .site-footer .top .attorneys {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 801px) {
  .site-footer .top .attorneys div.wrapper {
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 800px) {
  .site-footer .top .attorneys div.wrapper {
    display: none;
  }
}
.site-footer .top .attorneys div.wrapper ul {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 2;
}
@media screen and (max-width: 800px) {
  .site-footer .top .attorneys div.wrapper ul {
    padding: 0 20px;
    column-count: 3;
  }
}
@media screen and (max-width: 640px) {
  .site-footer .top .attorneys div.wrapper ul {
    column-count: 1;
  }
}
@media screen and (max-width: 800px) {
  .site-footer .top .attorneys div.wrapper ul li {
    display: inline-block;
    width: 100%;
  }
}
.site-footer .top .practice-areas {
  flex: 1 1 auto;
  margin: 0 0 20px;
}
@media screen and (max-width: 800px) {
  .site-footer .top .practice-areas {
    width: 100%;
  }
}
@media screen and (min-width: 801px) {
  .site-footer .top .practice-areas div.wrapper {
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 800px) {
  .site-footer .top .practice-areas div.wrapper {
    display: none;
  }
}
.site-footer .top .practice-areas div.wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 800px) {
  .site-footer .top .practice-areas div.wrapper ul {
    padding: 0 20px;
    column-count: 3;
  }
}
@media screen and (max-width: 640px) {
  .site-footer .top .practice-areas div.wrapper ul {
    column-count: 1;
  }
}
@media screen and (max-width: 800px) {
  .site-footer .top .practice-areas div.wrapper ul li {
    display: inline-block;
  }
}
.site-footer .top .footer-logos {
  margin: -100px 0 0;
}
@media screen and (max-width: 800px) {
  .site-footer .top .footer-logos {
    margin: 0;
  }
}
.site-footer .top .footer-logos img {
  margin: 0 50px 20px 0;
  vertical-align: middle;
}
.site-footer .top .footer-logos img:last-child {
  margin: 0 0 20px;
}
.site-footer .bottom {
  border-top: 1px solid #241323;
  font-size: 14px;
}
.site-footer .bottom .copyright {
  float: left;
  margin: 20px 10px 10px 0;
}
@media screen and (max-width: 800px) {
  .site-footer .bottom .copyright {
    float: none;
  }
}
.site-footer .bottom .footer-navigation {
  float: left;
  margin: 20px 10px 12px 0;
}
.site-footer .bottom .footer-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .bottom .footer-navigation ul li {
  float: left;
}
.site-footer .bottom .footer-navigation ul li:after {
  content: "|";
  margin: 0 7px;
  color: #fff;
}
.site-footer .bottom .footer-navigation ul li:last-child:after {
  display: none;
}
@media screen and (max-width: 800px) {
  .site-footer .bottom .right {
    float: left;
  }
}
.site-footer .bottom .siteby {
  float: right;
  margin: 9px 0 15px;
}
.site-footer .bottom .siteby img {
  width:50px;
}
@media screen and (max-width: 800px) {
  .site-footer .bottom .siteby {
    float: none;
  }
}
.site-footer .bottom .siteby a {
  display: block;
}
.site-footer .bottom .siteby a:hover path,
.site-footer .bottom .siteby a:hover polygon {
  fill: #fff;
}

.lazy {
  -moz-transition: opacity 700ms ease-in;
  -webkit-transition: opacity 700ms ease-in;
  -o-transition: opacity 700ms ease-in;
  transition: opacity 700ms ease-in;
  
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.in-view  {
  opacity: 1;

}

.out-view  {
  opacity: 0;
	-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;

}

.attorney-listing {
 width:25%;
 padding:0 30px 40px 0;
 float:left;
}
@media screen and (max-width: 1000px) {
  .attorney-listing {
     width:33%;
  }
}
@media screen and (max-width: 800px) {
  .attorney-listing {
     width:50%;
  }
}
@media screen and (max-width: 700px) {
  .attorney-listing {
     width:100%;
  }
}

.attorney-listing a:hover {
 text-decoration: none;
}

.attorney-listing a {
 display:block;
 width:100%;
 height:100%;
 text-decoration:none;
}

.attorney-listing a:hover .text  {
 background-color:#599cff;
}

.attorney-listing a:hover .text .more  {
 color:#132741;
}

.attorney-listing .photo {
 padding: 0;
 margin:0;
 line-height:0px;
 background-image: url('https://www.hl-law.com/wp-content/themes/howdludorf/images/attorney-background.jpg');
 background-size: cover;
 background-position: top center;
}

.attorney-listing .photo img {
 width:100%;
 height:auto;
}

.attorney-listing .text {
 padding: 15px 10px;
 background-color:#132741;
}

.attorney-listing .text .more {
 color:#599cff;
 font-size:13px;
 line-height:13px;
 text-align:center;
 margin:10px 0;
}

.attorney-listing .text .name {
 color:#ffffff;
 font-size:15px;
 line-height:15px;
 text-transform:uppercase;
 text-align:center;
}

/*# sourceMappingURL=style.css.map */
