@charset "UTF-8";
@import url("//netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)
  
------------------------------------------------------------- */
/*
  Other mixins added
  Circles: circle($width, $color);
*/
/*
    Example usage: 
    @include animation(10s, 5s, changecolour)
 */
/* Mixin */
/*
http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/
*/
/*
https://web-design-weekly.com/snippets/sass-clearfix-mixin/
*/
.node-type-webform fieldset {
  margin-bottom: 1rem;
}

/*
input[type=text], input[type=email], input[type=password], textarea {
	width: 100%;
	margin: 0 auto;
    line-height: 2rem;
    font-size: 1.5rem;
    background: #efefef;
    border: 1px solid #a9a9a9;
    border-radius: 2px;
    padding: 0 5px;
}
.user-login {
	input[type=text], input[type=email], input[type=password] {
		width: 100%;
	}
}
.webform-submit, .form-submit {
	display: block;
	width: 50%;
	margin: 0 auto;
	line-height: 2rem;
	font-size: 1.5rem;
	border: 1px solid #a9a9a9;
    border-radius: 2px;
}
.form-item{
	.field-prefix {
		float: left;
		line-height: 2rem;
		padding: 0 5px 0 0;
		margin: 2px 0 0 5px;
		font-size: 1.5rem;
	}
}
*/
.webform-client-form .form-textarea-wrapper textarea {
  width: 100% !important;
}

.node--webform {
  width: 100% !important;
}

.webform-component--unique-id {
  display: none;
}

/* Icon Font */
@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-twitter:before, .icon-stumbleupon:before, .icon-pinterest:before, .icon-linkedin:before, .icon-google-plus:before, .icon-search:before, .icon-play:before, .icon-menu:before, .icon-arrow-left:before, .icon-arrow-right:before, .icon-bubble:before, .icon-facebook:before, .icon-feed:before, .icon-youtube:before, .icon-tag:before, .icon-tumblr:before, .icon-instagram, .icon-podcast, .icon-apple, .icon-android, .icon-arrow:after, .icon-envelope:before {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-twitter:before {
  content: "\74";
}

.icon-stumbleupon:before {
  content: "\75";
}

.icon-pinterest:before {
  content: "\70";
}

.icon-linkedin:before {
  content: "\69";
}

.icon-google-plus:before {
  content: "\67";
}

.icon-search:before {
  content: "\73";
}

.icon-play:before {
  content: "\61";
}

.icon-menu:before {
  content: "\21";
}

.icon-arrow-left:before {
  content: "\23";
}

.icon-arrow-right:before {
  content: "\24";
}

.icon-bubble:before {
  content: "\25";
}

.icon-facebook:before {
  content: "\66";
}

.icon-feed:before {
  content: "\27";
}

.icon-youtube:before {
  content: "\79";
}

.icon-tag:before {
  content: "\28";
}

.icon-tumblr:before {
  content: "\6d";
}

.icon-instagram:before {
  content: "\22";
}

.icon-podcast:before {
  content: "\26";
}

.icon-android:before {
  content: "\29";
}

.icon-apple:before {
  content: "\2a";
}

.icon-envelope:before {
  content: "\2b";
}

.icon-arrow:after {
  content: "\61";
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-play:before {
  font-size: 0.7rem;
  padding-left: 0.2em;
}

.is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  /* clip: rect(1px, 1px, 1px, 1px); */
}

.files .icon-audio {
  background: url("../images/audio-icon.png") no-repeat;
  background-position: 2px 0px;
  width: 50px;
  height: 48px;
  float: left;
}

.files .icon-file, .reports .icon-file {
  background: url("../images/icon-generic.png") no-repeat;
  background-position: 2px 0px;
  width: 50px;
  height: 48px;
  float: left;
}

.files .icon-pdf {
  background: url("../images/icon-pdf.png") no-repeat;
  width: 50px;
  height: 48px;
  float: left;
}

.files .icon-doc {
  background: url("../images/icon-doc.png") no-repeat;
  width: 50px;
  height: 48px;
  float: left;
}

.files .icon-rtf {
  background: url("../images/icon-rtf.png") no-repeat;
  width: 50px;
  height: 48px;
  float: left;
}

.files .icon-jpg {
  background: url("../images/icon-jpg.png") no-repeat;
  width: 50px;
  height: 48px;
  float: left;
}

.files .icon-xls {
  background: url("../images/icon-xls.png") no-repeat;
  width: 50px;
  height: 48px;
  float: left;
}

.files .icon-zip {
  background: url("../images/icon-zip.png") no-repeat;
  width: 50px;
  height: 48px;
  float: left;
}

.files .icon-ppt {
  background: url("../images/icon-ppt.png") no-repeat;
  width: 50px;
  height: 48px;
  float: left;
}

.files .black-solid {
  background: url("../images/MCH_black_icon.jpg") no-repeat;
  width: 80px;
  height: 50px;
  float: left;
  margin-right: 10px;
}

.files .black-text {
  background: url("../images/MCH_black_text-only_icon.jpg") no-repeat;
  width: 80px;
  height: 75px;
  float: left;
  margin-right: 10px;
}

.files .rgb-solid {
  background: url("../images/MCH_rgb_icon.jpg") no-repeat;
  width: 80px;
  height: 50px;
  float: left;
  margin-right: 10px;
}

.files .rgb-text {
  background: url("../images/MCH_text-only_rgb_icon.jpg") no-repeat;
  width: 80px;
  height: 75px;
  float: left;
  margin-right: 10px;
}

/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
/* Layout Container */
.lc {
  max-width: 72em;
  margin: 0 auto;
  padding: 0.5em;
}

/*------------------------------------*\
    $TEMPLATES
\*------------------------------------*/
/* Two Column Layout */
.l-two-col:before, .l-two-col:after {
  content: "";
  display: table;
}
.l-two-col:after {
  clear: both;
}
@media all and (min-width: 50em) {
  .l-two-col .l-main {
    float: left;
    width: 70%;
    padding-right: 1em;
  }
}
@media all and (max-width: 50em) {
  .l-two-col .l-sidebar {
    clear: both;
  }
}
@media all and (min-width: 50em) {
  .l-two-col .l-sidebar {
    float: left;
    width: 30%;
    padding: 0 0 0 1em;
  }
}

/*------------------------------------*\
    $GRIDS
\*------------------------------------*/
/* Grid Container */
.g {
  overflow: hidden;
  margin: 0 -0.5em;
}

/* Grid Item */
.gi {
  padding: 0.5em;
}
.gi img {
  display: block;
}
@media all and (min-width: 46.8em) {
  .gi {
    float: left;
  }
}

/* Grid 1up */
.g-1up .gi {
  width: 100%;
}

/* Grid 2up */
@media all and (min-width: 46.8em) {
  .g-2up > .gi {
    float: left;
    width: 50%;
  }
  .g-2up > .gi:nth-of-type(odd) {
    clear: left;
  }
}

/* Grid Half (Always displayed side by side) */
.g-half > .gi {
  float: left;
  width: 50%;
}
.g-half > .gi:nth-of-type(odd) {
  clear: left;
}

/* Grid 3up */
@media all and (min-width: 46.8em) {
  .g-3up > .gi {
    float: left;
    width: 50%;
  }
  .g-3up > .gi:nth-of-type(2n+1) {
    clear: left;
  }
}
@media all and (min-width: 50em) {
  .g-3up > .gi {
    width: 33.3333333%;
  }
  .g-3up > .gi:nth-of-type(2n+1) {
    clear: none;
  }
  .g-3up > .gi:nth-of-type(3n+1) {
    clear: left;
  }
}

/* Grid 4up */
@media all and (min-width: 46.8em) {
  .g-4up > .gi {
    float: left;
    width: 50%;
  }
  .g-4up > .gi:nth-of-type(2n+1) {
    clear: both;
  }
}
@media all and (min-width: 50em) {
  .g-4up > .gi {
    width: 25%;
  }
  .g-4up > .gi:nth-of-type(2n+1) {
    clear: none;
  }
  .g-4up > .gi:nth-of-type(4n+1) {
    clear: left;
  }
}

/* Grid Quarter (Always displayed side by side) */
.g-quarter > .gi {
  float: left;
  width: 24%;
}
.g-quarter > .gi:nth-of-type(4n+1) {
  clear: left;
}

@media all and (min-width: 29.75em) {
  .g-max4 > .gi {
    float: left;
    width: 50%;
  }
  .g-max4 > .gi:nth-of-type(2n+1) {
    clear: both;
  }
}
@media all and (min-width: 39.8em) {
  .g-max4 > .gi {
    width: 33.3333333%;
  }
  .g-max4 > .gi:nth-of-type(2n+1) {
    clear: none;
  }
  .g-max4 > .gi:nth-of-type(3n+1) {
    clear: left;
  }
}
@media all and (min-width: 50em) {
  .g-max4 > .gi {
    width: 25%;
  }
  .g-max4 > .gi:nth-of-type(3n+1) {
    clear: none;
  }
  .g-max4 > .gi:nth-of-type(4n+1) {
    clear: left;
  }
}

/* Grid 5up */
.g-max5 > .gi {
  float: left;
  width: 50%;
}
.g-max5 > .gi:nth-of-type(2n+1) {
  clear: both;
}
@media all and (min-width: 39.8em) {
  .g-max5 > .gi {
    width: 33.3333333%;
  }
  .g-max5 > .gi:nth-of-type(2n+1) {
    clear: none;
  }
  .g-max5 > .gi:nth-of-type(3n+1) {
    clear: left;
  }
}
@media all and (min-width: 46.8em) {
  .g-max5 > .gi {
    width: 25%;
  }
  .g-max5 > .gi:nth-of-type(3n+1) {
    clear: none;
  }
  .g-max5 > .gi:nth-of-type(4n+1) {
    clear: left;
  }
}
@media all and (min-width: 48em) {
  .g-max5 > .gi {
    width: 20%;
  }
  .g-max5 > .gi:nth-of-type(4n+1) {
    clear: none;
  }
  .g-max5 > .gi:nth-of-type(5n+1) {
    clear: left;
  }
}

/* Grid 2/3 */
@media all and (min-width: 46.8em) {
  .gi-2-3 {
    float: left;
    width: 66.666666%;
  }
}

@media all and (min-width: 46.8em) {
  .gi-1-3 {
    float: left;
    width: 33.333333%;
  }
}

/* Grid 4up block */
.g-opposites .gi {
  float: left;
}
.g-opposites .gi:last-child {
  float: right;
  text-align: right;
}

.inline-list li {
  display: inline-block;
}

/* Social List */
.social-list li {
  margin: 0 0.4rem 1em 0;
}
.social-list a {
  font-size: 1.6em;
}

/* Headline List */
.headline-list {
  margin-bottom: 1em;
}
.headline-list.flush {
  margin: 0;
}
.headline-list h4 {
  font-weight: normal;
}
.headline-list li {
  padding: 0.25em 0;
  border-top: 1px solid #ddd;
}

/* Post List */
.post-list li {
  margin-bottom: 1em;
}

/* Bullet List */
.bullet-list {
  list-style: square;
  margin: 0 0 1em 1.2em;
  line-height: 1.3;
}
.bullet-list li {
  margin-bottom: 1em;
}

/* Text List */
.text-list {
  margin: 0 0 1em;
  line-height: 1.3;
}
.text-list li {
  margin-bottom: 1em;
}

.language-switcher {
  position: absolute;
  display: none;
  -webkit-box-shadow: inset 0px -2px 10px #000;
  -khtml-box-shadow: inset 0px -2px 10px #000;
  -moz-box-shadow: inset 0px -2px 10px #000;
  -ms-box-shadow: inset 0px -2px 10px #000;
  -o-box-shadow: inset 0px -2px 10px #000;
  box-shadow: inset 0px -2px 10px #000;
}
@media all and (min-width: 1010px) {
  .language-switcher {
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}
.language-switcher .language-title {
  background: #242424;
  color: #bbbbbb;
  float: left;
  padding-right: 5px;
}
.language-switcher ul {
  margin: 0;
}
.language-switcher ul li {
  color: #bbbbbb;
  display: inline-block;
  text-align: center;
}
.language-switcher ul li a {
  color: #fff;
  text-decoration: none;
}
.language-switcher ul li a:hover {
  text-decoration: underline;
}
.language-switcher ul li .active {
  color: #f70;
}
.language-switcher ul li .active:hover {
  text-decoration: none;
  cursor: default;
}
.language-switcher ul li:nth-child(1)::after {
  content: " | ";
  color: #767676;
}

.menu .lang-switch {
  background: #242424;
  color: #bbbbbb;
  position: absolute;
  padding: 0.5rem 0;
  margin: 0;
  max-width: 180px;
  width: 50%;
  right: 10px;
  top: 10px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px -2px 10px #000;
  -khtml-box-shadow: inset 0px -2px 10px #000;
  -moz-box-shadow: inset 0px -2px 10px #000;
  -ms-box-shadow: inset 0px -2px 10px #000;
  -o-box-shadow: inset 0px -2px 10px #000;
  box-shadow: inset 0px -2px 10px #000;
}
.menu .lang-switch ul {
  position: relative;
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  margin: 0;
  text-align: center;
}
.menu .lang-switch ul li {
  color: #bbbbbb;
  display: inline-block;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
}
.menu .lang-switch ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0;
  display: inline-block;
}
.menu .lang-switch ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 500px) {
  .menu .lang-switch ul li a {
    font-size: 1rem;
  }
}
.menu .lang-switch ul li .active {
  color: #f70;
}
.menu .lang-switch ul li .active:hover {
  text-decoration: none;
  cursor: default;
}
.menu .lang-switch ul li:nth-child(1)::after {
  content: " | ";
  color: #767676;
  display: inline;
  text-align: center;
  width: 10px;
}
@media (min-width: 1010px) {
  .menu .lang-switch {
    display: none;
  }
}

/* breadcrumbs */
.breadcrumbs {
  border-bottom: 1px solid #646464;
  height: 2rem;
  line-height: 2rem;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.breadcrumbs li {
  font-size: 0.8rem;
  display: inline-block;
}
.breadcrumbs li:before {
  content: '';
  display: inline-block;
  height: 9px;
  width: 5px;
  background-image: url("../../images/breadcrumbs.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 10px;
  margin-left: 10px;
}
.breadcrumbs li a:hover {
  color: #f70;
}
.breadcrumbs li:first-child:before {
  display: none;
}

article ol, article ul {
  margin-bottom: 1rem;
  margin-left: 1rem;
}

/* Drupal system.css overrides for edit tabs*/
.tabs--primary {
  position: fixed;
  top: 60%;
  right: 0;
  margin-right: 0px;
  z-index: 9999999;
  text-align: right;
  padding: 5px 0 5px 5px;
  background: #333;
  border: #242424 solid 2px;
  border-right: none;
  -webkit-box-shadow: -2px 2px 6px 2px #222222;
  box-shadow: -2px 2px 6px 2px #222222;
  -webkit-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  text-align: right;
  background-color: #242424;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#242424), to(#767676));
  background-image: -webkit-linear-gradient(top, #242424, #767676);
  background-image: -moz-linear-gradient(top, #242424, #767676);
  background-image: -ms-linear-gradient(top, #242424, #767676);
  background-image: -o-linear-gradient(top, #242424, #767676);
  background-image: linear-gradient(to bottom, #242424, #767676);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#242424', endColorStr='#767676');
}

.tabs--primary li {
  display: block;
  clear: both;
  min-width: 130px;
  width: 100%;
  text-align: center;
  margin: 0;
}

.tabs--primary li a {
  font-family: arial;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #ddd;
  color: #242424;
  border: none;
  padding: 5px;
}

.tabs--primary li a.active {
  background-color: #f70;
  color: #fff;
}

.tabs--primary li a:hover {
  background-color: #242424;
  color: #fff;
}

.tab-bar {
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #f70;
  display: none;
}
@media (min-width: 1010px) {
  .tab-bar {
    display: block;
  }
}
.tab-bar li:first-child {
  border: none;
}
.tab-bar li {
  font-size: 1rem;
  display: inline-block;
  background-color: #fff;
  margin: 0 1rem;
  text-align: center;
}
.tab-bar .active {
  background: #f70;
  padding: 3px 10px;
  border-radius: 2px 2px 0 0;
  color: white;
}

.tab-select {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  height: 40px;
  line-height: 40px;
  margin: 1rem 0;
}
@media (min-width: 500px) {
  .tab-select {
    margin: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1010px) {
  .tab-select {
    display: none;
  }
}

.pager {
  position: relative;
  top: 1rem;
  margin: 0;
  padding: 0;
  width: 100%;
}
.pager .pager__item {
  display: inline-block;
  min-width: 28px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.pager .pager__item a {
  min-width: 40px;
  height: 40px;
  display: block;
}
.pager .pager__item--current {
  background-color: #efefef;
  color: #f70;
  border-radius: 3px;
}

html {
  background: #111;
  box-sizing: border-box;
}

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

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0;
}

.page {
  max-width: 990px;
  margin: 0 auto;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.4);
  background: #333;
}

.project-page {
  background: #222;
}

body {
  background: #242424;
  font: 100%/1.5 "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #bbbbbb;
}

.colour-blue {
  border-bottom: 5px solid #2e9cf5;
}

.colour-blue .feature-link {
  background: #2e9cf5;
  border: none;
}

.colour-orange {
  border-bottom: 5px solid #f70;
}

.colour-orange .feature-link {
  background: #f70;
  border: none;
}

.colour-pink {
  border-bottom: 5px solid #f968be;
}

.colour-pink .feature-link {
  background: #f968be;
  border: none;
}

.colour-green {
  border-bottom: 5px solid #9bdf3f;
}

.colour-green .feature-link {
  background: #9bdf3f;
  border: none;
}

.colour-purple {
  border-bottom: 5px solid #b07ef2;
}

.colour-purple .feature-link {
  background: #b07ef2;
  border: none;
}

img, media {
  max-width: 100%;
}

.basic-page .main {
  padding: 1rem;
}
@media (min-width: 750px) {
  .basic-page .main {
    width: 100%;
    padding: 2rem;
  }
}
.basic-page h1 {
  margin: 0 auto;
}
.basic-page article {
  float: none;
  margin: 0 auto;
  background: #fff;
  color: #333;
  padding: 2rem;
  border-radius: 3px;
}
@media (min-width: 1010px) {
  .basic-page article {
    float: left;
  }
}
.basic-page .side-bar {
  padding: 2rem 0 0 0;
  font-size: 0.8rem;
  width: 100%;
  display: flex;
}
@media (min-width: 1010px) {
  .basic-page .side-bar {
    width: 191px;
    padding: 1rem 0 0 2rem;
    display: block;
  }
}
.basic-page .side-bar h2 {
  color: #f70;
  font-size: 1.1rem;
  line-height: 1.2rem;
}
.basic-page .side-bar .block {
  flex-basis: 100%;
}
@media (min-width: 1010px) {
  .basic-page .side-bar .block {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.basic-page .side-bar .block:not(:first-child) {
  padding-left: 1rem;
}
@media (min-width: 1010px) {
  .basic-page .side-bar .block:not(:first-child) {
    padding-left: 0;
  }
}

tbody tr:nth-child(odd) {
  background-color: #eee;
}

tbody td, th {
  padding: 3px;
  border-left: 1px solid #ddd;
}

table {
  border: 1px solid #ddd;
}

p {
  margin-bottom: 1em;
}

.intro {
  font-size: 1.0625em;
  font-weight: bold;
}

.pullquote {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 1.4375em;
}

.caption {
  font-style: italic;
}

.text a {
  text-decoration: underline;
}
.text ul {
  list-style: disc;
  margin: 0 0 1em 1.2em;
}
.text ul ul {
  margin-bottom: 0;
}
.text ol {
  list-style: decimal;
  margin: 0 0 1em 1.5em;
}
.text ol ol {
  margin-bottom: 0;
}

.home .page article a {
  color: #47A7F5;
}

.page h1 {
  padding: 0;
  margin: 0;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: #c4e2f4;
}
.page article h2:first-child {
  margin: 0 0 1rem 0;
}
.page article h2 {
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin: 2rem 0 1rem 0;
}
.page article .blurb {
  color: #666;
  font-weight: bold;
}
.page article a {
  color: #2E79C6;
  cursor: pointer;
  text-decoration: none;
}
.page article a:hover {
  color: #24609e;
  text-decoration: underline;
}
.page article.node--landing--full a {
  text-decoration: none;
}
.page article .files a {
  text-decoration: none;
}
.page article .files a h4 {
  text-decoration: underline;
}

/* Links */
a {
  color: #fff;
  text-decoration: none;
  outline: 0;
}
a:hover, a:focus {
  color: #ff9233;
}

.ellipses {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)
  
------------------------------------------------------------- */
/*
  Other mixins added
  Circles: circle($width, $color);
*/
/*
    Example usage: 
    @include animation(10s, 5s, changecolour)
 */
/* Mixin */
/*
http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/
*/
/*
https://web-design-weekly.com/snippets/sass-clearfix-mixin/
*/
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
.slick-slide {
  overflow: hidden;
}

#block-views-carousel-home-carousel-block {
  overflow: hidden;
}

.carousel, .carousel-home {
  opacity: 0;
  width: 100%;
  background: none;
  border: none;
  max-height: 0;
  overflow: hidden;
  transition: opacity 1s, max-height 1s;
}
.carousel:before, .carousel:after, .carousel-home:before, .carousel-home:after {
  content: "";
  display: table;
}
.carousel:after, .carousel-home:after {
  clear: both;
}
.carousel .slide-home, .carousel-home .slide-home {
  float: left;
  border-bottom: 5px solid #f80;
  max-height: 235px;
  cursor: pointer;
}
.carousel .slide-home a, .carousel-home .slide-home a {
  color: white;
}
.carousel .slide-home.purple-border, .carousel-home .slide-home.purple-border {
  border-bottom-color: #b07ef2;
}
.carousel .slide-home.blue-border, .carousel-home .slide-home.blue-border {
  border-bottom-color: #2e9cf5;
}
.carousel .slide-home.green-border, .carousel-home .slide-home.green-border {
  border-bottom-color: #9bdf3f;
}
.carousel .slide-home.pink-border, .carousel-home .slide-home.pink-border {
  border-bottom-color: #f968be;
}
.carousel .title-rollover:before, .carousel-home .title-rollover:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 32px;
  overflow: hidden;
  width: 100%;
  height: 250px;
  background: inherit;
  z-index: -1;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
}
.carousel .title-rollover, .carousel-home .title-rollover {
  color: #333;
  background: red;
  position: absolute;
  top: 130%;
  height: 100%;
  display: none;
  font-weight: 800;
  width: inherit;
  opacity: 0.2;
  transition-property: opacity, top;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 0.93, 0.55, 0.93);
  font-size: 1.09545rem;
  line-height: 1.20499rem;
  padding: 0.4rem;
}
@media screen and (min-width: 400px) {
  .carousel .title-rollover, .carousel-home .title-rollover {
    font-size: 1.09545rem;
    line-height: 1.20499rem;
    padding: 0.5rem;
  }
}
@media screen and (min-width: 550px) {
  .carousel .title-rollover, .carousel-home .title-rollover {
    font-size: 1.15703rem;
    line-height: 1.27273rem;
    padding: 0.8rem;
  }
}
@media screen and (min-width: 700px) {
  .carousel .title-rollover, .carousel-home .title-rollover {
    font-size: 1.2rem;
    line-height: 1.32rem;
    padding: 1rem;
  }
}
.carousel .title-rollover a, .carousel-home .title-rollover a {
  font-size: 0.9rem;
  line-height: 1rem;
}
@media screen and (min-width: 500px) {
  .carousel .title-rollover a, .carousel-home .title-rollover a {
    font-size: 1.15703rem;
    line-height: 1.27273rem;
  }
}
@media screen and (min-width: 700px) {
  .carousel .title-rollover a, .carousel-home .title-rollover a {
    font-size: 1.2rem;
    line-height: 1.32rem;
  }
}
.carousel .slide-home:hover .title-rollover, .carousel-home .slide-home:hover .title-rollover {
  opacity: 0.9;
  top: 0%;
}
.carousel .slide-home:hover .title-rollover a, .carousel-home .slide-home:hover .title-rollover a {
  text-decoration: underline;
}
.carousel .slide-shade-blue, .carousel-home .slide-shade-blue {
  background: #2e9cf5;
}
.carousel .slide-shade-blue:before, .carousel-home .slide-shade-blue:before {
  -webkit-transform: skewY(0deg);
  -khtml-transform: skewY(0deg);
  -moz-transform: skewY(0deg);
  -ms-transform: skewY(0deg);
  -o-transform: skewY(0deg);
  transform: skewY(0deg);
}
.carousel .slide-shade-orange, .carousel-home .slide-shade-orange {
  background: #f70;
}
.carousel .slide-shade-orange:before, .carousel-home .slide-shade-orange:before {
  -webkit-transform: skewY(-2deg);
  -khtml-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
}
.carousel .slide-shade-pink, .carousel-home .slide-shade-pink {
  background: #f968be;
}
.carousel .slide-shade-pink:before, .carousel-home .slide-shade-pink:before {
  -webkit-transform: skewY(-7deg);
  -khtml-transform: skewY(-7deg);
  -moz-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  -o-transform: skewY(-7deg);
  transform: skewY(-7deg);
}
.carousel .slide-shade-green, .carousel-home .slide-shade-green {
  background: #9bdf3f;
}
.carousel .slide-shade-green:before, .carousel-home .slide-shade-green:before {
  -webkit-transform: skewY(-4deg);
  -khtml-transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  transform: skewY(-4deg);
}
.carousel .slide-shade-purple, .carousel-home .slide-shade-purple {
  background: #b07ef2;
}
.carousel .slide-shade-purple:before, .carousel-home .slide-shade-purple:before {
  -webkit-transform: skewY(-2deg);
  -khtml-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
}

.carousel .title-rollover:before {
  height: 160px;
}
.carousel .title-rollover {
  top: 160px;
  font-size: 0.7rem;
  line-height: 0.8rem;
}
@media screen and (min-width: 700px) {
  .carousel .title-rollover {
    font-size: 0.8rem;
    line-height: 0.9rem;
    padding: 1rem;
  }
}
.carousel .title-rollover a {
  font-size: 0.8rem;
}
.carousel .slide-home:hover .title-rollover {
  opacity: 0.9;
  top: 0%;
}
.carousel .slide-home:hover .title-rollover a {
  text-decoration: underline;
}

.carousel-details {
  display: none;
  padding: 1rem;
  background: #222;
}
.carousel-details h2 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin: 1rem 0;
}
.carousel-details .carousel-details-close {
  color: #999;
  float: right;
  cursor: pointer;
}
.carousel-details .carousel-details-link {
  padding: 1rem;
  text-align: center;
  display: block;
  border-radius: 3px;
  font-size: 1.2rem;
  width: auto;
  margin: 0 auto;
}
.carousel-details .carousel-details-link.blue {
  color: #333;
  background: #247cc4;
}
.carousel-details .carousel-details-link.orange {
  color: #333;
  background: #cc5f00;
}
.carousel-details .carousel-details-link.pink {
  color: #333;
  background: #c75398;
}
.carousel-details .carousel-details-link.green {
  color: #333;
  background: #7cb232;
}
.carousel-details .carousel-details-link.purple {
  color: #333;
  background: #8c64c1;
}
.carousel-details .carousel-details-link.blue:hover {
  color: #333;
  background: #2e9cf5;
}
.carousel-details .carousel-details-link.orange:hover {
  color: #333;
  background: #f70;
}
.carousel-details .carousel-details-link.pink:hover {
  color: #333;
  background: #f968be;
}
.carousel-details .carousel-details-link.green:hover {
  color: #333;
  background: #9bdf3f;
}
.carousel-details .carousel-details-link.purple:hover {
  color: #333;
  background: #b07ef2;
}
.carousel-details a:focus {
  color: #fff;
}

.carousel-details-close.blue:hover {
  color: #2e9cf5;
}

.carousel-details-close.orange:hover {
  color: #f70;
}

.carousel-details-close.pink:hover {
  color: #f968be;
}

.carousel-details-close.green:hover {
  color: #9bdf3f;
}

.carousel-details-close.purple:hover {
  color: #b07ef2;
}

.contact-block {
  padding: 1rem;
  text-align: left;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#222));
  background-image: -webkit-linear-gradient(top, #333, #222);
  background-image: -moz-linear-gradient(top, #333, #222);
  background-image: -ms-linear-gradient(top, #333, #222);
  background-image: -o-linear-gradient(top, #333, #222);
  background-image: linear-gradient(to bottom, #333333, #222222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#333', endColorStr='#222');
}
@media (min-width: 1010px) {
  .contact-block {
    padding: 2rem;
  }
}
.contact-block .contact-switch {
  float: left;
  margin-top: 3px;
  margin-right: 1rem;
  color: #f70;
  cursor: pointer;
}
.contact-block h2 {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.4rem;
  cursor: pointer;
}
.contact-block h2:hover {
  color: #f70;
}
.contact-block .contact-block-details {
  margin-top: 1rem;
  display: none;
}
.contact-block .contact-block-details .gi {
  padding: 0.5rem 0;
}
.contact-block ul {
  list-style-type: none;
}
.contact-block li {
  margin-bottom: 1rem;
  padding: 0 0.3rem;
}
.contact-block li a {
  margin: 5px 0;
  font-size: 1rem;
  line-height: 24px;
}
.contact-block li i {
  font-size: 0.8rem;
  line-height: 24px;
  margin-right: 10px;
  float: left;
  min-width: 20px;
  text-align: center;
}
.contact-block .map {
  text-align: center;
}

.contact-details-block {
  line-height: 24px;
}
.contact-details-block p {
  margin: 0.5rem 0;
  font-size: 0.8rem;
  line-height: 0.9rem;
}
.contact-details-block i {
  line-height: 24px;
  margin-right: 10px;
  float: left;
}

/*
 _____           _            
|  ___|__   ___ | |_ ___ _ __ 
| |_ / _ \ / _ \| __/ _ \ '__|
|  _| (_) | (_) | ||  __/ |   
|_|  \___/ \___/ \__\___|_|   

 */
footer {
  text-align: center;
}
@media (min-width: 1010px) {
  footer {
    padding: 0;
    overflow: hidden;
  }
}
footer ul li a {
  color: #fff;
  background-color: #767676;
  background: none;
}

footer .footer-head {
  margin: 1em 0;
}
@media (min-width: 1010px) {
  footer .footer-head {
    margin: 0;
    font-size: 16px;
    color: #9fa19f;
    width: 140px;
    float: left;
    font-weight: bold;
  }
}

footer #block-block-1 img {
  padding: 0 20px;
  max-width: 120px;
  max-height: 40px;
}
@media (min-width: 1010px) {
  footer #block-block-1 img {
    max-width: 100%;
    max-height: 100%;
    padding-left: 8px;
    padding-right: 23px;
  }
}

footer .contact-details {
  width: 100%;
  float: none;
  text-align: center;
  margin-top: 0px;
  border-top: 1px solid #666;
  padding: 1rem 0;
}
footer .contact-details:before, footer .contact-details:after {
  content: "";
  display: table;
}
footer .contact-details:after {
  clear: both;
}
@media (min-width: 1010px) {
  footer .contact-details {
    float: left;
    border-top: solid 1px #444;
    margin: 30px 0px 15px 0px;
    width: 920px;
    height: 60px;
    font-size: 14px;
    overflow: hidden;
    padding-top: 3px;
  }
}

footer .contact-details ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: none;
  position: relative;
  text-align: center;
}
@media (min-width: 1010px) {
  footer .contact-details ul {
    float: left;
  }
}

footer .contact-details ul li {
  width: 45%;
  height: 30px;
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media (min-width: 1010px) {
  footer .contact-details ul li {
    float: left;
    margin: 15px 20px 0px 0px;
    color: #AAAAAA;
  }
}

footer .contact-details ul a {
  color: #AAAAAA;
}

footer .contact-details ul a:hover {
  color: #FF8800;
}

.contact-details .copyright {
  font-size: 11px;
  float: left;
  margin-left: 20px;
}
@media (min-width: 1010px) {
  .contact-details .copyright {
    font-size: 16px;
  }
}

.contact-details .nz-govt {
  float: right;
  margin-top: 8px;
  margin-right: 20px;
}

footer .other-sites {
  padding: 2rem;
  text-align: left;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#222));
  background-image: -webkit-linear-gradient(top, #333, #222);
  background-image: -moz-linear-gradient(top, #333, #222);
  background-image: -ms-linear-gradient(top, #333, #222);
  background-image: -o-linear-gradient(top, #333, #222);
  background-image: linear-gradient(to bottom, #333333, #222222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#333', endColorStr='#222');
}
footer .other-sites h2 {
  text-align: center;
}
@media (min-width: 1010px) {
  footer .other-sites h2 {
    text-align: left;
  }
}
footer .other-sites ul {
  text-align: center;
}
footer .other-sites ul li {
  display: inline-block;
  margin: 1rem;
}

/* Footer links Block */
footer .footer-links {
  padding: 2rem;
  text-align: left;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#222));
  background-image: -webkit-linear-gradient(top, #333, #222);
  background-image: -moz-linear-gradient(top, #333, #222);
  background-image: -ms-linear-gradient(top, #333, #222);
  background-image: -o-linear-gradient(top, #333, #222);
  background-image: linear-gradient(to bottom, #333333, #222222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#333', endColorStr='#222');
}
footer .footer-links ul {
  text-align: center;
}
footer .footer-links ul li {
  display: inline-block;
  margin: 1rem;
}
footer .footer-links .nz-govt-badge {
  text-align: center;
  margin: 2rem 0 auto;
}
footer .footer-links .nz-govt-badge img {
  width: 150px;
}

.home-link {
  position: absolute;
}

.logo {
  position: absolute;
  max-width: 18rem;
  display: none;
  z-index: 2;
}
@media all and (min-width: 500px) {
  .logo {
    max-width: 20rem;
    display: block;
  }
}
@media all and (min-width: 1010px) {
  .logo {
    max-width: 433px;
  }
}

.svg-logo {
  width: 180px;
  height: 55px;
  left: 0;
}
@media all and (min-width: 500px) {
  .svg-logo {
    display: none;
  }
}

.logo-tiny {
  position: absolute;
  display: block;
  height: 54px;
  width: 180px;
}

.nav-toggle {
  float: right;
  display: block;
  color: #999;
  padding: 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 55px;
  width: 55px;
  height: 55px;
  border-left: 1px solid #222;
}
@media all and (min-width: 500px) {
  .nav-toggle {
    font-size: 3.3rem;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
@media all and (min-width: 1010px) {
  .nav-toggle {
    height: 150px;
  }
}
@media all and (max-width: 17em) {
  .nav-toggle {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px;
  display: inline-block;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  margin: 0;
  border: none;
  border-left: 1px solid #222;
  overflow: visible;
  z-index: 99;
}
@media (min-width: 500px) {
  .hamburger {
    padding: 15px 24px;
  }
}

.hamburger .hamburger-label {
  position: relative;
  line-height: 15px;
  text-align: center;
  display: none;
}
@media (min-width: 500px) {
  .hamburger .hamburger-label {
    display: block;
    font-size: 0.8rem;
    bottom: -38px;
  }
}
@media (min-width: 1010px) {
  .hamburger .hamburger-label {
    font-size: 1rem;
    bottom: -47px;
  }
}

.hamburger:hover .hamburger-label {
  color: #ff9233;
  -webkit-transition: color, 0.3s;
  -moz-transition: color, 0.3s;
  -ms-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  transition: color, 0.3s;
}

.hamburger-inner {
  display: block;
  top: calc(50% - 2.5px);
  margin-top: -2px;
  transform: rotate(0deg);
  transition: transform 0.2s, top 0.2s 0.2s;
}
@media (min-width: 500px) {
  .hamburger-inner {
    top: 41%;
  }
}
@media (min-width: 1010px) {
  .hamburger-inner {
    top: 37%;
  }
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 34px;
  height: 5px;
  background-color: #999;
  border-radius: 2px;
  position: absolute;
}
@media (min-width: 500px) {
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 54px;
    height: 8px;
  }
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
  transition: background-color 3s;
}

.hamburger-inner::before {
  top: -10px;
  transform: rotate(0deg);
  transition: transform 0.2s, top 0.2s 0.2s;
}
@media (min-width: 500px) {
  .hamburger-inner::before {
    top: -16px;
  }
}

.hamburger-inner::after {
  bottom: -10px;
  transform: rotate(0deg);
  transition: transform 0.2s, bottom 0.2s 0.2s;
}
@media (min-width: 500px) {
  .hamburger-inner::after {
    bottom: -16px;
  }
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background: #f70;
  transition: background 3s;
}

/* // HOVERS*/
.hamburger:hover .hamburger-label {
  /*     transition: color 2s;  */
}

.hamburger:hover .hamburger-inner::before, .hamburger:hover .hamburger-inner::after, .hamburger:hover .hamburger-inner {
  background-color: #f80;
}

/* // 💛 SQUEEZE 💛 */
.hamburger--squeeze .hamburger-inner {
  /* delay rotate till top and bottom are in.  */
  /* transition: transform 0.5s 0.5s; */
}

.hamburger--squeeze .hamburger-inner::after {
  /* good - opens */
  /*   transition: bottom 0.1s, transform 0.2s  0.1s; */
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  /* good - opens */
  transition: transform 0.2s 0.2s;
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  /* good - opens */
  transition: top 0.2s, transform 0.2s 0.2s;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  /* good - opens */
  transition: bottom 0.2s, transform 0.2s  0.2s;
  /*   transition: bottom 0.1s, transform 0.2s 0.5s; */
  /*   transition: background-color 3s ease; */
  /*   transition: bottom 0.5s, transform 0.1s 0.5s; */
}

#block-search-form {
  overflow: hidden;
  max-height: 54px;
  text-align: right;
  margin-right: 50px;
  transition: 0.3s;
  z-index: 99;
}
@media all and (min-width: 500px) {
  #block-search-form {
    max-height: none;
    margin-right: 100px;
  }
}
@media all and (min-width: 1010px) {
  #block-search-form {
    width: 445px;
    right: 10px;
    position: absolute;
    top: 95px;
  }
}
#block-search-form #search-form {
  position: relative;
}
#block-search-form .search-field {
  height: 54px;
  color: #333;
  border: none;
  line-height: 54px;
  width: 0;
  opacity: 0;
  padding: 0 2.8rem 0 1rem;
  font-size: 1rem;
  display: inline-block;
  transition: width 0.3s, opacity 0.2s, padding 0.3s;
}
@media all and (min-width: 500px) {
  #block-search-form .search-field {
    font-size: 2rem;
    height: 100px;
    line-height: 100px;
    padding: 0 4rem 0 2rem;
  }
}
@media all and (min-width: 1010px) {
  #block-search-form .search-field {
    width: calc(445px - 35px);
    background: #fff;
    opacity: 1;
    padding: 0 2rem 0 0.5rem;
    font-size: 1rem;
    height: 30px;
    line-height: 30px;
    margin: 0;
    float: left;
    border-radius: 3px;
    transition: width 0s, opacity 0s, padding 0s;
  }
}
#block-search-form .search-field.active {
  width: calc(100% - 54px);
  opacity: 1;
  z-index: 999999999;
  position: relative;
}
@media all and (min-width: 500px) {
  #block-search-form .search-field.active {
    width: calc(100% - 100px);
    right: 0px;
  }
}
@media all and (min-width: 1010px) {
  #block-search-form .search-field.active {
    width: calc(445px - 30px);
  }
}
#block-search-form .search-submit {
  cursor: pointer;
  color: #999;
  background-color: #444;
  display: block;
  float: right;
  border: none;
  border-left: 1px solid #222;
  height: 54px;
  width: 54px;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  line-height: 1.5rem;
  border: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  background-color: #444;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#333));
  background-image: -webkit-linear-gradient(top, #444, #333);
  background-image: -moz-linear-gradient(top, #444, #333);
  background-image: -ms-linear-gradient(top, #444, #333);
  background-image: -o-linear-gradient(top, #444, #333);
  background-image: linear-gradient(to bottom, #444444, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#444', endColorStr='#333');
}
@media all and (min-width: 500px) {
  #block-search-form .search-submit {
    font-size: 3.0rem;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
@media all and (min-width: 1010px) {
  #block-search-form .search-submit {
    font-size: 1.5rem;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    line-height: 2rem;
    background: none;
    display: inline-block;
  }
}
#block-search-form .search-submit:hover {
  color: #ff9233;
  background: none;
}
@media all and (min-width: 1010px) {
  #block-search-form .search-submit:hover {
    color: #ff9233;
  }
}
#block-search-form .search-submit:focus {
  background: none;
  color: #f70;
}
@media all and (min-width: 1010px) {
  #block-search-form .search-submit:focus {
    background: #f70;
    color: #333;
  }
}

.search-clear {
  position: absolute;
  color: #333;
  top: 11px;
  right: 4rem;
  cursor: pointer;
  width: 48px;
  transition: opacity 0.3s;
  opacity: 0;
  text-shadow: 1px 1px 3px #767676;
}
@media all and (min-width: 500px) {
  .search-clear {
    top: calc((100px / 2) - (48px / 2));
    right: calc(100px + 1rem);
    font-size: 3rem;
  }
}
@media all and (min-width: 1010px) {
  .search-clear {
    top: 2px;
    right: 35px;
    font-size: 1.5rem;
  }
}

.search-clear:hover {
  color: #f70;
}

.search-clear.active {
  opacity: 1;
  z-index: 999999999;
}

.search-label {
  display: none;
  bottom: 26px;
  position: relative;
  color: #bbb;
  font-size: 0.8rem;
  line-height: 1rem;
}
@media all and (min-width: 500px) {
  .search-label {
    display: block;
  }
}
@media (min-width: 1010px) {
  .search-label {
    display: none;
  }
}

.search-submit:hover .search-label {
  color: #ff9233;
  -webkit-transition: color, 0.3s;
  -moz-transition: color, 0.3s;
  -ms-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  transition: color, 0.3s;
}

.language-switcher, #block-locale-language {
  background: #222;
  right: 145px;
  top: 0rem;
  padding: 0px 10px;
  font-size: 0.8rem;
  line-height: 30px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.language-switcher a, #block-locale-language a {
  text-decoration: none;
  color: #999;
}

/*------------------------------------*\
    $NAVIGATION
\*------------------------------------*/
nav {
  background: #333;
  position: relative;
  z-index: 9;
}

.menu.opened {
  max-height: 2000px;
}

.menu {
  width: 100%;
  position: relative;
  z-index: 9;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s linear;
}
.menu .home > a {
  font-size: 1rem;
  margin-left: 3rem;
  margin-right: 200px;
  line-height: 65px;
  height: 90px;
}
.menu .home > a i {
  position: absolute;
  font-size: 30px;
  left: 12px;
  top: 30px;
}
.menu .lang-switch a {
  margin-left: 0rem;
}
.menu .trail > a {
  color: #f70;
}
.menu .social-icons {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 50px;
  right: 16px;
  width: 47%;
  max-width: 168px;
}
.menu .social-icons a {
  padding: 0;
  margin: 0;
  line-height: 1rem;
  height: auto;
}
.menu .social-icons i {
  font-size: 32px;
  color: #999;
  cursor: pointer;
}
.menu .social-icons i:hover {
  color: #ff9233;
}
@media all and (min-width: 450px) {
  .menu .home > a {
    font-size: 2rem;
  }
  .menu .home > a i {
    font-size: 40px;
    top: 27px;
  }
}
@media all and (min-width: 1010px) {
  .menu .home > a {
    margin-right: 0;
    line-height: 60px;
    height: inherit;
  }
  .menu .social-icons {
    top: 29px;
    right: 37px;
    max-width: 250px;
  }
  .menu .social-icons i {
    font-size: 35px;
  }
}
@media all and (min-width: 75rem) {
  .menu .home > a {
    margin-right: 0;
    line-height: 17px;
    height: inherit;
  }
  .menu .social-icons {
    top: -110px;
    right: 150px;
    max-width: 140px;
  }
  .menu .social-icons i {
    font-size: 27px;
  }
}

.menu ul {
  list-style: none;
  position: relative;
  width: 100%;
}

.menu ul ul li {
  /*width: 100%;*/
  margin-left: 20px;
  border-top: 1px solid #242424;
  border-bottom: 1px solid #333;
}

.meu ul li:last-child, .menu .child li:last-child, .menu .grandchild li:last-child, .menu .great-grandchild li:last-child {
  border-bottom: none;
}

.menu a {
  display: block;
}

.menu ul.sub-menu {
  display: none;
  background: #333;
}

.menu ul.sub-menu ul {
  display: none;
  padding-left: 1rem;
}

.menu .child {
  background: #1e1e1e;
}

.menu .grandchild {
  background: #141414;
}

.menu .great-grandchild {
  background: #0a0a0a;
}

.menu ul li a {
  display: block;
  text-decoration: none;
  color: #bbb;
  font-size: 15px;
  line-height: 17px;
  margin-left: 50px;
  padding: 16px;
}

body.i18n-mi .menu ul li a {
  padding: 16px 8px;
}

.menu ul li a:hover, .menu.current {
  color: #ff9233;
}

.menu > ul > li, .menu-search {
  display: inline-block;
  min-height: 17px;
  width: 100%;
  border-bottom: 1px #2a2a2a solid;
}

.menu-search {
  display: none;
}

.menu.active, .menu > ul ul.active {
  display: inherit;
  width: 100%;
}

.expander {
  cursor: pointer;
  font-family: FontAwesome;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ddd;
  border-right: 1px solid #222;
}

.expander:hover {
  color: #f70;
}

.has-submenu > a {
  width: calc(100% - 50px);
  margin-left: 50px;
}

/* aside menus */
aside {
  width: 191px;
  float: left;
  line-height: 100%;
}
aside li {
  margin-bottom: 10px;
}
aside a {
  display: block;
}

.side-menu {
  padding-right: 1rem;
  padding-top: 1rem;
  margin-top: 75px;
}

.l-region--sidebar-first {
  display: none;
}
@media (min-width: 1010px) {
  .l-region--sidebar-first {
    display: block;
  }
}

@media all and (min-width: 75em) {
  .hamburger {
    display: none;
  }

  .menu {
    max-height: 50px;
    overflow: visible;
  }

  .i18n-mi .menu {
    max-height: 67px;
  }

  .fa-home:before {
    content: "";
  }

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

  .menu > ul ul.active {
    display: none;
  }

  .menu > ul > li {
    display: inline-block;
    width: auto;
    max-width: 180px;
  }

  .i18n-mi .menu > ul > li {
    max-width: 153px;
    text-align: center;
  }

  .mch_projects_menu_block .menu > ul > li {
    max-width: 280px;
  }

  .page-node-8089 .mch_projects_menu_block .menu > ul > li, .page-node-8233 .mch_projects_menu_block .menu > ul > li, .page-node-8120 .mch_projects_menu_block .menu > ul > li, .page-node-8121 .mch_projects_menu_block .menu > ul > li, .page-node-8122 .mch_projects_menu_block .menu > ul > li, .page-node-8123 .mch_projects_menu_block .menu > ul > li, .page-node-8124 .mch_projects_menu_block .menu > ul > li, .page-node-8129 .mch_projects_menu_block .menu > ul > li, .page-node-8341 .mch_projects_menu_block .menu > ul > li {
    max-width: 305px;
  }

  .menu > ul > li.has-submenu ul {
    width: auto;
  }

  .expander {
    display: none;
  }

  .menu ul li a {
    font-size: 13px;
    margin-left: 0;
  }

  .menu ul li ul li a {
    padding: 10px;
    font-size: 12px;
    width: 180px;
  }

  .menu .home a {
    font-size: 13px;
    margin-left: 0;
  }

  .has-submenu > a {
    margin-left: 0;
    width: 100%;
  }

  .menu ul.sub-menu > ul {
    display: block;
  }

  .menu ul ul li {
    margin-left: 0;
  }

  .menu ul.sub-menu ul {
    padding-left: 0;
  }

  .menu > ul li.has-submenu:hover > ul {
    display: block;
    position: absolute;
    float: left;
  }

  .menu > ul li.has-submenu > ul li, .menu > ul li.has-submenu > ul li.has-submenu > ul li {
    height: auto;
  }

  .menu ul.sub-menu > ul li.has-submenu:hover > ul {
    display: block;
    width: 200px;
  }

  .menu > ul li.has-submenu:hover > ul li.has-submenu:hover > ul {
    display: block;
    position: absolute;
    float: left;
    margin-left: 180px;
    margin-top: -38px;
  }
}
#block-system-main-menu ul.menu {
  height: 73px;
  list-style: none outside none;
  margin: 0;
  padding: 26px 0 0 12px;
}

#block-system-main-menu ul.menu li {
  float: left;
  list-style-image: none;
  padding: 5px 0;
  margin-right: 20px;
  list-style-type: none;
  max-width: 86px;
  font-size: 14px;
}

.i18n-mi #block-system-main-menu ul.menu li {
  width: 80px;
}

#block-system-main-menu ul.menu li:nth-child(2), .i18n-mi #block-system-main-menu ul.menu li:nth-child(2) {
  width: 75px;
}

#block-system-main-menu ul.menu li:nth-child(5) {
  width: 50px;
}

#block-system-main-menu ul.menu li:nth-child(6), .i18n-mi #block-system-main-menu ul.menu li:nth-child(6) {
  margin-right: 0px;
}

#block-system-main-menu ul.menu li a:link, #block-system-main-menu ul.menu li a {
  color: #fff;
}

#block-system-main-menu ul.menu li a:visited {
  color: #fff;
}

#block-system-main-menu ul.menu li a:active, #block-system-main-menu ul.menu li a.active, #block-system-main-menu ul.menu li a:hover {
  color: #ff8800;
}

.i18n-mi #block-system-main-menu ul.menu li {
  width: 80px;
}

