/* Table of Contents

* Bootstrap
* General
* Classes
* Forms
* Header
* Content
* Home
* Footer

*/
/* --------------------------------------------------------- */
/* !Boostrap */
/* --------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:300,300italic,400,500italic,500,400italic,700|Vollkorn:400,400italic);
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 20px;
  padding-right: 20px; }

.row {
  margin-left: -20px;
  margin-right: -20px; }

@media (min-width: 1200px) {
  .container {
    width: 990px; } }

/* --------------------------------------------------------- */
/* !General */
/* --------------------------------------------------------- */
body {
  font-family: "Vollkorn", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #333; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Fira Sans", sans-serif;
  color: #04488c;
  margin-top: 0;
  margin-bottom: 20px; }

h1 {
  font-size: 22px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4, h5, h6 {
  font-size: 16px; }

strong {
  font-weight: 500; }

img {
  max-width: 100%;
  height: auto; }

p, table {
  margin-bottom: 20px; }

a {
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease; }

a, a:active, a:focus {
  outline: none;
  -moz-outline-style: none; }

ul, ol {
  padding: 0;
  margin-bottom: 30px; }
  ul ul, ul ol, ol ul, ol ol {
    padding-left: 20px;
    margin-bottom: 0; }

@media (min-width: 768px) {
  p, table {
    margin-bottom: 30px; } }

@media print {
  html, body {
    height: auto; }
  body {
    font-size: 13px;
    line-height: 17px; }
  a[href]:after {
    content: ''; } }

/* --------------------------------------------------------- */
/* !WordPress Core Classes */
/* --------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* --------------------------------------------------------- */
/* !Classes */
/* --------------------------------------------------------- */
.light-blue,
.light-blue * {
  color: #03b7e4; }

.dark-blue,
.dark-blue * {
  color: #04488c; }

.medium {
  font-size: 16px;
  line-height: 19px; }

.large {
  font-size: 18px;
  line-height: 24px; }

.arrow-link {
  position: relative;
  font-family: 'Vollkorn', serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  font-style: italic;
  color: #989898; }
  .arrow-link:after {
    position: absolute;
    top: 5px;
    right: -8px;
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #989898; }
  .arrow-link:hover {
    color: #989898;
    text-decoration: none; }
  .medium > .arrow-link {
    font-size: 16px; }

.gray-italic,
.gray-italic a {
  font-style: italic;
  color: #989898; }

.no-margin {
  margin-bottom: 0 !important; }

.small-margin {
  margin-bottom: 10px !important; }

.medium-margin {
  margin-bottom: 20px !important; }

.large-margin {
  margin-bottom: 40px !important; }

.x-large-margin {
  margin-bottom: 50px !important; }

/* --------------------------------------------------------- */
/* !Header */
/* --------------------------------------------------------- */
#site-header {
  text-align: center;
  padding: 20px 0;
  background: #FFF; }
  #site-header .logo {
    display: inline-block;
    margin-bottom: 20px; }
    #site-header .logo img {
      width: 168px; }

#mobile-menu-toggle {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #04488c; }
  #mobile-menu-toggle:hover, #mobile-menu-toggle:active, #mobile-menu-toggle:focus {
    text-decoration: none; }

.pirkey-primary-menu-container {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  padding: 10px 0 0; }
  .pirkey-primary-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .pirkey-primary-menu-container li {
    margin-bottom: 10px; }
  .pirkey-primary-menu-container a {
    color: #808080; }
    .pirkey-primary-menu-container a:hover {
      color: #04488c;
      text-decoration: none; }
    .pirkey-primary-menu-container a:focus {
      text-decoration: none; }
  .pirkey-primary-menu-container li.current-menu-item a {
    color: #03b7e4; }

@media (min-width: 768px) {
  #site-header {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px; }
    #site-header .logo {
      padding: 6px 0 0;
      margin-bottom: 0;
      margin-left: -20px; }
  #logo-container {
    text-align: right; }
  .pirkey-primary-menu-container {
    display: block !important;
    font-size: 14px;
    line-height: 14px;
    border-left: 1px solid #04488c;
    padding: 0; }
    .pirkey-primary-menu-container ul li {
      float: left;
      padding: 8px 13px;
      border-right: 1px solid #04488c;
      margin-bottom: 0; }
      .pirkey-primary-menu-container ul li:last-child {
        border-right: none; }
  #mobile-menu-toggle {
    display: none; } }

@media (min-width: 992px) {
  .pirkey-primary-menu-container {
    font-size: 16px;
    line-height: 16px; }
    .pirkey-primary-menu-container ul li {
      padding-left: 20px;
      padding-right: 20px; } }

@media (min-width: 1200px) {
  #site-header .logo {
    padding-top: 4px;
    margin-left: -70px; }
  .pirkey-primary-menu-container ul li {
    padding-left: 24px;
    padding-right: 24px; } }

@media print {
  #site-header .logo {
    margin-left: 0 !important; }
  #logo-container {
    width: 100%;
    text-align: left; }
    #logo-container + div {
      display: none; }
  .pirkey-primary-menu-container {
    display: none !important; } }

