header{
    width: 100%;
    height: 56px;
    margin: 0 auto;
    background: #000;
}
#header_content{
    width: 1410px; 
    height: 56px;
    margin: 0 auto;
    padding: 0 25px;
}
#header_logo{
    float: left;
    width: 170px;
    height: 56px;
    background: url(../img/logo.png) no-repeat left;
    background-size: 170px;
}
#header_links{
    float: right;
    width: 530px;
}
#header_links ul {
    display: flex;
    gap: 17px;
    padding-top: 20px;
    justify-content: end;
    margin-right: 5px;
}
#header_links li {
    display: inline-block;
    font-weight: bolder;
    font-family: 'Inconsolata';
    font-size: 11px;
    letter-spacing: 0.3px;
}
#header_links li a{
    color: var(--color-baby-white);
}
#header_links li a:hover{
    text-decoration: underline;
}
#header_phone{
    float: right;
    width: 115px;
    text-align: right;
}
#header_phone p{
    font-weight: bolder;
    font-family: 'Inconsolata';
    font-size: 14px;
    padding-top: 16px;
    letter-spacing: -0.5px;
}
#header_phone p a{
    color: var(--color-white);
}
#header_phone p a:hover{
    text-decoration: underline;
}
#hero{       
    width: 100%;
    height: 703px;
    margin: 0 auto;
}

#hero_content{
    width: 1410px; 
    height: 703px;
    margin: 0 auto;
    background: url(../img/header_bg.jpg) no-repeat;
    padding-top: 100px;
    background-size: 1440px;
    background-position-x: left;
}

#hero_content span {
    margin: auto;
    width: 64px;
    height: 64px;
    display: block;
    margin-bottom: 20px;
}

#hero_content h1{
    font-family: 'Fraunces';
    font-weight: bold;
    font-size: 60px;
    color: var(--color-white);
    text-align: center;
    line-height: 1.1;
    text-shadow: 1px 3px 3px rgba(0,0,0,.25);
}

#hero_content h2{
    color: var(--color-white);
    font-family: 'Libre Franklin';
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    margin-top: 32px;
    letter-spacing: -0.2px;
    text-shadow: 2px 2px 2px var(--color-black)
}

#hero_content p{
    font-family: 'Inconsolata';
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    width: 198px;
    height: 56px;
    background: var(--color-black);
    border-radius: 11px;
    margin: 32px auto 0 auto;
    font-weight: bolder;
    border: 2px solid var(--color-black);
}

#hero_content p img {
    float: left;
    position: relative;
    left: 10px;
    top: 3px;
}

#hero_content p a{
    color: var(--color-spot-green);
    padding-top: 12px;
    width: 100%;
    height: 100%;
    display: inline-block;
}
#hero_content p:hover{
    border: 2px solid var(--color-spot-green);
}


#hero_content em{
    font-size: 64px;
    font-weight: normal;
}

.breakline2 {
    content: " ";
    display: none;
}

article{
    width: 100%;    
    margin: 0 auto;
}

#our_mission{
    width: 100%;
    height: 340px;     
    margin: 0 auto;
    margin-top: -140px;    
    margin-bottom: -200px;
    position: relative;
    z-index: 2;
}
#our_mission_content{
    width: 800px;
    background: var(--color-white);
    padding: 64px 35px; 
    margin: 0 auto;
    border-radius: 35px;
    height: 340px;
}

#our_mission h3{
    text-align: center;
}
#our_mission p.header{
    color: var(--color-black);
    text-align: center;
    font-weight: 400;
    font-family: 'Lora';
    font-size: 35px;
    padding-top: 10px;
    line-height: 1.25;
    text-align: center;
}
#our_mission p.button{
    background: var(--color-black);
    border: 4px solid var(--color-black);
    margin: 32px auto 0 auto;
    width: 197px;
    height: 51px;
    text-align: center;
    font-family: 'Inconsolata';
    font-size: 18px;
    font-weight: 800;
}

#our_mission p.button a{
    color: var(--color-white);
    padding-top: 9px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

#our_mission p.button:hover{
    background: var(--color-white);
}
#our_mission p.button:hover a{
    color: var(--color-black);
}


#our_services{
    width: 100%;
    height: 735px;
    position: relative;
    background: var(--color-baby-white);
    padding-top: 255px;
}
#our_services_content{
    width: 800px;
    height: 518px;
    margin: 0 auto;    
    background: url(../img/our_services_bg.png) no-repeat right 180px;    
}
#our_services_left{
    float: left;
    width: 300px;
    height: 456px;
    margin-right: 60px;
}
#our_services_left p.header{
    font-family: 'Lora';
    font-weight: 400;
    font-size: 38px;
    line-height: 1.2;
    padding-top: 16px;
    color: var(--color-black);
}
#our_services_left p.subheader{
    font-family: 'Libre Franklin';    
    font-size: 17px;
    line-height: 1.5;
    padding-top: 20px;
    color: var(--color-black);
}

