<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: Wisler Pearstine
Theme URI: http://www.push10.com/
Description: Wisler Pearlstine by Push10.com
Version: 0.1
Author: Push10 Design Studios
Author URI: http://www.push10.com/
Tags: Push10.com
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@font-face {
  font-family: 'SourceSansPro-Black';
  src: url("fonts/Source_Sans_Pro/SourceSansPro-Black.ttf"); }

@font-face {
  font-family: 'Sorts Mill Goudy', serif;
  src: url("fonts/Source_Sans_Pro/SortsMillGoudy-Regular.ttf"); }

@font-face {
  font-family: 'Sorts Mill Goudy', serif;
  font-style: italic;
  src: url("fonts/Source_Sans_Pro/SortsMillGoudy-Italic.ttf"); }

@font-face {
  font-family: 'SourceSansPro-BlackItalic';
  src: url("fonts/Source_Sans_Pro/SourceSansPro-BlackItalic.ttf"); }

@font-face {
  font-family: 'sorts';
  src: url("fonts/Source_Sans_Pro/SourceSansPro-BlackItalic.ttf"); }

@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url("fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf"); }

@font-face {
  font-family: 'SourceSansPro-BoldItalic';
  src: url("fonts/Source_Sans_Pro/SourceSansPro-BoldItalic.ttf"); }

@font-face {
  font-family: 'SourceSansPro-ExtraLight';
  src: url("fonts/Source_Sans_Pro/SourceSansPro-ExtraLight.ttf"); }

@font-face {
  font-family: 'SourceSansPro-ExtraLightItalic';
  src: url("fonts/Source_Sans_Pro/SourceSansPro-ExtraLightItalic.ttf"); }

@font-face {
  font-family: 'SourceSansPro-Italic';
  src: url("fonts/Source_Sans_Pro/SourceSansPro-Italic.ttf"); }

@font-face {
  font-family: 'SourceSansPro-Light';
  src: url("fonts/Source_Sans_Pro/SourceSansPro-Light.ttf"); }

@font-face {
  font-family: 'SourceSansPro-LightItalic';
  src: url("fonts/Source_Sans_Pro/SourceSansPro-LightItalic.ttf"); }

@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url("fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf"); }

@font-face {
  font-family: 'SourceSansPro-Semibold';
  src: url("fonts/Source_Sans_Pro/SourceSansPro-Semibold.ttf"); }

@font-face {
  font-family: 'SourceSansPro-SemiboldItalic';
  src: url("fonts/Source_Sans_Pro/SourceSansPro-SemiboldItalic.ttf"); }

@font-face {
  font-family: 'Wisler';
  src: url("fonts/wisler.eot?#iefix") format("embedded-opentype"), url("fonts/wisler.woff") format("woff"), url("fonts/wisler.ttf") format("truetype"), url("fonts/wisler.svg#wisler") format("svg"); }

@font-face {
  font-family: 'GoudyStM';
  src: url("fonts/GoudyStM.otf"); }

@font-face {
  font-family: 'GoudyStM-Italic';
  src: url("fonts/GoudyStM-Italic.otf"); }

.icon-linkedin:before {
  font-family: "wisler" !important;
  content: "d";
  color: #292929;
  background: #3399cc;
  border-radius: 50%;
  padding: 8px; }

.icon-linkedin::before {
  font-family: "wisler" !important;
  content: "d";
  color: #292929;
  background: #3399cc;
  border-radius: 50%;
  padding: 8px; }

.icon-linkedin:hover:before, .icon-linkedin:focus:before {
  background-color: white; }

.icon-filter, .icon-filter2 {
  background-image: url("../img/filterArrow.png");
  width: 12px;
  height: 12px;
  background-size: contain;
  display: inline-block;
  vertical-align: baseline;
  float: right; }

body {
  margin: 0;
  line-height: 0; }

@media (min-width: 1020px) {
  .main-nav {
    display: block !important; } }

#topBorder {
  width: 100%;
  height: 10px;
  vertical-align: top; }

@media (max-width: 1020px) {
  form.searchform {
    max-width: 700px;
    margin: 0 auto;
    padding: 10px;
    padding-left: 35px;
    position: relative; } }
  @media (max-width: 1020px) and (max-width: 767px) {
    form.searchform {
      padding: 20px; } }

@media (max-width: 1020px) {
    form.searchform .s {
      width: 200px;
      height: 30px;
      padding-left: 10px; }
    form.searchform .searchsubmit {
      background: white;
      background-image: url("../img/searchicon.svg");
      background-repeat: no-repeat;
      display: block;
      border: 0px;
      width: 17px;
      height: 15px;
      background-size: contain;
      cursor: pointer;
      position: absolute;
      margin-left: 180px;
      margin-top: -25px; } }
    @media (max-width: 1020px) and (max-width: 767px) {
      form.searchform .searchsubmit {
        margin-left: 180px; } }

.menuTrigger {
  display: none;
  background-image: url("../img/hamburger.png");
  width: 28px;
  height: 24px;
  float: right;
  margin-top: 18px; }
  @media (max-width: 1020px) {
    .menuTrigger {
      display: block;
      cursor: pointer;
      margin-top: 24px; } }

.searchToggle {
  float: right;
  margin-top: 18px;
  cursor: pointer;
  position: relative;
  z-index: 1000; }

#uMenu {
  -webkit-box-shadow: 0px 5px 9px 0px #f0f0f0;
  -moz-box-shadow: 0px 5px 9px 0px #f0f0f0;
  box-shadow: 0px 5px 9px 0px #f0f0f0;
  overflow: auto;
  height: 50px;
  position: relative;
  transition: padding 0.5s; }
  #uMenu .wrapper {
    position: relative;
    padding-right: 30px; }
    @media (max-width: 1020px) {
      #uMenu .wrapper {
        padding: 0px; } }
  #uMenu .hidden {
    opacity: 0;
    display: none;
    transition: opacity 1s; }
  #uMenu .menu {
    float: right;
    transition: margin-right 0s;
    padding-right: 42px; }
    #uMenu .menu li {
      display: inline;
      float: left; }
      #uMenu .menu li a {
        padding: 0 25px;
        font-family: "SourceSansPro-Bold";
        font-size: 12px;
        text-decoration: none;
        text-transform: uppercase;
        color: #2c8eca;
        letter-spacing: 1px; }
  #uMenu.searchExpanded .menu {
    margin-right: 175px; }
  #uMenu.searchExpanded .hidden {
    opacity: 1; }
  #uMenu form {
    float: right; }
    #uMenu form .s {
      position: absolute;
      background: transparent;
      right: 20px;
      width: 205px;
      height: 26px;
      margin-top: 10px;
      border: 1px solid #d7d7d7;
      padding-left: 10px; }
    #uMenu form .searchsubmit {
      display: none; }

section#header {
  position: relative;
  transition: padding 1s;
  line-height: 1;
  border-bottom: 5px solid #2c8eca; }
  section#header #collapsedLogo {
    display: none;
    float: left;
    margin-top: 4px;
    opacity: 0;
    transition: opacity 1s; }
  section#header header#mainHeader {
    overflow: auto; }
  section#header .hidden {
    opacity: 0;
    transition: opacity 1s; }
  section#header #logo {
    float: left;
    padding-top: 36px;
    display: block; }
    @media (max-width: 1020px) {
      section#header #logo {
        padding-top: 20px;
        padding-bottom: 10px; } }
    @media (max-width: 767px) {
      section#header #logo {
        padding-top: 20px;
        width: 75%; }
        section#header #logo svg {
          width: 100%; } }
  section#header .main-nav {
    margin: 0;
    float: right;
    padding: 0px; }
    section#header .main-nav li {
      padding-top: 42px;
      padding-bottom: 37px;
      display: inline;
      float: left; }
      section#header .main-nav li.current-menu-item, section#header .main-nav li.current_page_ancestor {
        border-bottom: 10px solid #2c8eca;
        padding-bottom: 27px; }
      section#header .main-nav li a {
        padding: 0 25px;
        font-family: "SourceSansPro-Bold";
        font-size: 14.55px;
        text-transform: uppercase;
        text-decoration: none;
        color: #7a8687;
        letter-spacing: 1.5px; }
        @media (max-width: 1020px) {
          section#header .main-nav li a {
            padding: 0 11px; } }
        section#header .main-nav li a:hover, section#header .main-nav li a:focus {
          color: #3399cc; }
      section#header .main-nav li:hover {
        padding-bottom: 27px;
        border-bottom: 10px solid #2c8eca; }
    section#header .main-nav .sub-menu {
      display: none;
      position: absolute;
      width: 100%;
      left: 0;
      background: transparent;
      z-index: 40000;
      /* bottom: 0; */
      top: 100%;
      margin-top: 0px;
      padding: 0px;
      /* bottom: 100%; */ }
      section#header .main-nav .sub-menu .current-menu-item {
        border: 0px; }
      section#header .main-nav .sub-menu .container {
        background: white;
        margin-top: 5px;
        overflow: auto;
        padding: 40px 120px; }
      section#header .main-nav .sub-menu li {
        float: none;
        display: block;
        padding: 0px; }
        section#header .main-nav .sub-menu li:hover {
          padding-bottom: 27px;
          border-bottom: 0px solid #2c8eca; }
        section#header .main-nav .sub-menu li a {
          padding: 0px; }
      section#header .main-nav .sub-menu .col1 {
        float: left;
        width: 26%; }
        section#header .main-nav .sub-menu .col1 li {
          width: 90%; }
        section#header .main-nav .sub-menu .col1 a {
          padding: 0px;
          cursor: default;
          color: #333333;
          font-family: "GoudyStM-Italic";
          font-size: 23px;
          text-transform: none; }
      section#header .main-nav .sub-menu .menuCol {
        float: left;
        width: 37%; }
        section#header .main-nav .sub-menu .menuCol li {
          padding-bottom: 28px; }
          section#header .main-nav .sub-menu .menuCol li:hover {
            padding-bottom: 28px;
            border-bottom: 0px solid #2c8eca; }
          section#header .main-nav .sub-menu .menuCol li a {
            color: #333333;
            font-size: 14px;
            font-family: "SourceSansPro-Light";
            padding-bottom: 28px; }
            section#header .main-nav .sub-menu .menuCol li a:hover {
              color: #2c8eca; }

section#header.affix + section {
  margin-top: 161px; }
  @media (max-width: 767px) {
    section#header.affix + section {
      margin-top: 0px; } }

section#header.affix + div {
  margin-top: 161px; }
  @media (max-width: 767px) {
    section#header.affix + div {
      margin-top: 0px; } }