/* --------------------------------------------------------- */
/* !General Content */
/* --------------------------------------------------------- */
#main {
  padding-bottom: 50px;
  overflow: hidden; }

.page-header {
  font-family: 'Fira Sans', sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  color: #FFF;
  background: #04488c;
  padding: 50px 0 50px;
  margin: 0 0 60px; }
  .page-header.vc_row {
    margin-left: -15px;
    margin-right: -15px; }
  .page-header.page-header-small {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400; }
  .page-header .side-block {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400; }
  .page-header.simple .side-block {
    margin-bottom: 0; }

.pirkey-quote {
  font-family: "Fira Sans", sans-serif;
  margin-bottom: 40px; }
  .pirkey-quote p {
    margin-bottom: 10px; }
  .pirkey-quote cite {
    display: inline-block;
    font-family: "Vollkorn", serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase; }
  .pirkey-quote.alt-quote cite {
    display: block;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    margin-bottom: 16px; }

.content-nav {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  line-height: 18px; }
  .content-nav ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0; }
  .content-nav li {
    float: left;
    margin: 0 5px; }
  .content-nav a, .content-nav span {
    display: block;
    padding: 5px; }
  .content-nav a:hover {
    text-decoration: none;
    color: #04488c; }

/*
.pirkey-more,
.pirkey-less {
	display: inline-block;
}
*/
.pirkey-more-content {
  display: none; }

.pirkey-more-content + .small {
  margin-top: 20px; }

.content-side-block {
  font-size: 16px;
  line-height: 19px;
  color: #04488c; }
  .content-side-block a {
    color: #04488c; }

.pirkey-contact-address {
  font-size: 13px;
  line-height: 17px; }
  .pirkey-contact-address p {
    margin-bottom: 15px; }

#individuals {
  position: relative;
  z-index: 999; }

#locations {
  position: relative;
  z-index: 998;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); }

.pirkey-image-carousel {
  padding: 0 20px; }
  .pirkey-image-carousel .owl-item {
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }
    .pirkey-image-carousel .owl-item.active {
      opacity: 1; }

.pirkey-image-carousel-item {
  padding: 0 5px; }
  .pirkey-image-carousel-item img {
    width: auto !important;
    margin: 0 auto; }

.owl-prev {
  position: absolute;
  left: -20px;
  top: 50%;
  color: #d1d1d1;
  margin-top: -12px; }

.owl-next {
  position: absolute;
  right: -20px;
  top: 50%;
  color: #d1d1d1;
  margin-top: -12px; }

@media (max-width: 767px) {
  .pirkey-location-row .wpb_column {
    margin-bottom: 15px !important; }
  .pirkey-location-row .wpb_text_column,
  .pirkey-location-row .wpb_gmaps_widget {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .pirkey-location-austin-row {
    margin-bottom: 20px; }
  #main {
    padding-bottom: 70px; }
  .page-header {
    font-size: 32px;
    line-height: 38px; }
    .page-header .side-block {
      margin-left: -20px; }
  .side-block {
    text-align: right; }
  .content-side-block {
    text-align: right; }
    .content-side-block p {
      margin-bottom: 20px; }
  .border-right {
    border-right: 1px solid #04488c; }
  /*
	.owl-prev {
		left: -20px;
	}
	.owl-next {
		right: -20px;
	}
*/ }

@media (min-width: 992px) {
  .page-header .side-block {
    margin-left: 0; } }

@media print {
  * {
    -webkit-transition: none !important;
    transition: none !important; }
  .print-hide,
  .content-nav {
    display: none !important; }
  .print-full-width {
    width: 100% !important;
    float: none !important; }
  #main {
    overflow: visible;
    padding-bottom: 0 !important; }
  .container {
    max-width: 100%; }
  .page-header {
    padding-top: 0; }
    .page-header .side-block {
      text-align: left !important; }
  .page-header .row > div {
    float: none;
    width: 100%; }
    .page-header .row > div .side-block {
      text-align: left; }
  .content-side-block {
    text-align: left !important; }
  .pirkey-more,
  .pirkey-less {
    display: none !important; }
  .pirkey-more-content {
    display: block !important; }
  .vc_row {
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: auto !important;
    width: auto !important; } }

