/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

a {
  color: #2c3740;
  text-decoration: underline;
}

a:hover {
  color: #004863;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  margin: 0 !important;
}

h2 {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

h3 {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

.layout-container {
  height: 100%;
  margin: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

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

[class^="icon-"], [class*=" icon-"], .block-aip-blocks-downloads .file a:after, .field--name-field-button a:after, .views-field-url a:after, .button a:after, .region-primary-menu .menu .social-media__btn:before, .hero-banner .field--name-field-call-to-action a:after, .member-showcase .member-showcase-intro P a:after, .home-pricing .region-home-pricing-left a:after, .home-resources #block-homepageresourcesleft a:after, .home-resources #block-homepageresourcesright a:after, #block-aipprogramsheader .views-field-url a:after, #block-aipprogramsheader .field--type-text-with-summary a:after, .social-media__btn:before, .pager .pager__item--previous a:before, .pager .pager__item--next a:after, .footer__address:before, .footer__tel:before, .footer__email:before {
  font-family: "icomoon", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
  content: "\e911";
}

.icon-email:before {
  content: "\e90c";
}

.icon-location:before {
  content: "\e90d";
}

.icon-mobile:before {
  content: "\e90e";
}

.icon-petrol-pump:before {
  content: "\e90b";
}

.icon-drop:before {
  content: "\e906";
}

.icon-truck:before {
  content: "\e907";
}

.icon-drum:before {
  content: "\e908";
}

.icon-rig:before {
  content: "\e909";
}

.icon-binoculars:before {
  content: "\e90a";
}

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

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

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

.icon-cross:before {
  content: "\e900";
}

.icon-chevron-up:before {
  content: "\e90f";
}

.icon-chevron-down:before {
  content: "\e901";
}

.icon-chevron-left:before {
  content: "\e910";
}

.icon-chevron-right:before {
  content: "\e902";
}

.icon-done:before {
  content: "\e28a";
}

.icon-print:before {
  content: "\e2c1";
}

.vh {
  visibility: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.container, .hero-banner__container, .container .wrap, .hero-banner__container .wrap {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

.container:before, .hero-banner__container:before, .container .wrap:before, .hero-banner__container .wrap:before, .container:after, .hero-banner__container:after, .container .wrap:after, .hero-banner__container .wrap:after {
  content: '';
  display: table;
}

.container:after, .hero-banner__container:after, .container .wrap:after, .hero-banner__container .wrap:after {
  clear: both;
}

.desktop-only {
  display: none !important;
}

@media screen and (min-width: 980px), print {
  .desktop-only {
    display: block !important;
  }
}

.tablet-only {
  display: none !important;
}

@media screen and (min-width: 768px), print {
  .tablet-only {
    display: block !important;
  }
}

.mobile-only {
  display: none !important;
}

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

@media screen and (min-width: 980px), print {
  .no-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 768px), print {
  .no-tablet {
    display: none !important;
  }
}

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

.column-break {
  margin-bottom: 100vh !important;
}

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

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

.pull-left {
  float: left;
  margin-right: 15px;
}

.pull-right {
  float: right;
  margin-left: 15px;
}

.no-border {
  border-bottom: 0 !important;
  border-top: 0 !important;
}

.grid [class^="col-"], .grid [class*=" col-"] {
  background: #dedede;
  border: 1px solid #9e9e9e;
  text-align: center;
}

[class^="col-"], [class*=" col-"] {
  margin-bottom: 20px;
  padding: 0 20px;
  width: 100%;
}

[class^="col-"]:last-child, [class*=" col-"]:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px), print {
  [class^="col-"], [class*=" col-"] {
    float: left;
    margin-bottom: 0;
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px), print {
  .col-1 {
    width: 8.333333%;
  }
  .col-2 {
    width: 16.666667%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.333333%;
  }
  .col-5 {
    width: 41.666667%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.333333%;
  }
  .col-8 {
    width: 66.666667%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.333333%;
  }
  .col-11 {
    width: 91.666667%;
  }
  .col-12 {
    width: 100%;
  }
  .col-offset-1 {
    margin-left: 8.333333%;
  }
  .col-offset-2 {
    margin-left: 16.666667%;
  }
  .col-offset-3 {
    margin-left: 25%;
  }
  .col-offset-4 {
    margin-left: 33.333333%;
  }
  .col-offset-5 {
    margin-left: 41.666667%;
  }
  .col-offset-6 {
    margin-left: 50%;
  }
  .col-offset-7 {
    margin-left: 58.333333%;
  }
  .col-offset-8 {
    margin-left: 66.666667%;
  }
  .col-offset-9 {
    margin-left: 75%;
  }
  .col-offset-10 {
    margin-left: 83.333333%;
  }
  .col-offset-11 {
    margin-left: 91.666667%;
  }
  .col-offset-12 {
    margin-left: 100%;
  }
}

.container, .hero-banner__container {
  height: 100%;
  margin: auto;
  max-width: 1200px;
  padding: 0 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 980px), print {
  .container, .hero-banner__container {
    padding: 0 15px;
  }
}

.container .wrap, .hero-banner__container .wrap {
  margin: 0 -20px;
  padding: 0;
}

@media screen and (min-width: 768px), print {
  .container .wrap, .hero-banner__container .wrap {
    margin: 0 -15px;
  }
}

/**
 * @file
 * Drupal ignore, remove certain styles for drupal elements.
 */
/**
 * Remove font size on kint.
 */
.kint dl {
  font-size: 13px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Open Sans", sans-serif;
  margin: 0 !important;
  color: #2c3740;
}

h1, h2, h3, h4, h5, h6,
address {
  /* word-break: break-word;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    margin-bottom: 10px;

    a {
        color: inherit;
        font-size: 1em;
    }*/
}

h1 {
  font-size: 26px;
  color: #2c3740;
}

h3 {
  color: #6d7c88;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 18px;
  font-weight: 100;
}

p {
  color: #2c3740;
  line-height: 1.8em;
}

ol {
  margin: auto;
  color: #2c3740;
  line-height: 1.8em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

ul {
  margin: auto;
  color: #2c3740;
  line-height: 1.8em;
}

dl {
  font-size: 1.4em;
}

img {
  display: block;
  height: auto;
  margin: 0 auto 10px;
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  img {
    margin: 0 0 10px;
    width: auto;
  }
}

table {
  background-color: transparent;
  border: 1px solid #9e9e9e;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  width: 100%;
}

table tr:nth-child(even) {
  background: #dedede;
}

table th, table td {
  padding: 5px 10px;
  vertical-align: top;
}

table th {
  background: #858484;
  color: #ffffff;
  font-size: 18px;
  text-align: left;
}

table td {
  font-size: 16px;
}

.backstretch, .hero-banner {
  background-color: #9e9e9e;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.layout-content .wrap {
  padding: 0 20px;
}

@media screen and (min-width: 980px), print {
  .layout-content .wrap {
    padding: 0 15px;
  }
}

.layout-content .region-content {
  padding-bottom: 90px;
}

@media screen and (min-width: 980px), print {
  .layout-content .region-content {
    padding-bottom: 90px;
  }
}

.layout-content .field-content {
  word-break: break-word;
}

.layout-content .views-field-field-chart-body .field-content {
  display: block;
}

.path-frontpage .region {
  padding-bottom: 0;
}

.page-node-type-standard-page .field--name-field-publication-date, .page-node-type-standard-page .field__label, .page-node-type-standard-page article h2 a .field--name-title {
  display: none;
}

.page-node-type-standard-page .region-content {
  padding: 0 0 90px;
}

@media screen and (min-width: 980px), print {
  .page-node-type-standard-page .region-content {
    padding: 0 0 90px !important;
  }
}

.page-node-type-standard-page .field--name-field-download-image img {
  margin-bottom: 20px;
  max-width: 180px;
}

@media (max-width: 767px) {
  .page-node-type-standard-page .field--name-field-download-image img {
    max-width: 180px;
    float: none;
    clear: both;
    margin-right: 0;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

.block-aip-blocks-downloads .file {
  background-image: none;
  padding-left: 0;
  width: 100%;
  margin-bottom: 15px;
}

.block-aip-blocks-downloads .file a {
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #83bd56;
  color: #000000;
  display: block;
  font-weight: 700;
  padding: 20px 55px 20px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  word-break: break-all;
}

.block-aip-blocks-downloads .file a:after {
  content: "\e911";
  bottom: 0;
  font-size: 40px;
  height: 40px;
  margin: auto;
  position: absolute;
  right: 12px;
  top: 0;
}

.block-aip-blocks-downloads .file a:hover {
  background-color: #90c468;
}

article h2 {
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
}

article ol {
  margin: auto;
  color: #2c3740;
  line-height: 1.8em;
  -webkit-padding-start: 40px;
  margin-bottom: 25px;
}

article ul {
  margin: auto;
  color: #2c3740;
  line-height: 1.8em;
  margin-bottom: 25px;
}

article img {
  margin: 20px 0;
}

article table {
  margin: 20px 0;
  clear: both;
}

.field--name-field-button a, .views-field-url a, .button a {
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
  max-width: 230px;
  background: #83bd56;
  color: #000;
  padding: 15px;
  font-weight: bold;
  position: relative;
  line-height: 1.15;
  font-size: 16px;
  margin-bottom: 25px;
  max-width: 300px;
  padding-right: 60px;
}

.field--name-field-button a:after, .views-field-url a:after, .button a:after {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  bottom: 0;
  content: "\e904";
  height: 25px;
  font-size: 25px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
}

.field--name-field-button a:hover, .views-field-url a:hover, .button a:hover {
  background-color: #6aa13f;
}

.field--name-field-button a:hover:after, .views-field-url a:hover:after, .button a:hover:after {
  right: 10px;
}

article ul {
  width: 100%;
  padding-left: 20px;
  margin-left: 50px;
}

article ul li {
  margin-bottom: 15px;
}

article img {
  display: table-cell;
}

article table ul {
  margin-left: 0;
}

article[data-history-node-id="477"] .field--name-field-publication-date, article[data-history-node-id="487"] .field--name-field-publication-date {
  display: none;
}

article[data-history-node-id="477"] .field--name-field-resource-types, article[data-history-node-id="487"] .field--name-field-resource-types {
  float: left !important;
}

.align-left {
  margin-right: 25px;
  margin-bottom: 25px;
  text-align: left !important;
  float: left;
}

.about a {
  margin: 0;
}

.about .about-left {
  float: left;
  width: 30%;
}

.about .about-left .button {
  max-width: 200px;
}

@media (max-width: 1076px) {
  .about .about-left {
    margin-right: 20px;
  }
}

@media (max-width: 724px) {
  .about .about-left {
    width: 100%;
  }
}

.about .about-right {
  float: left;
  width: 70%;
}

@media (max-width: 1076px) {
  .about .about-right {
    width: 67%;
  }
}

.about .about-right p {
  margin: 0;
}

.about .about-right img {
  margin-top: 15px;
  width: 100%;
}

@media (max-width: 724px) {
  .about .about-right img {
    display: none;
  }
}

/*.contentpart {
    border: 1px dotted gray;
    display: table;
}
.contentpart a {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}*/
.header {
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

:not(.path-frontpage) .header {
  min-height: 315px;
}

.header__top {
  background-color: transparent;
  border-top: 2px solid #004863;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.header__top svg path,
.header__top svg rect {
  fill: #00678f;
}

@media screen and (min-width: 768px), print {
  .header__top {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
    border-top: 0;
    height: 68px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .header__top svg path,
  .header__top svg rect {
    fill: #fff;
  }
  .header__top.-sticky {
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
  .header__top.-sticky svg path,
  .header__top.-sticky svg rect {
    fill: #00678f;
  }
}

@media screen and (min-width: 980px), print {
  .header__top {
    height: 92px;
  }
}

.header__btn {
  background: none;
  border: 0;
  bottom: 0;
  height: 40px;
  left: 10px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 15;
}

@media screen and (min-width: 768px), print {
  .header__btn {
    display: none;
  }
}

.header__btn span {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #000000;
  border-radius: 4px;
  display: block;
  height: 4px;
  margin: 4px auto;
  opacity: 1;
  -webkit-transform: rotate(0deg) translate(0, 0);
          transform: rotate(0deg) translate(0, 0);
  width: 28px;
}

.header__btn.-active span {
  opacity: 0;
}

.header__btn.-active span:first-child {
  opacity: 1;
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
          transform: rotate(-45deg) translate(-5px, 6px);
}

.header__btn.-active span:last-child {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
          transform: rotate(45deg) translate(-5px, -6px);
}

.header .region-header-top-left {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 768px), print {
  .header .region-header-top-left {
    background-color: transparent;
    float: left;
  }
}

.header .region-header-top-left p {
  margin: 0;
}

.header .region-header-top-left a {
  display: block;
  margin: auto;
  max-width: 120px;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .header .region-header-top-left a {
    margin: 10px 0 0 10px;
  }
}

@media screen and (min-width: 980px), print {
  .header .region-header-top-left a {
    margin: 20px 0 0 20px;
    max-width: 226px;
  }
}

.header .region-header-top-left svg {
  width: 100%;
}

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

.header .block-search__btn {
  background: url("../svg/search.svg") #ffffff center no-repeat;
  background-size: contain;
  border: 0;
  height: 30px;
  margin: auto;
  padding: 0;
  width: 30px;
}

.header .block-search__btn.-clone {
  bottom: 0;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 10;
}

@media screen and (min-width: 768px), print {
  .header .block-search__btn.-clone {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .header .block-search__btn {
    display: inline-block;
    height: 24px;
    margin-left: 10px;
    position: relative;
    top: 3px;
    width: 24px;
  }
}

@media screen and (min-width: 980px), print {
  .header .block-search__btn {
    margin-left: 20px;
  }
}

.header .block-search {
  display: none;
}

.block-views-exposed-filter-blocksearch-results-exposed {
  display: none;
}

.region-primary-menu {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #ffffff;
  padding: 0 20px;
  position: absolute;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  top: 0;
  width: 100%;
  z-index: 5;
}

@media screen and (min-width: 768px), print {
  .region-primary-menu {
    float: right;
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: auto;
    width: auto;
    z-index: 5;
  }
}

.region-primary-menu.-active {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media screen and (min-width: 768px), print {
  .region-primary-menu .navigation {
    display: inline-block;
    position: relative;
  }
}

@media screen and (min-width: 1200px), print {
  .region-primary-menu .navigation {
    margin-left: 60px;
  }
}

@media screen and (min-width: 768px), print {
  .region-primary-menu .navigation:before {
    border-style: solid;
    border-width: 0 43px 68px 0;
    border-color: transparent #ffffff transparent transparent;
    content: '';
    height: 0;
    left: -63px;
    position: absolute;
    top: 0;
    width: 0;
  }
}

@media screen and (min-width: 980px), print {
  .region-primary-menu .navigation:before {
    border-width: 0 43px 92px 0;
  }
}

@media screen and (min-width: 1200px), print {
  .region-primary-menu .navigation:before {
    left: -123px;
  }
}

.region-primary-menu .navigation:after {
  background-color: #ffffff;
  content: '';
  height: 100%;
  position: absolute;
  right: -200%;
  top: 0;
  width: 200%;
}

.region-primary-menu .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.region-primary-menu .menu li {
  border-bottom: 1px solid #e1e1e1;
  padding-top: 0;
}

@media screen and (min-width: 768px), print {
  .region-primary-menu .menu li {
    border-bottom: 0;
    display: inline-block;
    text-align: right;
  }
}

.region-primary-menu .menu a {
  color: #000;
  padding: 20px 15px;
  display: block;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (min-width: 768px), print {
  .region-primary-menu .menu a {
    -webkit-transition-property: border-bottom;
    transition-property: border-bottom;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    border-bottom: 4px solid #ffffff;
    color: #000000;
    display: block;
    font-weight: 500;
    font-size: 16px;
    padding: 18px 8px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .region-primary-menu .menu a.is-active, .region-primary-menu .menu a:hover {
    border-bottom: 4px solid #83bd56;
  }
}

@media screen and (min-width: 980px), print {
  .region-primary-menu .menu a {
    padding: 30px 15px;
  }
}

.region-primary-menu .menu .social-media__btn {
  margin: 0;
}

.region-primary-menu .menu .social-media__btn:before {
  font-size: 28px;
}

@media screen and (min-width: 768px), print {
  .region-primary-menu .menu .social-media__btn {
    display: none;
  }
}

.region-primary-menu .menu .-linkedin:before {
  content: "\e905";
}

.region-primary-menu .block-block-content {
  border-left: 1px solid #cccccc;
  display: inline-block;
  margin-top: 13px;
  position: relative;
  vertical-align: top;
}

@media screen and (min-width: 980px), print {
  .region-primary-menu .block-block-content {
    margin: 23px;
    margin-right: 10px;
  }
}

#block-homepageheader {
  display: none;
}

@media screen and (min-width: 768px), print {
  #block-homepageheader {
    display: inline-block;
  }
}

.hero-banner__container .block-search {
  position: relative;
}

.hero-banner__container .search-below {
  color: #fff;
  font-size: 36px;
  text-transform: capitalize;
}

.hero-banner__container .form-search {
  width: 100%;
  font-size: 62px;
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  margin-top: 0px;
  font-weight: bold;
}

.hero-banner__container .form-search:focus {
  outline: 0;
}

.hero-banner__container input.js-form-submit {
  float: right;
  position: relative;
  top: -100px;
  background: url("../png/search-white.png") center no-repeat;
  background-size: contain;
  border: 0;
  color: transparent;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 70px;
}

.path-search-results .hero-banner__wrap .field--name-field-title {
  display: none;
}

.path-search-results .form--inline {
  text-align: right;
}

.path-search-results .form--inline .form-text, .path-search-results .form--inline .form-actions {
  display: none;
}

.path-search-results #views-exposed-form-search-results .form-item {
  display: inline-block;
  float: none !important;
  margin: 0 0 20px 20px;
  width: 290px;
}

.path-search-results #views-exposed-form-search-results .form-item label {
  color: #2c3740;
  display: inline-block;
  font-weight: 700;
  margin-right: 15px;
}

.path-search-results #views-exposed-form-search-results .form-item select {
  border: 1px solid #2c3740;
  display: inline-block;
  padding: 14px 20px;
  max-width: 215px;
  width: 100%;
}

.path-search-results .views-label-field-publication-date, .path-search-results .views-label-search-api-excerpt {
  color: #6d7c88;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 18px;
  width: 100%;
  float: left;
}

.path-search-results .view-empty {
  display: none;
}

.path-search-results .views-row {
  margin: 0;
  float: left;
  padding: 25px 0 25px;
  border-top: 1px solid #004863;
  width: 100%;
}

.path-search-results .views-row:last-child {
  border-bottom: 1px solid #004863;
}

.path-search-results .views-row a {
  text-transform: capitalize;
  font-size: 26px;
  color: #2c3740;
  line-height: 1.3em;
  float: left;
  width: 100%;
  clear: both;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 0px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.path-search-results .views-row a:hover {
  color: #00678f;
}

.hero-banner {
  min-height: 315px;
}

.hero-banner__background {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  min-height: 500px;
  position: relative;
}

.hero-banner__background:before, .hero-banner__background:after {
  content: '';
  display: table;
}

.hero-banner__background:after {
  clear: both;
}

:not(.path-frontpage) .hero-banner__background {
  min-height: 315px;
}

.hero-banner__container {
  color: #ffffff;
}

.hero-banner__wrap {
  margin-bottom: 40px;
  margin-top: 130px;
  max-width: 630px;
  width: 100%;
}

@media (max-width: 767px) {
  .hero-banner__wrap {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .hero-banner__wrap {
    max-width: 100%;
  }
}

:not(.path-frontpage) .hero-banner__wrap {
  max-width: 600px;
}

@media (max-width: 767px) {
  :not(.path-frontpage) .hero-banner__wrap {
    max-width: 100%;
  }
}

.hero-banner .field--name-field-title h2 {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .hero-banner .field--name-field-title h2 {
    font-size: 26px;
  }
}

.hero-banner .field--name-field-title h2:after {
  background-color: #83bd56;
  content: '';
  display: block;
  height: 5px;
  margin: 17px 0;
  width: 70px;
}

.hero-banner .field--name-body p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2em;
}

:not(.path-frontpage) .hero-banner .field--name-body {
  font-size: 18px;
}

.hero-banner .field--name-field-call-to-action a {
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
  max-width: 230px;
  background: #83bd56;
  color: #000;
  padding: 15px;
  font-weight: bold;
  position: relative;
  line-height: 1.15;
}

.hero-banner .field--name-field-call-to-action a:after {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  bottom: 0;
  content: "\e904";
  height: 25px;
  font-size: 25px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
}

.hero-banner .field--name-field-call-to-action a:hover {
  background-color: #6aa13f;
}

.hero-banner .field--name-field-call-to-action a:hover:after {
  right: 10px;
}

.member-showcase {
  background: #e9eaea;
  padding: 20px 0 40px;
}

.member-showcase .field--name-field-title {
  display: none;
}

.member-showcase .member-showcase-intro {
  width: 30%;
  float: left;
}

@media (max-width: 915px) {
  .member-showcase .member-showcase-intro {
    width: 100%;
  }
}

.member-showcase .member-showcase-intro h3 {
  color: #2c3740;
  text-transform: uppercase;
  font-weight: bold;
  max-width: 345px;
  float: left;
  font-size: 20px;
  margin-bottom: 25px;
}

.member-showcase .member-showcase-intro P a {
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
  max-width: 230px;
  background: #83bd56;
  color: #000;
  padding: 15px;
  font-weight: bold;
  position: relative;
  line-height: 1.15;
  max-width: 340px;
}

.member-showcase .member-showcase-intro P a:after {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  bottom: 0;
  content: "\e904";
  height: 25px;
  font-size: 25px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
}

.member-showcase .member-showcase-intro P a:hover {
  background-color: #6aa13f;
}

.member-showcase .member-showcase-intro P a:hover:after {
  right: 10px;
}

.member-showcase .member-showcase-logos {
  width: 70%;
  float: left;
}

@media (max-width: 915px) {
  .member-showcase .member-showcase-logos {
    width: 100%;
  }
}

.member-showcase .member-showcase-logos ul {
  padding-top: 20px;
  float: right;
  list-style-type: none;
}

@media (max-width: 915px) {
  .member-showcase .member-showcase-logos ul {
    float: left;
  }
}

@media (max-width: 770px) {
  .member-showcase .member-showcase-logos ul {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
  }
}

.member-showcase .member-showcase-logos ul li {
  display: inline;
}

@media (max-width: 600px) {
  .member-showcase .member-showcase-logos ul li {
    width: 50%;
    float: left;
    margin-bottom: 30px;
  }
}

.member-showcase .member-showcase-logos ul li a {
  margin: 0 30px;
  background: #fff;
  padding: 25px;
  border-radius: 50%;
  border: 1px solid #acacac;
  width: 120px;
  height: 120px;
  text-align: center;
  float: left;
  position: relative;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}

@media (max-width: 1133px) {
  .member-showcase .member-showcase-logos ul li a {
    margin: 0 20px;
  }
}

@media (max-width: 1020px) {
  .member-showcase .member-showcase-logos ul li a {
    margin: 0 10px;
  }
}

.member-showcase .member-showcase-logos ul li a img {
  display: inline;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 770px) {
  .member-showcase .member-showcase-logos ul li a img {
    width: auto;
  }
}

.member-showcase .member-showcase-logos ul li a:hover {
  opacity: 0.8;
}

.home-pricing {
  padding-top: 60px;
  padding-bottom: 50px;
}

.home-pricing p {
  padding-bottom: 20px;
}

.home-pricing .region-home-pricing-left h2 {
  font-size: 18px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  color: #6d7c88;
  text-transform: uppercase;
}

.home-pricing .region-home-pricing-left h2:after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0%;
  width: 40px;
  height: 2px;
}

.home-pricing .region-home-pricing-left h2:after {
  background: #00678f;
}

.home-pricing .region-home-pricing-left h3 {
  font-size: 32px;
  color: #2c3740;
  line-height: 1.3em;
  font-weight: bold;
}

@media (max-width: 880px) {
  .home-pricing .region-home-pricing-left h3 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .home-pricing .region-home-pricing-left h3 {
    font-size: 32px;
  }
}

.home-pricing .region-home-pricing-left p {
  color: #60707d;
  line-height: 1.8em;
}

.home-pricing .region-home-pricing-left a {
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
  max-width: 230px;
  background: #83bd56;
  color: #000;
  padding: 15px;
  font-weight: bold;
  position: relative;
  line-height: 1.15;
}

.home-pricing .region-home-pricing-left a:after {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  bottom: 0;
  content: "\e904";
  height: 25px;
  font-size: 25px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
}

.home-pricing .region-home-pricing-left a:hover {
  background-color: #6aa13f;
}

.home-pricing .region-home-pricing-left a:hover:after {
  right: 10px;
}

.home-pricing .home-pricing-block, .home-pricing .home-pricing-block-right {
  width: 48%;
  padding: 0 15px;
  float: left;
  border: 1px solid #d4dee5;
  margin-right: 27px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.15);
  line-height: 1.4em;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  min-height: 180px;
  text-decoration: none;
}

@media (max-width: 1103px) {
  .home-pricing .home-pricing-block, .home-pricing .home-pricing-block-right {
    margin-right: 15px;
  }
}

@media (max-width: 1095px) {
  .home-pricing .home-pricing-block, .home-pricing .home-pricing-block-right {
    min-height: 200px;
  }
}

@media (max-width: 1026px) {
  .home-pricing .home-pricing-block, .home-pricing .home-pricing-block-right {
    min-height: 280px;
  }
}

@media (max-width: 988px) {
  .home-pricing .home-pricing-block, .home-pricing .home-pricing-block-right {
    min-height: 280px;
  }
}

@media (max-width: 927px) {
  .home-pricing .home-pricing-block, .home-pricing .home-pricing-block-right {
    min-height: 330px;
  }
}

@media (max-width: 860px) {
  .home-pricing .home-pricing-block, .home-pricing .home-pricing-block-right {
    min-height: 360px;
  }
}

@media (max-width: 790px) {
  .home-pricing .home-pricing-block, .home-pricing .home-pricing-block-right {
    min-height: 390px;
  }
}

@media (max-width: 768px) {
  .home-pricing .home-pricing-block, .home-pricing .home-pricing-block-right {
    width: 100%;
    min-height: 100px;
    padding-bottom: 20px;
  }
}

.home-pricing .home-pricing-block h4, .home-pricing .home-pricing-block-right h4 {
  -webkit-margin-before: 1.33em;
  -webkit-margin-after: 0.5em;
  margin-bottom: 0;
}

.home-pricing .home-pricing-block a, .home-pricing .home-pricing-block-right a {
  text-decoration: none;
}

.home-pricing .home-pricing-block p, .home-pricing .home-pricing-block-right p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  padding: 0;
  margin-top: 10px;
}

.home-pricing .home-pricing-block .pricing-icon, .home-pricing .home-pricing-block-right .pricing-icon {
  height: 70px;
  width: 70px;
  float: left;
  clear: both;
  border-radius: 50%;
  background: #e7e8e8;
  margin: 55px 15px 35px 0;
  text-align: center;
}

@media (max-width: 1103px) {
  .home-pricing .home-pricing-block .pricing-icon, .home-pricing .home-pricing-block-right .pricing-icon {
    margin-bottom: 100px;
  }
}

@media (max-width: 988px) {
  .home-pricing .home-pricing-block .pricing-icon, .home-pricing .home-pricing-block-right .pricing-icon {
    margin-bottom: 160px;
  }
}

@media (max-width: 927px) {
  .home-pricing .home-pricing-block .pricing-icon, .home-pricing .home-pricing-block-right .pricing-icon {
    margin-bottom: 220px;
  }
}

@media (max-width: 885px) {
  .home-pricing .home-pricing-block .pricing-icon, .home-pricing .home-pricing-block-right .pricing-icon {
    margin-bottom: 260px;
  }
}

@media (max-width: 860px) {
  .home-pricing .home-pricing-block .pricing-icon, .home-pricing .home-pricing-block-right .pricing-icon {
    margin-bottom: 300px;
  }
}

@media (max-width: 767px) {
  .home-pricing .home-pricing-block .pricing-icon, .home-pricing .home-pricing-block-right .pricing-icon {
    margin: 30px 15px 30px 0;
  }
}

@media (max-width: 500px) {
  .home-pricing .home-pricing-block .pricing-icon, .home-pricing .home-pricing-block-right .pricing-icon {
    float: right;
  }
}

.home-pricing .home-pricing-block .pricing-icon span, .home-pricing .home-pricing-block-right .pricing-icon span {
  font-size: 46px;
  line-height: 65px;
  color: #00678f;
}

.home-pricing .home-pricing-block .pricing-icon img, .home-pricing .home-pricing-block-right .pricing-icon img {
  margin: 0 auto;
  padding-top: 12px;
  width: auto;
}

.home-pricing .home-pricing-block:hover, .home-pricing .home-pricing-block-right:hover {
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.35);
}

.home-pricing .home-pricing-block-right {
  margin-right: 0;
}

.home-pricing .tgp {
  border: 1px solid #00678f;
}

.home-pricing .tgp .pricing-icon {
  background: #83bd56;
}

.home-pricing .tgp .pricing-icon span {
  color: #fff;
  font-size: 50px;
  line-height: 65px;
}

.home-pricing .petrol-prices {
  border: 1px solid #00678f;
  margin-right: 0px;
}

.home-pricing .petrol-prices .pricing-icon {
  background: #00678f;
}

.home-pricing .petrol-prices .pricing-icon span {
  color: #fff;
  font-size: 40px;
}

.home-pricing .pump-prices {
  border: 1px solid #00678f;
}

.home-pricing .pump-prices .pricing-icon {
  background: #8bbbd2;
}

.home-pricing .pump-prices .pricing-icon span {
  color: #fff;
}

.home-resources {
  background: url("../jpg/bg-resources.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 70px;
  color: #fff;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .home-resources {
    background: url("../jpg/bg-resources-mobile.jpg") no-repeat center center;
    background-size: cover;
  }
}

.home-resources .col-6 {
  width: 100%;
}

.home-resources p {
  padding-bottom: 0px;
  line-height: 1.8em;
}

.home-resources #block-homepageresourcesleft {
  width: 50%;
  float: left;
  color: #fff;
}

@media (max-width: 767px) {
  .home-resources #block-homepageresourcesleft {
    width: 100%;
  }
}

.home-resources #block-homepageresourcesleft h2 {
  font-size: 18px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.home-resources #block-homepageresourcesleft h2:after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0%;
  width: 40px;
  height: 2px;
}

.home-resources #block-homepageresourcesleft h2:after {
  background: #fff;
}

.home-resources #block-homepageresourcesleft h3 {
  font-size: 32px;
  color: #fff;
  line-height: 1.3em;
  font-weight: bold;
}

.home-resources #block-homepageresourcesleft p {
  color: #ffffff;
}

.home-resources #block-homepageresourcesleft .button-wrap {
  width: 50%;
  float: left;
}

