/*Fonts*/
/*Colors*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

body, html {
  margin: 0;
  padding: 0;
  font-size: 10px; }

b, strong {
  font-weight: bold; }

body, html {
  font-size: 10px;
  overflow-x: hidden;
  scroll-behavior: smooth; }

* {
  box-sizing: border-box;
  font-family: como, sans-serif;
  color: #000000; }

.container {
  max-width: 90%;
  width: 1130px;
  margin: 0 auto; }
  .container.container-2 {
    width: 1190px; }
  .container.container-3 {
    width: 1440px;
    max-width: 100%; }
  .container.container-4 {
    width: 840px; }

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

.img-container {
  position: relative;
  overflow: hidden; }
  .img-container > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover; }
    .img-container > img + .container {
      position: relative;
      z-index: 1; }

main {
  padding-top: 13.7rem; }

.title {
  display: inline-block;
  background: linear-gradient(90deg, #01005C 0%, #0071B9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 0 0 5rem;
  margin: 0 0 5rem;
  position: relative;
  align-self: center; }
  .title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -15.5rem;
    transform: translateY(-50%);
    width: 17rem;
    height: 2px;
    background: linear-gradient(90deg, #E02020 0%, #FA6400 16.66%, #F7B500 33.32%, #6DD400 50%, #0091FF 66.64%, #6236FF 83.3%, #B620E0 100%); }

.no-posts {
  text-align: center;
  margin: 5rem auto;
  max-width: 90%; }

h1, h2, h3, h4, h5, h6 {
  font-family: condor, sans-serif;
  text-transform: uppercase; }

h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #0B2B7A; }

h3, h4, h5, h6 {
  margin: 0 0 2rem;
  font-size: 2rem;
  line-height: 1.2; }

h1 {
  font-weight: 700;
  font-size: 5rem;
  margin: 0;
  color: #152C75;
  line-height: 1.4; }

h2 {
  font-size: 3rem;
  margin: 0 0 2.5rem;
  line-height: 1.3; }

.flex {
  display: flex;
  flex-wrap: wrap; }

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3 {
  margin: 0 0 3.5rem; }

.wysiwyg ul {
  list-style-type: none;
  padding: 0 0 0 2rem;
  margin: 3rem 0; }
  .wysiwyg ul li {
    position: relative;
    margin: 0 0 1.5rem; }
    .wysiwyg ul li:before {
      content: '';
      position: absolute;
      top: .7rem;
      left: -2rem;
      width: 1rem;
      height: 1rem;
      background: linear-gradient(180deg, #E02020 0%, #FA6400 16.66%, #F7B500 33.32%, #6DD400 50%, #0091FF 66.64%, #6236FF 83.3%, #B620E0 100%);
      border-radius: 50%; }
    .wysiwyg ul li:after {
      content: '';
      position: absolute;
      top: .9rem;
      left: -1.8rem;
      background-color: white;
      width: .6rem;
      height: .6rem;
      border-radius: 50%;
      z-index: 9; }
    .wysiwyg ul li:last-of-type {
      margin: 0; }

.wysiwyg a {
  text-decoration: underline; }

p, li {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -.3px; }
  p:first-of-type, li:first-of-type {
    margin-top: 0; }
  p:last-of-type, li:last-of-type {
    margin-bottom: 0; }

a, span {
  text-decoration: none;
  transition: all ease-in-out .2s;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: #0B2B7A; }

a:hover {
  color: #000000; }

@media only screen and (max-width: 1200px) {
  main {
    padding-top: 10.4rem; } }

@media only screen and (max-width: 1024px) {
  body, html {
    font-size: 9px; }
  main {
    padding-top: 88.48px; } }

@media only screen and (max-width: 850px) {
  .title {
    padding: 0 0 0 9rem; }
    .title:before {
      left: 0;
      width: 8rem; } }

@media only screen and (max-width: 650px) {
  main {
    padding-top: 82.17px; }
  h3, h4, h5, h6 {
    font-size: 1.8rem; }
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.2rem; } }

@media only screen and (max-width: 550px) {
  .title {
    padding: 0 !important; }
    .title:before {
      top: auto;
      bottom: -1rem;
      left: 0;
      transform: translateY(0);
      width: 10rem; } }

@media only screen and (max-width: 450px) {
  main {
    padding-top: 66.38px; } }

.admin-bar header {
  top: 32px; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 1rem 0 rgba(190, 190, 190, 0.5);
  z-index: 999;
  background-color: #FFFFFF; }
  header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  header #header-logo {
    margin: 1.5rem 0; }
  header nav {
    display: flex; }
    header nav ul {
      display: flex;
      align-items: center;
      list-style: none;
      padding: 0;
      margin: 0; }
      header nav ul .current-menu-item a {
        color: #0B2B7A; }
        header nav ul .current-menu-item a:before {
          opacity: 1; }
      header nav ul .current-menu-ancestor a {
        color: #0B2B7A; }
        header nav ul .current-menu-ancestor a:before {
          opacity: 1; }
      header nav ul li a {
        display: block;
        font-family: condor, sans-serif;
        color: #000000;
        padding: 5.65rem 2rem;
        font-size: 1.6rem;
        font-weight: 500;
        text-transform: uppercase;
        position: relative;
        z-index: 9; }
        header nav ul li a:before {
          content: '';
          position: absolute;
          bottom: 5rem;
          left: 2rem;
          width: calc(100% - 4rem);
          height: 1px;
          background: linear-gradient(90deg, #E02020 0%, #FA6400 16.66%, #F7B500 33.32%, #6DD400 50%, #0091FF 66.64%, #6236FF 83.3%, #B620E0 100%);
          transition: all ease-in-out .2s;
          opacity: 0; }
        header nav ul li a:hover {
          color: #0B2B7A; }
          header nav ul li a:hover:before {
            opacity: 1; }
      header nav ul li.menu-item-has-children {
        position: relative; }
        header nav ul li.menu-item-has-children .expand-child-items {
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          width: 2rem;
          align-items: center;
          justify-content: flex-end;
          display: none; }
          header nav ul li.menu-item-has-children .expand-child-items i {
            color: #000000;
            transition: all ease-in-out .2s; }
        header nav ul li.menu-item-has-children .sub-menu {
          position: absolute;
          top: 100%;
          left: 50%;
          transform: translateX(-50%);
          display: block;
          min-width: 20rem;
          background-color: #FAFAFA;
          box-shadow: 0 4px 4px 0 rgba(190, 190, 190, 0.5);
          opacity: 0;
          visibility: hidden;
          max-height: 0;
          transition: all ease-in-out .2s;
          padding: .75rem 0; }
          header nav ul li.menu-item-has-children .sub-menu li a {
            padding: 1.25rem 2rem;
            color: #000000; }
            header nav ul li.menu-item-has-children .sub-menu li a:before {
              display: none; }
            header nav ul li.menu-item-has-children .sub-menu li a:hover {
              color: #0B2B7A; }
          header nav ul li.menu-item-has-children .sub-menu .current-menu-item a {
            color: #0B2B7A; }
        header nav ul li.menu-item-has-children:hover .sub-menu {
          opacity: 1;
          visibility: visible;
          max-height: calc(100vh - 5.6rem); }
  header #mobile-menu {
    display: none;
    height: 2rem;
    width: 4rem;
    position: relative;
    cursor: pointer; }
    header #mobile-menu span {
      background-color: #000000;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: .2rem;
      transform: translateY(-50%);
      transition: all ease-in-out .2s; }
      header #mobile-menu span:nth-of-type(2) {
        top: 50%; }
      header #mobile-menu span:nth-of-type(3) {
        top: 100%; }

@media only screen and (max-width: 1200px) {
  header #header-logo {
    margin: 1rem 0;
    max-width: 22rem; }
  header nav ul li a {
    padding: 4rem 2rem; }
    header nav ul li a:before {
      bottom: 4rem; } }

@media only screen and (max-width: 1024px) {
  header nav {
    position: absolute;
    top: 100%;
    left: 100%;
    width: 100%;
    background-color: #FFFFFF;
    transition: all ease-in-out .2s;
    max-height: calc(100vh - 98.19px);
    overflow: auto;
    padding: 2.5rem 0;
    box-shadow: 0 1rem 1rem 0 rgba(190, 190, 190, 0.5); }
    header nav:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, #E02020 0%, #FA6400 16.66%, #F7B500 33.32%, #6DD400 50%, #0091FF 66.64%, #6236FF 83.3%, #B620E0 100%); }
    header nav ul {
      display: block;
      margin: 0;
      flex: 0 0 100%; }
      header nav ul li a {
        margin: 0;
        padding: 1.5rem 2rem; }
        header nav ul li a:before {
          width: 12rem;
          bottom: 1.5rem; }
      header nav ul li.menu-item-has-children .expand-child-items {
        display: flex; }
      header nav ul li.menu-item-has-children .sub-menu {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        padding: 0; }
      header nav ul li.menu-item-has-children:hover .sub-menu {
        opacity: 0;
        visibility: hidden;
        max-height: 0; }
      header nav ul li.menu-item-has-children .expand-child-items {
        padding: 2rem 4rem;
        width: auto;
        height: 48.61px;
        cursor: pointer;
        z-index: 9; }
        header nav ul li.menu-item-has-children .expand-child-items.active i {
          transform: rotate(180deg); }
      header nav ul li.menu-item-has-children .sub-menu {
        position: relative;
        width: 100%; }
        header nav ul li.menu-item-has-children .sub-menu.active {
          opacity: 1;
          visibility: visible;
          max-height: 100vh; }
  header #mobile-menu {
    display: block; }
  header.mobile-active nav {
    left: 0; }
  header.mobile-active #mobile-menu span:first-of-type {
    top: 50%;
    transform: rotate(45deg); }
  header.mobile-active #mobile-menu span:nth-of-type(2) {
    left: -100%;
    opacity: 0; }
  header.mobile-active #mobile-menu span:last-of-type {
    top: 50%;
    transform: rotate(-45deg); } }

@media screen and (max-width: 782px) {
  .admin-bar header {
    top: 45px; }
  #wpadminbar {
    position: fixed !important; } }

@media only screen and (max-width: 650px) {
  header #header-logo {
    max-width: 20rem; } }

@media only screen and (max-width: 450px) {
  header #header-logo {
    max-width: 15rem; } }

.banner {
  padding: 11% 0; }
  .banner .container {
    position: relative;
    z-index: 9 !important; }
  .banner h1 {
    max-width: 82rem; }
  .banner .button {
    margin: 6rem 0 0; }
  .banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    opacity: .4; }
  .banner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: white;
    opacity: .6; }
  .banner.secondary-banner {
    padding: 14% 0; }
    .banner.secondary-banner img {
      max-width: 80%;
      right: 0;
      left: auto; }
    .banner.secondary-banner:before {
      width: 80%;
      opacity: 1; }
    .banner.secondary-banner:after {
      opacity: .2; }

@media only screen and (max-width: 1200px) {
  .banner h1 {
    max-width: 100%; } }

@media only screen and (max-width: 650px) {
  .banner .button {
    margin: 3rem 0 0; } }

@media only screen and (max-width: 550px) {
  .banner.secondary-banner {
    padding: 20% 0; }
    .banner.secondary-banner img {
      max-width: 100%; }
    .banner.secondary-banner:before {
      width: 100%; } }

.contact {
  position: relative;
  padding: 14rem 0 10rem; }
  .contact:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #FAFAFA;
    z-index: -1; }
  .contact .contact-details {
    flex: 0 0 35%;
    margin: 0 5% 0 0; }
    .contact .contact-details .contact-detail {
      margin: 0 0 3rem; }
      .contact .contact-details .contact-detail .map-url {
        letter-spacing: -0.3px;
        color: rgba(11, 43, 122, 0.75);
        text-decoration: underline;
        margin: 1rem 0 0;
        display: inline-block; }
      .contact .contact-details .contact-detail a {
        font-size: 1.6rem;
        letter-spacing: -0.3px;
        color: #000000; }
        .contact .contact-details .contact-detail a:hover {
          color: #0B2B7A; }
      .contact .contact-details .contact-detail .social {
        margin: 0 3rem 0 0; }
        .contact .contact-details .contact-detail .social i {
          font-size: 1.6rem;
          color: #0B2B7A;
          transition: all ease-in-out .2s; }
          .contact .contact-details .contact-detail .social i:hover {
            color: #000000; }
        .contact .contact-details .contact-detail .social:last-of-type {
          margin: 0; }
      .contact .contact-details .contact-detail:last-of-type {
        margin: 0; }
  .contact .form {
    flex: 0 0 60%;
    height: 100%; }

.google-map {
  width: 100%;
  height: 53rem; }
  .google-map #map {
    width: 100%;
    height: 100%; }

@media only screen and (max-width: 1200px) {
  .contact {
    padding: 8rem 0; }
    .contact .form {
      padding: 5rem; } }

@media only screen and (max-width: 1024px) {
  .contact {
    padding: 6rem 0; } }

@media only screen and (max-width: 850px) {
  .contact .contact-details {
    flex: 0 0 45%; }
  .contact .form {
    flex: 0 0 50%;
    padding: 5%; }
  .contact:before {
    width: 66%; } }

@media only screen and (max-width: 650px) {
  .contact .contact-details {
    flex: 0 0 100%;
    margin: 0 0 6rem;
    text-align: center; }
    .contact .contact-details .title {
      padding: 0; }
      .contact .contact-details .title:before {
        top: auto;
        bottom: -.5rem;
        left: 50%;
        transform: translateX(-50%); }
  .contact .form {
    flex: 0 0 100%; }
  .contact:before {
    display: none; }
  .google-map {
    height: 40rem; } }

.button {
  display: inline-block;
  color: #000000;
  background-color: #FFFFFF;
  padding: 2.1rem;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  font-weight: 500;
  font-size: 1.6rem;
  align-self: center;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  -webkit-appearance: none;
  border-radius: 42px;
  min-width: 24rem;
  position: relative;
  border: none; }
  .button:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: linear-gradient(90deg, #B8DCF0 0%, #FF7B7D 33%, #5AA5D7 66%, #A799B9 100%);
    border-radius: 42px;
    z-index: -1; }
  .button:hover {
    text-decoration: underline; }
  .button.wailist-button {
    min-width: 15rem;
    padding: .7rem 1rem; }
  .button.button-blue {
    background-color: #0B2B7A;
    border: 1px solid #0B2B7A;
    color: #FFFFFF; }
    .button.button-blue:before {
      display: none; }
    .button.button-blue:hover {
      color: #0B2B7A;
      background: transparent;
      text-decoration: none; }
    .button.button-blue.book-button {
      min-width: 15rem;
      padding: .7rem 1rem; }

@media only screen and (max-width: 650px) {
  .button {
    min-width: 18rem;
    padding: 1.8rem; } }

.form {
  padding: 5rem 10rem;
  box-shadow: 0 0 2rem 0 rgba(190, 190, 190, 0.5);
  background-color: #FFFFFF; }
  .form form {
    margin: 0; }
  .form .gform_body .gform_fields {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .form .gform_body .gform_fields .full-width {
      flex: 0 0 100%; }
    .form .gform_body .gform_fields .half-width {
      flex: 0 0 47.5%; }
    .form .gform_body .gform_fields .gfield_html {
      margin: 0 0 10% !important; }
      .form .gform_body .gform_fields .gfield_html h1, .form .gform_body .gform_fields .gfield_html h2, .form .gform_body .gform_fields .gfield_html h3, .form .gform_body .gform_fields .gfield_html h4, .form .gform_body .gform_fields .gfield_html h5, .form .gform_body .gform_fields .gfield_html h6, .form .gform_body .gform_fields .gfield_html p {
        letter-spacing: -.38px;
        font-size: 2rem;
        line-height: 1.6;
        margin: 0; }
      .form .gform_body .gform_fields .gfield_html p {
        font-family: condor, sans-serif;
        font-weight: 700; }
    .form .gform_body .gform_fields .gfield {
      margin: 0 0 5%; }
      .form .gform_body .gform_fields .gfield .ginput_container_select {
        position: relative; }
        .form .gform_body .gform_fields .gfield .ginput_container_select:before {
          content: '';
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 2rem;
          width: 11px;
          height: 13px;
          background-repeat: no-repeat;
          pointer-events: none;
          background-image: url(https://gcmedical.net.au/wp-content/themes/GC-Medical-Training/assets/dist/images/select-arrow.svg); }
      .form .gform_body .gform_fields .gfield .gfield_label {
        display: none; }
      .form .gform_body .gform_fields .gfield .ginput_container input, .form .gform_body .gform_fields .gfield .ginput_container textarea, .form .gform_body .gform_fields .gfield .ginput_container select {
        font-size: 1.6rem;
        letter-spacing: -.3px;
        outline: none;
        padding: 1.8rem 2rem;
        border: 1px solid #979797;
        border-radius: 0;
        width: 100%;
        color: #979797; }
        .form .gform_body .gform_fields .gfield .ginput_container input::placeholder, .form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder, .form .gform_body .gform_fields .gfield .ginput_container select::placeholder {
          font-size: 1.6rem;
          color: #979797;
          opacity: 1;
          letter-spacing: -.3px; }
      .form .gform_body .gform_fields .gfield .ginput_container textarea {
        width: 100%;
        resize: none;
        max-height: 12rem; }
  .form .gform_footer {
    margin: 5% 0 0;
    position: relative;
    width: 24rem; }
    .form .gform_footer:before {
      content: '';
      position: absolute;
      top: -2px;
      left: -2px;
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      background: linear-gradient(90deg, #B8DCF0 0%, #FF7B7D 33%, #5AA5D7 66%, #A799B9 100%);
      border-radius: 42px; }
    .form .gform_footer .button {
      -webkit-appearance: none;
      margin: 0; }

.gfield_error .ginput_container input, .gfield_error .ginput_container textarea, .gfield_error .ginput_container select {
  border: 1px solid #c10012 !important; }

.gform_confirmation_message, .validation_error {
  font-size: 2rem;
  line-height: 1.4; }

.gfield_validation_message {
  display: none; }

.validation_error {
  margin: 0 0 3.5rem; }

.gform_ajax_spinner {
  display: none !important; }

select::-ms-expand {
  display: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid transparent;
  transition: background-color 5000s ease-in-out 0s; }

input:-webkit-autofill::first-line {
  font-size: 1.6rem;
  color: #979797;
  letter-spacing: -.3px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none; }

@media only screen and (max-width: 850px) {
  .half-width {
    flex: 0 0 100% !important; } }

@media only screen and (max-width: 650px) {
  .form .gform_footer {
    width: 18rem; } }

.archive-news {
  padding: 14rem 0 10rem; }

.button-container {
  display: flex;
  justify-content: center;
  margin: 10rem 0 0; }

@media only screen and (max-width: 1200px) {
  .archive-news {
    padding: 8rem 0; }
  .button-container {
    margin: 8rem 0 0; } }

@media only screen and (max-width: 1024px) {
  .archive-news {
    padding: 6rem 0; }
  .button-container {
    margin: 6rem 0 0; } }

@media only screen and (max-width: 650px) {
  .archive-news .post-thumbnail {
    flex: 0 0 48%;
    margin: 0 3% 0 0 !important; }
    .archive-news .post-thumbnail:nth-of-type(2n+2) {
      margin-right: 0 !important; }
    .archive-news .post-thumbnail:nth-of-type(1n+3) {
      margin-top: 3% !important; } }

@media only screen and (max-width: 550px) {
  .archive-news .post-thumbnail {
    flex: 0 0 100%;
    margin: 0 0 5% 0 !important; }
    .archive-news .post-thumbnail:nth-of-type(1n+3) {
      margin-top: 0 !important; }
    .archive-news .post-thumbnail:last-of-type {
      margin: 0 !important; } }

.post-thumbnail {
  flex: 0 0 31.33%;
  margin-right: 3%;
  box-shadow: 0 0 1rem 0 rgba(190, 190, 190, 0.5);
  background-color: #FAFAFA; }
  .post-thumbnail .img-container {
    width: 100%;
    padding-bottom: 60%; }
  .post-thumbnail .post-thumbnail-details {
    padding: 5rem 3.5rem;
    position: relative; }
    .post-thumbnail .post-thumbnail-details h2 {
      font-size: 2rem;
      letter-spacing: -.38px;
      margin: 0 0 1.5rem; }
    .post-thumbnail .post-thumbnail-details p {
      margin: 0 0 2.5rem; }
    .post-thumbnail .post-thumbnail-details span {
      font-size: 1.6rem;
      color: #000000;
      position: relative; }
      .post-thumbnail .post-thumbnail-details span:before {
        content: '';
        position: absolute;
        bottom: -.5rem;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, #E02020 0%, #FA6400 16.66%, #F7B500 33.32%, #6DD400 50%, #0091FF 66.64%, #6236FF 83.3%, #B620E0 100%);
        transition: all ease-in-out .2s;
        opacity: 0; }
    .post-thumbnail .post-thumbnail-details svg {
      position: absolute;
      right: 3.5rem;
      bottom: 2rem;
      transform: translateY(-50%);
      border-radius: 50%;
      transition: all ease-in-out .2s; }
  .post-thumbnail:hover {
    box-shadow: 0 0 3rem 0 #bebebe; }
    .post-thumbnail:hover svg {
      background-color: rgba(11, 43, 122, 0.07); }
    .post-thumbnail:hover .post-thumbnail-details span:before {
      opacity: 1; }
  .post-thumbnail:nth-of-type(3n+3) {
    margin-right: 0; }
  .post-thumbnail:nth-of-type(1n+4) {
    margin-top: 3%; }

@media only screen and (max-width: 850px) {
  .post-thumbnail .post-thumbnail-details {
    padding: 2rem 2rem 3rem; }
    .post-thumbnail .post-thumbnail-details h2 {
      font-size: 1.6rem; }
    .post-thumbnail .post-thumbnail-details svg {
      bottom: -.5rem; } }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .post-thumbnail .post-thumbnail-details svg {
      display: none; }
    .post-thumbnail .post-thumbnail-details:before {
      content: '';
      position: absolute;
      right: 3.5rem;
      bottom: 2rem;
      width: 38px;
      height: 38px;
      transform: translateY(-50%);
      background-image: url(https://gcmedical.net.au/wp-content/themes/GC-Medical-Training/assets/dist/images/arrow.png); }
    @media only screen and (max-width: 850px) {
      .post-thumbnail .post-thumbnail-details:before {
        bottom: -.5rem; } } } }

.error {
  padding: 6rem 0; }
  .error .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .error h1, .error h3, .error p {
    margin-bottom: 1.5rem; }
  .error h1 {
    font-size: 12rem; }
  .error h3, .error p {
    flex: 0 0 100%;
    text-align: center; }
  .error h3 {
    font-size: 4rem; }
  .error p {
    font-size: 2rem; }

.course-thumbnail {
  flex: 0 0 31.33%;
  margin: 0 3% 0 0;
  box-shadow: 0 0 1rem 0 rgba(190, 190, 190, 0.5);
  padding: 2rem;
  position: relative;
  text-align: center;
  background-color: white; }
  .course-thumbnail .course-thumbnail-container {
    background-color: #FFFFFF;
    position: relative;
    z-index: 9;
    padding: 3.5rem 2rem;
    height: 100%; }
  .course-thumbnail img {
    width: 12rem;
    margin: 0 auto 5rem; }
  .course-thumbnail .dates-container {
    margin: 2.5rem auto 0;
    box-shadow: 0 0 1rem 0 rgba(190, 190, 190, 0.5);
    padding: 2.5rem;
    max-width: 21rem; }
    .course-thumbnail .dates-container .date {
      margin: 0 0 .5rem;
      font-weight: 500; }
      .course-thumbnail .dates-container .date:last-of-type {
        margin: 0; }
  .course-thumbnail .button {
    min-width: 0;
    padding: 1.4rem 2.1rem;
    margin: 5rem 0 0;
    text-transform: initial; }
  .course-thumbnail:before {
    content: '';
    position: absolute;
    top: 1.8rem;
    left: 1.8rem;
    width: calc(100% - 3.6rem);
    height: calc(100% - 3.6rem);
    background: linear-gradient(180deg, #FA7C7F 0%, #746C61 33%, #134E5F 66%, #9F93B1 100%); }
  .course-thumbnail:nth-of-type(3n+3) {
    margin-right: 0; }
  .course-thumbnail:nth-of-type(1n+4) {
    margin-top: 3%; }
  .course-thumbnail:last-of-type {
    margin-right: 0; }
  .course-thumbnail:hover {
    box-shadow: 0 0 3rem 0 #bebebe; }
    .course-thumbnail:hover .button {
      text-decoration: underline; }

@media only screen and (max-width: 850px) {
  .course-thumbnail {
    flex: 0 0 48.5%;
    margin: 0 3% 0 0 !important; }
    .course-thumbnail:nth-of-type(2n+2) {
      margin-right: 0 !important; }
    .course-thumbnail:nth-of-type(1n+3) {
      margin-top: 3% !important; } }

@media only screen and (max-width: 550px) {
  .course-thumbnail {
    flex: 0 0 100%;
    margin: 0 0 3% 0 !important; }
    .course-thumbnail:last-of-type {
      margin: 0 !important; } }

.archive-courses {
  margin: 12rem 0 10rem; }

.course-navigation {
  margin: 0 0 6rem; }
  .course-navigation .container {
    justify-content: center;
    align-items: center;
    position: relative; }
  .course-navigation .page-numbers {
    font-size: 2rem;
    font-family: condor, sans-serif;
    font-weight: 500;
    padding: .5rem;
    margin: 0 .5rem; }
  .course-navigation .current {
    color: #000000;
    position: relative; }
    .course-navigation .current:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, #E02020 0%, #FA6400 16.66%, #F7B500 33.32%, #6DD400 50%, #0091FF 66.64%, #6236FF 83.3%, #B620E0 100%); }
  .course-navigation .prev, .course-navigation .next {
    position: relative;
    width: 38px;
    height: 38px;
    text-indent: -9999px; }
    .course-navigation .prev:before, .course-navigation .next:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 38px;
      height: 38px;
      background-image: url(https://gcmedical.net.au/wp-content/themes/GC-Medical-Training/assets/dist/images/arrow.svg);
      border-radius: 50%;
      transition: all ease-in-out .2s; }
    .course-navigation .prev:hover:before, .course-navigation .next:hover:before {
      background-color: rgba(11, 43, 122, 0.07); }
  .course-navigation .prev:before {
    transform: rotate(180deg); }

.course-content {
  margin: 12rem 0; }

.post-type-archive-courses .google-reviews {
  margin: 18rem 0 9rem; }

@media only screen and (max-width: 1200px) {
  .archive-courses, .course-content {
    margin: 8rem 0; }
  .post-type-archive-courses .google-reviews {
    margin: 16rem 0 5rem; } }

@media only screen and (max-width: 1024px) {
  .archive-courses, .course-content {
    margin: 6rem 0; }
  .post-type-archive-courses .google-reviews {
    margin: 12rem 0 3rem; } }

@media only screen and (max-width: 600px) {
  .post-type-archive-courses .google-reviews {
    margin: 4rem 0 3rem; } }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .course-navigation .prev:before, .course-navigation .next:before {
      background-image: url(https://gcmedical.net.au/wp-content/themes/GC-Medical-Training/assets/dist/images/arrow.png); } } }

.slider-section .title {
  margin: 0 0 10rem; }

.no-slider .flickity-button {
  display: none; }

.slider .img-container {
  width: 55%;
  padding-bottom: 40%; }
  .slider .img-container img {
    transition: all ease-in-out .5s;
    transform: scale(0.9);
    opacity: .25; }
  .slider .img-container.is-selected img {
    transform: scale(1);
    opacity: 1; }

.slider .flickity-button {
  padding: 4.9rem;
  background: transparent;
  border: 1px solid #0B2B7A;
  transition: all ease-in-out .2s; }
  .slider .flickity-button .flickity-button-icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35%; }
    .slider .flickity-button .flickity-button-icon path {
      fill: #0B2B7A; }
  .slider .flickity-button:hover {
    background-color: rgba(11, 43, 122, 0.07); }

.slider .previous {
  left: 15%;
  transform: translate(-100%, -50%); }

.slider .next {
  left: 85%; }

@media only screen and (max-width: 1200px) {
  .slider-section .title {
    margin: 0 0 5rem; } }

@media only screen and (max-width: 850px) {
  .slider-section .slider .flickity-button {
    padding: 3.5rem; } }

@media only screen and (max-width: 650px) {
  .slider-section .slider .flickity-button {
    padding: 3rem; } }

@media only screen and (max-width: 550px) {
  .slider-section {
    padding: 6rem 0 12rem !important; }
    .slider-section .slider .img-container {
      width: 75%;
      padding-bottom: 55%; }
    .slider-section .slider .flickity-button {
      padding: 2.5rem;
      top: auto;
      bottom: -10rem;
      left: 50%; }
    .slider-section .slider .previous {
      transform: translate(-150%, -50%); }
    .slider-section .slider .next {
      transform: translate(50%, -50%); } }

.accordion-section .accordion-container {
  flex: 0 0 100%; }
  .accordion-section .accordion-container .accordion {
    max-width: 95rem;
    margin: 0 auto 0 0; }

.accordion-section .button {
  margin: 7.5rem auto 0; }

.accordion-section.centered .accordion-container .accordion {
  margin: 0 auto; }

.accordion-item {
  position: relative;
  margin: 0 0 1.5rem;
  background-color: white;
  transition: all ease-in-out .2s; }
  .accordion-item.active {
    box-shadow: 0 0 2rem 0 rgba(190, 190, 190, 0.5); }
  .accordion-item:last-of-type {
    margin: 0; }
  .accordion-item:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(180deg, #FA7C7F 0%, #746C61 33%, #134E5F 66%, #9F93B1 100%);
    z-index: -1; }

.accordion-item--title {
  padding: 2.75rem 8rem 2.75rem 4rem;
  user-select: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-family: condor, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #0B2B7A;
  letter-spacing: normal; }
  .accordion-item--title.active + .accordion-item--content {
    opacity: 1; }
  .accordion-item--title.active .accordion-item--toggle:before {
    opacity: 0; }
  .accordion-item--title .accordion-item--toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4rem;
    width: 22px;
    height: 22px; }
    .accordion-item--title .accordion-item--toggle:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      height: 22px;
      width: 2px;
      border-radius: 1px;
      background: linear-gradient(0deg, #BBC300 0%, #0091FF 33.33%, #6236FF 66.66%, #B620E0 100%);
      transition: all ease-in-out .2s; }
    .accordion-item--title .accordion-item--toggle:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 22px;
      height: 2px;
      border-radius: 1px;
      background: linear-gradient(90deg, #169FCB 0%, #6236FF 50%, #B620E0 100%); }

.accordion-item--content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all ease-in-out 0.2s; }
  .accordion-item--content .accordion-content--inner {
    padding: 0 4rem 4rem; }

@media only screen and (max-width: 1200px) {
  .accordion-section .accordion-container .accordion {
    max-width: 100%; } }

@media only screen and (max-width: 850px) {
  .accordion-section .title {
    margin: 0 0 5rem; }
  .accordion-section .button {
    margin: 5rem auto 0; } }

@media only screen and (max-width: 650px) {
  .accordion-section .accordion-container .accordion .accordion-item .accordion-item--title {
    padding: 2rem 6rem 2rem 2rem;
    font-size: 1.8rem; }
    .accordion-section .accordion-container .accordion .accordion-item .accordion-item--title .accordion-item--toggle {
      right: 2rem; }
  .accordion-section .accordion-container .accordion .accordion-item .accordion-item--content .accordion-content--inner {
    padding: 0 2rem 2rem; } }

@media only screen and (max-width: 350px) {
  .accordion-section .accordion-container .accordion .accordion-item .accordion-item--title {
    font-size: 1.6rem; } }

footer {
  padding: 10rem 0 0;
  background: linear-gradient(0deg, #F4FCFF 0%, #CBEEFF 100%); }
  footer .footer-top {
    padding: 0 0 5.5rem; }
    footer .footer-top #footer-logo {
      flex: 0 0 22%;
      margin: 0 13% 0 0; }
    footer .footer-top .footer-columns {
      flex: 0 0 65%;
      justify-content: flex-start; }
      footer .footer-top .footer-columns .footer-column {
        flex: 0 0 30%; }
        footer .footer-top .footer-columns .footer-column h4 {
          font-weight: 700;
          font-size: 1.6rem;
          margin: 0 0 1rem; }
        footer .footer-top .footer-columns .footer-column:first-of-type {
          margin-right: 5%; }
        footer .footer-top .footer-columns .footer-column ul {
          list-style-type: none;
          padding: 0;
          margin: 0; }
          footer .footer-top .footer-columns .footer-column ul li {
            margin: 0 0 1rem; }
            footer .footer-top .footer-columns .footer-column ul li a {
              font-family: condor, sans-serif;
              font-weight: 500;
              text-transform: uppercase; }
            footer .footer-top .footer-columns .footer-column ul li:last-of-type {
              margin: 0; }
        footer .footer-top .footer-columns .footer-column p {
          font-family: condor, sans-serif;
          color: #0B2B7A;
          font-weight: 500; }
      footer .footer-top .footer-columns .form {
        flex: 0 0 100%;
        margin: 5rem 0 0; }
  footer .form {
    box-shadow: none;
    padding: 0;
    background: transparent;
    position: relative; }
    footer .form .gform_body .gform_fields .gfield_html {
      max-width: 20%; }
      footer .form .gform_body .gform_fields .gfield_html h1, footer .form .gform_body .gform_fields .gfield_html h2, footer .form .gform_body .gform_fields .gfield_html h3, footer .form .gform_body .gform_fields .gfield_html h4, footer .form .gform_body .gform_fields .gfield_html h5, footer .form .gform_body .gform_fields .gfield_html h6, footer .form .gform_body .gform_fields .gfield_html p {
        font-weight: -.38px;
        font-size: 1.4rem;
        line-height: 1.6;
        margin: 0;
        color: #0B2B7A; }
    footer .form .gform_body .gform_fields .gfield {
      margin: 0 !important;
      width: 65%; }
      footer .form .gform_body .gform_fields .gfield .ginput_container input {
        border: 1px solid #375C9E;
        color: rgba(154, 177, 212, 0.66);
        background: transparent;
        padding: 1.35rem 12rem 1.35rem 3rem;
        margin: 0; }
        footer .form .gform_body .gform_fields .gfield .ginput_container input::placeholder {
          color: rgba(154, 177, 212, 0.66); }
    footer .form .gform_footer {
      margin: 0;
      position: absolute;
      top: 0;
      right: 0;
      background: transparent;
      width: auto;
      height: 4.8rem; }
      footer .form .gform_footer .button {
        padding: 1.4rem 2rem;
        min-width: 0;
        background-color: #0B2B7A;
        border: 1px solid #0B2B7A;
        color: #FFFFFF;
        border-radius: 0;
        height: 4.8rem;
        margin: 0; }
        footer .form .gform_footer .button:hover {
          color: #0B2B7A;
          background: transparent;
          text-decoration: none; }
      footer .form .gform_footer:before {
        display: none; }
  footer input:-webkit-autofill::first-line {
    color: rgba(154, 177, 212, 0.66); }
  footer .gform_confirmation_message, footer .validation_error {
    display: none; }
  footer .footer-middle {
    border-top: 2px solid #0B2B7A;
    border-bottom: 2px solid #0B2B7A; }
    footer .footer-middle .col {
      padding: 5.5rem 5.5rem 5.5rem 3rem;
      flex: 1 0 50%;
      align-items: center; }
      footer .footer-middle .col h4 {
        margin: 0 5.5rem 0 0; }
      footer .footer-middle .col:nth-of-type(2) {
        border-left: 2px solid #0B2B7A;
        padding: 5.5rem 3rem 5.5rem 5.5rem; }
    footer .footer-middle .footer-email a {
      font-size: 1.6rem; }
    footer .footer-middle .footer-social .social {
      margin: 0 3rem 0 0; }
      footer .footer-middle .footer-social .social i {
        font-size: 1.6rem;
        color: #0B2B7A;
        transition: all ease-in-out .2s; }
        footer .footer-middle .footer-social .social i:hover {
          color: #000000; }
      footer .footer-middle .footer-social .social:last-of-type {
        margin: 0; }
  footer .footer-bottom {
    padding: 5.5rem 0 3.5rem;
    justify-content: space-between; }
    footer .footer-bottom a, footer .footer-bottom p {
      font-size: 1.4rem;
      color: rgba(0, 23, 90, 0.68);
      font-weight: 500;
      font-family: condor, sans-serif;
      letter-spacing: normal; }
    footer .footer-bottom a:hover {
      color: #000000; }

@media only screen and (max-width: 1200px) {
  footer {
    padding: 8rem 0 0; } }

@media only screen and (max-width: 1024px) {
  footer {
    padding: 6rem 0 0; }
    footer .footer-middle .col {
      padding: 3rem; }
      footer .footer-middle .col h4 {
        margin: 0 3rem 0 0;
        font-size: 1.8rem; }
      footer .footer-middle .col:nth-of-type(2) {
        padding: 3rem; }
    footer .footer-bottom {
      padding: 3rem 0; } }

@media only screen and (max-width: 850px) {
  footer .footer-top {
    padding: 0 0 3rem; }
    footer .footer-top #footer-logo {
      margin: 0 auto 5rem; }
    footer .footer-top .footer-columns {
      flex: 0 0 100%;
      justify-content: space-between; }
      footer .footer-top .footer-columns .footer-column {
        flex: 0 0 50%;
        margin: 0; }
        footer .footer-top .footer-columns .footer-column:first-of-type {
          margin: 0;
          flex: 0 0 47.5%; }
      footer .footer-top .footer-columns .form {
        margin: 3rem 0 0; }
        footer .footer-top .footer-columns .form .gform_body .gform_fields .gfield_html {
          max-width: 45%; }
        footer .footer-top .footer-columns .form .gform_body .gform_fields .gfield {
          width: 50%; } }

@media only screen and (max-width: 650px) {
  footer .footer-top #footer-logo {
    flex: none;
    text-align: center;
    max-width: 190px; }
  footer .footer-top .footer-columns .form .gform_body .gform_fields .gfield_html {
    max-width: 100%;
    margin: 0 0 1rem !important; }
  footer .footer-top .footer-columns .form .gform_body .gform_fields .gfield {
    width: 100%; }
  footer .footer-top .footer-columns .form .gform_footer {
    top: auto;
    bottom: 0; }
  footer .footer-middle {
    border-top: 1px solid #0B2B7A;
    border-bottom: 1px solid #0B2B7A; }
    footer .footer-middle .col {
      padding: 1.5rem 1.5rem 1.5rem 0; }
      footer .footer-middle .col h4 {
        flex: 0 0 100%;
        margin: 0 0 1.5rem; }
      footer .footer-middle .col:nth-of-type(2) {
        padding: 1.5rem 0 1.5rem 1.5rem;
        border-left: 1px solid #0B2B7A; } }

@media only screen and (max-width: 450px) {
  footer .footer-top .footer-columns .footer-column {
    flex: 0 0 100% !important;
    text-align: center;
    margin: 0 0 3rem !important; }
  footer .form {
    margin: 0; }
    footer .form .gform_body .gform_fields .gfield_html {
      text-align: center; }
  footer .footer-middle {
    text-align: center; }
    footer .footer-middle .col {
      flex: 0 0 100%;
      justify-content: center; }
      footer .footer-middle .col:nth-of-type(2) {
        border-top: 1px solid #0B2B7A;
        border-left: none;
        padding-left: 0; }
  footer .footer-bottom {
    text-align: center; }
    footer .footer-bottom p, footer .footer-bottom a {
      flex: 0 0 100%; }
    footer .footer-bottom p {
      margin: 0 0 1.5rem; } }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    @media only screen and (max-width: 1024px) {
      footer .form .gform_footer {
        height: 42px !important; }
        footer .form .gform_footer input {
          height: 42px !important; } } } }

@-moz-document url-prefix() {
  footer .form .gform_footer {
    height: 49px !important; }
    footer .form .gform_footer input {
      height: 49px !important; }
  @media only screen and (max-width: 1024px) {
    footer .form .gform_footer {
      height: 44.3px !important; }
      footer .form .gform_footer input {
        height: 44.3px !important; } } }

.post-title-container {
  padding: 12rem 0 0;
  margin: 0 0 4.5rem; }
  .post-title-container h1 {
    flex: 0 0 100%;
    margin: 0 0 2.5rem; }
  .post-title-container p {
    margin: 0;
    line-height: 1; }
    .post-title-container p:nth-of-type(2) {
      margin: 0 0 0 2rem;
      padding: 0 0 0 2rem;
      position: relative; }
      .post-title-container p:nth-of-type(2):before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background-color: #000000; }

.single-post .flex-section {
  margin: 8rem 0;
  padding: 0; }

.post-flex-section {
  margin: 8rem 0; }
  .post-flex-section .container {
    padding-right: 11rem; }

.image-section .container {
  text-align: center; }

.quote-section, .image-section {
  margin: 5rem 0; }

.quote {
  font-size: 2.5rem;
  color: #0B2B7A;
  font-weight: 500;
  margin: 0; }

.quote-author {
  padding: 0 0 0 5rem;
  margin: 2.5rem 0 0;
  position: relative;
  color: #302F2F; }
  .quote-author:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 4rem;
    height: 1px;
    background-color: #302F2F; }

.plyr--paused {
  position: relative; }
  .plyr--paused:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    transition: all ease-in-out .2s;
    z-index: 2;
    opacity: .5; }

.plyr--hide-controls:before {
  opacity: 0; }

.plyr--video * {
  color: white; }

.plyr--video svg {
  fill: white; }

.plyr--video .plyr__control--overlaid {
  background-color: rgba(0, 0, 0, 0.84);
  border-radius: 50% / 20%;
  font-size: 2em;
  height: 3em;
  width: 4em;
  z-index: 3; }
  .plyr--video .plyr__control--overlaid svg {
    fill: white;
    left: 50%;
    transform: translateX(-50%); }
  .plyr--video .plyr__control--overlaid:hover {
    background-color: black; }

.post-navigation {
  margin: 14rem 0; }
  .post-navigation .container {
    position: relative;
    text-align: center;
    padding-right: 11rem; }
    .post-navigation .container a {
      font-size: 1.6rem;
      font-family: century-gothic, sans-serif;
      color: #000000; }
      .post-navigation .container a i {
        font-size: 1.5rem;
        transition: all ease-in-out .2s;
        font-weight: 400; }
      .post-navigation .container a:hover {
        color: #0B2B7A; }
        .post-navigation .container a:hover i {
          color: #0B2B7A; }
  .post-navigation .post-prev, .post-navigation .post-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
  .post-navigation .post-next {
    left: auto;
    right: 11rem; }

.share-buttons {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .share-buttons li {
    display: inline-block;
    margin: 0 3rem 0 0; }
    .share-buttons li a i {
      font-size: 1.6rem;
      color: #0B2B7A;
      transition: all ease-in-out .2s; }
      .share-buttons li a i:hover {
        color: #000000; }
    .share-buttons li:last-of-type {
      margin: 0; }

@media only screen and (max-width: 1200px) {
  .post-title-container {
    padding: 8rem 0 0; }
  .post-navigation {
    margin: 8rem 0; }
    .post-navigation .container {
      padding: 0; }
    .post-navigation .post-next {
      right: 0; } }

@media only screen and (max-width: 1024px) {
  .post-title-container {
    padding: 6rem 0 0; }
  .single-post .flex-section {
    margin: 6rem 0; }
  .post-flex-section {
    margin: 6rem 0; }
    .post-flex-section .container {
      padding: 0; }
  .post-navigation {
    margin: 6rem 0; }
    .post-navigation .container {
      display: flex;
      justify-content: space-between; }
    .post-navigation .post-prev, .post-navigation .post-next {
      position: relative;
      top: auto;
      transform: translate(0); } }

@media only screen and (max-width: 650px) {
  .quote-section .quote {
    font-size: 2rem; } }

@media only screen and (max-width: 450px) {
  .post-navigation a {
    font-size: 1.2rem !important; }
    .post-navigation a i {
      font-size: 1rem !important; } }

.related-news .title-container {
  margin: 0 0 5rem;
  justify-content: space-between; }
  .related-news .title-container .title {
    margin-right: 2rem; }
  .related-news .title-container .button {
    align-self: flex-start;
    margin: 0 0 5rem; }

@media only screen and (max-width: 850px) {
  .related-news .title-container {
    margin: 0 0 3rem; }
    .related-news .title-container .button {
      margin: 0 0 3rem; } }

@media only screen and (max-width: 650px) {
  .related-news .post-thumbnail {
    flex: 0 0 100%;
    margin: 0 0 5%; }
    .related-news .post-thumbnail:last-of-type {
      margin: 0; } }

.flex-section {
  padding: 16rem 0; }
  .flex-section.google-reviews {
    padding: 16rem 0 13rem; }

.flex-columns .flex-col:nth-of-type(2) {
  margin-left: 5%; }
  .flex-columns .flex-col:nth-of-type(2) .title {
    padding: 0 5rem 0 0; }
    .flex-columns .flex-col:nth-of-type(2) .title:before {
      left: 100%; }

.flex-columns .container {
  position: relative; }

.flex-columns .course-column {
  flex: 0 0 60%;
  height: 100%;
  padding: 16rem 0; }
  .flex-columns .course-column:before {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    background-color: #FAFAFA;
    width: 50vw;
    height: 100%; }
  .flex-columns .course-column:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #FFFFFF;
    width: 50vw;
    height: 100%; }
  .flex-columns .course-column .vitals svg {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50vw;
    z-index: 8;
    transform: translateY(50%);
    pointer-events: none; }
  .flex-columns .course-column .course-thumbnail {
    flex: 0 0 48.5%;
    position: relative;
    z-index: 9; }

.flex-columns .content-column {
  padding: 16rem 0;
  flex: 1;
  height: 100%;
  position: relative;
  z-index: 9; }
  .flex-columns .content-column .button {
    margin: 4rem 0 0; }

.flex-columns .image-column {
  flex: 0 0 60%;
  margin: 16rem 0; }
  .flex-columns .image-column img {
    width: 100%; }

.page-template-page-home .content-section {
  background-color: #FAFAFA;
}

.page-template-page-home .flex-background:nth-of-type(odd), .page-id-530 .flex-background:nth-of-type(even) {
  background-color: rgba(242, 251, 255, 0.5); }

.page-template-page-home .flex-background:nth-of-type(even), .page-id-530 .flex-background:nth-of-type(odd) {
  background: transparent; }

.page-id-530 .flex-background:nth-of-type(2) {
  background-color: #FAFAFA !important; }

.flex-background:nth-of-type(odd) {
  background-color: rgba(242, 251, 255, 0.5); }

.content-section .wysiwyg {
  flex: 0 0 100%; }

.content-section .button {
  margin: 6rem auto 0; }
  .courses-section {
    margin-top: -12rem;
    padding-bottom: 16rem;
    position: relative;
  }
  .courses-section .container {
    justify-content: center;
  }
  .courses-section .container .vitals svg {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50vw;
    z-index: -1;
    transform: translateY(50%);
    pointer-events: none;
  }

@media only screen and (max-width: 1200px) {
  .flex-section {
    padding: 8rem 0; }
    .flex-section.google-reviews {
      padding: 8rem 0 5rem; }
  .flex-columns .content-column {
    padding: 8rem 0; }
  .flex-columns .course-column {
    padding: 8rem 0; }
  .flex-columns .image-column {
    margin: 8rem 0; }
  .courses-section {
    margin-top: -4rem;
    padding-bottom: 8rem; } }

@media only screen and (max-width: 1024px) {
  .flex-section {
    padding: 6rem 0; }
    .flex-section.google-reviews {
      padding: 6rem 0 3rem; }
  .flex-columns .course-column, .flex-columns .content-column, .flex-columns .image-column {
    padding: 6rem 0; }
  .flex-columns .image-column {
    margin: 0; }
  .courses-section {
    margin-top: -2rem;
    padding-bottom: 6rem; } }

@media only screen and (max-width: 850px) {
  .flex-columns .flex-col:nth-of-type(2) {
    margin: 0; }
  .flex-columns .content-column .button {
    margin: 3rem 0 0; }
  .flex-columns .course-column, .flex-columns .content-column, .flex-columns .image-column {
    flex: 0 0 100%; } }

@media only screen and (max-width: 550px) {
  .flex-columns .course-column:before {
    display: none; }
  .flex-columns .course-column:after {
    width: 110vw;
    left: -6%; }
  .flex-columns .course-column .vitals svg {
    width: 100%;
    left: 0; }
  .flex-columns .course-column .course-thumbnail {
    flex: 0 0 100%;
    margin: 0 0 3%; }
    .flex-columns .course-column .course-thumbnail:last-of-type {
      margin: 0; } }

.google-reviews .title {
  padding-right: 17rem; }

.google-reviews .wprs_unslider-arrow {
  top: -7rem; }

.google-reviews .prev {
  left: auto;
  right: 11rem; }

.google-reviews .next {
  right: 3rem; }

.google-reviews .wprs_unslider-arrow {
  width: 54px;
  height: 54px;
  background: transparent;
  transition: all ease-in-out .2s;
  opacity: 1; }
  .google-reviews .wprs_unslider-arrow:hover {
    background-color: rgba(11, 43, 122, 0.07); }
  .google-reviews .wprs_unslider-arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 54px;
    background-image: url(https://gcmedical.net.au/wp-content/themes/GC-Medical-Training/assets/dist/images/arrow-big.svg);
    transform: rotate(180deg); }

.wprs_unslider-active .wprevpro_t5_DIV_1 {
  margin: 0; }
  .wprs_unslider-active .wprevpro_t5_DIV_1:first-of-type .wpproslider_t5_DIV_2 {
    box-shadow: 1rem 1rem 2rem 0 rgba(190, 190, 190, 0.5) !important; }

.wpproslider_t5_DIV_1a {
  margin: 2rem; }

.wpproslider_t5_DIV_2 {
  box-shadow: 0 0 2rem 0 rgba(190, 190, 190, 0.5) !important;
  display: flex;
  flex-wrap: wrap;
  transition: all ease-in-out .2s;
  transition-delay: .5s; }
  .wpproslider_t5_DIV_2 .indrevdiv {
    padding: 3.5rem 5rem; }
    .wpproslider_t5_DIV_2 .indrevdiv .wpproslider_t5_P_4 {
      margin: 0; }
      .wpproslider_t5_DIV_2 .indrevdiv .wpproslider_t5_P_4 .wprevpro_star_imgs_T5 {
        display: block;
        margin: 0 0 2rem; }
  .wpproslider_t5_DIV_2 .wpproslider_t5_DIV_3_logo {
    bottom: auto;
    top: 3.5rem;
    right: 5rem; }
    .wpproslider_t5_DIV_2 .wpproslider_t5_DIV_3_logo img {
      height: 2rem; }
  .wpproslider_t5_DIV_2 .wpproslider_t5_DIV_3L {
    width: auto;
    text-align: left;
    order: 2;
    margin: 0 0 3.5rem 5rem; }
    .wpproslider_t5_DIV_2 .wpproslider_t5_DIV_3L .wpproslider_t5_STRONG_5 {
      font-weight: 700;
      width: auto;
      font-family: como, sans-serif;
      margin: 0 0 0 2rem;
      font-size: 1.4rem;
      text-transform: uppercase;
      font-style: initial; }

@media only screen and (max-width: 1200px) {
  .wpproslider_t5_DIV_2 .indrevdiv {
    padding: 2rem; } }

@media only screen and (max-width: 992px) {
  .wprs_unslider-active .wprevpro_t5_DIV_1:first-of-type .wpproslider_t5_DIV_2 {
    box-shadow: 0 0 2rem 0 rgba(190, 190, 190, 0.5) !important; }
  .wpproslider_t5_DIV_2 .indrevdiv {
    flex: 0 0 100%; }
    .wpproslider_t5_DIV_2 .indrevdiv .wpproslider_t5_P_4 .wprevpro_star_imgs_T5 {
      margin: 0; }
  .wpproslider_t5_DIV_2 .wpproslider_t5_DIV_3_logo {
    top: 2rem;
    right: 2rem; }
  .wpproslider_t5_DIV_2 .wpproslider_t5_DIV_3L {
    margin: 0 0 2rem 2rem; } }

@media only screen and (max-width: 550px) {
  .google-reviews .title {
    padding: 0 0 0 2rem !important; }
    .google-reviews .title:before {
      left: 2rem; } }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .google-reviews .wprs_unslider-arrow:before {
      background-image: url(https://gcmedical.net.au/wp-content/themes/GC-Medical-Training/assets/dist/images/arrow-big.png); } } }

.logos-section {
  margin: 3rem 0; }
  .logos-section .logo-slider .flickity-viewport {
    width: 100%; }
    .logos-section .logo-slider .flickity-viewport .flickity-slider {
      display: flex;
      align-items: center; }
    .logos-section .logo-slider .flickity-viewport img {
      width: auto;
      height: auto;
      min-width: 5rem;
      min-height: 5rem;
      margin: 0 8rem 0 0; }

@media only screen and (max-width: 1024px) {
  .logos-section .logo-slider .flickity-viewport img {
    max-width: 20rem;
    max-height: 20rem;
    margin: 0 10rem 0 0; } }

@media only screen and (max-width: 850px) {
  .logos-section .logo-slider .flickity-viewport img {
    margin: 0 5rem 0 0; } }

.benefits {
  position: relative; }
  .benefits .vitals svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 50%;
    height: auto;
    pointer-events: none; }
    .benefits .vitals svg:nth-of-type(2) {
      left: 50%; }
  .benefits .benefit {
    flex: 0 0 45%;
    margin-right: 10%; }
    .benefits .benefit img {
      margin: 0 5% 0 0;
      align-self: flex-start;
      width: 8rem;
      max-width: 17%; }
    .benefits .benefit .benefit-container {
      flex: 0 0 78%; }
    .benefits .benefit:nth-of-type(2n+2) {
      margin-right: 0; }
    .benefits .benefit:nth-of-type(1n+3) {
      margin-top: 10%; }

@media only screen and (max-width: 650px) {
  .benefits .benefit {
    flex: 0 0 100%;
    margin: 0 0 5rem !important; }
    .benefits .benefit:last-of-type {
      margin: 0 !important; } }

@media only screen and (max-width: 450px) {
  .benefits .benefit .benefit-container {
    flex: 0 0 100%; }
  .benefits .benefit img {
    margin: 0 0 2rem; } }

.course-intro {
  margin: 6rem 0 9rem; }
  .course-intro .container {
    padding-right: 11rem; }
  .course-intro .course-title {
    max-width: 35rem;
    margin: 0 0 3.5rem; }

.course-banner {
  width: 100%;
  padding: 0 0 40%; }

.course-links {
  margin: 16rem 0; }
  .course-links .container {
    padding-right: 11rem; }
  .course-links .course-book-link {
    margin: 0 0 2.5rem;
    padding: 0 0 0 5rem; }
    .course-links .course-book-link .course-date-container {
      flex: 1;
      margin: 0 3rem 0 0; }
    .course-links .course-book-link .course-date {
      margin: 0 2% 0 0; }
    .course-links .course-book-link .course-location {
      flex: 0 0 45%;
      padding: 0 0 0 2rem;
      margin: 0 5% 0 0; }
    .course-links .course-book-link .course-location-link {
      flex: 0 0 45%;
      margin: 0 5% 0 0; }
    .course-links .course-book-link:last-of-type {
      margin: 0; }

.course-location-link {
  font-size: 1.6rem;
  text-decoration: underline;
  position: relative;
  padding: 0 0 0 2rem;
  line-height: 1.5;
  letter-spacing: -.3px; }
  .course-location-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 18px;
    background-image: url(https://gcmedical.net.au/wp-content/themes/GC-Medical-Training/assets/dist/images/map-marker-small.svg); }

.course-intro-container {
  margin: 6rem 0; }
  .course-intro-container .course-intro-col {
    flex: 1;
    margin-right: 5%; }
    .course-intro-container .course-intro-col .course-location {
      margin: 0; }
    .course-intro-container .course-intro-col.course-intro-location {
      flex: 0 0 42%; }
      .course-intro-container .course-intro-col.course-intro-location:nth-of-type(1n+2) {
        display: none; }
      .course-intro-container .course-intro-col.course-intro-location p, .course-intro-container .course-intro-col.course-intro-location a {
        margin: 0 0 2rem;
        display: block; }
    .course-intro-container .course-intro-col:last-of-type {
      margin-right: 0; }

@media only screen and (max-width: 1200px) {
  .course-intro {
    margin: 6rem 0; }
    .course-intro .container {
      padding: 0; }
    .course-intro .course-title {
      max-width: 100%;
      margin: 0 0 3.5rem; }
  .course-links {
    margin: 8rem 0; }
    .course-links .container {
      padding: 0; }
    .course-links .course-book-link .course-location-link, .course-links .course-book-link .course-location {
      flex: 1; }
    .course-links .course-book-link .button {
      margin: 0 0 0 auto; } }

@media only screen and (max-width: 850px) {
  .course-links {
    margin: 6rem 0; }
    .course-links .course-book-link {
      padding: 0; } }

@media only screen and (max-width: 550px) {
  .course-intro .course-intro-container .course-intro-col {
    flex: 1 0 47.5%; }
    .course-intro .course-intro-container .course-intro-col.course-intro-location {
      flex: 0 0 100%;
      margin: 0 0 3rem; }
  .course-links .course-book-link {
    margin: 0 0 5rem;
    padding: 0 0 5rem;
    border-bottom: 1px solid #0B2B7A; }
    .course-links .course-book-link .course-date {
      flex: 0 0 100%;
      margin: 0 2rem 1rem 0; }
      .course-links .course-book-link .course-date:last-of-type {
        margin: 0 2rem 2rem 0; }
    .course-links .course-book-link .course-location {
      padding: 0; }
    .course-links .course-book-link:last-of-type {
      border: 0;
      padding: 0; }
  .course-links .title {
    margin: 0 0 5rem;
    left: 50%;
    transform: translateX(-50%); }
    .course-links .title:before {
      left: 50%;
      transform: translateX(-50%); }
  .course-links .course-book-link .course-location-link, .course-links .course-book-link .course-location {
    flex: none;
    margin: 0 auto 2rem; }
  .course-links .course-book-link .book-button-container {
    flex: 0 0 100%;
    text-align: center; }
  .course-links .course-book-link .button {
    margin: 1rem 0 0; } }

@media only screen and (max-width: 450px) {
  .course-links .course-book-link .course-date-container {
    flex: 0 0 100%;
    margin: 0 0 2rem;
    justify-content: center; }
    .course-links .course-book-link .course-date-container .course-date {
      flex: none;
      text-align: center; }
      .course-links .course-book-link .course-date-container .course-date:last-of-type {
        margin: 0; } }