#our_services_left p.button{
    background: transparent;
    margin-top: 18px;
    width: 188px;
    height: 63px;
    text-align: center;
    border: 4px solid var(--color-black);
    font-family: 'Inconsolata';
    font-size: 18px;
    font-weight: 800;
}
#our_services_left p.button:hover{
    background: var(--color-black);
}
#our_services_left p.button:hover a{
    color: var(--color-white);
}

#our_services_left p.button a{
    color: var(--color-black);
    padding-top: 14px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

#our_services_right{
    float: left;
    width: 440px;
    height: 456px;
    overflow: hidden;
}

#carousel{
    display: flex;
    width: 1430px;
    height: 350px;
    margin-top: 60px;
    column-gap: 15px;
    transition: transform .4s ease-in;
}

.carousel_card{
    width: 270px;
    height: 300px;
    background: var(--color-white);
    border: 1px solid var(--color-black);
    filter: drop-shadow(2px 2px 0px var(--color-black));
    border-radius: 9px;
    padding: 30px;
}

.carousel_card h4{
    font-family: 'Libre Franklin';
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    height: 50px;
}
.carousel_card p.description{
    font-family: 'Libre Franklin';
    font-size: 17px;
    line-height: 1.4;
    padding-top: 10px;
    height: 170px;
}

.carousel_card p.next{    
    float: right;
    font-family: 'Inconsolata';
    font-size: 18px;
    font-weight: bolder;
    letter-spacing: 1px;
}

.carousel_card p.next a{
    color: var(--color-teen-blue);
    position: relative;
    display: block;
    left: -26px;
}
.carousel_card p.next a::after {
    content: '';
    width: 16px;
    height: 2px;
    top: 11px;
    left: 52px;
    position: absolute;
    background: var(--color-teen-blue);
    z-index: 2;
}
.carousel_card p.next a:hover{
    text-decoration: underline;
}

#legal_protection{
    width: 100%;
    height: 580px;
    background: var(--color-white);
    padding-top: 100px;
}
#legal_protection_content{
    width: 800px;
    margin: 0 auto;      
}

#rotate{
    float: left;
    width: 409px;
    height: 391px;
    margin-right: 60px;
    padding: 30px 35px;
    background: url(../img/rotate_bg.png) no-repeat;
}
.rotate_card {
    float: left;
    height: 310px;
    width: 100%;
    animation: fadeInRotate ease 0.6s;
}

@keyframes fadeInRotate {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.rotate_card h4{
    font-family: 'Inconsolata';
    font-size: 18px;
    font-weight: bolder;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rotate_card p{
    font-family: 'Libre Franklin';
    font-size: 16px;    
    line-height: 1.5;
    padding-top: 12px;
}
.card-hidden{
    display: none;
}

#rotate_pages {
    float: right;
    width: 80px;
    height: 16px;
}
#rotate_link1, #rotate_link2, #rotate_link3, #rotate_link4{
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.rotate_bg_sand{
    background: var(--color-teen-sand);
}

.rotate_bg_black{
    background: var(--color-black);
}

#legal_protection_info{
    float: left;
    width: 330px;
    height: 380px;
    margin-top: 40px;
    padding-right: 5px;
}
#legal_protection_info p.header{
    padding-top: 12px;
    font-family: 'Lora';
    font-size: 35px;
    line-height: 1.2;
    font-weight: 400;
}
#legal_protection_info p.subheader{
    padding-top: 25px;
    font-family: 'Libre Franklin';
    font-size: 19px;
    line-height: 1.5;
}

#our_attorneys{       
    width: 100%;
    height: 624px;
    margin: 0 auto;
    background: var(--color-black);
}

#our_attorneys_content{ 
    width: 1170px; 
    height: 624px;
    margin: 0 auto;
    background: url(../img/our_attorneys_bg.png) no-repeat left 200px;
    padding-top: 80px;
}

#our_attorneys_left{
    float: left;
    width: 208px;
    height: 474px;
    margin-left: 110px;
    margin-right: 60px;
}

#our_attorneys_left p{
    font-family: 'Lora';
    font-weight: 400;
    font-size: 35px;
    color: var(--color-white);
    line-height: 1.2;
    padding-top: 10px;
}

#our_attorneys_right{
    float: left;
    width: 772px;
    height: 374px;
    overflow-x: scroll;
    overflow-y: hidden;
}

#our_attorneys_right::-webkit-scrollbar{
    height: 4px;
    background: var(--color-white);
}
#our_attorneys_right::-webkit-scrollbar-thumb:horizontal{
    background: var(--color-teen-blue);
    border-radius: 10px;
}

#attorneys_list{
    display: flex;
    width: 1690px;
    height: 358px;
    column-gap: 18px;
}

