
.specialties .generic__link-button,
.specialties .generic__link-button:visited{
    background-color: #07518f;
    position: absolute;
    bottom: 31px;
    padding: 0.3em;
    padding-top: 0.55em;
    font-size: 16px;
    width: 133px;
}
.specialties .generic__link-button:hover{
	background-color:#30beb3;
}


.page-headers {
    overflow: hidden;
}
.header__inner {
	padding-bottom: 10em;
}
.body__layout__default .header__inner{
    padding: 1em;
}
.body__layout__default .navigation {
    position: absolute;
    z-index: 200;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    z-index: 300;
}

h1.heading-splash{
    padding-top: 2em;
    color:white;
	font-weight:normal;
}

nav {
	text-align: center;
    max-width: 80%;
    margin: 0 auto;
}
.nav__list,
.nav__list:visited {
    background-color: transparent;
}
.nav__link,
.nav__link:visited {
    background-color: transparent;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 200;
    text-align: center;
}

.nav__item:hover > .nav__link, 
.nav__item__current > .nav__link{
    background-color:transparent;
    color:white;
}
.nav__item .nav__list {
    background-color: white;
}

.material-icons,
.dynamic-nav-forward,
.dynamic-nav-back{
    color:white;
}
.dynamic-nav-forward{
    top: 5px;
    bottom: -62px;
}
.dynamic-nav-back{
    top: 7px;
    bottom: -62px;
}
.dynamic-nav__heading {
    color: white;
    font-size: 20px;
    font-weight: 100;
}
a.dynamic-nav__link {
    color: white;
}
.dynamic-nav.expanded .dynamic-nav-expanded {
    max-width: 300px;
    margin: 0 auto;
    text-transform: uppercase;
}
.dynamic-nav__list-item:hover {
    background-color: #962d61;
    transition: 0.6s;
}


