/*
 * Theme Name: Lefkowitz Timber Theme
 * Description: Starter Theme to use with Timber
 * Author: The Adsmith
*/

/*PAGE layout*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;

}
ol,
ul {

}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
body {
  margin: 0 !important;
  letter-spacing: 0;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.875;
}

#content {
  min-height: 40vh;

}

.row {
  margin-left:0px !important;
  margin-right:0px !important;
}
/*end PAGE layout*/

/*Font STYLING*/


@font-face {
  font-family: 'futura-pt', sans-serif;
  src:url("https://use.typekit.net/cvv2tpq.css");
}

@font-face {
  font-family: 'futura-pt-bold', sans-serif;
  src:url("https://use.typekit.net/cvv2tpq.css");
}
@font-face {
font-family: 'futura-pt-bold', sans-serif;
font-style: normal;
font-weight: 700;
}

h1 {
  font-family: 'Roboto Slab', serif;
  font-style:normal;
  font-weight:400;
  font-size:60px;
  color:#1f2f48;
}
h2 {
  font-family: 'futura-pt-bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size:34px;
  color:#ed2936;
}

h3 {
    font-family: 'futura-pt-bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size:34px;
    color:#1f2f48;
    letter-spacing:1px;
}

a {
  font-size:18px;
}

p {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size:21px;
  color:#1f2f48;
}

p.roboto {
  font-family: 'Roboto Slab', serif !important;
  font-weight:400;
  color:#1f2f48;
  font-size:21px;
  line-height:33px;
}


h1.article-h1 {
  display:none;
}
.menu-wrapper ul li a {
  color:#1f2f48;
  font-family: 'futura-pt-bold', sans-serif;
}

p.white, p.white a {
  color:#ffffff;
  font-size:21px;
  font-family: 'futura-pt', sans-serif;
  text-align:left;
  line-height:15px;
}

p.red {
  color:#da2938;
  font-size:21px;
  font-family: 'futura-pt', sans-serif;
  font-weight:600;
  text-align:left;
  letter-spacing:1px;
  text-transform:uppercase;
}

section.footer-icon {
  padding:20px 0px;
  margin:0 auto;
  width:100%;
}

ul.footer {
  list-style-type: none;
  display:flex;
  float:right !important;
  margin: 0;
  padding: 0;

}

ul.footer li a, ul.footer li a {
  color:#ffffff;
  font-size:21px;
  font-family: 'futura-pt', sans-serif;
  padding:5px;
}
ul.footer li span {
  color:#ed2936;
  font-size:21px;
  font-family: 'futura-pt', sans-serif;
  padding:5px;
}

ul.footer li {
  color:#da2938;
  font-size:21px;
  font-family: 'futura-pt', sans-serif;
}

ul.footer-left {
  list-style-type:none;
  text-align: -webkit-left;
  margin-left: -65%;
}

ul.footer-left li {
  display:inline-block;
}



ul.footer-left li.social1 {
  width: 40px;
  height:40px;
  margin-left: 40%;
  background-image: url('Avvo1.png');
  background-repeat: no-repeat;
  background-size: cover;
}

ul.footer-left li.social1:hover{
  width: 40px;
  height:40px;
  margin-left: 40%;
  background-image: url('Avvo2.png');
  background-repeat: no-repeat;
  background-size: cover;
}

ul.footer-left li.social2 {
  width: 40px;
  height:40px;
  background-image: url('linkedin1.png');
  background-repeat: no-repeat;
  background-size: cover;
}

ul.footer-left li.social2:hover {
  width: 40px;
  height:40px;
  background-image: url('linkedin2.png');
  background-repeat: no-repeat;
  background-size: cover;
}

ul.footer-left li.social3 {
  width: 40px;
  height:40px;
  background-image: url('email1.png');
  background-repeat: no-repeat;
  background-size: cover;
}

ul.footer-left li.social3:hover {
  width: 40px;
  height:40px;
  background-image: url('email2.png');
  background-repeat: no-repeat;
  background-size: cover;
}

p.footer-desktop {
  color:#ffffff;
  font-size:21px;
  font-family: 'futura-pt', sans-serif;
  text-align:right;
}



/*end FONT styling*/

/*Begin Header*/
.header {
  overflow:hidden;
}

section.top-bar {
  background: #232f46;
  width:100%;
  margin:0 auto;
}

section.top-bar img {
  max-width:50px;
  margin-bottom:5px;
}

section.top-bar img:hover {
  color:#c23838;
}

.top-bar {
  height:80px;
}

div.top-bar ul {
  max-width:2000px;
  list-style-type:none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-top:15px;
}

div.top-bar ul li.right {
  float:right !important;
}

div.top-bar ul li.right, div.top-bar ul li.desktop {
  color:#ffffff;
  font-family: 'futura-pt-bold', sans-serif;
  font-weight: 700;
  font-size:15px;
  letter-spacing:1px;
  padding:0px;
  text-transform:uppercase;
  float:left;
}
div.top-bar ul li.desktop:last-child {
  margin:2px !important;
}

div.top-bar ul li.right span, div.top-bar ul li.desktop span {
  color:#c82b3b;
  font-family: 'futura-pt-bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing:1px;
  padding:5px;
  text-transform:uppercase;

}

div.top-bar ul li.right a {
  color:#ffffff;
  font-family: 'futura-pt-bold', sans-serif;
  letter-spacing:1px;
  font-weight: 600px;
  font-size:15px;
  padding:0px;
}

div.top-bar ul li.desktop a {
  color:#ffffff;
  font-family: 'futura-pt-bold', sans-serif;
  letter-spacing:1px;
  font-weight: 600px;
  font-size:15px;
  padding:0px;
}

div.top-bar ul li.social1 {
  width: 40px;
  height:40px;
  margin-left: 0%;
  background-image: url('Avvo1.png');
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: cover;
}

div.top-bar ul li.social1:hover{
  width: 40px;
  height:40px;
  margin-left: 0%;
  background-image: url('Avvo2.png');
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: cover;
}

div.top-bar ul li.social2 {
  width: 40px;
  height:40px;
  background-image: url('linkedin1.png');
  background-repeat: no-repeat;
  padding-left : 20px;
  margin: 0 auto;
  background-size: cover;
}

div.top-bar ul li.social2:hover {
  width: 40px;
  height:40px;
  background-image: url('linkedin2.png');
  background-repeat: no-repeat;
  padding-left : 20px;
  margin: 0 auto;
  background-size: cover;
}

div.top-bar ul li.social3 {
  width: 40px;
  height:40px;
  background-image: url('email1.png');
  background-repeat: no-repeat;
  padding-left : 20px;
  margin: 0 auto;
  background-size: cover;
}

div.top-bar ul li.social3:hover {
  width: 40px;
  height:40px;
  background-image: url('email2.png');
  background-repeat: no-repeat;
  padding-left : 20px;
  margin: 0 auto;
  background-size: cover;
}


.menu-wrapper {
  padding-top:10px;
  max-width:1615px;
  margin:0 auto !important;
}

.header-logo img {
  max-width:250px;
  padding:10px;
  margin:10px auto;

}

.desktop-menu {
  display:block;
  padding:15px;
}

.mobile-menu {
  display:none;
}


nav#nav-main.nav-main {
  padding-top:10px;
}


#content-wrapper {
  max-width:1615px;
  margin:0 auto !important;
}

#gray-wrapper {
  max-width:1920px;
  margin:0 auto !important;
  width:100%;
}
/*End Header*/

/*Begin Front Page Styling*/

.hero-image-title {
  margin: 0 auto;
  width: 100%;
  position: relative;
  top: 40%;
  max-width: 1140px;
  text-align: center;

}