section#header.affix {
  -webkit-box-shadow: 0px 2px 10px 0px #424242;
  -moz-box-shadow: 0px 2px 10px 0px #424242;
  box-shadow: 0px 2px 10px 0px #424242;
  position: fixed;
  top: 0px;
  height: 60px;
  width: 100%;
  background: white;
  z-index: 300000;
  padding: 0px;
  overflow: visible; }
  section#header.affix #menu-main-menu {
    margin-top: 0px; }
  @media (max-width: 1020px) {
    section#header.affix {
      overflow: visible; }
      section#header.affix .headerWrapper {
        overflow: visible; }
      section#header.affix .wrapper {
        overflow: visible; }
      section#header.affix #uMenu {
        overflow: visible; } }
  section#header.affix #uMenu.searchExpanded .menu {
    margin-right: 0px; }
  @media (max-width: 1020px) {
    section#header.affix #uMenu.searchExpanded .searchToggle {
      margin-top: 75px;
      right: 0; } }
  section#header.affix .headerWrapper {
    max-width: 980px;
    margin: 0 auto; }
    @media (max-width: 1020px) {
      section#header.affix .headerWrapper {
        max-width: 700px; } }
  section#header.affix #collapsedLogo {
    display: block;
    opacity: 1; }
    @media (max-width: 1020px) {
      section#header.affix #collapsedLogo {
        display: none; } }
  section#header.affix #logo {
    display: none;
    opacity: 0; }
    @media (max-width: 1020px) {
      section#header.affix #logo {
        display: block;
        opacity: 1; } }
  section#header.affix header#mainHeader {
    overflow: visible; }
    section#header.affix header#mainHeader .col1 {
      float: left;
      width: 26%; }
      section#header.affix header#mainHeader .col1 li {
        width: 90%; }
      section#header.affix header#mainHeader .col1 a {
        padding: 0px;
        cursor: default;
        color: #333333;
        font-family: "GoudyStM-Italic";
        font-size: 23px;
        text-transform: none; }
    section#header.affix header#mainHeader .main-nav .current-menu-item,
    section#header.affix header#mainHeader .main-nav .current_page_ancestor {
      border: 0px;
      padding-bottom: 0px; }
      section#header.affix header#mainHeader .main-nav .current-menu-item a,
      section#header.affix header#mainHeader .main-nav .current_page_ancestor a {
        color: #2c8eca; }
      @media (max-width: 1020px) {
        section#header.affix header#mainHeader .main-nav .current-menu-item,
        section#header.affix header#mainHeader .main-nav .current_page_ancestor {
          padding-bottom: 10px; } }
    section#header.affix header#mainHeader .main-nav li {
      height: 50px; }
      @media (max-width: 767px) {
        section#header.affix header#mainHeader .main-nav li {
          height: auto; } }
      @media (max-width: 1020px) {
        section#header.affix header#mainHeader .main-nav li {
          height: auto; } }
      section#header.affix header#mainHeader .main-nav li:hover {
        border: 0px;
        padding: 0px;
        padding-top: 12px; }
        @media (max-width: 1020px) {
          section#header.affix header#mainHeader .main-nav li:hover {
            padding: 10px; } }
      section#header.affix header#mainHeader .main-nav li a:hover {
        color: #2c8eca; }
      section#header.affix header#mainHeader .main-nav li .sub-menu a {
        color: #7a8687; }
      section#header.affix header#mainHeader .main-nav li .sub-menu li {
        height: auto; }
      section#header.affix header#mainHeader .main-nav li .sub-menu li:hover {
        height: auto;
        padding-top: 12px;
        padding-bottom: 28px; }
  section#header.affix .searchToggle {
    margin-top: 14px; }
  @media (max-width: 1020px) {
    section#header.affix {
      overflow: visible; } }
  section#header.affix #uMenu {
    height: auto;
    padding: 0px;
    float: right;
    box-shadow: none;
    overflow: visible; }
    section#header.affix #uMenu li {
      padding: 0px; }
      section#header.affix #uMenu li a {
        color: #999999; }
        section#header.affix #uMenu li a:hover {
          color: #2c8eca; }
  section#header.affix .main-nav li {
    padding: 0px;
    padding-top: 12px; }
    @media (max-width: 1020px) {
      section#header.affix .main-nav li {
        padding: 10px; } }
    section#header.affix .main-nav li a {
      color: #999999;
      padding: 0 20px; }
      @media (max-width: 1020px) {
        section#header.affix .main-nav li a {
          padding: 0 11px; } }
    section#header.affix .main-nav li:last-of-type a {
      padding-right: 0px; }
  section#header.affix .menu-utility-menu-container {
    float: right; }
    @media (max-width: 1020px) {
      section#header.affix .menu-utility-menu-container {
        float: none; } }
  section#header.affix .menu-main-menu-container {
    display: inline-block; }
  section#header.affix #menu-utility-menu {
    float: right;
    margin-top: 12px;
    padding-left: 20px; }
    @media (max-width: 1020px) {
      section#header.affix #menu-utility-menu {
        padding-left: 7px; } }
    section#header.affix #menu-utility-menu li {
      padding: 0px;
      display: inline;
      float: left; }
      section#header.affix #menu-utility-menu li a {
        padding: 0 20px;
        font-family: "SourceSansPro-Bold";
        font-size: 14.55px;
        text-decoration: none;
        text-transform: uppercase;
        color: #999999; }
        @media (max-width: 1020px) {
          section#header.affix #menu-utility-menu li a {
            padding: 0 7px; } }
  section#header.affix #uMenu form {
    float: none; }
    section#header.affix #uMenu form .s {
      position: relative;
      width: 100%;
      margin-top: 0px;
      right: 0;
      background: white; }
      @media (max-width: 1020px) {
        section#header.affix #uMenu form .s {
          width: 700px;
          margin: 0 auto;
          display: block;
          margin-top: 15px; } }
    section#header.affix #uMenu form input.searchsubmit {
      background: white;
      background-image: url("../img/searchicon.svg");
      background-repeat: no-repeat;
      display: block;
      border: 0px;
      width: 17px;
      height: 15px;
      background-size: contain;
      cursor: pointer;
      position: absolute;
      right: 28px;
      top: 28px; }
  section#header.affix .hidden {
    border: 5px solid #2c8eca;
    border-top: 0px;
    top: 49px;
    width: 100%;
    /* overflow: auto; */
    position: absolute;
    background: white;
    padding: 20px; }
    @media (max-width: 1020px) {
      section#header.affix .hidden {
        border-top: 5px solid #2c8eca;
        display: block;
        position: fixed;
        height: 60px;
        background: white;
        width: 100%;
        left: 0; } }
    @media (max-width: 1200px) {
      section#header.affix .hidden {
        width: 80%; } }

#gci-header .wrapper .gci-nav ul li a:focus {
  color: #2c8eca !important; }

#gci-header .wrapper .gci-nav ul li a:hover {
  color: #2c8eca !important; }

#gci-header .wrapper #logo .site-return:focus {
  text-decoration: underline; }

#gci-header .wrapper #logo .site-return:hover {
  text-decoration: underline; }

.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
  z-index: 99999;
  color: #2c8eca; }

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 15px;
  width: auto;
  height: auto;
  overflow: visible; }

section#footer {
  background: #2b2b2b;
  overflow: visible; }
  @media (max-width: 1020px) {
    section#footer {
      text-align: center; } }
  section#footer .footer-1 {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAQUlEQVQYV2NkwA0kNTQ0GhhxyIMlb9y4gVUBXJKBgeE5ugkokiDTkRVgSCIrwCoJU4BTEqxAQ0NjJsi1IAdh8xEA0EQjM5dDOvQAAAAASUVORK5CYII=") repeat;
    -webkit-box-shadow: inset 0px 7px 3px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0px 7px 3px 0px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0px 7px 3px 0px rgba(0, 0, 0, 0.35);
    padding: 40px 0px;
    display: block;
    overflow: auto; }
    section#footer .footer-1 .best-lawyers {
      float: left;
      text-align: center;
      width: 20%; }
      @media (max-width: 767px) {
        section#footer .footer-1 .best-lawyers {
          margin-top: 20px;
          margin-bottom: 20px;
          width: 100%; } }
    section#footer .footer-1 .footerLocations {
      max-width: 980px;
      margin: 0 auto; }
      section#footer .footer-1 .footerLocations .locationHalf {
        width: 40%;
        float: left;
        text-align: center; }
        section#footer .footer-1 .footerLocations .locationHalf h4 {
          color: #3399cc;
          font-size: 24px;
          margin-bottom: 5px;
          font-family: 'Sorts Mill Goudy', serif;
          margin-top: 0px; }
        section#footer .footer-1 .footerLocations .locationHalf p {
          color: #e4e8ea;
          font-family: 'SourceSansPro-Light';
          font-size: 18px; }
          section#footer .footer-1 .footerLocations .locationHalf p a {
            color: white; }
            section#footer .footer-1 .footerLocations .locationHalf p a:hover, section#footer .footer-1 .footerLocations .locationHalf p a:focus {
              color: #2c8eca; }
        @media (max-width: 767px) {
          section#footer .footer-1 .footerLocations .locationHalf {
            width: 100%;
            padding-top: 30px; } }
        section#footer .footer-1 .footerLocations .locationHalf:last-of-type {
          float: right; }
  section#footer .footer-2 {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAQUlEQVQYV2NkwA0kNTQ0GhhxyIMlb9y4gVUBXJKBgeE5ugkokiDTkRVgSCIrwCoJU4BTEqxAQ0NjJsi1IAdh8xEA0EQjM5dDOvQAAAAASUVORK5CYII=") repeat;
    -webkit-box-shadow: inset 0px 7px 3px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0px 7px 3px 0px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0px 7px 3px 0px rgba(0, 0, 0, 0.35);
    padding: 30px 0;
    background: #2b2b2b; }
    @media (max-width: 767px) {
      section#footer .footer-2 {
        padding: 30px 20px;
        text-align: center; } }
    @media (max-width: 1020px) {
      section#footer .footer-2 {
        overflow: auto; } }
    section#footer .footer-2 .icon {
      display: inline-block;
      margin-right: 10px; }
    section#footer .footer-2 .menu-footer-menu-container {
      display: inline-block; }
    section#footer .footer-2 .menu {
      margin: 0;
      padding: 0px; }
      section#footer .footer-2 .menu li {
        display: block;
        float: left; }
        section#footer .footer-2 .menu li a {
          padding: 0 5px;
          letter-spacing: 1px;
          color: #3399cc;
          text-transform: uppercase;
          font-family: "SourceSansPro-Bold";
          font-size: 12px;
          text-decoration: none; }
          section#footer .footer-2 .menu li a:hover, section#footer .footer-2 .menu li a:focus {
            color: white; }
    section#footer .footer-2 .copyright {
      color: white;
      float: right;
      width: 73%;
      text-align: right;
      padding-top: 2px;
      font-family: "SourceSansPro-ExtraLight";
      font-size: 12px; }
      @media (max-width: 1020px) {
        section#footer .footer-2 .copyright {
          margin-top: 20px;
          padding-bottom: 20px;
          text-align: center;
          overflow: auto;
          width: 100%; } }
      @media (max-width: 767px) {
        section#footer .footer-2 .copyright {
          margin-top: 20px;
          line-height: 1.4;
          padding-bottom: 20px; } }
      section#footer .footer-2 .copyright p {
        margin: 0; }
      section#footer .footer-2 .copyright a {
        color: white;
        text-decoration: none; }

.best_law_firm {
  width: 118px !important;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 40px !important; }

.lt-ie9 .ie8Warning {
  display: block;
  position: fixed;
  width: 100%;
  text-align: center;
  margin-top: 200px; }
  .lt-ie9 .ie8Warning h2 {
    width: 50%;
    line-height: 1.2;
    font-size: 20px;
    margin: 0 auto; }

.lt-ie9 #site {
  display: none !important; }

.ie8Warning {
  display: none; }

a:focus {
  outline: none; }

a:visited {
  outline: none; }

::-webkit-input-placeholder {
  /* Chrome */
  color: #003366; }

::-ms-clear {
  display: none; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #003366; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #003366;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #003366;
  opacity: 1; }

.splash1 {
  max-height: 750px;
  background-position: 50%; }

a {
  cursor: pointer; }

.mobile {
  display: none;
  line-height: 1.2; }

.tablet {
  display: none;
  opacity: 0;
  transition: opacity 1s; }
  @media (max-width: 1020px) {
    .tablet {
      display: block;
      opacity: 1; } }

.hidden {
  opacity: 0; }

.hiddenText {
  display: none; }

.patternBorder {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAR0lEQVQYV2N8+/btf2FhYUYGNAASX7lyJQOGBEgdTDI8PBxTAbIkyGQUE9AlQabBFWCThCvAJQlWgE8SrGDatGn/Qa7F5VUApSE7Vqm6lB8AAAAASUVORK5CYII=") repeat;
  height: 41px;
  width: 100%; }

section {
  line-height: 1; }

.splash1 img {
  width: 100%;
  visibility: hidden; }

.splash2 {
  max-height: 750px; }
  .splash2 img {
    width: 100%;
    visibility: hidden; }

.splashMobile {
  display: none; }

@media (max-width: 767px) {
  #svg-practice-icon {
    width: 90%;
    margin: 0 auto;
    height: 29px; } }

.button {
  background: #2c8eca;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  padding: 16px 50px;
  display: inline-block;
  border: 1px solid #2c8eca;
  width: auto;
  margin-top: 40px;
  font-family: "SourceSansPro-Bold";
  font-size: 14px;
  letter-spacing: 2px; }
  .button:focus, .button:hover {
    background-color: white;
    color: #2c8eca; }

.tablet .practiceAreas {
  margin-top: 30px; }

.desktop {
  display: block; }

@media (max-width: 1020px) {
  .noTablet {
    display: none; } }

#site {
  opacity: 1;
  transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s; }

#site.hidden {
  opacity: 0; }

.wrapper {
  max-width: 980px;
  margin: 0 auto; }

.wideWrapper {
  max-width: 1200px;
  margin: 0 auto; }

ul.slick-dots {
  display: none; }

.icon-circle {
  border-radius: 50%;
  background: #0f4d72;
  display: inline-block;
  padding: 5px; }

.newsIcon {
  background-image: url("../img/NewsIcon.png"); }

.resourceIcon {
  background-image: url("../img/ResourceIcon.png"); }

h1 {
  font-size: 65px;
  margin: 0px;
  font-family: "GoudyStM-Italic";
  font-weight: 500;
  line-height: 1.142; }
  @media (max-width: 1020px) {
    h1 {
      font-size: 50px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 38px; } }

h2 {
  font-size: 48px;
  font-weight: normal; }

