@media (max-width: 1024px) {
    .take-action {
        background-image: url(../images/take-action-bg-1024.jpg);
    }
    .practice-areas {
        background-image: url(../images/pillars-1024.jpg);
    }
    body.page-static .heading-container, body.page-practice-area .heading-container, body.page-about .heading-container {
        background: url(../images/static-page-heading-1024.jpg) left center no-repeat #000;
    }
    .court-praises {
        background-image: url(../images/court-praises-1024.jpg);
    }
    .our-offices {
        background-image: url(../images/our-offices-1024.jpg);
    }
    .announcements {
        margin-top: 0;
    }
    .announcements > div {
        max-width: 480px;
    }
}

@media (max-width: 768px) {
    .take-action {
        background-image: url(../images/take-action-bg-768.jpg);
    }
    .practice-areas {
        background-image: url(../images/pillars-768.jpg);
    }
    body.page-static .heading-container, body.page-practice-area .heading-container, body.page-about .heading-container {
        background: url(../images/static-page-heading-768.jpg) left center no-repeat #000;
        height: auto;
        max-height: 220px;
        overflow: hidden;
        padding-bottom: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .court-praises {
        background-image: url(../images/court-praises-786.jpg);
    }
    .our-offices {
        background-image: url(../images/our-offices-768.jpg);
    }
    .take-action-form.consumer-fraud {
        padding-bottom: 25px;
    }
    .take-action-form p.thank-you {
        margin-top: 0;
    }
    .attorney-profile-video {
        width: 30%;
        margin-right: 3%;
    }
}

/*laptops, desktops*/
@media (min-width: 1025px) and (max-width: 1199px) {
    header > div, header .bg {
        height: 180px;
    }

    header .bg > div {
        width: 100%;
        height: 180px;
    }

    header .logo {
        float: none;
        margin: 0 auto;
        height: 50px;
    }

    header .search {
        float: none;
        position: absolute;
        top: 0;
        right: 0;
        border: 0;
    }

    header .search-box .search-inner {
        width: 100%;
    }

    header .search-box .search-inner label {
        padding: 5px 100px 0 0;
    }

    nav {
        float: none;
        clear: both;
        border-top: #363D45 1px solid;
        margin-top: 20px;
    }

    nav ul {
        float: none;
        margin: 0 auto;
        display: table;
    }

    nav li {
        float: none;
        display: inline-block;
    }

    nav a:last-child {
        border-right: #363D45 1px solid;
    }

    section > div > div, .our-attorneys-details > div {
        width: 100%;
    }

    .take-action-section {
        width: 33.33%;
    }

    .what-we-do-service, .what-we-do-service.s1, .what-we-do-service.s3 {
        width: 33.33%;
        padding: 0;
    }

    .what-we-do-service > div {
        position: relative;
        width: 300px;
        left: auto;
        margin: 0 auto;
    }

    .latest-publications > div > div {
        margin: 50px auto 0 auto;
        width: 1000px;
    }

    .featured-news {
        position: relative;
    }

    .latest-blog-posts, .social-networks {
        position: relative;
    }

    .our-offices-maps .office-information-content {
        width: 100%;
    }

    .office-information .oi {
        padding-left: 35px;
    }

    .office-information .oi.fax {
        padding-left: 45px;
    }

    .office-information .fax, .office-information .phone {
        margin-left: 35px;
    }

    .office-information .address {
        margin-left: 15px;
    }

    .office-information .send-message {
        margin-right: 15px;
    }

    .page-content > div {
        padding: 50px 0;
        width: 1000px;
    }

    .profile-info {
        right: 80px;
    }

    .profile-photo {
        left: 80px;
    }

    .our-attorneys-listing-item {
        height: auto;
        margin-top: 50px;
    }

    .our-attorneys-listing-item:nth-child(1), .our-attorneys-listing-item:nth-child(2) {
        margin-top: 0;
    }

    footer > div > div {
        width: 100%;
    }
}

/*hi res tablets*/
@media (min-device-width: 1025px) and (max-device-width: 1200px) and (orientation: landscape) {
    header > div, header .bg {
        height: 180px;
    }

    header .bg > div {
        width: 100%;
        height: 180px;
    }

    header .logo {
        float: none;
        margin: 0 auto;
        height: 50px;
        width: auto;
        padding: 10px 0;
    }

    header .logo img {
        float: none;
        margin: 0 auto;
        position: relative;
        display: block;
    }

    header .search {
        float: none;
        position: absolute;
        top: 0;
        right: 0;
        border: 0;
    }

    header .search-box .search-inner {
        width: 100%;
    }

    header .search-box .search-inner label {
        padding: 5px 100px 0 0;
    }

    nav {
        float: none;
        clear: both;
        border-top: #363D45 1px solid;
        margin-top: 20px;
    }

    nav ul {
        float: none;
        margin: 0 auto;
        display: table;
    }

    nav li {
        float: none;
        display: inline-block;
    }

    nav a:last-child {
        border-right: #363D45 1px solid;
    }

    section > div > div, .our-attorneys-details > div {
        width: 100%;
    }

    .take-action-section {
        width: 33.33%;
    }

    .what-we-do-service, .what-we-do-service.s1, .what-we-do-service.s3 {
        width: 33.33%;
        padding: 0;
    }

    .what-we-do-service > div {
        position: relative;
        width: 300px;
        left: auto;
        margin: 0 auto;
    }

    .latest-publications > div > div {
        margin: 50px auto 0 auto;
        width: 1000px;
    }

    .featured-news {
        position: relative;
    }

    .latest-blog-posts, .social-networks {
        position: relative;
    }

    .our-offices-maps .office-information-content {
        width: 100%;
    }

    .office-information .oi {
        padding-left: 35px;
    }

    .office-information .oi.fax {
        padding-left: 45px;
    }

    .office-information .fax, .office-information .phone {
        margin-left: 35px;
    }

    .office-information .address {
        margin-left: 15px;
    }

    .office-information .send-message {
        margin-right: 15px;
    }

    .page-content > div {
        padding: 50px 0;
        width: 1000px;
    }

    .profile-info {
        right: 80px;
    }

    .profile-photo {
        left: 80px;
    }

    .our-attorneys-listing-item {
        height: auto;
        margin-top: 50px;
    }

    .our-attorneys-listing-item:nth-child(1), .our-attorneys-listing-item:nth-child(2) {
        margin-top: 0;
    }

    footer > div > div {
        width: 100%;
    }

    .slide {
        margin-top: 180px;
    }

    .office-marker {
        display: none;
    }

    hr {
        margin: 20px 450px;
    }

    .office .office-info {
        display: block;
        margin-top: 15px;
    }

    .office {
        margin: 0 25px;
        width: 150px;
    }

    .office-1 h4 {
        background-position: center 0;
    }

    .office-2 h4 {
        background-position: center 0;
    }

    .office-3 h4 {
        background-position: center 0;
    }

    .office-4 h4 {
        background-position: center 0;
    }

    .office-5 h4 {
        background-position: center 0;
    }

    .heading-container {
        margin-top: 180px;
    }

    .heading-container h1 {
        width: 100%;
        display: block;
        text-align: center;
    }

    .page-with-video {
        margin-top: 180px;
    }

    .page-with-video > div {
        padding: 50px 0;
        margin: 0 auto;
    }

    .page-with-video h1 {
        text-align: center;
    }
}

/*tablets, ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    header > div {
        position: relative;
    }

    h3 {
        margin: 15px 0;
        font-size: 26px;
    }

    hr {
        margin: 20px 10%;
    }

    .wide-fill {
        margin: 0;
        font-size: 16px;
    }

    section > div > div,
    header .bg > div,
    header .search-box .search-inner,
    .our-attorneys-details > div,
    .featured-news,
    .featured-news-item {
        width: 100%;
        float: none;
    }

    section > div > div, section > div.take-action > div {
        padding: 25px 0;
    }

    header .logo  {
        padding-left: 20px;
    }

    header .search, header .search-box {
        display: none;
    }

    nav {
        position: absolute;
        top: 0;
        right: 0;
        float: none;
    }

    nav::before {
        font-size: 20px;
        color: #FFF;
        height: 90px;
        width: 90px;
        display: inline-block;
        background: url(../images/menu.png) 0 0 no-repeat;
        content: " ";
    }

    nav ul {
        float: none;
        height: auto;
        position: absolute;
        right: 0;
        top: 90px;
        border-top: #F03D25 1px solid;
        display: none;
    }

    nav li {
        float: none;
        border-bottom: none;
        background: #2B333B;
        text-align: right;
        width: 160px;
    }

    nav li.active {
        background: #363D45;
    }

    nav a {
        padding: 10px 20px;
        height: auto;
        border: none;
        font-size: 16px;
        display: block;
    }

    nav li.active a {
        border-bottom: none;
    }

    .take-action-section {
        width: 33.33%;
        padding: 0 15px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .take-action-section.s1 {
        padding-left: 15px;
    }

    .take-action-section > div.take-action-overlay {
        width: 100%;
        position: relative;
        left: auto;
        margin: 0;
    }

    .take-action-section > div.take-action-content {
        position: relative;
        top: -172px;
        width: 100%;
        left: auto;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 25px;
    }

    .take-action p {
        line-height: 140%;
    }

    .what-we-do-service {
        width: 33.33%;
        padding: 0 15px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 25px;
        height: auto;
    }

    .what-we-do-service.s1 {
        padding-left: 15px;
    }

    .what-we-do-service.s3 {
        padding-left: 0;
    }

    .what-we-do-service > div {
        position: relative;
        width: 100%;
        left: 0;
    }

    .what-we-do-service.s2 h4 {
        font-size: 16px;
        line-height: 145%;
    }

    .what-we-do-service .inner, .what-we-do-service.s2 .inner {
        position: relative;
        left: auto;
        bottom: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 20px 20px 30px 20px;
        height: auto;
    }

    .what-we-do-service .more {
        position: relative;
        bottom: auto;
        margin-top: 15px;
        display: block;
    }

    .scr-holder {
        margin: 50px 50px 0 50px;
    }

    .scr-holder .scr-article-text {
        font-size: 13px;
        line-height: 130%;
    }

    .scr-holder .scr-article-take-action a {
        background-image: none;
        padding: 10px 12px;
        line-height: 1;
    }

    .scr-holder .scr-article-more a {
        background-image: none;
        padding: 10px 12px;
        line-height: 1;
    }

    .court-praise {
        top: 110px;
    }

    .court-praises > div {
        height: 330px;
    }

    .latest-publications > div > div {
        margin: 40px 40px 0 40px;
    }

    .featured-news-item {
        border-right: none;
    }

    .latest-blog-posts, .social-networks {
        float: none;
        width: 100%;
        margin-top: 25px;
    }

    .office-marker {
        display: none;
    }

    .our-offices-holder {
        width: 100%;
        margin-top: 25px;
    }

    .office {
        width: 100px;
        margin: 0;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .office .office-info {
        display: block;
        margin-top: 15px;
        font-size: 12px;
    }

    .office-1 h4 {
        background-position: center 0;
    }

    .office-2 h4 {
        background-position: center 0;
    }

    .office-3 h4 {
        background-position: center 0;
    }

    .office-4 h4 {
        background-position: center 0;
    }

    .office-5 h4 {
        background-position: center 0;
    }

    .our-attorneys-holder {
        margin-top: 25px;
        padding-left: 15px;
    }

    .attorney {
        width: 33.33%;
        padding: 0 15px 0 0;
        height: auto;
    }

    .attorney > div {
        width: 100%;
        padding: 0;
    }

    .attorney.a1 > div, .attorney.a2 > div {
        margin: 0;
    }

    .attorney > div > div {
        width: 100%;
    }

    .attorney .attorney-photo {
        width: 100%;
        height: auto;
        background: #FFF;
    }

    .attorney .attorney-photo img {
        max-width: 300px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .heading-container {
        margin-top: 0;
    }

    .heading-container > div {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 25px;
    }

    .heading-container h1 {
        font-size: 30px;
        padding: 30px 0;
        height: auto;
    }

    .page-content > div.praise-from-courts-container.pad {
        padding: 0 50px 25px 50px;
    }

    .praise-from-courts {
        margin: 0;
    }

    .page-intro > div {
        padding: 25px;
    }

    .page-intro > div > p {
        margin-top: 0;
    }

    .page-content > div {
        padding: 25px;
    }

    .page-main-side.our-attorneys-side {
        float: left;
        width: auto;
        margin-left: 40px;
    }

    .our-attorneys-listing-item {
        width: 100%;
        clear: both;
        float: none;
    }

    .attorney-profile-details > div > p {
        margin: 15px 50px 0 50px;
    }

    .attorney-profile-details > div > ul {
        margin: 0 50px;
    }

    .attorney-profile-section {
        padding: 0 25px 0 50px;
    }

    .attorney-profile {
        margin: 30px 0 0 0;
    }

    .profile-info {
        position: relative;
        text-align: left;
        display: block;
        clear: both;
        margin-left: 20px;
    }

    .profile-phone, .profile-fax, .profile-mail, .profile-social {
        top: auto;
        left: auto;
        right: auto;
        margin: 15px auto;
        max-width: 250px;
    }

    .profile-photo {
        position: relative;
        margin: 20px auto 0 auto;
        left: auto;
        right: auto;
    }

    .static-page-content {
        margin-top: 25px;
    }

    .page-navigation {
        width: 65%;
    }

    .page-aside {
        width: 30%;
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .static-page-content ul.listing-filters li {
        text-align: left;
        font-size: 13px;
    }

    .page-main-side {
        width: 65%;
    }

    .practice-areas-case {
        float: none;
        margin: 25px 0 0 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .practice-areas-case > div {
        padding: 20px 20px 40px 20px;
        height: auto;
    }

    .static-page-menu-item {
        vertical-align: middle;
    }

    .static-page-menu-item.active {
        background-color: #F03D25;
    }

    .menu-item-marker {
        bottom: -10px;
        top: auto;
    }

    .page-main-side-item-attorney-office {
        width: auto;
    }

    .blog-tags {
        width: 45%;
        margin-right: 0;
    }

    .user-page-content p:first-child {
        margin-top: 0;
    }

    .about-col {
        padding-top: 0;
    }

    .about-col p {
        line-height: 120%;
        font-size: 13px;
    }

    .why-us-reasons {
        height: 160px;
    }

    .why-us-reasons > div {
        bottom: auto;
    }

    .slide {
        margin-top: 0;
    }

    .slide, .slide-inner, .slide-overlay {
        height: 600px;
        display: block;
    }

    .slide-image.smaller {
        height: 600px;
        width: auto;
    }

    .our-attorneys-details, .our-offices-maps {
        display: none;
    }

    footer > div > div {
        width: 100%;
    }

    .attorney-profile-videos {
        margin: 15px 50px 0 50px;
    }

    .attorney-profile-videos h4 {
        font-size: 90%;
    }

    .page-with-video {
        margin-top: 0;
    }

    .page-with-video > div {
        padding: 20px 0;
        margin: 0 auto;
    }

    .page-with-video h1 {
        text-align: center;
    }

    #video-author {
        margin-top: 20px;
    }

    #video-container {
        padding-top: 20px;
    }

    #video-container > iframe {
        width: 100%;
        height: 480px;
    }

    .attorney-badges {
        margin: 20px 50px;
    }
}

/*tablets, ipads (landscape)*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    header > div {
        position: relative;
    }

    h3 {
        margin: 15px 0;
        font-size: 26px;
    }

    hr {
        margin: 20px 10%;
    }

    .wide-fill {
        margin: 0;
        font-size: 16px;
    }

    section > div > div,
    header .bg > div,
    header .search-box .search-inner,
    .our-attorneys-details > div,
    .featured-news,
    .featured-news-item {
        width: 100%;
        float: none;
    }

    section > div > div, section > div.take-action > div {
        padding: 25px 0;
    }

    header .logo  {
        padding-left: 20px;
    }

    header .search, header .search-box {
        display: none;
    }

    nav {
        position: absolute;
        top: 0;
        right: 0;
        float: none;
    }

    nav::before {
        font-size: 20px;
        color: #FFF;
        height: 90px;
        width: 90px;
        display: inline-block;
        background: url(../images/menu.png) 0 0 no-repeat;
        content: " ";
    }

    nav ul {
        float: none;
        height: auto;
        position: absolute;
        right: 0;
        top: 90px;
        border-top: #F03D25 1px solid;
        display: none;
    }

    nav li {
        float: none;
        border-bottom: none;
        background: #2B333B;
        text-align: right;
        width: 160px;
    }

    nav li.active {
        background: #363D45;
    }

    nav a {
        padding: 10px 20px;
        height: auto;
        border: none;
        font-size: 16px;
        display: block;
    }

    nav li.active a {
        border-bottom: none;
    }

    .take-action-section {
        width: 33.33%;
        padding: 0 15px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .take-action-section.s1 {
        padding-left: 15px;
    }

    .take-action-section > div.take-action-overlay {
        width: 100%;
        position: relative;
        left: auto;
        margin: 0;
    }

    .take-action-section > div.take-action-content {
        position: relative;
        top: -172px;
        width: 100%;
        left: auto;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 25px;
    }

    .take-action p {
        line-height: 140%;
    }

    .what-we-do-service {
        width: 33.33%;
        padding: 0 15px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 25px;
        height: auto;
    }

    .what-we-do-service.s1 {
        padding-left: 15px;
    }

    .what-we-do-service.s3 {
        padding-left: 0;
    }

    .what-we-do-service > div {
        position: relative;
        width: 100%;
        left: 0;
    }

    .what-we-do-service.s2 h4 {
        font-size: 16px;
        line-height: 145%;
    }

    .what-we-do-service .inner, .what-we-do-service.s2 .inner {
        position: relative;
        left: auto;
        bottom: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 20px 20px 30px 20px;
        height: auto;
    }

    .what-we-do-service .more {
        position: relative;
        bottom: auto;
        margin-top: 15px;
        display: block;
    }

    .scr-holder {
        margin: 50px 50px 0 50px;
    }

    .scr-holder .scr-article-text {
        font-size: 13px;
        line-height: 130%;
    }

    .court-praise {
        top: 110px;
    }

    .court-praises > div {
        height: 330px;
    }

    .latest-publications > div > div {
        margin: 40px 40px 0 40px;
    }

    .featured-news-item {
        border-right: none;
    }

    .latest-blog-posts, .social-networks {
        float: none;
        width: 100%;
        margin-top: 25px;
    }

    .office-marker {
        display: none;
    }

    .our-offices-holder {
        width: 100%;
        margin-top: 25px;
    }

    .office {
        width: 25%;
        margin: 0;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .office .office-info {
        display: block;
        margin-top: 15px;
        font-size: 12px;
    }

    .office-1 h4 {
        background-position: center 0;
    }

    .office-2 h4 {
        background-position: center 0;
    }

    .office-3 h4 {
        background-position: center 0;
    }

    .office-4 h4 {
        background-position: center 0;
    }

    .office-5 h4 {
        background-position: center 0;
    }

    .our-attorneys-holder {
        margin-top: 25px;
        padding-left: 15px;
    }

    .attorney {
        padding: 0 15px 0 0;
        height: auto;
    }

    .attorney.a1 > div, .attorney.a2 > div {
        margin: 0;
    }

    .attorney > div {
        padding: 0;
        width: 100%;
    }

    .attorney > div > div {
        width: 100%;
        height: auto;
    }

    .attorney .attorney-photo {
        width: 100%;
        background: #FFF;
        text-align: center;
        height: auto;
    }

    .attorney .attorney-photo img {
        width: 100%;
        height: auto;
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }

    .heading-container {
        margin-top: 0;
    }

    .heading-container > div {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 25px;
    }

    .heading-container h1 {
        font-size: 30px;
        padding: 30px 0;
        height: auto;
    }

    .page-content > div.praise-from-courts-container.pad {
        padding: 0 50px 25px 50px;
    }

    .praise-from-courts {
        margin: 0;
    }

    .page-intro > div {
        padding: 25px;
    }

    .page-intro > div > p {
        margin-top: 0;
    }

    .page-content > div {
        padding: 25px;
    }

    .page-main-side.our-attorneys-side {
        float: left;
        width: auto;
        margin-left: 40px;
    }

    .our-attorneys-listing-item {
        width: 100%;
        clear: both;
        float: none;
    }

    .attorney-profile-details > div > p {
        margin: 15px 50px 0 50px;
    }

    .attorney-profile-details > div > ul {
        margin: 0 50px;
    }

    .attorney-profile-section {
        padding: 0 25px 0 50px;
    }

    .attorney-badges {
        margin: 20px 50px;
    }

    .attorney-profile {
        margin: 30px 0 0 0;
    }

    .profile-info {
        position: relative;
        text-align: left;
        display: inline-block;
        clear: both;
        margin-left: 20px;
    }

    .profile-info:first-child {
        margin-left: 0;
    }

    .profile-phone, .profile-fax, .profile-mail, .profile-social {
        top: auto;
        left: auto;
        right: auto;
    }

    .profile-photo {
        position: relative;
        margin: 20px auto 0 auto;
        left: auto;
        right: auto;
    }

    .static-page-content {
        margin-top: 25px;
    }

    .page-navigation {
        width: 65%;
    }

    .page-aside {
        width: 30%;
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .static-page-content ul.listing-filters li {
        text-align: left;
        font-size: 13px;
    }

    .page-main-side {
        width: 65%;
    }

    .practice-areas-case {
        float: none;
        margin: 25px 0 0 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .practice-areas-case > div {
        padding: 20px 20px 40px 20px;
        height: auto;
    }

    .static-page-menu-item {
        vertical-align: middle;
    }

    .static-page-menu-item.active {
        background-color: #F03D25;
    }

    .menu-item-marker {
        bottom: -10px;
        top: auto;
    }

    .page-main-side-item-attorney-office {
        width: auto;
    }

    .blog-tags {
        width: 45%;
        margin-right: 0;
    }

    .user-page-content p:first-child {
        margin-top: 0;
    }

    .about-col {
        padding-top: 0;
    }

    .about-col p {
        line-height: 120%;
        font-size: 13px;
    }

    .why-us-reasons {
        height: 160px;
    }

    .why-us-reasons > div {
        bottom: auto;
    }

    .slide {
        margin-top: 0;
    }

    .slide, .slide-inner, .slide-overlay {
        height: 600px;
    }

    .slide-image.smaller {
        height: 600px;
        width: auto;
    }

    .our-attorneys-details, .our-offices-maps {
        display: none;
    }

    footer > div > div {
        width: 100%;
    }


    .attorney-profile-videos {
        margin: 15px 50px 0 50px;
    }

    .attorney-profile-videos h4 {
        font-size: 90%;
    }

    .page-with-video {
        margin-top: 0;
    }

    .page-with-video > div {
        padding: 20px 0;
        margin: 0 auto;
    }

    .page-with-video h1 {
        text-align: center;
    }

    #video-author {
        margin-top: 20px;
    }

    #video-container {
        padding-top: 20px;
    }

    #video-container > iframe {
        width: 100%;
    }
}

/*low resolution tablets, mobiles (landscape)*/
@media (min-width: 481px) and (max-width: 767px) {
    header > div {
        position: relative;
    }

    h3 {
        margin: 15px 0;
        font-size: 26px;
    }

    hr {
        margin: 20px 10%;
    }

    .wide-fill {
        margin: 0;
        font-size: 16px;
    }

    section > div > div,
    header .bg > div,
    header .search-box .search-inner,
    .our-attorneys-details > div,
    .featured-news,
    .featured-news-item,
    .what-we-do-service,
    .take-action-section {
        width: 100%;
        float: none;
    }

    section > div > div, section > div.take-action > div {
        padding: 25px 0;
    }

    header .logo {
        float: none;
        padding: 10px 0;
        margin: 0 auto;
        height: 50px;
        width: auto;
    }

    header .logo img {
        float: none;
        margin: 0 auto;
        position: relative;
        display: block;
    }

    header .search {
        display: none;
    }

    nav {
        position: absolute;
        top: 90px;
        left: 0;
        height: auto;
        float: none;
        width: 100%;
    }

    nav ul {
        float: none;
        height: auto;
        border-top: #F03D25 1px solid;
    }

    nav li {
        float: none;
        width: 100%;
        display: none;
        background-color: #2B333B;
    }

    nav li.active {
        display: block;
    }

    nav a {
        display: block;
        padding: 13px;
        text-align: center;
        font-size: 20px;
        line-height: 1;
        height: auto;
    }

    nav li.active a {
        border-bottom: none;
    }

    .why-us {
        margin-top: 49px;
    }

    section > div.why-us > div,
    section > div.what-we-do > div,
    section > div.current-cases > div,
    section > div.latest-publications > div,
    section > div.office-highlights > div {
        padding-left: 25px;
        padding-right: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .why-us-reasons {
        height: 135px;
    }

    .why-us-reasons > div {
        padding-top: 100px;
    }

    .why-us-reasons .justice-house {
        top: 30px;
    }

    .take-action {
        height: auto;
    }

    .what-we-do-service {
        margin-top: 25px;
        height: auto;
    }

    .what-we-do-service.s1, .what-we-do-service.s3 {
        padding-left: 0;
    }

    .what-we-do-service > div {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        background-position: center top;
    }

    .what-we-do-service .inner {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: auto;
        padding: 20px;
        bottom: auto;
    }

    .what-we-do-service.s2 .inner {
        padding: 20px;
    }

    .what-we-do-service .more {
        display: block;
        position: relative;
        left: auto;
        top: auto;
        margin-top: 20px;
        bottom: auto;
    }

    .practice-areas-container {
        margin-top: 0;
    }

    .practice-areas .wide-fill {
        padding: 0 20px;
    }

    .practice-area {
        width: 50% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 25px;
    }

    .practice-area.even {
        clear: right;
    }

    .practice-area h4 {
        word-spacing: normal;
    }

    .attorney {
        width: 90%;
        float: none;
        height: auto;
        margin: 15px auto 0 auto;
    }

    .attorney > div {
        padding: 0;
        width: 100%;
    }

    .attorney > div > div {
        margin: 0;
        width: auto;
    }

    .attorney.a1 > div {
        margin: 0 auto;
    }

    .attorney .attorney-photo {
        background: #FFF;
    }

    .attorney .attorney-photo img {
        margin: 0 auto;
        width: 300px;
    }

    .our-attorneys-holder {
        margin-top: 0;
    }

    .court-praises {
        height: 260px;
    }

    .court-praises > div {
        height: 260px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .court-praise {
        top: 100px;
    }

    .court-praise .praise {
        font-size: 16px;
        margin: 0 25px;
    }

    .court-praise .court {
        font-size: 12px;
        margin-top: 10px;
    }

    .court-praise-switcher {
        bottom: 20px;
    }

    .latest-publications > div > div {
        margin: 25px 0 0 0;
    }

    .featured-news {
        height: auto;
    }

    .featured-news-item {
        border-right: none;
        height: auto;
    }

    .latest-blog-posts, .social-networks {
        float: none;
        width: 100%;
        margin-top: 25px;
    }

    .our-offices > div {
        padding: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .footer .copyright a {
        clear: both;
        display: inline-block;
        height: 35px;
        width: 100%;
        margin: 0;
    }

    .footer .copyright br {
        display: none;
    }

    .footer .copyright small {
        display: inline-block;
        margin: 15px 25px 0 25px;
    }

    .heading-container {
        margin-top: 49px;
    }

    .heading-container > div {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 25px;
    }

    .heading-container h1 {
        font-size: 30px;
        padding-top: 0;
    }

    section > div.do-you-need-legal-assistance > div {
        padding: 25px 0;
    }

    .do-you-need-legal-assistance .say {
        margin: 25px 25px 0 25px;
        font-size: 16px;
    }

    .do-you-need-legal-assistance .phones {
        margin: 25px 25px 0 25px;
    }

    .do-you-need-legal-assistance .phones span {
        display: block;
        line-height: 140%;
        font-size: 14px;
    }

    .page-intro > div {
        padding: 0 25px 25px 25px;
    }

    .about-col {
        width: 100%;
        float: none;
        clear: both;
        padding: 25px 0 0 0;
    }

    .page-content > div {
        padding: 0;
    }

    .static-page-content {
        padding: 0 10px 25px 10px;
        margin: 0;
    }

    .static-page-menu {
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }

    .static-page-menu-item {
        display: block;
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-top: none;
    }

    .static-page-menu-item:first-child {
        border-top: #F03D25 1px solid;
    }

    .active .menu-item-marker {
        display: none;
    }

    .latest-postings-menu .active .menu-item-marker {
        display: block;
    }

    .page-content > div.praise-from-courts-container.pad {
        padding: 15px 25px 25px 25px;
    }

    .praise-from-courts {
        margin: 0;
    }

    .praise-from-courts-signature {
        margin: 15px 0 0 0;
    }

    .page-intro > div > p {
        margin-top: 0;
        padding-top: 25px;
    }

    .page-aside {
        float: none;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .page-aside-filters {
        text-align: center;
        color: #FFF;
        text-transform: uppercase;
        background: #F03D25;
        padding: 15px 0;
    }

    .page-aside-filters.active {
        border-bottom: #FFF 1px solid;
    }

    .static-page-content ul.listing-filters li.selected, .static-page-content ul.listing-filters li:hover {
        background-image: none;
    }

    .page-main-side {
        float: none;
        width: 100%;
    }

    .our-attorneys-listing-item {
        float: none;
        width: 270px;
        margin: 20px auto;
        height: auto;
    }

    .heading-container.sub-heading h1 {
        padding-top: 0;
    }

    .page-content > div.attorney-profile-content {
        padding: 25px 0 0 0;
        overflow: hidden;
    }

    .attorney-profile {
        margin: 10px 0 0 0;
        height: auto;
        overflow: hidden;
    }

    .attorney-profile-content h3 {
        margin: 15px 25px;
    }

    .attorney-profile-content .wide-fill {
        margin: 0 25px;
    }

    .profile-info {
        position: relative;
        right: auto;
        top: auto;
        padding-left: 45px;
        text-align: left;
        float: left;
        margin: 15px 0 0 45px;
        clear: both;
    }

    .profile-photo {
        position: relative;
        height: auto;
        margin: 0 auto;
        left: auto;
        display: block;
        padding: 0;
    }

    .attorney-profile-details > div > p {
        margin: 15px 25px 0 25px;
    }

    .attorney-profile-details > div > ul {
        margin: 0 25px;
    }

    .attorney-profile-education,
    .attorney-profile-publications,
    .attorney-profile-awards,
    .attorney-profile-cases
    {
        float: none;
        width: auto;
        padding: 0 25px;
    }

    .attorney-profile-details h2 {
        margin: 0 25px;
    }

    .page-navigation {
        width: auto;
        float: none;
        height: auto;
    }

    .page-navigation p.m, .page-navigation p.p {
        float: none;
    }

    .page-navigation p.p {
        margin-top: 10px;
    }

    .page-navigation p.p a {
        padding: 6px 10px;
    }

    .page-main-side-item-attorney-office {
        float: none;
        width: auto;
        margin-left: 0;
    }

    .page-main-side {
        padding-top: 20px;
    }

    .page-main-side-item {
        margin: 25px 0 0 0;
        padding-top: 25px;
        border-top: #E8E8E8 1px solid;
    }

    .page-main-side-item:first-child {
        padding-top: 0;
        border-top: none;
        margin-top: 0;
    }

    .page-main-side-item-desc {
        clear: both;
        margin-top: 0;
        padding-top: 15px;
    }

    .user-page-content {
        padding: 0 25px 25px 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    .user-page-content p {
        padding-top: 25px;
        margin: 0;
    }

    .take-action-form {
        float: none;
        width: 100%;
        padding: 0 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        overflow: hidden;
    }

    .take-action-form .control-choice-overlay {
        margin-left: 0;
    }

    .take-action-container {
        float: none;
        width: 100%;
        padding: 0 25px;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .take-action-details {
        margin-top: 0;
        padding-top: 25px;
    }

    .take-action-container.no-form .take-action-details {
        float: none;
        width: auto;
        margin: 0;
        padding: 0 0 25px 0;
    }

    .take-action-container.no-form.no-docs p {
        margin-top: 25px;
        float: none;
    }

    .take-action-details.take-action-details-counsel {
        padding-bottom: 25px;
    }

    .take-action-details.take-action-details-documents, .take-action-container.no-form .take-action-details.take-action-details-documents {
        padding-bottom: 25px;
        margin-top: 0;
        padding-top: 0;
    }

    .take-action-details.take-action-details-counsel p {
        margin-top: 25px;
    }

    .control-text, .control-choice, .control-area, .control-file, .control-choice-overlay, .label-file .clicky, .control-date {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .practice-areas-selector {
        display: block;
        margin: 10px;
        border-left: #F03D25 1px solid;
        border-top: #F03D25 1px solid;
    }

    .pa-selector {
        width: 50% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        float: left;
        border-left: none;
        border-top: none;
    }

    .pa-selector a {
        word-spacing: normal;
    }

    .practice-areas-cases {
        margin: 10px;
    }

    .practice-areas-case {
        width: 100%;
        float: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 10px 0 0 0;
    }

    .pa-selector.active .pa-marker {
        display: none;
    }

    .practice-area-content {
        margin: 10px;
    }

    .static-page-content.static-page-content-without-menu {
        padding: 15px 10px 25px 10px;
    }

    .heading-container.for-article h1 {
        font-size: 20px;
        padding-top: 15px;
    }

    .blog-post {
        padding: 25px 0 0 0;
    }

    .page-main-side-item-author {
        margin: 0;
        padding-top: 15px;
    }

    .blog-post p.page-main-side-item-desc {
        margin-left: 0;
        padding-top: 0;
    }

    .post-date, .share-links {
        float: none;
    }

    .share-links {
        padding-top: 10px;
    }

    .blog-share-links {
        height: auto;
        padding-bottom: 0;
    }

    .blog-attorney-info {
        margin-top: 0;
        padding: 15px 0 0 0;
    }

    .blog-tags {
        float: none;
        width: auto;
        margin: 0 15px;
        display: block;
    }

    .blog-attorney-info > a {
        float: none;
        margin: 0 auto;
    }

    .blog-attorney-info > a img {
        padding: 0;
        margin: 0;
        display: block;
    }

    .blog-attorney-info .attorney-data {
        text-align: center;
        background: #f3f3f3;
        padding: 10px 15px 25px 15px;
    }

    .form-container > div {
        padding: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .form-container form > div {
        width: 100%;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .control-choice-overlay {
        left: 0;
        margin-left: 0;
    }

    .plain-text-content, #sitemap-p {
        padding: 25px;
    }

    .plain-text-content.sitemap-page {
        padding: 0;
        background: #EEE;
    }

    .sitemap-content {
        margin: 0;
        padding-bottom: 25px;
    }

    .sitemap-content > li {
        padding: 15px 25px 0 25px;
    }

    .scr-holder {
        margin: 25px 0 0 0;
        overflow-y: hidden;
        overflow-x: scroll;
        width: 100%;
    }

    .scr-switcher {
        display: none;
    }

    .scr-holder .scr-article {
        padding: 10px;
    }

    .scr-holder .scr-article h4 {
        padding: 0 0 10px 0;
        text-indent: 75px;
        font-size: 14px;
        line-height: 130%;
    }

    .scr-holder .scr-article-date {
        width: auto;
        height: auto;
        background: transparent;
        color: #2B333B;
        font-size: 14px;
        padding: 0;
        line-height: 130%;
    }

    .scr-holder .scr-article-date span {
        display: inline-block;
        clear: none;
    }

    .scr-holder .scr-article-text {
        margin-top: 0;
        font-size: 13px;
    }

    .scr-holder .scr-article-take-action a {
        background-image: none;
        padding: 10px 12px;
        line-height: 1;
    }

    .scr-holder .scr-article-more a {
        background-image: none;
        padding: 10px 12px;
        line-height: 1;
    }

    .scr-holder .scr-article-holder {
        left: 10px;
        bottom: 10px;
        text-align: left;
    }

    .latest-postings-menu {
        width: auto;
        padding-top: 20px;
    }

    .latest-postings-menu li {
        width: 25%;
    }

    .office .office-info {
        display: block;
        font-size: 12px;
        padding-left: 90px;
    }

    .office {
        float: none;
        width: 270px;
        margin: 0 auto;
        text-align: left;
    }

    .office h4 {
        padding: 35px 0 25px 90px;
    }

    .our-offices-holder {
        width: auto;
        margin: 0;
        flex-direction: column;
    }

    .slide, .slide-overlay, .our-offices-maps {
        display: none;
    }

    footer > div > div {
        width: 100%;
    }

    nav a {
        border-left: none;
    }

    nav li.active a {
        background-image: url(../images/main-menu-handle.png);
        background-repeat: no-repeat;
        background-position: 9px 9px;
    }

    .take-action-send-information {
        margin: 0 25px 25px 25px;
    }

    .attorney-profile-videos {
        margin: 15px 25px 0 25px;
    }

    .attorney-profile-videos h4 {
        font-size: 90%;
    }

    .page-with-video {
        margin-top: 50px;
    }

    .page-with-video > div {
        padding: 20px 0;
        margin: 0 auto;
    }

    .page-with-video h1 {
        text-align: center;
    }

    .video-content > div {
        padding: 20px;
    }

    #video-author {
        margin-top: 20px;
    }

    #video-container {
        padding-top: 20px;
    }

    #video-container > iframe {
        width: 100%;
        height: 360px;
    }

    .attorney-badges {
        margin: 20px 25px;
    }

    .announcements {
        margin-top: 49px;
    }
}

/*smartphones mobiles (portrait)*/
@media (min-width: 320px) and (max-width: 480px) {
    header > div {
        position: relative;
    }

    h3 {
        margin: 15px 0;
        font-size: 26px;
    }

    hr {
        margin: 20px 10%;
    }

    .wide-fill {
        margin: 0;
        font-size: 16px;
    }

    section > div > div,
    header .bg > div,
    header .search-box .search-inner,
    .our-attorneys-details > div,
    .featured-news,
    .featured-news-item,
    .what-we-do-service,
    .take-action-section {
        width: 100%;
        float: none;
    }

    section > div > div, section > div.take-action > div {
        padding: 25px 0;
    }

    header .logo {
        float: none;
        padding: 10px 0;
        margin: 0 auto;
        height: 50px;
        width: auto;
    }

    header .logo img {
        float: none;
        margin: 0 auto;
        position: relative;
        display: block;
    }

    header .search {
        display: none;
    }

    nav {
        position: absolute;
        top: 90px;
        left: 0;
        height: auto;
        float: none;
        width: 100%;
    }

    nav ul {
        float: none;
        height: auto;
        border-top: #F03D25 1px solid;
    }

    nav li {
        float: none;
        width: 100%;
        display: none;
        background-color: #2B333B;
    }

    nav li.active {
        display: block;
    }

    nav a {
        display: block;
        padding: 13px;
        text-align: center;
        font-size: 20px;
        line-height: 1;
        height: auto;
    }

    nav li.active a {
        border-bottom: none;
    }

    .why-us {
        margin-top: 49px;
    }

    section > div.why-us > div,
    section > div.what-we-do > div,
    section > div.current-cases > div,
    section > div.latest-publications > div,
    section > div.office-highlights > div {
        padding-left: 25px;
        padding-right: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .why-us-reasons {
        height: 135px;
    }

    .why-us-reasons > div {
        padding-top: 100px;
    }

    .why-us-reasons .justice-house {
        top: 30px;
    }

    .take-action {
        height: auto;
    }

    .what-we-do-service {
        margin-top: 25px;
        height: auto;
    }

    .what-we-do-service.s1, .what-we-do-service.s3 {
        padding-left: 0;
    }

    .what-we-do-service > div {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        background-position: center top;
    }

    .what-we-do-service .inner {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: auto;
        padding: 20px;
        bottom: auto;
    }

    .what-we-do-service.s2 .inner {
        padding: 20px;
    }

    .what-we-do-service .more {
        display: block;
        position: relative;
        left: auto;
        top: auto;
        margin-top: 20px;
        bottom: auto;
    }

    .practice-areas-container {
        margin-top: 0;
    }

    .practice-areas .wide-fill {
        padding: 0 20px;
    }

    .practice-area {
        width: 50% !important;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-top: 25px;
    }

    .practice-area h4 {
        word-spacing: normal;
    }

    .our-attorneys-holder {
        margin-top: 0;
    }

    .attorney {
        width: 100%;
        float: none;
        height: auto;
        margin-top: 15px;
    }

    .attorney > div {
        padding: 0;
        width: 90%;
    }

    .attorney > div > div {
        margin: 0;
        width: auto;
    }

    .attorney.a1 > div {
        margin: 0 auto;
    }

    .attorney .attorney-photo {
        background: #FFF;
    }

    .attorney .attorney-photo img {
        margin: 0 auto;
        max-width: 300px;
        width: 100%;
        height: auto;
    }

    .court-praises {
        height: 320px;
    }

    .court-praises > div {
        height: 320px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .court-praise {
        top: 100px;
    }

    .court-praise .praise {
        font-size: 16px;
        margin: 0 25px;
    }

    .court-praise .court {
        font-size: 12px;
        margin-top: 10px;
    }

    .court-praise-switcher {
        bottom: 20px;
    }

    .latest-publications > div > div {
        margin: 25px 0 0 0;
    }

    .featured-news {
        height: auto;
    }

    .featured-news-item {
        border-right: none;
        height: auto;
    }

    .latest-blog-posts, .social-networks {
        float: none;
        width: 100%;
        margin-top: 25px;
    }

    .our-offices > div {
        padding: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .footer .copyright a {
        clear: both;
        display: inline-block;
        height: 35px;
        width: 100%;
        margin: 0;
    }

    .footer .copyright br {
        display: none;
    }

    .footer .copyright small {
        display: inline-block;
        margin: 15px 25px 0 25px;
    }

    .heading-container {
        margin-top: 49px;
    }

    .heading-container > div {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 25px;
    }

    .heading-container h1 {
        font-size: 30px;
        padding-top: 0;
    }

    section > div.do-you-need-legal-assistance > div {
        padding: 25px 0;
    }

    .do-you-need-legal-assistance .say {
        margin: 25px 25px 0 25px;
        font-size: 16px;
    }

    .do-you-need-legal-assistance .phones {
        margin: 25px 25px 0 25px;
    }

    .do-you-need-legal-assistance .phones span {
        display: block;
        line-height: 140%;
        font-size: 14px;
    }

    .page-intro > div {
        padding: 0 25px 25px 25px;
    }

    .about-col {
        width: 100%;
        float: none;
        clear: both;
        padding: 25px 0 0 0;
    }

    .page-content > div {
        padding: 0;
    }

    .static-page-content {
        padding: 0 10px 25px 10px;
        margin: 0;
    }

    .static-page-menu {
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }

    .static-page-menu-item {
        display: block;
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-top: none;
    }

    .static-page-menu-item:first-child {
        border-top: #F03D25 1px solid;
    }

    .active .menu-item-marker {
        display: none;
    }

    .latest-postings-menu .active .menu-item-marker {
        display: block;
    }

    .page-content > div.praise-from-courts-container.pad {
        padding: 15px 25px 25px 25px;
    }

    .praise-from-courts {
        margin: 0;
    }

    .praise-from-courts-signature {
        margin: 15px 0 0 0;
    }

    .page-intro > div > p {
        margin-top: 0;
        padding-top: 25px;
    }

    .page-aside {
        float: none;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .page-aside-filters {
        text-align: center;
        color: #FFF;
        text-transform: uppercase;
        background: #F03D25;
        padding: 15px 0;
    }

    .page-aside-filters.active {
        border-bottom: #FFF 1px solid;
    }

    .static-page-content ul.listing-filters li.selected, .static-page-content ul.listing-filters li:hover {
        background-image: none;
    }

    .page-main-side {
        float: none;
        width: 100%;
    }

    .our-attorneys-listing-item {
        float: none;
        width: 270px;
        margin: 20px auto;
        height: auto;
    }

    .heading-container.sub-heading h1 {
        padding-top: 0;
    }

    .page-content > div.attorney-profile-content {
        padding: 25px 0 0 0;
        overflow: hidden;
    }

    .attorney-profile {
        margin: 10px 0 0 0;
        height: auto;
        overflow: hidden;
    }

    .attorney-profile-content h3 {
        margin: 15px 25px;
    }

    .attorney-profile-content .wide-fill {
        margin: 0 25px;
    }

    .profile-info {
        position: relative;
        right: auto;
        top: auto;
        padding-left: 45px;
        text-align: left;
        float: left;
        margin: 15px 0 0 45px;
        clear: both;
    }

    .profile-photo {
        position: relative;
        height: auto;
        margin: 0 auto;
        left: auto;
        display: block;
        padding: 0;
    }

    .attorney-profile-details > div > p {
        margin: 15px 25px 0 25px;
    }

    .attorney-profile-details > div > ul {
        margin: 0 25px;
    }

    .attorney-profile-education,
    .attorney-profile-publications,
    .attorney-profile-awards,
    .attorney-profile-cases
    {
        float: none;
        width: auto;
        padding: 0 25px;
    }

    .attorney-profile-details h2 {
        margin: 0 25px;
    }

    .page-navigation {
        width: auto;
        float: none;
        height: auto;
    }

    .page-navigation p.m, .page-navigation p.p {
        float: none;
    }

    .page-navigation p.p {
        margin-top: 10px;
    }

    .page-navigation p.p a {
        padding: 6px 10px;
    }

    .page-main-side-item-attorney-office {
        float: none;
        width: auto;
        margin-left: 0;
    }

    .page-main-side {
        padding-top: 20px;
    }

    .page-main-side-item {
        margin: 25px 0 0 0;
        padding-top: 25px;
        border-top: #E8E8E8 1px solid;
    }

    .page-main-side-item:first-child {
        padding-top: 0;
        border-top: none;
        margin-top: 0;
    }

    .page-main-side-item-desc {
        clear: both;
        margin-top: 0;
        padding-top: 15px;
    }

    .user-page-content {
        padding: 0 25px 25px 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    .user-page-content p {
        padding-top: 25px;
        margin: 0;
    }

    .take-action-form {
        float: none;
        width: 100%;
        padding: 0 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        overflow: hidden;
    }

    .take-action-form .control-choice-overlay {
        margin-left: 0;
    }

    .take-action-container {
        float: none;
        width: 100%;
        padding: 0 25px;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .take-action-details {
        margin-top: 0;
        padding-top: 25px;
    }

    .take-action-container.no-form .take-action-details {
        float: none;
        width: auto;
        margin: 0;
        padding: 0 0 25px 0;
    }

    .take-action-container.no-form.no-docs p {
        margin-top: 25px;
        float: none;
    }

    .take-action-details.take-action-details-counsel {
        padding-bottom: 25px;
    }

    .take-action-details.take-action-details-documents, .take-action-container.no-form .take-action-details.take-action-details-documents {
        padding-bottom: 25px;
        margin-top: 0;
        padding-top: 0;
    }

    .take-action-details.take-action-details-counsel p {
        margin-top: 25px;
    }

    .control-text, .control-choice, .control-area, .control-file, .control-choice-overlay, .label-file .clicky, .control-date {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .practice-areas-selector {
        display: block;
        margin: 10px;
        border-left: #F03D25 1px solid;
        border-top: #F03D25 1px solid;
    }

    .pa-selector {
        width: 50% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        float: left;
        border-left: none;
        border-top: none;
        height: auto;
    }

    .pa-selector a {
        word-spacing: normal;
        height: auto;
    }

    .practice-areas-cases {
        margin: 10px;
    }

    .practice-areas-case {
        width: 100%;
        float: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 10px 0 0 0;
    }

    .pa-selector.active .pa-marker {
        display: none;
    }

    .practice-area-content {
        margin: 10px;
    }

    .static-page-content.static-page-content-without-menu {
        padding: 15px 10px 25px 10px;
    }

    .heading-container.for-article h1 {
        font-size: 20px;
        padding-top: 15px;
    }

    .blog-post {
        padding: 25px 0 0 0;
    }

    .page-main-side-item-author {
        margin: 0;
        padding-top: 15px;
    }

    .blog-post p.page-main-side-item-desc {
        margin-left: 0;
        padding-top: 0;
    }

    .post-date, .share-links {
        float: none;
    }

    .share-links {
        padding-top: 10px;
    }

    .blog-share-links {
        height: auto;
        padding-bottom: 0;
    }

    .blog-attorney-info {
        margin-top: 0;
        padding: 15px 0 0 0;
    }

    .blog-tags {
        float: none;
        width: auto;
        margin: 0 15px;
        display: block;
    }

    .blog-attorney-info > a {
        float: none;
        margin: 0 auto;
    }

    .blog-attorney-info > a img {
        padding: 0;
        margin: 0;
        display: block;
    }

    .blog-attorney-info .attorney-data {
        text-align: center;
        background: #f3f3f3;
        padding: 10px 15px 25px 15px;
    }

    .form-container > div {
        padding: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .form-container form > div {
        width: 100%;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .control-choice-overlay {
        left: 0;
        margin-left: 0;
    }

    .plain-text-content, #sitemap-p {
        padding: 25px;
    }

    .plain-text-content.sitemap-page {
        padding: 0;
        background: #EEE;
    }

    .sitemap-content {
        margin: 0;
        padding-bottom: 25px;
    }

    .sitemap-content > li {
        padding: 15px 25px 0 25px;
    }

    .scr-holder {
        margin: 25px 0 0 0;
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .scr-switcher {
        display: none;
    }

    .scr-holder .scr-article {
        padding: 10px;
    }

    .scr-holder .scr-article h4 {
        padding: 0 0 10px 0;
        text-indent: 75px;
        font-size: 14px;
        line-height: 130%;
    }

    .scr-holder .scr-article-date {
        width: auto;
        height: auto;
        background: transparent;
        color: #2B333B;
        font-size: 14px;
        padding: 0;
        line-height: 130%;
    }

    .scr-holder .scr-article-date span {
        display: inline-block;
        clear: none;
    }

    .scr-holder .scr-article-text {
        margin-top: 0;
        font-size: 13px;
    }

    .scr-holder .scr-article-take-action a {
        background-image: none;
        padding: 10px 12px;
        line-height: 1;
    }

    .scr-holder .scr-article-more a {
        background-image: none;
        padding: 10px 12px;
        line-height: 1;
    }

    .scr-holder .scr-article-holder {
        left: 0;
        bottom: 0;
        padding: 0 10px 10px 10px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .scr-holder .scr-article-take-action a, .scr-holder .scr-article-more a {
        float: none;
        text-align: center;
    }

    .featured-news-item .attorneys {
        display: none;
    }

    .latest-postings-menu {
        width: auto;
        padding-top: 20px;
    }

    .latest-postings-menu li {
        width: 25%;
        font-size: 80%;
    }

    .office .office-info {
        display: block;
        font-size: 12px;
        padding-left: 90px;
    }

    .office {
        float: none;
        width: 270px;
        margin: 0 auto;
        text-align: left;
    }

    .office h4 {
        padding: 35px 0 25px 90px;
    }

    .our-offices-holder {
        width: auto;
        margin: 0;
        flex-direction: column;
    }

    .slide, .slide-overlay, .our-offices-maps {
        display: none;
    }

    footer > div > div {
        width: 100%;
    }

    nav a {
        border-left: none;
    }

    .page-main-side-item-attorney-office-news {
        width: auto;
    }

    nav li.active a {
        background-image: url(../images/main-menu-handle.png);
        background-repeat: no-repeat;
        background-position: 9px 9px;
    }

    .take-action-send-information {
        margin: 0 25px 25px 25px;
    }

    .attorney-profile-videos {
        margin: 15px 25px 0 25px;
    }

    .attorney-profile-video {
        float: none;
        width: auto;
        margin: 15px 0 0 0;
    }

    .attorney-profile-videos h4 {
        font-size: 90%;
    }

    .page-with-video {
        margin-top: 50px;
    }

    .page-with-video > div {
        padding: 20px 0;
        margin: 0 auto;
    }

    .page-with-video h1 {
        text-align: center;
    }

    .video-content > div {
        padding: 20px;
    }

    #video-author {
        margin-top: 20px;
    }

    #video-container {
        padding-top: 20px;
    }

    #video-container > iframe {
        width: 100%;
        height: 200px;
    }

    .attorney-profile-video {
        width: 100%;
    }

    .attorney-badges {
        margin: 20px 25px;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }

    .attorney-badges > div {
        padding: 15px 0 0 0;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }

    .announcements {
        margin-top: 49px;
    }
}

@media (min-width: 480px) {
    .footer-images-container {
        display: flex;
        flex-direction: row;
    }

    .footer-images-left {
        text-align: left;
    }

    .footer-images-right {
        text-align: right;
        margin-right: 20px;
        margin-top: 0;
    }
}
