@import url("foundation.min.css");
@import url("flexslider.css");
@import url("helpers.css");
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  font-family:'Open Sans', sans-serif;
  font-size: 16px;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clr {
  clear: both;
}
.row {
  max-width: 80em;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
a {
  color: #084b8f;
  text-decoration: none;
}
a:hover {
  color: #2e3092;
}
h2 a:hover {color: #2e3092;}
/* HEADER */
 header {
  padding: 25px 0 25px;
}
#logo, #small-logo {
  margin: 0;
}
#logo > a {
  position: relative;
  display: block;
  width: 320px;
  height: 124px;
  z-index: 10;
  background: url('../img/wwmrg-logo.png');
  background-image: url('../img/wwmrg-logo.svg'), none;
  background-size: contain;
  background-position: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#small-logo > a {
  display: block;
  width: 289px;
  height: 67px;
  background: url('../img/logo-horizontal.png');
  background-image: url('../img/logo-horizontal.svg'), none;
  background-size: contain;
  background-position: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
header .social {
  text-align: right;
}
header .social ul {
  margin-bottom: 60px;
}
/* MENU */
 #nav > a {
  display: none;
}
.menu ul {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.menu ul li {
  float: left;
}
.menu ul li + li {
  border-left: 2px solid #d7d7d7;
}
.menu li a {
  color: #999;
  display: block;
  line-height: 11px;
  padding-right: 23px;
}
.menu li a:hover {
  color: #2e3092;
}
.menu ul li + li > a {
  padding-left: 23px;
}
.menu ul li:last-child > a {
  padding-right: 0;
}
.menu ul li > ul {
  display: none;
}
nav.column[class*="column"] +[class*="column"]:last-child, nav.profile-list[class*="column"] +[class*="column"]:last-child {
  float: left;
}
.attorney-bio .header hgroup {
  float: left;
}
.attorney-bio .header .btn-attorney {
  float: right;
  background: #ededed;
  color: #084b8f;
  font-weight: 800;
  line-height: 1;
  padding: 10px 20px;
  margin: 0;
  font-size: 11px;
}
.attorney-bio .header .btn-attorney i {
  font-weight: 800;
  line-height: 1;
  position: relative;
  top: -1px;
}
.attorney-bio .header {
  padding: 0;
  margin: 0;
}
.attorney-bio .header h1 {
  margin-bottom: 10px;
  line-height: 1;
}
.attorney-bio .header h3 {
  font-size: 18px;
  line-height: 1;
  margin: 10px 0 55px;
}
.attorney-bio h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 75px 0 30px;
}
.attorney-bio h2 {
  font-weight: 400;
}
.attorney-bio ul {
  margin-bottom: 30px!important;
}
.attorney-bio aside .widget {
  margin-bottom: 0;
}
.attorney-bio aside .widget .attorney-photo {
  text-align: center;
}
.attorney-bio aside .widget .attorney-photo p {
  margin: 0;
  padding: 0;
}
.attorney-bio aside .widget .attorney-photo .btn {
  margin: 20px auto;
  font-size: 11px;
  padding: 10px 20px;
  font-weight: 600;
}
.attorney-bio aside .widget .attorney-infromation {
  text-align: center;
  margin: 10px 0 5px;
}
.attorney-bio aside .widget .attorney-infromation p {
  margin-bottom: 0;
  line-height: 1.4;
}
.attorney-bio aside .widget .attorney-infromation .btn {
  margin-top: 10px;
}
.attorney-bio aside .widget .widget-wrapper {
  padding: 0;
}
.attorney-bio aside .widget h3 {
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 2em;
  margin: 20px 0 0 0;
  font-weight: 800;
}
.attorney-bio aside .widget ul {

}
.attorney-bio aside .widget ul li {
  border-bottom: 0;
  padding: 0 2em;
  /*text-indent: 1em;*/
  position: relative;
  margin-bottom: 15px;
}
.attorney-bio aside .widget ul li:before {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 1em;
  font-family: 'fontAwesome';
  content: '\f105';
  font-weight: normal;
  display: block;
}
.attorney-bio aside .widget ul li a {
  padding: 0;
  margin: 0;
  line-height: 1.2;
}
.site-content ol {
  list-style: none;
  counter-reset: item;
  padding: 0;
  margin: 0;
}
.site-content ol.fancylist {
  background: rgba(48,96,147,.90);
  color: #fff;
  padding: 20px;
}
.hidden-transcript { display: none !important }
.site-content ol li {
  display: block;
  margin-bottom: 10px;
}
.site-content ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: 600;
}
.site-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.site-content ul li ul  {margin: 0px 22px;}
.site-content ul li {
  position: relative;
  text-indent: 10px;
}
.site-contente ul li:before {
  content: '\f105';
  position: absolute;
  display: block;
  font-family: 'fontAwesome';
  left: -10px;
  top: 0;
  width: 5px;
  height: 10px;
}
section.general .site-content ul li, section#main-content .site-content .attorneys-list .intro-text ul li, section.practice-areas .site-content .column > ul li {
  position: relative;
}
section.general .site-content ul li:before, section#main-content .site-content .attorneys-list .intro-text ul li:before, section.practice-areas .site-content .column > ul li:before {
  position: absolute;
  width: 15px;
  height: 15px;
  left: -1em;
  font-family: 'fontAwesome';
  content: '\f105';
  font-weight: normal;
  display: block;
}
.sort-bar ul { margin:0; padding: 0; }
.sort-bar ul li { display: inline-block; text-indent: 0; margin-right: 2px; margin-bottom: 5px;}
.sort-bar ul li span { padding: 5px 15px; }
.sort-bar ul li a { padding: 5px 20px; background: #084B8E; color:#fff; display: block; }
.sort-bar ul li a:hover{ background: #abce00; }
.sort-bar ul li:before { content:"" !important; width:0; height: 0; }
#results { margin-bottom: 40px; }
input[type="text"] { border:1px solid #58595b; padding: 5px; font-size: 1rem; width:100%; height: 40px;}
.search-form { padding-top: 40px; border-top: 1px solid rgba(0,0,0,.1);}
.search-form .columns { margin-bottom: 20px; }
.search-form select { border:none; padding: 5px; font-size: 1rem; width:100%; height: 40px; background: #fff; }
.search-form .select-hold{ border:1px solid #58595b; }
.search-form .btn { max-width: 100%; width: 100%;  text-align: center;}
.clear { clear: both; }
.att-content { padding-right: 20px; border-right: 1px solid rgba(0,0,0,.1); }
/*.att-listside { padding-left: 30px;  }*/
/*Table*/
.fancytable { margin-bottom: 20px; }
.fancytable tr td:nth-child(1){ color:#fff; background: rgba(1,66,137,.90); text-align: center; font-weight: bold; }
.fancytable tr { border:1px solid rgba(1,66,137,.90); }
.fancytable tr td { padding: 10px; vertical-align: middle; }
.fancytable tr td p  { padding: 0; margin:0; }

/* SLIDER */
 .main-slider li {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom center;
  color: #014289;
  font-size: 38px;
  font-weight: 600;
  height: 318px;
  line-height: 318px;
  text-align: center;
}
.main-slider.home li {
  height: 530px;
  line-height: 530px;
}
body .main-slider .inner-slogan {
  display: none;
}
body .main-slider .inner-slogan span {
  left: 0;
}
body .main-slider .inner-slogan {
  position: relative;
  top: 246px;
  max-width: 100%;
}
body .main-slider .inner-slogan span {
  font-size: 24px;
}
.main-slider .brand-slogan {
  display: inline-block;
  line-height: 1;
  max-width: 960px;
  overflow: hidden;
  vertical-align: middle;
  width: 100%;
}
.main-slider .brand-slogan span {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 5px;
  text-transform: uppercase;
  float: left;
  white-space: nowrap;
  position: relative;
  left: -2px;
}
.main-slider .brand-slogan span.brand-left {
  background: rgba(1,66,137,.90);
  color: #fff;
  padding: 1em .75em;
  text-align: right;
}
.main-slider .brand-slogan span.brand-right {
  background: rgba(48,96,147,.90);
  color: #fff;
  padding: 1em .75em;
  text-align: left;
}
.home-content {
  padding: 40px 0 0 0;
}
.home-content .intro-text p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 25px;
}
.home-content .intro-text p.heading {
  color: #014289;
  font-size: 15px;
  text-transform: uppercase;
}
.home-content .intro-text p.heading a {
  text-decoration: underline;
}
.meet-our-needs {
  margin-bottom: 40px;
  margin-top: 70px;
  text-align: center;
}
.meet-our-needs h4 {
  background: url("../img/center-border.jpg") left center repeat-x;
  font-size: 22px;
  letter-spacing: 4px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.meet-our-needs h4 span {
  background: #FFF;
  padding: 0 62px;
}
.meet-our-needs > span {
  color: #8e8e8e;
  font-family:'Droid Serif';
  font-size: 12px;
  font-style: italic;
  line-height: 22px;
  max-width:465px;
}
/* HOME BOX NEEDS */
 .needs-list {
  margin-bottom: 85px;
}
.needs-list li {
  background: #f8f8f8;
  float: left;
  height: 220px;
  padding: 9px;
  position: relative;
  text-align: center;
  width: 23.75%;
}
.needs-list li:hover h3 {
  display: none;
}
.needs-list li:hover, .needs-list li:hover .need-border-out {
  background: #9eb919;
}
.needs-list li .need-outside {
  border: 1px solid #FFF;
}
.needs-list li:hover .need-outside, .needs-list li:hover .need-border-out {
  border-color: #9eb919;
}
.needs-list li .need-border-out {
  background: url("../img/box-gradient.png");
  border: 1px solid #efefef;
  height: 200px;
  padding: 50px 0 0 0;
  position: relative;
}
.needs-list li .need-icon {
  color: #707173;
  font-size: 40px;
  line-height: 30px;
  height: 40px;
}
.needs-list li:hover .need-icon {
  color: #90ac0c;
}
.needs-list li .need-icon span {
  display: inline-block;
  vertical-align: middle;
}
.needs-list li .need-icon span.scale {
  background: url("../img/scale.png");
  height: 35px;
  width: 37px;
}
.needs-list li:hover .need-icon span.scale {
  background-position: 0 -35px;
}
.home-content .needs-list li p, .site-content .needs-list li p {
  display: none;
  color: #FFF;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-top: 7px;
}
.home-content .needs-list li:hover p, .site-content .needs-list li:hover p {
  display: block;
}
.needs-list li .learn-more {
  bottom: 14px;
  display: none;
  left: 0;
  position: absolute;
  width: 100%;
}
.needs-list li:hover .learn-more {
  display: block;
}
.needs-list li h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
  text-transform: uppercase;
}
.needs-list li:hover h3 {
  color: #90ac0c;
}
.needs-list li:hover h3 {
  margin-top: 3px;
}
.needs-list li .box-arrow {
  background: url("../img/box-arrow.png");
  bottom: -11px;
  display: none;
  height: 11px;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  width: 24px;
  z-index: 1000;
}
.needs-list li:hover .box-arrow {
  display: block;
}
.needs-list li + li {
  margin-left: 1.5%;
}
/* HOME ATTORNEYS */
 .attorneys {
  background: #313335;
  line-height: 300px;
}
.attorneys .attorney-title .inner {
  color: #FFF;
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding-left: 25px;
  text-align: right;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
}
.attorneys .attorney-text .inner {
  display: inline-block;
  color: #cdd0be;
  line-height: 23px;
  padding-left: 30px;
  vertical-align: middle;
  width: 100%;
}
.attorneys .attorney-cta {
  padding-left: 20px;
}
.attorneys .attorney-cta .btn-big {
  border: 1px solid #FFF;
  background: none;
  font-size: 14px;
  line-height: 60px;
  padding: 0 33px;
}
.attorneys .attorney-title span {
  color: #cedc8c;
}
/* HOME 2 COLUMNS */
 .home-2-columns .column-row {
  min-height: 785px;
  padding: 60px 0 0;
}
.row-experience-counts h1, .row-experience-counts .h1 {
  font-size: 30px;
  line-height: 28px;
  margin-bottom: 25px;
}
.row-experience-counts > p {
  letter-spacing: -.5px;
  line-height: 26px;
  margin-bottom: 19px;
}
.row-experience-counts ul {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
}
.row-experience-counts ul li {
  border-top: 1px solid #e5e5e5;
  padding: 28px 0 25px;
}
.row-experience-counts ul li div {
  padding-left: 40px;
  position: relative;
}
.row-experience-counts ul li i {
  color: #9eb919;
  font-size: 20px;
  left: 3px;
  position: absolute;
  top: 0;
}
.row-experience-counts ul li p {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
}
.row-experience-counts ul li p strong {font-size: 1rem;}
.home-2-columns .bottom-row {
  background: #446c98;
  color: #FFF;
  line-height: 25px;
  min-height: 125px;
  padding: 25px 80px 10px 45px;
  float: left;
}
.home-2-columns .bottom-row .bottom-row-wrapper {
  padding-left: 55px;
  position: relative;
}
.home-2-columns .bottom-row .bottom-row-wrapper i {
  left: 20px;
  position: absolute;
  top: 5px;
}
.home-2-columns .commitment {
  background: #f7f7f7;
  position: relative;
  float: left;
}
.home-2-columns .commitment .top-bar {
  background: #e3e3e3;
  height: 12px;
  left: 0;
  position: absolute;
  top: -12px;
  width: 100%;
}
.home-2-columns .commitment .last {
  margin: 0;
}
.home-2-columns .commitment .text-wrapper {
  margin: 0 auto;
  width: 70%
}
.home-2-columns .commitment h1 {
  letter-spacing: -.5px;
  line-height: 28px;
  margin-bottom: 25px;
}
.home-2-columns .commitment p {
  line-height: 23px;
  margin-bottom: 25px;
}
/* SITE CONTENT */
 .site-content {
  padding: 73px 0 20px;
}
.site-content .header h1 {
  margin-bottom: 0;
}
.attorney-bio .site-content ul li, .attorney-bio .site-content ol li {
  position: relative;
  margin-bottom: 5px;
}
.attorney-bio .site-content ul li:before, .attorney-bio .site-content ol li:before {
  position: absolute;
  width: 15px;
  height: 15px;
  left: -1em;
  font-family: 'fontAwesome';
  content: '\f105';
  font-weight: normal;
  display: block;
}
/* PROFILE LIST */
 .attorneys-list .intro-text p:last-child {
  margin-bottom: 50px;
}
.profile-list ul li {
  margin-bottom: 40px;
  text-align: center;
  min-height: 330px;
}
.profile-list ul li:before {
  content: "";
}
.profile-list ul li img {
  display: block;
  width: auto;
  margin: 0 auto;
}
.profile-list ul li .profile-image {
  margin-bottom: 25px;
}
.profile-list ul li h4 {
  color: #58595b;
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 32px;
  text-transform: uppercase;
}
/* BLOG */

/* BLOG LIST */
 .blog-list {
  padding-left: 35px;
  padding-right: 35px;
}
.blog-list h1 {
  margin-bottom: 35px;
}
.blog-list h2 {
  margin-bottom: 11px;
}
.blog-list time {
  font-size: 14px;
}
.blog-list .blog-post {
  margin-bottom: 45px;
}
.paginator ul {
  margin: 0 0 35px;
  overflow: hidden;
}
.paginator ul li {
  float: left;
}
.paginator ul li.prev {
  margin-right: 6px;
}
.paginator ul li.next {
  margin-left: 6px;
}
.paginator ul li + li {
  margin-left: 3px;
}
.paginator ul li > a {
  display: block;
  line-height: 18px;
  padding: 6px;
}
.paginator ul li > a:hover {
  background: #abce00;
  color: #FFF;
}
/* BLOG NAVBAR */
 .blog-navbar {
  background: #f7f7f7;
  display: block;
  padding: 73px 0;
}
.blog-navbar h1, .blog-navbar .h1 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
  margin-top: 40px;
}
.blog-navbar .h1.no-space {
  margin-top: 0;
}
.blog-navbar ul {
  margin: 0;
}
.blog-navbar ul li {
  border-bottom: 3px solid #eaeaea;
}
.blog-navbar ul li a {
  display: block;
  line-height: 24px;
  padding: 1em 1.5em;
}
.blog-navbar .widget {
  /*margin-bottom: 50px;*/
}
.blog-navbar .widget-wrapper {
  padding: 0 1.5em;
}
.blog-navbar .search-form {
  padding-right: 10px;
}
.blog-navbar .search-form input[type="text"] {
  background: #e1e1e1;
  border: none;
  height: 30px;
  margin: 0;
  max-width: 135px;
  padding: 5px;
  width: 100%;
}
/* CONTACT US */
 .contact .contact-data {
  padding-left: 35px;
}
/* CONTACT MAPS */
 .contact-maps {
  padding: 40px 50px 0 0;
}
.contact-maps .map-row {
  overflow: hidden;
}
.contact-maps .map-row + .map-row {
  margin-top: 30px;
}
.contact-maps .map-image {
  position: relative;
  width: 51.785714286%;
}
.contact-maps .map-info {
  padding-top: 15px;
  width: 42.857142857%;
}
.contact-maps .map-info h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 3px;
}
.contact-maps .map-image img {
  border: 2px solid #c5c5c5;
  display: block;
  width: 100%;
}
.contact-maps .map-image .btn {
  bottom: 0;
  left: 0;
  position: absolute;
}
.contact-maps hr {
  margin: 30px 0;
}
.contact-maps .coming-soon {
  text-align: center;
}
.contact-maps .coming-soon h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 10px;
}
.contact-maps .disclaimer {
  font-size: 12px;
  line-height: 15px;
}
.slogan p {
  color: #2e3092;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  padding: 55px 0 57px;
  text-align: center;
}
 .practice-areas .top-text p {
  margin-bottom: 49px;
}
.site-content .needs-list {
  margin-bottom: 50px;
}
.site-content .needs-list ul li:before {
  content: "";
}
.site-content .needs-list .row {
  margin: 0;
}
.practice-areas .list {
  margin-top: 30px;
}
.practice-areas .list ul.column {
  padding: 0;
}
.practice-areas .list .column li {
  margin-bottom: 25px;
  padding: 0 0 0 8px;
}
.practice-areas .list .column i {
  margin-right: 5px;
}
.practice-areas .list ul {
  margin: 0;
}
.practice-areas .list ul li {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  padding-right: 5px;
}
.practice-areas .list .column-33 {
  width: 33.2%;
}
.practice-areas .list .column-25 {
  width: 25.6%;
}
.practices-detail .site-content h3 {
  font-size: 16px;
  font-weight: 800;
}
.practices-detail .site-content h2 {
  margin-top: 30px;
}
.practices-detail .site-content .header {
  border-bottom: 1px solid rgba(0,0,0,.1);
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 0;
}
.practices-detail .site-content .header hgroup{
  float: left;
}
.practices-detail .site-content .header h3 {
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}
.practices-detail .site-content .header h1 {
  font-size: 28px;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}
.practices-detail .site-content .btn-practice {
  float: right;
  position: relative;
  background: #f0f0f0;
  color: #014289;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1;
  padding: 12px 20px;
}
.practices-detail .site-content .btn-practice i {
  position: relative;
  top: -1px;
}
.attorneys-list .profile-list [class*="column"] + [class*="column"]:last-child {
  float: left;
}
.attorneys-list .profile-list {
  padding-top: 40px;
  border-top: 1px solid rgba(0,0,0,.1);
}
.attorneys-list .profile-list .row { margin:0; }
.attorneys-list .profile-list ul li:before {
  content: ""!important;
}
.page-home .slogan {
  border-top: none;
}
.slogan {
  border-top: 1px solid rgba(0,0,0,.1);
}
/* FOOTER */
 .contact-section {
  background: url("../img/contact-bg.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 50px;
  padding: 117px 0 72px;
}
.contact-box {
  color: #FFF;
  margin-bottom: 110px;
  overflow: hidden;
}
.contact-box .map-img {
  background: #FFF;
  float: none !important;
  max-width: 260px;
  padding: 10px 9px;
  position: relative;
  width: 100%;
  margin:0 auto 40px;
  display: block;

}
.contact-box .map-img .btn {
  bottom: 0;
  left: 0;
  position: absolute;
}
.contact-box .map-data {
  color: #FFF;
  width: 100%;
  text-align: center;
  float: none !important
}
.contact-box .map-data .phones > p {
  font-size: 26px;
  line-height: 24px;
  margin: 0;
}
.contact-box .map-data .phones > p + p {
  margin-top: 9px;
}
.contact-box h4 {
  color: #FFF;
  font-size: 22px;
  font-weight: 800;
  line-height: 18px;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.contact-box .map-data > p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 32px;
  min-height: 75px;
}
.contact-section .social ul {
  display: inline-block;
  margin: 0;
}
.footer-bottom {
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 10px;
  padding-bottom: 58px;
}
.right-footer-bottom {
  font-size: 13px;
  /*padding-top: 26px;*/
  padding-top: 13px;
  text-align: right;
}
.right-footer-bottom .menu ul {
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
}
.right-footer-bottom .menu ul li {

}
.right-footer-bottom .menu ul li a {
  line-height: 1;
  text-transform: capitalize;
  color: #898989;
  font-size: 13px;
  padding: 0 .5em;
}
.right-footer-bottom .menu ul li a:hover {
  color: #084b8f;
}
.right-footer-bottom .copyright {
  float: left;
  /*padding-top: .5em;*/
  padding-top: 1.3em;
}
header .phone-header {
  display: none;
}
@media only screen and (max-width: 1090px) {
  .right-footer-bottom { margin-top: -48px; }
}
@media only screen and (max-width: 1093px) {
  .menu ul { text-align: center; }
  .menu ul li { display: inline-block; float: none; }
  .right-header { margin-top: -60px; position: relative; z-index: 0; width: 100%;}
  }
@media only screen and (max-width: 845px) {
   #small-logo { display: none; }
  .right-footer-bottom { margin-top: 0px; }
}
@media only screen and (max-width: 788px) {
    .menu li a { padding-right:15px; }
}
@media only screen and (max-width: 768px) {
  .right-header { margin-top: 0; z-index: 10; }
  body  {
    min-width: 320px;
  }
  .site-content  {
    padding: 0 0 20px;
  }
  header #logo > a {
    width: 100%;
    min-width: 300px;
    max-width: 415px;
    display: block;
    margin: 0 auto;
    background-position: center;
  }
  header {
    padding-bottom: 25px;
  }
  header .social ul {
    margin-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  header .phone-header {
    display: block;
    text-align: center;
    font-size: 16px;
  }
  header .phone-header i {
    background: #014289;
    color: #fff;
    display: inline-block;
    padding: .25em;
    margin-right: .25em;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
  }
  header .phone-header span {
    display: block;
    font-family: "Droid Serif", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #8E8E8E;
    font-size: 12px;
    font-style: italic;
    line-height: 1.2;
    padding: .25em;
    margin-bottom: .5em;
  }
  body .home-content {
    padding: 0;
  }
  .social-small li > a {
    font-size: 16px;
    line-height: 1;
    width: 3em;
    height: 3em;
  }
  .social-small li > a i {
    position: relative;
    top: 1em;
  }
  body #main-slider, body .home-2-columns .bottom-row, body .contact-section, body .right-footer-bottom .menu {
    display: none!important;
  }
  .right-header {
    width: 100%;
  }
  #logo {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  #small-logo {
    text-align: center;
    width: 100%;
    display: none;
  }
  #nav {
    padding-top: 50px;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  #nav > ul {
    height: 3.75em;
    background-color: #d7d7d7;
  }
  #nav > ul > li + li {
    border-left: none;
  }
  #nav > ul > li > a {
    color: #000;
    height: 100%;
    font-size: 1em;
    line-height: 1;
    padding: 1;
    display: block;
    text-transform: capitalize;
    text-align: center;
  }
  #nav > ul > li:not(:last-child) > a {
    border-right: 1px solid #D1D1D1;
  }
  #nav > ul > li:hover > a, #nav > ul:not(:hover) > li.active > a {
    background-color: #abce00;
  }
  #nav > a {
    width: 100%;
    padding: 1em;
    text-align: left;
    line-height: 1;
    background-color: #d7d7d7;
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    left: 0;
    top: 0;
  }
  #nav > a i {
    padding-right: 1em;
    display: inline-block;
    float: left;
  }
  #nav > a:after {
    top: 60%;
  }
  #nav:not(:target) > a:first-of-type, #nav:target > a:last-of-type {
    display: block;
  }
  #nav > ul {
    height: auto;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 3em;
    z-index: 1250;
  }
  #nav:target > ul {
    display: block;
  }
  #nav > ul > li {
    width: 100%;
    float: none;
  }
  #nav > ul > li > a {
    height: auto;
    text-align: left;
    padding: 1em;
  }
  #nav > ul > li:not(:last-child) > a {
    border-right: none;
    border-bottom: 1px solid #d1d1d1;
  }
  body .home-2-columns .column-row {
    min-height: 0;
    padding: 2em 0 0;
    margin-top: 0;
  }
  body .home-2-columns .commitment .text-wrapper {
    padding: 1em;
    width: inherit;
  }
  .meet-our-needs h4 {
    text-align: center;
  }
  .meet-our-needs h4 span {
    padding: 0 10px;
  }
  .home-2-columns .commitment .top-bar {
    display: none;
  }
  .home-2-columns .commitment {
    margin-top: 20px;
  }
  .attorneys {
    line-height: 120px;
    text-align: center;
  }
  .attorneys .attorney-title .inner {
    margin-bottom: 20px;
    padding: 20px 0 0;
    text-align: center;
  }
  .attorneys .attorney-text .inner {
    padding: 0;
  }
  .main-slider .brand-slogan {
    line-height: 40px;
  }
  .needs-list li {
    margin-bottom: 20px;
    width: 100%;
  }
  .needs-list li > a.link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .needs-list li + li {
    margin-left: 0;
  }
  .needs-list li h3 {
    font-weight: 300;
    letter-spacing: 3px;
  }
  .contact-maps {
    padding-right: 0;
  }
  .contact-maps .map-image {
    width: 100%;
  }
  .contact-maps .map-info {
    width: 100%;
  }
  .blog-list {
    padding-left: 0;
    padding-right: 0;
  }
  .practice-areas .list .column-33, .practice-areas .list .column-25 {
    width: 100%;
  }
  footer .menu ul {
    border-top: 1px solid #d7d7d7;
  }
  footer .menu ul li {
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
    width: 100%;
  }
  footer .menu li a {
    line-height: 22px;
    padding: 0;
  }
  footer .menu ul li + li > a {
    padding: 0;
  }
  footer .menu ul li + li {
    border-left: none;
  }
  .right-footer-bottom .menu ul {
    width: 100%;
  }
  .right-footer-bottom .menu ul li a {
    line-height: 18px;
  }
  .contact-box {
    margin-bottom: 40px;
  }
  .contact-box .map-img {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .contact-box .map-img img {
    width: 100%;
  }
  .contact-box .map-data {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 285px;
    padding: 10px 0 0 0;
    width: 100%;
  }
  .contact-box .map-data > p {
    margin-bottom: 5px;
  }
  .copyright {
    text-align: center;
    line-height: 1.4;
  }
  #cboxOverlay {
	  display:none;
  }
  #cboxWrapper {
	  display: none;
  }
}

 /*****Pop Up*****/
 #contact-pop { display: none; }
 #colorbox #contact-pop { display: block; background: #fff; /*background: #174D59 !important;*/ text-align: center;}
 /*#colorbox #contact-pop { display: block; background: #fff; background: #3E6A98 !important; text-align: center;}*/
 #cboxOverlay {background: #08417A !important; }
 #colorbox #contact-pop .contact-right, #colorbox #contact-pop .contact-left { width: 49%; float: left; margin: 0;}
 #colorbox #contact-pop .contact-left { border-left: 1px solid rgba(0,0,0,.05);}
 #colorbox #contact-pop ul {margin: 15px 0 0; padding: 0 15px 0 25px; text-align: left;}
 #colorbox #contact-pop h3 { font-weight: 400!important; text-transform: none; line-height: 25px;}
 #colorbox #contact-pop h3 a { color:#417270;}
 #colorbox #contact-pop h3 a:hover  { color:#174D59;}
 #colorbox #contact-pop h4 {text-align: left; font-size: 16px; padding-left: 30px;}
 #colorbox #contact-pop h4 strong {font-weight: 400!important; }
 #colorbox #contact-pop ul strong {display: block; text-transform: uppercase; color: #0A3562; }
 #colorbox #contact-pop ul li {margin-bottom: 10px; }
 #cboxLoadedContent {border: none !important;}
 #contactForm #sendbutton {background-color: #3E6A98; color: #fff; border-radius: 5px; font-size: 13px; padding: 10px; cursor: pointer; text-shadow: 0px 1px 0px #000; margin-top: 10px; -webkit-border-raduis: 5px; -moz-border-radius: 5px;}
 #contactForm input {width: 270px; margin: 5px auto;}
 #colorbox p {margin-bottom: 1.25rem;}
 #colorbox p input {padding: 10px;}
