/****** FILE: themes/tekura-theme/css/reset.css *****/


/****** FILE: themes/tekura-theme/css/style.css *****/


/****** FILE: themes/tekura-theme/css/styles.css *****/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Prevent adjustments of font size after orientation changes in IE and iOS.
*/

.ui-loading .ui-loader {
  display: block;
}

.ui-loader {
  display: none;
  position: absolute;
  opacity: .85;
  z-index: 100;
  left: 50%;
  width: 200px;
  margin-left: -130px;
  margin-top: -35px;
  padding: 10px 30px;
}

html {
  font-family: sans-serif;
  /* 1 */
}

/**
* Remove the margin in all browsers (opinionated).
*/

body {
  margin: 0 !important;
  overflow-x: hidden;
}

/*body,
html {
position: fixed;
}*/

/* HTML5 display definitions
========================================================================== */

/**
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
* 2. Add the correct display in IE.
*/

article,
aside,
details,
/* 1 */
figcaption,
figure,
footer,
header,
main,
/* 2 */
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
* Add the correct display in IE 9-.
*/

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Add the correct display in IE 10-.
* 1. Add the correct display in IE.
*/

template,
/* 1 */
[hidden] {
  display: none;
}

/* Links
========================================================================== */

/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
========================================================================== */

/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/

b,
strong {
  font-weight: inherit;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* Add the correct font style in Android 4.3-.
*/

dfn {
  font-style: italic;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
  font-size: 2.6em;
  margin: 0.67em 0;
}

/**
* Add the correct background and color in IE 9-.
*/

mark {
  background-color: #ff0;
  color: #000;
}

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10-.
*/

img {
  border-style: none;
}

/**
* Hide the overflow in IE.
*/

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct margin in IE 8.
*/

figure {
  margin: 1em 40px;
}

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
========================================================================== */

/**
* 1. Change font properties to `inherit` in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Restore the font weight unset by the previous rule.
*/

optgroup {
  font-weight: bold;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/

button,
html [type="button"],
/* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Change the border, margin, and padding in all browsers (opinionated).
*/

fieldset {
  border: none;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Remove the default vertical scrollbar in IE.
*/

textarea {
  overflow: auto;
}

.userform {
  margin-left: -16px !important;
}

.field:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}

.userform .left {
  float: left !important;
  margin-right: 30px !important;
}

.userform .field {
  margin-bottom: 20px !important;
  padding-left: 0px !important;
  padding-bottom: 0px !important;
}

.userform fieldset.field {
  margin-bottom: 0px !important;
}

.userform input[type=text] {
  float: left !important;
  width: 80%;
}

.userform input[type=submit] {
  margin-bottom: -20px !important;
  margin-left: 16px;
}

.userform ul.optionset {
  margin: -5px 0 0px !important;
  padding-left: 0px !important;
  padding-top: 10px !important;
}

.userform select {
  float: left !important;
  width: 327px !important;
  height: 42px !important;
}

.userform input.file {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}

.userform .optionset li {
  list-style: none;
}

.userform .optionset.checkboxset li {
  margin-bottom: 18px;
}

.userform .middleColumn {
  clear: both;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
*/

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Correct the text style of placeholders in Chrome, Edge, and Safari.
*/


/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

button:focus {
  outline: none;
}

@font-face {
  font-family: 'NationalFont';
  src: url('../fonts/national-regular.ttf') format('truetype'),
    url('../fonts/national-regular.otf') format('opentype');
}

body {
  font-family: Helvetica, Arial, sans-serif;
  color: #666;
  font-size: 1.9vw;
  font-weight: 300;
  line-height: 2vw;
}

a {
  color: #0099ff;
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  color: #333;
  font-weight: normal;
  margin: 30px 0 20px 0;
}

h2 {
  font-size: 3.3vw;
  line-height: 3.7vw;
}

h2:first-child {
  margin-top: 0;
}

h3 {
  font-size: 2.5vw;
  margin-bottom: 1.5vw;
  line-height: 2.8vw;
}

h3+p:not(.news-date),
h3+ul {
  margin-top: 2.1vw !important;
}

p+h3,
ul+h3 {
  margin-top: 3.5vw;
}

.accordian+h3 {
  margin-top: 4vw !important;
}

h4 {
  font-size: 1.9vw;
  margin-bottom: 1.5vw;
  font-weight: bold;
  font-style: italic;
}

p {
  margin-top: 0vw;
  margin-right: 0vw;
  margin-bottom: 1.6vw;
  margin-left: 0vw;
  line-height: 2.7vw;
}

ul ol,
ul ul,
ol ul,
ol ol {
  margin: 5px 0 10px;
}

ul ul {
  list-style: circle;
}

.main-content ul,
.main-content ol {
  margin: 2vw 0;
  padding-left: 5vw;
}

ul {
  list-style-type: disc;
}

li {
  line-height: 2.5vw;
  margin-bottom: 1.2vw;
}

a {
  cursor: pointer;
  cursor: hand;
}

#homepage-container {
  position: relative;
  top: 0px;
  padding-bottom: 63%;
}

.top-section {
  position: relative;
  top: 0px;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 28%;
  margin-bottom: 1vw;
}

#banner-container {
  height: 99%;
  width: 100%;
  position: absolute;
  top: 0px;
  overflow: hidden;
}

#banner-image {
  position: absolute;
  top: 0px;
  z-index: 0;
  width: 100%;
}

#homepage-slideshow-bottom-banner {
  position: absolute;
  bottom: -1vw;
  z-index: 4;
  width: 100%;
}

#white-banner {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  width: 101%;
}

#color-banner {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  opacity: .6;
  width: 69%;
}

#search-overlay {
  position: absolute;
  top: 52%;
  z-index: 1;
  width: 100%;
}

/* .container .container-header-section.border~.container-content {
  max-height: 60vh;
}

.container .container-header-section.noBorder~.container-content {
  max-height: 62vh;
} */

#subjects-and-courses-page-content {
  position: relative;
  z-index: 2;
  width: 70%;
  padding: 3vw 2.5vw 0vw;
  margin: 4vw auto -4vw;
}

#course-search-container {
  position: relative;
  z-index: 2;
  width: 70%;
  padding: 3vw 2.5vw 0vw;
  margin: 4vw auto 0vw;
}

#advanced-search {
  margin-top: 1vw;
  cursor: hand;
  cursor: pointer;
  margin-left: -3px;
  font-size: 2vw !important;
}

#advanced-search-container {
  display: none;
}

#course-search-container p,
#course-search-container li,
#course-search-container input,
.search-dropdown .fa-chevron-down {
  font-size: 1.6vw;
  line-height: 2vw;
}

#course-search-icon {
  float: left;
  font-size: 2vw;
  cursor: hand;
  cursor: pointer;
  margin-left: -4vw;
  margin-top: 1vw;
  color: #FFF;
}

#course-search-form {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: .5vw;
}

#course-search-box {
  border: none;
  background: transparent;
  background-color: #333333;
  outline: none;
  width: 100%;
  height: 4vw;
  padding-left: 2vw;
  color: #FFF;
}

#course-search-box::-webkit-input-placeholder {
  color: #FFF;
}

#course-search-box::-moz-placeholder {
  color: #FFF;
}

#course-search-box:-ms-input-placeholder {
  color: #FFF;
}

#course-search-box::placeholder {
  color: #FFF;
}

.search-dropdown,
.search-submenu {
  background-color: #333333;
  color: #FFF;
}

.search-dropdown {
  height: 1.7vw;
  float: left;
  margin-right: 3vw;
  border-radius: 3px;
  margin-top: 1vw;
  padding: 1vw 1vw 1vw 0vw;
  cursor: hand;
  cursor: pointer;
  border: solid 2px white;
  border: .1vw solid transparent;
  position: relative;
}

.search-submenu {
  display: none;
  padding: 10px 0px 0px 0px;
  margin: 0px -.05vw;
  border: .16vw solid transparent;
  overflow-y: scroll;
  overflow-x: none !important;
  height: 300px;
  overflow-x: hidden;
  position: absolute;
  top: 3.7vw;
}

#curriculumlevel-dropdown {
  width: 19vw;
}

#curriculumlevel-search {
  width: 19.85vw;
}

#subject-dropdown {
  width: 28vw;
}

#subject-search {
  width: 28.85vw;
}

.search-dropdown p {
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 1.1vw;
}

.search-dropdown .fa-chevron-down {
  float: right;
  padding: 0 0 0 0;
  margin: 2px 10px 0 0;
}

.fa-chevron-down:before {
  content: " ";
}

#course-search-button {
  background-color: #6e6e70;
  color: #FFF;
  padding: .6vw;
  border-radius: 3px;
  width: 14vw;
  height: 3vw;
  cursor: hand;
  cursor: pointer;
  float: right;
  text-align: center;
  margin-top: 1vw;
}

#course-search-button p {
  margin: 0.6vw 0 0 0;
  padding: 0 0 0 0;
}

.search-submenu li {
  list-style: none;
  padding: 1vw 1vw;
  margin: 0px;
}

.search-submenu li:hover {
  background-color: #6e6e70;
  color: #FFF;
}

#heading-container {
  position: absolute;
  top: -4.5vw;
  left: 39px;
  z-index: 3;
}

#subjects-and-courses-heading-container {
  position: absolute;
  top: -8vw;
  left: 14.7vw;
  z-index: 3;
}

#page-heading,
#student-zone-heading {
  text-transform: uppercase;
  text-align: left;
  display: block;
  line-height: normal;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

#page-heading {
  font-size: 4.5vw;
  width: 69vw;
}

#student-zone-heading {
  margin-left: 20.2%;
  font-size: 5vw;
  margin-bottom: 2vw;
}

#student-zone-heading span {
  color: #00aeef;
  font-weight: bold;
}

.news-main-color {
  color: #009688 !important;
}

.learn-with-us-main-color,
.ako-me-matou-main-color {
  color: #286971 !important;
}

.learn-with-us-sub-color,
.ako-me-matou-sub-color {
  color: #1e5157 !important;
}

.student-zone-main-color,
.rohe-akonga-main-color {
  color: #55b7d8 !important;
}

.student-zone-sub-color,
.rohe-akonga-sub-color {
  color: #55b7d8 !important;
}

.subjects-and-courses-main-color {
  color: #879946 !important;
}

.dual-providers-main-color,
.nga-kaiwhakarato-paparua-main-color {
  color: #b5880b !important;
}

.dual-providers-sub-color,
.nga-kaiwhakarato-paparua-sub-color {
  color: #98730d !important;
}

.supervisors-main-color,
.nga-kaitirotiro-main-color {
  color: #b5880b !important;
}

.supervisors-sub-color,
.nga-kaitirotiro-sub-color {
  color: #b5880b !important;
}

.about-us-main-color,
.mo-matou-main-color {
  color: #879946 !important;
}

.about-us-sub-color,
.mo-matou-sub-color {
  color: #879946 !important;
}

#ECH>#page-heading {
  text-transform: uppercase;
  text-align: left;
  font-size: 3.6vw;
  display: block;
  line-height: normal;
  color: #ffcf40;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 3.5%;
  left: 10%;
  position: absolute;
  z-index: 2;
  text-shadow: none;
}

#page-subheading {
  text-transform: lowercase;
  text-align: center;
  width: 100%;
  font-size: 1.8vw;
  font-weight: normal;
  display: block;
  line-height: normal;
  color: white;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 39%;
}

#new-page-subheading {
  text-align: left;
  font-size: 3vw;
  font-weight: normal;
  display: block;
  line-height: normal;
  margin: 0;
  padding: 0;
}

.content-page-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 7.2vw 40px 0vw;
  position: relative;
}

#news+.content-page-container {
  padding: 1.2vw 40px 0vw;
}

.subject-and-courses-page-container {
  margin: 0 auto;
  position: relative;
}

#studentZoneContainer {
  width: 100%;
  margin: 0 auto;
}

#header {
  position: absolute;
  height: 10.5vw;
  width: 100%;
  position: absolute;
  z-index: 10;
  transition: background 0.2s linear;
}

#header:hover {
  background-color: #333 !important;
}

#header.fixedElement {
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  position: fixed !important;
  top: 0px !important;
  background-color: #333;
}

#header.nofixedElement {
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  position: absolute !important;
  top: -114px !important;
  background-color: transparent;
}

#hidden-side-menu {
  opacity: 0;
}

#main-side-menu {
  position: relative;
  margin-left: -33.5vw;
  width: 37vw;
  min-height: 100vh;
  padding-top: 13vw;
  padding-left: 6.4vw;
  background-color: transparent;
  z-index: 4;
}

#hamburger-container p {
  color: white;
  margin-top: .5vw;
  font-size: 1.1vw;
  text-align: center;
}

/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ------------------------HAMBURGER BUTTON------------------------- */
/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */

#hamburger-container {
  width: 6.4vw;
  height: 6.4vw;
  border: 2px solid white;
  border-radius: 4vw;
  cursor: hand;
  cursor: pointer;
  float: left;
  position: absolute;
  top: 1.8vw;
  left: 2.6vw;
  z-index: 5;
}

.hamburger {
  padding: 2.05vw 1.5vw;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 4vw;
  height: 2.5vw;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 3.6vw;
  height: 0.3vw;
  background-color: #FFF;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -1.1vw;
}

.hamburger-inner::after {
  bottom: -1.1vw;
}

.hamburger--vortex .hamburger-inner {
  transition-duration: .8s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ---------------------END OF HAMBURGER BUTTON--------------------- */
/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */

#main-side-menu h3 {
  color: white;
  margin-bottom: 0px;
  letter-spacing: 1px;
  margin-top: 0px;
  padding-bottom: 1.4vw;
  font-size: 2.6vw;
}