h5 {
  font-family: "SourceSansPro-Bold";
  font-size: 15px;
  color: #003366; }

h3 a {
  font-size: 29px;
  text-transform: capitalize; }

a {
  text-decoration: none; }

.firstPara {
  font-size: 24px;
  font-family: "GoudyStM-Italic";
  color: #414141;
  line-height: 1.417; }
  .firstPara p {
    font-size: 24px;
    font-family: "GoudyStM-Italic";
    color: #414141;
    line-height: 1.417; }

.default {
  line-height: 1; }
  .default h1 {
    color: #003366;
    font-family: 'Sorts Mill Goudy', serif; }
  .default .halfCol {
    color: #636363;
    font-family: "SourceSansPro-Light";
    font-size: 16px;
    line-height: 1.5; }
    .default .halfCol h5 {
      margin-top: 55px;
      margin-bottom: 10px; }
    .default .halfCol h5:first-of-type {
      margin-top: 0px; }
    .default .halfCol p {
      color: #636363;
      font-family: "SourceSansPro-Light";
      font-size: 16px;
      line-height: 1.5; }

#relatedArticles .featuredRow .featuredItem .featuredContent .featuredTitle {
  height: 180px; }

.featuredItem {
  width: 90%;
  text-align: center;
  background: white;
  margin: 0 auto;
  border: 7px solid #003663; }
  .featuredItem .featuredContent {
    padding: 20px; }
    .featuredItem .featuredContent p.entry-meta {
      font-family: "SourceSansPro-Bold";
      font-size: 14px;
      color: #003366;
      text-transform: uppercase; }
    .featuredItem .featuredContent a.moretag {
      letter-spacing: 2px;
      color: #2c8eca;
      font-family: "SourceSansPro-Bold";
      text-decoration: none;
      text-transform: uppercase;
      font-size: 14px;
      margin-top: 15px;
      display: block; }
    .featuredItem .featuredContent p {
      font-size: 16px;
      color: #636363;
      font-family: "SourceSansPro-Light";
      margin-top: 0px;
      line-height: 1.4; }
    .featuredItem .featuredContent .featuredTitle {
      font-size: 27px;
      color: #003366;
      display: table;
      table-layout: fixed;
      width: 100%;
      height: 150px;
      margin-top: 20px;
      margin-bottom: 20px; }
      .featuredItem .featuredContent .featuredTitle h3 {
        color: #003366;
        vertical-align: middle;
        display: table-cell; }
      .featuredItem .featuredContent .featuredTitle a {
        font-size: 27px;
        font-weight: normal;
        text-decoration: none;
        color: #003366;
        font-family: 'Sorts Mill Goudy', serif;
        display: block; }
        @media (max-width: 767px) {
          .featuredItem .featuredContent .featuredTitle a {
            font-size: 24px; } }
  .featuredItem p.entry-meta {
    font-family: "SourceSansPro-Bold";
    font-size: 14px;
    color: #003366; }
  .featuredItem .icon-circle {
    border-radius: 50%;
    background: #0f4d72;
    display: inline-block;
    padding: 5px; }
  .featuredItem .icon {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 20px;
    background: #0f4d72;
    padding: 10px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid white; }
  .featuredItem .newsIcon {
    background-image: url("../img/NewsIcon.png"); }
  .featuredItem .resourceIcon {
    background-image: url("../img/ResourceIcon.png"); }
  .featuredItem hr {
    border-color: #87a6b8;
    margin-top: -28px;
    margin-bottom: 40px; }
  .featuredItem:hover {
    border: 7px solid #2c8eca; }
    .featuredItem:hover .featuredTitle h3 {
      color: #2c8eca; }
      .featuredItem:hover .featuredTitle h3 a {
        color: #2c8eca; }
    .featuredItem:hover .icon-circle {
      background: #2c8eca; }
    .featuredItem:hover .icon {
      background-color: #2c8eca; }
    .featuredItem:hover hr {
      border-color: #2c8eca; }

.overlayContainer {
  max-width: 980px;
  position: absolute;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  /* IE 9 */
  text-align: center;
  width: 100%; }
  .overlayContainer .twoColContent .container {
    padding: 10px;
    max-width: 1000px; }
  @media (max-width: 1020px) {
    .overlayContainer {
      width: 100%; }
      .overlayContainer .container {
        max-width: 1000px; } }

.ie9 .overlayContainer {
  -ms-transform: translate(0%, -50%); }

.ie9 section#teamPage .teamContainer .teamCol img, .ie9 section#teamPage .teamContainer2 .teamCol img {
  border: 0px;
  outline: none; }

.ie9 a img {
  outline: none;
  border: 0px; }

@media (max-width: 1020px) {
  section#homeFeatured .featuredColumn:nth-of-type(3) {
    display: none; } }

@media (max-width: 767px) {
  section#homeFeatured .featuredColumn:nth-of-type(3) {
    display: block; } }

section#homeFeatured,
section#relatedArticles {
  -webkit-box-shadow: inset 0px 2px 5px 0px #142139;
  -moz-box-shadow: inset 0px 2px 5px 0px #142139;
  box-shadow: inset 0px 2px 5px 0px #142139;
  overflow: auto;
  background: #0f4e74;
  position: relative; }
  section#homeFeatured .wideWrapper,
  section#relatedArticles .wideWrapper {
    max-width: 1080px; }
  section#homeFeatured .featuredItem .featuredContent p,
  section#relatedArticles .featuredItem .featuredContent p {
    height: 120px; }
  section#homeFeatured .featuredRow,
  section#relatedArticles .featuredRow {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAR0lEQVQYV2Pkck+T/LZz1nMGNAASZ/jPLMWILgHiwyQZGP8+w1CALAkyGUUBuiTINLgCbJJwBbgkwQrwSUIUuGUag1yLy6sA4/szlQAmmYYAAAAASUVORK5CYII=") repeat;
    overflow: auto;
    padding: 54px 0;
    margin: 0 auto; }
    @media (max-width: 767px) {
      section#homeFeatured .featuredRow,
      section#relatedArticles .featuredRow {
        padding: 54px 20px; } }
  section#homeFeatured .featuredColumn,
  section#relatedArticles .featuredColumn {
    float: left;
    width: 33.33%; }
    @media (max-width: 1020px) {
      section#homeFeatured .featuredColumn,
      section#relatedArticles .featuredColumn {
        width: 50%; }
        section#homeFeatured .featuredColumn:last-of-type,
        section#relatedArticles .featuredColumn:last-of-type {
          margin-left: 25%;
          margin-top: 20px; } }
    @media (max-width: 767px) {
      section#homeFeatured .featuredColumn,
      section#relatedArticles .featuredColumn {
        width: 100%; }
        section#homeFeatured .featuredColumn:last-of-type,
        section#relatedArticles .featuredColumn:last-of-type {
          margin-left: 0%; }
        section#homeFeatured .featuredColumn .featuredItem,
        section#relatedArticles .featuredColumn .featuredItem {
          width: auto;
          margin-bottom: 20px; } }

.leftBorder {
  border-left: 13px solid #3399cc;
  padding-left: 12px;
  padding-bottom: 25px; }
  .leftBorder p {
    margin: 0;
    text-transform: uppercase;
    font-size: 15px; }
  .leftBorder .title {
    font-family: "SourceSansPro-Bold";
    color: white;
    margin-bottom: 5px;
    letter-spacing: 1px; }
  .leftBorder .tag {
    letter-spacing: 1px;
    font-family: "SourceSansPro-Bold";
    color: #3399cc; }

.practiceAreas {
  padding: 0 0;
  max-width: 980px;
  margin: 0 auto;
  overflow: auto; }
  @media (max-width: 1020px) {
    .practiceAreas {
      max-width: 700px; } }
  @media (max-width: 767px) {
    .practiceAreas {
      padding: 0 20px; } }
  .practiceAreas .practiceCol {
    width: 33%;
    float: left;
    padding: 0px; }
    @media (max-width: 767px) {
      .practiceAreas .practiceCol {
        width: 100%;
        margin: 0px; } }
  .practiceAreas li {
    height: 60px;
    width: 90%;
    margin: 0 auto;
    display: table;
    border-left: 13px solid #003366;
    text-align: center;
    font-family: "SourceSansPro-Bold";
    text-transform: uppercase;
    margin-bottom: 36px;
    font-size: 14.55px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAQElEQVQIW2N89+6dj5CQ0BYGJAASY2Bg2MyILAhiwyQYGBh8USSRJUCmwSXRJUCmgCWxSYAlcUnAJP+DLMfmYgDBlSf9M5W9VgAAAABJRU5ErkJggg==") repeat; }
    @media (max-width: 767px) {
      .practiceAreas li {
        font-size: 13px;
        height: 50px;
        border-width: 7px;
        margin-bottom: 15px; }
        .practiceAreas li a {
          padding: 0 10px; } }
    .practiceAreas li:hover {
      background: linear-gradient(rgba(44, 142, 202, 0.4), rgba(44, 142, 202, 0.4)), url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAQElEQVQIW2N89+6dj5CQ0BYGJAASY2Bg2MyILAhiwyQYGBh8USSRJUCmwSXRJUCmgCWxSYAlcUnAJP+DLMfmYgDBlSf9M5W9VgAAAABJRU5ErkJggg==") repeat;
      border-color: #2c8eca; }
    .practiceAreas li a {
      padding: 0 25px;
      display: table-cell;
      vertical-align: middle;
      color: #2b2b2b;
      letter-spacing: 1.5px;
      text-decoration: none; }

.practiceAreaContainer {
  text-align: center;
  border: 20px solid #003366;
  padding-top: 75px;
  padding-bottom: 75px; }
  .practiceAreaContainer.singlePractice h2 {
    margin-bottom: 60px; }
  .practiceAreaContainer h2 {
    margin: 0;
    margin-bottom: 15px;
    color: #003366;
    font-family: 'Sorts Mill Goudy', serif; }
    @media (max-width: 767px) {
      .practiceAreaContainer h2 {
        padding: 0 20px; } }

section#teamPage {
  line-height: 1; }
  section#teamPage .teamContainer, section#teamPage .teamContainer2 {
    padding: 50px 0;
    max-width: 980px;
    margin: 0 auto;
    overflow: auto; }
    @media (max-width: 767px) {
      section#teamPage .teamContainer, section#teamPage .teamContainer2 {
        padding: 50px 20px; } }
    section#teamPage .teamContainer .teamCol, section#teamPage .teamContainer2 .teamCol {
      margin-bottom: 60px;
      float: left;
      width: 33%;
      text-align: center; }
      @media (max-width: 767px) {
        section#teamPage .teamContainer .teamCol, section#teamPage .teamContainer2 .teamCol {
          width: 50%; } }
      @media (max-width: 440px) {
        section#teamPage .teamContainer .teamCol, section#teamPage .teamContainer2 .teamCol {
          width: 100%; } }
      section#teamPage .teamContainer .teamCol img, section#teamPage .teamContainer2 .teamCol img {
        width: 90%;
        margin: 0 auto;
        display: block; }
      section#teamPage .teamContainer .teamCol p, section#teamPage .teamContainer2 .teamCol p {
        width: 90%;
        line-height: 1.25;
        margin: 0 auto;
        padding: 35px 0px;
        font-size: 29px;
        font-family: 'Sorts Mill Goudy', serif;
        color: #0f4d72;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAQElEQVQIW2N89+6dj5CQ0BYGJAASY2Bg2MyILAhiwyQYGBh8USSRJUCmwSXRJUCmgCWxSYAlcUnAJP+DLMfmYgDBlSf9M5W9VgAAAABJRU5ErkJggg==") repeat; }
        section#teamPage .teamContainer .teamCol p a, section#teamPage .teamContainer2 .teamCol p a {
          color: #0f4d72; }

.alerts {
  background: white;
  /* padding-left: 110px; */
  border: 10px solid #003366;
  /* border-left: 0px; */
  border-bottom: 0px;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding: 35px;
  /* margin-bottom: 20px; */
  width: 30%;
  /* width: 255px; */ }
  .alerts h3 {
    color: #2c8eca;
    font-size: 25px;
    text-transform: uppercase;
    font-family: "SourceSansPro-Bold";
    margin: 0;
    letter-spacing: 2px; }
  .alerts p {
    color: #636363;
    font-size: 16px;
    font-family: "SourceSansPro-Light"; }
  .alerts a {
    color: #2c8eca;
    text-transform: uppercase;
    font-family: "SourceSansPro-Bold";
    font-size: 14px;
    text-decoration: none; }
  @media (max-width: 1020px) {
    .alerts {
      width: 200px; } }
  @media (max-width: 767px) {
    .alerts {
      position: relative;
      margin-top: 0px;
      width: 75%;
      padding-left: 20px;
      border: 10px solid #003366;
      margin-top: 40px; } }

