@charset "utf-8";







header {
    background-image: url(../images/divider-2.webp);
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    min-height: 100px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    max-height: 100px;
    display: block;
    max-width: 100%;
}
.header-txt-law {
    font-family: serif;
    color: rgba(255,255,255,1.00);
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

footer {
    background-color: #4D4F5D;
    max-height: 400px;
    min-height: 400px;
    max-width: 1366px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: absolute;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}
main {
    min-height: 200px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    width: 100%;
    position: relative;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.header-txt-310 {
    font-family: serif;
    font-size: 21px;
    padding-top: 8px;
    padding-right: 10px;
    margin-top: 0px;
    float: right;
}
.header-txt-hka {
    font-family: serif;
    color: #333132;
    font-size: 57px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -262px;
    margin-top: 38px;
}
.header-txt-hka a {
    font-family: serif;
    color: #333132;
    font-size: 57px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 38px;
    text-decoration: none;
}
.footer-txt-hka {
    font-family: serif;
    color: #FFFFFF;
    font-size: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 9px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 28px;
    text-decoration: none;
}
.col-footer-1366-1 {
    width: 30%;
    padding-top: 105px;
    margin-right: 8%;
    float: left;
}
.contact-btn {
    background-color: #3359A0;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: auto;
    float: left;
}
.contact-btn a {
    font-family: serif;
    color: #FFFFFF;
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
}


.col-footer-1366-2 {
    width: 30%;
    padding-top: 60px;
    margin-right: 12%;
    float: left;
}
.col-footer-1366-3 {
    width: 20%;
    padding-top: 60px;
    float: left;
}





.header-txt-cu {
    font-family: serif;
    font-size: 21px;
    color: #333132;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    float: left;
}
.clear-float {
    clear: both;
}
body {
    max-width: 1366px;
    min-width: 350px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 400px;
    padding-left: 0px;
}
nav {
    color: #FFFFFF;
    list-style-type: none;
    text-decoration: none;
    font-family: serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    clear: both;
    margin-top: -100px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
}
nav ul li {
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    position: relative;
}

nav ul li:hover {background-color: #999999;}

nav ul {
    text-align: center;
    text-decoration: none;
    margin-left: -200px;
    margin-top: -30px;
    margin-right: -10px;
}



/*Hamburger*/
* {
  margin: 0;
  padding: 0; 
}


#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 60px;
  height: 40px;
  position: relative;
  margin: 48px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}


.status span {
    color: rgba(255,0,4,1.00);
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4 span:nth-child(3) {
    top: 33px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(1) {
    top: 3px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  background: #333132;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.desk-view {
    display: none;
}
.expand {
    display: block;
}
nav ul li a {
    text-decoration: none;
}
.desk-view ul {
    background-color: #4D4F5D;
    padding-top: 10px;
    padding-bottom: 15px;
    position: absolute;
    width: 0px;
    min-width: 270px;
}
.desk-view ul a {
    color: #FFFFFF;
}
.footer-txt-hka p a {
    color: #FFFFFF;
    text-decoration: none;
}
.footer-end-div {
    background-color: #333132;
    position: absolute;
    min-height: 35px;
    bottom: 0%;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-left: 0px;
}
.footer-end-div p {
    font-family: serif;
    color: #FFFFFF;
    font-size: 18px;
}
.footer-end-div a {
    font-family: serif;
    color: #75A7D9;
    text-decoration: none;
}


.footer-end-div1 {
    flex: 1;
    margin-left: 30px;
}
.footer-end-div2 {
    flex: 1;
}
.footer-end-div2 ul li a {
    text-decoration: none;
    color: #FFFFFF;
    font-family: serif;
    font-size: 18px;
    list-style-type: none;
    display: inline;
}
.footer-col-h1 {

}
.footer-col-h1 a {
    font-family: serif;
    color: #FFFFFF;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 40px;
}
.footer-col-txt a {
    color: #FFFFFF;
    font-family: serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 20px;
}


.footer-col-h1 a {
    font-family: serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 30px;
}




.footer-branding a {
    font-family: serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 0px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    vertical-align: baseline;
    padding-top: 0px;
}




.footer-links ul li a {
    font-family: serif;
    text-decoration: none;
    color: #FFFFFF;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 18px;
    vertical-align: baseline;
}
.footer-links {
    float: right;
}

.footer-branding {
    padding-top: 2px;
    float: left;
}

.footer-links ul li {
    list-style-type: none;
    display: inline;
    padding-left: 8px;
    font-size: 18px;
    padding-right: 8px;
}
.social-fb {

}
.social-li-pos {
    padding-left: 0px;
}
.index-hero-img {
    background-image: url(../images/index-hero-2.webp);
    background-size: cover;
    height: 810px;
    width: 100%;
    margin-top: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
}
.txt-highlight {
    background-color: #FFE500;
    padding-right: 20px;
    padding-left: 20px;
}

.consulting-hero-txt-pos {
    padding-left: 110px;
    padding-top: 200px;
}



.atlan-semi-bold {
    font-family: serif;
    color: #333132;
}
.index-hka-head {
    width: 845px;
    background-image: url(../images/index-hka.webp);
    background-repeat: no-repeat;
    background-position: center center;
}

.index-hka-img-flex {
    background-image: url(../images/index-hka.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 562px;
}

.index-pa-div {
    height: 850px;
    position: relative;
    width: 100%;
}
.cs-body-div {
    position: relative;
    width: 100%;
    min-height: 740px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.atlan-light {
    font-family: serif;
}

.atlan-extra-light {
    font-family: serif;
}
.index-hka-txt-h1 {
    font-size: 54px;
    color: #333132;
    font-family: serif;
}
.index-hka-txt-div {
    padding-top: 180px;
    padding-left: 50px;
}

.index-hka-txt-pos {
    padding-left: 50px;
    padding-top: 185px;
	width: 62%;
	
}
.index-bio-btn a {
    text-align: center;
    background-color: #3459A0;
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 47px;


}
.index-pa-btn a {
    text-align: center;
    background-color: #3459A0;
    color: #FFFFFF;
    text-decoration: none;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    width: auto;
    padding-left: 20px;


}
.index-pa-cases-btn a {
    text-align: center;
    background-color: #3459A0;
    color: #FFFFFF;
    text-decoration: none;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    width: auto;
    padding-left: 20px;
    font-family: serif;
}
.index-pa-cases-btn-sm a {
    text-align: center;
    background-color: #3459A0;
    color: #FFFFFF;
    text-decoration: none;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    width: auto;
    padding-left: 20px;
    font-family: serif;
    display: none;
}

.index-bio-btn {
    margin-top: 150px;
    margin-bottom: 50px;
    margin-left: 200px;
    margin-right: auto;
}
.index-pa-btn {
    clear: both;
    float: none;
    margin-right: 0px;
    margin-left: 0px;
    width: auto;
    max-width: 151px;
    position: absolute;
    bottom: 0px;
}

.index-hka-txt-body1 {
    font-family: serif;
    font-size: 50px;
    color: #333132;
    width: 100%;
}

.index-hka-body-div {
    width: 700px;
    height: auto;
    margin-top: 30px;
}
.index-hka-body2-div {
    height: auto;
    margin-top: 100px;
    font-size: 18px;
}
.index-hka-txt-body2 {
    font-size: 18px;
    color: #333132;
    font-family: serif;
    padding-top: 100px;
}
.index-pa-txt-h1 {
    font-size: 62px;
    width: 100%;
    color: #333132;
    margin-left: auto;
    margin-right: auto;
    font-family: serif;
    margin-bottom: 50px;
}
.consulting-txt-h1 {
    font-size: 62px;
    width: 100%;
    color: #333132;
    margin-left: auto;
    margin-right: auto;
    font-family: serif;
    margin-bottom: 50px;
    text-align: center;
}

.index-pa-txt-h2 {
    font-size: 45px;
    color: #333132;
    font-family: serif;
}


.index-pa-col {
    width: 33%;

}
.index-pa-col-txt-div {
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    min-height: 420px;
    position: relative;
}
.cs-pa-col-txt-div {
    padding-left: 0px;
    margin-left: 0px;
    margin-right: auto;
    min-height: 220px;
    position: relative;
    margin-bottom: 20px;
    max-width: 300px;
    margin-top: 0px;
}
.cs-pa-col-txt-div ul li {
    font-family: serif;
    font-size: 20px;
    color: #3359A0;
    padding-bottom: 4px;
    font-style: normal;
    list-style-image: url(../images/dot-sm.png);
    position: relative;
    top: 0px;
    margin-left: 12px;
}

.cs-pa-col-txt-div p {
    font-family: serif;
    font-size: 20px;
    color: #333132;
    margin-top: 20px;
}


.cs-col-txt-div {
    width: 21%;
    padding-left: 0px;
    padding-right: 12%;
    margin-left: auto;
    margin-right: auto;
    min-height: 420px;
    position: relative;
}


.index-pa-col-txt ul li {
    font-family: serif;
    font-size: 30px;
    color: #333132;
    padding-bottom: 15px;
    list-style-image: url(../images/dot.png);
    text-align: left;
	
}
.cs-col-txt-div ul li {
    font-family: serif;
    font-size: 20px;
    color: #3359A0;
    padding-bottom: 15px;
    font-style: italic;
    list-style-image: url(../images/dot-sm.png);
    position: relative;
    top: 0px;
}
.cs-col-txt-div p {
    font-family: serif;
    font-size: 20px;
    color: #333132;
    margin-top: 20px;
}

.cs-col-txt-div ul {
    margin-left: 20px;
}





.index-pa-h1-div {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    width: 100%;
}
.index-pa-h2-div {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding-left: 12%;
}
.index-pa-col-txt ul {
    margin-top: 30px;
    margin-left: 20px;
    padding-right: 50px;
    margin-bottom: 0px;
}
.divider-img {
    background-image: url(../images/divider.webp);
    display: block;
    position: relative;
    bottom: 0px;
    height: 35px;
    width: 100%;
}
.index-p4-div-h1 {
    font-family: serif;
    font-style: normal;
    font-size: 48px;
    color: #333132;
    margin-top: 30px;
    text-align: center;
}
.index-p4-col1 {
    height: 175px;
    border-right: medium solid #333132;
    width: 20%;
    padding-right: 2%;
    padding-left: 2%;
    align-content: space-between;
    display: block;
}
.index-p4-col3 {
    height: 175px;
    width: 20%;
    padding-right: 2%;
    padding-left: 2%;
}

.index-p4-col2 {
    height: 175px;
    border-right: medium solid #333132;
    width: 28%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 2%;
    padding-left: 2%;
}


.index-p4-div-h2 {
    font-family: serif;
    color: #333132;
    font-size: 20px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    align-self: flex-end;
    margin-top: 57px;
}
.contact-div {
    background-color: #C9CDD8;
    height: 910px;
    font-size: 45px;
    padding-top: 60px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
}

.atlan-bold {
    font-family: serif;
    color: #333132;
}

.status {
    font-size: 16px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: #797CA0;
    width: 80%;
    font-family: serif;
    margin-left: auto;
    margin-right: auto;
}
.contact-div form {
    display: block;
    text-align: left;
    margin-top: 50px;
}
.contact-input   {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    font-family: serif;
    color: #333132;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 4px solid #797CA0;
    height: 60px;
    border-radius: 4px;
    background-color: #C9CDD8;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 10px;
}
.contact-div form textarea {
    width: 80%;
    padding-left: 10px;
    padding-right: 10px;
    font-family: serif;
    font-size: 24px;
    color: #333132;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border: 4px solid #797CA0;
    border-radius: 4px;
    background-color: #C9CDD8;
    margin-bottom: 20px;
    height: 350px;
    padding-top: 20px;
}
.contact-disc-div {
    display: flex;
	flex-direction: row;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
	justify-content: space-between;
}


.send-btn {
    font-family: serif;
    font-size: 25px;
    color: #FFFFFF;
    background-color: #3459A1;
    border-width: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 26px;
    margin-right: auto;
	-webkit-appearance: none;
}
.g-recaptcha {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.contact-disc {
    color: #333132;
    font-family: serif;
    font-size: 16px;
    flex: 6;
}
.send-div   {
    width: 145px;
    margin-right: auto;
    flex: 1;
    margin-left: auto;

}
.badges-div {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 55%;
    padding-left: auto;
    padding-right: auto;
}
.badges-cols {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 74px;
}
.badges-av {
    background-image: url(../images/_pr_av_25018.png);
    display: block;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto auto;
    min-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.badges-bls {
    height: 200px;
    display: block;
    background-image: url(../images/blslogo.jpg);
    background-position: center center;
    background-size: auto auto;
    background-repeat: no-repeat;
    min-width: 200px;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.badges-sl {
    background-image: url(../images/sl-badge-Top_50_Women_socal.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 200px;
    display: block;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.contact-txt-div {
    height: 150px;
    font-family: serif;
    font-size: 29px;
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
    padding-top: 50px;
}
.contact-txt-div p {
    font-family: serif;
    font-size: 29px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
}

.map-div {
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/map-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.map-div-txt {
    padding-left: 10px;
    font-size: 30px;
    color: #333132;
}
.map-contact-info {
    margin-left: 15%;
    margin-right: 5%;
    width: 40%;
}

.atlan-regular {
    font-family: serif;
}
.txt-decor-none {
    text-decoration: none;
}
.title-div-bg {
    height: 226px;
    background-image: url(../images/map-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.title-div {
    background-color: #96C6DF;
    height: 226px;
    width: 100%;
    margin-top: -30px;
}
.title-txt {
    font-family: serif;
    font-size: 69px;
    color: #333132;
    text-align: center;
    position: relative;
    padding-top: 72px;
}
.title-txt-pa {
    font-family: serif;
    font-size: 69px;
    color: #333132;
    text-align: center;
    position: relative;
    padding-top: 36px;
}

.events-intro {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    height: 600px;
}
.articles-intro {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    height: 350px;
}

.events-up-past-div {
    min-height: 400px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: 100%;
}
.events-title-div {
    width: 754px;
    margin-left: auto;
    margin-right: auto;
}
.events-body-div {
    width: 723px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 200px;
}
.events-body-div ul li {
    font-family: serif;
    font-size: 30px;
    color: #333132;
    margin-bottom: 100px;
}
.events-body-div ul  {
    font-family: serif;
    font-size: 30px;
    color: #333132;
    margin-bottom: 100px;
}



.title-txt-2 {
    font-family: serif;
    font-size: 40px;
    color: #333132;
    text-align: left;
    margin-left: -10px;
}



.events-intro-txt  {
    font-family: serif;
    font-size: 30px;
    width: 754px;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
}
.wwa-intro-div {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    height: 400px;
    display: flex;
}
.cs-intro-div {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    min-height: 250px;
    margin-bottom: 0px;
}


.wwa-intro-txt {
    font-family: serif;
    font-size: 23px;
    width: 809px;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.cs-intro-txt {
    font-family: serif;
    font-size: 23px;
    width: 78%;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
}


mark {
    color: #333132;
    background-color: #FFE506;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
}
.iframe-pos {
    padding-left: 50px;
    padding-top: 50px;


}
.title-div-v2 {
    height: 304px;
    background-image: url(../images/map-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: -30px;
    margin-left: 0px;
    margin-right: 0px;
}

.wwa-body-div {
    min-height: 400px;
    margin-bottom: 140px;
    padding-bottom: 0px;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.wwa-bio-div p {
    font-family: serif;
    font-size: 23px;
    color: #333132;
    margin-right: 100px;
    margin-top: 20px;
}

.wwa-body-div h1 {
    font-family: serif;
    font-size: 42px;
    color: #333132;
}
.wwa-body-div h2 {
    font-family: serif;
    font-size: 22px;
    color: #333132;
    margin-top: 15px;
}
.wwa-img-hka {
    background-image: url(../images/honey_kessler_amado.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 400px;
    height: 530px;
    margin-top: 20px;
}
.wwa-img-jk {
    background-image: url(../images/dimitri_karagianides_clo_honey_kessler_amado.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 400px;
    height: 530px;
    padding-top: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.wwa-bio-div {
    margin-right: 50px;
    width: 65%;

}
.wwa-bio-div ul li {
    font-family: serif;
    font-size: 23px;
    color: #333132;
    margin-bottom: 37px;
    margin-top: 15px;
    margin-left: 40px;
}






.title-txt-v2 {
    font-family: serif;
    font-size: 69px;
    color: #333132;
    text-align: center;
    position: relative;
    padding-top: 80px;
}
.consulting-hero-img {
    background-image: url(../images/consulting_bg.jpg);
    background-size: cover;
    height: 810px;
    width: 100%;
    margin-top: -30px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.consulting-txt-div {
    width: 78%;
    position: relative;
    padding-left: 11%;
    padding-right: 11%;
    min-height: 850px;
}
.consulting-txt-div ul li {
    display: list-item;
	
}


.consulting-txt-div p {
    font-size: 40px;
    color: #333132;
    margin-top: 50px;
}
.consulting-hiw-li1 {
    font-family: serif;
    color: #333132;
    font-size: 40px;
    list-style-image: url(../images/1.png);
    margin-bottom: 50px;
    margin-left: 4%;
    margin-right: 4%;
}
.consulting-hiw-li2 {
    font-family: serif;
    color: #333132;
    font-size: 40px;
    list-style-image: url(../images/2.png);
    margin-bottom: 50px;
    margin-left: 4%;
    margin-right: 4%;
}
.consulting-hiw-li3 {
    font-family: serif;
    color: #333132;
    font-size: 40px;
    list-style-image: url(../images/3.png);
    margin-left: 4%;
    margin-right: 4%;
}
.cs-end-div {
    margin-left: 12%;
    margin-right: 12%;
    margin-top: 100px;
}
.cs-disc-div {
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 120px;
}

.cs-end-div p {
    font-family: serif;
    font-size: 17px;
}
.cs-disc-div p {
    font-family: serif;
    font-size: 17px;
    margin-top: 50px;
}
.disc-side-div {
    width: 27%;
    float: right;
    height: 500px;
    margin-left: 0px;
    border-left: medium solid #333132;
    margin-top: 200px;
    margin-right: 0px;
    margin-bottom: 200px;
    position: static;
}
.disc-div h1 {
    font-family: serif;
    font-size: 46px;
    color: #333132;
}
.pa-div h1 {
    font-family: serif;
    font-size: 40px;
    color: #333132;
}

.terms-div h1 {
    font-family: serif;
    font-size: 46px;
    color: #333132;
}


.disc-div {
    width: 39%;
    float: left;
    margin-left: 13%;
    margin-top: 100px;
    margin-bottom: 200px;
}
.pa-div {
    width: 61.5%;
    float: left;
    margin-left: 5%;
    margin-top: 50px;
    margin-bottom: 30px;
}

.terms-div {
    width: 48%;
    float: left;
    margin-left: 13%;
    margin-top: 100px;
    margin-bottom: 200px;
}

.disc-main-div {
    width: 100%;
}
.disc-div p {
    font-family: serif;
    font-size: 24px;
    margin-top: 30px;
    color: #333132;
}
.pa-div p {
    font-family: serif;
    font-size: 30px;
    margin-top: 30px;
    color: #333132;
}

.terms-div p {
    font-family: serif;
    font-size: 24px;
    margin-top: 30px;
    color: #333132;
}

.disc-div h2 {
    color: #3359A0;
    font-family: serif;
    font-size: 24px;
    margin-top: 30px;
}
.pa-div h2 {
    color: #3359A0;
    font-family: serif;
    font-size: 30px;
}
.pa-div-link-txt {
    color: #3359A0;
    font-family: serif;
    font-size: 30px;
    font-weight: bold;
}


.disc-side-div p {
    font-family: serif;
    font-size: 22px;
    color: #333132;
}
.disc-side-txt-div {
    margin-top: 50px;
    margin-left: 20px;
}
.pa-side-txt-div {
    margin-top: 50px;
    margin-left: 20px;
}
.pa-side-txt-div ul li {
    color: #3359A1;
    margin-left: 30px;
    font-family: serif;
    font-size: 22px;
}


.terms-div h2 {
    color: #3359A0;
    font-family: serif;
    font-size: 24px;
    margin-top: 30px;
}
.terms-div h3 {
    font-family: serif;
    font-size: 24px;
}
.pa-side-div {
    width: 27%;
    float: right;
    height: 765px;
    margin-left: 0px;
    border-left: medium solid #333132;
    margin-top: 250px;
    margin-right: 0px;
    margin-bottom: 50px;
    display: block;
}
.pa-side-div p {
    font-family: serif;
    font-size: 22px;
    color: #333132;
}
.sitemap-div {
    color: #333132;
    font-family: serif;
    font-size: 20px;
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    margin-bottom: 150px;
    margin-top: 100px;
}
.sitemap-div p {
}
.sitemap-div ol li {
    color: #333132;
    font-family: serif;
    font-size: 20px;
    margin-left: 20px;
    list-style-type: disc;
    margin-top: 5px;
}
.sitemap-div ol ol li {
    list-style-type: circle;
}
.sitemap-div ol ol ol li {
    list-style-type: square;
}
.sitemap-div ol ol ol ol li {
    list-style-type: disc;
}
.sitemap-div ol ol ol ol ol li {
    list-style-type: circle;
}




.sitemap-div ol li a {
    color: #3459A1;
    text-decoration: none;
}
.header-cu-div {
    float: right;
}
.footer-end-div2 ul li {
    list-style-type: none;
    display: inline;
    padding-right: 30px;
}
.footer-end-div2 ul {
    float: right;
}
.brand-copy {
    display: block;
    float: left;
}
.brand-copy-sm {
    display: none;
}
.copyright {
    float: left;
    display: block;
    margin-top: 4px;
}
.disc-btm-div {
    display: none;
}
.email-btn {
    background-color: #3359A0;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: auto;
    text-align: center;
    display: none;
}
.email-btn a {
    font-family: serif;
    color: #FFFFFF;
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    display: none;
}
.pa-btm-div-margin {
    margin-top: 0px;
    margin-bottom: 200px;
}
.pa-btm-div {
    display: none;
}
.map-emb-div {
    margin-left: 5%;
    width: 30%;
    margin-right: 5%;
}
.index-hka-img-div {
    height: 910px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1366px;
    width: 100%;
}
.index-pa-div-flex {
    display: flex;
    flex-direction: row;
    width: 100%;
	justify-content: space-around
}
.cs-div-flex {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
}

.index-pa1 {
    width: 25%;
    text-align: left;
    margin-left: 5%;
}
.index-pa2 {
    width: 25%;
    text-align: left;
}
.index-cs2 {
    width: 25%;
    text-align: left;
}

.index-pa3 {
    width: 25%;
    text-align: left;
}
.index.cs3 {
    width: 25%;
    text-align: left;
}

.index-badges-div {
    display: flex;
    height: 285px;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.index-p4-div-flex {
    height: 285px;
    position: relative;
    padding-top: 70px;
    width: 100%;
    display: flex;
	flex-direction: row;
    justify-content: space-around;
}
.index-p4-div-h2-2 {
    font-family: serif;
    color: #333132;
    font-size: 20px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    align-self: flex-end;
}
.index-p5-div-flex {
    height: 285px;
    position: relative;
    padding-top: 70px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.consulting-hero-txt-pos p {
    font-family: serif;
    font-size: 70px;
    color: #333132;
}
.consulting-hero-txt-pos a {
    font-family: serif;
    font-size: 70px;
    color: #333132;
}
.consulting-txt-h2 {
    font-family: serif;
    color: #333132;
    font-size: 48px;
    margin-bottom: 30px;
}
.consulting-txt-body {
    font-family: serif;
    color: #333132;
    font-size: 40px;
}
.consulting-h1-div {
    text-align: center;
    margin-right: auto;
    margin-top: 75px;
    width: auto;
    margin-left: auto;
    margin-bottom: 50px;
}
.index-hero p {
    font-family: serif;
    color: #333132;
    font-size: 70px;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}
.index-pa-col-txt-div p {
    font-family: serif;
    font-size: 20px;
    color: #333132;
    margin-top: 20px;
}
.index-pa-col-txt-div ul li {
}
.wwa-img-hka2 {
    background-image: url(../images/honey_kessler_amado.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    width: 400px;
    height: 530px;
    margin-top: 20px;
}
.wwa-img-jk2 {
    background-image: url(../images/dimitri_karagianides_clo_honey_kessler_amado.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    width: 400px;
    height: 530px;
    margin-top: 20px;
}
.articles-list-div {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    height: 1250px;
}
.index-pa-cases-btn {
    clear: both;
    float: none;
    margin-right: 0px;
    margin-left: 0px;
    width: auto;
    max-width: 330px;
    position: absolute;
    bottom: 0px;
}
.title-div-v3 {
    height: 304px;
    background-image: url(../images/map-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
}
.index-cs1 {
    width: 25%;
    text-align: left;
    margin-left: 5%;
}


















































































































@media (min-width: 1201px) and (max-width: 1326px){
.index-pa-cases-btn {
    clear: both;
    float: none;
    margin-right: 0px;
    margin-left: 0px;
    width: auto;
    max-width: 330px;
    position: absolute;
    bottom: 0px;
}

.index-pa-cases-btn-sm {
    clear: both;
    float: none;
    margin-right: 0px;
    margin-left: 0px;
    width: auto;
    max-width: 330px;
    position: absolute;
    bottom: 0px;
    display: none;
}
.index-hero-img {
    background-image: url(../images/index-hero-2.webp);
    background-size: cover;
    height: 810px;
    background-repeat: no-repeat;
}
.footer-txt-hka {
    font-family: serif;
    color: #FFFFFF;
    font-size: 36px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 9px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 28px;
    text-decoration: none;
}
.index-hka-img-flex {
    background-image: url(../images/index-hka.jpg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 450px;
}
.index-bio-btn {
    margin-top: 60px;
    margin-left: 180px;
    margin-right: auto;
}
.index-hka-txt-div {
    padding-top: 180px;
    padding-left: 50px;
    margin-right: 0%;
    width: 50%;
}
.index-hka-txt-body1 {
    font-family: serif;
    font-size: 50px;
    color: #333132;
    width: 80%;
}
.index-pa1 {
    width: 30%;
    text-align: left;
    margin-left: 5%;
}
.index-pa2 {
    width: 30%;
    text-align: left;
}
.index-p4-div-h1 {
    font-family: serif;
    font-style: normal;
    font-size: 40px;
    color: #333132;
    margin-top: 30px;
    text-align: center;
}
.index-p4-div-h2-2 {
    font-family: serif;
    color: #333132;
    font-size: 20px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    align-self: flex-end;
    margin-top: 10px;
}
.wwa-body-div {
    min-height: 400px;
    margin-bottom: 140px;
    padding-bottom: 0px;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.wwa-bio-div p {
    font-family: serif;
    font-size: 23px;
    color: #333132;
    margin-right: 100px;
    margin-top: 20px;
}
.index-cs1 {
    width: 30%;
    text-align: left;
    margin-left: 5%;
}
.index-cs2 {
    width: 30%;
    text-align: left;
}
.cs-intro-txt {
    font-family: serif;
    font-size: 23px;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
}
.index-cs3 {
    width: 25%;
    text-align: left;
}





















}

@media (min-width:969px) and (max-width:1200px){
.footer-txt-hka {
    font-family: serif;
    color: #FFFFFF;
    font-size: 36px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 9px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 28px;
    text-decoration: none;
}
.col-footer-1366-1 {
    width: 40%;
    padding-top: 50px;
    margin-right: auto;
    margin-left: 29%;
}
.col-footer-1366-2 {
    width: 40%;
    margin-right: auto;
    margin-left: 30%;
}
.col-footer-1366-3 {
    width: 40%;
    margin-left: 30%;
}
footer {
    background-color: #4D4F5D;
    max-height: 700px;
    min-height: 700px;
    max-width: 1366px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: absolute;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.index-hero-img {
    background-image: url(../images/index-hero-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 568px;
    max-height: 710px;
    background-position: center center;
}
.index-hka-img-flex {
    background-image: url(../images/index-hka.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 38%;
}
.pa-side-div {
    width: 32%;
    float: right;
    height: 765px;
    margin-left: 0px;
    border-left: medium solid #333132;
    margin-top: 250px;
    margin-right: 0px;
    margin-bottom: 50px;
    display: block;
}
.pa-div {
    width: 58%;
    float: left;
    margin-left: 5%;
    margin-top: 50px;
    margin-bottom: 30px;
}
.contact-txt-div p {
    font-family: serif;
    font-size: 26px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
}
.index-hka-txt-h1 {
    font-size: 40px;
    color: #333132;
    height: auto;
}
.index-hka-txt-body1 {
    font-family: serif;
    font-size: 30px;
    color: #333132;
    width: 75%;
}
.index-hka-head {
    width: 40%;
    background-image: url(../images/index-hka.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.index-hka-img-div {
    height: 710px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1366px;
    width: 100%;
}
.index-hka-body2-div {
    height: auto;
    margin-top: 50px;
    font-size: 18px;
}
.index-hka-txt-div {
    padding-top: 100px;
    padding-left: 50px;
    width: 60%;
}
.index-bio-btn {
    margin-top: 80px;
    margin-left: 180px;
    margin-right: auto;
}
.index-pa1 {
    width: 30%;
    text-align: left;
    margin-left: 3%;
}
.index-pa2 {
    width: 30%;
    text-align: left;
}
.index-pa3 {
    width: 30%;
    text-align: left;
}
.index-p4-div-h1 {
    font-family: serif;
    font-style: normal;
    font-size: 36px;
    color: #333132;
    margin-top: 30px;
    text-align: center;
}
.index-p4-div-h2-2 {
    font-family: serif;
    color: #333132;
    font-size: 20px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    align-self: flex-end;
    margin-top: 15px;
}
.consulting-hero-txt-pos p {
    font-family: serif;
    font-size: 58px;
    color: #333132;
    margin-right: 0px;
    width: 90%;
}
.consulting-hero-txt-pos a {
    font-family: serif;
    font-size: 58px;
    color: #333132;
}
.consulting-hero-txt-pos {
    padding-left: 40px;
    padding-top: 150px;
    padding-right: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.consulting-hero-img {
    background-image: url(../images/consulting_bg.jpg);
    background-size: cover;
    height: 610px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.index-hero p {
    font-family: serif;
    color: #333132;
    font-size: 56px;
    max-width: 614px;
    margin-left: auto;
    margin-right: auto;
}
.wwa-body-div {
    min-height: 400px;
    margin-bottom: 140px;
    padding-bottom: 0px;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.wwa-bio-div p {
    font-family: serif;
    font-size: 23px;
    color: #333132;
    margin-right: 20px;
    margin-top: 20px;
}
.index-pa-cases-btn-sm {
    clear: both;
    float: none;
    margin-right: 0px;
    margin-left: 0px;
    width: auto;
    max-width: 330px;
    position: absolute;
    bottom: 0px;
    display: none;
}
.index-pa-cases-btn a {
    text-align: center;
    background-color: #3459A0;
    color: #FFFFFF;
    text-decoration: none;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    width: auto;
    padding-left: 20px;
    font-family: serif;
}
.index-cs1 {
    width: 30%;
    text-align: left;
    margin-left: 3%;
}
.index-cs2 {
    width: 30%;
    text-align: left;
}
.cs-intro-txt {
    font-family: serif;
    font-size: 23px;
    width: 880px;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
}
.index-cs3 {
    width: 30%;
    text-align: left;
}















































}

@media (min-width:822px) and (max-width:968px){
.col-footer-1366-1 {
    width: 60%;
    padding-top: 50px;
    margin-right: auto;
    margin-left: 19%;
}
.col-footer-1366-2 {
    width: 55%;
    margin-right: auto;
    margin-left: 20%;
}
.col-footer-1366-3 {
    width: 40%;
    margin-left: 20%;
}
footer {
    background-color: #4D4F5D;
    max-height: 900px;
    min-height: 700px;
    max-width: 1366px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: absolute;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.footer-end-div {
    background-color: #333132;
    position: absolute;
    min-height: 65px;
    bottom: 0%;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    max-width: 1366px;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
}
.footer-end-div ul {
    float: right;
    padding-left: 30px;
}
.index-hero-img {
    background-image: url(../images/index-hero-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 568px;
    max-height: 710px;
    background-position: center center;
}
.disc-side-div {
    width: 32%;
    float: right;
    height: 500px;
    margin-left: 0px;
    border-left: medium solid #333132;
    margin-top: 200px;
    margin-right: 0px;
    margin-bottom: 200px;
    position: static;
    font-size: medium;
}
.disc-side-div p {
    font-family: serif;
    font-size: 20px;
    color: #333132;
}
.terms-div h1 {
    font-family: serif;
    font-size: 36px;
    color: #333132;
}
.terms-div p {
    font-family: serif;
    font-size: 20px;
    margin-top: 30px;
    color: #333132;
}
.terms-div h2 {
    color: #3359A0;
    font-family: serif;
    font-size: 20px;
    margin-top: 30px;
}
.terms-div h3 {
    font-family: serif;
    font-size: 20px;
}
.disc-div h1 {
    font-family: serif;
    font-size: 36px;
    color: #333132;
}
.disc-div p {
    font-family: serif;
    font-size: 20px;
    margin-top: 30px;
    color: #333132;
}
.disc-div h2 {
    color: #3359A0;
    font-family: serif;
    font-size: 20px;
    margin-top: 30px;
}
.pa-side-div {
    width: 32%;
    float: right;
    height: 765px;
    margin-left: 0px;
    border-left: medium solid #333132;
    margin-top: 250px;
    margin-right: 0px;
    margin-bottom: 50px;
    display: block;
}
.pa-div {
    width: 58%;
    float: left;
    margin-left: 5%;
    margin-top: 50px;
    margin-bottom: 30px;
}
.pa-div p {
    font-family: serif;
    font-size: 24px;
    margin-top: 30px;
    color: #333132;
}
.pa-div h2 {
    color: #3359A0;
    font-family: serif;
    font-size: 24px;
}
.pa-div h1 {
    font-family: serif;
    font-size: 36px;
    color: #333132;
}
.pa-div-link-txt {
    color: #3359A0;
    font-family: serif;
    font-size: 24px;
    font-weight: bold;
}
.contact-txt-div p {
    font-family: serif;
    font-size: 26px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
}
.contact-txt-div {
    height: 150px;
    font-family: serif;
    font-size: 29px;
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
    padding-top: 50px;
}
.contact-disc {
    color: #333132;
    font-family: serif;
    font-size: 16px;
    width: 75%;
}
.map-contact-info {
    margin-left: 5%;
    margin-right: 3%;
    width: 50%;
}
.map-emb-div {
    margin-left: 3%;
    width: 35%;
    margin-right: 5%;
}
.index-hka-img-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 968px;
    padding-top: 0px;
    min-height: 1200px;

}
.index-hka-head {
    width: 40%;
    background-image: url(../images/index-hka.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    display: none;
}
.index-hka-head-sm {
    width: 60%;
    background-image: url(../images/index-hka.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    display: block;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}

.index-hka-txt-h1 {
    font-size: 40px;
    color: #333132;
    height: auto;
    width: 70%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.index-hka-txt-body1 {
    font-family: serif;
    font-size: 30px;
    color: #333132;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.index-hka-txt-div {
    padding-top: 0px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.index-bio-btn {
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.index-hka-txt-body2 {
    font-size: 18px;
    color: #333132;
    font-family: serif;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.index-pa-div-flex {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}
.index-pa-div {
    height: 1780px;
    position: relative;
    width: 100%;
}
.index-pa-h1-div {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    width: 100%;
}
.index-pa1 {
    width: 40%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}
.index-pa2 {
    width: 40%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}
.index-pa3 {
    width: 40%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
.index-pa-col-txt-div {
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    min-height: 350px;
    position: relative;
}
.index-p4-div-flex {
    height: 800px;
    position: relative;
    padding-top: 70px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.index-p4-div-h1 {
    font-family: serif;
    font-style: normal;
    font-size: 40px;
    color: #333132;
    margin-top: 30px;
    text-align: center;
}
.index-p4-div-h2 {
    font-family: serif;
    color: #333132;
    font-size: 20px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    align-self: flex-end;
    margin-bottom: 10px;
    margin-top: 20px;
}
.index-p4-div-h2-2 {
    font-family: serif;
    color: #333132;
    font-size: 20px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    align-self: flex-end;
    margin-bottom: 10px;
    margin-top: 10px;
}
.index-p4-col1 {
    height: 175px;
    width: 170px;
    padding-right: 2%;
    padding-left: 2%;
    align-content: space-between;
    margin-left: auto;
    margin-right: auto;
    border-bottom: medium solid #333132;
    display: block;
    border-right-style: none;
    margin-top: 0px;
}
.index-p4-col3 {
    height: 175px;
    width: 170px;
    padding-right: 2%;
    padding-left: 2%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    border-bottom: medium solid #333132;
}
.index-p4-col2 {
    height: 175px;
    width: 275px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 2%;
    padding-left: 2%;
    border-bottom: medium solid #333132;
    border-right-style: none;
    margin-top: 0px;
}
.index-p5-div-flex {
    height: 600px;
    position: relative;
    padding-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-bottom: 100px;
}
.consulting-hero-txt-pos p {
    font-family: serif;
    font-size: 50px;
    color: #333132;
    margin-right: 0px;
    width: 95%;
}
.consulting-hero-txt-pos a {
    font-family: serif;
    font-size: 50px;
    color: #333132;
}
.consulting-hero-txt-pos {
    padding-left: 40px;
    padding-top: 130px;
    padding-right: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.consulting-hero-img {
    background-image: url(../images/consulting_bg.jpg);
    background-size: cover;
    height: 500px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.consulting-txt-h2 {
    font-family: serif;
    color: #333132;
    font-size: 40px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.wwa-intro-txt {
    font-family: serif;
    font-size: 23px;
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
}
.title-div-v2 {
    height: 304px;
    background-image: url(../images/map-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: -30px;
    margin-left: 0px;
}
.title-txt-v2 {
    font-family: serif;
    font-size: 52px;
    color: #333132;
    text-align: center;
    position: relative;
    padding-top: 80px;
}
.index-hero p {
    font-family: serif;
    color: #333132;
    font-size: 56px;
    max-width: 614px;
    margin-left: auto;
    margin-right: auto;
}
.cs-intro-div {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    min-height: 250px;
    margin-bottom: 0px;
}
.wwa-img-hka {
    background-image: url(../images/honey_kessler_amado.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    width: 400px;
    height: 530px;
    margin-top: 20px;
}
.wwa-img-hka2 {
    background-image: url(../images/honey_kessler_amado.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 400px;
    height: 530px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.wwa-bio-div {
    margin-right: 0px;
    width: 100%;
    margin-left: 0px;

}
.wwa-bio-div p {
    font-family: serif;
    font-size: 23px;
    color: #333132;
    margin-top: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.wwa-body-div h1 {
    font-family: serif;
    font-size: 42px;
    color: #333132;
}
.wwa-body-div h2 {
    font-family: serif;
    font-size: 22px;
    color: #333132;
    margin-top: 15px;
}
.wwa-img-jk {
    background-image: url(../images/dimitri_karagianides_clo_honey_kessler_amado.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    width: 400px;
    height: 530px;
    padding-top: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.wwa-img-jk2 {
    background-image: url(../images/dimitri_karagianides_clo_honey_kessler_amado.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 400px;
    height: 530px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.index-pa-cases-btn {
    clear: both;
    float: none;
    margin-right: 0px;
    margin-left: 0px;
    width: auto;
    max-width: 330px;
    position: absolute;
    bottom: 0px;
    display: none;
}
.index-pa-cases-btn-sm {
    clear: both;
    float: none;
    margin-right: 0px;
    margin-left: 0px;
    width: auto;
    max-width: 330px;
    position: absolute;
    bottom: 0px;
    display: block;
}
.index-pa-cases-btn-sm a {
    text-align: center;
    background-color: #3459A0;
    color: #FFFFFF;
    text-decoration: none;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 23px;
    width: auto;
    padding-left: 20px;
    font-family: serif;
    display: block;
}
.index-pa-cases-btn a {
    text-align: center;
    background-color: #3459A0;
    color: #FFFFFF;
    text-decoration: none;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    width: auto;
    padding-left: 20px;
    font-family: serif;
}
.index-hka-body-div {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.title-div-v3 {
    height: 304px;
    background-image: url(../images/map-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
}
.cs-div-flex {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.index-cs1 {
    width: 40%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
}
.index-cs2 {
    width: 40%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: -150px;
}
.cs-intro-txt {
    font-family: serif;
    font-size: 23px;
    width: 705px;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
}
.index-cs3 {
    text-align: left;
    margin-bottom: 0px;
    margin-top: -165px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.articles-intro {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    height: 275px;
}






















































































}

@media (min-width:668px) and (max-width:821px){
.header-txt-law {
    font-family: serif;
    color: rgba(255,255,255,1.00);
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
.header-txt-hka {
    font-family: serif;
    color: #333132;
    font-size: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -190px;
    margin-top: 35px;
}
.header-txt-hka a {
    font-family: serif;
    color: #333132;
    font-size: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 38px;
    text-decoration: none;
}
.col-footer-1366-1 {
    width: 60%;
    padding-top: 50px;
    margin-right: auto;
    margin-left: 19%;
}
.col-footer-1366-2 {
    width: 55%;
    margin-right: auto;
    margin-left: 20%;
}
.col-footer-1366-3 {
    width: 40%;
    margin-left: 20%;
}
footer {
    background-color: #4D4F5D;
    max-height: 900px;
    min-height: 700px;
    max-width: 1366px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: absolute;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.footer-txt-hka {
    font-family: serif;
    color: #FFFFFF;
    font-size: 36px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 9px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 28px;
    text-decoration: none;
}
nav {
    color: #FFFFFF;
    list-style-type: none;
    text-decoration: none;
    font-family: serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    clear: both;
    margin-top: -85px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
}
.footer-end-div ul {
    float: right;
    padding-left: 30px;
}
.footer-end-div {
    background-color: #333132;
    position: absolute;
    min-height: 65px;
    bottom: 0%;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    max-width: 1366px;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
}
.index-hero-img {
    background-image: url(../images/index-hero-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 450px;
    max-height: 450px;
    background-position: center center;
}
.disc-side-div {
    width: 32%;
    float: right;
    height: 500px;
    margin-left: 0px;
    border-left: medium solid #333132;
    margin-top: 200px;
    margin-right: 0px;
    margin-bottom: 200px;
    position: static;
    display: none;
}
.disc-side-div p {
    font-family: serif;
    font-size: 17px;
    color: #333132;
}
.contact-btn a {
    font-family: serif;
    color: #FFFFFF;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
}
.disc-btm-div {
    display: block;
    border-top: medium solid #333132;
    width: 300px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    justify-content: center;
}
.disc-btm-div p {
    font-family: serif;
    font-size: 20px;
    color: #333132;
    text-align: center;
    margin-right: auto;
    margin-left: -25px;
}
.pa-btm-div p {
    font-family: serif;
    font-size: 20px;
    color: #333132;
    text-align: center;
    margin-right: auto;
    margin-left: -25px;
}

.contact-btn {
    background-color: #3359A0;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: auto;
    text-align: center;
    display: none;
}
.disc-div h2 {
    color: #3359A0;
    font-family: serif;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.disc-side-txt-div {
    margin-top: 50px;
    margin-left: 20px;
    height: 400px;
}
.email-btn {
    background-color: #3359A0;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 128px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -92px;
}
.email-btn-pa {
    background-color: #3359A0;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 128px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.email-btn-pa a {
    font-family: serif;
    color: #FFFFFF;
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    display: block;
}


.email-btn a {
    font-family: serif;
    color: #FFFFFF;
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    display: block;
}
.terms-div h1 {
    font-family: serif;
    font-size: 36px;
    color: #333132;
}
.terms-div p {
    font-family: serif;
    font-size: 20px;
    margin-top: 30px;
    color: #333132;
}
.terms-div h2 {
    color: #3359A0;
    font-family: serif;
    font-size: 20px;
    margin-top: 30px;
}
.terms-div h3 {
    font-family: serif;
    font-size: 20px;
}
.terms-div {
    width: 74%;
    float: left;
    margin-left: 13%;
    margin-top: 100px;
    margin-bottom: 100px;
}
.disc-div {
    width: 74%;
    float: left;
    margin-left: 13%;
    margin-top: 100px;
    margin-bottom: 100px;
}
.disc-div h1 {
    font-family: serif;
    font-size: 36px;
    color: #333132;
}
.disc-div p {
    font-family: serif;
    font-size: 20px;
    margin-top: 30px;
    color: #333132;
}
.disc-div h2 {
    color: #3359A0;
    font-family: serif;
    font-size: 20px;
    margin-top: 30px;
}
.pa-side-div {
    width: 32%;
    float: right;
    height: 765px;
    margin-left: 0px;
    border-left: medium solid #333132;
    margin-top: 250px;
    margin-right: 0px;
    margin-bottom: 50px;
    display: none;
}
.pa-btm-div-margin {
    margin-top: 0px;
    margin-bottom: 100px;
}
.title-txt-pa {
    font-family: serif;
    font-size: 59px;
    color: #333132;
    text-align: center;
    position: relative;
    padding-top: 36px;
}
.title-div {
    background-color: #96C6DF;
    height: 200px;
    width: 100%;
    margin-top: -30px;
}
.pa-btm-div {
    display: block;
    border-top: medium solid #333132;
    width: 300px;
    height: 712px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    justify-content: center;
}
.pa-side-txt-div p {
    text-align: left;
    font-size: 22px;
}
.pa-div-link-txt {
    color: #3359A0;
    font-family: serif;
    font-size: 24px;
    font-weight: bold;
}
.pa-div h1 {
    font-family: serif;
    font-size: 36px;
    color: #333132;
}
.pa-div h2 {
    color: #3359A0;
    font-family: serif;
    font-size: 24px;
}
.pa-div p {
    font-family: serif;
    font-size: 24px;
    margin-top: 30px;
    color: #333132;
}
.pa-div {
    width: 80%;
    float: left;
    margin-left: 10%;
    margin-top: 50px;
    margin-bottom: 30px;
}
.contact-txt-div {
    height: 130px;
    font-family: serif;
    font-size: 29px;
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
    padding-top: 50px;
}
.contact-txt-div p {
    font-family: serif;
    font-size: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
}
.contact-disc {
    color: #333132;
    font-family: serif;
    font-size: 16px;
    width: 100%;
}
.contact-disc-div {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.contact-div {
    background-color: #C9CDD8;
    height: 950px;
    font-size: 45px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    text-align: center;
}
.send-div {
    width: 145px;
    margin-right: auto;
    flex: 1;
    margin-left: auto;
    margin-top: 20px;

}
.map-div {
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/map-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
}
.map-contact-info {
    margin-left: auto;
    margin-right: auto;
    width: 370px;
}
.map-emb-div {
    margin-left: auto;
    width: 370px;
    margin-right: auto;
    margin-bottom: 20px;
}
.map-div-txt {
    padding-left: 10px;
    font-size: 24px;
    color: #333132;
}
.index-hka-img-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 821px;
    padding-top: 0px;
    min-height: 1200px;

}
.index-hka-head {
    width: 40%;
    background-image: url(../images/index-hka.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    display: none;
}
.index-hka-head-sm {
    width: 400px;
    background-image: url(../images/index-hka.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}
.index-hka-txt-h1 {
    font-size: 40px;
    color: #333132;
    height: auto;
    width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.index-hka-txt-body1 {
    font-family: serif;
    font-size: 30px;
    color: #333132;
    width: 100%;
}
.index-hka-txt-div {
    padding-top: 50px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
}

.index-bio-btn {
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.index-hka-txt-body2 {
    font-size: 18px;
    color: #333132;
    font-family: serif;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.index-hka-body-div {
    width: 80%;
    height: auto;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.index-pa-div {
    height: 1700px;
    position: relative;
    width: 100%;
}
.index-pa-div-flex {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}
.index-pa-h1-div {
    text-align: left;
    margin-left: 200px;
    margin-right: auto;
    margin-top: 75px;
    width: auto;
}

.index-pa1 {
    width: 55%;
    text-align: left;
    margin-left: 200px;
    margin-right: auto;
    margin-bottom: 60px;
}
.index-pa2 {
    width: 55%;
    text-align: left;
    margin-left: 200px;
    margin-right: auto;
    margin-bottom: 80px;
}
.index-pa3 {
    width: 55%;
    text-align: left;
    margin-left: 200px;
    margin-right: auto;
    margin-bottom: 0px;
}
.index-pa-col-txt-div {
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    min-height: 350px;
    position: relative;
}
.index-pa-txt-h1 {
    font-size: 54px;
    width: 100%;
    color: #333132;
    margin-left: auto;
    margin-right: auto;
    font-family: serif;
    margin-bottom: 50px;
}
.index-pa-txt-h2 {
    font-size: 38px;
    color: #333132;
    font-family: serif;
}
.index-pa-col-txt ul li {
    font-family: serif;
    font-size: 28px;
    color: #333132;
    padding-bottom: 15px;
    list-style-image: url(../images/dot.png);
    text-align: left;
	
}
.index-p5-div-flex {
    height: 600px;
    position: relative;
    padding-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-bottom: 100px;
}
.index-p4-div-flex {
    height: 800px;
    position: relative;
    padding-top: 70px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.index-p4-div-h1 {
    font-family: serif;
    font-style: normal;
    font-size: 40px;
    color: #333132;
    margin-top: 30px;
    text-align: center;
}
.index-p4-div-h2 {
    font-family: serif;
    color: #333132;
    font-size: 20px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    align-self: flex-end;
    margin-bottom: 10px;
    margin-top: 20px;
}
.index-p4-div-h2-2 {
    font-family: serif;
    color: #333132;
    font-size: 20px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    align-self: flex-end;
    margin-bottom: 10px;
    margin-top: 10px;
}
.index-p4-col1 {
    height: 175px;
    width: 170px;
    padding-right: 2%;
    padding-left: 2%;
    align-content: space-between;
    margin-left: auto;
    margin-right: auto;
    border-bottom: medium solid #333132;
    display: block;
    border-right-style: none;
    margin-top: 0px;
}
.index-p4-col3 {
    height: 175px;
    width: 170px;
    padding-right: 2%;
    padding-left: 2%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    border-bottom: medium solid #333132;
}
.index-p4-col2 {
    height: 175px;
    width: 275px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 2%;
    padding-left: 2%;
    border-bottom: medium solid #333132;
    border-right-style: none;
    margin-top: 0px;
}
.consulting-hero-txt-pos p {
    font-family: serif;
    font-size: 40px;
    color: #333132;
    margin-right: 0px;
    width: 95%;
}
.consulting-hero-txt-pos a {
    font-family: serif;
    font-size: 40px;
    color: #333132;
}
.consulting-hero-txt-pos {
    padding-left: 40px;
    padding-top: 100px;
    padding-right: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.consulting-hero-img {
    background-image: url(../images/consulting_bg.jpg);
    background-size: cover;
    height: 400px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.consulting-txt-h1 {
    font-size: 62px;
    color: #333132;
    margin-left: auto;
    margin-right: auto;
    font-family: serif;
    margin-bottom: 50px;
    text-align: center;
    width: auto;
}
.consulting-txt-div {
    width: 78%;
    position: relative;
    min-height: 850px;
    margin-left: auto;
    margin-right: auto;
}
.consulting-h1-div {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    width: 100%;
}
.consulting-txt-h2 {
    font-family: serif;
    color: #333132;
    font-size: 40px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.consulting-hiw-li1 {
    font-family: serif;
    color: #333132;
    font-size: 40px;
    list-style-image: url(../images/1s.png);
    margin-bottom: 50px;
    margin-left: 4%;
    margin-right: 4%;
}
.consulting-hiw-li2 {
    font-family: serif;
    color: #333132;
    font-size: 40px;
    list-style-image: url(../images/2s.png);
    margin-bottom: 50px;
    margin-left: 4%;
    margin-right: 4%;
}
.consulting-hiw-li3 {
    font-family: serif;
    color: #333132;
    font-size: 40px;
    list-style-image: url(../images/3s.png);
    margin-left: 4%;
    margin-right: 4%;
}
.wwa-intro-txt {
    font-family: serif;
    font-size: 23px;
    margin-left: 50px;
    margin-right: 50px;
    color: #333132;
    width: auto;
    margin-bottom: 50px;
}
.title-txt-v2 {
    font-family: serif;
    font-size: 52px;
    color: #333132;
    text-align: center;
    position: relative;
    padding-top: 80px;
}
.cs-body-div {
    position: relative;
    width: 100%;
    min-height: 740px;
    display: flex;
	flex-direction: column;
	
}
.index-hero p {
    font-family: serif;
    color: #333132;
    font-size: 38px;
    max-width: 414px;
    margin-left: auto;
    margin-right: auto;
}
.cs-intro-div {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    min-height: 250px;
    margin-bottom: 50px;
}
.wwa-bio-div {
    margin-right: 0px;
    width: 100%;
    margin-left: 0px;

}
.wwa-img-hka {
    background-image: url(../images/honey_kessler_amado.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    width: 400px;
    height: 530px;
    margin-top: 20px;
}
.wwa-img-hka2 {
    background-image: url(../images/honey_kessler_amado.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 400px;
    height: 530px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.wwa-bio-div {
    margin-right: 0px;
    width: 100%;
    margin-left: 0px;

}
.wwa-bio-div p {
    font-family: serif;
    font-size: 23px;
    color: #333132;
    margin-top: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.wwa-img-jk {
    background-image: url(../images/dimitri_karagianides_clo_honey_kessler_amado.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    width: 400px;
    height: 530px;
    padding-top: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.wwa-img-jk2 {
    background-image: url(../images/dimitri_karagianides_clo_honey_kessler_amado.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 400px;
    height: 530px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.events-intro-txt {
    font-family: serif;
    font-size: 30px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
    margin-bottom: 50px;
}
.events-intro {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    height: 550px;
}
.events-body-div {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 200px;
}
.events-title-div {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.iframe-pos {
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px;


}
.articles-intro {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    height: 240px;
}
.articles-list-div {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    height: 1350px;
}
.index-pa-cases-btn-sm {
    clear: both;
    float: none;
    margin-right: 0px;
    margin-left: 0px;
    width: auto;
    max-width: 330px;
    position: absolute;
    bottom: 0px;
    display: block;
    margin-bottom: 30px;
}
.index-pa-cases-btn {
    clear: both;
    float: none;
    margin-right: 0px;
    margin-left: 0px;
    width: auto;
    max-width: 330px;
    position: absolute;
    bottom: 0px;
    display: none;
}
.index-pa-cases-btn-sm a {
    text-align: center;
    background-color: #3459A0;
    color: #FFFFFF;
    text-decoration: none;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    width: auto;
    padding-left: 20px;
    font-family: serif;
    display: block;
}
.cs-div-flex {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.index-cs1 {
    width: 55%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
.index-cs2 {
    width: 55%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: -145px;
}
.cs-intro-txt {
    font-family: serif;
    font-size: 23px;
    width: 565px;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
}
.index-cs3 {
    width: 55%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: -165px;
}





























































































































}

@media (min-width:523px) and (max-width:667px){
.header-cu-div {
    float: left;
    margin-right: 14px;
    margin-top: -5px;

}
.header-txt-hka {
    font-family: serif;
    color: #333132;
    font-size: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -190px;
    margin-top: 48px;
}
.header-txt-hka a {
    font-family: serif;
    color: #333132;
    font-size: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 38px;
    text-decoration: none;
}
nav {
    color: #FFFFFF;
    list-style-type: none;
    text-decoration: none;
    font-family: serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    clear: both;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    margin-top: -136px;
}
.header-txt-law {
    font-family: serif;
    color: rgba(255,255,255,1.00);
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 11px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
header {
    background-image: url(../images/divider.webp);
    background-size: 100% 50px;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    min-height: 110px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    max-height: 110px;
    display: block;
    max-width: 100%;
}
.header-txt-cu {
    font-family: serif;
    font-size: 21px;
    color: #333132;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    float: left;
}
.footer-end-div {
    background-color: #333132;
    position: absolute;
    min-height: 65px;
    bottom: 0%;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    max-width: 1366px;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
}
.footer-end-div ul {
    float: right;
    padding-left: 30px;
}
nav ul {
    text-align: center;
    text-decoration: none;
    margin-left: -200px;
    margin-top: -42px;
    margin-right: -10px;
}
footer {
    background-color: #4D4F5D;
    max-height: 900px;
    min-height: 700px;
    max-width: 1366px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: absolute;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.col-footer-1366-1 {
    width: 60%;
    padding-top: 50px;
    margin-right: auto;
    margin-left: 8%;
}
.col-footer-1366-2 {
    width: 55%;
    margin-right: auto;
    margin-left: 10%;
}
.col-footer-1366-3 {
    width: 40%;
    margin-left: 10%;
}
.footer-txt-hka {
    font-family: serif;
    color: #FFFFFF;
    font-size: 30px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 9px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 28px;
    text-decoration: none;
}
.index-hero-img {
    background-image: url(../images/index-hero-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 450px;
    max-height: 450px;
    background-position: center center;
    margin-top: 0px;
}
.disc-side-div {
    width: 32%;
    float: right;
    height: 500px;
    margin-left: 0px;
    border-left: medium solid #333132;
    margin-top: 200px;
    margin-right: 0px;
    margin-bottom: 200px;
    position: static;
    display: none;
}
.disc-btm-div p {
    font-family: serif;
    font-size: 20px;
    color: #333132;
    text-align: center;
    margin-right: auto;
    margin-left: -25px;
}
.contact-btn {
    background-color: #3359A0;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: none;
}
.contact-btn a {
    font-family: serif;
    color: #FFFFFF;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
}
.email-btn {
    background-color: #3359A0;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 128px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.email-btn a {
    font-family: serif;
    color: #FFFFFF;
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    display: block;
}
.disc-btm-div {
    display: block;
    border-top: medium solid #333132;
    width: 300px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    justify-content: center;
}
.terms-div {
    width: 74%;
    float: left;
    margin-left: 13%;
    margin-top: 100px;
    margin-bottom: 100px;
}
.terms-div h1 {
    font-family: serif;
    font-size: 36px;
    color: #333132;
}
.terms-div h2 {
    color: #3359A0;
    font-family: serif;
    font-size: 20px;
    margin-top: 30px;
}
.terms-div h3 {
    font-family: serif;
    font-size: 20px;
}
.terms-div p {
    font-family: serif;
    font-size: 20px;
    margin-top: 30px;
    color: #333132;
}
.disc-div {
    width: 74%;
    float: left;
    margin-left: 13%;
    margin-top: 100px;
    margin-bottom: 100px;
}
.disc-div h1 {
    font-family: serif;
    font-size: 36px;
    color: #333132;
}
.disc-div p {
    font-family: serif;
    font-size: 20px;
    margin-top: 30px;
    color: #333132;
}
.disc-div h2 {
    color: #3359A0;
    font-family: serif;
    font-size: 20px;
    margin-top: 30px;
}
.pa-side-div {
    width: 32%;
    float: right;
    height: 765px;
    margin-left: 0px;
    border-left: medium solid #333132;
    margin-top: 250px;
    margin-right: 0px;
    margin-bottom: 50px;
    display: none;
}
.pa-btm-div-margin {
    margin-top: 0px;
    margin-bottom: 100px;
}
.title-txt-pa {
    font-family: serif;
    font-size: 59px;
    color: #333132;
    text-align: center;
    position: relative;
    padding-top: 36px;
}
.title-div {
    background-color: #96C6DF;
    height: 200px;
    width: 100%;
    margin-top: 0px;
}
.pa-btm-div {
    display: block;
    border-top: medium solid #333132;
    width: 300px;
    height: 712px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    justify-content: center;
}
.pa-btm-div p {
    font-family: serif;
    font-size: 20px;
    color: #333132;
    text-align: center;
    margin-right: auto;
    margin-left: -25px;
}
.email-btn-pa {
    background-color: #3359A0;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 128px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.email-btn-pa a {
    font-family: serif;
    color: #FFFFFF;
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    display: block;
}
.pa-side-txt-div p {
    text-align: left;
    font-size: 22px;
}
.pa-div {
    width: 80%;
    float: left;
    margin-left: 10%;
    margin-top: 50px;
    margin-bottom: 30px;
}
.pa-div p {
    font-family: serif;
    font-size: 24px;
    margin-top: 30px;
    color: #333132;
}
.pa-div h2 {
    color: #3359A0;
    font-family: serif;
    font-size: 24px;
}
.pa-div h1 {
    font-family: serif;
    font-size: 36px;
    color: #333132;
}
.pa-div-link-txt {
    color: #3359A0;
    font-family: serif;
    font-size: 24px;
    font-weight: bold;
}
.contact-txt-div {
    height: 130px;
    font-family: serif;
    font-size: 29px;
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
    padding-top: 30px;
    padding-bottom: 10px;
}
.contact-txt-div p {
    font-family: serif;
    font-size: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
}
.contact-disc {
    color: #333132;
    font-family: serif;
    font-size: 16px;
    width: 100%;
}
.contact-disc-div {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.contact-div {
    background-color: #C9CDD8;
    height: 950px;
    font-size: 45px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    text-align: center;
}
.send-div {
    width: 145px;
    margin-right: auto;
    flex: 1;
    margin-left: auto;
    margin-top: 20px;

}
.map-div {
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/map-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
}
.map-contact-info {
    margin-left: auto;
    margin-right: auto;
    width: 370px;
}
.map-emb-div {
    margin-left: auto;
    width: 370px;
    margin-right: auto;
    margin-bottom: 20px;
}
.map-div-txt {
    padding-left: 10px;
    font-size: 24px;
    color: #333132;
}
.index-hka-img-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 821px;
    padding-top: 0px;
    min-height: 1200px;

}
.index-hka-head {
    width: 40%;
    background-image: url(../images/index-hka.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    display: none;
}
.index-hka-head-sm {
    width: 350px;
    background-image: url(../images/index-hka.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}
.index-hka-txt-h1 {
    font-size: 36px;
    color: #333132;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 40px;
}
.index-hka-txt-body1 {
    font-family: serif;
    font-size: 30px;
    color: #333132;
    width: 100%;
}
.index-hka-txt-div {
    padding-top: 0px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
}
.index-bio-btn {
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.index-hka-txt-body2 {
    font-size: 18px;
    color: #333132;
    font-family: serif;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.index-hka-body-div {
    width: 95%;
    height: auto;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.index-pa-div {
    height: 1700px;
    position: relative;
    width: 100%;
}
.index-pa-div-flex {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}
.index-pa-h1-div {
    text-align: left;
    margin-left: 120px;
    margin-right: auto;
    margin-top: 75px;
    width: auto;
}

.index-pa1 {
    width: 60%;
    text-align: left;
    margin-left: 120px;
    margin-right: auto;
    margin-bottom: 60px;
}
.index-pa2 {
    width: 60%;
    text-align: left;
    margin-left: 120px;
    margin-right: auto;
    margin-bottom: 50px;
}
.index-pa3 {
    width: 60%;
    text-align: left;
    margin-left: 120px;
    margin-right: auto;
}
.index-pa-col-txt-div {
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    min-height: 350px;
    position: relative;
}
.index-pa-txt-h1 {
    font-size: 54px;
    width: 100%;
    color: #333132;
    margin-left: auto;
    margin-right: auto;
    font-family: serif;
    margin-bottom: 50px;
}
.index-pa-txt-h2 {
    font-size: 38px;
    color: #333132;
    font-family: serif;
}
.index-pa-col-txt ul li {
    font-family: serif;
    font-size: 28px;
    color: #333132;
    padding-bottom: 15px;
    list-style-image: url(../images/dot.png);
    text-align: left;
	
}
.index-p4-div-flex {
    height: 800px;
    position: relative;
    padding-top: 70px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.index-p4-div-h1 {
    font-family: serif;
    font-style: normal;
    font-size: 40px;
    color: #333132;
    margin-top: 30px;
    text-align: center;
}
.index-p4-div-h2 {
    font-family: serif;
    color: #333132;
    font-size: 20px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    align-self: flex-end;
    margin-bottom: 10px;
    margin-top: 20px;
}
.index-p4-div-h2-2 {
    font-family: serif;
    color: #333132;
    font-size: 20px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    align-self: flex-end;
    margin-bottom: 10px;
    margin-top: 10px;
}
.index-p4-col1 {
    height: 175px;
    width: 170px;
    padding-right: 2%;
    padding-left: 2%;
    align-content: space-between;
    margin-left: auto;
    margin-right: auto;
    border-bottom: medium solid #333132;
    display: block;
    border-right-style: none;
    margin-top: 0px;
}
.index-p4-col3 {
    height: 175px;
    width: 170px;
    padding-right: 2%;
    padding-left: 2%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    border-bottom: medium solid #333132;
}
.index-p4-col2 {
    height: 175px;
    width: 275px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 2%;
    padding-left: 2%;
    border-bottom: medium solid #333132;
    border-right-style: none;
    margin-top: 0px;
}
.index-p5-div-flex {
    height: 600px;
    position: relative;
    padding-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-bottom: 100px;
}
.consulting-hero-txt-pos p {
    font-family: serif;
    font-size: 30px;
    color: #333132;
    margin-right: 0px;
    width: 95%;
}
.consulting-hero-txt-pos a {
    font-family: serif;
    font-size: 30px;
    color: #333132;
}
.consulting-hero-txt-pos {
    padding-left: 40px;
    padding-top: 80px;
    padding-right: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.consulting-hero-img {
    background-image: url(../images/consulting_bg.jpg);
    background-size: cover;
    height: 300px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
}
.consulting-txt-h1 {
    font-size: 62px;
    color: #333132;
    margin-left: auto;
    margin-right: auto;
    font-family: serif;
    margin-bottom: 50px;
    text-align: center;
}
.consulting-txt-div {
    width: 78%;
    position: relative;
    min-height: 850px;
    margin-left: auto;
    margin-right: auto;
}
.consulting-h1-div {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    width: 100%;
}
.consulting-txt-h2 {
    font-family: serif;
    color: #333132;
    font-size: 36px;
}
.consulting-hiw-li1 {
    font-family: serif;
    color: #333132;
    font-size: 40px;
    list-style-image: url(../images/1s.png);
    margin-bottom: 50px;
    margin-left: 4%;
    margin-right: 4%;
}
.consulting-hiw-li2 {
    font-family: serif;
    color: #333132;
    font-size: 40px;
    list-style-image: url(../images/2s.png);
    margin-bottom: 50px;
    margin-left: 4%;
    margin-right: 4%;
}
.consulting-hiw-li3 {
    font-family: serif;
    color: #333132;
    font-size: 40px;
    list-style-image: url(../images/3s.png);
    margin-left: 4%;
    margin-right: 4%;
}
.title-txt-v2 {
    font-family: serif;
    font-size: 52px;
    color: #333132;
    text-align: center;
    position: relative;
    padding-top: 80px;
}
.wwa-intro-txt {
    font-family: serif;
    font-size: 23px;
    margin-left: 50px;
    margin-right: 50px;
    color: #333132;
    width: auto;
}
.title-div-v2 {
    height: 304px;
    background-image: url(../images/map-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
}
.index-hero p {
    font-family: serif;
    color: #333132;
    font-size: 38px;
    max-width: 414px;
    margin-left: auto;
    margin-right: auto;
}
.cs-intro-div {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    min-height: 250px;
    margin-bottom: 100px;
}
.wwa-bio-div {
    margin-right: 0px;
    width: 100%;
    margin-left: 0px;

}
.wwa-img-hka {
    background-image: url(../images/honey_kessler_amado.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    width: 400px;
    height: 530px;
    margin-top: 20px;
}
.wwa-img-hka2 {
    background-image: url(../images/honey_kessler_amado.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 300px;
    height: 450px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.wwa-bio-div {
    margin-right: 0px;
    width: 100%;
    margin-left: 0px;

}
.wwa-bio-div p {
    font-family: serif;
    font-size: 20px;
    color: #333132;
    margin-top: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.wwa-body-div h1 {
    font-family: serif;
    font-size: 30px;
    color: #333132;
}
.wwa-bio-div ul li {
    font-family: serif;
    font-size: 20px;
    color: #333132;
    margin-bottom: 37px;
    margin-top: 15px;
    margin-left: 40px;
}
.wwa-body-div {
    min-height: 400px;
    margin-bottom: 140px;
    padding-bottom: 0px;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.wwa-img-jk {
    background-image: url(../images/dimitri_karagianides_clo_honey_kessler_amado.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    width: 400px;
    height: 530px;
    padding-top: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.wwa-img-jk2 {
    background-image: url(../images/dimitri_karagianides_clo_honey_kessler_amado.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 300px;
    height: 450px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.events-intro-txt {
    font-family: serif;
    font-size: 24px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
    margin-bottom: 50px;
}
.events-intro {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    height: 450px;
}
.events-body-div {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 200px;
}
.events-title-div {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
}
.iframe-pos {
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
    width: 90%;


}
.events-body-div ul li {
    font-family: serif;
    font-size: 24px;
    color: #333132;
    margin-bottom: 100px;
}
.articles-intro {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    height: 200px;
}
.articles-list-div {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    height: 1060px;
}
.index-pa-cases-btn-sm {
    clear: both;
    float: none;
    margin-right: 0px;
    margin-left: 0px;
    width: auto;
    max-width: 330px;
    position: absolute;
    bottom: 0px;
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
}
.index-pa-cases-btn {
    clear: both;
    float: none;
    margin-right: 0px;
    margin-left: 0px;
    width: auto;
    max-width: 330px;
    position: absolute;
    bottom: 0px;
    display: none;
}
.index-pa-cases-btn-sm a {
    text-align: center;
    background-color: #3459A0;
    color: #FFFFFF;
    text-decoration: none;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    width: auto;
    padding-left: 20px;
    font-family: serif;
    display: block;
}
.title-div-v3 {
    height: 304px;
    background-image: url(../images/map-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}
.cs-div-flex {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.index-cs1 {
    width: 60%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
.index-cs2 {
    width: 60%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: -145px;
}
.cs-intro-txt {
    font-family: serif;
    font-size: 23px;
    width: 430px;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
}
.index-cs3 {
    width: 60%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: -165px;
}






































































































































}

@media (min-width:0px) and (max-width:522px){
.events-body-div ul li {
    font-family: serif;
    font-size: 24px;
    color: #333132;
    margin-bottom: 100px;
}
.events-body-div ul  {
    font-family: serif;
    font-size: 24px;
    color: #333132;
    margin-bottom: 100px;
}
.events-intro-txt {
    font-family: serif;
    font-size: 20px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
    margin-bottom: 50px;
}
.header-txt-hka a {
    font-family: serif;
    color: #333132;
    font-size: 34px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 38px;
    text-decoration: none;
}
.header-cu-div {
    float: left;
    margin-right: 14px;
    margin-top: -5px;

}
nav {
    color: #FFFFFF;
    list-style-type: none;
    text-decoration: none;
    font-family: serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    clear: both;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    margin-top: -136px;
}
.header-txt-cu {
    font-family: serif;
    font-size: 18px;
    color: #333132;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    float: left;
}
nav ul {
    text-align: center;
    text-decoration: none;
    margin-left: -200px;
    margin-top: -42px;
    margin-right: -10px;
}
header {
    background-image: url(../images/divider.webp);
    background-size: 100% 50px;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    min-height: 110px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    max-height: 110px;
    display: block;
    max-width: 100%;
    min-width: 350px;
}
.header-txt-law {
    font-family: serif;
    color: rgba(255,255,255,1.00);
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 11px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
.header-txt-hka {
    font-family: serif;
    color: #333132;
    font-size: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -190px;
    margin-top: 48px;
}
.header-txt-310 {
    font-family: serif;
    font-size: 18px;
    padding-top: 8px;
    padding-right: 10px;
    margin-top: 0px;
    float: right;
}
.footer-end-div {
    background-color: #333132;
    position: absolute;
    min-height: 65px;
    bottom: 0%;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    max-width: 1366px;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 350px;
}
footer {
    background-color: #4D4F5D;
    max-height: 900px;
    min-height: 800px;
    max-width: 1366px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: absolute;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    min-width: 350px;
}
.col-footer-1366-1 {
    width: 80%;
    padding-top: 50px;
    margin-right: auto;
    margin-left: 8%;
}
.col-footer-1366-2 {
    width: 76%;
    margin-right: auto;
    margin-left: 10%;
}
.col-footer-1366-3 {
    width: 150px;
    margin-left: 10%;
}
.footer-txt-hka {
    font-family: serif;
    color: #FFFFFF;
    font-size: 26px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 9px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 28px;
    text-decoration: none;
}
.footer-end-div2 ul li {
    list-style-type: none;
    display: block;
    text-align: center;
    padding-right: 0px;
    margin-bottom: 5px;
}
.footer-end-div1 {
    flex: 1;
    margin-top: 15px;
    text-align: center;
    margin-left: -6px;
}
.brand-copy {
    display: none;
}
.brand-copy-sm {
    display: block;
    margin-top: -12px;
}
.footer-col-txt a {
    color: #FFFFFF;
    font-family: serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 18px;
}
.footer-col-h1 a {
    font-family: serif;
    color: #FFFFFF;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 26px;
}
.copyright {
    display: block;
    float: none;
}
.index-hero-img {
    background-image: url(../images/index-hero-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 350px;
    max-height: 400px;
    background-position: center center;
    margin-top: 0px;
}
.disc-side-div {
    width: 32%;
    float: right;
    height: 500px;
    margin-left: 0px;
    border-left: medium solid #333132;
    margin-top: 200px;
    margin-right: 0px;
    margin-bottom: 200px;
    position: static;
    display: none;
}
.disc-btm-div p {
    font-family: serif;
    font-size: 20px;
    color: #333132;
    text-align: center;
    margin-right: auto;
    margin-left: -25px;
}
.contact-btn {
    background-color: #3359A0;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: none;
}
.disc-btm-div {
    display: block;
    border-top: medium solid #333132;
    width: 300px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    justify-content: center;
}
.email-btn {
    background-color: #3359A0;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 128px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.email-btn a {
    font-family: serif;
    color: #FFFFFF;
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    display: block;
}
.terms-div {
    width: 74%;
    float: left;
    margin-left: 13%;
    margin-top: 100px;
    margin-bottom: 100px;
}
.terms-div h1 {
    font-family: serif;
    font-size: 36px;
    color: #333132;
}
.terms-div h2 {
    color: #3359A0;
    font-family: serif;
    font-size: 20px;
    margin-top: 30px;
}
.terms-div h3 {
    font-family: serif;
    font-size: 20px;
}
.terms-div p {
    font-family: serif;
    font-size: 20px;
    margin-top: 30px;
    color: #333132;
}
.disc-div {
    width: 74%;
    float: left;
    margin-left: 13%;
    margin-top: 100px;
    margin-bottom: 100px;
}
.disc-div h1 {
    font-family: serif;
    font-size: 36px;
    color: #333132;
}
.disc-div p {
    font-family: serif;
    font-size: 20px;
    margin-top: 30px;
    color: #333132;
}
.disc-div h2 {
    color: #3359A0;
    font-family: serif;
    font-size: 20px;
    margin-top: 30px;
}
.pa-side-div {
    width: 32%;
    float: right;
    height: 765px;
    margin-left: 0px;
    border-left: medium solid #333132;
    margin-top: 250px;
    margin-right: 0px;
    margin-bottom: 50px;
    display: none;
}
.pa-btm-div-margin {
    margin-top: 0px;
    margin-bottom: 100px;
}
.title-txt-pa {
    font-family: serif;
    font-size: 46px;
    color: #333132;
    text-align: center;
    position: relative;
    padding-top: 36px;
}
.title-div {
    background-color: #96C6DF;
    height: 175px;
    width: 100%;
    margin-top: 0px;
}
.pa-btm-div {
    display: block;
    border-top: medium solid #333132;
    width: 300px;
    height: 712px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    justify-content: center;
}
.pa-btm-div p {
    font-family: serif;
    font-size: 20px;
    color: #333132;
    text-align: center;
    margin-right: auto;
    margin-left: -25px;
}
.email-btn-pa {
    background-color: #3359A0;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 128px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.email-btn-pa a {
    font-family: serif;
    color: #FFFFFF;
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    display: block;
}
.pa-side-txt-div p {
    text-align: left;
    font-size: 22px;
}
.pa-div {
    width: 80%;
    float: left;
    margin-left: 10%;
    margin-top: 50px;
    margin-bottom: 30px;
}
.pa-div p {
    font-family: serif;
    font-size: 24px;
    margin-top: 30px;
    color: #333132;
}
.pa-div h2 {
    color: #3359A0;
    font-family: serif;
    font-size: 24px;
}
.pa-div h1 {
    font-family: serif;
    font-size: 36px;
    color: #333132;
}
.pa-div-link-txt {
    color: #3359A0;
    font-family: serif;
    font-size: 24px;
    font-weight: bold;
}
.contact-txt-div {
    height: 165px;
    font-family: serif;
    font-size: 29px;
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
    padding-top: 35px;
    padding-bottom: 20px;
}
.contact-txt-div p {
    font-family: serif;
    font-size: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
}
.contact-div form textarea {
    width: 70%;
    padding-left: 10px;
    padding-right: 10px;
    font-family: serif;
    font-size: 18px;
    color: #333132;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border: 4px solid #797CA0;
    border-radius: 4px;
    background-color: #C9CDD8;
    margin-bottom: 20px;
    height: 200px;
    padding-top: 20px;
}
.contact-input {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-family: serif;
    color: #333132;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 4px solid #797CA0;
    height: 40px;
    border-radius: 4px;
    background-color: #C9CDD8;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 10px;
}
.contact-div {
    background-color: #C9CDD8;
    height: 780px;
    font-size: 36px;
    padding-top: 30px;
    padding-bottom: 15px;
    text-align: center;
    min-width: 350px;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
.contact-disc-div {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.send-div {
    width: 145px;
    margin-right: auto;
    flex: 1;
    margin-left: auto;
    margin-top: 20px;

}
.map-div {
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/map-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
}
.map-contact-info {
    margin-left: auto;
    margin-right: auto;
    width: 340px;
    padding-left: 10%;
}
.map-emb-div {
    margin-left: auto;
    width: 370px;
    margin-right: auto;
    margin-bottom: 20px;
}
.map-div-txt {
    padding-left: 10px;
    font-size: 20px;
    color: #333132;
}
.index-hka-body-div {
    width: 95%;
    height: auto;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.index-hka-txt-body2 {
    font-size: 18px;
    color: #333132;
    font-family: serif;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.index-bio-btn {
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.index-hka-txt-div {
    padding-top: 0px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 50px;
}
.index-hka-txt-body1 {
    font-family: serif;
    font-size: 28px;
    color: #333132;
    width: 100%;
}
.index-hka-txt-h1 {
    font-size: 28px;
    color: #333132;
    height: auto;
    width: 95%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.index-hka-head-sm {
    width: 300px;
    background-image: url(../images/index-hka.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
}
.index-hka-head {
    width: 40%;
    background-image: url(../images/index-hka.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    display: none;
}
.index-hka-img-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 522px;
    padding-top: 0px;
    min-height: 1300px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;

}
.index-pa-div {
    height: 1700px;
    position: relative;
    width: 100%;
}
.index-pa-div-flex {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}
.index-pa-h1-div {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    width: auto;
}
.index-pa1 {
    width: 70%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.index-pa2 {
    width: 70%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.index-pa3 {
    width: 70%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.index-pa-col-txt-div {
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    min-height: 350px;
    position: relative;
}
.index-pa-txt-h1 {
    font-size: 40px;
    width: 100%;
    color: #333132;
    margin-left: auto;
    margin-right: auto;
    font-family: serif;
    margin-bottom: 50px;
}
.index-pa-txt-h2 {
    font-size: 34px;
    color: #333132;
    font-family: serif;
}
.index-pa-col-txt ul li {
    font-family: serif;
    font-size: 24px;
    color: #333132;
    padding-bottom: 15px;
    list-style-image: url(../images/dot.png);
    text-align: left;
	
}
main {
    min-height: 200px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    position: relative;
    min-width: 350px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.status {
    font-size: 16px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: #797CA0;
    font-family: serif;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}
.index-p4-div-flex {
    height: 800px;
    position: relative;
    padding-top: 70px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.index-p4-div-h1 {
    font-family: serif;
    font-style: normal;
    font-size: 40px;
    color: #333132;
    margin-top: 30px;
    text-align: center;
}
.index-p4-div-h2-2 {
    font-family: serif;
    color: #333132;
    font-size: 20px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    align-self: flex-end;
    margin-bottom: 10px;
    margin-top: 10px;
}
.index-p4-col1 {
    height: 175px;
    width: 170px;
    padding-right: 2%;
    padding-left: 2%;
    align-content: space-between;
    margin-left: auto;
    margin-right: auto;
    border-bottom: medium solid #333132;
    display: block;
    border-right-style: none;
    margin-top: 0px;
}
.index-p4-col3 {
    height: 175px;
    width: 170px;
    padding-right: 2%;
    padding-left: 2%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    border-bottom: medium solid #333132;
}
.index-p4-col2 {
    height: 175px;
    width: 275px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 2%;
    padding-left: 2%;
    border-bottom: medium solid #333132;
    border-right-style: none;
    margin-top: 0px;
}
.index-p5-div-flex {
    height: 600px;
    position: relative;
    padding-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-bottom: 100px;
}
.consulting-hero-txt-pos p {
    font-family: serif;
    font-size: 34px;
    color: #333132;
    margin-right: 0px;
    width: 95%;
    text-align: center;
}
.consulting-hero-txt-pos a {
    font-family: serif;
    font-size: 34px;
    color: #333132;
    text-align: center;
    width: 90%;
}

.consulting-hero-txt-pos {
    padding-top: 80px;
    padding-right: 0px;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    text-align: center;
    padding-left: 0px;
}
.consulting-hero-img {
    background-image: url(../images/consulting_bg.jpg);
    background-size: cover;
    height: 330px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
}
.consulting-txt-body {
    font-family: serif;
    color: #333132;
    font-size: 26px;
}
.consulting-txt-h1 {
    font-size: 42px;
    color: #333132;
    margin-left: auto;
    margin-right: auto;
    font-family: serif;
    margin-bottom: 50px;
    text-align: center;
}
.consulting-txt-div {
    width: 78%;
    position: relative;
    min-height: 700px;
    margin-left: auto;
    margin-right: auto;
}
.consulting-h1-div {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    width: 100%;
}
.consulting-txt-h2 {
    font-family: serif;
    color: #333132;
    font-size: 36px;
}
.consulting-hero-txt-pos p {
    font-family: serif;
    font-size: 30px;
    color: #333132;
    margin-right: auto;
    width: 95%;
    text-align: center;
    margin-left: auto;
}
.consulting-hero-txt-pos a {
    font-family: serif;
    font-size: 30px;
    color: #333132;
}
.consulting-txt-div ul li {
    display: list-item;
    font-size: 26px;
    margin-top: -50px;
	
}
.consulting-hiw-li1 {
    font-family: serif;
    color: #333132;
    font-size: 40px;
    list-style-image: url(../images/1s.png);
    margin-bottom: 50px;
    margin-left: 15px;
    margin-right: 15px;
}
.consulting-hiw-li2 {
    font-family: serif;
    color: #333132;
    font-size: 40px;
    list-style-image: url(../images/2s.png);
    margin-bottom: 50px;
    margin-left: 15px;
    margin-right: 15px;
}
.consulting-hiw-li3 {
    font-family: serif;
    color: #333132;
    font-size: 40px;
    list-style-image: url(../images/3s.png);
    margin-left: 15px;
    margin-right: 15px;
}
.consulting-txt-div p {
    font-size: 26px;
    color: #333132;
    margin-top: 50px;
}
.title-txt-v2 {
    font-family: serif;
    font-size: 48px;
    color: #333132;
    text-align: center;
    position: relative;
    padding-top: 80px;
}
.wwa-intro-txt {
    font-family: serif;
    font-size: 23px;
    margin-right: 20px;
    color: #333132;
    width: auto;
    min-width: 300px;
    margin-left: 20px;
    margin-bottom: 0px;
}
.title-div-v2 {
    height: 304px;
    background-image: url(../images/map-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
}
.wwa-intro-div {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    height: 400px;
    display: flex;
    min-width: 350px;
    margin-bottom: 78px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.index-hero p {
    font-family: serif;
    color: #333132;
    font-size: 38px;
    max-width: 414px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}
.cs-intro-div {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    min-height: 250px;
    margin-bottom: 50px;
}
.wwa-img-hka {
    background-image: url(../images/honey_kessler_amado.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    width: 400px;
    height: 530px;
    margin-top: 20px;
}
.wwa-bio-div {
    margin-right: auto;
    margin-left: auto;
    min-width: 310px;
    max-width: 522px;

}
.wwa-bio-div p {
    font-family: serif;
    font-size: 20px;
    color: #333132;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
    min-width: 320px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.wwa-body-div h1 {
    font-family: serif;
    font-size: 30px;
    color: #333132;
    width: 330px;
}
.wwa-bio-div ul li {
    font-family: serif;
    font-size: 20px;
    color: #333132;
    margin-bottom: 37px;
    margin-top: 15px;
    margin-left: 40px;
}
.wwa-img-hka2 {
    background-image: url(../images/honey_kessler_amado.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 300px;
    height: 450px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.wwa-body-div {
    min-height: 400px;
    margin-bottom: 140px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 310px;
}
.wwa-body-div h2 {
    font-family: serif;
    font-size: 22px;
    color: #333132;
    margin-top: 15px;
    width: 300px;
}
.wwa-img-jk2 {
    background-image: url(../images/dimitri_karagianides_clo_honey_kessler_amado.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 300px;
    height: 450px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.wwa-img-jk {
    background-image: url(../images/dimitri_karagianides_clo_honey_kessler_amado.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    width: 400px;
    height: 530px;
    padding-top: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.events-intro {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    height: 450px;
    width: 350px;
}
.events-intro-txt {
    font-family: serif;
    font-size: 24px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
    margin-bottom: 50px;
}
.events-intro {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    height: 600px;
}
.events-body-div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 200px;
}
.events-title-div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.iframe-pos {
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
    width: 90%;


}
.articles-intro {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    height: 350px;
    width: 350px;
}
.articles-list-div {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 1155px;
    width: 350px;
}
.index-pa-cases-btn {
    clear: both;
    float: none;
    margin-right: 0px;
    margin-left: 0px;
    width: auto;
    max-width: 330px;
    position: absolute;
    bottom: 0px;
    display: none;
}
.index-pa-cases-btn-sm {
    clear: both;
    float: none;
    margin-right: 0px;
    margin-left: 0px;
    width: auto;
    max-width: 330px;
    position: absolute;
    bottom: 0px;
    display: block;
}
.index-pa-cases-btn-sm a {
    text-align: center;
    background-color: #3459A0;
    color: #FFFFFF;
    text-decoration: none;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    width: auto;
    padding-left: 20px;
    font-family: serif;
    display: block;
}
.title-div-v3 {
    height: 304px;
    background-image: url(../images/map-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}
.cs-div-flex {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.index-cs1 {
    width: 70%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
.index-cs2 {
    width: 70%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: -145px;
}
.cs-intro-txt {
    font-family: serif;
    font-size: 23px;
    width: 271px;
    margin-left: auto;
    margin-right: auto;
    color: #333132;
}
.index-cs3 {
    width: 70%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: -165px;
}



}