#main-side-menu h3 i {
  position: relative;
  top: -3px;
  font-size: 75%;
}

#main-side-menu.horiz {
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  margin-left: 0vw;
}

#main-side-menu.color {
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  background-color: #333;
}

#hidden-side-menu.color {
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  opacity: 1 !important;
}

#main-side-menu.noHoriz {
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  margin-left: -43.5vw;
}

#main-side-menu.noColor {
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  background-color: transparent;
  opacity: 0;
}

#hidden-side-menu.noColor {
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  opacity: 0 !important;
}

.secondary-nav-container .sideMenuLink {
  cursor: hand;
  cursor: pointer;
}

#main-side-menu .sideSubMenu {
  display: none;
  width: 300px;
  overflow: hidden !important;
}

#main-side-menu .submenuOptions {
  padding-left: 0px;
  margin-top: 0px;
  margin-left: 20px;
}

#main-side-menu .submenuOptions li {
  margin-bottom: 1.2vw;
  list-style: none;
  color: white;
}

#main-side-menu a {
  text-decoration: none;
  color: white;
}

.half-rotate {
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.no-rotate {
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}

#sideMenuContact {
  font-size: 2.3vw;
  color: white;
  position: absolute;
  bottom: 22%;
}

#sideMenuContact ul {
  padding-left: 0px;
}

#sideMenuContact i {
  list-style: none;
  margin-right: 1.8vw;
  font-size: 2.5vw;
}

#sideMenuContact li {
  list-style: none;
}

#sideMenuContact ul {
  width: 28vw;
  border-bottom: 1px solid #fff;
  padding-bottom: 1vw;
}

.sideMenuicons {
  float: left;
}

#login-search {
  position: absolute;
  width: 15vw;
  top: 2vw;
  left: 82vw;
  z-index: 4;
}

#login {
  padding: 0.2vw 0.5vw;
  border: solid 3px white;
  width: 13vw;
  position: absolute;
  right: 0px;
  overflow: hidden;
  font-size: 2.35vw;
  top: .6vw;
  border-radius: 1vw;
}

.translation~#login {
  right: 8.2vw;
}

#login:hover {
  cursor: hand;
  cursor: pointer;
  background-color: #FFF;
}

#login>p>i {
  margin-left: 0.9vw;
}

#login p {
  color: white;
  line-height: 2.5vw;
  margin: 1.1vw .7vw;
}

#login:hover p {
  color: #6e6e70;
}

#login-submenu {
  color: #879946;
  display: none;
  padding: 0px 0px 0px 0px;
  margin: 0px -10px;
  border: 1px solid transparent;
}

#login-submenu a {
  text-decoration: none;
  color: #879946;
}

#login-submenu li {
  list-style: none;
  margin: 0px;
  padding: .8vw 1.5vw;
  line-height: 3vw;
}

#login-submenu li:hover {
  background-color: #6e6e70;
  color: #FFF;
}

#search {
  background-color: transparent;
  right: 22vw;
  height: 4.7vw;
  width: 4.7vw;
  border-radius: 5vw;
  position: absolute;
  top: .9vw;
  color: white;
  transition: background-color 400ms ease-in-out, color 400ms ease-in-out;
  line-height: 2.3vw;
}

.translation~#search {
  right: 26vw;
}

#SearchForm_SearchForm_Search {
  display: none;
  background-color: transparent;
  border: transparent;
  margin: 1.3vw 2vw;
  width: 27vw;
}

.search_img {
  visibility: hidden;
}

*:focus {
  outline: none;
}

#search[activated="true"] {
  background-color: #FFF;
  color: #6e6e70;
}

#search-icon {
  font-size: 3vw;
  right: 0px;
  margin: 1vw 1.25vw 0vw 1vw;
  font-size: 3vw;
  position: absolute;
  right: -0.3vw;
  cursor: hand;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#top-search-form {
  display: none;
  border-radius: 30px;
  position: absolute;
  right: 0px;
  margin-right: 4vw;
  padding: 1.2vw;
}

#top-search-form input {
  border: none;
  background: transparent;
  outline: none;
  width: 28vw;
}

#top-search-form button,
#course-search-form button {
  background: transparent;
  border: 0;
  color: #FFF;
}

#SearchForm_SearchForm_Search:-moz-placeholder {
  color: #AAA;
}

#SearchForm_SearchForm_Search::-webkit-input-placeholder {
  color: #AAA;
}

#SearchForm_SearchForm_Search::-moz-placeholder {
  color: #AAA;
}

#SearchForm_SearchForm_Search:-ms-input-placeholder {
  color: #AAA;
}

#SearchForm_SearchForm_Search:-moz-placeholder {
  color: #AAA;
}

.translation {
  position: absolute;
  right: 1.8vw;
  top: 2vw;
  font-size: 1.3vw;
  color: #FFF;
}

.translation>p:not(.active) {
  border-bottom: .2vw solid #FFF;
  padding-bottom: 1.3vw;
  margin-bottom: 1.5vw;
}

.translation>.active>a {
  color: #FFF;
}

.translation>p {
  margin: 0 0 2.4vw 0;
  line-height: 0px;
}

.clearDiv {
  clear: both;
}

.logo {
  position: absolute;
  width: 21vw;
  left: 13.5vw;
  top: 2.95vw;
  z-index: 4;
}

#logo-mobile {
  display: none;
}

.outer {
  display: table;
  position: absolute;
  height: 60vw;
  width: 100%;
  z-index: 4;
  top: 0vw;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

#home-page-info {
  margin-right: 5vw;
  margin-top: 1vw;
  float: right;
  /* max-width: 36%; */
  color: #FFF;
}

#home-page-info>p {
  text-align: right;
  float: right;
  clear: right;
  letter-spacing: .5px;
}

#mainText {
  font-size: 3.5vw;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 3.6vw;
}

#learn-with-us {
  margin-top: 4vw;
}

#subText {
  font-size: 1.9vw;
  margin: 0 0 0 0 0;
  line-height: 2.6vw;
}

.homepage-button {
  float: right;
  font-size: 1.6vw;
  padding: 1vw 2vw;
  margin: 0px;
  cursor: hand;
  cursor: pointer;
  margin-top: 1vw;
  background-color: #879946;
  text-align: center;
  border-radius: 10px;
}

.homepage-button a {
  text-decoration: none;
  color: #FFF !important;
}

#learn-with-us i {
  color: #879946;
  margin-left: 110px;
}

#iAmButton {
  background-color: #FFF;
}

#iAmButton a {
  color: #879946 !important;
}

#extra-homepage-heading {
  font-size: 23px;
  font-weight: bold;
}

#extra-homepage-content {
  font-size: 17px;
}

.extra-homepage-info {
  width: 715px;
  margin: 30px auto;
  text-align: center;
}

.home-page-links-container {
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 0 0 0 0;
  margin: 0vw 0 0;
  box-sizing: border-box;
}

.home-page-links-container * {
  box-sizing: border-box;
}

.home-page-links-container li {
  width: 22%;
  height: 17.5vw;
  padding: 0 0 0 0;
  margin: 3vw 0 3vw 0;
  display: inline-block;
  vertical-align: top;
}

.home-page-links-container li .home-page-link-container {
  position: relative;
  width: 80%;
  height: 100%;
  margin-left: 9%;
  border-radius: 10px;
  overflow: hidden;
}

.home-page-links-container li .home-page-link-container a {
  text-decoration: none;
  color: inherit;
}

.home-page-links-container li .home-page-link-container a .home-page-link-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  z-index: 1;
  opacity: .3;
}

.home-page-links-container li .home-page-link-container a img {
  width: 100%;
  display: block;
  margin: 0vw auto 0vw;
  height: auto;
  position: absolute;
  transform: scale(1.02);
  transition: transform .8s ease-in-out;
}

.home-page-links-container li .home-page-link-container:hover a img {
  transform: scale(1.2);
}

.home-page-links-container li .home-page-link-container a p {
  text-align: center;
  width: 98%;
  display: block;
  margin: auto;
  font-size: 1.8vw;
  padding: 0vw 1vw;
  line-height: 2.2vw;
  position: absolute;
  bottom: 2vw;
  font-weight: bold;
  color: #FFF;
  z-index: 1;
}

#footer {
  background-color: #f5f5f4;
  padding: 1% 2% 4% 5%;
  color: #707070;
  position: relative;
  margin-top: 5vw;
  width: 94%;
  height: 250px;
  bottom: 0%;
}

#footer ul {
  margin-top: 30px;
}

#footer ul li {
  list-style: none;
  margin-bottom: 5px;
  font-size: 1.4vw;
  line-height: 1.7vw;
}

#footer ul li:first-child {
  font-weight: bold;
  font-size: 1.5vw;
  margin-bottom: 1vw;
}

#footer-contact p:not(:first-child) {
  font-size: 1vw;
  line-height: 1.2vw;
}

.footer-info {
  float: left;
  margin-right: 1%;
}

.footer-info:first-child {
  width: 19.5vw;
}

.footer-info a {
  color: #707070;
  text-decoration: none;
  font-weight: 100;
}

.right-footer-info {
  position: absolute;
  right: 5%;
}

.right-footer-info p {
  margin: 0 0 0 0;
}

.footer-contact {
  padding: 10px 20px;
  margin-bottom: 10px;
}

.footerIcons {
  margin-top: 15px;
  font-size: 28px;
  margin-left: 10px;
  float: right;
}

.footerIcons i {
  color: #707070;
  font-size: 1.6vw;
}

#copyright {
  font-size: 1.1vw;
  color: #898989;
  margin-bottom: 0vw;
  float: right;
  margin-top: 7vw;
  margin-right: -.6vw;
}

.bold {
  font-weight: bold!important;
}

.underline {
  text-decoration: underline!important;
}

.italic {
  font-style: italic!important;
}

#subject-info-page .subject-heading {
  margin-bottom: 2vw;
}

#subject-info-page .course-list-heading {
  margin-top: 2vw;
}

#subject-info-page .course-list {
  padding-left: 0px;
  list-style: none;
}

#subject-info-page,
#course-info-page {
  width: 65%;
  margin: 2vw auto 0!important;
}

#course-info-page .subjectInfoLinks {
  padding: 18px 4px 17px 31px;
  width: 410px;
  float: left;
  border: 1px solid #879946;
  margin: 0px 25px 60px 0px;
}

#course-info-page .subjectInfoLinks h3 {
  font-size: 25px;
  margin-top: 0px;
}

#course-info-page .subjectInfoLinks p {
  float: left;
  margin-right: 5px!important;
}

#course-info-page .subjectInfoLinks a {
  color: #0e76bb;
}

.back-arrow {
  cursor: hand;
  cursor: pointer;
  color: #0099ff;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                  supported by Chrome and Opera */
}

.deliveryModeIcon {
  width: 35px;
}

ul.deliveryModes {
  list-style: none;
  padding-left: 0px;
}

#course-info-page h3 {
  margin-bottom: 2vw;
  font-size: 1.5vw;
  margin-top: 0px;
}

#course-info-page p {
  margin: 0 0 45px 0!important;
}

.subjectInfoLinks h3 {
  margin-bottom: 10px!important;
}

.subjectInfoLinks p {
  margin-bottom: 0px!important;
  margin-right: 10px!important;
}

.equipment-icons {
  width: 50px;
  float: left;
  margin-bottom: 21px;
}

.equipment-icons img {
  height: 25px;
  display: block;
  margin: 0 auto;
}

#course-info-page>.equipment-text {
  float: left;
  margin: 3px 0 0 8px!important;
}

.subject-standards-image {
  max-width: 100%;
}

#course-info-page h2:first-child {
  margin-bottom: 0;
}

.subjectHeadingContainer {
  margin-bottom: 30px;
}

.deliveryModeContainer {
  float: left;
  margin-left: 20px;
  margin-top: 4px;
}

.deliveryModeContainer img {
  margin-right: 5px;
  width: 40px;
  cursor: hand;
  cursor: pointer;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  cursor: hand;
  cursor: pointer;
  border-bottom: 1px dotted #000;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  /*width: 86px;*/
  background-color: #6e6e70;
  color: #fff;
  text-align: center;
  padding: 7px;
  border-radius: 1px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 81%;
  margin-top: 10px;
  margin-left: -60px;
  /* Use half of the width (120/2 = 60), to center the tooltip */
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.definition {
  position: relative;
  display: inline-block;
  border-bottom: dotted 2px #000;
  cursor: help;
}

/* definition text */
.definition .definition-container {
  visibility: hidden;
  width: 180px;
  background-color: #404041;
  color: #fff;
  padding: 12px;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 81%;
  margin-top: 10px;
  margin-left: -60px;
  line-height: 19px;
}

/* Show the definition text when you mouse over the definition container */
.definition:hover .definition-container {
  visibility: visible;
}

.single-page>h2,
.single-page>p {
  width: 750px;
  margin: 0 auto;
}

.single-page h2:first-child {
  font-weight: bold;
  margin-bottom: 20px;
}

.single-page>p {
  margin-bottom: 20px;
  line-height: 25px;
}

.quote {
  margin: 30px auto;
  padding: 0px 0px 0px 15px;
  border-left: solid 6px #879946;
  color: #879946;
}

.quote-content {
  font-size: 2.2vw;
  line-height: 3vw;
}

.quote-content:before,
.testimonial-content:before {
  content: "‘";
}

.quote-content:after,
.testimonial-content:after {
  content: "’";
}

.quote-author:before,
.testimonial-author:before {
  content: "-";
}

.quote-author {
  font-size: 2vw;
  font-weight: bold;
}

.testimonial {
  margin: 30px 0px;
  padding: 0px 0px 0px 0px;
}

.testimonial-author {
  font-size: 1.7vw;
  font-weight: bold;
}

.testimonial-content {
  margin-bottom: 5px;
}

.main-content {
  float: left;
  width: 61%;
}

.secondary-nav-container {
  width: 31%;
  /*max-width: 260px;*/
  margin-right: 6vw;
  float: left;
}

.secondary-nav-container.fixedElement {
  position: fixed;
  top: 140px;
}

.secondary-nav-container h4 {
  margin-top: 0;
  padding-top: 10px;
}

.secondary-nav-container a {
  text-decoration: none;
  color: #555;
}

.secondary-nav-container>ul {
  border-top: 1px solid #333;
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
}

.secondary-nav-container li {
  list-style: none;
}

#main-side-menu h3 i {
  position: relative;
  top: -3px;
  font-size: 75%;
}