@media (max-width: 1020px) {
  .page-template-page-news .blue-header {
    padding-bottom: 0px; } }

.blue-header {
  background: #0f4e74;
  overflow: auto;
  line-height: 1; }
  @media (max-width: 1020px) {
    .blue-header {
      padding: 20px 0px; } }
  .blue-header .blue-header-row {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAR0lEQVQYV2Pkck+T/LZz1nMGNAASZ/jPLMWILgHiwyQZGP8+w1CALAkyGUUBuiTINLgCbJJwBbgkwQrwSUIUuGUag1yLy6sA4/szlQAmmYYAAAAASUVORK5CYII=") repeat;
    overflow: auto; }
    @media (max-width: 767px) {
      .blue-header .blue-header-row {
        width: 100%; }
        .blue-header .blue-header-row h1 {
          text-align: left; } }
    .blue-header .blue-header-row .pageDescript {
      font-size: 22px;
      color: #d7d7d7;
      font-family: "GoudyStM-Italic";
      line-height: 1.64; }
      .blue-header .blue-header-row .pageDescript p {
        font-size: 22px;
        color: #d7d7d7;
        font-family: "GoudyStM-Italic";
        line-height: 1.33; }
      @media (max-width: 767px) {
        .blue-header .blue-header-row .pageDescript {
          margin-top: 30px; } }
      .blue-header .blue-header-row .pageDescript a {
        color: white;
        text-decoration: underline; }
    .blue-header .blue-header-row .blue-header-title {
      border-left: 13px solid #2c8eca;
      padding-left: 26px;
      padding-top: 15px;
      padding-bottom: 15px;
      color: white; }
      .blue-header .blue-header-row .blue-header-title .title {
        margin-bottom: 12px;
        font-size: 39px;
        font-family: "SourceSansPro-Bold";
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .blue-header .blue-header-row .blue-header-title .title {
            font-size: 30px; } }
      @media (max-width: 767px) {
        .blue-header .blue-header-row .blue-header-title .tag h1 {
          font-size: 30px; } }

.teamFilter {
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-top: 25px;
  font-family: "GoudyStM-Italic";
  color: #003366;
  font-size: 14.55px; }
  .teamFilter .icon {
    transition: transform 0.5s;
    margin-right: -10px;
    outline: none;
    border: 0px; }
  .teamFilter .icon.rotate {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    outline: none;
    border: 0px;
    font-style: normal;
    text-decoration: none; }
  .teamFilter .icon2.rotate {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    outline: none;
    border: 0px;
    font-style: normal;
    text-decoration: none; }
  .teamFilter .trigger, .teamFilter .trigger-2 {
    margin-left: 20px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    letter-spacing: 1.5px;
    width: 250px;
    padding: 20px 30px;
    font-family: "SourceSansPro-Bold";
    color: #2c8eca;
    font-size: 14.55px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAQElEQVQIW2N89+6dj5CQ0BYGJAASY2Bg2MyILAhiwyQYGBh8USSRJUCmwSXRJUCmgCWxSYAlcUnAJP+DLMfmYgDBlSf9M5W9VgAAAABJRU5ErkJggg==") repeat; }
    @media (max-width: 767px) {
      .teamFilter .trigger, .teamFilter .trigger-2{
        display: block;
        margin: 0 auto;
        margin-top: 20px; } }

.filterHidden, .filterHidden2 {
  position: absolute;
  z-index: 1;
  display: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 50%;
  bottom: 0;
  padding: 0px;
  margin: 0;
  top: 100%;
  background: white;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAQElEQVQIW2N89+6dj5CQ0BYGJAASY2Bg2MyILAhiwyQYGBh8USSRJUCmwSXRJUCmgCWxSYAlcUnAJP+DLMfmYgDBlSf9M5W9VgAAAABJRU5ErkJggg==") repeat; }
  .filterHidden ul, .filterHidden2 ul {
    padding: 0px;
    margin: 0px;
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(252, 255, 255, 0.9)), url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAQElEQVQIW2N89+6dj5CQ0BYGJAASY2Bg2MyILAhiwyQYGBh8USSRJUCmwSXRJUCmgCWxSYAlcUnAJP+DLMfmYgDBlSf9M5W9VgAAAABJRU5ErkJggg==") repeat; }
  .filterHidden li, .filterHidden2 li {
    font-family: "SourceSansPro-Bold";
    width: 290px;
    padding: 10px;
    font-size: 14.55px;
    text-transform: uppercase;
    color: #2c8eca;
    cursor: pointer;
    display: block; }
    .filterHidden li:hover {
      background: linear-gradient(rgba(51, 153, 204, 0.5), rgba(51, 153, 204, 0.5)); }
  .filterHidden a, .filterHidden2 a {
    cursor: pointer; }

.ie9 .filterHidden, .ie9 .filterHidden2 {
  background: white; }
  .ie9 .filterHidden ul {
    background: white; }

.circleNumber + p {
  letter-spacing: 1px;
  color: #dedede;
  line-height: 1.2;
  font-size: 25px;
  font-family: "GoudyStM-Italic";
  margin-top: 15px;
  margin-bottom: 50px;
  text-align: center; }
  @media (max-width: 1020px) {
    .circleNumber + p {
      color: #414141; } }
  @media (max-width: 767px) {
    .circleNumber + p {
      padding: 0 20px; } }

.circleNumber {
  text-align: center;
  color: white;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50%;
  vertical-align: middle;
  background: #2c8eca;
  display: table; }
  .circleNumber p {
    font-size: 24px;
    display: table-cell;
    vertical-align: middle;
    font-family: "SourceSansPro-Bold"; }

section#aboutHeader {
  position: relative;
  text-align: center; }
  @media (max-width: 767px) {
    section#aboutHeader {
      margin-bottom: 20px; } }
  section#aboutHeader .aboutHeader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center; }
    section#aboutHeader .aboutHeader h5 {
      color: #2c8eca;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
      @media (max-width: 767px) {
        section#aboutHeader .aboutHeader h5 {
          margin-top: 0px;
          margin-bottom: 10px; } }
    @media (max-width: 767px) {
      section#aboutHeader .aboutHeader {
        width: 100%; } }
    section#aboutHeader .aboutHeader h1 {
      color: white;
      max-width: 750px;
      margin: 0 auto;
      font-family: 'Sorts Mill Goudy', serif;
      margin-bottom: 30px; }
      @media (max-width: 1200px) {
        section#aboutHeader .aboutHeader h1 {
          max-width: 2000px;
          font-size: 50px; } }
      @media (max-width: 1020px) {
        section#aboutHeader .aboutHeader h1 {
          max-width: 600px; } }
      @media (max-width: 767px) {
        section#aboutHeader .aboutHeader h1 {
          font-size: 38px;
          padding: 0 20px; } }

section#bioContainer h5 {
  font-family: "SourceSansPro-Bold";
  font-size: 15px;
  color: #003366;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 10px;
  letter-spacing: 1.5px; }

section#bioContainer .bioSidebar {
  float: left;
  width: 50%; }
  @media (max-width: 767px) {
    section#bioContainer .bioSidebar ul:not(.practiceAreas) {
      padding-left: 20px; } }
  section#bioContainer .bioSidebar ul:not(.practiceAreas) li {
    color: #636363;
    font-family: "GoudyStM-Italic";
    width: 65%;
    font-size: 14.55px;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      section#bioContainer .bioSidebar ul:not(.practiceAreas) li {
        width: 80%; } }
  @media (max-width: 767px) {
    section#bioContainer .bioSidebar {
      width: 100%;
      padding: 0px; } }
  section#bioContainer .bioSidebar p {
    color: #636363;
    font-family: "GoudyStM-Italic";
    width: 65%;
    font-size: 14.55px; }
    @media (max-width: 767px) {
      section#bioContainer .bioSidebar p {
        width: 100%; } }
  section#bioContainer .bioSidebar img {
    margin-left: 15px; }
    @media (max-width: 1020px) {
      section#bioContainer .bioSidebar img {
        margin: 0;
        max-width: 100%;
        padding: 5px; } }
    @media (max-width: 767px) {
      section#bioContainer .bioSidebar img {
        margin-left: 0px;
        margin-bottom: 15px; } }

section#bioContainer .practiceAreas {
  margin-top: 40px;
  padding-left: 0px; }
  section#bioContainer .practiceAreas .practiceCol {
    width: 70%; }
    @media (max-width: 767px) {
      section#bioContainer .practiceAreas .practiceCol {
        width: 100%; } }
  section#bioContainer .practiceAreas li {
    margin-left: 0px; }

section#bioContainer .container {
  padding: 75px 0;
  max-width: 960px;
  margin: 0 auto;
  overflow: auto; }
  @media (max-width: 1020px) {
    section#bioContainer .container {
      max-width: 700px; } }
  @media (max-width: 767px) {
    section#bioContainer .container {
      padding: 75px 40px; } }

section#bioContainer .bioMain {
  float: left;
  width: 50%; }
  section#bioContainer .bioMain #bioResource,
  section#bioContainer .bioMain #bioNews {
    margin-bottom: 30px; }
    section#bioContainer .bioMain #bioResource h5,
    section#bioContainer .bioMain #bioNews h5 {
      margin: 0px; }
    section#bioContainer .bioMain #bioResource h3,
    section#bioContainer .bioMain #bioNews h3 {
      margin-bottom: 7px;
      font-size: 29px;
      color: #003366;
      font-family: 'Sorts Mill Goudy', serif;
      font-weight: normal;
      margin: 0;
      margin-bottom: 10px;
      padding-top: 5px; }
    section#bioContainer .bioMain #bioResource .moretag,
    section#bioContainer .bioMain #bioNews .moretag {
      color: #2c8eca;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      margin-top: 7px;
      font-family: "SourceSansPro-Bold";
      display: block;
      font-size: 14px; }
    section#bioContainer .bioMain #bioResource .content,
    section#bioContainer .bioMain #bioNews .content {
      font-size: 16px;
      font-family: "SourceSansPro-Light";
      color: #636363;
      line-height: 1.5; }
    section#bioContainer .bioMain #bioResource .leftBorder,
    section#bioContainer .bioMain #bioNews .leftBorder {
      border-color: #003366;
      padding-bottom: 10px; }
  section#bioContainer .bioMain .bioTitle {
    color: #003366;
    text-transform: uppercase;
    font-family: "SourceSansPro-Bold";
    font-size: 15px;
    margin-bottom: 45px;
    margin-top: 10px;
    letter-spacing: 1.5px; }
  section#bioContainer .bioMain .shortbio {
    color: #414141;
    font-size: 24px;
    font-family: "GoudyStM-Italic";
    line-height: 1.33; }
  section#bioContainer .bioMain .longBio {
    line-height: 1.5;
    color: #636363;
    font-family: "SourceSansPro-Light";
    font-size: 16px;
    margin-left: -9px;
    padding-left: 9px;
    border-bottom: 1px solid #2c8eca;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 40px; }
    section#bioContainer .bioMain .longBio a {
      color: #2c8eca; }
  section#bioContainer .bioMain h1 {
    color: #003366;
    font-family: 'Sorts Mill Goudy', serif;
    line-height: 1; }
  @media (max-width: 767px) {
    section#bioContainer .bioMain {
      width: 100%; } }
  section#bioContainer .bioMain .contactBox {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: auto;
    color: #003366;
    margin-left: -9px;
    padding-left: 22px;
    border-top: 1px solid #2c8eca;
    border-bottom: 1px solid #2c8eca; }
    section#bioContainer .bioMain .contactBox .socialInfo {
      margin-top: 10px;
      margin-bottom: 40px; }
    section#bioContainer .bioMain .contactBox .icon-linkedin {
      margin-top: 5px;
      margin-right: 10px; }
    section#bioContainer .bioMain .contactBox .icon-linkedin:before {
      padding: 5px; }
    section#bioContainer .bioMain .contactBox .icon-vcard {
      background-image: url("../img/vcard.jpg");
      width: 24px;
      height: 17px;
      display: inline-block; }
    section#bioContainer .bioMain .contactBox h5 {
      margin-top: 0px; }
    section#bioContainer .bioMain .contactBox .icon-linkedin:before {
      color: white;
      text-decoration: none; }
    section#bioContainer .bioMain .contactBox .icon-linkedin {
      text-decoration: none; }
    section#bioContainer .bioMain .contactBox .contactCol {
      float: left;
      width: 50%;
      font-family: "GoudyStM-Italic";
      font-size: 14.55px;
      line-height: 1.8; }
      section#bioContainer .bioMain .contactBox .contactCol h5 {
        margin-bottom: 0px; }
      @media (max-width: 767px) {
        section#bioContainer .bioMain .contactBox .contactCol {
          padding: 10px;
          box-sizing: border-box; } }

