@font-face {
    font-family: "Crimson Pro";
    src: url("Crimson-Pro-ExtraLight.woff") format("woff");
}
@font-face {
    font-family: "Crimson Text";
    src: url("Crimson Text.woff") format("woff");
}
@font-face {
    font-family: "Crimson Text";
    src: url("Crimson-Text.woff") format("woff");
}

@font-face {
    font-family: "Crimson Text Regular";
    src: url("Crimson-Text-Regular.woff") format("woff");
}

@font-face {
    font-family: "Crimson Text Semibold";
    src: url("Crimson-Text-Semibold.woff") format("woff");
}

@font-face {
    font-family: "Crimson Text Bold";
    src: url("Crimson-Text-Bold.woff") format("woff");
}



@font-face {
    font-family: "Times New Roman";
    src: url("TimesNewRoman.woff") format("woff");
}
@font-face {
    font-family: "Times New Roman Bold";
    src: url("TimesNewRomanBold.woff") format("woff");
}

/*@font-face {
    font-family: "Neuton Light";
    src: url("Neuton-Light.woff") format("woff");
}*/



html{
    scroll-behavior: smooth;
}

body, html{
    font-family: Crimson Pro, sans-serif; !important;
    font-size: 19px;
    line-height: 1.4em;
    color: #494848;
    font-weight: lighter !important;
    transition: all 0.5s ease-out allow-discrete;
    transition: 200ms linear 50ms;
}
#block-acme-site-branding {
    width: auto;
    margin-top: 0px;
    text-align: center;
}
header {
    position: relative;
    z-index: 10;
    width: 100%;
        box-shadow: 9px 8px 23px #00000024;
}
a.site-logo img {
    width: 100%;
/*    max-width: 250px;*/
}
a.site-logo {
    display: block;
    margin: 0px auto;
    text-align: center;
    position: relative;
}
.region.region-header {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}
.flex_three{
   width: 30%; 
}
.container{
    max-width: 1180px;
    width: 100%;
    margin: 0px auto;
}
#block-acme-page-title{
    max-width: 1180px;
    width: 100%;
    margin: 0px auto;
    padding-top: 40px;
}
.content_section {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 30px;
}
#block-acme-breadcrumbs a {
    color: #555;
    text-decoration: none;
    font-size: 12px;
}

.footer_block h2 {
font-size: 21px !important;
  margin-bottom: 10px !important;
  text-align: left !important;
  color: #D5B64B !important;
  font-family: Crimson Pro;
  font-weight: lighter;
}
.breadcrumb {
    padding-bottom: 0px;
    margin-top: 10px;
}
.mainbanner nav.slick__arrow {
    z-index: 200 !important;
}

.supernavmenu {
    margin-top: 10px;
}
.region.region-main-menu {
    float: right;
    margin-top: 12px;
}

#block-mainnavigation li a {
    text-decoration: none;
    color: #676262;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: Lighter;
    margin: 1em 1.5em 1em 1.6em;
    font-family: Crimson Text Semibold;
    padding: 0px;
    padding-bottom: 4px;
}
#block-mainnavigation li a:hover{
    color: #996200 !important;
     -webkit-transition: 0.3s ease-in-out;
 -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#block-acme-bookappointment .field--name-body {
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
}
#headbar .telecontacts a {
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 24px !important;
}
#headbar .telecontacts a:hover{
    background: none !important;
}
#headbar .telecontacts {
    margin-right: 40px;
}
#headbar .formcontactlink {
    margin-right: 25px;
}
/*#block-mainnavigation ul.sf-menu ul li a{
        text-transform: capitalize;
    padding: 1.2em 1.5em;
    display: block;
    border-bottom: 1px dashed #ccc !important;
    font-size: 14px;
    position:relative;
 -webkit-transition: 0.3s ease-in-out;
 -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}*/
#block-mainnavigation li a:after {
border-radius: 0px;
    border-bottom: 1px solid #996200;
    content: "";
    position: absolute;
    right: 100%;
    left: 0;
    bottom:0;
    text-decoration: none !important;
    transition: right .4s cubic-bezier(0,.5,0,1);
}
#block-mainnavigation li  a:hover:after{
  right: 0;

}
#block-mainnavigation ul.sf-menu ul li a:last-child{
    border-bottom: 0px !important;
}

