/* Vendor */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Globals / variables */
/*-- Variables --*/
/*-- Sass extends --*/
/*-- Mixins --*/
/*------------------------------------*    CONTENTS - LAYOUT
\*------------------------------------*/
/*
  
  global styles
  
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  margin: 0;
  padding: 0;
  height: 100%;
  max-width: 100%; }

body {
  margin: 0;
  padding: 0;
  max-width: 100%; }

ul,
li {
  margin: 0;
  padding: 0; }

.container {
  margin: 0 auto;
  max-width: 970px;
  padding: 0 1em; }

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1em;
  width: 100%; }

.hide {
  opacity: 0; }

.float-left {
  float: left; }

.float-right {
  float: right; }

input:focus,
textarea:focus {
  outline-width: 0;
  outline: none; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh; }
  body > * {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none; }
  body .page {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

/*------------------------------------*    CONTENTS - TYPOGRAPHY
\*------------------------------------*/
/*
 
 font @import
 general
 font import
 main content
    
*/
@font-face {
  font-family: 'league_gothiccondensed_italic';
  src: url("../src/fonts/../src/fonts/leaguegothic-condenseditalic-webfont.eot");
  src: url("../src/fonts/../src/fonts/leaguegothic-condenseditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../src/fonts/leaguegothic-condenseditalic-webfont.woff2") format("woff2"), url("../src/fonts/leaguegothic-condenseditalic-webfont.woff") format("woff"), url("../src/fonts/leaguegothic-condenseditalic-webfont.ttf") format("truetype"), url("../src/fonts/leaguegothic-condenseditalic-webfont.svg#league_gothiccondensed_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

html {
  color: #58585B;
  font-weight: 400;
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
  font-family: "Roboto Condensed", sans-serif; }

body {
  color: #58585B;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.286em; }

*:focus {
  outline: 0; }

img {
  height: auto;
  max-width: 100%; }

a {
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  text-decoration: none;
  color: #F47E3E; }
  a:hover, a:active, a:focus {
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
    text-decoration: none;
    color: #f58e56; }
  a.lexicon-term {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #58585B;
    border-bottom: 1px dotted #58585B; }
    a.lexicon-term:hover {
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      color: #F47E3E;
      border-bottom: 1px dotted #F47E3E; }

a.lexicon-term[title],
a.lexicon-term:before,
a.lexicon-term:after {
  max-width: 500px; }

em {
  font-style: italic; }

h1,
.h1 {
  font-size: 43px;
  font-size: 4.3rem;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.25em;
  margin: 0;
  color: #F47E3E; }
  h1 a.lexicon-term,
  .h1 a.lexicon-term {
    color: #F47E3E;
    border-bottom: 1px dotted #F47E3E; }

h2,
.h2,
.lexicon-description {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Crete Round", serif;
  font-weight: 400;
  line-height: 1.23em;
  color: #808080; }
  h2 a.lexicon-term,
  .h2 a.lexicon-term,
  .lexicon-description a.lexicon-term {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #808080;
    border-bottom: 1px dotted #808080; }
    h2 a.lexicon-term:hover,
    .h2 a.lexicon-term:hover,
    .lexicon-description a.lexicon-term:hover {
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      color: #F47E3E;
      border-bottom: 1px dotted #F47E3E; }

h3,
.h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  color: #F47E3E; }
  h3 a.lexicon-term,
  .h3 a.lexicon-term {
    color: #F47E3E;
    border-bottom: 1px dotted #F47E3E; }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.2em;
  color: #58585B; }

h5,
.h5,
h6,
.h6 {
  font-size: 18px;
  font-size: 1.8rem; }

p,
.p,
li {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5em;
  color: #58585B; }

.large {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2em;
  color: #3F3F3F; }

small,
.small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2em;
  color: #58585B; }

@media (max-width: 640px) {
  blockquote {
    padding: 1.5em 1em; } }

.active, .active-trail {
  font-weight: 400; }

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 35px;
    font-size: 3.5rem; }
  h2,
  .h2 {
    font-size: 28px;
    font-size: 2.8rem; }
  h3,
  .h3 {
    font-size: 22px;
    font-size: 2.2rem; } }

@media (max-width: 400px) {
  h1,
  .h1 {
    line-height: 1.15em; }
  h2,
  .h2 {
    line-height: 1.12em; }
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    line-height: 1.11em; } }

.field-type-text-with-summary a[target=_blank]:after {
  display: inline-block;
  height: 19px;
  margin-left: 5px;
  width: 18px;
  background: url("../images/icon-external.png") no-repeat top left;
  background-size: contain;
  content: '';
  vertical-align: top; }

.field-type-text-with-summary p,
.field-type-text-with-summary ul,
.field-type-text-with-summary ol {
  margin: 1em 0; }
  .field-type-text-with-summary p ul,
  .field-type-text-with-summary p ol,
  .field-type-text-with-summary ul ul,
  .field-type-text-with-summary ul ol,
  .field-type-text-with-summary ol ul,
  .field-type-text-with-summary ol ol {
    margin: 0; }

.field-type-text-with-summary li {
  margin: 1em 0 1em 2em; }

.field-type-text-with-summary h1,
.field-type-text-with-summary h2,
.field-type-text-with-summary h3,
.field-type-text-with-summary h4,
.field-type-text-with-summary h5,
.field-type-text-with-summary h6 {
  margin: 1em 0; }

.field-type-text-with-summary ul li:before {
  display: inline-block;
  margin: 0 0.75em 0 -1em;
  content: '\2022'; }

.field-type-text-with-summary ul {
  list-style-type: none; }
  .field-type-text-with-summary ul ul {
    margin-left: 1.5em; }
    .field-type-text-with-summary ul ul li:before {
      content: '\00BB'; }
    .field-type-text-with-summary ul ul ul li:before {
      content: '\203A'; }

.field-type-text-with-summary ol {
  padding-left: 1em; }
  .field-type-text-with-summary ol ol {
    padding-left: 1.5em; }

.field-type-text-with-summary table {
  border: 2px solid #ccc;
  margin: 1em 0;
  padding: 1em; }

.field-type-text-with-summary tbody {
  border-top: 0; }

.field-type-text-with-summary thead tr,
.field-type-text-with-summary tbody tr:not(:last-child) {
  border-bottom: 1px solid #ccc; }

.field-type-text-with-summary th,
.field-type-text-with-summary td {
  padding: 0.5em;
  vertical-align: baseline; }

.field-type-text-with-summary th {
  border-bottom: 0; }

.field-type-text-with-summary img {
  height: auto; }

@media (max-width: 767px) {
  .accordion a {
    word-break: break-all; } }

@media (max-width: 640px) {
  table,
  tbody,
  thead,
  tr,
  th,
  td {
    display: block; }
  thead {
    display: none; } }

/* Layout sections */
/*------------------------------------*    CONTENTS - HEADER
    use $example to navigate
    or #example for 2nd lvl items
\*------------------------------------*/
/*
  
 general
 
 nav
  - left nav
  - right nav
  
 search box
 
 mobile menu
  - btn
  - menu
*/
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 10px #666;
  box-shadow: 0 0 10px #666;
  z-index: 10; }
  header .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  header figure {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: relative;
    margin: 1em 1em -4.5em 1em;
    padding: 0.5em;
    background: #fff;
    -webkit-box-shadow: 0 0 8px #ddd;
    box-shadow: 0 0 8px #ddd;
    text-align: center;
    z-index: 2; }
    header figure:hover {
      -webkit-transition: -webkit-box-shadow 0.25s ease;
      transition: box-shadow 0.25s ease;
      -webkit-box-shadow: 0 0 15px #bbb;
      box-shadow: 0 0 15px #bbb; }
    header figure img {
      -webkit-transition: width 0.25s ease;
      transition: width 0.25s ease;
      width: 100%; }
    header figure.smaller {
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 60px;
      -moz-flex: 0 1 60px;
      -ms-flex: 0 1 60px;
      flex: 0 1 60px;
      margin: 0em 1em 0em 1em; }
      header figure.smaller img {
        -webkit-transition: width 0.25s ease;
        transition: width 0.25s ease;
        width: 40px; }

@media (min-width: 1025px) {
  header figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 108px;
    -moz-flex: 0 1 108px;
    -ms-flex: 0 1 108px;
    flex: 0 1 108px; }
  header nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: -webkit-calc(50% - 26px);
    width: calc(50% - 26px); }
  header nav:first-of-type {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%; }
  header .block-menu-block-1 {
    display: none; } }

@media (max-width: 1024px) {
  header figure {
    -webkit-box-shadow: 0 0 8px #888;
    box-shadow: 0 0 8px #888; }
  header .block-menu-menu-secondary-main-menu,
  header nav:first-of-type li:not(:first-child) {
    display: none; }
  header nav:first-of-type li:first-child {
    position: absolute;
    top: 0;
    left: 1em;
    margin: 1.85em 0; } }

@media (min-width: 641px) and (max-width: 1024px) {
  header .wrapper {
    height: 90px; }
  header figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 80px;
    -moz-flex: 0 1 80px;
    -ms-flex: 0 1 80px;
    flex: 0 1 80px;
    margin-bottom: -2.5em;
    width: 80px; }
    header figure.smaller img {
      width: 46px; } }

@media (max-width: 640px) {
  header .wrapper {
    height: 60px; }
  header figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 55px;
    -moz-flex: 0 1 55px;
    -ms-flex: 0 1 55px;
    flex: 0 1 55px;
    margin-bottom: -2em; }
    header figure.smaller {
      padding: 0.25em; }
      header figure.smaller img {
        width: 35px; }
  header nav:first-of-type li:first-child {
    margin: 1em 0; } }

header nav:not(.block-menu-block-1) > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  list-style-type: none;
  width: 100%;
  padding-bottom: 1em; }
  header nav:not(.block-menu-block-1) > ul > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }

header nav:not(.block-menu-block-1) li:not(.home) {
  line-height: 1.1;
  margin: 0 0.5em;
  text-align: center; }

header nav:not(.block-menu-block-1) li.active-trail {
  border-bottom: 3px solid #F47E3E;
  padding-bottom: 0.2em;
  margin-bottom: -0.4em; }
  header nav:not(.block-menu-block-1) li.active-trail a {
    color: #F47E3E; }

header nav:not(.block-menu-block-1) a {
  font-size: 13px;
  font-size: 1.3rem;
  color: #808080;
  font-family: "Crete Round", serif; }

header nav:not(.block-menu-block-1) a:hover {
  color: #F47E3E; }

header nav:first-of-type ul > li:first-child {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 32px; }
  header nav:first-of-type ul > li:first-child a {
    font-size: 0px;
    font-size: 0rem;
    display: block;
    height: 25px;
    width: 32px;
    background: url("../images/icon-home.png") no-repeat top left; }

header {
  /* 
  div[role="search"] {
    @include flex(0 1 10px);
    position: relative;
    height: auto;
    width: 26px;
    div:first-of-type {
      @include transition(all);
      position: absolute;
      top: 100%;
      height: 0;
      overflow: hidden;
      right: 0;
      opacity: 0;
      box-shadow: inset 0 7px 9px -7px;
      background: rgba(#fff,.8);
    }
    input[type="submit"] {
      border: none;
      height: 26px;
      margin-bottom: 0.25em;
      width: 26px;
      background: url('../images/icon-search.png') no-repeat;
      border-radius: 0;
      text-indent: -9999px;
    }
    &:hover div:first-of-type {
      @include transition(all);
      height: 50px;
      opacity: 1;
    }
    input[type="text"] {
      height: 50px;
      line-height: 50px;
      padding: 1em;
      border: none;
      background: none;
    }
  } */ }
  header .block-block-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10px;
    -moz-flex: 0 1 10px;
    -ms-flex: 0 1 10px;
    flex: 0 1 10px;
    position: relative;
    height: auto;
    width: 26px; }
  header a.search {
    border: none;
    display: block;
    height: 26px;
    margin-bottom: 0.25em;
    width: 26px;
    background: url("../images/icon-search.png") no-repeat;
    border-radius: 0;
    text-indent: -9999px; }

@media (max-width: 1024px) {
  header {
    /*
    div[role="search"] {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 3em;
      margin: auto 1em auto 0;
      input[type="submit"] {
        margin-bottom: 0;
      }
    } */ }
    header .block-block-1 {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 3em;
      margin: auto 1em auto 0; }
      header .block-block-1 a.search {
        margin-bottom: 0; } }

@media (min-width: 641px) and (max-width: 1024px) {
  header {
    /*
    div[role="search"] {
      .form-actions {
        margin: 1.85em 0;
      }
    } */ }
    header .block-block-1 a.search {
      margin: 1.85em 0; } }

.menu-toggle {
  font-size: 0px;
  font-size: 0rem;
  display: block;
  height: 24px;
  margin: auto 0;
  width: 29px;
  background: url("../images/icon-hamburger.png") no-repeat top left; }

@media (min-width: 1025px) {
  .menu-toggle {
    display: none; } }

@media (max-width: 1024px) {
  .menu-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px; } }

.block-menu-block-1 {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: fixed;
  top: 90px;
  right: -100%;
  display: block;
  padding: 3em 0 2em 0;
  background: #333;
  opacity: 0;
  z-index: -1;
  width: 100%; }
  .block-menu-block-1.js-open {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    opacity: 1;
    z-index: 1;
    right: 0; }
  .block-menu-block-1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 600px; }
  .block-menu-block-1 li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 165px;
    -moz-flex: 0 1 165px;
    -ms-flex: 0 1 165px;
    flex: 0 1 165px;
    border-bottom: 1px solid #444;
    line-height: 2;
    list-style-type: none;
    margin: 0 2em; }
  .block-menu-block-1 a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #808080;
    font-family: "Crete Round", serif; }
  .block-menu-block-1 a:hover {
    color: #F47E3E; }

@media (min-width: 641px) {
  .block-menu-block-1 {
    right: -50%; } }

@media (max-width: 640px) {
  .block-menu-block-1 {
    top: 60px; }
    .block-menu-block-1 ul {
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      justify-content: space-around; }
    .block-menu-block-1 li {
      margin: 0;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 40%;
      -moz-flex: 0 1 40%;
      -ms-flex: 0 1 40%;
      flex: 0 1 40%; } }

@media (max-width: 400px) {
  .block-menu-block-1 li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 90%;
    -moz-flex: 0 1 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%; } }

/*------------------------------------*    CONTENTS - NAV
\*------------------------------------*/
/*
  
 see header.scss
    
*/
/*------------------------------------*    CONTENTS - PAGE
\*------------------------------------*/
/*
  
 general
 main content
     
*/
.page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
  max-width: 970px;
  padding: 0 1em;
  padding: 2em 1em 4em 1em;
  width: 100%; }

@media (min-width: 768px) {
  .page {
    margin: auto; }
    .page #main-content {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .page .sidebar-second {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 200px;
      -moz-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
      flex: 0 0 200px;
      margin-left: 2em; } }

@media (max-width: 767px) {
  .page {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

/*------------------------------------*    CONTENTS - PREFOOTER
\*------------------------------------*/
/*
  
 videos
    
*/
.pre-footer {
  background: #f2f2f2;
  padding: 5em 0 6em 0; }
  .pre-footer .block-views-videos-block {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1em;
    width: 100%; }
    .pre-footer .block-views-videos-block h2 {
      margin: 0 auto;
      max-width: 290px;
      padding-bottom: 2em;
      color: #F47E3E;
      text-align: center; }
  .pre-footer .block-views-videos-block .view-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .pre-footer .block-views-videos-block .view-content .view-header {
      width: 100%; }
    .pre-footer .block-views-videos-block .view-content > div {
      margin: 0.5em 0; }
  .pre-footer .video-thumb {
    position: relative;
    overflow: hidden; }
    .pre-footer .video-thumb img {
      display: block;
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%); }
    .pre-footer .video-thumb h3 {
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      font-size: 44px;
      font-size: 4.4rem;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      line-height: 0.9;
      margin: 0;
      padding: 25px 50px 20px 20px;
      font-family: "league_gothicregular", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      color: #9B2F00;
      opacity: 0.7; }
    .pre-footer .video-thumb:hover h3 {
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      color: #fff;
      background: #f26417;
      opacity: 0.6; }

@media (min-width: 641px) and (max-width: 1024px) {
  .pre-footer .video-thumb h3 {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 30px;
    font-size: 3rem; } }

@media (max-width: 767px) {
  #cboxWrapper iframe {
    width: 100% !important; } }

@media (min-width: 641px) {
  .pre-footer .block-views-videos-block .view-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .pre-footer .block-views-videos-block .view-content > div {
      width: 32.5%; } }

@media (max-width: 640px) {
  .pre-footer {
    padding: 3em 0 4em 0; } }

/*------------------------------------*    CONTENTS - FOOTER
\*------------------------------------*/
/*
  
 general
 main menu
 logo menus
    
*/
footer {
  position: relative;
  background: #333; }
  footer .top {
    font-size: 0px;
    font-size: 0rem;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    display: block;
    height: 62px;
    margin: 0 auto;
    padding: 4em 0 2em 0;
    width: 63px;
    background: url("../images/icon-top.png") no-repeat top left; }
  footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4em 1em 2em 1em; }
  footer nav:first-of-type ul,
  footer nav:last-of-type ul {
    list-style-type: none; }
  footer nav:first-of-type li,
  footer nav:last-of-type li {
    display: inline; }
  footer nav:first-of-type,
  footer nav:last-of-type {
    color: #ccc; }
    footer nav:first-of-type li:not(:last-child) a,
    footer nav:last-of-type li:not(:last-child) a {
      border-right: 1px solid #999;
      margin-right: 0.15em;
      padding-right: 0.5em; }
    footer nav:first-of-type a,
    footer nav:last-of-type a {
      font-size: 11px;
      font-size: 1.1rem;
      color: #ccc; }
    footer nav:first-of-type a:hover,
    footer nav:last-of-type a:hover {
      color: #F47E3E; }
  footer nav:first-of-type {
    font-family: "Crete Round", serif; }
    footer nav:first-of-type a {
      color: #999; }
  footer .block-menu-menu-funded-by,
  footer .block-menu-menu-supported-by {
    margin: 2em 0;
    width: 100%; }
    footer .block-menu-menu-funded-by ul,
    footer .block-menu-menu-supported-by ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      list-style-type: none; }
    footer .block-menu-menu-funded-by li,
    footer .block-menu-menu-supported-by li {
      margin-bottom: 0.5em; }
    footer .block-menu-menu-funded-by a.logo,
    footer .block-menu-menu-supported-by a.logo {
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      font-size: 0px;
      font-size: 0rem;
      display: block;
      height: 80px;
      width: 150px;
      background-position: center center;
      background-repeat: no-repeat;
      /* Chrome, Safari, Opera */ }
      footer .block-menu-menu-funded-by a.logo:hover,
      footer .block-menu-menu-supported-by a.logo:hover {
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        background-color: #fff; }
  footer .title {
    font-size: 11px;
    font-size: 1.1rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    color: #ccc; }
  footer .block-menu-menu-funded-by a.logo {
    width: 160px; }

@media (min-width: 1025px) {
  footer .container {
    padding: 6em 1em 2em 1em; }
  footer .block-menu-menu-funded-by {
    width: 17%; }
  footer .block-menu-menu-supported-by {
    width: 83%; } }

@media (max-width: 1024px) {
  footer nav:first-of-type,
  footer nav:last-of-type {
    text-align: center; } }

@media (min-width: 641px) and (max-width: 1024px) {
  footer .block-menu-menu-funded-by {
    width: 25%; }
  footer .block-menu-menu-supported-by {
    width: 75%; } }

@media (min-width: 641px) {
  .block-menu-menu-supported-by .title {
    margin-left: 1.75em; } }

@media (max-width: 640px) {
  footer .block-menu-menu-funded-by {
    margin-bottom: 0; }
  footer .block-menu-menu-funded-by,
  footer .block-menu-menu-supported-by {
    text-align: center; }
    footer .block-menu-menu-funded-by ul,
    footer .block-menu-menu-supported-by ul {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; } }

/* Content types */
/*------------------------------------*    CONTENTS - NODES
\*------------------------------------*/
/*
  
  fields

*/
.block-fieldblock-node-page-default-field-quote {
  font-size: 14px;
  font-size: 1.4rem;
  border: 5px solid #3F3F3F;
  line-height: 1;
  margin-top: 1em;
  padding: 3em 1em 1em 1em;
  color: #3F3F3F;
  font-family: "Crete Round", serif;
  font-weight: 700;
  background: url("../images/icon-quote.png") top left no-repeat, url("../images/icon-quote.png") bottom right no-repeat; }
  .block-fieldblock-node-page-default-field-quote p {
    font-size: 14px;
    font-size: 1.4rem;
    color: #3F3F3F;
    line-height: 1.5;
    margin: 0;
    font-weight: 700; }
  .block-fieldblock-node-page-default-field-quote small {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    margin-top: 1em;
    color: #bcbcbc;
    font-weight: 400; }

/* Sections / pages */
/*------------------------------------*    CONTENTS - VIEWS
\*------------------------------------*/
/*
  
  general
  pager
  filters
  header image
  hero image
  education providers
    home filter
    results page
  
*/
.view-empty {
  margin: 1em 0;
  font-style: italic; }

.item-list-pager {
  max-width: 100%;
  width: 100%; }

ul.pager {
  margin: 1.5em 0 3em 0;
  padding: 2em;
  max-width: 100%;
  width: 100%;
  text-align: center;
  background: #E6E6E6; }
  ul.pager li {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: inline-block;
    margin: 0 0.5em;
    padding: 0.1em 0.5em;
    max-width: 100%; }
    ul.pager li a {
      color: #58585B; }
  ul.pager li.current,
  ul.pager li:hover {
    background: #F47E3E;
    color: #fff; }
    ul.pager li.current a,
    ul.pager li:hover a {
      color: #fff; }

@media (max-width: 766px) {
  ul.pager li {
    margin: 0.5em; } }

.view-filters {
  margin: 3em 0 1.5em 0;
  padding: 1em;
  background: #E6E6E6; }
  .view-filters .views-exposed-widgets {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 0; }
    .view-filters .views-exposed-widgets:after {
      display: none; }
  .view-filters .views-exposed-widget {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33%;
    -moz-flex: 0 1 33%;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
    max-width: 100%;
    float: none;
    padding: 0; }
  .view-filters .views-submit-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 88px;
    -moz-flex: 1 0 88px;
    -ms-flex: 1 0 88px;
    flex: 1 0 88px;
    margin-top: 1.2em;
    padding-right: 0;
    text-align: right; }
  .view-filters label {
    margin: 0; }
  .view-filters .chosen-container {
    width: 100% !important; }
    .view-filters .chosen-container input {
      width: 100% !important; }
    .view-filters .chosen-container .chosen-drop {
      border: 1px solid #e1e4e9;
      border-top: none;
      margin-top: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .view-filters .chosen-container .chosen-results li {
      padding-left: 0.5em;
      padding-right: 0.5em; }
  .view-filters .chosen-container-active .chosen-choices,
  .view-filters .chosen-container-active .chosen-single {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .view-filters .chosen-container-active .chosen-single {
    border: 1px solid #e1e4e9; }
  .view-filters .chosen-container-multi .chosen-choices {
    border: 1px solid #e1e4e9;
    padding: 1em;
    background: #fff; }
    .view-filters .chosen-container-multi .chosen-choices li.search-choice {
      font-size: 17px;
      font-size: 1.7rem;
      border: 1px solid #caccce;
      padding: 0.5em 1.8em 0.5em 0.5em;
      color: #58585B;
      background: #e1e4e9;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .view-filters .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      top: 10px;
      right: 7px; }
  .view-filters .chosen-container-single .chosen-single {
    font-size: 17px;
    font-size: 1.7rem;
    border: 1px solid #e1e4e9;
    height: auto;
    padding: 0.8em;
    background: #fff;
    color: #58585B;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .view-filters .chosen-container-single .chosen-single div {
      top: 1em; }
    .view-filters .chosen-container-single .chosen-single div b {
      height: 17px;
      width: 10px; }
  .view-filters form input[type="submit"] {
    background: #e1e4e9;
    color: #58585B; }
  .view-filters form input[type="submit"]:hover {
    background: #ccd1da; }

@media (min-width: 768px) {
  .view-filters .views-exposed-widgets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .view-filters .views-exposed-widget:not(:last-child) {
    padding-right: 2em; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .view-filters .views-exposed-widget:not(:last-child) {
    padding-right: 1em; } }

@media (max-width: 767px) {
  .view-filters {
    margin: 2em 0 0.5em 0; }
    .view-filters .views-exposed-widget {
      width: 100%; }
    .view-filters .views-exposed-widget:not(:last-child) {
      margin-bottom: 1em; } }

.header-image,
.hero-image {
  position: relative;
  height: 370px;
  width: 100%;
  overflow: hidden; }
  .header-image img,
  .hero-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); }
  .header-image h1,
  .hero-image h1 {
    font-size: 114px;
    font-size: 11.4rem;
    margin: 0 auto;
    max-width: 970px;
    padding: 0 1em;
    position: absolute;
    padding: 20px 15px;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 0.8;
    width: 100%;
    color: #9B2F00;
    font-family: "league_gothicregular", sans-serif;
    text-transform: uppercase;
    opacity: 0.7; }
    .header-image h1 a,
    .hero-image h1 a {
      color: #9B2F00; }

@media (min-width: 1601px) {
  .header-image {
    height: 500px; } }

@media (max-width: 767px) {
  .header-image {
    height: 300px; }
    .header-image h1 {
      font-size: 80px;
      font-size: 8rem; } }

@media (max-width: 640px) {
  .header-image {
    height: 250px; }
    .header-image h1 {
      font-size: 50px;
      font-size: 5rem; } }

.hero-image {
  height: 775px; }
  .hero-image .container {
    position: relative;
    max-width: 690px;
    width: 100%; }
  .hero-image h1 {
    font-size: 135px;
    font-size: 13.5rem;
    bottom: 25px;
    line-height: 0.91;
    padding-right: 250px; }
  .hero-image .quote {
    position: absolute;
    bottom: 40px;
    right: 0; }
    .hero-image .quote p {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.2;
      margin: 0;
      color: #3F3F3F; }

@media (min-width: 768px) {
  .hero-image .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 775px;
    margin: 0 auto;
    z-index: 9; }
  .hero-image img {
    z-index: -1 !important; } }

@media (max-width: 766px) {
  .hero-image {
    height: 500px; }
    .hero-image h1 {
      font-size: 50px;
      font-size: 5rem;
      padding: 0; }
    .hero-image .quote {
      margin-bottom: 0; }
    .hero-image .container {
      position: absolute;
      bottom: 0;
      padding-bottom: 3em;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.75)));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 100%); }
      .hero-image .container > * {
        position: static; } }

body {
  counter-reset: county; }

#views-exposed-form-education-providers-page-provider {
  margin-top: 3em; }
  #views-exposed-form-education-providers-page-provider .views-exposed-widgets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    #views-exposed-form-education-providers-page-provider .views-exposed-widgets > div {
      -webkit-transition: opacity 0.25s ease;
      transition: opacity 0.25s ease;
      position: relative;
      opacity: 0.5;
      pointer-events: none; }
      #views-exposed-form-education-providers-page-provider .views-exposed-widgets > div.js-focus {
        -webkit-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease;
        opacity: 1;
        pointer-events: auto; }
    #views-exposed-form-education-providers-page-provider .views-exposed-widgets > div:first-child {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 100%;
      -moz-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; }
    #views-exposed-form-education-providers-page-provider .views-exposed-widgets > div:first-child,
    #views-exposed-form-education-providers-page-provider .views-exposed-widgets > div:last-child {
      padding-bottom: 0; }
      #views-exposed-form-education-providers-page-provider .views-exposed-widgets > div:first-child .views-widget,
      #views-exposed-form-education-providers-page-provider .views-exposed-widgets > div:last-child .views-widget {
        position: static; }
    #views-exposed-form-education-providers-page-provider .views-exposed-widgets small {
      display: none; }
  #views-exposed-form-education-providers-page-provider .views-exposed-widgets > div:not(:last-child) {
    color: #F47E3E;
    counter-increment: county; }
    #views-exposed-form-education-providers-page-provider .views-exposed-widgets > div:not(:last-child):before {
      font-size: 43px;
      font-size: 4.3rem;
      border: 3px solid #F47E3E;
      display: block;
      height: 73px;
      width: 73px;
      margin-bottom: 20px;
      padding: 0.53em;
      border-radius: 50%;
      font-weight: 400;
      content: counter(county); }
    #views-exposed-form-education-providers-page-provider .views-exposed-widgets > div:not(:last-child) input {
      display: none; }
  #views-exposed-form-education-providers-page-provider .views-exposed-widgets > div > label {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.1;
    color: #F47E3E;
    font-family: "Crete Round", serif; }
  #views-exposed-form-education-providers-page-provider .views-widget-filter-field_regions_value {
    position: relative; }
    #views-exposed-form-education-providers-page-provider .views-widget-filter-field_regions_value:before {
      position: absolute;
      z-index: 1; }
    #views-exposed-form-education-providers-page-provider .views-widget-filter-field_regions_value label {
      position: absolute;
      left: 110px;
      top: 10px;
      z-index: 1;
      width: 150px; }
  #views-exposed-form-education-providers-page-provider .views-exposed-widgets .views-widget {
    bottom: 0;
    left: 0;
    right: 0; }
  #views-exposed-form-education-providers-page-provider .form-checkboxes > div,
  #views-exposed-form-education-providers-page-provider .form-radios > div {
    display: inline-block; }
  #views-exposed-form-education-providers-page-provider .views-widget label {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 14px;
    font-size: 1.4rem;
    border: 3px solid #999;
    line-height: 1;
    margin: 0 0.25em 0.5em 0;
    padding: 0.75em;
    color: #999;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase; }
  #views-exposed-form-education-providers-page-provider input:checked + label {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border: 3px solid #F47E3E;
    color: #F47E3E; }
  #views-exposed-form-education-providers-page-provider .views-widget label:hover {
    cursor: pointer; }
  #views-exposed-form-education-providers-page-provider .views-widget-filter-tid .views-widget > div {
    background: url("../images/select.png") no-repeat top right;
    height: 44px;
    width: 190px;
    overflow: hidden; }
  #views-exposed-form-education-providers-page-provider .views-widget-filter-tid select {
    position: static;
    border: none;
    height: 44px;
    margin-right: -30px;
    padding: 0 40px 0 5px;
    max-width: none;
    width: 210px;
    background: 0;
    color: #999; }
  #views-exposed-form-education-providers-page-provider .views-widget-filter-tid select:hover {
    cursor: pointer; }
  #views-exposed-form-education-providers-page-provider .views-submit-button {
    width: 100%; }
    #views-exposed-form-education-providers-page-provider .views-submit-button input {
      font-size: 24px;
      font-size: 2.4rem;
      -webkit-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: #999;
      padding: 1.5em;
      color: #fff;
      font-weight: 700;
      text-transform: uppercase;
      border-radius: 30px; }
    #views-exposed-form-education-providers-page-provider .views-submit-button input:hover {
      -webkit-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease;
      background-color: #F47E3E; }

