/*
  Theme Name: ergt-dev
  Theme URI: https://www.claritycommunications.com.au/
  Author: Clarity Communications
  Author URI: https://www.claritycommunications.com.au/
  Text Domain: ergt
  Version: 1.0
  Description: An elegant theme developed for ergt
*/


#oneit_course_offering_iframe {
    height: 400px;
}

.showMoreOfferings {
    height: 70vh !important;
}

@media (max-width: 500px) {
    #oneit_course_offering_iframe {
        height: 320px;
    }

    .container-normal {
        padding: 0 !important;
    }

    .showMoreOfferings {
        height: 50vh !important;
    }
}

.oneit_iframe {
    opacity: 1 !important;
}

.height600 {
    height: 70vh;
}

@supports (-webkit-touch-callout: none) {
    #header .header-nav ul {
        bottom: 150px !important;
    }
}

#NoGstApplicable, #GstApplicable {
    display: none;
}