#block-mainnavigation ul.sf-menu ul {
       background: #fff !important;
    min-width: 180px;
    box-shadow: 1px 2px 4px rgb(0 0 0 / 25%) !important;
}
#block-mainnavigation li a:hover{
    color: #0c8b44;
}
#block-mainnavigation ul.sf-menu .sf-sub-indicator {
    right: -1em !important;
}




.supernavmenu ul#superfish-main {
    display: flex;
    flex-wrap: nowrap;
}
.toptalk h2 {
    font-size: 16px;
    margin: 0px;
}
.toptalk .field--name-field-contact-icon img {
    width: 24px;
    height: auto;
}
.sideappointment a {
    background: #e8c4127a;
    display: block;
    padding: 20px 20px;
    color: #5f3f3f;
    text-decoration: none;
    font-size: 24px;
    border: 1px solid #996200;
    border-radius: 5px;
    font-weight: bold;
}
.sideappointment a:hover {
    background: #e8c412;
/*    color: #ffd300;*/
    border: 1px solid #000000;
}



/*=== HOME PAGE =====*/

.path-frontpage .outputwrap {
    background: #fff;
    padding-top: 30px;
}
.path-frontpage .region-projects-region {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 32%;
}
.path-frontpage #projects {
    background: #f3f3f3;
    overflow: hidden;
    position: relative;
}
.path-frontpage #projects:before {
    content: "";
    background: url(counsel-kimara.png) no-repeat;
    position: absolute;
    width: 430px;
    height: 100%;
    left: 0px;
    background-size: 100%;
}
.path-frontpage .counselintro .field.field--name-field-block-title {
    text-transform: uppercase;
    font-size: 28px;
}
.path-frontpage .counselintro .field.field--name-field-mp-name {
    color: #996200;
    font-weight: bolder;
    font-size: 21px;
    font-family: 'Crimson Text Semibold';
}
.path-frontpage .counselintro h2{
    text-transform: uppercase;
    color: #996200;
    font-size: 40px;
    line-height: 0.98em;
    font-family: 'Crimson Text';
}



.path-frontpage .tertiaryswrap {
    background: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}
.path-frontpage .tertiaryswrap .container{
    background: url("law-practice.png") no-repeat;
    background-position: right;
    background-size: auto 100%;
    padding: 50px 0px 50px 0px;
}
.practice-index .view-content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.practice-index .views-row {
    border: 1px solid;
    border-radius: 11px;
    width: 26%;
    text-align: center;
    padding: 25px 10px 25px 10px;
}
.practice-index .views-row:hover{
    border: 1px solid #d5b64b;
    background: #e8c4121c;
}
.practice-index,
.practice-index-title {
    margin-right: 42%;
}
.practice-index-title {
    border: 1px solid;
    border-radius: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.practice-index .views-field-field-upload-icon img {
    width: 70px;
    height: auto;
}
.practice-index .views-field-title {
    margin-bottom: 10px;
    margin-top: 10px;
}
.practice-index .views-field-title a {
    text-decoration: none;
    text-transform: uppercase;
    color: #ccc;
    font-size: 21px;
}

.practice-index  .practice-morelink a {
    text-decoration: none;
    color: #D5B64B;
    font-weight: bold;
    display: block;
    font-size: 17px;
}
.practice-index .practice-morelink:after {
    width: 9px;
    height: 10px;
    left: 131px;
    top: 10px;
}
.practice-index .practice-morelink:hover:after{
    left: 137px;
}
.practice-index-title h3 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1em;
    margin: 0px;
    color: #D5B64B;
    padding-left: 10%;
    padding-right: 10%;
    font-weight: lighter;
}
.practice-index-title h4 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}





#block-acme-missionstatement img,
#block-acme-visionstatement img {
    width: 90px;
    height: auto;
    float: left;
    margin-right: 30px;
}

#block-acme-visionmission h2{
    text-transform: uppercase;
    color: #996200;
    font-size: 40px;
    line-height: 0.98em;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Crimson Text';
}

#block-acme-missionstatement h2,
#block-acme-visionstatement h2{
    color: #996200;
    text-transform:uppercase;
    font-size: 19px;
    font-family: 'Crimson Text Semibold';
}
.visionblock {
    padding-left: 40%;
    text-align: justify;
}

.path-frontpage #about, .page-node-2 #about {
    margin-bottom: 50px;
}

