@media only screen and (max-width: 22.5em) {
    .sidebar-right .wpcf7 button {
        width: 100% !important;
        background-position-x: 100%;
    }
    div.topimage-row h2 {
        font-size: 20px !important;
        bottom: 10px;
    }
    .bp-navigation .fb-like {
        position: static;
    }
    .bp-navigation {
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 33.75em) {
        div.ls-container {
            margin-bottom: -50px !important;
        }
        div.topimage-row h2 {
            font-size: 24px;
            bottom: 10px;
        }
        p.disclaimer {
            padding-left: 0;
        }
    }
/*-=Small screens=-*/
    @media only screen and (max-width: 40em) {
        /* TOP BAR Mobile STYLING */
        .top-bar, .top-bar.expanded .title-area { background: rgba(56,101,168,1);
                   background: -moz-linear-gradient(top, rgba(56,101,168,1) 0%, rgba(56,101,168,1) 63%, rgba(49,86,141,1) 100%);
                   background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(56,101,168,1)), color-stop(63%, rgba(56,101,168,1)), color-stop(100%, rgba(49,86,141,1)));
                   background: -webkit-linear-gradient(top, rgba(56,101,168,1) 0%, rgba(56,101,168,1) 63%, rgba(49,86,141,1) 100%);
                   background: -o-linear-gradient(top, rgba(56,101,168,1) 0%, rgba(56,101,168,1) 63%, rgba(49,86,141,1) 100%);
                   background: -ms-linear-gradient(top, rgba(56,101,168,1) 0%, rgba(56,101,168,1) 63%, rgba(49,86,141,1) 100%);
                   background: linear-gradient(to bottom, rgba(56,101,168,1) 0%, rgba(56,101,168,1) 63%, rgba(49,86,141,1) 100%);
                   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3865a8', endColorstr='#31568d', GradientType=0 ); }
        .top-bar-section ul li > a{
            color: white; /* change color of text if you need */
            font-size: 13px;
            background: #AB8228;; /* change background color if you need */
        }
        .top-bar-section ul li:hover > a{ background: #d7ba79 !important; /* change background color if you need */ }
        .single-attourney-li {
            text-align: center;
            display: block;
        }
        .attourney-th {
            text-align: center;
        }
        .ctas-overlay ul li:after {
            width: 80%;
            margin: 0 auto;
            height: 3px;
            border-left: 0;
            border-right: 0;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
            position: static;
        }
        .grey-list {
            float: none;
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }
        .srp-widget-container {
            margin-right: 0;
        }
        .sidebar-left + .sidebar-right {
            margin-top: 30px;
        }
        .topimage-row h2 {
            font-size: 40px;
            bottom: 15px;
        }
        .sidebar-left .ctas ul li a p, .ctas ul li a p {
            padding-top: 0;
        }
        .ctas ul li a {
            padding-top: 20px;
        }
        .footer-spoiler {
            letter-spacing: 10px;
        }
        .footer-social .social-list {
            float: none;
            text-align: center;
        }
        .footer-menu .inline-list li:first-child {
            margin-left: -3px;
        }
        footer {
            height: auto;
        }
    } /* max-width 640px and lower. Use this for mobiles only */

/*-=Medium screens=-*/
    @media only screen and (min-width: 40.063em) {
        /* TOP BAR STYLING */
        .top-bar { background: transparent; }
        .top-bar-section ul { background: transparent; }
        .top-bar-section ul li { 
            border-left: solid 1px #d3dae7;
            border-right: solid 1px #fff;
            background: transparent;
        }
        .top-bar-section ul li:first-child {
            -webkit-box-shadow: -1px 0px 0px 0px #fff;
            -moz-box-shadow: -1px 0px 0px 0px #fff;
            box-shadow: -1px 0px 0px 0px #fff;
        }
        .top-bar-section ul li:last-child {
            -webkit-box-shadow: 1px 0px 0px 0px #d3dae7;
            -moz-box-shadow: 1px 0px 0px 0px #d3dae7;
            box-shadow: 1px 0px 0px 0px #d3dae7;
        }
        .top-bar-section li:not(.has-form) a:not(.button) {
            display: block;
            height: 94px;
            line-height: 110px;
            padding: 0px 10px;
            text-decoration: none;
            font-family: 'Merriweather Sans', sans-serif;
            font-size: 13px;
            color: #627797;
            vertical-align: bottom;
            position: relative;
            background: transparent;
        }
        .top-bar-section li:not(.has-form) a:not(.button) icon.triangle-down {
            position: absolute;
            top: 15px;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 10px solid #be8f2a;
            display: none;
        }
        .top-bar-section li:not(.has-form) a:not(.button):hover {
            background-color: #f5f7fb;
            color: #2a62b5;
        }
        .top-bar-section li:not(.has-form) a:not(.button):hover icon.triangle-down {
            display: block;
        }
        .top-bar-section li.current_page_item > a:not(.button) {
            color: #627797;
            background: transparent;
        }
        .top-bar-section .has-dropdown > a { padding: 0 15px !important; }
        .top-bar-section .has-dropdown > a:after { display: none; }

        /* Dropdown Styling*/
        .top-bar-section ul li:hover:not(.has-form) > a {
            background: transparent;
            color: #627797;
        }
        .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
            color: white;
            background: olive;
        }
        .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
            color: grey;
            background: bisque;
        }
        .top-bar-section .has-dropdown > .dropdown li .dropdrown_menu li a { background: blue; }
        .top-bar-section .has-dropdown > .dropdown li .dropdrown_menu li:hover a {
            color: white;
            text-decoration: underline;
            background: red;
        }
        .attourney-text-col:before {
            content: '';
            display: block;
            width: 1px;
            height: 100%;
            display: inline-block;
            vertical-align: middle;
        }
        .attourney-th {
            float: right;
        }
        .wpcf7 .testimonial-form p span.wpcf7-form-control-wrap {
            float: right;
            width: 78%;
        }
        .wpcf7 .testimonial-form p span.wpcf7-form-control-wrap input, 
        .wpcf7 .testimonial-form p span.wpcf7-form-control-wrap select,
        .wpcf7 .testimonial-form p span.wpcf7-form-control-wrap textarea {
            margin: 2px;
            padding: 1px 4px;
            vertical-align: middle;
            border: solid 1px #CCCCCC;
            font-size: 11px;
            height: auto;
        }
        .wpcf7 .testimonial-form p span.wpcf7-form-control-wrap textarea {
            height: 100px;
        }
        /* Align Menu to the right
            .top-bar-section { float:right; } */
        /* Align Menu to the center
            .top-bar-section { float:none; text-align: center; }
            .top-bar-section ul{display: inline-block;} */

    }  /* min-width 641px */

    @media only screen and (min-width: 40.063em) and (max-width: 64em) { 
        .ctas-overlay ul li:nth-child(2):after {
            content: none;
        }
        .menu-col.columns .top-bar-section ul li {
            border-top: 1px solid #d3dae7;
            border-bottom: 1px solid #d3dae7;
            -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1), 0px -1px 0px 0px rgba(255,255,255,1);
            -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1), 0px -1px 0px 0px rgba(255,255,255,1);
            box-shadow: 0px 1px 0px 0px rgba(255,255,255,1), 0px -1px 0px 0px rgba(255,255,255,1);
        }
        .top-bar-section ul.menu li:first-child {
            -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1), 0px -1px 0px 0px rgba(255,255,255,1), -1px 0px 0px 0px #fff;
            -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1), 0px -1px 0px 0px rgba(255,255,255,1), -1px 0px 0px 0px #fff;
            box-shadow: 0px 1px 0px 0px rgba(255,255,255,1), 0px -1px 0px 0px rgba(255,255,255,1), -1px 0px 0px 0px #fff;
        }
        .top-bar-section ul.menu li:last-child {
            -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1), 0px -1px 0px 0px rgba(255,255,255,1), 1px 0px 0px 0px #d3dae7;
            -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1), 0px -1px 0px 0px rgba(255,255,255,1), 1px 0px 0px 0px #d3dae7;
            box-shadow: 0px 1px 0px 0px rgba(255,255,255,1), 0px -1px 0px 0px rgba(255,255,255,1), 1px 0px 0px 0px #d3dae7 ;
        }
        .menu-col.columns {
            float: none;
            width: 560px;
            margin: 0 auto;
        }
        
        
    } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
    @media only screen and (max-width: 64em) {
        .logo {
            text-align: center;
        }
        .header-phone {
            float: none;
            text-align: center;

        }
        .header-phone a {
            margin: 0 auto;
        }
        .ctas.columns {
            height: auto;
        }
        .ls-container {
            margin-bottom: -110px !important;
        }
        .victories-row .victories-heading:after {
            position: static;
            width: 95%;
            height: 3px;
            margin: 5px auto;
        }
        .victories-row .victories-controls {
            float: none !important;
            position: absolute;
            bottom: 95px;
            width: 80px;
            left: 50%;
            margin-left: -40px;
        }
        #RecentVictories {
            padding-bottom: 65px;
            margin-top: 8px;
        }
        .victories-row .victories-controls .right {
            right: 0;
        }
        .victories-row .victories-controls .left {
            left: 0;
        }
        .victories-row .victories-controls:before {
            left: 50%;
            margin-left: -1px;
        }
        .victories-content ul li a p {
            width: auto;
        }
        .victories-row .columns {
            padding-left: 20px;
            padding-right: 20px;
        }
        .sidebar-right .wpcf7 button {
            width: 230px;
            margin: 0 auto;
            display: block;
        }
        .footer-testimonial {
            border-left: none;
            border-right: none;
            border-bottom: solid 1px #d3dae7;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }
        .footer-menu .inline-list {
            text-align: center;
        }
    }
    @media only screen and (min-width: 40.063em) {
        .ctas ul li a:hover {
            padding-top: 20px;
        }
        .ctas ul li a:hover p {
            padding-top: 0px;
        }
        .sidebar-left .ctas ul li:hover {
            padding-bottom: 50px;
            height: 185px;
        }
        .sidebar-left .ctas ul li a:hover {
            padding-top: 0;
        }
        .sidebar-left .ctas ul li {
            height: 125px;
        }
    }