.opening-container {
  max-width: 85%;
  margin: 40px auto 0!important;
  padding-bottom: 0px!important;
  position: relative!important;
}

#blank-page-container.opening-container {
  margin-top: -30px!important;
  z-index: 9;
  max-width: 70%;
}

#blank-page-container.opening-container>#content-heading {
  margin-bottom: 2.8vw;
}

.no-menu {
  width: 65%;
  margin: 40px auto 0!important;
}

.opening-home-container {
  padding-bottom: 0px!important;
  position: relative!important;
}

#secondary-nav .sideMenuLink,
#secondary-nav>li a,
#secondary-nav-overflow>li a {
  font-weight: bold;
  color: #231f20;
}

#secondary-nav .sideSubMenu .submenuOptions {
  margin-top: 0px;
}

#secondary-nav .sideSubMenu {
  display: none;
  overflow: hidden!important;
}

#secondary-nav .sideSubMenu.open {
  display: block;
}

#secondary-nav .submenuOptions {
  padding: 0 0 0 20px;
}

#secondary-nav .submenuOptions li {
  margin-bottom: 1vw;
}

#secondary-nav i {
  font-size: 72%;
}

.important {
  color: red;
  font-weight: bold;
  font-style: italic;
  display: none;
}

.to-do {
  color: #33FF42;
  font-weight: bold;
  font-style: italic;
  display: none;
}

.to-do:before,
.important:before {
  content: "âŸâŸ";
}

.tick {
  margin: 0 auto;
  display: block;
}

#background-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-color: #000;
  opacity: .25;
  z-index: 3
}

.background-image,
.mobile-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.background-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

/* .background-overlay {
  
  height: 100%;
  width: 100%;
} */

#subject-choice-container,
#subject-content-tiles {
  list-style: none;
  text-align: center;
  padding: 0 0 0 0;
  margin: 2vw auto 0;
  box-sizing: border-box;
}

#subject-choice-container {
  width: 91%;
}

#subject-content-tiles {
  width: 100%;
}

#subject-choice-container * {
  box-sizing: border-box;
}

#subject-choice-container li,
#subject-content-tiles li.subject-tile {
  height: auto;
  padding: 0 0 0 0;
  margin: 3vw 0 0vw 0;
  display: inline-block;
  vertical-align: top;
}

#subject-choice-container li,
#subject-content-tiles.four-tiles-wide li.subject-tile {
  width: 24%;
}

#subject-content-tiles.five-tiles-wide li.subject-tile {
  width: 19%;
}

#subject-choice-container li a,
#subject-content-tiles li.subject-tile a {
  text-decoration: none;
  color: inherit;
}

#subject-choice-container li a img,
#subject-content-tiles li.subject-tile a img {
  display: block;
  margin: 0 auto 1vw;
  height: auto;
}

#subject-choice-container li a img,
#subject-content-tiles.four-tiles-wide li.subject-tile a img {
  width: 85%;
}

#subject-content-tiles.five-tiles-wide li.subject-tile a img {
  width: 91%;
}

#subject-choice-container li a p,
#subject-content-tiles li.subject-tile p {
  text-align: center;
  width: 95%;
  display: block;
  margin: auto;
}

#subject-choice-container li a p {
  font-size: 1.7vw;
  line-height: 2vw;
}

#subject-content-tiles.five-tiles-wide li.subject-tile p {
  font-size: 1.5vw;
  line-height: 1.8vw;
}

#subject-content-tiles.four-tiles-wide li.subject-tile p {
  font-size: 1.7vw;
  line-height: 1.9vw;
}

#subject-choice-container li a p {
  color: #0099ff;
}

#subject-content-tiles li.subject-tile p {
  color: #666;
}


.subject {
  float: left;
  margin: 1.5vw 0vw 4.5vw 1.5vw;
  height: 13vw;
}

.subject img {
  width: 15vw;
}

.subject p {
  text-align: center;
  margin: 1vw 0px 0px;
  width: 14vw;
  font-size: 1.5vw;
  line-height: 1.7vw;
}

#ECHTilesContainer {
  margin-top: 40px;
}

.ECHTile {
  margin-right: 2.7vw;
  position: relative;
  float: left;
}

.ECHTile div {
  margin-bottom: 2vw;
}

.ECHTile .tileHeader {
  margin: 0;
  padding: 15px 20px 20px 20px;
  color: #fff;
  font-size: 1.3vw;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.ECHTilesSection a {
  text-decoration: none;
}

#ECHGames img {
  width: 27.3vw;
}

#ECHIdeas img {
  width: 12.6vw;
}

#ECHContacts img {
  width: 12vw;
}

.accordian {
  margin: 2.8vw auto 0px;
}

.accordian .sideMenuLink {
  background-color: #FFF;
  padding: 1vw 8vw 1vw 1vw;
  position: relative;
  line-height: 2.4vw;
  font-size: 2vw;
  font-weight: lighter;
  margin: 0 0 0 0;
  border-bottom: 1px solid #333;
  cursor: hand;
  cursor: pointer;
}


.accordian h3 i {
  position: absolute;
  right: 2.7vw;
  color: #666;
}

.accordian .sideSubMenu {
  padding: 20px 20px 10px 15px;
  border-bottom: solid 1px #333;
  border-top: solid 1px #ddd;
  display: none;
}

.accordian .sideSubMenu:last-child {
  border-bottom: solid 2px #DDD;
}

.active-accordian {
  border-bottom: none !important;
}

#student-zone {
  padding-bottom: 10% !important;
}

#student-zone-container {
  max-width: 100%;
  margin-top: 50px !important;
  padding-bottom: 4vw !important;
}

.studentZoneSection {
  clear: both;
}

#update-box {
  width: 50%;
  margin-left: 20.2%;
  margin-bottom: 0vw;
}

#main-student-group-container {
  position: relative;
  height: 13.2vw;
}

.student-group {
  background-color: #00aeef;
  color: #FFF;
  position: absolute;
  top: 71px;
}

#Years1to10-student-zone {
  z-index: 3;
}

#NCEA-student-zone {
  z-index: 2;
}

#Years1to10-student-zone>p {
  width: 24vw;
}

.student-group p {
  font-size: 4vw;
  font-weight: bold;
  margin: 2vw;
  position: absolute;
  z-index: 5;
  cursor: hand;
  cursor: pointer;
}

.student-group-mi-nz p {
  font-size: 2.8vw !important;
}

.student-group p:after,
#check-results .trigger:after {
  content: '';
  display: block;
  margin: 1vw 0px 0px 0px;
  height: .4vw;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}

.student-group p:hover:after,
#check-results .trigger:hover:after {
  width: 100%;
  background: #FFF;
}

#Years1to10-student-zone p {
  left: 0vw;
  top: 1.5vw;
  width: 24vw;
}

#NCEA-student-zone p {
  left: 80vw;
  top: 4vw;
  width: 12vw;
}

.triangle {
  height: 0vw;
  position: absolute;
  left: 0;
}

#Years1to10-student-zone>.triangle {
  top: 0;
  background-color: #00aeef;
  border-top: 3.7vw solid #FFF;
  border-left: 59vw solid transparent;
  height: 7vw;
  z-index: 4;
}

#Years1to10-student-zone>.triangle:after {
  content: "";
  border-top: 0.9vw solid #FFF;
  position: absolute;
  top: .8vw;
  left: -60vw;
  width: 102.5vw;
  -webkit-transform: rotate(-5.4deg);
  -moz-transform: rotate(-5.4deg);
  -ms-transform: rotate(-5.4deg);
  -o-transform: rotate(-5.4deg);
  transform: rotate(-5.4deg);
}

#NCEA-student-zone>.triangle {
  top: 0;
  border-top: 9vw solid #FFF;
  border-right: 101vw solid transparent;
  height: 7vw;
  z-index: 4;
  background-color: #00aeef;
}

#NCEA-student-zone-container .opening-section .triangle {
  bottom: 0;
  border-bottom: 7vw solid #FFF;
  border-left: 101vw solid transparent;
  height: 7vw;
  z-index: 4;
}

.student-group-container {
  display: none;
  margin-top: 7vw;
  padding-top: 1vw;
}

#NCEA-student-zone-container>.opening-section {
  background-color: #00aeef;
  margin: -6vw auto 0vw;
  position: relative;
  padding: 1vw 0vw 8vw;
}

.student-group-container>.opening-section>.text-container>h2,
.sub-student-zone h2 {
  font-size: 3.8vw;
  padding-bottom: .5vw;
  margin-bottom: 3vw;
}

#NCEA-student-zone-container>.opening-section>.text-container>h2,
#Years1to10-student-zone-container>.opening-section>.text-container>h2 {
  margin-top: 10vw;
}

.student-group-container>.opening-section>.text-container>h2>span,
.sub-student-zone h2 span {
  font-weight: bold;
  border-bottom: .5vw solid #000;
}


#Years1to10-student-zone-container>.opening-section>.text-container>h2>span,
.sub-student-zone h2 span {
  color: #00aeef;
}

#NCEA-student-zone-container>.opening-section>.text-container>h2>span {
  color: #FFF;
}

.student-group-container .opening-section .text-container {
  width: 60vw;
  margin: 0vw auto 6vw;
}

.student-group-container .column {
  width: 45%;
  float: left;
  margin-right: 4%;
}

#NCEA-student-zone-container .column {
  color: #FFF;
}

.top-section:after,
.content-page-container:after,
.student-group-container .opening-section .text-container:after,
.standard-box-container:after,
#main-student-group-container:after,
#NCEA-container-student-zone .column:after,
.student-group-container .opening-section:after,
.student-zone-sub-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

#ncea-information,
#years1t010-information {
  position: relative;
}

#ncea-information p,
#years1t010-information p {
  position: absolute;
  bottom: 0vw;
  left: 1vw;
  color: #FFF;
  text-transform: uppercase;
  width: 21vw;
  font-size: 1.7vw;
  line-height: 2.3vw;
  font-weight: bold;
}

.student-zone-button,
.ech-button {
  position: relative;
  margin-bottom: 4vw;
  float: left;
}

.student-zone-button {
  margin-left: 3vw;
  border-radius: 10px;
  overflow: hidden;
}

.ech-button {
  margin-right: 2vw;
}

.student-zone-button a,
.ech-button a {
  color: #FFF;
}

.student-zone-button img,
.ech-button img {
  width: 17vw;
}

.student-zone-button p,
.ech-button p {
  position: absolute;
  bottom: 0;
  left: 1vw;
  color: #FFF;
  font-weight: bold;
  font-size: 1.8vw;
  line-height: 2.1vw;
  width: 13vw;
  text-transform: uppercase;
  margin-bottom: 1vw;
}

.student-zone-button-mi-nz p {
  font-size: 1.58vw !important;
  line-height: 1.9vw !important;
  width: 14vw !important;
  margin-bottom: .8vw !important;
}

.student-zone-link {
  color: #FFF;
  text-decoration: underline;
}

.sub-student-zone {
  margin: 3vw auto 0;
  width: 60vw;
  clear: both;
}

.sub-student-zone>div {
  margin: 8vw 0vw;
  position: relative;
}

.sub-student-zone>div:first-child {
  margin-top: 0vw;
}

.sub-student-zone>div:last-child {
  margin-bottom: 5vw;
}

.sub-student-zone>div>.background-text {
  position: absolute;
  z-index: -9999;
  text-transform: uppercase;
  font-size: 14vw;
  color: #f1f2f2;
  left: -9vw;
  font-weight: bold;
  overflow: visible;
  width: 80vw;
}

.sub-student-zone>div>.background-text-mi-nz {
  font-size: 9vw !important;
}

.sub-student-zone>div>.background-text.high {
  top: 0vw;
}

.sub-student-zone>div>.background-text.middle {
  top: 5vw;
}

.sub-student-zone>div>.background-text.low {
  top: 10vw;
}

.sub-student-zone>div h3 {
  color: #00aeef;
  font-weight: bold;
}

.sub-student-zone>div .button {
  border: 1px solid #000;
  position: absolute;
  top: 18vw;
  padding: 0.5vw 0.7vw;
  cursor: hand;
  cursor: pointer;
}

.sub-student-zone>div .button:hover {
  border: 2px solid #000;
  padding: 0.45vw 0.65vw;
}