.path-frontpage .region-about-region,
.page-node-2 .region-about-region{
    background: url(visionimage.jpg) no-repeat;
    background-position: left;
    background-size: 36% auto;
}












/* INTERNAL PAGE SIDEBAR STYLES*/
.sidebar-right-region {
    width: 100%;
    max-width: 330px;
    margin-left: 40px;
}
.bodycontent {
    width: 100%;
    /* float: left; */
}
.pagewraps {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.sidebar-right-region h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #996200;
}
.headerwrapright img {
    margin-bottom: -6px;
}
.headerwrapleft .teamcontacts {
    margin-top: 21px;
    color: #262525;
    font-size: 20px;
    font-family: 'Crimson Pro';
    margin-bottom: 15px;
}
.headerwrapleft .teamcontacts strong {
    font-family: 'Crimson Text Semibold';
}
.headerwrapleft {
    z-index: 300;
}
a.linkedinprofile {
    display: block;
    border: 1px solid #000;
    text-decoration: none;
    padding: 5px 20px 5px 30px;
    border-radius: 3px;
    color: #000;
    font-size: 16px;
    width: 100px;
}
.headerwrapleft .teamcontacts a {
    text-decoration: none;
    color: #000;
}
a.linkedinprofile:hover {
    background: #D5B64B !important;
}











/*===== ABOUT US PAGE =======*/

.page-node-2 .outputwrap {
    background: #fff;
    padding-top: 50px;
}

.page-node-2 .tertiaryswrap {
    background: #f3f3f3;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.page-node-2 .tertiaryswrap:before{
    content: "";
    background: url(angleshot.png) no-repeat;
    position: absolute;
    width: 630px;
    height: 100%;
    right: 0px;
}

.page-node-2 .tertiaryswrap  h2,
.page-node-2 #block-acme-practice-areas-mainpage-block h2{
    text-transform: uppercase;
    color: #996200;
    font-size: 40px;
    line-height: 0.98em; 
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Crimson Text';
}
.page-node-2 #block-acme-practice-areas-mainpage-block h2{
    width: 51%;
    margin-bottom: 30px;
}
.page-node-2 .tertiaryswrap #block-acme-ourcorevalues {
    padding-top: 40px;
    padding-bottom: 40px;
}

























/*======INTERNAL PAGE STYLES========*/
.path-node .herowrap {
    position: relative;
    min-height: 330px;
/*    background: #E8C412;*/
    background: #c39835;
    margin-bottom: 20px;
}
.path-node .herowrap:after{
    background: url("logo-patterns-black.png") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  position: absolute;
  top: 0;
  height: 100%;
  background-size: 520px;
  right: 0;
  background-position: right;
}
.headerwraps {
  display: flex;
  justify-content: space-between;
  width: 1180px;
  margin: 0px auto;
  overflow: hidden;
}
.headerwrapright {
    z-index: 100;
}
.headerwrapleft h2 {
  text-transform: uppercase;
  color: #000;
  padding-top: 40px;
}
.headerwrapleft h3 {
    text-transform: uppercase;
  color: #000;
  font-size: 50px;
  padding-right: 130px;
  line-height: 0.98em;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Crimson Text Semibold;
}
.headerwrapright .image-style-large {
 margin-bottom: -6px;
  bottom: 0px;
  z-index: 200;
}
.page-node-type-team .headerwrapright img {
  margin-bottom: -10px;
}
.path-node #block-acme-site-branding {
    width: auto;
    margin-top: 0px;
    text-align: center;
}
.site-name a {
    color: #1f7303;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 65px;
/*    font-family: 'Minion Variable';*/
}
.site-slogan {
    color: #ccc;
    margin-top: 10px;
    font-size: 26px;
}

.path-node h1.page-title {
  color: #001025;
  font-family: Crimson Text Semibold;
  font-size: 52px;
  text-align: left;
  text-shadow: none;
  text-transform: uppercase;
}
.path-node main {
    background: #ffffff;
        margin-bottom: 30px;
}
.path-node.page-node-type-institution .field--name-field-institution-logo img {
    max-width: 450px;
    height: auto;
    width: 100%;
}