.hero-image-title h1 {
  color:#ffffff;
  font-family: 'Roboto Slab', serif;
  font-size:52px;
  font-weight:400;

}
.home-page-hero {
  background-image: url('lefkowitz-law-firm-hero-image.png'), linear-gradient(rgba(165,125,0,0.00),rgba(42,44,41,0.3));
  background-blend-mode: overlay;
  background: cover !important;
  width: 100%;
  height:1000px ;
  margin: 0 auto;
  margin-top:0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.landing-page-hero {
  background-image: url('malpractice_law_hero_image.png');
  height: 515px ;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.malpractice-page-hero {
  background-image: url('malpractice_1920x515.jpg');
  height: 515px ;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


.contact-page-hero {
  background-image: url('lefkowitz_1920x515_contact.jpg');
  height: 515px ;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.publication-page-hero {
  background-image: url('pubs_1920x515.jpg');
  height: 515px ;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.testimonial-page-hero {
  background-image: url('test_1920x515.jpg');
  height: 515px ;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.legal-page-hero {
  background-image: url('legal_1920x515.jpg');
  height: 515px ;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


.lefkowitz-pointing-hero {
  background-image: url('testimonials_lefkowitz_firm_hero.png');
  background: cover !important;
  height: 515px ;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}



section.about-the-firm {
  margin:0 auto;
  width:100%;
  height:auto;
  max-width:2000px;
}

section.white-box {
  background:#f2f2f2;
  color:#1f2f48;
  font-family: 'Roboto Slab', serif;
  padding:30px 80px 50px 144px;
  margin:0 auto;
  width:100%;
  height:auto;
}

#gray1 {
  background:#f2f2f2;
  width: 100%;
}

#gray2 {
  background:#f2f2f2;
  max-width: 1615px;
  margin: 0 auto !important;
  width: 100%;
}

#gray3 {
  background:#ffffff;
  width: 100%;
}

#darker-gray {
  background:#e6e6e6;
  width: 100%;
}

section.white-box h1 {
  color: #1f2f48;
 font-size: 48px;
 text-align: left;
 font-family: 'Roboto Slab', serif;
 font-weight: 600px;
 margin-bottom: 15px;

}

section.white-box p.about {
  max-width:850px !important;
  color:#1f2f48;
  font-size:20px;
  font-family: 'futura-pt', sans-serif;
  font-style:normal;
  font-weight:400;
  margin-bottom:30px;
  margin-top:37px;
}

.learn-more {
  padding-top:20px;
}

.learn-more a {
  color: #1f2f48;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #1f2f48;
  border-radius: 20px;
  padding: 10px 50px;
  text-align: left;
  margin-top:20px;
}

section.white-box a {
  color: #1f2f48;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  text-decoration:underline;
  /*text-transform: uppercase;
  border: 2px solid #1f2f48;
  border-radius: 14px;
  padding: 10px 50px;
  text-align: left;
  letter-spacing:1.5px;*/
}

/*section.white-box a:hover {
    background: #1f2f48;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-decoration:none;
}*/


section.gray-box {
  background:#e6e6e6;
  padding: 60px 100px 50px 80px;
  margin:0 auto;
  width:100%;
  height:auto;
}

section.gray-box h2 {
  color: #1f2f48;
  font-family: 'Roboto Slab', serif;
  font-size:48px;
  text-align:left;
  margin-bottom:20px;

}

section.gray-box ul.contact-firm li h3 {
  color: #da2938;
 font-size: 21px;
 text-transform: uppercase;
 font-family: 'futura-pt', sans-serif;
 text-align: left;
 font-weight: 600;
 margin-bottom: 10px;
 margin-top:15px;
 letter-spacing: 1px;
 font-style: normal;
}

section.gray-box ul.contact-firm {
  list-style-type:none;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}

section.gray-box ul.contact-firm li {
  width:50%;
  font-family: 'futura-pt', sans-serif;
}

section.gray-box ul.contact-firm li strong {
  color:#da2938;
  font-size:18px ;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align:left;
  line-height:30px;
}

section.gray-box ul.contact-firm li strong a {
  color:#1f2f48;
  font-size:18px ;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align:left;
  line-height:30px;
}

section.gray-box ul.contact-firm li p {
  color:#1f2f48;
  font-size:21px;
  font-family: 'futura-pt', sans-serif;
  margin-bottom:0rem;
}


section.gray-box ul.contact-firm li:nth-child(2n+1) {
    clear: left;
}


section.gray-box ul.contact-firm li.tablet {
  display:none !important;
}

section.gray-box a, section.gray-box a:hover {
  color:#1f2f48;
  font-size:21px;
  font-family: 'futura-pt', sans-serif;
  font-weight:700;
}

section.gray-box a span {
  color:#da2938;
  font-size:18px;
  font-family: 'futura-pt', sans-serif;
  font-weight:600;
  text-transform:uppercase;

}

section.feature-img {
  margin:0 auto;
  width:100%;
  height:auto;
}

.feature-img {
  background-image: url('lefkowitz-law-banner.jpg');
  background:cover !important;
  height:900px;
  max-width:1920px;
  width:100%;
  margin:0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

}


.accordion-toggle-home {
  display:none;
}


.accordion-toggle-contact {
  display:none;
}

.blue-img-overlay {
  background: #1f2f48;
  position: absolute;
  text-align: right;
  width: 45%;
  height: auto;
  left: 0;
  display: inline-block;
  padding: 85px 100px 85px 85px;
  top: 20% !important;
}


.blue-img-overlay p.red-blurb {
  color:#da2938;
  font-weight:600;
  text-transform:uppercase;
  font-size:21px;
  font-family: 'futura-pt', sans-serif;
  text-align:right;
  letter-spacing:1px;
}

.blue-img-overlay p.white-blurb {
  color:#ffffff;
  font-size:21px;
  font-family: 'futura-pt', sans-serif;
  float:right;
  max-width:600px;
}

.blue-img-overlay-mobile {
  display:none;
}

section.commit-excellence {
  padding:50px;
  margin:0 auto;
  width:100%;
  height:auto;
  background:#f2f2f2;
}

section.commit-excellence h2 {
  color:#1f2f48;
  font-size:48px;
  text-align:center;
  font-family: 'Roboto Slab', serif;
  font-weight:600px;
  margin-bottom:33px;


}
section.commit-excellence h3 {
  color:#da2938;
  font-size:21px;
  text-transform:uppercase;
  font-family: 'futura-pt', sans-serif;
  text-align:left;
  font-weight:600;
  margin-bottom:15px;
  letter-spacing:1px;
  font-style: normal;


}

section.commit-excellence hr {
  border: 0;
  height: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}



section.commit-excellence p {
  color:#1f2f48;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size:20px;
  margin-bottom:30px;
  text-align:left;
  height:auto;
}

section.commit-excellence a {
  color: #1f2f48;
  font-family: 'futura-pt', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border: 3px solid #1f2f48;
  border-radius: 14px;
  padding: 10px 50px;
}

.feature-img-testimonial {
  background-image: url('the-lefkowitz-firm-door.png');
  background:cover !important;
  height:900px;
  max-width:1920px;
  width:100%;
  margin:0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

}

.blue-img-overlay-2 {
  background: #1f2f48;
  position: absolute;
  text-align: right;
  width: 45%;
  height: auto;
  left: 0;
  display: inline-block;
  padding: 85px 100px 85px 85px;
  top: 20% !important;
}

.blue-img-overlay-2 p.red-blurb {
  color:#da2938;
  font-weight:600;
  text-transform:uppercase;
  font-size:21px;
  font-family: 'futura-pt', sans-serif;
  text-align:right;
  letter-spacing:1px;
}

.blue-img-overlay-2 p.white-blurb {
  color:#ffffff;
  font-size:21px;
  font-family: 'futura-pt', sans-serif;
  text-align:right;
  float:right;
  max-width:600px;
}

.blue-img-overlay-2 span {
  font-size: 14px;
  font-family: 'futura-pt', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  text-align: right;
  float: right;
  letter-spacing: 1px;
  max-width:600px;
}

.blue-img-overlay-2 a {
  color: #ffffff;
  font-family: 'futura-pt', sans-serif;
  font-weight:500;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  border-radius: 14px;
  padding: 10px 50px;
  float: right;
  margin: 50px 0px 0px 0px;
  letter-spacing:1.5px;
}

.blue-img-overlay-2 a:hover {
  background:#ffffff;
  color:#1f2f48;
  text-decoration:none;

}

section.logos {
  margin:0 auto;
  width:100%;
  padding:50px 0px;
  display:table;
  background:#f2f2f2;
}

section.logos #logo-wrapper {
  max-width: 1615px;
  margin:0 auto !important;
  width:100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-content: center;
  align-content: center;
}


#circle-logo {
  margin-bottom:20px;
}

#rectangle-logo {
  margin-top:40px;
}