@media (min-width: 641px) and (max-width: 1024px) {
  #views-exposed-form-education-providers-page-provider .views-exposed-widgets > div {
    margin-bottom: 2em; }
  #views-exposed-form-education-providers-page-provider .views-exposed-widgets .views-widget-filter-field_regions_value:first-child {
    height: 600px;
    overflow: hidden; }
    #views-exposed-form-education-providers-page-provider .views-exposed-widgets .views-widget-filter-field_regions_value:first-child .views-widget {
      position: absolute;
      left: -150px; } }

@media (min-width: 768px) {
  #views-exposed-form-education-providers-page-provider .views-exposed-widgets > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 49%;
    -moz-flex: 0 1 49%;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
    padding-bottom: 75px; }
    #views-exposed-form-education-providers-page-provider .views-exposed-widgets > div .views-widget {
      position: absolute; }
  #views-exposed-form-education-providers-page-provider .views-widget-filter-field_regions_value {
    margin-bottom: 1em; }
  #views-exposed-form-education-providers-page-provider .views-exposed-widgets > div:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 75%;
    -moz-flex: 0 1 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    margin: 4em auto 2em auto; } }

@media (min-width: 1025px) {
  #views-exposed-form-education-providers-page-provider .views-exposed-widgets > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 24%;
    -moz-flex: 0 1 24%;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%; } }