.attorney_card{
    width: 265px;
    height: 345px;
    background: var(--color-dark-grey);
    filter: drop-shadow(3px 3px 0px var(--color-dark-black));
    border-radius: 18px;
}
.attorney_photo{
    width: 102%;
    height: 191px;
    clip-path: inset(0px 2px 0 2px);
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    padding-top: 110px;
    padding-left: 18px;
    position: relative;
    left: -3px;
}
.photo1{
    background: url(../img/photo1.jpg) no-repeat;
    background-size: 270px;
}
.photo2{
    background: url(../img/photo2.jpg) no-repeat;
    background-size: 270px;
}
.photo3{
    background: url(../img/photo3.jpg) no-repeat;
    background-size: 270px;
}
.photo4{
    background: url(../img/photo4.jpg) no-repeat;
    background-size: 270px;
}
.photo5{
    background: url(../img/photo5.jpg) no-repeat;
    background-size: 270px;
}
.photo6{
    background: url(../img/photo6.jpg) no-repeat;
    background-size: 270px;
}
.photo7{
    background: url(../img/photo7.jpg) no-repeat;
    background-size: 270px;
}
.photo8{
    background: url(../img/photo8.jpg) no-repeat;
    background-size: 270px;
}
.photo9{
    background: url(../img/photo9.jpg) no-repeat;
    background-size: 270px;
}
.photo10{
    background: url(../img/photo10.jpg) no-repeat;
    background-size: 270px;
}
.attorney_photo h4{
    font-family: 'Libre Franklin';
    font-size: 20px;
    color: var(--color-white);
    line-height: 1.3;
    font-weight: 600;
    float: left;
    width: 150px;
}
.attorney_photo p.years{
    font-family: 'Libre Franklin';
    font-size: 11px;
    color: var(--color-white);
    float: left;
    width: 150px;
    clear: both;

}

.attorney_photo p.call {
    float: right;
    color: #fff;
    width: 92px;
    height: 35px;
    border-radius: 16px;
    position: relative;
    top: -35px;
    right: 15px;
    background: var(--color-transparent-grey);
}
.attorney_photo p.call:hover {
    background: var(--color-spot-green);
}
.attorney_photo p.call a:hover{
    color: var(--color-black);
}

.attorney_photo p.call a{
    color: var(--color-spot-green);
    font-family: 'Inconsolata';
    font-size: 15px;
    font-weight: bolder;
    letter-spacing: 1px;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 6px 17px;
}

.attorney_photo p.call img {
    float: left;
    position: relative;
    left: -10px;
    top: 2px;
}

.attorney_card ul {
    padding: 7px 13px;
}

.attorney_card li {
    background: var(--color-gray);
    border-radius: 20px;
    padding: 5px 14px;
    color: var(--color-white);
    font-family: 'Libre Franklin';
    font-size: 11px;
    letter-spacing: 1px;
    margin: 6px 0px;
    display: inline-block;
}
.attorney_card li.university{
    height: 42px;
}

.attorney_card li span.active{
    color: var(--color-spot-green);
    font-size: 11px;
    font-family: 'Inconsolata';
    font-weight: bolder;
    padding-left: 10px;
}

.attorney_card p.button {
    width: calc(100% - 20px);
    display: block;
    background: var(--color-dark-blue);    
    text-align: center;
    border-radius: 11px;
    margin: 0 10px;
}

.attorney_card p.button:hover {
    background: var(--color-baby-blue);
}

.attorney_card p.button:hover a{
    color: var(--color-dark-blue);
}


.attorney_card p.button a {
    padding: 5px;
    width: 100%;
    height: 100%;
    display: inline-block;
    color: var(--color-baby-blue);
    font-size: 15px;
    font-family: 'Inconsolata';
    font-weight: bolder;
    letter-spacing: 1px;
}

.attorney_popup{
    position: fixed;
    top: 20px;
    z-index: 9999;
    background: var(--color-white);
    width: 370px;
    max-height: 480px;
    left: calc(50% - 185px);
    height: 90%;
    border-radius: 10px;
}

.attorney_photo_popup {
    height: 190px;
    margin: 15px;
    border-radius: 10px;
}

#attorney_popup1, #attorney_popup2, #attorney_popup3, #attorney_popup4, #attorney_popup5, #attorney_popup6, #attorney_popup7, #attorney_popup8, #attorney_popup9, #attorney_popup10{
    display: none;
}
.attorney_photo_popup{
    background-size: 340px;
    background-position: center;
}
.attorney_title{
    float: left;
    width: 240px;
}
.attorney_popup p.call {
    float: left;
    width: 98px;
    height: 37px;
    border-radius: 16px;    
    background: var(--color-black);
}
.attorney_popup p.call:hover {
    background: var(--color-spot-green);
}
.attorney_popup p.call a:hover{
    color: var(--color-black);
}

.attorney_popup p.call a{
    color: var(--color-spot-green);
    font-family: 'Inconsolata';
    font-size: 15px;
    font-weight: bolder;
    letter-spacing: 1px;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 7px 20px;
}