@media (max-width: 1090px) {
  .home-resources #block-homepageresourcesleft .button-wrap {
    width: 47%;
    margin-right: 15px;
  }
}

@media (max-width: 768px) {
  .home-resources #block-homepageresourcesleft .button-wrap {
    width: 100%;
  }
}

.home-resources #block-homepageresourcesleft a {
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
  max-width: 230px;
  background: #83bd56;
  color: #000;
  padding: 15px;
  font-weight: bold;
  position: relative;
  line-height: 1.15;
  max-width: 250px !important;
}

.home-resources #block-homepageresourcesleft a:after {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  bottom: 0;
  content: "\e904";
  height: 25px;
  font-size: 25px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
}

.home-resources #block-homepageresourcesleft a:hover {
  background-color: #6aa13f;
}

.home-resources #block-homepageresourcesleft a:hover:after {
  right: 10px;
}

.home-resources #block-homepageresourcesright {
  color: #60707d;
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .home-resources #block-homepageresourcesright {
    width: 100%;
  }
}

.home-resources #block-homepageresourcesright .field--type-text-with-summary {
  padding-left: 20px;
}

@media (max-width: 605px) {
  .home-resources #block-homepageresourcesright p {
    width: 100%;
    float: left;
  }
}

.home-resources #block-homepageresourcesright h3 {
  color: #2c3740;
  font-weight: bold;
  padding-top: 20px;
}

