/* Blue */
/* Light Grey */
/* Dark Grey */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  border-radius: 0px;
}

/* FOUC FIX */
.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}
/*@import "_fonts.scss";*/
/* FOUNDATION MEDIA QUERIES */
/* Small only */
/* Medium and up */
/* Medium only */
/* Large and up */
/* Large only */
/* SCREEN */
.sticky {
  z-index: 20;
}

body {
  font-family: "Roboto", Open Sans, Arial, sans-serif;
  color: #232020;
}
fieldset {
    border: 1px solid lightgray;
    padding: 0.4rem 1.4rem 0.4rem 1.4rem;
    margin-bottom: 1rem;
}
legend {
	font-weight: bold;
	padding: 0 0.6rem;
}
a {
  line-height: inherit;
  color: #006B9E;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #005c88;
}

h1, .h1 {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 500;
}

.orbit-caption h2 {
  margin-bottom: 25px;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.orbit-caption h3 {
  margin-bottom: 35px;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }

  h2, .h2 {
    font-size: 2.5rem;
  }

  h3, .h3 {
    font-size: 1.75rem;
  }

  h4, .h4 {
    font-size: 1.25rem;
  }

  h5, .h5 {
    font-size: 1rem;
  }

  h6, .h6 {
    font-size: 0.875rem;
  }
}
hr {
  margin-top: 40px;
}

.blue-header {
  color: #006B9E;
  text-transform: uppercase;
}

.stories-quote i {
  font-size: 50px;
  color: #006B9E;
  opacity: 0.3;
}

.smart-farmers {
  background-color: #f5f5f5;
  padding: 33px;
}

.tile-small {
  margin: 0.875rem 0;
}

.clearfix-home {
  margin: 40px 0;
}

.header-margin-top {
  margin-top: 20px;
}

.header-margin-bottom {
  margin-bottom: 20px;
}

.news-events {
  align-items: center;
}

.news-events-date {
  width: 70px;
  height: 70px;
  background-color: #006B9E;
  vertical-align: middle;
  text-align: center;
  padding-top: 8px;
}

.news-events-date p {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

.news-events-day {
  font-size: 28px;
}

.news-events-month {
  text-transform: uppercase;
}

.news-events-title p {
  font-size: 18px;
}

.news-events-title a {
  color: #232020;
}

.news-events-title a:hover {
  color: #006B9E;
}

.read-more-link {
  float: right;
  margin-bottom: 25px;
}

.read-more-link a {
  color: #232020;
}

.read-more-link a:hover {
  color: #006B9E;
}

.news-events-divider {
  clear: both;
  width: 100%;
  height: 1px;
  background-color: #939597;
  margin: 25px 0.9375rem;
}

.homepage-banner {
  background-image: url("/_assets/img/why-us-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: border-box;
  background-position: center;
  margin: 0 0 2.25rem 0;
  padding: 4.375rem 0;
  color: #fff;
}

.homepage-banner h2 {
  text-transform: none;
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .homepage-banner h2 {
    margin-bottom: 2.5rem;
  }
}

.profitable-links {
  width: 11.25rem;
  border-bottom: 1px solid #fff;
  margin-right: 1.875rem;
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 0.3125rem;
  margin-bottom: 1rem;
}

.profitable-links::after {
  position: absolute;
  right: 0.3125rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f105";
  color: #fff;
}

.profitable-links:hover {
  font-weight: 500;
}

.profitable {
  margin-bottom: 2rem;
}
@media screen and (min-width: 40em) {
  .profitable {
    margin-bottom: 0;
  }
}

.profitable-links a {
  color: #fff;
}

.why-us-ticks span {
  color: #fff;
  line-height: 2.2;
}

.why-us-ticks i {
  margin-right: 5px;
}

.all-courses h3 {
  margin: 0 0 10;
}

.testimonial-image {
  margin-bottom: 15px;
}

.testimonial {
  margin-bottom: 15px;
}

.testimonial img {
  margin-bottom: 10px;
}

@media screen and (min-width: 40em) {
  #home-content {
    margin-top: -49px;
  }
}

.news-events-image {
  margin-bottom: 1rem;
}

.tabs-title > a {
  font-size: 1rem;
}

.tabs-content {
  border: none;
}

.tabs-content.vertical {
  border: none;
}

.staff-trainers-image {
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .staff-trainers-image {
    margin-bottom: 0;
  }
}

.map-container {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}

.search-icon-dropdown.search-bar-results input {
  height: 46.78px;
}

/* BUTTON */
.button a {
  color: #fff;
  text-transform: uppercase;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0.625rem 0;
  padding: 0.9375em 1.25em;
  border: none;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #006B9E;
  color: #fff;
}

.button:hover, .button:focus {
  background-color: #005b86;
  color: #fff;
}

.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #006B9E;
  color: #fff;
  text-transform: uppercase;
}