/* --------------------------------------------------------- */
/* !Home page */
/* --------------------------------------------------------- */
.home {
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500; }
  .home #site-header {
    font-size: 15px;
    line-height: 20px; }
  .home .wpb_row {
    margin-bottom: 40px; }
    .home .wpb_row .wpb_column {
      margin-bottom: 40px; }
      .home .wpb_row .wpb_column:last-child {
        margin-bottom: 0; }
  .home .side-block {
    font-size: 16px;
    line-height: 19px;
    color: #04488c;
    /*
		a {
			@include arrow-link();
		}
*/ }
    .home .side-block a {
      color: #04488c; }
  .home .vc_images_carousel {
    max-height: 87px; }

#home-quotes {
  height: 400px;
  position: relative;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #FFF;
  padding: 35px 0;
  background-size: cover; }
  #home-quotes .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
  #home-quotes .home-quotes-spacer {
    display: none; }
  #home-quotes .home-quotes-container {
    position: relative; }
  #home-quotes .pirkey-quote {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 26px;
    line-height: 30px;
    padding: 0 15px; }

#home-quotes-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 ); }

@media (min-width: 768px) {
  .home .wpb_row {
    margin-bottom: 30px; }
    .home .wpb_row .wpb_column {
      margin-bottom: 0; }
  .home .side-block {
    text-align: right; }
    .home .side-block p {
      margin-bottom: 20px; }
  .home #main {
    padding-bottom: 0; }
  #home-quotes {
    font-size: 32px;
    line-height: 38px;
    padding: 35px 0 45px; }
    #home-quotes .pirkey-quote {
      font-size: 32px;
      line-height: 38px; }
    #home-quotes .home-quotes-spacer {
      display: block; } }

@media (min-width: 992px) {
  #home-quotes {
    height: 460px;
    padding: 35px 0 65px; }
    #home-quotes .pirkey-quote {
      width: 70%; } }

@media print {
  .home .side-block {
    text-align: left !important; } }

/* --------------------------------------------------------- */
/* !Member */
/* --------------------------------------------------------- */
.single-mtphr_member .page-header,
.page-template-pgtemp-members .page-header {
  padding: 20px 0;
  margin: 0; }

.page-template-pgtemp-members .vc_grid-filter,
.page-template-pgtemp-members .vc_grid-filter-select {
  display: none; }

#pirkey-people-toggle,
#pirkey-location-toggle {
  position: relative;
  color: #FFF; }
  #pirkey-people-toggle:focus,
  #pirkey-location-toggle:focus {
    text-decoration: none; }
  #pirkey-people-toggle:after,
  #pirkey-location-toggle:after {
    position: absolute;
    top: 8px;
    right: -10px;
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #FFF;
    -webkit-transition: transform 0.25s ease;
    transition: transform 0.25s ease; }
  #pirkey-people-toggle.active:after,
  #pirkey-location-toggle.active:after {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg); }
  #pirkey-people-toggle:hover,
  #pirkey-location-toggle:hover {
    color: #FFF;
    text-decoration: none; }

#pirkey-people-list,
#pirkey-location-list {
  display: none;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  padding: 20px 0 0; }
  #pirkey-people-list ul,
  #pirkey-location-list ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0 60px 0 0; }
    #pirkey-people-list ul:last-child,
    #pirkey-location-list ul:last-child {
      margin-right: 0; }
  #pirkey-people-list li,
  #pirkey-location-list li {
    margin-bottom: 5px; }
  #pirkey-people-list a,
  #pirkey-location-list a {
    font-weight: 300;
    color: #FFF; }

#pirkey-location-list ul {
  float: none;
  margin: 0; }