@media (min-width: 641px) and (max-width: 767px) {
  #views-exposed-form-education-providers-page-provider .views-exposed-widgets > div {
    margin-bottom: 1em; }
  #views-exposed-form-education-providers-page-provider .views-exposed-widgets .views-widget-filter-field_regions_value:first-child .views-widget {
    left: -300px; } }

@media (max-width: 767px) {
  #views-exposed-form-education-providers-page-provider .views-exposed-widgets > div:not(:last-child) {
    min-height: 75px;
    padding-left: 100px; }
    #views-exposed-form-education-providers-page-provider .views-exposed-widgets > div:not(:last-child) .views-widget {
      margin-top: 1em; }
    #views-exposed-form-education-providers-page-provider .views-exposed-widgets > div:not(:last-child):before {
      position: absolute;
      left: 0; } }

@media (max-width: 640px) {
  #views-exposed-form-education-providers-page-provider .views-exposed-widgets .views-widget-filter-field_regions_value .views-widget > *:not(:last-child) {
    display: none !important; }
  #views-exposed-form-education-providers-page-provider .views-exposed-widgets .views-widget-filter-field_regions_value label {
    position: static;
    width: auto; }
  #views-exposed-form-education-providers-page-provider .views-exposed-widgets .views-widget-filter-field_regions_value select {
    display: block !important; }
  #views-exposed-form-education-providers-page-provider .views-exposed-widgets .views-widget-filter-field_regions_value .views-widget > div {
    background: url("../images/select.png") no-repeat top right;
    height: 44px;
    width: 190px;
    overflow: hidden; }
  #views-exposed-form-education-providers-page-provider .views-exposed-widgets .views-widget-filter-field_regions_value select {
    position: static;
    border: none;
    height: 44px;
    margin-right: -30px;
    padding: 0 40px 0 5px;
    max-width: none;
    width: 210px;
    background: 0;
    color: #999; }
  #views-exposed-form-education-providers-page-provider .views-exposed-widgets .views-widget-filter-field_regions_value select:hover {
    cursor: pointer; }
  #views-exposed-form-education-providers-page-provider .views-exposed-widgets > div {
    margin-bottom: 2em; }
  #views-exposed-form-education-providers-page-provider .views-exposed-widgets .views-submit-button {
    width: 100%; }
    #views-exposed-form-education-providers-page-provider .views-exposed-widgets .views-submit-button input {
      font-size: 20px;
      font-size: 2rem; } }