.button.primary:hover, .button.primary:focus {
  background-color: #00567e;
  color: #fff;
}

form .button.primary {
  padding: 0 1.25em;
  height: 39px;
}

form .button.primary.next-button {
  padding: 0.9375em 1.25em;
  height: 44px;
}

.button.primary.current-students {
  background-color: #fff;
  height: 44px;
  color: #006B9E;
  margin-left: 0.75rem;
  margin-bottom: 0;
}

.button.primary.current-students span {
  font-weight: 600;
}

/*@import "_header.scss";*/
/* HEADER */
.header__logo {
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
  width: 100%;
  height: auto;
  text-align: center;
  background-color: white;
  padding: 1rem;
}
.site-logo {
  margin-block: 0.6rem;
}
@media screen and (min-width: 64em) {
  .header__logo {
    position: absolute;
    width: 270px;
    height: 160px;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.header__logo a img {
  height: 75px;
}
@media screen and (min-width: 64em) {
  .header__logo a img {
    height: auto;
  }
}

.utility__header {
  background-color: #006B9E;
  text-transform: uppercase;
}

.utility__header .menu {
  margin-top: 4px;
}

.utility__header ul li a {
  color: #FFF;
  padding-right: 0.45rem;
    padding-left: 0.45rem;
    font-size: 0.9rem;
}

.utility__header ul li a:hover {
  color: #E3E3E3;
}

.menu__header {
  background-color: #FFF;
}

/* Foundation Menu Overrides */
.top-bar {
  padding: 0;
}

.top-bar, .top-bar ul {
  background-color: #FFF;
}

.top-bar ul li a {
  color: #232020;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
}

.top-bar ul li a:hover {
  color: #006B9E;
}

@media screen and (min-width: 40em) {
  .top-bar .menu li {
    padding: 1.5rem 0;
  }
  .medium-align-right {
    	-webkit-box-pack: end;
    	-webkit-justify-content: flex-end;
    	-ms-flex-pack: end;
    	justify-content: flex-end;
    }
  .utility__header ul li a {
    padding-right: 0.75rem;
  padding-left: 0.75rem;
    font-size: 1rem;
  }
}


.is-dropdown-submenu {
  border: 0 none;
  background: #fefefe;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
}

.top-bar .menu .is-dropdown-submenu li {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 0;
}

.top-bar .menu .is-dropdown-submenu li:hover {
  background-color: #006B9E;
}
.top-bar .menu .is-dropdown-submenu li:hover a {
  color: #FFF;
}

.header-toggles i {
  color: #FFF;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

@media screen and (min-width: 40em) {
  .header-toggles i:first-child {
    margin-right: 8px;
    margin-left: 0px;
  }
}

.header-toggles .dropdown-pane {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  width: auto;
  padding: 5px;
}

.header-toggles .dropdown-pane .button {
  margin-bottom: 0;
  padding: 0.5rem 0.875rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 40em) {
  .header-toggles .dropdown-pane .button {
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }
}

.align-right-medium-up {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 40em) {
  .align-right-medium-up {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.accordion-menu .is-accordion-submenu a {
  padding: .7rem 1rem;
  margin-left: .5rem;
}
.accordion-menu .is-accordion-submenu a::before {
  content: '\f105';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 5px;
}

.title-bar {
  background: #FFF;
  color: #006B9E;
}

.menu-icon::after {
  background: #006B9E;
  -webkit-box-shadow: 0 7px 0 #006B9E, 0 14px 0 #006B9E;
  box-shadow: 0 7px 0 #006B9E, 0 14px 0 #006B9E;
}

.button.primary.header-icons {
  margin: 0;
  padding: 0.75rem;
}

.button.primary.header-icons:hover {
  color: #006B9E;
  background-color: #006B9E;
}

.button.primary.header-icons i {
  margin: 0;
}

.button.primary.header-icons i:hover {
  margin: 0;
  color: #E3E3E3;
}

.search-icon-dropdown {
  display: inline-flex;
}

.search-icon-dropdown input {
  margin-bottom: 0;
  height: 40.78px;
}

.search-icon-dropdown i {
  font-size: 1rem;
  margin-right: 0 !important;
}

.search-icon:hover {
  color: #E3E3E3;
  cursor: pointer;
}

/*@import "_slider.scss";*/
/* SLIDER - V2 */
.image-wrapper {
  position: relative;
  /*height: 650px;*/
}

.image-wrapper:after {
  content: "";
  background: -webkit-rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  bottom: 0;
}

.image-wrapper img {
  /*height: 650px;*/
  width: 100%;
}

.orbit-caption {
  position: relative;
  background-color: #006B9E;
}
@media screen and (min-width: 40em) {
  .orbit-caption {
    position: absolute;
    /*background-color: rgba(10,10,10,.5);*/
    background-color: transparent;
    bottom: 25%;
  }
}
@media screen and (min-width: 64em) {
  .orbit-caption {
    bottom: 30%;
  }
}

.orbit-caption .button {
  background-color: #FFF;
  color: #006B9E;
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .orbit-caption .button {
    background-color: #006B9E;
    color: #FFF;
  }
}

.orbit-caption h2, .orbit-caption h3 {
  margin-bottom: 10px;
}
@media screen and (min-width: 40em) {
  .orbit-caption h2, .orbit-caption h3 {
    margin-bottom: 1rem;
  }
}

.orbit-caption h3 {
  min-height: 52px;
}

.orbit-bullets {
  bottom: 72px;
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
  display: none;
}
@media screen and (min-width: 40em) {
  .orbit-bullets {
    display: block;
  }
}

.orbit-bullets button {
  width: 0.68rem;
  height: 0.68rem;
  margin: 0 0.68rem;
  border-radius: 50%;
  background-color: #fefefe;
}

.orbit-bullets button:hover {
  background-color: #006B9E;
}

.orbit-bullets button.is-active {
  background-color: #006B9E;
}

/* SUBPAGE BANNER */
.header-banner {
  background-image: url("/_assets/img/subpage-banner.jpg");
  height: 150px;
  padding-top: 2.5rem;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 40em) {
  .header-banner {
    height: 260px;
    padding-top: 5.5rem;
  }
}

.header-banner h1 {
  /*margin-top: 120px;*/
  color: #fff;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}

.header-banner .cell {
  z-index: 0;
}

.course-header-banner {
  background-image: url("/_assets/img/courses-banner.jpg");
  background-position: center;
  height: 150px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 40em) {
  .course-header-banner {
    height: 260px;
    padding-top: 3.5rem;
  }
}

/* BREADCRUMBS */
.breadcrumbs-new {
  background-color: #f5f5f5;
  height: 55px;
  margin-bottom: 20px;
}

.breadcrumbs-new a {
  color: #232020;
  margin-right: 10px;
}

.breadcrumbs-new a:hover {
  color: #006B9E;
}

.breadcrumbs-new i {
  margin-right: 10px;
}

.breadcrumb-links {
  margin-top: 17px;
}

.breadcrumbs-course {
  background-color: #f5f5f5;
  min-height: 40px;
  margin-bottom: 20px;
}

.breadcrumbs-course a {
  color: #232020;
  margin-right: 10px;
}

.breadcrumbs-course a:hover {
  color: #006B9E;
}

.breadcrumbs-course i {
  margin-right: 10px;
}

.breadcrumb-course-links {
  margin-top: 9px;
}

/* COURSES */
.accordion-content ul {
  margin-bottom: 1rem;
}

.course-sidebar {
  background-color: #f5f5f5;
  padding: 15px;
  z-index: 1;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 40em) {
  .course-sidebar {
    margin-top: -260px;
  }
}

.course-sidebar .button {
  width: 100%;
  margin-bottom: 15px;
}

.course-sidebar .button.enquire {
  background-color: transparent;
  border: 1px solid #006B9E;
  margin-bottom: 20px;
  color: #006B9E;
  text-transform: uppercase;
}

.course-sidebar .button.enquire a {
  color: #006B9E;
}

.course-sidebar .button.enquire:hover {
  background-color: #e4e4e4;
}

/*.course-header {
	margin-top: -260px;
	z-index: 1;
}*/
.course-header-banner h4 {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.course-header-banner h2 {
  color: #fff;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 110px;
}

.course-header h5 {
  color: #006B9E;
}

.course-header hr {
  margin: 20px 0 30px 0;
  border-bottom: 2px solid #006B9E;
}

.stat-block {
  margin-bottom: 10px;
}

.stat-block i {
  font-size: 2.5rem;
  margin-top: 5px;
  color: #006B9E;
}

.stat-block h4 {
  font-size: 1rem;
  color: #006B9E;
  text-transform: uppercase;
  margin-bottom: 0;
}

.stat-block h5 {
  font-size: 1.125rem;
  color: #232020;
  text-transform: none;
}

.short-description {
  color: #006B9E;
  font-weight: 600;
}

/* FORMS */
form select {
  border-radius: 0px;
}

.req {
  background: url(/_assets/img/req.svg) 0 3px no-repeat;
  padding-left: 43px;
  margin-left: 5px;
  display: inline;
}

#enrolment-form input:invalid {
  box-shadow: 0 0 5px 1px red;
}

#enrolment-form input:focus:invalid {
  box-shadow: none;
}

#enrolment-form select:invalid {
  box-shadow: 0 0 5px 1px red;
}

#enrolment-form select:focus:invalid {
  box-shadow: none;
}

/* ACCORDION */
.accordion-title {
  border: none;
  border-bottom: 1px solid #006B9E;
  font-size: 1.25rem;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #f5f5f5;
}

.is-active > .accordion-title {
  border-bottom: none;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  content: "\f13a";
}

.is-active > .accordion-title::before {
  content: "\f139";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: none;
  border-bottom: 1px solid #006B9E;
  background-color: #fefefe;
  color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #006B9E;
}

/* FOOTER */
.footer-bottom {
  background-color: #006B9E;
  color: #fff;
  padding: 25px 0;
}

.footer-bottom a {
  color: #fff;
}

.footer-bottom a:hover {
  color: #E3E3E3;
}

.footer-top a {
  color: #232020;
}

.footer-top a:hover {
  color: #006B9E;
}

.footer-top {
  margin-bottom: 20px;
}

.quick-links-margin {
  margin-top: 2rem;
}
@media screen and (min-width: 40em) {
  .quick-links-margin {
    margin-top: 3.688rem;
  }
}

.quick-links-margin:nth-child(3) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 40em) {
  .quick-links-margin:nth-child(3) {
    margin-bottom: 0;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .quick-links-margin:nth-child(3) {
    margin-top: 3.688rem;
  }
}

.footer-bottom p {
  margin-bottom: 0.5rem;
}

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-top ul {
  line-height: 2.2;
}

.footer-bottom li {
  display: inline-block;
}

.footer-text-mobile i {
  font-size: 1.25rem;
  margin-left: 0;
  margin-right: 15px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 40em) {
  .footer-text-mobile i {
    margin-left: 15px;
    margin-right: 0;
    margin-top: 0;
  }
}

.footer-top i {
  color: #006B9E;
  margin-right: 5px;
}

.footer-bottom hr {
  border-bottom: 1px solid #fff;
  margin-top: 20px;
}

.fa-ul {
  margin-left: 1.5em;
}

.footer-text-mobile {
  text-align: left;
}
@media screen and (min-width: 40em) {
  .footer-text-mobile {
    text-align: right;
  }
}

/*MARKETING TILES */
.marketing-tile {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.marketing-tile .button.round {
  border-radius: 5000px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.marketing-tile-img--small {
  align-self: center;
  flex: 1 0 30%;
}
.marketing-tile-img--small img {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .marketing-tile-img--small {
    flex: 1 0 30%;
  }
}
.marketing-tile-img--large {
  align-self: center;
  flex: 1 0 100%;
}
.marketing-tile-img--large img {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .marketing-tile-img--large {
    flex: 1 0 50%;
  }
}
.marketing-tile-block--small {
  padding: 1rem;
  flex: 1 0 70%;
  align-self: stretch;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #232020 !important;
}
@media screen and (min-width: 40em) {
  .marketing-tile-block--small {
    flex: 1 0 70%;
    padding: 1rem;
  }
}
.marketing-tile-block--large {
  padding: 1rem;
  flex: 1 0 100%;
  align-self: stretch;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #232020 !important;
}
@media screen and (min-width: 40em) {
  .marketing-tile-block--large {
    flex: 1 0 50%;
    padding: 1rem;
  }
}
.marketing-tile-block-header {
  color: #232020 !important;
}

.marketing-tile.courses {
  margin-bottom: 1.25rem;
}

.marketing-tile.courses h4 {
  font-size: 1.125rem;
}


.home-testimonial .fa {
	color: #006b9e;
	font-size: 3.4rem;
	position: relative;
	top: 1rem;
	filter: drop-shadow(2px 2px 3px #FFF);
}
.home-news h4 {
    font-size: 1.5rem;
    margin-top: 0.8rem;
}
.home-news p:last-child {
    margin-bottom: 0;
}



/* OLD STYLES
.tile-text {
	padding: 25px;
}

.tile-small {
	margin-top: 30px;
}

.tile-large img {
	max-width: 420px;
	width: 100%;
}

.tile-small img {
	max-width: 115px;
	width: 100%;
}
*/

/*# sourceMappingURL=app.css.map */