/*.fixednav*/
#headbar{
width: 100%;
    z-index: 0;
    position: relative;
}
.mainnavmenu ul.menu {
    margin: 0px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding-top: 35px;
    padding-bottom: 14px;
}
.mainnavmenu ul.menu li, .mainnavmenu ul.menu li a {
/*    font-family: 'Minion';*/
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
}
.mainnavmenu ul.menu li:after {
    border-radius: 1em;
    border-top: 1px solid #ffb206;
    content: "";
    position: absolute;
    right: 100%;
    left: 0;
    bottom: 0;
    text-decoration: none !important;
    transition: right .4s cubic-bezier(0,.5,0,1);
}
.mainnavmenu ul.menu li:hover, .mainnavmenu ul.menu li a:hover{
    color: #996200 !important;
    cursor: pointer;
}
.mainnavmenu ul.menu li:hover:after{
  right: 0;
}





#headbar .bookappointment a {
    color: #5D5D5D;
    text-decoration: none;
    border: 1px solid #5D5D5D;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 17px;
    max-width: 170px;
    width: 100%;
/*    display: block;*/
}
#headbar .bookappointment a:hover {
    color: #000000;
    border: 1px solid #5D5D5D;
    background: #d5b64b8a;
}
#headbar .bookappointment p {
    margin: 0px;
}



.herowrap {
    position: relative;
    margin-bottom: 70px;
}
.herowrap:after {
    content: "";
    height: 30px;
    background-image: url(/lima/themes/acme/css/bgpattern.svg);
    background-size: 138px 141px;
    width: 100%;
    bottom: 0px;
    position: absolute;
    left: 0;
}

















.footer_block:before {
    content: "";
    height: 30px;
    background-image: url(/lima/themes/acme/css/bgpattern.svg);
    background-size: 138px 141px;
    width: 100%;
    top: 0px;
    position: absolute;
    left: 0;
}








.frontgallery ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.frontgallery ul li {
    margin: 0px;
    list-style: none;
    margin-bottom: 20px;
}







/*==== MAIN TEAM PAGE STYLING ======*/
.member-profile .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.homepage_team .views-row {
    width: 16% !important;
}
.homepage_team h2 {
    text-transform: uppercase;
    color: #996200;
    font-size: 40px;
    line-height: 0.98em;
    font-family: 'Crimson Text';
}
.member-profile .views-row {
    border: 1px solid #C5C5C5;
    width: 20%;
    margin-bottom: 40px;
    background: #f3f3f3;
    border-radius: 8px;
    overflow: hidden;
    padding:5px 12px 5px 12px;
}
.member-profile .views-row h3{
    margin: 0px;
    font-family: 'Crimson Text Semibold';
    padding-top: 5px;
    font-size: 21px;
}
.member-profile .views-row h3 a {
    text-decoration: none;
    color: #43423D;
}
.member-profile .views-row img {
    width: 100%;
    height: auto;
}
p.profile-title {
    padding: 4px 0px;
    margin: 0px;
    font-size: 17px;
}
.member-profile .views-row .viewlink a {
    font-size: 15px;
    text-decoration: none;
    color: #996200;
    font-family: 'Crimson Text Semibold';
}
.member-profile .views-row .viewlink a:hover {
    color: #E8C412;
}
#block-teamviews-mainpage-block {
    margin-top: 60px;
}
.member-profile .views-row .viewlink {
    border-bottom: 1px solid #996200;
    padding-bottom: 10px;
}
.member-profile .views-row:hover{
    border: 1px solid #996200;
    background: #e8c41233;
}



/*PARTNERS LOGO STYLES*/
.partnersclients {
    padding: 30px 0px 50px 0px;
}
.partnersclients h2 {
    text-transform: uppercase;
/*    color: #996200;*/
    font-size: 40px;
    line-height: 0.98em;
    font-family: 'Crimson Text';
}
.partners .view-content .views-row {
    width: 12%;
/*    border: 1px solid #ebe6e6;*/
    padding: 0px 27px;
}
.partners .view-content img {
    width: 100%;
    height: auto;
}
.partners .view-content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}