.page-education-providers #views-exposed-form-education-providers-page-provider {
  display: none; }

.page-education-providers .page .view-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }
  .page-education-providers .page .view-content > div {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    margin: 0.5em 0; }
    .page-education-providers .page .view-content > div:hover {
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      background: #E6E6E6; }
      .page-education-providers .page .view-content > div:hover h3.logo {
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        background-color: #E6E6E6;
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%); }
    .page-education-providers .page .view-content > div p {
      padding: 0 0.5em; }
  .page-education-providers .page .view-content h3.logo {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center center;
    height: 230px;
    margin: auto;
    width: 100%;
    padding: 1em;
    text-align: center;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); }

@media (min-width: 641px) {
  .page-education-providers .page .view-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
    .page-education-providers .page .view-content > div {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 49%;
      -moz-flex: 0 1 49%;
      -ms-flex: 0 1 49%;
      flex: 0 1 49%; } }

@media (min-width: 768px) {
  .page-education-providers .page .view-content > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 24%;
    -moz-flex: 0 1 24%;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%; } }

@media (max-width: 640px) {
  .page .view-content > div {
    width: 100%; } }

/*------------------------------------*    CONTENTS - FRONT
\*------------------------------------*/
/*
  
  general
  hero banner
  intro
  
*/
.block-block-2 {
  background: #F47E3E;
  padding: 6em 0; }
  .block-block-2 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .block-block-2 h2,
  .block-block-2 .quote,
  .block-block-2 .box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 21px;
    font-size: 2.1rem;
    margin-right: 3em;
    padding: 2.5em 1.5em;
    border: 5px solid #fff;
    color: #fff;
    font-weight: 400; }
  .block-block-2 p {
    color: #fff; }
  .block-block-2 p:last-of-type {
    font-size: 21px;
    font-size: 2.1rem; }

@media (min-width: 768px) {
  .block-block-2 h2,
  .block-block-2 .quote,
  .block-block-2 .box {
    text-align: right; } }

@media (max-width: 766px) {
  .block-block-2 {
    padding: 3em 0; }
    .block-block-2 .container {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .block-block-2 h2,
    .block-block-2 .quote,
    .block-block-2 .box {
      font-size: 15px;
      font-size: 1.5rem;
      padding: 1em; } }

/*------------------------------------*    CONTENTS - FORMS
\*------------------------------------*/
/*
  
  general
  search
  
*/
input,
select {
  max-width: 100%;
  width: 100%; }
  input :focus,
  select :focus {
    outline: none; }

input {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  input:hover {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }

.search-form {
  clear: both;
  margin-bottom: 1em;
  overflow: hidden; }
  .search-form .form-wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
    .search-form .form-wrapper > div {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-right: 1em; }
  .search-form ~ ul {
    margin-left: 3em; }
  .search-form label {
    display: block;
    margin-bottom: 1em; }
  .search-form input[type="text"] {
    padding: 1.1em;
    color: #999; }
  .search-form input[type="submit"] {
    font-size: 20px;
    font-size: 2rem;
    border: none;
    padding: 1em 1.5em;
    width: auto;
    background-color: #F47E3E;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase; }
    .search-form input[type="submit"]:hover {
      background-color: #f36e26; }

@media (min-width: 641px) {
  .search-form .form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

@media (max-width: 640px) {
  .search-form input[type="submit"] {
    margin-top: 1em;
    width: 100%; } }

/*------------------------------------*    CONTENTS - MISC
\*------------------------------------*/
/*
  
  colorbox
  box - the quote style box around some headings
  accordion
  orange link blocks - contact and bridging
    bridging
  career developments image map
  search page
  glossary list page
  logos
    
*/
#cboxWrapper {
  border-radius: 0; }

#cboxClose,
#cboxClose:hover {
  background: url("../images/icon-close.png") no-repeat center center; }

.quote,
.box {
  font-size: 17px;
  font-size: 1.7rem;
  border: 5px solid #3F3F3F;
  line-height: 1.2;
  max-width: 230px;
  padding: 1em;
  color: #3F3F3F;
  font-family: "Crete Round", serif;
  font-weight: 700; }
  .quote.white,
  .box.white {
    border: 5px solid #fff;
    color: #fff; }

@media (max-width: 766px) {
  .quote,
  .box {
    max-width: 100%;
    padding: 1em; } }

.accordion {
  margin: 1em 0; }

.accordion-title,
h3.accordion-title {
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  position: relative;
  background-color: #E6E6E6;
  margin: 0;
  padding: 1em;
  color: #58585B;
  font-weight: 400; }
  .accordion-title:hover,
  h3.accordion-title:hover {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-decoration: underline;
    cursor: pointer; }
  .accordion-title:after,
  h3.accordion-title:after {
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    height: 23px;
    margin: auto;
    width: 23px;
    background: url("../images/icon-plus.png") no-repeat center center;
    content: ''; }
  .accordion-title.js-open:after,
  h3.accordion-title.js-open:after {
    background: url("../images/icon-close.png") no-repeat center center; }

.accordion-content {
  border: 2px solid #E6E6E6;
  border-top: 0;
  padding: 1.5em; }
  .accordion-content > *:first-child {
    margin-top: 0; }
  .accordion-content > *:last-child {
    margin-bottom: 0; }

.block-block-3 a,
a.bridging-link {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  position: relative;
  display: block;
  margin: 1em 0;
  padding: 1em;
  background: #F47E3E;
  color: #fff;
  text-transform: uppercase; }
  .block-block-3 a:after,
  a.bridging-link:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    display: block;
    height: 25px;
    margin: auto;
    width: 25px;
    background: url("../images/icon-arrow-right-w.png") no-repeat center center;
    content: ''; }
  .block-block-3 a:hover,
  a.bridging-link:hover {
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
    background-color: #f36e26; }

a.bridging-link {
  font-family: "Crete Round", serif;
  padding: 1.5em; }
  a.bridging-link:after {
    right: 1.5em; }
  a.bridging-link h3 {
    margin: 0;
    color: #fff; }
  a.bridging-link p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    margin: 0;
    width: 75%;
    text-transform: initial; }

@media (min-width: 641px) {
  a.bridging-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 4em; }
    a.bridging-link h3 {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
      -moz-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      margin: auto 2em auto 0; }
    a.bridging-link p {
      margin: auto; } }

#career-developments {
  display: block; }
  #career-developments img {
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #career-developments area.self:hover ~ span {
    background: url("../images/careerdev-self.png") no-repeat top left; }
  #career-developments area.influences:hover ~ span {
    background: url("../images/careerdev-influences.png") no-repeat top left; }
  #career-developments area.world:hover ~ span {
    background: url("../images/careerdev-worldofwork.png") no-repeat top left; }

.career-dev-map {
  height: 610px;
  width: 610px;
  background: #f00; }

@media (min-width: 768px) {
  #career-developments {
    position: relative;
    height: 610px;
    width: 610px; }
    #career-developments span {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url("../images/careerdev.png") no-repeat top left;
      height: 610px;
      width: 610px; }
    #career-developments img {
      position: absolute; }
    #career-developments area:hover ~ img {
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      opacity: 0; } }

