@font-face {
  font-family: "Franklin Gothic";
  src: url("/wp-content/themes/SU-Salient/fonts/FranklinGothic.woff")
    format("woff");
  font-weight: black;
  font-style: normal;
}

@import url("https://use.typekit.net/mbs3aix.css");

h1,
h2,
h3 {
  font-family: franklin-gothic-atf !important;
  font-weight: 800 !important;
  font-style: normal !important;
}

h4,
h5,
h6 {
  font-family: franklin-gothic-atf !important;
  font-weight: 500 !important;
  font-style: normal !important;
}

p,
li,
ul {
  font-family: franklin-gothic-atf !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
}

a {
  font-family: franklin-gothic-atf !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

#footer-outer .suhdRow {
  display: flex;
  justify-content: space-between;
}

.suhdFooterCol {
  display: flex;
  align-items: center;
}

.suhdFooterColDir {
  flex-direction: column;
}

.suhdFooterImg {
  max-height: 100px;
  display: block;
  width:300px;
}

.suhdFooterCol p {
  margin-top: 2%;
  padding: 0 !important;
}

.neumorphismStateColInner span {
  font-family: franklin-gothic-atf !important;
  font-weight: 500 !important;
  font-style: normal !important;
}

.suhdLink {
  font-family: franklin-gothic-atf !important;
  font-weight: 500 !important;
  font-style: normal !important;
}

.suhdBookBtn .suhd-menu-btn-text {
  border: solid 1px #202020;
  padding: 10px 20px !important;
  transition: all ease 0.25s;
  color: #202020;
}

.suhdBookBtn .suhd-menu-btn-text:hover {
  border: solid 1px #ff7530;
  background: #ff7530;
  color: white;
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
  transition: all ease 0.25s;
}

.suhd-menu-title-text {
  color: #202020;
  transition: all ease 0.25s;
}

.suhd-menu-title-text:hover {
  color: #ff7530;
  transition: all ease 0.25s;
}

.suhdRow {
  display: none;
}

.suhdMainRow strong {
  font-family: franklin-gothic-atf !important;
  font-weight: 700 !important;
}

.suhdMainRow b {
  font-family: franklin-gothic-atf !important;
  font-weight: 700 !important;
}

.nswsuhdrowText .gmlDesc {
  font-family: franklin-gothic-atf !important;
  font-weight: 400 !important;
  font-size:24px!important;
}

.nswsuhdrowText .gmlPrice {
  font-family: franklin-gothic-atf !important;
  font-weight: 700 !important;
}

.nswsuhdrowInner .stateCourseBtn {
  min-width: 180px;
  z-index: 3;
}

@media only screen and (min-width: 1px) and (max-width: 690px) {
  .neumorphismStateColLight {
    min-width: 100%;
    margin-bottom: 24px;
  }

  .neumorphismStateInner {
    flex-wrap: wrap;
  }

  .stateCourseItem {
    padding: 10px 20px;
    flex-direction: column;
    row-gap: 30px;
    text-align: center;
  }

  .neumorphismIconMain  {
    display:none;
  }

  .suhdFooterColDir {
    flex-direction: column;
    margin-bottom: 24px;
    text-align: center;
  }

  .suhdFooterCol {
    justify-content: center;
  }

  #footer-outer .suhdRow {
    flex-direction: column;
  }

  .neumorphismCourseGrid {
    padding: 10% 6% !important;
  }

  .suhdMainRow .row_col_wrap_12_inner {
    flex-direction: column;
    padding: 3%;
  }
}

@media only screen and (min-width: 1001px) {
  #logo .starting-logo,
  #logo .default-logo,
  #logo img {
    height: 80px !important;
  }
}

.star-rating span {
  color: #fa6600 !important;
}

.contactHeader a {
  font-size: 32px !important;
  line-height: 40px !important;
  font-family: franklin-gothic-atf !important;
  font-weight: 800 !important;
  font-style: normal !important;
  color: #fa6600 !important;
}