.l-header #block-search-form {
  position: absolute;
  width: 210px;
  margin: 0;
  top: 88px;
  left: 767px;
}

.l-header #block-search-form input[type="text"] {
  width: 140px;
  float: left;
  height: 23px;
}

.l-header #block-search-form input[type="submit"] {
  display: block;
  width: 60px;
  height: 23px;
  background-color: #5f5f5c;
  float: left;
  color: #FFF;
  font-size: 12px;
  margin: 0;
  border: 0;
  cursor: pointer;
}

.l-header #block-search-form input[type="submit"]:hover {
  color: #FFF;
  background-color: #FF8800;
}

/*
 ____                      _
/ ___|  ___  __ _ _ __ ___| |__
\___ \ / _ \/ _` | '__/ __| '_ \
 ___) |  __/ (_| | | | (__| | | |
|____/ \___|\__,_|_|  \___|_| |_|

*/
.search-page .l-content {
  margin: 1rem;
}
@media (min-width: 750px) {
  .search-page .l-content {
    margin: 2rem;
  }
}

.search-results-body .pager .pager__item--current, .search-results .pager .pager__item--current {
  color: #FF8800;
}

.search-results-body .pager .pager__item--ellipsis, .search-results .pager .pager__item--ellipsis {
  display: none;
}

