/* ---- Calibri font ---- */
@font-face {
  font-family: Calibri;
  src: url('/themes/igd/webfonts/calibri.ttf') format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: Calibri;
  src: url('/themes/igd/webfonts/calibrib.ttf') format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: Calibri;
  src: url('/themes/igd/webfonts/calibrii.ttf') format("truetype");
  font-style: italic;
}
@font-face {
  font-family: Calibri;
  src: url('/themes/igd/webfonts/calibriz.ttf') format("truetype");
  font-style: italic;
	font-weight: bold;
}
@font-face {
  font-family: Calibri Light;
  src: url('/themes/igd/webfonts/calibril.ttf') format("truetype");
}
@font-face {
  font-family: Calibri Light;
  src: url('/themes/igd/webfonts/calibrili.ttf') format("truetype");
	font-style: italic;
}
/* ---- EOF Calibri font ---- */

/* ---- Lato font ---- */
@font-face {
  font-family: Lato;
  src: url('/themes/igd/webfonts/Lato-Regular.woff2') format("woff2");
       url('/themes/igd/webfonts/Lato-Regular.woff') format("woff");
  font-weight: normal;
}
@font-face {
  font-family: Lato;
  src: url('/themes/igd/webfonts/Lato-Bold.woff2') format("woff2");
       url('/themes/igd/webfonts/Lato-Bold.woff') format("woff");
  font-weight: bold;
}
@font-face {
  font-family: Lato;
  src: url('/themes/igd/webfonts/Lato-Italic.woff2') format("woff2");
       url('/themes/igd/webfonts/Lato-Italic.woff') format("woff");
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url('/themes/igd/webfonts/Lato-BoldItalic.woff2') format("woff2");
       url('/themes/igd/webfonts/Lato-BoldItalic.woff') format("woff");
  font-style: italic;
	font-weight: bold;
}
@font-face {
  font-family: Lato Light;
  src: url('/themes/igd/webfonts/Lato-Light.woff2') format("woff2");
       url('/themes/igd/webfonts/Lato-Light.woff') format("woff");
}
@font-face {
  font-family: Lato Light;
  src: url('/themes/igd/webfonts/Lato-LightItalic.woff2') format("woff2");
       url('/themes/igd/webfonts/Lato-LightItalic.woff') format("woff");
	font-style: italic;
}
@font-face {
  font-family: Lato Black;
  src: url('/themes/igd/webfonts/Lato-Black.woff2') format("woff2");
       url('/themes/igd/webfonts/Lato-Black.woff') format("woff");
}
@font-face {
  font-family: Lato Black;
  src: url('/themes/igd/webfonts/Lato-BlackItalic.woff2') format("woff2");
       url('/themes/igd/webfonts/Lato-BalckItalic.woff') format("woff");
	font-style: italic;
}
/* ---- EOF Lato font ---- */
/* ---- Futura font ---- */
@font-face {
  font-family: Futura;
  src: url('/themes/igd/webfonts/Futurah.ttf') format("truetype");
}
@font-face {
  font-family: Futura;
  src: url('/themes/igd/webfonts/Futurahi.ttf') format("truetype");
	font-style: italic;
}
/* ---- EOF Futura font ---- */
/* Header */
header {
  position: fixed;
  top: 0;
  z-index: 99;
  background: #ffffff;
}
#header{
	text-align:center;
}
#header-logo-title-wrapper {
  margin-bottom: -15px;
}
#header-logo-wrapper,
#header-title-wrapper,
#footer-logo-wrapper,
#footer-title-wrapper {
  display: inline-block;
}
#header-logo-title-wrapper,
#header-logo-wrapper img,
#header-title-wrapper {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#header-logo-wrapper img {
  height: 100px;
}
#header-title-wrapper,
#footer-title-wrapper {
  font-family: Futura;
  text-transform: uppercase;
  vertical-align: middle;
}
#header-title-wrapper {
  font-size: 5em;
  color: #08103d;
  padding-left: 2rem;
  letter-spacing: -.02em;
}
header.sticked #header-logo-title-wrapper {
  margin-bottom: -10px;
}
header.sticked #header-logo-wrapper img {
  height: 45px;
}
header.sticked #header-title-wrapper {
  font-size: 2.5em;
}
header.sticked #main-navigation-wrapper ul:not(.contextual-links) li a {
  font-size: 1em;
  padding: 1rem 1.5rem;
}

/* Navigation */
.navigation-wrapper{
	background: #08103d;
    color: #ffffff;
}
#navigation a{
  font-family: Futura !important;
}
.top-bar li a {
  display: inline-block;
  vertical-align: middle;
  font-size: .98em;
}
.navigation ul.menu.main{
	display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
}
ul#superfish-main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
ul.sf-menu a, ul.sf-menu span.nolink{
	font-family: Futura !important;
}
.navigation-wrapper ul:not(.contextual-links) li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.navigation-wrapper ul:not(.contextual-links) li a {
  font-family: Futura;
  color: #ffffff;
  font-size: 1.2em;
  padding: 1.2rem 1.9rem;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navigation-wrapper ul:not(.contextual-links) li a:hover,
.navigation-wrapper ul:not(.contextual-links) li a:focus {
  background: #a9a9a9;
}
.navigation-wrapper ul:not(.contextual-links) li a.active {
  color: #a9a9a9;
}
.navigation-wrapper ul:not(.contextual-links) li a.active:hover,
.navigation-wrapper ul:not(.contextual-links) li a.active:focus {
	color: #08103d;
}
header.shrink #header-logo-title-wrapper {
  margin-bottom: -10px;
}
header.shrink #header-logo-wrapper img {
  height: 45px;
}
header.shrink #header-title-wrapper {
  font-size: 2.5em;
}
#showMenu{
	top:80px;
}
.mobile-menu ul.menu{
	display:block;
}
#showMenu .hambLine1, #showMenu .hambLine2, #showMenu .hambLine3 {
    background-color: #08103d !important;
}
.flex-direction-nav a:before{
	font-size:30px;
}
#block-mainnavigation{
	float:right;
}
#block-freecaseevaluationfooterbutton{
	margin-right: 20px;
    margin-top: 5px;
}
/* Baner */
.flexslider{
	border:0 !important;
}
#banner .column, .columns{
	padding-left:0 !important;
	padding-right:0 !important;
}
.fp-banner-text{
	position: absolute;
    bottom: 7%;
    background: rgba(255,255,255,0.4);
    width: 100%;
    text-align: center;
    padding: 0.7rem 0;
}
.fp-banner-title h2{
	font-family: 'Futura';
    font-size: 1.34vw;
    text-shadow: 0 1px 6px #ffffff;
    filter: drop-shadow(0 -1px 9px #ffffff);
}
/* Sticky nav */

.sticky-nav  {
  width: 100%;
  /* animation magic */
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  z-index: 99;
}

.fixed {
    box-shadow:0 2px 6px rgba(0,0,0,0.2);
    animation:slide-down 0.7s;
    opacity:0.9;
	position:fixed;
	top:0px;
	background:#ffffff;
}

.local-outreach p {
	text-align:left;
	margin: 0;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}
/* Page */
.page-title, .front-page-flipping-cards-block h2 {
    font-family: Futura;
    letter-spacing: -.05em;
    color: #000000;
    font-size: 4em;
}
.front-welcome-site-name {
    color: #08103d;
}
#content .block h2 {
    font-family: Futura;
    letter-spacing: -.015em;
    font-size: 2em;
	text-align:center;
}
#block-views-block-front-page-flipping-cards-block-block-1 h2{
	padding-top:50px;
}
/* Buttons */
.btn,
button,
input[type="button"],
input[type="submit"] {
	font-size: 1.1em;
	text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  font-family: Lato;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn {
	font-size: 1.1em;
  background: transparent;
  border: 2px solid #ffffff;
  padding: 5px 30px;
  color: #ffffff;
  display: inline-block;
}
button,
input[type="button"],
input[type="submit"] {
  background: #08103d;
  border: 2px solid #ffffff;
  padding: 10px 80px;
  color: #ffffff;
  min-height: 45px;
  display: block;
  margin: 0 auto;
}
.btn:hover,
.btn:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	text-decoration: none;
  background: #ffffff;
  border: 2px solid #08103d;
  color: #08103d;
}

.btn.extended {
  padding: 10px 80px;
}

.btn.large-font {
  font-size: 1.3em;
}

.grey-white-btn {
  background: #0a113c;
  border: 2px solid #ffffff;
  margin-top: 5px;
}
.grey-white-btn:hover,
.grey-white-btn:focus {
  background: #ffffff;
  border: 2px solid #0a113c;
  color: #2d2d2d;
}

.black-white-btn {
  background: #000000;
  border: 2px solid #000000;
}

.black-white-btn:hover,
.black-white-btn:focus {
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
}
.front-page-about-us-btn-wrapper,
.all-services-btn-wrapper {
  margin-top: 3em;
  margin-bottom: 1em;
}
/* Flip card */
/* About Us Flipping Cards */

.flipping-cards-wrapper .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flipping-card{
  margin: 1rem;
  cursor: pointer;
}

.flipping-cards-wrapper .container{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.flipping-cards-wrapper .front,
.flipping-cards-wrapper .back{
    background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center;
  min-height: 280px;
  height: auto;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
}

.flipping-cards-wrapper .back{
  background: #08103d;
}

.flipping-cards-wrapper .front:after{
  position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}
.flipping-cards-wrapper .container:hover .front,
.flipping-cards-wrapper .container:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.flipping-cards-wrapper .back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	opacity:0;
}
.flipping-cards-wrapper .back:hover{
		opacity:1;
}
.flipping-cards-wrapper .inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
}

.flipping-cards-wrapper .container .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.flipping-cards-wrapper .container .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.flipping-cards-wrapper .container:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.flipping-cards-wrapper .container:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.flipping-cards-wrapper .front .inner p {
  font-size: .9em;
  margin-bottom: 1rem;
  position: relative;
  line-height: 1;
  text-transform: uppercase;
  color:#ffffff;
}

.flipping-cards-wrapper .front .inner p:after{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}
.flipping-cards-wrapper .back .inner p {
  color:#ffffff;
  line-height:1.0;
}

.flipping-cards-wrapper .front .inner {
  font-family: Futura;
}

.flipping-cards-wrapper .front .inner span{
  color: rgba(255,255,255,0.7);
  font-family: Futura;
  font-weight: 300;
}

.back .inner p a {
    font-size: 18px;
}

.flipping-cards-wrapper .inner a {
    color: #ffffff;
}
/* End of About Us Flipping Cards */
/* Practice Areas */
.practice-area-main-title {
  font-size: 2.2em;
  margin-top: 0;
}
.practice-area-sub-title {
  font-size: 1.5em;
}
.practice-areas-tabs .tabs-title a {
  background: #08103d;
  color: #ffffff;
  padding: 1rem;
  line-height: 1.4;
  display: block;
  font-size: 1.2em;
  border-bottom: 1px solid #ffffff;
  font-family: Lato;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.practice-areas-tabs .tabs-title a:hover,
.practice-areas-tabs .tabs-title a:focus,
.practice-areas-tabs .tabs-title.is-active a {
  background: #7f7f7f;
}
#practice-areas-tabs-content {
  border: none;
}
.practice-areas-tabs-content .tabs-panel {
  padding-top: 0.25rem;
}
.practice-areas-tabs-wrapper {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: -2px 4px 9px 1px rgba(8,16,61,0.3);
  -moz-box-shadow: -2px 4px 9px 1px rgba(8,16,61,0.3);
  box-shadow: -2px 4px 9px 1px rgba(8,16,61,0.3);
}
#motor-carrier-licensing-compliance-enforcement .practice-area-sub-item:first-of-type .practice-area-sub-title,
#real-estate .practice-area-sub-item:first-of-type .practice-area-sub-title,
#motor-carrier-commercial-vehicle-licensing-compliance-enforcement .practice-area-sub-item:first-of-type .practice-area-sub-title {
  display: none;
}
/* Team Members */
.attorney-section-container{
	padding-top: 3rem;
}
.attorney-container h2 {
    font-family: Futura !important;
    letter-spacing: -.015em !important;
    font-size: 2em !important;
	text-align:left !important;
}
.att-width{
	max-width:75rem !important;
}
.attorney-content-container{
	padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
}
.attorneys-team-cards-wrapper,
.attorneys-staff-cards-wrapper{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.team-member,
.staff-member {
  position: relative;
}
.team-member-container,
.staff-member-container {
  flex: 1 0 20%;
  width: calc(20% - 2rem);
  max-width: 25%;
  margin: 1rem;
}
.team-member-path,
.staff-member-path {
  display: block;
}
.team-member-text-wrapper,
.staff-member-text-wrapper {
  position: absolute;
  bottom: 0;
  text-align: center;
  font-family: Futura;
  background-color: rgba(0,0,0,.6);
  width: 100%;
}
.team-member-image,
.staff-member-image {
  margin: 0 auto;
  display: block;
}
.staff-member-image {
  aspect-ratio: 1;
  min-width: 175px;
}
.staff-member-container {
  max-width: 175px;
}
.staff-member-text {
  margin: .5rem 0;
  padding: 0 10px;
  color: #ffffff;
  font-family: Lato;
  font-size: 1em;
  font-size: min(17px, 1.5em);
}
.attorneys-staff-cards-wrapper {
  margin-top: 3rem;
}



.team-member-text-wrapper {
  height: 28%;
  -webkit-transition: height .4s ease;
  -moz-transition: height .4s ease;
  -ms-transition: height .4s ease;
  -o-transition: height .4s ease;
  transition: height .4s ease;
}
.team-member-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.team-member-name {
  margin: .5rem 0;
  padding: 0 10px;
  color: #ffffff;
  font-family: Lato;
  font-size: 1.22em;
  font-size: min(20px, 1.4em);
  line-height: 1.1em;
}
.team-member-title {
  opacity: 0;
  height: 0;
  margin: 0;
  font-family: Calibri;
  font-weight: normal;
  color: #ffffff;
  font-size: 1em;
  font-size: min(17px, 1em);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.team-member:hover .team-member-text-wrapper {
  height: 100%;
}
.team-member:hover .team-member-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.team-member:hover .team-member-title {
  opacity: 1;
  height: auto;
  margin-top: 1rem;
}
.page-node.node-type-attorneys .page-title {
  display: none;
}
.attorney-main-photo img {
  width: 100%;
}
.attorney-name {
  margin-top: 0;
  margin-bottom: 0;
}
.attorney-title {
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 1.25em;
  font-family: Lato;
  color: #7f7f7f;
}
.attorney-personal-info-wrapper>hr:first-of-type {
  margin: 0.75rem auto;
}
.attorney-contact-info-wrapper>div {
  white-space: nowrap;
  background: #e6e6e6;
  color: #08103d;
  padding: .2rem;
  margin-top: 0.1rem;
}
.attorney-contact-info-wrapper>div>.icon,
.attorney-contact-info-wrapper>div>.field {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.attorney-contact-info-wrapper>div>.icon {
  font-size: 1.75em;
  width: 20%;
  margin-right: -8px;
  text-align: center;
}
.attorney-contact-info-wrapper>div>.field {
  width: 80%;
  font-family: Lato;
}
div.attorney-address>.icon,
div.attorney-address>.field {
  vertical-align: top;
  margin-top: 0.25rem;
}
ul#attorney-tabs {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul#attorney-tabs li.tabs-title {
  flex: 1 0 25%;
  padding: 0;
  float: none;
}
ul#attorney-tabs li.tabs-title.is-active,
ul#attorney-tabs li.tabs-title:active {
  background: #e6e6e6;
}
.attorney-tabs .tabs-title>a,
.attorney-tabs .accordion-title {
  color: #08103d;
  font-size: 0.9em;
  font-family: Lato;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.attorney-tabs-wrapper .tabs-panel,
.attorney-tabs-wrapper .accordion-content {
  background: #e6e6e6;
}
.attorney-tabs .accordion-item.is-active .accordion-title {
  background: #e6e6e6;
  border-top: 1px solid #08103d;
  border-bottom: 1px solid #08103d;
}
.attorney-tabs .accordion-item:first-of-type .accordion-title {
  border-top: 1px solid #e6e6e6;
}
.tabs-panel .field,
.practice-areas-tabs-content .tabs-panel .practice-area-wrapper {
  animation-duration: 1s;
  animation-name: fadeOut;
}
.tabs-panel.is-active .field,
.practice-areas-tabs-content .tabs-panel.is-active .practice-area-wrapper {
  animation-duration: 1s;
  animation-name: fadeIn;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}


@media screen and (max-width: 1024px) {
  .team-member-container,
  .staff-member-container {
    padding: 1rem;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .team-member-container {
    flex: 1 0 33%;
    width: calc(33% - 2rem);
    max-width: 33%;
  }
  .staff-member-container {
    flex: 1 0 50%;
    width: calc(50% - 2rem);
    max-width: 50%;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .team-member-container {
    flex: 1 0 50%;
    width: calc(50 - 2rem);
    max-width: 50%;
  }
  .staff-member-container {
    flex: 1 0 50%;
    width: calc(50% - 2rem);
    max-width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .team-member-container,
  .staff-member-container {
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
/* Contact Us */
.contact-us-info-wrapper div {
  white-space: nowrap;
  margin-bottom: 0.5rem;
}
.contact-us-info-wrapper .icon,
.contact-us-info-wrapper .icon div {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.contact-us-info-wrapper .icon {
  font-size: 1.5em;
  width: 20%;
  margin-right: -15px;
  text-align: center;
  display:inline-flex;
}
.contact-us-office-hours {
  width: 80%;
  font-family: Lato;
  display:inline-flex;
}
.contact-us-phone {
  width: 80%;
  font-family: Lato;
  display:inline-flex;
}
.contact-us-fax{
  width: 80%;
  font-family: Lato;
  display:inline-flex;
}
.contact-us-email{
  width: 80%;
  font-family: Lato;
  display:inline-flex;
}
.contact-us-address{
  width: 80%;
  font-family: Lato;
  display:inline-flex;
}
.contact-us-info-wrapper a:hover,
.contact-us-info-wrapper a:focus,
.contact-us-info-wrapper a:active {
  color: #818181;
}
.contact-us-office-hours ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
div.contact-us-office-hours-wrapper .icon,
div.contact-us-address-wrapper .icon {
  vertical-align: top;
}
.contact-us-address-wrapper .additional-text {
  margin-top: 1.2rem;
}
.contact-us-location-image-wrapper {
  padding: 0 3rem 0 1.5rem;
}
.contact-us-location-image-wrapper img {
  width: 100%;
  border-radius: 6px;
}
#block-contactusmap iframe{
	width: 100%;
    position: relative;
    box-shadow: 5px 5px 5px #cccccc;
    border-radius: 10px;
}
/* Footer */
.footer-wrapper{
	background: #2d2d2d;
    color: #ffffff;
    margin-top: 3rem;
    padding-top: 1.5rem;
}
.footer{
	padding:20px;
}
 #footer-logo-title-wrapper {
    display: flex;
    flex-direction: row;
    /*justify-content: center;*/
    align-items: center;
  }
  #footer-title-wrapper {
    font-size: 1.2em;
	padding-left:10px;
  }
  #footer-top-wrapper {
    margin-bottom: 1.5rem;
  }
  .footer-column .block-image {
    text-align: center;
  }
  footer .block-imageblock img {
    margin-top: 0;
  }
  footer #block-gtranslate-gtranslate {
    justify-content: center;
    align-items: center;
  }
  #footer-columns .cell:nth-of-type(2) {
    margin-left: 0;
    text-align: right;
  }
  #footer-columns .cell:nth-of-type(3) {
    margin-right: 0;
  }
  .footer h2 {
    font-size: 1.3em;
  }
  .footer a, #footer-copyright #site-design-info a:hover, #footer-copyright #site-design-info a:focus, #footer-copyright #site-design-info a:active {
    color: #ffffff;
	font-size:small;
  }
  .footer p{
	  color: #ffffff;
	  font-size:small;
  }
  #block-footerlicensedin-2 ul {
    list-style-type: none;
    margin-left: 0;
    padding-top: 1.75rem;
    padding-bottom: 1.2rem;
	font-size:small;
}
footer input.form-text {
  padding: 0.2rem 0.5rem;
  height: 2rem;
  margin-bottom: 0.5rem;
}
footer .form-item {
  margin: 0.25rem 0;
}
footer input[type="submit"] {
  font-size: 1.1em;
  padding: 0.2rem 2.4rem;
}
footer .form-submit {
  font-size: 1.05em;
  padding: 0.2rem 2.4rem 0.3rem;
  min-height: 2.25rem;
  background: #2d2d2d;
  border: 2px solid #ffffff;
  margin-top: 5px;
}
.footer-columns a,
.page-node-52 #content-wrapper a,
.contact-us-info-wrapper a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer-columns a:hover,
.footer-columns a:focus,
.footer-columns a:active,
.page-node-52 #content-wrapper a:hover,
.page-node-52 #content-wrapper a:focus,
.page-node-52 #content-wrapper a:active {
  color: #818181;
}
.page-node-52 #content-wrapper a {
  color: #0d2de2;
}
footer .form-submit:hover,
footer .form-submit:focus,
footer .form-submit:active {
  border-color: #ffffff;
  color: #2d2d2d;
  background: #ffffff;
}
#block-webform-2{
	margin-right:5%;
}
#block-webform-2 textarea{
	font-size:1em;
}
#block-avmartindalehubbell2019{
	padding:10px;
}
#block-freecaseevaluationfooterbutton{
	float:right;
}
.footer-top-wrapper{
	max-width:70.5rem !important;
	margin:0 auto;
}
#footer-navigation-wrapper {
  margin: 1rem 0;
  font-size: 1.1em;
}
#footer-navigation-wrapper ul.menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#footer-navigation-wrapper ul li {
  display: inline-block;
  margin: 0;
}
.footer-navigation-wrapper ul li a {
  padding: 0.8rem 1.34rem;
}
.footer-navigation-wrapper ul li:first-of-type a {
  padding-left: 0;
}
.footer-navigation-wrapper ul li:last-of-type a {
  padding-right: 0;
}
#footer-navigation-wrapper ul li.active-trail:after,
.footer-navigation li:after {
	content: '';
	display: block;
	margin: auto;
	margin-top: -8px;
	height: 3px;
	width: 0px;
	background: transparent;
	-webkit-transition: width .5s ease, background-color .5s ease;
	-moz-transition: width .5s ease, background-color .5s ease;
	-o-transition: width .5s ease, background-color .5s ease;
	transition: width .5s ease, background-color .5s ease;
}
#footer-navigation-wrapper ul li.active-trail:after,
.footer-navigation li:hover:after {
	width: 100%;
	background: #ffffff;
}
#footer-navigation-wrapper ul li a.active {
	color: #ffffff;
}
.footer-navigation{
    max-width:70.5rem !important;
	margin:0 auto;
}
.footer-navigation a{
	font-family: Calibri;
	font-size:inherit;
}
#footer-copyright {
  margin-top: 2em;
}
/* Testimonials and Awards page*/
ul.cases-list>li>div>span {
  margin-right: 0.5em;
  font-style: italic;
  color: #a9a9a9;
}

ul.cases-list li {
  margin-bottom: 1rem;
}
ul.cases-list li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
ul.cases-list li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  padding-bottom: 1rem;
  border-bottom: 1px solid #9a9a9a;
}
ul.cases-list li>div:first-of-type,
ul.cases-list li .additional {
  display: flex;
  flex: 1 0 100%;
}
ul.cases-list li .case {
  font-size: 110%;
  margin-bottom: 0.25em;
}
/* Links */
.blue-linx a{
	color:#2ba6cb !important;
}
/* Responsive */
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  #main-navigation-wrapper ul li a {
    padding: 1.2rem;
  }
  #header-logo-wrapper img {
    height: 80px;
  }
  #header-title-wrapper {
    font-size: 3.75em;
  }
  #header-logo-title-wrapper {
    margin-bottom: -10px;
  }
  #main-navigation-wrapper ul li a {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .front-welcome-site-name {
    display: inline-block;
  }
  #footer-columns .cell:nth-of-type(3) {
    margin-right: 0;
  }
  footer #block-gtranslate-gtranslate {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 1.5rem;
  }
  footer .block-imageblock img {
    margin-left: 1rem;
  }
  #footer-navigation-wrapper ul li {
    padding: 0.25rem 0;
  }
  .footer-navigation-wrapper ul li a {
    padding: 1vw;
  }
  #header-logo-wrapper img {
    height: 45px;
  }
  #header-title-wrapper {
    font-size: 2.5em;
  }
  .shrink #header-title-wrapper{
	  font-size: 1.5em;
  }
  #header-logo-title-wrapper {
    margin-bottom: -10px;
  }
  #footer-logo-wrapper {
    width: 14%;
  }
  #footer-title-wrapper {
    width: 84%;
    font-size: 1.25em;
  }
  .attorney-name {
    margin-top: 0.5rem;
  }
  ul.cases-list li {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main-navigation-wrapper ul li a {
    padding: 1rem;
    font-size: 1.65vw;
  }
  header.sticked #main-navigation-wrapper ul li a {
    padding: 1rem;
  }
  header.sticked #main-navigation-wrapper ul li a {
    padding: 1rem;
    font-size: 1.65vw;
  }
}
@media screen and (min-width: 821px) and (max-width: 1024px) {
  .footer-navigation-wrapper ul li a {
    font-size: 1em;
  }
  .page-title, .front-page-flipping-cards-block h2 {
    font-size: 3.5em;
  }
}
@media screen and (min-width: 641px) and (max-width: 820px) {
  .page-title, .front-page-flipping-cards-block h2 {
    font-size: 2.5em;
  }
  .footer-navigation-wrapper ul li a {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 640px) {
  header { 
    position: relative;
    z-index: 98;
  }
  #main-navigation-wrapper {
    position: sticky;
    top: 0;
    z-index: 99;
  }
  #header-logo-title-wrapper,
  #header-logo-wrapper img,
  #header-title-wrapper {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  #header-logo-title-wrapper {
    display: block;
    width: 100%;
    white-space: nowrap;
    margin: 0.25rem auto;
  }
  #header-logo-wrapper {
    width: 15%;
    white-space: normal;
    text-align: left;
  }
  #header-logo-wrapper img {
    height: auto;
  }
  #header-title-wrapper {
    width: 85%;
    white-space: normal;
    text-align: right;
    font-size: 2.25em;
    padding-left: 0;
    padding-top: 0.2em;
  }
  .shrink #header-title-wrapper{
	  font-size: 1.5em !important;
  }
  header.shrink #header-logo-title-wrapper{
	  margin-bottom:0 !important;
  }
  header.shrink #header-logo-wrapper img{
	  height: auto !important;
  }
  .page-title {
    text-align: center;
    font-size: 2.25em;
  }
  span.front-welcome-site-name {
    display: block;
  }
  #footer-logo-title-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #footer-title-wrapper {
    font-size: 1.2em;
  }
  #footer-top-right,
  #footer-navigation-wrapper {
    display: none;
  }
  #footer-top-wrapper {
    margin-bottom: 1.5rem;
  }
  .footer-column .block-image {
    text-align: center;
  }
  footer .block-imageblock img {
    margin-top: 0;
  }
  footer #block-gtranslate-gtranslate {
    justify-content: center;
    align-items: center;
  }
  #footer-columns .cell:nth-of-type(2) {
    margin-left: 0;
    text-align: right;
  }
  #footer-columns .cell:nth-of-type(3) {
    margin-right: 0;
  }
  .btn.extended {
    padding: 0.5rem 2rem;
  }
  .practice-area-main-title {
    margin-top: 1rem;
  }
  ul.cases-list li {
    flex-direction: column;
  }

  .contact-us-location-image-wrapper {
    padding: 0;
  }
  #contact-us-map-block .map-wrapper {
    padding-bottom: 80%;
  }
  .attorney-name {
    margin-top: 1rem;
  }
  ul#attorney-tabs {
    display: block;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
  }
  .front #front-page-flipping-cards-block {
    margin-top: 3rem;
  }
  #block-freecaseevaluationfooterbutton{
	  float:none;
	  text-align:center;
  }
  /*.attorneys-flipping-cards-wrapper .container .back {
    display: none;
  }
  .attorneys-flipping-cards-wrapper .container:hover .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }*/
}

@media screen and (min-width: 461px) and (max-width: 548px) {
  #header-title-wrapper {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 381px) and (max-width: 460px) {
  #header-title-wrapper {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 320px) and (max-width: 380px) {
  #header-title-wrapper {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 319px) {
  #header-title-wrapper {
    font-size: 1em;
  }
}
/**** Banners with text overlay ****/

@media screen and (max-width: 640px) {
  .fp-banner-text{
    position: relative; background: rgba(0,0,0,0.4); bottom: unset; padding: 0.7rem;
  }
 .fp-banner-title h2{
	 font-size:2.5vw;
 }
}