.contactHeader a:hover {
  color: #202020 !important;
}

.suhdLink a {
  color: #fa6600 !important;
}

.suhdLink a:hover {
  color: #202020 !important;
}

/* Basic Accordian Code */
.accordionSuhd {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  align-items: center;
}

.activeSuhd,
.accordionSuhd:hover {
  background-color: #ccc;
}

.accordionSuhd:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.activeSuhd:after {
  content: "\2212";
}

.panelSuhd {
  padding: 0 18px;
  background-color: #f6f6f6;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  box-shadow: rgb(0 0 0 / 4%) 0px 1px 0px, rgb(0 0 0 / 5%) 0px 2px 7px, rgb(0 0 0 / 6%) 0px 12px 22px;
}

.suhdStarRat {
  flex-grow: 1;
  min-width: 51px;
}

.suhdStarRat i {
  color: #fa6600;
  margin-right: 3px;
}

.pannelSuhdInner {
  padding: 30px 10px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 1%;
  row-gap: 40px;
  align-items: center;
}

.accAddress {
  flex-grow: 2;
  min-width: 50%;
}

.accAddress span {
  font-family: franklin-gothic-atf !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 20px !important;
  color: #000;
}

.accDist {
  flex-grow: 1;
}

.accDist i,
.accPhone i,
.accEmail i,
.accAddress i {
  color: #fa6600;
  font-size: 20px;
  margin-right: 5px;
}

.accDist a,
.accPhone a,
.accEmail a {
  color: #fa6600;
  font-family: franklin-gothic-atf !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 20px !important;
}

.accDist a:hover,
.accPhone a:hover,
.accEmail a:hover {
  color: #202020;
}

.accDist span {
  font-family: franklin-gothic-atf !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 20px !important;
  color: #000;
}

.accPhone {
  min-width: 30%;
}

.accEmail {
  flex-grow: 1;
}

.suhdCourseFlex {
  display: flex;
  column-gap: 30px;
  flex-direction: column;
}

@media only screen and (min-width: 1580px) {
    .suhdFloatIcon {
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 9999;
    }

    .suhdFloatIcon img {
        width: 85%;
    }

    .logoHideLdesk {
      display:none!important;
    }
}

@media only screen and (min-width: 1001px) and (max-width: 1021px) {
    .suhdMenuItem a {
        font-size: 15px!important;
    }
}

@media only screen and (min-width: 1022px) and (max-width: 1160px) {
    .suhdMenuItem a {
        font-size: 16px!important;
    }
}

@media only screen and (min-width: 1001px) and (max-width: 1579px) {
    .suhdFloatIcon {
        position: fixed;
        bottom: 10px;
        left: 10px;
        z-index: 9998;
    }

    .suhdFloatIcon img {
        width: 85%;
    }
}

@media only screen and (min-width: 1px) and (max-width: 1299px) {
  .suhdCourseFlex {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1px) and (max-width: 690px) {
    .suhdFloatIcon {
        position: fixed;
        bottom: 10px;
        left: 10px;
        z-index: 9998;
    }

    .suhdFloatIcon img {
        width: 65%;
    }

    .logoHideLdesk {
      display:none!important;
    }
}

@media only screen and (min-width: 691px) and (max-width: 999px) {
    .suhdFloatIcon img {
        width: 80%;
    }

    .suhdFloatIcon {
        position: fixed;
        bottom: 10px;
        left: 10px;
        z-index: 9998;
    }

    .suhdMainRow .row_col_wrap_12_inner {
        flex-direction: column;
        padding: 6%;
    }

    .logoHideLdesk {
      display:none!important;
    }
}

/*Mobile Overlay Menu*/
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.95);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 30px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {
    overflow-y: auto;
  }
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.suhdOverlyMenu a {
  color: #fa6600;
}

