/*
Theme Name: BB&C
Theme URI: 
Description: Custom theme for Pivot and BB&C
Author: Joe Blackburn
Version: 1.1
Tags: custom
*/
/* =============================================================================
   Adapted from HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== *

/* !Global Styles test- - - - - */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.sans {
  font-family: "azo-sans-web", Arial, Verdana, sans-serif; }

.serif {
  font-family: "ff-tisa-web-pro", Georgia, Times serif;
  font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum"; }

.grey {
  color: #989899; }

.dk-grey {
  color: #231f20; }

.blue {
  color: #01aac7; }

.lt-blue {
  color: #9ad9e8; }

.dk-blue {
  color: #00263d; }

.orange {
  color: #f47d47; }

.white {
  color: #fff; }

.grey-bg {
  background: #989899; }

.dk-grey-bg {
  background: #231f20; }

.blue-bg {
  background: #01aac7; }

.lt-blue-bg {
  background: #9ad9e8; }

.dk-blue-bg {
  background: #00263d; }

.orange-bg {
  background: #f47d47; }

.dk-blue-bg80 {
  background: rgba(0, 38, 61, 0.8); }

.orange-bg95 {
  background: rgba(244, 125, 71, 0.95); }

.white-bg {
  background: #fff; }

.italic {
  font-style: italic; }

.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.center {
  text-align: center; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.space {
  letter-spacing: .05em; }

.space2 {
  letter-spacing: .1em; }

.fleft {
  float: left; }

.fright {
  float: right; }

.plain a, a.plain {
  text-decoration: none; }

a {
  color: #01aac7;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a:hover {
  color: #00263d; }

.rel {
  position: relative; }

ul.clean {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.inline {
  display: inline-block; }

ul.inline li {
  display: inline;
  float: left; }

img.full {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

.rounded {
  border-radius: 6px; }

a.button,
input.gform_button,
input.button,
.payment button,
.payment a.button-link {
  padding: 7px 15px 9px 15px;
  font-size: em(18px);
  line-height: 1em;
  display: inline-block;
  border: 3px solid #01aac7;
  color: #01aac7;
  letter-spacing: .05em;
  background: none;
  margin: 0;
  font-family: "azo-sans-web", Arial, Verdana, sans-serif;
  font-weight: bold;
  border-radius: 6px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a.button:hover,
input.gform_button:hover,
input.button:hover,
.payment button:hover,
.payment a.button-link:hover {
  color: #f47d47;
  border-color: #f47d47; }

/* !Font Size Fuctions - - - - - */
/* !SEO - - - - - */
h1.plain {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  line-height: inherit; }

/* !Body - - - - - */
body {
  min-width: 320px;
  font-size: 20px;
  line-height: 1.6em;
  background: #01aac7;
  font-family: "azo-sans-web", Arial, Verdana, sans-serif;
  color: #989899; }

#main {
  background: #fff; }

#main.pad {
  padding: 100px 0; }

#main.no-bottom {
  padding-bottom: 0 !important; }

.inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%; }

/* !Header - - - - - */
header {
  height: 144px;
  padding: 44px 0;
  background: #00263d; }

.practice-nav-title {
  text-transform: capitalize;
  letter-spacing: normal;
  margin-top: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4em;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.practice-nav-wrap {
  width: 100%;
  z-index: 10;
  padding-top: 70px;
  display: none;
  position: relative; }

.page-template-practice-landing #ptop, .page-template-practice-landing a.practice-close {
  display: none !important; }

.page-template-practice-landing #main .practice-nav-wrap {
  display: block !important; }

a.logo {
  width: 165px;
  display: block;
  float: left; }

a.home-logo {
  width: 248px;
  display: block;
  float: left; }

ul.nav {
  float: right;
  padding-top: 12px;
  position: relative;
  z-index: 100; }

.wf-loading ul.nav {
  /* styles to use before Typekit is loaded */
  visibility: hidden; }

.wf-active ul.nav {
  /* styles to use after Typekit is loaded */
  visibility: visible; }

ul.nav a {
  font-size: 0.7em;
  margin-left: 18px;
  display: block;
  cursor: pointer; }

ul.nav a:hover,
ul.nav li#current a {
  color: #fff; }

a.practice-toggle.open {
  color: #f47d47 !important; }

a.practice-toggle.open {
  background-image: url(images/orange-arrow-up.svg); }

ul.nav li:first-child a {
  margin-left: 0; }

a.practice-toggle {
  padding-right: 20px;
  background: url(images/blue-arrow-down.svg) no-repeat right center; }

ul.practice-list {
  width: 100%; }

ul.practice-list li {
  width: 20%;
  padding: 0 40px;
  margin-bottom: 65px; }

ul.practice-list li:nth-child(5n+1) {
  clear: both; }

ul.practice-list a {
  margin: 0;
  position: relative;
  display: block; }

.blue-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

ul.practice-list a:hover .white-icon {
  opacity: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

ul.practice-list a:hover .blue-icon {
  opacity: 1; }

ul.practice-list a:hover .practice-nav-title {
  color: #9ad9e8; }

a.practice-close, a.resume-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  width: 33px;
  height: 33px;
  cursor: pointer; }

a.nav-toggle {
  position: absolute;
  top: 16px;
  right: 30px;
  width: 21px;
  cursor: pointer;
  display: none;
  z-index: 1000; }

.scroll-nav {
  width: 100%;
  height: 84px;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  display: none;
  padding-top: 20px; }

.scroll-nav ul.nav {
  padding-top: 2px; }

ul.nav li.talk {
  font-size: 0.7em;
  text-transform: capitalize;
  letter-spacing: normal;
  text-align: left;
  font-weight: normal;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 2px solid #01aac7;
  position: relative;
  top: -10px; }

ul.nav li.talk a {
  display: block;
  margin-left: 0;
  font-size: 100%;
  line-height: normal;
  font-weight: normal; }

ul.nav li.talk a:hover {
  color: #01aac7; }

a.mobile-phone {
  display: none; }

/* !Footer - - - - - */
footer {
  background: #00263d;
  padding-top: 60px; }

.footer-right {
  text-align: right; }

ul.footer-nav {
  margin-bottom: 5px;
  font-size: 0.8em;
  font-family: "ff-tisa-web-pro", Georgia, Times serif;
  color: #fff; }

ul.footer-nav a {
  color: #fff; }

ul.footer-nav a:hover {
  color: #01aac7; }

li.footer-sep {
  padding: 0 10px; }

.footer-social a {
  display: inline-block;
  margin-left: 15px; }

.footer-social a:first-child {
  margin-left: 0; }

.footer-social path {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.footer-social a:hover path {
  fill: #fff; }

.footer-bottom {
  padding: 10px 0;
  font-size: 0.55em;
  line-height: 1.2em;
  margin-top: 50px; }

.footer-left{
  width: 75%;
  padding-right: 0px!important; }

.footer-right {
  width: 25%;
  padding: 0 0 0 30px; }

.footer-content {
  font-family: "ff-tisa-web-pro", Georgia, Times serif;
  font-size: 0.8em;
  line-height: 1.4em; }

.footer-content a {
  color: #fff; }

.footer-content a:hover {
  color: #01aac7; }

ul.footer-cols li {
  margin-right: 50px; }

ul.footer-cols li:last-child {
  margin-right: 0; }

.footer-title {
  font-size: 0.9em;
  margin-bottom: 3px; }

ul.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.gform_fields li {
  margin-bottom: 15px; }

input.medium,
textarea.medium,
.ginput_container_creditcard input[type=text] {
  width: 100%;
  background: #fff;
  border: none;
  padding: 5px 10px;
  height: 50px;
  font-family: "ff-tisa-web-pro", Georgia, Times serif;
  color: #00263d;
  margin-top: 5px;
  border-radius: 0;
  -webkit-appearance: none; }

textarea.medium {
  resize: none;
  height: 280px; }

.gform_footer img {
  display: block;
  margin: 10px 0 0 0;
  width: 24px;
  height: auto;
  clear: both; }

li.gform_validation_container {
  display: none !important; }

.gfield_label,
.ginput_container_creditcard label {
  font-size: 0.65em;
  font-family: "ff-tisa-web-pro", Georgia, Times serif;
  color: #01aac7;
  font-style: italic; }

.email-signup {
  overflow: hidden; }

.email-signup .gfield_label {
  display: none; }

.email-signup input.gform_button {
  position: absolute;
  top: 0;
  left: -9999px;
  z-index: 1; }

.gform_footer {
  padding-top: 5px; }

.footer-form {
  padding: 0 0 50px 0;
  display: none; }

li#field_2_1,
li#field_2_2,
li#field_2_3,
li#field_2_4,
li#field_2_5,
li#field_4_1,
li#field_4_2,
li#field_4_3,
li#field_4_4,
li#field_4_5,
li#field_4_6,
li#field_4_9 {
  width: 33.33%;
  padding: 0 13px;
  float: left; }

li#field_2_1,
li#field_2_4,
li#field_4_1,
li#field_4_6 {
  padding: 0 26px 0 0;
  clear: both; }

li#field_2_3,
li#field_4_9,
li#field_4_4 {
  padding: 0 0 0 26px; }

li#field_2_7,
li#field_4_7,
li#field_2_6 {
  clear: both; }

.validation_error, .contact-form .gform_confirmation_message {
  padding-bottom: 20px;
  color: #f47d47;
  font-family: "ff-tisa-web-pro", Georgia, Times serif;
  font-weight: bold; }

.validation_message {
  font-size: 0.6em;
  font-style: italic;
  font-family: "ff-tisa-web-pro", Georgia, Times serif;
  padding-top: 2px;
  color: #f47d47; }

.email-signup {
  margin-top: 40px;
  max-width: 400px; }

.email-signup input.medium {
  background: rgba(255, 255, 255, 0.1);
  font-style: italic;
  height: 38px;
  line-height: auto;
  color: #01aac7;
  font-size: 90%;
  margin: 0; }

.email-signup ::-webkit-input-placeholder {
  color: #01aac7;
  opacity: 1; }

.email-signup :-moz-placeholder {
  /* Firefox 18- */
  color: #01aac7;
  opacity: 1; }

.email-signup ::-moz-placeholder {
  /* Firefox 19+ */
  color: #01aac7;
  opacity: 1; }

.email-signup :-ms-input-placeholder {
  color: #01aac7;
  opacity: 1; }

li#field_1_1 .ginput_container {
  padding-right: 110px;
  position: relative; }

.join {
  height: 38px;
  line-height: 38px;
  width: 110px;
  background: #01aac7;
  font-family: "ff-tisa-web-pro", Georgia, Times serif;
  font-weight: bold;
  color: #00263d;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: none;
  font-size: 90%;
  font-style: italic;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.join:hover {
  background: rgba(1, 170, 199, 0.7); }

.email-signup .validation_error {
  font-size: 0.8em; }

a.footer-toggle, a.resume-toggle {
  position: absolute;
  top: -75px;
  left: 30px;
  background: #fff;
  padding: 5px 30px 5px 15px;
  font-size: 0.7em;
  line-height: normal;
  cursor: pointer;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

a.footer-toggle:hover {
  color: #01aac7; }

a.footer-toggle:after, a.resume-toggle:after {
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(images/dk-blue-arrow-down.svg) no-repeat; }

a.footer-toggle.open:after {
  background-image: url(images/dk-blue-arrow-up.svg); }

.gform_confirmation_message_2 {
  font-family: "ff-tisa-web-pro", Georgia, Times serif;
  font-style: italic;
  color: rgba(1, 170, 199, 0.6);
  font-size: 140%;
  line-height: 1.2em;
  padding: 40px 0; }

.gform_confirmation_message_2 h1 {
  font-style: normal;
  color: #01aac7;
  font-size: 200%;
  line-height: 1em; }

/* !Subpage - - - - - */
.header-screen {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 5em;
  line-height: 1em; }

.flex-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto; }

.header-screen-text {
  text-align: left;
  padding-bottom: 40px; }

.header-screen .flex-item {
  width: 100%; }

.headline, h1, h1.seo-headline {
  font-size: 1.7em;
  line-height: 1.6em;
  margin-bottom: 15px; }

.text img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block; }

/* !About - - - - - */
.stats {
  margin-top: 100px;
  padding: 80px 0;
  background: url(images/trans.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.stats-cycle {
  padding: 0 40px;
  margin-top: 40px; }

.slick-prev, .slick-next {
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  width: 30px;
  height: 56px;
  text-indent: -9999px;
  z-index: 1000;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.slick-prev {
  left: -20px;
  background: url(images/slide-arrow-left.svg) no-repeat; }

.slick-next {
  right: -20px;
  background: url(images/slide-arrow-right.svg) no-repeat; }

.slick-active {
  opacity: 1 !important; }

.stat-slide {
  padding: 0 50px 2px 50px;
  cursor: pointer; }

.stat-slide img {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.stat-slide.open img.white {
  opacity: 0; }

.stat-slide img.orange {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1; }

.stat-slide.open img.orange {
  opacity: 1; }

.slick-disabled {
  opacity: 0; }

.stat-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 10;
  text-align: center;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.stat-screen .flex-item {
  width: 100%; }

.stat-number {
  font-size: 2.5em;
  line-height: 1.2em; }

.stat-text {
  font-size: 1.1em;
  line-height: 1.3em; }

.stat-description {
  padding: 30px 0;
  display: none; }

.stat-description p {
  margin: 10px 0; }

.stat-slide:hover .stat-screen {
  color: #f47d47; }

.stat-slide.open .stat-screen {
  color: #fff !important; }

.testimonials {
  margin-top: 100px; }

.testimonial {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #01aac7; }

.testimonial:first-child {
  padding-top: 0;
  border: none; }

.testimonial-text {
  font-size: 2.5em;
  line-height: 1.3em; }

.testimonial-text p {
  margin: 0; }

.testimonial-name {
  margin-top: 10px; }

/* !Single Post - - - - - */
.single-post .header-screen, .archive .header-screen {
  font-family: "azo-sans-web", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.4em; }

.single-post .header-screen span, .archive .header-screen span {
  max-width: 500px; }

h1 {
  font-family: "ff-tisa-web-pro", Georgia, Times serif;
  font-weight: normal;
  color: #00263d;
  margin-top: 40px; }

h2 {
  font-family: "azo-sans-web", Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #01aac7;
  font-size: 0.85em;
  line-height: 1.4em;
  margin: 40px 0 5px 0;
  text-transform: uppercase;
  letter-spacing: .05em; }

h1:first-child, h2:first-child {
  margin-top: 0; }

.text ul {
  list-style: none;
  padding: 0;
  margin: 20px 0; }

.text ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 20px; }

.text ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 12px;
  left: 0;
  background: #01aac7; }

.author-image {
  width: 110px;
  border-radius: 120%;
  overflow: hidden;
  margin-right: 20px; }

.author-info {
  padding-top: 15px; }

.author-name {
  font-size: 0.85em;
  line-height: 1.3em; }

.author-title {
  font-size: 0.9em;
  line-height: 1.3em;
  margin-top: 5px; }

.post-footer {
  margin-top: 50px; }

.related-title {
  font-size: 0.8em;
  padding: 0 30px 20px 30px; }

.single-post .header-screen .list-post-subhead {
  font-size: 60%;
  font-weight: normal;
  text-transform: none; }

/* !Blog Landing - - - - - */
.list-post {
  background: url(images/trans.png) no-repeat center #00263d;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.list-post a {
  display: block;
  padding: 75px 0;
  color: #fff; }

.list-post-left {
  width: 66.66%;
  padding: 0 40px 0 30px; }

.list-post-right {
  width: 33.33%;
  padding-right: 30px; }

.list-post-title {
  font-size: 2em;
  line-height: 1.3em;
  margin: 0 0 10px 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.list-post-right p {
  margin: 0; }

.list-post-subhead {
  font-size: 1.2em;
  line-height: 1.3em; }

.list-post a:hover .list-post-title {
  color: #01aac7; }

/* !Pagination - - - - - */
.post-nav a, a.sort-toggle {
  font-size: 0.9em;
  line-height: normal;
  padding: 10px 30px;
  background: #f47d47;
  display: block;
  color: #fff;
  cursor: pointer; }

.post-nav a:hover, a.sort-toggle:hover {
  background: #01aac7; }

#infscr-loading {
  padding: 20px 0;
  text-align: center;
  font-family: "ff-tisa-web-pro", Georgia, Times serif;
  background: #00263d;
  color: #fff;
  font-size: 0.8em; }

#infscr-loading img {
  width: 24px;
  margin: 0 auto;
  display: block; }

/* !Single Attorney - - - - - */
.att-image {
  margin-bottom: 50px; }

.concentrations {
  text-align: right; }

.sidebar-title {
  font-size: 0.85em;
  line-height: 1.3em;
  margin-bottom: 10px; }

ul.concentration-list a {
  display: block;
  margin-top: 10px;
  font-size: 0.8em;
  line-height: 1.3em;
  color: #f47d47; }

ul.concentration-list a:hover {
  color: #01aac7; }

.att-left {
  width: 21.6%; }

.att-right {
  width: 78.4%;
  padding-left: 75px; }

.bio {
  margin-top: 30px; }

ul.att-links {
  margin-top: 30px; }

.att-name, .att-title {
  margin-bottom: 0; }

ul.att-links a {
  color: #f47d47;
  padding-left: 38px;
  line-height: 1.2em;
  display: block;
  min-height: 24px; }

ul.att-links {
  width: 100%; }

ul.att-links li {
  width: 33.33%;
  padding-right: 40px; }

ul.att-links a:hover {
  color: #00263d; }

a.att-email {
  background: url(images/email-icon.svg) no-repeat left 2px; }

a.att-phone {
  background: url(images/phone.svg) no-repeat 2px 2px; }

a.att-vcard {
  background: url(images/vcard-icon.svg) no-repeat left 2px; }

a.att-linkedin {
  background: url(images/linkedin-icon.svg) no-repeat left 2px; }

.mobile-titles, ul.mobile-links {
  display: none; }

ul.mobile-links a {
  margin-top: 20px; }

ul.mobile-links li {
  padding: 0;
  width: 100%; }

/* !Single Practice - - - - - */
.practice-image {
  margin-bottom: 50px; }

.area-image {
  width: 156px;
  height: 156px;
  border-radius: 120%;
  overflow: hidden;
  margin: 0 auto 20px auto; }

.area-name, .area-title {
  font-size: 0.9em;
  line-height: 1.3em;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

ul.area-list li {
  margin-top: 45px; }

.mobile-practice-image {
  display: none; }

.practice-title {
  padding-left: 75px;
  line-height: 55px;
  position: relative; }

.practice-title img {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px; }

ul.area-list a:hover .area-name {
  color: #01aac7; }

.pull-post {
  margin-top: 25px; }

.pull-header {
  border-bottom: 2px solid #01aac7;
  padding-bottom: 2px;
  font-size: 1.1em;
  margin-bottom: 30px; }

.pull-post-excerpt p {
  margin-top: 0; }

.pull-posts {
  margin-top: 60px; }

/* !Homepage - - - - - */
.home-block {
  width: 50%;
  float: left;
  font-size: 0.9em; }

.home3 .home-block {
  width: 33.33%; }

.home-screen, .top-home-screen {
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.top-home-screen {
  background: rgba(0, 38, 61, 0.4); }

.top-home-screen.no-bg {
  background: none; }

#video-wrap {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

.home-block a {
  display: block;
  color: #fff; }

.home-block a:hover {
  color: #01aac7; }

.home-video {
  padding: 30px;
  display: none; }

.home-block-subhead {
  line-height: 1.4em; }

a.video-toggle {
  margin-top: 20px; }

.home-headline {
  font-size: 5em;
  line-height: 1.1em; }

.home-subhead {
  margin: 0; }

a.home-scroll {
  text-indent: -9999px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  z-index: 100;
  margin-left: -23px;
  background: url(images/circle-arrow-blue.svg) no-repeat;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a.home-scroll:hover {
  background-image: url(images/circle-arrow-orange.svg); }

.home-blog {
  background: url(images/home-block.png) no-repeat center #00263d;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

img.home-mobile {
  display: none; }

.home-content {
  padding: 80px 0; }

.desktop-badge {
  width: 250px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 101; }

.mobile-badge {
  width: 250px;
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 101;
  display: none; }

.home1 .mobile-badge img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: static; }

/* !Careers - - - - - */
.gform_drop_area {
  padding: 30px;
  font-family: "azo-sans-web", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .05em;
  border: 2px solid #fff;
  text-align: center; }

.gform_drop_area input.button {
  font-size: 0.8em; }

.gform_drop_area input.button, .orange-form input.gform_button {
  color: #00263d;
  border-color: #00263d; }

.gform_drop_area input.button:hover, .orange-form input.gform_button:hover {
  color: #fff;
  border-color: #fff; }

.gform_drop_instructions {
  padding-right: 20px;
  font-size: 0.7em; }

.resume-form {
  padding: 70px 0 50px 0;
  display: none; }

.orange-form .gfield_label {
  color: #00263d; }

#extensions_message {
  font-size: 0.8em;
  padding-top: 5px;
  font-family: "ff-tisa-web-pro", Georgia, Times serif;
  font-style: italic;
  color: #fff; }

.ginput_preview {
  position: relative;
  padding-left: 25px; }

.ginput_preview img {
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 1px;
  left: 0; }

.ginput_preview:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 1px;
  z-index: 9;
  background: url(images/cancel.svg) no-repeat; }

.ginput_preview {
  font-size: 0.8em;
  line-height: 1.1em;
  font-weight: normal; }

.orange-form .validation_message, .orange-form .validation_error {
  color: #00263d; }

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

.ginput_container_fileupload .validation_message {
  font-size: 0.8em; }

.ginput_preview a {
  color: #00263d; }

.career-text {
  margin-top: 40px; }

a.resume-toggle {
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  border-radius: 6px;
  background: #f47d47;
  color: #fff; }

a.resume-toggle:after {
  background-image: url(images/white-arrow-down.svg); }

a.resume-toggle.open:after {
  background-image: url(images/white-arrow-up.svg); }

a.resume-toggle.open {
  border-radius: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.job-text {
  padding: 30px 30px 20px 30px;
  border: 1px solid #01aac7;
  border-top: 0; }

.job-text p {
  margin: 0 0 10px 0; }

a.job {
  display: block;
  margin-top: 10px;
  border-radius: 6px;
  padding: 5px 60px 5px 15px;
  font-size: 0.85em;
  cursor: pointer; }

a.job:after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 15px;
  background: url(images/blue-arrow-down.svg) no-repeat center 9px #fff;
  border-radius: 120%;
  z-index: 1; }

a.job.ui-state-active:after {
  background-image: url(images/blue-arrow-up.svg);
  background-position: center 7px; }

a.job.ui-state-active {
  border-radius: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.accordion-wrap {
  margin-top: 50px; }

/* !Professionals - - - - - */
.staff-bottom {
  margin-top: 100px; }

.attorney-list-wrap {
  padding-bottom: 20px; }

ul.quick-list {
  font-size: 0.9em;
  line-height: 1.3em;
  width: 100%; }

ul.quick-list li {
  width: 20%;
  padding-right: 40px;
  margin-bottom: 35px; }

ul.quick-list li:nth-child(5n+1) {
  clear: both; }

ul.quick-list a {
  display: block;
  color: #fff; }

.quick-list-name {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.attorney-list-wrap a:hover .quick-list-name {
  color: #00263d; }

a.staff-toggle {
  border-radius: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.staff-bottom ul.quick-list {
  padding-top: 10px; }

ul.quick-list a.staff-email {
  color: #f47d47;
  margin-top: 3px;
  display: block; }

ul.quick-list a.staff-email:hover {
  color: #01aac7; }

.att-cycle .slick-prev {
  left: 0;
  width: 60px;
  height: 86px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: -43px;
  background-position: center; }

.att-cycle .slick-next {
  right: 0;
  width: 60px;
  height: 86px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: -43px;
  background-position: center; }

.att-cycle .slick-prev:hover, .att-cycle .slick-next:hover {
  background-color: rgba(0, 0, 0, 0); }

.att-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  padding: 30px 60px;
  opacity: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.att-slide:hover .att-screen {
  opacity: 1; }

.att-screen .flex-item {
  width: 100%; }

ul.att-concentration-list {
  padding-top: 15px;
  border-top: 1px solid #fff;
  width: 100%;
  margin-top: 20px;
  font-size: 0.8em;
  line-height: 1.3em; }

ul.att-concentration-list li {
  margin-top: 5px; }

.att-screen-name, .att-screen-title {
  font-size: 0.9em;
  line-height: 1.4em; }

.att-screen a.button {
  margin-top: 30px;
  display: inline-block;
  font-size: 0.9em;
  color: #fff;
  border-color: #fff; }

.att-screen a.button:hover {
  color: #f47d47;
  border-color: #f47d47; }

/* !Blog Sorting - - - - - */
.blog-sort.is-fixed {
  position: fixed;
  top: 84px;
  left: 0;
  width: 100%;
  z-index: 10000; }

.sort-wrap {
  display: none; }

ul.sort-list {
  width: 100%;
  padding: 30px 0;
  text-align: left; }

ul.sort-list li {
  width: 33.33%;
  padding: 0 30px; }

ul.sort-list li:nth-child(1) {
  padding: 0 0 0 30px; }

ul.sort-list li:nth-child(3) {
  padding: 0 30px 0 0; }

ul.sort-list select {
  width: 100%;
  background: none !important;
  color: #fff;
  font-family: "ff-tisa-web-pro", Georgia, Times serif;
  border-radius: 6px;
  padding: 4px 10px 7px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-style: italic;
  font-size: 0.8em;
  border: none;
  position: relative;
  z-index: 100; }

ul.sort-list option {
  background: #fff;
  color: #989899; }

.blog-sort .inner, .list-post .inner {
  padding: 0; }

.select-wrap {
  position: relative;
  background: #00263d;
  border-radius: 6px;
  margin-top: 5px; }

.select-wrap:after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 10px;
  background: url(images/dk-blue-arrow-down.svg) no-repeat center 9px #fff;
  border-radius: 120%;
  z-index: 1; }

select::-ms-expand {
  display: none; }

/* !Sidebar Form - - - - - */
.sidebar-form {
  position: absolute;
  top: 100px;
  right: 0;
  width: 100%;
  padding: 50px 0;
  z-index: 10000; }

.form-title {
  margin-bottom: 30px; }

/* !Contact - - - - - */
ul.contact-sections li {
  margin-top: 30px; }

ul.contact-sections li:first-child {
  margin-top: 0; }

ul.contact-sections a {
  color: #989899; }

ul.contact-sections a:hover {
  color: #f47d47; }

.contact-form .gfield_label {
  font-weight: bold;
  color: #f47d47; }

.contact-form .hide-label .gfield_label {
  display: none; }

.contact-form input.medium,
.contact-form textarea.medium,
.ginput_container_creditcard input[type=text] {
  background: #ECECEC; }

ul.gfield_checkbox, ul.gfield_radio {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.65em; }

ul.gfield_checkbox label, ul.gfield_radio label {
  padding-left: 0px; }

ul.gfield_checkbox li, ul.gfield_radio li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding-right: 20px; }

ul.gfield_checkbox li input, ul.gfield_radio li input {
  width: 20px;
  height: 20px;
  background: #ECECEC;
  -webkit-appearance: none;
  border: 3px solid transparent;
  position: relative;
  top: 5px; }

ul.gfield_checkbox li input:checked, ul.gfield_radio li input:checked {
  border-color: #ECECEC;
  background: #f47d47; }

ul.gfield_radio li input {
  border-radius: 120%; }

.contact-form select,
.home-form select {
  width: 100%;
  height: 50px;
  padding: 5px 42px 5px 10px;
  font-family: "ff-tisa-web-pro", Georgia, Times serif;
  color: #00263d;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  background: url(images/dk-blue-arrow-down.svg) no-repeat right 15px center #ECECEC;
  margin-top: 5px; }

.home-form select {
  background-color: #fff; }

.contact-form .gfield_description {
  font-size: 0.65em;
  color: #f47d47;
  font-style: italic;
  line-height: 1.2em;
  margin-bottom: 15px; }

li#field_5_10, li#field_5_11, li#field_5_2, li#field_5_3, li#field_5_4 {
  width: 100%;
  display: inline-block; }

li#field_5_1, li#field_5_3 {
  padding-right: 0px; }

li#field_5_2, li#field_5_4 {
  padding-left: 0px; }

li#field_5_5 {
  clear: both; }

.map-wrap {
  margin-top: 50px; }

.map {
  height: 400px; }

.success .after-form {
  display: none; }

.map-wrap .headline {
  width: 65%;
  float: left; }

.map-wrap a.directions {
  width: 35%;
  float: right;
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.65em;
  position: relative;
  top: 25px;
  letter-spacing: .1em;
  line-height: 1.5em; }

/* !Footer Edits 2/17 - - - - - */
.footer-links-wrap {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 2px solid #01aac7; }

.footer-links-left, .footer-links-right {
  width: 50%; }

ul.footer-links {
  display: block;
  width: 100%;
  font-size: 0.7em;
  line-height: 1.3em; }

ul.footer-links li {
  display: inline-block;
  padding-right: 40px;
  vertical-align: top;
  width: 50%; }

ul.footer-links a {
  color: #fff;
  margin-top: 10px;
  display: block; }

ul.footer-links a:hover {
  color: #01aac7; }

/* !Homepage Form - - - - - */
.home-form {
  padding: 60px 0; }

.home-form .gfield_label {
  display: block;
  color: #00263d; }

li#field_6_1,
li#field_6_2,
li#field_6_3,
li#field_6_4 {
  width: 50%;
  float: left; }

li#field_6_10,
li#field_6_11{
	width:50%;
	float: left;
}

li#field_6_11{
	padding-left:20px;
}

li#field_6_1,
li#field_6_4 {
  padding-right: 0px;
  clear: left;
  width:100%;
}

li#field_6_2 {
  padding: 0 0px; }

li#field_6_3 {
  padding-left: 20px; }

li#field_6_5 {
  width: 100%;
  float: left;
  padding-left: 0px; }

li#field_6_7 {
  clear: both; }

.home-form-wrap {
  padding-top: 20px; }

.home-form input.gform_button {
  border-color: #00263d;
  color: #00263d; }

.home-form input.gform_button:hover {
  border-color: #fff;
  color: #fff; }

.home-form .validation_error,
.home-form .gform_confirmation_message,
.home-form .validation_message {
  color: #fff; }

/* !Search - - - - - */
li.search-nav {
  margin-left: 20px;
  position: relative; }

ul.nav li.search-nav a {
  position: relative;
  top: 2px;
  margin-left: 20px; }

li.search-nav path {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

li.search-nav a:hover path {
  fill: #fff; }

li.search-nav:before {
  content: "";
  width: 2px;
  height: 50px;
  position: absolute;
  left: 0;
  top: -10px;
  background: #01aac7;
  z-index: 1; }

.search-form-wrap {
  position: absolute;
  top: 144px;
  left: 0;
  width: 100%;
  z-index: 10001;
  background: #01aac7;
  text-align: center;
  display: none; }

.scrolled .search-form-wrap {
  top: 84px;
  position: fixed; }

.search-form-wrap input {
  width: 320px;
  height: 50px;
  padding: 5px 25px 8px 25px;
  line-height: normal;
  text-align: center;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #00263d; }

.search-form-wrap ::-webkit-input-placeholder {
  color: #00263d !important;
  opacity: 1 !important; }

.search-form-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #00263d !important;
  opacity: 1 !important; }

.search-form-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #00263d !important;
  opacity: 1 !important; }

.search-form-wrap :-ms-input-placeholder {
  color: #00263d !important;
  opacity: 1 !important; }

.search-post-wrap {
  padding: 50px 0; }

ol.search-results-list li {
  margin-top: 40px; }

ol.search-results-list li:first-child {
  margin-top: 0; }

.search-title {
  font-size: 1em;
  line-height: 1.3em; }

/* !Captcha - - - - - */
.hide-label .gfield_label {
  display: none !important; }

/* !Attorney Email Form - - - - - */
.att-email-form {
  padding: 40px 0;
  display: none; }

.att-email-form .sidebar-title {
  padding-bottom: 30px; }

.att-email-form .gfield_label,
.ginput_container_creditcard label {
  font-weight: bold;
  color: #f47d47; }

.att-email-form .hide-label .gfield_label {
  display: none; }

.att-email-form input.medium,
.att-email-form textarea.medium {
  background: #ECECEC; }

/* !Payment Button - - - - - */
.payment {
  margin-top: 30px;
  display: inline-block; }

.payment button,
.payment a.button-link {
  background: #01aac7;
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: 0.7em;
  line-height: 1.3em;
  padding: 10px 20px; }

.payment button:hover,
.payment a.button-link:hover {
  background: #fff;
  color: #01aac7; }

.payment-wrap {
  position: absolute;
  bottom: calc(100% + 20px);
  left: 50%;
  transform: translate(-50%, 0);
  width: 210px;
  background: #01aac7;
  padding: 10px;
  display: none; }

.payment-wrap button,
.payment-wrap a.button-link {
  background: rgba(0, 38, 61, 0.5);
  color: #fff;
  display: block;
  width: 100%;
  display: block;
  margin-top: 10px; }

.payment-wrap div:first-child button,
.payment-wrap a.button-link:first-child {
  margin-top: 0; }

.payment-wrap button:hover,
.payment-wrap a.button-link:hover {
  background: #00263d;
  color: #fff; }

.payment-wrap:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(1, 170, 199, 0);
  border-top-color: #01aac7;
  border-width: 10px;
  margin-left: -10px; }

/* !Payment Page - - - - - */
.page-form {
  max-width: 700px;
  margin: 40px auto; }

.gfield_total {
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 40px 0 !important;
  display: block;
  color: #231f20; }

.gfield_total .gfield_label {
  display: inline-block;
  vertical-align: top;
  font-size: 100%;
  padding-right: 10px; }

.ginput_container_total {
  display: inline-block;
  vertical-align: top; }

.ginput_container_creditcard .ginput_card_field .has-select {
  margin: 0 0 15px 0;
  float: left;
  clear: both; }

.ginput_full {
  margin-bottom: 20px;
  display: block; }

.ginput_complex label {
  display: block;
  clear: both;
  margin-top: 3px; }

.ginput_card_expiration_container label {
  margin-bottom: 20px; }

.ginput_card_security_code_icon {
  display: none; }

.gform_card_icon_container {
  height: 42px;
  display: table;
  margin: 5px 0 20px 0; }

.gform_card_icon {
  width: 60px;
  height: 40px;
  margin-left: 10px;
  display: inline-block;
  float: left;
  text-indent: -9999px; }

.gform_card_icon:first-child {
  margin-left: 0; }

.gform_card_icon_amex {
  background: url(images/amex.svg) no-repeat center;
  background-size: 60px 40px; }

.gform_card_icon_discover {
  background: url(images/discover.svg) no-repeat center;
  background-size: 60px 40px; }

.gform_card_icon_mastercard {
  background: url(images/mastercard.svg) no-repeat center;
  background-size: 60px 40px; }

.gform_card_icon_visa {
  background: url(images/visa.svg) no-repeat center;
  background-size: 60px 40px; }

.donation-form ul.gform_fields select {
  margin: 0 0 10px 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.ginput_container_creditcard {
  height: auto !important;
  border: none !important;
  font-weight: 500 !important; }

.ginput_container_creditcard .ginput_container.has-select select {
  font-weight: 500 !important;
  opacity: 1 !important; }

.ginput_container_creditcard.has-select:after,
.security_code_icon {
  display: none !important; }

.ginput_container_creditcard {
  font-size: 100% !important; }

.gfield_creditcard_warning_message {
  padding-bottom: 20px;
  font-weight: bold;
  color: #f47d47; }

.gfield_description {
  font-size: 0.75em;
  line-height: 1.3em;
  padding-top: 5px; }

.ginput_container_singleproduct span {
  display: none !important; }

.ginput_cardinfo_left select {
  width: calc(50% - 15px);
  margin-left: 30px;
  float: left;
  vertical-align: top; }

.ginput_cardinfo_left select:first-child {
  margin-left: 0; }

.ginput_cardinfo_left span {
  display: block;
  float: none;
  clear: both; }

/* !Header Fix - - - - - */
a.logo {
  width: 164px; }

a.home-logo {
  width: 164px; }

header {
  height: 81px;
  padding-top: 21px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10001; }

ul.nav {
  padding-top: 4px; }

ul.nav a {
  font-size: 0.6em;
  margin-left: 20px; }

/* !Alert Banner - - - - - */
.alert-banner {
  padding: 20px 0; }

.alert-text {
  font-size: 0.9em;
  line-height: 1.5em;
  max-width: 970px;
  margin: 0 auto; }

.alert-text a {
  color: #00263d;
  font-weight: bold; }

.alert-text a:hover {
  color: #fff; }

/* Flexslider Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
@-moz-document url-prefix() {
  .flexslider .slides > li {
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; } }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* Firefox Flicker Fix */
@-moz-document url-prefix() {
  .slides li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000; } }

/* - - - Media Queries - - - */
@media only screen and (max-width: 1120px) {
  /* Style adjustments for viewports that meet the condition */
  ul.nav a {
    font-size: 0.65em;
    letter-spacing: .05em; }
  .header-screen {
    font-size: 3em;
    line-height: 1.1em;
    padding-top: 20px; }
  .stat-number {
    font-size: 2em;
    line-height: 1.2em; }
  .stat-text {
    font-size: 0.9em;
    line-height: 1.3em; }
  .testimonial-text {
    font-size: 2.3em;
    line-height: 1.3em; }
  .att-right {
    padding-left: 40px; }
  ul.quick-list li {
    width: 25%; }
  ul.quick-list li:nth-child(5n+1) {
    clear: none; }
  ul.quick-list li:nth-child(4n+1) {
    clear: both; }
  .footer-left {
    width: 50%; }
  .footer-right {
    width: 40%; }
  ul.footer-cols li:nth-child(3), ul.footer-cols li:nth-child(4) {
    margin-top: 20px; }
  .desktop-badge {
    width: 200px; }
  ul.nav li.search-nav a,
  ul.nav li.talk {
    margin-left: 15px; } }

@media only screen and (max-width: 1023px) {
  /* Style adjustments for viewports that meet the condition */
  ul.nav li.search-nav,
  .talk-label,
  ul.nav li.search-nav {
    display: none; }
  ul.practice-list li {
    padding: 0 20px; }
  a.practice-close, a.resume-close {
    width: 22px;
    height: 22px; }
  ul.practice-list {
    font-size: 110%; }
  .footer-left, .footer-right {
    width: 100%;
    float: none;
    text-align: left;
    padding: 0; }
  .footer-right {
    margin-bottom: 30px;
    padding-top: 30px; }
  #main.pad {
    padding: 70px 0; }
  .header-screen {
    font-size: 2.5em;
    line-height: 1.1em; }
  .stat-number {
    font-size: 1.2em;
    line-height: 1.2em; }
  .stat-text {
    font-size: 0.7em;
    line-height: 1.3em; }
  .testimonial-text {
    font-size: 2em;
    line-height: 1.3em; }
  .list-post-title {
    font-size: 1.7em;
    line-height: 1.3em; }
  .list-post-subhead {
    font-size: 1em;
    line-height: 1.3em; }
  ul.att-links {
    font-size: 0.8em; }
  .stat-slide {
    padding-left: 30px;
    padding-right: 30px; }
  ul.footer-cols li:nth-child(3), ul.footer-cols li:nth-child(4) {
    margin-top: 0; }
  .footer-left {
    font-size: 95%; }
  .map {
    height: 300px; }
  .home-content {
    padding: 60px 0; }
  .footer-links-left, .footer-links-right {
    width: 100%;
    float: none; }
  .footer-links-right {
    margin-top: 20px; }
  .footer-links-wrap {
    margin-top: 20px; }
  .desktop-badge {
    width: 180px;
    top: 20px;
    right: 20px; }
  ul.nav a {
    margin-left: 15px; }
  ul.nav li.talk {
    top: 4px;
    margin-left: 0;
    padding-left: 25px;
    border: none; }
  ul.nav li.talk a, a.mobile-phone {
    width: 20px;
    height: 20px;
    background: url(images/phone.svg) no-repeat center;
    text-indent: -9999px;
    display: block; }
  a.mobile-phone {
    display: none; }
  ul.practice-list {
    font-size: 80%; } }

@media only screen and (max-width: 890px) {
  .desk-titles,
  ul.desk-links,
  .list-post-right {
    display: none; }
  .stat-number {
    font-size: 1.8em;
    line-height: 1.2em; }
  .stat-text {
    font-size: 0.9em;
    line-height: 1.3em; }
  .slick-prev, .slick-next {
    width: 15px;
    height: 28px;
    margin-top: -15px;
    background-size: 15px 28px; }
  .slick-prev {
    left: -20px; }
  .slick-next {
    right: -20px; }
  .stats-cycle {
    padding: 0; }
  .stat-slide {
    padding-left: 25px;
    padding-right: 25px; }
  .testimonial-text {
    font-size: 1.8em;
    line-height: 1.3em; }
  .list-post-left {
    width: 100%;
    padding: 0 30px; }
  .list-post-title {
    font-size: 1.4em;
    line-height: 1.3em; }
  .list-post-subhead {
    font-size: 0.9em;
    line-height: 1.3em; }
  .mobile-titles, ul.mobile-links {
    display: block; }
  .att-left, .att-right {
    width: 100%;
    float: none;
    padding: 0; }
  .att-left {
    margin-top: 30px; }
  .concentrations {
    text-align: left; }
  .att-image {
    max-width: 500px;
    height: 500px;
    overflow: hidden; }
  .practice-left {
    margin-top: 60px; }
  .home-block {
    font-size: 0.7em;
    line-height: 1.4em; }
  .home-headline {
    font-size: 3.75em;
    line-height: 1.1em; }
  ul.quick-list li {
    width: 33.33%; }
  ul.quick-list li:nth-child(4n+1) {
    clear: none; }
  ul.quick-list li:nth-child(3n+1) {
    clear: both; }
  .gform_confirmation_message_2 {
    font-size: 120%;
    line-height: 1.2em;
    padding: 30px 0; }
  .stat-text {
    font-size: 0.7em;
    line-height: 1.3em; }
  .map {
    height: 250px; }
  .home-content {
    padding: 40px 0; }
  .desktop-badge {
    width: 160px; }
  li#field_6_1,
  li#field_6_2,
  li#field_6_3,
  li#field_6_4,
  li#field_6_5 {
    width: 100%;
    padding: 0 !important;
    float: none; } }

@media only screen and (max-width: 767px) {
  /* Style adjustments for viewports that meet the condition */
  .practice-image,
  a.resume-close,
  a.practice-close,
  ul.att-concentration-list,
  .desktop-badge,
  ul.nav li.talk {
    display: none; }
  .scroll-nav,
  .practice-nav-wrap {
    display: none !important; }
  a.mobile-phone {
    display: block;
    position: absolute;
    top: 12px;
    right: 75px; }
  .scroll-nav {
    opacity: 0 !important; }
  .page-template-practice-landing-php #main .practice-nav-wrap {
    display: block !important; }
  header {
    padding: 0;
    height: auto;
    min-height: 46px;
    background: #00263d; }
  header .inner {
    padding: 0;
    position: relative; }
  ul.nav {
    display: none;
    float: none;
    padding-top: 66px;
    padding-bottom: 20px; }
  ul.nav li {
    display: block;
    float: none;
    text-align: left; }
  ul.nav a {
    margin: 5px 0 0 0 !important;
    padding: 0 30px 15px 30px;
    line-height: 1.2em; }
  .practice-nav-wrap {
    position: static;
    padding-top: 30px;
    margin-bottom: 15px; }
  .practice-nav-wrap .inner {
    padding: 0 30px;
    max-width: 460px; }
  ul.practice-list {
    font-size: 110%;
    float: none; }
  ul.practice-list li {
    width: 50%;
    padding: 0;
    margin-bottom: 40px;
    text-align: left;
    display: inline;
    float: left;
    clear: none !important; }
  ul.practice-list li:nth-child(odd) {
    padding-right: 20px;
    clear: left !important; }
  ul.practice-list li:nth-child(even) {
    padding-left: 20px; }
  ul.practice-list a {
    position: relative;
    padding: 0;
    text-align: center; }
  a.logo {
    width: 106px;
    position: absolute;
    top: 11px;
    left: 30px;
    z-index: 10; }
  a.home-logo {
    width: 106px;
    position: absolute;
    top: 11px;
    left: 30px;
    z-index: 10;
    height: 24px; }
  li#field_2_1,
  li#field_2_2,
  li#field_2_3,
  li#field_2_4,
  li#field_2_5,
  li#field_4_1,
  li#field_4_2,
  li#field_4_3,
  li#field_4_4,
  li#field_4_5,
  li#field_4_6,
  li#field_4_9 {
    width: 50%;
    padding: 0; }
  li#field_2_1,
  li#field_2_3,
  li#field_2_5,
  li#field_4_1,
  li#field_4_3,
  li#field_4_5,
  li#field_4_9 {
    padding-right: 20px;
    clear: both; }
  li#field_2_2,
  li#field_2_4,
  li#field_4_2,
  li#field_4_4,
  li#field_4_6 {
    padding-left: 20px;
    clear: none; }
  a.practice-toggle {
    background: none !important;
    padding-right: 0; }
  a.nav-toggle {
    display: block; }
  footer {
    padding: 30px 0 0 0; }
  .footer-bottom {
    margin-top: 30px; }
  a.footer-toggle {
    border-radius: 6px;
    position: relative;
    top: auto;
    left: auto; }
  .footer-form {
    padding: 30px 0 0 0; }
  ul.footer-nav {
    font-size: 0.6em; }
  .footer-title {
    font-size: 0.55em;
    line-height: 1.2em; }
  .footer-content {
    font-size: 0.6em;
    line-height: 1.4em; }
  ul.footer-cols li {
    display: block;
    float: none;
    margin-top: 20px !important; }
  ul.footer-cols li:first-child {
    margin-top: 0 !important; }
  .footer-social svg {
    width: 28px;
    height: 28px; }
  .footer-social a {
    margin-left: 10px; }
  .email-signup input.medium, .join {
    font-size: 0.6em; }
  li#field_1_1 .ginput_container {
    padding-right: 80px; }
  .join {
    width: 80px; }
  a.footer-toggle {
    font-size: 0.65em; }
  input.medium, textarea.medium {
    height: 38px;
    font-size: 0.7em; }
  textarea.medium {
    height: 150px; }
  a.button, input.gform_button {
    font-size: 0.8em; }
  .validation_error {
    font-size: 0.8em;
    line-height: 1.3em; }
  #main.pad {
    padding: 40px 0; }
  .header-screen {
    font-size: 1.8em;
    line-height: 1.1em; }
  .headline {
    font-size: 0.9em;
    line-height: 1.4em; }
  h1.practice-title {
    font-size: 1em;
    line-height: 35px;
    margin-top: 0; }
  h1, h1.seo-headline {
    font-size: 150%; }
  h2 {
    font-size: 105%; }
  .text {
    font-size: 0.6em;
    line-height: 1.6em; }
  .stat-number {
    font-size: 1.8em;
    line-height: 1.2em; }
  .stat-text {
    font-size: 0.7em;
    line-height: 1.3em; }
  .stats {
    margin-top: 40px;
    padding: 40px 0; }
  .testimonials {
    margin-top: 40px; }
  .stats-cycle {
    margin-left: auto;
    margin-right: auto; }
  .stat-description {
    font-size: 0.8em;
    line-height: 1.6em;
    padding: 20px 0; }
  .testimonial-text {
    font-size: 1em;
    line-height: 1.3em; }
  .testimonial-name {
    font-size: 0.6em;
    line-height: 1.3em; }
  .testimonial {
    margin-top: 30px;
    padding-top: 30px; }
  .text ul li {
    padding-left: 15px; }
  .text ul li:after {
    width: 5px;
    height: 5px;
    top: 6px; }
  .author-image {
    width: 75px; }
  .author-name {
    font-size: 0.6em; }
  .author-title {
    font-size: 0.65em; }
  .post-footer {
    margin-top: 30px; }
  .list-post-title {
    font-size: 0.9em;
    line-height: 1.3em; }
  .list-post-subhead {
    font-size: 0.6em;
    line-height: 1.3em; }
  .list-post a {
    padding: 30px 0; }
  .related-title {
    font-size: 0.6em; }
  .single-post .header-screen, .archive .header-screen {
    font-size: 1.2em; }
  .concentrations {
    font-size: 80%; }
  .att-image {
    margin-bottom: 30px; }
  ul.att-links a {
    padding-top: 3px; }
  .area-name, .area-title {
    font-size: 0.8em; }
  .sidebar-title {
    font-size: 0.75em; }
  .mobile-practice-image {
    display: block;
    margin: 30px 0; }
  .practice-title {
    padding-left: 50px;
    line-height: 35px; }
  .practice-title img {
    width: 35px; }
  .home1 {
    height: 431px;
    width: 100%;
    position: relative;
    overflow: hidden; }
  .home1 img, .home1 #video-wrap {
    width: 767px;
    height: 444px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -383px; }
  .home1 #video-wrap {
    height: 431px; }
  .home-block {
    font-size: 0.6em;
    line-height: 1.4em; }
  .home-screen {
    padding: 20px; }
  .home-headline {
    font-size: 2em;
    line-height: 1.1em; }
  .top-home-screen {
    text-align: center; }
  .top-home-screen .flex-item {
    width: 100% !important; }
  .home-video {
    padding: 15px; }
  .resume-form {
    padding: 30px 0; }
  .gform_drop_instructions {
    display: block;
    padding-right: 0; }
  .accordion-wrap {
    margin-top: 40px; }
  a.job {
    font-size: 0.75em;
    padding-top: 3px;
    padding-bottom: 3px; }
  .job-text {
    padding: 20px 20px 10px 20px; }
  ul.quick-list {
    font-size: 0.8em; }
  ul.quick-list li {
    margin-bottom: 25px; }
  .attorney-list-wrap {
    padding-bottom: 10px; }
  .staff-bottom {
    margin-top: 50px; }
  .att-screen {
    background: none;
    padding: 0;
    height: auto;
    top: auto;
    bottom: 0;
    opacity: 1; }
  .att-screen .flex-item {
    padding: 30px;
    background: rgba(0, 38, 61, 0.8); }
  .att-cycle .slick-prev, .att-cycle .slick-next {
    top: 30%; }
  .att-screen a.button {
    font-size: 0.7em; }
  .gform_confirmation_message_2 {
    font-size: 100%;
    line-height: 1.3em;
    padding: 10px 0; }
  .blog-sort.is-fixed {
    top: 0; }
  .att-image {
    height: 500px; }
  a.home-scroll {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    margin-left: -12px; }
  .stat-text {
    font-size: 0.6em;
    line-height: 1.3em; }
  .single-post .header-screen .list-post-subhead {
    font-size: 50%; }
  .footer-left {
    font-size: 100%; }
  .pull-header {
    font-size: 0.8em; }
  .pull-post-title {
    font-size: 0.7em; }
  li#field_5_1, li#field_5_2, li#field_5_3, li#field_5_4 {
    width: 100%;
    display: block;
    padding: 0; }
  ul.gfield_checkbox li, ul.gfield_radio li {
    display: block;
    padding: 0; }
  .contact-form select {
    height: 38px;
    font-size: 0.7em; }
  ul.footer-links li {
    width: 100%;
    display: block;
    padding: 0; }
  ul.footer-links {
    display: none; }
  .footer-links-title {
    cursor: pointer; }
  .footer-links-title span:after {
    content: "+";
    padding-left: 8px; }
  .footer-links-title.active span:after {
    content: "-"; }
  .mobile-badge {
    display: block; }
  .map-wrap .headline {
    width: 100%;
    float: none;
    margin-bottom: 5px; }
  .map-wrap a.directions {
    width: 100%;
    float: none;
    text-align: left;
    top: 0;
    margin-bottom: 15px;
    display: block; }
  .payment {
    margin-top: 25px; }
  .gform_card_icon {
    width: 40px;
    height: 26px; }
  .gform_card_icon_amex,
  .gform_card_icon_discover,
  .gform_card_icon_mastercard,
  .gform_card_icon_visa {
    background-size: 40px 26px; }
  .ginput_cardinfo_left select {
    width: calc(50% - 8px);
    margin-left: 16px; } }

@media only screen and (max-width: 700px) {
  .home-block {
    width: 100% !important;
    float: none !important; }
  ul.sort-list {
    padding: 30px; }
  ul.sort-list li {
    padding: 0 !important;
    width: 100%;
    float: none;
    display: block;
    margin-top: 20px; }
  ul.sort-list li:first-child {
    margin-top: 0; }
  .select-label {
    font-size: 0.7em;
    line-height: 1.2em; }
  .stat-number {
    font-size: 1.8em;
    line-height: 1.2em; }
  .stat-text {
    font-size: 0.8em;
    line-height: 1.3em; }
  .map {
    height: 200px; } }

@media only screen and (max-width: 630px) {
  /* Style adjustments for viewports that meet the condition */
  li#field_2_1,
  li#field_2_2,
  li#field_2_3,
  li#field_2_4,
  li#field_2_5,
  li#field_2_6,
  li#field_4_1,
  li#field_4_2,
  li#field_4_3,
  li#field_4_4,
  li#field_4_5,
  li#field_4_6,
  li#field_4_9 {
    width: 100%;
    float: none;
    padding: 0;
    clear: both; }
  .header-screen {
    font-size: 1.6em;
    line-height: 1.1em; }
  .header-image {
    height: 180px;
    position: relative;
    overflow: hidden; }
  .header-image img {
    width: 630px;
    height: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -315px;
    z-index: 1; }
  ul.quick-list {
    font-size: 0.6em; }
  ul.quick-list li {
    width: 50%;
    padding: 0; }
  ul.quick-list li:nth-child(3n+1) {
    clear: none; }
  ul.quick-list li:nth-child(odd) {
    clear: both;
    padding-right: 15px; }
  ul.quick-list li:nth-child(even) {
    padding-left: 15px; }
  .footer-sep {
    display: block;
    height: 2px;
    text-indent: -9999px; }
  .att-image {
    height: 500px!important; }
  ul.practice-list {
    font-size: 85%; } }

@media only screen and (max-width: 479px) {
  /* Style adjustments for viewports that meet the condition */
  .att-slide-image {
    max-height: 450px;
    overflow: hidden; }
  .stat-number {
    font-size: 1.2em;
    line-height: 1.2em; }
  .stat-text {
    font-size: 0.6em;
    line-height: 1.3em; } }

@media only screen and (max-width: 400px) {
  /* Style adjustments for viewports that meet the condition */
  .att-image {
    height: 500px; }
  .att-slide-image {
    max-height: 420px;
    overflow: hidden; }
  .stat-number {
    font-size: 2em;
    line-height: 1.2em; }
  .stat-text {
    font-size: 0.9em;
    line-height: 1.3em; } }

@media only screen and (max-width: 360px) {
  /* Style adjustments for viewports that meet the condition */
  .att-slide-image {
    max-height: 400px;
    overflow: hidden; } }

/* - - - Non-Semantic Helper Classes - - - */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* - - - Print Styles - - - */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }
  /*a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }
