/* apply a natural box layout model to all elements */
/***COLORS*****/
/********BODY FONT*******/
/*****DIMENSIONS*****/
/******MIXINS*******/
.content-box {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.central {
  width: 100%;
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 0 10px!important;
  position: relative;
}
.centered {
  text-align: center;
}
.fixed-bg {
  background-attachment: fixed;
}
/*************FONTS***********/
.serif {
  font-family: 'Poltawski Nowy', serif;
}
.sans-serif {
  font-family: 'Gantari', sans-serif;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
@media only screen and (max-width: 1075px) {
  ul#menu-main-navigation li a {
    font-size: 10px;
  }
}
@media only screen and (max-width: 950px) {
  ul#menu-main-navigation li a {
    font-size: 8px;
  }
}
@media only screen and (max-width: 768px) {
  a.phone-link {
    position: absolute;
    display: inline-block !important;
    top: 10px;
    left: 10px;
    font-size: 12px!important;
    background: #fab638 !important;
    color: #fff!important;
    margin: 0!important;
    padding: 10px 8px 8px 8px!important;
    line-height: 12px!important;
  }
  a.phone-link i {
    display: none;
  }
  a.phone-link:hover,
  a.phone-link:visited {
    background: #fab638 !important;
    color: #fff!important;
  }
  a#menu-toggle {
    display: inline-block;
  }
  #menu-main-navigation {
    display: none;
  }
  #banner {
    height: auto;
    padding: 60px 10px 60px 10px;
    background: #072531 !important;
  }
  #banner .hometitle {
    font-size: 40px;
  }
  #banner .hometitle span {
    font-size: 40px;
  }
  #banner .hometitle span.subtitle {
    font-size: 18px;
  }
  #banner.subpage h1 {
    font-size: 40px;
  }
  #banner.attorney {
    padding: 30px!important;
    text-align: center !important;
  }
  #banner.attorney .image {
    text-align: center !important;
  }
  #banner.attorney .image img {
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
    height: auto;
    border: 3px solid #fff;
  }
  #banner.attorney .title {
    margin-top: 20px;
    text-align: center !important;
    padding: 10px!important;
  }
  #banner.attorney .title h1 {
    text-align: center !important;
    padding: 0!important;
    font-size: 24px;
  }
  .banner-content {
    top: 0%;
    transform: translateY(0%);
  }
  #main-content h2 {
    font-size: 30px;
  }
  #main-content h3 {
    font-size: 18px;
  }
  #main-content h4 {
    font-size: 20px;
  }
  a.button.large {
    font-size: 24px;
  }
  #main-header {
    text-align: center;
  }
  #main-header img.logo {
    width: 60%;
  }
  #top-bar {
    height: 54px;
  }
  #top-bar .central {
    display: none;
  }
  #sidebar,
  #main-content {
    padding: 10px!important;
    border: none!important;
  }
  #sidebar.campaign {
    top: 0;
  }
  .section h5 {
    font-size: 30px;
  }
  .section h5 span {
    font-size: 30px!important;
  }
  #about > div.left {
    padding: 30px!important;
    min-height: 0;
    text-align: center;
  }
  #about > div.left h5 {
    margin-top: 0;
  }
  #about > div.right {
    text-align: center;
  }
  .pdf-box h3 {
    margin-top: 25px!important;
  }
  .attorney-item .title-wrap {
    left: 0;
    top: 0;
  }
  .attorney-item .title-wrap .title span.name {
    font-family: 'Gantari', sans-serif;
    font-size: 13px;
  }
  .attorney-item .title-wrap .title span.official-title {
    font-family: 'Poltawski Nowy', serif;
    font-size: 15px;
  }
  .attorney-item:hover .title-wrap {
    left: 0%!important;
  }
  .attorney-item:hover .info-wrap {
    left: 100%!important;
  }
  .item.staff .trigger h3,
  .item.practice .trigger h3 {
    font-size: 18px!important;
  }
  .item.staff .trigger h3 span.official-title,
  .item.practice .trigger h3 span.official-title {
    font-size: 16px;
  }
  .about-image {
    margin-bottom: 40px;
    text-align: center;
    padding: 10px!important;
  }
  .about-callout {
    padding: 10px 10px 10px 35px!important;
  }
  .about-callout span.quote.open {
    left: 0!important;
    top: 10px;
  }
  #action h5.footer-header {
    font-size: 28px;
  }
  .mobile-center {
    text-align: center;
  }
  .mobile-hide {
    display: none!important;
  }
  .mobile-show {
    display: block!important;
  }
  .practice-area-item {
    margin: 0px 0px 120px 0px;
  }
  .steps-list .step .step-box {
    padding-left: 15px;
  }
  .steps-list .step .gray-line {
    left: 14px;
  }
  .steps-list .step .counter-box .counter {
    width: 34px;
    height: 34px;
    font-size: 26px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 480px) {
  #banner.subpage h1 {
    font-size: 28px;
  }
  .item.staff .trigger h3 {
    font-size: 13px!important;
  }
  .item.staff .trigger h3 span.official-title {
    font-size: 12px;
  }
}

/*# sourceMappingURL=devices.css.map */