.attorney_popup p.call img {
    float: left;
    position: relative;
    left: -10px;
    top: 2px;
}

.attorney_popup h5{
    font-family: 'Libre Franklin';
    font-size: 20px;
    font-weight: 600;
    color: var(--color-black);
    padding: 0 15px;
}
.attorney_popup p.years{
    font-family: 'Libre Franklin';
    font-size: 16px;
    font-weight: 400;
    color: var(--color-black);
    padding: 0 15px;
}
.attorney_popup p.bio{
    float: left;
    overflow-y: auto;
    max-height: 160px;
    font-family: 'Libre Franklin';
    font-size: 16px;
    font-weight: 400;
    color: var(--color-black);
    padding: 0 15px;
    line-height: 1.5;
    width: calc(100% - 10px);
    margin-top: 10px;
}
p.button_popup {
    margin: auto;
    display: table;
    width: 93px;
    height: 32px;
    background: #fff;
    border-radius: 10px;
    filter: drop-shadow(0px 1px 2px var(--color-gray));
    position: relative;
    bottom: 10px;
    text-align: center;
    font-family: 'Inconsolata';
    font-size: 15px;
    font-weight: bolder;
}
p.button_popup:hover {
    background: var(--color-black);
}

p.button_popup a{
    padding-top: 5px;
    display: inline-block;
    width: 100%;
    height: 100%;
    color: var(--color-black);
}

p.button_popup a:hover{
    color: var(--color-white);
}

#faq{       
    width: 100%;
    height: 1324px;
    margin: 0 auto;
    background: url(../img/faq_bg.jpg) no-repeat center;
}

#faq_content{
    width: 1170px; 
    height: 1324px;
    margin: 0 auto;
    padding-top: 170px;
}

#faq_content h3{
    text-align: center;
}

#faq_content h4{
    text-align: center;
    font-family: 'Lora';
    font-size: 48px;
    font-weight: 400;
    color: var(--color-white);
}

#faq_content p.top{
    text-align: center;
    font-family: 'Libre Franklin';
    font-size: 18px;
    line-height: 1.5;
    color: var(--color-baby-blue);
}

#faq_cards{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 15px;
    margin-top: 45px;
}
.faq_card{
    padding: 35px 45px;    
    background: rgba(55,55,55,0.7);
    backdrop-filter: blur(6px);
}

.faq_card p.question{
    color: var(--color-baby-sand);
    font-family: 'Libre Franklin';
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}
.faq_card .expand{
    display: none;
    font-size: 35px;
    font-family: 'Lora';
    font-weight: 400;
    float: left;
    width: 20px;
}
.faq_card p.expand a{
    color: var(--color-teen-sand);
}
.faq_card p.answer, .faq_card li{
    color: var(--color-white);
    font-family: 'Libre Franklin';
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;    
}

.faq_card p.answer{
    padding-top: 20px;
}
.faq_card ul{
    padding-top: 15px;
}

.faq_card li{
    padding-top: 5px;
    list-style: inside;
}

#contact_us{
    width: 100%;
    height: 722px;
    background: var(--color-white);
    padding-top: 100px;
}
#contact_us_content{
    width: 800px;
    height: 622px;
    margin: 0 auto;     
}
#contact_form{
    float: left;
    height: 423px;
    /*margin-right: 50px;*/
    width: 450px;
}
#contact_form form{
    margin-top: 30px;
}
.form_row{
    width: 390px;
    height: 72px;
    border: 1px solid var(--color-black);
    margin-top: 10px;
    border-radius: 5px;
    background: var(--color-white);
    filter: drop-shadow(-2px -2px 0px var(--color-black));
    padding: 19px 36px;
}
#contact_form label{
    font-family: 'Inconsolata';
    font-size: 15px;
    letter-spacing: 0;
    font-weight: bolder;
    padding-right: 16px;
    width: 105px;
    display: inline-block;
    color: var(--color-black);
}
#contact_form input{
    font-family: 'Inconsolata';
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: bolder;
    color: var(--color-dark-grey);
    background: transparent;
    padding: 5px;
    width: 205px;
}
#tcpa {
    padding: 5px;
    font-size: 13px;
    margin-top: 10px;
    width: 400px;
}
#tcpa input {
    width: 18px;
    height: 18px;
    position: relative;
    top: 4px;
    margin-right: 4px;
}
#contact_form input::placeholder{
    color: var(--color-baby-blue);
}

#contact_form button{
    background: var(--color-black);
    border: 2px solid var(--color-black);
    margin: 12px auto 0 auto;
    width: 390px;
    height: 63px;
    font-family: 'Inconsolata';
    font-size: 18px;
    font-weight: 800;    
    color: var(--color-white);
}
#contact_form button:hover{
    background: var(--color-white);
    color: var(--color-black);
}


#contact_info{
    float: left;
    width: 350px;
    height: 412px;
}