.practiceHeaderDescipt,
.descriptMobile {
  color: #414141;
  font-family: "GoudyStM-Italic";
  font-size: 21px;
  border-top: 1px solid #2c8eca;
  border-bottom: 1px solid #2c8eca;
  padding: 45px 10px;
  text-align: left;
  line-height: 1.604;
  border: 0px;
  padding: 0px 40px; }

section#practiceHeader,
section#communityHeader {
  -webkit-box-shadow: 0px 5px 9px 0px #a6a6a6;
  -moz-box-shadow: 0px 5px 9px 0px #a6a6a6;
  box-shadow: 0px 5px 9px 0px #a6a6a6;
  position: relative; }
  section#practiceHeader .overlayContainer .twoColContent .container,
  section#communityHeader .overlayContainer .twoColContent .container {
    overflow: hidden; }
    @media (max-width: 1020px) {
      section#practiceHeader .overlayContainer .twoColContent .container p,
      section#communityHeader .overlayContainer .twoColContent .container p {
        font-size: 17px; } }
  section#practiceHeader h5,
  section#communityHeader h5 {
    text-align: left;
    text-transform: uppercase;
    color: #2c8eca; }
    @media (max-width: 767px) {
      section#practiceHeader h5,
      section#communityHeader h5 {
        text-align: center;
        margin-bottom: 10px; } }
  section#practiceHeader h1,
  section#communityHeader h1 {
    color: white;
    text-align: left;
    font-family: 'Sorts Mill Goudy', serif;
    width: 95%;
    line-height: 1; }
    @media (max-width: 767px) {
      section#practiceHeader h1,
      section#communityHeader h1 {
        text-align: center;
        padding: 0 20px;
        font-size: 30px;
        width: auto; } }
  section#practiceHeader p,
  section#communityHeader p {
    color: #d7d7d7;
    font-family: "GoudyStM-Italic";
    font-size: 21px;
    border-top: 1px solid #2c8eca;
    border-bottom: 1px solid #2c8eca;
    padding: 45px 10px;
    text-align: left;
    line-height: 1.604; }
    @media (max-width: 1020px) {
      section#practiceHeader p,
      section#communityHeader p {
        padding: 20px 10px; } }

section#ourPractices .contentHolder,
#aboutUs .contentHolder {
  max-width: 490px; }
  @media (max-width: 1020px) {
    section#ourPractices .contentHolder,
    #aboutUs .contentHolder {
      max-width: 350px; } }
  @media (max-width: 767px) {
    section#ourPractices .contentHolder,
    #aboutUs .contentHolder {
      max-width: 1000px;
      padding: 40px; } }

section#ourPractices .wideWrapper,
#aboutUs .wideWrapper {
  float: right; }

.twoColContent {
  width: 100%; }
  .twoColContent .container {
    max-width: 980px;
    margin: 0 auto;
    padding: 60px 0;
    overflow: auto; }
    @media (max-width: 1020px) {
      .twoColContent .container {
        max-width: 700px; } }
    @media (max-width: 767px) {
      .twoColContent .container {
        padding: 45px 40px; } }
  .twoColContent .fullCol {
    width: 100%;
    max-width: 980px;
    margin: 0 auto; }
  .twoColContent .halfCol {
    width: 50%;
    float: left;
    min-height: 115px;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      .twoColContent .halfCol {
        width: 100%;
        min-height: 0px; } }
    @media (max-width: 1020px) {
      .twoColContent .halfCol {
        padding: 10px;
        min-height: 0px; } }
  .twoColContent .clientCallOut {
    padding-right: 100px;
    border-top: 1px solid #2c8eca;
    margin-left: 20%;
    padding-left: 50px; }
    .twoColContent .clientCallOut h5 {
      text-transform: uppercase;
      letter-spacing: 1.5px; }
    .twoColContent .clientCallOut p {
      color: #414141;
      font-family: 'Sorts Mill Goudy', serif;
      font-size: 24px;
      margin: 0;
      line-height: 1.4; }
      .twoColContent .clientCallOut p strong {
        font-weight: normal;
        color: #003366; }
  .twoColContent#aboutUs, .twoColContent#ourPractices {
    position: relative; }
    .twoColContent#aboutUs .container, .twoColContent#ourPractices .container {
      max-width: 4000px; }
    .twoColContent#aboutUs .halfWrap, .twoColContent#ourPractices .halfWrap {
      max-width: 490px;
      float: right;
      width: 100%; }
      @media (max-width: 1020px) {
        .twoColContent#aboutUs .halfWrap, .twoColContent#ourPractices .halfWrap {
          max-width: 350px; } }
      @media (max-width: 767px) {
        .twoColContent#aboutUs .halfWrap, .twoColContent#ourPractices .halfWrap {
          max-width: 1000px; } }
    .twoColContent#aboutUs .wideWrapper, .twoColContent#ourPractices .wideWrapper {
      max-width: 600px; }
      @media (max-width: 1200px) {
        .twoColContent#aboutUs .wideWrapper, .twoColContent#ourPractices .wideWrapper {
          width: 100%; } }
      @media (max-width: 1020px) {
        .twoColContent#aboutUs .wideWrapper, .twoColContent#ourPractices .wideWrapper {
          max-width: 400px; } }
      @media (max-width: 767px) {
        .twoColContent#aboutUs .wideWrapper, .twoColContent#ourPractices .wideWrapper {
          max-width: 1000px; } }
    .twoColContent#aboutUs .downloadAlert, .twoColContent#ourPractices .downloadAlert {
      padding: 50px 30px;
      border: 10px solid #003366;
      /* padding-left: 110px; */
      /* border-left: 0px; */
      border-top: 0px;
      width: 58%;
      margin-top: -60px;
      /* margin-top: 50px; */
      padding-top: 80px;
      line-height: 1.3;
      margin-bottom: 50px; }
      .twoColContent#aboutUs .downloadAlert p, .twoColContent#ourPractices .downloadAlert p {
        font-size: 16px;
        font-family: "SourceSansPro-Light";
        color: #636363; }
      .twoColContent#aboutUs .downloadAlert a, .twoColContent#ourPractices .downloadAlert a {
        text-decoration: none;
        color: #2c8eca;
        text-transform: uppercase;
        font-family: "SourceSansPro-Bold";
        font-size: 14px; }
      @media (max-width: 767px) {
        .twoColContent#aboutUs .downloadAlert, .twoColContent#ourPractices .downloadAlert {
          border: 5px solid #003366;
          margin: 0 auto;
          margin-top: 40px;
          padding-left: 20px; } }
      @media (max-width: 1200px) {
        .twoColContent#aboutUs .downloadAlert, .twoColContent#ourPractices .downloadAlert {
          padding-left: 10%; } }
      @media (max-width: 1020px) {
        .twoColContent#aboutUs .downloadAlert, .twoColContent#ourPractices .downloadAlert {
          width: 60%; } }
      @media (max-width: 767px) {
        .twoColContent#aboutUs .downloadAlert, .twoColContent#ourPractices .downloadAlert {
          width: 70%;
          padding-left: 20px;
          margin-bottom: 30px;
          margin-bottom: 30px;
          margin-top: 0px;
          padding: 40px; } }
      .twoColContent#aboutUs .downloadAlert h3, .twoColContent#ourPractices .downloadAlert h3 {
        margin-top: 0px;
        color: #2c8eca;
        font-size: 25px;
        text-transform: uppercase;
        font-family: "SourceSansPro-Bold";
        letter-spacing: 2px; }
    .twoColContent#aboutUs .fullCol .downloadAlert, .twoColContent#ourPractices .fullCol .downloadAlert {
      width: 25%;
      float: left;
      margin-right: 100px; }
      @media (max-width: 1020px) {
        .twoColContent#aboutUs .fullCol .downloadAlert, .twoColContent#ourPractices .fullCol .downloadAlert {
          width: 60%;
          margin: 0 auto;
          float: none;
          display: block;
          border: 5px solid #003366; } }
    .twoColContent#aboutUs #load-more, .twoColContent#ourPractices #load-more {
      position: absolute;
      /* width: 100%; */
      position: absolute;
      left: 50%;
      /* top: 50%; */
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      /* IE 9 */
      -webkit-transform: translate(-50%, -50%);
      /* Chrome, Safari, Opera */
      bottom: -110px;
      text-align: center;
      z-index: 200000; }
    .twoColContent#aboutUs .imageWrapper, .twoColContent#ourPractices .imageWrapper {
      padding-right: 50px; }
      @media (max-width: 767px) {
        .twoColContent#aboutUs .imageWrapper, .twoColContent#ourPractices .imageWrapper {
          padding: 0px; } }
    .twoColContent#aboutUs img, .twoColContent#ourPractices img {
      margin-top: 0px;
      width: 100%; }
    .twoColContent#aboutUs .container:first-of-type, .twoColContent#ourPractices .container:first-of-type {
      padding-bottom: 40px; }
    .twoColContent#aboutUs .container:last-of-type, .twoColContent#ourPractices .container:last-of-type {
      padding-top: 40px; }
    .twoColContent#aboutUs .container, .twoColContent#ourPractices .container {
      padding-left: 0px;
      padding-right: 0px; }
      .twoColContent#aboutUs .container .callout, .twoColContent#ourPractices .container .callout {
        width: 75%;
        border-top: 1px solid #2c8eca;
        border-bottom: 1px solid #2c8eca;
        padding: 35px 0px; }
        @media (max-width: 1020px) {
          .twoColContent#aboutUs .container .callout, .twoColContent#ourPractices .container .callout {
            width: 90%; } }
        .twoColContent#aboutUs .container .callout p, .twoColContent#ourPractices .container .callout p {
          margin: 0;
          line-height: 1.463;
          color: #414141;
          font-size: 22px;
          font-family: "GoudyStM-Italic"; }
        .twoColContent#aboutUs .container .callout ul, .twoColContent#ourPractices .container .callout ul {
          padding-left: 20px; }
          @media (max-width: 767px) {
            .twoColContent#aboutUs .container .callout ul, .twoColContent#ourPractices .container .callout ul {
              padding-left: 40px; } }
        .twoColContent#aboutUs .container .callout li, .twoColContent#ourPractices .container .callout li {
          font-family: "SourceSansPro-Light";
          font-size: 16px;
          line-height: 1.5;
          color: #414141;
          margin-bottom: 5px; }
        @media (max-width: 767px) {
          .twoColContent#aboutUs .container .callout, .twoColContent#ourPractices .container .callout {
            border: 0px;
            width: 100%;
            margin-left: 0px;
            padding: 0px; }
            .twoColContent#aboutUs .container .callout p, .twoColContent#ourPractices .container .callout p {
              color: black;
              padding-left: 20px;
              padding-right: 20px; } }
      @media (max-width: 767px) {
        .twoColContent#aboutUs .container .contentHolder, .twoColContent#ourPractices .container .contentHolder {
          padding-right: 0px;
          padding: 40px; } }
      .twoColContent#aboutUs .container .contentHolder a, .twoColContent#ourPractices .container .contentHolder a {
        font-family: "SourceSansPro-Bold";
        color: #2c8eca;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase; }
      .twoColContent#aboutUs .container .contentHolder p:first-of-type, .twoColContent#ourPractices .container .contentHolder p:first-of-type {
        margin-top: 0px; }
      .twoColContent#aboutUs .container .contentHolder .firstPara, .twoColContent#ourPractices .container .contentHolder .firstPara {
        margin-bottom: 15px; }
        .twoColContent#aboutUs .container .contentHolder .firstPara p, .twoColContent#ourPractices .container .contentHolder .firstPara p {
          font-size: 24px;
          font-family: "GoudyStM-Italic";
          color: #999999;
          line-height: 1.417; }
      .twoColContent#aboutUs .container .contentHolder p, .twoColContent#ourPractices .container .contentHolder p {
        font-family: "SourceSansPro-Light";
        font-size: 16px;
        line-height: 1.5;
        color: #414141; }
      .twoColContent#aboutUs .container .contentHolder ul, .twoColContent#ourPractices .container .contentHolder ul {
        padding-left: 20px; }
      .twoColContent#aboutUs .container .contentHolder li, .twoColContent#ourPractices .container .contentHolder li {
        font-family: "SourceSansPro-Light";
        font-size: 16px;
        line-height: 1.5;
        color: #414141;
        margin-bottom: 5px; }
      .twoColContent#aboutUs .container .fullCol .contentHolder, .twoColContent#ourPractices .container .fullCol .contentHolder {
        max-width: 900px;
        margin: 0 auto; }