/*PRACTICE AREAS MAIN PAGE STYLING*/
.practitle {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.practice-main {
    margin-bottom: 40px;
}
.practice-main .views-row {
    width: 29%;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 20px;
}
.practice-main .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.practice-main .views-field-title a,
.titleleft a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 25px;
    text-align: left !important;
    justify-content: left;
    color: #494848;
    font-weight: bold;
}
.practice-main .views-field-title {
    text-align: left;
    padding-right: 30%;
}
.practice-morelink {
    position: relative;
}
.practice-morelink:after{
    content: "";
    background: url(more-arrow.svg) no-repeat;
    position: absolute;
    width: 10px;
    height: 20px;
    left: 90px;
    top: 10px;
    transition: all 0.5s ease-out allow-discrete;
    transition: 200ms linear 50ms;
}
.practice-morelink:hover:after{
    left: 100px;
    transition: all 0.5s ease-out allow-discrete;
    transition: 200ms linear 50ms;
}
.practice-morelink a {
    text-decoration: none;
    color: #D5B64B;
    font-weight: bold;
    display: block;
    transition: all 0.5s ease-out allow-discrete;
    transition: 200ms linear 50ms;
}
.practice-morelink a:hover{
    text-decoration: underline;
    transition: all 0.5s ease-out allow-discrete;
    transition: 200ms linear 50ms;
}
/*.practice-morelink:after{
    background: url(more-arrow.svg) no-repeat;
    position: absolute;
    background-size: 20px;
}*/
.titleleft {
    text-align: left;
    width: 60%;
}
.titleright img {
    width: 60px;
    height: auto;
}




.page-node-42 .outputwrap {
    background: #f0f0f0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-node-42 .member-profile .views-row {
    background: #fff;
}





/*PRACTICE AREAS FOOTER BLOCK LISTS SUMMARY*/
.practice_footer .view-content {
    display: flex;
    justify-content: space-between;
}
.practice_footer .view-content .views-row {
    border: 1px solid #99620080;
    border-radius: 10px;
    padding: 25px 10px 15px 10px;
    text-align: center;
    width: 13%;
    background: #fff;
}
.practice_footer .views-row .views-field-title a {
    text-decoration: none;
    text-transform: uppercase;
    color: #494848;
    font-size: 20px;
    font-weight: bold;
}
.practice_footer .views-row .views-field-title {
    margin-bottom: 15px;
    line-height: 1.1em;
}
.practice_footer h2 {
    font-size: 38px;
    text-transform: uppercase;
}
.practice_footer {
    padding-bottom: 40px;
    padding-top: 30px;
}
.page-node-39 .outputwrap,
.page-node-type-practice_area  .outputwrap,
 .outputwrap{
    background: #F3F3F3;
}
.practice_footer .view-content .views-row img {
    max-width: 50px;
    height: auto;
    width: 100%;
}





/*PRACTICE AREAS INTERNAL PAGE STYLING*/
.side-keycontacts .views-row {
    padding: 6px 0px 1px 0px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 4px;
}

.side-keycontacts .key-contactwrap {
    display: flex;
    flex-wrap: nowrap;
}
.side-keycontacts .key-contactwrap h4 {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}
.side-keycontacts .key-contactwrap h4 a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
}
.side-keycontacts .kcw-right {
    margin-left: 12px;
}
.side-keycontacts .kcw-right a {
    text-decoration: none;
    font-size: 16px;
    color: #996200;
}
.side-keycontacts .kcw-left {
    padding-left: 6px;
}
.side-keycontacts .kcw-left img {
    background: #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
}













.path-node .footer_block{
    margin-top: 0px;
}

.footer_block {
    background: #121313;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.footer_block:before{
    content: "";
    background: url(designarrow.svg) no-repeat;
    position: absolute;
    width: 100%;
    height: 22px;
    margin: 0px auto;
    text-align: center;
    background-size: 60px;
    background-position: center;
}
.region.region-footer {
    display: flex;
    justify-content: space-between;
}
.footer_block h4 {
/*    font-family: Minion Variable;*/
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: capitalize;
}
.footer_block p{
 line-height: 1.5em;
  margin: 0px;
  font-size: 18px;
  font-weight: lighter;
  color: #939191;
}

.footer_block a {
    color: #939191;
    text-decoration: none;
}
.headcontainer{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.header_block {
    width: 21%;
}
#headbar {
    width: 81%;
    z-index: 0;
    position: relative;
}

#block-copyright {
border-top: 1px dashed #2f2f2f;
  margin-top: 30px;
  padding-top: 20px;
  text-align: center;
  font-size: 16px;
  padding-bottom: 0px;
}
#block-copyright p {
  font-size: 17px;
  }

.locmap iframe {
    width: 100%;
}
.locmap p {
    padding: 0px;
    margin: 0px;
}