section.logos img {
  max-width:200px !important;
  height:auto;
  max-height:220px;
  display:table-cell;
  padding:10px;
  margin:0 auto !important;
}

section.logos img:last-child {
  padding:10px 0px 10px 10px;
}

/*Begin Front Page Styling*/

/*Begin Malpractice Styling*/
section.landing-page-hero-image {
  margin: 0 auto;
  width: 100%;
  height: auto;
  overflow: hidden;
}

section.landing-page-hero-image img {
  margin:0 auto;
  max-width:2000px;
  width:100%;
  height:auto;
}

section.landing-page-gray-box {
  margin:0 auto;
  padding:50px;
  width:100%;
  height:auto;
  text-align:center;
  background:#f2f2f2;
  height:auto;
  margin-top:20px;
}

section.landing-page-gray-box img {
  max-width:10px;
  margin: 0px 5px 3px 5px;
}


section.landing-page-gray-box span {
  color: #da2938;
  font-size: 21px;
  font-family: 'futura-pt', sans-serif;
  font-style:normal;
  text-align:center;
  margin-top:50px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:1px;
}

section.landing-page-gray-box h1 {
  color: #1f2f48;
  font-size: 48px;
  text-align: center;
  font-family: 'Roboto Slab', serif;
  font-weight: 600px;
  margin-bottom: 15px;
  margin:0 auto;
  max-width:870px;
  padding:30px;

}

section.landing-page-gray-box p {
  color:#1f2f48;
  font-family: 'futura-pt', sans-serif;
  max-width:765px;
  font-size:21px;;
  margin:0 auto;
}



section.malpractice-info-boxes {
  margin:0 auto;
  padding:30px;
  width:100%;
  height:auto;
  background:#ffffff;
  max-width:1615px;
}

.malpractice-law img {
  max-width:600px;
  height:auto;
  width:100%;
  margin:0 auto;
  float:left;
}

section.malpractice-info-boxes h2 {
color: #da2938;
font-size: 21px;
font-family: 'futura-pt', sans-serif;
font-style:normal;
font-weight:600;
margin-bottom:25px;
text-align:left;
text-transform:uppercase;
letter-spacing:1px;
}

.malpractice-law {
  padding:0px;
}

section.malpractice-info-boxes h3 {
  color:#da2938;
  font-weight:600;
  text-transform:uppercase;
  font-size:26px;
  font-family: 'Roboto Slab', serif;
  margin-bottom:15px;
}

/*
#malpractice-right {
  margin-top:50px;
}
*/
section.malpractice-info-boxes strong {
  color:#1f2f48;
  font-family: 'Roboto Slab', serif;
  font-weight:400;
  font-size:21px;
}

section.malpractice-info-boxes p {
  color:#1f2f48;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size:21px;
  max-width: 670px;
  padding: 0px 20px 0px 0px;

}

section.malpractice-info-boxes a, section.malpractice-info-boxes a:hover  {
  color:#da2938;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size:21px;
  margin-bottom:15px;
  text-decoration:underline;
}

section.malpractice-info-boxes blockquote {
  border-left: 6px solid #da2938;
  padding-left: 20px;
}

section.malpractice-info-boxes hr {
  border: 0;
  height: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin:70px auto;
}

section.malpractice-info-boxes hr:last-child {
  display:none;
}

#right-column {
  margin-top:20px;
}

section.landing-page-feature-image {
  max-height:600px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width:1920px;
}

section.accordion {
  margin:0 auto;
  width:100%;
  max-width:1615px;
  height:auto;
  padding:50px;
  background:#ffffff;
}

section.accordion::before:first-child {
  display:none;
}

.malpracticeaccordion span {
  color:#da2938;
  font-weight:600;
  text-transform:uppercase;
  font-size:21px;
  letter-spacing:1px;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;

}

p.tab {
  margin-left:30px !important;
  margin-top:-30px !important;
  color:#da2938 !important;
  font-weight:600 !important;
  text-transform:uppercase !important;
  font-size:21px !important;
  letter-spacing:1px !important;
  font-family: 'futura-pt', sans-serif !important;
  font-style: normal;
}

p.tab2 {
  margin-left:30px !important;
  margin-top:-25px !important;
  color:#da2938 !important;
  font-weight:600 !important;
  text-transform:uppercase !important;
  font-size:16px !important;
  letter-spacing:1px !important;
  font-family: 'futura-pt', sans-serif !important;
  font-style: normal;
}

.malpracticeaccordion {
    background-color: #f2f2f2;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 21px;
    transition: 0.4s;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    padding:40px;
    max-width:1615px;
    outline:none !important;
}



.malpracticeaccordion span:before, .accordion-toggle span:before {
    content: url('toggle-closed.png');
     margin-right:10px;
}


.active span:before {
    content: url('toggle-open.png');
     margin-right:10px;
}


section.accordion img {
  max-width:15px;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

}

.panel ul {
  list-style-type:none;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  padding:20px;
}
.panel ul li {
  width:35%;
  padding:10px;
  color:#1f2f48;
  font-family: 'Roboto Slab', serif;
  margin-bottom:15px;
  text-transform:lowercase;
}

.panel ul li:nth-child(2n+1) {
    clear: left;
}
.panel span {
  margin-top:15px;
  color:#1f2f48;
  font-family: 'futura-pt', sans-serif;
  text-transform:uppercase;
  font-weight:700;
  font-size:21px;
  letter-spacing:1px;
}

.panel h1 {
  color:#da2938;
  font-weight:500;
  font-size:21px;
  font-family: 'futura-pt', sans-serif;
  margin-bottom:15px;
}


.panel h2 {
  color:#1f2f48;
  font-family: 'futura-pt', sans-serif;
  font-weight:400;
  font-size:21px;
  padding-top:10px;
  padding-bottom:10px;
}

.panel h3 {
  color:#1f2f48;
  font-family: 'futura-pt', sans-serif;
  font-weight:600;
  text-transform:uppercase;
  font-size:14px;
}


.panel h4 {
  color:#1f2f48;
  font-family: 'futura-pt', sans-serif;
  font-weight:500;
  text-transform:uppercase;
  font-size:16px;
}

.panel hr {
border: 0;
height: 0;
border-top: 2px solid rgba(0, 0, 0, 0.2);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 45px;
}

.panel h3:last-child {
  margin-bottom:30px;
}

.panel hr:last-child {
  display:none;
}

.malpracticepanel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    height:900px !important;
}

.malpracticepanel ul {
  list-style-type:none;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  padding:20px;
}

.malpracticepanel ul li {
  width:50%;
  padding:10px;
  color:#1f2f48;
  font-family: 'Roboto Slab', serif;
  margin-bottom:15px;
  max-width:700px;
}

.malpracticepanel ul li:nth-child(2n+1) {
    clear: left;
}

.malpracticepanel span {
  margin-top:15px;
  color:#1f2f48;
  font-family: 'futura-pt', sans-serif;
  text-transform:uppercase;
  font-weight:700;
  font-size:21px;
  letter-spacing:1px;
}

.malpracticepanel h1 {
  color:#da2938;
  font-weight:500;
  font-size:21px;
  font-family: 'futura-pt', sans-serif;
  margin-bottom:15px;
}