#pirkey-member-filters {
  border-bottom: 1px solid #04488c;
  padding-bottom: 12px;
  margin-bottom: 20px; }
  #pirkey-member-filters #pirkey-people-toggle,
  #pirkey-member-filters #pirkey-location-toggle {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #04488c; }
    #pirkey-member-filters #pirkey-people-toggle:after,
    #pirkey-member-filters #pirkey-location-toggle:after {
      border-color: transparent transparent transparent #04488c; }
  #pirkey-member-filters #pirkey-people-list,
  #pirkey-member-filters #pirkey-location-list {
    font-family: 'Fira Sans', sans-serif;
    padding-bottom: 30px; }
    #pirkey-member-filters #pirkey-people-list a,
    #pirkey-member-filters #pirkey-location-list a {
      font-weight: 400;
      color: #04488c; }
      #pirkey-member-filters #pirkey-people-list a:focus,
      #pirkey-member-filters #pirkey-people-list a:hover,
      #pirkey-member-filters #pirkey-location-list a:focus,
      #pirkey-member-filters #pirkey-location-list a:hover {
        text-decoration: none; }
      #pirkey-member-filters #pirkey-people-list a.active,
      #pirkey-member-filters #pirkey-location-list a.active {
        position: relative;
        font-weight: 500; }
        #pirkey-member-filters #pirkey-people-list a.active:before,
        #pirkey-member-filters #pirkey-location-list a.active:before {
          font-family: 'fontawesome';
          content: '\f00d';
          position: absolute;
          left: -12px;
          font-size: .5em; }

.pirkey-people-staff-container {
  margin-top: 20px; }

.member-header {
  background: #f1f1f1;
  padding-top: 35px;
  margin-bottom: 35px; }
  .member-header p, .member-header ul, .member-header ol {
    margin-bottom: 10px; }
  .member-header .pirkey-quote {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #04488c;
    border-top: 2px solid #FFF;
    padding-top: 30px;
    margin-bottom: 35px; }
    .member-header .pirkey-quote p {
      margin-bottom: 20px; }
    .member-header .pirkey-quote cite {
      border: none;
      padding: 0;
      margin: 0; }
  .member-header .wpb_single_image.vc_align_left {
    text-align: center; }
    .member-header .wpb_single_image.vc_align_left img {
      width: 100%; }