.pager__item {
  padding: 0;
}

body.two_sidebars .l-content.sidebar .search-results-media article {
  float: left;
  width: 120px;
  height: 180px;
  margin: 0 2em 2em 0;
  padding: 0;
  background-color: transparent;
}

body.two_sidebars .l-content.sidebar .search-results-media article p {
  clear: both;
  color: #CCCCCC;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1.3em;
  margin: 5px 0 0 0;
  padding: 0;
}

.page-search .l-content .tabs {
  margin: 20px 0 0 0;
}

body.page-search .l-content.sidebar section.search-results-body article {
  width: 525px;
}

body.page-search section.search-results-body, body.page-search .search-results-media {
  position: relative;
  padding: 0;
}

.spelling-suggestions {
  padding: 0 1rem;
  background: #444;
  height: 3rem;
  line-height: 3rem;
}
.spelling-suggestions .form-item {
  margin: 0;
  padding: 0;
}
.spelling-suggestions dt {
  display: inline-block;
  margin: 0;
}
.spelling-suggestions dd {
  display: inline-block;
  margin: 0 0 0 1rem;
}

ul.noresults {
  display: block;
  padding: 1rem;
  padding-left: 2rem;
  background: #545454;
}
ul.noresults li {
  margin-bottom: 1rem;
}
@media (min-width: 750px) {
  ul.noresults {
    padding: 2rem;
  }
}