.malpracticepanel h2 {
  color:#1f2f48;
  font-family: 'futura-pt', sans-serif;
  font-weight:400;
  font-size:21px;
  padding-top:5px;
  padding-bottom:5px;
}

.malpracticepanel h3 {
  color:#1f2f48;
  font-family: 'futura-pt', sans-serif;
  font-weight:600;
  text-transform:uppercase;
  font-size:14px;
}


.malpracticepanel h4 {
  color:#1f2f48;
  font-family: 'futura-pt', sans-serif;
  font-weight:500;
  text-transform:uppercase;
  font-size:16px;
}

.malpracticepanel hr {
border: 0;
height: 0;
border-top: 2px solid rgba(0, 0, 0, 0.2);
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}


/*End Malpractice Styling*/

/*AREAS of PRACTICE*/
section.areas-of-practice {
  margin:0 auto;
  padding:30px;
  width:100%;
  height:auto;
  background:#ffffff;
  max-width:1615px;
}
section.areas-of-practice  h2 {
color: #da2938;
font-size: 18px;
font-family: 'futura-pt', sans-serif;
text-align:center;
margin-top:50px;
text-transform:uppercase;
}


section.areas-of-practice  h3 {
  color:#da2938;
  font-weight:700;
  text-transform:uppercase;
  font-size:21px;
  font-family: 'futura-pt', sans-serif;
  font-style:normal;
  margin-bottom:25px;
  letter-spacing:1px;
}

section.areas-of-practice  strong {
  color:#1f2f48;
  font-family: 'Roboto Slab', serif;
  font-weight:400;
  font-size:21px;
}

section.areas-of-practice  p {
  color:#1f2f48;
  font-family: 'futura-pt', sans-serif;
  font-size:21px;

}

section.areas-of-practice hr {
  border: 0;
  height: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin:70px auto;
}

section.areas-of-practice hr:last-child {
  display:none;
}

.areas-of-practice {
  margin-bottom:50px;
  margin-top:50px;
}



/*End AREAS of PRACTICE*/

/*Contact Page Styling*/
section.contact-page-gray-box {
  margin:0 auto;
  padding:20px;
  width:100%;
  height:auto;
  text-align:center;
  background:#f2f2f2;
  margin-top:20px;
}

section.contact-page-gray-box img {
  max-width:10px;
  margin: 0px 5px 3px 5px;
}


section.contact-page-gray-box span {
  color: #da2938;
  font-size: 18px;
  font-family: 'futura-pt', sans-serif;
  text-align:center;
  margin-top:50px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:1px;

}

section.contact-page-gray-box h1 {
color: #1f2f48;
font-size: 48px;
text-align: center;
font-family: 'Roboto Slab', serif;
font-weight: 600px;
margin-bottom: 15px;
margin: 0 auto;
max-width: 870px;
padding: 30px;
text-transform:none;
letter-spacing:0px !important;
}

section.contact-page-gray-box p {
  color:#1f2f48;
  font-family: 'futura-pt', sans-serif;
  max-width:765px;
  margin:0 auto;
}

section.contact-form {
  margin:0 auto;
  margin-top:100px;
  width:100%;
  height:auto;
  max-width:1615px;
  padding:20px 0px;
}

section.contact-form ul {
  list-style-type:none;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  padding:20px;
}

section.contact-form ul li {
  width:100%;
  color:#1f2f48;
  font-family: 'Roboto Slab', serif;
  padding:3px 0px;
}

section.contact-form ul li span {
  color:#ed2936;
  font-family: 'futura-pt', sans-serif;
  margin-top:15px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
}

section.contact-form ul li span.small {
  color:#1f2f48;
  font-family: 'futura-pt', sans-serif;
  font-size:14px;
  font-weight:700;
}


section.contact-form ul li a {
  color:#1f2f48;
  font-family: 'futura-pt', sans-serif;
  font-size:14px;
  font-weight:700;
}

form.wpcf7-form {
  margin:0 auto;
  width:100%;
  height:auto;
}

form.wpcf7-form label {
  color:#1f2f48;
  font-family: 'futura-pt', sans-serif;
  font-size:21px;
  max-width:700px;
}

form.wpcf7-form input {
  background: #f2f2f2;
  border-radius: 4px;
  border: 1px solid #1f2f48;
  width:700px;
  margin-top:10px;
  height:60px;
}

form.wpcf7-form textarea {
  background: #f2f2f2;
  border-radius: 4px;
  border: 1px solid #1f2f48;
  width:700px;
  margin-top:10px;
}

div.wpcf7-mail-sent-ok {
  border:none !important;
  color: #ed2936;
  font-family: 'futura-pt', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

div.wpcf7-response-output {
  padding:0px !important;
  margin:2em 0em !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border:none !important;
  color: #ed2936;
  font-family: 'futura-pt', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

iframe {
  width:500px;
}

form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
  color: #1f2f48;
  background:#ffffff !important;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #1f2f48;
  border-radius: 14px;
  padding: 10px 50px;
  text-align: left;
  letter-spacing:1.5px;
  width:160px !important;
}

form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
  background: #1f2f48 !important;
  color:#ffffff !important;
  border: 2px solid #ffffff;
}


/*End Contact Page Styling*/

/*Seminar Styling*/
section.seminar-accordion {
  margin:0 auto;
  width:100%;
  height:auto;
  background:#ffffff;
}
.accordion-toggle {
  background-color: #f2f2f2;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 21px;
  transition: 0.4s;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  padding:40px;
  max-width:1400px;
  outline:none !important;
}

.accordion-toggle span {
  color:#da2938;
  text-transform:uppercase;
  font-size:21px;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing:1px;
}
.seminar {
  padding:50px;
  margin:0 auto;
  width:100%;
}

.seminar-image-desktop {
  display:block;
}
.seminar-image-mobile {
  display:none;
}

section.seminar {
  margin:0 auto;
  padding:50px;
  width:100%;
  height:auto;
  max-width:1200px;
}

section.seminar span {
  color:#1f2f48;
  font-family: 'futura-pt', sans-serif;
  font-weight:600;
  font-size:18px;
}

section.seminar p {
  color:#1f2f48;
  font-family: 'futura-pt', sans-serif;
  font-weight:600;
  font-size:18px;
  padding:10px 0px 10px 0px;
}

section.seminar h1 {
  color:#da2938;
  font-weight:600;
  text-transform:uppercase;
  font-size:18px;
  font-family: 'futura-pt', sans-serif;
  margin-bottom:15px;
}


section.seminar h2 {
  color:#1f2f48;
  font-family: 'futura-pt', sans-serif;
  font-weight:600;
  font-size:18px;
}

section.seminar h3 {
  color:#1f2f48;
  font-family: 'Roboto Slab', serif;
}


section.seminar hr {
border: 0;
height: 0;
border-top: 2px solid rgba(0, 0, 0, 0.2);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

section.seminar-landing-page {
  padding:20px 10px;
  margin: 0 auto;
  width:100%;
  height:auto;
  max-width:1615px;
}

section.seminar-landing-page img {
  max-width:600px;
  margin:0 auto;
  width:100%;
  height:auto;
  margin-top:40px;
  margin-bottom:135px;
  padding:20px;
}

p.seminar {
  font-size:21px;
  color:#1f2f48;
  font-weight:500;
  text-transform:uppercase;
  font-family: 'futura-pt', sans-serif;
  text-align: left;
  padding: 34px 0px 16px 0px
}

/*End Seminar Styling*/

/*Publication Styling*/

section.publication {
  padding:60px 0px;
  margin: 0 auto;
  width:100%;
  height:auto;
  max-width:1615px;
}

section.publication img {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding:20px;

}

.publication-accordion span {
  color:#da2938;
  font-weight:600 !important;
  text-transform:uppercase;
  font-size:21px;
}
.publication-accordion {
    background-color: #f2f2f2;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 21px;
    transition: 0.4s;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    padding:40px;
    max-width:950px;
    margin-left:40px;
    outline: none !important;
}



.publication-accordion span:before {
    content: url('toggle-closed.png');
     margin-right:10px;
}


.publication-accordion.active span:before {
    content: url('toggle-open.png');
     margin-right:10px;
}


.publication-accordion img {
  max-width:15px;
}

.pubpanel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    max-width:950px;
    margin-left:40px;
}