section#yourTeam {
  background: #0f4e74; }
  section#yourTeam .viewTeam {
    color: #2c8eca;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    text-align: center;
    font-family: "SourceSansPro-Bold";
    padding-top: 60px;
    padding-bottom: 60px; }
  section#yourTeam .leftBorder {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px; }
  section#yourTeam .dashedBackground {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAUUlEQVQYV3WOSwrAIBBDE3St9xLsVbqwx6+k2A9SdWb7XjJhzEUgMZ0E1ROM2yETOr8QvqTzaM3/hgG25i4sYBcM+Ai56F77/hwHM6RdFoSECwQ6MXsiN+fIAAAAAElFTkSuQmCC") repeat; }
  section#yourTeam .container {
    padding-bottom: 0px;
    padding-top: 140px; }
    @media (max-width: 767px) {
      section#yourTeam .container {
        padding-top: 50px; } }
    section#yourTeam .container:last-of-type {
      padding-top: 50px; }
  section#yourTeam h1 {
    color: white;
    margin-top: 10px; }
  section#yourTeam h2 {
    letter-spacing: 3.5px;
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    font-family: "SourceSansPro-Bold";
    margin: 0; }
  section#yourTeam p {
    color: #d7d7d7;
    font-family: "GoudyStM-Italic";
    line-height: 1.45;
    font-size: 22px; }
  section#yourTeam .teamCol {
    text-align: center;
    width: 20%;
    float: left; }
    section#yourTeam .teamCol a {
      padding: 10px;
      display: block;
      text-decoration: none; }
    section#yourTeam .teamCol img {
      width: 100%; }
    section#yourTeam .teamCol p {
      line-height: 1.1;
      margin: 0px;
      padding: 20px 0px;
      font-size: 16px;
      font-family: 'Sorts Mill Goudy', serif;
      color: #0f4d72;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAV0lEQVQYV2Ocvn7/f3Z2NgZ08OfPX4bPXz4xMM7bdvQ/LkleHj5MBTCdIEkWFmZUBeiSIJPhVmCThCvAJQlWMGvTof8g18LsRHcwY++yLf9xSf78+YsBAJz2QnhhxkzhAAAAAElFTkSuQmCC) repeat; }
    @media (max-width: 1020px) {
      section#yourTeam .teamCol {
        width: 25%; } }
    @media (max-width: 767px) {
      section#yourTeam .teamCol {
        width: 33%; } }
    @media (max-width: 440px) {
      section#yourTeam .teamCol {
        width: 50%; } }

section#practiceLanding {
  padding-bottom: 85px; }
  section#practiceLanding .container {
    padding-bottom: 0px; }
  section#practiceLanding .callout {
    border-top: 1px solid #2c8eca;
    border-bottom: 1px solid #2c8eca;
    margin-left: 2%;
    width: 48%; }
    @media (max-width: 767px) {
      section#practiceLanding .callout {
        width: 100%;
        border: 0px;
        margin-left: 0px; } }
    section#practiceLanding .callout p {
      line-height: 1.417;
      margin: 0;
      color: #414141;
      font-size: 24px;
      font-family: "GoudyStM-Italic";
      padding: 45px 0px; }
      section#practiceLanding .callout p strong {
        color: #003366;
        font-family: 'Sorts Mill Goudy', serif; }
  section#practiceLanding h1 {
    font-family: 'Sorts Mill Goudy', serif;
    color: #003366;
    width: 90%; }
  section#practiceLanding .content {
    margin-bottom: 40px; }
    section#practiceLanding .content p {
      line-height: 1.463;
      color: #414141;
      font-size: 21px;
      font-family: "GoudyStM-Italic";
      margin-right: 50px; }
  section#practiceLanding .leftBorder .title {
    font-family: "SourceSansPro-Bold";
    color: #003366;
    font-size: 15px; }
  section#practiceLanding .leftBorder .tag {
    font-family: "SourceSansPro-Bold";
    color: #003366;
    font-size: 15px; }
  section#practiceLanding .valueAssets .halfCol {
    float: none;
    display: inline-block;
    vertical-align: top; }

section#practiceLandingHeader {
  position: relative; }
  section#practiceLandingHeader .splash2 {
    max-height: 1000px; }
  section#practiceLandingHeader h1 {
    color: white;
    font-family: 'Sorts Mill Goudy', serif;
    margin: 0;
    margin-bottom: 15px; }
    @media (max-width: 1400px) {
      section#practiceLandingHeader h1 {
        font-size: 48px; } }
    @media (max-width: 767px) {
      section#practiceLandingHeader h1 {
        margin-bottom: 0px;
        font-size: 38px; } }
  section#practiceLandingHeader p {
    color: #dedede;
    line-height: 1.36;
    font-size: 25px;
    font-family: "GoudyStM-Italic";
    max-width: 500px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 50px;
    padding: 0px 20px; }
    @media (max-width: 767px) {
      section#practiceLandingHeader p {
        margin-top: 0px;
        font-size: 20px;
        margin-bottom: 0px; } }
  section#practiceLandingHeader .practiceAreas li {
    margin-bottom: 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAUklEQVQYV2OctGjDfzY2NgZ08OvXL4Y/f34zMM5Yse0/LkkWFlZMBTCdIEmQySgmoEuCTIYrwCYJV4BLEqwA5AuQa2F2ojuYsW/e6v+4JEEmAwAJmkFueL3lgwAAAABJRU5ErkJggg==) repeat; }
    section#practiceLandingHeader .practiceAreas li:hover {
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAUUlEQVQYV2MMmrT7Pys7FwM6+P3zG8P/f/8YGMNnHv2PTRImhqEArpOJiQFkMooCdEmQKXAF2CThCnBJghWAfAF2LdROdAczBk7Y+R+XJMhkAHZ1PGKZyaD9AAAAAElFTkSuQmCC) repeat; }
    section#practiceLandingHeader .practiceAreas li a {
      color: #2b2b2b; }
  @media (max-width: 1400px) {
    section#practiceLandingHeader p {
      display: none; }
    section#practiceLandingHeader li {
      height: 50px; } }

section#contactUsCallout {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  section#contactUsCallout p {
    color: #e1e1e1;
    font-family: "GoudyStM-Italic";
    font-size: 24px; }
  section#contactUsCallout a.button {
    margin-top: 0px; }
  section#contactUsCallout img {
    width: 100%;
    visibility: hidden; }
  @media (max-width: 767px) {
    section#contactUsCallout {
      height: 200px; }
      section#contactUsCallout .overlayContainer {
        width: 80%; } }

section#clientFeedback {
  background: #0f4e74;
  text-align: center; }
  section#clientFeedback .container {
    margin: 0 auto;
    padding: 80px 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAUUlEQVQYV3WOSwrAIBBDE3St9xLsVbqwx6+k2A9SdWb7XjJhzEUgMZ0E1ROM2yETOr8QvqTzaM3/hgG25i4sYBcM+Ai56F77/hwHM6RdFoSECwQ6MXsiN+fIAAAAAElFTkSuQmCC") repeat; }
    @media (max-width: 767px) {
      section#clientFeedback .container {
        padding: 40px 20px; } }
  section#clientFeedback p {
    color: #e1e1e1;
    font-family: "GoudyStM-Italic";
    font-size: 24px;
    line-height: 1.75;
    max-width: 700px;
    margin: 0 auto; }
    section#clientFeedback p a {
      color: white;
      text-transform: uppercase;
      font-family: "SourceSansPro-Bold";
      font-size: 16.5px;
      letter-spacing: 1px; }

.alm-listing {
  margin-bottom: 60px; }

.alm-listing,
section#downloadReveal {
  overflow: auto;
  padding: 0 0;
  max-width: 1120px;
  margin: 0 auto !important; 
  margin-bottom: 60px !important;}
  @media (max-width: 1020px) {
    .alm-listing,
    section#downloadReveal {
      max-width: 700px; } }
  @media (max-width: 767px) {
    .alm-listing,
    section#downloadReveal {
      padding: 0 20px; } }
  .alm-listing .icon,
  section#downloadReveal .icon {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 20px;
    padding: 10px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid white; }
  .alm-listing li,
  section#downloadReveal li {
    display: block;
    width: 33.33%;
    float: left;
    margin-bottom: 30px; }
    @media (max-width: 1020px) {
      .alm-listing li,
      section#downloadReveal li {
        width: 50%; } }
    @media (max-width: 767px) {
      .alm-listing li,
      section#downloadReveal li {
        width: 100%; } }

section#downloadReveal {
  padding: 40px; }
  section#downloadReveal li .featuredContent {
    padding: 30px; }
    section#downloadReveal li .featuredContent h3 {
      margin: 0; }
    section#downloadReveal li .featuredContent p {
      margin-top: 0px; }

section#newsReveal, #resourceReveal {
  padding-top: 40px; }
  section#newsReveal .alm-btn-wrap, #resourceReveal .alm-btn-wrap {
    position: absolute;
    text-align: center;
    padding: 0px;
    overflow: hidden;
    display: block;
    width: 100%; }
  section#newsReveal .alm-load-more-btn, #resourceReveal .alm-load-more-btn {
    cursor: pointer;
    transition: opacity 1s;
    outline: none;
    padding-top: 15px;
    font-family: "SourceSansPro-Bold";
    font-size: 14px;
    text-transform: uppercase;
    background: white;
    color: #2c8eca;
    width: 140px;
    border-radius: 50%;
    /* border-bottom-left-radius: 50%; */
    /* border-bottom-right-radius: 50%; */
    height: 140px;
    bottom: 70px;
    padding: 0px;
    background-image: url("../img/DownArrow.png");
    background-repeat: no-repeat;
    background-position: 50% 75%;
    padding-top: 15px; }
    section#newsReveal .alm-load-more-btn.done, #resourceReveal .alm-load-more-btn.done {
      opacity: 0; }
    section#newsReveal .alm-load-more-btn:active, #resourceReveal .alm-load-more-btn:active {
      outline: none; }
    section#newsReveal .alm-load-more-btn:after, #resourceReveal .alm-load-more-btn:after {
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 15;
      width: 100%;
      height: 50%;
      background: white;
      content: ""; }

#load-more {
  cursor: pointer;
  transition: opacity 1s;
  outline: none;
  padding-top: 15px;
  font-family: "SourceSansPro-Bold";
  font-size: 14px;
  text-transform: uppercase;
  background: white;
  color: #2c8eca;
  width: 140px;
  border-radius: 50%;
  /* border-bottom-left-radius: 50%; */
  /* border-bottom-right-radius: 50%; */
  height: 140px;
  bottom: 70px;
  padding: 0px;
  background-image: url("../img/DownArrow.png");
  background-repeat: no-repeat;
  background-position: 50% 75%;
  padding-top: 15px; }
  #load-more.done {
    opacity: 0; }
  #load-more:active {
    outline: none; }
  #load-more:after {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 15;
    width: 100%;
    height: 50%;
    background: white;
    content: ""; }

.newsFilter {
  -webkit-box-shadow: 0px 5px 9px 0px #f0f0f0;
  -moz-box-shadow: 0px 5px 9px 0px #f0f0f0;
  box-shadow: 0px 5px 9px 0px #f0f0f0;
  text-align: center;
  font-family: "GoudyStM-Italic";
  font-size: 14.55px;
  color: #003366;
  padding: 27px 0px; }
  @media (max-width: 767px) {
    .newsFilter {
      padding: 27px 0px; } }
  .newsFilter a {
    padding-left: 40px;
    font-family: "SourceSansPro-Bold";
    color: #2c8eca;
    font-size: 14.55px;
    text-transform: uppercase;
    text-decoration: none; }
    .newsFilter a.active {
      color: #003366; }
    @media (max-width: 767px) {
      .newsFilter a {
        padding-left: 20px;
        line-height: 2; } }

section#community .communityTitle {
  font-size: 24px;
  font-family: "GoudyStM-Italic";
  color: #414141;
  width: 100%; }

section#community .halfCol {
  box-sizing: border-box;
  padding: 20px; }
  @media (max-width: 767px) {
    section#community .halfCol {
      margin-bottom: 40px; } }

section#community a {
  font-family: "SourceSansPro-Bold";
  font-size: 15px;
  color: #2c8eca;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin-top: 5px; }

section#newsHeader {
  position: relative; }
  section#newsHeader .splash2 {
    max-height: 400px; }
  section#newsHeader h1 {
    color: white;
    font-family: "GoudyStM-Italic";
    text-align: left; }
    @media (max-width: 767px) {
      section#newsHeader h1 {
        padding: 0 20px;
        font-size: 20px; } }
  section#newsHeader h4 {
    text-align: left;
    color: #2c8eca;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "SourceSansPro-Bold"; }
    @media (max-width: 767px) {
      section#newsHeader h4 {
        padding: 0 20px; } }