.block--facetapi {
  display: block;
  background: #494949;
  padding: 1rem;
  padding-bottom: 0;
}
.block--facetapi:before, .block--facetapi:after {
  content: "";
  display: table;
}
.block--facetapi:after {
  clear: both;
}
.block--facetapi ul li {
  list-style-type: none;
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 750px) {
  .block--facetapi {
    width: 60%;
    float: left;
    z-index: 9;
  }
}

#block-mch-solr-tweaks-search-type {
  display: block;
  background: #4f4f4f;
  padding: 1rem;
}
#block-mch-solr-tweaks-search-type:before, #block-mch-solr-tweaks-search-type:after {
  content: "";
  display: table;
}
#block-mch-solr-tweaks-search-type:after {
  clear: both;
}
#block-mch-solr-tweaks-search-type a {
  display: block;
}
#block-mch-solr-tweaks-search-type a.active {
  color: #f70;
}
@media (min-width: 750px) {
  #block-mch-solr-tweaks-search-type {
    background: #494949;
    padding: 2rem;
    display: inline-block;
    width: 40%;
  }
}

.section-search ul.action-links {
  margin: 1rem 0 0 0;
  padding: 0;
  list-style: none;
  height: 3rem;
  font-size: 0;
}
.section-search ul.action-links li {
  display: inline-block;
  width: 50%;
  margin: 0;
  text-align: center;
  background: #444;
  overflow: hidden;
  background-color: #3a3a3a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3a3a3a), to(#2a2a2a));
  background-image: -webkit-linear-gradient(top, #3a3a3a, #2a2a2a);
  background-image: -moz-linear-gradient(top, #3a3a3a, #2a2a2a);
  background-image: -ms-linear-gradient(top, #3a3a3a, #2a2a2a);
  background-image: -o-linear-gradient(top, #3a3a3a, #2a2a2a);
  background-image: linear-gradient(to bottom, #3a3a3a, #2a2a2a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3a3a3a', endColorStr='#2a2a2a');
}
.section-search ul.action-links li a {
  color: white;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  display: block;
  font-size: 0.8rem;
}
@media (min-width: 750px) {
  .section-search ul.action-links li a {
    font-size: 1rem;
  }
}
.section-search ul.action-links li a.active {
  background: #444;
  color: #f70;
}
.section-search ul.action-links li a:hover {
  color: #ff9233;
}
.section-search ul.action-links li.active {
  background: #444;
}
.section-search ul.action-links li.active a.active:hover {
  cursor: default;
  color: #f70;
}
.section-search #search-form {
  position: relative;
}
.section-search .search-form {
  background: #444;
  padding: 0.5rem;
  margin: 0;
  font-size: 0;
}
.section-search .search-form:before, .section-search .search-form:after {
  content: "";
  display: table;
}
.section-search .search-form:after {
  clear: both;
}
.section-search .search-form label {
  display: none !important;
}
.section-search .search-form .form-item {
  margin: 0;
  padding: 0;
  height: 2rem;
  border: none;
}
.section-search .search-form .form-item input {
  color: #333;
  width: 80%;
  height: 2rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 2rem;
  margin: 0;
  padding: 0 1rem;
  border: none;
  float: left;
}
.section-search .search-form input[type=submit] {
  color: #333;
  width: 20%;
  height: 2rem;
  margin: 0;
  padding: 0;
  border: none;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
}
.section-search .search-form input[type=submit]:hover {
  background: #bbb;
}

.search-results-body ol, .mch-search-results ol {
  list-style-type: none;
}
.search-results-body ol:before, .search-results-body ol:after, .mch-search-results ol:before, .mch-search-results ol:after {
  content: "";
  display: table;
}
.search-results-body ol:after, .mch-search-results ol:after {
  clear: both;
}
.search-results-body ol li, .mch-search-results ol li {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  margin-top: 1rem;
}
.search-results-body ol li em, .mch-search-results ol li em {
  color: #c4e2f4;
}
.search-results-body ol li h3, .mch-search-results ol li h3 {
  color: #f70;
}
.search-results-body ol li a, .mch-search-results ol li a {
  color: white;
  background: #444;
  padding: 1rem;
  padding-top: 1.2rem;
  border-radius: 3px;
  color: white;
  display: block;
  overflow: hidden;
}
.search-results-body ol li a:hover, .mch-search-results ol li a:hover {
  text-decoration: none;
  background: #565656;
}
.search-results-body ol li a:hover h3, .mch-search-results ol li a:hover h3 {
  color: #ff9233;
}
.search-results-body ol li p:last-child, .mch-search-results ol li p:last-child {
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .search-results-body ol li a, .mch-search-results ol li a {
    padding: 1rem;
  }
}

.search-results-media li {
  float: left;
  width: calc((100% - 1rem) / 2);
  border-radius: 3px;
}
.search-results-media li:before, .search-results-media li:after {
  content: "";
  display: table;
}
.search-results-media li:after {
  clear: both;
}
.search-results-media li .search-site-badge {
  width: 100%;
}
@media (min-width: 750px) {
  .search-results-media li .search-site-badge {
    width: 130px;
    float: right;
  }
}
.search-results-media li a {
  padding-top: 1rem !important;
  margin-bottom: 0;
}
.search-results-media li .result-image {
  text-align: center;
}
.search-results-media li .result-image img {
  max-width: 100px;
}
@media (min-width: 750px) {
  .search-results-media li .result-image {
    text-align: left;
  }
  .search-results-media li .result-image img {
    float: left;
    margin-right: 1rem;
  }
}
.search-results-media li:nth-of-type(odd) {
  margin-right: 1rem;
}

.search-site-badge {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1rem;
  top: 0;
  left: 0;
  border-radius: 3px 3px 0 0;
}
@media (min-width: 750px) {
  .search-site-badge {
    position: relative;
    width: 130px;
    height: 1rem;
    top: -1rem;
    border-radius: 0 0 3px 3px;
    float: right;
  }
}

.search-site-badge-mch {
  color: white;
  background: #f70;
}

.search-site-badge-teara {
  color: white;
  background: #01565b;
}

.search-site-badge-nzhistory {
  color: white;
  background: #3286AE;
}

.search-site-badge-ww100 {
  color: white;
  background: #ac0505;
}

.search-site-badge-28th {
  color: white;
  background: #340000;
}

.search-site-badge-vietnam {
  color: white;
  background: #2d4000;
}

/* sitemap */
.sitemap {
  overflow: hidden;
  width: 100%;
  padding: 0;
  text-align: left;
  background-origin: border-box;
  background-image: url("/sites/all/themes/mch/images/sitemap-bg.png") repeat-x;
}
@media (min-width: 1010px) {
  .sitemap {
    overflow: hidden;
    margin-bottom: 1rem;
  }
}
.sitemap a {
  color: #efefef;
  display: block;
  padding: 10px;
  font-size: 1.2rem;
  line-height: 1.44rem;
}
@media (min-width: 1010px) {
  .sitemap a {
    padding: 3px;
  }
}

.sitemap-opener {
  display: none;
}

.sitemap .title-bar {
  padding: 20px;
  cursor: pointer;
  background: #222;
}
@media (min-width: 1010px) {
  .sitemap .title-bar {
    background: none;
  }
}
.sitemap .title-bar .sitemap-switch {
  float: left;
  margin-top: 3px;
  color: #f70;
}
.sitemap .title-bar h3 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: white;
  padding: 0;
  margin: 0px;
  text-align: left;
  position: relative;
  padding-left: 25px;
}
.sitemap .title-bar h3:hover, .sitemap .title-bar li a:hover {
  color: #f70;
}

/*
 _____           _     ____  _         _           
|  ___|__  _ __ | |_  / ___|| |_ _   _| | ___  ___ 
| |_ / _ \| '_ \| __| \___ \| __| | | | |/ _ \/ __|
|  _| (_) | | | | |_   ___) | |_| |_| | |  __/\__ \
|_|  \___/|_| |_|\__| |____/ \__|\__, |_|\___||___/
                                 |___/             

*/
.sitemap h1, .sitemap h4 {
  font-size: 1.2rem;
  line-height: 1.44rem;
  margin: 0;
}

@media (min-width: 1010px) {
  .sitemap h4 {
    font-size: 0.84rem;
    margin-left: 8px;
  }
}

/*
 _     _     _     ____  _         _           
| |   (_)___| |_  / ___|| |_ _   _| | ___  ___ 
| |   | / __| __| \___ \| __| | | | |/ _ \/ __|
| |___| \__ \ |_   ___) | |_| |_| | |  __/\__ \
|_____|_|___/\__| |____/ \__|\__, |_|\___||___/
                             |___/             
*/
.sitemap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
.sitemap ul li {
  border-top: 1px solid #444;
  border-bottom: 1px solid #333;
}
@media (min-width: 1010px) {
  .sitemap ul li {
    border-top: none;
    border-bottom: none;
    float: left;
  }
}
.sitemap ul li a {
  color: #d6d6d6;
}
@media (min-width: 1010px) {
  .sitemap ul li a {
    font-size: 1.08rem;
  }
}
.sitemap ul li a:hover {
  color: #f70;
}
.sitemap ul li ul {
  background: #2d2d2d;
}
@media (min-width: 1010px) {
  .sitemap ul li ul {
    background: none;
  }
}
.sitemap ul li ul li {
  padding-left: 10px;
}
.sitemap ul li ul li a {
  font-size: 1.02rem;
  color: #bebebe;
}
@media (min-width: 1010px) {
  .sitemap ul li ul li a {
    font-size: 0.96rem;
  }
}
.sitemap ul li ul li a:hover {
  color: #f70;
}
.sitemap ul li ul li ul {
  background: #282828;
}
.sitemap ul li ul li ul li {
  padding-left: 20px;
}
.sitemap ul li ul li ul li a {
  font-size: 0.84rem;
  color: #a6a6a6;
}
.sitemap ul li ul li ul li a:hover {
  color: #f70;
}

.sitemap ul.parent > li {
  border-left: 1px solid #555;
  margin-right: 26px;
}

.sitemap .desktop-sitemap {
  float: left;
}

a[target="_blank"]:after {
  font-family: 'FontAwesome';
  content: " \f08e";
}

/*.field--name-body a, .body a {
  text-decoration: underline;
}
*/
body {
  background: #242424;
  font: 100%/1.5 "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #bbbbbb;
}

.messages {
  margin: 0;
}

.overwatch {
  position: fixed;
  top: 1rem;
  width: 80%;
}

.colour-blue {
  border-bottom: 5px solid #47A7F5;
}

.colour-blue .feature-link {
  background: #47A7F5;
  border: none;
}

.colour-orange {
  border-bottom: 5px solid #f70;
}

.colour-orange .feature-link {
  background: #f70;
  border: none;
}

.colour-pink {
  border-bottom: 5px solid #f968be;
}

.colour-pink .feature-link {
  background: #f968be;
  border: none;
}

.colour-green {
  border-bottom: 5px solid #9bdf3f;
}

.colour-green .feature-link {
  background: #9bdf3f;
  border: none;
}

.colour-purple {
  border-bottom: 5px solid #b07ef2;
}

.colour-purple .feature-link {
  background: #b07ef2;
  border: none;
}

.header {
  height: 55px;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #222;
  overflow: hidden;
  transition: all 0.4s ease;
  background-color: #444;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#333));
  background-image: -webkit-linear-gradient(top, #444, #333);
  background-image: -moz-linear-gradient(top, #444, #333);
  background-image: -ms-linear-gradient(top, #444, #333);
  background-image: -o-linear-gradient(top, #444, #333);
  background-image: linear-gradient(to bottom, #444444, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#444', endColorStr='#333');
}
@media all and (min-width: 500px) {
  .header {
    height: 100px;
  }
}
@media all and (min-width: 1010px) {
  .header {
    height: 150px;
  }
}

aside.l-region--sidebar-first {
  padding-right: 1rem;
  padding-top: 1rem;
}
aside.l-region--sidebar-first ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
aside.l-region--sidebar-first li a.active {
  color: #f70;
}
aside.l-region--sidebar-first li a.active:hover {
  color: #ff9233;
}
aside.l-region--sidebar-first ul ul {
  margin: 10px 0 10px 10px;
}
aside.l-region--sidebar-first ul ul a {
  color: #ddd;
}
aside.l-region--sidebar-first ul ul a:hover {
  color: #ff9233;
}

aside.l-region--sidebar-second {
  display: block;
  padding: 2rem 0 0 0;
  width: 100%;
}
@media (min-width: 500px) {
  aside.l-region--sidebar-second {
    display: flex;
  }
}
@media (min-width: 1010px) {
  aside.l-region--sidebar-second {
    width: 191px;
    padding: 1rem 0 0 2rem;
    display: block;
  }
}
aside.l-region--sidebar-second .block {
  font-size: 0.8rem;
  line-height: 0.9rem;
  width: 100%;
}
@media (min-width: 500px) {
  aside.l-region--sidebar-second .block {
    flex-basis: 100%;
  }
}
@media (min-width: 1010px) {
  aside.l-region--sidebar-second .block {
    width: 100%;
    margin-bottom: 2rem;
  }
}
aside.l-region--sidebar-second .block a {
  margin: 0;
  line-height: 24px;
}
aside.l-region--sidebar-second .block:not(:first-child) {
  margin: 0;
}
@media (min-width: 500px) {
  aside.l-region--sidebar-second .block:not(:first-child) {
    padding-left: 1rem;
  }
}
@media (min-width: 1010px) {
  aside.l-region--sidebar-second .block:not(:first-child) {
    padding-left: 0;
    margin-bottom: 2rem;
  }
}
aside.l-region--sidebar-second li {
  margin: 0;
}
@media (min-width: 1010px) {
  aside.l-region--sidebar-second li {
    margin-bottom: 10px;
  }
}
aside.l-region--sidebar-second li a {
  margin: 5px 0;
  font-size: 1rem;
  line-height: 1.2rem;
}
@media (min-width: 1010px) {
  aside.l-region--sidebar-second li a {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
aside.l-region--sidebar-second #block-views-related-links-block-block li a {
  font-size: 1rem;
  line-height: 1.2rem;
}
@media (min-width: 1010px) {
  aside.l-region--sidebar-second #block-views-related-links-block-block li a {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
aside.l-region--sidebar-second h2 {
  color: #f70;
  font-size: 1.1rem;
  line-height: 1.2rem;
  margin-bottom: 0.5rem;
}
aside.l-region--sidebar-second i {
  font-size: 0.8rem;
  line-height: 24px;
  margin-right: 10px;
  float: left;
  min-width: 20px;
  text-align: center;
}
aside.l-region--sidebar-second a {
  outline: 0;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 5px 0;
}
@media (min-width: 1010px) {
  aside.l-region--sidebar-second a {
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 0;
  }
}
aside.l-region--sidebar-second p {
  margin: 0.5rem 0;
  font-size: 0.8rem;
  line-height: 0.9rem;
}
aside.l-region--sidebar-second p:last-child {
  margin-bottom: 0;
}
aside.l-region--sidebar-second section {
  margin: 0;
  margin-bottom: 1rem;
}
aside.l-region--sidebar-second ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
aside.l-region--sidebar-second ul {
  font-size: 0.9rem;
  color: #444;
  padding: 10px;
  margin: 0 0 0 10px;
}

.files, .reports {
  margin: 0;
  margin-bottom: 1rem;
}
.files h3, .reports h3 {
  margin-bottom: 1rem;
}
.files a:hover, .reports a:hover {
  text-decoration: none !important;
}
.files a:hover h4, .reports a:hover h4 {
  color: #ff9233;
  text-decoration: underline;
}
.files ul, .reports ul {
  list-style: none;
}
.files p, .reports p {
  font-size: 0.8rem;
  color: #333;
  margin-left: 50px;
}
.files h4, .reports h4 {
  color: #2E79C6;
  font-size: 1rem;
  margin-left: 50px;
}

.content-carousel .slick-track {
  display: flex;
}
.content-carousel .slick-track .slick-slide {
  display: flex;
  height: auto;
  padding: 0 5px;
  align-items: center;
  justify-content: center;
}

.content-carousel-image-stage {
  text-align: center;
}

.content-carousel-stage-desc {
  min-height: 70px;
  max-width: 420px;
  margin: 0 auto;
}
.content-carousel-stage-desc .detail-small {
  font-size: 0.7rem;
  line-height: 0.9rem;
  color: #767676;
}

.content-carousel-selector {
  position: relative;
  margin-bottom: 2rem;
}
.content-carousel-selector .content-carousel-left {
  display: block;
  width: 2rem;
  height: 100px;
  text-align: center;
  padding: 40px 0;
  position: absolute;
  top: calc(50% - 50px);
  left: -2rem;
}
.content-carousel-selector .content-carousel-right {
  display: block;
  width: 2rem;
  height: 100px;
  text-align: center;
  padding: 40px 0;
  position: absolute;
  top: calc(50% - 50px);
  right: -2rem;
}
.content-carousel-selector .slick-slide img {
  max-height: 100px;
}
@media (min-width: 1010px) {
  .content-carousel-selector .slick-slide img {
    max-height: 80px;
  }
}
.content-carousel-selector .slick-slide img:hover {
  cursor: pointer;
}

.template-tag {
  position: fixed;
  left: -60px;
  top: 66%;
  transform: rotate(90deg);
  height: 40px;
  background: rgba(195, 35, 35, 0.8);
  line-height: 40px;
  padding: 0 20px;
  color: #fcffbd;
  border: 2px dashed #fcffbd;
  border-bottom: none;
  z-index: 99;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

/*
 _          _____
| |_ ___   |_   _|__  _ __
| __/ _ \    | |/ _ \| '_ \
| || (_) |   | | (_) | |_) |
 \__\___/    |_|\___/| .__/
                     |_|
*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding-top: 5px;
  white-space: nowrap;
  background: #f70;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px #111 2px 5px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 1px 1px 3px #111 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px #111 2px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 1px 1px 3px #111 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 1px 1px 3px #111 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px #111 2px 5px rgba(0, 0, 0, 0.4);
  z-index: 99;
  /* Safari 6.1+ (10.0 is the latest version of Safari at this time) */
}
.cd-top i::before {
  color: #ffad66;
}
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  .cd-top {
    bottom: 40px;
  }
}

.cd-top:hover {
  color: #fff;
  opacity: 1;
  background: #ff9233;
}
.cd-top:hover i::before {
  color: #ffe3cc;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 750px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1010px) {
  .cd-top {
    right: 30px;
    bottom: 30px;
  }
}
.table-wrap {
  max-width: 100%;
  overflow: auto;
}

article .rss {
  position: absolute;
  top: 0;
  right: 1rem;
  color: #f70;
  background: #333;
  padding: 0 1rem;
  border-radius: 0 0 3px 3px;
}
article .rss a {
  color: #f70;
}

.press-release-list-item {
  display: block;
  margin-bottom: 1rem;
}
.press-release-list-item:before, .press-release-list-item:after {
  content: "";
  display: table;
}
.press-release-list-item:after {
  clear: both;
}
.press-release-list-item img {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
  width: 50px;
}
@media (min-width: 400px) {
  .press-release-list-item img {
    width: 100px;
  }
}
@media (min-width: 630px) {
  .press-release-list-item img {
    width: 150px;
  }
}
.press-release-list-item .date {
  font-size: 0.8rem;
  color: #444;
}
.press-release-list-item p {
  color: #333;
}

.press-release-list-item:hover {
  text-decoration: none !important;
}
.press-release-list-item:hover h3 {
  color: #f70;
}

.page-counter {
  text-align: center;
  color: #ddd;
  margin: 1rem 0;
  text-shadow: 1px 1px 0px #bbb;
}

aside.l-region--sidebar-second .book-nav-block h2 a {
  font-size: 1rem;
  color: #f70;
}
aside.l-region--sidebar-second .book-nav-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
aside.l-region--sidebar-second .book-nav-block ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  line-height: 1rem;
}
aside.l-region--sidebar-second .book-nav-block ul li a {
  line-height: 16px;
}
aside.l-region--sidebar-second .book-nav-block a {
  line-height: 16px;
}
aside.l-region--sidebar-second .book-nav-block .active {
  color: #ff9233;
}

p.publishing-date {
  margin: 0;
  font-size: 0.8rem;
  color: #888;
  height: 0;
}

/* BREADCRUMBS */
.front p.breadcrumb {
  display: none;
}

p.breadcrumb {
  border-bottom: solid 1px #646464;
  margin: 20px 0 5px;
  padding: 0 0 1rem 1rem;
  font-size: 13px;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  clear: both;
  list-style: none;
}
@media (min-width: 1010px) {
  p.breadcrumb {
    padding-left: 2rem;
  }
}

p.breadcrumb a {
  color: white;
  padding: 0 7px;
}

p.breadcrumb a:hover {
  color: #FF8800;
}

p.breadcrumb span {
  color: #FF8800;
  text-indent: 7px;
  display: inline-block;
}

#edit-submitted-section-b-event-detailed-account-upload-button, #edit-submitted-section-d-external-support-d1a-upload-button, #edit-submitted-section-d-external-support-d1b-upload-button, .hidden.webform-component--confirm label {
  display: none;
}

#block-webform-client-block-7073 {
  padding-top: 2em;
}
#block-webform-client-block-7073 .form-actions {
  margin-bottom: 0;
}
#block-webform-client-block-7073 #edit-submitted-confirm, #block-webform-client-block-7073 #edit-submitted-education-updates {
  float: left;
  width: 5%;
}
#block-webform-client-block-7073 #edit-submitted-confirm label, #block-webform-client-block-7073 #edit-submitted-education-updates label {
  display: none;
}
#block-webform-client-block-7073 .webform-component--confirm .description, #block-webform-client-block-7073 .webform-component--education-updates .description {
  font-size: 80%;
  line-height: 120%;
}

.ui-widget {
  font-size: 1em;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
.ui-widget li {
  margin: 0 0 1em;
  list-style: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: transparent none;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #2E79C6;
  font-size: 1.2em;
}

.page article .ui-state-default a:hover, .page article .ui-state-default a:active {
  color: #ff9233;
}

.jquery-ui-filter-accordion {
  margin-top: 24px;
}

.jquery-ui-filter-accordion:last-of-type {
  margin-bottom: 24px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr, .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl, .ui-widget-content {
  border: 0;
}

.ui-accordion .ui-accordion-content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.jquery-ui-filter-accordion-container *:last-child {
  padding-bottom: 1.5em;
}
.jquery-ui-filter-accordion-container li:last-child {
  margin-bottom: 0;
}

.page-node-8070 ol li {
  font-weight: bold;
}
.page-node-8070 ol li p {
  padding-bottom: 0;
  font-weight: normal;
}

.jquery-ui-filter-accordion-container .icon-pdf {
  background: url("../images/icon-pdf.png") no-repeat;
  width: 50px;
  height: 48px;
  float: left;
}

.jquery-ui-filter-accordion-container a.smallpdf {
  padding: 12px 0 0;
  display: block;
}

.budget-2020-banner {
  display: none;
}

@media (min-width: 75rem) {
  .budget-2020-banner {
    display: block;
    color: #fff;
    background-color: #f70;
    padding: 15px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    margin: 0;
    font-size: 1.5em;
    line-height: 1.15em;
    font-weight: bold;
    width: 100%;
    text-transform: uppercase;
  }
  .budget-2020-banner p {
    margin-bottom: 0;
  }
  .budget-2020-banner p span {
    font-weight: normal;
    text-transform: none;
    color: #000;
    font-size: 0.85em;
    display: block;
    margin-top: 0.5em;
  }
  .budget-2020-banner img {
    max-width: 85px;
    height: auto;
    vertical-align: middle;
    padding: 0 0.75em;
  }
  .budget-2020-banner img:nth-child(3) {
    margin-right: 1.75em;
  }
  .budget-2020-banner img:nth-child(4) {
    margin-left: 1.75em;
  }
}
