/*
Theme Name: Equals
Author: ThreeAM Web + IT
Author URI: https://threeam.com.au
Description: Custom Theme by ThreeAM Web + IT
*/

@import url('https://fonts.googleapis.com/css?family=Bebas+Neue%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=auto&#038;ver=6.2.2');
@import url('https://use.typekit.net/wwa3qdx.css');

:root {
  --equals-color-blue: #006c8b;
  --equals-color-lightorange: #faa94d;
  --equals-color-orange: #e8720c;
  --equals-color-darkorange: #cf7213;

  --equals-color-card-grey: #DEDEE0;

  --equals-primary-font: "proxima-nova", sans-serif;
  --equals-heading-font: "Bebas Neue", sans-serif;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  font-family: var(--equals-primary-font);
}

a {
  color: var(--equals-color-blue);
}

a:hover {
  color: var(--equals-color-orange);
  text-decoration: none;
}

.hidden-positioned-anchor {
  position: absolute;
  top: -115px;
  height: calc(100% + 115px);
  width: 100%;
  pointer-events: none;
  opacity: 0;
  filter: opacity(0);
  visibility: hidden;
}

@media screen and (max-width: 1200px) {
  .hidden-positioned-anchor {
    top: -91px;
    height: calc(100% + 91px);
  }
}

.entry-header {
  height: 500px;
}

.wrapper {
  max-width: 1500px;
  margin: 0 auto;
}

.row-with-columns.container {
  padding-left: 0;
  padding-right: 0;
}

.padding-smaller-top {
  padding-top: 25px;
}

.padding-smaller-bottom {
  padding-bottom: 25px;
}

.padding-default-top {
  padding-top: 50px;
}

.padding-default-bottom {
  padding-bottom: 50px;
}

.padding-larger-top {
  padding-top: 100px;
}

.padding-larger-bottom {
  padding-bottom: 100px;
}

.body-content {
  background-color: #fff;
  /*border-radius: 15px;*/
  /*padding: 50px;*/
  padding-bottom: 50px;
  /*padding-top: 25px;*/
}

h2 {
  font-family: var(--equals-heading-font);
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
  line-height: 1;
}

h3 {
  color: #006c8b;
  font-family: var(--equals-primary-font);
  font-size: 24px;
  font-weight: 400;
}

h4 {
  color: var(--equals-color-blue);
  font-size: 24px;
}

h5 {
  font-size: 20px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 790px) {
  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
    font-weight: 700;
  }

  h6 {
    font-size: 16px;
    font-weight: 400;
  }
}

p {
  margin: 0;
}

.content,
.mce-content-body {
  word-wrap: break-word;
}

.content h5,
.mce-content-body h5 {
  color: var(--equals-color-blue);
}

.content img,
.mce-content-body img {
  max-width: 100%;
  height: auto;
}

.content p,
.content ul,
.mce-content-body p,
.mce-content-body ul {
  position: relative;
  margin-bottom: 15px;
}

.content p:last-child,
.content ul:last-child,
.mce-content-body p:last-child,
.mce-content-body ul:last-child {
  margin-bottom: 0;
}

.content iframe,
.mce-content-body iframe {
  max-width: 100%;
}

.responsive-table {
  overflow-x: auto;
}

.content table,
.mce-content-body table {
  margin-block-end: 15px;
  font-size: .9em;
  border-collapse: separate;
  border-spacing: 0;
  background-color: transparent;
  border: none;
  width: 100%;
  max-width: none;
  table-layout: auto;
  margin: 0;
  padding: 15px;
  background-color: #dedee0;
  border-style: solid;
  border-width: 2px;
  border-color: #cdcdcd;
  margin-bottom: 15px;
}

.content table th,
.mce-content-body table th {
  border-color: #cdcdcd;
  font-family: "proxima-nova",Sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #006c8b;
  background-color: #02010100;
  border-bottom: 2px solid #cdcdcd;
}

.content table td,
.mce-content-body table td {
  vertical-align: top;
}

.content table th:not(:first-child),
.content table td:not(:first-child),
.mce-content-body table th:not(:first-child),
.mce-content-body table td:not(:first-child) {
  border-left: 2px solid #cdcdcd;
}

.content table tr:not(:last-child) th,
.content table tr:not(:last-child) td,
.mce-content-body table tr:not(:last-child) th,
.mce-content-body table tr:not(:last-child) td {
  border-bottom: 2px solid #cdcdcd;
}

.content table th,
.content table td,
.mce-content-body table th,
.mce-content-body table td {
  padding: 10px 20px;
  width: calc( 100% / 3 );
}

.content blockquote,
.mce-content-body blockquote {
  margin: 0 0 40px;
  padding: 20px 40px 10px;
  background-color: #dedee0;
  border-radius: 10px;
  width: max-content;
  max-width: 100%;
  text-align: center;
}

