@charset "UTF-8";

/* override */
.hh-content .inner {
  flex-direction: column;
}  

.hh-page-head {
  height: 22rem; }
  @media (max-width: 992px) {
	.hh-page-head {
	 height: 20rem; }}
  @media (max-width: 768px) {
	.hh-page-head {
	  height: 40rem; }}
  @media (max-width: 575.98px) {
	.hh-page-head {
	 height: 33rem; }}
	 
  .hh-page-head:before {
	   content: none; }
	 
  .hh-page-head .inner {
    height: 100%;
    padding: 0; }
  .hh-page-head .inner>.row {
    position: relative;
    height: 100%;
    margin: 0; }

  .hh-page-head .row.person-header-wrapper {
    flex-direction: row; }
  @media (max-width: 767px) {
    .hh-page-head .row.person-header-wrapper {
      flex-direction: column-reverse; }}
  
  .hh-page-head .person-header-left-wrapper {
    display: flex; 
    height: inherit;
    flex-direction:column; }
  @media (max-width: 767px) {
    .hh-page-head .person-header-left-wrapper {
      height: 40%; }}

  .hh-page-head .person-header-right-wrapper {
    display: flex; 
    height: inherit; }
  @media (max-width: 767px) {
    .hh-page-head .person-header-right-wrapper {
      height: 60%;
      padding: 0 0 1em 0; }}
  .hh-page-head .person-header-right-wrapper .person-image {
    display: flex;
    justify-content: space-between;
    width: 100%; 
    background-image: url("https://s3-ap-southeast-2.amazonaws.com/consulting.hhlaw.com.au/hh-people/people.jpg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center; }
    .hh-page-head .person-header-right-wrapper .person-image .image-left-frame {
      width: 100%;
      margin-left: 1em;
      background-image: url("/images/people/frame_left.png");
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: left; }
    .hh-page-head .person-header-right-wrapper .person-image .image-right-frame {
      width: 100%;
      margin-right: 1em;
      background-image: url("/images/people/frame_right.png");
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: right; }
    
    .hh-page-head.people > .inner {
      flex-direction: column;
    }
    
    .hh-page-head.people .info-name {
      color: var(--color-text-light); }
      
      @media (max-width: 768px) {
        .hh-page-head.people .info-name {
          font-size: 2rem; }}

    .hh-page-head.people .info-position {
      color: var(--color-text-cyan);
      margin: 0 0 1.5rem 0; }
    .hh-page-head.people .info-position:lang(en) {
      font: 1.7rem 'Operetta12', serif; }
      
      @media (max-width: 768px) {
        .hh-page-head.people .info-position {
          font-size: 1.1rem;}}
      
    .hh-page-head.people .info-email i {
      margin-right: 0.5em;}
    .hh-page-head.people .info-email a {
      color: var(--color-text-light); }
        @media (max-width: 768px) {
          .hh-page-head.people .info-email a {
            font-size: 0.8em; }}

    .hh-page-head.people .person-inform-buttons .dropdown-toggle:after {
      display: none; }

.hh-content .row.hh-section li .list-item a {
  text-decoration: underline;
}      
hr.left {
  margin-left: 0; }
              
.hh-content.person-body div.aside-sticky {
  position: sticky;
  top: 100px; }
  
.hh-section .section-left {
  border-right: 1px solid rgba(0,0,0,.1); }
  @media (max-width: 767px) {
    .hh-section .section-left {
      border: none; } }
  .hh-section .section-left hr {
    margin-right: 1.5em; }

  @media (max-width: 767px) {
    .hh-section .section-left hr, .hh-section .section-right hr {
      border: none; } }