.home-resources #block-homepageresourcesright img {
  margin-right: 30px;
  margin-bottom: 50px;
  margin-top: 25px;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.home-resources #block-homepageresourcesright img:hover {
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.35);
}

@media (max-width: 767px) {
  .home-resources #block-homepageresourcesright img {
    max-width: 180px;
    float: none;
    clear: both;
    margin-right: 0;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

.home-resources #block-homepageresourcesright img .align-left {
  text-align: center !important;
}

.home-resources #block-homepageresourcesright a {
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
  max-width: 230px;
  background: #83bd56;
  color: #000;
  padding: 15px;
  font-weight: bold;
  position: relative;
  line-height: 1.15;
}

.home-resources #block-homepageresourcesright a:after {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  bottom: 0;
  content: "\e904";
  height: 25px;
  font-size: 25px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
}

.home-resources #block-homepageresourcesright a:hover {
  background-color: #6aa13f;
}

.home-resources #block-homepageresourcesright a:hover:after {
  right: 10px;
}

#block-homepagebottomfeatureblock {
  display: none;
}

#block-aipprogramsheader {
  margin-top: 60px;
  margin-bottom: 50px;
}

#block-aipprogramsheader h2 {
  font-size: 18px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  color: #6d7c88;
  text-transform: uppercase;
  float: left;
  width: 50%;
  clear: both;
}

