body {
  font-family: aktiv-grotesk, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

h1 {
  margin-top: 40px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
}

h2 {
  margin-top: 40px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

p {
  margin-bottom: 18px;
}

a {
  color: #0c4e7b;
  text-decoration: none;
}

a:hover {
  color: #0077c8;
}

ul {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-left: 40px;
  line-height: 21px;
}

li {
  margin-bottom: 12px;
}

blockquote {
  margin-bottom: 22px;
  padding: 0px 40px 20px;
  border-left: 1px none #000;
  font-family: freight-text-pro, sans-serif;
  color: #0c4e7b;
  font-size: 18px;
  line-height: 44px;
  font-style: italic;
}

.header-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 5000;
}

.top-navigation-container {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-linear-gradient(0deg, #fff 59%, #fff 60%, #0077c8 0);
  background-image: linear-gradient(90deg, #fff 59%, #fff 60%, #0077c8 0);
}

.top-navigation-inner-container {
  overflow: hidden;
  background-color: #fff;
}

.top-sub-nav-item {
  padding: 16px;
  float: right;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #888;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}

.top-sub-nav-item:hover {
  color: #0077c8;
}

.top-sub-nav-item.w--current {
  background-color: transparent;
}

.top-sub-nav-item.tagline {
  margin-right: 32px;
  float: right;
}

.top-sub-nav-item.search-icn-wrapper {
  position: relative;
  right: -6px;
  height: 44px;
  padding: 14px 22px;
  background-color: #0077c8;
  -webkit-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.top-sub-nav-item.search-icn-wrapper.follow-nav {
  margin-left: 12px;
  padding-top: 15px;
  padding-left: 8px;
  background-color: #101820;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.top-sub-nav-item.follow {
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 6px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 2px 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 60px;
  background-color: #888;
  -webkit-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
  text-align: center;
}

.top-sub-nav-item.follow:hover {
  border-color: #00b8ff;
  background-color: #0077c8;
  color: #4bcdff;
}

.top-sub-nav-item.clear {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 44px;
  padding-top: 16px;
  padding-left: 41px;
  float: right;
}

.top-sub-nav-item.sub-drop {
  float: none;
  color: #fff;
  font-size: 13px;
  text-transform: lowercase;
}

.top-sub-nav-item.sub-drop:hover {
  color: #0077c8;
}

.top-sub-nav-item.sub-drop.w--current {
  background-color: transparent;
}

.black {
  display: block;
  color: #101820;
}

.bright-blue {
  color: #0077c8;
}

.search-icn {
  -webkit-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}

.search-icn.orig {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.navigation-container {
  border-bottom: 1px solid #d6d6d6;
  background-color: hsla(0, 0%, 96%, .9);
}

.logo-wrapper {
  display: block;
  width: 250px;
  height: 73px;
}

.nav-item {
  padding-top: 22px;
  padding-bottom: 22px;
  -webkit-transition: color 800ms ease;
  transition: color 800ms ease;
  color: #0077c8;
  font-size: 26px;
  line-height: 26px;
  font-weight: 300;
}

.nav-item:hover {
  color: #888;
}

.nav-item.last {
  display: inline-block;
  float: right;
}

.people-drop-section {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0px;
}

.services-drop-section {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.resources-drop-section {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.close-wrapper {
  position: relative;
  z-index: 500;
  width: 100%;
  height: 50px;
  background-color: #0c4e7b;
}

.close-icn {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 18px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-icn.sub {
  float: right;
}

.drop-nav-container {
  padding-top: 0px;
  padding-bottom: 40px;
}

.people-nav-col1 {
  width: 15%;
  padding-top: 10px;
  padding-right: 26px;
  float: left;
}

.people-nav-col2 {
  width: 85%;
  padding-left: 26px;
  float: left;
  border-left: 1px solid #0077c8;
}

.nav-title-h1 {
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
}

.nav-title-h1.right {
  text-align: right;
}

.nav-title-h1.rule-under {
  padding-bottom: 16px;
  border-bottom: 1px solid #0077c8;
}

.seachbar-drop-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  overflow: hidden;
  height: 0px;
  background-color: #101820;
  background-image: -webkit-linear-gradient(0deg, #101820 60%, #0077c8 0);
  background-image: linear-gradient(90deg, #101820 60%, #0077c8 0);
}

.seachbar-wrapper {
  overflow: hidden;
  height: 44px;
  background-color: #101820;
  color: #fff;
}

.search-close-icn {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}

.nav-search-wrapper {
  float: right;
  font-weight: 400;
}

.nav-search-input {
  display: block;
  width: 400px;
  padding-top: 12px;
  float: left;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #8f8f8f;
  background-color: transparent;
  color: #00b8ff;
  font-weight: 300;
}

.nav-search-input:focus {
  background-color: #101820;
}

.nav-search-form {
  display: block;
  float: left;
}

.nav-search-submit {
  display: block;
  height: 44px;
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 12px;
  float: right;
  -webkit-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.nav-follow-containter {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0px;
}

.nav-follow-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.nav-follow-inner {
  display: inline-block;
  overflow: hidden;
  margin-right: 56px;
  padding-left: 30px;
  float: right;
  background-color: #101820;
  -webkit-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.directory-link {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
}

.directory-link:hover {
  color: #4bcdff;
}

.people-input {
  width: 35%;
  height: 50px;
  margin-right: 9px;
  float: left;
  border-style: none;
  color: #000;
}

.blue-btn {
  height: 50px;
  padding: 16px 24px;
  background-color: #888;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 18px;
  line-height: 18px;
}

.blue-btn:hover {
  background-color: #0077c8;
  color: #fff;
}

.blue-btn.small {
  height: auto;
  padding: 12px 18px;
  font-size: 14px;
  line-height: 14px;
}

.blue-btn.small.xtr-top {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  margin-top: 16px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 12px;
}

.ppl-search-inner {
  padding-top: 10px;
  line-height: 16px;
}

.ppl-search-inner.adv-search {
  padding-top: 30px;
  padding-bottom: 10px;
}

.ppl-search-alpha-wrapper {
  display: inline-block;
  padding: 12px;
}

.ppl-search-alpha-wrapper.blue-bg {
  background-color: #073e62;
}

.ppl-search-alpha-wrapper.header {
  padding-right: 8px;
  padding-left: 0px;
}

.alpha-link {
  display: inline-block;
  padding: 10px 8px;
  border: 1px solid transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #41b1fd;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
}

.alpha-link:hover {
  border: 1px solid #00b8ff;
  color: #fff;
}

.alpha-link.inactive {
  color: #101820;
}

.alpha-link.inactive:hover {
  border-color: transparent;
}

.success {
  padding-top: 0px;
  padding-bottom: 0px;
}

.industries-drop-container {
  padding-top: 30px;
  background-color: #073e62;
}

.practice-link {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.practice-link:hover {
  color: #4bcdff;
}

.practice-links-wrapper {
  padding-top: 10px;
  line-height: 16px;
}

.resources-drop-link {
  display: block;
  padding-top: 14px;
  padding-bottom: 6px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
}

.resources-drop-link:hover {
  color: #0077c8;
}

.resources-drop-inner {
  position: relative;
  display: block;
  width: 33%;
  padding-right: 16px;
  float: left;
}

.nav-title-link {
  display: block;
  color: #fff;
}

.about-section-container {
  position: relative;
  overflow: hidden;
  height: 0px;
  background-color: #123150;
}

.sub-drop-wrapper {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.careers-section-container {
  position: relative;
  overflow: hidden;
  height: 0px;
  background-color: #123150;
}

.contact-drop-section-container {
  display: block;
  overflow: auto;
  height: 0px;
  max-height: 472px;
  background-color: #123150;
}

.tagline-overly {
  display: block;
  overflow: hidden;
  height: 44px;
}

.contact-drop-col-2 {
  padding-left: 0px;
}

.contact-drop-map {
  height: 308px;
  padding: 10px 50px 0px 136px;
  float: right;
}

.contact-drop-contact {
  height: 128px;
  padding: 20px;
  background-color: #fff;
}

.contact-drop {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #0077c8;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}

.contact-drop.landing {
  margin-top: 40px;
}

.contact-drop-info {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 14px;
}

.bold {
  font-weight: 500;
}

.bold.blue {
  color: #0077c8;
}

.accordion-wrapper {
  position: relative;
  margin-top: 10px;
}

.accordion-bar {
  display: block;
  height: 50px;
  background-color: #ececec;
}

.accordion-content {
  overflow: hidden;
  background-color: #fff;
}

.accordion-content.border {
  height: auto;
}

.accordion-content-inner {
  padding: 30px 20px 20px;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
  font-size: 14px;
  line-height: 18px;
}

.accordion-content-inner.accord-pdf {
  padding-left: 0px;
  border-style: none;
}

.accordion-content-inner.print {
  padding-top: 20px;
  padding-bottom: 0px;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  font-size: 12px;
}

.accordion-btn-wrapper {
  position: relative;
  z-index: 100;
  display: block;
  width: 100%;
  height: 50px;
  padding-top: 18px;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #0c4e7b;
  line-height: 16px;
}

.accordion-btn-wrapper:hover {
  color: #0077c8;
}

.accordion-btn-wrapper.adv-search {
  padding-top: 16px;
  text-align: center;
}

.accordion-label {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 19px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}

.accordion-label.print {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  background-color: #eaf5fc;
  font-size: 14px;
  font-weight: 500;
}

.t-icn {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact-sub {
  margin-bottom: 18px;
  color: #0077c8;
  font-size: 16px;
  font-weight: 400;
}

.contact-sub.xtra-top {
  margin-top: 20px;
}

.contact-sub.landing {
  margin-top: 0px;
  line-height: 16px;
}

.navigation-wrapper {
  padding-top: 30px;
  padding-bottom: 28px;
}

.content-container {
  left: 0px;
  top: 0px;
  right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-section {
  position: relative;
  z-index: 600;
  padding-top: 64px;
  background-image: url('/National_Library/oe_/http://www.gouldratner.com/images/gr-footer-bg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.footer-logo-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-logo-wrapper {
  position: relative;
  bottom: 32px;
  text-align: center;
}

.footer-logo {
  height: 70px;
}

.footer-people-search-wrapper {
  display: block;
  margin-top: -64px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(16, 24, 32, .65);
  text-align: center;
}

.footer-search-label {
  display: inline-block;
  padding-top: 10px;
  padding-right: 22px;
  padding-bottom: 10px;
  border-right: 1px solid #41b1fd;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}

.footer-search-link {
  padding: 10px 0px 10px 20px;
  color: #41b1fd;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
}

.footer-search-link:hover {
  color: #fff;
}

.footer-search-link.white {
  color: #fff;
}

.footer-navigation-container {
  display: block;
  padding: 20px 40px 30px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 119, 200, .5), rgba(0, 119, 200, .5));
  background-image: linear-gradient(180deg, rgba(0, 119, 200, .5), rgba(0, 119, 200, .5));
}

.footer-link {
  display: block;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #101820;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
}

.footer-link:hover {
  color: #fff;
}

.footer-nav {
  margin-top: 8px;
}

.footer-nav._2-col {
  -webkit-column-count: 2;
  column-count: 2;
}

.foot-nav-item {
  display: inline-block;
  width: 100%;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .3);
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

.foot-nav-item:hover {
  color: hsla(0, 0%, 100%, .7);
}

.foot-nav-item.first {
  margin-top: 4px;
  border-top: 1px solid hsla(0, 0%, 100%, .3);
}

.footer-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.foot-nav-col {
  position: relative;
  display: inline;
  width: 17%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 16%;
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%;
}

.foot-nav-col.double {
  width: 32%;
  -webkit-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}

.soc-item {
  width: 26px;
  height: 26px;
  margin-right: 8px;
  margin-bottom: 0px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.soc-icn {
  display: block;
  width: 26px;
  height: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 26px;
  text-align: center;
}

.soc-icn:hover {
  background-color: #4bcdff;
}

.soc-icn.icn {
  padding-top: 2px;
  padding-bottom: 4px;
  border-style: none;
}

.content-head {
  min-height: 150px;
}

.content-head.bio-head {
  background-image: url('/National_Library/oe_/http://www.gouldratner.com/images/bio-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content-head.bio-head.short {
  min-height: 50px;
}

.content-head.construction {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/construction-bg_1.jpg');
  background-image: linear-gradient(180deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/construction-bg_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.content-head.news {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5));
  background-image: linear-gradient(180deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5));
}

.content-head.publication {
  background-image: -webkit-linear-gradient(270deg, rgba(3, 148, 164, .5), rgba(3, 148, 164, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/construction-bg.jpg');
  background-image: linear-gradient(180deg, rgba(3, 148, 164, .5), rgba(3, 148, 164, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/construction-bg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-head.event {
  background-image: -webkit-linear-gradient(270deg, rgba(146, 122, 158, .5), rgba(146, 122, 158, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/construction-bg.jpg');
  background-image: linear-gradient(180deg, rgba(146, 122, 158, .5), rgba(146, 122, 158, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/construction-bg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-head.speakers {
  padding-bottom: 20px;
  background-image: -webkit-linear-gradient(270deg, rgba(31, 31, 31, .8), rgba(31, 31, 31, .8)), url('/National_Library/oe_/http://www.gouldratner.com/images/speakers-bg.jpg');
  background-image: linear-gradient(180deg, rgba(31, 31, 31, .8), rgba(31, 31, 31, .8)), url('/National_Library/oe_/http://www.gouldratner.com/images/speakers-bg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-head.our-firm {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/our-firm-bg.jpg');
  background-image: linear-gradient(180deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/our-firm-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.content-head.community {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/community-bg.jpg');
  background-image: linear-gradient(180deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/community-bg.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-head.women {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7)), url('/National_Library/oe_/http://www.gouldratner.com/images/women-bg.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7)), url('/National_Library/oe_/http://www.gouldratner.com/images/women-bg.jpg');
  background-position: 0px 0px, 100% 0px;
  background-size: auto, cover;
}

.content-head.partners {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 78, 123, .9), rgba(12, 78, 123, .9)), url('/National_Library/oe_/http://www.gouldratner.com/images/partners-bg.jpg');
  background-image: linear-gradient(180deg, rgba(12, 78, 123, .9), rgba(12, 78, 123, .9)), url('/National_Library/oe_/http://www.gouldratner.com/images/partners-bg.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.content-head.corporate {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/corporate-bg.jpg');
  background-image: linear-gradient(180deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/corporate-bg.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-head.environmental {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/environmental-bg.jpg');
  background-image: linear-gradient(180deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/environmental-bg.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-head.estate {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/estate-bg.jpg');
  background-image: linear-gradient(180deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/estate-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-head.family {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/family-bg.jpg');
  background-image: linear-gradient(180deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/family-bg.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-head.human {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/human-resources-bg.jpg');
  background-image: linear-gradient(180deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/human-resources-bg.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-head.intellectual {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/ip-bg.jpg');
  background-image: linear-gradient(180deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/ip-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-head.litigation {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/litigation-bg.jpg');
  background-image: linear-gradient(180deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/litigation-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-head.private {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/private-bg.jpg');
  background-image: linear-gradient(180deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/private-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-head.restructuring {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/restructuring-bg.jpg');
  background-image: linear-gradient(180deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/restructuring-bg.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-head.taxwealth {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/taxwealth-bg.jpg');
  background-image: linear-gradient(180deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/taxwealth-bg.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-head.taxcontroversy {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/taxcontroversy-bg.jpg');
  background-image: linear-gradient(180deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/taxcontroversy-bg.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-head.financial {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/financial-bg.jpg');
  background-image: linear-gradient(180deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/financial-bg.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-head.gaming {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/gaming-bg.jpg');
  background-image: linear-gradient(180deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/gaming-bg.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-head.hospitality {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/hospitality-bg.jpg');
  background-image: linear-gradient(180deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/hospitality-bg.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-head.real {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/realestate-bg.jpg');
  background-image: linear-gradient(180deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/realestate-bg.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-head.sports {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/sports-bg.jpg');
  background-image: linear-gradient(180deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/sports-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-head.telecommunications {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/telecommunications-bg.jpg');
  background-image: linear-gradient(180deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/telecommunications-bg.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-head.cannabis {
  background-image: -webkit-linear-gradient(270deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/cannabis-bg.jpg');
  background-image: linear-gradient(180deg, rgba(12, 78, 123, .5), rgba(12, 78, 123, .5)), url('/National_Library/oe_/http://www.gouldratner.com/images/cannabis-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.bio-head-col-1 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 70%;
  float: left;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}

.bio-head-col-2 {
  width: 30%;
  padding-top: 20px;
  padding-bottom: 20px;
  float: right;
}

.bio-name-wrapper {
  display: block;
  margin-right: 54px;
  margin-left: -34px;
  padding-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, .8);
  -webkit-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.bio-name-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}

.bio-name-inner.print-pdf {
  margin-bottom: 24px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.bio-name {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #0077c8;
  font-size: 48px;
  line-height: 48px;
  font-weight: 300;
}

.bio-name.bio-name-print {
  font-size: 38px;
  line-height: 38px;
}

.bio-title {
  margin-top: 8px;
  margin-bottom: 0px;
  color: #0c4e7b;
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
}

.bio-pic-wrapper {
  display: block;
  width: 234px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #fff;
  border-radius: 230px;
  background-color: #fff;
}

.bio-pic-wrapper.print-pdf {
  border-style: none;
  border-radius: 117px;
}

.bio-pic-wrapper.home {
  width: 150px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  border-style: none;
  text-align: center;
}

.main-content {
  margin-bottom: 130px;
  padding-top: 60px;
}

.main-content.detail {
  margin-bottom: 0px;
}

.main-content.home {
  margin-bottom: 160px;
  padding-top: 80px;
}

.main-content.our-clients {
  margin-top: -8px;
  margin-bottom: 0px;
  padding-top: 108px;
  padding-bottom: 100px;
  background-color: #f5fbff;
}

.main-content.contact {
  margin-bottom: 0px;
  padding-bottom: 130px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 42, 82, .9), rgba(0, 42, 82, .9)), url('/National_Library/oe_/http://www.gouldratner.com/images/gr-building-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 42, 82, .9), rgba(0, 42, 82, .9)), url('/National_Library/oe_/http://www.gouldratner.com/images/gr-building-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner-main {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.inner-main.community {
  padding-top: 60px;
}

.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col._75 {
  width: 75%;
  padding-right: 60px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

.col._75.right {
  padding-right: 0px;
  padding-left: 20px;
  float: right;
}

.col._25 {
  width: 25%;
  float: right;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.col._25.left {
  overflow: visible;
  float: left;
}

.content {
  margin-bottom: 80px;
}

.content.print-pdf {
  font-size: 13px;
  line-height: 22px;
}

.accordion-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: #cacaca;
}

.accordion-btn-open {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: #0077c8;
}

.accordion-btn-hover {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: #0077c8;
}

.open-icn-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer-item {
  margin-bottom: 0px;
}

.bio-sub {
  margin-top: 30px;
  margin-bottom: 18px;
  color: #0077c8;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.bio-sub.first {
  margin-top: 0px;
}

.bio-sub.first.print {
  font-size: 14px;
}

.bio-sub.print-pdf {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 14px;
  line-height: 15px;
}

.bio-sub.print {
  font-size: 14px;
}

.bio-sub.reg {
  font-size: 16px;
}

.sidebar-wrapper {
  position: relative;
  height: auto;
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 18px;
}

.sidebar-wrapper.m-first {
  position: relative;
}

.sidebar-wrapper.print-pdf {
  font-size: 11px;
  line-height: 11px;
}

.sidebar-wrapper.brochure {
  padding: 20px;
  background-color: rgba(0, 152, 255, .1);
}

.footer-inner {
  position: relative;
  display: block;
  text-align: left;
}

.footer-logo-inner {
  position: relative;
}

.gr-divide-wrapper {
  height: 8px;
}

.gr-divide {
  width: 28%;
  height: 8px;
  float: right;
  background-color: #101820;
  -webkit-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.gr-divide.blue {
  background-color: #0077c8;
}

.dropdown-wrapper {
  position: relative;
  overflow: hidden;
  height: 0px;
  margin-top: 176px;
  background-color: #123150;
  color: #fff;
}

.hidden {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 0px;
  margin-bottom: 176px;
}

.bio-inner {
  position: relative;
}

.drop-services {
  -webkit-column-count: 4;
  column-count: 4;
}

.service-item {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 8px;
}

.main-nav-close-wrapper {
  position: relative;
  z-index: 2000;
  height: 50px;
  background-color: #123150;
}

.x-out {
  float: right;
}

.highlight {
  background-color: #eaf5fc;
  box-shadow: 0 0 0 8px #eaf5fc;
}

.disclaimer-container {
  padding-top: 26px;
  padding-bottom: 30px;
  background-color: #0c4e7b;
}

.law-ex-wrapper {
  display: inline-block;
  width: 20%;
}

.disclaimer-copy-wrapper {
  display: inline-block;
  width: 80%;
  padding-top: 12px;
  padding-right: 50px;
  float: right;
  color: #24a7ff;
  font-size: 11px;
  line-height: 15px;
  text-align: right;
}

.disclaimer {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
  color: #24a7ff;
}

.disclaimer.link {
  font-weight: 500;
}

.disclaimer.link:hover {
  color: #fff;
}

.disclaimer-row {
  display: inline-block;
  width: 100%;
}

.round-icn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.round-icn.ft-social {
  margin-top: 18px;
}

.round-icn.connect-social {
  margin-top: 16px;
}

.round-icn-item {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 0px;
}

.round-icn-item.resource {
  margin-right: 0px;
  margin-left: 6px;
}

.round-icn-link {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #0077c8;
  border-radius: 17px;
  line-height: 14px;
  text-align: center;
}

.round-icn-link:hover {
  background-color: #f0f0f0;
}

.round-icn-link.blue {
  background-color: #0077c8;
}

.round-icn-link.blue:hover {
  border-color: #888;
  background-color: #888;
}

.round-icn-link.blue.resource {
  width: 26px;
  height: 26px;
  border-radius: 13px;
}

.round-icn-link.blue.dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.round-icn-link.ft {
  width: 28px;
  height: 28px;
  border-color: #fff;
}

.round-icn-link.ft:hover {
  background-color: hsla(0, 0%, 100%, .2);
}

.icn {
  position: relative;
}

.icn.adv-serach {
  margin-top: -4px;
}

.icn.adv-serach.rotate {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sub-drop-inner {
  display: inline-block;
  width: auto;
  padding-top: 3px;
  float: right;
  text-align: right;
}

.sub-close {
  display: inline-block;
  width: 50px;
  height: 50px;
  float: right;
}

.jump-to-top-container {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: block;
  overflow: hidden;
  width: 36px;
  height: 36px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.jump-link {
  width: 36px;
  height: 36px;
  padding: 0px;
  float: right;
  border-radius: 18px;
  background-color: #0077c8;
}

.jump-link:hover {
  background-color: #888;
}

.back-to-top {
  display: none;
  height: 0px;
}

.image {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
}

.breadcrumb-wrapper {
  padding-top: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  font-size: 12px;
  line-height: 12px;
}

.crumb {
  display: inline-block;
  padding-right: 4px;
  padding-left: 4px;
  color: #888;
}

.crumb.first {
  padding-left: 0px;
  border-left-style: none;
}

.crumb.divide {
  color: #d1d1d1;
}

.people-search-container {
  padding-top: 12px;
  padding-bottom: 8px;
  background-color: rgba(16, 24, 32, .65);
  text-align: center;
}

.ppl-input {
  display: inline-block;
  width: 300px;
  height: 50px;
  margin-right: 10px;
  border-style: none;
}

.ppl-serach-form-wrapper {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}

.btn {
  display: inline-block;
  height: 50px;
  background-color: #0077c8;
}

.btn.submit {
  position: relative;
  top: -3px;
  width: 84px;
}

.btn.submit:hover {
  background-color: #888;
}

.people-adv-search-container {
  background-color: #123150;
}

.white-label {
  display: inline-block;
  margin: 0px auto 20px;
  padding-right: 12px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
}

.white-label.adv-srch {
  display: block;
  padding-top: 16px;
}

.ppl-adv-drop {
  width: 32%;
  height: 50px;
  margin-right: 6px;
  margin-bottom: 12px;
  background-color: #fff;
}

.ppl-adv-drop._1 {
  z-index: 900;
}

.ppl-adv-drop._1.full {
  width: 100%;
}

.ppl-adv-drop._4 {
  z-index: 600;
}

.ppl-adv-drop._5 {
  z-index: 500;
}

.ppl-adv-drop._3 {
  z-index: 700;
}

.ppl-adv-drop._3.full {
  width: 100%;
  border: 1px solid #000;
}

.ppl-adv-drop._2 {
  z-index: 800;
}

.ppl-adv-drop._2.full {
  width: 100%;
}

.ppl-adv-drop.full {
  width: 100%;
}

.ppl-adv-drop.full._1 {
  z-index: 900;
  border-style: none;
}

.ppl-adv-drop.full._2 {
  z-index: 800;
  border-style: none;
}

.ppl-adv-drop.full._3 {
  border-style: none;
}

.ppl-adv-toggle {
  width: 100%;
  height: 50px;
  padding: 18px 20px 0px;
  border: 1px solid #dadada;
  font-size: 14px;
  line-height: 14px;
}

.drop-icn-wrapper {
  width: 16px;
  height: 16px;
  float: right;
}

.ppl-adv-label {
  display: inline-block;
  float: left;
}

.adv-ppl-dl-list {
  display: none;
  overflow: auto;
  max-height: 295px;
  margin-top: -2px;
  background-color: #0077c8;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.adv-ppl-dl-list.w--open {
  top: 52px;
  max-width: 300px;
}

.adv-ppl-dl-list.sidebar {
  max-height: none;
}

.ppl-adv-drop-link {
  padding: 12px 20px;
  color: #fff;
}

.ppl-adv-drop-link:hover {
  background-color: hsla(0, 0%, 100%, .1);
  color: #fff;
}

.ppl-adv-drop-link.w--current {
  color: #fff;
}

.people-adv-search-content {
  display: none;
  height: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.people-adv-search-content.open {
  display: block;
  height: auto;
}

.people-adv-search-content.open.extratop {
  padding-top: 20px;
}

.people-adv-search-content.startopen {
  display: block;
  height: auto;
}

.adv-search-open-icn-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.adv-search-open-icn-wrapper.close {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.page-title {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #0077c8;
  font-size: 42px;
  line-height: 42px;
  font-weight: 300;
  text-align: center;
}

.page-title.left {
  font-weight: 300;
  text-align: left;
}

.page-title.also {
  margin-bottom: 80px;
}

.page-title.sub {
  font-size: 30px;
  line-height: 33px;
  font-weight: 300;
}

.page-title.white.sub2 {
  margin-bottom: 0px;
}

.page-title.white.ex-b {
  margin-bottom: 80px;
}

.page-title.ex-b {
  margin-bottom: 80px;
}

.page-title.sub2 {
  margin-bottom: 0px;
}

.people-thumbs-container {
  overflow: hidden;
  width: 25%;
  margin-bottom: 16px;
  float: left;
}

.people-thumb-inner {
  position: relative;
  display: block;
  padding-right: 8px;
  padding-left: 8px;
}

.bio-pic-thumb {
  width: 100%;
}

.bio-thumb-overlay {
  position: absolute;
  left: 0px;
  top: 62%;
  right: 0px;
  bottom: -62%;
  margin-right: 8px;
  margin-left: 8px;
  background-color: rgba(18, 49, 80, .9);
  color: #fff;
  font-size: 11px;
  line-height: 18px;
}

.bio-tn-title {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 13px;
}

.bio-tn-ph {
  font-size: 12px;
  line-height: 13px;
}

.bio-tn-email {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
}

.bio-tn-intro {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding-right: 14px;
  padding-bottom: 40px;
  padding-left: 14px;
  font-size: 12px;
}

.more-circle-icn-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 6px;
  display: inline-block;
  height: 30px;
  padding-right: 14px;
  padding-left: 14px;
}

.bio-tn-more-label {
  display: inline-block;
  padding-left: 8px;
  color: #0077c8;
}

.bio-tn-link-wrapper {
  width: 100%;
  padding-top: 14px;
  padding-right: 14px;
  padding-left: 14px;
  color: #fff;
}

.bio-tn-link-wrapper:hover {
  color: #fff;
}

.bio-tn-name {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

.bio-tn-top {
  overflow: hidden;
  height: 104px;
  margin-bottom: 14px;
}

.print-pdf {
  margin-bottom: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 15px;
  line-height: 41px;
}

.print-logo {
  width: 260px;
  margin-bottom: 50px;
}

.bio-pic-print {
  display: block;
  width: 160px;
  margin-right: auto;
  margin-bottom: 28px;
}

.ul-pdf {
  line-height: 14px;
}

.print-sidebar {
  width: 220px;
  margin-bottom: 50px;
  margin-left: 60px;
  float: right;
  border-left: 20px solid #fff;
  background-color: #fff;
}

.bio-tn-link-over {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100vh;
}

.tag-line-black {
  color: #101820;
}

.sidebar-jump {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #0077c8;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

.sidebar-jump:hover {
  color: #888;
}

.service-inner {
  padding-top: 30px;
  padding-bottom: 10px;
}

.team-wrapper {
  padding-top: 70px;
}

.highlight-content-wrapper {
  width: 75%;
  padding: 20px 30px 80px;
  float: right;
}

.highlight-content-wrapper.clients {
  width: 60%;
  padding-left: 0px;
  float: left;
}

.bq-highlight {
  position: relative;
  left: -14px;
  margin-right: -14px;
  margin-bottom: 14px;
  padding: 18px 14px;
  background-color: rgba(1, 33, 54, .7);
  color: #fff;
  line-height: 20px;
}

.bq-highlight.news {
  background-color: rgba(42, 16, 87, .5);
}

.highlight-title {
  margin-bottom: 14px;
  color: #79c9ff;
  font-size: 14px;
  line-height: 14px;
}

.highlight-title.home {
  color: #0077c8;
}

.highlight-title.home.bottom {
  margin-bottom: 24px;
  color: #79c9ff;
}

.highlight-head {
  margin-top: 0px;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
}

.highlight-head.dk-blue {
  color: #101820;
}

.highlight-head.home {
  color: #0077c8;
}

.highlight-head.client {
  margin-bottom: 22px;
  color: #000;
}

.white {
  color: #fff;
}

.highlight-pic-wrapper {
  display: inline-block;
  width: 25%;
  margin-bottom: 14px;
  float: left;
}

.highlight-pic-wrapper.our-client {
  width: 40%;
  float: right;
}

.ghost-btn {
  padding: 12px 18px;
  border: 1px solid #c4c4c4;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

.ghost-btn:hover {
  background-color: hsla(0, 0%, 100%, .2);
  color: #fff;
}

.service-slider {
  height: auto;
  background-color: transparent;
}

.service-slider-mask {
  height: auto;
}

.resource-preview-container {
  margin-bottom: -1px;
  padding: 50px 30px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.resource-preview-container.search {
  margin-right: 8px;
  margin-left: 8px;
}

.preview-date {
  display: inline-block;
  padding-top: 6px;
  color: #888;
}

.resource-preview-type {
  display: inline-block;
  color: #0c4e7b;
  font-size: 14px;
  line-height: 14px;
}

.resource-preview-title {
  display: block;
  margin-bottom: 10px;
  color: #0c4e7b;
  font-size: 24px;
  line-height: 28px;
}

.resource-preview-caption {
  line-height: 24px;
}

.resource-top-ribbon {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 14px;
}

.resource-top-ribbon.detail {
  margin-bottom: 40px;
}

.preview-divide-circle {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 4px;
  background-color: #0077c8;
}

.resource-preview-inner {
  display: block;
  float: left;
}

.resource-preview-thumbnail-wrapper {
  width: 25%;
  float: right;
}

.resource-preview-thumbnail-wrapper.also {
  width: 30%;
}

.resource-preview-left {
  width: 75%;
  padding-right: 26px;
  float: left;
}

.resource-preview-left.also {
  width: 70%;
}

.resource-tn {
  width: 100%;
}

.resource-file-btn-wrapper {
  display: inline-block;
  float: right;
}

.interior-sub-nav-container {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(16, 24, 32, .6);
}

.interior-sub-nav {
  padding: 10px 20px;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}

.interior-sub-nav-wrapper {
  text-align: right;
}

.resource-detail-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #0c4e7b;
  font-weight: 300;
}

.resource-additional-container {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f5fbff;
}

.circle-divide {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.alpha-search-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  margin-right: 8px;
  margin-bottom: 40px;
  margin-left: 8px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dbdbdb;
  color: #888;
}

.alpha-result {
  display: block;
  font-size: 14px;
  line-height: 18px;
}

.alpha-close {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  float: right;
}

.result-bold {
  color: #0077c8;
}

.list-block {
  display: block;
}

.event-preview {
  margin-top: 20px;
  padding: 20px;
  background-color: #e7f5fd;
  line-height: 23px;
}

.event-preview.detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-preview-date {
  color: #0077c8;
  font-size: 18px;
  font-weight: 500;
}

.author-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
}

.author-preview-name {
  font-weight: 400;
}

.author-preview-pg {
  color: #7d7d7d;
}

.author-preview-tn-wrapper {
  display: inline-block;
  width: 12%;
  float: left;
}

.author-preview-tn {
  border-radius: 100%;
}

.auth-preview-content-wrapper {
  display: inline-block;
  width: 88%;
  padding-top: 4px;
  padding-left: 20px;
}

.author-highlight-wrapper {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #f6f6f6;
}

.author-highlight-inner {
  line-height: 23px;
}

.author-highlight-inner.second {
  padding-top: 40px;
}

.auth-high-port-wrapper {
  display: block;
  width: 16%;
  padding-right: 20px;
  float: left;
  clear: right;
}

.auth-high-port-pic {
  float: left;
  border-radius: 100%;
}

.auth-high-info-wrapper {
  width: 80%;
  float: right;
  clear: right;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 14px;
}

.auth-name {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.auth-highlight-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  line-height: 21px;
}

.auth-highlight-link:hover {
  color: #000;
}

.auth-high-intro {
  padding-top: 10px;
}

.auth-high-pg {
  color: #7d7d7d;
}

.auth-high-title {
  font-size: 16px;
  line-height: 22px;
}

.event-pic-wrapper {
  width: 242px;
  margin: -20px 20px -20px -20px;
  float: left;
}

.sb-outer-wrapper {
  width: 25%;
  padding: 5px;
  float: left;
}

.sb-outer-wrapper.comm {
  padding-right: 10px;
  padding-left: 10px;
}

.sb-inner-wrapper {
  position: relative;
  background-color: #93ccf3;
}

.sb-name-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  min-height: 100px;
  padding: 10px;
  background-color: rgba(1, 40, 66, .8);
  color: #fff;
}

.sb-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.sb-contact {
  font-size: 14px;
}

.speakers-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.med {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.med.white.ex-b {
  margin-bottom: 30px;
}

.hero-title {
  margin-bottom: 22px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.hero-title.blue {
  color: #0c4e7b;
}

.hero-col {
  width: 50%;
}

.hero-col._1 {
  padding-right: 20px;
  float: left;
}

.hero-col._2 {
  padding-left: 20px;
  float: right;
}

.hero-content {
  color: #fff;
  line-height: 26px;
  text-align: center;
}

.hero-content.right {
  color: #fff;
  text-align: right;
}

.hero-content.right.blue {
  color: #0c4e7b;
}

.hero-content.left {
  text-align: left;
}

.hero-content.left.blue {
  color: #0c4e7b;
}

.homepage-slider {
  height: auto;
  border-top: 8px solid #0077c8;
  border-bottom: 6px solid #fff;
  background-color: transparent;
}

.homepage-slider-image {
  position: relative;
}

.hp-slide-1 {
  text-align: center;
}

.hp-highlight-slider {
  height: auto;
  border-bottom: 6px solid #fff;
  background-color: #f5fbff;
}

.hp-highlight-slider.history {
  border-top: 6px solid #fff;
}

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

.highlight-slide-wrapper {
  position: relative;
}

.highlight-inner-wrapper {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 55%;
  padding-right: 136px;
  float: right;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: left;
}

.hp-highlight-copy-wrapper {
  margin-bottom: 0px;
  font-family: freight-text-pro, sans-serif;
  font-size: 18px;
  line-height: 44px;
  font-style: italic;
}

.hp-highlight-copy-wrapper.client {
  margin-bottom: 22px;
}

.hl-left-arrow {
  left: auto;
  top: auto;
  right: 15px;
  bottom: 45%;
  z-index: 400;
  width: 50px;
  height: 50px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: transparent;
  cursor: pointer;
}

.hl-left-arrow.bottom {
  left: 60px;
  right: 0px;
  bottom: auto;
  background-color: transparent;
}

.hl-right-arrow {
  left: auto;
  top: auto;
  right: 65px;
  bottom: 45%;
  width: 50px;
  height: 50px;
  padding: 0px 10px 10px;
  background-color: transparent;
  cursor: pointer;
}

.hl-right-arrow.bottom {
  left: 0px;
  right: 60px;
  bottom: auto;
  background-color: transparent;
}

.hp-quater-wrapper {
  position: relative;
  overflow: hidden;
  width: 25%;
  float: left;
}

.hp-quater-wrapper.dark {
  background-color: #101820;
}

.hp-quater-wrapper.bright {
  background-color: #0077c8;
}

.hp-q-overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  max-height: 100px;
  min-height: 100px;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}

.hp-q-overlay.dark {
  background-color: rgba(16, 24, 32, .6);
}

.hp-q-overlay.bright {
  background-color: rgba(0, 119, 200, .5);
}

.quater-image {
  width: 800px;
  opacity: 0.4;
}

.hp-people-highlight {
  width: 50%;
  padding-right: 60px;
  padding-bottom: 30px;
  padding-left: 60px;
}

.people-highlight-slider {
  height: auto;
  background-color: #fff;
}

.home-people-title {
  color: #0c4e7b;
  line-height: 22px;
}

.hp-people-preview {
  padding-top: 20px;
  font-size: 14px;
  line-height: 24px;
}

.people-preview-wrapper {
  position: relative;
  min-height: 50px;
}

.people-highlight-link {
  color: #000;
}

.people-highlight-link:hover {
  color: #000;
}

.h-arrow {
  width: 17px;
}

.about-inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.client-highlight-wrapper {
  padding-top: 40px;
}

.our-history-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.community-infographic {
  width: 650px;
}

.community-image-wrapper {
  margin-top: 60px;
  margin-bottom: 80px;
  text-align: center;
}

.community-tile {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 19px;
}

.community-tiles-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.round-icn-over {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background-color: #0f83d1;
}

.women-graphic {
  width: 300px;
}

.team-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.adv-serach-label {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
}

.adv-search-closed {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: auto;
  margin-left: auto;
}

.careers-inner {
  padding-top: 100px;
}

.careers-inner.last {
  padding-top: 50px;
  padding-bottom: 100px;
}

.career-contact-wrapper {
  margin-top: -8px;
  background-color: #f5fbff;
}

.building-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: hidden;
  width: 180px;
  margin-left: 10px;
  border-right: 10px solid #123150;
  background-color: #123150;
}

.gr-building {
  max-height: 308px;
}

.location-map.zoomed {
  padding-right: 28px;
}

.contact-wrapper {
  padding-top: 20px;
}

.contact-left-col {
  width: 35%;
  padding-right: 10px;
  float: left;
}

.contact-right-col {
  width: 65%;
  padding-left: 10px;
  float: right;
}

.contact-inner {
  margin-bottom: 20px;
  padding: 40px 40px 32px;
  background-color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.div-line {
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #0077c8;
}

.dim-wrapper {
  position: fixed;
  left: 0px;
  top: 176px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
}

.hp-sld-icn {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 40px;
  background-color: hsla(0, 0%, 100%, .6);
  color: #0077c8;
  font-size: 20px;
  line-height: 20px;
}

.sld-left {
  z-index: 200;
  width: 40px;
  margin-left: 20px;
}

.sld-left.ppl {
  width: 40px;
}

.sld-right {
  z-index: 200;
  width: 40px;
  margin-right: 20px;
}

.sld-right.ppl {
  width: 40px;
}

.site-search {
  background-color: transparent;
  color: silver;
  font-size: 14px;
  font-weight: 300;
}

.site-search:hover {
  color: #fff;
}

.site-search:focus {
  border-style: none;
}

.foot-head {
  display: block;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .3);
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

.accordion-wrapper-print {
  padding-top: 20px;
  padding-bottom: 0px;
}

.no-bio-pic {
  height: 75px;
}

.badge-wrapper {
  width: 170px;
  margin-top: 50px;
}

.badge-wrapper.badge-print {
  width: 120px;
}

.benefits-wrapper {
  margin-top: 50px;
}

.brochure {
  margin-top: 50px;
}

.disclaimer-service {
  margin-top: 60px;
  padding: 20px;
  border: 1px solid red;
  background-color: rgba(255, 0, 0, .1);
  font-size: 12px;
  line-height: 22px;
}

.disclaimer-heading {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.more {
  color: #0077c8;
  font-weight: 400;
}

html.w-mod-js *[data-ix="closed"] {
  display: none;
  height: 0px;
}

html.w-mod-js *[data-ix="open"] {
  display: block;
  height: auto;
}

html.w-mod-js *[data-ix="transparent"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="zeroheight"] {
  height: 0px;
}

html.w-mod-js *[data-ix="search-hide"] {
  height: 0px;
}

html.w-mod-js *[data-ix="rotate-45"] {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

html.w-mod-js *[data-ix="show-back-to-top"] {
  display: block;
  height: 0px;
}

html.w-mod-js *[data-ix="bio-pre-reveal"] {
  display: none;
}

@media (max-width: 991px) {
  p {
    font-size: 14px;
    line-height: 30px;
  }
  ul {
    font-size: 14px;
    line-height: 21px;
  }
  li {
    margin-bottom: 10px;
  }
  .top-sub-nav-item.sub-drop {
    padding-right: 12px;
    padding-left: 12px;
  }
  .black {
    font-size: 12px;
  }
  .logo-wrapper {
    width: 220px;
    height: 64px;
  }
  .nav-item {
    font-size: 24px;
    line-height: 24px;
  }
  .close-wrapper {
    width: 100%;
    float: none;
  }
  .drop-nav-container {
    padding-bottom: 30px;
  }
  .people-nav-col1 {
    width: 20%;
  }
  .people-nav-col2 {
    width: 80%;
  }
  .ppl-search-alpha-wrapper {
    padding: 10px;
    text-align: center;
  }
  .ppl-search-alpha-wrapper.footer {
    padding-right: 60px;
    padding-left: 60px;
    text-align: center;
  }
  .ppl-search-alpha-wrapper.header {
    padding-right: 100px;
    padding-left: 100px;
  }
  .resources-drop-container {
    padding-left: 20px;
  }
  .contact-drop-col-2 {
    padding-left: 10px;
  }
  .contact-drop-map {
    width: 100%;
    height: 200px;
    padding-right: 0px;
    padding-left: 150px;
  }
  .contact-drop-contact {
    height: auto;
    margin-top: 10px;
  }
  .navigation-wrapper {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .content-container {
    position: relative;
    top: -2px;
  }
  .footer-people-search-wrapper {
    position: relative;
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-search-label {
    display: block;
    margin-top: -12px;
    padding-right: 0px;
    border-right-style: none;
    text-align: center;
  }
  .foot-nav-col {
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
  }
  .soc-item {
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .content-head.bio-head {
    position: static;
  }
  .bio-pic-wrapper {
    width: 180px;
  }
  .main-content {
    margin-bottom: 80px;
  }
  .main-content.our-clients {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .main-content.contact {
    margin-bottom: -40px;
  }
  .sidebar-wrapper {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 16px;
  }
  .sidebar-wrapper.badge {
    margin-top: 50px;
  }
  .dropdown-wrapper {
    top: -2px;
    margin-top: 130px;
  }
  .disclaimer-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .disclaimer-copy-wrapper {
    padding-top: 6px;
  }
  .disclaimer-row {
    width: 100%;
  }
  .round-icn.connect-social {
    padding-top: 8px;
  }
  .round-icn-item {
    margin-bottom: 4px;
  }
  .round-icn-item.resource {
    margin-bottom: 0px;
  }
  .round-icn-link.blue {
    width: 28px;
    height: 28px;
  }
  .sub-drop-inner {
    width: auto;
  }
  .jump-to-top-container {
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .breadcrumb-wrapper {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 10px;
  }
  .ppl-input {
    width: 250px;
  }
  .ppl-adv-drop {
    width: 48.3%;
  }
  .page-title.also {
    font-size: 36px;
    line-height: 36px;
  }
  .people-thumbs-container {
    width: 33%;
  }
  .bio-tn-intro {
    line-height: 16px;
  }
  .highlight-head {
    font-size: 32px;
    line-height: 36px;
  }
  .highlight-head.dk-blue {
    font-size: 22px;
    line-height: 26px;
  }
  .resource-preview-thumbnail-wrapper.also {
    width: 40%;
  }
  .resource-preview-left.also {
    width: 60%;
  }
  .interior-sub-nav {
    font-size: 20px;
    line-height: 20px;
  }
  .resource-additional-container {
    bottom: -2px;
  }
  .alpha-search-count {
    margin-right: 16px;
  }
  .event-pic-wrapper {
    width: 242px;
  }
  .sb-outer-wrapper {
    width: 33%;
  }
  .highlight-inner-wrapper {
    padding-right: 88px;
  }
  .hp-highlight-copy-wrapper {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 39px;
  }
  .hl-left-arrow {
    width: 30px;
    height: 30px;
  }
  .hl-right-arrow {
    right: 50px;
    width: 30px;
    height: 30px;
  }
  .hp-q-overlay.dark {
    font-size: 12px;
    line-height: 14px;
  }
  .hp-q-overlay.bright {
    font-size: 12px;
    line-height: 14px;
  }
  .about-inner {
    padding-top: 60px;
  }
  .our-history-section {
    max-height: auto;
    margin-bottom: -2px;
  }
  .building-wrapper {
    width: 360px;
    height: 200px;
  }
  .contact-left-col {
    width: 50%;
  }
  .contact-right-col {
    width: 50%;
  }
  .center {
    text-align: center;
  }
  .badge-wrapper {
    width: 140px;
    text-align: center;
  }
  .badge-wrapper.print {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  p {
    line-height: 26px;
  }
  ul {
    padding-right: 26px;
    padding-left: 26px;
  }
  .top-sub-nav-item {
    padding-right: 5px;
    padding-left: 5px;
    line-height: 12px;
  }
  .top-sub-nav-item.tagline {
    margin-right: 10px;
  }
  .top-sub-nav-item.sub-drop {
    padding: 8px 12px;
  }
  .logo-wrapper {
    width: 200px;
    height: 56px;
  }
  .nav-item {
    padding: 18px 8px;
    font-size: 16px;
    line-height: 18px;
  }
  .close-wrapper {
    display: inline-block;
  }
  .drop-nav-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .drop-nav-container.resources {
    padding-bottom: 0px;
  }
  .nav-title-h1.rule-under.services {
    margin-right: 0px;
  }
  .people-input {
    width: 100%;
  }
  .ppl-search-alpha-wrapper.footer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ppl-search-alpha-wrapper.header {
    padding-right: 40px;
    padding-left: 40px;
  }
  .practice-link {
    display: inline;
    font-size: 12px;
  }
  .resources-drop-inner {
    width: 100%;
    margin-bottom: 60px;
    padding-right: 0px;
  }
  .resources-drop-container {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sub-drop-wrapper {
    padding-bottom: 16px;
  }
  .contact-drop-section-container {
    max-height: 280px;
  }
  .contact-drop-col-1 {
    display: none;
  }
  .contact-drop-col-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-drop-map {
    height: 100px;
  }
  .navigation-wrapper {
    display: block;
    padding: 8px 20px 6px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-container {
    position: relative;
    top: -27px;
  }
  .footer-search-label {
    padding-bottom: 0px;
  }
  .footer-nav {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .footer-nav._2-col {
    -webkit-column-gap: 14px;
    column-gap: 14px;
  }
  .footer-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .foot-nav-col {
    display: inline-block;
    width: 100%;
    padding-right: 14px;
    padding-left: 0px;
    float: left;
    clear: right;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
  .foot-nav-col.double {
    width: 100%;
    -webkit-flex-basis: 66%;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
  }
  .soc-item {
    margin-right: 3px;
    margin-left: 3px;
  }
  .bio-head-col-1 {
    position: relative;
    width: 100%;
    float: left;
    clear: left;
  }
  .bio-head-col-2 {
    position: relative;
    width: 100%;
  }
  .bio-name-wrapper {
    min-height: 100px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .bio-name-inner {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
  .bio-name {
    font-size: 34px;
    line-height: 34px;
  }
  .bio-title {
    font-size: 16px;
    line-height: 16px;
  }
  .bio-pic-wrapper {
    border-width: 1px;
  }
  .bio-pic-wrapper.home {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .main-content {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-content.home {
    margin-bottom: 60px;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .main-content.contact {
    margin-bottom: -34px;
    padding-bottom: 70px;
  }
  .inner-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .col._75 {
    width: 100%;
    padding-right: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .col._75.right {
    padding-left: 0px;
  }
  .col._25 {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0px;
  }
  .content {
    padding-top: 15px;
  }
  .content.service {
    margin-bottom: 0px;
  }
  .sidebar-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    text-align: center;
  }
  .sidebar-wrapper.m-first {
    padding-top: 0px;
  }
  .sidebar-wrapper.last {
    border-style: none;
  }
  .sidebar-wrapper.top-rule {
    padding-top: 12px;
    border-top: 1px solid #dbdbdb;
  }
  .footer-inner {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dropdown-wrapper {
    top: -28px;
    margin-top: 142px;
  }
  .close-outter {
    display: block;
  }
  .hidden {
    margin-bottom: 142px;
  }
  .bio-inner {
    display: block;
  }
  .drop-services {
    -webkit-column-count: 3;
    column-count: 3;
  }
  .highlight {
    box-shadow: 0 0 0 6px #eaf5fc;
  }
  .disclaimer-container {
    padding-bottom: 70px;
  }
  .law-ex-wrapper {
    width: 100%;
  }
  .disclaimer-copy-wrapper {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
  }
  .disclaimer {
    float: none;
    text-align: left;
  }
  .disclaimer-row {
    width: 100%;
    padding-top: 8px;
    text-align: center;
  }
  .law-ex-inner {
    display: block;
    width: 30%;
    margin-right: auto;
    margin-left: auto;
  }
  .law-exchange-link {
    width: 100%;
  }
  .round-icn {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .round-icn.connect-social {
    padding-right: 0px;
    padding-bottom: 22px;
    padding-left: 0px;
  }
  .round-icn.resource {
    padding-right: 0px;
    padding-left: 0px;
  }
  .round-icn-item {
    margin-bottom: 0px;
  }
  .round-icn-link.blue.resource {
    width: 20px;
    height: 20px;
  }
  .sub-drop-inner {
    width: auto;
    float: right;
  }
  .jump-to-top-container {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .breadcrumb-wrapper {
    padding-left: 20px;
  }
  .ppl-input {
    width: 100%;
  }
  .ppl-serach-form-wrapper {
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
  }
  .btn.submit {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .ppl-adv-drop {
    width: 100%;
  }
  .people-adv-search-content {
    padding-right: 30px;
    padding-left: 20px;
  }
  .page-title {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 42px;
  }
  .page-title.also {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 40px;
  }
  .page-title.sub {
    font-size: 24px;
    line-height: 26px;
  }
  .people-thumbs-container {
    width: 50%;
  }
  .bio-tn-intro {
    display: none;
  }
  .service-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .highlight-content-wrapper {
    width: 100%;
    padding: 10px 0px 44px;
    text-align: center;
  }
  .highlight-content-wrapper.clients {
    width: 100%;
  }
  .bq-highlight {
    position: relative;
    left: 0px;
    right: 0px;
    margin-right: 0px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }
  .highlight-title {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }
  .highlight-title.home.bottom {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }
  .highlight-head {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }
  .highlight-head.dk-blue {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }
  .highlight-head.home {
    text-align: center;
  }
  .highlight-pic-wrapper.our-client {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .resource-preview-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .resource-preview-container.last {
    border-bottom-style: none;
  }
  .resource-preview-title {
    font-size: 22px;
    line-height: 26px;
  }
  .resource-preview-caption {
    font-size: 14px;
    line-height: 22px;
  }
  .resource-preview-thumbnail-wrapper.also {
    width: 30%;
  }
  .resource-preview-left.also {
    width: 70%;
  }
  .interior-sub-nav {
    font-size: 14px;
    line-height: 14px;
  }
  .interior-sub-nav-wrapper {
    text-align: center;
  }
  .resource-additional-container {
    bottom: -27px;
    margin-top: -28px;
    padding: 40px 20px 0px;
  }
  .alpha-search-count {
    margin-right: 8px;
  }
  .event-preview {
    font-size: 14px;
    line-height: 21px;
  }
  .event-preview-date {
    font-size: 16px;
  }
  .author-preview {
    font-size: 12px;
    line-height: 16px;
  }
  .author-preview-tn-wrapper {
    width: 16%;
  }
  .author-highlight-wrapper {
    margin-right: -20px;
    margin-left: -20px;
    padding: 80px 40px;
  }
  .auth-high-port-wrapper {
    width: 20%;
  }
  .auth-high-intro {
    font-size: 12px;
  }
  .event-pic-wrapper {
    width: 242px;
  }
  .sb-outer-wrapper {
    width: 50%;
  }
  .hp-highlight-slider {
    height: auto;
  }
  .highlight-inner-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    padding-right: 48px;
    padding-bottom: 0px;
    padding-left: 60px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hp-highlight-copy-wrapper {
    font-size: 18px;
    line-height: 42px;
  }
  .hl-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hl-content.home {
    padding-bottom: 0px;
  }
  .hl-left-arrow {
    position: absolute;
    right: 15px;
    bottom: 15%;
    z-index: 200;
  }
  .hl-left-arrow.bottom {
    left: auto;
    right: 15px;
    bottom: 40%;
  }
  .hl-right-arrow {
    position: absolute;
    left: 15px;
    right: auto;
    bottom: 15%;
    z-index: 200;
  }
  .hl-right-arrow.bottom {
    left: 15px;
    right: auto;
    bottom: 40%;
  }
  .hp-quater-wrapper {
    width: 50%;
  }
  .hp-q-overlay.dark {
    font-size: 14px;
    line-height: 20px;
  }
  .hp-q-overlay.bright {
    font-size: 14px;
    line-height: 20px;
  }
  .hp-people-highlight {
    width: 100%;
    padding-right: 60px;
    padding-bottom: 0px;
    padding-left: 60px;
  }
  .home-people-title {
    text-align: center;
  }
  .hp-people-preview {
    text-align: center;
  }
  .people-highlight-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .about-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .our-history-section {
    margin-bottom: -32px;
  }
  .contact-left-col {
    width: 100%;
    padding-right: 0px;
  }
  .contact-right-col {
    width: 100%;
    padding-left: 0px;
  }
  .contact-inner {
    padding: 30px 20px 20px;
  }
  .bio-detail-list {
    padding-right: 0px;
    padding-left: 0px;
  }
  .badge-wrapper {
    display: block;
    width: 120px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@media (max-width: 479px) {
  p {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 26px;
  }
  a {
    color: #0c4e7b;
  }
  a:hover {
    color: #0077c8;
  }
  ul {
    padding-left: 20px;
  }
  blockquote {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 41px;
  }
  .top-sub-nav-item.sub-drop {
    width: 100%;
    padding-left: 20px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 200;
  }
  .navigation-container {
    background-color: #fff;
  }
  .logo-wrapper {
    width: 170px;
    height: 0px;
    padding-left: 0px;
  }
  .nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #123150;
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }
  .nav-item.last {
    margin-bottom: 26px;
    float: none;
  }
  .close-wrapper {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .close-icn {
    display: block;
    margin-right: 0px;
  }
  .drop-nav-container {
    padding-bottom: 20px;
  }
  .people-nav-col1 {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  .people-nav-col1.bg-color {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 20px;
    background-color: #073e62;
  }
  .people-nav-col2 {
    width: 100%;
    padding-left: 0px;
    border-top: 1px solid #0077c8;
    border-left-style: none;
  }
  .nav-title-h1.right {
    text-align: left;
  }
  .nav-title-h1.rule-under {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .nav-title-h1.rule-under.sub {
    margin-bottom: 5px;
    margin-left: 20px;
    padding-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    color: #fff;
  }
  .nav-title-h1.rule-under.services {
    margin-left: 0px;
  }
  .directory-link {
    text-align: left;
  }
  .people-drop-search {
    margin-bottom: 0px;
  }
  .people-input {
    width: 100%;
  }
  .ppl-search-inner {
    padding-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #0077c8;
  }
  .ppl-search-inner.adv-search.last {
    padding-bottom: 30px;
    border-bottom-style: none;
  }
  .ppl-search-alpha-wrapper.footer {
    text-align: left;
  }
  .ppl-search-alpha-wrapper.header {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .industries-drop-container {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .services-drop-container {
    padding-bottom: 0px;
  }
  .resources-drop-link {
    padding-bottom: 4px;
    font-size: 12px;
    line-height: 16px;
  }
  .resources-drop-inner {
    padding-right: 0px;
  }
  .resources-drop-container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sub-drop-wrapper {
    padding-right: 20px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }
  .contact-drop-col-1 {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-drop-col-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-drop-row {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .navigation-wrapper {
    padding-top: 9px;
    padding-bottom: 12px;
  }
  .navigation-menu {
    overflow: auto;
    height: 100vh;
    padding-top: 20px;
    padding-bottom: 100px;
    background-color: #123150;
  }
  .mobile-nav-btn {
    width: 50px;
    height: 50px;
    margin-top: 0px;
    padding: 15px 0px 0px 15px;
    -webkit-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg);
  }
  .mobile-nav-btn.w--open {
    background-color: #d8d8d8;
  }
  .mobile-icn {
    display: block;
    -webkit-transform: skew(10deg, 0deg);
    -ms-transform: skew(10deg, 0deg);
    transform: skew(10deg, 0deg);
  }
  .content-container {
    top: -70px;
  }
  .footer-section {
    background-position: 0px 50%;
    background-size: cover;
  }
  .footer-logo-container {
    margin-top: -64px;
    padding-bottom: 8px;
  }
  .footer-logo-wrapper {
    padding: 6px 2px;
  }
  .footer-logo {
    height: 50px;
  }
  .footer-search-label {
    margin-top: -30px;
  }
  .footer-navigation-container {
    padding: 20px;
  }
  .footer-nav {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 14px;
    column-gap: 14px;
  }
  .footer-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .foot-nav-col {
    width: 100%;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .foot-nav-col.double {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ft-social.mobile {
    margin-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .soc-item {
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px;
    float: none;
  }
  .bio-head-col-1 {
    position: relative;
    width: 100%;
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .bio-head-col-2 {
    width: 100%;
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .bio-name-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
  .bio-name-inner {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .bio-name {
    font-size: 28px;
    line-height: 28px;
  }
  .bio-pic-wrapper {
    display: block;
    width: 180px;
    margin-right: auto;
    margin-left: auto;
  }
  .main-content {
    margin-bottom: 40px;
    padding-top: 20px;
  }
  .main-content.home {
    margin-bottom: 0px;
  }
  .main-content.contact {
    margin-bottom: -75px;
  }
  .inner-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col._75 {
    padding-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .col._25 {
    padding-top: 0px;
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .content {
    margin-bottom: 60px;
  }
  .sidebar-wrapper {
    width: 100%;
    padding-top: 6px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .sidebar-wrapper.m-first {
    margin-bottom: 0px;
  }
  .content-inner {
    position: relative;
  }
  .dropdown-wrapper {
    top: -70px;
  }
  .drop-services {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .mobile-sub-wrapper {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 20px;
    border-top: 1px solid #0077c8;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
  }
  .mobile-sub-nav {
    padding-right: 0px;
    padding-left: 0px;
  }
  .mobile-nav-item {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
  }
  .highlight {
    font-size: 14px;
    line-height: 24px;
  }
  .disclaimer {
    display: block;
    padding-bottom: 3px;
    text-align: center;
  }
  .law-ex-inner {
    width: 50%;
  }
  .round-icn-item {
    margin-right: 10px;
  }
  .sub-drop-inner {
    width: auto;
    text-align: left;
  }
  .page-title {
    font-size: 30px;
    line-height: 30px;
  }
  .page-title.also {
    font-size: 28px;
    line-height: 32px;
  }
  .page-title.sub {
    font-size: 18px;
    line-height: 23px;
  }
  .people-thumbs-container {
    width: 100%;
  }
  .highlight-content-wrapper {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .bq-highlight {
    margin-right: 0px;
    padding-right: 0px;
  }
  .highlight-head {
    font-size: 22px;
    line-height: 27px;
  }
  .highlight-head.dk-blue {
    font-size: 18px;
    line-height: 22px;
  }
  .resource-preview-container {
    margin-bottom: -1px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .resource-preview-title {
    font-size: 20px;
    line-height: 24px;
  }
  .resource-preview-thumbnail-wrapper {
    width: 100%;
    margin-bottom: 12px;
    float: left;
  }
  .resource-preview-thumbnail-wrapper.also {
    width: 100%;
  }
  .resource-preview-left {
    width: 100%;
    padding-right: 0px;
    float: right;
  }
  .resource-preview-left.also {
    width: 100%;
  }
  .interior-sub-nav {
    padding: 5px 10px;
    font-size: 10px;
    line-height: 10px;
  }
  .interior-sub-nav-wrapper {
    line-height: 16px;
    text-align: center;
  }
  .resource-detail-title {
    font-size: 22px;
    line-height: 26px;
  }
  .resource-additional-container {
    bottom: -70px;
    margin-top: -70px;
    padding-bottom: 80px;
  }
  .event-preview {
    font-size: 14px;
    line-height: 21px;
  }
  .event-preview.detail {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .event-preview-date {
    font-size: 16px;
    line-height: 20px;
  }
  .author-preview {
    display: block;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
  }
  .author-preview-tn-wrapper {
    width: 25%;
    float: none;
  }
  .auth-preview-content-wrapper {
    width: 100%;
    padding-left: 0px;
  }
  .author-highlight-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .auth-high-port-wrapper {
    width: 50%;
    margin-bottom: 15px;
  }
  .auth-high-info-wrapper {
    width: 100%;
  }
  .auth-highlight-link {
    display: block;
  }
  .event-pic-wrapper {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: none;
  }
  .sb-outer-wrapper {
    width: 100%;
  }
  .med.white.ex-b {
    font-size: 14px;
    line-height: 18px;
  }
  .hero-col._1 {
    width: 100%;
    padding-left: 20px;
    font-size: 14px;
    text-align: center;
  }
  .hero-col._2 {
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  .hero-content.right {
    line-height: 24px;
    text-align: center;
  }
  .hero-content.left {
    line-height: 24px;
    text-align: center;
  }
  .hp-highlight-image {
    width: 100%;
  }
  .hp-highlight-copy-wrapper.client {
    font-size: 14px;
    line-height: 40px;
  }
  .hl-left-arrow.bottom {
    right: 2px;
    bottom: 60%;
  }
  .hl-right-arrow.bottom {
    left: 2px;
    bottom: 60%;
  }
  .hp-quater-wrapper {
    width: 100%;
  }
  .hp-q-overlay.dark {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .hp-q-overlay.bright {
    font-size: 18px;
    text-align: center;
  }
  .hp-people-highlight {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
  .event-info-inner {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