.pirkey-member-heading {
  margin-bottom: 20px; }
  .pirkey-member-heading + .wpb_text_column ul li {
    color: #333; }

.pirkey-member-title {
  text-align: center;
  margin-bottom: 20px; }
  .pirkey-member-title h1 {
    font-family: "Fira Sans", sans-serif;
    font-size: 21px;
    line-height: 25px;
    color: #04488c;
    margin: 0; }
  .pirkey-member-title span {
    font-family: "Vollkorn", serif;
    font-style: italic;
    margin-left: 15px; }

.pirkey-member-contact {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #04488c; }
  .pirkey-member-contact a {
    color: #04488c; }
  .pirkey-member-contact span {
    display: block;
    text-align: center;
    margin-bottom: 10px; }
    .pirkey-member-contact span.pirkey-member-vcard a {
      font-family: "Vollkorn", serif;
      font-weight: 400;
      font-style: italic;
      color: #989898; }

.wpb_text_column.member-list {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #04488c;
  margin-bottom: 60px; }
  .wpb_text_column.member-list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .wpb_text_column.member-list ul li {
      margin-bottom: 15px;
      padding-left: 0; }
      .wpb_text_column.member-list ul li:before {
        display: none;
        content: ''; }
    .wpb_text_column.member-list ul ul {
      padding-top: 10px;
      padding-left: 30px; }
      .wpb_text_column.member-list ul ul li {
        list-style: disc;
        margin-bottom: 0; }

.member-sidebar {
  font-size: 14px;
  line-height: 22px;
  color: #989898; }
  .member-sidebar li, .member-sidebar h2, .member-sidebar .member-list {
    color: #989898;
    font-family: "Fira Sans",sans-serif;
    list-style: outside none none;
    padding: 0px;
    font-size: 14px;
    font-weight: 400; }
  .member-sidebar .wpb_text_column.member-list ul {
    padding: 0 0 20px 0; }
    .member-sidebar .wpb_text_column.member-list ul li {
      line-height: 20px;
      margin-bottom: 10px; }
    .member-sidebar .wpb_text_column.member-list ul ul {
      padding-top: 10px;
      padding-bottom: 0;
      padding-left: 30px; }
      .member-sidebar .wpb_text_column.member-list ul ul li {
        list-style: disc; }
  .member-sidebar .vc_custom_heading {
    margin-bottom: 10px; }
    .member-sidebar .vc_custom_heading:after {
      display: none; }

.pirky-member-block .vc_gitem_row .vc_gitem-col {
  padding: 8px 0 0; }

.pirky-member-block .vc_gitem-post-data-source-post_title {
  padding: 0;
  margin: 0 0 4px; }
  .pirky-member-block .vc_gitem-post-data-source-post_title:after {
    display: none; }
  .pirky-member-block .vc_gitem-post-data-source-post_title h3 {
    font-family: "Fira Sans", sans-serif;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0;
    color: #666;
    margin-bottom: 0; }

.pirky-member-block .vc_gitem-post-meta-field-_mtphr_members_title,
.pirky-member-block .mtphr-member-meta {
  font-size: 15px;
  line-height: 18px;
  color: #666; }
  .pirky-member-block .vc_gitem-post-meta-field-_mtphr_members_title span,
  .pirky-member-block .mtphr-member-meta span {
    font-style: italic;
    white-space: nowrap; }

.pirky-member-list-block .vc_gitem_row .vc_gitem-col {
  padding: 0; }

.pirky-member-list-block .vc_gitem-post-data-source-post_title {
  padding: 0;
  margin: 0 0 4px; }
  .pirky-member-list-block .vc_gitem-post-data-source-post_title:after {
    display: none; }
  .pirky-member-list-block .vc_gitem-post-data-source-post_title h3 {
    font-family: "Fira Sans", sans-serif;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0;
    color: #666;
    margin-bottom: 0; }

.vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item.pirky-member-list-block {
  padding-bottom: 2px; }

#pirkey-disclaimer {
  display: none;
  position: fixed;
  top: 200px;
  left: 0;
  z-index: 9999999;
  width: 100%;
  padding: 0 20px; }

#pirkey-disclaimer-inner {
  background: #FFF;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); }

#pirkey-disclaimer-content {
  margin-bottom: 20px; }

#pirkey-disclaimer-buttons {
  float: right; }
  #pirkey-disclaimer-buttons a {
    display: inline-block;
    font-family: "Fira Sans", sans-serif;
    font-weight: bold;
    color: #989898;
    margin: 0 20px; }
    #pirkey-disclaimer-buttons a:hover {
      color: #04488c;
      text-decoration: none; }

#pirkey-member-filters-locations,
#pirkey-member-filters-people {
  float: left;
  width: 50%;
  padding-right: 35px; }

@media (max-width: 767px) {
  #pirkey-location-list ul {
    padding-left: 12px; } }

@media (min-width: 768px) {
  .page-template-pgtemp-members .page-header {
    margin-bottom: 12px; }
  .member-header .wpb_single_image.vc_align_left {
    text-align: left; }
  .pirkey-member-title {
    text-align: left; }
  .pirkey-member-contact {
    font-size: 16px;
    line-height: 16px; }
    .pirkey-member-contact span {
      display: inline-block;
      text-align: left;
      padding-right: 10px;
      margin-right: 9px;
      margin-bottom: 0;
      border-right: 2px solid #04488c; }
      .pirkey-member-contact span:last-child {
        padding-right: 0;
        margin-right: 0;
        border: none; }
  .wpb_text_column.member-list {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 60px; }
    .wpb_text_column.member-list ul li {
      margin-bottom: 10px; }
  #pirkey-people-list ul {
    width: 33.33333333%;
    padding-right: 30px;
    margin-right: 0; }
  #pirkey-member-filters #pirkey-people-list ul {
    width: 50%; }
  #pirkey-member-filters-inner {
    margin-right: -36px; }
  #pirkey-member-filters-locations {
    float: left;
    width: 33.333%;
    padding-right: 35px; }
  #pirkey-member-filters-people {
    float: left;
    width: 66.666%;
    padding-right: 35px; } }

@media (min-width: 1200px) {
  .pirkey-people-attorneys-container {
    /*
		float: left;
		margin-right: 60px;
*/ }
  .pirkey-people-staff-container {
    float: left;
    margin-top: 0; } }