#contact_info h4{
    font-family: 'Fraunces';
    font-size: 64px;
    color: var(--color-black);
    font-weight: bold;
    line-height: 0.9;
    padding-top: 15px;    
}
#contact_info p.info{
    font-family: 'Libre Franklin';
    font-size: 16px;
    color: var(--color-black);
    font-weight: 450;
    line-height: 1.5;
    padding-top: 20px;  

}

#contact_info p.button{
    background: transparent;
    margin-top: 18px;
    width: 188px;
    height: 63px;
    text-align: center;
    border: 4px solid var(--color-black);
    font-family: 'Inconsolata';
    font-size: 18px;
    font-weight: 800;
}
#contact_info p.button:hover{
    background: var(--color-black);
}
#contact_info p.button:hover a{
    color: var(--color-white);
}

#contact_info p.button a{
    color: var(--color-black);
    padding-top: 14px;
    width: 100%;
    height: 100%;
    display: inline-block;
}


footer{
    width: 100%;    
    height: 577px;
    margin: 0 auto;
    padding: 75px 48px;
    background: var(--color-black);
}

#footer_content{
    width: 1170px; 
    height: 500px;
    margin: 0 auto;
}
#footer_contact{
    float: left;
    width: 23%;
}

#footer_contact h4{
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    color: var(--color-baby-blue);    
    font-weight: bold;
}

#footer_contact address{
    font-family: 'Lora';
    font-size: 15px;
    color: var(--color-baby-blue);    
    font-weight: 400;
    line-height: 1.3;    
    font-style: normal;
    padding-top: 20px;
}

#footer_contact p{
    font-family: 'Lora';
    font-size: 15px;
    font-weight: 400;
    padding-top: 15px;
}

#footer_contact p a{
    color: var(--color-baby-blue);    
    text-decoration: underline;       
}

#footer_contact p a:hover{
    color: var(--color-white);        
}

#footer_links{
    float: left;
    width: 15%;
}

#footer_links h4{
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    color: var(--color-baby-blue);    
    font-weight: bold;
}

#footer_links ul {
    padding-top: 20px;
}

#footer_links li {
    font-family: 'Lora';
    font-size: 15px;  
    font-weight: 400;
    line-height: 1.5;    
    font-style: normal;
    padding-bottom: 20px;
}

#footer_links li a{
    color: var(--color-baby-blue);  
    text-decoration: underline;
}

#footer_links li a:hover{
    color: var(--color-white);  
}

#footer_laws{
    float: left;
    width: 62%;
    height: 400px;
}

#footer_laws h4{
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    color: var(--color-baby-blue);    
    font-weight: bold;
}
#footer_columns{
    column-count: 2;
    column-gap: 40px;
    padding-top: 15px;
}


#footer_columns p{
    font-family: 'Lora';
    font-size: 13px;
    padding: 9px 0;
    letter-spacing: -0.1px;
}

#footer_columns p a{
    color: var(--color-baby-blue);    
    text-decoration: underline;
}

#footer_columns p a:hover{
    color: var(--color-white);    
}


#footer_logo{
    float: left;
    width: calc(37% - 20px);
    height: 150px;
    position: relative;
    top: -90px;
    background: var(--color-dark-black);
    border-radius: 20px;
    padding: 20px 30px 0 80px;
    margin: 0 10px;
    z-index: 1;
    margin-bottom: -130px;
}
#footer_logo::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0; 
    background: url(../img/logo_bottom.svg) no-repeat;
    pointer-events: none;
    z-index: 2;
    opacity: 0.25;
    background-size: 45px;
    background-position: 25px 45px;
}

#footer_logo h4{
    color: var(--color-gray2);
    font-family: 'Lora';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.3px;
}
#footer_logo p{
    color: var(--color-gray2);
    font-family: 'Lora';
    font-size: 11px;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 16px;
}


@media (max-width: 1440px) {
    #header_content{
        width: 1185px; 
    }
}

/* Designed to 1440px - scrollbar = ~1410px */

@media (max-width: 1299px) {
    #hero_content{
        width: 1185px; 
    }
    #footer_content{
        width: 1090px; 
    }
    #footer_logo h4{
        font-size: 14px;
    }
}

/*Ipad Pro 1024px - 1199px*/

@media (max-width: 1199px) {
    #header_content{
        width: 1009px; 
    }
    #hero_content{
        width: 1009px; 
    }
    #hero_content h1{
        font-size: 52px;
    }
    #our_attorneys_content{
        width: 1000px;
    }
    #our_attorneys_left{
        margin-left: 40px;
        margin-right: 30px;
    }
    #our_attorneys_right{
        width: 722px;
    }
    #faq_content{
        width: 980px;
    }
    .faq_card{
        padding: 25px 25px;
    }
    .faq_card p.question{
        font-size: 18px;
    }
    .faq_card p.answer, .faq_card li{
        font-size: 15px;
    }
    footer {
        padding: 50px 25px;
        height: 550px;
    }
    #footer_content{
        width: 958px; 
    }  
    #footer_contact address{
        font-size: 14px;
    }
    #footer_links li{
        font-size: 14px;
    }
    #footer_logo p {
        font-size: 10px;
        letter-spacing: 0;
    }
    #footer_columns p{
        padding: 7px 0;
    }
}