.gform_page_footer .primary-btn,
.gform_page_footer .secondary-btn,
.gform_footer .primary-btn,
.gform_footer .secondary-btn,
.gform_wrapper form input[type=submit],
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_button,
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button,
.gform_legacy_markup_wrapper .gform_footer a.gform_save_link,
.gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link,
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button,
.button {
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: var(--equals-color-orange);
  border-radius: 6px;
  padding: 14px 32px;
  text-decoration: none;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  transition: 300ms;
  text-transform: uppercase;
  -webkit-appearance: none;
  border: 0;
  cursor: pointer;
}

.gform_page_footer .primary-btn:hover,
.gform_page_footer .secondary-btn:hover,
.gform_footer .primary-btn:hover,
.gform_footer .secondary-btn:hover,
.gform_wrapper form input[type=submit]:hover,
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_button:hover,
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button:hover,
.gform_legacy_markup_wrapper .gform_footer a.gform_save_link:hover,
.gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link:hover,
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button:hover,
.button:hover {
  color: #fff;
  background-color: var(--equals-color-lightorange);
}

.gform_legacy_markup_wrapper .gform_footer a.gform_save_link,
.gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link {
  margin-left: 0;
}

.gform_footer,
.gform_page_footer {
  column-gap: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}


.post-card {
  height: auto;
  background-color: #DEDEE0;
  border-radius: 10px;
  /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);*/
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  position: relative;
}

.post-card:hover {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.post-card .date {
  padding: 8px 10px 8px 20px;
  background-color: var(--equals-color-blue);
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 40px;
  left: -15px;
  line-height: 1;
  pointer-events: none;
  z-index: 2;
}

.post-card .date:after {
  content: " ";
  background-image: url(https://equals.edu.au/wp-content/uploads/2022/03/shadow.svg);
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 15px;
  height: 6px;
  background-size: cover;
}


.post-card .thumbnail {
  display: block;
  height: 220px;
  background-size: cover;
  background-position: center center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-shrink: 0;
  z-index: 1;
}

.post-card .thumbnail:hover {
  opacity: 0.9;
}

.post-card .card-content {
  padding: 20px;
  /*font-size: 14px;*/
  font-weight: 600;
  text-transform: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.post-card .card-content .article-title {
  /*color: var(--equals-color-blue);*/
  font-family: "Bebas Neue" !important;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 1px;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}

.post-card .card-content .excerpt {
  color: var(--equals-color-blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.post-card .card-content .category {
  text-align: right;
  color: #1a1a1a;
  line-height: 16px;
  height: 30px;
  margin-bottom: 10px;
}

.post-card .card-content .category span {
  padding: 3px 10px;
  border-radius: 14px;
  background-color: var(--equals-color-blue);
  color: #fff;
}

.post-card .card-content .category span:hover {
  background-color: var(--equals-color-orange);
}

.post-card .card-content .course-id {
  color: #9A9A9B;
  line-height: 40px;
  letter-spacing: 0px;
}

.post-card .card-content .course-name {
  color: var(--equals-color-blue);
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  height: 90px;
  display: block;
}

.post-card .card-meta {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.post-card .course-meta {
  border: none;
  /*font-size: 14px;*/
  font-weight: 500;
}

.post-card .course-meta .far {
  color: var(--equals-color-blue);
}

#filters {
  font-size: 14px;
  line-height: 20px;
}

#filters h4 {
  color: var(--equals-color-blue);
}

#filters .searchandfilter ul {
  padding: 0;
  margin: 0;
}

#filters li[data-sf-field-input-type="checkbox"] ul li {
  display: flex;
  align-items: center;
}

.search-filter-scroll-loading {
  display: block;
  clear: both;
  margin: 0 auto;
  grid-column: 1/-1;
}

.searchandfilter .noUi-connect {
  background-color: #006c8b;
}

.searchandfilter>ul>li:has(>ul):not(:has(>ul>li)) {
  display: none;
}

.pagination {
  display: none;
}

.sf-field-taxonomy-student-type label {
  font-size: 16px;
}

.sf-field-taxonomy-student-type label:after {
  content: "s";
}

.sf-field-taxonomy-student-type input:checked + label {
  color: #006c8b;
  font-size: 16px;
  font-weight: 800;
}

#main {
  padding-left: 35px;
}

@media screen and (max-width: 768px) {
  #main {
    padding-left: 0px;
  }
}

#posts {
  display: grid;
  /*grid-template-columns: repeat(4, minmax(0, 1fr));*/
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 30px;
  row-gap: 30px;
}

/*@media screen and (max-width: 1300px) {
  #posts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}*/

@media screen and (max-width: 1200px) {
  #posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 850px) {
  #posts {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 0px;
  }
}

.searchandfilter > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 15px;
}

.searchandfilter .sf-input-checkbox,
.searchandfilter .sf-label-checkbox,
.searchandfilter .sf-label-radio,
.searchandfilter .sf-input-radio,
.gform_fields .gchoice > * {
  cursor: pointer;
}


.searchandfilter input[type=checkbox],
.searchandfilter input[type=radio] {
  vertical-align: middle;
}

.searchandfilter > ul > *,
.searchandfilter > ul > li > label,
.searchandfilter > ul > li > label > * {
  width: 100%;
}

.searchandfilter li:first-child {
  padding-top: 0;
}