.specialties{
	background-color:#07518f;
}
.specialty-inner{
	padding: 4em;
    max-width: 1250px;
    margin: 0 auto;
}
.specialty-contain{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
}
.specialty-box {
    background-color: #962d61;
    width: 240px;
    height: 225px;
    text-align: center;
    padding-bottom: 2em;
    margin: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
	position:relative;
}
.specialty-box.one{
    background-image: url("/images/familylaw.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    z-index:0;
}
.specialty-box.two{
    background-image: url("/images/personalinjury.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    z-index:0;
}
.specialty-box.three{
    background-image: url("/images/socialsecurity.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    z-index:0;
}
.specialty-box.four{
    background-image: url("/images/willsestates.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    z-index:0;
}
.specialty-box.five{
    background-image: url("/images/criminallaw.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index:0;
}
.specialty-box.six{
    background-image: url("/images/propertylitigation.jpg");
    background-repeat: no-repeat;
    background-position:bottom center;
    z-index:0;
}
.specialty-box.seven{
    background-image: url("/images/dui.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    z-index:0;
}
.specialty-box.eight{
    background-image: url("/images/otherareas.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    z-index:0;
}
.specialty-box::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(215,154,43,0.9);
    z-index: -1;
}
.specialty {
	color: white;
	font-size: 25px;
	font-weight: 300;
	text-transform: uppercase;
	padding-bottom: 1em;
	line-height: 32px;
}

.statement {
    max-width: 1000px;
    padding: 4em 1em;
    margin: 0 auto;
}

.two-up {
    display: flex;
}
.left,
.right {
    width: 50%;
    padding: 2em;
}
.statement p{
	font-size: 23px;
	padding-bottom: .5em;
}
.column {
    display: flex;
    align-items: center;
    padding-bottom: 2em;
}
.statement .desc{

	font-size: 23px;
}
img.icon {
    padding-right: 2em;
	height: 80px;
}
.statement .two-up{
    align-items: center;
}


.judkins{
	max-width: 100%;
	background-image: url(../../images/judkinspersonalbackground.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.judkins-inner{
    position:relative;
    padding:4em;
}
.judkins h2{
    text-align: center;
    font-size: 47px;
    FONT-WEIGHT: 300;
    padding-bottom: 1em;
	color:white;
	line-height: 60px;
    margin: 0 auto;
    max-width: 50%;
}
.judkins p{
    font-size: 21px;
    color: white;
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
    z-index: 300;
}
img.judkins2 {
    position: absolute;
    bottom: 0;
    left: -52px;
    max-height: 536px;
}
img.judkins1 {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 544px;
}
.desc {
    position: relative;
    z-index: 300;
}

.services{
    text-align:center;
}
.services .generic__inner{
    padding:3em 1em;
}

.services .generic__3up{
    padding-bottom:2em;
}
.services-box {
    max-width: 280px;
    padding: 1em;
    margin: 1em;
    background-color: #f7f9fb;
    box-shadow: 5px 10px 8px #b4b4b4;
    transition: transform .4s;
}
.services-box:hover {
    transform: scale(1.21);
}
.service-head {
    font-size: 26px;
    color: #003764;
    text-transform: uppercase;
}
.services-box p{
    font-size:19px;
    line-height: 25px;
}
img.service-icon {
    max-height: 130px;
    padding-bottom: 1em;
}

.module.test{
    background-color: #353441;
    color: white;
    position: relative;
    max-width: 100%;}

.testimonials__citation-person {
    color: white;
    text-align: right;
    font-style: normal;
    padding-top: 1em;
    font-size: 30px;
}
.testimonials__prev.material-icons,
.testimonials__next.material-icons{
    display:none;
}
.testimonials__list{
    position:relative;
}
.testimonials__quote::before {

    font-size: 171px;
    position: absolute;
    left: -82px;
    top: 22px;
    font-style: normal;
}
.testimonials__quote::after {
    font-size: 171px;
    position: absolute;
    right: -77px;
    bottom: 22px;
    font-style: normal;
}
.testimonials__item + .testimonials__item {
    margin-top: 2em;
    display: none;
}

.difference{
    text-align:center;
}
.difference h2 {
    text-align: center;
    font-size: 52px;
    FONT-WEIGHT: 500;
    padding-bottom: 1em;
    color: #003764;
    line-height: 60px;
    margin: 0 auto;
}
.difference p{
    font-size:23px;
    text-align:center;
}
.difference .generic__part{
    padding:3em;
}
.difference-head{
    font-size: 24px;
    color: #003764;
    text-transform: uppercase;
    padding-bottom: .5em;
    font-weight: 500;
}
.difference .generic__part p{
    font-size: 19px;
    line-height: 25px;
}



.module {
	max-width: 100%;
	margin: 0 auto;
}
.generic__inner{
    max-width: 1200px;
    margin:0 auto;
}

.home-comm {
	max-width: 100%;
	background-image: url(../../images/contactbackground.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color:white;
}

h1.news-view__heading {
    color: #07518f;
    font-size: 44px;
    FONT-WEIGHT: 600;
}
.news__short-description {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    padding-top: 1em;
}
input.fb3__field-input, .fb3__field-input {
    background-color: rgba(255, 255, 255, .6);
}
.fb3__field-input {
    border: 0;
}
.fb3__field-input, .fb3__field-select {
    color: #707070;
    font-size: 20px;
    background-color: rgba(255, 255, 255, .6);
}
a.news__link.news__link__title {
    font-size: 30px;
    color: #07518f;
}
a.news__link.news__link__title:hover {
    color: #962d61;
}


.news__thumbnail {
    width: 12em;
    margin-right:2.5em;
}

.body__layout__default ul.forms__contact-field-list {
    display: flex;
    justify-content:space-between;
}
.body__layout__default .forms__contact-field-item + .forms__contact-field-item {
    margin-top: 0;
    width:30%;
}
.body__layout__default li.forms__contact-field-item.forms__question.forms__question__type-0 {
    width: 30%;
}

.contact-flex {
    display: flex;
    align-items: center;
}
.home-comm h2{
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 1.5em;
    line-height: 57px;
	color:white;
}
h2.forms__form-item-header {
    display: none;
}
.body__layout__home .forms .generic__inner {
    padding: 0;
}
.body__layout__home .forms {
    width: 50%;
}
.fb3__field:focus-within .fb3__field-input, .fb3__field:focus-within .fb3__field-select {
    border-color: #30beb3;
}
.fb3__field-input, .fb3__field-select{
    color:#707070;
    font-size: 20px;
}
.home-comm__talk{
    width: 50%;
    text-align: center;
    padding-left: 4em;
    font-weight: 200;
}
.home-address{
    padding-top: 2em;
    font-size: 30px;
    line-height: 40px;
}
.home-phone {
    font-size: 30px;
    padding-top: 1.5em;
    padding-bottom:.3em;
}
.home-fax {
    font-size: 30px;
}

.fb3__field.fb3__field__submit {
    text-align: right;
}
.fb3__field-heading-text,
.fb3__field-part-heading{
    color:white;
    font-size:19px;
}
.body__layout__default .forms {
    max-width: 100%;
    background-image: url(../../images/contactbackground.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer {
    background-color: #001526;
    color: white;
    padding: 1em;
    font-weight: 100;
    font-size: 21px;
}

.footer__social-link {
    padding: 0.5em;
}
.footer__social {
    padding: 1em;
}
.footer img{
    height: 53px;
}
.footer__privacy{
    padding-right: .5em;
}
.footer__disclaimer{
    padding-left: .5em;
}

footer a,
footer a:hover,
footer a:visited{
    color:white;
}


.advocate .generic__inner{
    max-width:1500px;
    margin:0 auto;
}
.advocate h2{
    text-align: center;
    font-size: 52px;
    FONT-WEIGHT: 500;
    padding-bottom: 1em;
    color: #962d61;
    line-height: 60px;
    margin: 0 auto;
    width: 90%;
}
.advocate p{
    text-align:center;
    max-width: 1000px;
    margin:0 auto;
}
.advocate .generic__2up{
    padding:2em 0;
}
.advocate h3 {
    padding-bottom: 1em;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 25px;
	color:white;
}
.advocate .generic__2up .generic__part{
    margin:2em .5em;
    font-size: 20px;
    background-color: #353441;
    padding: 1.5em;
    color: white;
    text-align:center;
    max-width: 500px;
    font-weight: 200;
    position:relative;
    padding-top:4em;
}
.advocate .generic__3up .generic__part{
    margin:2em .5em;
    font-size: 20px;
    background-color: #353441;
    padding: 1.5em;
    padding-top:4em;
    color: white;
    text-align:center;
    max-width: 400px;
    position:relative;
}

@media screen and (max-width: 1300px) {
    .judkins h2 {
        font-size: 39px;
        line-height: 47px;
        max-width: 100%;
    }
    .judkins p {
        padding-bottom: 5em;
    }
    img.judkins1,
    img.judkins2{
        max-height: 450px;
    }
    .advocate .generic__2up{
        flex-direction: column;
    }
    .advocate .generic__2up .generic__part{
        max-width:100%;
        width:100%;
    }
}

@media screen and (max-width: 1200px){
    .two-up {
        display: block;
    }
    .left, 
    .right {
        width: 100%;
        padding: 1em;
    }
    .left{
        text-align:center;
    }
    .contact-flex{
        flex-direction: column-reverse;
    }
    .column {
        display: block;
        text-align: center;
    }
    img.icon{
        padding-right:0;
    }
}
@media screen and (max-width: 950px) {
    .banner_sub h2{
        font-size: 43px;
        line-height: 48px;
    }
    .banner_sub .generic__2up .generic__part {
        width: 100%;
    }
    .body__layout__home .forms {
        width: 100%;
    }
    .home-comm__talk {
        width: 100%;
        padding-left:0;
        padding-bottom: 3em;
    }
    .statement {
        padding: 2em;
    }
    .statement h2 {
        font-size: 43px;
        line-height: 48px;
    }

    .statement .desc{
        text-align:center;
    }
    a.tel-phone {
        position: relative;
        right: 0;
        top: 0;
        justify-content: center;
        padding-bottom: 1em;
    }
    .page-headers__image {
        display: block;
        height: 227px;
        width:auto;
    }
    img.judkins1,
    img.judkins2{
        max-height: 300px;
    }
}

@media screen and (max-width: 900px){
    .judkins p {
        max-width:100%;
        padding-bottom: 13em;
    }
	.judkins-span-inner {
		padding-bottom: 20em;
	}
}

@media screen and (max-width: 767px){
   .home-comm h2{
        font-size: 37px;
        line-height: 49px;
    }
    .difference .generic__part {
        padding: 2em;
    }
    .body__layout__default ul.forms__contact-field-list {
        display: block;
    }
    .body__layout__default .forms__contact-field-item + .forms__contact-field-item {
        width:100%;
    }
    .body__layout__default li.forms__contact-field-item.forms__question.forms__question__type-0 {
        width: 100%;
    }
    .body__layout__property .generic__2up .generic__part {
        width: 100%;
    }
    .body__layout__property .banner_sub .generic__2up {
        flex-direction: column;
    }
    .generic__inner {
        padding: 2em;
    }
    .test .generic__inner {
        padding:6em;
    }
}

@media screen and (max-width: 600px) {
    .testimonials__quote {
        font-size: 20px;
        line-height: 28px;
    }

    .cms-content h1 {
        font-size:38px;
        line-height: 43px;
    }
    h1.heading-splash {
        color: white;
        font-weight: 500;
        font-size: 42px;
        padding-top: 1em;
    }
    h1.heading-splash.sub{
        line-height: 46px;
    }
    .specialty-inner {
        padding: 1em;
    }
    .judkins-inner {
        padding: 2em;
    }
    .testimonials__quote::before,
    .testimonials__quote::after {
        font-size: inherit;
        position: relative;
        font-weight:bold;
        left: 0;
        top: 0;
        bottom: 0;
    }
    .home-comm .generic__inner{
        padding:1em;
        padding-top:2em;
    }
    .services .generic__inner {
        padding-left: 1em;
        padding-right: 1em;
    }
    img.judkins1,
    img.judkins2{
        max-height: 250px;
    }
    .advocate h2{
        font-size: 39px;
        line-height: 47px;
    }
   
}   


@media screen and (max-width: 1200px) {
    .specialty-contain {
        grid-template-columns: 1fr 1fr 1fr;
        }
}
@media screen and (max-width: 900px) {
    .specialty-contain {
    grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 650px) {
    .specialty-contain {
    grid-template-columns: 1fr;
    }
}