/*Ipad Air 820px - 1023px*/

@media (max-width: 1023px) {
    h3{
        letter-spacing: 4px;
    }
    #header_content {
        width: 804px;
        padding: 0 10px;
    }
    #header_links{
        width: 470px;
    }
    #header_links ul{
        gap: 13px;
    }
    #hero{
        height: 650px;
    }
    #hero_content{
        width: 804px;
        height: 650px;
        background-size: 1370px;
    }
    #hero_content h1 {
        font-size: 42px;
    }
    #our_mission_content{
        width: 768px;
    }
    #our_services_content {
        padding-left: 30px;
    }
    #our_services_left{
        margin-right: 30px;
    }
    #legal_protection_content{
        width: 768px;
    }
    #rotate {
        margin-right: 28px;
    }
    #our_attorneys_content{
        width: 804px
    }
    #our_attorneys_left {
        margin-left: 20px;
        margin-right: 20px;
    }
    #our_attorneys_left p{
        font-size: 32px;
    }
    #our_attorneys_right {
        width: 556px;
    }
    #faq_content {
        width: 785px;
    }
    #faq_cards {
        column-gap: 10px;
        row-gap: 10px;
    }
    .faq_card {
        padding: 15px;
    }
    .faq_card p.question {
        font-size: 17px;
    }
    .faq_card p.answer, .faq_card li {
        font-size: 14px;
    }
    #contact_us_content{
        width: 770px;
    }
    #contact_info{
        width: 320px;
    }
    #contact_info h4{        
        font-size: 56px;
    }
    footer{
        height: 960px;
    }
    #footer_content{
        width: 758px;
        height: 910px;
    }
    #footer_contact{
        width: 60%;
    }
    #footer_links{
        width: 40%;
    }
    #footer_laws{
        width: 100%;
    }
    #footer_logo{
        top: 0;
        margin-bottom: 0;
    }

    #footer_contact address{
        font-size: 16px;
    }
    #footer_links li{
        font-size: 16px;
    }
    #footer_laws{
        height: 450px;
    }
    #footer_laws h4 {
        padding-top: 40px;
    }
    #footer_columns p{
        padding: 7px 0;
    }

    #footer_logo{
        width: 60%;
        margin: 0;
    }
    #footer_logo h4{
        font-size: 16px;
    }
    #footer_logo p {
        font-size: 12px;
        letter-spacing: 0;
    }

}

/*Ipad Mini 768px - 819px*/

@media (max-width: 819px) {
    #header_content{
        width: 748px;
    }
    #header_links{
        width: 420px;
    }
    #header_links ul{
        gap: 9px;
    }
    #header_links li{
        letter-spacing: 0.1px;  
    }
    #hero{
        height: 620px;
    }
    #hero_content{
        width: 768px;
        height: 620px;
        background-size: 1350px;
    }
    #hero_content h1{
        font-size: 38px;
    }
    #our_mission_content{
        width: 700px;
    }
    #our_services_content{
        width: 768px;
    }
    #our_services_left{
        margin-right: 20px;
    }
    #our_services_right{
        width: 418px;
    }
    #our_attorneys_content {
        width: 768px;
    }
    #our_attorneys_right {
        width: 518px;
    }
    #faq_content {
        width: 748px;
    }
    #contact_us_content {
        width: 730px;
    }
    #contact_form{
        margin-right: 20px;
    }
    #contact_info {
        width: 250px;
    }
    #footer_content{
        width: 720px;
    }
}

/*Ipad 14 Pro Max 430px - 767px*/

