/**********************
       CONSTANTS
***********************/
/*********************************
   OPERATIONS & COLOR FUNCTIONS
**********************************/
/**********************
        MIXINS 
***********************/
/**********************
         STYLES
***********************/
body {
  font-family: "Arial", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
p {
  font-size: 14px;
  font-family: "Arial", sans-serif;
  color: #676767;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 500;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.green {
  color: #393813;
}
.tan {
  color: #b3ab6e;
}
.yellow {
  color: #f6f06b;
}
.yellowdark {
  color: #ddd860;
}
.lightgreen {
  color: #9a9a66;
}
.lightgreendark {
  color: #8a8a5c;
}
.gray {
  color: #676767;
}
.graydark {
  color: #5f5f5f;
}
.brown {
  color: #393813;
}
.BKblackopac {
  background-color: rgba(0, 0, 0, 0.5);
  color: #e2e3e2;
  padding: 20px 0;
}
.BKblackopac .col-sm-4 {
  text-align: right;
}
.BKblackopac .col-sm-4 a {
  color: #e2e3e2;
  text-decoration: none;
}
.BKblackopac .col-sm-4 a:hover {
  color: #393813;
  text-decoration: none;
}
.BKbrown {
  background-color: #393813;
}
.BKwhite {
  background-color: #ffffff;
}
.BKblack {
  background-color: #000000;
}
.BKgreen {
  background-color: #393813;
  transition: all ease 0.5s;
}
.BKtan {
  background-color: #b3ab6e;
}
.BKyellow {
  background-color: #f6f06b;
}
.BKyellowdark {
  background-color: #ddd860;
}
.BKlightgreen {
  background-color: #9a9a66;
}
.BKlightgreendark {
  background-color: #8a8a5c;
}
.BKgray {
  background-color: #676767;
}
.BKgraydark {
  background-color: #5f5f5f;
}
.gar {
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}
.ar {
  font-size: 14px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.arnar {
  font-size: 14px;
  font-family: "pt-sans-narrow", "Arial Narrow", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.sb-search {
  position: relative;
  margin-top: 6px;
  width: 0%;
  min-width: 28px;
  height: 28px;
  float: right;
  overflow: hidden;
  z-index: 15;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: transparent;
  color: #9a9a66;
  width: 250px;
  height: 28px;
  margin: 0;
  z-index: 10;
  padding: 5px 33px 5px 10px;
  font-family: inherit;
  font-size: 14px;
}
.sb-search-input::-webkit-input-placeholder {
  color: #9a9a66;
}
.sb-search-input:-moz-placeholder {
  color: #9a9a66;
}
.sb-search-input::-moz-placeholder {
  color: #9a9a66;
}
.sb-search-input:-ms-input-placeholder {
  color: #9a9a66;
}
.sb-icon-search,
.sb-search-submit {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}
.sb-search-submit {
  background: transparent;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
.sb-icon-search {
  color: #fff;
  background-color: transparent;
  background-image: url('../img/search.png');
  background-repeat: no-repeat;
  z-index: 90;
  font-size: 14px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.sb-icon-search:before {
  content: "";
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 250px;
}
.sb-search.sb-search-open .sb-search-input,
.no-js .sb-search .sb-search-input {
  border: 1px solid #9a9a66;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: transparent;
  background-image: url('../img/search.png');
  background-repeat: no-repeat;
  color: #fff;
  z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}
.social {
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 33px;
  position: relative;
  z-index: 3;
}
.social .socialmedia a {
  float: left;
}
.social .socialmedia {
  float: right;
  width: 300px;
}
.social .socialmedia a {
  float: left;
  color: #9a9a66;
  font-size: 17px;
  margin: 2px 5px 0;
  transition: all ease 0.5s;
}
.social .socialmedia a:hover {
  color: #8b8b8b;
}
.social .socialmedia a.socialbtn {
  color: #9a9a66;
  background-color: #393813;
  width: 25px;
  height: 25px;
  padding: 3px;
  border-radius: 5px;
  transition: all ease 0.5s;
  margin: 7px;
  text-align: center;
  display: block;
}
.social .socialmedia a.socialbtn:hover {
  color: #393813;
  background-color: #9a9a66;
}
.social .contactheader {
  float: left;
  color: #9a9a66;
  font-size: 13px;
  font-size: 14px;
  font-family: "pt-sans-narrow", "Arial Narrow", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 4px;
  margin-left: 15px;
}
.social .contactheader a {
  float: left;
  color: #9a9a66;
  font-size: 13px;
  font-size: 14px;
  font-family: "pt-sans-narrow", "Arial Narrow", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  transition: all ease 0.5s;
}
.social .contactheader a:hover {
  color: #8b8b8b;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.logo {
  background-color: #ffffff;
  min-height: 60px;
  position: relative;
  z-index: 3;
}
.logo .logolink {
  padding: 11px 0;
}
.logo .phone {
  color: #000000;
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  width: 100%;
  text-align: right;
  font-size: 20px;
  margin-top: 15px;
}
.logo .address {
  color: #9a9a66;
  font-family: "pt-sans-narrow", "Arial Narrow", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  text-align: right;
  font-size: 14px;
  margin-top: -8px;
  line-height: 16px;
  padding: 3px 0 6px;
}
.mm21 {
  margin-left: -175%;
}
.video .preview {
  float: left;
}
.navbar-default {
  border: none;
  background-color: transparent;
  margin-top: 13px;
}
.navbar-default li {
  background-color: #393813;
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-left: none;
  color: #9a9a66 !important;
}
.navbar-default li a {
  color: #9a9a66 !important;
  padding-left: 48px;
  padding-right: 48px;
}
.navbar-default li.menu18 {
  border-left: 2px solid #ffffff;
}
.navbar-default ul ul li {
  background-color: transparent;
}
.navbar-default ul ul li a {
  color: #b3ab6e !important;
}
.slidesOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background: url('../img/msheadline.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.msgrid {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 15;
  background: url('../img/msgrid.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.marketingslider {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
}
.marketingslider .slidesImg,
.marketingslider img {
  width: 100%;
  height: auto;
  z-index: 0;
  position: relative;
}
.marketingslider .marketingText {
  top: 250px;
  position: relative;
  z-index: 20;
}
.marketingslider .marketingText .col-sm-5 {
  margin-left: 50px;
  color: #ffffff;
  font-size: 50px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 50px;
}
.marketingslider .msgrid {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 15;
  background: url('../img/msgrid.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.marketingslider .flex-direction-nav {
  list-style: none;
  margin: 0;
}
.marketingslider .flex-direction-nav li {
  list-style: none;
}
.marketingslider .flex-direction-nav a {
  position: absolute;
  top: 315px;
  width: 22px;
  height: 22px;
  z-index: 25;
}
.marketingslider .flex-direction-nav .flex-prev {
  left: 0;
  background: url('../img/leftarrow.png') no-repeat center center;
}
.marketingslider .flex-direction-nav .flex-next {
  right: 0;
  background: url('../img/rightarrow.png') no-repeat center center;
}
ul.slides {
  padding: 0;
  margin: 0;
}
ul.slides li {
  display: block;
  float: left;
  position: relative;
}
.welcomecopy {
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  margin-bottom: 213px;
  width: 100%;
  clear: both;
  z-index: 5;
}
.welcomecopy .container {
  padding: 50px 50px 80px 50px;
  text-align: center;
}
.welcomecopy .container h1 {
  font-size: 62px;
}
.welcomecopy .container h4 {
  font-size: 32px;
  margin-top: 10px;
}
.welcomecopy .container p {
  font-size: 16px;
  font-family: "pt-sans-narrow", "Arial Narrow", "Arial", sans-serif;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
  text-align: left;
  margin-top: 40px;
}
.welcomecopy:after {
  content: ' ';
  width: 100%;
  background-image: url(../img/gridYellow.png);
  height: 213px;
  float: left;
}
.firmprofile {
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  width: 100%;
  clear: both;
  z-index: 0;
  background-color: #000000;
}
.firmprofile picture {
  width: 100%;
  height: auto;
  opacity: 0.5;
}
.firmprofile picture img {
  width: 100%;
  height: auto;
}
.firmprofile .fpcon {
  position: absolute;
  top: 0;
  z-index: 10;
  padding-top: 250px;
  width: 100%;
}
.firmprofile h1 {
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 77px;
}
.firmprofile p {
  text-align: left;
  font-size: 16px;
  line-height: 27px;
}
.break {
  width: 100%;
  clear: both;
  height: 1px;
  border: none;
}
.center {
  text-align: center;
}
a.readmore.white {
  text-decoration: none;
  padding: 9px 12px;
  border: 2px solid #ffffff;
  top: 15px;
  position: relative;
  transition: 0.5s ease all;
}
a.readmore.white:hover {
  text-decoration: none;
  color: #f6f06b;
  border: 2px solid #f6f06b;
}
a.readmore.yellow {
  text-decoration: none;
  padding: 9px 12px;
  border: 2px solid #f6f06b;
  top: 15px;
  position: relative;
  transition: 0.5s ease all;
}
a.readmore.yellow:hover {
  text-decoration: none;
  color: #393813;
  border: 2px solid #393813;
}
a.readmore.brown {
  text-decoration: none;
  padding: 9px 12px;
  border: 2px solid #393813;
  top: 15px;
  position: relative;
  transition: 0.5s ease all;
}
a.readmore.brown:hover {
  text-decoration: none;
  color: #8b8b8b;
  border: 2px solid #8b8b8b;
}
.readmore_right {
  float: right;
}
.practiceareas {
  width: 100%;
  background-image: url(../img/practiceAreas.png);
  position: absolute;
  float: left;
}
.practiceareas h2 {
  font-family: "pt-sans-narrow", "Arial Narrow", "Arial", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 15px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
}
.practiceareas a {
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #393813;
  transition: all ease 0.5s;
  display: block;
  font-size: 24px;
  padding: 0;
  margin: 0;
}
.practiceareas a:hover {
  background-color: #393813;
  color: #f6f06b;
  text-decoration: none;
  font-style: italic;
}
.practiceareas .PAcenter {
  left: 50%;
  margin-left: -123px;
  position: relative;
}
.practiceareas .col-sm-4 {
  width: 245px;
  padding: 0;
}
.practiceareas .col-sm-offset-1 {
  margin-left: 13.5%;
}
.practiceareas .col-sm-3 {
  padding: 0;
}
.practiceareas .col-sm-3 a {
  padding-left: 20px;
  padding-right: 20px;
}
.pop20 {
  height: 20px;
}
.hpcallouts,
.hpvideo,
.hpnews {
  width: 100%;
  position: absolute;
  float: left;
}
.footer,
.internalbody {
  width: 100%;
  position: relative;
  float: left;
}
.hpvideo {
  background-color: #000000;
  position: absolute;
  cursor: pointer;
}
.hpvideo .preview {
  width: 100%;
  height: auto;
  opacity: 1.0;
  transition: all ease 0.5s;
}
.hpvideo .hpover {
  width: 436px;
  height: 327px;
  background-image: url(../img/video.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -218px;
  margin-top: -163px;
}
.hpvideo:hover .preview {
  opacity: 0.5;
}
.hpnews {
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  margin-bottom: 208px;
  width: 100%;
  clear: both;
  z-index: 5;
  float: none;
}
.hpnews:after {
  content: ' ';
  width: 100%;
  background-image: url(../img/gridGreen.png);
  height: 208px;
  float: left;
  position: absolute;
}
.hpnews .col-sm-3 h3,
.hpnews .col-sm-10 h3 {
  text-align: right;
  font-size: 57px;
  color: #ffffff;
}
.hpnews .col-sm-3 h3 span,
.hpnews .col-sm-10 h3 span {
  text-transform: uppercase;
  font-size: 18px;
  color: #9a9a66;
  margin-right: 7px;
}
.hpnews .col-sm-3 h2,
.hpnews .col-sm-10 h2 {
  font-size: 25px;
  color: #9a9a66;
}
.hpnews .col-sm-10 h3 {
  color: #393813;
}
.hpnews .col-sm-10 h3 span {
  color: #393813;
}
.hpnews .col-sm-10 h2 {
  color: #393813;
}
.hpnews a {
  padding: 0 !important;
  margin: 0 !important;
}
.hpnews .nav-tabs > li > a {
  border: none;
  border-radius: 0;
}
.hpnews .nav-tabs {
  border: none;
}
.hpnews .nav-tabs > li {
  margin: 0;
  transition: all ease 0.5s;
}
.hpnews .nav-tabs > li:hover {
  border: 0px !important;
}
.hpnews .nav-tabs > li:hover .BKgreen {
  background-color: #9a9a66;
  border: 4px solid #ffffff !important;
}
.hpnews .nav-tabs > li:hover .BKgreen h3 {
  color: #f6f06b;
}
.hpnews .nav-tabs > li:hover .BKgreen h3 span {
  color: #f6f06b;
}
.hpnews .nav-tabs > li:hover .BKgreen h2 {
  color: #f6f06b;
}
.hpnews .nav-tabs > li:hover a {
  outline: none;
}
.hpnews .tab-content > .tab-pane {
  border-left: 2px solid #f6f06b;
  min-height: 23px;
  font-size: 14px;
  font-family: "pt-sans-narrow", "Arial Narrow", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.hpnews .tab-content > .tab-pane a {
  padding: 7px 5px !important;
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  top: 0px;
}
.hpnews .active {
  border: none;
  outline: none;
}
.hpnews .active .BKgreen {
  background-color: #9a9a66;
  border: 4px solid #ffffff;
}
.hpnews .active .BKgreen h3 {
  color: #f6f06b;
}
.hpnews .active .BKgreen h3 span {
  color: #f6f06b;
}
.hpnews .active .BKgreen h2 {
  color: #f6f06b;
}
.hpnews .active a {
  border: 0px !important;
  outline: none;
}
.marginne {
  margin: 7px;
}
.footer.internal {
  padding-top: 238px;
}
.footer {
  padding-top: 430px;
  margin-top: -208px;
  z-index: 0;
  z-index: -10;
}
.footer .row {
  margin-right: 0 !important;
}
.footer .phone {
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  margin-top: 50px;
}
.footer .social {
  background-color: transparent;
}
.footer .social a {
  color: #9a9a66;
  background-color: #393813;
  width: 25px;
  height: 25px;
  padding: 3px;
  border-radius: 5px;
  transition: all ease 0.5s;
  margin: 7px;
  text-align: center;
  display: block;
}
.footer .social a:hover {
  color: #393813;
  background-color: #9a9a66;
}
.footer .address {
  top: 60px;
  font-weight: normal;
  position: relative;
  z-index: -10;
  font-size: 13px;
}
.footer .footnav a {
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #000000;
  margin-top: 10px;
  width: 100%;
  display: block;
}
.footer .footnav ul {
  margin: 0 0 0 7px;
  padding: 0;
}
.footer .footnav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footnav li a {
  font-family: "pt-sans-narrow", "Arial Narrow", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #9a9a66;
  font-size: 14px;
  margin: 0 29px 0 0;
  max-width: 137px;
  float: left;
}
.footer .testimonial {
  background-image: url('../img/testimonial.jpg');
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: -208px;
  padding-top: 160px;
  padding-bottom: 25px;
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}
.footer .testimonial span {
  font-size: 125px;
  color: #f6f06b;
  width: 100%;
  text-align: center;
  height: 70px;
  overflow: hidden;
  display: block;
}
.footer .testimonial h3 {
  font-size: 32px;
  color: #f6f06b;
}
.footer .testimonial p {
  font-size: 16px;
  color: #ffffff;
  font-size: 14px;
  font-family: "pt-sans-narrow", "Arial Narrow", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.hero {
  position: absolute;
  top: 0px;
  z-index: 0;
  width: 100%;
}
.hero img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
.hero h1 {
  position: absolute;
  top: 300px;
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  line-height: 80px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}
.wym {
  font-family: "pt-sans-narrow", "Arial Narrow", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.wym h1,
.wym h2,
.wym h3,
.wym h4,
.wym h5,
.wym h6 {
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}
.wym h2 {
  font-size: 45px;
}
.wym h3 {
  font-size: 24px;
}
.wym h4 {
  font-size: 18px;
}
.wym p {
  font-size: 14px;
  font-family: "pt-sans-narrow", "Arial Narrow", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.BKblackopac div {
  font-size: 14px;
  font-family: "pt-sans-narrow", "Arial Narrow", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.BKblackopac div a {
  font-size: 14px;
  font-family: "pt-sans-narrow", "Arial Narrow", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.form {
  margin-top: 30px;
}
.form input,
.form textarea {
  width: 100%;
  border: 1px solid #393813;
}
.form textarea {
  height: 175px;
}
.form label {
  font-size: 14px;
  font-family: "pt-sans-narrow", "Arial Narrow", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #393813;
}
.form .dform_captcha label {
  font-size: 10px;
  margin-top: 5px;
}
.form .dform_captcha input {
  width: 205px !important;
  height: 26px;
}
.form .dform_captcha img {
  width: 205px;
}
.form .submit_button input {
  border: 1px solid #393813;
  margin-top: 15px;
  background-color: #ffffff;
  width: 205px;
  height: 35px;
}
.internalbody {
  margin-top: -70px;
}
.internalbody .col-sm-8,
.internalbody .col-sm-5,
.internalbody .col-sm-3 {
  padding-top: 70px;
}
.internalbody .col-sm-8 .col-sm-3,
.internalbody .col-sm-5 .col-sm-3,
.internalbody .col-sm-3 .col-sm-3 {
  padding-top: 0;
}
.internalbody .col-sm-8 .breadcrumb,
.internalbody .col-sm-5 .breadcrumb,
.internalbody .col-sm-3 .breadcrumb {
  margin-bottom: 20px;
}
.internalbody .col-sm-8 .breadcrumb a,
.internalbody .col-sm-5 .breadcrumb a,
.internalbody .col-sm-3 .breadcrumb a {
  color: #8b8b8b;
}
.internalbody .col-sm-4 .rightrail {
  background-color: #cece83;
}
.internalbody h1 {
  font-size: 48px;
}
.internalbody .marketingslider {
  position: relative;
}
.internalbody .marketingslider .marketingText {
  top: 20px;
  position: relative;
  z-index: 20;
}
.internalbody .marketingslider .marketingText .col-sm-5 {
  padding-top: 0;
  text-shadow: 1px 1px 1px #000000;
}
.internalbody .slidesOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background: url('../img/msheadline.png') no-repeat left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.internalbody .marketingslider .flex-direction-nav a {
  top: 211px;
}
.grad {
  background-image: url(../img/grad.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 80px;
}
.grad.internalbody .col-sm-8 {
  padding-top: 0px;
}
.callout {
  background-image: url(../img/callout.png);
  text-align: center;
  padding: 40px;
  min-height: 270px;
}
.callout .callouts,
.callout a {
  text-align: center;
  color: #ffffff;
  transition: all ease 0.5s;
  margin-bottom: 25px;
}
.callout .callouts:hover,
.callout a:hover {
  text-decoration: none;
  color: #f6f06b;
}
.callout .callouts h4,
.callout a h4 {
  font-size: 24px;
  margin-top: 15px;
}
.rightrail {
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  margin-bottom: 208px;
  width: 100%;
  clear: both;
  z-index: 5;
  float: none;
}
.rightrail:after {
  content: ' ';
  width: 100%;
  background-image: url(../img/gridlightgreen.png);
  height: 208px;
  float: left;
  position: absolute;
  bottom: -208px;
}
.absolute {
  position: absolute !important;
}
.nopad {
  padding: 0 !important;
}
.footer.internal {
  position: absolute;
}
.modal-body {
  padding: 3px;
}
.modal-dialog {
  width: 70%;
  margin: 30px auto;
}
.modal-content {
  border-radius: 0px;
}
.square {
  padding: 15px;
  text-align: center;
  display: block;
}
.square h2 {
  margin: 0;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 20px;
  right: 0;
}
.dropdown-menu {
  color: #676767;
}
.dropdown-menu .mmli {
  width: 100%;
  float: left;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  position: relative;
  /* Common style */
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
}
.dropdown-menu .mmli a,
.dropdown-menu .mmli span {
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
}
.dropdown-menu .mmli .mmtext {
  width: 100%;
  position: relative;
  transition: all 0.5s ease;
}
.dropdown-menu .mmli .mmtext:hover {
  color: #393813;
}
.dropdown-menu .mmli .grid {
  position: relative;
  margin: 0 auto 0;
  padding: 0 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}
.dropdown-menu .mmli .grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0px 5px;
  background: #393813;
  text-align: center;
  cursor: pointer;
}
.dropdown-menu .mmli .grid figure img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.8;
}
.dropdown-menu .mmli .grid figure figcaption {
  padding: 2em;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dropdown-menu .mmli .grid figure figcaption::before,
.dropdown-menu .mmli .grid figure figcaption::after {
  pointer-events: none;
}
.dropdown-menu .mmli .grid figure figcaption,
.dropdown-menu .mmli .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dropdown-menu .mmli .grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.dropdown-menu .mmli .grid figure h2 {
  font-weight: 300;
  text-shadow: 1px 1px 2px rgba(30, 30, 3, 0.85);
}
.dropdown-menu .mmli .grid figure h2 span {
  font-weight: 700;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(30, 30, 3, 0.85);
}
.dropdown-menu .mmli .grid figure h2,
.dropdown-menu .mmli .grid figure p {
  margin: 0;
}
.dropdown-menu .mmli .grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
.dropdown-menu .mmli figure.effect-milo {
  background: #393813;
}
.dropdown-menu .mmli figure.effect-milo img {
  max-width: none;
  width: -webkit-calc(100%);
  width: calc(100%);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-15px, 0, 0) scale(1.12);
  transform: translate3d(-15px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dropdown-menu .mmli figure.effect-milo:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1.15);
  transform: translate3d(0, 0, 0) scale(1.15);
}
.dropdown-menu .mmli figure.effect-milo h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
  font-size: 30px;
}
.dropdown-menu .mmli figure.effect-milo p {
  padding: 0 10px 0 0;
  width: 70%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  color: #ffffff;
  line-height: 1.05;
  font-size: 15px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
.dropdown-menu .mmli figure.effect-milo:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.dropdown-menu .mmli figure.effect-milo:hover h2 {
  color: #393813;
}
.mm-4 {
  float: left;
}
.darkgrayletter {
  background-color: #676767;
  background-image: url(../img/w.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  color: #f6f06b;
}
.yellowletter {
  background-color: #f6f06b;
  background-image: url(../img/z.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  color: #393813;
}
.hpcallouts {
  background-image: url(../img/attprobk.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.popmob {
  height: 150px;
}
.invisible-xs {
  visibility: visible;
}
.hero .slidesOverlay {
  z-index: 20;
}
.panel-default .panel-heading {
  background-color: #393813;
  padding: 1px 10px;
  margin: 0;
  border-bottom: 1px solid #e2e3e2;
}
.panel-default .panel-heading h4 a {
  color: #ffffff;
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}
.panel-default .panel-heading h4 a span {
  color: #f6f06b;
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  margin-right: 15px;
}
.panel-default .panel-collapse {
  background-color: #e2e3e2;
  color: #5f5f5f;
  padding: 20px 50px;
  margin: 0;
  position: relative;
  font-size: 14px;
  font-family: "pt-sans-narrow", "Arial Narrow", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}
.panel-default .panel-collapse span {
  color: #5f5f5f;
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  margin-right: 15px;
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
}
.rightrail .hpnews {
  height: 0;
  margin-bottom: 0;
  top: auto !important;
}
.rightrail .hpnews:after {
  display: none;
  height: 0;
  margin-bottom: 0;
}
.rightrail .rrnews .tab-pane {
  font-size: 14px;
  font-family: "pt-sans-narrow", "Arial Narrow", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #393813;
  font-size: 16px;
}
.rightrail .rrnews .readmore {
  padding: 7px 10px !important;
  text-align: center;
}
.rightrail .rrnews li {
  width: 100%;
}
.rightrail .rrnews li .BKgreen {
  background-color: #cece83;
  border: 4px solid #393813;
}
.rightrail .rrnews h2 {
  font-size: 14px;
  font-family: "pt-sans-narrow", "Arial Narrow", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #393813;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.rightrail .rrnews .nechunks h2 {
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  font-size: 25px;
  color: #393813;
  text-transform: none;
  font-weight: normal;
}
.rightrail .rrnews a {
  text-align: center;
}
.rightrail h2 {
  font-size: 14px;
  font-family: "pt-sans-narrow", "Arial Narrow", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #393813;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.rightrail .contactus {
  padding: 20px;
}
.rightrail .contactus h2 {
  padding: 0;
  margin: 0;
  font-size: 28px;
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}
.rightrail .contactus h2 i {
  font-size: 28px;
  text-transform: none;
}
.rightrail .contactus .phone {
  color: #000000;
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  width: 100%;
  text-align: left;
  font-size: 42px;
  margin-top: 5px;
}
.rightrail .contactus .address {
  color: #000000;
  font-size: 14px;
  font-family: "pt-sans-narrow", "Arial Narrow", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  text-align: left;
  font-size: 18px;
  margin-top: -2px;
}
.rightrail .quicklinks {
  background-color: #f6f06b;
  padding: 20px;
  min-height: 100px;
}
.rightrail .quicklinks a {
  color: #393813;
}
.rightrail .quicklinks h5 {
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-align: center;
}
.footlogo .col-sm-12,
.footlogo .col-xs-6 {
  padding: 0;
}
/**********************
       EDITS 11/2/15
***********************/
.first_nav_link {
  border-left: 2px solid #fff !important;
}
.sub_menu_drop {
  position: absolute;
  width: 280px;
  list-style: outside none none;
  padding-left: 0px;
  background-color: #fff;
  margin-left: -2px;
  display: none;
}
.sub_menu_drop li {
  padding: 5px 5px;
  margin-left: 2px;
}
.sub_menu_drop li:hover {
  background-color: #393813;
}
.sub_menu_drop li a {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.nav li:hover .sub_menu_drop {
  display: block;
}
.secondBody .callouts img {
  margin: 0 auto;
}
.att_profile_callouts ul {
  list-style-type: none;
  padding-left: 0px;
}
.att_profile_callouts ul li {
  display: inline-block;
  width: 20%;
  height: 150px;
  overflow: hidden;
  margin: 0 -2px;
  text-align: center;
  position: relative;
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}
.mjw_name,
.hez_name {
  font-size: 18px !important;
  padding: 50px 0;
}
.mjw_name .letter,
.hez_name .letter {
  position: absolute;
  z-index: 0;
  font-size: 105px;
  left: 0;
  right: 0;
  top: 6%;
}
.mjw_name .name,
.hez_name .name {
  position: relative;
  z-index: 1;
}
.and_symbol {
  padding: 10px 0;
  font-size: 105px !important;
  background-color: #9a9a66;
  color: #8a8a5c;
}
.mjw_name {
  background-color: #676767;
}
.mjw_name .name {
  color: #f6f06b;
}
.mjw_name .letter {
  color: #5f5f5f;
}
.hez_name {
  background-color: #f6f06b;
}
.hez_name .name {
  color: #000;
}
.hez_name .letter {
  color: #ddd860;
}
.rightrail .hpnews {
  position: relative !important;
  height: 381px;
}
.rightrail .enewsletter {
  background-color: #9b9b66;
  padding: 15px 0;
  margin-top: 45px;
}
.rightrail .enewsletter h2 {
  margin-top: 0;
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #f6f06b;
  text-transform: none;
  font-size: 30px !important;
  text-align: left !important;
}
.rightrail .enewsletter form {
  padding: 0 15px;
}
.rightrail .enewsletter form .dfcolumns .column {
  height: 43px;
  min-height: 43px;
}
.rightrail .enewsletter form p em {
  color: #fff;
}
.rightrail .enewsletter form input[type="text"],
.rightrail .enewsletter form input[type="email"] {
  width: 100%;
  height: 35px;
}
.rightrail .enewsletter form .submit_button {
  text-align: center;
}
.rightrail .enewsletter form .submit_button input[type="submit"] {
  margin: 0 auto;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 7px 15px;
}
.social_print_wrap {
  position: absolute;
  right: 15px;
  margin-top: -40px;
}
.social_print_wrap ul {
  float: right;
  list-style: none;
  padding-left: 0;
}
.social_print_wrap ul li {
  display: inline-block;
  background-color: grey;
  padding: 2px;
}
.social_print_wrap ul li.share_icon {
  margin: 0 -4px 0 -5px;
}
.social_print_wrap ul li:hover {
  cursor: pointer;
}
.share_buttons {
  display: none;
}
.hp_slider_form_wrap {
  position: absolute;
  z-index: 100;
  bottom: -378px;
  left: 105px;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 10px;
}
.hp_slider_form_wrap .form_tease h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-style: italic;
  color: #f6f06b;
}
.hp_slider_form_wrap .form_tease p {
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-style: italic;
  font-size: 17px;
  text-align: center;
}
.hp_slider_form_wrap .slider_form h3 {
  color: #f6f06b;
  text-align: center;
}
.hp_slider_form_wrap .slider_form .hp_form_num {
  text-align: center;
}
.hp_slider_form_wrap .slider_form .hp_form_num p {
  color: #fff;
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px !important;
}
.hp_slider_form_wrap .slider_form form .dfcolumns .column {
  min-height: 30px;
  height: 30px;
}
.hp_slider_form_wrap .slider_form form .dform_element {
  margin: 0px 0 10px;
}
.hp_slider_form_wrap .slider_form form p em {
  color: #fff;
  font-size: 14px;
  font-family: "pt-sans-narrow", "Arial Narrow", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px !important;
}
.hp_slider_form_wrap .slider_form form input[type="text"],
.hp_slider_form_wrap .slider_form form input[type="email"] {
  height: 35px;
  padding-left: 5px;
}
.hp_slider_form_wrap .slider_form form textarea {
  padding-left: 5px;
}
.hp_slider_form_wrap .slider_form form input[type="submit"] {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 7px 15px;
}
.hp_slider_form_wrap .slider_form form .dfinput_full {
  text-align: center;
}
.checkboxes li label {
  width: 95px;
}
.checkboxes li label input {
  vertical-align: middle;
  position: relative;
  top: 15px;
}
.practice_img img {
  width: 100%;
  margin: 0 auto;
}
.practice_form {
  background-color: #676767;
  padding: 10px;
  margin-bottom: 15px;
}
.practice_form h2 {
  font-size: 25px !important;
  color: #f6f06b;
  margin-top: 0;
  text-align: center;
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}
.practice_form p {
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
.practice_form form input[type="text"],
.practice_form form input[type="email"] {
  height: 35px;
}
.practice_form form input[type="text"],
.practice_form form input[type="email"],
.practice_form form textarea {
  padding-left: 5px;
  font-size: 14px;
  font-family: "pt-sans-narrow", "Arial Narrow", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.practice_form form input {
  border: none;
}
.practice_form form input[type="submit"] {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.play_arrow {
  width: 41px !important;
  position: absolute !important;
  z-index: 1000 !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 38%;
  pointer-events: none;
}
/**********************
       MEDIA RULES
***********************/
@media (max-width: 1199px) {
  .footer .BKblackopac .col-sm-8 a {
    color: #e2e3e2;
  }
  .rightrail .rrnews .nechunks h2 {
    font-size: 20px;
  }
  .hpnews .col-sm-10 h3 {
    margin-top: 0;
    font-size: 35px;
  }
  .rightrail .contactus .phone {
    font-size: 39px;
  }
  .video .slidesOverlay .slidesHeadline {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .hpnews .tab-content > .tab-pane a {
    font-size: 12px;
  }
  .rightrail .contactus .phone {
    font-size: 27px;
  }
  .quicklinks img {
    margin: 0 auto;
  }
  .rightrail .hpnews .col-sm-10 h3 {
    font-size: 25px;
  }
  .rightrail .hpnews .col-sm-10 h2 {
    font-size: 15px;
  }
  .att_profile_callouts ul li {
    height: 141px;
  }
  .firmprofile h1 {
    clear: both;
    width: 100%;
    font-size: 50px;
  }
  .video .slidesOverlay .slidesHeadline {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  #navbar {
    position: relative;
    width: 100%;
  }
  .nav li:hover .sub_menu_drop {
    display: none;
  }
  .invisible-xs {
    visibility: hidden;
  }
  .welcomecopy .container p {
    font-size: 16px;
    font-family: "pt-sans-narrow", "Arial Narrow", "Arial", sans-serif;
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px;
    text-align: left;
    margin-top: 40px;
  }
  .practiceareas {
    padding-top: 250px;
  }
  .practiceareas .text-right {
    text-align: left;
  }
  .practiceareas .col-sm-offset-1 {
    margin-left: 0;
  }
  .hpvideo .hpover {
    width: 244px;
    height: 164px;
    background-image: url("../img/video.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -122px;
    margin-top: -82px;
    background-size: 244px 164px;
  }
  .social {
    background-color: rgba(0, 0, 0, 0);
    height: 100px;
  }
  .social .socialmedia a {
    color: #393813;
  }
  .logo .phone,
  .logo .address {
    text-align: center;
  }
  .navbar-header {
    margin-top: 15px;
  }
  .wym {
    margin-top: 75px;
  }
  h1.slidesHeadline {
    color: #393813;
    font-size: 40px;
    text-shadow: none;
    margin-top: 15px;
    line-height: 40px;
  }
  .navbar {
    min-height: 50px;
    margin-bottom: 0;
    margin-top: -50px;
  }
  .navbar-header {
    width: 75px;
    float: right;
  }
  .logo .logolink {
    padding: 0px 0px;
  }
  .welcomecopy::after {
    background-image: none;
    background-color: transparent;
  }
  .practiceareas {
    padding-top: 25px;
  }
  .rightrail,
  .hpnews,
  .footnav {
    display: none;
  }
  .footer .testimonial {
    margin-top: 0;
    padding-top: 0;
  }
  .footer {
    padding-top: 0;
    margin-top: -358px;
  }
  .footlogo > div.col-xs-6 {
    float: right;
  }
  .mm-4 {
    display: none;
  }
  .hero h1 {
    top: 265px;
  }
  .callout .img-responsive {
    margin-left: auto;
    margin-right: auto;
  }
  .footer .social {
    height: 30px;
  }
  /*.footer.internal {
	    padding-top: 0;
	}*/
  .social {
    display: none;
  }
  .internalbody {
    padding-top: 100px;
  }
  /* corbin edits 11/3 */
  .list_carousel {
    display: none !important;
  }
  .videosSlider {
    display: block !important;
  }
  .welcomecopy::after {
    display: none !important;
  }
  .welcomecopy {
    margin-bottom: 0;
  }
  .practiceareas,
  .hpcallouts,
  .hpvideo {
    position: relative;
    float: none;
  }
  .footer {
    position: relative !important;
    margin-top: 0;
  }
  .hpvideo {
    float: left;
  }
  .footer .container {
    padding-right: 0px;
  }
  .footer .testimonial span {
    visibility: hidden;
  }
  .break {
    height: 0px;
  }
  .footlogo img,
  .footlogo {
    margin: 0 auto;
    text-align: center;
    padding: 5px 0;
  }
  .footer .phone {
    margin-top: 15px;
  }
  .logolink img {
    width: 80%;
    margin: 5px auto;
  }
  .hero {
    position: relative;
  }
  .hero h1 {
    top: 0;
  }
  h1.slidesHeadline {
    color: #FFF;
    font-size: 45px;
  }
  .internalbody {
    padding-top: 5px;
    margin-top: 15px;
  }
  .wym {
    margin-top: 0;
  }
  .footer.internal {
    padding-top: 15px;
  }
  .video {
    margin-top: 15px;
  }
  .internalbody .col-sm-8,
  .internalbody .col-sm-5,
  .internalbody .col-sm-3 {
    padding-top: 15px;
  }
  .att_profile_callouts ul li {
    display: block;
    width: 260px;
    height: 260px;
    margin: auto;
  }
  .mjw_name,
  .hez_name {
    font-size: 35px !important;
    padding: 70px 0;
  }
  .mjw_name .letter,
  .hez_name .letter {
    font-size: 165px;
    top: 6%;
  }
  .and_symbol {
    padding: 10px 0;
    font-size: 165px !important;
  }
  .BKblackopac .col-sm-4 {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .navbar-default li a {
    padding-left: 14px;
    padding-right: 13px;
  }
  .practiceareas .col-sm-4 {
    width: 180px;
  }
  .practiceareas a {
    font-size: 13px;
    height: 30px;
  }
  .practiceareas .PAcenter {
    margin-left: -90px;
  }
  .firmprofile .fpcon {
    padding-top: 5px;
  }
  .hero h1 {
    top: 185px;
  }
  .firmprofile .fpcon {
    padding-top: 185px;
  }
  .FPcenter {
    margin-top: 25px;
    max-width: 370px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .navbar-default li a {
    padding-left: 32px;
    padding-right: 31px;
  }
  .practiceareas .col-sm-4 {
    width: 210px;
  }
  .practiceareas a {
    font-size: 19px;
    height: 35px;
  }
  .practiceareas .PAcenter {
    margin-left: -105px;
  }
  .firmprofile .fpcon {
    padding-top: 215px;
  }
  .hero h1 {
    top: 270px;
  }
}
@media (min-width: 1200px) {
  .navbar-default li a {
    padding-left: 48px;
    padding-right: 48px;
  }
  .practiceareas .col-sm-4 {
    width: 245px;
  }
  .practiceareas .col-sm-offset-1 {
    margin-left: 13.5%;
  }
  .practiceareas .PAcenter {
    margin-left: -123px;
  }
  .practiceareas a {
    font-size: 24px;
    height: 40px;
  }
  .welcomecopy .container p {
    font-size: 16px;
    font-family: "pt-sans-narrow", "Arial Narrow", "Arial", sans-serif;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px;
    text-align: left;
    margin-top: 40px;
  }
  .practiceareas .col-sm-offset-1 {
    margin-left: 13.5%;
  }
  .hpvideo .hpover {
    width: 436px;
    height: 327px;
    background-image: url("../img/video.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -218px;
    margin-top: -163px;
  }
  .social {
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 33px;
    position: relative;
    z-index: 3;
  }
  .social .socialmedia a {
    color: #9A9A66;
  }
  .logo .phone,
  .logo .address {
    text-align: right;
  }
  .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
  }
  .logo .logolink {
    padding: 11px 0px;
  }
  .welcomecopy::after {
    content: " ";
    width: 100%;
    background-image: url("../img/gridYellow.png");
    height: 213px;
    float: left;
  }
  .practiceareas {
    padding-top: 0;
  }
  .footer .testimonial {
    margin-top: 0;
    padding-top: 105px;
  }
  .footer .footlogo {
    padding-top: 208px;
  }
  .footer .footnav {
    padding-top: 208px;
  }
  .footer {
    padding-top: 208px;
    z-index: -10;
  }
  /*.footer.internal {
	    padding-top: 0;
	}*/
  .firmprofile .fpcon {
    padding-top: 220px;
  }
  .footer .phone {
    font-size: 15px;
  }
  .hero h1 {
    top: 300px;
  }
  .footer .phone {
    font-size: 24px;
  }
  .footer .BKblackopac .col-sm-8 a {
    text-decoration: none;
    color: #E2E3E2;
  }
  .footer .BKblackopac .col-sm-8 a:hover {
    text-decoration: none;
  }
}
