.arrow-button {
  position: absolute;
  background-color: #AEE8A4;
  background: url(/img/arrow-right.svg) 50% 50% no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  border: none;
  font-size: 0; }
  .arrow-button:focus {
    outline: none; }
  .arrow-button.inline {
    position: static;
    display: inline-block; }
  .arrow-button.tl {
    top: 0;
    left: 0;
    margin: 0 0 0 -25px;
    background-image: url(/img/arrow-left.svg); }
  .arrow-button.ml {
    top: 50%;
    left: 0;
    margin: -25px 0 0 -25px;
    background-image: url(/img/arrow-left.svg); }
  .arrow-button.mr {
    top: 50%;
    right: 0;
    margin: -25px -25px 0 0; }
  .arrow-button.left {
    background-image: url(/img/arrow-left.svg); }
  .arrow-button.up {
    transform: rotate(-90deg); }

.business {
  flex: 0 1 50%;
  margin-right: 30px;
  margin-bottom: 30px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.03); }
  @media (max-width: 900px) {
    .business {
      flex-basis: unset;
      margin-right: 0px; } }
  .business:nth-child(2) {
    margin-right: 0px; }
  .business h3 {
    margin: 0; }
  .business h4 {
    margin: 0; }
  .business .social-icon {
    width: 32px;
    height: 32px; }
  .business .inner {
    padding: 20px;
    font-size: 11pt;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 800px) {
      .business .inner {
        flex-direction: column; } }
  .business .introduction {
    flex-basis: auto; }
    .business .introduction .thumbnail {
      min-height: 150px;
      width: 100%;
      margin-bottom: 10px; }
      @media (min-width: 800px) {
        .business .introduction .thumbnail {
          display: none; } }
  .business .right {
    margin-left: 30px;
    flex-basis: auto;
    min-width: 200px; }
    @media (max-width: 800px) {
      .business .right.thumbnail {
        display: none; } }
  .business .contact-outer {
    flex-basis: auto;
    display: flex;
    flex-direction: row; }
    @media (max-width: 800px) {
      .business .contact-outer {
        flex-direction: column; } }
  .business .thumbnail {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .business .card-ruler {
    height: 10px;
    background-color: #545D6B;
    width: 100%; }
  .business .contact-outer {
    margin-left: 30px;
    flex-basis: auto; }
    @media (max-width: 800px) {
      .business .contact-outer {
        margin-left: 0px; } }
  .business .contact-ruler {
    background-color: #545D6B; }
    @media (max-width: 800px) {
      .business .contact-ruler {
        width: 100%;
        height: 2px;
        margin-top: 12px;
        margin-bottom: 12px; } }
    @media (min-width: 800px) {
      .business .contact-ruler {
        height: 100%;
        width: 2px;
        margin-right: 12px;
        margin-left: 12px; } }
  .business .promotion h4 {
    margin: 0; }
  .business .promotion p {
    font-size: 14px;
    margin: 0;
    line-height: 1.2;
    margin-top: 0; }
  .business .desc {
    font-size: 14px; }
  .business .contact-els {
    margin: 0; }
    .business .contact-els .contact-el i.fa {
      width: 48px;
      height: 48px;
      font-size: 16pt;
      line-height: 48px; }
    .business .contact-els .contact-el a {
      font-weight: initial; }

.button {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 20px 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer; }
  @media (max-width: 400px) {
    .button {
      font-size: 12px; } }
  .button.primary {
    background-color: #AEE8A4;
    color: #1C4F9C; }
    .button.primary:hover {
      background-color: #f6fdf5; }
    .button.primary.white {
      background-color: white;
      color: black; }
      .button.primary.white:hover {
        background-color: #f0f0f0; }
  .button.secondary {
    color: #3C3C3C;
    padding: 14px 0 10px;
    position: relative; }
    .button.secondary:after {
      content: "";
      display: block;
      position: absolute;
      background-color: #AEE8A4;
      bottom: 0;
      height: 4px;
      border-radius: 2px;
      left: 0%;
      width: 100%; }
    .button.secondary:hover {
      color: #1C4F9C; }
    .button.secondary.white {
      color: white; }
      .button.secondary.white:hover {
        color: #f0f0f0; }
  .button + .button {
    margin-left: 24px; }

.event-article {
  display: flex;
  flex-direction: column; }

.event-header {
  margin: auto; }
  .event-header .people-row {
    text-align: center; }
  .event-header .speakers {
    display: flex;
    align-items: center; }
    .event-header .speakers .people-grid {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: stretch;
      padding: 2vw; }
    .event-header .speakers.big div.person div.img {
      width: calc(min(max(15vw, 150px), 250px));
      height: calc(min(max(15vw, 150px), 250px));
      padding-top: 0; }
    .event-header .speakers.big div.person h4 {
      min-height: unset; }
  .event-header a {
    display: inline-block; }
    .event-header a .person {
      margin-left: 25px; }
    .event-header a:first-child .person {
      margin-left: 0; }
  .event-header div.person div.img {
    width: calc(min(max(10vw, 100px), 250px));
    height: calc(min(max(10vw, 100px), 250px));
    padding-top: 0;
    object-fit: cover;
    background-color: white; }
    .event-header div.person div.img.big {
      width: calc(min(max(15vw, 150px), 250px));
      height: calc(min(max(15vw, 150px), 250px)); }
  .event-header div.person h4 {
    font-size: 11pt;
    font-weight: 600;
    color: white;
    min-height: 48px; }
  .event-header div.person .details p {
    display: none;
    color: white;
    font-size: 9pt;
    font-weight: 500; }
  .event-header div.person .bio-button {
    background-color: #5095da; }
  @media (min-width: 1000px) {
    .event-header {
      width: 80%; } }
  .event-header .columns {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center; }
    @media (max-width: 600px) {
      .event-header .columns {
        flex-direction: column; } }
    .event-header .columns .column.nomargin {
      margin: 0; }
  .event-header .event-info {
    display: flex;
    flex-direction: column;
    height: 100%; }
  .event-header .event-info-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    padding: 60px 0 30px 0;
    padding: 2vw 0;
    background-color: #2B7CCC; }
    .event-header .event-info-content .centered {
      display: flex;
      flex-direction: column;
      height: 100%;
      width: 100%;
      padding-left: calc(max(10%, 25px));
      padding-right: calc(max(10%, 25px)); }
      .event-header .event-info-content .centered h3.grow {
        flex-grow: 1; }
      .event-header .event-info-content .centered .speakers {
        flex-grow: 1; }
      .event-header .event-info-content .centered .button {
        flex-grow: 0; }
    .event-header .event-info-content .button {
      color: white;
      border-radius: 0.25em;
      text-align: center;
      font-size: 18px;
      font-weight: 550;
      letter-spacing: 2px;
      display: block;
      margin-bottom: 10px;
      background-color: #2262a2; }
      .event-header .event-info-content .button:hover {
        background-color: #2B7CCC; }
  .event-header .main-image {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    flex-grow: 3;
    min-height: 400px; }
    @media (min-width: 1000px) {
      .event-header .main-image {
        min-height: calc(min(100px + 23vw, 550px)); } }
  .event-header .label {
    font-size: 10pt;
    color: ligthen(#545D6B, 10);
    text-transform: uppercase; }
  .event-header h3 {
    font-weight: 550;
    font-size: 32px;
    line-height: 36px;
    margin: 10px 0;
    color: white; }
    @media (max-width: 1200px) {
      .event-header h3 {
        font-size: 24px;
        line-height: 28px; } }
  .event-header h2 {
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 36px; }
  .event-header .label {
    font-weight: 550;
    font-size: 12pt; }
    .event-header .label.gray {
      color: #545D6B; }

.event-article-content {
  flex-grow: 1; }
  .event-article-content h2 {
    color: #3C3C3C;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px; }
  .event-article-content .img-container img {
    border: 1px solid #3C3C3C; }
  .event-article-content .img-container div {
    margin: 10px 0; }
    .event-article-content .img-container div span {
      font-size: 18px;
      font-weight: 600; }
    .event-article-content .img-container div:after {
      content: "";
      display: block;
      margin: 10px 0 40px 0;
      height: 2px;
      width: 100%;
      background-color: #545D6B; }

.event-background {
  background-image: url(/img/white-waves.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  padding: 0; }
  @media (min-width: 1000px) {
    .event-background {
      padding: unset; } }

.event-detail {
  margin: auto; }
  .event-detail .columns {
    display: flex;
    flex-direction: column-reverse;
    flex-grow: 1;
    align-items: stretch; }
    .event-detail .columns .column + .column {
      margin: 0; }
    .event-detail .columns .column {
      margin-top: 0; }
    @media (min-width: 1000px) {
      .event-detail .columns {
        flex-direction: unset;
        flex-grow: unset;
        align-items: unset; }
        .event-detail .columns .column {
          margin-top: unset; } }
  @media (min-width: 1000px) {
    .event-detail {
      width: 80%; } }
  .event-detail .container {
    padding-top: calc(max(40px, 2vw)); }
  .event-detail .event-detail-info {
    width: 90%;
    margin: 0 auto;
    margin-top: 2vw; }
    @media (min-width: 900px) {
      .event-detail .event-detail-info {
        width: 95%; } }
    @media (min-width: 1000px) {
      .event-detail .event-detail-info {
        margin-top: 2vw;
        padding-left: calc(max(10%, 25px));
        padding-right: calc(max(10%, 25px));
        width: calc(100% - 2 * max(10%, 25px)); } }

.event-info-social {
  display: none; }
  @media (max-width: 600px) {
    .event-info-social {
      justify-content: start;
      align-items: start; } }
  .event-info-social .label {
    margin-bottom: 10px; }

.events-minipage {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  margin-left: -30px; }
  @media (max-width: 750px) {
    .events-minipage {
      flex-direction: column;
      flex-wrap: none; } }
  .events-minipage .event-card {
    flex: 0 1 300px;
    margin: 0px 0 30px 30px;
    background: white;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.03);
    text-decoration: unset;
    color: inherit;
    transition: box-shadow 0.1s ease-in-out; }
    @media (max-width: 750px) {
      .events-minipage .event-card {
        margin-right: 0px;
        align-self: stretch; } }
    .events-minipage .event-card h3 {
      line-height: 1.3em;
      font-size: 1.6em;
      color: black; }
    .events-minipage .event-card:hover {
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }
    .events-minipage .event-card .event-content {
      position: relative;
      height: 100%; }
      .events-minipage .event-card .event-content a {
        text-decoration: none;
        color: unset; }
    .events-minipage .event-card .preview {
      background-size: cover;
      background-position: top center;
      height: 200px; }
      @media (max-width: 750px) {
        .events-minipage .event-card .preview {
          height: 400px; } }
    .events-minipage .event-card .decals-container {
      position: absolute;
      pointer-events: none;
      width: 300px;
      height: 200px; }
      @media (max-width: 750px) {
        .events-minipage .event-card .decals-container {
          height: 400px; } }
    .events-minipage .event-card .decals {
      position: relative;
      width: 100%;
      height: 100%; }
      .events-minipage .event-card .decals .category {
        position: absolute;
        padding: 5px;
        color: white;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px; }
      .events-minipage .event-card .decals a.icon {
        width: 36px;
        height: 36px; }
      .events-minipage .event-card .decals .zoom-icon {
        position: absolute;
        pointer-events: auto;
        width: 36px;
        background-color: #2B7CCC;
        border: 2px white;
        border-radius: 2em;
        height: 36px;
        left: 10%;
        top: calc(100% - 18px);
        text-align: center; }
        .events-minipage .event-card .decals .zoom-icon i.fa {
          width: 36px;
          height: 36px;
          font-size: 14pt;
          line-height: 36px;
          color: white; }
    .events-minipage .event-card .inner {
      padding: 20px; }
    .events-minipage .event-card .time {
      font-weight: 600;
      font-size: 14px;
      color: #2B7CCC;
      margin: 0;
      margin-bottom: 10px; }

.events-selection-bar .selection-bar.selection-buttons {
  display: none; }

.events-selection-bar .selection-bar.dropdown {
  display: block;
  margin-top: 20px; }

.footer-image {
  position: relative;
  display: block;
  margin-bottom: -20vw;
  width: 100%;
  height: 40vw;
  background: url(/img/perth-skyline.jpg) 50% 50%;
  background-size: cover; }
  .footer-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/img/yellow-line.svg) 50% 50% no-repeat;
    background-size: contain; }

.page-footer {
  position: relative;
  background-color: #545D6B;
  color: white;
  padding: 60px 0;
  margin-top: 45vw; }
  .page-footer:before {
    content: "";
    display: block;
    position: absolute;
    top: -45vw;
    height: 65vw;
    left: 0;
    right: 0;
    background: url(/img/footer-lines.svg) 100% 0% no-repeat;
    background-size: 110% auto; }
  .page-footer .logo img {
    width: 200px;
    margin-left: -16px; }
  .page-footer .footer-links {
    margin: 30px 0 45px; }
  .page-footer .footer-links a {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.025em;
    margin: 0 24px 0 0;
    color: white;
    padding: 8px 0;
    border-bottom: 2px solid transparent; }
    .page-footer .footer-links a:hover {
      border-bottom: 2px solid #AEE8A4; }
  .page-footer .footer-info {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px; }
    .page-footer .footer-info .spacer {
      margin: 0 auto;
      border-left: 2px solid #AEE8A4;
      height: 20px; }
    .page-footer .footer-info span {
      padding-top: 2px; }
    .page-footer .footer-info a.icon {
      font-size: 17px;
      color: white;
      text-decoration: none;
      margin: 0 16px;
      width: unset;
      height: unset; }
      .page-footer .footer-info a.icon:hover {
        color: #AEE8A4; }
    @media (max-width: 1200px) {
      .page-footer .footer-info {
        display: block; }
        .page-footer .footer-info .spacer {
          display: none; }
        .page-footer .footer-info span {
          display: block;
          margin: 6px 0; } }

.form .status {
  display: inline-block;
  padding: 12px 20px 10px;
  border-radius: 4px;
  background-color: #f0f0f0;
  margin: 30px 0 15px;
  transition: transform 0.4s, opacity 0.4s;
  color: black; }
  .form .status.hide {
    transform: translateY(-70px);
    opacity: 0;
    display: none; }
  .form .status.success {
    background-color: #4b4;
    color: white; }
  .form .status.error {
    background-color: #b44;
    color: white; }

.page-header {
  position: relative;
  z-index: 2000; }
  .page-header .wrapper {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1000; }
  .page-header .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 40px 0; }
  .page-header .logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 10px 6px;
    transition: background-color 0.6s; }
    .page-header .logo:hover {
      background-color: rgba(28, 79, 156, 0.8); }
    .page-header .logo img {
      width: 150px; }
  .page-header .nav, .page-header .btn {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.025em;
    margin: 0 12px; }
  .page-header .nav {
    color: white;
    padding: 5px 0 0;
    border-bottom: 2px solid transparent;
    text-shadow: 0 0 24px rgba(0, 0, 0, 0.1); }
    .page-header .nav:hover, .page-header .nav.active {
      border-bottom: 2px solid #AEE8A4; }
  .page-header .btn {
    background-color: #AEE8A4;
    color: #1C4F9C;
    padding: 11px 16px 8px; }
    .page-header .btn:hover {
      background-color: #f6fdf5; }
  .page-header .back-btn {
    background-image: url("/img/arrow-left-transparent.svg");
    background-size: contain;
    padding-left: 32px;
    background-repeat: no-repeat; }
  .page-header .mobile-nav {
    display: none; }
    .page-header .mobile-nav .fas {
      font-size: 24px;
      color: white;
      margin-right: 10px; }
  .page-header .login.btn {
    background-image: url(/img/login-btn.svg);
    background-position: 4px 6px;
    background-repeat: no-repeat;
    background-size: 32px auto;
    padding-left: 36px; }
    @media (max-width: 600px) {
      .page-header .login.btn .login-text {
        display: none; } }
    @media (max-width: 600px) {
      .page-header .login.btn {
        min-height: 24px;
        padding-left: 24px; } }
  @media (max-width: 1250px) {
    .page-header .desktop-nav {
      display: none; }
    .page-header .mobile-nav {
      display: block; } }

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000;
  background-color: #545d6b;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .mobile-menu a.menu-item {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    margin: 8px 0;
    letter-spacing: 0.075em;
    border-bottom: 2px solid transparent; }
    .mobile-menu a.menu-item:hover {
      border-bottom: 2px solid #AEE8A4; }
  .mobile-menu .social {
    margin: 8px 0; }
    .mobile-menu .social a {
      font-size: 17px;
      color: white;
      text-decoration: none;
      margin: 0 6px; }
      .mobile-menu .social a:hover {
        color: #AEE8A4; }
  .mobile-menu .close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 30px;
    color: white; }

.icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 48px;
  height: 48px; }
  .icon:hover {
    filter: brightness(120%); }

.social-links .social-icon {
  width: 64px;
  height: 64px;
  padding: 0 5px; }

.membership-modal .narrow {
  /* 93% of browsers have this according to caniuse */
  -webkit-text-stroke: 3px white; }

.membership-modal .close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  padding: 6px;
  color: #1C4F9C; }

.membership-thankyou {
  position: relative;
  background-color: white;
  max-width: 700px;
  margin: 0 auto;
  padding: 60px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  opacity: 0%;
  transition: opacity 0.2s ease-in-out;
  visibility: hidden; }
  .membership-thankyou.success {
    opacity: 100%;
    visibility: visible; }
  .membership-thankyou h2 {
    text-align: center;
    color: #3c3c3c;
    font-size: 84px; }
  .membership-thankyou p {
    font-size: 24px;
    line-height: 1.4;
    margin: 1.4em 0;
    font-weight: bold;
    text-align: center; }

.membership-form {
  position: relative;
  background-color: white;
  max-width: 700px;
  margin: 0 auto;
  padding: 60px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  transition: filter 0.1s linear, opacity 0.1s linear; }
  .membership-form.submitting {
    filter: saturate(10%); }
    .membership-form.submitting .inner {
      opacity: 50%; }
  .membership-form.success {
    visibility: hidden;
    display: none; }
  .membership-form h2, .membership-form h3 {
    font-weight: Bold;
    font-size: 32px;
    letter-spacing: 0px;
    color: #3C3C3C;
    margin-bottom: 0; }
  @media (min-width: 850px) {
    .membership-form .inner {
      padding-left: 6.5em;
      padding-right: 6.5em; } }
  .membership-form .row {
    display: inline-block;
    margin: 12px 0;
    width: 95%;
    margin-right: 3%; }
    .membership-form .row.half {
      width: 46%; }
    .membership-form .row label {
      display: block;
      margin: 0 0 4px;
      font-size: 14px;
      line-height: 1.5;
      letter-spacing: 0px;
      font-weight: bold;
      color: #3C3C3C; }
    .membership-form .row input, .membership-form .row textarea {
      display: block;
      padding: 10px;
      background-color: #F2F9FF;
      border: none;
      width: 100%;
      box-sizing: border-box;
      font-size: 15px;
      line-height: 1.4;
      border-radius: 0;
      outline: none; }
      .membership-form .row input:focus, .membership-form .row textarea:focus {
        background-color: #e8f4ff; }
    .membership-form .row textarea {
      min-width: 100%;
      min-height: 150px; }
    .membership-form .row.radio label {
      display: inline-block;
      margin: 0 10px 0 0; }
    .membership-form .row.radio input[type="radio"] {
      position: relative;
      display: inline-block;
      width: auto;
      margin: 0 2px 0 6px;
      appearance: none;
      width: 20px;
      height: 20px;
      border: 2px solid #C6C6C6;
      border-radius: 12px;
      background: white;
      box-sizing: border-box;
      vertical-align: middle; }
      .membership-form .row.radio input[type="radio"]:checked:after {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: #2B7CCC; }
  .membership-form input[type="submit"] {
    border: none;
    border-radius: 0;
    background-color: #AEE8A4;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    padding: 18px 32px;
    width: 100%;
    box-sizing: border-box;
    margin: 40px 0 0;
    text-align: center;
    color: #1C4F9C;
    cursor: pointer; }
  @media (max-width: 1000px) {
    .membership-form {
      max-width: 90%;
      box-sizing: border-box; } }
  @media (max-width: 600px) {
    .membership-form {
      padding: 40px;
      margin: 0 20px;
      max-width: none; }
      .membership-form h2 {
        margin-right: 40px; }
      .membership-form h2, .membership-form h3 {
        font-size: 26px; } }
  @media (max-width: 400px) {
    .membership-form {
      padding: 30px 20px; }
      .membership-form h2, .membership-form h3 {
        font-size: 22px; } }

body {
  position: relative; }

.membership-background {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/img/white-waves.svg), url(/img/yellow-line.svg);
  background-position: 0 1000px, 0 700px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1; }
  @media (max-width: 1000px) {
    .membership-background {
      background-size: 1000px auto; } }

.modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(84, 93, 107, 0.95);
  z-index: 9000;
  padding: 40px 0 80px;
  min-height: 100%;
  box-sizing: border-box; }
  .modal.fixed {
    position: fixed; }
  .modal .modal-content .modal-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 60px; }
    .modal .modal-content .modal-banner h1 {
      color: white;
      font-size: 42px;
      margin: 0 40px 0 0;
      line-height: 1.4; }
      @media (max-width: 600px) {
        .modal .modal-content .modal-banner h1 {
          font-size: 26px;
          margin-right: 20px; } }
    .modal .modal-content .modal-banner img {
      width: 150px; }
      @media (max-width: 600px) {
        .modal .modal-content .modal-banner img {
          width: 100px; } }
      @media (max-width: 400px) {
        .modal .modal-content .modal-banner img {
          display: none; } }
    .modal .modal-content .modal-banner.form-banner:after {
      content: "";
      position: absolute;
      right: 134px;
      top: 204px;
      width: 4px;
      background-color: #AEE8A4;
      height: 100vh; }

.news-minipage {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px; }
  .news-minipage .news-preview {
    flex: 0 1 390px;
    flex-grow: 1;
    margin: 0 10px 10px 0;
    padding: 10px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.03);
    text-decoration: unset;
    color: inherit;
    transition: box-shadow 0.1s ease-in-out; }
    .news-minipage .news-preview:hover {
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }
    @media (min-width: 1120px) {
      .news-minipage .news-preview {
        max-width: calc(max(500px, 50% - 10px)); } }
    .news-minipage .news-preview .columns {
      align-items: stretch;
      justify-content: center;
      height: 100%; }
      .news-minipage .news-preview .columns .column img.fit {
        height: 40vw; }
        @media (min-width: 900px) {
          .news-minipage .news-preview .columns .column img.fit {
            min-height: 200px;
            height: auto;
            object-position: left center; } }
      .news-minipage .news-preview .columns .column + .column {
        margin-top: 20px; }
        @media (min-width: 900px) {
          .news-minipage .news-preview .columns .column + .column {
            margin: 0 0 0 30px; } }
    .news-minipage .news-preview .column {
      display: flex; }
      @media (min-width: 900px) {
        .news-minipage .news-preview .column {
          align-self: stretch;
          justify-content: start; } }
    .news-minipage .news-preview .inner {
      align-self: center;
      height: 100%; }
      .news-minipage .news-preview .inner.text {
        height: unset; }
    .news-minipage .news-preview h2 {
      margin-bottom: 5px;
      font-size: 14px;
      text-transform: uppercase; }
    .news-minipage .news-preview h3 {
      margin: 0;
      font-size: 20px;
      line-height: 1.3em; }
    .news-minipage .news-preview span {
      font-size: 10pt;
      color: ligthen(#545D6B, 10);
      text-transform: uppercase; }

.newsletter-signup.section .container {
  padding: 0px 0 40px 0; }

.newsletter-signup.section input[type="email"] {
  border: 2px solid #444;
  border-radius: 4px;
  padding: 16px 16px 14px;
  font-size: 17px;
  line-height: 20px;
  width: 25em;
  max-width: 70%;
  box-sizing: border-box; }

.newsletter-signup.section input[type="submit"] {
  background-color: #AEE8A4;
  border: none;
  border-radius: 0;
  padding: 19px 18px 15px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1C4F9C;
  margin: 0 0 0 12px;
  text-align: left;
  max-width: 30%; }
  .newsletter-signup.section input[type="submit"]:hover {
    background-color: #f6fdf5;
    cursor: pointer; }

@media (max-width: 700px) {
  .newsletter-signup.section {
    text-align: center; } }

.newsletter-signup.section form {
  display: flex;
  flex-direction: row;
  align-items: center; }

.page-banner {
  position: relative;
  background-color: #f0f0f0;
  background: url(/img/perth-elizabeth-quay.jpg) 50% 30% no-repeat;
  background-size: cover;
  height: calc(100px + 50vw); }
  @media (max-width: 1100px) {
    .page-banner {
      height: 500px;
      padding-top: 150px; } }
  .page-banner .content {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%; }
    .page-banner .content:before {
      content: "";
      display: block;
      padding-bottom: 60%; }
    .page-banner .content .headline {
      position: relative;
      width: 75%;
      max-width: 15em;
      font-weight: 700;
      line-height: 1.3;
      letter-spacing: 0.05em;
      color: white;
      padding: 60px 60px 40px 5vw;
      white-space: normal;
      box-sizing: content-box;
      font-size: 52px; }
      .page-banner .content .headline p, .page-banner .content .headline span {
        font-size: 52px;
        line-height: 1.3;
        letter-spacing: 0.05em;
        margin: 0; }
        @media (max-width: 1000px) {
          .page-banner .content .headline p, .page-banner .content .headline span {
            font-size: 42px; } }
        @media (max-width: 800px) {
          .page-banner .content .headline p, .page-banner .content .headline span {
            font-size: 36px; } }
        @media (max-width: 600px) {
          .page-banner .content .headline p, .page-banner .content .headline span {
            font-size: 28px; } }
      .page-banner .content .headline .subline p, .page-banner .content .headline .subline span {
        font-size: 28px;
        letter-spacing: 0.05em;
        margin: 0; }
        @media (max-width: 1200px) {
          .page-banner .content .headline .subline p, .page-banner .content .headline .subline span {
            display: none;
            font-size: 16px; } }
        @media (max-width: 1000px) {
          .page-banner .content .headline .subline p, .page-banner .content .headline .subline span {
            display: none; } }
      @media (max-width: 1000px) {
        .page-banner .content .headline {
          font-size: 42px; } }
      @media (max-width: 800px) {
        .page-banner .content .headline {
          align-self: center;
          font-size: 36px; } }
      @media (max-width: 600px) {
        .page-banner .content .headline {
          font-size: 28px; } }
      @media (min-width: 1400px) {
        .page-banner .content .headline {
          padding-left: calc(50vw - 600px); } }
      @media (max-width: 1000px) {
        .page-banner .content .headline {
          line-height: 1.2; } }
      @media (max-width: 800px) {
        .page-banner .content .headline {
          width: 90%;
          box-sizing: border-box; } }
      @media (max-width: 600px) {
        .page-banner .content .headline {
          padding-right: 30px; } }
  .page-banner.short {
    padding-top: 50px;
    height: calc(25vw); }
    @media (max-width: 1100px) {
      .page-banner.short {
        height: calc(0.25 * 1100px);
        padding-top: 50px; } }
    .page-banner.short .content {
      align-items: center; }
      .page-banner.short .content .headline {
        font-size: 64px; }
        @media (max-width: 1000px) {
          .page-banner.short .content .headline {
            font-size: 42px;
            line-height: 1.2; } }
        @media (max-width: 800px) {
          .page-banner.short .content .headline {
            font-size: 36px; } }
        @media (max-width: 600px) {
          .page-banner.short .content .headline {
            font-size: 28px; } }

.paginator .controls {
  text-align: center; }
  .paginator .controls .arrow-button {
    cursor: pointer; }
    .paginator .controls .arrow-button.inactive {
      cursor: unset;
      filter: saturate(0); }
  .paginator .controls .arrow-button + .arrow-button {
    margin-left: 80px; }

.people-row {
  width: 100%;
  text-align: center; }

.people-column {
  display: inline-block; }

.person {
  display: inline-flex;
  text-align: center;
  max-width: 320px;
  flex-direction: column;
  align-items: center; }
  .person a {
    display: block; }
  .person div.img {
    width: 320px;
    border-radius: 50%;
    padding-top: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    transform: scale(0.9); }
  .person h4 {
    color: #2B7CCC;
    letter-spacing: 0;
    margin: 6px 0;
    font-size: 15px; }
  .person p {
    color: #999;
    margin: 6px 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px; }
  .person .bio-button {
    background-color: #2B7CCC;
    border-radius: 0.5em;
    padding: 0.25em 0.5em;
    margin-bottom: 20px;
    color: white; }
    .person .bio-button:hover {
      background-color: #5095da; }

.people-section h2 {
  text-align: center; }

.people-grid a {
  text-decoration: none; }

.referral-modal .narrow {
  /* 93% of browsers have this according to caniuse */
  -webkit-text-stroke: 3px white; }

.referral-modal .close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  padding: 6px;
  color: #1C4F9C; }

.referral-thankyou {
  position: relative;
  background-color: white;
  max-width: 700px;
  margin: 0 auto;
  padding: 60px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  opacity: 0%;
  transition: opacity 0.2s ease-in-out;
  visibility: hidden; }
  .referral-thankyou.success {
    opacity: 100%;
    visibility: visible; }
  .referral-thankyou h2 {
    text-align: center;
    color: #3c3c3c;
    font-size: 84px; }
  .referral-thankyou p {
    font-size: 24px;
    line-height: 1.4;
    margin: 1.4em 0;
    font-weight: bold;
    text-align: center; }

.referral-form {
  position: relative;
  background-color: white;
  max-width: 700px;
  margin: 0 auto;
  padding: 60px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  transition: filter 0.1s linear, opacity 0.1s linear; }
  .referral-form.submitting {
    filter: saturate(10%); }
    .referral-form.submitting .inner {
      opacity: 50%; }
  .referral-form.success {
    visibility: hidden;
    display: none; }
  .referral-form h2, .referral-form h3 {
    font-weight: Bold;
    font-size: 32px;
    letter-spacing: 0px;
    color: #3C3C3C; }
  @media (min-width: 850px) {
    .referral-form .inner {
      padding-left: 6.5em;
      padding-right: 6.5em; } }
  .referral-form .row {
    display: inline-block;
    margin: 12px 0;
    width: 95%;
    margin-right: 3%; }
    .referral-form .row.half {
      width: 46%; }
    .referral-form .row label {
      display: block;
      margin: 0 0 4px;
      font-size: 14px;
      line-height: 1.5;
      letter-spacing: 0px;
      font-weight: bold;
      color: #3C3C3C; }
    .referral-form .row input, .referral-form .row textarea {
      display: block;
      padding: 10px;
      background-color: #F2F9FF;
      border: none;
      width: 100%;
      box-sizing: border-box;
      font-size: 15px;
      line-height: 1.4;
      border-radius: 0;
      outline: none; }
      .referral-form .row input:focus, .referral-form .row textarea:focus {
        background-color: #e8f4ff; }
    .referral-form .row textarea {
      min-width: 100%;
      min-height: 150px; }
    .referral-form .row.radio label {
      display: inline-block;
      margin: 0 10px 0 0; }
    .referral-form .row.radio input {
      position: relative;
      display: inline-block;
      width: auto;
      margin: 0 2px 0 6px;
      appearance: none;
      width: 20px;
      height: 20px;
      border: 2px solid #C6C6C6;
      border-radius: 12px;
      background: white;
      box-sizing: border-box;
      vertical-align: middle; }
      .referral-form .row.radio input:checked:after {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: #2B7CCC; }
  .referral-form input[type="submit"] {
    border: none;
    border-radius: 0;
    background-color: #AEE8A4;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    padding: 18px 32px;
    width: 100%;
    box-sizing: border-box;
    margin: 40px 0 0;
    text-align: center;
    color: #1C4F9C;
    cursor: pointer; }
  @media (max-width: 1000px) {
    .referral-form {
      max-width: 90%;
      box-sizing: border-box; } }
  @media (max-width: 600px) {
    .referral-form {
      padding: 40px;
      margin: 0 20px;
      max-width: none; }
      .referral-form h2 {
        margin-right: 40px; }
      .referral-form h2, .referral-form h3 {
        font-size: 26px; } }
  @media (max-width: 400px) {
    .referral-form {
      padding: 30px 20px; }
      .referral-form h2, .referral-form h3 {
        font-size: 22px; } }

.selection-bar {
  margin-top: 5px;
  margin-bottom: 5px; }
  .selection-bar .button {
    margin-top: 0;
    padding: 14px 0 10px; }
    .selection-bar .button.primary {
      position: relative; }
      .selection-bar .button.primary:after {
        content: "";
        display: block;
        position: absolute;
        background-color: #2B7CCC;
        bottom: 0;
        height: 4px;
        border-radius: 2px;
        left: 0%;
        width: 100%; }
      .selection-bar .button.primary:after {
        left: 50%;
        width: 0%;
        transition: left 0.2s, width 0.2s; }
      .selection-bar .button.primary:hover:after, .selection-bar .button.primary.active:after {
        left: 0%;
        width: 100%; }
      .selection-bar .button.primary:hover {
        position: relative;
        background-color: transparent; }
        .selection-bar .button.primary:hover:after {
          content: "";
          display: block;
          position: absolute;
          background-color: #545D6B;
          bottom: 0;
          height: 4px;
          border-radius: 2px;
          left: 0%;
          width: 100%; }
        .selection-bar .button.primary:hover:after {
          left: 50%;
          width: 0%;
          transition: left 0.2s, width 0.2s; }
        .selection-bar .button.primary:hover:hover:after, .selection-bar .button.primary:hover.active:after {
          left: 0%;
          width: 100%; }
  .selection-bar.dropdown {
    display: block;
    margin-top: 20px; }

.slider {
  z-index: 2000; }
  .slider .glide__slide img {
    width: 100%; }
  .slider .controls {
    text-align: center;
    margin-bottom: 40px; }
    .slider .controls .arrow-button {
      cursor: pointer; }
    .slider .controls .arrow-button + .arrow-button {
      margin-left: 80px; }
  .slider .scroll-more {
    color: #545D6B;
    font-size: 9pt; }

.testimonials {
  overflow: hidden; }

.testimonial {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0; }
  .testimonial img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 45px;
    box-shadow: 0 1px 24px rgba(0, 0, 0, 0.075); }
  .testimonial .body {
    max-width: 700px; }
  .testimonial p {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 15px;
    font-family: Georgia, 'Times New Roman', Times, serif; }
  .testimonial p.cite {
    font-size: 16px;
    margin: 0;
    font-family: inherit;
    color: #444; }
    .testimonial p.cite strong {
      color: black; }

.user-banner {
  padding: 12px;
  background-color: #333;
  color: #eee; }
  .user-banner .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .user-banner .members-only::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: white;
    margin: 0 8px 0 0; }
  @media (max-width: 900px) {
    .user-banner .greeting {
      display: none; } }
  .user-banner p {
    margin: 0;
    font-size: 13px;
    line-height: 1; }
  .user-banner a {
    color: white; }

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }

@font-face {
  font-family: 'Axiforma';
  src: local("Axiforma Book"), local("Axiforma-Book"), url("/font/Axiforma-Book.woff2") format("woff2"), url("/font/Axiforma-Book.woff") format("woff"), url("/font/Axiforma-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Axiforma';
  src: local("Axiforma Semi Bold"), local("Axiforma-Semi-Bold"), url("/font/Axiforma-SemiBold.woff2") format("woff2"), url("/font/Axiforma-SemiBold.woff") format("woff"), url("/font/Axiforma-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Axiforma';
  src: local("Axiforma Extra Bold"), local("Axiforma-Extra-Bold"), url("/font/Axiforma-ExtraBold.woff2") format("woff2"), url("/font/Axiforma-ExtraBold.woff") format("woff"), url("/font/Axiforma-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

html, body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #3C3C3C; }

html, body, input, textarea {
  font-family: 'Axiforma', sans-serif; }

input {
  border-radius: 0; }

.container {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 900px) {
    .container {
      width: 90%; } }

@media (min-width: 900px) {
  .image-text-slice .mobile-image {
    display: none; } }

@media (max-width: 900px) {
  .image-text-slice .image-column {
    display: none; } }

@media (max-width: 900px) {
  .image-text-slice.columns .column.text-column {
    margin: 0; } }

.image-text-slice .content.shorter {
  max-width: 600px; }

.image-text-slice .popdown {
  font-size: 10pt;
  color: #545D6B;
  visibility: none;
  transition: visibility 0s linear, opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transform: translateY(-10px);
  opacity: 0;
  height: 0; }
  .image-text-slice .popdown.reveal {
    height: unset;
    visibility: visible;
    transform: none;
    opacity: 1; }

.video-slice .video {
  margin: auto;
  margin-top: 60px;
  width: 70vw;
  height: calc(max(50vh, 40vw)); }
  .video-slice .video iframe {
    height: 100%;
    width: 100%; }
  @media (max-width: 600px) {
    .video-slice .video {
      margin: 0;
      width: 100%;
      height: calc(max(30vh, 40vw)); } }

.business-profile-slice > .news-minipage, .latest-updates-slice > .news-minipage, .person-profile-slice > .news-minipage {
  margin-top: 0.7em; }

.business-profile-slice > .columns:first-child, .latest-updates-slice > .columns:first-child, .person-profile-slice > .columns:first-child {
  margin-top: 0.7em; }

.business-profile-slice .column.people, .latest-updates-slice .column.people, .person-profile-slice .column.people {
  padding: 10px; }
  .business-profile-slice .column.people .person, .latest-updates-slice .column.people .person, .person-profile-slice .column.people .person {
    max-width: 240px; }
    .business-profile-slice .column.people .person div.img, .latest-updates-slice .column.people .person div.img, .person-profile-slice .column.people .person div.img {
      width: 240px; }

.business-profile-slice .column.copy, .latest-updates-slice .column.copy, .person-profile-slice .column.copy {
  align-self: center; }

.people-columns-slice > .columns {
  margin: 0; }
  .people-columns-slice > .columns .column {
    margin-top: 0.7em; }
    .people-columns-slice > .columns .column .copy {
      text-align: center; }
    @media (min-width: 900px) {
      .people-columns-slice > .columns .column .copy {
        text-align: unset; }
        .people-columns-slice > .columns .column .copy .buttons.center-buttons {
          justify-content: flex-start; }
      .people-columns-slice > .columns .column.tall .copy {
        text-align: center; }
        .people-columns-slice > .columns .column.tall .copy .buttons.center-buttons {
          justify-content: center; } }
    .people-columns-slice > .columns .column .person {
      max-width: 240px; }
      .people-columns-slice > .columns .column .person div.img {
        width: 240px; }
  .people-columns-slice > .columns .column.bio {
    align-self: center;
    margin-top: 0; }

@media (min-width: 900px) {
  .people-columns-slice > .columns {
    margin-top: 0.7em; }
    .people-columns-slice > .columns .column {
      margin-top: 0; } }

.people-columns-slice .columns + .columns {
  margin-top: 60px; }

.text-columns-slice .columns {
  align-items: stretch; }
  .text-columns-slice .columns .column {
    display: flex;
    flex-direction: column; }
    .text-columns-slice .columns .column .content {
      flex-grow: 1; }

.vertical-image-text-columns-columns-slice .columns {
  align-items: stretch; }
  .vertical-image-text-columns-columns-slice .columns div.column {
    display: flex;
    flex-direction: column; }
    .vertical-image-text-columns-columns-slice .columns div.column .content {
      flex-grow: 1; }
    .vertical-image-text-columns-columns-slice .columns div.column div.main-img img {
      width: auto;
      margin: auto;
      display: block; }
    .vertical-image-text-columns-columns-slice .columns div.column div.main-img .caption {
      margin: auto;
      margin-top: 5px; }
      .vertical-image-text-columns-columns-slice .columns div.column div.main-img .caption p {
        text-align: center;
        font-size: 14px; }
      @media (min-width: 900px) {
        .vertical-image-text-columns-columns-slice .columns div.column div.main-img .caption {
          width: 60%; } }

.event-showcase-slice .event-section .event-header {
  display: block;
  width: 100%; }

.event-showcase-slice .event-section .event-detail {
  width: 100%; }
  .event-showcase-slice .event-section .event-detail .event-info-social {
    display: none; }

div.slice-content h1, div.slice-content h2, div.slice-content h3, div.slice-content h4, div.slice-content h5 {
  margin: unset;
  font-weight: 600;
  color: unset; }

div.slice-content h2 {
  font-size: 28px; }

div.slice-content ol, div.slice-content ul, div.slice-content p, div.slice-content li {
  font-size: 16px; }

div.slice-content p a, div.slice-content ol a, div.slice-content ul a, div.slice-content li a {
  text-decoration: none;
  color: #545D6B; }
  div.slice-content p a:hover, div.slice-content ol a:hover, div.slice-content ul a:hover, div.slice-content li a:hover {
    color: #6a7688; }

div.slice-content ul {
  list-style: none;
  /* Remove default bullets */ }

div.slice-content ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #2B7CCC;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
  font-size: 24px; }

p.block-img, div.block-img {
  text-align: center; }
  p.block-img img, div.block-img img {
    display: inline-block;
    width: auto;
    max-height: calc(min(450px, 60vw));
    object-fit: contain;
    object-position: center center;
    border: none; }

.img-container {
  text-align: center; }
  .img-container img {
    display: inline-block;
    width: auto;
    max-height: calc(min(450px, 60vw));
    object-fit: contain;
    object-position: center center;
    border: none; }

.section {
  position: relative; }
  .section h3 {
    font-size: 1.8em;
    font-weight: 600;
    margin: 0.7em 0;
    margin-top: 0; }
    @media (max-width: 1200px) {
      .section h3 {
        font-size: 1.5em;
        line-height: 1.3; } }
    @media (max-width: 800px) {
      .section h3 {
        font-size: 1.4em; } }
    @media (max-width: 600px) {
      .section h3 {
        font-size: 1.3em; } }
  .section .container {
    padding: calc(max(40px, 2vw)) 0; }
    @media (max-width: 1000px) {
      .section .container {
        padding: 40px 0; } }
    .section .container + .container {
      padding-top: 0; }
  .section.white + .section.white .container {
    padding-top: 0; }
  .section.lt-gradient {
    background: #F2F9FF;
    background: linear-gradient(180deg, rgba(229, 229, 229, 0) 0%, #f2f9ff 100%); }
  .section.blue-bk {
    background-color: #2B7CCC;
    background-size: cover;
    background-position: 50% 0%;
    color: white; }
    .section.blue-bk h2 {
      color: white; }
  .section.extra-space .container {
    padding-bottom: 15vw; }
  .section.extra-space + .section .container {
    padding-top: 15vw; }

.section-spacer {
  margin: 40px 0;
  height: 1px; }

h2 {
  font-family: 'Axiforma', sans-serif;
  font-weight: 800;
  font-size: 56px;
  line-height: 1.2;
  color: #2B7CCC;
  margin: 0; }
  @media (max-width: 1200px) {
    h2 {
      font-size: 48px; } }
  @media (max-width: 800px) {
    h2 {
      font-size: 42px; } }
  @media (max-width: 400px) {
    h2 {
      font-size: 38px; } }

p {
  font-size: 16px;
  line-height: 1.4;
  margin: 1.4em 0; }
  p.big {
    font-size: 1.8em;
    font-weight: 600;
    margin: 0.7em 0; }
    @media (max-width: 1200px) {
      p.big {
        font-size: 1.5em;
        line-height: 1.3; } }
    @media (max-width: 800px) {
      p.big {
        font-size: 1.4em; } }
    @media (max-width: 600px) {
      p.big {
        font-size: 1.3em; } }
  p:first-child {
    margin-top: 0; }

.buttons {
  display: flex;
  flex-direction: row;
  margin-top: 40px; }
  .buttons.center-buttons {
    justify-content: center;
    width: 100%; }

.columns {
  display: flex;
  flex-direction: row;
  align-items: flex-start; }
  .columns .column {
    position: relative;
    flex: 1 0 0; }
    .columns .column + .column {
      margin-left: 80px; }
    .columns .column img {
      width: 110%; }
      .columns .column img.align-right {
        margin-left: -10%; }
      .columns .column img.fit {
        width: 100%;
        object-fit: contain; }
        .columns .column img.fit.cover {
          object-fit: cover; }
      @media (max-width: 1400px) {
        .columns .column img {
          width: 100%; }
          .columns .column img.align-right {
            margin-left: 0; } }
  @media (max-width: 900px) {
    .columns {
      display: block; }
      .columns .column + .column {
        margin: 60px 0 0 0; } }

.dec-line {
  position: absolute;
  bottom: -1.5vw;
  height: 3vw;
  width: 5px;
  background-color: #AEE8A4;
  z-index: 1000; }
  .dec-line.left {
    left: 0; }
  .dec-line.right {
    right: 0; }
  .dec-line.long {
    height: 12vw; }
  @media (max-width: 600px) {
    .dec-line {
      bottom: -15px;
      height: 30px; }
      .dec-line.long {
        height: 45px; } }

.dec-wave {
  position: absolute;
  pointer-events: none;
  bottom: -15vw;
  height: 30vw;
  left: 0;
  right: 0;
  background-image: url(/img/yellow-line.svg);
  background-position: 50% 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 1000; }
  .dec-wave.gray-to-blue {
    background-image: url(/img/yellow-line-gray-to-blue.svg); }


.history-section .slice-content h2 {
  font-size: 52px; }

.administration-layout label {
  display: block;
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: bold;
  color: #3C3C3C; }

.administration-layout input, .administration-layout textarea {
  display: block;
  padding: 10px;
  background-color: #F2F9FF;
  border: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 0;
  outline: none; }
  .administration-layout input:focus, .administration-layout textarea:focus {
    background-color: #e8f4ff; }

.business-directory-search-tools {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 20px; }
  @media (min-width: 800px) {
    .business-directory-search-tools {
      align-items: center;
      flex-direction: row; } }
  .business-directory-search-tools .selection-bar {
    flex-grow: 3; }
    .business-directory-search-tools .selection-bar.selection-buttons {
      display: none; }
    .business-directory-search-tools .selection-bar.dropdown {
      margin: 0;
      display: block; }

.business-directory-search {
  align-self: stretch;
  margin-right: 10px;
  flex-grow: 7; }
  @media (max-width: 800px) {
    .business-directory-search {
      margin: 0;
      margin-bottom: 10px;
      width: 100%; } }
  .business-directory-search input.searchbar {
    display: block;
    padding: 10px;
    background-color: white;
    border-width: 1px;
    border-color: #3C3C3C;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.4;
    border-radius: 0;
    outline: none; }
    .business-directory-search input.searchbar:focus {
      background-color: #e8f4ff; }

.business-directory {
  display: flex;
  flex-direction: column;
  align-items: stretch; }
  .business-directory .directory-row {
    display: flex;
    flex-direction: row; }
    @media (max-width: 900px) {
      .business-directory .directory-row {
        flex-direction: column;
        align-items: stretch; } }
  .business-directory .empty {
    flex: 0 1 50%;
    margin: 0 30px 30px 0;
    background: transparent; }
    .business-directory .empty:nth-child(2) {
      margin-right: 0px; }

.business-directory-searchable {
  background: #A9A9A9; }

.commitee-member-page .page-banner {
  padding-top: 50px;
  height: calc(25vw);
  z-index: 1; }
  @media (max-width: 1100px) {
    .commitee-member-page .page-banner {
      height: calc(0.25 * 1100px);
      padding-top: 50px; } }
  .commitee-member-page .page-banner:before {
    top: 60%; }
  .commitee-member-page .page-banner .people-row {
    position: relative;
    bottom: -50%;
    z-index: 1; }
    @media (max-width: 700px) {
      .commitee-member-page .page-banner .people-row {
        bottom: -70%; } }
  .commitee-member-page .page-banner .person {
    max-width: 100vw; }
    .commitee-member-page .page-banner .person div.img {
      background-color: white;
      border: 2px solid #545D6B; }
    .commitee-member-page .page-banner .person h4 {
      font-size: 18pt;
      margin: 0;
      /*@media (min-width: 700px) {
          display: inline-block;
  
          &:after {
            content: "";
            padding-left: 2px;
            margin-left: 10px;
            height: 120%;
            background-color: $col-blue;
          }
        }*/ }
    .commitee-member-page .page-banner .person p {
      text-transform: none;
      margin: 0;
      /*@media (min-width: 700px) {
          margin-left: 10px;
          display: inline-block;
          vertical-align: 15%;
        }*/ }
    .commitee-member-page .page-banner .person div.img {
      padding-top: 0;
      height: calc(min(50vw, 320px));
      width: calc(min(50vw, 320px)); }
    .commitee-member-page .page-banner .person .bio-button {
      display: none; }

.commitee-member-page .social-icon {
  width: 48px;
  height: 48px;
  margin: 0 5px; }

.commitee-member-page .padding-section .container {
  height: calc(max(160px, min(160px, 20vw))); }
  @media (min-width: 700px) {
    .commitee-member-page .padding-section .container {
      height: calc(max(100px, min(120px, 15vw))); } }

.contact-els {
  margin: 40px 0 12vw; }

.contact-el {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin: 10px 0;
  font-weight: 600; }
  .contact-el .icon {
    margin-left: 0px;
    margin-right: 10px; }
  .contact-el:hover .icon {
    filter: none; }
  .contact-el:hover > .icon {
    filter: brightness(120%); }
  .contact-el i.fa {
    width: 64px;
    height: 64px;
    font-size: 24px;
    line-height: 64px;
    text-align: center;
    border: 2px solid #2B7CCC;
    border-radius: 32px;
    box-sizing: border-box;
    color: #2B7CCC;
    margin: 0 15px 0 0; }
  .contact-el a {
    color: #3C3C3C;
    text-decoration: none; }
    .contact-el a:hover {
      color: #6f6f6f; }

.contact-form {
  margin: 40px 0 0px;
  max-width: 900px; }
  .contact-form .half-row {
    display: inline-block;
    width: 47%;
    margin-right: 3%; }
  .contact-form .full-row {
    display: block;
    width: 97%; }
  .contact-form .half-row, .contact-form .full-row {
    margin-bottom: 24px; }
    .contact-form .half-row label, .contact-form .full-row label {
      display: block;
      margin: 0 0 4px 0;
      font-weight: 500; }
    .contact-form .half-row input, .contact-form .half-row textarea, .contact-form .full-row input, .contact-form .full-row textarea {
      background: white;
      border: none;
      padding: 13px 12px 11px;
      width: 100%;
      box-sizing: border-box;
      font-size: 16px; }
    .contact-form .half-row textarea, .contact-form .full-row textarea {
      min-height: 200px; }
  .contact-form input[type="submit"] {
    background: #AEE8A4;
    color: #1C4F9C;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    padding: 17px 24px 15px;
    min-width: 150px;
    text-align: center; }
    .contact-form input[type="submit"]:hover {
      background-color: #f6fdf5;
      cursor: pointer; }

.event-section {
  background-color: #fbfbfb; }
  @media (min-width: 1000px) {
    .event-section .event-header {
      display: none; } }

.event-page-banner .page-banner.short {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: calc(0.25 * 1100px);
  padding-top: 50px; }
  .event-page-banner .page-banner.short .event-header {
    display: none;
    margin: auto;
    margin-bottom: 0;
    margin-top: 200px; }
    @media (min-width: 1000px) {
      .event-page-banner .page-banner.short .event-header {
        display: unset; } }
  @media (min-width: 1000px) {
    .event-page-banner .page-banner.short {
      height: unset;
      padding-top: unset; } }
  .event-page-banner .page-banner.short .content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    height: 100%; }
    .event-page-banner .page-banner.short .content:before {
      display: none; }

.event-section .event-info-social {
  display: block; }

.more-events .container {
  padding-top: 20px; }

.more-events .events-minipage {
  margin-top: 20px; }

.more-events h2 {
  text-align: center;
  color: #545D6B;
  font-size: 48px;
  font-weight: 600; }

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }
  @media (max-width: 1000px) {
    .gallery-grid {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 600px) {
    .gallery-grid {
      grid-template-columns: 1fr; } }
  .gallery-grid .column {
    width: 100%;
    height: 100%; }
  .gallery-grid .gallery-item {
    box-sizing: border-box;
    padding: 20px;
    height: 100%; }
    @media (min-width: 600px) {
      .gallery-grid .gallery-item {
        height: 30vw; } }
    @media (min-width: 1000px) {
      .gallery-grid .gallery-item {
        height: 20vw; } }
    .gallery-grid .gallery-item img {
      object-fit: contain;
      width: 100%;
      height: 100%;
      transition: transform 0.1s ease-in-out; }
      .gallery-grid .gallery-item img:hover {
        transform: scale(110%); }

.modal-gallery-container {
  width: 100vw;
  height: 75vh;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  background-image: url(/img/yellow-line.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
  .modal-gallery-container a.narrow {
    /* 93% of browsers have this according to caniuse */
    -webkit-text-stroke: 3px white; }
  .modal-gallery-container a.close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    padding: 6px;
    color: white; }
  .modal-gallery-container .clicker {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-grow: 0; }
    .modal-gallery-container .clicker .image-container {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 100%; }
      .modal-gallery-container .clicker .image-container p.caption {
        text-align: center;
        color: white;
        flex-grow: 0; }
      .modal-gallery-container .clicker .image-container .image-fit {
        flex-grow: 1;
        display: flex;
        align-items: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
    .modal-gallery-container .clicker .arrow {
      height: 32px;
      width: 32px;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      opacity: 0.5;
      transition: opacity 0.2s ease-in-out; }
      .modal-gallery-container .clicker .arrow.forward {
        background-image: url(/img/video-up.svg);
        transform: rotate(90deg);
        margin-left: 12px; }
      .modal-gallery-container .clicker .arrow.backward {
        background-image: url(/img/video-down.svg);
        transform: rotate(90deg);
        margin-right: 15px; }
      .modal-gallery-container .clicker .arrow.hidden {
        visibility: hidden; }
      .modal-gallery-container .clicker .arrow:hover {
        opacity: 1.0;
        cursor: pointer; }
    .modal-gallery-container .clicker .total {
      letter-spacing: 0.3em;
      color: white; }

.event-gallery .social {
  width: 100%;
  text-align: center; }
  .event-gallery .social .icons {
    margin-bottom: calc(max(40px, 2vw)); }

.gallery-events-content .section .container {
  margin-top: 0;
  padding-top: 0; }

.home.slider {
  z-index: 0; }

.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear; }

.hidden {
  visibility: visible;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear; }

.banner-parent {
  position: relative;
  width: 100%;
  height: calc(100px + 50vw); }
  @media (max-width: 800px) {
    .banner-parent {
      height: 650px; } }

.homepage-content .section .image-column {
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  transform: translateX(-10px);
  opacity: 0; }

.homepage-content .section.onscreen .image-column {
  transform: none;
  opacity: 1; }

.homepage-banner {
  width: 100%;
  position: absolute;
  background-color: #f0f0f0;
  background: url(/img/perth-elizabeth-quay.jpg) 50% 30% no-repeat;
  background-size: cover;
  padding: 100px 0 0; }
  .homepage-banner.members {
    background: url(/img/cbd-from-kings-park.jpg) 50% 20% no-repeat; }
  @media (max-width: 800px) {
    .homepage-banner {
      height: 650px; } }
  .homepage-banner:before {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/img/white-waves.svg) 50% 0% no-repeat;
    background-size: 100% auto; }
    @media (max-width: 1000px) {
      .homepage-banner:before {
        background-size: 1000px auto; } }
  .homepage-banner .content {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%; }
    .homepage-banner .content:before {
      content: "";
      display: block;
      padding-bottom: 60%; }
    .homepage-banner .content .headline {
      font-size: 52px;
      position: relative;
      width: 75%;
      max-width: 15em;
      color: white;
      padding: 60px 60px 40px 5vw;
      background: #2B7CCC;
      background: linear-gradient(180deg, rgba(43, 124, 204, 0) 0%, rgba(43, 124, 204, 0.5) 30%, #2b7ccc 100%);
      white-space: normal;
      box-sizing: content-box; }
      .homepage-banner .content .headline p, .homepage-banner .content .headline span {
        font-size: 52px;
        line-height: 1.3;
        letter-spacing: 0.05em; }
        @media (max-width: 1000px) {
          .homepage-banner .content .headline p, .homepage-banner .content .headline span {
            font-size: 42px; } }
        @media (max-width: 800px) {
          .homepage-banner .content .headline p, .homepage-banner .content .headline span {
            font-size: 36px; } }
        @media (max-width: 600px) {
          .homepage-banner .content .headline p, .homepage-banner .content .headline span {
            font-size: 28px; } }
      @media (max-width: 1000px) {
        .homepage-banner .content .headline {
          font-size: 42px; } }
      @media (max-width: 800px) {
        .homepage-banner .content .headline {
          font-size: 36px; } }
      @media (max-width: 600px) {
        .homepage-banner .content .headline {
          font-size: 28px; } }
      @media (min-width: 1400px) {
        .homepage-banner .content .headline {
          padding-left: calc(50vw - 600px); } }
      @media (max-width: 1000px) {
        .homepage-banner .content .headline {
          line-height: 1.2; } }
      @media (max-width: 800px) {
        .homepage-banner .content .headline {
          width: 90%;
          box-sizing: border-box; } }
      @media (max-width: 600px) {
        .homepage-banner .content .headline {
          padding-right: 30px; } }

.login.section {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/img/perth-blue-bk.jpg) 50% 50% no-repeat;
  background-size: cover;
  min-height: 100vh;
  box-sizing: border-box;
  padding: 200px 20px 80px; }
  .login.section form {
    padding: 40px 40px 30px;
    background: white;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
    max-width: 375px; }
    @media (max-width: 600px) {
      .login.section form {
        padding: 30px; } }
    .login.section form .members-only {
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase; }
    .login.section form h2 {
      font-size: 28px;
      font-weight: bold;
      color: #3C3C3C;
      margin: 8px 0 40px 0;
      padding-right: 20px;
      line-height: 1.4; }
    .login.section form .error {
      background-color: #b44;
      padding: 10px 8px;
      margin: 15px 0;
      color: white;
      font-size: 12px; }
    .login.section form input {
      display: block;
      padding: 10px 4px;
      margin: 15px 0;
      width: 100%;
      border: none;
      border-bottom: 2px solid #444;
      background-color: white;
      font-size: 15px;
      line-height: 1.4;
      box-sizing: border-box; }
      .login.section form input:focus {
        outline: none;
        background-color: #f0f0f0; }
    .login.section form input[type="submit"] {
      padding: 12px;
      background-color: #2B7CCC;
      color: white;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      border: none;
      margin: 40px 0 30px;
      letter-spacing: 0.05em;
      cursor: pointer; }
    .login.section form > p {
      color: #666;
      font-size: 13px;
      text-align: center;
      margin-bottom: 0; }
      .login.section form > p a {
        color: inherit;
        font-weight: bold; }
  .login.section .buttons .button {
    flex-grow: 1;
    text-align: center; }


.member-home-business-directory-section .column {
  margin-left: 20%;
  margin-right: 40%; }
  @media (max-width: 800px) {
    .member-home-business-directory-section .column {
      margin: 0; }
      .member-home-business-directory-section .column .buttons {
        text-align: center; } }
  .member-home-business-directory-section .column .slice-content h2 {
    font-weight: 750;
    font-size: 52px; }

.members-home-content .lt-gradient {
  padding-bottom: 12vw; }

.members-home-content .buttons {
  position: relative;
  z-index: 10000; }

.members-news-content .blue-title h3 {
  color: #2B7CCC; }

.members-news-content .columns {
  align-items: stretch;
  justify-content: center; }
  .members-news-content .columns .column + .column {
    margin: 0;
    margin-top: 10px; }
    @media (min-width: 900px) {
      .members-news-content .columns .column + .column {
        margin: 0;
        margin-left: 60px; } }

.members-news-content .sidebar div h3 {
  margin: 0;
  margin-top: 10px; }
  @media (min-width: 900px) {
    .members-news-content .sidebar div h3 {
      margin: 0;
      margin-bottom: 10px; } }

.members-news-content .sidebar div:first-child h3 {
  margin-top: 0; }

.members-news-content .sidebar.flexible {
  display: flex;
  flex-direction: column;
  height: 100%; }

.members-news-content .sidebar .news-minipage {
  padding-top: 0; }
  .members-news-content .sidebar .news-minipage.large-news-cards {
    flex-grow: 1; }
    .members-news-content .sidebar .news-minipage.large-news-cards .news-preview .columns {
      display: block; }
      .members-news-content .sidebar .news-minipage.large-news-cards .news-preview .columns .column:first-child img.fit {
        height: 40vw; }
      @media (min-width: 900px) {
        .members-news-content .sidebar .news-minipage.large-news-cards .news-preview .columns .column:first-child {
          height: 80%; }
          .members-news-content .sidebar .news-minipage.large-news-cards .news-preview .columns .column:first-child img.fit {
            height: 100%; } }
      .members-news-content .sidebar .news-minipage.large-news-cards .news-preview .columns .column + .column {
        margin: 0;
        margin-top: 20px; }
  .members-news-content .sidebar .news-minipage.blue-news-cards .news-preview {
    background-color: #2B7CCC; }
    .members-news-content .sidebar .news-minipage.blue-news-cards .news-preview span, .members-news-content .sidebar .news-minipage.blue-news-cards .news-preview p, .members-news-content .sidebar .news-minipage.blue-news-cards .news-preview h2, .members-news-content .sidebar .news-minipage.blue-news-cards .news-preview h3 {
      color: white; }
  .members-news-content .sidebar .news-minipage.hide-category .news-preview h2 {
    display: none; }
  .members-news-content .sidebar .news-minipage .news-preview .columns .column img {
    height: 40vw; }
    @media (min-width: 900px) {
      .members-news-content .sidebar .news-minipage .news-preview .columns .column img {
        min-height: 150px;
        height: auto;
        object-position: left center; } }

.members-news-content .main-image-parent {
  display: block;
  flex-grow: 0; }

.members-news-content .main-image {
  min-height: 500px;
  max-height: 500px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  flex-grow: 3; }

.members-news-content .main-news {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  height: 100%; }
  .members-news-content .main-news .detail {
    flex-grow: 1; }
  .members-news-content .main-news h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase; }
  .members-news-content .main-news h3 {
    font-size: 24px;
    line-height: 1.3em;
    margin: 0; }
    .members-news-content .main-news h3 a {
      text-decoration: none;
      color: unset; }
      .members-news-content .main-news h3 a:hover {
        color: #6a7688; }
  .members-news-content .main-news p {
    margin: 1.4em 0; }
  .members-news-content .main-news p:first-of-type {
    margin-top: 5px; }
  .members-news-content .main-news span {
    font-size: 10pt;
    color: ligthen(#545D6B, 10);
    text-transform: uppercase; }

.members-news-content .label {
  font-size: 10pt;
  color: ligthen(#545D6B, 10);
  text-transform: uppercase; }

.members-news-content .news-archive .collapsable-archive .title-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #AEE8A4;
  margin: 20px 0; }

.members-news-content .news-archive .collapsable-archive .title-container > h3 {
  margin: 0;
  transition: box-shadow 0.1s ease-in-out;
  border-radius: 5px; }
  .members-news-content .news-archive .collapsable-archive .title-container > h3:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 3px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #3c3c3c;
    transition: transform 0.2s ease-in-out, margin-bottom 0.2s ease-in-out; }
  .members-news-content .news-archive .collapsable-archive .title-container > h3:hover {
    color: #5095da;
    cursor: pointer; }
    .members-news-content .news-archive .collapsable-archive .title-container > h3:hover:after {
      transform: translate(5px) scale(1.3);
      border-left: 7px solid #545d6b; }

.members-news-content .news-archive .collapsable-archive .title-container.expanded > h3:after {
  transform: rotateZ(90deg); }

.members-news-content .news-archive .collapsable-archive .title-container.expanded > h3:hover {
  cursor: pointer; }
  .members-news-content .news-archive .collapsable-archive .title-container.expanded > h3:hover:after {
    transform: translate(5px) scale(1.3) rotateZ(90deg); }

.members-news-content .news-archive .collapsable-archive .title-container.invisible > h3:after {
  display: none; }

.members-news-content .news-archive .collapsable-archive .title-container.invisible > h3:hover {
  color: #2B7CCC;
  cursor: unset; }

.members-news-content .news-archive .collapsable-archive:first-child .title-container:before {
  display: none; }

.members-news-content .news-archive .news-minipage.blue-news-cards .news-preview {
  background-color: #2B7CCC; }
  .members-news-content .news-archive .news-minipage.blue-news-cards .news-preview span, .members-news-content .news-archive .news-minipage.blue-news-cards .news-preview p, .members-news-content .news-archive .news-minipage.blue-news-cards .news-preview h2, .members-news-content .news-archive .news-minipage.blue-news-cards .news-preview h3 {
    color: white; }

.videos-section .container > .columns {
  min-height: 500px; }

@media (max-width: 900px) {
  .videos-section .container {
    padding: 10px; }
    .videos-section .container > .columns {
      min-height: 300px; } }

@media (max-width: 900px) {
  .videos-section .container .column {
    margin-top: 10px; } }

.videos-section .main-video {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch; }
  @media (max-width: 900px) {
    .videos-section .main-video {
      flex-direction: column; } }
  .videos-section .main-video .video-container {
    flex: 1;
    flex-grow: 1; }
  .videos-section .main-video .video-controls {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: stretch;
    flex-grow: 1;
    height: 50vw; }
    @media (min-width: 1000px) {
      .videos-section .main-video .video-controls {
        height: calc(min(max(77%, 250px), 33vw));
        align-self: center; } }
    .videos-section .main-video .video-controls .video-caption {
      text-align: center;
      margin: 10px auto; }
      @media (min-width: 1000px) {
        .videos-section .main-video .video-controls .video-caption {
          display: none; } }
  .videos-section .main-video .video-layout {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
    .videos-section .main-video .video-layout iframe {
      flex-grow: 1;
      height: 90%; }
  .videos-section .main-video .video-clicker {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    padding: 20px; }
    @media (max-width: 900px) {
      .videos-section .main-video .video-clicker {
        flex-direction: row; } }
    .videos-section .main-video .video-clicker div {
      opacity: 0.5;
      transition: opacity 0.2s ease-in-out; }
      .videos-section .main-video .video-clicker div.arrow {
        height: 32px;
        width: 32px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat; }
        .videos-section .main-video .video-clicker div.arrow.up {
          background-image: url(/img/video-up.svg); }
          @media (max-width: 900px) {
            .videos-section .main-video .video-clicker div.arrow.up {
              transform: rotate(-90deg);
              margin-right: 5px; } }
        .videos-section .main-video .video-clicker div.arrow.down {
          background-image: url(/img/video-down.svg); }
          @media (max-width: 900px) {
            .videos-section .main-video .video-clicker div.arrow.down {
              transform: rotate(-90deg); } }
        .videos-section .main-video .video-clicker div.arrow:hover {
          opacity: 1.0; }
    .videos-section .main-video .video-clicker:hover div {
      opacity: 0.7; }
    .videos-section .main-video .video-clicker .total {
      color: white; }
      @media (max-width: 900px) {
        .videos-section .main-video .video-clicker .total {
          letter-spacing: 5px; }
          .videos-section .main-video .video-clicker .total br {
            display: none; } }

.videos-section .up-next {
  min-width: 300px; }
  .videos-section .up-next .title {
    margin: 0;
    line-height: 1.2em;
    font-size: 1.5em; }
  .videos-section .up-next .up-next-label {
    margin-top: 30px; }
  .videos-section .up-next img.preview.fit {
    object-fit: cover;
    height: 14vw;
    margin-top: 15px;
    margin-bottom: 15px;
    object-position: center center; }
  .videos-section .up-next .label {
    display: block; }
  @media (max-width: 1000px) {
    .videos-section .up-next {
      display: none; } }
  .videos-section .up-next img:hover {
    transition: box-shadow 0.1s ease-in-out;
    box-shadow: 0 1px 8px white; }

.news-article {
  background-color: #fbfbfb; }

.news-footer {
  background-color: #fbfbfb; }

.news-header-background {
  background-image: url(/img/white-waves.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 80px 0;
  width: 100%; }
  @media (max-width: 1000px) {
    .news-header-background {
      padding: 0;
      margin-bottom: 20px; } }

.news-header {
  margin: auto; }
  @media (min-width: 1000px) {
    .news-header {
      width: 80%; } }
  .news-header .columns {
    align-items: stretch;
    justify-content: center; }
    @media (max-width: 900px) {
      .news-header .columns {
        flex-direction: column; } }
    .news-header .columns .column.nomargin {
      margin: 0; }
  .news-header .news-info {
    display: flex;
    flex-direction: column;
    height: 100%; }
  .news-header .news-info-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    padding-top: 60px;
    background-color: #f8f8f9; }
    .news-header .news-info-content .centered {
      margin: auto 10%;
      min-width: 70%; }
    @media (max-width: 900px) {
      .news-header .news-info-content {
        padding: 2vw;
        justify-content: start;
        align-items: start; }
        .news-header .news-info-content .centered {
          margin: 0; } }
  .news-header .news-info-social {
    padding-left: 60px;
    padding-top: 40px; }
    @media (max-width: 900px) {
      .news-header .news-info-social {
        padding: 2vw;
        justify-content: start;
        align-items: start; } }
    .news-header .news-info-social .label {
      margin-bottom: 10px; }
  .news-header .main-image {
    min-height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    flex-grow: 3; }
    .news-header .main-image.cover {
      background-size: cover; }
    @media (max-width: 900px) {
      .news-header .main-image {
        min-height: 60vw; } }
  .news-header .label {
    font-size: 10pt;
    color: ligthen(#545D6B, 10);
    text-transform: uppercase; }
  .news-header h3 {
    font-weight: 550;
    font-size: 38px;
    line-height: 42px;
    margin: 10px 0; }
  .news-header .label {
    font-weight: 550;
    font-size: 12pt; }
    .news-header .label.gray {
      color: #545D6B; }

.news-article .container {
  padding-top: 0; }

.news-article .content .img-container img {
  border: 1px solid #3C3C3C; }

.news-article .content .img-container div {
  margin: 10px 0; }
  .news-article .content .img-container div span {
    font-size: 18px;
    font-weight: 600; }
  .news-article .content .img-container div:after {
    content: "";
    display: block;
    margin: 10px 0 40px 0;
    height: 2px;
    width: 100%;
    background-color: #545D6B; }

.news-article p.block-img img, .news-article div.block-img img {
  border: 1px solid black; }

.news-article > .container {
  max-width: 960px; }

.e-news-article {
  background-color: #fbfbfb;
  padding-top: 40px;
  padding-bottom: 40px; }
  .e-news-article .title-label {
    color: #5095da;
    font-size: 10pt;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px; }
  .e-news-article .header-img {
    width: 100%;
    height: 420px;
    margin: auto;
    background-size: cover;
    background-position: center center; }
    @media (min-width: 1000px) {
      .e-news-article .header-img {
        width: 80%; } }
  .e-news-article .section {
    padding: 0; }
    .e-news-article .section > .container {
      max-width: 960px;
      padding-top: 10px;
      padding-bottom: 0; }
  .e-news-article .columns .column p.block-img, .e-news-article .columns .column div.block-img {
    text-align: left; }
    .e-news-article .columns .column p.block-img img, .e-news-article .columns .column div.block-img img {
      width: 100%;
      height: 440px;
      object-position: top center;
      object-fit: cover; }
  .e-news-article p.block-img img, .e-news-article div.block-img img {
    border: 1px solid black; }
  .e-news-article .buttons {
    margin-top: 10px; }
    .e-news-article .buttons .button {
      flex-grow: 1;
      text-align: center;
      background-color: #2B7CCC;
      color: white; }
      .e-news-article .buttons .button:hover {
        background-color: #5095da; }
  .e-news-article .news-footer > .section > .container:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #545D6B;
    margin: 20px 0; }

.refer-a-friend {
  padding-bottom: 12vw; }

.new-member-promotion .section {
  padding-top: 5vw; }

.new-member-promotion .image-text-slice h3 {
  font-size: 36px;
  line-height: 42px; }

.new-member-promotion .column:nth-child(2) {
  align-self: center; }

@media (max-width: 800px) {
  .new-member-promotion p, .new-member-promotion span {
    font-size: 14px; } }

.new-member-promotion p a, .new-member-promotion span a {
  text-decoration: none;
  color: #545D6B; }
  .new-member-promotion p a:hover, .new-member-promotion span a:hover {
    color: #6a7688; }

.refer-a-friend h3 {
  font-size: 36px;
  line-height: 42px; }

.copy-hidden {
  display: none; }

.referral-email-window {
  background-color: white;
  border-radius: 5px;
  color: black;
  margin: 10px;
  margin-top: calc(max(40px, 2vw)); }
  .referral-email-window .copy-button {
    margin: 0px 10px;
    padding: 8px;
    vertical-align: 8px;
    color: #2B7CCC;
    border-radius: 2em;
    border: 1px solid #2B7CCC; }
    .referral-email-window .copy-button.copied {
      background-color: #2B7CCC;
      border-color: unset;
      color: white; }
    .referral-email-window .copy-button:hover {
      background-color: #2B7CCC;
      border-color: unset;
      color: white;
      cursor: pointer; }
  .referral-email-window .referral-email-header {
    height: 30px;
    background-color: #bfc4cc;
    border-radius: 5px 5px 0 0; }
  .referral-email-window .referral-email-chrome {
    padding: 5px; }
  .referral-email-window .field {
    overflow: hidden;
    padding: 10px; }
    .referral-email-window .field:after {
      content: "";
      display: block;
      height: 1px;
      background-color: #a2aab6; }
    .referral-email-window .field .label {
      color: #a2aab6;
      padding-right: 5px; }
  .referral-email-window .body {
    padding: 10px; }