section#newsPost {
  position: relative; }
  section#newsPost #load-more {
    position: absolute;
    /* width: 100%; */
    position: absolute;
    left: 50%;
    /* top: 50%; */
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    bottom: -110px;
    text-align: center;
    z-index: 200000; }
  section#newsPost img {
    margin-top: 25px; }
  section#newsPost .contentHolder {
    color: #636363;
    font-size: 16px;
    font-family: "SourceSansPro-Light";
    line-height: 1.5; }
    section#newsPost .contentHolder a {
      color: #2c8eca; }
  section#newsPost .callout {
    width: 80%;
    border-top: 1px solid #2c8eca;
    border-bottom: 1px solid #2c8eca;
    padding: 35px 0px; }
    @media (max-width: 1020px) {
      section#newsPost .callout {
        width: 80%; } }
    section#newsPost .callout h5 {
      text-transform: uppercase;
      margin-top: 0px; }
    section#newsPost .callout p {
      line-height: 1.5;
      color: #414141;
      font-size: 22px;
      font-family: "GoudyStM-Italic";
      margin-bottom: 0px; }

section#relatedArticles {
  background: #0f4e74; }
  section#relatedArticles .featuredRow {
    padding: 85px 0px;
    margin: 0 auto; }
    section#relatedArticles .featuredRow h5 {
      color: white;
      text-transform: uppercase;
      font-family: "SourceSansPro-Bold";
      font-size: 15px;
      letter-spacing: 1.5px;
      padding-left: 10px;
      margin-top: 0px; }
    @media (max-width: 1020px) {
      section#relatedArticles .featuredRow {
        padding: 40px 0;
        max-width: 700px;
        margin: 0 auto; } }
    @media (max-width: 767px) {
      section#relatedArticles .featuredRow {
        padding: 54px 20px; } }

section#resourceReveal {
  padding-top: 80px; }
  section#resourceReveal ul.alm-listing {
    margin-bottom: 60px; }

section#signUp,
section#inquiries {
  background-image: url("../img/formBackground.jpg");
  background-size: cover;
  padding: 120px 0px; }
  @media (max-width: 1020px) {
    section#signUp,
    section#inquiries {
      padding: 60px; } }
  @media (max-width: 767px) {
    section#signUp,
    section#inquiries {
      padding: 20px; } }
  section#signUp .signUpPanel,
  section#inquiries .signUpPanel {
    max-width: 780px;
    margin: 0 auto;
    padding: 70px 100px;
    border: 10px solid #003366;
    background: white;
    text-align: center; }
    section#signUp .signUpPanel h2,
    section#inquiries .signUpPanel h2 {
      color: #2c8eca;
      font-family: "SourceSansPro-Bold";
      text-transform: uppercase;
      font-size: 40px;
      letter-spacing: 4px;
      text-align: center;
      margin-bottom: 20px; }
    section#signUp .signUpPanel h1,
    section#inquiries .signUpPanel h1 {
      color: #003366;
      text-align: center;
      margin-bottom: 50px; }
    @media (max-width: 767px) {
      section#signUp .signUpPanel,
      section#inquiries .signUpPanel {
        padding: 20px; } }
  section#signUp .signUp_wrapper textarea,
  section#signUp .inquiry_wrapper textarea,
  section#inquiries .signUp_wrapper textarea,
  section#inquiries .inquiry_wrapper textarea {
    height: 400px; }
  section#signUp .signUp_wrapper .gfield_checkbox li,
  section#signUp .inquiry_wrapper .gfield_checkbox li,
  section#inquiries .signUp_wrapper .gfield_checkbox li,
  section#inquiries .inquiry_wrapper .gfield_checkbox li {
    float: left;
    width: 50%; }
    @media (max-width: 767px) {
      section#signUp .signUp_wrapper .gfield_checkbox li,
      section#signUp .inquiry_wrapper .gfield_checkbox li,
      section#inquiries .signUp_wrapper .gfield_checkbox li,
      section#inquiries .inquiry_wrapper .gfield_checkbox li {
        width: 100%; } }
  section#signUp .signUp_wrapper .gfield_checkbox label,
  section#signUp .inquiry_wrapper .gfield_checkbox label,
  section#inquiries .signUp_wrapper .gfield_checkbox label,
  section#inquiries .inquiry_wrapper .gfield_checkbox label {
    font-size: 18px;
    font-family: "GoudyStM-Italic";
    color: #636363; }
  section#signUp .signUp_wrapper .button,
  section#signUp .inquiry_wrapper .button,
  section#inquiries .signUp_wrapper .button,
  section#inquiries .inquiry_wrapper .button {
    -webkit-appearance: none;
    border-radius: 0px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border: 0px;
    font-size: 15px;
    cursor: pointer; }
  section#signUp .signUp_wrapper input[type="text"],
  section#signUp .signUp_wrapper input[type="email"],
  section#signUp .signUp_wrapper input[type="tel"],
  section#signUp .inquiry_wrapper input[type="text"],
  section#signUp .inquiry_wrapper input[type="email"],
  section#signUp .inquiry_wrapper input[type="tel"],
  section#inquiries .signUp_wrapper input[type="text"],
  section#inquiries .signUp_wrapper input[type="email"],
  section#inquiries .signUp_wrapper input[type="tel"],
  section#inquiries .inquiry_wrapper input[type="text"],
  section#inquiries .inquiry_wrapper input[type="email"],
  section#inquiries .inquiry_wrapper input[type="tel"] {
    font-family: "GoudyStM-Italic";
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAQElEQVQIW2N89+6dj5CQ0BYGJAASY2Bg2MyILAhiwyQYGBh8USSRJUCmwSXRJUCmgCWxSYAlcUnAJP+DLMfmYgDBlSf9M5W9VgAAAABJRU5ErkJggg==") repeat;
    font-size: 34px;
    border: 0px;
    width: 99%;
    padding-left: 10px;
    color: #003366; }
    @media (max-width: 767px) {
      section#signUp .signUp_wrapper input[type="text"],
      section#signUp .signUp_wrapper input[type="email"],
      section#signUp .signUp_wrapper input[type="tel"],
      section#signUp .inquiry_wrapper input[type="text"],
      section#signUp .inquiry_wrapper input[type="email"],
      section#signUp .inquiry_wrapper input[type="tel"],
      section#inquiries .signUp_wrapper input[type="text"],
      section#inquiries .signUp_wrapper input[type="email"],
      section#inquiries .signUp_wrapper input[type="tel"],
      section#inquiries .inquiry_wrapper input[type="text"],
      section#inquiries .inquiry_wrapper input[type="email"],
      section#inquiries .inquiry_wrapper input[type="tel"] {
        font-size: 20px; } }
  section#signUp .signUp_wrapper label.gfield_label,
  section#signUp .inquiry_wrapper label.gfield_label,
  section#inquiries .signUp_wrapper label.gfield_label,
  section#inquiries .inquiry_wrapper label.gfield_label {
    color: #2c8eca;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "SourceSansPro-Bold";
    margin-bottom: 0px; }
  section#signUp .signUp_wrapper .ginput_complex label,
  section#signUp .inquiry_wrapper .ginput_complex label,
  section#inquiries .signUp_wrapper .ginput_complex label,
  section#inquiries .inquiry_wrapper .ginput_complex label {
    display: none; }
  section#signUp .signUp_wrapper .ginput_complex input[type="text"],
  section#signUp .inquiry_wrapper .ginput_complex input[type="text"],
  section#inquiries .signUp_wrapper .ginput_complex input[type="text"],
  section#inquiries .inquiry_wrapper .ginput_complex input[type="text"] {
    width: 97.5%; }

section#inquiries {
  background: white;
  border: 20px solid #003366;
  padding: 120px 210px; }
  section#inquiries h2 {
    color: #2c8eca;
    font-family: "SourceSansPro-Bold";
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
    letter-spacing: 4px; }
  @media (max-width: 1020px) {
    section#inquiries {
      padding: 60px 40px; } }
  section#inquiries textarea {
    font-family: "GoudyStM-Italic";
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAQElEQVQIW2N89+6dj5CQ0BYGJAASY2Bg2MyILAhiwyQYGBh8USSRJUCmwSXRJUCmgCWxSYAlcUnAJP+DLMfmYgDBlSf9M5W9VgAAAABJRU5ErkJggg==") repeat;
    font-size: 34px;
    border: 0px;
    padding: 40px 20px;
    width: 99%; }
  @media (max-width: 767px) {
    section#inquiries {
      padding: 20px; }
      section#inquiries textarea {
        font-size: 20px; }
      section#inquiries input {
        font-size: 2px; } }

section#contactHeader,
.contactHeaderMobile {
  position: relative; }
  section#contactHeader h1,
  .contactHeaderMobile h1 {
    color: white;
    font-family: 'Sorts Mill Goudy', serif;
    text-align: left;
    margin-right: 110px;
    text-transform: none;
    margin-top: 25px; }
    @media (max-width: 1020px) {
      section#contactHeader h1,
      .contactHeaderMobile h1 {
        margin-right: 0px; } }
    @media (max-width: 1020px) {
      section#contactHeader h1,
      .contactHeaderMobile h1 {
        margin-top: 50px; } }
    @media (max-width: 767px) {
      section#contactHeader h1,
      .contactHeaderMobile h1 {
        margin: 0px;
        padding: 20px;
        font-size: 38px; } }
  section#contactHeader .leftBorder,
  .contactHeaderMobile .leftBorder {
    margin-bottom: 40px;
    padding-top: 25px;
    padding-left: 25px;
    padding-bottom: 5px; }
    section#contactHeader .leftBorder h1,
    .contactHeaderMobile .leftBorder h1 {
      font-family: GoudyStM-Italic;
      margin: 0;
      padding: 0px; }
      @media (max-width: 1020px) {
        section#contactHeader .leftBorder h1,
        .contactHeaderMobile .leftBorder h1 {
          font-size: 40px; } }
    section#contactHeader .leftBorder p,
    .contactHeaderMobile .leftBorder p {
      margin-bottom: 5px;
      color: #e4e8ea;
      font-size: 18px;
      line-height: 1.4;
      font-family: "SourceSansPro-Light";
      text-align: left;
      text-transform: capitalize; }
    section#contactHeader .leftBorder a,
    .contactHeaderMobile .leftBorder a {
      font-size: 18px;
      color: #2c8eca;
      text-transform: uppercase;
      font-family: "SourceSansPro-Bold"; }

.contactHeaderMobile {
  padding: 20px; }
  .contactHeaderMobile h1 {
    color: #003366; }
  .contactHeaderMobile .leftBorder p {
    color: #414141; }

section#searchLanding h1 {
  font-size: 30px;
  margin-bottom: 30px; }

section#searchLanding .leftBorder .title {
  color: #003366; }

section#searchLanding .content {
  line-height: 1.463;
  color: #414141;
  font-size: 21px;
  font-family: "GoudyStM-Italic";
  margin-right: 50px;
  margin-left: 25px;
  margin-top: -20px; }

.page-template-page-news .blue-header .container {
  padding-bottom: 0px; }

.gform_confirmation_message {
  text-align: center;
  font-family: "GoudyStM-Italic";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAQElE…YGBh8USSRJUCmwSXRJUCmgCWxSYAlcUnAJP+DLMfmYgDBlSf9M5W9VgAAAABJRU5ErkJggg==") repeat;
  font-size: 34px;
  border: 0px;
  width: 99%;
  padding-left: 10px; }

.gf_browser_ie.gform_wrapper .gform_footer input.button {
  padding: 16px 50px !important; }

