		/*** uncss> filename: dist/assets/css/teach-nsw/screen.css ***/

@charset "UTF-8";

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
main,
nav,
section {
  display: block;
}

a {
  background: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

strong {
  font-weight: bold;
}

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

img {
  border: 0;
}

button,
input,
select {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "montserrat-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  background-color: #fff;
}

input,
button,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #222;
  text-decoration: none;
}

a:hover,
a:focus {
  color: black;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.sr-only,
.tn-search-label,
.tn-social-media__link-text,
.tn-carousel__item {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
h2,
h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

h4,
h5 {
  margin-top: 11px;
  margin-bottom: 11px;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

p {
  margin: 0 0 11px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

ul ul {
  margin-bottom: 0;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 738px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-sm-3,
.col-md-3,
.col-lg-3,
.col-sm-4,
.col-md-6,
.col-sm-8,
.col-md-9,
.col-lg-9,
.col-xs-12,
.col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-3,
  .col-sm-4,
  .col-sm-8,
  .col-sm-12 {
    float: left;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-3,
  .col-md-6,
  .col-md-9 {
    float: left;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-9 {
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .col-lg-3,
  .col-lg-9 {
    float: left;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-9 {
    width: 75%;
  }
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  background-color: whitesmoke;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #777777;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #222;
  text-decoration: none;
}

.btn:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control {
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.tn-simple-page-list__item-content,
.tn-simple-page-list__item-content {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tn-simple-page-list__item-content {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .tn-simple-page-list__item-content {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url("/__data/assets/file/0014/36050/fontawesome-webfont.eot?v=0.1.3");
  src: url("/__data/assets/file/0014/36050/fontawesome-webfont.eot?v=0.1.3?#iefix") format("embedded-opentype"), url("/__data/assets/file/0003/36057/fontawesome-webfont.woff?v=0.1.3") format("woff"), url("/__data/assets/file/0016/36052/fontawesome-webfont.ttf?v=0.1.3") format("truetype"), url("/__data/assets/file/0015/36051/fontawesome-webfont.svg?v=0.1.3?#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa,
.check-list li:before,
li + .gef-breadcrumbs-list-item:before,
.gef-breadcrumb-back:before,
.tn-search-toggle:before,
.tn-search-btn:before,
.tn-nav__toggle:before,
.tn-nav__link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.tn-search-toggle:before,
.tn-search-btn:before {
  content: "";
}

.check-list li:before {
  content: "";
}

.active.tn-search-toggle:before,
.active.tn-nav__toggle:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.tn-nav__toggle:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.gef-breadcrumb-back:before {
  content: "";
}

.fa-angle-right:before,
li + .gef-breadcrumbs-list-item:before,
.tn-nav__link:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

.slick-prev:before {
  content: "←";
}

.slick-next {
  right: -25px;
}

.slick-next:before {
  content: "→";
}

/* Dots */

.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@font-face {
  font-family: "montserrat-light";
  src: url("/__data/assets/file/0019/118450/montserrat-light.eot?v=0.0.4");
  src: url("/__data/assets/file/0019/118450/montserrat-light.eot?v=0.0.4?#iefix") format("embedded-opentype"), url("/__data/assets/file/0004/118453/montserrat-light.woff?v=0.0.4") format("woff"), url("/__data/assets/file/0003/118452/montserrat-light.ttf?v=0.0.4") format("truetype"), url("/__data/assets/file/0020/118451/montserrat-light.svg?v=0.0.4") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserrat-regular";
  src: url("/__data/assets/file/0005/118454/montserrat-regular.eot?v=0.0.4");
  src: url("/__data/assets/file/0005/118454/montserrat-regular.eot?v=0.0.4?#iefix") format("embedded-opentype"), url("/__data/assets/file/0008/118457/montserrat-regular.woff?v=0.0.4") format("woff"), url("/__data/assets/file/0007/118456/montserrat-regular.ttf?v=0.0.4") format("truetype"), url("/__data/assets/file/0006/118455/montserrat-regular.svg?v=0.0.4") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserrat-bold";
  src: url("/__data/assets/file/0006/118446/montserrat-bold.eot?v=0.0.4");
  src: url("/__data/assets/file/0006/118446/montserrat-bold.eot?v=0.0.4?#iefix") format("embedded-opentype"), url("/__data/assets/file/0009/118449/montserrat-bold.woff?v=0.0.4") format("woff"), url("/__data/assets/file/0008/118448/montserrat-bold.ttf?v=0.0.4") format("truetype"), url("/__data/assets/file/0007/118447/montserrat-bold.svg?v=0.0.4") format("svg");
  font-weight: normal;
  font-style: normal;
}

.js .no-js {
  display: none;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 3px 18px;
  margin: 0;
}

.check-list li:before {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  top: 5px;
}

.check-list p {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .check-list li {
    padding-left: 30px;
  }

  .check-list li:before {
    font-size: 20px;
    font-size: 2rem;
  }
}

html {
  font-size: 0.625em !important;
  word-wrap: break-word;
}

@media screen and (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
}

h1 {
  font-size: 23.75px;
  font-size: 2.375rem;
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 1em;
}

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

@media screen and (min-width: 992px) {
  h1 {
    margin-bottom: 45px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "montserrat-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

@media screen and (min-width: 992px) {
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

h3 {
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 992px) {
  h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

h4 {
  font-family: "montserrat-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 992px) {
  h4 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

h5 {
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 992px) {
  h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h2,
h3,
h4,
h5 {
  margin-top: 25px;
  margin-bottom: 5px;
}

p {
  margin-top: 15px;
  margin-bottom: 15px;
}

strong {
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

ul,
ol {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  margin-bottom: 0px;
  margin-top: 15px;
}

li {
  margin-bottom: 15px;
}

a {
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: underline;
}

img {
  max-width: 100%;
  border: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

button {
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background-color 0.2s;
}

@media screen and (min-width: 992px) {
  button {
    padding: 10px 15px;
  }
}

button:hover,
button:focus {
  background-color: #fff;
}

label {
  display: block;
  font-size: 12px;
  color: #4d4d4d;
  margin-bottom: 0px;
  font-family: "montserrat-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.gef-ie8 .radio label {
  vertical-align: top;
}

@media screen and (min-width: 992px) {
  label {
    font-size: 14px;
    font-family: "montserrat-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
  }
}

.gef-ie8 input[type=radio] {
  position: relative;
}

select {
  border-radius: 0;
  border: 1px solid #888;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  select {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

a {
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: none;
  border-bottom: 2px dotted #888;
}

.gef-header-global {
  position: relative;
  z-index: 101;
  height: 42px;
  background-color: #f8f8f8;
}

@media screen and (min-width: 768px) {
  .gef-header-global {
    height: 60px;
  }
}

.gef-header-global-navbar {
  border: none;
}

.gef-header-global-title:first-child {
  margin: 15px 0;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
  font-family: "montserrat-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .gef-header-global-title:first-child {
    margin: 22px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.gef-header-global-title abbr {
  border-bottom: none;
}

.gef-header-global-url {
  font-family: inherit;
  text-decoration: none;
}

.gef-header-global-url:hover,
.gef-header-global-url:focus {
  text-decoration: underline;
  border-bottom: none;
}

.gef-header-global-url abbr {
  text-transform: none;
}

@media screen and (min-width: 992px) {
  .gef-header-global-url:before {
    content: attr(title);
  }

  .gef-header-global-url abbr {
    display: none;
  }
}

.gef-breadcrumbs {
  background-color: transparent;
  font-family: "montserrat-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 20px;
  padding: 0;
}

.gef-breadcrumbs .active {
  color: #222;
}

@media screen and (min-width: 768px) {
  .gef-breadcrumbs {
    padding: 0 0 20px 30px;
  }
}

@media screen and (min-width: 992px) {
  .gef-breadcrumbs {
    margin-left: 0;
  }
}

.gef-breadcrumbs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gef-breadcrumbs-list-item {
  display: inline-block;
}

li + .gef-breadcrumbs-list-item:before {
  content: "\f105";
  padding: 0 10px 0 5px;
  color: #747474;
}

.gef-breadcrumbs-list-link {
  text-decoration: underline;
}

.gef-breadcrumbs-list-link:hover,
.gef-breadcrumbs-list-link:focus {
  text-decoration: none;
}

.gef-breadcrumb-back {
  padding: 0 0 15px 0;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "montserrat-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}

.gef-breadcrumb-back:hover,
.gef-breadcrumb-back:focus {
  text-decoration: underline;
}

.gef-breadcrumb-back:before {
  padding-right: 10px;
}

.tn-no-breadcrumbs {
  margin-top: 30px;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .tn-no-breadcrumbs {
    margin-top: 0;
  }
}

.gef-footer {
  position: relative;
  overflow: auto;
  margin: 0;
  padding: 25px 0;
  width: 100%;
  background-color: #e1e1e1;
}

@media screen and (min-width: 768px) {
  .gef-footer {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 992px) {
  .gef-footer {
    padding: 45px;
  }
}

.gef-ie8 .gef-footer {
  overflow: hidden;
}

.gef-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  .gef-footer__list {
    padding-left: 0;
    width: 22%;
    letter-spacing: 0.5px;
  }

  .gef-footer__list:first-child {
    margin-left: 54%;
  }

  .gef-ie8 .gef-footer__list:first-child {
    margin-left: 48%;
  }
}

@media screen and (min-width: 992px) {
  .gef-footer__list {
    width: 20%;
  }

  .gef-footer__list:first-child {
    margin-left: 60%;
  }

  .gef-ie8 .gef-footer__list:first-child {
    margin-left: 25%;
  }
}

.gef-footer__item {
  display: block;
}

.gef-footer__link,
.tn-local-footer-links__link {
  display: block;
  font-family: "montserrat-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
}

.gef-footer__link:hover,
.tn-local-footer-links__link:hover,
.gef-footer__link:focus,
.tn-local-footer-links__link:focus {
  text-decoration: underline;
  border-bottom: none;
}

@media screen and (min-width: 992px) {
  .gef-footer__link,
  .tn-local-footer-links__link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.gef-footer__logo {
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
  width: 120px;
  height: 43px;
  clear: both;
  margin-left: 15px;
  background: url("/design/css/screen.css/dec-black-logo.svg") no-repeat;
  background-size: 100% auto;
}

.gef-ie8 .gef-footer__logo {
  background: url("/design/css/screen.css/dec-black-logo.png") no-repeat;
  width: 196px;
  height: 70px;
}

@media screen and (min-width: 768px) {
  .gef-footer__logo {
    position: absolute;
    margin: 0;
    bottom: 70px;
  }
}

@media screen and (min-width: 992px) {
  .gef-footer__logo {
    clear: none;
    width: 196px;
    height: 70px;
  }
}

/* Sticky footer styles
-------------------------------------------------- */

.gef-footer-sticky {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.gef-search-results__input {
  min-width: 250px;
  margin-right: 15px;
  margin-bottom: 5px;
  padding: 4px 5px 4px 10px;
  color: #747474;
  background-color: whitesmoke;
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #888;
  height: 30px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .gef-search-results__input {
    min-width: 350px;
  }
}

@media screen and (min-width: 992px) {
  .gef-search-results__input {
    min-width: 450px;
    height: 34px;
    margin-right: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1200px) {
  .gef-search-results__input {
    min-width: 570px;
  }
}

.gef-search-results__input.gef-active,
.gef-search-results__input:focus,
.gef-search-results__input:active {
  background-color: #fff;
  color: #222;
}

.gef-search__searchpagebtn {
  padding: 5px 12px !important;
  color: white;
  background-color: black;
  font-family: "montserrat-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: top;
}

.gef-search__searchpagebtn:hover,
.gef-search__searchpagebtn:focus {
  text-decoration: underline;
  color: white;
  background-color: black;
}

@media screen and (min-width: 992px) {
  .gef-search__searchpagebtn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.gef-search-results__count {
  border-top: 1px dotted #B5B5B5;
  border-bottom: 1px dotted #B5B5B5;
  margin: 25px 0;
}

.gef-search-results__count p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.gef-search-results__keyword {
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.gef-search-results__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gef-search-results__item {
  margin: 10px auto 5px -15px;
  padding: 15px 15px 2px 15px;
}

.gef-search-results__item:hover,
.gef-search-results__item:focus {
  background-color: whitesmoke;
  transition: background-color 0.2s ease 0s;
}

.gef-search-results__filetype {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 3px 0 0;
  cursor: auto;
  float: left;
}

.gef-search-results__itemheader {
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: underline;
  margin: 0px;
}

.gef-search-results__itemheader:hover,
.gef-search-results__itemheader:focus {
  text-decoration: none;
}

.gef-search-results__link {
  margin: 3px 0px -5px 0px;
  line-height: 22px;
}

.gef-search-results__url {
  font-family: "montserrat-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  color: #747474;
  overflow: hidden;
  line-height: 20px;
  text-decoration: none;
}

.gef-search-results__url:hover,
.gef-search-results__url:focus {
  text-decoration: underline;
  color: #747474;
}

@media screen and (min-width: 992px) {
  .gef-search-results__url {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.gef-search-results__morepages {
  margin: 35px 0;
}

.gef-search-results__pagination {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .gef-search-results__pagination {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.gef-search-results__pagination-item {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  padding-right: 5px;
}

@media screen and (min-width: 768px) {
  .gef-search-results__pagination-item {
    padding-right: 10px;
  }
}

.gef-search-results__pagination-link {
  font-family: "montserrat-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.gef-search-results__pagination-link.active {
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

@media screen and (min-width: 992px) {
  .gef-search-results__pagination-link {
    padding-right: 15px;
  }
}

.gef-header-global {
  background-color: #C0D82E;
  border-bottom: 1px solid #fff;
}

.main-content {
  margin-bottom: 20px;
}

.main-content img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .main-content > div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tn-landing .main-content > div {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .main-content {
    margin-bottom: 50px;
  }
}

.tn-content-header {
  font-size: 17px;
  font-size: 1.7rem;
}

@media screen and (min-width: 768px) {
  .tn-content-header {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 992px) {
  .tn-content-header {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .tn-content-header:first-child {
    margin: 35px 0px 45px 0px;
    color: #003E52;
  }

  .tn-landing .tn-content-header {
    margin-top: 0;
  }
}

.tn-landing .tn-content-header--homepage {
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .tn-landing .tn-content-header--homepage {
    margin-left: -30px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 992px) {
  .tn-landing .tn-content-header--homepage {
    margin-bottom: 20px;
    color: #000000;
  }
}

.tn-infobox {
  border: 2px solid #99E3E2;
  text-align: center;
  font-family: "montserrat-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 20px;
  margin-bottom: 30px;
}

.tn-infobox strong {
  display: block;
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.tn-infobox p {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .tn-infobox {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 30px;
    margin-bottom: 50px;
  }

  .tn-infobox strong {
    display: inline;
  }
}

@media screen and (min-width: 992px) {
  .tn-infobox {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 35px;
    margin-bottom: 70px;
  }
}

.tn-print {
  display: none;
}

.gef-header-global {
  background-color: #C0D82E;
  border-bottom: 1px solid #fff;
}

.tn-header {
  position: relative;
  border-bottom: 3px solid #222;
  z-index: 100;
}

.tn-header-local {
  position: relative;
  z-index: 100;
  background: whitesmoke;
  padding: 10px 0;
}

@media screen and (min-width: 992px) {
  .tn-header-local {
    padding: 15px 0;
  }
}

.tn-header-local-logo {
  margin: 0;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: none;
}

.tn-header-local-logo a {
  text-decoration: none;
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.tn-header-local-logo a:hover,
.tn-header-local-logo a:focus {
  color: #4d4d4d;
}

@media screen and (min-width: 992px) {
  .tn-header-local-logo {
    font-size: 48px;
    font-size: 4.8rem;
    margin-bottom: 0 !important;
  }
}

.tn-header {
  background-color: #D6EB54;
  border-bottom: 0;
}

@media screen and (min-width: 992px) {
  .tn-header {
    margin-bottom: 1px;
  }
}

.tn-header-local {
  padding: 30px 0;
  background-color: #D6EB54;
}

@media screen and (min-width: 992px) {
  .tn-header-local {
    padding: 60px 0;
    background-color: transparent;
  }
}

.tn-header-local-logo {
  display: block;
  width: 150px;
  height: 23px;
  background: transparent url("/design/css/screen.css/teach-nsw-logo.svg") no-repeat 0 0;
  background-size: 150px auto;
}

.gef-ie8 .tn-header-local-logo {
  background: transparent url("/design/css/screen.css/teach-nsw-logo.png") no-repeat 0 0;
}

.tn-header-local-logo a {
  display: block;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .tn-header-local-logo {
    margin-top: 3px !important;
    width: 190px;
    height: 26px;
    background-size: 190px auto;
  }
}

@media screen and (min-width: 992px) {
  .tn-header-local-logo {
    width: 300px;
    height: 40px;
    background-size: 100% auto;
  }
}

.tn-search {
  margin: 0;
  padding: 0 15px;
  overflow: visible;
}

@media screen and (min-width: 992px) {
  .tn-search {
    margin-top: 35px;
  }
}

.tn-search-toggle {
  background: transparent;
  box-shadow: none;
  position: absolute;
  right: 15px;
  top: -30px;
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
}

.tn-search-toggle:hover,
.tn-search-toggle:focus,
.tn-search-toggle:active:focus,
.active.tn-search-toggle:focus,
.active.tn-search-toggle {
  background: transparent;
  box-shadow: none;
}

.tn-search-toggle:before {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #222;
  transition: color 0.2s;
  font-size: 20px;
  font-size: 2rem;
}

.active.tn-search-toggle:before {
  color: #222;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .tn-search-toggle {
    display: none;
  }
}

.tn-search-input-group {
  position: relative;
  display: block;
  opacity: 0;
  height: 0;
  padding-top: 0;
  overflow: hidden;
  transition: padding-top 0.2s 0.1s, height 0.3s, opacity 0.5s;
}

.active.tn-search-input-group {
  padding-top: 15px;
  height: 52px;
  opacity: 1;
  transition: padding-top 0.2s, height 0.3s, opacity 0.5s;
}

@media screen and (min-width: 768px) {
  .tn-search-input-group {
    position: relative;
    height: auto;
    opacity: 1;
  }

  .active.tn-search-input-group {
    padding-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .tn-search-input-group {
    overflow: visible;
  }
}

.tn-search-input {
  display: block;
  width: auto;
  border: 2px solid #fff;
  padding-right: 50px;
  background-color: transparent;
  box-shadow: none;
  transition: background-color 0.2s;
}

.tn-search-input:focus,
.tn-search-input:active {
  border-color: #fff;
  background-color: #fff;
  color: #222;
  box-shadow: none;
}

@media screen and (min-width: 992px) {
  .tn-search-input {
    height: 50px;
    line-height: 50px;
  }
}

.tn-search-btn {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 0;
  background-color: #fff;
  float: right;
  transition: background-color 0.2s, color 0.2s;
}

.tn-search-btn:before {
  color: #222;
}

.tn-search-btn:hover,
.tn-search-btn:focus {
  background-color: #222;
}

.tn-search-btn:hover:before,
.tn-search-btn:focus:before {
  color: #fff;
  transition: color 0.2s;
}

@media screen and (min-width: 768px) {
  .tn-search-btn {
    top: 0;
  }
}

@media screen and (min-width: 992px) {
  .tn-search-btn {
    width: 50px;
    height: 50px;
  }

  .tn-search-btn:before {
    margin-left: -1px;
    margin-top: 1px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 992px) {
  .tn-search {
    margin-top: 0;
  }
}

.tn-search-toggle {
  right: 50px;
  top: -28px;
}

.tn-search-toggle:hover,
.tn-search-toggle:focus {
  background-color: transparent;
}

.tn-search-input {
  line-height: 1;
  border: 2px solid #222;
  color: #000;
}

.tn-search-input:focus {
  background-color: #F0F8C3;
  border: 2px solid #000;
}

.tn-search-input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.tn-search-input::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.tn-search-input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.tn-search-input::placeholder {
  color: #000;
  opacity: 1;
}

.tn-search-btn {
  background-color: #222;
  border-right: 2px solid #222;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  border-left: transparent;
  height: 36px;
}

@media screen and (min-width: 992px) {
  .tn-search-btn {
    height: 50px;
  }
}

.tn-search-btn:before {
  color: #C0D82E;
}

.tn-search-btn:hover,
.tn-search-btn:focus {
  background-color: #D6EB54;
}

.tn-search-btn:hover:before,
.tn-search-btn:focus:before {
  color: #222;
}

.tn-nav {
  position: static;
}

.tn-nav__toggle {
  background: transparent;
  box-shadow: none;
  position: absolute;
  z-index: 100;
  top: 25px;
  right: 10px;
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
}

.tn-nav__toggle:hover,
.tn-nav__toggle:focus,
.tn-nav__toggle:active:focus,
.active.tn-nav__toggle:focus,
.active.tn-nav__toggle {
  background: transparent;
  box-shadow: none;
}

.tn-nav__toggle:before {
  position: absolute;
  top: 4px;
  left: 7px;
  color: #222;
  font-size: 24px;
  font-size: 2.4rem;
  transition: color 0.2s;
}

.active.tn-nav__toggle:before {
  top: 5px;
  left: 9px;
  color: #222;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .tn-nav__toggle {
    display: none;
  }
}

.tn-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  background: whitesmoke;
  padding: 15px 15px 30px;
  text-align: left;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: transform 0.6s;
}

.active.tn-nav__list {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (min-width: 768px) {
  .tn-nav__list {
    position: relative;
    top: auto;
    display: table;
    margin: 0;
    border-color: #fff;
    border-style: solid;
    border-width: 2px 1px 0px;
    padding: 0;
    background: transparent;
    text-align: left;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: transform 0s;
  }
}

.tn-nav__item {
  padding: 15px 0;
  border-bottom: 1px dotted #222;
}

.tn-nav__item:first-child {
  border-top: 1px dotted #222;
}

@media screen and (min-width: 768px) {
  .tn-nav__item {
    display: table-cell;
    border-bottom: 0;
    padding: 0;
  }

  .tn-nav__item:first-child {
    border-top: 0;
  }
}

.tn-nav__link {
  position: relative;
  display: block;
  color: #222;
  padding-right: 30px;
  font-family: "montserrat-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  font-size: 1.1rem;
}

.tn-nav__link:hover,
.tn-nav__link:focus {
  text-decoration: underline;
  color: #222;
}

.tn-nav__link:before {
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -8px;
  font-size: 14px;
  font-size: 1.4rem;
}

.current > .tn-nav__link {
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .tn-nav__link {
    display: table;
    vertical-align: bottom;
    height: 70px;
    border: 1px solid #fff;
    border-width: 0 1px;
    background-color: #333;
    padding: 10px;
    color: #fff;
    font-family: "montserrat-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.6;
    transition: background-color 0.2s;
  }

  .tn-nav__link:hover,
  .tn-nav__link:focus {
    text-decoration: underline;
    background-color: #222;
  }

  .tn-nav__link:before {
    content: none;
  }

  .current > .tn-nav__link {
    font-family: "montserrat-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    background-color: #555;
  }

  .current > .tn-nav__link:hover {
    text-decoration: none;
    background-color: #555;
    cursor: default;
  }

  .current > .tn-nav__link:focus {
    text-decoration: underline;
  }

  .current > .tn-nav__link:before {
    content: '';
    position: absolute;
    top: 100%;
    right: auto;
    display: block;
    margin-top: 0;
    width: 0;
    height: 0;
    border-width: 8px 9px;
    border-color: #555 transparent transparent;
    border-style: solid;
  }

  .tn-nav__link span {
    display: table-cell;
    vertical-align: bottom;
  }
}

@media screen and (min-width: 992px) {
  .tn-nav__link {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .current > .tn-nav__link:before {
    border-width: 10px 11px;
  }
}

@media screen and (min-width: 1200px) {
  .tn-nav__link {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 12px 30px;
  }
}

.tn-nav__list {
  background: #D6EB54;
}

@media screen and (min-width: 768px) {
  .tn-nav__item {
    vertical-align: top;
  }
}

.tn-nav__link {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .tn-nav__link {
    color: #222;
    background-color: #99E3E2;
  }

  .tn-nav__link:hover,
  .tn-nav__link:focus {
    color: #222;
    background-color: #51D0CE;
  }

  .current > .tn-nav__link {
    background-color: #D6EB54;
  }

  .current > .tn-nav__link:hover {
    background-color: #D6EB54;
  }

  .current > .tn-nav__link:before {
    border-top-color: #D6EB54;
  }
}

.tn-nav-pills__list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 0;
}

@media screen and (min-width: 992px) {
  .tn-nav-pills__list {
    margin-bottom: 70px;
  }
}

.tn-nav-pills__item {
  margin-bottom: 2px;
  background-color: whitesmoke;
  padding: 0px;
  line-height: 40px;
  font-size: 11px;
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
  .tn-nav-pills__item {
    display: block;
    float: left;
    margin-right: 2px;
    line-height: 60px;
    font-size: 12px;
    font-size: 1.2rem;
    border: none;
  }
}

@media screen and (min-width: 992px) {
  .tn-nav-pills__item {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.tn-nav-pills__link {
  display: block;
  padding: 0px 15px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  transition: background-color 0.2s;
}

.tn-nav-pills__link:hover,
.tn-nav-pills__link:focus {
  background-color: #888;
}

.active .tn-nav-pills__link {
  background-color: #888;
  cursor: pointer;
}

.active .tn-nav-pills__link:hover,
.active .tn-nav-pills__link:focus {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .tn-nav-pills__link {
    padding-left: 30px;
    padding-right: 30px;
    font-family: "montserrat-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}

.tn-nav-pills__link:hover,
.tn-nav-pills__link:focus {
  background-color: #c2c3c5;
}

.active .tn-nav-pills__link {
  background-color: #D6EB54;
}

.active .tn-nav-pills__link:hover,
.active .tn-nav-pills__link:focus {
  background-color: #D6EB54;
}

.tn-nav-pills__heading {
  font-size: 14px;
  font-family: "montserrat-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  margin-left: 0px;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  .tn-nav-pills__heading {
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: 30px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .tn-nav-pills__heading {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.tn-stand-first {
  margin-bottom: 20px;
  border: 1px solid #888;
  padding: 15px 15px 10px;
}

@media screen and (min-width: 992px) {
  .tn-stand-first {
    padding: 0;
    border-width: 2px;
  }
}

.tn-stand-first__content {
  font-size: 12px;
  font-size: 1.2rem;
  color: #222;
  line-height: 1.4;
}

.tn-stand-first__content > *:first-child {
  margin-top: 0;
}

.tn-stand-first__content > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .tn-stand-first__content {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 10px 15px;
  }
}

@media screen and (min-width: 992px) {
  .tn-stand-first__content {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 42px 30px 30px;
  }
}

.tn-stand-first__ribbon {
  position: relative;
  margin: 15px -30px;
  border-bottom: 5px solid #888;
  background-color: whitesmoke;
  padding: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
}

.tn-stand-first__ribbon:before,
.tn-stand-first__ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 5px;
  display: block;
  width: 0;
  height: 0;
  border-width: 4px 7px;
  border-color: #888 #888 transparent transparent;
  border-style: solid;
}

.tn-stand-first__ribbon:after {
  left: auto;
  right: 0;
  border-color: #888 transparent transparent #888;
}

.tn-stand-first__ribbon strong {
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  display: block;
}

@media screen and (min-width: 768px) {
  .tn-stand-first__ribbon {
    padding: 15px 30px;
  }

  .tn-stand-first__ribbon strong {
    display: inline;
  }
}

@media screen and (min-width: 992px) {
  .tn-stand-first__ribbon {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 15px -30px 50px;
    border-bottom-width: 7px;
    padding: 30px;
  }

  .tn-stand-first__ribbon:before,
  .tn-stand-first__ribbon:after {
    margin-top: 7px;
    border-width: 7px 15px;
  }
}

.tn-stand-first {
  border-color: #99E3E2;
}

.tn-stand-first__ribbon {
  background-color: #D6EB54;
  border-color: #C0D82E;
}

.tn-stand-first__ribbon:before {
  border-color: #C0D82E #C0D82E transparent transparent;
}

.tn-stand-first__ribbon:after {
  border-color: #C0D82E transparent transparent #C0D82E;
}

.tn-video__container {
  background-color: #f5f5f5;
  font-family: "montserrat-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 40px 0 25px 0;
  overflow: auto;
  width: auto;
  height: auto;
}

@media screen and (min-width: 768px) {
  .tn-video__container {
    padding: 50px 0 35px 0;
  }
}

@media screen and (min-width: 992px) {
  .tn-video__container {
    padding: 60px 0 45px 0;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .tn-video__container {
    padding: 70px 0 60px 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.tn-video__container-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .tn-video__container-content {
    width: 738px;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media screen and (min-width: 992px) {
  .tn-video__container-content {
    width: 970px;
  }
}

@media screen and (min-width: 1200px) {
  .tn-video__container-content {
    width: 1170px;
  }
}

.tn-video__header {
  margin-bottom: 0.5em;
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (min-width: 992px) {
  .tn-video__header {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1200px) {
  .tn-video__header {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.tn-video__wrapper {
  position: relative;
  margin-top: 20px;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  width: auto;
  height: auto;
}

@media screen and (min-width: 992px) {
  .tn-video__wrapper {
    margin-top: 35px;
  }
}

.tn-video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tn-video__transcript {
  text-transform: uppercase;
  float: right;
  margin-top: 25px;
}

@media screen and (min-width: 992px) {
  .tn-video__transcript {
    margin-top: 35px;
  }
}

.tn-video__transcript-link {
  text-decoration: underline;
  font-family: "montserrat-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

.tn-video__transcript-link:hover,
.tn-video__transcript-link:focus {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .tn-video__transcript-link {
    padding: 60px 0 45px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.tn-video__container {
  background-color: #E9E9E9;
}

.tn-video__container.tn-video__container--standardpage-transparentbg {
  background-color: transparent;
  padding: 20px 0 15px 0;
}

@media screen and (min-width: 992px) {
  .tn-video__container.tn-video__container--standardpage-transparentbg {
    padding: 35px 0 45px 0;
    overflow-y: hidden;
  }
}

.tn-video__container--standardpage-transparentbg .tn-video__container-content {
  width: auto;
  margin-left: -15px;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 0;
}

.tn-local-footer {
  background-color: #D6F4F3;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .tn-local-footer {
    height: 170px;
    padding-top: 42px;
  }
}

@media screen and (min-width: 992px) {
  .tn-local-footer {
    padding-top: 57px;
  }
}

@media screen and (min-width: 768px) {
  .tn-local-footer__row {
    padding: 0 30px;
  }
}

@media screen and (min-width: 992px) {
  .tn-local-footer-links {
    margin-top: 15px;
  }
}

.tn-local-footer-links__list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 5px;
}

@media screen and (min-width: 768px) {
  .tn-local-footer-links__list {
    padding-left: 0;
  }
}

.tn-local-footer-links__item {
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  .tn-local-footer-links__item {
    display: inline-block;
    margin-right: 5px;
  }
}

@media screen and (min-width: 992px) {
  .tn-local-footer-links__link {
    padding: 0 35px 0 0;
  }
}

.tn-social-media {
  float: left;
  padding: 20px 0 0 20px;
}

@media screen and (min-width: 768px) {
  .tn-social-media {
    margin-top: 12px;
    margin-right: 15px;
    float: right;
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  .tn-social-media {
    margin-top: 0;
  }
}

.tn-social-media__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tn-social-media__list-item {
  display: inline-block;
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
  .tn-social-media__list-item {
    margin-left: 40px;
  }
}

.tn-social-media__list-item:first-child {
  margin-left: 0;
}

.tn-social-media__list-link {
  border-radius: 50%;
  background-color: #000;
  height: 35px;
  width: 35px;
  transition: background-color 0.2s;
  display: block;
}

.tn-social-media__list-link:hover,
.tn-social-media__list-link:focus {
  background-color: #f5f5f5;
}

.tn-social-media__list-link:visited {
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .tn-social-media__list-link {
    height: 50px;
    width: 50px;
  }
}

.fa-twitter:before {
  content: "\f099";
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  left: 9px;
  top: 8px;
}

@media screen and (min-width: 768px) {
  .fa-twitter:before {
    font-size: 28px;
    font-size: 2.8rem;
    left: 12px;
    top: 11px;
  }
}

.fa-facebook:before {
  content: "\f09a";
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  left: 11px;
  top: 8px;
}

@media screen and (min-width: 768px) {
  .fa-facebook:before {
    font-size: 28px;
    font-size: 2.8rem;
    left: 16px;
    top: 13px;
  }
}

.fa-youtube:before {
  content: "\f167";
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  left: 9px;
  top: 8px;
}

@media screen and (min-width: 768px) {
  .fa-youtube:before {
    font-size: 28px;
    font-size: 2.8rem;
    left: 14px;
    top: 12px;
  }
}

.fa-instagram:before {
  content: "\f16d";
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  left: 9px;
  top: 8px;
}

@media screen and (min-width: 768px) {
  .fa-instagram:before {
    font-size: 28px;
    font-size: 2.8rem;
    left: 13px;
    top: 12px;
  }
}

.fa-google-plus:before {
  content: "\f0d5";
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  left: 9px;
  top: 8px;
}

@media screen and (min-width: 768px) {
  .fa-google-plus:before {
    font-size: 28px;
    font-size: 2.8rem;
    left: 14px;
    top: 12px;
  }
}

.tn-social-media__list-link:hover {
  background-color: #51D0CE;
}

.tn-hero {
  display: block;
  overflow: auto;
  background-color: #f5f5f5;
  font-family: "montserrat-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .tn-hero {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .tn-hero {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 70px;
  }
}

.tn-hero__image {
  width: 100%;
  height: auto;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .tn-hero__image {
    width: 58%;
    float: left;
  }
}

.tn-hero__content {
  padding: 20px 15px 0;
  width: 100%;
  margin: 0;
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .tn-hero__content {
    width: 42%;
    float: right;
    padding: 25px 25px 0;
  }
}

@media screen and (min-width: 1200px) {
  .tn-hero__content {
    padding: 30px 35px 0;
  }
}

.tn-hero__header {
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (min-width: 992px) {
  .tn-hero__header {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1200px) {
  .tn-hero__header {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.tn-hero {
  background-color: #99E3E2;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .tn-hero {
    margin-bottom: 80px;
  }
}

.tn-hero__header {
  margin-bottom: 11px;
}

.tn-sign-up {
  background-color: #D6F4F3;
  border-top: 1px solid #fff;
  padding: 40px 0 25px;
}

@media screen and (min-width: 768px) {
  .tn-sign-up {
    padding: 50px 0 35px;
  }
}

@media screen and (min-width: 992px) {
  .tn-sign-up {
    padding: 60px 0 45px;
  }
}

@media screen and (min-width: 1200px) {
  .tn-sign-up {
    padding: 70px 0 60px;
  }
}

.tn-sign-up__row {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .tn-sign-up__row {
    padding: 0 30px;
  }
}

.tn-sign-up__header {
  margin-bottom: 0.5em;
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (min-width: 992px) {
  .tn-sign-up__header {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 0.89;
  }
}

@media screen and (min-width: 1200px) {
  .tn-sign-up__header {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.tn-sign-up__details {
  padding-bottom: 20px;
  font-family: "montserrat-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

.tn-sign-up__details p {
  margin-bottom: 15px;
}

.tn-sign-up__details p:last-child {
  margin-bottom: 0px;
}

@media screen and (min-width: 992px) {
  .tn-sign-up__details {
    padding-bottom: 50px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .tn-sign-up__details {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.334;
  }
}

.tn-sign-up input,
.tn-sign-up select {
  width: 100%;
  text-indent: 15px;
  border: 1px solid #000;
  line-height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
}

.tn-sign-up input::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.tn-sign-up input::-moz-placeholder,
.tn-sign-up select::-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.tn-sign-up input:-ms-input-placeholder,
.tn-sign-up select:-ms-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.tn-sign-up input::placeholder,
.tn-sign-up select::placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.tn-sign-up__fname,
.tn-sign-up__lname,
.tn-sign-up__email,
.tn-sign-up__status {
  width: 99%;
  padding-right: 0;
  position: relative;
  height: 50px;
}

@media screen and (min-width: 992px) {
  .tn-sign-up__fname {
    display: inline-block;
    width: 39%;
    padding-right: 15px;
    margin-bottom: 50px;
  }

  .tn-sign-up__fname input {
    height: 60px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 992px) {
  .tn-sign-up__lname {
    display: inline-block;
    width: 30%;
    padding-right: 15px;
    margin-bottom: 50px;
  }

  .tn-sign-up__lname input {
    height: 60px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.tn-sign-up__status select {
  text-indent: 5px;
  height: 44px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  color: #000;
}

.tn-sign-up__status option {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .tn-sign-up__status {
    display: inline-block;
    width: 29.3%;
  }

  .tn-sign-up__status select {
    height: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .gef-ie8 .tn-sign-up__status select {
    padding: 10px 10px 20px 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .gef-ie9 .tn-sign-up__status select {
    padding-left: 10px;
  }
}

.gef-ie8 .tn-sign-up__status {
  vertical-align: middle;
  padding: 0 10px 20px 10px;
}

@media screen and (min-width: 992px) {
  .tn-sign-up__email {
    margin-bottom: 50px;
  }

  .tn-sign-up__email input {
    height: 60px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.tn-sign-up__submit button {
  width: 98.8%;
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 8px;
  padding: 15px 40px !important;
  float: right;
  border: none;
  background-color: #D6EB54;
  border-radius: 4px !important;
  border-bottom: 4px solid #C0D82E;
  color: #000;
  cursor: pointer;
  height: 50px;
}

.tn-sign-up__submit button:hover,
.tn-sign-up__submit button:focus {
  background-color: #C0D82E;
}

@media screen and (min-width: 992px) {
  .tn-sign-up__submit button {
    font-size: 18px;
    font-size: 1.8rem;
    height: 65px;
    margin: 12px 10px 20px 0;
    padding: 20px 50px !important;
    width: 25%;
    white-space: nowrap;
  }
}

#mce-error-response {
  width: 99%;
  padding: 15px;
  border: 1px solid #c2c3c5;
  line-height: 1.2;
  background-color: #FCD7D7;
  font-family: "montserrat-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 992px) {
  #mce-error-response {
    width: 80%;
    margin: 20px auto;
  }
}

#mce-success-response {
  width: 99%;
  padding: 15px;
  border: 1px solid #c2c3c5;
  line-height: 1.2;
  background-color: #F4FFEC;
  font-family: "montserrat-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 992px) {
  #mce-success-response {
    width: 80%;
    margin: 20px auto;
  }
}

.tn-sign-up input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.tn-sign-up input::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.tn-sign-up input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.tn-sign-up input::placeholder {
  color: #000;
  opacity: 1;
}

.tn-rhs-nav {
  margin: 20px auto;
  padding: 0 15px 20px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  border-top: 1px solid #c2c3c5;
}

@media screen and (min-width: 992px) {
  .tn-rhs-nav {
    margin-top: 50px;
    padding: 0 15px 20px 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.tn-rhs-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tn-rhs-nav__list-item {
  border-bottom: 1px dotted #c2c3c5;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 55px;
}

.tn-rhs-nav__list-item .tn-rhs-nav__list-link {
  text-transform: uppercase;
}

.tn-rhs-nav__list-item .current {
  font-family: "montserrat-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: underline;
}

.tn-rhs-nav__list-item .current:hover {
  text-decoration: none;
}

.tn-rhs-nav__list-link {
  font-weight: normal;
  font-family: "montserrat-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  display: block;
}

.tn-rhs-nav__list-link:hover {
  text-decoration: underline;
}

.tn-rhs-nav__childlist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

.current + .tn-rhs-nav__childlist {
  display: block;
}

.tn-rhs-nav__childlist-item {
  padding-bottom: 3px;
}

.tn-rhs-nav__childlist-item:first-child {
  padding-top: 10px;
}

.tn-rhs-nav__childlist-link {
  font-weight: normal;
  font-family: "montserrat-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  display: block;
}

.tn-rhs-nav__childlist-link:hover {
  text-decoration: underline;
}

.tn-page-list {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .tn-page-list {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .tn-page-list {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
}

.tn-page-list__header {
  margin-bottom: 22px;
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (min-width: 992px) {
  .tn-page-list__header {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 37px;
  }
}

@media screen and (min-width: 1200px) {
  .tn-page-list__header {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 47px;
  }
}

.tn-page-list__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tn-page-list__list-item {
  vertical-align: top;
}

@media screen and (min-width: 992px) {
  .tn-page-list__list-item {
    display: inline-block;
    width: 48.5%;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
  .even.tn-page-list__list-item {
    margin-left: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .even.tn-page-list__list-item {
    margin-left: 23px;
  }
}

.tn-page-list__list-header {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

@media screen and (min-width: 992px) {
  .tn-page-list__list-header {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.tn-page-list__list-link {
  position: relative;
  width: 100%;
  display: block;
  transition: background-color 0.2s;
  border-radius: 8px;
  font-weight: bold;
  line-height: 25px;
  padding: 15px 40px 15px 20px;
  text-decoration: none;
}

.tn-page-list__list-link:hover,
.tn-page-list__list-link:focus {
  background-color: #ddd;
}

@media screen and (min-width: 992px) {
  .tn-page-list__list-link {
    line-height: 30px;
    padding: 20px 60px 20px 30px;
  }
}

.tn-page-list__list-link .fa-caret-right {
  content: "\f0da";
  margin: auto;
  float: right;
  color: white;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (min-width: 992px) {
  .tn-page-list__list-link .fa-caret-right {
    margin-top: -28px;
    font-size: 60px;
    font-size: 6rem;
  }
}

.tn-page-list__list-content {
  padding: 5px 15px 0;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .tn-page-list__list-content {
    padding: 10px 30px;
  }
}

@media screen and (min-width: 992px) {
  .tn-page-list__list-content {
    padding: 15px 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.tn-page-list__header {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .tn-page-list__header {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 1200px) {
  .tn-page-list__header {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.tn-page-list__list-link {
  background-color: #99E3E2;
}

.tn-page-list__list-link:hover,
.tn-page-list__list-link:focus {
  background-color: #51D0CE;
}

.gef-accordion-anchor-box {
  display: block;
  background: #e9e9e9;
  padding: 30px 35px !important;
  margin: 0 0 35px 0 !important;
}

@media screen and (min-width: 992px) {
  .gef-accordion-anchor-box {
    margin: 0 10px 20px 0 !important;
  }
}

.gef-accordion-anchor-box-title {
  margin: 0;
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (min-width: 992px) {
  .gef-accordion-anchor-box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.gef-accordion-anchor-box-list {
  margin: 20px 0 0;
  padding: 0;
}

.gef-accordion-anchor-box-item {
  list-style: none;
  margin: 10px 0 0;
  padding: 0 0 0 25px;
}

.gef-accordion-anchor-box-item:first-child {
  margin: 0;
}

.gef-accordion-anchor-box-item:before {
  content: '\f063';
  display: inline-block;
  position: relative;
  font-family: 'FontAwesome';
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0px 10px 0px -25px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 992px) {
  .gef-accordion-anchor-box-item:before {
    margin: 0px 20px 0px -25px;
  }
}

.gef-accordion-anchor-box-link {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 992px) {
  .gef-accordion-anchor-box-link {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.gef-accordion-toggle {
  position: absolute;
  left: -999em;
}

@media screen and (min-width: 992px) {
  .gef-accordion-toggle {
    display: block;
    padding: 0;
    margin: -48px 27px 20px 0;
    border: 1px solid #242424;
    border-width: 0 0 1px;
    border-radius: 0;
    position: static;
    background: none;
    text-transform: none;
    outline: 0 none;
    float: right;
  }

  .gef-accordion-toggle:hover,
  .gef-accordion-toggle:focus {
    border-color: transparent;
  }

  .gef-accordion-toggle:after {
    content: '\f067';
    position: relative;
    font-family: 'FontAwesome';
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
    margin: 10px 0px 0px 10px;
  }

  .gef-accordion-toggle.active:after {
    content: '\f068';
  }

  .gef-ie9 .gef-accordion-toggle:before {
    margin: 10px -20px 0 0;
  }
}

.gef-accordion-group {
  display: block;
  padding-left: 0px !important;
}

@media screen and (min-width: 992px) {
  .gef-accordion-group {
    padding: 20px 0 0;
    margin-right: 30px;
  }
}

.gef-accordion-group-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .gef-accordion-group-title {
    padding: 0 25px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.gef-accordion-title {
  display: block;
  margin: 0 0 7px;
  padding: 20px 62px 20px 25px;
  font-size: 16px;
  font-size: 1.6rem;
  background: #d6f4f3;
  position: relative;
  clear: both;
}

.js .gef-accordion-title {
  cursor: pointer;
}

.js .gef-accordion-title:before {
  content: '\f067';
  font-family: 'FontAwesome';
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px !important;
  position: absolute;
  right: 25px;
  top: 50%;
  -ms-transform: translateY(-11px);
  transform: translateY(-11px);
}

.js .gef-accordion-title.active {
  background: #99e3e2;
}

.js .gef-accordion-title.active:before {
  content: '\f068';
}

.gef-ie9 .gef-accordion-title:before {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .gef-accordion-title {
    margin: 0 0 15px;
  }

  .js .gef-accordion-title {
    transition: background-color 0.3s;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .js .gef-accordion-title:hover,
  .js .gef-accordion-title:focus {
    background: #99e3e2;
  }
}

.gef-accordion-content {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}

.gef-accordion-content p {
  margin-bottom: 15px;
}

.gef-accordion-content p:last-child {
  margin-bottom: 0px;
}

.js .gef-accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s;
}

.js .gef-accordion-content.active {
  max-height: 2000px;
}

@media screen and (min-width: 992px) {
  .gef-accordion-content {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.gef-accordion-padding {
  display: block;
  padding: 15px 18px;
  margin: 0 0 7px;
  border: 1px dotted #242424;
  border-width: 1px 0;
}

.gef-accordion-padding *:first-child {
  margin-top: 0;
}

.gef-accordion-padding *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .gef-accordion-padding {
    margin: 0 0 15px;
    padding: 7px 23px;
  }
}

.scholarships__item {
  padding: 0;
  margin-bottom: 15px;
  border: 1px solid #99E3E2;
}

@media screen and (min-width: 768px) {
  .scholarships__item {
    display: table;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .scholarships__item {
    margin-bottom: 30px;
  }
}

.scholarships__col p {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .scholarships__col {
    display: table-cell;
    width: 25%;
    border-left: 1px solid #99E3E2;
    padding: 5px 15px;
  }
}

@media screen and (min-width: 1200px) {
  .scholarships__col {
    padding: 20px 30px;
  }
}

@media screen and (min-width: 768px) {
  .scholarships__item {
    border-left: 0px;
  }
}

@media screen and (min-width: 992px) {
  .scholarships__item {
    border-left: 0px;
  }
}

@media screen and (min-width: 1200px) {
  .scholarships__item {
    border-left: 0px;
  }
}

.scholarships {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .scholarships__col {
    width: 23%;
  }

  .scholarships__content .scholarships__col:first-child {
    width: 26%;
  }

  .scholarships__content .scholarships__col:nth-child(2) {
    width: 22%;
  }

  .scholarships__content .scholarships__col:nth-child(3) {
    width: 29%;
  }
}

.scholarships__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.scholarships__content {
  padding: 0 15px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.scholarships__content span {
  font-family: "montserrat-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .scholarships__content {
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  .scholarships__content {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .scholarships__content span {
    font-size: 36px;
    font-size: 3.6rem;
    display: block;
    margin-bottom: 0;
  }
}

.scholarships__name {
  margin-top: 0;
  background-color: #D6F4F3;
  padding: 12px 15px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

.scholarships__name a {
  font-family: "montserrat-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .scholarships__name a {
    font-family: "montserrat-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1200px) {
  .scholarships__name {
    padding: 20px 30px;
  }
}

.scholarships__title {
  margin-top: 16px;
  margin-bottom: 10px;
  font-family: "montserrat-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #000;
}

@media screen and (min-width: 992px) {
  .scholarships__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 17px;
  }
}

.tn-info-panels {
  margin: 0 auto;
  padding: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tn-info-panels:first-of-type {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .tn-info-panels {
    margin: 10px auto 0;
  }
}

@media screen and (min-width: 992px) {
  .tn-info-panels__panel:first-child {
    margin-right: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .tn-info-panels__panel:first-child {
    margin-right: 30px;
  }
}

.tn-info-panels__panel {
  margin-bottom: 20px;
  padding: 0 15px 20px 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-family: "montserrat-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 992px) {
  .tn-info-panels__panel {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 3px 25px 25px 25px;
    width: 47%;
  }
}

@media screen and (min-width: 1200px) {
  .tn-info-panels__panel {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 30px 30px;
  }

  .gef-ie8 .tn-info-panels__panel {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.tn-info-panels__header {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (min-width: 992px) {
  .tn-info-panels__header {
    margin-top: 18px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .tn-info-panels__header {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .gef-ie8 .tn-info-panels__header {
    font-size: 20px;
    font-size: 2rem;
  }
}

.tn-info-panels__info-details {
  margin-bottom: 5px;
  padding: 15px;
  background-color: #D6F4F3;
  font-family: "montserrat-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.tn-info-panels__info-details p {
  margin: 0px;
}

.tn-info-panels__info-details > *:first-child {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .tn-info-panels__info-details {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1200px) {
  .tn-info-panels__info-details {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .gef-ie8 .tn-info-panels__info-details {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.tn-info-panels__panel-blue {
  border: 2px solid #51D0CE;
}

.tn-info-panels__panel-blue p {
  margin-bottom: 0;
}

.tn-info-panels__large {
  display: block;
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 auto 0 auto;
  line-height: 1;
}

@media screen and (min-width: 992px) {
  .tn-info-panels__large {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1200px) {
  .tn-info-panels__large {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.tn-info-panels__panel-green {
  border: 2px solid #D6EB54;
}

@media screen and (min-width: 992px) {
  .tn-info-panels__panel-green--with-button {
    padding: 5px 25px 100px 25px;
  }
}

@media screen and (min-width: 1200px) {
  .tn-info-panels__panel-green--with-button {
    padding: 8px 30px 125px 30px;
  }
}

.tn-info-panels__days-countdown {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  padding: 15px;
  text-transform: uppercase;
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  background-color: #F0F8C3;
  border: 2px solid #D6EB54;
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1;
}

.tn-info-panels__days-countdown small {
  color: inherit;
  vertical-align: middle;
}

@media screen and (min-width: 992px) {
  .tn-info-panels__days-countdown {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .tn-info-panels__days-countdown {
    font-size: 60px;
    font-size: 6rem;
  }

  .gef-ie8 .tn-info-panels__days-countdown {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.tn-info-panels__application-status {
  padding: 20px 15px;
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (min-width: 992px) {
  .tn-info-panels__application-status {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .tn-info-panels__application-status {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .gef-ie8 .tn-info-panels__application-status {
    font-size: 20px;
    font-size: 2rem;
  }
}

.tn-info-panels__application-details {
  margin: 0 auto 25px auto;
  padding: 5px 15px;
  color: #C0D82E;
  background-color: transparent;
  border-right: 2px solid #D6EB54;
  border-left: 2px solid #D6EB54;
  border-bottom: 2px solid #D6EB54;
  font-family: "montserrat-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}

.tn-info-panels__application-details p {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  .tn-info-panels__application-details {
    margin: 0 auto 30px auto;
  }
}

.tn-info-panels__info-details-content {
  padding-left: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.tn-info-panels__info-details-content p {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .tn-info-panels__info-details-content {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (min-width: 992px) {
  .tn-info-panels__info-details-content {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1200px) {
  .tn-info-panels__info-details-content {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.tn-info-panels__apply-now-link {
  text-decoration: none;
}

.tn-info-panels__apply-now-link .fa-angle-right:before {
  content: "\f105";
  font-size: 19px;
  font-size: 1.9rem;
  padding-left: 10px;
  font-weight: 900;
}

.tn-info-panels__apply-now,
.tn-carousel__button {
  font-family: "montserrat-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 30px auto 0;
  padding: 15px;
  width: 100%;
  border: none;
  background-color: #D6EB54;
  border-radius: 4px !important;
  border-bottom: 4px solid #C0D82E;
  color: #000;
  height: 50px;
  text-transform: uppercase;
  text-align: center;
  transition: background-color 0.2s;
}

.tn-info-panels__apply-now:hover,
.tn-carousel__button:hover,
.tn-info-panels__apply-now:focus,
.tn-carousel__button:focus {
  background-color: #C0D82E;
}

@media screen and (min-width: 768px) {
  .tn-info-panels__apply-now,
  .tn-carousel__button {
    font-size: 18px;
    font-size: 1.8rem;
    height: 60px;
    padding: 15px;
  }
}

@media screen and (min-width: 992px) {
  .tn-info-panels__apply-now,
  .tn-carousel__button {
    position: absolute;
    bottom: 0;
    margin: 30px auto;
    width: 84%;
  }
}

@media screen and (min-width: 1200px) {
  .tn-info-panels__apply-now,
  .tn-carousel__button {
    height: 70px;
    padding: 20px;
  }
}

.fa-plus:before {
  content: "\f067";
  display: block;
  color: #51D0CE;
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 20px;
}

.tn-program__description {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
  margin-top: 35px;
}

@media screen and (min-width: 992px) {
  .tn-program__description {
    margin-bottom: 40px;
    margin-top: 60px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1200px) {
  .tn-program__description {
    margin-bottom: 50px;
    margin-top: 70px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.tn-program-panels__list {
  padding: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .tn-program-panels__list {
    margin: -15px;
  }
}

.tn-program-panels__item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-transform: uppercase;
  -ms-flex: 1 auto;
  flex: 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "montserrat-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 992px) {
  .tn-program-panels__item {
    width: 33%;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .tn-program-panels__item p {
    display: block !important;
  }

  .gef-ie8 .tn-program-panels__item {
    padding-right: 0;
    padding-left: 0;
  }

  .gef-ie9 .tn-program-panels__item {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .tn-program-panels__item p {
    display: block !important;
  }

  .gef-ie8 .tn-program-panels__item {
    padding-right: 0;
    padding-left: 0;
  }

  .gef-ie9 .tn-program-panels__item {
    padding-right: 0;
    padding-left: 0;
  }
}

.tn-program-panels__link {
  margin: -3px 0;
  padding: 12px 15px;
  width: 100%;
  border-top: 3px solid white;
  font-family: "montserrat-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  display: block;
  background-color: #D6F4F3;
  transition: background-color 0.2s;
}

.tn-program-panels__link:hover,
.tn-program-panels__link:focus {
  background-color: #99E3E2;
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .tn-program-panels__link {
    margin: 12px 0;
    border-top: 3px solid #51D0CE;
  }

  .gef-ie8 .tn-program-panels__link {
    min-height: 110px;
    width: 93%;
  }

  .gef-ie9 .tn-program-panels__link {
    min-height: 145px;
    width: 93%;
  }
}

.tn-program-panels__link p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.tn-program-panels__header {
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: inherit;
  margin: 0 auto;
}

.tn-home-promo__container {
  /*border:1px solid purple; height:700px;*/
  background-color: #E9E9E9;
  padding-bottom: 25px;
}

.tn-home-promo__row {
  /*border:1px solid blue;height:575px;*/
  padding: 0 15px;
}

@media screen and (min-width: 992px) {
  .tn-home-promo__row {
    padding: 0 38px;
  }
}

.tn-home-promo__story-details {
  display: block;
  overflow: auto;
}

.tn-home-promo__story {
  /* height:100%;border:1px solid darkgreen;*/
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 992px) {
  .tn-home-promo__story {
    width: 48%;
    display: inline-block;
    margin-right: 28px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1200px) {
  .tn-home-promo__story {
    margin-right: 38px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.tn-home-promo__story p {
  margin-bottom: 15px;
}

.tn-home-promo-header {
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 17px;
  font-size: 1.7rem;
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .tn-home-promo-header {
    margin-top: 35px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .tn-home-promo-header {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.tn-home-promo__story-media {
  /*border:1px solid darkgreen;*/
  width: 100%;
  margin: 15px 0 0;
}

@media screen and (min-width: 992px) {
  .tn-home-promo__story-media {
    margin: 25px 0;
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }
}

.tn-simple-page-list {
  margin-bottom: 0;
  margin-top: 35px;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .tn-simple-page-list {
    margin-bottom: 5px;
    margin-top: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .tn-simple-page-list {
    margin-top: 70px;
  }
}

.tn-simple-page-list__header {
  margin-bottom: 20px;
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (min-width: 992px) {
  .tn-simple-page-list__header {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1200px) {
  .tn-simple-page-list__header {
    margin-bottom: 30px;
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.tn-simple-page-list__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .tn-simple-page-list__list {
    margin: 0 -35px;
  }
}

.tn-simple-page-list__item {
  vertical-align: top;
  width: 100%;
  text-transform: uppercase;
  display: inline-block;
  font-family: "montserrat-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 992px) {
  .tn-simple-page-list__item {
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: none;
    width: 25%;
    margin: 0 35px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .gef-ie8 .tn-simple-page-list__item {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.tn-simple-page-list__link {
  margin: -3px 0;
  padding: 12px 15px;
  width: 100%;
  border-top: 3px solid white;
  font-family: "montserrat-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  display: block;
  background-color: #D3D3D3;
  transition: background-color 0.2s;
}

.tn-simple-page-list__link:hover,
.tn-simple-page-list__link:focus {
  background-color: #99E3E2;
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .tn-simple-page-list__link {
    margin: 0;
    color: #707070;
    border-top: none;
    text-decoration: underline;
    background-color: transparent;
    padding: 0;
  }

  .tn-simple-page-list__link:hover,
  .tn-simple-page-list__link:focus {
    background-color: transparent;
    text-decoration: none;
  }
}

.tn-simple-page-list__item-header {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: inherit;
  margin: 0 auto;
  line-height: 1.4;
}

@media screen and (min-width: 992px) {
  .tn-simple-page-list__item-header {
    margin: 10px 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.tn-simple-page-list__item-content {
  padding: 0;
  margin-bottom: -15px;
}

@media screen and (min-width: 992px) {
  .tn-simple-page-list__item-content {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .tn-simple-page-list__header {
    margin-top: 5px;
  }
}

@media screen and (min-width: 1200px) {
  .tn-simple-page-list__header {
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .tn-simple-page-list__item-header {
    line-height: 1.334;
  }
}

.tn-carousel__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
}

.tn-carousel__item {
  position: relative;
  padding-top: 0;
}

.tn-carousel__item:first-child {
  display: block;
  position: relative;
  height: auto;
  width: auto;
}

.tn-carousel__item.slick-slide {
  margin: 0;
}

.tn-carousel__item img {
  margin-top: 0;
  margin-bottom: 0;
}

.tn-carousel__details {
  background-color: #F0F8C3;
  min-height: 200px;
  padding: 10px 60px 80px 15px;
  font-family: "montserrat-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 992px) {
  .tn-carousel__details {
    margin-top: 0;
    padding: 15px 70px 40px 40px;
    font-size: 24px;
    font-size: 2.4rem;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    min-height: 320px;
    width: 640px;
    position: absolute;
    top: 50px;
    left: 0;
  }
}

.tn-carousel__details p {
  font-family: "montserrat-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}

.tn-carousel__list-header {
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 18px;
}

@media screen and (min-width: 992px) {
  .tn-carousel__list-header {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.2;
  }
}

.tn-carousel__link {
  text-decoration: none;
  margin-top: 20px;
}

.tn-carousel__button {
  font-family: "montserrat-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 11px;
  width: 200px;
  float: left;
}

@media screen and (min-width: 768px) {
  .tn-carousel__button {
    width: 40%;
    padding: 14px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 992px) {
  .tn-carousel__button {
    position: relative;
    width: 50%;
    height: 60px;
  }
}

.slick-track {
  background-color: #F0F8C3;
}

@media screen and (min-width: 992px) {
  .slick-track {
    background-color: transparent;
  }
}

.slick-prev,
.slick-next {
  height: 0;
  width: 0;
}

.slick-dots {
  position: relative;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: #EEE;
  width: auto;
  bottom: 0px;
  padding: 8px 0 0 0;
}

@media screen and (min-width: 992px) {
  .slick-dots {
    position: absolute;
    height: 30px;
    right: 0px;
    bottom: 0px;
    padding: 0;
    background-color: #000;
  }
}

.slick-dots li {
  height: 30px;
  margin: 0 20px;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .slick-dots li {
    margin: -20px 10px;
  }
}

.slick-dots li button:before {
  font-size: 60px;
  color: #707070;
  opacity: 0.9;
  content: "";
  border: 1px solid #707070;
  margin-top: 3px;
  margin-left: 2px;
  background: #707070;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.slick-dots li button:before .gef-ie8 {
  width: 10px;
  height: 10px;
}

@media screen and (min-width: 992px) {
  .slick-dots li button:before {
    font-size: 40px;
    color: #fff;
    background: #dddddd;
  }
}

.slick-dots li button.slick-toggle {
  display: block;
  padding: 0;
  margin: 0;
  border: 0 none;
  text-indent: -999em;
  background: none;
}

.slick-dots li button.slick-toggle:before {
  background: #000;
  width: 0;
  height: 0;
  margin-top: 1px;
  border-radius: 0;
  border: none;
  display: block;
  text-indent: 0;
  content: '\f04b';
  font-family: 'FontAwesome';
  font-size: 20px;
  font-size: 2rem;
}

.slick-dots li button.slick-toggle.slick-pause:before {
  content: '\f04c';
}

@media screen and (min-width: 992px) {
  .slick-dots li button.slick-toggle:before {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.slick-dots li.slick-active button:before {
  color: #C0D82E;
  background: #C0D82E;
  opacity: 1;
  border: none;
}

@media screen and (min-width: 992px) {
  body {
    line-height: 1.5;
  }
}

@media screen and (min-width: 992px) {
  h3 {
    line-height: 1.334;
  }
}
[class*=uk-icon-] {
    font-family: FontAwesome;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;}
    

.gef-alert .gef-maintenance-ribbon,.gef-maintenance-ribbon{background-color:#b4b4b4;position:relative;overflow:hidden;padding:6px 0 9px;border-bottom:1px solid #fff}.gef-alert .gef-maintenance-ribbon:after,.gef-maintenance-ribbon:after{content:"";position:absolute;bottom:0;display:block;width:100%;height:1px;background-color:#565a5c}@media screen and (min-width:768px){.gef-alert .gef-maintenance-ribbon,.gef-maintenance-ribbon{padding:8px 0}}.gef-alert .gef-maintenance-ribbon__message,.gef-maintenance-ribbon__message{margin-bottom:0;font-weight:600;cursor:pointer}@media screen and (min-width:1024px){.gef-alert .gef-maintenance-ribbon__message,.gef-maintenance-ribbon__message{font-size:1.5rem}}
.gef-maintenance-ribbon__message :focus,.gef-notice-ribbon__additional :focus{outline-offset:2px!important}
.gef-alert .gef-maintenance-ribbon__message,.gef-maintenance-ribbon__message{cursor:default}
.gef-alert .gef-maintenance-ribbon,.gef-maintenance-ribbon{padding:9px 0 12px}.gef-alert .gef-maintenance-ribbon{background-color:#f5e60c;border-bottom:none}.gef-alert .gef-maintenance-ribbon__message{font-size:1.5rem}.gef-alert .gef-maintenance-ribbon__message a{font-weight:600}@media screen and (min-width:1024px){.gef-alert .gef-maintenance-ribbon__message{font-size:1rem}}.gef-alert .gef-maintenance-ribbon__message:before{font-family:FontAwesome;margin-right:12px}

.uk-icon-info-circle:before {
    content: "\f05a";
}

.gef-add-this a .gef-external-link, .gef-add-this a:hover .gef-external-link, .js-tabcontent .policy-document-history h3.invisible, .js-tabcontent h2.invisible, .policy-document-history .js-tabcontent h3.invisible, .show-on-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.gef-maintenance-ribbon .uk-container {
    max-width: 1200px;
      padding: 0 10px;
}
.uk-container-center {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
   .maintenanceRibbon_auto {
      position: absolute;
      top: 108px;
      display: block;
   } 
  
   
   .gef-maintenance-ribbon__message {
       font-size: 1.19rem;
   }
   header {
    position: relative;
    top: 0;
    margin-bottom: 100px;
   }
    
} 



.gef-footer {
    background-color: #041e42;
}

.gef-footer a {
    color: #fff;
}

.gef-footer img {
    width: 85px;
    height: 85px;
    display: inline-block;
}
@media (min-width: 768px) {
.gef-corporate-logo {
    position: absolute;
    margin: 0;
    bottom: 70px;
    padding: 0 10px;
}
}