/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 24 December 2018 04:29:17
*/


@charset "UTF-8";
/***
*   Insert Client Name Styles
***/
/***
*   Core
***/
/***
*   Settings - Color
***/
/***
*   Settings - Defaults
***/
/***
*   Settings - Responsive
***/
/***
*   Tools - Functions
***/
/***
*   Tools - Mixins
***/
/***
*   Tools - Responsive
***/
/***
*   Generic - Normalize
***/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("//fonts.googleapis.com/css?family=Montserrat:300,400,700");
@import url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css");
html {
  font-family: 'Calibri', 'trebuchet ms';
  /* 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/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;
  text-decoration: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin: 15px 0px;
    clear: both;
}

/**
 * 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"] {
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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;
}

/***
*   Generic - Box-sizing
***/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/***
*   Generic - Reset
***/
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption {
  margin: 0;
  padding: 0;
}

abbr[title],
dfn[title] {
  cursor: help;
}

u,
ins {
  text-decoration: none;
}

ins {
  border-bottom: 1px solid;
}

/***
*   Base - Page
***/
html {
  min-width: 320px;
  min-height: 100%;
  color: #424242;
  font-size: 1em;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  margin-left: auto;
  margin-right: auto;
}

/***
*   Base - Images
***/
img {
  max-width: 100%;
  font-style: italic;
}

.gm-style img,
img[width],
img[height] {
  max-width: none;
}

.img-round {
  border-radius: 50%;
}

/***
*   image positioning
***/
.image--left{
    float: left;
    margin:10px 10px 10px 0px;}

.image--right{
    float: right;
    margin:10px 0px 10px 10px}


/***
*   Base - Typography
***/
@font-face {
  font-family: 'Montserrat-Light';
  src: url("/__data/assets/file/0004/101965/Montserrat-Light.eot");
  src: url("/__data/assets/file/0003/101964/Montserrat-Light.otf"), url("/__data/assets/file/0004/101965/Montserrat-Light.eot?#iefix") format("embedded-opentype");
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url("/__data/assets/file/0020/101963/Montserrat-SemiBold.otf");
}

h1 {
  font-family: "Calibri", "trebuchet ms";
  font-weight: normal;
  color: #424242;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  padding: 0;
}

h2 {
  font-family: "Calibri", "trebuchet ms";
  font-weight: normal;
  color: #424242;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  padding: 0;
}

h3 {
  font-family: "Calibri", "trebuchet ms";
  font-weight: normal;
  color: #424242;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  padding: 0;
}

h4 {
  font-family: "Calibri", "trebuchet ms";
  font-weight: normal;
  color: #424242;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  padding: 0;
}

h5 {
  font-family: "Calibri", "trebuchet ms";
  font-weight: normal;
  color: #424242;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  padding: 0;
}

h6 {
  font-family: "Calibri", "trebuchet ms";
  font-weight: normal;
  color: #424242;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  padding: 0;
}

/***
*   Base - Colors
***/
.bgc-black {
  background-color: #000000 !important;
}

.bgc-black-1 {
  background-color: rgba(0, 0, 0, 0.87) !important;
}

.bgc-black-2 {
  background-color: rgba(0, 0, 0, 0.54) !important;
}

.bgc-black-3 {
  background-color: rgba(0, 0, 0, 0.26) !important;
}

.bgc-black-4 {
  background-color: rgba(0, 0, 0, 0.12) !important;
}

.tc-black {
  color: #000000 !important;
}

.tc-black-1 {
  color: rgba(0, 0, 0, 0.87) !important;
}

.tc-black-2 {
  color: rgba(0, 0, 0, 0.54) !important;
}

.tc-black-3 {
  color: rgba(0, 0, 0, 0.26) !important;
}

.tc-black-4 {
  color: rgba(0, 0, 0, 0.12) !important;
}

.bgc-white {
  background-color: #FFFFFF !important;
}

.bgc-white-1 {
  background-color: #FFFFFF !important;
}

.bgc-white-2 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.bgc-white-3 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.bgc-white-4 {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bgc-grey-50 {
  background-color: #FAFAFA !important;
}

.bgc-grey-100 {
  background-color: #F5F5F5 !important;
}

.bgc-grey-200 {
  background-color: #EEEEEE !important;
}

.bgc-grey-300 {
  background-color: #E0E0E0 !important;
}

.bgc-grey-400 {
  background-color: #BDBDBD !important;
}

.bgc-grey-500 {
  background-color: #9E9E9E !important;
}

.bgc-grey-600 {
  background-color: #757575 !important;
}

.bgc-grey-700 {
  background-color: #616161 !important;
}

.bgc-grey-800 {
  background-color: #424242 !important;
}

.bgc-grey-900 {
  background-color: #212121 !important;
}

.tc-grey-50 {
  color: #FAFAFA !important;
}

.tc-grey-100 {
  color: #F5F5F5 !important;
}

.tc-grey-200 {
  color: #EEEEEE !important;
}

.tc-grey-300 {
  color: #E0E0E0 !important;
}

.tc-grey-400 {
  color: #BDBDBD !important;
}

.tc-grey-500 {
  color: #9E9E9E !important;
}

.tc-grey-600 {
  color: #757575 !important;
}

.tc-grey-700 {
  color: #616161 !important;
}

.tc-grey-800 {
  color: #424242 !important;
}

.tc-grey-900 {
  color: #212121 !important;
}

/***
*   Trumps - Helpers
***/
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.container {
  max-width: 80.25em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 36px;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

.display--block {
  display: block;
}

.display--inline {
  display: inline;
}

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

.position--relative {
  position: relative;
}

.position--absolute {
  position: absolute;
}

.float--right {
  float: right !important;
}

.float--left {
  float: left  !important;
}

.float--none {
  float: none  !important;
}

.text--left {
  text-align: left   !important;
}

.text--center {
  text-align: center !important;
}

.text--right {
  text-align: right  !important;
}

.text--uppercase {
  text-transform: uppercase;
}

.text--capitalize {
  text-transform: capitalize;
}

.clickable {
  cursor: pointer;
}

.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

@media screen and (max-width: 1023px) {
  .hidden-portable {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media screen and (min-width: 1024px) {
  .visible-portable {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

/***
*   Objects - Bare List
***/
.bare-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/***
*   Components
***/
/***
*   Components - Base Elements (html, body, main)
***/
body {
  background-color: #007481;
  background-size: cover !important;
}

body.home {
  background-size: contain !important;
}

@media screen and (max-width: 1920px) {
  body.home {
    background-size: 1920px !important;
  }
}

@media screen and (max-width: 1023px) {
  body.home {
    padding-top: 10em;
  }
}

@media screen and (min-width: 1024px) {
  body.home {
    padding-top: 15em;
  }
}

body.home:after {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 116, 129, 0.8);
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  body:not(.home) {
    padding-top: 70px;
  }
}

@media screen and (min-width: 1024px) {
  body:not(.home) {
    padding-top: 184px;
  }
}

main {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
}

.slick-slider {
  margin-bottom: 0 !important;
}

.slick-slider .slick-prev, .slick-slider .slick-next {
  display: none !important;
}

.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
}

.slick-slider .slick-dots {
  bottom: 80px;
  right: 10%;
  width: auto;
}

.slick-slider .slick-dots li button {
  border-radius: 15px;
  width: 0px;
  height: 0px;
  padding: 4px;
  background: white;
}

.slick-slider .slick-dots li button:before, .slick-slider .slick-dots li button:after {
  opacity: 0 !important;
}

.slick-slider .slick-dots li.slick-active button {
  background: #b3d6fe;
}

.slick-slider .slick-dots li.slick-active button:before, .slick-slider .slick-dots li.slick-active button:after {
  opacity: 0 !important;
}

table {
  border-collapse: collapse;
}

table tr:nth-child(odd) {
  background-color: #fafafa;
}

table tr th {
  text-align: left;
  padding: 5px 15px;
  background-color: white;
  border: none;
}

table tr td {
  padding: 15px;
  text-align: left;
  font-family: "Calibri", "trebuchet ms";
}

table tr td p {
  margin: 0 !important;
  padding: 0 !important;
}

table tr td p + p {
  padding-bottom: 10px;
}

table tr td a {
  padding: 0;
  margin: 0;
  color: #005399;
  text-decoration: none;
}

table tr td a:hover {
  text-decoration: underline;
}

table, td {
  border: 1px solid #ececec;
}

.pagination {
  position: relative;
  text-align: center;
}

.pagination a {
  text-align: center;
  padding: 6px 12px;
  display: inline-block;
  color: #282828 !important;
  border: 2px solid transparent;
}

.pagination a:hover {
  border: 2px solid #f2f2f2;
  text-decoration: none !important;
}

.pagination .pagination__prev {
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  color: #282828;
}

.pagination.pagination__pages {
  text-align: center;
}

.pagination b {
  padding: 4px 10px;
  margin: 0px 2px;
}

.pagination .pagination__current {
  border: 2px solid #f2f2f2;
  padding: 6px 11px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}

.pagination .pagination__next {
  text-transform: uppercase;
  font-weight: bold;
  float: right;
  color: #282828;
}

iframe {
  max-width: 100% !important;
}

embed {
  max-width: 100% !important;
}

/***
*   Components - Buttons
***/
.link-button {
  display: inline-block;
  padding: 10px 15px;
  color: #FFFFFF;
  text-decoration: none;
  border: 2px solid #FFFFFF;
  font-family: "Montserrat-Light";
  font-size: 15px;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.link-button:hover {
  color: #007481;
  background-color: white;
}

@media screen and (max-width: 480px) {
  .link-button {
    width: 100%;
  }
}

/***
*   Components - Global Header
***/
@media screen and (min-width: 1024px) {
  .global-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    padding-bottom: 4px;
    background-color: #FFFFFF;
  }
  .home .global-header {
    background-color: transparent;
  }
}

/***
*   Components - Utility Nav
***/
.utility-nav {
  display: inline-block;
}

.utility-nav__logo {
  padding: 30px 0 30px 0;
}

@media screen and (max-width: 1023px) {
  .utility-nav__logo {
    padding: 10px 0 30px 0;
  }
}

.utility-nav__logo a {
  display: block;
  background-image: url("/__data/assets/image/0007/102202/enviro-mark_logo_green.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 104px;
  height: 114px;
}

.moving .utility-nav__logo a {
  height: 95px;
}

.home .utility-nav__logo a {
  background-image: url("/__data/assets/image/0014/101903/enviro-mark_logo.png");
}

/***
*   Components - Global Primary Nav
***/
@media screen and (min-width: 1024px) {
  .global-primary-nav {
    float: right;
    width: auto;
    margin-top: -65px;
    margin-right: 0;
  }
  .global-primary-nav > li {
    display: inline-block;
    position: relative;
    padding: 10px 5px;
  }
  .global-primary-nav > li:first-child {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
  .global-primary-nav > li:last-child {
    padding-right: 0;
  }
  .global-primary-nav > li:last-child ul {
    margin-left: -90%;
  }
  .global-primary-nav > li > a {
    display: block;
    color: #28858d;
    font-family: "Calibri", "trebuchet ms", trebuchet ms;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
  }
  .home .global-primary-nav > li > a {
    color: #FFFFFF;
  }
  .global-primary-nav > li > ul {
    display: none;
    position: absolute;
    top: 88%;
    width: 180%;
    background-color: #035560;
    font-weight: light;
  }
  .global-primary-nav > li > ul > li {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #007481;
  }
  .global-primary-nav > li > ul > li:hover {
    background-color: #035e6b;
  }
  .global-primary-nav > li > ul > li a {
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #FFFFFF;
    text-decoration: none;
  }
  .global-primary-nav > li:hover ul {
    display: block;
  }
}

/***
*   Components - Global Secondary Nav
***/
@media screen and (min-width: 1024px) {
  .global-secondary-nav {
    position: absolute;
    top: 28px;
    right: 205px;
  }
  .global-secondary-nav li {
    display: inline-block;
    padding: 10px;
  }
  .global-secondary-nav li a {
    color: #28858d;
    text-decoration: none;
    font-family: "Calibri", "trebuchet ms", trebuchet ms;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .home .global-secondary-nav li a {
    color: #FFFFFF;
  }
  .global-secondary-nav li.contact-us a {
    font-weight: bold;
  }
  .global-secondary-nav li.login-button {
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #007481;
  }
  .global-secondary-nav li.login-button a {
    color: #FFFFFF;
  }
  .global-secondary-nav li.login-button:hover {
    background-color: #207f8b;
  }
  .global-secondary-nav li.login-button:after {
    border: 0;
  }
  .global-secondary-nav li:not(.login-button):after {
    display: block;
    content: '';
    border-bottom: solid 1px white;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
    /* easeInQuint */
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    /* easeInQuint */
  }
  .global-secondary-nav li:not(.login-button):hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

/***
*   Components - Global Search
***/
@media screen and (min-width: 1024px) {
  .global-search {
    position: absolute;
    top: 33px;
    right: 0;
    width: 190px;
    border: 1px solid #28858d;
    border-radius: 4px;
  }
  .home .global-search {
    border-color: #FFFFFF;
  }
  .global-search fieldset {
    border: none;
  }
}

@media screen and (min-width: 1024px) {
  .global-search__keyword, .global-search__submit {
    border: none;
    background-color: transparent;
  }
}

@media screen and (min-width: 1024px) {
  .global-search__keyword {
    width: 100%;
    padding: 8px 30px 7px 10px;
    color: #28858d;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .home .global-search__keyword {
    color: #FFFFFF;
  }
}

@media screen and (min-width: 1024px) {
  .global-search__submit {
    position: absolute;
    top: -2px;
    right: 3px;
    height: 110%;
  }
  .global-search__submit i {
    color: #28858d;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .home .global-search__submit i {
    color: #FFFFFF;
  }
}

/***
*   Components - Mobile Menu
***/
.mobile-overlay {
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.ie .mobile-overlay {
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .show-menu .mobile-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    pointer-events: auto;
  }
}

@media screen and (max-width: 1023px) {
  .ie.show-menu .mobile-overlay {
    z-index: 998;
  }
}

@media screen and (max-width: 1023px) {
  .mobile-close {
    float: right;
    margin-top: 10px;
    background-color: transparent;
    border: none;
  }
  .mobile-close i {
    color: #FFFFFF;
  }
}

@media screen and (min-width: 1024px) {
  .mobile-close {
    display: none;
  }
}

.mobile-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 56px;
  padding: 0;
  border: none;
  background-color: transparent;
}

@media screen and (min-width: 1024px) {
  .mobile-toggle {
    display: none !important;
  }
}

.mobile-toggle i {
  color: rgba(255, 255, 255, 0.7);
}

.expanded .mobile-toggle i, li:hover .mobile-toggle i {
  color: #FFFFFF;
}

.mobile-toggle__icon--collapse {
  display: none;
}

.expanded .mobile-toggle__icon--collapse {
  display: block;
}

.expanded .mobile-toggle__icon--expand {
  display: none;
}

@media screen and (max-width: 1023px) {
  .global-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -260px;
    z-index: 999;
    width: 260px;
    height: 100%;
    background-color: #007481;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transition-property: box-shadow, left;
    -moz-transition-property: box-shadow, left;
    transition-property: box-shadow, left;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    overflow: auto;
  }
}

@media screen and (max-width: 1023px) {
  .show-menu .global-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .global-primary-nav {
    margin-top: 110px;
  }
  .global-primary-nav > li {
    position: relative;
  }
  .global-primary-nav > li > a {
    display: block;
    padding: 1.0em 1.0em;
    color: rgba(255, 255, 255, 0.7);
    font-family: "Calibri", "trebuchet ms", trebuchet ms;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
  }
  .global-primary-nav > li > ul {
    display: none;
  }
  .global-primary-nav > li > ul > li a {
    display: block;
    padding: 1.0em 2.0em;
    color: rgba(255, 255, 255, 0.7);
    font-family: "Calibri", "trebuchet ms", trebuchet ms;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-decoration: none;
  }
  .global-primary-nav > li.expanded > ul {
    display: block;
  }
  .global-primary-nav .current > a, .global-primary-nav .expanded > a, .global-primary-nav li:hover > a {
    background-color: rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
  }
}

@media screen and (max-width: 1023px) {
  .global-secondary-nav li a {
    display: block;
    padding: 1.0em 1.0em;
    color: rgba(255, 255, 255, 0.7);
    font-family: "Calibri", "trebuchet ms", trebuchet ms;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
  }
  .global-secondary-nav li:hover a {
    background-color: rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
  }
}

@media screen and (max-width: 1023px) {
  .global-search {
    position: absolute;
    top: 60px;
    left: 5%;
    width: 90%;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
  }
  .global-search fieldset {
    border: none;
  }
}

@media screen and (max-width: 1023px) {
  .global-search__keyword, .global-search__submit {
    border: none;
    background-color: transparent;
  }
}

@media screen and (max-width: 1023px) {
  .global-search__keyword {
    width: 100%;
    padding: 8px 30px 8px 10px;
    color: #FFFFFF;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 1023px) {
  .global-search__submit {
    position: absolute;
    top: 0;
    right: 3px;
    height: 100%;
  }
  .global-search__submit i {
    color: #FFFFFF;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/***
*   Components - Scrolling Slide Away Header
***/
@media screen and (min-width: 1024px) {
  .global-header {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

@media screen and (min-width: 1024px) {
  .moving .global-header {
    height: 100px;
    background-color: #007481;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }
}

.scrolling .global-header {
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (min-width: 1024px) {
  .scrolling.scroll-up .global-header {
    top: 0px;
  }
}

@media screen and (min-width: 1024px) {
  .scrolling.scroll-down .global-header {
    top: -100px;
  }
}

.utility-nav {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .utility-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    display: block;
    min-width: 320px;
    height: 70px;
  }
}

@media screen and (max-width: 1023px) {
  .moving .home .utility-nav, body:not(.home) .utility-nav {
    background-color: #007481;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 1023px) {
  .utility-nav__logo {
    padding-bottom: 0;
  }
}

.moving .utility-nav__logo {
  padding: 0px 0 0px 0;
}

.utility-nav__logo a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .utility-nav__logo a {
    width: 80px;
    margin-left: 36px;
  }
}

.moving .utility-nav__logo a {
  margin-top: 10px;
  background-image: url("/__data/assets/image/0014/101903/enviro-mark_logo.png");
}

@media screen and (max-width: 1023px) {
  .moving .utility-nav__logo a {
    width: 45px;
    height: 55px;
    background-position: 0px 0px;
  }
}

@media screen and (min-width: 1024px) {
  .moving .utility-nav__logo a {
    width: 70px;
  }
}

@media screen and (max-width: 1023px) {
  body:not(.home) .utility-nav__logo a {
    width: 45px;
    height: 55px;
    background-image: url("/__data/assets/image/0014/101903/enviro-mark_logo.png");
    background-position: initial;
  }
}

@media screen and (max-width: 1023px) {
  .utility-nav__primary-toggle {
    position: absolute;
    top: 36px;
    right: 16px;
    padding: 5px 10px;
    background-color: #007481;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .utility-nav__primary-toggle i {
    color: #FFFFFF;
  }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
  body:not(.home) .utility-nav__primary-toggle {
    top: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .moving .utility-nav__primary-toggle {
    top: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .utility-nav__search-toggle {
    position: absolute;
    top: 30px;
    right: 60px;
    padding: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .utility-nav__search-toggle i {
    color: #FFFFFF;
  }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
  body:not(.home) .utility-nav__search-toggle {
    top: 14px;
  }
}

@media screen and (max-width: 1023px) {
  .moving .utility-nav__search-toggle {
    top: 14px;
  }
}

.moving .global-primary-nav {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 1024px) {
  .moving .global-primary-nav {
    margin-top: -83px;
    margin-right: 255px;
  }
  .moving .global-primary-nav > li > a {
    color: #FFFFFF;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .moving .global-primary-nav {
    margin-top: -83px;
    margin-right: 240px;
  }
  .moving .global-primary-nav > li {
    padding: 10px 5px;
  }
  .moving .global-primary-nav > li > a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 1024px) {
  .moving .global-secondary-nav {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .moving .global-search {
    border-color: #FFFFFF;
  }
}

@media screen and (min-width: 1024px) {
  .moving .global-search__keyword {
    color: #FFFFFF;
  }
}

@media screen and (min-width: 1024px) {
  .moving .global-search__submit i {
    color: #FFFFFF;
  }
}

/***
*   Components - Lead Content
***/
.lead-content {
  clear: both;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 310px;
  height: 100%;
}

body:not(.home) .lead-content:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 116, 129, 0.8);
}

body:not(.home) .lead-content {
  min-height: auto;
  min-height: initial;
}

body:not(.home) .lead-content .link-button {
  margin-bottom: 30px;
}

body:not(.home) .lead-content.has-background {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  body:not(.home) .lead-content {
    margin-bottom: 0px;
  }
}

.lead-content span {
  display: block;
  width: 70%;
  padding: 30px 0;
  color: #FFFFFF;
  font-family: "Montserrat-Light";
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.3571482;
}

@media screen and (max-width: 480px) {
  .lead-content span {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .lead-content span {
    width: 100%;
  }
}

.lead-content__details {
  position: relative;
  z-index: 1;
}

/***
*   Components - Main Content
***/
.password-reset {
  padding: 40px 0;
}

/***
*   Components - Cert Container
***/
.certs {
  position: relative;
  background-color: #00A78B;
  color: white;
  padding: 40px 0;
}

.certs__content {
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .certs__content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 2.2%;
    padding-right: 2.2%;
    padding: 0 40px 0 0;
  }
  .certs__content:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .certs__content:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
}

.certs__content h2 {
  color: #FFFFFF;
  font-family: "Montserrat";
  font-size: 30px;
}

.certs__content p {
  margin: 10px 0 15px 0;
}

.certs__logos {
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .certs__logos {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 2.2%;
    padding-right: 2.2%;
    padding: 50px 0 40px 20px;
  }
  .certs__logos:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .certs__logos:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
}

.certs__logos ul li {
  vertical-align: top;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 2.2%;
  padding-right: 2.2%;
}

.certs__logos ul li:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
}

.certs__logos ul li:nth-child(2n + 2) {
  margin-left: 50%;
  margin-right: -100%;
  clear: none;
}

@media screen and (min-width: 768px) {
  .certs__logos ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 2.2%;
    padding-right: 2.2%;
  }
  .certs__logos ul li:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .certs__logos ul li:nth-child(4n + 2) {
    margin-left: 25%;
    margin-right: -100%;
    clear: none;
  }
  .certs__logos ul li:nth-child(4n + 3) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
  .certs__logos ul li:nth-child(4n + 4) {
    margin-left: 75%;
    margin-right: -100%;
    clear: none;
  }
}

.certs__logos ul li img {
  text-align: center;
  margin: 0 auto;
  max-width: 102px;
}

.certs__logos ul li span {
  display: block;
}

.certs__logos ul li a {
  display: block;
  color: white;
  text-decoration: none;
  font-family: "Calibri", "trebuchet ms";
  font-size: 17px;
  line-height: 120%;
}

.certs__logos ul li a:hover {
  text-decoration: underline;
}

/***
*   Components - Case Studies Content
***/
.case-studies {
  position: relative;
  padding: 40px 0;
}

.case-studies__content h2 {
  font-family: "Montserrat";
  font-size: 25px;
  color: #282828;
}

.case-studies__content ul li.case-studies__item {
  margin: 32px 0;
}

.case-studies__content ul li.case-studies__item:first-of-type {
  padding-left: 0;
}

@media screen and (min-width: 1024px) {
  .case-studies__content ul li.case-studies__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  .case-studies__content ul li.case-studies__item:nth-child(3n) {
    padding-right: 0;
  }
  .case-studies__content ul li.case-studies__item:nth-child(3n+1) {
    padding-left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .case-studies__content ul li.case-studies__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  .case-studies__content ul li.case-studies__item:nth-child(2n) {
    padding-right: 0;
  }
  .case-studies__content ul li.case-studies__item:nth-child(2n+1) {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .case-studies__content ul li.case-studies__item {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    clear: both !important;
    padding: 0;
  }
}

.case-studies__content ul li.case-studies__item:last-of-type {
  border-bottom: 0;
}

.case-studies__content ul li.case-studies__item .case-studies__date {
  display: inline-block;
  margin-bottom: 15px;
  font-family: "Calibri", "trebuchet ms";
  font-size: 14px;
  font-size: 0.875rem;
}

.case-studies__content ul li.case-studies__item .case-studies__preview ul li {
  vertical-align: top;
}

.case-studies__content ul li.case-studies__item .case-studies__preview ul li.case-studies__thumb {
  text-align: center;
  vertical-align: bottom;
  background-color: #FFFFFF;
  height: 245px;
}

@media screen and (max-width: 767px) {
  .case-studies__content ul li.case-studies__item .case-studies__preview ul li.case-studies__thumb {
    height: auto;
  }
}

.case-studies__content ul li.case-studies__item .case-studies__preview ul li.case-studies__thumb a img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}

.case-studies__content ul li.case-studies__item .case-studies__preview ul li.case-studies__description {
  background-color: #f2f2f2;
  padding: 55px 30px 30px;
}

.case-studies__content ul li.case-studies__item .case-studies__preview ul li.case-studies__description a h2 {
  position: relative;
}

.case-studies__content ul li.case-studies__item .case-studies__preview ul li.case-studies__description a h2:before {
  content: "";
  width: 30px;
  height: 5px;
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #282828;
}

.case-studies__content ul li.case-studies__item .case-studies__preview ul li p {
  padding: 0;
}

.case-studies__content ul li.case-studies__item .case-studies__preview ul li h2 {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
  color: #282828;
  font-weight: 700;
}

@media screen and (max-width: 480px) {
  .case-studies__content ul li.case-studies__item .case-studies__preview ul li h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.case-studies__content ul li.case-studies__item .case-studies__preview ul li.case-studies__readmore {
  border-bottom: 1px solid #282828;
  padding-bottom: 1px;
}

.case-studies__content ul li.case-studies__item .case-studies__preview ul li.case-studies__readmore a {
  padding: 20px 0 18px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  color: #282828;
  font-weight: 700;
}

.case-studies__content ul li.case-studies__item .case-studies__preview ul li.case-studies__readmore a i {
  margin-right: 6px;
}

.case-studies__content ul li.case-studies__item .case-studies__preview ul li.case-studies__readmore:hover {
  border-bottom: 2px solid #282828;
  padding-bottom: 0;
}

/***
*   Components - Testimonials Content
***/
.testimonials {
  position: relative;
}

.testimonials-slider {
  max-width: 1920px;
  margin: 0 auto;
}

.testimonials__content ul {
  width: 100%;
  display: inline-block;
  background-color: #1b497e;
}

.testimonials__content ul li {
  position: relative;
}

@media screen and (max-width: 767px) {
  .testimonials__content ul li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .testimonials__content ul li {
    width: 49.15254%;
    float: left;
  }
  .testimonials__content ul li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .testimonials__content ul li:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
}

.testimonials__content ul li img {
  width: 100%;
  max-width: 100%;
}

.testimonials__content ul li .testimonials__preview {
  padding: 40px 20px;
  color: white;
}

.standard__content .testimonials__content ul li .testimonials__preview {
  padding: 0px 20px 40px 20px;
}

.testimonials__content ul li .testimonials__preview span {
  font-size: 14px;
}

.testimonials__content ul li .testimonials__preview p {
  padding: 30px 0;
  font-family: "Calibri", "trebuchet ms";
  font-size: 21px;
}

.testimonials__content ul li .testimonials__preview h2 {
  color: white;
  font-family: "Calibri", "trebuchet ms";
  font-weight: bold;
}

.testimonials__content ul li .testimonials__preview .testimonials__sitelink {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-family: "Calibri", "trebuchet ms";
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .testimonials__content ul li .link-button {
    width: auto;
  }
}

/***
*   Components - Education/News Content
***/
.news {
  position: relative;
  padding: 40px 0;
}

.news__content ul li {
  position: relative;
  margin-top: 32px;
  margin-bottom: 32px;
}

@media screen and (max-width: 480px) {
  .news__content ul li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 481px) {
  .news__content ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 3.4%;
    padding-right: 3.4%;
  }
  .news__content ul li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .news__content ul li:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
}

@media screen and (min-width: 1024px) {
  .news__content ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 2.2%;
    padding-right: 2.2%;
  }
  .news__content ul li:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .news__content ul li:nth-child(3n + 2) {
    margin-left: 33.33333%;
    margin-right: -100%;
    clear: none;
  }
  .news__content ul li:nth-child(3n + 3) {
    margin-left: 66.66667%;
    margin-right: -100%;
    clear: none;
  }
}

@media screen and (min-width: 1281px) {
  .news__content ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 2.2%;
    padding-right: 2.2%;
  }
  .news__content ul li:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .news__content ul li:nth-child(4n + 2) {
    margin-left: 25%;
    margin-right: -100%;
    clear: none;
  }
  .news__content ul li:nth-child(4n + 3) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
  .news__content ul li:nth-child(4n + 4) {
    margin-left: 75%;
    margin-right: -100%;
    clear: none;
  }
}

.news__content ul li .news__date {
  position: absolute;
  left: -22px;
  top: 130px;
  font-size: 12px;
  font-family: "Calibri", "trebuchet ms";
  color: #007481;
  letter-spacing: 0.6px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media screen and (min-width: 481px) and (max-width: 1023px) {
  .news__content ul li .news__date {
    left: -28px;
  }
}

@media screen and (max-width: 480px) {
  .news__content ul li .news__date {
    position: relative;
    left: 0;
    top: 0;
  }
}

.news__content ul li .news__link {
  text-decoration: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #007481;
  display: block;
}

.news__content ul li .news__link:hover {
  border-bottom: 3px solid #007481;
  margin-bottom: -2px;
}

@media screen and (max-width: 767px) {
  .news__content ul li .news__link:hover {
    border-bottom: 3px solid #007481;
    padding-bottom: 19px;
    margin-bottom: -1px;
  }
}

.news__content ul li .block-line {
  height: 8px;
  width: 100%;
  background-color: #007481;
  margin-bottom: 10px;
}

.news__content ul li a {
  color: #007481;
  text-decoration: none;
}

.news__content ul li h2 {
  font-family: "Montserrat-SemiBold";
  font-size: 29px;
  color: #007481;
  line-height: 120%;
  padding: 0;
  margin: 30px 0 15px;
}

@media screen and (max-width: 1280px) {
  .news__content ul li h2 {
    font-size: 20px;
  }
}

.news__content ul li h3 {
  font-family: "Montserrat-SemiBold";
  font-size: 29px;
  color: #007481;
  line-height: 120%;
  padding: 0;
  margin: 30px 0 15px;
}

@media screen and (max-width: 1280px) {
  .news__content ul li h3 {
    font-size: 20px;
  }
}

.news__content ul li p {
  line-height: 1.5;
  font-family: "Calibri", "trebuchet ms";
  font-size: 17px;
  color: #282828;
  padding: 5px 0;
}

@media screen and (max-width: 1280px) {
  .news__content ul li p {
    font-size: 15px;
  }
}

.news__content ul li .news__posted-in {
  padding-top: 5px;
  font-family: "Calibri", "trebuchet ms";
  font-size: 14px;
  color: #007481;
}

.news__content ul li .news__posted-in span {
  color: #676767;
}

.news__content ul li .news__read-more {
  display: block;
  color: #007481;
  font-weight: bold;
  font-size: 17px;
  padding-top: 20px;
}

.news__content ul li .news__read-more a {
  color: #007481;
  font-size: 13px;
  text-decoration: none;
}

.news__content ul li .news__read-more i {
  font-size: 16px;
  padding-right: 5px;
}

.news__content ul li:last-of-type {
  margin-right: 0;
}

/***
*   Components - Events Content
***/
.events {
  position: relative;
  padding: 40px 0;
  background-color: #f2f2f2;
}

.events__content .events__all {
  display: inline-block;
  width: 100%;
  margin-bottom: -10px;
}

.events__content .events__all h2 {
  float: left;
  display: inline-block;
  font-family: "Montserrat";
  font-size: 26px;
  color: #282828;
}

@media screen and (max-width: 480px) {
  .events__content .events__all h2 {
    font-size: 22px;
  }
}

.events__content .events__all a {
  color: #282828;
}

.events__content .events__all a span {
  float: right;
  display: inline-block;
  padding-top: 10px;
}

.events__content .events__all a span:after {
  display: block;
  content: '';
  border-bottom: solid 1px #282828;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  /* easeInQuint */
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  /* easeInQuint */
}

.events__content .events__all a span:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

@media screen and (max-width: 480px) {
  .events__content .events__all a span {
    padding-top: 7px;
    float: none;
  }
}

.events__content ul li {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #FFFFFF;
}

.events__content ul li:hover {
  opacity: 0.6;
}

@media screen and (max-width: 480px) {
  .events__content ul li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 481px) {
  .events__content ul li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .events__content ul li {
    width: 49.15254%;
    float: left;
  }
  .events__content ul li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .events__content ul li:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
}

.events__content ul li a {
  text-decoration: none;
  display: block;
  color: #282828;
  padding: 30px;
}

.events__content ul li a .events__preview .block-line {
  display: inline-block;
  height: 5px;
  width: 30px;
  margin-bottom: 5px;
  background-color: #282828;
}

.events__content ul li a .events__preview h2 {
  font-family: "Montserrat";
  font-weight: bold;
  color: #282828;
  font-size: 28px;
  padding-bottom: 10px;
}

.events__content ul li a .events__preview p {
  font-size: 18px;
  padding: 2px 0;
}

.events__content ul li a .events__preview p span {
  font-weight: bold;
}

.events__content ul li:last-of-type {
  margin-right: 0;
}

/***
*   Components - Members Content
***/
.members {
  position: relative;
}

.members__content {
  margin-top: 30px;
}

.members__content ul {
  overflow: hidden;
}

.members__content ul li.members__item {
  margin: 32px 0;
}

.members__content ul li.members__item:first-of-type {
  padding-left: 0;
}

@media screen and (min-width: 1024px) {
  .members__content ul li.members__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  .members__content ul li.members__item:nth-child(3n) {
    padding-right: 0;
  }
  .members__content ul li.members__item:nth-child(3n+1) {
    padding-left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .members__content ul li.members__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  .members__content ul li.members__item:nth-child(2n) {
    padding-right: 0;
  }
  .members__content ul li.members__item:nth-child(2n+1) {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .members__content ul li.members__item {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    clear: both !important;
    padding: 0;
  }
}

.members__content ul li.members__item:last-of-type {
  border-bottom: 0;
}

.members__content ul li.members__item .members__preview ul li {
  vertical-align: top;
}

.members__content ul li.members__item .members__preview ul li.members__logo {
  text-align: center;
  height: 156px;
  vertical-align: bottom;
  background-color: #FFFFFF;
  border: 2px solid #f2f2f2;
  display: table;
  width: 100%;
}

.members__content ul li.members__item .members__preview ul li.members__logo a {
  display: table-cell;
  vertical-align: middle;
}

.members__content ul li.members__item .members__preview ul li.members__logo a img {
  vertical-align: middle;
  padding: 0 5px;
  max-height: 100px;
}

.members__content ul li.members__item .members__preview ul li.members__description {
  background-color: #f2f2f2;
  padding: 55px 30px 30px;
}

.members__content ul li.members__item .members__preview ul li.members__description a h2 {
  position: relative;
}

.members__content ul li.members__item .members__preview ul li.members__description a h2:before {
  content: "";
  width: 30px;
  height: 5px;
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #282828;
}

.members__content ul li.members__item .members__preview ul li img {
  max-width: 240px;
}

.members__content ul li.members__item .members__preview ul li p {
  padding: 0;
}

.members__content ul li.members__item .members__preview ul li h2 {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
  color: #282828;
  font-weight: 700;
}

@media screen and (max-width: 480px) {
  .members__content ul li.members__item .members__preview ul li h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.members__content ul li.members__item .members__preview ul li .members__certs span {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #007481;
  font-weight: 700;
}

.members__content ul li.members__item .members__preview ul li .members__certs ul li {
  font-size: 17px;
  font-size: 1.0625rem;
}

.members__content ul li.members__item .members__preview ul li.members__readmore {
  border-bottom: 1px solid #282828;
  padding-bottom: 1px;
}

.members__content ul li.members__item .members__preview ul li.members__readmore a {
  padding: 20px 0 18px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  color: #282828;
  font-weight: 700;
}

.members__content ul li.members__item .members__preview ul li.members__readmore a i {
  margin-right: 6px;
}

.members__content ul li.members__item .members__preview ul li.members__readmore:hover {
  border-bottom: 2px solid #282828;
  padding-bottom: 0;
}

.members__content ul li.members__item .members__preview ul li .certifications li {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.standard__content {
  position: relative;
}

.standard__content.standard__members .members__title-web-logo {
  display: table;
  height: 150px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .standard__content.standard__members .members__title-web-logo {
    height: auto;
  }
}

.standard__content.standard__members .members__title-web-logo.members__title-web-logo--right, .standard__content.standard__members .members__title-web-logo.members__title-web-logo--left {
  display: table;
}

.standard__content.standard__members .members__title-web-logo.members__title-web-logo--right div, .standard__content.standard__members .members__title-web-logo.members__title-web-logo--left div {
  display: table-cell;
  vertical-align: middle;
}

.standard__content.standard__members .members__title-web-logo.members__title-web-logo--right {
  float: right;
}

@media screen and (max-width: 767px) {
  .standard__content.standard__members .members__title-web-logo.members__title-web-logo--right {
    float: none;
  }
}

.standard__content.standard__members .members__title-web-logo.members__title-web-logo--left {
  float: left;
}

@media screen and (max-width: 767px) {
  .standard__content.standard__members .members__title-web-logo.members__title-web-logo--left {
    float: none;
  }
}

.standard__content.standard__members .members__logo {
  max-width: 140px;
  margin-right: 20px;
}

.standard__content.standard__members .members__title {
  display: block;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .standard__content.standard__members .members__title {
    padding-left: 0px;
  }
}

.standard__content.standard__members .members__website {
  display: block;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .standard__content.standard__members .members__website {
    padding-left: 0px;
  }
}

.standard__content.standard__members .members__description {
  clear: both;
}

.standard__content.standard__members .members__documents h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  font-family: "Calibri", "trebuchet ms";
}

.standard__content.standard__members .members__documents ul li {
  padding: 5px 0;
}

.standard__content.standard__members .members__documents ul li:first-of-type {
  padding-top: 0;
}

.standard__content.standard__members .members__documents ul li i {
  padding-right: 10px;
  font-size: 10px;
  font-size: 0.625rem;
  color: #007481;
}

.standard__content.standard__members .members__documents ul li span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}

.standard__content.standard__members a {
  color: #007481;
}

.standard__content.standard__members a:hover {
  text-decoration: underline;
}

.standard__sidebar.standard__members {
  margin-top: 140px;
}

.standard__sidebar.standard__members .certifications {
  padding-bottom: 20px;
}

.standard__sidebar.standard__members h2 {
  color: #007481;
}

.standard__sidebar.standard__members h3 {
  color: #282828;
  font-weight: 700;
}

.standard__sidebar.standard__members .member__contact-details {
  padding: 20px 0;
}

.standard__sidebar.standard__members .member__contact-details p {
  padding: 10px 0;
  max-width: 60%;
}

.members__search {
  position: relative;
  margin-top: 60px;
}

.members__search form {
  padding: 30px 37px 37px;
  margin-top: 20px;
  background-color: #F5F5F5;
}

.members__search form select {
  padding-top: 13px;
  padding-bottom: 10px;
}

.members__search form p {
  padding-bottom: 10px !important;
}

.members__search form label {
  width: 477px;
  display: inline-block;
  margin-right: 37px;
}

@media screen and (max-width: 1298px) {
  .members__search form label {
    width: 80%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .members__search form label {
    width: 100%;
    margin-right: 0;
  }
}

.members__search form label input {
  width: 100%;
  background-color: #FFFFFF;
  border-color: #ececec;
  padding: 12px 15px;
  font-size: 16px;
  font-size: 1rem;
}

.members__search form label input::-webkit-input-placeholder {
  color: #282828;
}

.members__search form label input:-moz-placeholder {
  color: #282828;
}

.members__search form label input:-ms-input-placeholder {
  color: #282828;
}

.members__search form label input:-moz-placeholder {
  color: #282828;
}

@media screen and (max-width: 1023px) {
  .members__search form label input {
    margin-bottom: 0;
  }
}

.members__search form label select {
  width: 100%;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  background: url("//squiz-matrix.its.waikato.ac.nz/__matrix-data/assets/image/0015/23280/select-chevron-down.png") no-repeat #FFFFFF;
  background-size: 45px 45px;
  border-color: #ececec;
  background-position: 100% 50%;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 15px 9px;
}

.members__search form label select:-ms-expand {
  display: none;
}

@media screen and (max-width: 1023px) {
  .members__search form label select {
    margin-bottom: 0;
  }
}

.members__search form input[type="submit"] {
  border: 2px solid #primary-grey;
  text-transform: uppercase;
  color: #282828;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 12px 15px 11px;
  border: 2px solid #282828;
}

.members__search form input[type="submit"]:hover {
  border-color: #007481;
  background-color: #FFFFFF;
  color: #282828;
}

@media screen and (max-width: 1023px) {
  .members__search form input[type="submit"] {
    margin-bottom: 0;
  }
}

.members__search-results {
  position: relative;
  padding: 20px 0;
}

.members__map {
  position: relative;
  right: 0;
  left: 0;
  min-height: 100px;
  background-color: #FAFAFA;
}

.and-cert, .and-query {
  display: none;
}

.and-cert.and-query {
  display: inline-block;
}

.members-search__field {
  position: relative;
  display: inline-block;
}

.members-search__field #res {
  position: absolute;
  display: inline-block;
  top: 44px;
  left: 0;
  right: 0;
  background-color: #007481;
  color: white;
  margin: 0;
  border-bottom: 2px solid #666;
  list-style-type: none;
  z-index: 1;
  max-height: 360px;
  overflow-y: auto;
}

.members-search__field #res li {
  padding: 5px 10px;
  border-bottom: 1px solid white;
  cursor: pointer;
}

.members-search__field #res li:hover {
  background-color: #006a76;
}

.members-search__field #res li:last-of-type {
  border-bottom: 0;
}

/***
*   Components - Standard Content
***/
.breadcrumbs {
  width: 100%;
  clear: both;
  display: inline-block;
  padding: 30px 0;
}

.breadcrumbs li {
  display: inline-block;
  padding: 2px 10px;
}

.breadcrumbs li:first-of-type {
  padding-left: 0;
}

.breadcrumbs li a {
  color: #007481;
  text-decoration: none;
}

.breadcrumbs li a:after {
  display: block;
  content: '';
  border-bottom: solid 1px #007481;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  /* easeInQuint */
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  /* easeInQuint */
}

.breadcrumbs li a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

@media screen and (max-width: 480px) {
  .breadcrumbs li a {
    font-size: 12px;
  }
}

.breadcrumbs li.active a {
  color: #282828;
  text-decoration: none;
}

.breadcrumbs li.active a:after {
  display: block;
  content: '';
  border-bottom: solid 1px #282828;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  /* easeInQuint */
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  /* easeInQuint */
}

.breadcrumbs li.active a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

@media screen and (max-width: 480px) {
  .breadcrumbs {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

body:not(.home) {
  background-color: #FFFFFF;
}

.standard__content {
  padding: 20px 0px 40px 0px;
  background-color: #FFFFFF;
}

@media screen and (min-width: 1024px) {
  .standard__content {
    padding: 20px 0 40px 0;
    width: 64.28571%;
    float: left;
    margin-right: 7.14286%;
  }
  .standard__content.one-whole {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .standard__content.standard__listing {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.standard__content.standard__listing .news {
  padding: 0;
}

.standard__content.standard__listing .events {
  padding: 0;
}

.standard__content.standard__listing .case-studies {
  padding: 0;
}

.standard__content.standard__events p {
  font-size: 18px;
  padding: 2px 0;
}

.standard__content.standard__events p span {
  font-weight: bold;
}

.standard__content.standard__events .events__description p {
  padding: 5px 0;
}

.standard__content.standard__site-map table, .standard__content.standard__site-map tr, .standard__content.standard__site-map th, .standard__content.standard__site-map td {
  border: 0;
}

.standard__content h1 {
  font-family: "Montserrat";
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.standard__content h1 a {
  font-family: "Montserrat";
}

.standard__content h2 {
  font-family: "Montserrat";
  color: #007481;
  margin: 20px 0 20px 0;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.standard__content h2 a {
  color: #007481;
}

.standard__content h3 {
  font-family: "Montserrat";
  font-weight: bold;
  color: #282828;
  margin: 20px 0px 10px 0px;     
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.standard__content h3 a {
  color: #282828;
}

.standard__content h4 {
  font-family: "Montserrat";
  font-weight: bold;
  color: #007481;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.standard__content h4 a {
  color: #007481;
}

.standard__content h5 {
  font-family: "Montserrat";
  font-weight: bold;
  color: #282828;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.standard__content h5 a {
  color: #282828;
}

.standard__content p {
  line-height: 120%;
  margin: 10px 0 10px 0;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.standard__content p a {
  text-decoration: none;
  color: #007481;
}

.standard__content p a:hover {
  text-decoration: underline;
}

.standard__content .image-caption {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #D0D8DE;
  margin: 15px 15px 15px 0;
}

.standard__content .image-caption img {
  display: block;
}

.standard__content .image-caption p {
  display: inline-block;
  margin: 15px 0;
}

.standard__content .image-caption.float--left {
  margin: 15px 15px 15px 0;
}

.standard__content .image-caption.float--right {
  margin: 15px 0px 15px 15px;
}

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

.standard__content ul:not(.bare-list):not(.slick-dots) {
  margin-left: 2.1em;
}

.standard__content ul:not(.bare-list):not(.slick-dots) li ul {
  margin-left: 2.1em;
}

.standard__content ul:not(.bare-list):not(.slick-dots) li a {
  color: #007481;
}

.standard__content ul:not(.bare-list):not(.slick-dots) li a:hover {
  text-decoration: underline;
}

.standard__content ol {
  margin-left: 2.2em;
}

.standard__content form legend {
  font-family: "Montserrat";
  font-weight: bold;
  color: #007481;
  margin: 10px 0 5px 0;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 1.5em;
}

/***
*   Components - Side Content
***/
.standard__sidebar {
  position: relative;
  padding: 20px 0 40px 0;
  width: 100%;
  float: left;
  margin-right: 25%;
}

@media screen and (min-width: 1024px) {
  .standard__sidebar {
    width: 28.57143%;
    float: right;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .standard__sidebar {
    padding: 0px 0 40px 0;
  }
}

.standard__sidebar .news__content {
  padding: 0;
}

.standard__sidebar .news__content ul li {
  margin-bottom: 20px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.standard__sidebar .news__content ul li .block-line {
  height: 8px;
  width: 100%;
  background-color: #007481;
  margin-bottom: 10px;
}

.standard__sidebar .news__content ul li h2 {
  font-family: "Montserrat-SemiBold";
  font-size: 29px;
  color: #007481;
  line-height: 120%;
  margin: 10px 0;
}

@media screen and (max-width: 1280px) {
  .standard__sidebar .news__content ul li h2 {
    font-size: 20px;
  }
}

.standard__sidebar .news__content ul li .news__date {
  color: #007481;
  font-size: 12px;
  font-size: 0.75rem;
  left: -40px;
}

@media screen and (max-width: 480px) {
  .standard__sidebar .news__content ul li .news__date {
    left: 0;
  }
}

.standard__sidebar .news__content ul li .news__posted-in a {
  color: #007481;
  text-decoration: none;
}

.standard__sidebar .news__content ul li .news__posted-in a:hover {
  text-decoration: underline;
}

.standard__sidebar .news__content ul li .news__read-more {
  display: block;
  color: #007481;
  font-weight: bold;
  font-size: 17px;
  padding-top: 20px;
}

.standard__sidebar .news__content ul li .news__read-more a {
  color: #007481;
  font-size: 13px;
  text-decoration: none;
}

.standard__sidebar .news__content ul li .news__read-more i {
  font-size: 16px;
  padding-right: 5px;
}

.standard__sidebar.standard__news .block-line {
  height: 8px;
  width: 100%;
  background-color: #007481;
  margin-bottom: 10px;
}

.standard__sidebar.standard__news h2 {
  font-family: "Montserrat-SemiBold";
  font-size: 29px;
  color: #007481;
  line-height: 120%;
  margin: 10px 0;
}

@media screen and (max-width: 1280px) {
  .standard__sidebar.standard__news h2 {
    font-size: 20px;
  }
}

.standard__sidebar.standard__news .news__date {
  color: #007481;
  font-size: 12px;
  font-size: 0.75rem;
}

.standard__sidebar.standard__news .news__posted-in a {
  color: #007481;
  text-decoration: none;
}

.standard__sidebar.standard__news .news__posted-in a:hover {
  text-decoration: underline;
}

.standard__sidebar .quick-links {
  position: relative;
  display: inline-block;
  margin: 40px 0 0;
}

.standard__sidebar .quick-links h3 {
  color: #007481;
  font-family: "Montserrat-Light";
}

.standard__sidebar .quick-links ul li {
  padding: 5px;
}

.standard__sidebar .quick-links ul li a {
  color: #007481;
  text-decoration: none;
}

.standard__sidebar .quick-links ul li a:hover {
  text-decoration: underline;
}

.standard__sidebar .quick-links ul li a i {
  position: relative;
  font-size: 8px;
  padding-right: 10px;
  top: -2px;
}

form {
  border: 0;
  width: 100%;
}

form fieldset {
  width: 100%;
  border: 0;
}

form input, form textarea, form select {
  width: 320px;
  padding: 12px 12px 13px 12px;
  background-color: #fafafa;
  border: 1px solid #9E9E9E;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;
}

@media screen and (max-width: 480px) {
  form input, form textarea, form select {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  form input:not(.global-search__keyword), form textarea:not(.global-search__keyword), form select:not(.global-search__keyword) {
    margin-bottom: 10px;
  }
}

form input[type="checkbox"] {
  vertical-align: baseline;
}

form .sq-form-question {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  form .sq-form-question {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  form .sq-form-question {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0%;
    padding-right: 0%;
    padding-right: 1.5%;
  }
}

form .sq-form-question label {
  color: #3a3a3a;
}

form .sq-form-question input, form .sq-form-question textarea, form .sq-form-question select {
  width: 100%;
  padding: 8px;
  background-color: #fafafa;
  border: 1px solid #9E9E9E;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 1281px) {
  form .sq-form-question input, form .sq-form-question textarea, form .sq-form-question select {
    padding: 16px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

form .sq-form-question textarea {
  height: 5em;
}

form .sq-form-question input {
  min-height: 52px;
}

form .sq-form-question input[type="submit"] {
  display: inline-block;
  padding: 10px 15px;
  color: #007481;
  background-color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #007481;
  font-family: "Montserrat-Light";
  font-size: 15pt;
  margin-top: 24px;
  width: auto;
}

@media screen and (min-width: 1024px) {
  form .sq-form-question input[type="submit"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0%;
    padding-right: 0%;
    padding-right: 1.5%;
  }
}

form .sq-form-question input[type="submit"]:hover {
  color: #FFFFFF;
  background-color: #007481;
}

form .sq-form-question input[type="checkbox"], form .sq-form-question input[type="radio"] {
  min-height: 0;
}

form .sq-form-question-answer ul {
  list-style-type: none;
  margin-left: 0 !important;
}

form .sq-form-question-answer ul li {
  display: block;
  padding-left: 0 !important;
  text-indent: 0 !important;
}

form .sq-form-question-answer ul li:before {
  content: "" !important;
}

form .sq-form-question-answer ul li label, form .sq-form-question-answer ul li input {
  display: inline-block;
  width: auto;
  left: 0;
}

form .sq-form-question-note {
  font-size: 0.9em;
  color: #757575;
}

form input[type="submit"] {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  padding: 10px 15px;
  color: #007481;
  top: 0;
  background-color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #007481;
  font-family: "Montserrat-Light";
  font-size: 15pt;
  width: auto;
}

form input[type="submit"]:hover {
  color: #FFFFFF;
  background-color: #007481;
}

form i.superscript {
  vertical-align: super;
  font-size: 0.8em;
}

section.contact-form {
  padding: 20px 0;
}

div.contact-form__content form legend {
  display: none;
}

/***
*   Components - Search Content
***/
.search {
  padding: 40px 0;
}

.search__keyword {
  position: relative;
  top: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  padding: 10px 15px;
  background-color: #fafafa;
  border: 1px solid #9E9E9E;
  font-size: 15pt;
}

.search__results {
  padding: 0px 0 40px;
}

.search__results ul li {
  padding: 10px 0;
}

.search__results ul li a {
  color: #007481;
}

.search__results-none {
  padding: 0px 0 40px;
}

.search__submit {
  position: relative;
  top: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  padding: 15px 15px;
  color: #007481;
  background-color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #007481;
  font-family: "Montserrat-Light";
  font-size: 15pt;
}

.search__submit:hover {
  color: #FFFFFF;
  background-color: #007481;
}

.global-footer {
  position: relative;
}

body.home .global-footer {
  z-index: 1;
}

.global-footer .footer__container {
  width: 100%;
  background-color: #2e3f41;
  clear: both;
}

@media screen and (max-width: 1023px) {
  .global-footer .footer__container {
    display: none;
  }
}

.global-footer .footer__container .footer__logo {
  display: inline-block;
  width: 11%;
  vertical-align: top;
  padding: 33px 0;
}

@media screen and (max-width: 767px) {
  .global-footer .footer__container .footer__logo {
    width: 20%;
    padding: 20px 0;
  }
}

.global-footer .footer__container .footer__logo a {
  display: inline-block;
}

.global-footer .footer__container .footer__logo img {
  width: 69px;
  height: 75px;
}

.global-footer .footer__container .footer__nav {
  display: inline-block;
  width: 68%;
  vertical-align: top;
  padding: 48px 0;
}

@media screen and (max-width: 1280px) {
  .global-footer .footer__container .footer__nav {
    width: 62%;
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .global-footer .footer__container .footer__nav {
    width: 78%;
    padding: 20px 0;
  }
}

.global-footer .footer__container .footer__nav ul {
  display: inline-block;
}

.global-footer .footer__container .footer__nav ul li {
  display: inline-block;
  padding: 15px 6px;
}

.global-footer .footer__container .footer__nav ul li a {
  color: white;
  display: block;
  text-decoration: none;
  font-family: "Calibri", "trebuchet ms";
  font-weight: bold;
  font-size: 14px;
}

.global-footer .footer__container .footer__nav ul li a:after {
  display: block;
  content: '';
  border-bottom: solid 1px white;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  /* easeInQuint */
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  /* easeInQuint */
}

.global-footer .footer__container .footer__nav ul li a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.global-footer .footer__container .footer__social {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .global-footer .footer__container .footer__social {
    width: 100%;
    padding: 0;
  }
}

.global-footer .footer__container .footer__social ul {
  display: inline-block;
  float: right;
}

@media screen and (max-width: 767px) {
  .global-footer .footer__container .footer__social ul {
    width: 100%;
    float: none;
    border-top: 1px solid white;
  }
}

.global-footer .footer__container .footer__social ul li {
  display: inline-block;
  padding: 16px 10px 12px 10px;
}

.global-footer .footer__container .footer__social ul li a {
  color: white;
  display: block;
  text-decoration: none;
  font-family: "Calibri", "trebuchet ms";
  font-weight: bold;
  font-size: 14px;
}

.global-footer .footer__container .footer__social ul li a:hover img {
  background-color: #282828;
  border-radius: 20px;
}

.global-footer .copyright__container {
  clear: both;
  width: 100%;
  padding: 25px 0;
  background-color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
  .global-footer .copyright__container {
    border-top: 1px solid #282828;
  }
}

.global-footer .copyright__container .copyright__contents p {
  font-size: 14px;
  color: #282828;
}

@media screen and (max-width: 607px) {
  .global-footer .copyright__container .copyright__contents p {
    margin-bottom: 20px;
    display: block;
    float: left !important;
  }
  .global-footer .copyright__container .copyright__contents p:last-of-type {
    margin-bottom: 0;
  }
}

.global-footer .copyright__container .copyright__contents p a {
  text-decoration: none;
  color: #282828;
  display: inline-block;
}

.global-footer .copyright__container .copyright__contents p a:after {
  display: block;
  content: '';
  border-bottom: solid 1px #282828;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  /* easeInQuint */
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  /* easeInQuint */
}

.global-footer .copyright__container .copyright__contents p a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

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

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

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

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

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

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

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

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

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

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

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

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

[dir='rtl'] .slick-prev:before {
  content: '→';
}

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

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

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

[dir='rtl'] .slick-next:before {
  content: '←';
}

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

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

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

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;@charset "UTF-8";
/***
*   Insert Client Name Styles
***/
/***
*   Core
***/
/***
*   Settings - Color
***/
/***
*   Settings - Defaults
***/
/***
*   Settings - Responsive
***/
/***
*   Tools - Functions
***/
/***
*   Tools - Mixins
***/
/***
*   Tools - Responsive
***/
/***
*   Generic - Normalize
***/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("//fonts.googleapis.com/css?family=Montserrat:300,400,700");
@import url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css");
html {
  font-family: 'Calibri', 'trebuchet ms';
  /* 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/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;
  text-decoration: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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 {
  -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"] {
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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;
}

/***
*   Generic - Box-sizing
***/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/***
*   Generic - Reset
***/
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

abbr[title],
dfn[title] {
  cursor: help;
}

u,
ins {
  text-decoration: none;
}

ins {
  border-bottom: 1px solid;
}

/***
*   Base - Page
***/
html {
  min-width: 320px;
  min-height: 100%;
  color: #424242;
  font-size: 1em;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  margin-left: auto;
  margin-right: auto;
}

/***
*   Base - Images
***/
img {
  max-width: 100%;
  font-style: italic;
}

.gm-style img,
img[width],
img[height] {
  max-width: none;
}

.img-round {
  border-radius: 50%;
}

/***
*   Base - Typography
***/
@font-face {
  font-family: 'Montserrat-Light';
  src: url("/__data/assets/file/0004/101965/Montserrat-Light.eot");
  src: url("/__data/assets/file/0003/101964/Montserrat-Light.otf"), url("/__data/assets/file/0004/101965/Montserrat-Light.eot?#iefix") format("embedded-opentype");
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url("/__data/assets/file/0020/101963/Montserrat-SemiBold.otf");
}

h1 {
  font-family: "Calibri", "trebuchet ms";
  font-weight: normal;
  color: #424242;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  padding: 0;
}

h2 {
  font-family: "Calibri", "trebuchet ms";
  font-weight: normal;
  color: #424242;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  padding: 0;
}

h3 {
  font-family: "Calibri", "trebuchet ms";
  font-weight: normal;
  color: #424242;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  padding: 0;
}

h4 {
  font-family: "Calibri", "trebuchet ms";
  font-weight: normal;
  color: #424242;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  padding: 0;
}

h5 {
  font-family: "Calibri", "trebuchet ms";
  font-weight: normal;
  color: #424242;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  padding: 0;
}

h6 {
  font-family: "Calibri", "trebuchet ms";
  font-weight: normal;
  color: #424242;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  padding: 0;
}

/***
*   Base - Colors
***/
.bgc-black {
  background-color: #000000 !important;
}

.bgc-black-1 {
  background-color: rgba(0, 0, 0, 0.87) !important;
}

.bgc-black-2 {
  background-color: rgba(0, 0, 0, 0.54) !important;
}

.bgc-black-3 {
  background-color: rgba(0, 0, 0, 0.26) !important;
}

.bgc-black-4 {
  background-color: rgba(0, 0, 0, 0.12) !important;
}

.tc-black {
  color: #000000 !important;
}

.tc-black-1 {
  color: rgba(0, 0, 0, 0.87) !important;
}

.tc-black-2 {
  color: rgba(0, 0, 0, 0.54) !important;
}

.tc-black-3 {
  color: rgba(0, 0, 0, 0.26) !important;
}

.tc-black-4 {
  color: rgba(0, 0, 0, 0.12) !important;
}

.bgc-white {
  background-color: #FFFFFF !important;
}

.bgc-white-1 {
  background-color: #FFFFFF !important;
}

.bgc-white-2 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.bgc-white-3 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.bgc-white-4 {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.bgc-grey-50 {
  background-color: #FAFAFA !important;
}

.bgc-grey-100 {
  background-color: #F5F5F5 !important;
}

.bgc-grey-200 {
  background-color: #EEEEEE !important;
}

.bgc-grey-300 {
  background-color: #E0E0E0 !important;
}

.bgc-grey-400 {
  background-color: #BDBDBD !important;
}

.bgc-grey-500 {
  background-color: #9E9E9E !important;
}

.bgc-grey-600 {
  background-color: #757575 !important;
}

.bgc-grey-700 {
  background-color: #616161 !important;
}

.bgc-grey-800 {
  background-color: #424242 !important;
}

.bgc-grey-900 {
  background-color: #212121 !important;
}

.tc-grey-50 {
  color: #FAFAFA !important;
}

.tc-grey-100 {
  color: #F5F5F5 !important;
}

.tc-grey-200 {
  color: #EEEEEE !important;
}

.tc-grey-300 {
  color: #E0E0E0 !important;
}

.tc-grey-400 {
  color: #BDBDBD !important;
}

.tc-grey-500 {
  color: #9E9E9E !important;
}

.tc-grey-600 {
  color: #757575 !important;
}

.tc-grey-700 {
  color: #616161 !important;
}

.tc-grey-800 {
  color: #424242 !important;
}

.tc-grey-900 {
  color: #212121 !important;
}

/***
*   Trumps - Helpers
***/
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.container {
  max-width: 80.25em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 36px;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

.display--block {
  display: block;
}

.display--inline {
  display: inline;
}

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

.position--relative {
  position: relative;
}

.position--absolute {
  position: absolute;
}

.float--right {
  float: right !important;
}

.float--left {
  float: left  !important;
}

.float--none {
  float: none  !important;
}

.text--left {
  text-align: left   !important;
}

.text--center {
  text-align: center !important;
}

.text--right {
  text-align: right  !important;
}

.text--uppercase {
  text-transform: uppercase;
}

.text--capitalize {
  text-transform: capitalize;
}

.clickable {
  cursor: pointer;
}

.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

@media screen and (max-width: 1023px) {
  .hidden-portable {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

@media screen and (min-width: 1024px) {
  .visible-portable {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

/***
*   Objects - Bare List
***/
.bare-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/***
*   Components
***/
/***
*   Components - Base Elements (html, body, main)
***/
body {
  background-color: #007481;
  background-size: cover !important;
}

body.home {
  background-size: contain !important;
}

@media screen and (max-width: 1920px) {
  body.home {
    background-size: 1920px !important;
  }
}

@media screen and (max-width: 1023px) {
  body.home {
    padding-top: 10em;
  }
}

@media screen and (min-width: 1024px) {
  body.home {
    padding-top: 15em;
  }
}

body.home:after {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 116, 129, 0.8);
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  body:not(.home) {
    padding-top: 70px;
  }
}

@media screen and (min-width: 1024px) {
  body:not(.home) {
    padding-top: 184px;
  }
}

main {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
}

.slick-slider {
  margin-bottom: 0 !important;
}

.slick-slider .slick-prev, .slick-slider .slick-next {
  display: none !important;
}

.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
}

.slick-slider .slick-dots {
  bottom: 80px;
  right: 10%;
  width: auto;
}

.slick-slider .slick-dots li button {
  border-radius: 15px;
  width: 0px;
  height: 0px;
  padding: 4px;
  background: white;
}

.slick-slider .slick-dots li button:before, .slick-slider .slick-dots li button:after {
  opacity: 0 !important;
}

.slick-slider .slick-dots li.slick-active button {
  background: #b3d6fe;
}

.slick-slider .slick-dots li.slick-active button:before, .slick-slider .slick-dots li.slick-active button:after {
  opacity: 0 !important;
}

table {
  border-collapse: collapse;
}

table tr:nth-child(odd) {
  background-color: #fafafa;
}

table tr th {
  text-align: left;
  padding: 5px 15px;
  background-color: white;
  border: none;
}

table tr td {
  padding: 15px;
  text-align: left;
  font-family: "Calibri", "trebuchet ms";
}

table tr td p {
  margin: 0 !important;
  padding: 0 !important;
}

table tr td p + p {
  padding-bottom: 10px;
}

table tr td a {
  padding: 0;
  margin: 0;
  color: #005399;
  text-decoration: none;
}

table tr td a:hover {
  text-decoration: underline;
}

table, td {
  border: 1px solid #ececec;
}

.pagination {
  position: relative;
  text-align: center;
}

.pagination a {
  text-align: center;
  padding: 6px 12px;
  display: inline-block;
  color: #282828 !important;
  border: 2px solid transparent;
}

.pagination a:hover {
  border: 2px solid #f2f2f2;
  text-decoration: none !important;
}

.pagination .pagination__prev {
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  color: #282828;
}

.pagination.pagination__pages {
  text-align: center;
}

.pagination b {
  padding: 4px 10px;
  margin: 0px 2px;
}

.pagination .pagination__current {
  border: 2px solid #f2f2f2;
  padding: 6px 11px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}

.pagination .pagination__next {
  text-transform: uppercase;
  font-weight: bold;
  float: right;
  color: #282828;
}

iframe {
  max-width: 100% !important;
}

embed {
  max-width: 100% !important;
}

/***
*   Components - Buttons
***/
.link-button {
  display: inline-block;
  padding: 10px 15px;
  color: #FFFFFF;
  text-decoration: none;
  border: 2px solid #FFFFFF;
  font-family: "Montserrat-Light";
  font-size: 15px;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.link-button:hover {
  color: #007481;
  background-color: white;
}

@media screen and (max-width: 480px) {
  .link-button {
    width: 100%;
  }
}

/***
*   Components - Global Header
***/
@media screen and (min-width: 1024px) {
  .global-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    padding-bottom: 4px;
    background-color: #FFFFFF;
  }
  .home .global-header {
    background-color: transparent;
  }
}

/***
*   Components - Utility Nav
***/
.utility-nav {
  display: inline-block;
}

.utility-nav__logo {
  padding: 30px 0 30px 0;
}

@media screen and (max-width: 1023px) {
  .utility-nav__logo {
    padding: 10px 0 30px 0;
  }
}

.utility-nav__logo a {
  display: block;
  background-image: url("/__data/assets/image/0007/102202/enviro-mark_logo_green.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 104px;
  height: 114px;
}

.moving .utility-nav__logo a {
  height: 95px;
}

.home .utility-nav__logo a {
  background-image: url("/__data/assets/image/0014/101903/enviro-mark_logo.png");
}

/***
*   Components - Global Primary Nav
***/
@media screen and (min-width: 1024px) {
  .global-primary-nav {
    float: right;
    width: auto;
    margin-top: -65px;
    margin-right: 0;
  }
  .global-primary-nav > li {
    display: inline-block;
    position: relative;
    padding: 10px 5px;
  }
  .global-primary-nav > li:first-child {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
  .global-primary-nav > li:last-child {
    padding-right: 0;
  }
  .global-primary-nav > li:last-child ul {
    margin-left: -90%;
  }
  .global-primary-nav > li > a {
    display: block;
    color: #28858d;
    font-family: "Calibri", "trebuchet ms", trebuchet ms;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
  }
  .home .global-primary-nav > li > a {
    color: #FFFFFF;
  }
  .global-primary-nav > li > ul {
    display: none;
    position: absolute;
    top: 88%;
    width: 180%;
    background-color: #035560;
    font-weight: light;
  }
  .global-primary-nav > li > ul > li {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #007481;
  }
  .global-primary-nav > li > ul > li:hover {
    background-color: #035e6b;
  }
  .global-primary-nav > li > ul > li a {
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #FFFFFF;
    text-decoration: none;
  }
  .global-primary-nav > li:hover ul {
    display: block;
  }
}

/***
*   Components - Global Secondary Nav
***/
@media screen and (min-width: 1024px) {
  .global-secondary-nav {
    position: absolute;
    top: 28px;
    right: 205px;
  }
  .global-secondary-nav li {
    display: inline-block;
    padding: 10px;
  }
  .global-secondary-nav li a {
    color: #28858d;
    text-decoration: none;
    font-family: "Calibri", "trebuchet ms", trebuchet ms;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .home .global-secondary-nav li a {
    color: #FFFFFF;
  }
  .global-secondary-nav li.contact-us a {
    font-weight: bold;
  }
  .global-secondary-nav li.login-button {
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #007481;
  }
  .global-secondary-nav li.login-button a {
    color: #FFFFFF;
  }
  .global-secondary-nav li.login-button:hover {
    background-color: #207f8b;
  }
  .global-secondary-nav li.login-button:after {
    border: 0;
  }
  .global-secondary-nav li:not(.login-button):after {
    display: block;
    content: '';
    border-bottom: solid 1px white;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
    /* easeInQuint */
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    /* easeInQuint */
  }
  .global-secondary-nav li:not(.login-button):hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

/***
*   Components - Global Search
***/
@media screen and (min-width: 1024px) {
  .global-search {
    position: absolute;
    top: 33px;
    right: 0;
    width: 190px;
    border: 1px solid #28858d;
    border-radius: 4px;
  }
  .home .global-search {
    border-color: #FFFFFF;
  }
  .global-search fieldset {
    border: none;
  }
}

@media screen and (min-width: 1024px) {
  .global-search__keyword, .global-search__submit {
    border: none;
    background-color: transparent;
  }
}

@media screen and (min-width: 1024px) {
  .global-search__keyword {
    width: 100%;
    padding: 8px 30px 7px 10px;
    color: #28858d;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .home .global-search__keyword {
    color: #FFFFFF;
  }
}

@media screen and (min-width: 1024px) {
  .global-search__submit {
    position: absolute;
    top: -2px;
    right: 3px;
    height: 110%;
  }
  .global-search__submit i {
    color: #28858d;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .home .global-search__submit i {
    color: #FFFFFF;
  }
}

/***
*   Components - Mobile Menu
***/
.mobile-overlay {
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.ie .mobile-overlay {
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .show-menu .mobile-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    pointer-events: auto;
  }
}

@media screen and (max-width: 1023px) {
  .ie.show-menu .mobile-overlay {
    z-index: 998;
  }
}

@media screen and (max-width: 1023px) {
  .mobile-close {
    float: right;
    margin-top: 10px;
    background-color: transparent;
    border: none;
  }
  .mobile-close i {
    color: #FFFFFF;
  }
}

@media screen and (min-width: 1024px) {
  .mobile-close {
    display: none;
  }
}

.mobile-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 56px;
  padding: 0;
  border: none;
  background-color: transparent;
}

@media screen and (min-width: 1024px) {
  .mobile-toggle {
    display: none !important;
  }
}

.mobile-toggle i {
  color: rgba(255, 255, 255, 0.7);
}

.expanded .mobile-toggle i, li:hover .mobile-toggle i {
  color: #FFFFFF;
}

.mobile-toggle__icon--collapse {
  display: none;
}

.expanded .mobile-toggle__icon--collapse {
  display: block;
}

.expanded .mobile-toggle__icon--expand {
  display: none;
}

@media screen and (max-width: 1023px) {
  .global-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -260px;
    z-index: 999;
    width: 260px;
    height: 100%;
    background-color: #007481;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transition-property: box-shadow, left;
    -moz-transition-property: box-shadow, left;
    transition-property: box-shadow, left;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    overflow: auto;
  }
}

@media screen and (max-width: 1023px) {
  .show-menu .global-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .global-primary-nav {
    margin-top: 110px;
  }
  .global-primary-nav > li {
    position: relative;
  }
  .global-primary-nav > li > a {
    display: block;
    padding: 1.0em 1.0em;
    color: rgba(255, 255, 255, 0.7);
    font-family: "Calibri", "trebuchet ms", trebuchet ms;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
  }
  .global-primary-nav > li > ul {
    display: none;
  }
  .global-primary-nav > li > ul > li a {
    display: block;
    padding: 1.0em 2.0em;
    color: rgba(255, 255, 255, 0.7);
    font-family: "Calibri", "trebuchet ms", trebuchet ms;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-decoration: none;
  }
  .global-primary-nav > li.expanded > ul {
    display: block;
  }
  .global-primary-nav .current > a, .global-primary-nav .expanded > a, .global-primary-nav li:hover > a {
    background-color: rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
  }
}

@media screen and (max-width: 1023px) {
  .global-secondary-nav li a {
    display: block;
    padding: 1.0em 1.0em;
    color: rgba(255, 255, 255, 0.7);
    font-family: "Calibri", "trebuchet ms", trebuchet ms;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
  }
  .global-secondary-nav li:hover a {
    background-color: rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
  }
}

@media screen and (max-width: 1023px) {
  .global-search {
    position: absolute;
    top: 60px;
    left: 5%;
    width: 90%;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
  }
  .global-search fieldset {
    border: none;
  }
}

@media screen and (max-width: 1023px) {
  .global-search__keyword, .global-search__submit {
    border: none;
    background-color: transparent;
  }
}

@media screen and (max-width: 1023px) {
  .global-search__keyword {
    width: 100%;
    padding: 8px 30px 8px 10px;
    color: #FFFFFF;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 1023px) {
  .global-search__submit {
    position: absolute;
    top: 0;
    right: 3px;
    height: 100%;
  }
  .global-search__submit i {
    color: #FFFFFF;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/***
*   Components - Scrolling Slide Away Header
***/
@media screen and (min-width: 1024px) {
  .global-header {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

@media screen and (min-width: 1024px) {
  .moving .global-header {
    height: 100px;
    background-color: #007481;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }
}

.scrolling .global-header {
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (min-width: 1024px) {
  .scrolling.scroll-up .global-header {
    top: 0px;
  }
}

@media screen and (min-width: 1024px) {
  .scrolling.scroll-down .global-header {
    top: -100px;
  }
}

.utility-nav {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .utility-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    display: block;
    min-width: 320px;
    height: 70px;
  }
}

@media screen and (max-width: 1023px) {
  .moving .home .utility-nav, body:not(.home) .utility-nav {
    background-color: #007481;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 1023px) {
  .utility-nav__logo {
    padding-bottom: 0;
  }
}

.moving .utility-nav__logo {
  padding: 0px 0 0px 0;
}

.utility-nav__logo a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .utility-nav__logo a {
    width: 80px;
    margin-left: 36px;
  }
}

.moving .utility-nav__logo a {
  margin-top: 10px;
  background-image: url("/__data/assets/image/0014/101903/enviro-mark_logo.png");
}

@media screen and (max-width: 1023px) {
  .moving .utility-nav__logo a {
    width: 45px;
    height: 55px;
    background-position: 0px 0px;
  }
}

@media screen and (min-width: 1024px) {
  .moving .utility-nav__logo a {
    width: 70px;
  }
}

@media screen and (max-width: 1023px) {
  body:not(.home) .utility-nav__logo a {
    width: 45px;
    height: 55px;
    background-image: url("/__data/assets/image/0014/101903/enviro-mark_logo.png");
    background-position: initial;
  }
}

@media screen and (max-width: 1023px) {
  .utility-nav__primary-toggle {
    position: absolute;
    top: 36px;
    right: 16px;
    padding: 5px 10px;
    background-color: #007481;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .utility-nav__primary-toggle i {
    color: #FFFFFF;
  }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
  body:not(.home) .utility-nav__primary-toggle {
    top: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .moving .utility-nav__primary-toggle {
    top: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .utility-nav__search-toggle {
    position: absolute;
    top: 30px;
    right: 60px;
    padding: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .utility-nav__search-toggle i {
    color: #FFFFFF;
  }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
  body:not(.home) .utility-nav__search-toggle {
    top: 14px;
  }
}

@media screen and (max-width: 1023px) {
  .moving .utility-nav__search-toggle {
    top: 14px;
  }
}

.moving .global-primary-nav {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 1024px) {
  .moving .global-primary-nav {
    margin-top: -83px;
    margin-right: 255px;
  }
  .moving .global-primary-nav > li > a {
    color: #FFFFFF;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .moving .global-primary-nav {
    margin-top: -83px;
    margin-right: 240px;
  }
  .moving .global-primary-nav > li {
    padding: 10px 5px;
  }
  .moving .global-primary-nav > li > a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 1024px) {
  .moving .global-secondary-nav {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .moving .global-search {
    border-color: #FFFFFF;
  }
}

@media screen and (min-width: 1024px) {
  .moving .global-search__keyword {
    color: #FFFFFF;
  }
}

@media screen and (min-width: 1024px) {
  .moving .global-search__submit i {
    color: #FFFFFF;
  }
}

/***
*   Components - Lead Content
***/
.lead-content {
  clear: both;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 310px;
  height: 100%;
}

body:not(.home) .lead-content:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 116, 129, 0.8);
}

body:not(.home) .lead-content {
  min-height: auto;
  min-height: initial;
}

body:not(.home) .lead-content .link-button {
  margin-bottom: 30px;
}

body:not(.home) .lead-content.has-background {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  body:not(.home) .lead-content {
    margin-bottom: 0px;
  }
}

.lead-content span {
  display: block;
  width: 70%;
  padding: 30px 0;
  color: #FFFFFF;
  font-family: "Montserrat-Light";
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.3571482;
}

@media screen and (max-width: 480px) {
  .lead-content span {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .lead-content span {
    width: 100%;
  }
}

.lead-content__details {
  position: relative;
  z-index: 1;
}

/***
*   Components - Main Content
***/
.password-reset {
  padding: 40px 0;
}

/***
*   Components - Cert Container
***/
.certs {
  position: relative;
  background-color: #00A78B;
  color: white;
  padding: 40px 0;
}

.certs__content {
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .certs__content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 2.2%;
    padding-right: 2.2%;
    padding: 0 40px 0 0;
  }
  .certs__content:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .certs__content:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
}

.certs__content h2 {
  color: #FFFFFF;
  font-family: "Montserrat";
  font-size: 30px;
}

.certs__content p {
  margin: 10px 0 15px 0;
}

.certs__logos {
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .certs__logos {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 2.2%;
    padding-right: 2.2%;
    padding: 50px 0 40px 20px;
  }
  .certs__logos:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .certs__logos:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
}

.certs__logos ul li {
  vertical-align: top;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 2.2%;
  padding-right: 2.2%;
}

.certs__logos ul li:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
}

.certs__logos ul li:nth-child(2n + 2) {
  margin-left: 50%;
  margin-right: -100%;
  clear: none;
}

@media screen and (min-width: 768px) {
  .certs__logos ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 2.2%;
    padding-right: 2.2%;
  }
  .certs__logos ul li:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .certs__logos ul li:nth-child(4n + 2) {
    margin-left: 25%;
    margin-right: -100%;
    clear: none;
  }
  .certs__logos ul li:nth-child(4n + 3) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
  .certs__logos ul li:nth-child(4n + 4) {
    margin-left: 75%;
    margin-right: -100%;
    clear: none;
  }
}

.certs__logos ul li img {
  text-align: center;
  margin: 0 auto;
  max-width: 102px;
}

.certs__logos ul li span {
  display: block;
}

.certs__logos ul li a {
  display: block;
  color: white;
  text-decoration: none;
  font-family: "Calibri", "trebuchet ms";
  font-size: 17px;
  line-height: 120%;
}

.certs__logos ul li a:hover {
  text-decoration: underline;
}

/***
*   Components - Case Studies Content
***/
.case-studies {
  position: relative;
  padding: 40px 0;
}

.case-studies__content h2 {
  font-family: "Montserrat";
  font-size: 25px;
  color: #282828;
}

.case-studies__content ul li.case-studies__item {
  margin: 32px 0;
}

.case-studies__content ul li.case-studies__item:first-of-type {
  padding-left: 0;
}

@media screen and (min-width: 1024px) {
  .case-studies__content ul li.case-studies__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  .case-studies__content ul li.case-studies__item:nth-child(3n) {
    padding-right: 0;
  }
  .case-studies__content ul li.case-studies__item:nth-child(3n+1) {
    padding-left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .case-studies__content ul li.case-studies__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  .case-studies__content ul li.case-studies__item:nth-child(2n) {
    padding-right: 0;
  }
  .case-studies__content ul li.case-studies__item:nth-child(2n+1) {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .case-studies__content ul li.case-studies__item {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    clear: both !important;
    padding: 0;
  }
}

.case-studies__content ul li.case-studies__item:last-of-type {
  border-bottom: 0;
}

.case-studies__content ul li.case-studies__item .case-studies__date {
  display: inline-block;
  margin-bottom: 15px;
  font-family: "Calibri", "trebuchet ms";
  font-size: 14px;
  font-size: 0.875rem;
}

.case-studies__content ul li.case-studies__item .case-studies__preview ul li {
  vertical-align: top;
}

.case-studies__content ul li.case-studies__item .case-studies__preview ul li.case-studies__thumb {
  text-align: center;
  vertical-align: bottom;
  background-color: #FFFFFF;
  height: 245px;
}

@media screen and (max-width: 767px) {
  .case-studies__content ul li.case-studies__item .case-studies__preview ul li.case-studies__thumb {
    height: auto;
  }
}

.case-studies__content ul li.case-studies__item .case-studies__preview ul li.case-studies__thumb a img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}

.case-studies__content ul li.case-studies__item .case-studies__preview ul li.case-studies__description {
  background-color: #f2f2f2;
  padding: 55px 30px 30px;
}

.case-studies__content ul li.case-studies__item .case-studies__preview ul li.case-studies__description a h2 {
  position: relative;
}

.case-studies__content ul li.case-studies__item .case-studies__preview ul li.case-studies__description a h2:before {
  content: "";
  width: 30px;
  height: 5px;
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #282828;
}

.case-studies__content ul li.case-studies__item .case-studies__preview ul li p {
  padding: 0;
}

.case-studies__content ul li.case-studies__item .case-studies__preview ul li h2 {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
  color: #282828;
  font-weight: 700;
}

@media screen and (max-width: 480px) {
  .case-studies__content ul li.case-studies__item .case-studies__preview ul li h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.case-studies__content ul li.case-studies__item .case-studies__preview ul li.case-studies__readmore {
  border-bottom: 1px solid #282828;
  padding-bottom: 1px;
}

.case-studies__content ul li.case-studies__item .case-studies__preview ul li.case-studies__readmore a {
  padding: 20px 0 18px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  color: #282828;
  font-weight: 700;
}

.case-studies__content ul li.case-studies__item .case-studies__preview ul li.case-studies__readmore a i {
  margin-right: 6px;
}

.case-studies__content ul li.case-studies__item .case-studies__preview ul li.case-studies__readmore:hover {
  border-bottom: 2px solid #282828;
  padding-bottom: 0;
}

/***
*   Components - Testimonials Content
***/
.testimonials {
  position: relative;
}

.testimonials-slider {
  max-width: 1920px;
  margin: 0 auto;
}

.testimonials__content ul {
  width: 100%;
  display: inline-block;
  background-color: #1b497e;
}

.testimonials__content ul li {
  position: relative;
}

@media screen and (max-width: 767px) {
  .testimonials__content ul li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .testimonials__content ul li {
    width: 49.15254%;
    float: left;
  }
  .testimonials__content ul li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .testimonials__content ul li:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
}

.testimonials__content ul li img {
  width: 100%;
  max-width: 100%;
}

.testimonials__content ul li .testimonials__preview {
  padding: 40px 20px;
  color: white;
}

.standard__content .testimonials__content ul li .testimonials__preview {
  padding: 0px 20px 40px 20px;
}

.testimonials__content ul li .testimonials__preview span {
  font-size: 14px;
}

.testimonials__content ul li .testimonials__preview p {
  padding: 30px 0;
  font-family: "Calibri", "trebuchet ms";
  font-size: 21px;
}

.testimonials__content ul li .testimonials__preview h2 {
  color: white;
  font-family: "Calibri", "trebuchet ms";
  font-weight: bold;
}

.testimonials__content ul li .testimonials__preview .testimonials__sitelink {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-family: "Calibri", "trebuchet ms";
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .testimonials__content ul li .link-button {
    width: auto;
  }
}

/***
*   Components - Education/News Content
***/
.news {
  position: relative;
  padding: 40px 0;
}

.news__content ul li {
  position: relative;
  margin-top: 32px;
  margin-bottom: 32px;
}

@media screen and (max-width: 480px) {
  .news__content ul li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 481px) {
  .news__content ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 3.4%;
    padding-right: 3.4%;
  }
  .news__content ul li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .news__content ul li:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
}

@media screen and (min-width: 1024px) {
  .news__content ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 2.2%;
    padding-right: 2.2%;
  }
  .news__content ul li:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .news__content ul li:nth-child(3n + 2) {
    margin-left: 33.33333%;
    margin-right: -100%;
    clear: none;
  }
  .news__content ul li:nth-child(3n + 3) {
    margin-left: 66.66667%;
    margin-right: -100%;
    clear: none;
  }
}

@media screen and (min-width: 1281px) {
  .news__content ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 2.2%;
    padding-right: 2.2%;
  }
  .news__content ul li:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .news__content ul li:nth-child(4n + 2) {
    margin-left: 25%;
    margin-right: -100%;
    clear: none;
  }
  .news__content ul li:nth-child(4n + 3) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
  .news__content ul li:nth-child(4n + 4) {
    margin-left: 75%;
    margin-right: -100%;
    clear: none;
  }
}

.news__content ul li .news__date {
  position: absolute;
  left: -22px;
  top: 130px;
  font-size: 12px;
  font-family: "Calibri", "trebuchet ms";
  color: #007481;
  letter-spacing: 0.6px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media screen and (min-width: 481px) and (max-width: 1023px) {
  .news__content ul li .news__date {
    left: -28px;
  }
}

@media screen and (max-width: 480px) {
  .news__content ul li .news__date {
    position: relative;
    left: 0;
    top: 0;
  }
}

.news__content ul li .news__link {
  text-decoration: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #007481;
  display: block;
}

.news__content ul li .news__link:hover {
  border-bottom: 3px solid #007481;
  margin-bottom: -2px;
}

@media screen and (max-width: 767px) {
  .news__content ul li .news__link:hover {
    border-bottom: 3px solid #007481;
    padding-bottom: 19px;
    margin-bottom: -1px;
  }
}

.news__content ul li .block-line {
  height: 8px;
  width: 100%;
  background-color: #007481;
  margin-bottom: 10px;
}

.news__content ul li a {
  color: #007481;
  text-decoration: none;
}

.news__content ul li h2 {
  font-family: "Montserrat-SemiBold";
  font-size: 29px;
  color: #007481;
  line-height: 120%;
  padding: 0;
  margin: 30px 0 15px;
}

@media screen and (max-width: 1280px) {
  .news__content ul li h2 {
    font-size: 20px;
  }
}

.news__content ul li h3 {
  font-family: "Montserrat-SemiBold";
  font-size: 29px;
  color: #007481;
  line-height: 120%;
  padding: 0;
  margin: 30px 0 15px;
}

@media screen and (max-width: 1280px) {
  .news__content ul li h3 {
    font-size: 20px;
  }
}

.news__content ul li p {
  line-height: 1.5;
  font-family: "Calibri", "trebuchet ms";
  font-size: 17px;
  color: #282828;
  padding: 5px 0;
}

@media screen and (max-width: 1280px) {
  .news__content ul li p {
    font-size: 15px;
  }
}

.news__content ul li .news__posted-in {
  padding-top: 5px;
  font-family: "Calibri", "trebuchet ms";
  font-size: 14px;
  color: #007481;
}

.news__content ul li .news__posted-in span {
  color: #676767;
}

.news__content ul li .news__read-more {
  display: block;
  color: #007481;
  font-weight: bold;
  font-size: 17px;
  padding-top: 20px;
}

.news__content ul li .news__read-more a {
  color: #007481;
  font-size: 13px;
  text-decoration: none;
}

.news__content ul li .news__read-more i {
  font-size: 16px;
  padding-right: 5px;
}

.news__content ul li:last-of-type {
  margin-right: 0;
}

/***
*   Components - Events Content
***/
.events {
  position: relative;
  padding: 40px 0;
  background-color: #f2f2f2;
}

.events__content .events__all {
  display: inline-block;
  width: 100%;
  margin-bottom: -10px;
}

.events__content .events__all h2 {
  float: left;
  display: inline-block;
  font-family: "Montserrat";
  font-size: 26px;
  color: #282828;
}

@media screen and (max-width: 480px) {
  .events__content .events__all h2 {
    font-size: 22px;
  }
}

.events__content .events__all a {
  color: #282828;
}

.events__content .events__all a span {
  float: right;
  display: inline-block;
  padding-top: 10px;
}

.events__content .events__all a span:after {
  display: block;
  content: '';
  border-bottom: solid 1px #282828;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  /* easeInQuint */
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  /* easeInQuint */
}

.events__content .events__all a span:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

@media screen and (max-width: 480px) {
  .events__content .events__all a span {
    padding-top: 7px;
    float: none;
  }
}

.events__content ul li {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #FFFFFF;
}

.events__content ul li:hover {
  opacity: 0.6;
}

@media screen and (max-width: 480px) {
  .events__content ul li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 481px) {
  .events__content ul li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .events__content ul li {
    width: 49.15254%;
    float: left;
  }
  .events__content ul li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .events__content ul li:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
}

.events__content ul li a {
  text-decoration: none;
  display: block;
  color: #282828;
  padding: 30px;
}

.events__content ul li a .events__preview .block-line {
  display: inline-block;
  height: 5px;
  width: 30px;
  margin-bottom: 5px;
  background-color: #282828;
}

.events__content ul li a .events__preview h2 {
  font-family: "Montserrat";
  font-weight: bold;
  color: #282828;
  font-size: 28px;
  padding-bottom: 10px;
}

.events__content ul li a .events__preview p {
  font-size: 18px;
  padding: 2px 0;
}

.events__content ul li a .events__preview p span {
  font-weight: bold;
}

.events__content ul li:last-of-type {
  margin-right: 0;
}

/***
*   Components - Members Content
***/
.members {
  position: relative;
}

.members__content {
  margin-top: 30px;
}

.members__content ul {
  overflow: hidden;
}

.members__content ul li.members__item {
  margin: 32px 0;
}

.members__content ul li.members__item:first-of-type {
  padding-left: 0;
}

@media screen and (min-width: 1024px) {
  .members__content ul li.members__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  .members__content ul li.members__item:nth-child(3n) {
    padding-right: 0;
  }
  .members__content ul li.members__item:nth-child(3n+1) {
    padding-left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .members__content ul li.members__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  .members__content ul li.members__item:nth-child(2n) {
    padding-right: 0;
  }
  .members__content ul li.members__item:nth-child(2n+1) {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .members__content ul li.members__item {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    clear: both !important;
    padding: 0;
  }
}

.members__content ul li.members__item:last-of-type {
  border-bottom: 0;
}

.members__content ul li.members__item .members__preview ul li {
  vertical-align: top;
}

.members__content ul li.members__item .members__preview ul li.members__logo {
  text-align: center;
  height: 156px;
  vertical-align: bottom;
  background-color: #FFFFFF;
  border: 2px solid #f2f2f2;
  display: table;
  width: 100%;
}

.members__content ul li.members__item .members__preview ul li.members__logo a {
  display: table-cell;
  vertical-align: middle;
}

.members__content ul li.members__item .members__preview ul li.members__logo a img {
  vertical-align: middle;
  padding: 0 5px;
  max-height: 100px;
}

.members__content ul li.members__item .members__preview ul li.members__description {
  background-color: #f2f2f2;
  padding: 55px 30px 30px;
}

.members__content ul li.members__item .members__preview ul li.members__description a h2 {
  position: relative;
}

.members__content ul li.members__item .members__preview ul li.members__description a h2:before {
  content: "";
  width: 30px;
  height: 5px;
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #282828;
}

.members__content ul li.members__item .members__preview ul li img {
  max-width: 240px;
}

.members__content ul li.members__item .members__preview ul li p {
  padding: 0;
}

.members__content ul li.members__item .members__preview ul li h2 {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
  color: #282828;
  font-weight: 700;
}

@media screen and (max-width: 480px) {
  .members__content ul li.members__item .members__preview ul li h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.members__content ul li.members__item .members__preview ul li .members__certs span {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #007481;
  font-weight: 700;
}

.members__content ul li.members__item .members__preview ul li .members__certs ul li {
  font-size: 17px;
  font-size: 1.0625rem;
}

.members__content ul li.members__item .members__preview ul li.members__readmore {
  border-bottom: 1px solid #282828;
  padding-bottom: 1px;
}

.members__content ul li.members__item .members__preview ul li.members__readmore a {
  padding: 20px 0 18px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  color: #282828;
  font-weight: 700;
}

.members__content ul li.members__item .members__preview ul li.members__readmore a i {
  margin-right: 6px;
}

.members__content ul li.members__item .members__preview ul li.members__readmore:hover {
  border-bottom: 2px solid #282828;
  padding-bottom: 0;
}

.members__content ul li.members__item .members__preview ul li .certifications li {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.standard__content {
  position: relative;
}

.standard__content.standard__members .members__title-web-logo {
  display: table;
  height: 150px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .standard__content.standard__members .members__title-web-logo {
    height: auto;
  }
}

.standard__content.standard__members .members__title-web-logo.members__title-web-logo--right, .standard__content.standard__members .members__title-web-logo.members__title-web-logo--left {
  display: table;
}

.standard__content.standard__members .members__title-web-logo.members__title-web-logo--right div, .standard__content.standard__members .members__title-web-logo.members__title-web-logo--left div {
  display: table-cell;
  vertical-align: middle;
}

.standard__content.standard__members .members__title-web-logo.members__title-web-logo--right {
  float: right;
}

@media screen and (max-width: 767px) {
  .standard__content.standard__members .members__title-web-logo.members__title-web-logo--right {
    float: none;
  }
}

.standard__content.standard__members .members__title-web-logo.members__title-web-logo--left {
  float: left;
}

@media screen and (max-width: 767px) {
  .standard__content.standard__members .members__title-web-logo.members__title-web-logo--left {
    float: none;
  }
}

.standard__content.standard__members .members__logo {
  max-width: 140px;
  margin-right: 20px;
}

.standard__content.standard__members .members__title {
  display: block;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .standard__content.standard__members .members__title {
    padding-left: 0px;
  }
}

.standard__content.standard__members .members__website {
  display: block;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .standard__content.standard__members .members__website {
    padding-left: 0px;
  }
}

.standard__content.standard__members .members__description {
  clear: both;
}

.standard__content.standard__members .members__documents h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  font-family: "Calibri", "trebuchet ms";
}

.standard__content.standard__members .members__documents ul li {
  padding: 5px 0;
}

.standard__content.standard__members .members__documents ul li:first-of-type {
  padding-top: 0;
}

.standard__content.standard__members .members__documents ul li i {
  padding-right: 10px;
  font-size: 10px;
  font-size: 0.625rem;
  color: #007481;
}

.standard__content.standard__members .members__documents ul li span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}

.standard__content.standard__members a {
  color: #007481;
}

.standard__content.standard__members a:hover {
  text-decoration: underline;
}

.standard__sidebar.standard__members {
  margin-top: 140px;
}

.standard__sidebar.standard__members .certifications {
  padding-bottom: 20px;
}

.standard__sidebar.standard__members h2 {
  color: #007481;
}

.standard__sidebar.standard__members h3 {
  color: #282828;
  font-weight: 700;
}

.standard__sidebar.standard__members .member__contact-details {
  padding: 20px 0;
}

.standard__sidebar.standard__members .member__contact-details p {
  padding: 10px 0;
  max-width: 60%;
}

.members__search {
  position: relative;
  margin-top: 60px;
}

.members__search form {
  padding: 30px 37px 37px;
  margin-top: 20px;
  background-color: #F5F5F5;
}

.members__search form select {
  padding-top: 13px;
  padding-bottom: 10px;
}

.members__search form p {
  padding-bottom: 10px !important;
}

.members__search form label {
  width: 477px;
  display: inline-block;
  margin-right: 37px;
}

@media screen and (max-width: 1298px) {
  .members__search form label {
    width: 80%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .members__search form label {
    width: 100%;
    margin-right: 0;
  }
}

.members__search form label input {
  width: 100%;
  background-color: #FFFFFF;
  border-color: #ececec;
  padding: 12px 15px;
  font-size: 16px;
  font-size: 1rem;
}

.members__search form label input::-webkit-input-placeholder {
  color: #282828;
}

.members__search form label input:-moz-placeholder {
  color: #282828;
}

.members__search form label input:-ms-input-placeholder {
  color: #282828;
}

.members__search form label input:-moz-placeholder {
  color: #282828;
}

@media screen and (max-width: 1023px) {
  .members__search form label input {
    margin-bottom: 0;
  }
}

.members__search form label select {
  width: 100%;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  background: url("//squiz-matrix.its.waikato.ac.nz/__matrix-data/assets/image/0015/23280/select-chevron-down.png") no-repeat #FFFFFF;
  background-size: 45px 45px;
  border-color: #ececec;
  background-position: 100% 50%;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 15px 9px;
}

.members__search form label select:-ms-expand {
  display: none;
}

@media screen and (max-width: 1023px) {
  .members__search form label select {
    margin-bottom: 0;
  }
}

.members__search form input[type="submit"] {
  border: 2px solid #primary-grey;
  text-transform: uppercase;
  color: #282828;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 12px 15px 11px;
  border: 2px solid #282828;
}

.members__search form input[type="submit"]:hover {
  border-color: #007481;
  background-color: #FFFFFF;
  color: #282828;
}

@media screen and (max-width: 1023px) {
  .members__search form input[type="submit"] {
    margin-bottom: 0;
  }
}

.members__search-results {
  position: relative;
  padding: 20px 0;
}

.members__map {
  position: relative;
  right: 0;
  left: 0;
  min-height: 100px;
  background-color: #FAFAFA;
}

.and-cert, .and-query {
  display: none;
}

.and-cert.and-query {
  display: inline-block;
}

.members-search__field {
  position: relative;
  display: inline-block;
}

.members-search__field #res {
  position: absolute;
  display: inline-block;
  top: 44px;
  left: 0;
  right: 0;
  background-color: #007481;
  color: white;
  margin: 0;
  border-bottom: 2px solid #666;
  list-style-type: none;
  z-index: 1;
  max-height: 360px;
  overflow-y: auto;
}

.members-search__field #res li {
  padding: 5px 10px;
  border-bottom: 1px solid white;
  cursor: pointer;
}

.members-search__field #res li:hover {
  background-color: #006a76;
}

.members-search__field #res li:last-of-type {
  border-bottom: 0;
}

/***
*   Components - Standard Content
***/
.breadcrumbs {
  width: 100%;
  clear: both;
  display: inline-block;
  padding: 30px 0;
}

.breadcrumbs li {
  display: inline-block;
  padding: 2px 10px;
}

.breadcrumbs li:first-of-type {
  padding-left: 0;
}

.breadcrumbs li a {
  color: #007481;
  text-decoration: none;
}

.breadcrumbs li a:after {
  display: block;
  content: '';
  border-bottom: solid 1px #007481;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  /* easeInQuint */
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  /* easeInQuint */
}

.breadcrumbs li a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

@media screen and (max-width: 480px) {
  .breadcrumbs li a {
    font-size: 12px;
  }
}

.breadcrumbs li.active a {
  color: #282828;
  text-decoration: none;
}

.breadcrumbs li.active a:after {
  display: block;
  content: '';
  border-bottom: solid 1px #282828;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  /* easeInQuint */
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  /* easeInQuint */
}

.breadcrumbs li.active a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

@media screen and (max-width: 480px) {
  .breadcrumbs {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}

body:not(.home) {
  background-color: #FFFFFF;
}

.standard__content {
  padding: 20px 0px 40px 0px;
  background-color: #FFFFFF;
}

@media screen and (min-width: 1024px) {
  .standard__content {
    padding: 20px 0 40px 0;
    width: 64.28571%;
    float: left;
    margin-right: 7.14286%;
  }
  .standard__content.one-whole {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .standard__content.standard__listing {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.standard__content.standard__listing .news {
  padding: 0;
}

.standard__content.standard__listing .events {
  padding: 0;
}

.standard__content.standard__listing .case-studies {
  padding: 0;
}

.standard__content.standard__events p {
  font-size: 18px;
  padding: 2px 0;
}

.standard__content.standard__events p span {
  font-weight: bold;
}

.standard__content.standard__events .events__description p {
  padding: 5px 0;
}

.standard__content.standard__site-map table, .standard__content.standard__site-map tr, .standard__content.standard__site-map th, .standard__content.standard__site-map td {
  border: 0;
}

.standard__content h1 {
  font-family: "Montserrat";
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.standard__content h1 a {
  font-family: "Montserrat";
}

.standard__content h2 {
  font-family: "Montserrat";
  color: #007481;
  margin: 10px 0 5px 0;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.standard__content h2 a {
  color: #007481;
}

.standard__content h3 {
  font-family: "Montserrat";
  font-weight: bold;
  color: #282828;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.standard__content h3 a {
  color: #282828;
}

.standard__content h4 {
  font-family: "Montserrat";
  font-weight: bold;
  color: #007481;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.standard__content h4 a {
  color: #007481;
}

.standard__content h5 {
  font-family: "Montserrat";
  font-weight: bold;
  color: #282828;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.standard__content h5 a {
  color: #282828;
}

.standard__content p {
  line-height: 120%;
  margin: 10px 0 10px 0;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.standard__content p a {
  text-decoration: none;
  color: #007481;
}

.standard__content p a:hover {
  text-decoration: underline;
}

.standard__content .image-caption {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #D0D8DE;
  margin: 15px 15px 15px 0;
}

.standard__content .image-caption img {
  display: block;
}

.standard__content .image-caption p {
  display: inline-block;
  margin: 15px 0;
}

.standard__content .image-caption.float--left {
  margin: 15px 15px 15px 0;
}

.standard__content .image-caption.float--right {
  margin: 15px 0px 15px 15px;
}

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

.standard__content ul:not(.bare-list):not(.slick-dots) {
  margin-left: 2.1em;
}

.standard__content ul:not(.bare-list):not(.slick-dots) li ul {
  margin-left: 2.1em;
}

.standard__content ul:not(.bare-list):not(.slick-dots) li a {
  color: #007481;
}

.standard__content ul:not(.bare-list):not(.slick-dots) li a:hover {
  text-decoration: underline;
}

.standard__content ol {
  margin-left: 2.2em;
}

.standard__content form legend {
  font-family: "Montserrat";
  font-weight: bold;
  color: #007481;
  margin: 10px 0 5px 0;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 1.5em;
}

/***
*   Components - Side Content
***/
.standard__sidebar {
  position: relative;
  padding: 20px 0 40px 0;
  width: 100%;
  float: left;
  margin-right: 25%;
}

@media screen and (min-width: 1024px) {
  .standard__sidebar {
    width: 28.57143%;
    float: right;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .standard__sidebar {
    padding: 0px 0 40px 0;
  }
}

.standard__sidebar .news__content {
  padding: 0;
}

.standard__sidebar .news__content ul li {
  margin-bottom: 20px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.standard__sidebar .news__content ul li .block-line {
  height: 8px;
  width: 100%;
  background-color: #007481;
  margin-bottom: 10px;
}

.standard__sidebar .news__content ul li h2 {
  font-family: "Montserrat-SemiBold";
  font-size: 29px;
  color: #007481;
  line-height: 120%;
  margin: 10px 0;
}

@media screen and (max-width: 1280px) {
  .standard__sidebar .news__content ul li h2 {
    font-size: 20px;
  }
}

.standard__sidebar .news__content ul li .news__date {
  color: #007481;
  font-size: 12px;
  font-size: 0.75rem;
  left: -40px;
}

@media screen and (max-width: 480px) {
  .standard__sidebar .news__content ul li .news__date {
    left: 0;
  }
}

.standard__sidebar .news__content ul li .news__posted-in a {
  color: #007481;
  text-decoration: none;
}

.standard__sidebar .news__content ul li .news__posted-in a:hover {
  text-decoration: underline;
}

.standard__sidebar .news__content ul li .news__read-more {
  display: block;
  color: #007481;
  font-weight: bold;
  font-size: 17px;
  padding-top: 20px;
}

.standard__sidebar .news__content ul li .news__read-more a {
  color: #007481;
  font-size: 13px;
  text-decoration: none;
}

.standard__sidebar .news__content ul li .news__read-more i {
  font-size: 16px;
  padding-right: 5px;
}

.standard__sidebar.standard__news .block-line {
  height: 8px;
  width: 100%;
  background-color: #007481;
  margin-bottom: 10px;
}

.standard__sidebar.standard__news h2 {
  font-family: "Montserrat-SemiBold";
  font-size: 29px;
  color: #007481;
  line-height: 120%;
  margin: 10px 0;
}

@media screen and (max-width: 1280px) {
  .standard__sidebar.standard__news h2 {
    font-size: 20px;
  }
}

.standard__sidebar.standard__news .news__date {
  color: #007481;
  font-size: 12px;
  font-size: 0.75rem;
}

.standard__sidebar.standard__news .news__posted-in a {
  color: #007481;
  text-decoration: none;
}

.standard__sidebar.standard__news .news__posted-in a:hover {
  text-decoration: underline;
}

.standard__sidebar .quick-links {
  position: relative;
  display: inline-block;
  margin: 40px 0 0;
}

.standard__sidebar .quick-links h3 {
  color: #007481;
  font-family: "Montserrat-Light";
}

.standard__sidebar .quick-links ul li {
  padding: 5px;
}

.standard__sidebar .quick-links ul li a {
  color: #007481;
  text-decoration: none;
}

.standard__sidebar .quick-links ul li a:hover {
  text-decoration: underline;
}

.standard__sidebar .quick-links ul li a i {
  position: relative;
  font-size: 8px;
  padding-right: 10px;
  top: -2px;
}

form {
  border: 0;
  width: 100%;
}

form fieldset {
  width: 100%;
  border: 0;
}

form input, form textarea, form select {
  width: 320px;
  padding: 12px 12px 13px 12px;
  background-color: #fafafa;
  border: 1px solid #9E9E9E;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;
}

@media screen and (max-width: 480px) {
  form input, form textarea, form select {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  form input:not(.global-search__keyword), form textarea:not(.global-search__keyword), form select:not(.global-search__keyword) {
    margin-bottom: 10px;
  }
}

form input[type="checkbox"] {
  vertical-align: baseline;
}

form .sq-form-question {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  form .sq-form-question {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  form .sq-form-question {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0%;
    padding-right: 0%;
    padding-right: 1.5%;
  }
}

form .sq-form-question label {
  color: #3a3a3a;
}

form .sq-form-question input, form .sq-form-question textarea, form .sq-form-question select {
  width: 100%;
  padding: 8px;
  background-color: #fafafa;
  border: 1px solid #9E9E9E;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 1281px) {
  form .sq-form-question input, form .sq-form-question textarea, form .sq-form-question select {
    padding: 16px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

form .sq-form-question textarea {
  height: 5em;
}

form .sq-form-question input {
  min-height: 52px;
}

form .sq-form-question input[type="submit"] {
  display: inline-block;
  padding: 10px 15px;
  color: #007481;
  background-color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #007481;
  font-family: "Montserrat-Light";
  font-size: 15pt;
  margin-top: 24px;
  width: auto;
}

@media screen and (min-width: 1024px) {
  form .sq-form-question input[type="submit"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0%;
    padding-right: 0%;
    padding-right: 1.5%;
  }
}

form .sq-form-question input[type="submit"]:hover {
  color: #FFFFFF;
  background-color: #007481;
}

form .sq-form-question input[type="checkbox"], form .sq-form-question input[type="radio"] {
  min-height: 0;
}

form .sq-form-question-answer ul {
  list-style-type: none;
  margin-left: 0 !important;
}

form .sq-form-question-answer ul li {
  display: block;
  padding-left: 0 !important;
  text-indent: 0 !important;
}

form .sq-form-question-answer ul li:before {
  content: "" !important;
}

form .sq-form-question-answer ul li label, form .sq-form-question-answer ul li input {
  display: inline-block;
  width: auto;
  left: 0;
}

form .sq-form-question-note {
  font-size: 0.9em;
  color: #757575;
}

form input[type="submit"] {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  padding: 10px 15px;
  color: #007481;
  top: 0;
  background-color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #007481;
  font-family: "Montserrat-Light";
  font-size: 15pt;
  width: auto;
}

form input[type="submit"]:hover {
  color: #FFFFFF;
  background-color: #007481;
}

form i.superscript {
  vertical-align: super;
  font-size: 0.8em;
}

section.contact-form {
  padding: 20px 0;
}

div.contact-form__content form legend {
  display: none;
}

/***
*   Components - Search Content
***/
.search {
  padding: 40px 0;
}

.search__keyword {
  position: relative;
  top: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  padding: 10px 15px;
  background-color: #fafafa;
  border: 1px solid #9E9E9E;
  font-size: 15pt;
}

.search__results {
  padding: 0px 0 40px;
}

.search__results ul li {
  padding: 10px 0;
}

.search__results ul li a {
  color: #007481;
}

.search__results-none {
  padding: 0px 0 40px;
}

.search__submit {
  position: relative;
  top: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  padding: 15px 15px;
  color: #007481;
  background-color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #007481;
  font-family: "Montserrat-Light";
  font-size: 15pt;
}

.search__submit:hover {
  color: #FFFFFF;
  background-color: #007481;
}

.global-footer {
  position: relative;
}

body.home .global-footer {
  z-index: 1;
}

.global-footer .footer__container {
  width: 100%;
  background-color: #2e3f41;
  clear: both;
}

@media screen and (max-width: 1023px) {
  .global-footer .footer__container {
    display: none;
  }
}

.global-footer .footer__container .footer__logo {
  display: inline-block;
  width: 11%;
  vertical-align: top;
  padding: 33px 0;
}

@media screen and (max-width: 767px) {
  .global-footer .footer__container .footer__logo {
    width: 20%;
    padding: 20px 0;
  }
}

.global-footer .footer__container .footer__logo a {
  display: inline-block;
}

.global-footer .footer__container .footer__logo img {
  width: 69px;
  height: 75px;
}

.global-footer .footer__container .footer__nav {
  display: inline-block;
  width: 68%;
  vertical-align: top;
  padding: 48px 0;
}

@media screen and (max-width: 1280px) {
  .global-footer .footer__container .footer__nav {
    width: 62%;
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .global-footer .footer__container .footer__nav {
    width: 78%;
    padding: 20px 0;
  }
}

.global-footer .footer__container .footer__nav ul {
  display: inline-block;
}

.global-footer .footer__container .footer__nav ul li {
  display: inline-block;
  padding: 15px 6px;
}

.global-footer .footer__container .footer__nav ul li a {
  color: white;
  display: block;
  text-decoration: none;
  font-family: "Calibri", "trebuchet ms";
  font-weight: bold;
  font-size: 14px;
}

.global-footer .footer__container .footer__nav ul li a:after {
  display: block;
  content: '';
  border-bottom: solid 1px white;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  /* easeInQuint */
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  /* easeInQuint */
}

.global-footer .footer__container .footer__nav ul li a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.global-footer .footer__container .footer__social {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .global-footer .footer__container .footer__social {
    width: 100%;
    padding: 0;
  }
}

.global-footer .footer__container .footer__social ul {
  display: inline-block;
  float: right;
}

@media screen and (max-width: 767px) {
  .global-footer .footer__container .footer__social ul {
    width: 100%;
    float: none;
    border-top: 1px solid white;
  }
}

.global-footer .footer__container .footer__social ul li {
  display: inline-block;
  padding: 16px 10px 12px 10px;
}

.global-footer .footer__container .footer__social ul li a {
  color: white;
  display: block;
  text-decoration: none;
  font-family: "Calibri", "trebuchet ms";
  font-weight: bold;
  font-size: 14px;
}

.global-footer .footer__container .footer__social ul li a:hover img {
  background-color: #282828;
  border-radius: 20px;
}

.global-footer .copyright__container {
  clear: both;
  width: 100%;
  padding: 25px 0;
  background-color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
  .global-footer .copyright__container {
    border-top: 1px solid #282828;
  }
}

.global-footer .copyright__container .copyright__contents p {
  font-size: 14px;
  color: #282828;
}

@media screen and (max-width: 607px) {
  .global-footer .copyright__container .copyright__contents p {
    margin-bottom: 20px;
    display: block;
    float: left !important;
  }
  .global-footer .copyright__container .copyright__contents p:last-of-type {
    margin-bottom: 0;
  }
}

.global-footer .copyright__container .copyright__contents p a {
  text-decoration: none;
  color: #282828;
  display: inline-block;
}

.global-footer .copyright__container .copyright__contents p a:after {
  display: block;
  content: '';
  border-bottom: solid 1px #282828;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: all 300ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  /* easeInQuint */
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  /* easeInQuint */
}

.global-footer .copyright__container .copyright__contents p a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

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

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

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

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

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

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

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

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

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

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

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

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

[dir='rtl'] .slick-prev:before {
  content: '→';
}

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

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

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

[dir='rtl'] .slick-next:before {
  content: '←';
}

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

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

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

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

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

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

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

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
  outline: none;
  background: transparent;
}

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

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

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

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