@media (max-width: 767px) {
  #career-developments {
    pointer-events: none; } }

.page-search-node #main-content {
  padding-top: 8em; }

.page-search-node .search-results {
  border-top: 1px solid #E6E6E6;
  margin-top: 4em;
  padding-top: 2em; }
  .page-search-node .search-results article:not(:first-of-type) {
    border-top: 1px solid #E6E6E6;
    margin-top: 2em;
    padding-top: 0.5em; }
  .page-search-node .search-results ul {
    margin-left: 3em; }

.page-glossary #main-content,
.page-taxonomy #main-content {
  padding-top: 8em; }

.lexicon-list dt > a:first-child {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden; }

a.ausgov {
  background-image: url("../images/logos/logo-ausgov-white.png"); }
  a.ausgov:hover {
    background-image: url("../images/logos/logo-ausgov-colour.png"); }

a.acu {
  background-image: url("../images/logos/logo-acu-white.png"); }
  a.acu:hover {
    background-image: url("../images/logos/logo-acu-colour.png"); }

a.cqu {
  background-image: url("../images/logos/logo-cqu-white.png"); }
  a.cqu:hover {
    background-image: url("../images/logos/logo-cqu-colour.png"); }

a.gu,
a.griffith {
  background-image: url("../images/logos/logo-gu-white.png"); }
  a.gu:hover,
  a.griffith:hover {
    background-image: url("../images/logos/logo-gu-colour.png"); }