.sub-student-zone>div .button p {
  text-transform: uppercase;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.sub-student-zone>div .info-box {
  background-color: #00aeef;
  padding: 2vw 2vw 5vw 2vw;
  color: #FFF;
  width: 18.1vw;
  float: right;
  margin-top: 8vw;
}

.sub-student-zone>div .info-box .heading {
  text-transform: uppercase;
  font-size: 1.3vw;
}

.sub-student-zone>div .info-box p,
.sub-student-zone>div .info-box li {
  font-size: 1.75vw;
  line-height: 2.35vw;
}

.sub-student-zone>div .info-box ul {
  padding-left: 1vw;
}

.sub-student-zone>div .info-box a {
  color: #FFF;
  text-decoration: underline;
}

.sub-student-zone>div .info-box .heading span {
  font-weight: bold;
}

.n-and-sw-container.student-zone-sub-container #link-up-container-parent .link-up-cover-container {
  margin: 2vw 2vw 1.5vw 1.4vw;
  width: 17.2vw;
  float: left;
  cursor: hand;
  cursor: pointer;
  border-radius: 0.3vw;
  overflow: hidden;
  box-shadow: 0.1vw 0.1vw 0.3vw #000;
  padding-top: 0.7vw;
}

.n-and-sw-container.student-zone-sub-container #link-up-container-parent .link-up-cover-container,
.n-and-sw-container.student-zone-sub-container .modal .modal-content .link-up-modal-cover-container {
  width: 17.2vw;
  float: left;
  cursor: hand;
  cursor: pointer;
  border-radius: 0.3vw;
  overflow: hidden;
  box-shadow: 0.1vw 0.1vw 0.3vw #000;
  padding-top: 0.6vw;
}

.n-and-sw-container.student-zone-sub-container #link-up-container-parent .link-up-cover-container {
  margin: 2vw 2vw 1.5vw 1.4vw;
}

.n-and-sw-container.student-zone-sub-container #link-up-container-parent .link-up-cover-container:nth-child(3n) {
  margin: 2vw 0vw 1.5vw 1.4vw !important;
}

.n-and-sw-container.student-zone-sub-container .modal .modal-content .link-up-modal-cover-container {
  margin: 0vw 2vw 1.5vw 1.4vw;
}

.n-and-sw-container.student-zone-sub-container #link-up-container-parent .link-up-cover-container .link-up-cover-image,
.n-and-sw-container.student-zone-sub-container .modal .modal-content .link-up-modal-cover-container .link-up-modal-cover-image {
  width: 100%;
  transform: scale(1.02) translateY(0vw);
}

.n-and-sw-container.student-zone-sub-container #link-up-container-parent .link-up-cover-container .link-up-cover-image {
  transition: transform .8s ease-in-out;
}

.n-and-sw-container.student-zone-sub-container #link-up-container-parent .link-up-cover-container:hover .link-up-cover-image {
  transform: scale(1.1) translateY(-.7vw);
}

.standard-plus {
  float: left;
  display: block;
}

.standard-plus p {
  color: #000;
  margin: 6vw 0.6vw 0vw;
  font-size: 3vw;
}

.standard-box,
.blue-standard-box {
  display: block;
  padding: 1.5vw 1vw .68vw 1vw;
  border-radius: 0.4vw;
  float: left;
  margin: 2vw 0vw;
}

.standard-box {
  border: solid .2vw #00aeef;
}

.blue-standard-box {
  background-color: #7fd6f7;
  border: solid .2vw #7fd6f7;
}

.standard-box .level,
.blue-standard-box .level {
  font-weight: bold;
  font-size: 3vw;
  margin-bottom: 1vw;
}

.standard-box .level,
.standard-box .number {
  color: #000;
}

.standard-box .requirements,
.standard-box .credits {
  color: #00aeef;
}

.blue-standard-box .level,
.blue-standard-box .requirements,
.blue-standard-box .number,
.blue-standard-box .credits {
  color: #FFF;
}

.standard-box .requirements,
.blue-standard-box .requirements {
  font-weight: bold;
  width: 10vw;
  font-size: 1.4vw;
  line-height: 1.6vw;
  margin-bottom: 0vw;
}

.standard-box .number,
.blue-standard-box .number {
  font-size: 8vw;
  margin-top: 1.3vw;
  text-align: center;
}

.standard-box .credits,
.blue-standard-box .credits {
  font-weight: bold;
  font-size: 1.5vw;
  margin: 2.6vw 0vw 0vw 0vw;
}

.n-and-sw-container h2 {
  margin-bottom: 7vw;
}

.student-work-container {
  width: 26vw;
  height: 14.6vw;
  float: left;
  margin-right: 4vw;
  margin-bottom: 4vw;
  background-color: transparent;
  border-radius: 10px;
  cursor: hand;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 7px 7px 7px #777;
}

.n-and-sw .heading {
  font-size: 1.4vw;
  margin-bottom: 0.3vw;
}

.n-and-sw .content {
  font-size: 1vw;
  line-height: 1.5vw;
}

.n-and-sw-container .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 5;
  /* Sit on top */
  padding-top: 160px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.n-and-sw-container .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

/* The Close Button */
.n-and-sw-container .close {
  color: #aaaaaa;
  float: right;
  font-size: 4vw;
  font-weight: bold;
}

.n-and-sw-container .modal-content .student-work-description-container {
  float: left;
  margin: 2vw 1vw 2vw 2vw;
  width: 23vw;
}

.n-and-sw-container .modal-content .student-work-description-container .link-up-date-heading {
  font-weight: bold;
}

.n-and-sw-container .close:hover,
.n-and-sw-container .close:focus {
  color: #000;
  text-decoration: none;
  cursor: hand;
  cursor: pointer;
}

#check-results {
  position: fixed;
  bottom: 0;
}

#check-results img {
  width: 111vw;
}

#check-results>div {
  position: relative;
}

#check-results .trigger {
  position: absolute;
  top: 3.2vw;
  left: 3vw;
  font-size: 2.2vw;
  font-weight: bold;
  color: #FFF;
  cursor: hand;
  cursor: pointer;
}

#check-results-info {
  display: none;
  color: #FFF;
  background-color: #00aeef;
  padding: 1vw 0vw 3vw 10vw;
}

#check-results-info img {
  width: 100vw;
}

#check-results-info>p {
  width: 45vw;
  font-size: 2vw;
}

#check-results-info a {
  color: #FFF;
  text-decoration: underline;
}

#check-results-info .button {
  display: none;
  border: 1px solid #FFF;
  position: absolute;
  top: 6.5vw;
  left: 63.2vw;
  padding: 0.45vw 1.7vw;
  color: #FFF;
}

#check-results-info .button:hover {
  border: 2px solid #FFF;
  padding: 0.38vw 1.65vw 0.42vw;
}

#check-results-info .button p {
  text-transform: uppercase;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.textOverImage-trigger {
  width: 100%;
  margin: 0 .9% .9% 0;
  position: relative;
  float: left;
  cursor: hand;
  cursor: pointer;
}

.textOverImage-trigger:last-child {
  margin-right: 0;
}

.textOverImage-trigger img {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.tileHeader {
  margin: 0;
  padding: 1vw 1.5vw 1.5vw 1.5vw;
  color: #fff;
  font-size: 1.9vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.tileHeader,
.textOverImage-overlay {
  text-shadow: 1px 1px 2px #111;
}

.textOverImage-overlay {
  margin-top: .9%;
  padding: 0 1.5vw 1.5vw 1.6vw;
  color: #fff;
  font-size: 1.4vw;
  opacity: 0;
  transition: opacity .5s ease;
  position: absolute;
  top: 3vw;
  left: 0;
  z-index: 2;
}

.studentInfo-overlay {
  margin-top: .9%;
  padding: 0 1.6vw 1.6vw 1.6vw;
  color: #fff;
  font-size: 1.4vw;
  opacity: 0;
  transition: opacity .5s ease;
  position: absolute;
  top: 5.5vw;
  left: 0;
  z-index: 2;
}

.textOverImage-trigger:hover>.textOverImage-overlay,
.textOverImage-trigger:hover>.studentInfo-overlay {
  opacity: 1;
  width: initial;
  height: initial;
  display: block;
}

/*------------- Indiviual styling for the tiles -------------*/


#studentZoneBlurb {
  width: 90%;
  float: left;
}

#studentZoneBlurb p {
  margin: 0px;
  padding: 4% 7% 7% 7%;
  font-size: 1.4vw;
  line-height: 1.9vw;
}

#studentZoneIntro {
  width: 47.68%;
}

#studentZoneWork {
  width: 22.53%;
}

#studentZoneCalendar {
  width: 27.2%;
}

#studentZoneReports {
  margin-bottom: 3.5%;
}

#studentZoneAuthentic {
  width: 43%;
}

#studentZoneIntro img,
#studentZoneWork img,
#studentZoneCalendar img,
#studentZoneAuthentic img {
  width: 100%;
}

#studentZoneCalendar img {
  height: 23.3vw;
}

.studentZoneSection>div {
  width: 26.8%;
  float: left;
  margin: 0 .9% .9% 0;
}

#slider {
  position: relative;
  overflow: hidden;
  margin: 90px auto 70px;
  border-radius: 4px;
  z-index: 3;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 812px;
  height: 389px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

.control_prev,
.control_next {
  position: absolute;
  top: 40%;
  z-index: 2;
  display: block;
  padding: 1% 1%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.3;
  cursor: pointer;
}

.control_prev:hover,
.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

.control_prev {
  border-radius: 0 2px 2px 0;
}

.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

.slideshow-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.anchor:not(#Years1to10-anchor):not(#NCEA-anchor) {
  padding-top: 13.7vw !important;
  margin-top: -12.7vw !important;
}

#more-categories {
  display: none;
}

.mobile-nav-button,
.mobile-nav-close {
  display: none;
}

.fixed {
  position: fixed !important;
}

#mobile-circle-nav-container {
  display: none;
}

#content-heading {
  margin: 0 0 2.8vw 0;
}

#content-subheading {
  margin: 0 0 1.1vw 0;
  font-weight: normal;
  font-style: normal;
  display: none;
}

.careers-diagram-link {
  float: left;
}

.careers-diagram {
  width: 21vw;
  margin-top: 2vw;
}

.careers-diagram-link p {
  text-align: center;
  margin-top: 1vw;
}

.careers-diagram-link p span {
  font-size: 1vw;
}

.pub-thumbnail {
  width: 14vw;
  box-shadow: 3px 3px 3px #888;
}

.pub-thumbnail:hover {
  box-shadow: 5px 5px 5px #666;
}

iframe {
  width: 50vw;
  height: 30vw;
}

div.media {
  margin-bottom: 2.5vw;
  margin-top: 2.5vw;
}

#hidden-parent {
  display: none;
}

.fa {
  margin-left: 0.3vw;
}

#course-info-page h2:first-child {
  line-height: 28px;
  font-size: 27px;
}

#course-info-page h3 {
  font-size: 2.2vw;
}

.btn {
  padding: 1.25vw 2.2vw;
  margin-bottom: 0.5vw;
  margin-top: 1vw;
  font-size: 2.1vw;
  font-weight: 400;
  line-height: 3vw;
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
}