.pubpanel ul {
  list-style-type:none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
        flex-direction: row;

}

.pubpanel ul li {
  width:80%;
}

.pubpanel ul li.article-image {
  width:20%;
}


.pubpanel img {
  width:150px !important;
  max-height:200px !important;
  margin:auto;
  width:100%;
  padding: 10px 10px 20px 0px !important;
  margin-right: 15px !important;
}

.article-field {
  margin-top:10px;
}

section.publication span {
  color: #da2938;
  font-size: 21px;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

section.publication h1 {
  font-family: 'futura-pt', sans-serif;
  color: #da2938;
  font-weight: 600;
  font-size: 21px;
  margin:10px 0px 15px 0px;

}

section.publication h2 {
  color:#1f2f48;
  font-size:21px;
  font-family: 'futura-pt', sans-serif;
  font-weight:400;
  padding-bottom:10px;
}

section.publication h3, section.publication h4 a {
  color:#1f2f48;
  font-style:normal;
  font-weight:600;
  text-transform:uppercase;
  font-family: 'futura-pt', sans-serif;
  font-size:14px;
}

section.publication h4 {
  color:#1f2f48;
  font-style:normal;
  font-weight:600;
  text-transform:uppercase;
  font-family: 'futura-pt', sans-serif;
  font-size:14px;
}


section.publication h4:last-child {
  margin-bottom:30px;
}


section.publication hr {
border: 0;
height: 0;
border-top: 2px solid rgba(0, 0, 0, 0.2);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
margin-top:45px;
}

section.publication hr:last-child {
  border: 0;
  height: 0;
  border-top: 2px solid rgba(255,255,255);
  border-bottom: 1px solid rgba(255, 255, 255);
  margin-top:45px;
}

/*Testimonial Styling*/
section.testimonial {
  margin:0 auto;
  margin-top:20px;
  margin-bottom:20px;
  width:100%;
  height:auto;
}

section.testimonial p {
  color:#1f2f48;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size:21px;
}

section.testimonial strong {
  font-family: 'futura-pt', sans-serif;
  color: #da2938;
  font-weight: 600;
  font-size: 18px;
  letter-spacing:1px;
  text-transform:uppercase;
}

section.testimonial hr {
  border: 0;
  height: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin:70px auto;
}

.testimonial hr {
  border: 0;
  height: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin:70px auto;
}

.testimonial hr:last-child {
  display:none !important;
}

section.testimonial-landing-page {
  margin:0 auto;
  width:100%;
  height:auto;
  max-width:1615px;
  padding:20px 0px;
}

section.testimonial-landing-page img {
  max-width:600px;
  width: 100%;
  margin: 0 auto;
  height:auto;
  padding:20px;
}
/*End Testimonial Styling*/

/*legal notice landing page*/
section.legal-notice-landing-page {
 margin:0 auto;
 padding:50px;
 width:100%;
}

section.legal-notice-landing-page p {
  margin:0 auto;
  font-family: 'Roboto Slab', serif;
  font-style:normal;
  font-weight:400;
  font-size:26px;
  color:#1f2f48;
  max-width:934px;
  text-align:center;
  margin:0 auto;
}

section.legal-notice-landing-page span {
  font-family: 'futura-pt', sans-serif;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 21px;
    color: #1f2f48;
    max-width: 942px !important;
    padding: 15px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

/*end legal notice landing page*/
/*Footer Styling*/
footer#footer {
-webkit-background-size: cover;
        background-size: cover;
  background:#1f2f48;
  left: 0;
  bottom: 0;
  width: 100%;
  padding:15px 0px;
}

section.footer {
  margin:0 auto;
  width:100%;
  height:auto;
  padding:20px;
  margin-bottom:100px;
  max-width:1615px;
}

section.footer .mobile-footer {
  display:none;
}

section.footer .desktop-footer {
  display:block;
}

section.footer p.copyright {
  color: #ffffff;
  font-size: 21px;
  float: right !important;
  font-family: 'futura-pt', sans-serif;
  padding-top: 10px;
  margin-left:40%;
}

/*End Footer Styling*/

/*MEDIA QUERIES*/


@media only screen and (min-width: 2000px) {

.blue-img-overlay {
  height:auto;

}

.blue-img-overlay-2 {
  height:auto;

}

}

@media only screen and (max-width: 1500px) {
  section.logos img {
    max-width:190px !important;
    max-height:150px;
    padding:20px;
  }
}


@media only screen and (max-width: 1400px) {
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
   font-size:12px !important;
}


}

@media only screen and (max-width: 1375px) {

.desktop-menu {
  display:none;
}

.mobile-menu {
  display:block;
}
section.top-bar img {
  max-width:30px !important;
  margin-top:8px;
}

ul.footer-left li img {
    max-width:30px !important;
}

.home-page-hero {
  height: 600px;
  width: 100%;
  margin: 0 auto;
}

.blue-img-overlay {
  height:auto;
  padding:20px 50px;
}

.blue-img-overlay-2 {
  height:auto;
  padding:20px 50px;
}
section.white-box {
  padding: 10px 10px 30px 10px;
}
section.gray-box h2 {
  margin-top:25px;
}

section.gray-box {
  padding: 20px 10px;
}

form.wpcf7-form input {
  width:520px !important;
}

form.wpcf7-form textarea {
    width:520px !important;
}
iframe {
  width:330px !important;
}



#circle-logo {
  margin-bottom:0px;
}

#rectangle-logo {
  margin-top:20px;
}

.pubpanel ul li {
  width:65%;
}

.pubpanel ul li.article-image {
  width:35%;
}


}
@media only screen and (max-width: 1200px) {
.accordion-toggle-home {
      display:none !important;
}

.accordion-toggle-contact {
  display:none !important;
}


.accordion-toggle-contact span {
      display:block;
      color: #ffffff;
      font-size: 21px;
      text-transform: none;
      font-family: 'Roboto Slab', serif;
      text-align: center;
      font-weight: 500;
  }

.accordion-toggle-contact{
      display:block !important;
      background-color: #1f2f48;
      cursor: pointer;
      width: 100%;
      border: none;
      text-align: center;
      outline: none;
      font-size: 21px;
      transition: 0.4s;
      padding:20px;
      width:105%;
      outline:none !important;
}

section.gray-box ul.contact-firm {
  max-width:500px;
}

section.gray-box h2 {
    display:none !important;
}

.accordion-toggle-contact span:before, .accordion-toggle-contact span:before {
   content: url('red-toggle-closed.png');
    margin-right:10px;
}


.accordion-toggle-contact.active span:before {
      content: url('red-toggle-open.png');
       margin-right:10px;
}


section.accordion-toggle-contact img {
    max-width:15px;
}

.panelcontact {
      padding: 0px 18px;
      background-color: #e6e6e6;
      max-height:0 ;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
}

#darker-gray .gray-box .panelcontact {
  max-width:100% !important;
}

section.gray-box ul.contact-firm li {
  width:33% !important;
  border-right:3px solid #b7b7b7;
  padding-left:30px;
}

section.gray-box ul.contact-firm li:last-child {
  border-right:none !important;
}

section.gray-box ul.contact-firm li.tablet {
  display:block !important;
  margin-bottom:50px;
}

section.gray-box a span:last-child {
  font-size:18px;
}

section.gray-box a:last-child {
  font-size:18px;
}

section.gray-box .contact-firm-desktop {
  display:none;
}


section.gray-box {
  padding:0px !important;
  margin-left:-15px;
  margin-right:-15px;
}

p.footer-desktop {
  font-size:18px;
}


}