@media (max-width: 767px) {
    #header_content{
        width: 410px;
    }
    #header_links{
        display: none;
    }
    #hero{
        height: 703px;
    }
    #hero_content{
        width: 430px;
        height: 703px;
        background-size: 1530px;
        padding-top: 70px;
    }
    #hero_content h1 {
        font-size: 32px;
        text-shadow: 2px 3px 6px rgba(0,0,0,.5);
        padding: 0 10px;
        line-height: 1.3;
    }
    #hero_content h2 {
        font-weight: 700;
        font-size: 15px;
    }
    .breakline1 {
        content: " ";
        display: none;
    }
    .breakline2 {
        display: block;
    }
    #hero_content p{
        margin-top: 80px;
        width: 90%;
    }
    #hero_content p img{
        left: 100px;
    }
    #our_mission {        
        height: 430px;
    }
    #our_mission_content {
        width: 100%;
        height: 430px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;        
    }
    #our_mission p.header{
        padding-top: 20px;
    }
    #our_services{
        height: 1000px;
    }
    #our_services_content {
        width: 430px;
        height: 720px;
        padding-left: 20px;
        background-position-y: 380px;
    }
    #our_services_left {
        width: 390px;
        height: 310px;
    }
    #our_services_right {
        width: 409px;
    }
    #our_attorneys_content {
        width: 430px;
        padding-top: 55px;
        background-position: right 330px;
    }
    #our_attorneys_left{
        height: 140px;
        width: 390px;
    }
    #our_attorneys_left p {
        font-size: 34px;
        line-height: 1.4;
    }
    #our_attorneys_right {
        width: 430px;
    }
    #legal_protection{
        padding-top: 0;
        height: 730px;
    }
    #legal_protection_content{
        width: 430px;
        display: grid;
    }
    #legal_protection_info{
        width: 430px;
        height: 240px;
        padding: 0 20px;
    }
    #legal_protection_info{
        order: 1;
    }
    #rotate{        
        order: 2;
        padding: 30px 20px;
        margin-right: 20px;
        margin-left: 20px;
        width: 395px;
        background-size: 395px;
    }
    #faq_content {
        width: 390px;
        padding-top: 60px;
    } 
    #faq_content h4{
        font-size: 46px;
    }
    #faq_content p.top {
        color: var(--color-white);
    }
    #faq_cards{
        grid-template-columns: repeat(1, 1fr);
    }
    .faq_card {
        background: var(--color-white);
        border-radius: 12px;
    }
    .faq_card p.question {
        color: var(--color-dark-black);
        font-size: 16px;
        line-height: 1.5;
        font-weight: 600;
        float: left;
        width: 340px;
    }
    .faq_card .expand{
        display: block;
    }
    #answer1, #list_answer1, #answer2, #answer3, #answer4, #answer5, #answer6{        
        display: none;      
    }
    #contact_us{
        padding-top: 60px;
        height: 995px;
    }
    #contact_us_content {
        width: 430px;
        display: grid;
        height: 775px;
    }
    #contact_info{
        order: 1;
        margin-left: 20px;
        width: 390px;
        height: 346px;
    }
    #contact_form {
        margin-right: 0;
        margin-left: 20px;
        order: 2;
    }
    .faq_card p.question{
        padding-right: 25px;
    }
    .q_question{
        display: none;
    }
    #faq{
        height: 1060px;
    }
    #faq_content{
        height: 1060px;
    }
    .faq_card p.answer, .faq_card li {        
        color: var(--color-black);
    }
    .faq_card p.answer{
        padding-top: 10px;
        float: left;
    }
    footer{
        padding: 50px 20px;
        height: 1080px;
    }
    #footer_content {
        width: 390px;
        height: 990px;
    }
    #footer_laws {
        height: 580px;
    }
    #footer_logo {
        width: 100%;
    }
    #footer_logo h4 {
        font-size: 14px;
        letter-spacing: 0;
    }

}

/* Newer cellphones 375px - 427px */

@media (max-width: 427px) {
    #header_content{
        width: 355px;
    }
    #hero_content{
        width: 375px;
    }
    #hero_content h1{
        font-size: 30px;
    }
    #hero_content p img{
        left: 80px;
    }
    #our_mission p.header {                
        font-size: 32px;
    }
    #our_services_content {
        width: 375px;
    }
    #our_services_left {
        width: 335px;
    }
    #our_services_left p.header{
        font-size: 34px;
    }
    #our_services_right {
        width: 354px;
    }
    #our_attorneys_content {
        width: 375px;
    }
    #our_attorneys_left{
        width: 335px;
    }
    #our_attorneys_left p{
        font-size: 32px;
    }
    #our_attorneys_right {
        width: 375px;
    }
    .attorney_popup{
        max-height: unset;
    }
    .attorney_popup p.bio{
        max-height: unset;
        height: 50%;
    }
    #legal_protection{
        height: 680px;
    }
    #legal_protection_content{
        width: 375px;
    }
    #legal_protection_info p.header{
        font-size: 32px;
    }
    #legal_protection_info p.subheader{
        font-size: 17px;
    }
    #legal_protection_info{
        width: 375px;
    }
    #rotate{       
        padding: 25px 15px;
        margin-right: 15px;
        margin-left: 15px;
        width: 350px;
        height: 331px;
        background-size: 350px;
    }
    .rotate_card{
        height: 270px;
    }
    .rotate_card p{
        font-size: 15px;
        line-height: 1.4;
    }
    #faq_content {
        width: 355px;
    } 
    #contact_us_content {
        width: 375px;
    }
    #contact_info{
        width: 355px;
    }
    #contact_form {
        margin-left: 10px;
        width: 360px;
    }
    #contact_form button{
        width: 355px;
    }
    #contact_info {
        margin-left: 10px;
    }
    #faq_content h4 {
        font-size: 40px;
    }
    .form_row{
        width: 360px;
        padding: 19px;
    }
    .faq_card p.question{
        padding-right: 15px;
        width: 305px;
    }
    footer {
        padding: 50px 10px;
        height: 1100px;
    }
    #footer_content {
        width: 355px;
        height: 1010px;
    }
    #footer_laws{
        height: 600px;
    }
    #footer_logo p{
        font-size: 11px;
    }
}