#block-aipprogramsheader h2:after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0%;
  width: 40px;
  height: 2px;
}

#block-aipprogramsheader h2:after {
  background: #00678f;
}

#block-aipprogramsheader h3 {
  font-size: 32px;
  color: #2c3740;
  line-height: 1.3em;
  float: left;
  width: 50%;
  clear: both;
  font-weight: bold;
  margin: 0px;
}

@media (max-width: 550px) {
  #block-aipprogramsheader h3 {
    width: 100%;
  }
}

#block-aipprogramsheader p {
  color: #60707d;
  line-height: 1.8em;
}

#block-aipprogramsheader .views-field-url a, #block-aipprogramsheader .field--type-text-with-summary a {
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
  max-width: 230px;
  background: #83bd56;
  color: #000;
  padding: 15px;
  font-weight: bold;
  position: relative;
  line-height: 1.15;
  float: right;
}

#block-aipprogramsheader .views-field-url a:after, #block-aipprogramsheader .field--type-text-with-summary a:after {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  bottom: 0;
  content: "\e904";
  height: 25px;
  font-size: 25px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
}

#block-aipprogramsheader .views-field-url a:hover, #block-aipprogramsheader .field--type-text-with-summary a:hover {
  background-color: #6aa13f;
}

#block-aipprogramsheader .views-field-url a:hover:after, #block-aipprogramsheader .field--type-text-with-summary a:hover:after {
  right: 10px;
}