.btn-d-blue {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-d-blue:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-l-blue {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-l-blue:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-green {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-green:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.datagrid table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  margin-top: 2vw;
}

.datagrid {
  background: #fff;

}

.datagrid table td,
.datagrid table th {
  padding: 3px 10px;
}

.datagrid table thead th {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #FFFFFF));
  background: -moz-linear-gradient(center top, #FFFFFF 5%, #FFFFFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF');
  background-color: #FFFFFF;
  color: #000000;
  font-weight: bold;
  border-left: 1px solid #000000;
}

.datagrid table thead th:first-child {
  border: none;
}

.datagrid table thead tr th {
  padding-bottom: 1vw;
}

.datagrid table tbody td {
  color: #000000;
  border-left: 1px solid #000000;
  font-size: 1.3vw;
  font-weight: normal;
  padding-top: .7vw;
  padding-bottom: .7vw;
}

.datagrid table tbody td:first-child {
  border-left: none;
}

.datagrid table tbody tr:last-child td {
  border-bottom: none;
}

.datagrid table tbody tr:hover {
  background-color: #DDD;
}

.datagrid table tbody tr {
  cursor: hand;
  cursor: pointer;
}

/* .pulse-down {
  -webkit-animation: pulse-down 2.5s ease-in-out infinite;
  animation: pulse-down 2.5s ease-in-out infinite;
  color: white;
  position: fixed;
  z-index: 9;
  top: 45vw;
  left: 50%;
  font-size: 8vw!important;
}

@-webkit-keyframes pulse-down {
  0%, 100%       { top: 45.15vw; }
  10%, 90%      { top: 45.3vw; }
  20%, 80%      { top: 45.6vw; }
  30%, 70%      { top: 45.9vw; }
  40%, 60%      { top: 46.2vw; }
  50%      { top: 46.35vw; }
}

@keyframes pulse-down {
  0%, 100%       { top: 45.15vw; }
  10%, 90%      { top: 45.3vw; }
  20%, 80%      { top: 45.6vw; }
  30%, 70%      { top: 45.9vw; }
  40%, 60%      { top: 46.2vw; }
  50%      { top: 46.35vw; }
} */



.pulse-down {
  -webkit-animation: pulse-down 2.5s ease-in-out infinite;
  animation: pulse-down 2.5s ease-in-out infinite;
  color: white;
  position: absolute !important;
  z-index: 9;
  top: auto !important;
  bottom: 15%;
  left: 47.1%;
  font-size: 8vw !important;
}

@-webkit-keyframes pulse-down {

  0%,
  100% {
    bottom: 14.75%;
  }

  10%,
  90% {
    bottom: 14.5%;
  }

  20%,
  80% {
    bottom: 14%;
  }

  30%,
  70% {
    bottom: 13.5%;
  }

  40%,
  60% {
    bottom: 13%;
  }

  50% {
    bottom: 12.75%;
  }
}

@keyframes pulse-down {

  0%,
  100% {
    bottom: 14.75%;
  }

  10%,
  90% {
    bottom: 14.5%;
  }

  20%,
  80% {
    bottom: 14%;
  }

  30%,
  70% {
    bottom: 13.5%;
  }

  40%,
  60% {
    bottom: 13%;
  }

  50% {
    bottom: 12.75%;
  }

}

.requirements-checkbox {
  height: 30px;
  width: 30px;
  background-image: url("../../assets/css/unchecked.png");
  background-repeat: no-repeat;
  background-size: 30px;
  float: left;
  margin-right: 15px;
}

.requirements-checkbox.checked {
  background-image: url("../../assets/css/checked.png");
}

.list {
  font-size: 1.7vw;
  max-width: 80%;
  font-weight: lighter;
}

.list tbody tr td {
  padding: 10px 0px;
}

/* Search dropdown TODO: tekura to theme */
.ui-autocomplete {
  background-color: #fff;
  border: 1px solid #898989;
  z-index: 99;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 69.9% !important;
}

.ui-autocomplete .ui-autocomplete-group {
  background-color: #ddd;
  margin: 0vw;
  padding: .4vw 1vw;
}

.ui-autocomplete .item-selectable {
  margin: 0vw;
  padding: .4vw 1vw;
}

.ui-autocomplete .item-selectable:hover {
  cursor: pointer;
  background-color: #eee;
}

.what-youll-need-checkbox {
  margin-right: 10px;
}

.mobile-content {
  display: none;
}

.fa-user {
  display: none !important;
}

#mobile-search-icon {
  display: none;
}

.news-items .news-item {
  width: 86%;
  margin-bottom: 5.2vw;
}

table.default-table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

table.default-table thead tr th {
  text-align: center;
  vertical-align: middle;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  /* font-size: 18px; */
  padding: 10px 0px;
  font-style: italic;
}

table.default-table tbody tr td {
  text-align: left;
  vertical-align: top;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  /* font-size: 18px; */
  padding: 10px 15px;
}


/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/

div.smaller-content p {
  /* font-size: 1.6vw;
  line-height: 2.1vw;
  margin: 0 0 1.8vw 0; */
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 10px;
}

div.smaller-content .main-content ul,
div.smaller-content .main-content ol {
  /* margin: 2vw 0;
  padding-left: 2vw; */
  margin: 9px 0px 17px;
  padding-left: 30px;
}

div.smaller-content li {
  /* font-size: 1.6vw;
  line-height: 2.1vw;
  margin-bottom: 0.9vw; */
  line-height: 27px;
}

ul.no-bottom-margin li {
  margin-bottom: 2px;
}


.landingPageSection {
  margin-top: -3vw;
}

.landingPageSection.leftSection {
  margin-left: 4vw;
  float: left;
}

.landingPageSection.rightSection {
  margin-right: 4vw;
  float: right;
}

.landingPageSection .landingPageMainHeading {
  color: #f7713f;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 4.6vw;
  line-height: 4.6vw;
  margin-bottom: 2.8vw;
}

.landingPageSection.leftSection .landingPageMainHeading,
.landingPageSection.leftSection .landingPageSubHeading,
.landingPageSection.leftSection .landingPageBlurb {
  text-align: left;
}

.landingPageSection.rightSection .landingPageMainHeading,
.landingPageSection.rightSection .landingPageSubHeading,
.landingPageSection.rightSection .landingPageBlurb {
  text-align: right;
}

.landingPageSection .landingPageInfoBox {
  position: relative;
  padding-top: 10px;
  width: 41.5vw;
  height: 13vw;
}

.landingPageSection.leftSection .landingPageInfoBox {
  border-left: 0.6vw #1aafa4 solid;
}

.landingPageSection.rightSection .landingPageInfoBox {
  border-right: 0.6vw #1aafa4 solid;
}

.landingPageSection .landingPageInfoBox .landingPageSubHeading {
  color: #FFF;
  font-weight: bold;
  font-size: 1.92vw;
  top: -0.35vw;
  left: 1.3vw;
  position: absolute;
  letter-spacing: .5px;
  margin: 0vw 0vw 0vw 0vw;
}

.landingPageSection .landingPageInfoBox .landingPageBlurb {
  color: #FFF;
  font-weight: 100;
  letter-spacing: .035vw;
  font-size: 1.86vw;
  line-height: 2.73vw;
  position: absolute;
  top: -0.7vw;
  left: 1.3vw;
}

.landingPageSection .landingPageInfoBox .landingPageSubHeading+.landingPageBlurb {
  top: 1.6vw;
}

.landingPageSection.leftSection .landingPageInfoBox .landingPageBlurb {
  left: 1.3vw;
}

.landingPageSection.rightSection .landingPageInfoBox .landingPageBlurb {
  right: 1.3vw;
}

.landingPageSection .landingPageInfoBox .landingPageButton {
  color: #FFF;
  background-color: #1aafa4;
  transition: transform ease-in-out 200ms;
  transform: scale(1);
  padding: 0.7vw 1.75vw 0.85vw 1.75vw;
  border-radius: 0.4vw;
  display: inline-block;
  position: absolute;
  bottom: 0vw;
  font-size: 1.785vw;
  line-height: 1.9vw;
}

.landingPageSection.leftSection .landingPageInfoBox .landingPageButton {
  left: 1.3vw;
}

.landingPageSection.rightSection .landingPageInfoBox .landingPageButton {
  right: 1.3vw;
}

.landingPageSection .landingPageInfoBox .landingPageButton a,
.landingPageSection .landingPageInfoBox .landingPageButtonTeReo a {
  color: #FFF;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}

.landingPageSection .landingPageInfoBox .landingPageButton:hover {
  transform: scale(1.02);
  cursor: pointer;
  cursor: hand;
}


@media screen and (min-width: 1399px) {

  .landingPageSection {
    margin-top: -3vw;
  }

  .landingPageSection.leftSection {
    margin-left: 4vw;
  }

  .landingPageSection.rightSection {
    margin-right: 4vw;
  }

  .landingPageSection .landingPageMainHeading {
    font-size: 64px;
    line-height: 65px;
    margin-bottom: 40px;
  }

  .landingPageSection .landingPageInfoBox {
    width: 580px;
    height: 180px;
  }

  .landingPageSection.leftSection .landingPageInfoBox {
    border-left: 8px #1aafa4 solid;
  }

  .landingPageSection.rightSection .landingPageInfoBox {
    border-right: 8px #1aafa4 solid;
  }

  .landingPageSection .landingPageInfoBox .landingPageSubHeading {
    font-size: 27px;
    top: -5px;
    left: 18px;
  }

  .landingPageSection .landingPageInfoBox .landingPageBlurb {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 27px;
    top: -10px;
  }

  .landingPageSection.leftSection .landingPageInfoBox .landingPageBlurb {
    left: 18px;
  }

  .landingPageSection.rightSection .landingPageInfoBox .landingPageBlurb {
    right: 18px;
  }

  .landingPageSection .landingPageInfoBox .landingPageSubHeading+.landingPageBlurb {
    top: 22px;
  }

  .landingPageSection .landingPageInfoBox .landingPageButton {
    padding: 10px 24px 12px 24px;
    border-radius: 5px;
    position: absolute;
    bottom: 0px;
  }

  .landingPageSection.leftSection .landingPageInfoBox .landingPageButton {
    left: 18px;
  }

  .landingPageSection.rightSection .landingPageInfoBox .landingPageButton {
    right: 18px;
  }

  .landingPageSection .landingPageInfoBox .landingPageButtonTeReo {
    padding: 10px 13px 8px 13px;
    border-radius: 5px;
  }

  .landingPageSection .landingPageInfoBox .landingPageButton a,
  .landingPageSection .landingPageInfoBox .landingPageButtonTeReo a {
    color: #FFF;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 25px;
    line-height: 28px;
  }

  .landingPageSection .landingPageInfoBox .landingPageButton:hover {
    transform: scale(1.02);
    cursor: pointer;
    cursor: hand;
  }

}

@media screen and (min-width: 1499px) {

  #mainText {
    font-size: 53px;
    line-height: 54px;
    margin-bottom: 18px;
  }

  #subText {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 18px;
  }

  .homepage-button {
    margin-top: 11px;
    font-size: 23px;
    line-height: 28px;
    padding: 15px 24px;
  }

  .content-page-container {
    max-width: 1280px;
  }

  .content-page-container {
    padding: 10px 40px 0px !important;
  }

  #heading-container {
    top: -110px !important;
  }

  #blank-page-container.opening-container {
    margin-top: -60px !important;
  }

  #subjects-and-courses-page-content {
    padding: 0px 28px 0px !important;
    margin: 9px auto 0px !important;
  }

  #course-search-container {
    padding: 0px 28px 0px !important;
    margin: 35px auto 0px !important;
  }

  #subject-choice-container {
    width: 1400px !important;
    margin: 10px auto 0 !important;
  }

  #subject-choice-container li a p {
    width: 95% !important;
    font-size: 24px !important;
    line-height: 27px !important;
  }

  #subject-content-tiles li.subject-tile p {
    width: 95% !important;
    font-size: 21px !important;
    line-height: 24px !important;
  }

  #subject-choice-container li a img,
  #subject-content-tiles li.subject-tile a img {
    margin: 0 auto 12px !important;
  }


  .wideScreenCSS {
    display: block !important;
  }

  .desktopCSS,
  .tabletCSS,
  .mobileCSS {
    display: none !important;
  }

  .top-section {
    margin-bottom: 30px !important;
  }

  #subject-info-page.opening-container.no-menu p+h3,
  #subject-info-page.opening-container.no-menu ul+h3 {
    margin-top: 22px !important;
  }

  #subject-info-page.opening-container.no-menu p+h3,
  #subject-info-page.opening-container.no-menu ul+h3 {
    margin-top: 22px !important;
  }

  #subject-info-page.opening-container.no-menu h3 {
    font-size: 29px !important;
    margin-bottom: 15px !important;
    line-height: 33px !important;
  }

}

/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/