.welcome h1 {text-transform: uppercase; margin-top: 20px; margin-bottom: 5px; letter-spacing: 4px; font-family: 'OpenSans'; }
.welcome p {font-size: 0.8rem; color: #8e8e8e; font-weight: bold; font-family: 'DroidSerif italic'}
.main-overlay {margin: 35px 40px 20px 40px;}
#colorbox .main_overlay_form p {margin-bottom: 5px;}
form p {float: left;}
form p.form_right {float: right;}
form p .text_area {float: none; width: 100%;}
form textarea {width: 100%; clear: both; font-family: 'Open Sans', sans-serif; padding: 10px; font: #FFF; }
form p input {width: 270px;}
form input .submit {width: 100%; border: 2px solid #b4b4b4;}
.home-content .needs-list li p {}
.home-content .needs-list li p#biz {}
.home_fields form input.submit {border: 0px !important; text-transform: uppercase; letter-spacing: 2px;}
#contactForm #sendbutton {background-color: #064487; font-size: 20px; width: 100%; border-radius: 0px; font-family: 'OpenSans'; }
#contactForm #sendbutton:hover {background-color: #9EB919;}
.need-border-out:hover {padding: 4px 0px 0px;}
.site-content .needs-list ul li {text-indent: 0px}

img.centered {
    width: auto;
    margin: 0 auto;
    display: block;
}