@media (max-width: 550px) {
  #block-aipprogramsheader .views-field-url a, #block-aipprogramsheader .field--type-text-with-summary a {
    float: left;
    margin-top: 20px;
  }
}

.view-aip-programs .views-row {
  margin-bottom: 45px;
  width: 30%;
  float: left;
  margin-right: 50px;
}

@media (max-width: 1024px) {
  .view-aip-programs .views-row {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .view-aip-programs .views-row {
    width: 100%;
  }
}

.view-aip-programs .views-row:last-child {
  margin-right: 0;
  clear: right;
}

.view-aip-programs .views-row img {
  width: 350px;
  height: 180px;
  border: 1px solid #939598;
  margin: 0 0 20px 0;
}

@media (max-width: 1024px) {
  .view-aip-programs .views-row img {
    height: auto;
  }
}

.view-aip-programs .views-row .views-field-field-publication-date {
  color: #6d7c88;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 18px;
}

.view-aip-programs .views-row .views-field-title a {
  color: #2c3740;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.view-aip-programs .views-row .views-field-title a:hover {
  color: #00678f;
}

.view-aip-programs .views-row p {
  color: #60707d;
}

.block-facet-blockfuel-category {
  border: 1px solid #83bd56;
  margin-bottom: 40px;
  margin-top: 40px;
}

.block-facet-blockfuel-category h2 {
  text-transform: capitalize;
}

.block-facet-blockresource-types {
  border: 1px solid #83bd56;
  margin-bottom: 40px;
  margin-top: 0px;
}

.block-facet-blockresource-types h2 {
  text-transform: capitalize;
}

.block-facet-blockdata-type {
  padding: 0px 20px 20px 20px;
  margin-bottom: 40px;
  border: 1px solid #8bbbd2;
  text-transform: capitalize;
}

.block-facet-blockdata-type h2:before {
  content: '';
  background: url("../png/pricing-datatype.png") center no-repeat;
  background-size: contain;
  border: 0;
  color: transparent;
  display: inline-block;
  height: 50px;
  width: 50px;
  position: relative;
  top: 15px;
  margin-right: 10px;
}

.quick-links {
  border: 1px solid #00678f;
  padding: 0px 20px 20px 20px;
  margin-bottom: 40px;
  float: left;
  width: 100%;
}

@media (max-width: 800px) {
  .quick-links {
    padding: 0 10px 10px 10px;
  }
}

@media (max-width: 767px) {
  .quick-links {
    padding: 0 20px 20px 20px;
  }
}

.quick-links h2:before {
  content: '';
  background: url("../png/quick-links.png") center no-repeat;
  background-size: contain;
  border: 0;
  color: transparent;
  display: inline-block;
  height: 50px;
  width: 50px;
  position: relative;
  top: 15px;
  margin-right: 10px;
}

.quick-links a {
  text-decoration: none;
  color: #8998a4;
  padding-left: 20px;
}

.quick-links a:hover {
  color: #00678f;
}

.block-facet-blockresource-types {
  padding: 0px 20px 20px 20px;
}

.block-facet-blockresource-types h2:before {
  content: '';
  background: url("../png/resource-type.png") center no-repeat;
  background-size: contain;
  border: 0;
  color: transparent;
  display: inline-block;
  height: 50px;
  width: 50px;
  position: relative;
  top: 15px;
  margin-right: 10px;
}

.block-facet-blockfuel-category {
  padding: 0px 20px 20px 20px;
}

.block-facet-blockfuel-category h2:before {
  content: '';
  background: url("../png/pricing-category.png") center no-repeat;
  background-size: contain;
  border: 0;
  color: transparent;
  display: inline-block;
  height: 50px;
  width: 50px;
  position: relative;
  top: 15px;
  margin-right: 10px;
}

.block-facet-blockfuel-type {
  border: 1px solid #00678f;
  padding: 0px 20px 20px 20px;
  margin-bottom: 40px;
}

.block-facet-blockfuel-type h2:before {
  content: '';
  background: url("../png/pricing-fueltype.png") center no-repeat;
  background-size: contain;
  border: 0;
  color: transparent;
  display: inline-block;
  height: 50px;
  width: 50px;
  position: relative;
  top: 15px;
  margin-right: 10px;
}

.block-facet-blockfuel-location {
  border: 1px solid #8bbbd2;
  padding: 0px 20px 20px 20px;
  margin-bottom: 40px;
}

.block-facet-blockfuel-location h2:before {
  content: '';
  background: url("../png/pricing-location.png") center no-repeat;
  background-size: contain;
  border: 0;
  color: transparent;
  display: inline-block;
  height: 50px;
  width: 50px;
  position: relative;
  top: 15px;
  margin-right: 10px;
}

.block-facet-blockresource-categories {
  border: 1px solid #00678f;
  padding: 0px 20px 20px 20px;
  margin-bottom: 40px;
}

.block-facet-blockresource-categories h2:before {
  content: '';
  background: url("../png/resources-categories.png") center no-repeat;
  background-size: contain;
  border: 0;
  color: transparent;
  display: inline-block;
  height: 50px;
  width: 50px;
  position: relative;
  top: 15px;
  margin-right: 10px;
}

.accordion-toggle {
  display: none;
}

.sticky-view-fields {
  background: #d5e7f0;
  float: left;
  padding: 20px;
  margin-bottom: 30px;
  width: 100%;
}

.path-pricing h1, .path-pricing .resource-date {
  display: none;
}

.path-pricing .field-content a {
  word-break: initial;
}

.path-pricing #block-aipprogramsheader {
  margin: 0;
}

.path-pricing .region-content {
  width: 60%;
  float: left;
}

@media (max-width: 767px) {
  .path-pricing .region-content {
    width: 100%;
  }
}

.path-pricing .region-content .highcharts-container {
  border: 1px solid #bfbfc7;
  margin: 30px 0 10px;
  width: 100%;
}

@media (max-width: 767px) {
  .path-pricing .region-content .highcharts-container {
    max-height: 350px;
  }
}

.path-pricing .region-content .fuel-chart-multiple, .path-pricing .region-content .fuel-chart {
  width: 100%;
}

.path-pricing .region-content .view-aip-pricing h3 {
  display: none;
}

.path-pricing .region-content .view-aip-pricing .views-field-node-title a {
  font-size: 26px;
  color: #2c3740;
  line-height: 1.3em;
  float: left;
  width: 100%;
  clear: both;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.path-pricing .region-content .view-aip-pricing .views-field-node-title a:hover {
  color: #00678f;
}

.path-pricing .region-content .views-field-field-publication-date, .path-pricing .region-content .views-field-nothing {
  float: left;
  width: 50%;
  margin-bottom: 0px;
}

.path-pricing .region-content .views-label-field-publication-date, .path-pricing .region-content .views-label-nothing, .path-pricing .region-content .views-label-field-body, .path-pricing .region-content .views-label-field-chart-body {
  color: #6d7c88;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 18px;
  width: 100%;
  float: left;
}

.path-pricing .region-content .views-label-field-publication-date .field-content, .path-pricing .region-content .views-label-nothing .field-content, .path-pricing .region-content .views-label-field-body .field-content, .path-pricing .region-content .views-label-field-chart-body .field-content {
  width: 100%;
}

.path-pricing .form--inline .form-item {
  float: left;
  margin-bottom: 0em;
}

.path-pricing .form--inline .form-item-search {
  width: 100%;
  font-size: 28px;
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  margin-top: 0px;
  font-weight: bold;
}

.path-pricing .form--inline .form-item-search input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-weight: 200;
  padding-top: 10px;
}

.path-pricing .form--inline .form-item-search input:focus {
  outline: 0;
}

.path-pricing .form--inline .form-actions {
  margin-top: 0em;
  margin-bottom: 0em;
}