@media screen and (min-width: 1099px) {

  body {
    font-size: 21px;
  }

  h1,
  #page-heading {
    font-size: 48px;
    width: 775px;
  }

  h2 {
    font-size: 38px;
    line-height: 43px;
  }

  h3 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 33px;
  }

  h3+p:not(.news-date),
  h3+ul {
    margin-top: 20px !important;
  }

  p+h3,
  ul+h3 {
    margin-top: 38px;
  }

  #course-info-page p {
    margin-top: 27px !important;
  }

  h4 {
    font-size: 23px;
  }

  li {
    line-height: 27px;
    margin-bottom: 9px;
  }

  p {
    line-height: 28px;
    margin-bottom: 17px;
  }

  #blank-page-container.opening-container>#content-heading {
    margin-bottom: 35px;
  }

  .anchor:not(#Years1to10-anchor):not(#NCEA-anchor) {
    padding-top: 255px !important;
    margin-top: -237px !important;
  }

  .accordian+h3 {
    margin-top: 55px !important;
  }

  #new-page-subheading {
    font-size: 33px;
  }

  #content-heading {
    margin: 0px 0 30px 0;
  }

  #login-submenu li {
    line-height: 30px;
    padding: 10px 13.05px;
  }

  #header {
    height: 114px;
  }

  #secondary-nav .submenuOptions li {
    margin-bottom: 13px;
  }

  #hamburger-container {
    width: 70px;
    height: 70px;
    top: 18.8px;
    left: 37px;
  }

  .hamburger {
    padding: 22.25px 15.9px;
  }

  .hamburger-box {
    width: 65.39px;
    height: 26.16px;
  }

  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 39.23px;
    height: 3.27px;
  }

  .hamburger-inner::before {
    top: -11.44px;
  }

  .hamburger-inner::after {
    bottom: -11.44px;
  }

  .logo {
    top: 32px;
    width: 228px;
    left: 154.7px;
  }

  #main-side-menu {
    width: 410px;
    padding-top: 140px;
    padding-left: 69px;
  }

  #main-side-menu .submenuOptions li {
    margin-bottom: 12px;
  }

  #login {
    width: 146px;
    font-size: 27px;
    padding: 1.5px 8.5px;
    border-radius: 10px;
  }

  #login p {
    margin: 13px 6px;
  }

  .translation~#login {
    right: 79px;
  }

  .translation {
    right: 0;
    top: 15px;
    font-size: 15px;
  }

  .translation>p {
    margin: 0 0 26px 0;
    line-height: 0px;
  }

  .translation>p:not(.active) {
    border-bottom: 2px solid #FFF;
    padding-bottom: 14px;
    margin-bottom: 15px;
  }

  #top-search-form {
    font-size: 25px;
  }

  .home-page-links-container[boxes="5"] li {
    width: 18%;
    height: 14.4vw;
  }

  .home-page-links-container[boxes="5"] li a p {
    font-size: 1.6vw;
    line-height: 2vw;
    bottom: 1.2vw;
    padding: 0vw .7vw;
  }

  iframe {
    width: 610px;
    height: 342px;
  }

  div.media {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  #heading-container {
    position: absolute;
    top: -5vw;
    left: 40px;
    z-index: 3;
  }

  #sideMenuContact ul {
    width: 309.69px;
    padding-bottom: 6.3px;
    margin-bottom: 16px;
  }

  #sideMenuContact li {
    font-size: 21.18px;
    line-height: 22.71px;
  }

  #sideMenuContact i {
    font-size: 28.36px;
    margin-right: 20.448px;
  }

  #login-search {
    width: 394.5px;
    height: 70px;
    top: 26px;
    left: auto;
    right: 40px;
  }

  .mobile-background-image {
    display: none;
  }

  .secondary-nav-container {
    margin-right: 67px;
  }

  #main-side-menu h3 {
    font-size: 27px;
  }

  #search-icon {
    margin: 13px 18px 14px 14px;
    right: -3px;
  }

  #main-side-menu h3 {
    padding-bottom: 11px;
    line-height: 31px;
  }

  #footer ul li {
    font-size: 19px;
    line-height: 21px;
  }

  #footer ul li:first-child {
    font-size: 21px;
    margin-bottom: 14px;
  }

  .footer-info:first-child {
    width: 230px;
  }

  #copyright {
    font-size: 16px;
  }

  #top-search-form {
    padding: 13px 10px 10px 10px;
  }

  #search {
    right: 220px;
    height: 60px;
    width: 60px;
    top: 0px;
    line-height: 26px !important;
  }

  .translation~#search {
    right: 300px;
  }

  #search-icon {
    font-size: 34.293px;
  }

  #SearchForm_SearchForm_Search {
    margin: 16px 30px;
  }

  #login {
    top: 1px;
  }

  .courselisting-heading {
    margin-top: 33px;
    margin-bottom: 33px;
  }

  #login p {
    line-height: 28px;
    margin: 10px 0px 10px 4px;
  }

  .content-page-container {
    padding: 65px 40px 0px;
  }

  .main-content ul,
  .main-content ol {
    margin: 10px 0px 14px;
    padding-left: 30px;
  }

  #news .content-page-container {
    padding: 10px 40px 0px;
  }

  .btn {
    font-weight: 400;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 14px 24px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 23px;
    line-height: 1.42857143;
  }

  .sub-student-zone>div .info-box p,
  .sub-student-zone>div .info-box li {
    font-size: 19px;
    line-height: 25px;
  }

  .sub-student-zone>div .info-box {
    width: 200px;
  }

  #check-results-info>p {
    width: 540px;
    font-size: 24px;
    line-height: 30px;
  }

  #check-results-info .button {
    display: none;
    left: 696px;
    top: 70px;
  }

  #student-zone-container {
    padding-bottom: 0px !important;
  }

  #login>p>i {
    margin-left: 9px;
    font-size: 21px;
  }

  #course-info-page h2:first-child {
    font-size: 36px;
    line-height: 45px;
  }

  #course-info-page h3 {
    font-size: 26px;
    margin-bottom: 11px;
  }

  .accordian {
    margin: 30px auto 0px;
  }

  .accordian .sideMenuLink {
    font-size: 22px;
    padding: 10px 100px 10px 10px;
    line-height: 25px;
  }

  .accordian h3 i {
    right: 30px;
  }

  .list {
    font-size: 18px;
  }

  .quote-content {
    font-size: 24px;
    line-height: 30px !important;
  }

  .quote-author {
    font-size: 20px;
    font-weight: bold;
  }

  .quote {
    margin: 30px auto;
    padding: 0px 0px 0px 15px;
    border-left: solid 6px #879946;
    color: #879946;
  }

  .testimonial {
    margin: 30px 0px;
    padding: 0px 0px 0px 0px;
  }

  .testimonial-author {
    font-size: 16px;
  }

  .testimonial-content {
    margin-bottom: 5px;
  }

  #advanced-search {
    font-size: 24px !important;
  }

  .news-items .news-item {
    margin-bottom: 57px;
    width: 920px;
  }

  #copyright {
    font-size: 11px;
    float: right;
    margin-top: 60px;
  }

  #subject-choice-container {
    width: 90%;
    margin: 2vw auto 0;
  }

  #subject-content-tiles {
    width: 100%;
    margin: 2vw auto 0;
  }

  #subject-choice-container li,
  #subject-content-tiles li.subject-tile {
    margin: 25px 0 0px 0 !important;
  }

  #subject-choice-container li {
    width: 19% !important;
  }

  #subject-content-tiles.five-tiles-wide li.subject-tile {
    width: 19% !important;
  }

  #subject-content-tiles.five-tiles-wide li.subject-tile {
    margin: 3% 0 0px 0 !important;
  }

  #subject-content-tiles.five-tiles-wide li.subject-tile a img {
    width: 85%;
    margin: 0 auto 1vw;
  }

  #subject-content-tiles.four-tiles-wide li.subject-tile {
    width: 24% !important;
  }

  #subject-content-tiles.four-tiles-wide li.subject-tile {
    margin: 3% 0 0px 0 !important;
  }

  #subject-content-tiles.four-tiles-wide li.subject-tile a img {
    width: 85%;
    margin: 0 auto 1vw;
  }

  #subject-choice-container li a img,
  #subject-content-tiles li.subject-tile a img {
    width: 85%;
    margin: 0 auto 1vw;
  }

  #subject-choice-container li a p,
  #subject-content-tiles li.subject-tile p {
    width: 95%;
    font-size: 1.4vw;
    line-height: 1.6vw;
  }

  #subjects-and-courses-page-content {
    padding: 23px 28px 0px;
    margin: 51px auto -40px;
}

  #course-search-container {
    padding: 33px 28px 0px;
    margin: 44px auto 0px;
  }

  .desktopCSS {
    display: block !important;
  }

  .wideScreenCSS,
  .tabletCSS,
  .mobileCSS {
    display: none !important;
  }

  #subject-info-page .subject-heading {
    margin-bottom: 20px;
  }

  .datagrid table {
    margin-top: 30px;
  }

  .datagrid table tbody td {
    font-size: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  div.smaller-content p {
    font-size: 18px !important;
    line-height: 23px !important;
    margin-bottom: 14px !important;
  }

  div.smaller-content h4 {
    font-size: 20px !important;
    margin: 20px 0 15px 0 !important;
  }

  div.smaller-content .main-content ul,
  div.smaller-content .main-content ol {
    margin: 9px 0px 17px !important;
    padding-left: 30px !important;
  }

  div.smaller-content li {
    line-height: 23px !important;
    margin-bottom: 0px !important;
  }

  div.smaller-content table {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
  }

  div.smaller-content table thead tr th {
    vertical-align: top !important;
    border-color: black !important;
    border-style: solid !important;
    border-width: 1px !important;
    font-family: Arial, sans-serif !important;
    font-size: 18px !important;
    padding: 10px 15px !important;
  }

  .sub-student-zone>div {
    margin: 70px 0px !important;
    position: relative !important;
  }

  .student-group-container>.opening-section>.text-container>h2,
  .sub-student-zone h2 {
    font-size: 60px;
    padding-bottom: 0px;
    margin-bottom: 59px;
  }

}


/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/


@media (max-width: 800px) {

  #search {
    right: 26vw;
    top: 3.3vw;
  }

  .translation~#search {
    right: 33vw;
  }

  #logo-main {
    display: none;
  }

  #logo-mobile {
    display: block;
    top: 4.2vw;
    left: 18.1vw;
    width: 4vw;
  }

  #check-results-info>p {
    width: 55vw;
    font-size: 2.8vw;
    line-height: 3.6vw;
    margin: 0 0 1.3vw 0;
  }

  #check-results img {
    width: 181vw;
  }

  #check-results .trigger {
    top: 4vw;
    font-size: 3.5vw;
  }

  #login-search {
    position: absolute;
    width: 25vw;
    top: 1.5vw;
    left: 70vw;
    z-index: 4;
  }

  .list tbody tr td {
    font-weight: bold;
  }

  .n-and-sw-container .close {
    font-size: 5vw;
  }

  .translation {
    top: 42px;
    right: 0px;
    font-size: 12px;
  }

  .translation p:not(.active) {
    display: none;
  }

  /* #home-page-info {
    max-width: 44%;
  } */

  #mainText {
    font-size: 3.9vw;
    line-height: 4vw;
    margin-bottom: 2vw;
  }

  #subText {
    font-size: 2.3vw;
    line-height: 3.1vw;
    margin-bottom: 3vw;
  }

  .homepage-button {
    font-size: 2vw;
    margin-top: 0px;
    padding: 1.2vw 2vw;
    border-radius: .9vw;
  }

  .home-page-links-container li {
    width: 32%;
    height: 25vw;
  }

  .home-page-links-container li .home-page-link-container {
    border-radius: .9vw;
  }

  .home-page-links-container li .home-page-link-container a img {
    margin: 0 auto 1vw;
  }

  .home-page-links-container li .home-page-link-container a p {
    font-size: 2.8vw;
    line-height: 3.7vw;
  }

  #footer {
    height: 28vw;
  }

  .footer-info:first-child {
    width: 23vw;
    margin-right: 0px;
  }

  #subject-choice-container,
  #subject-content-tiles {
    margin: 0vw auto 0;
  }

  #subject-choice-container li,
  #subject-content-tiles li.subject-tile {
    width: 24%;
  }

  #subject-content-tiles.five-tiles-wide li.subject-tile {
    width: 19%;
  }

  #subject-choice-container li a p {
    font-size: 1.9vw;
    line-height: 2.2vw;
  }

  #subject-content-tiles.five-tiles-wide li.subject-tile p {
    font-size: 2.3vw;
    line-height: 2.8vw;
  }

  #subject-content-tiles.four-tiles-wide li.subject-tile p {
    font-size: 2.6vw;
    line-height: 2.9vw;
  }

  #subjects-and-courses-page-content {
    margin: 3vw auto -4vw;
    padding: 4vw 2.5vw 0vw;
  }

  #subjects-and-courses-page-content p {
    font-size: 2.3vw;
    line-height: 3vw;
  }

  #course-search-container {
    margin: 4vw auto 0vw;
    padding: 4vw 2.5vw 0vw;
  }

  .tabletCSS {
    display: block !important;
  }

  #subject-info-page,
  #course-info-page {
    margin: 0vw auto 0 !important;
  }

  .wideScreenCSS,
  .desktopCSS,
  .mobileCSS {
    display: none !important;
  }

  #course-info-page p {
    margin: 0 0 23px 0 !important;
  }

  .landingPageSection {
    margin-top: 5vw;
  }

}


/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/


@media screen and (min-width: 701px) and (max-width: 800px) {

  iframe {
    width: 50vw;
    height: 30vw;
  }

  p {
    font-size: 2.3vw;
    margin: 0vw 0vw 1.2vw;
    line-height: 3.1vw;
  }

  h3 {
    font-size: 2.6vw;
    margin-bottom: 1.3vw;
    line-height: 3.2vw;
  }

  h4 {
    font-size: 2.5vw;
    margin: 2.5vw 0vw;
  }

  .main-content ul,
  .main-content ol {
    margin: 1.5vw 0vw 2vw;
    padding-left: 3vw;
  }

  li {
    font-size: 2.3vw;
    line-height: 3.1vw;
    margin-bottom: 0.4vw;
  }

  #hamburger-container {
    width: 8vw;
    height: 8vw;
    border-radius: 14vw;
    top: 2.8vw;
    left: 30px;
  }

  #main-side-menu {
    width: 330px;
    padding-top: 130px;
    padding-left: 40px;
  }

  #NCEA-student-zone-container>.opening-section {
    margin: -5vw auto 0vw;
  }

  .hamburger {
    padding: 1.1vw 1.8vw;
  }

  .hamburger-box {
    width: 3vw;
    height: 5.6vw;
  }

  .hamburger-inner {
    margin-top: 0px;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 4.6vw;
    height: 0.4vw;
  }

  .hamburger-inner::before {
    top: -1.4vw;
  }

  .hamburger-inner::after {
    bottom: -1.4vw;
  }

  #header {
    height: 14vw;
  }

  .logo {
    top: 43px;
    left: 130px;
    width: 140px;
  }

  #main-side-menu {
    position: relative;
    margin-left: -54.5vw;
    width: 46vw;
    min-height: 100vh;
    padding-top: 18%;
    padding-left: 5.5vw;
    background-color: transparent;
    z-index: 4;
  }

  #main-side-menu h3 {
    padding-bottom: 14px;
    font-size: 27px;
    line-height: 29px;
    font-weight: normal;
  }

  #main-side-menu.noHoriz {
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    margin-left: -54.5vw;
  }

  #homepage-container {
    padding-bottom: 68%;
  }

  #login {
    padding: 0.7vw 1.4vw;
    border: solid 2px white;
    width: 14.5vw;
    position: absolute;
    right: 0px;
    overflow: hidden;
    font-size: 20px;
    top: 2vw;
    border-radius: .9vw;
  }

  .translation~#login {
    right: 62px;
  }

  #login p {
    margin: 5px 3px;
    font-size: 21px;
  }

  #search {
    right: 180px;
    top: 21px;
  }

  .translation~#search {
    right: 230px;
  }

  p+h3,
  ul+h3 {
    margin-top: 2vw;
  }

  #login-submenu li {
    padding: 0.9vw 0vw 0.9vw 1.7vw;
    line-height: 3vw;
  }

  #sideMenuContact ul {
    width: 37vw;
  }

  #sideMenuContact i {
    font-size: 4.1vw;
    margin-right: 2.8vw;
  }

  .hidden-mobile {
    font-size: 3vw;
  }

  .accordian .sideMenuLink {
    padding: 1vw 9vw 1vw 0vw;
    font-size: 2.4vw;
    line-height: 3.2vw;
  }

  #course-info-page h2:first-child {
    line-height: 25px;
    font-size: 21px;
  }

  #course-info-page h3 {
    font-size: 19px;
    line-height: 23px;
  }

  #subject-info-page p,
  #course-info-page p,
  #course-info-page li {
    margin: 0 0 15px 0 !important;
    font-size: 16px;
  }

  #subject-info-page li {
    margin: 0 0 5px 0 !important;
    font-size: 16px;
  }

  #footer ul li {
    font-size: 1.7vw;
    line-height: 2.1vw;
  }

  #footer ul li:first-child {
    font-weight: bold;
    font-size: 1.9vw;
  }

  .tabletCSS {
    display: block !important;
  }

  .wideScreenCSS,
  .desktopCSS,
  .mobileCSS {
    display: none !important;
  }

}