@media print {
  .single-mtphr_member .page-header {
    display: none; }
  .member-header {
    position: relative;
    margin-bottom: 20px !important;
    padding-top: 0;
    font-size: 11px;
    line-height: 14px; }
    .member-header ul li {
      margin-bottom: 0 !important; }
    .member-header .vc_col-sm-4 {
      position: absolute;
      left: 0;
      top: 0;
      width: auto !important; }
      .member-header .vc_col-sm-4 .wpb_single_image {
        margin-bottom: 0 !important; }
    .member-header .vc_col-sm-8 {
      width: 100%;
      float: none;
      padding-left: 180px;
      min-height: 260px !important; }
    .member-header .wpb_single_image {
      text-align: center !important; }
      .member-header .wpb_single_image img {
        width: 160px !important;
        height: 160px !important; }
    .member-header .pirkey-member-heading {
      position: absolute;
      left: 15px;
      top: 170px;
      width: 160px; }
      .member-header .pirkey-member-heading + div {
        clear: both; }
    .member-header .pirkey-member-title {
      margin-bottom: 5px; }
      .member-header .pirkey-member-title h1 {
        font-size: 15px; }
    .member-header .pirkey-member-contact {
      font-size: 11px;
      line-height: 14px;
      font-weight: normal; }
      .member-header .pirkey-member-contact span {
        margin-right: 0;
        padding-right: 0;
        border-right: 0; }
    .member-header .pirkey-member-title h1,
    .member-header .pirkey-member-contact span {
      text-align: left;
      display: block; }
    .member-header .pirkey-quote {
      border-color: #000;
      font-size: 11px;
      line-height: 14px;
      font-weight: normal;
      padding-top: 20px !important;
      margin-bottom: 0 !important; }
      .member-header .pirkey-quote p {
        margin-bottom: 5px !important; }
      .member-header .pirkey-quote cite {
        font-size: 10px;
        line-height: 12px; }
    .member-header .wpb_content_element {
      margin-bottom: 20px !important; }
  .wpb_text_column.member-list {
    font-size: 11px !important;
    font-weight: normal !important;
    line-height: 14px !important;
    margin-bottom: 20px !important; }
    .wpb_text_column.member-list ul li {
      font-size: 11px !important;
      line-height: 14px !important;
      margin-bottom: 3px !important; }
    .wpb_text_column.member-list ul ul {
      padding-top: 0 !important; }
  .member-sidebar {
    float: none;
    width: auto;
    margin-bottom: 20px !important; }
    .member-sidebar + div {
      float: none;
      width: auto; }
    .member-sidebar .wpb_text_column.member-list {
      margin-bottom: 0 !important; }
      .member-sidebar .wpb_text_column.member-list .wpb_wrapper > ul {
        padding-bottom: 0 !important; }
  .pirkey-quote {
    border-color: #000;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    margin-bottom: 20px !important; }
    .pirkey-quote p {
      margin-bottom: 5px !important; }
    .pirkey-quote cite {
      font-size: 10px;
      line-height: 12px;
      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
      border-bottom: 0 !important; } }

.pirkey-post-archive-month {
  margin-bottom: 40px; }
  .pirkey-post-archive-month article {
    color: #04488c;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px; }
    .pirkey-post-archive-month article:last-child {
      border-bottom: none;
      margin-bottom: 0; }
    .pirkey-post-archive-month article p {
      margin-bottom: 20px; }

.pirkey-post-archive-blocks article {
  margin-bottom: 40px; }
  .home .pirkey-post-archive-blocks article {
    margin-bottom: 30px; }

@media (min-width: 768px) {
  .pirkey-post-archive-blocks article {
    margin-bottom: 60px; }
    .home .pirkey-post-archive-blocks article {
      margin-bottom: 30px; } }

/* --------------------------------------------------------- */
/* !Visual Composer */
/* --------------------------------------------------------- */
/*
.vc_row-full-width {
  height: 5px;
  background: green;
}
*/
.vc_separator.vc_sep_color_blue .vc_sep_line {
  border-color: #04488c; }

.vc_images_carousel .vc_carousel-control {
  width: 8px !important;
  height: 15px !important;
  margin-top: -7.5px !important; }

.vc_images_carousel .vc_carousel-control.vc_right {
  right: -20px !important; }

.vc_images_carousel .vc_carousel-control .icon-next {
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 0 !important;
  height: 0 !important;
  border-style: solid;
  border-width: 7.5px 0 7.5px 8px;
  border-color: transparent transparent transparent #989898;
  margin: 0 !important; }
  .vc_images_carousel .vc_carousel-control .icon-next:before {
    content: '' !important;
    top: 0 !important; }

.vc_images_carousel .vc_carousel-control.vc_left {
  left: -20px !important; }

.vc_images_carousel .vc_carousel-control .icon-prev {
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 0 !important;
  height: 0 !important;
  border-style: solid;
  border-width: 7.5px 8px 7.5px 0;
  border-color: transparent #989898 transparent transparent;
  margin: 0 !important; }
  .vc_images_carousel .vc_carousel-control .icon-prev:before {
    content: '' !important;
    top: 0 !important; }

.vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item {
  text-align: center;
  vertical-align: middle; }

.vc_custom_heading {
  font-family: "Vollkorn", serif !important;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #04488c;
  padding-bottom: 10px;
  margin-bottom: 20px; }
  .vc_custom_heading:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 1px;
    background: #04488c; }

.client-grid-item .vc_gitem-zone {
  background-size: contain; }

.wpb_text_column ul {
  color: #04488c;
  padding-left: 17px; }
  .wpb_text_column ul li {
    position: relative;
    margin-bottom: 10px;
    /*
		&:before {
			content: '\203a';
			position: absolute;
			top: 0;
			left: 0;
		}
*/ }

/*
.wpb_wrapper {
	.wpb_content_element:last-child {
		margin-bottom: 0;
	}
}
*/
/*
.wpb_row {
	margin-bottom: 35px;
	.wpb_column {
		margin-bottom: 35px;
		&:last-child {
			margin-bottom: 0;
		}
	}
}
*/
.wpb_single_image.vc_align_right,
.wpb_single_image.vc_align_left {
  text-align: center; }

.wpb_single_image img {
  width: 100%; }

.vc_toggle {
  margin-bottom: 0; }
  .vc_toggle.last {
    margin-bottom: 35px; }
    .vc_toggle.last:after {
      content: '';
      display: block;
      height: 1px;
      width: 100%;
      max-width: 360px;
      background: #04488c; }

.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
  padding-left: 15px;
  padding-right: 40px; }

.vc_toggle_title {
  position: relative;
  max-width: 360px;
  border-top: 1px solid #04488c;
  padding: 20px 15px; }
  .vc_toggle_title h4 {
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #04488c; }
  .vc_toggle_title i {
    position: absolute;
    top: 20px;
    right: 15px;
    color: #04488c;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }

.vc_toggle_active .vc_toggle_title i {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg); }

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
  padding-left: 15px; }

.vc_toggle_content {
  font-size: 15px;
  line-height: 24px;
  color: #04488c;
  margin: 28px 0;
  padding-left: 15px;
  /*
	> *:last-child {
		margin-bottom: 0;
	}
*/ }

.pirkey-post-archive-blocks article a {
  color: #04488c; }
  .pirkey-post-archive-blocks article a:hover {
    color: #0561be;
    text-decoration: none; }

.pirkey-post-archive-month article {
  margin-top: -20px;
  padding-top: 20px; }
  .admin-bar .pirkey-post-archive-month article {
    margin-top: -52px;
    padding-top: 52px; }

.no-inner-padding .vc_column-inner {
  padding-top: 0 !important; }

@media (max-width: 767px) {
  .our-people-grid .vc_grid.vc_row.vc_grid-gutter-25px .vc_grid-item,
  .our-people-grid .vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item {
    width: 50%;
    float: left; } }

@media (min-width: 768px) {
  .wpb_row .wpb_column {
    margin-bottom: 0; }
  .wpb_single_image.vc_align_right {
    text-align: right; }
  .wpb_single_image.vc_align_left {
    text-align: left; }
  .vc_grid.vc_row.vc_grid-gutter-35px .vc_pageable-slide-wrapper {
    margin-right: -36px; } }

@media print {
  .vc_custom_heading {
    border-bottom: 1px solid #000;
    padding-bottom: 0 !important;
    margin-bottom: 10px; }
    .vc_custom_heading:after {
      display: none; } }

/* --------------------------------------------------------- */
/* !Footer */
/* --------------------------------------------------------- */
#site-footer {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  color: #04488c;
  background: #f1f1f1;
  padding: 22px 0 30px; }
  #site-footer .container {
    position: relative; }
  #site-footer a {
    color: #04488c; }
    #site-footer a:hover {
      text-decoration: none;
      color: #03b7e4; }

/*
#pirkey-social-links {
	text-align: center;
	margin-bottom: 20px;
	i {
		display: inline-block;
	  width: 22px;
	  height: 22px;
	  font-size: 14px;
	  text-align: center;
	  line-height: 23px;
	  color: #f1f1f1;
	  padding: 2px;
	  background: $dark_blue;
	  border-radius: 2px;
	}
}
*/
.site-footer-contents,
.site-footer-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start; }

.footer-logo {
  display: block;
  width: 155px; }

#footer-widget-area-1 .pirkey-icon-linkedin {
  display: inline-block;
  width: 22px;
  height: 22px;
  font-size: 14px;
  text-align: center;
  line-height: 23px;
  color: #f1f1f1;
  padding: 2px;
  background: #04488c;
  border-radius: 2px; }