.path-pricing .form--inline input.js-form-submit {
  float: right;
  position: relative;
  background: url("../svg/search.svg") center no-repeat;
  background-size: contain;
  border: 0;
  color: transparent;
  display: inline-block;
  height: 37px;
  top: -48px;
  right: 10px;
  padding: 0;
  z-index: 5;
  width: 37px;
  margin-bottom: -100px;
}

.path-resources h1, .path-pricing h1 {
  display: none;
}

.path-resources #block-aipprogramsheader, .path-pricing #block-aipprogramsheader {
  margin: 0;
}

.path-resources .views-row, .path-pricing .views-row {
  padding-bottom: 20px;
  border-bottom: 1px solid #004863;
  margin-bottom: 40px;
  float: left;
  width: 100%;
}

.path-resources .view-filters, .path-pricing .view-filters {
  padding-bottom: 30px;
}

.path-resources .region-content, .path-pricing .region-content {
  width: 60%;
  float: left;
}

@media (max-width: 767px) {
  .path-resources .region-content, .path-pricing .region-content {
    width: 100%;
  }
}

.path-resources .region-content .view-grouping-header, .path-pricing .region-content .view-grouping-header {
  color: #6d7c88;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 18px;
  font-weight: 100;
  font-size: 1.17em;
}

.path-resources .region-content .field-content, .path-pricing .region-content .field-content {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .path-resources .region-content .image_wrap, .path-pricing .region-content .image_wrap {
    margin-right: 20px;
  }
}

.path-resources .region-content .image_wrap img, .path-pricing .region-content .image_wrap img {
  float: left;
  width: 200px;
  margin-right: 20px;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .path-resources .region-content .image_wrap img, .path-pricing .region-content .image_wrap img {
    width: 100%;
  }
}

.path-resources .region-content .text_wrap, .path-pricing .region-content .text_wrap {
  float: left;
  width: 100%;
  padding-left: 20px;
}

@media (max-width: 480px) {
  .path-resources .region-content .text_wrap, .path-pricing .region-content .text_wrap {
    padding-left: 0px;
  }
}