a.jcu {
  background-image: url("../images/logos/logo-jcu-white.png"); }
  a.jcu:hover {
    background-image: url("../images/logos/logo-jcu-colour.png"); }

a.qut {
  background-image: url("../images/logos/logo-qut-white.png"); }
  a.qut:hover {
    background-image: url("../images/logos/logo-qut-colour.png"); }

a.scu {
  background-image: url("../images/logos/logo-scu-white.png"); }
  a.scu:hover {
    background-image: url("../images/logos/logo-scu-colour.png"); }

a.tafeqld {
  background-image: url("../images/logos/logo-tafeqld-white.png"); }
  a.tafeqld:hover {
    background-image: url("../images/logos/logo-tafeqld-colour.png"); }

a.uq {
  background-image: url("../images/logos/logo-uq-white.png"); }
  a.uq:hover {
    background-image: url("../images/logos/logo-uq-colour.png"); }

a.usq {
  background-image: url("../images/logos/logo-usq-white.png"); }
  a.usq:hover {
    background-image: url("../images/logos/logo-usq-colour.png"); }

a.usc {
  background-image: url("../images/logos/logo-usc-white.png"); }
  a.usc:hover {
    background-image: url("../images/logos/logo-usc-colour.png"); }

/*------------------------------------*    CONTENTS - PRINT
\*------------------------------------*/
/*

  general layout
 
 */
@media print {
  * {
    float: none !important;
    overflow: visible !important; }
  html,
  body {
    overflow-y: visible !important; } }