@media only screen and (max-width: 999px) {


div.top-bar ul li.social1 {
    width: 30px;
    height: 30px;
}

div.top-bar ul li.social1:hover{
    width: 30px;
    height: 30px;
}

div.top-bar ul li.social2 {
    width: 30px;
    height: 30px;
}

div.top-bar ul li.social2:hover {
    width: 30px;
    height: 30px;
}

div.top-bar ul li.social3{
      width: 30px;
      height: 30px;
}

div.top-bar ul li.social3:hover {
      width: 30px;
      height: 30px;
}



ul.footer-left li.social1 {
    width: 30px;
    height: 30px;
}

ul.footer-left li.social1:hover{
    width: 30px;
    height: 30px;
}

ul.footer-left li.social2 {
    width: 30px;
    height: 30px;
}

ul.footer-left li.social2:hover {
    width: 30px;
    height: 30px;
}


ul.footer-left li.social3 {
    width: 30px;
    height: 30px;
}

ul.footer-left li.social3:hover {
    width: 30px;
    height: 30px;
}

.malpractice-page-hero {
    background-image: url('malpractice_999x400.jpg');
    height: 400px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .contact-page-hero {
    background-image: url('lefkowitz_999x400_contact.jpg');
    height: 400px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .publication-page-hero {
    background-image: url('pubs_999x400.jpg');
    height: 400px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .testimonial-page-hero {
    background-image: url('test_999x400.jpg');
    height: 400px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .legal-page-hero {
    background-image: url('Legal_999x400.jpg');
    height: 400px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

section.seminar-landing-page img {
  max-width:800px;
  padding-bottom:30px;
}

  .seminar-image-desktop {
    display:none;
  }
  .seminar-image-mobile {
    display:block;
  }

.top-bar {
  height:55px;
}

section.gray-box a:last-child {
  font-size:15px;
}



ul.footer-left li img {
    max-width:30px !important;
    margin-left:40%;
}


ul.footer {
    float:none !important;
    width:100%;
    margin-left:1%;
  }



ul.footer li {
  font-size:15px;
}

ul.footer li a, ul.footer li a {
  padding:0px;
  font-size:15px;
}

ul.footer li span {
  padding:2px;
}

h1 {
  font-size:35px;
}

h2 {
  font-size:21px;
}

h3 {
  font-size:21px;
}


section.top-bar {
    height: auto;
}

div.top-bar ul {
  margin-top:5px;
}

div.top-bar ul li.right, div.top-bar ul li.desktop {
  font-size:11px;
  padding:0px;
}

div.top-bar ul li.right a {
  font-size:11px;
}

.home-page-hero {
  height: 410px;
  width: 100%;
  margin: 0 auto;
}

.landing-page-hero {
    height: 400px;
}


.lefkowitz-pointing-hero {
    height: 400px;
}

.hero-image-title {
  top:40%;
}

.hero-image-title h1 {
  font-size:28px;
  max-width: 700px;
  margin: 0 auto;
}

section.white-box {
  padding:20px;
}

section.white-box h1 {
  font-size:28px;
}

section.white-box a {
  font-size:14px;
}

section.white-box p.about {
  font-size:15px;
}

section.gray-box ul.contact-firm li h3 {
  font-size:16px !important;
}

.blue-img-overlay, .blue-img-overlay-2 {
  width:60%;
}

.feature-img {
  height:540px;
}

.feature-img-testimonial {
  height:540px;
}

.blue-img-overlay p.red-blurb {
  font-size:16px;
}


.blue-img-overlay-2 p.red-blurb {
  font-size:16px;
}



section.gray-box h2 {
  font-size:28px;
}

section.gray-box ul.contact-firm li strong {
  font-size:15px;
  line-height:0px;
}

section.gray-box a span:last-child {
  margin-top:115px !important;
}

section.gray-box a:last-child, section.gray-box a span:last-child {
  font-size:15px !important;
}


section.gray-box ul.contact-firm li p {
  font-size:15px;
}

section.gray-box ul.contact-firm li strong a {
  font-size:15px;
  line-height:0px;
}

section.gray-box ul.contact-firm li strong a:hover {
    font-size:15px;
}
section.gray-box a, section.gray-box a:hover {
    font-size:15px;
}

section.gray-box ul.contact-firm li p {
  line-height:24px;
}


.blue-img-overlay, .blue-img-overlay-2 {
  height:auto !important;
  padding:20px 50px;
}

.blue-img-overlay p.white-blurb {
  font-size:14px;
}

.learn-more {
  padding-top:10px;
  margin-bottom:30px;
}


section.logos img {
  max-width:280px !important;
  max-height:175px !important;
}


p {
  font-size:15px;
}

section.landing-page-gray-box {
  padding:20px;
}
section.landing-page-gray-box h1 {
  font-size:28px;
}

section.landing-page-gray-box p {
  font-size:15px;
  max-width:500px;
}

section.commit-excellence {
  padding:20px;
}

section.commit-excellence h2 {
  font-size:28px;
  margin-bottom:10px;
}

section.commit-excellence p {
  height:auto;
  font-size:14px;
}

section.commit-excellence a {
  font-size:14px;
}

section.commit-excellence hr {
  margin-top:30px;
}

.blue-img-overlay-2 {
  background: #1f2f48;
 position: absolute;
 padding: 20px;
 height: auto;
 max-width: 450px;
 margin: 0 auto;
 margin-top: 0px;
text-align:right;
}

.blue-img-overlay-2 span {
  font-size:10px;
}
.blue-img-overlay-2 p.white-blurb {
  font-size:14px;
  padding:20px;
}

.blue-img-overlay-2 a {
  font-size:14px;
  margin:20px 0px 20px 0px;
}

section.logos {
  padding:10px;

}

section.logos img {
    max-width: 150px;
    max-height: 100px;
    padding:20px;
    display: table-cell;
}

.malpractice-law {
  padding:0px;
}

section.malpractice-info-boxes {
  padding:20px 60px;
}

section.malpractice-info-boxes h2 {
  font-size:21px;
}

section.malpractice-info-boxes strong {
  font-size:21px;
}

section.malpractice-info-boxes p, section.malpractice-info-boxes a, section.malpractice-info-boxes a:hover {
  font-size:15px !important;
}

.malpractice-law img {
  max-width:800px;
  padding-bottom:30px;
}

section.landing-page-feature-image img {
  width:100%;
  height:auto;
  margin:0 auto;
}

section.accordion {
  padding:0px;
}

.malpracticeaccordion {
  padding:40px;
}
.panel ul {
  padding:2px;
}



.malpracticeaccordion span {
  font-size:18px;
}


p.tab {
    font-size:18px !important;
    margin-top:-28px;
}

.panel ul li {
  font-size:14px;
  width:50%;
  padding:10px;
}

section.seminar-landing-page {
  padding:20px 60px;
}

.seminar {
  padding:0px;
}

section.seminar-landing-page img {
  margin-bottom:0px;
}

section.areas-of-practice {
  padding:20px 60px;
}

.areas-of-practice {
  margin-top:10px;
  margin-bottom:10px;
}

section.areas-of-practice p {
  font-size:15px;
}

section.publication {
  padding:20px 60px;
}

section.publication span {
  color: #da2938;
  text-transform: uppercase;
  font-size: 21px;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
}

section.publication h1 {
  font-size:21px;
}

section.testimonial-landing-page {
  padding:20px 60px;
}

section.testmonial p {
  font-size:15px;
}

section.testimonial-landing-page img {
  max-width:800px;
  padding-bottom:30px;
}
section.testimonial p {
  font-size:15px;
}

section.publication img {
  max-width:800px;
  padding-bottom:30px;
}

section.legal-notice-landing-page {
   padding:20px 60px;
}

section.legal-notice-landing-page p {
  font-size:21px;
}

section.testimonial p {
  font-size:15px;
}

section.testimonial strong {
  font-size:15px;
}

section.contact-form {
  margin-top:0px;
  padding:20px 60px;
}

section.footer {
  padding:20px;
  height:100%;
}

section.footer p {
  font-size:18px;
}

section.footer p.desktop {
  display:none;
}

p.white, p.white a {
  font-size:15px;

}

section.footer .mobile-footer {
  display:block;
  float:right;
}


section.footer .desktop-footer {
  display:none;
}
section.footer ul.footer {
 float:right;

}

section.footer ul li a span {
  color:#ed2936;
}

section.commit-excellence h3 {
    display:block !important;
    font-size:16px;
}
/*
#malpractice-right {
  margin-top:0px !important;
}
*/

form.wpcf7-form input {
  width:600px !important;
}

form.wpcf7-form textarea {
    width:600px !important;
}
iframe {
  width:600px !important;
}

section.contact-form ul {
  padding:10px 0px;
}

p.footer-desktop {
  display:none !important;
}

.pubpanel ul li {
  width:100%;
}

.pubpanel ul li.article-image {
  width:100%;
}

.pubpanel {
  margin-left:0px;
}

}

@media only screen and (max-width: 800px) {

/*
#malpractice-right {
  margin-top:0px !important;
}
*/


.accordion-toggle-home span {
      display:block;
      color: #da2938;
      font-size: 16px;
      text-transform: uppercase;
      font-family: 'futura-pt', sans-serif;
      text-align: left;
      font-weight: 600;
      letter-spacing:1px;
  }

.accordion-toggle-home {
      display:block !important;
      background-color: #f2f2f2;
      cursor: pointer;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 21px;
      transition: 0.4s;
      outline:none !important;
}

section.commit-excellence h3 {
    display:none !important;
}


section.commit-excellence a {
    font-size:13px;
}

.accordion-toggle-home span:before, .accordion-toggle-home span:before {
   content: url('toggle-closed.png');
   margin-right:10px;
}

.active span:before {
      content: url('toggle-open.png');
       margin-right:10px;
}


section.accordion-toggle-home img {
    max-width:15px;
}

.panelhome {
      padding: 0px 18px;
      background-color: #f2f2f2;
      max-height:0 ;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
      height:250px !important;
}


.blue-img-overlay {
  display:none;
}

.blue-img-overlay-2 {
  display:none;
}

.blue-img-overlay-mobile {
  display:block;
  text-align:left;
  background: #1f2f48;
  height: auto;
  width:100%;
  margin:0 auto;
  padding: 40px;

}


.blue-img-overlay-mobile p.red-blurb {
  color:#da2938;
  font-weight:600;
  text-transform:uppercase;
  font-size:14px;
  font-family: 'futura-pt', sans-serif;
  text-align:left;
  letter-spacing:1px;
}

.blue-img-overlay-mobile p.white-blurb {
  color:#ffffff;
  font-size:14px;
  font-family: 'futura-pt', sans-serif;
  text-align:left;
  margin-bottom:10px;
}

.blue-img-overlay-mobile a {
  color: #ffffff;
  font-family: 'futura-pt', sans-serif;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 14px;
  padding: 10px 30px;
  font-size:14px;
  margin:0 auto;
  font-weight:500;
  letter-spacing:1.5px;
  text-align:left;
}

.blue-img-overlay-mobile a:hover {
  background:#ffffff;
  color:#1f2f48;
  text-decoration:none;
}

.blue-img-overlay-mobile span {
  font-size: 12px;
  font-family: 'futura-pt', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  max-width:600px;
  padding:0px;
  margin-bottom:10px;
}


section.gray-box {
  margin-left:-15px;
}


p.red {
  font-weight:600;
}

#darker-gray .gray-box .panelcontact ul.contact-firm {
  margin-left:0% !important;
}

section.gray-box ul.contact-firm li {
  padding-left:10px;
}


}
@media only screen and (max-width: 768px) {

.malpractice-page-hero {
    background-image: url('malpractice_768x400.jpg');
    height: 400px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contact-page-hero {
    background-image: url('lefkowitz_768x400_contact.jpg');
    height: 400px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.publication-page-hero {
    background-image: url('pubs_768x400.jpg');
    height: 400px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.testimonial-page-hero {
    background-image: url('test_768x400.jpg');
    height: 400px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.legal-page-hero {
    background-image: url('legal_768x400.jpg');
    height: 400px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.accordion-toggle {
  width: 150%;
  margin-left: -14%;
}

.publication-accordion {
  width: 150%;
  margin-left: -14%;
}


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


section.commit-excellence a {
    font-size:12px;
}

form.wpcf7-form {
  padding:0px;
}


.desktop-top-bar {
  display:none;
}

.feature-img {
  height:400px;
  background-image: url('feature-image-lefkowitz-tablet.png');
}

.feature-img-testimonial {
  height:400px;
  background-image: url('the-lefkowitz-firm-door-tablet3.png');
}

.home-page-hero {
    height: 400px;
    background-image: url('lefkowitz-law-firm-hero-tablet.png'), linear-gradient(rgba(165,125,0,0.00),rgba(42,44,41,0.3));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.home-page-hero h1 {
  font-size:24px;
  max-width:500px;
  margin:0 auto;
}

section.gray-box ul.contact-firm li {
  padding-left:30px;
}


}

@media only screen and (max-width: 740px) {
section.gray-box ul.contact-firm li.tablet {
    display:none !important;
}

section.gray-box .contact-firm-desktop {
    display:block !important;
    margin-top:-130px;
}

section.gray-box ul.contact-firm li {
  width:50% !important;
  border-right:none !important;
}

section.gray-box a span:last-child {
    margin-left: 4%;
    margin-top:140px !important;
    margin-bottom: 50px !important;
    font-size:15px !important;
}
}

@media only screen and (max-width: 700px) {
form.wpcf7-form input {
  width:450px !important;
}

form.wpcf7-form textarea {
    width:450px !important;
}
iframe {
  width:450px !important;
}

}
@media only screen and (max-width: 650px) {



section.contact-form iframe {
  float:left;
  width:360px !important;
}

section.contact-form ul li {
    text-align:left;
  }

  .malpracticepanel ul li {
    width:100%;
  }

  section.logos img {
      max-width: 300px !important;
      max-height: 100px;
      padding: 20px;
      display: table-cell;
      margin: 0 auto !important;
  }


form.wpcf7-form input {
  width:400px !important;
}

form.wpcf7-form textarea {
  width:400px !important;
}

iframe {
  width:400px !important;
}

section.contact-form ul li:last-child  {
 margin-bottom:20px !important;
}
}
@media only screen and (max-width: 570px) {

ul.footer-left li.social1 {
    margin-left: 0% !important;
  }

.accordion-toggle {
    width: 150%;
    margin-left: -8%;
  }

.malpracticeaccordion {
    margin-left: -3%;
    width: 110%;
}
div.top-bar ul li.right span, div.top-bar ul li.desktop span {
  padding:0px;
}

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

section.gray-box ul.contact-firm li h3 {
  font-size:18px;
}

#darker-gray .gray-box .panelcontact ul.contact-firm {
  margin-left:-2% !important;
  padding:0px;
}
section.gray-box a span:last-child {
  margin-left:7% !important;
  font-size:12px;
  margin-bottom:25px !important;
}

#darker-gray .gray-box .panelcontact {
padding:5px 0px !important;
}
section.gray-box a:last-child, section.gray-box a span:last-child {
  font-size:12px !important;
}

section.gray-box ul.contact-firm li strong a, section.gray-box ul.contact-firm li strong a:hover {
  font-size:12px;
  line-height:0px;
}

section.gray-box ul.contact-firm li strong, section.gray-box ul.contact-firm li strong a {
  line-height:0px;

}

section.gray-box ul.contact-firm li strong {
font-size:12px;
  line-height:0px;
}

section.gray-box ul.contact-firm li p {
font-size:12px;
line-height:15px;
}

p.roboto {
  line-height:0px;
}

section.gray-box a span {
  font-size:12px;
}

section.footer p {
  font-size:15px !important;
}
ul.footer li a, ul.footer li a {
    font-size:15px !important;
}

section.footer-icon {
  text-align:center !important;
}

ul.footer-left {
  padding-bottom:0px;
  margin-left:3%;
}
section.footer ul.footer {
  margin-left:3% !important;
}


h1 {
  font-size:24px;

}

h2 {
  font-size:18px;

}

h3 {
  font-size:18px;

}

section.landing-page-gray-box {
  padding:40px 10px;
}

section.legal-notice-landing-page {
  padding:20px;
}

section.legal-notice-landing-page p {
  text-align:left;
  font-size:16px;
}


section.malpractice-info-boxes strong {
  font-size:16px;
}


div.top-bar ul li.desktop {
  display:none;
}

div.top-bar ul li.right {
  float:left !important;
  font-size:10px;
  margin-top:10px;
}

div.top-bar {
  height:40px;
  text-align:center;
}


div.top-bar ul {
  margin-top:10px;
  margin:0 auto;
  text-align:center;
  display:inline-block;

}


div.top-bar ul li.right a, div.top-bar ul li.desktop a {
  font-size:10px;
  padding:5px 10px;

}

div#mySidenav.sidenav span {
  font-size:28px;
  padding:0px;
}

.header-logo img {
    max-width: 200px;
    margin: 0 auto;
    float:right;
    width: 100%;
    padding-top:10px;
}

.home-page-hero {
    height: 282px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.hero-image-title {
  top:35%;
}


.home-page-hero h1 {
  font-size:24px;
  margin:10px auto;
  max-width:450px;
}

.landing-page-hero {
  background-image: url('malpractice_law_hero_image-mobile.png');
  height: 270px;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.malpractice-page-hero {
  background-image: url('malpractice_570x220.jpg');
  height: 270px;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.contact-page-hero {
  background-image: url('lefkowitz_570x220_contact.jpg');
  height: 270px;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.publication-page-hero {
  background-image: url('pubs_570x220.jpg');
  height: 270px;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.testimonial-page-hero {
  background-image: url('test_570x220.jpg');
  height: 270px;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.legal-page-hero {
  background-image: url('legal_570x220.jpg');
  height: 270px;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


.lefkowitz-pointing-hero {
  background-image: url('testimonials_lefkowitz_firm_hero_mobile.png');
  height: 270px;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.accordion-toggle-home span {
  font-size:14px;
}

.panelhome {
      height:215px !important;
}


section.about-the-firm {
    margin: 0 auto;
    width: 150% !important;
    height: auto;
    max-width: 2000px;
    margin-right: -15px;
    margin-left: -15px;
}

section.white-box  {
  padding:0px;
  margin:20px 0px 20px 0px;
}

section.gray-box {
  width:120%;
  margin-left:-15px;
}

section.gray-box ul.contact-firm li {
  font-size:14px;
}

/*
section.landing-page-gray-box {
  margin-bottom:10px;
}
*/

section.commit-excellence {
  margin:0px;
  padding:20px 0px 20px 0px;
}

.feature-img {
  height:250px;
}

.feature-img-testimonial {
  height:250px;
}

.learn-more {
  margin-bottom:40px;
}


section.white-box a {
    padding: 10px 30px;
    border: 1px solid #1f2f48;
  }

.blue-img-overlay p.red-blurb {
  text-align:center;
}

.blue-img-overlay p.white-blurb {
  text-align:center
}



.blue-img-overlay-2 {
    position: absolute;
    padding: 20px;
    height: auto;
    margin: 0 auto;
    margin-top: 115px;
    margin-left:0px;
    width:100%;
}

.blue-img-overlay-2 p.red-blurb {
  text-align:center;

}

.blue-img-overlay-2 p.white-blurb {
  text-align:center;
}

.blue-img-overlay-2 a {
    float: right;
    margin-right: 24%;
    text-align: center;
}

section.logos img {
    max-width: 300px !important;
    max-height: 100px;
    padding: 20px;
    display: table-cell;
    margin: 0 auto !important;
}

section.testimonial strong {
  font-size:12px;
}


div.top-bar ul li {
  font-size:11px;
}

section.contact-form {
  margin-top:0px;
    padding:25px 15px;
}

form.wpcf7-form {
  padding:0px;
}

form.wpcf7-form input {
  width:400px !important;
}

form.wpcf7-form textarea {
    width:400px !important;
}
iframe {
  width:400px !important;
}

section.areas-of-practice {
  padding:25px 15px;
}

section.malpractice-info-boxes {
  padding:25px 15px;
}

section.publication {
    padding:25px 15px;
}

section.testimonial-landing-page {
    padding:0px;
}
.malpracticeaccordion span {
  font-size:15px;
}

p.tab {
  font-size:15px !important;

}

.malpracticepanel ul li {
  width:100% !important;
  padding:0px;
}

section.footer {
  padding:0px;
}


section.contact-page-gray-box  {
  margin-bottom:20px;
  padding:40px;
}

section.areas-of-practice hr {
      margin: 45px auto;
}

section.malpractice-info-boxes hr {
    margin: 45px auto;
  }

section.testimonial hr {
    margin: 45px auto;
}

section.contact-page-gray-box h1 {
   font-size:28px;
}



section.seminar-landing-page {
  padding:0px;
}

.blue-img-overlay-mobile p.white-blurb {
  font-size:15px;
}

.blue-img-overlay-mobile p.red-blurb {
  font-size:16px;
}

.accordion-toggle-home span {
  font-size:16px;
}

section.commit-excellence p {
  font-size:15px !important;
}

}

@media only screen and (max-width: 450px) {

.home-page-hero h1 {
  max-width:350px;
  margin:0 auto;
  }

section.contact-form {
  padding:0px;
}
form.wpcf7-form {
  padding:2px;
}

form.wpcf7-form input {
  width:340px !important;
}

form.wpcf7-form textarea {
    width:340px !important;
}

section.contact-form iframe {
    width:340px !important;
    margin:0 auto;
}

section.contact-form ul {
  padding:0px;
}

.home-page-hero {
    height: 240px;
    background-image: url('lefkowitz-law-firm-hero-mobile.png'), linear-gradient(rgba(165,125,0,0.00),rgba(42,44,41,0.3));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
}

@media only screen and (max-width: 370px) {
ul.footer {
  display:block;
}

ul.footer li {
  text-align:left;
}

ul.footer li span {
  display:none;
}
}

@media only screen and (max-width: 350px) {

  .home-page-hero h1 {
    font-size:21px;
    max-width:300px;
    margin:0 auto;
    }

form.wpcf7-form input {
    width:270px !important;
}

form.wpcf7-form textarea {
      width:270px !important;
}

section.contact-form iframe {
      width:270px !important;
      margin:0 auto;
}


section.gray-box ul.contact-firm li {
  width:50%;
}

section.gray-box ul.contact-firm li.tablet {
  display:none;
}

section.gray-box .contact-firm-desktop {
  display:block;
}

div.top-bar ul li.right span, div.top-bar ul li.desktop span {
  padding:2px;
  font-size:10px;
}

div.top-bar ul li.right a, div.top-bar ul li.desktop a {
  font-size:10px;
}

section.landing-page-gray-box span {
  font-size:18px !important;
}

section.logos img {
  max-width:200px !important;
  max-height:150px !important;
}

div.top-bar ul li.right a, div.top-bar ul li.desktop a {
  font-size:9px;
  padding:0px !important;
}

div.top-bar ul li.right span, div.top-bar ul li.desktop span {
  padding:0px !important;
}
/*
@media screen and (min-width: 1920px){
  #gray-wrapper {
      max-width: 100%;
  }

  #gray1 .white-box {
      max-width: 960px;
      float:right;
  }

#darker-gray .gray-box {
           max-width: 960px;
           float:left;
         }

    }
  */
/*END MEDIA QUERIES*/