/*-=Large screens=-*/
    @media only screen and (min-width: 64.063em) { 
        .no-pad {
            padding: 0;
        }

        .columns {
            padding-right: 20px;
            padding-left: 20px;
        }
        .sidebar-left {
            padding-left: 0;
            padding-right: 0;
        }
        .sidebar-right {
            padding-left: 0;
            padding-right: 0;
        }
        .nopad-left {
            padding-left: 0;
        }
        .nopad-right {
            padding-right: 0;
        }
    } /* min-width 1025px, large screens */
    @media only screen and (min-width: 64.063em) and (max-width: 71.25em) {
        .menu-col.columns .top-bar-section ul li {
            border-bottom: 1px solid #d3dae7;
            -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);
            -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);
            box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);
        }
        .menu-col.columns .top-bar-section ul.menu li:first-child {
            -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1), -1px 0px 0px 0px #fff;
            -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1), -1px 0px 0px 0px #fff;
            box-shadow: 0px 1px 0px 0px rgba(255,255,255,1), -1px 0px 0px 0px #fff;
        }
        .menu-col.columns .top-bar-section ul.menu li:last-child {
            -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1), 1px 0px 0px 0px #d3dae7;
            -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1), 1px 0px 0px 0px #d3dae7;
            box-shadow: 0px 1px 0px 0px rgba(255,255,255,1), 1px 0px 0px 0px #d3dae7 ;
        }
        .menu-col.columns {
            width: 600px;
        }
        .header-phone {
            float: none;
            text-align: center;
        }
        .header-phone a {
            margin: 0 auto;
        }
        .phone-col.columns {
            width: 100%;
        }
    }
    @media only screen and (min-width: 71.28em) {
        header {
            transition: all 0.7s ease;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 9999;
        }
        .content-section {
            margin-top: 141px;
        }
    }