/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/


@media (max-width: 700px) {

  body {
    font-size: 19px;
    line-height: 23px;
  }

  h2 {
    font-size: 27px;
    line-height: 31px;
  }

  h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  h4 {
    font-size: 18px;
    margin: 20px 0px;
    line-height: 20px;
  }

  li {
    margin: 0 0 9px 0;
    line-height: 22px;
    font-size: 17px;
  }

  p {
    margin: 0 0 12px 0;
    line-height: 25px;
  }

  .opening-container p,
  .main-content>p {
    line-height: 22px;
    font-size: 17px;
  }

  form label,
  form legend,
  form input {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  #logo-main {
    display: none;
  }

  #logo-mobile {
    display: block;
    top: 4.5vw;
    left: 21.1vw;
    width: 4.3vw;
  }

  .outer {
    height: 480px;
    top: 0px;
  }

  #home-page-info {
    float: left;
    margin-left: 48px;
    margin-right: 0px;
    /* width:300px; */
    font-size: 19px;
    line-height: 14px;
    max-width: 100%;
    margin-top: 74px;
  }

  #home-page-info>p {
    text-align: left;
    float: left;
    clear: left;
    letter-spacing: 0px;
  }

  #mainText {
    margin-bottom: 18px;
    font-size: 27px;
    line-height: 28px;
  }

  #subText {
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 24px;
  }

  .homepage-button {
    font-size: 16px;
    margin-top: 0px;
    padding: 8.5px 15px;
  }

  #NCEA-student-zone-container>.opening-section {
    margin: -1vw auto 0vw;
    padding: 0vw 0vw 8vw;
  }

  #main-student-group-container {
    top: 10vw;
  }

  #copyright {
    float: right;
    margin-right: 0vw;
    margin-top: 4vw;
    position: static;
    font-size: 1.81vw;
  }

  .list {
    font-size: 17px;
  }

  #blank-page-container.opening-container {
    max-width: 80%;
  }

  .student-group-container .column img {
    display: none;
  }

  .student-zone-link {
    color: #0099ff;
    text-decoration: none;
  }

  .student-group-container .opening-section .text-container {
    width: 69%;
    margin-bottom: 0px;
  }

  .student-work-description-container p {
    font-size: 16px;
    line-height: 20px;
  }

  .student-group-container>.opening-section>.text-container>h2,
  .sub-student-zone h2 {
    font-size: 25px;
    padding-bottom: 3px;
    margin-bottom: 30px;
    line-height: 34px;
  }

  #NCEA-student-zone-container>.opening-section>.text-container>h2>span {
    color: #00aeef;
  }

  #NCEA-student-zone-container .column {
    color: #666;
  }

  #NCEA-student-zone-container>.opening-section {
    background-color: transparent;
  }

  #NCEA-student-zone.student-group-mi-nz p {
    margin-left: 6vw;
  }

  #NCEA-student-zone p {
    margin-left: 10vw;
  }

  #student-zone-heading {
    margin-left: 38px;
    font-size: 32px;
    margin-bottom: 29px;
  }

  .student-group {
    background-color: transparent;
    color: #00aeef;
    position: static;
    float: left;
    width: 50%;
  }

  .student-group p,
  #Years1to10-student-zone p {
    color: #00aeef;
    position: static;
    padding: 5px 11px;
    text-align: center;
    font-size: 4.5vw;
    width: 100%;
  }

  #Years1to10-student-zone.student-group-mi-nz p {
    margin: 1vw 2vw 2vw 3vw;
  }

  #NCEA-student-zone.student-group-mi-nz p {
    margin: 1vw 2vw 2vw 12vw;
  }

  .student-zone-button p,
  .ech-button p {
    font-size: 2.8vw;
    width: 25vw;
    line-height: 3.1vw;
    margin-bottom: 2vw;
  }

  .student-group-mi-nz p {
    font-size: 5vw !important;
  }

  .triangle {
    display: none;
  }

  .student-zone-button img,
  .ech-button img {
    width: 26vw !important;
  }

  .student-zone-button-mi-nz p {
    font-size: 2.5vw !important;
    line-height: 3.1vw !important;
    width: 25vw !important;
    margin-bottom: .9vw !important;
  }

  #update-box {
    width: 82%;
    margin-left: 38px;
    margin-bottom: 0px;
  }

  iframe {
    width: 63vw;
    height: 36vw;
  }

  #header {
    height: 14vw;
  }

  #hamburger-container {
    width: 39px;
    height: 30px;
    border: none;
    top: 4.1vw;
    left: 6.2vw;
  }

  .hamburger {
    padding: 0.5vw 1.8vw;
  }

  .hamburger-box {
    width: 6vw;
    height: 5.6vw;
  }

  .hamburger-inner {
    margin-top: 0px;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 27px;
    height: 2px;
  }

  .hamburger-inner::before {
    top: 8px;
  }

  .hamburger-inner::after {
    bottom: 8px;
  }

  .logo {
    top: 5.55vw;
    left: 22.1vw;
    width: 32vw;
  }

  #sideMenuContact {
    font-size: 2.3vw;
    width: 100%;
  }

  #main-side-menu {
    position: relative;
    margin-left: -64.5vw;
    width: 100%;
    min-height: 100vh;
    padding-top: 120px;
    padding-left: 39px;
    background-color: transparent;
    z-index: 4;
  }

  #main-side-menu h3 {
    padding-bottom: 9px;
    display: block;
    width: 350px;
    font-size: 22px;
    line-height: 27px;
    float: left;
  }

  #main-side-menu.noHoriz {
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    margin-left: -100.5vw;
  }

  .mobile-background-image {
    display: block;
    background-position-y: 0px;
  }

  .background-image {
    display: none;
  }

  #homepage-container {
    padding-bottom: 500px;
  }

  .pulse-down {
    bottom: 8%;
    left: 49%;
    font-size: 8vw !important;
  }

  #login {
    padding: .6vw 1.2vw;
    border: solid 2px white;
    width: 19.3vw;
    position: absolute;
    right: 0px;
    overflow: hidden;
    font-size: 3.2vw;
    top: 2.4vw;
  }

  .translation~#login {
    right: 8vw;
  }

  #login-submenu li {
    padding: 1.3vw 0.8vw 1.3vw 2.3vw;
    line-height: 3vw;
    font-size: 2.7vw;
  }

  #login>p>i {
    margin-left: 2vw;
  }

  .translation {
    top: 6.2vw;
    right: .5vw;
    font-size: 2.3vw;
  }

  #sideMenuContact li {
    float: left;
    line-height: 5vw;
    margin-bottom: 1.3vw;
  }

  #sideMenuContact i {
    margin-right: 27px;
    font-size: 35px;
    line-height: 30px;
  }

  #sideMenuContact ul {
    width: 46vw;
    border-bottom: none;
    padding-bottom: 0vw;
  }

  .hidden-mobile {
    display: none;
  }

  #footer {
    padding-bottom: 6vw;
  }

  .footer-info {
    display: none;
  }

  .right-footer-info {
    position: static;
    float: left;
    width: 84%;
  }

  .footer-contact {
    padding: 1vw 0vw;
  }

  .footer-contact>ul>li:first-child {
    display: none;
  }

  #footer ul li {
    font-size: 3.2vw;
    line-height: 4.2vw;
    text-align: left;
    float: left;
  }

  .footerIcons {
    color: #707070;
    float: right !important;
    margin-bottom: 0px !important;
    margin-top: -15px;
    margin-left: 4vw;
  }

  .footerIcons i {
    color: #707070;
    font-size: 3.6vw;
  }

  .breadcrumb,
  .breadcrumb-divider {
    font-size: 3.6vw;
  }

  .mobile-nav-button {
    display: block;
    position: fixed;
    z-index: 9;
    opacity: .8;
    background-image: url(../../assets/css/more-categories.png);
    height: 12vw;
    width: 12vw;
    left: 1vw;
    bottom: 0vw;
    background-size: 12vw 12vw;
  }

  .mobile-nav-button p {
    text-align: center;
    color: white;
    margin-top: 3vw;
  }

  .mobile-nav-button p span:first-child {
    font-size: 8vw;
    font-weight: bold;
    line-height: 2vw;
  }

  .mobile-nav-button p span:last-child {
    font-size: 2vw;
  }

  .mobile-nav-close {
    font-weight: normal;
    position: absolute;
    color: white;
    display: block;
    font-size: 20vw;
    top: 2vw;
    right: 8vw;
  }

  .mobile-nav-close img {
    width: 34px;
  }

  #more-categories {
    display: block;
    height: 10vw;
    opacity: .5;
    position: relative;
  }

  .secondary-nav-container {
    width: 0px;
    max-width: 0px;
    height: 0px;
    float: none;
    position: fixed;
    background-color: rgba(72, 72, 72, 0.9);
    overflow: hidden;
    left: 0vw;
    bottom: 0vw;
    z-index: 10;
  }

  #secondary-nav {
    margin: 0vw;
    float: left;
    position: relative;
    border-top: 0px solid #333;
    padding: 1vw 8vw 14vw 8vw;
    top: 8vw;
  }

  .secondary-nav-container>ul {
    padding: 1vw 0 14vw 0;
    border-top: 0px solid #333;
  }

  .secondary-nav-container>#secondary-nav .sideMenuLink {
    float: left;
    width: 38vw;
    margin-right: 3vw;
    margin-bottom: 0.7vw;
    padding: 1.5vw 0vw;
    color: #FFF;
    font-size: 3vw;
    line-height: 3vw !important;
  }

  #secondary-nav>li a {
    color: white;
  }

  .content-page-container {
    padding: 0vw 0vw 0vw 2vw;
    width: 90vw;
    margin-left: 0px;
    margin-right: 0px;
  }

  #news+.content-page-container {
    padding: .3vw 0vw 0vw 2vw;
  }

  .secondary-nav-container.extended {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .secondary-nav-container.collapse {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 0px;
    max-width: 0px;
    height: 0px;
  }

  .secondary-nav-container.extended #secondary-nav {
    top: 8vw;
  }

  #heading-container {
    left: 13px;
    display: none;
    font-size: 36px;
  }

  #news+.content-page-container #heading-container {
    display: block !important;
  }

  #new-page-subheading {
    font-size: 3vw;
  }

  #content-heading {
    margin: 0 0 20px 0;
    font-size: 30px;
    line-height: 34px;
  }

  .main-content ul,
  .main-content ol {
    margin: 1vw 0 4vw 5vw;
    padding-left: 0px;
  }

  #course-info-page p {
    margin: 0 0 30px 0 !important;
  }

  .main-content {
    width: 90%;
    margin-left: 7vw;
  }

  .main-content p:not(.mobile-submenu-link) {
    margin: 0 0 15px 0;
    line-height: 22px;
    font-size: 17px;
  }

  #mobile-submenu {
    margin-bottom: 4vw;
  }

  .mobile-submenu-link {
    margin: 0 0 1.5vw 4vw;
    line-height: 4vw;
    font-size: 3.3vw;
    float: left;
    width: 33vw;
  }

  .main-content>h3 {
    font-size: 23px;
    margin-bottom: 22px;
  }

  .accordian+h3 {
    margin-top: 30px !important;
  }

  .quote-content {
    font-size: 2.8vw !important;
    line-height: 4vw !important;
    margin: 0 0 1.6vw 0 !important;
  }

  .accordian .sideMenuLink {
    padding: 10px 45px 10px 10px;
    font-size: 19px;
    line-height: 24px;
  }

  #subject-info-page p {
    margin: 0 0 30px 0;
    line-height: 23px;
    font-size: 16px;
  }

  #subject-info-page .course-list li {
    font-size: 16px;
    line-height: 23px;
  }

  #course-info-page h2:first-child {
    line-height: 25px;
    font-size: 21px;
  }

  #course-info-page h3 {
    font-size: 19px;
    line-height: 23px;
  }

  #course-info-page p {
    margin: 0 0 15px 0 !important;
    font-size: 16px;
  }

  .mobile-content {
    display: block;
  }

  .what-is-ncea-credit-requirements {
    display: none;
  }

  #search-icon {
    font-size: 3vw;
    margin: 1.3vw 1.65vw 0vw 1vw;
  }

  #blank-page-container.opening-container {
    margin-top: 1vw !important;
  }

  .btn {
    padding: 14px 18px;
    margin-bottom: 8px;
    margin-top: 7px;
    font-size: 18px;
    line-height: 21px;
  }

  .tabletCSS {
    display: block !important;
  }

  .wideScreenCSS,
  .desktopCSS,
  .mobileCSS {
    display: none !important;
  }

  .landingPageSection {
    margin-top: -1vw;
  }

  .landingPageSection .landingPageMainHeading {
    font-size: 5.95vw;
    line-height: 6vw;
  }

  .landingPageSection .landingPageInfoBox {
    position: relative;
    padding-top: 10px;
    width: 61.5vw;
    height: 18vw;
  }

  .landingPageSection .landingPageInfoBox .landingPageSubHeading {
    font-size: 3vw;
  }

  .landingPageSection .landingPageInfoBox .landingPageBlurb {
    color: #FFF;
    font-weight: 100;
    letter-spacing: .5px;
    font-size: 2.65vw;
    line-height: 3.3vw;
    margin-top: 0vw;
    margin-bottom: 3.1vw;
  }

  .landingPageSection .landingPageInfoBox .landingPageSubHeading+.landingPageBlurb {
    margin-top: 3.3vw;
  }

  .landingPageSection .landingPageInfoBox .landingPageButton {
    padding: 0.9vw 2.3vw 0.8vw 2.3vw;
  }

  .landingPageSection .landingPageInfoBox .landingPageButton a,
  .landingPageSection .landingPageInfoBox .landingPageButtonTeReo a {
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

}