.searchandfilter .sf-field-submit,
.searchandfilter .sf-field-reset {
  width: 50%;
  flex-basis: 0;
}

.searchandfilter .sf-field-reset {
  display: flex !important;
  align-items: center;
}


.searchandfilter input[type=submit] {
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 6px;
  padding: 0 16px;
  text-decoration: none;
  /*line-height: 1;*/
  font-size: 16px;
  font-weight: 600;
  transition: 300ms;
  text-transform: uppercase;
  cursor: pointer;
  background-color: var(--equals-color-blue);
}

.searchandfilter input[type=submit]:hover {
  background-color: var(--equals-color-orange);
}

.gform_wrapper {
  margin-bottom: 20px;
}

.gform_fields {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
}

.gform_legacy_markup_wrapper .gform_footer {
  padding: 0 !important;
  margin-top: 10px !important;
}

.gform_fields .gfield.gfield_html {
  margin-bottom: 5px;
}

.gform_validation_errors h2 {
  font-size: 20px;
  text-transform: none;
  color: #b42121;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  background: #fff9f9;
  border: 1.5px solid #c02b0a;
  /*padding: 16px;*/
}

.gform_legacy_markup_wrapper ul.gfield_checkbox,
.gform_legacy_markup_wrapper ul.gfield_radio {
  width: 100%;
}

.gform_fields .gfield.gfield_error .form-field {
  width: 100%;
  text-align: left;
  display: block;
}

.gform_fields .gfield.gfield_error .gfield_validation_message {
  color: #b42121;
  padding-top: 5px;
}

.gform_fields .gfield_validation_message {
  font-size: 12px;
}

.gform_fields .ginput_container_checkbox {
  display: flex;
  height: 100%;
  align-items: center;
}

.gform_fields > * {
  display: block;
  width: 100%;
}

.gform_fields .form-field {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
}

.gform_fields .form-field > * {
  width: 100%;
}

.gform_fields .gfield {
  margin-bottom: 20px;
}

.gform_fields .gfield.gfield--type-html:not(:first-child) {
  margin-top: 10px;
}

.gform_fields .gfield--width-half {
  width: calc(50% - 10px);
}

.gform_wrapper h2.gsection_title {
    font-size: 30px;
    line-height: 36px;
    margin: 10px 0 20px;
}

.gform_wrapper form input::placeholder,
.gform_wrapper form select::placeholder,
.gform_wrapper form textarea::placeholder,
.gform_wrapper .gchoice label {
  color: #53575a;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.gform_legacy_markup_wrapper label.gfield_label,
.gform_legacy_markup_wrapper legend.gfield_label {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.gform_fields .gfield_radio {
  padding-left: 0;
}

@media screen and (max-width: 610px) {
  .gform_fields .gfield--width-half {
    width: 100%;
  }
}

.gform_fields .form-field h3 {
  margin-bottom: 0;
}

.gform_fields .hidden_label .gfield_label {
  display: none;
}

.gform_fields .gfield_checkbox {
  padding: 0;
}

.gform_fields .gchoice {
  display: flex;
  /*flex-direction: row*/
}

.gform_fields .gchoice input {
  margin-right: 10px;
}

.gform_fields .gchoice input:checked + label {
  font-weight: 600;
}

.gform_fields .gform-field-label {
  margin: 0;
  line-height: 24px;
}

select {
  cursor: pointer;
}

.gform_fields input[type=text],
.gform_fields input[type=tel],
.gform_fields input[type=email],
.gform_fields select,
.gform_fields textarea,
.searchandfilter input[type=text],
.searchandfilter select {
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  font-weight: 600;
  color: #53575a;
  background-color: #dfdfdf;
  border: none;
  border-radius: 10px;
  padding-left: 16px !important;
  padding-right: 10px !important;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 1em;
  width: 100%;
}

.gform_fields textarea {
  height: 192px;
}

.gform_fields select,
.searchandfilter select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
}

.gform_fields ul li {
  list-style-type: none;
}

.gfield--type-honeypot {
  display: none!important;
  left: -9000px;
  position: absolute!important;
}


.gf_progressbar_wrapper .gf_progressbar_title {
  clear: both;
  color: #767676;
  filter: alpha(opacity=60);
  font-size: 13px;
  line-height: 1!important;
  margin: 0 0 8px!important;
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6;
  padding: 0!important;
}

.gform_legacy_markup_wrapper .gf_progressbar_blue {
  background: #d2d6dc;
  border-radius: 10.5px;
  position: relative;
}

.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue {
  background-color: #1e7ac4;
  color: #fff;
}

.gform_legacy_markup_wrapper .gf_progressbar_percentage {
  border-radius: 10.5px;
  font-family: helvetica,arial,sans-serif;
  font-size: 13px!important;
  height: 21px;
  text-align: right;
  vertical-align: middle;
  z-index: 999;
}

.gform_legacy_markup_wrapper .gf_progressbar_percentage span {
  display: block;
  float: right;
  line-height: 21px;
  margin-left: 5px;
  margin-right: 5px;
  width: auto;
}


.textmode-light, .textmode-light * {
  color: #fff !important;
}


.gform-page-footer > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}