#footer-widget-area-1,
#footer-widget-area-2,
#footer-widget-area-3 {
  margin-bottom: 30px; }
  #footer-widget-area-1 .textwidget > *:last-child,
  #footer-widget-area-2 .textwidget > *:last-child,
  #footer-widget-area-3 .textwidget > *:last-child {
    margin-bottom: 0; }

@media (max-width: 767px) {
  .footer-logo {
    margin: 0 auto 50px;
    padding-left: 11px; }
  #footer-widget-area-1,
  #footer-widget-area-2,
  #footer-widget-area-3 {
    margin-bottom: 30px; }
  #footer-widget-area-1 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3; }
  #footer-widget-area-2 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1; }
  #footer-widget-area-3 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2; }
  #pirkey-copyright {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -ms-flex-order: 4; } }

@media (min-width: 768px) {
  #site-footer {
    text-align: left; }
  .site-footer-contents,
  .site-footer-inner {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row; }
  .site-footer-inner {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer-logo {
    width: 16.66666667%;
    padding-right: 17.5px; }
  #footer-widget-area-1 {
    padding-left: 6px; }
  #footer-widget-area-2,
  #footer-widget-area-3 {
    padding-left: 100px; }
  #pirkey-copyright {
    width: 100%; } }

@media (min-width: 992px) {
  .footer-logo img {
    max-width: none;
    width: 150px;
    margin-left: -10px; }
  #footer-widget-area-2,
  #footer-widget-area-3 {
    padding-left: 120px; } }