/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/


@media (max-width: 450px) {

  body {
    font-size: 4.4vw;
  }

  h2 {
    font-size: 5.9vw;
    line-height: 6.4vw;
  }

  h3 {
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 4vw;
  }

  p+h3,
  ul+h3 {
    margin-top: 21px !important;
  }

  h4 {
    font-size: 4.7vw;
    margin: 4vw 0px;
    line-height: 5.5vw;
  }

  li {
    margin: 0 0 7px 0;
    line-height: 5vw;
    font-size: 3.8vw;
  }

  p,
  .opening-container p,
  .main-content>p {
    line-height: 5vw;
    font-size: 3.8vw;
    margin-bottom: 4vw;
  }

  .main-content p:not(.mobile-submenu-link),
  #student-zone-container p {
    margin: 0 0 4vw 0;
    line-height: 5vw;
    font-size: 3.8vw;
  }

  #Years1to10-student-zone.student-group p,
  #NCEA-student-zone.student-group p {
    font-size: 5vw;
  }

  .main-content>h3 {
    font-size: 5.4vw;
    margin-bottom: 3.5vw;
    margin-top: 3vw;
    line-height: 5.8vw;
    font-weight: bold;
  }

  #content-heading {
    margin: 0 0 4vw 0;
    font-size: 6.4vw;
    line-height: 7vw;
  }

  ul.deliveryModes {
    padding-left: 0px;
  }

  .datagrid table tbody td {
    font-size: 4.3vw;
  }

  .subjectHeadingContainer {
    margin-bottom: 20px;
  }

  #footer {
    padding-bottom: 6vw;
    width: 98%;
    padding: 2% 2% 3% 0%;
  }

  .right-footer-info {
    width: 89%;
  }

  #sideMenuContact ul {
    width: 66vw;
  }

  .outer {
    height: 95vw;
    top: 0vw;
  }

  #home-page-info {
    max-width: 71%;
    bottom: 29%;
    left: 7vw;
    z-index: 4;
    margin-left: 7vw;
    margin-top: 7vw;
  }

  #mainText {
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 3vw;
  }

  #subText {
    font-size: 3.8vw;
    line-height: 5.5vw;
    width: 55vw;
    margin: 0 0 4.6vw 0 !important;
  }

  .homepage-button {
    float: left;
    font-size: 3.1vw;
    padding: 2vw 4vw;
  }

  #subjects-and-courses-page-content {
    position: relative;
    z-index: 2;
    width: 85%;
    padding: 2vw 2.5vw 1vw;
    margin: 4vw auto -1vw;
  }

  #course-search-container {
    position: relative;
    z-index: 2;
    width: 85%;
    padding: 2vw 2.5vw 1vw;
    margin: 15vw auto -1vw;
  }

  #subject-dropdown {
    width: 38vw;
  }

  #subject-search {
    width: 38.85vw;
  }

  #subjects-and-courses-heading-container {
    position: absolute;
    top: -15vw;
    left: 10.7vw;
    z-index: 3;
  }

  #subjects-and-courses-heading-container #page-heading {
    font-size: 5.5vw;
    width: 76vw;
  }

  #page-heading {
    font-size: 5.7vw;
  }

  #new-page-subheading {
    font-size: 3.6vw;
  }

  #new-page-subheading.subjects-and-courses-main-color {
    font-size: 4.3vw;
  }

  #sideMenuContact i {
    margin-right: 5.8vw;
    font-size: 8.1vw;
    line-height: 5vw;
  }

  #main-side-menu {
    width: 92vw;
    padding-top: 26%;
  }

  #main-side-menu h3 {
    width: 83vw;
    font-size: 5.5vw;
    line-height: 6.3vw;
    padding-bottom: 2.7vw;
    font-weight: normal;
  }

  #course-search-box {
    height: 8vw;
  }

  #course-search-icon {
    font-size: 4vw;
    margin-left: -6vw;
    margin-top: 2vw;
  }

  #course-search-container p,
  #course-search-container li,
  #course-search-container input,
  .search-dropdown .fa-chevron-down {
    font-size: 3.2vw !important;
    line-height: 6vw;
  }

  .anchor:not(#Years1to10-anchor):not(#NCEA-anchor) {
    padding-top: 16.7vw !important;
    margin-top: -16.7vw !important;
  }

  .search-dropdown {
    height: 4.7vw;
  }

  .subject {
    float: left;
    margin: 1.5vw 0vw 0.3vw 4.5vw;
    height: 26vw;
  }

  .subject img {
    width: 22.4vw;
  }

  .subject p {
    text-align: center;
    margin: 1vw 0px 0px;
    width: 22.2vw;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  #header {
    height: 18vw;
  }

  .fa.pulse-down {
    display: none;
  }

  #homepage-container {
    padding-bottom: 104%;
  }

  .footerIcons {
    margin-top: -1vw;
  }

  #logo-mobile {
    top: 5vw;
    left: 29.1vw;
    width: 7vw;
  }

  #search {
    right: 20vw;
  }

  #mobile-search-icon {
    position: absolute;
    top: 3.2vw;
    right: 8vw;
    font-size: 6vw;
    color: #888;
  }

  #login {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  #search {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #FFF;
    right: -5vw;
    height: 0vw;
    width: 101vw !important;
    position: absolute;
    top: 16vw;
    color: white;
    transition: background-color 400ms ease-in-out, color 400ms ease-in-out, height 400ms ease-in-out;
    border-radius: 0px;
  }

  .translation~#search {
    right: -5vw;
  }

  #SearchForm_SearchForm {
    display: none;
  }

  #SearchForm_SearchForm_Search {
    background-color: transparent;
    border: transparent;
    margin: 3vw 8vw 1.3vw;
    font-size: 5.5vw;
    width: 69vw;
    line-height: 6vw;
  }

  #search[activated="true"] {
    background-color: #CCC !important;
    color: #888 !important;
  }

  #search-icon {
    margin: -13.5vw 1.25vw 0vw 1vw;
    font-size: 8vw;
    right: 26.7vw;
  }

  .translation~#search>#search-icon {
    margin-top: -12.8vw;
    right: 41.7vw;
  }

  .fa-user {
    display: block !important;
    color: #FFF;
    font-size: 8.2vw !important;
    margin-left: 1vw;
    margin-bottom: 4.6vw;
  }

  #login>p {
    display: none;
  }

  #login {
    padding: 1vw 2.2vw;
    border: none;
    width: 7.5vw;
    position: absolute;
    right: 0px;
    overflow: visible;
    font-size: 4.2vw;
    top: 2.5vw;
  }

  .translation~#login {
    right: 17vw;
  }

  #login-submenu {
    width: 30vw;
    margin: 0px -10px 0px -68px;
    border: 1px solid #a8a8a8;
  }

  #login-submenu li {
    padding: 1.8vw 1.8vw 1.8vw 2.8vw;
    line-height: 4vw;
    font-size: 3.8vw;
  }

  .translation {
    top: 7.8vw;
    right: 1.6vw;
    font-size: 4vw;
  }

  .mobile-nav-button {
    height: 20vw;
    width: 20vw;
    left: 0vw;
    background-size: 20vw 20vw;
  }

  .mobile-nav-button p {
    margin-top: 0vw;
  }

  .mobile-nav-button p span:first-child {
    font-size: 15vw;
    line-height: 14vw;
  }

  .mobile-nav-button p span:last-child {
    font-size: 4vw;
  }

  .mobile-nav-close {
    font-weight: normal;
    position: absolute;
    color: white;
    display: block;
    font-size: 40vw;
    top: 2vw;
    right: 5vw;
  }

  #hamburger-container {
    width: 11vw;
    height: 9vw;
    border: none;
    top: 5.1vw;
    left: 6.2vw;
  }

  .hamburger {
    padding: 0.5vw 1.8vw;
  }

  .hamburger-box {
    width: 9vw;
    height: 6.6vw;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 8.4vw;
    height: 0.6vw;
  }

  .hamburger-inner::before {
    top: -2.7vw;
  }

  .hamburger-inner::after {
    bottom: -2.7vw;
  }

  .secondary-nav-container>#secondary-nav .sideMenuLink {
    width: 80vw !important;
    margin-bottom: 0.7vw !important;
    font-size: 5.5vw !important;
    line-height: 6.8vw !important;
  }

  .quote-content {
    font-size: 4.2vw !important;
    line-height: 5.5vw !important;
    margin: 0 0 1.6vw 0 !important;
  }

  .quote-author {
    font-size: 4.4vw !important;
    font-weight: bold !important;
  }

  .testimonial-content {
    margin: 0 0 1vw 0 !important;
    line-height: 5.9vw !important;
    font-size: 4.4vw !important;
  }

  .testimonial-author {
    margin: 0 0 1vw 0 !important;
    font-size: 3.6vw !important;
    font-weight: bold !important;
  }

  .subject-heading {
    font-size: 6vw;
  }

  #subject-info-page p {
    margin: 0 0 5vw 0;
    line-height: 5.8vw;
    font-size: 4.6vw;
  }

  .subjectHeadingContainer {
    margin-bottom: 4.7vw;
  }

  #subject-info-page h3 {
    font-size: 21px;
  }

  #subject-info-page p {
    margin: 0 0 5vw 0;
    line-height: 5.4vw;
    font-size: 4vw;
  }

  #subject-info-page .course-list li {
    font-size: 3.7vw;
    line-height: 5vw;
  }

  #course-info-page h2:first-child {
    line-height: 25px;
    font-size: 21px;
  }

  #course-info-page h3 {
    font-size: 4.7vw;
    line-height: 5vw;
    margin-bottom: 5vw;
  }

  #course-info-page p {
    margin: 0 0 5vw 0;
    line-height: 5.4vw;
    font-size: 4vw;
  }

  .deliveryModes li {
    line-height: 5.4vw;
    font-size: 4vw;
  }

  ul.deliveryModes {
    list-style: none;
  }

  .datagrid {
    margin-top: 5vw;
  }

  .list {
    font-size: 14px;
    max-width: 100%;
  }

  .student-button-container {
    width: 83vw;
  }

  .student-zone-button img,
  .ech-button img {
    width: 35.9vw;
  }

  .student-zone-button a:first-child img,
  .ech-button a:first-child img {
    width: 35.8vw !important;
  }

  .student-zone-button p,
  .ech-button p {
    font-size: 3.8vw;
    line-height: 4.8vw;
    width: 35vw;
  }

  .student-zone-button-mi-nz p {
    font-size: 3.6vw !important;
    line-height: 4.4vw !important;
    width: 34vw !important;
    margin-bottom: 1.6vw !important;
  }

  .n-and-sw-container .close {
    font-size: 8vw;
  }

  .accordian .sideMenuLink {
    padding: 2vw 9vw 2vw 2vw;
    font-size: 4.5vw;
    line-height: 5.3vw;
    font-weight: bold;
  }

  .accordian .sideSubMenu h3 {
    font-size: 5vw;
  }

  .testimonial {
    margin: 4vw 0px;
    padding: 0px 0px 0px 0px;
  }

  .btn {
    padding: 4vw 4.2vw;
    font-size: 4.1vw;
  }

  .search-submenu {
    margin: 11px -.05vw;
  }

  #subject-search li {
    line-height: 4vw;
  }

  #curriculumlevel-dropdown {
    width: 33vw;
  }

  #curriculumlevel-search {
    width: 33.85vw;
  }

  .search-submenu {
    padding: 1vw 0px 0px 0px;
    margin: 2.9vw -.05vw;
    height: 64vw;
  }

  .search-dropdown .fa-chevron-down {
    margin: .5vw 1vw 0 0;
    font-size: 3.5vw;
  }

  #subject-info-page,
  #course-info-page {
    width: 81%;
    margin: 2vw auto 0 !important;
  }

  .student-group-container .sub-student-zone {
    width: 81vw;
  }

  .sub-student-zone>div>.background-text {
    left: 1vw;
  }

  #student-zone-container>.sub-student-zone {
    width: 80vw;
  }

  #check-results img {
    width: 262vw;
  }

  #check-results .trigger {
    top: 5vw;
    font-size: 4.5vw;
  }

  #check-results-info>p {
    width: 78vw;
    font-size: 4vw;
    margin: 0 0 2.6vw 0;
    line-height: 4.6vw;
  }

  #check-results-info .button {
    display: none;
    border: .5vw solid #FFF;
    position: absolute;
    top: 6.5vw;
    left: 63.2vw;
    padding: 2vw 6.2vw;
    color: #FFF;
  }

  #check-results-info .button:hover {
    border: .5vw solid #FFF;
    padding: 2vw 6.2vw;
  }

  .accordian p {
    margin: 0 0 3.6vw 0;
  }

  #copyright {
    font-size: 1.8vw;
    margin-right: 15vw;
  }

  .btn {
    margin-bottom: 0px;
  }

  #subject-choice-container {
    width: 100%;
  }

  #subject-choice-container li,
  #subject-content-tiles li.subject-tile {
    width: 30%;
  }

  #subject-choice-container li a p,
  #subject-content-tiles li.subject-tile p {
    font-size: 2.9vw;
    line-height: 3.2vw;
    margin: 1.7vw 0vw .8vw;
    width: 100%;
  }

  .mobileCSS {
    display: block !important;
  }

  .wideScreenCSS,
  .desktopCSS,
  .tabletCSS {
    display: none !important;
  }

}