/* Most of cellphones 360px - 374px*/

@media (max-width: 374px) {
    #header_content{
        width: 340px;
    }
    #hero_content{
        width: 350px;
    }
    #hero_content h1{
        font-size: 28px;
    }
    #hero_content p img{
        left: 70px;
    }
    #our_mission p.header {                
        font-size: 30px;
    }
    #our_services_content {
        width: 360px;
    }
    #our_services_left {
        width: 320px;
    }
    #our_services_left p.header{
        font-size: 32px;
    }
    #our_services_right {
        width: 339px;
    }
    #our_attorneys_content {
        width: 360px;
    }
    #our_attorneys_left{
        width: 320px;
    }
    #our_attorneys_left p{
        font-size: 30px;
    }
    #our_attorneys_right {
        width: 360px;
    }
    #legal_protection_content{
        width: 360px;
    }
    #legal_protection_info p.header{
        font-size: 30px;
    }
    #legal_protection_info p.subheader{
        font-size: 16px;
    }
    #legal_protection_info{
        width: 360px;
    }
    #rotate{       
        margin-right: 10px;
        margin-left: 10px;
        width: 345px;
        background-size: 345px;
    }
    .rotate_card p{
        font-size: 14px;
        line-height: 1.3;
    }
    #faq_content {
        width: 340px;
    } 
    #contact_us_content {
        width: 360px;
    }
    #contact_info{
        width: 340px;
    }
    #contact_form {
        width: 345px;
    }
    #contact_form button{
        width: 340px;
    }
    #contact_form input{
        width: 195px;
    }
    #faq_content h4 {
        font-size: 36px;
    }
    .faq_card p.question{
        width: 290px;
    }    
    .form_row{
        width: 345px;
    }
    #footer_content {
        width: 340px;
    }
    #footer_logo h4 {
        font-size: 14px;
        line-height: 1.4;
    }
    #footer_logo p {
        font-size: 10px;
    }
}

/* Older cellphones */

@media (max-width: 320px) {
    #header_content{
        width: 300px;
    }
    #hero_content{
        width: 310px;
    }
    #hero_content h1{
        font-size: 26px;
    }
    #hero_content h2{
        font-size: 13px;
    }
    #hero_content p img{
        left: 50px;
    }
    #our_mission p.header {                
        font-size: 24px;
    }
    #our_services_content {
        width: 320px;
    }
    #our_services_left {
        width: 280px;
    }
    #our_services_left p.header{
        font-size: 28px;
    }
    #our_services_right {
        width: 299px;
    }
    #our_attorneys_content {
        width: 320px;
    }
    #our_attorneys_left{
        width: 280px;
    }
    #our_attorneys_left p{
        font-size: 26px;
    }
    #our_attorneys_right {
        width: 320px;
    }
    #legal_protection_content{
        width: 320px;
    }
    #legal_protection_info p.header{
        font-size: 26px;
    }
    #legal_protection_info{
        width: 320px;
    }
    #rotate{       
        margin-right: 5px;
        margin-left: 5px;
        width: 305px;
        height: 230px;
        background-size: 305px;
    }
    .rotate_card p{
        font-size: 13px;
        line-height: 1.2;
    }
    #faq_content {
        width: 300px;
    } 
    #contact_us_content {
        width: 320px;
    }
    #contact_info{
        width: 300px;
    }
    #contact_info h4 {
        font-size: 46px;
    }
    #contact_form {
        width: 305px;
    }
    #contact_form button{
        width: 300px;
    }
    #contact_form input{
        width: 155px;
    }
    #faq_content h4 {
        font-size: 32px;
    }
    .faq_card p.question{
        width: 250px;
    } 
    .faq_card p.answer, .faq_card li {
        font-size: 12px;
    }
    .form_row{
        width: 305px;
    }
    #footer_content {
        width: 300px;
    }
    #footer_contact address {
        font-size: 14px;
    }
    #footer_links li {
        font-size: 14px;
    }
    #footer_logo h4 {
        font-size: 12px;
        letter-spacing: 0;
    }
    #footer_columns p{
        font-size: 12px;
    }
    #footer_logo p {
        font-size: 9px;
    }
}

p.success, p.error{
    font-size: 17px;
    text-align: center;
    padding: 35px;
    background: var(--color-spot-green);
    color: var(--color-black);
    font-weight: bolder;
    border: 4px solid var(--color-black);
    font-family: 'Inconsolata';    
}

p.success{
    background: var(--color-spot-green);   
}

 p.error{
    background: var(--color-spot-red);   
}