.path-resources .region-content .text_wrap .resource-title a, .path-pricing .region-content .text_wrap .resource-title a {
  font-size: 26px;
  color: #2c3740;
  line-height: 1.3em;
  float: left;
  width: 100%;
  clear: both;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.path-resources .region-content .text_wrap .resource-title a:hover, .path-pricing .region-content .text_wrap .resource-title a:hover {
  color: #00678f;
}

.path-resources .region-content .text_wrap .resource-date p, .path-resources .region-content .text_wrap .resource-tags p, .path-resources .region-content .text_wrap .resource-body p, .path-pricing .region-content .text_wrap .resource-date p, .path-pricing .region-content .text_wrap .resource-tags p, .path-pricing .region-content .text_wrap .resource-body p {
  color: #6d7c88;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 18px;
  width: 100%;
  float: left;
  margin-bottom: 5px;
}

.layout-sidebar-left {
  float: left;
  width: 30%;
  margin-right: 70px;
}

@media (max-width: 800px) {
  .layout-sidebar-left {
    width: 33%;
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .layout-sidebar-left {
    width: 100%;
  }
}

.layout-sidebar-left h2 {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d8dbdb;
  color: #2c3740;
}

@media (max-width: 800px) {
  .layout-sidebar-left h2 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .layout-sidebar-left h2 {
    font-size: 22px;
  }
}

.layout-sidebar-left h2:after {
  border: none;
}

.layout-sidebar-left label[for="facet_fuel_location-13"] {
  padding-bottom: 20px;
}

.layout-sidebar-left [type="checkbox"]:checked,
.layout-sidebar-left [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.layout-sidebar-left [type="checkbox"]:checked + label,
.layout-sidebar-left [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 30px;
  display: inline-block;
  color: #8998a4;
}

.layout-sidebar-left [type="checkbox"]:checked + label:before,
.layout-sidebar-left [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #83bd56;
  background: #fff;
}

.layout-sidebar-left [type="checkbox"]:checked + label:before,
.layout-sidebar-left [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #eceeee;
  background: #fff;
}

.layout-sidebar-left [type="checkbox"]:checked + label:after,
.layout-sidebar-left [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #83bd56;
  border: 1px solid #83bd56;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.layout-sidebar-left [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.layout-sidebar-left [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.layout-sidebar-left label span {
  position: relative;
  top: -5px;
}

.layout-sidebar-left .tooltip {
  position: relative;
  display: inline-block;
}

.layout-sidebar-left .tooltip .tooltiptext {
  visibility: hidden;
  width: 280px;
  background-color: #83bd56;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  height: 70px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  top: -75px;
  margin-left: -60px;
  display: block;
  /* Fade in tooltip */
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.layout-sidebar-left .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #83bd56 transparent transparent transparent;
}

.layout-sidebar-left .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.layout-sidebar-left ul {
  margin: 0;
  padding: 0;
}

.layout-sidebar-left ul li {
  list-style-type: none;
}

.layout-sidebar-left ul li label {
  padding-bottom: 10px;
}

.layout-sidebar-left ul li ul {
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.layout-sidebar-left ul li ul li label {
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .accordion {
    border-bottom: 1px solid #004863;
    border-top: 1px solid #004863;
    padding: 20px 0;
    margin-bottom: 30px;
  }
  .accordion-toggle {
    display: block;
  }
  .accordion-toggle h3 {
    border: 1px solid #8bbbd2;
    padding: 10px 10px;
    font-weight: bold;
    color: #000;
    margin: 0;
    margin-top: 0;
  }
  .accordion-toggle .icon-chevron-up {
    float: right;
    font-size: 30px;
    position: relative;
    top: 8px;
    right: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .accordion-toggle .rotate-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .accordion-content {
    display: none;
  }
  .accordion-content.default {
    display: block;
  }
}

.path-taxonomy .views-row {
  padding: 5px 10px 20px;
}

.path-taxonomy .views-row:nth-child(odd) {
  background: #dedede;
}

.path-taxonomy .field--name-title {
  font-size: 20px;
}

.path-taxonomy .node-readmore {
  padding: 0;
}

.path-taxonomy .feed-icons {
  display: none;
}

.accordion-quick-links {
  width: 100%;
  float: left;
}

.accordion-toggle-quick-links, .accordion-toggle-quick-links-diesel {
  display: block;
  width: 100%;
  float: left;
  position: relative;
}

.accordion-toggle-quick-links .icon-chevron-up, .accordion-toggle-quick-links-diesel .icon-chevron-up {
  font-size: 30px;
  position: absolute;
  top: 16px;
  right: 12px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion-toggle-quick-links .rotate-icon, .accordion-toggle-quick-links-diesel .rotate-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-toggle-quick-links .rotate-icon-petrol, .accordion-toggle-quick-links-diesel .rotate-icon-petrol {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-toggle-quick-links .rotate-icon-diesel, .accordion-toggle-quick-links-diesel .rotate-icon-diesel {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-quick-links-content, .accordion-quick-links-content-diesel {
  display: none;
}

.accordion-quick-links-content.default, .accordion-quick-links-content-diesel.default {
  display: block;
  width: 100%;
}

.page-node-type-resources-page #block-aipdownloadsblock div {
  background: #d5e7f0;
  padding: 28px;
  margin-bottom: 30px;
}

.page-node-type-resources-page #block-aipdownloadsblock div .field--name-field-download-image, .page-node-type-resources-page #block-aipdownloadsblock div .field--name-field-download-file {
  margin: 0;
  padding: 0;
}

.page-node-type-resources-page #block-aipdownloadsblock div img {
  margin-bottom: 20px;
  max-width: 200px;
}

@media (max-width: 768px) {
  .page-node-type-resources-page #block-aipdownloadsblock div img {
    max-width: 180px;
    float: none;
    clear: both;
    margin-right: 0;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

.page-node-type-resources-page #block-aipdownloadsblock div .views-field-field-download-title {
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-node-type-resources-page .region-content {
  width: 60%;
  float: left;
}

@media (max-width: 767px) {
  .page-node-type-resources-page .region-content {
    width: 100%;
    margin-top: 30px;
  }
}

.page-node-type-resources-page .region-content .block-system-main-block h2 a {
  display: none;
}

.page-node-type-resources-page .region-content .field--name-field-publication-date, .page-node-type-resources-page .region-content .views-field-nothing, .page-node-type-resources-page .region-content .field--name-field-resource-categories {
  float: left;
  width: 50%;
  margin-bottom: 0px;
  margin-top: 30px;
}

.page-node-type-resources-page .region-content .field--name-field-publication-date .field__label, .page-node-type-resources-page .region-content .views-field-nothing .field__label, .page-node-type-resources-page .region-content .field--name-field-resource-categories .field__label {
  font-weight: 400;
  color: #6d7c88;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 18px;
}

.page-node-type-resources-page .region-content .field--type-text-with-summary .field__label {
  font-weight: 400;
  color: #6d7c88;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 18px;
}

.page-node-type-resources-page .region-content .field--name-field-resource-types {
  float: right;
  width: 50%;
  clear: left;
}

.page-node-type-resources-page .region-content .field--name-field-resource-categories, .page-node-type-resources-page .region-content .field--name-field-resource-types {
  padding-bottom: 20px;
}

.page-node-type-resources-page .region-content .field--name-field-resource-categories .field__item, .page-node-type-resources-page .region-content .field--name-field-resource-types .field__item {
  display: inline;
}

.page-node-type-resources-page .region-content .field--name-field-resource-categories .field__label, .page-node-type-resources-page .region-content .field--name-field-resource-types .field__label {
  font-weight: 400;
  color: #6d7c88;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 18px;
}

.page-node-type-resources-page .region-content .field--name-field-body {
  width: 100%;
  float: left;
}

.page-node-type-resources-page .region-content .views-label-field-publication-date, .page-node-type-resources-page .region-content .views-label-nothing, .page-node-type-resources-page .region-content .views-label-field-body, .page-node-type-resources-page .region-content .views-label-field-chart-body {
  color: #6d7c88;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 18px;
  width: 100%;
  float: left;
}

.page-node-type-resources-page .region-content .views-label-field-publication-date .field-content, .page-node-type-resources-page .region-content .views-label-nothing .field-content, .page-node-type-resources-page .region-content .views-label-field-body .field-content, .page-node-type-resources-page .region-content .views-label-field-chart-body .field-content {
  width: 100%;
}

.page-node-type-resources-page .region-content .field--name-field-download-image, .page-node-type-resources-page .region-content .field--name-field-download-title, .page-node-type-resources-page .region-content .field--name-field-download-body p, .page-node-type-resources-page .region-content .field--type-file {
  display: none;
}

.page-node-type-resources-page .region-content .node--type-resources-page .field--name-title {
  display: none;
}

.view-aip-resources .js .js-hide {
  display: block !important;
}

.view-aip-resources .views-exposed-form {
  width: 100%;
}

.view-aip-resources .form-type-select {
  display: inline-block;
  float: left;
  margin: 0px 0 0px 10px;
  width: 290px;
  position: relative;
  top: 20px;
  text-align: right;
}

@media (max-width: 767px) {
  .view-aip-resources .form-type-select {
    width: 80%;
    text-align: left;
    margin-bottom: 30px;
    margin-left: 0px;
  }
}

.view-aip-resources .form-type-select label {
  color: #2c3740;
  display: inline-block;
  font-weight: 700;
  margin-right: 15px;
}

.view-aip-resources .form-type-select select {
  border: 1px solid #2c3740;
  display: inline-block;
  padding: 14px 20px;
  max-width: 215px;
  width: 100%;
}

.view-aip-resources .form-item-search {
  float: left;
  font-size: 28px;
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  margin-top: 0px;
  font-weight: bold;
  text-align: left;
  width: 40%;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: bold;
}

@media (max-width: 1120px) {
  .view-aip-resources .form-item-search {
    width: 100%;
  }
}

.view-aip-resources .form-item-search input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-weight: 200;
  padding-top: 10px;
}

.view-aip-resources .form-item-search input:focus {
  outline: 0;
}

.view-aip-resources .form-item-search input:after {
  position: absolute;
  font-size: 60px;
  background: url("../svg/search.svg") center no-repeat;
  background-size: contain;
  border: 0;
  color: transparent;
  display: inline-block;
  height: 37px;
  padding: 0;
  z-index: 5;
  width: 37px;
}

@media (max-width: 767px) {
  .view-aip-resources .form-item-search input:after {
    right: 20px;
  }
}

.view-aip-resources .form-actions {
  margin-top: 20px;
  margin-bottom: 0em;
  position: relative;
  float: left;
  clear: none;
  color: #000;
}

.view-aip-resources .form-actions input.js-form-submit {
  float: left;
  border: 0;
  padding: 16px 10px;
  margin-left: 15px;
  background: #83bd56;
  font-weight: bold;
  font-size: 16px;
  display: block !important;
}

.view-aip-resources .form-actions input.js-form-submit:hover {
  background-color: #6aa13f;
}

@media (max-width: 767px) {
  .view-aip-resources .form-actions input.js-form-submit {
    right: 20px;
  }
}

@media (max-width: 400px) {
  .view-aip-resources .form-actions input.js-form-submit {
    margin-left: 0px;
    padding: 16px 20px;
  }
}

.facts-prices-table td:first-child {
  width: 80%;
}

.page-node-type-pricing-page h1.page-title {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.page-node-type-pricing-page h2 a {
  display: none;
}

.page-node-type-pricing-page .field--name-field-table-body {
  width: 100%;
  float: left;
}

.page-node-type-pricing-page aside {
  background: #d5e7f0;
  padding: 28px;
}

.page-node-type-pricing-page aside img {
  margin-bottom: 20px;
  max-width: 200px;
}

@media (max-width: 767px) {
  .page-node-type-pricing-page aside img {
    max-width: 180px;
    float: none;
    clear: both;
    margin-right: 0;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

.page-node-type-pricing-page aside .views-field-field-download-title {
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-node-type-pricing-page .region-content {
  width: 60%;
  float: left;
}

@media (max-width: 767px) {
  .page-node-type-pricing-page .region-content {
    width: 100%;
  }
}

.page-node-type-pricing-page .region-content .field__label {
  color: #6d7c88;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 18px;
  font-weight: 400;
}

.page-node-type-pricing-page .region-content .field--name-field-publication-date {
  display: none;
}

.page-node-type-pricing-page .region-content .field--name-field-fuel-category, .page-node-type-pricing-page .region-content .field--name-field-fuel-type, .page-node-type-pricing-page .region-content .field--name-field-fuel-location {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px), print {
  .page-node-type-pricing-page .region-content .field--name-field-fuel-category, .page-node-type-pricing-page .region-content .field--name-field-fuel-type, .page-node-type-pricing-page .region-content .field--name-field-fuel-location {
    float: left;
    width: 20%;
  }
}

@media screen and (min-width: 768px), print {
  .page-node-type-pricing-page .region-content .field--name-field-resource-types {
    float: right;
    width: 25%;
  }
}

.page-node-type-pricing-page .region-content .field--name-field-resource-categories, .page-node-type-pricing-page .region-content .field--name-field-resource-types {
  padding-bottom: 20px;
}

.page-node-type-pricing-page .region-content .field--name-field-resource-categories .field__item, .page-node-type-pricing-page .region-content .field--name-field-resource-types .field__item {
  display: inline;
}

.page-node-type-pricing-page .region-content .field--name-field-body {
  width: 100%;
  float: left;
}

.page-node-type-pricing-page .region-content .field--name-field-chart-body {
  color: #6d7c88;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 18px;
  width: 100%;
  float: left;
}

.page-node-type-pricing-page .region-content .field--name-field-chart-body .field-content {
  width: 100%;
}

.page-node-type-pricing-page .region-content .retail-price-links {
  border: 1px solid #00678f;
  margin-bottom: 25px;
  padding: 2px 15px 0;
  float: left;
  width: 100%;
  background: #d5e7f0;
}

.page-node-type-pricing-page .region-content .retail-price-links h3 {
  color: #000;
  font-weight: bold;
}

.page-node-type-pricing-page .region-content .retail-price-links ul {
  list-style-type: none;
  -webkit-padding-start: 0px;
  margin-bottom: 20px;
  margin-left: 0px !important;
}

.page-node-type-pricing-page .region-content .retail-price-links ul li {
  display: inline;
  padding-right: 40px;
}

.page-node-type-pricing-page .region-content .retail-price-links ul li a {
  text-decoration: none;
  font-weight: bold;
}

.page-node-type-pricing-page .region-content .retail-price-links ul li a:hover {
  text-decoration: underline;
}

.highcharts-contextmenu {
  background: #fff;
  position: relative;
  z-index: 20;
}

.highcharts-menu-item {
  cursor: pointer;
}

.highcharts-menu-item:hover {
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 560px) {
  .highcharts-title {
    text-align: left !important;
  }
  .highcharts-contextbutton {
    margin-left: 100px;
  }
}

.page-node-type-standard-page .field--name-field-image, .page-node-type-standard-page .field--name-field-page-type {
  display: none;
}

.path-programs .block-system-main-block {
  float: left;
  padding-top: 30px;
}

.path-programs .views-row {
  width: 100%;
  display: table;
  padding-bottom: 40px;
  float: left;
  border-bottom: 1px solid #004863;
}

.path-programs .views-row:last-child {
  border: none;
}

.path-programs .views-field-field-image {
  float: left;
  margin-right: 30px;
  display: table-cell;
  width: 350px;
  margin-bottom: 50px;
}

@media (max-width: 835px) {
  .path-programs .views-field-field-image {
    width: 100%;
    margin-bottom: 10px;
  }
}

.path-programs .views-field-field-image img {
  vertical-align: top;
}

.path-programs .views-field-field-publication-date, .path-programs .views-field-title, .path-programs .views-field-field-body, .path-programs .views-field-url {
  vertical-align: top;
}

.path-programs .views-field-field-publication-date {
  margin-top: 0 !important;
}

.path-programs .views-field-url {
  margin-top: 30px;
}

.header .social-media {
  border-right: 1px solid #cccccc;
  display: inline-block;
}

.social-media ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-media li {
  display: inline-block;
}

.social-media__btn {
  display: block;
  margin: 5px 15px;
}

.social-media__btn:before {
  font-size: 28px;
}

@media screen and (min-width: 980px), print {
  .social-media__btn {
    margin: 5px 20px;
  }
}

.social-media .-linkedin:before {
  content: "\e905";
}

.page-node-type-standard-page .field--name-field-image, .page-node-type-standard-page .field--name-field-page-type {
  display: none;
}

.path-programs .block-system-main-block {
  float: left;
  padding-top: 30px;
}

.path-programs .views-row {
  width: 100%;
  display: table;
  padding-bottom: 40px;
  float: left;
  border-bottom: 1px solid #004863;
}

.path-programs .views-row:last-child {
  border: none;
}

.path-programs .views-field-field-image {
  float: left;
  margin-right: 30px;
  display: table-cell;
  width: 350px;
  margin-bottom: 50px;
}

@media (max-width: 835px) {
  .path-programs .views-field-field-image {
    width: 100%;
    margin-bottom: 10px;
  }
}

.path-programs .views-field-field-image img {
  vertical-align: top;
}

.path-programs .views-field-field-publication-date, .path-programs .views-field-title, .path-programs .views-field-field-body, .path-programs .views-field-url {
  vertical-align: top;
}

.path-programs .views-field-field-publication-date {
  margin-top: 0 !important;
}

.path-programs .views-field-url {
  margin-top: 30px;
}

.breadcrumb {
  margin: 40px 0;
  padding-bottom: 0;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li:before {
  display: none;
}

.breadcrumb li:after {
  content: '/';
  margin: 0 8px;
}

.breadcrumb li:last-child {
  font-weight: 700;
  text-decoration: underline;
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb a {
  color: #2c3740;
  text-decoration: none;
}

.pager a {
  text-decoration: none;
}

.pager .pager__items {
  text-align: right;
}

@media (max-width: 600px) {
  .pager .pager__items {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .pager .pager__item {
    padding: 0.35em;
  }
}

.pager ul {
  -webkit-padding-start: 0px;
}

.pager li.is-active a {
  text-decoration: underline;
  color: #00678f;
}

.pager .pager__item--previous a {
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  padding: 15px;
  font-weight: bold;
  position: relative;
  line-height: 1.15;
}

.pager .pager__item--previous a span {
  display: none;
}

.pager .pager__item--previous a:before {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  content: "\e903";
  font-size: 25px;
  margin: auto;
  position: absolute;
  left: 10px;
  top: 11px;
}

.pager .pager__item--next a {
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  padding: 15px;
  font-weight: bold;
  position: relative;
  line-height: 1.15;
}

.pager .pager__item--next a span {
  display: none;
}

.pager .pager__item--next a:after {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  content: "\e904";
  font-size: 25px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 11px;
}

.pager .pager__item--last, .pager .pager__item--first {
  display: none;
}

footer {
  background: #00678f;
  color: #cadee6;
}

footer h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 50px;
  font-weight: 500;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  footer h3 {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  footer .col-4 {
    margin-bottom: 60px;
  }
}

footer a {
  color: #cadee6;
  text-decoration: none;
}

footer a:active {
  color: #cadee6;
}

footer a:hover {
  text-decoration: underline;
}

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 0 !important;
}

footer li.menu-item {
  margin-bottom: 25px;
  padding-top: 0;
}

footer li.menu-item:last-child {
  margin-bottom: 0;
}

footer li.menu-item a {
  color: #cadee6;
}

footer li.menu-item a.is-active {
  color: #cadee6;
}

footer .footer-main-wrapper {
  padding: 40px 0;
  border-bottom: 1px solid #cadee6;
}

footer .footer-bottom-wrapper {
  padding: 15px 0;
}

footer .back-to-top {
  background: #ffffff;
  position: absolute;
  right: 20px;
  top: -88px;
}

footer .back-to-top a {
  color: #6d7c88;
  display: block;
  font-size: 16px;
  padding: 15px 10px;
  text-transform: uppercase;
  text-decoration: underline;
}

footer .back-to-top.-sticky {
  bottom: 0;
  position: fixed;
  top: auto;
}

.footer__address {
  line-height: 2;
  padding-left: 50px;
  position: relative;
  width: 50%;
  margin-right: 0;
  float: left;
}

@media (max-width: 560px) {
  .footer__address {
    width: 100%;
  }
}

.footer__address:before {
  content: "\e90d";
  font-size: 50px;
  left: -7px;
  position: absolute;
  top: 0;
}

.footer__address address {
  font-style: normal;
}

.footer__tel {
  margin-bottom: 55px;
  padding-left: 50px;
  position: relative;
  float: left;
  width: 45%;
}

@media (max-width: 560px) {
  .footer__tel {
    width: 100%;
    margin-top: 15px;
  }
}

.footer__tel:before {
  content: "\e90e";
  font-size: 50px;
  left: -7px;
  position: absolute;
  top: 0;
}

.footer__email {
  padding-left: 50px;
  position: relative;
  float: left;
}

@media (max-width: 560px) {
  .footer__email {
    width: 100%;
  }
}

.footer__email:before {
  content: "\e90c";
  font-size: 35px;
  left: 0;
  position: absolute;
  top: 0;
}

.fuel-table table tr:hover td, .tgpData-table table tr:hover td {
  background-color: #c2eeff;
}

.fuel-table table th, .fuel-table table td, .tgpData-table table th, .tgpData-table table td {
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  padding: 15px 10px;
}

@media (max-width: 560px) {
  .fuel-table table th, .fuel-table table td, .tgpData-table table th, .tgpData-table table td {
    font-size: 14px;
    padding: 15px 8px;
  }
}

@media (max-width: 487px) {
  .fuel-table table th, .fuel-table table td, .tgpData-table table th, .tgpData-table table td {
    font-size: 14px;
    padding: 15px 5px;
  }
}

.fuel-table table th, .tgpData-table table th {
  background-color: #00678f;
}

.fuel-table table a, .tgpData-table table a {
  font-weight: 700;
}

.fuel-table table .tgp-price, .tgpData-table table .tgp-price {
  text-align: center;
}

.fuel-table .table-wrap, .tgpData-table .table-wrap {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 6px 0;
  position: relative;
  width: 100%;
}

.fuel-table .table-wrap:before, .fuel-table .table-wrap:after, .tgpData-table .table-wrap:before, .tgpData-table .table-wrap:after {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  content: '';
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

.fuel-table .table-wrap:before, .tgpData-table .table-wrap:before {
  border-radius: 0 10px 10px 0 / 0 50% 50% 0;
  -webkit-box-shadow: 4px 0 10px black;
          box-shadow: 4px 0 10px black;
  right: 100%;
}

.fuel-table .table-wrap:after, .tgpData-table .table-wrap:after {
  border-radius: 10px 0 0 10px / 50% 0 0 50%;
  -webkit-box-shadow: -4px 0 10px black;
          box-shadow: -4px 0 10px black;
  left: 100%;
}

.fuel-table .table-wrap.left, .fuel-table .table-wrap.right, .tgpData-table .table-wrap.left, .tgpData-table .table-wrap.right {
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fuel-table .table-wrap.left, .tgpData-table .table-wrap.left {
  border-left: 1px solid #f4f4f4;
}

.fuel-table .table-wrap.left:before, .tgpData-table .table-wrap.left:before {
  opacity: 0.25;
}

.fuel-table .table-wrap.right, .tgpData-table .table-wrap.right {
  border-right: 1px solid #f4f4f4;
}

.fuel-table .table-wrap.right:after, .tgpData-table .table-wrap.right:after {
  opacity: 0.25;
}

.fuel-table .table-responsive, .tgpData-table .table-responsive {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #dadada;
  margin-bottom: 15px;
  overflow-y: hidden;
  overflow-x: scroll;
  width: 100%;
}

.date-heading {
  text-align: center;
}

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

/*# sourceMappingURL=main.css.map */