.suhuMobMenuIcon {
  font-family: franklin-gothic-atf !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 20px !important;
  color: #000;
}

.suhdItem i {
  color: #fa6600 !important;
}

#top .span_9 {
    margin-left: 0!important;
}

@media only screen and (min-width: 1450px) {
    #top .sf-menu {
        min-width: 1200px!important;
    }

    .suhdBookBtn {
        margin-left: auto!important;
    }
}
  
@media only screen and (min-width: 1300px) and (max-width: 1449px) {
    #top .sf-menu {
        min-width: 1040px!important;
    }

    .suhdBookBtn {
        margin-left: auto!important;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1250px) {
  .neumorphismIconMain {
    display:none;
  }
}

.nswSuhdItem {
  position: relative;
  overflow: hidden;
}

.suhdHeadInner {
  max-width: 90%;
  margin: auto;
}

.suhdHeadCont {
  margin-bottom: 24px;
}

.suhdDesCont {
  max-width: 80%;
}

.suhdLink {
  color:#ff7530;
}

.suhdOverlay {
  position: absolute;
  border-radius: 0 0 50px 50px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ff6900;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  z-index:1;
}

.stateCourseItem:hover .suhdOverlay {
  height: 25%;
}

.overlyText {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: franklin-gothic-atf !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

.nswsuhdrowLink {
  z-index:3;  
}

.star-rating-wrap .filled::before {
  color: #fa6600!important;
}

#logo2 {
  box-sizing: border-box;
  font-family: franklin-gothic-atf !important;
  font-weight: 400 !important;
  font-style: normal !important;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  width: auto;
  max-width: none;
  line-height: 22px;
  font-size: 22px;
  letter-spacing: -1px;
  color: #444;
  align-self: center;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: margin 0.15s ease;
}

#logo2 img {
  letter-spacing: -1px;
  color: #444;
  aspect-ratio: auto 0 / 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  height: 100px !important;
  text-indent: -9999px;
  max-width: none;
  width: auto;
  margin-bottom: 0;
  display: block;
  transition: height 0.15s ease,opacity 0.2s ease;
}

.neumorphismWhite:hover .neumorphismBtnSuhd {
  box-shadow: none;
}

.suhdFlexRow {
	display: flex;
	gap: 30px;
	margin-bottom: 20px;
	align-items: center;
}

.suhdFlexField {
	flex: 2;
}

.suhdField {
	font-family: franklin-gothic-atf !important;
}

.suhdField:focus {
	border-color: #fa6600!important;
}

.suhdFlexFieldSml {
	flex: 1;
}

.suhdLabel {
	font-family: franklin-gothic-atf !important;	
}

.suhdBtnRow {
	display: flex;
	justify-content: flex-end;
}

@media only screen and (min-width: 1px) and (max-width: 690px){
	.suhdFlexRow {
		flex-direction: column;
	}
	
	.suhdFlexField {
		flex: 1;
	}
	
	.suhdFlexFieldSml {
		flex: 1;
	}
}

.suhdStateInner {
	display: flex;
	gap: 30px;
}

.suhdStateCol {
	flex: 1;
	border-radius: 15px;
	transition: all ease 0.2s;
}

.suhdStateCol:hover {
	color: #fa6600!important;
	transition: all ease 0.2s;
}

.suhdStateColInner {
	padding: 45px 30px;
}

.nswCourse {
  background-image: url("/wp-content/uploads/2021/03/NSW-Header-scaled-e1614912155404.jpg");
  background-size: cover;
  color: white;
}

.vicCourse {
  background-image: url("/wp-content/uploads/2021/03/VIC-Header-scaled-e1614912147893.jpg");
  background-size: cover;
  color: white;
}

.qldCourse {
  background-image: url("/wp-content/uploads/2021/03/QLD-Header-scaled-e1614912165945.jpg");
  background-size: cover;
  color: white;
}