@media (min-width: 1200px) {
  .footer-logo img {
    width: auto;
    height: 160px;
    margin-left: -90px; } }

@media print {
  #site-footer {
    text-align: left;
    font-size: 11px;
    line-height: 14px;
    page-break-inside: avoid; }
  .site-footer-contents,
  .site-footer-inner {
    width: 100%;
    position: relative; }
  .site-footer-inner {
    padding-bottom: 10px; }
  .site-footer-contents {
    display: block; }
  .site-footer-inner {
    display: block;
    padding-left: 112px; }
  .footer-logo {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    text-align: left;
    width: 100%;
    padding: 0;
    margin: 0 0 30px; }
    .footer-logo img {
      width: 60px;
      height: 62px;
      margin: 0; }
  #footer-widget-area-1 {
    display: none; }
  #footer-widget-area-1,
  #footer-widget-area-2,
  #footer-widget-area-3,
  #pirkey-copyright {
    float: left;
    width: auto;
    padding-left: 0 !important;
    padding-right: 50px; }
  #pirkey-copyright {
    padding-right: 0; } }

/*
#home-quotes {
    font-size: 33px;
    line-height: 40px;
}

.pirkey-quote cite {
	display: inline-block;
	font-family: "Vollkorn", serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: .08em;
	text-transform: uppercase;
} 

.member-sidebar ul li, .member-sidebar h2, .member-sidebar .member-list{
 	color: #989898; 
 	font-family: "Fira Sans",sans-serif;
 	list-style:outside none none;
 	padding:0px;
 	font-size:14px;
 	font-weight:400;
}

.member-sidebar .vc_custom_heading::after {
  height:0px;
}
.member-sidebar .wpb_text_column ul {
  padding:10px 0 20px 0;
}
*/