.error404 .container input {
  background: transparent;
  width: 205px;
  height: 26px;
  border: 1px solid #d7d7d7; }

.error404 h3 {
  margin-top: 50px; }

.error404 .default .searchsubmit {
  background-image: url("../img/searchicon.svg");
  background-repeat: no-repeat;
  border: 0px;
  position: absolute;
  outline: none;
  cursor: pointer;
  margin-left: -25px;
  width: 17px;
  height: 18px;
  margin-top: 7px; }

.searchResult {
  margin-bottom: 60px; }
  .searchResult a.moretag {
    color: #2c8eca;
    text-transform: uppercase;
    font-family: "SourceSansPro-Bold";
    font-size: 16px; }

.navigation.pagination {
  text-align: center;
  padding-top: 20px; }
  .navigation.pagination .page-numbers {
    font-family: 'GoudyStM-Italic';
    font-size: 24px;
    color: #003366;
    padding: 0 5px; }
  .navigation.pagination .current {
    color: black;
    font-weight: 700; }
  .navigation.pagination .screen-reader-text {
    display: none; }
  .navigation.pagination .prev {
    padding-right: 50px; }
  .navigation.pagination .next {
    padding-left: 50px; }

.post-password-form {
  text-align: center;
  padding: 100px;
  font-size: 24px;
  line-height: 1; }

.gci-landing-teasers .frame .row .col-half a:hover, .gci-landing-teasers .frame .row .col-half a:focus {
  color: #003366 !important; }

.gci-landing-teasers .teaser-item .teaser-text a {
  color: #2c8eca; }
  .gci-landing-teasers .teaser-item .teaser-text a:hover, .gci-landing-teasers .teaser-item .teaser-text a:focus {
    color: #003366; }

section#whyWisler {
  -webkit-box-shadow: inset 0px 2px 5px 0px #142139;
  -moz-box-shadow: inset 0px 2px 5px 0px #142139;
  box-shadow: inset 0px 2px 5px 0px #142139;
  background: #0f4e74; }
  section#whyWisler ul.slick-dots {
    display: none !important; }
  section#whyWisler .dashedBackground {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAR0lEQVQYV2Pkck+T/LZz1nMGNAASZ/jPLMWILgHiwyQZGP8+w1CALAkyGUUBuiTINLgCbJJwBbgkwQrwSUIUuGUag1yLy6sA4/szlQAmmYYAAAAASUVORK5CYII=") repeat; }
  section#whyWisler .container {
    padding: 85px 0;
    max-width: 980px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      section#whyWisler .container {
        padding: 45px 20px; } }
    @media (max-width: 1020px) {
      section#whyWisler .container {
        max-width: 700px; } }
    section#whyWisler .container .content {
      color: #adacac;
      font-size: 22px;
      color: #adacac;
      font-family: "GoudyStM-Italic";
      line-height: 1.6; }
    section#whyWisler .container h4 {
      letter-spacing: 3.5px;
      font-size: 39px;
      margin: 0px;
      color: white;
      font-family: "SourceSansPro-Bold";
      margin-bottom: 25px;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        section#whyWisler .container h4 {
          font-size: 26px;
          text-align: center; } }
    section#whyWisler .container h1 {
      color: white;
      margin-bottom: 30px; }
    section#whyWisler .container ul {
      margin: 0;
      padding: 0 40px; }
      section#whyWisler .container ul .slick-arrow {
        background-size: contain;
        background-repeat: no-repeat; }
      section#whyWisler .container ul .slick-prev {
        left: 0px;
        background-image: url("img/arrow left.png"); }
      section#whyWisler .container ul .slick-next {
        right: 0px;
        background-image: url("img/arrow right.png"); }
      section#whyWisler .container ul .slick-arrow:before {
        content: ""; }
      section#whyWisler .container ul li {
        padding: 25px; }

section#homePracticeAreas .blurb {
  max-width: 780px;
  margin: 0 auto;
  font-size: 26px;
  padding: 0 120px;
  font-family: "GoudyStM-Italic";
  margin-bottom: 75px;
  line-height: 1.4; }
  @media (max-width: 767px) {
    section#homePracticeAreas .blurb {
      padding: 0 40px; } }

section#meetUsCallOut {
  position: relative; }
  section#meetUsCallOut .splash2 {
    min-height: 450px;
    max-height: 750px;
    background-position: 50%; }
    @media (max-width: 767px) {
      section#meetUsCallOut .splash2 {
        min-height: 600px; } }
  section#meetUsCallOut .meetUsContent {
    text-align: center; }
    @media (max-width: 767px) {
      section#meetUsCallOut .meetUsContent {
        width: 100%; } }
    section#meetUsCallOut .meetUsContent hr {
      border-color: #003366; }
    section#meetUsCallOut .meetUsContent h2 {
      font-family: 'Sorts Mill Goudy', serif;
      color: white;
      margin: 0;
      margin-bottom: 10px; }
    section#meetUsCallOut .meetUsContent p {
      color: #dedede;
      font-size: 25px;
      font-family: "GoudyStM-Italic";
      line-height: 1.36;
      padding: 0 100px;
      margin-bottom: 0px;
      max-width: 400px;
      margin: 0 auto; }
      @media (max-width: 767px) {
        section#meetUsCallOut .meetUsContent p {
          padding: 0 20px; } }
    @media (max-width: 767px) {
      section#meetUsCallOut .meetUsContent #svg-team-icon {
        width: 100%; } }

section#clientHomePage .borderPattern {
  height: 45px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAR0lEQVQYV2O8f//+f0VFRUYGNAAST0hIYMCQAKmDSS5YsABTAbIkyGQUE9AlQabBFWCThCvAJQlWgE8SrMDe3v4/yLW4vAoAb0w5/SsH2xwAAAAASUVORK5CYII=) repeat; }

section#clientHomePage h1 {
  width: 90%;
  color: #0f4e74;
  font-family: 'Sorts Mill Goudy', serif;
  line-height: 1.142; }

@media (max-width: 767px) {
  section#clientHomePage {
    width: 100%; } }

section#clientHomePage .clientContent {
  text-align: left;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #2c8eca;
  border-bottom: 1px solid #2c8eca; }
  section#clientHomePage .clientContent p {
    line-height: 1.417;
    color: #414141;
    font-size: 24px;
    font-family: "GoudyStM-Italic";
    margin: 0; }
    section#clientHomePage .clientContent p strong {
      color: #003366;
      font-family: 'Sorts Mill Goudy', serif; }
  @media (max-width: 767px) {
    section#clientHomePage .clientContent {
      border: 0px; } }

section#homeSplash {
  -webkit-box-shadow: inset 0px 2px 5px 0px #142139;
  -moz-box-shadow: inset 0px 2px 5px 0px #142139;
  box-shadow: inset 0px 2px 5px 0px #142139;
  position: relative;
  line-height: 1;
  text-align: left; }
  @media (max-width: 767px) {
    section#homeSplash .splashRow {
      padding: 0 20px; } }
  section#homeSplash .splashHeader {
    width: 48%;
    float: left; }
    @media (max-width: 767px) {
      section#homeSplash .splashHeader {
        width: 100%; } }
    section#homeSplash .splashHeader h1 {
      color: white;
      margin: 0;
      font-family: 'Sorts Mill Goudy', serif;
      line-height: 1.142;
      padding-right: 100px;
      text-align: left; }
      @media (max-width: 767px) {
        section#homeSplash .splashHeader h1 {
          padding-right: 0px;
          text-align: center; } }
  section#homeSplash .splashDescript {
    width: 48%;
    float: right;
    border-top: 1px solid #2c8eca;
    border-bottom: 1px solid #2c8eca;
    padding-top: 35px;
    padding-bottom: 30px;
    text-align: left; }
    @media (max-width: 767px) {
      section#homeSplash .splashDescript {
        width: 100%;
        display: none; } }
    section#homeSplash .splashDescript p {
      font-size: 24px;
      margin: 0;
      color: #adacac;
      font-family: "GoudyStM-Italic";
      line-height: 1.417; }
      @media (max-width: 1020px) {
        section#homeSplash .splashDescript p {
          font-size: 20px; } }
      section#homeSplash .splashDescript p strong {
        font-family: 'Sorts Mill Goudy', serif;
        color: white; }
        section#homeSplash .splashDescript p strong a {
          color: white;
          text-decoration: underline; }
      section#homeSplash .splashDescript p a {
        color: white; }

.splashDescript.mobile {
  text-align: center;
  line-height: 1;
  display: none;
  border-top: 0px solid #2c8eca;
  border-bottom: 0px solid #2c8eca;
  padding-top: 35px;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .splashDescript.mobile {
      display: block;
      margin: 00px 40px; } }
  .splashDescript.mobile .button {
    text-align: center; }
  .splashDescript.mobile p {
    font-size: 20px;
    text-align: center;
    margin: 0;
    color: #adacac;
    font-family: "GoudyStM-Italic";
    line-height: 1.417; }
    .splashDescript.mobile p strong {
      font-family: 'Sorts Mill Goudy', serif;
      color: black; }

@media (max-width: 767px) {
  #site {
    margin-top: 0px; }
  h1 {
    text-align: center; }
  .mobile .practiceAreas {
    margin-top: 30px; }
  #menu-utility-menu-1 {
    display: block; }
  .mobile {
    display: block; }
  .desktop {
    display: none; }
  #uMenu {
    display: none; }
  .main-nav {
    display: none;
    height: 200px;
    overflow: auto; }
  section#header {
    margin-bottom: 0px; }
    section#header header#mainHeader {
      padding-left: 20px;
      padding-right: 20px; }
    section#header #logo {
      padding-bottom: 10px; }
  section#header.affix #collapsedLogo {
    display: none; }
  section#header.affix #logo {
    display: block;
    opacity: 1; }
  section#header .main-nav {
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    padding-left: 0px;
    top: 0;
    left: 0;
    width: 100%;
    top: 100%;
    background: white;
    z-index: 1000;
    margin-top: 5px;
    border-bottom: 5px solid #2c8eca; }
    section#header .main-nav li.current-menu-item,
    section#header .main-nav li.current_page_ancestor {
      border: 0px;
      padding-bottom: 5px; }
    section#header .main-nav .sub-menu {
      display: none !important; }
    section#header .main-nav li {
      float: none;
      display: block;
      padding: 5px; }
      section#header .main-nav li a {
        font-size: 14.55px !important; }
      section#header .main-nav li:hover {
        border: 0px;
        padding-bottom: 5px; }
    section#header .main-nav ul {
      padding-left: 0px; }
  section#aboutUs.twoColContent .clientCallOut {
    border-bottom: 1px solid #003366;
    padding: 20px;
    margin: 0px;
    margin-left: 30px;
    margin-right: 30px; }
    section#aboutUs.twoColContent .clientCallOut h5 {
      margin-top: 0px; }
  section#aboutUs.twoColContent .container {
    padding-top: 0px; }
  section#aboutUs.twoColContent img {
    margin-top: 0px;
    max-width: 100%; }
  section#aboutUs.twoColContent .contentHolder {
    padding: 20px; } }

.twoColContent#ourPractices .container .contentHolder {
  padding: 20px; }

@media (max-width: 440px) {
  .main-nav {
    height: 250px; } }

@media (max-width: 1020px) {
  section#downloadReveal .featuredItem .featuredContent p {
    height: 100px; }
  section#downloadReveal .featuredItem .featuredContent p.entry-meta {
    height: auto; }
  section#resourceReveal .featuredItem .featuredContent p {
    height: 100px; }
  section#resourceReveal .featuredItem .featuredContent p.entry-meta {
    height: auto; }
  .featuredItem .featuredContent p {
    height: 120px; }
  .featuredItem .featuredContent p.entry-meta {
    height: auto; }
  .featuredItem .featuredContent .featuredTitle {
    height: 170px; }
  section#newsHeader .overlayContainer {
    max-width: 740px; }
  #uMenu {
    display: none; }
  .main-nav {
    display: none; }
  .wrapper {
    max-width: 700px; }
  .container {
    max-width: 800px; }
  section#aboutHeader {
    margin-bottom: 20px; }
  #site {
    margin-top: 90px; }
  section#header.affix {
    height: 90px; }
  section#header {
    transition: height 1s;
    position: fixed;
    height: 90px;
    background: white;
    margin-bottom: 90px;
    z-index: 20000;
    top: 0; }
    section#header .main-nav {
      padding-top: 5px;
      padding-bottom: 5px;
      position: absolute;
      padding-left: 0px;
      top: 0;
      left: 0;
      width: 100%;
      top: 100%;
      background: white;
      z-index: 1000;
      border-bottom: 5px solid #2c8eca;
      margin-top: 5px; }
      section#header .main-nav li.current-menu-item,
      section#header .main-nav li.current_page_ancestor {
        border: 0px;
        padding-bottom: 10px; }
      section#header .main-nav .sub-menu {
        display: none !important; }
      section#header .main-nav li {
        float: none;
        display: block;
        padding: 10px; }
        section#header .main-nav li:hover {
          border: 0px;
          padding-bottom: 10px; }
      section#header .main-nav ul {
        padding-left: 0px;
        max-width: 700px;
        margin: 0 auto; }
      section#header .main-nav .menu-main-menu-container {
        width: 100%; } }

@media (max-width: 767px) {
  section#header .main-nav {
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    padding-left: 0px;
    top: 0;
    left: 0;
    width: 100%;
    top: 100%;
    background: white;
    z-index: 1000;
    margin-top: 5px;
    border-bottom: 5px solid #2c8eca; }
    section#header .main-nav li.current-menu-item,
    section#header .main-nav li.current_page_ancestor {
      border: 0px;
      padding-bottom: 5px; }
    section#header .main-nav .sub-menu {
      display: none !important; }
    section#header .main-nav li {
      float: none;
      display: block;
      padding: 5px; }
      section#header .main-nav li a {
        font-size: 14.55px !important; }
      section#header .main-nav li:hover {
        border: 0px;
        padding-bottom: 5px; }
    section#header .main-nav ul {
      padding-left: 0px; } }
</pre></body></html>